01JAGNETEGTP6ENV4DVD1DFDVY: 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: 01JAGNFBE41VJ909S8EXCRX4FE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-18T20:36:34.689Zjob assigned to worker 01JAGNF9N1N5A6P9TAY3D4FG3E (queued for 1 m 3 s)
 
22024-10-18T20:36:42.595Zstarting task 0: "setup"
32024-10-18T20:36:42.602Z++ uname -s
42024-10-18T20:36:42.605Z+ kern=SunOS
52024-10-18T20:36:42.605Z+ case "$kern" in
62024-10-18T20:36:42.605Z+ groupadd -g 12345 build
72024-10-18T20:36:42.607Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-18T20:36:44.616Z+ zfs create -o mountpoint=/work rpool/work
92024-10-18T20:36:44.787Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-18T20:36:44.790Z+ home_fs=zfs
112024-10-18T20:36:44.790Z+ [[ zfs == autofs ]]
122024-10-18T20:36:44.790Z+ mkdir -p /home/build
132024-10-18T20:36:44.792Z+ chown build:build /home/build /work
142024-10-18T20:36:46.793Z+ chmod 0700 /home/build /work
152024-10-18T20:36:46.796Zprocess exited: duration 4202 ms, exit code 0
 
162024-10-18T20:36:46.801Zstarting task 1: "rust-toolchain"
172024-10-18T20:36:46.807Z+ printf ' * toolchain channel = "%s"
182024-10-18T20:36:46.807Z' 1.80.1
192024-10-18T20:36:46.807Z+ printf ' * toolchain profile = "%s"
202024-10-18T20:36:46.807Z * toolchain channel = "1.80.1"
212024-10-18T20:36:46.807Z' default
222024-10-18T20:36:46.807Z * toolchain profile = "default"
232024-10-18T20:36:46.809Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-18T20:36:46.809Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-18T20:36:46.947Zinfo: downloading installer
262024-10-18T20:36:48.167Zinfo: profile set to 'default'
272024-10-18T20:36:48.167Zinfo: default host triple is x86_64-unknown-illumos
282024-10-18T20:36:48.170Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-18T20:36:48.312Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-18T20:36:48.312Zinfo: downloading component 'cargo'
312024-10-18T20:36:49.122Zinfo: downloading component 'clippy'
322024-10-18T20:36:49.410Zinfo: downloading component 'rust-docs'
332024-10-18T20:36:50.543Zinfo: downloading component 'rust-std'
342024-10-18T20:36:52.131Zinfo: downloading component 'rustc'
352024-10-18T20:36:56.548Zinfo: downloading component 'rustfmt'
362024-10-18T20:36:56.787Zinfo: installing component 'cargo'
372024-10-18T20:36:57.607Zinfo: installing component 'clippy'
382024-10-18T20:36:57.976Zinfo: installing component 'rust-docs'
392024-10-18T20:36:59.608Zinfo: installing component 'rust-std'
402024-10-18T20:37:01.265Zinfo: installing component 'rustc'
412024-10-18T20:37:05.481Zinfo: installing component 'rustfmt'
422024-10-18T20:37:05.827Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-18T20:37:05.827Z
442024-10-18T20:37:06.074Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-18T20:37:06.074Z
462024-10-18T20:37:06.076Z
472024-10-18T20:37:06.076ZRust is installed now. Great!
482024-10-18T20:37:06.076Z
492024-10-18T20:37:06.076ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-18T20:37:06.076Zenvironment variable. This has not been done automatically.
512024-10-18T20:37:06.077Z
522024-10-18T20:37:06.077ZTo configure your current shell, you need to source
532024-10-18T20:37:06.077Zthe corresponding env file under $HOME/.cargo.
542024-10-18T20:37:06.077Z
552024-10-18T20:37:06.077ZThis is usually done by running one of the following (note the leading DOT):
562024-10-18T20:37:06.077Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-18T20:37:06.077Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-18T20:37:06.123Z+ rustc --version
592024-10-18T20:37:06.188Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-18T20:37:06.191Zprocess exited: duration 19388 ms, exit code 0
 
612024-10-18T20:37:06.197Zstarting task 2: "authentication"
622024-10-18T20:37:06.217Zprocess exited: duration 20 ms, exit code 0
 
632024-10-18T20:37:06.222Zstarting task 3: "clone repository"
642024-10-18T20:37:06.227Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-18T20:37:06.230Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-18T20:37:08.108ZCloning into '/work/oxidecomputer/omicron'...
672024-10-18T20:37:20.427Z+ cd /work/oxidecomputer/omicron
682024-10-18T20:37:20.427Z+ git fetch origin 74d0fdba409309e31374fb0d356dc78a5a248c13
692024-10-18T20:37:20.740ZFrom https://github.com/oxidecomputer/omicron
702024-10-18T20:37:20.740Z * branch 74d0fdba409309e31374fb0d356dc78a5a248c13 -> FETCH_HEAD
712024-10-18T20:37:20.749Z+ [[ -n qorb-terminate ]]
722024-10-18T20:37:20.752Z++ git branch --show-current
732024-10-18T20:37:20.754Z+ current=main
742024-10-18T20:37:20.754Z+ [[ main != qorb-terminate ]]
752024-10-18T20:37:20.754Z+ git branch -f qorb-terminate 74d0fdba409309e31374fb0d356dc78a5a248c13
762024-10-18T20:37:20.757Z+ git checkout -f qorb-terminate
772024-10-18T20:37:20.814ZSwitched to branch 'qorb-terminate'
782024-10-18T20:37:20.816Z+ git reset --hard 74d0fdba409309e31374fb0d356dc78a5a248c13
792024-10-18T20:37:20.884ZHEAD is now at 74d0fdba4 Convert a new test
802024-10-18T20:37:20.889Zprocess exited: duration 14662 ms, exit code 0
 
812024-10-18T20:37:20.894Zstarting task 4: "build"
822024-10-18T20:37:20.900Z+ source .github/buildomat/ci-env.sh
832024-10-18T20:37:20.902Z++ export CARGO_TERM_COLOR=always
842024-10-18T20:37:20.902Z++ CARGO_TERM_COLOR=always
852024-10-18T20:37:20.902Z+ cargo --version
862024-10-18T20:37:20.958Zcargo 1.80.1 (376290515 2024-07-16)
872024-10-18T20:37:20.961Z+ rustc --version
882024-10-18T20:37:21.018Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-10-18T20:37:21.020Z+ cargo tree --locked
902024-10-18T20:37:21.272Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-10-18T20:37:21.571Z Updating crates.io index
922024-10-18T20:37:21.573Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-10-18T20:37:22.399Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-10-18T20:37:22.701Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-10-18T20:37:22.938Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-10-18T20:37:23.179Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-10-18T20:37:23.926Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-10-18T20:37:26.139Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-10-18T20:37:27.160Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-10-18T20:37:27.892Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-10-18T20:37:28.171Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-10-18T20:37:28.438Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-10-18T20:37:28.979Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-10-18T20:37:29.292Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-10-18T20:37:29.689Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-10-18T20:37:29.952Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-10-18T20:37:30.221Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-10-18T20:37:30.493Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-10-18T20:37:30.774Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-10-18T20:37:31.162Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-10-18T20:37:31.483Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-10-18T20:37:31.852Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-10-18T20:37:32.472Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-10-18T20:37:32.792Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-10-18T20:37:33.160Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-10-18T20:37:33.617Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1172024-10-18T20:37:33.872Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1182024-10-18T20:37:34.151Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1192024-10-18T20:37:35.512Z Downloading crates ...
1202024-10-18T20:37:35.612Z Downloaded async-channel v1.9.0
1212024-10-18T20:37:35.616Z Downloaded anstream v0.6.15
1222024-10-18T20:37:35.619Z Downloaded async-stream-impl v0.3.6
1232024-10-18T20:37:35.626Z Downloaded cfg_aliases v0.2.1
1242024-10-18T20:37:35.629Z Downloaded foreign-types-macros v0.2.3
1252024-10-18T20:37:35.631Z Downloaded atomicwrites v0.4.4
1262024-10-18T20:37:35.634Z Downloaded async-object-pool v0.1.5
1272024-10-18T20:37:35.636Z Downloaded assert-json-diff v2.0.2
1282024-10-18T20:37:35.636Z Downloaded anyhow v1.0.89
1292024-10-18T20:37:35.640Z Downloaded foreign-types-shared v0.3.1
1302024-10-18T20:37:35.642Z Downloaded foreign-types v0.3.2
1312024-10-18T20:37:35.642Z Downloaded guppy-workspace-hack v0.1.0
1322024-10-18T20:37:35.645Z Downloaded async-recursion v1.1.1
1332024-10-18T20:37:35.647Z Downloaded anstyle-parse v0.2.5
1342024-10-18T20:37:35.649Z Downloaded fallible-streaming-iterator v0.1.9
1352024-10-18T20:37:35.651Z Downloaded http-body v1.0.1
1362024-10-18T20:37:35.654Z Downloaded fnv v1.0.7
1372024-10-18T20:37:35.654Z Downloaded fxhash v0.2.1
1382024-10-18T20:37:35.656Z Downloaded ciborium-ll v0.2.2
1392024-10-18T20:37:35.656Z Downloaded filetime v0.2.25
1402024-10-18T20:37:35.658Z Downloaded fd-lock v4.0.2
1412024-10-18T20:37:35.660Z Downloaded cargo-platform v0.1.8
1422024-10-18T20:37:35.660Z Downloaded cassowary v0.3.0
1432024-10-18T20:37:35.663Z Downloaded cipher v0.4.4
1442024-10-18T20:37:35.665Z Downloaded block-buffer v0.10.4
1452024-10-18T20:37:35.665Z Downloaded hubpack_derive v0.1.1
1462024-10-18T20:37:35.667Z Downloaded async-executor v1.13.1
1472024-10-18T20:37:35.670Z Downloaded group v0.13.0
1482024-10-18T20:37:35.672Z Downloaded arc-swap v1.7.1
1492024-10-18T20:37:35.674Z Downloaded async-bb8-diesel v0.2.1
1502024-10-18T20:37:35.677Z Downloaded http-body-util v0.1.2
1512024-10-18T20:37:35.679Z Downloaded hash32 v0.3.1
1522024-10-18T20:37:35.682Z Downloaded hex-literal v0.4.1
1532024-10-18T20:37:35.684Z Downloaded hostname v0.3.1
1542024-10-18T20:37:35.684Z Downloaded bzip2 v0.4.4
1552024-10-18T20:37:35.687Z Downloaded cancel-safe-futures v0.1.5
1562024-10-18T20:37:35.690Z Downloaded hubpack v0.1.2
1572024-10-18T20:37:35.692Z Downloaded heck v0.5.0
1582024-10-18T20:37:35.695Z Downloaded futures-timer v3.0.3
1592024-10-18T20:37:35.696Z Downloaded hyper-tls v0.6.0
1602024-10-18T20:37:35.698Z Downloaded float-cmp v0.9.0
1612024-10-18T20:37:35.698Z Downloaded flagset v0.4.6
1622024-10-18T20:37:35.700Z Downloaded fastrand v2.1.1
1632024-10-18T20:37:35.702Z Downloaded httparse v1.9.5
1642024-10-18T20:37:35.705Z Downloaded futures-lite v2.3.0
1652024-10-18T20:37:35.707Z Downloaded futures-channel v0.3.31
1662024-10-18T20:37:35.709Z Downloaded fragile v2.0.0
1672024-10-18T20:37:35.712Z Downloaded http-range v0.1.5
1682024-10-18T20:37:35.712Z Downloaded ident_case v1.0.1
1692024-10-18T20:37:35.714Z Downloaded arrayvec v0.7.6
1702024-10-18T20:37:35.716Z Downloaded async-io v2.3.4
1712024-10-18T20:37:35.718Z Downloaded blake2b_simd v1.0.2
1722024-10-18T20:37:35.721Z Downloaded headers-core v0.3.0
1732024-10-18T20:37:35.721Z Downloaded cfg-expr v0.17.0
1742024-10-18T20:37:35.724Z Downloaded ciborium-io v0.2.2
1752024-10-18T20:37:35.726Z Downloaded globset v0.4.15
1762024-10-18T20:37:35.728Z Downloaded parse-size v1.0.0
1772024-10-18T20:37:35.728Z Downloaded chrono-tz-build v0.4.0
1782024-10-18T20:37:35.730Z Downloaded olpc-cjson v0.1.4
1792024-10-18T20:37:35.730Z Downloaded heck v0.3.3
1802024-10-18T20:37:35.734Z Downloaded approx v0.5.1
1812024-10-18T20:37:35.736Z Downloaded anstyle v1.0.8
1822024-10-18T20:37:35.736Z Downloaded progenitor-client v0.8.0
1832024-10-18T20:37:35.736Z Downloaded hyper-rustls v0.27.3
1842024-10-18T20:37:35.739Z Downloaded anstyle-query v1.1.1
1852024-10-18T20:37:35.742Z Downloaded async-global-executor v2.4.1
1862024-10-18T20:37:35.744Z Downloaded iana-time-zone v0.1.61
1872024-10-18T20:37:35.747Z Downloaded highway v1.2.0
1882024-10-18T20:37:35.749Z Downloaded futures-task v0.3.31
1892024-10-18T20:37:35.751Z Downloaded heck v0.4.1
1902024-10-18T20:37:35.751Z Downloaded parse-display-derive v0.10.0
1912024-10-18T20:37:35.755Z Downloaded bit-vec v0.6.3
1922024-10-18T20:37:35.757Z Downloaded phf_shared v0.11.2
1932024-10-18T20:37:35.757Z Downloaded block-padding v0.3.3
1942024-10-18T20:37:35.757Z Downloaded base16ct v0.2.0
1952024-10-18T20:37:35.759Z Downloaded http-body v0.4.6
1962024-10-18T20:37:35.763Z Downloaded scroll_derive v0.12.0
1972024-10-18T20:37:35.763Z Downloaded hostname v0.4.0
1982024-10-18T20:37:35.765Z Downloaded cfg-if v1.0.0
1992024-10-18T20:37:35.765Z Downloaded bitfield-struct v0.6.2
2002024-10-18T20:37:35.765Z Downloaded home v0.5.9
2012024-10-18T20:37:35.768Z Downloaded chacha20 v0.9.1
2022024-10-18T20:37:35.770Z Downloaded humantime v2.1.0
2032024-10-18T20:37:35.772Z Downloaded httpdate v1.0.3
2042024-10-18T20:37:35.772Z Downloaded plain v0.2.3
2052024-10-18T20:37:35.774Z Downloaded hash32 v0.2.1
2062024-10-18T20:37:35.774Z Downloaded buf-list v1.0.3
2072024-10-18T20:37:35.777Z Downloaded half v2.4.1
2082024-10-18T20:37:35.779Z Downloaded pbkdf2 v0.12.2
2092024-10-18T20:37:35.781Z Downloaded peg v0.8.4
2102024-10-18T20:37:35.785Z Downloaded sqlparser_derive v0.2.2
2112024-10-18T20:37:35.787Z Downloaded time-core v0.1.2
2122024-10-18T20:37:35.787Z Downloaded hmac v0.12.1
2132024-10-18T20:37:35.789Z Downloaded async-lock v3.4.0
2142024-10-18T20:37:35.792Z Downloaded progenitor-macro v0.8.0
2152024-10-18T20:37:35.794Z Downloaded base64ct v1.6.0
2162024-10-18T20:37:35.796Z Downloaded atomic-waker v1.1.2
2172024-10-18T20:37:35.798Z Downloaded toolchain_find v0.4.0
2182024-10-18T20:37:35.798Z Downloaded cargo_metadata v0.18.1
2192024-10-18T20:37:35.801Z Downloaded waitgroup v0.1.2
2202024-10-18T20:37:35.803Z Downloaded scrypt v0.11.0
2212024-10-18T20:37:35.803Z Downloaded rustc_version v0.1.7
2222024-10-18T20:37:35.805Z Downloaded salsa20 v0.10.2
2232024-10-18T20:37:35.805Z Downloaded rustc-hash v1.1.0
2242024-10-18T20:37:35.808Z Downloaded serde_spanned v0.6.8
2252024-10-18T20:37:35.810Z Downloaded httptest v0.16.1
2262024-10-18T20:37:35.810Z Downloaded hashlink v0.9.1
2272024-10-18T20:37:35.812Z Downloaded backtrace v0.3.74
2282024-10-18T20:37:35.817Z Downloaded cc v1.1.30
2292024-10-18T20:37:35.821Z Downloaded sha1 v0.10.6
2302024-10-18T20:37:35.823Z Downloaded parking_lot v0.11.2
2312024-10-18T20:37:35.825Z Downloaded hyper-staticfile v0.10.1
2322024-10-18T20:37:35.827Z Downloaded serde_repr v0.1.19
2332024-10-18T20:37:35.829Z Downloaded escape8259 v0.5.3
2342024-10-18T20:37:35.832Z Downloaded termcolor v1.4.1
2352024-10-18T20:37:35.832Z Downloaded ssh-encoding v0.2.0
2362024-10-18T20:37:35.834Z Downloaded target-spec v3.2.2
2372024-10-18T20:37:35.836Z Downloaded blake2 v0.10.6
2382024-10-18T20:37:35.838Z Downloaded tabled_derive v0.7.0
2392024-10-18T20:37:35.841Z Downloaded tokio-macros v2.4.0
2402024-10-18T20:37:35.841Z Downloaded newline-converter v0.3.0
2412024-10-18T20:37:35.843Z Downloaded bitflags v2.6.0
2422024-10-18T20:37:35.848Z Downloaded utf-8 v0.7.6
2432024-10-18T20:37:35.850Z Downloaded md5 v0.7.0
2442024-10-18T20:37:35.853Z Downloaded unarray v0.1.4
2452024-10-18T20:37:35.855Z Downloaded typify-macro v0.2.0
2462024-10-18T20:37:35.857Z Downloaded colorchoice v1.0.2
2472024-10-18T20:37:35.859Z Downloaded crc v3.2.1
2482024-10-18T20:37:35.862Z Downloaded topological-sort v0.2.2
2492024-10-18T20:37:35.865Z Downloaded rust-argon2 v2.1.0
2502024-10-18T20:37:35.867Z Downloaded defmt-parser v0.3.4
2512024-10-18T20:37:35.867Z Downloaded is_ci v1.2.0
2522024-10-18T20:37:35.870Z Downloaded dof v0.3.0
2532024-10-18T20:37:35.870Z Downloaded phf_shared v0.10.0
2542024-10-18T20:37:35.872Z Downloaded rpassword v7.3.1
2552024-10-18T20:37:35.875Z Downloaded crossbeam-deque v0.8.5
2562024-10-18T20:37:35.875Z Downloaded serde_with_macros v3.11.0
2572024-10-18T20:37:35.877Z Downloaded oso v0.27.3
2582024-10-18T20:37:35.882Z Downloaded internet-checksum v0.2.1
2592024-10-18T20:37:35.884Z Downloaded plotters-svg v0.3.7
2602024-10-18T20:37:35.886Z Downloaded proc-macro2 v1.0.87
2612024-10-18T20:37:35.888Z Downloaded serde-big-array v0.5.1
2622024-10-18T20:37:35.891Z Downloaded ed25519 v2.2.3
2632024-10-18T20:37:35.893Z Downloaded subtle v2.6.1
2642024-10-18T20:37:35.893Z Downloaded time-macros v0.2.18
2652024-10-18T20:37:35.895Z Downloaded event-listener-strategy v0.5.2
2662024-10-18T20:37:35.898Z Downloaded flate2 v1.0.34
2672024-10-18T20:37:35.903Z Downloaded num-iter v0.1.45
2682024-10-18T20:37:35.905Z Downloaded num-integer v0.1.46
2692024-10-18T20:37:35.908Z Downloaded md-5 v0.10.6
2702024-10-18T20:37:35.910Z Downloaded terminal_size v0.4.0
2712024-10-18T20:37:35.912Z Downloaded polling v3.7.3
2722024-10-18T20:37:35.914Z Downloaded maybe-uninit v2.0.0
2732024-10-18T20:37:35.917Z Downloaded plotters-backend v0.3.7
2742024-10-18T20:37:35.919Z Downloaded event-listener v2.5.3
2752024-10-18T20:37:35.919Z Downloaded ecdsa v0.16.9
2762024-10-18T20:37:35.921Z Downloaded zone_cfg_derive v0.1.2
2772024-10-18T20:37:35.923Z Downloaded zone_cfg_derive v0.3.0
2782024-10-18T20:37:35.923Z Downloaded vte_generate_state_changes v0.1.2
2792024-10-18T20:37:35.925Z Downloaded der_derive v0.7.3
2802024-10-18T20:37:35.929Z Downloaded futures v0.3.31
2812024-10-18T20:37:35.931Z Downloaded primeorder v0.13.6
2822024-10-18T20:37:35.934Z Downloaded rustls-pemfile v1.0.4
2832024-10-18T20:37:35.936Z Downloaded rustls-pemfile v2.2.0
2842024-10-18T20:37:35.939Z Downloaded dtrace-parser v0.2.0
2852024-10-18T20:37:35.941Z Downloaded derive_builder_macro v0.20.2
2862024-10-18T20:37:35.941Z Downloaded slog-stdlog v4.1.1
2872024-10-18T20:37:35.943Z Downloaded hashbrown v0.12.3
2882024-10-18T20:37:35.947Z Downloaded spin v0.5.2
2892024-10-18T20:37:35.949Z Downloaded is_terminal_polyfill v1.70.1
2902024-10-18T20:37:35.952Z Downloaded signal-hook-mio v0.2.4
2912024-10-18T20:37:35.954Z Downloaded match_cfg v0.1.0
2922024-10-18T20:37:35.954Z Downloaded base64 v0.21.7
2932024-10-18T20:37:35.957Z Downloaded libtest-mimic v0.7.3
2942024-10-18T20:37:35.960Z Downloaded new_debug_unreachable v1.0.6
2952024-10-18T20:37:35.965Z Downloaded nested v0.1.1
2962024-10-18T20:37:35.965Z Downloaded instant v0.1.13
2972024-10-18T20:37:35.967Z Downloaded twox-hash v1.6.3
2982024-10-18T20:37:35.967Z Downloaded once_cell v1.20.2
2992024-10-18T20:37:35.970Z Downloaded owo-colors v4.1.0
3002024-10-18T20:37:35.973Z Downloaded parse-display v0.10.0
3012024-10-18T20:37:35.975Z Downloaded openssl-probe v0.1.5
3022024-10-18T20:37:35.977Z Downloaded openssl-macros v0.1.1
3032024-10-18T20:37:35.977Z Downloaded number_prefix v0.4.0
3042024-10-18T20:37:35.980Z Downloaded usdt-impl v0.5.0
3052024-10-18T20:37:35.980Z Downloaded const_format_proc_macros v0.2.33
3062024-10-18T20:37:35.982Z Downloaded version_check v0.9.5
3072024-10-18T20:37:35.984Z Downloaded zone v0.3.0
3082024-10-18T20:37:35.988Z Downloaded http v1.1.0
3092024-10-18T20:37:35.990Z Downloaded rand_seeder v0.3.0
3102024-10-18T20:37:35.992Z Downloaded pin-project-internal v1.1.6
3112024-10-18T20:37:35.995Z Downloaded curve25519-dalek-derive v0.1.1
3122024-10-18T20:37:35.995Z Downloaded russh-cryptovec v0.7.3
3132024-10-18T20:37:35.997Z Downloaded rustls-native-certs v0.7.3
3142024-10-18T20:37:35.999Z Downloaded rstest v0.23.0
3152024-10-18T20:37:36.004Z Downloaded csv-core v0.1.11
3162024-10-18T20:37:36.006Z Downloaded spin v0.9.8
3172024-10-18T20:37:36.010Z Downloaded slog-term v2.9.1
3182024-10-18T20:37:36.012Z Downloaded either v1.13.0
3192024-10-18T20:37:36.014Z Downloaded strum v0.26.3
3202024-10-18T20:37:36.017Z Downloaded maplit v1.0.2
3212024-10-18T20:37:36.017Z Downloaded managed v0.8.0
3222024-10-18T20:37:36.019Z Downloaded libefi-sys v0.1.0
3232024-10-18T20:37:36.021Z Downloaded event-listener v5.3.1
3242024-10-18T20:37:36.024Z Downloaded hyper-util v0.1.9
3252024-10-18T20:37:36.028Z Downloaded macaddr v1.0.1
3262024-10-18T20:37:36.030Z Downloaded percent-encoding v2.3.1
3272024-10-18T20:37:36.032Z Downloaded pkg-config v0.3.31
3282024-10-18T20:37:36.035Z Downloaded pin-utils v0.1.0
3292024-10-18T20:37:36.035Z Downloaded unicase v2.7.0
3302024-10-18T20:37:36.037Z Downloaded vsss-rs v3.3.4
3312024-10-18T20:37:36.040Z Downloaded tracing-attributes v0.1.27
3322024-10-18T20:37:36.042Z Downloaded thiserror v1.0.64
3332024-10-18T20:37:36.048Z Downloaded compact_str v0.8.0
3342024-10-18T20:37:36.052Z Downloaded radium v0.7.0
3352024-10-18T20:37:36.055Z Downloaded darling_macro v0.20.10
3362024-10-18T20:37:36.055Z Downloaded crunchy v0.2.2
3372024-10-18T20:37:36.057Z Downloaded des v0.8.1
3382024-10-18T20:37:36.059Z Downloaded endian-type v0.1.2
3392024-10-18T20:37:36.059Z Downloaded slog-bunyan v2.5.0
3402024-10-18T20:37:36.062Z Downloaded normalize-line-endings v0.3.0
3412024-10-18T20:37:36.062Z Downloaded slog-async v2.8.0
3422024-10-18T20:37:36.065Z Downloaded darling v0.20.10
3432024-10-18T20:37:36.068Z Downloaded socket2 v0.5.7
3442024-10-18T20:37:36.074Z Downloaded opaque-debug v0.3.1
3452024-10-18T20:37:36.074Z Downloaded thread_local v1.1.8
3462024-10-18T20:37:36.074Z Downloaded thread-id v4.2.2
3472024-10-18T20:37:36.077Z Downloaded strum_macros v0.24.3
3482024-10-18T20:37:36.080Z Downloaded num-complex v0.4.6
3492024-10-18T20:37:36.080Z Downloaded native-tls v0.2.12
3502024-10-18T20:37:36.083Z Downloaded typenum v1.17.0
3512024-10-18T20:37:36.085Z Downloaded thiserror-no-std v2.0.2
3522024-10-18T20:37:36.089Z Downloaded unicode-truncate v1.1.0
3532024-10-18T20:37:36.092Z Downloaded xz2 v0.1.7
3542024-10-18T20:37:36.094Z Downloaded crossbeam-utils v0.8.20
3552024-10-18T20:37:36.097Z Downloaded crossbeam-epoch v0.9.18
3562024-10-18T20:37:36.099Z Downloaded der v0.7.9
3572024-10-18T20:37:36.105Z Downloaded constant_time_eq v0.3.1
3582024-10-18T20:37:36.107Z Downloaded rayon-core v1.12.1
3592024-10-18T20:37:36.110Z Downloaded difflib v0.4.0
3602024-10-18T20:37:36.113Z Downloaded env_filter v0.1.2
3612024-10-18T20:37:36.115Z Downloaded indexmap v1.9.3
3622024-10-18T20:37:36.118Z Downloaded tower-service v0.3.3
3632024-10-18T20:37:36.120Z Downloaded crossbeam-channel v0.5.13
3642024-10-18T20:37:36.124Z Downloaded embedded-io v0.6.1
3652024-10-18T20:37:36.126Z Downloaded enum-as-inner v0.6.1
3662024-10-18T20:37:36.128Z Downloaded linked-hash-map v0.5.6
3672024-10-18T20:37:36.131Z Downloaded p256 v0.13.2
3682024-10-18T20:37:36.134Z Downloaded linear-map v1.2.0
3692024-10-18T20:37:36.136Z Downloaded take_mut v0.2.2
3702024-10-18T20:37:36.136Z Downloaded target-lexicon v0.12.16
3712024-10-18T20:37:36.139Z Downloaded password-hash v0.4.2
3722024-10-18T20:37:36.141Z Downloaded hyper v1.4.1
3732024-10-18T20:37:36.149Z Downloaded unicode-bidi v0.3.17
3742024-10-18T20:37:36.152Z Downloaded dhcproto-macros v0.1.0
3752024-10-18T20:37:36.155Z Downloaded shell-words v1.1.0
3762024-10-18T20:37:36.157Z Downloaded rsa v0.9.6
3772024-10-18T20:37:36.161Z Downloaded kstat-rs v0.2.4
3782024-10-18T20:37:36.163Z Downloaded cstr-argument v0.1.2
3792024-10-18T20:37:36.165Z Downloaded oso-derive v0.27.3
3802024-10-18T20:37:36.166Z Downloaded smawk v0.3.2
3812024-10-18T20:37:36.168Z Downloaded ryu v1.0.18
3822024-10-18T20:37:36.170Z Downloaded threadpool v1.8.1
3832024-10-18T20:37:36.173Z Downloaded serde v1.0.210
3842024-10-18T20:37:36.176Z Downloaded universal-hash v0.5.1
3852024-10-18T20:37:36.179Z Downloaded ena v0.14.3
3862024-10-18T20:37:36.181Z Downloaded tracing v0.1.40
3872024-10-18T20:37:36.185Z Downloaded postgres-protocol v0.6.7
3882024-10-18T20:37:36.187Z Downloaded smallvec v0.6.14
3892024-10-18T20:37:36.190Z Downloaded slog-scope v4.4.0
3902024-10-18T20:37:36.192Z Downloaded serde_plain v1.0.2
3912024-10-18T20:37:36.194Z Downloaded relative-path v1.9.3
3922024-10-18T20:37:36.197Z Downloaded ed25519-dalek v2.1.1
3932024-10-18T20:37:36.199Z Downloaded ssh-key v0.6.6
3942024-10-18T20:37:36.208Z Downloaded sync_wrapper v1.0.1
3952024-10-18T20:37:36.210Z Downloaded tinyvec_macros v0.1.1
3962024-10-18T20:37:36.213Z Downloaded smf v0.2.3
3972024-10-18T20:37:36.213Z Downloaded h2 v0.3.26
3982024-10-18T20:37:36.218Z Downloaded instability v0.3.2
3992024-10-18T20:37:36.221Z Downloaded packed_struct v0.10.1
4002024-10-18T20:37:36.224Z Downloaded num_enum_derive v0.5.11
4012024-10-18T20:37:36.224Z Downloaded smallvec v1.13.2
4022024-10-18T20:37:36.226Z Downloaded semver v1.0.23
4032024-10-18T20:37:36.229Z Downloaded rand_core v0.6.4
4042024-10-18T20:37:36.229Z Downloaded const-oid v0.9.6
4052024-10-18T20:37:36.231Z Downloaded mime v0.3.17
4062024-10-18T20:37:36.233Z Downloaded lazycell v1.3.0
4072024-10-18T20:37:36.236Z Downloaded equivalent v1.0.1
4082024-10-18T20:37:36.236Z Downloaded rustfmt-wrapper v0.2.1
4092024-10-18T20:37:36.238Z Downloaded pest_generator v2.7.14
4102024-10-18T20:37:36.238Z Downloaded diff v0.1.13
4112024-10-18T20:37:36.241Z Downloaded rusty-fork v0.3.0
4122024-10-18T20:37:36.243Z Downloaded rustversion v1.0.17
4132024-10-18T20:37:36.246Z Downloaded rand_chacha v0.3.1
4142024-10-18T20:37:36.248Z Downloaded toml v0.8.19
4152024-10-18T20:37:36.251Z Downloaded crucible-workspace-hack v0.1.0
4162024-10-18T20:37:36.253Z Downloaded strip-ansi-escapes v0.2.0
4172024-10-18T20:37:36.255Z Downloaded stringprep v0.1.5
4182024-10-18T20:37:36.258Z Downloaded rustc_version v0.4.1
4192024-10-18T20:37:36.258Z Downloaded stable_deref_trait v1.2.0
4202024-10-18T20:37:36.260Z Downloaded psl-types v2.0.11
4212024-10-18T20:37:36.260Z Downloaded unicode-linebreak v0.1.5
4222024-10-18T20:37:36.262Z Downloaded libloading v0.8.5
4232024-10-18T20:37:36.265Z Downloaded env_logger v0.11.5
4242024-10-18T20:37:36.267Z Downloaded tls_codec v0.4.1
4252024-10-18T20:37:36.270Z Downloaded multer v3.1.0
4262024-10-18T20:37:36.273Z Downloaded ctr v0.9.2
4272024-10-18T20:37:36.275Z Downloaded clap_derive v4.5.18
4282024-10-18T20:37:36.278Z Downloaded typed-path v0.7.1
4292024-10-18T20:37:36.284Z Downloaded inout v0.1.3
4302024-10-18T20:37:36.286Z Downloaded xattr v1.3.1
4312024-10-18T20:37:36.288Z Downloaded quote v1.0.37
4322024-10-18T20:37:36.291Z Downloaded kv-log-macro v1.0.7
4332024-10-18T20:37:36.293Z Downloaded hkdf v0.12.4
4342024-10-18T20:37:36.295Z Downloaded errno v0.3.9
4352024-10-18T20:37:36.298Z Downloaded aho-corasick v1.1.3
4362024-10-18T20:37:36.304Z Downloaded derive_builder v0.20.2
4372024-10-18T20:37:36.309Z Downloaded num-conv v0.1.0
4382024-10-18T20:37:36.312Z Downloaded nodrop v0.1.14
4392024-10-18T20:37:36.315Z Downloaded num_cpus v1.16.0
4402024-10-18T20:37:36.317Z Downloaded siphasher v0.3.11
4412024-10-18T20:37:36.317Z Downloaded openssl-sys v0.9.103
4422024-10-18T20:37:36.322Z Downloaded serde_path_to_error v0.1.16
4432024-10-18T20:37:36.325Z Downloaded miniz_oxide v0.8.0
4442024-10-18T20:37:36.327Z Downloaded rfc6979 v0.4.0
4452024-10-18T20:37:36.329Z Downloaded tracing-core v0.1.32
4462024-10-18T20:37:36.332Z Downloaded tiny-keccak v2.0.2
4472024-10-18T20:37:36.335Z Downloaded wyz v0.5.1
4482024-10-18T20:37:36.337Z Downloaded string_cache v0.8.7
4492024-10-18T20:37:36.339Z Downloaded static_assertions v1.1.0
4502024-10-18T20:37:36.341Z Downloaded h2 v0.4.6
4512024-10-18T20:37:36.347Z Downloaded qorb v0.1.2
4522024-10-18T20:37:36.352Z Downloaded phf_codegen v0.11.2
4532024-10-18T20:37:36.355Z Downloaded dsl_auto_type v0.1.2
4542024-10-18T20:37:36.357Z Downloaded want v0.3.1
4552024-10-18T20:37:36.357Z Downloaded derive-where v1.2.7
4562024-10-18T20:37:36.360Z Downloaded crypto-common v0.1.6
4572024-10-18T20:37:36.362Z Downloaded serde-hex v0.1.0
4582024-10-18T20:37:36.365Z Downloaded criterion-plot v0.5.0
4592024-10-18T20:37:36.367Z Downloaded mime_guess v2.0.5
4602024-10-18T20:37:36.370Z Downloaded diesel_table_macro_syntax v0.2.0
4612024-10-18T20:37:36.370Z Downloaded semver v0.1.20
4622024-10-18T20:37:36.372Z Downloaded num-derive v0.4.2
4632024-10-18T20:37:36.375Z Downloaded tui-tree-widget v0.22.0
4642024-10-18T20:37:36.375Z Downloaded nibble_vec v0.1.0
4652024-10-18T20:37:36.377Z Downloaded postcard v1.0.10
4662024-10-18T20:37:36.380Z Downloaded secrecy v0.8.0
4672024-10-18T20:37:36.382Z Downloaded slab v0.4.9
4682024-10-18T20:37:36.382Z Downloaded tokio-rustls v0.25.0
4692024-10-18T20:37:36.384Z Downloaded peg-runtime v0.8.3
4702024-10-18T20:37:36.388Z Downloaded phf v0.11.2
4712024-10-18T20:37:36.390Z Downloaded pathdiff v0.2.2
4722024-10-18T20:37:36.390Z Downloaded yansi v1.0.1
4732024-10-18T20:37:36.393Z Downloaded quick-error v1.2.3
4742024-10-18T20:37:36.393Z Downloaded whoami v1.5.2
4752024-10-18T20:37:36.395Z Downloaded libxml v0.3.3
4762024-10-18T20:37:36.401Z Downloaded blake3 v1.5.4
4772024-10-18T20:37:36.410Z Downloaded phf_generator v0.11.2
4782024-10-18T20:37:36.412Z Downloaded scopeguard v1.2.0
4792024-10-18T20:37:36.415Z Downloaded unicode-segmentation v1.12.0
4802024-10-18T20:37:36.418Z Downloaded zerocopy v0.7.35
4812024-10-18T20:37:36.434Z Downloaded supports-color v3.0.1
4822024-10-18T20:37:36.437Z Downloaded strsim v0.11.1
4832024-10-18T20:37:36.439Z Downloaded usdt-attr-macro v0.5.0
4842024-10-18T20:37:36.439Z Downloaded memmap v0.7.0
4852024-10-18T20:37:36.441Z Downloaded crc-catalog v2.4.0
4862024-10-18T20:37:36.442Z Downloaded console v0.15.8
4872024-10-18T20:37:36.444Z Downloaded sct v0.7.1
4882024-10-18T20:37:36.447Z Downloaded tokio-rustls v0.24.1
4892024-10-18T20:37:36.451Z Downloaded unicode_categories v0.1.1
4902024-10-18T20:37:36.453Z Downloaded clap v4.5.20
4912024-10-18T20:37:36.462Z Downloaded rand v0.8.5
4922024-10-18T20:37:36.466Z Downloaded downcast v0.11.0
4932024-10-18T20:37:36.469Z Downloaded structmeta-derive v0.3.0
4942024-10-18T20:37:36.472Z Downloaded slog-envlogger v2.2.0
4952024-10-18T20:37:36.472Z Downloaded pest_derive v2.7.14
4962024-10-18T20:37:36.475Z Downloaded display-error-chain v0.2.1
4972024-10-18T20:37:36.477Z Downloaded rtoolbox v0.0.2
4982024-10-18T20:37:36.477Z Downloaded papergrid v0.11.0
4992024-10-18T20:37:36.481Z Downloaded paste v1.0.15
5002024-10-18T20:37:36.485Z Downloaded slog-json v2.6.1
5012024-10-18T20:37:36.487Z Downloaded path-slash v0.1.5
5022024-10-18T20:37:36.490Z Downloaded fallible-iterator v0.3.0
5032024-10-18T20:37:36.490Z Downloaded structmeta-derive v0.2.0
5042024-10-18T20:37:36.492Z Downloaded predicates-core v1.0.8
5052024-10-18T20:37:36.492Z Downloaded libsw v3.3.1
5062024-10-18T20:37:36.494Z Downloaded zerocopy-derive v0.7.35
5072024-10-18T20:37:36.498Z Downloaded minimal-lexical v0.2.1
5082024-10-18T20:37:36.505Z Downloaded cpufeatures v0.2.14
5092024-10-18T20:37:36.508Z Downloaded digest v0.10.7
5102024-10-18T20:37:36.508Z Downloaded tungstenite v0.24.0
5112024-10-18T20:37:36.510Z Downloaded tungstenite v0.23.0
5122024-10-18T20:37:36.514Z Downloaded tokio-util v0.7.12
5132024-10-18T20:37:36.521Z Downloaded wait-timeout v0.2.0
5142024-10-18T20:37:36.524Z Downloaded jobserver v0.1.32
5152024-10-18T20:37:36.526Z Downloaded pest v2.7.14
5162024-10-18T20:37:36.530Z Downloaded try-lock v0.2.5
5172024-10-18T20:37:36.533Z Downloaded indent_write v2.2.0
5182024-10-18T20:37:36.533Z Downloaded tokio-native-tls v0.3.1
5192024-10-18T20:37:36.535Z Downloaded sync_wrapper v0.1.2
5202024-10-18T20:37:36.537Z Downloaded signature v2.2.0
5212024-10-18T20:37:36.537Z Downloaded which v4.4.2
5222024-10-18T20:37:36.540Z Downloaded crypto-bigint v0.5.5
5232024-10-18T20:37:36.545Z Downloaded log v0.4.22
5242024-10-18T20:37:36.548Z Downloaded impl-trait-for-tuples v0.2.2
5252024-10-18T20:37:36.551Z Downloaded spki v0.7.3
5262024-10-18T20:37:36.553Z Downloaded password-hash v0.5.0
5272024-10-18T20:37:36.556Z Downloaded cookie_store v0.21.0
5282024-10-18T20:37:36.558Z Downloaded ron v0.7.1
5292024-10-18T20:37:36.562Z Downloaded ref-cast v1.0.23
5302024-10-18T20:37:36.566Z Downloaded lalrpop-util v0.19.12
5312024-10-18T20:37:36.568Z Downloaded multimap v0.10.0
5322024-10-18T20:37:36.568Z Downloaded strum_macros v0.26.4
5332024-10-18T20:37:36.570Z Downloaded stringmetrics v2.2.2
5342024-10-18T20:37:36.572Z Downloaded pkcs1 v0.7.5
5352024-10-18T20:37:36.575Z Downloaded tokio-tungstenite v0.24.0
5362024-10-18T20:37:36.577Z Downloaded zerocopy v0.6.6
5372024-10-18T20:37:36.580Z Downloaded memmap2 v0.9.5
5382024-10-18T20:37:36.582Z Downloaded ref-cast-impl v1.0.23
5392024-10-18T20:37:36.582Z Downloaded swrite v0.1.0
5402024-10-18T20:37:36.584Z Downloaded memoffset v0.9.1
5412024-10-18T20:37:36.584Z Downloaded parking_lot_core v0.8.6
5422024-10-18T20:37:36.587Z Downloaded sqlformat v0.2.6
5432024-10-18T20:37:36.589Z Downloaded polyval v0.6.2
5442024-10-18T20:37:36.592Z Downloaded parking_lot_core v0.9.10
5452024-10-18T20:37:36.594Z Downloaded pem v3.0.4
5462024-10-18T20:37:36.596Z Downloaded trybuild v1.0.100
5472024-10-18T20:37:36.599Z Downloaded rusqlite v0.32.1
5482024-10-18T20:37:36.606Z Downloaded rcgen v0.12.1
5492024-10-18T20:37:36.609Z Downloaded poly1305 v0.8.0
5502024-10-18T20:37:36.612Z Downloaded tinytemplate v1.2.1
5512024-10-18T20:37:36.614Z Downloaded url v2.5.2
5522024-10-18T20:37:36.617Z Downloaded steno v0.4.1
5532024-10-18T20:37:36.621Z Downloaded predicates v3.1.2
5542024-10-18T20:37:36.624Z Downloaded slog v2.7.0
5552024-10-18T20:37:36.627Z Downloaded similar v2.6.0
5562024-10-18T20:37:36.632Z Downloaded unicode-normalization v0.1.24
5572024-10-18T20:37:36.636Z Downloaded cookie v0.18.1
5582024-10-18T20:37:36.639Z Downloaded indicatif v0.17.8
5592024-10-18T20:37:36.643Z Downloaded indexmap v2.6.0
5602024-10-18T20:37:36.647Z Downloaded quinn v0.11.5
5612024-10-18T20:37:36.651Z Downloaded pkcs5 v0.7.1
5622024-10-18T20:37:36.655Z Downloaded regex v1.11.0
5632024-10-18T20:37:36.669Z Downloaded dropshot_endpoint v0.12.0
5642024-10-18T20:37:36.672Z Downloaded publicsuffix v2.2.3
5652024-10-18T20:37:36.674Z Downloaded libm v0.2.8
5662024-10-18T20:37:36.682Z Downloaded proptest v1.5.0
5672024-10-18T20:37:36.693Z Downloaded nom v7.1.3
5682024-10-18T20:37:36.698Z Downloaded time v0.3.36
5692024-10-18T20:37:36.705Z Downloaded criterion v0.5.1
5702024-10-18T20:37:36.712Z Downloaded diesel_derives v2.2.3
5712024-10-18T20:37:36.717Z Downloaded clap_builder v4.5.20
5722024-10-18T20:37:36.724Z Downloaded unsafe-libyaml v0.2.11
5732024-10-18T20:37:36.727Z Downloaded winnow v0.6.20
5742024-10-18T20:37:36.737Z Downloaded winnow v0.5.40
5752024-10-18T20:37:36.746Z Downloaded serde_json v1.0.128
5762024-10-18T20:37:36.753Z Downloaded reqwest v0.12.8
5772024-10-18T20:37:36.762Z Downloaded crossterm v0.28.1
5782024-10-18T20:37:36.770Z Downloaded portable-atomic v1.9.0
5792024-10-18T20:37:36.776Z Downloaded polar-core v0.27.3
5802024-10-18T20:37:36.785Z Downloaded gimli v0.31.1
5812024-10-18T20:37:36.793Z Downloaded radix_trie v0.2.1
5822024-10-18T20:37:36.799Z Downloaded lalrpop v0.19.12
5832024-10-18T20:37:36.811Z Downloaded p384 v0.13.0
5842024-10-18T20:37:36.817Z Downloaded tough v0.17.1
5852024-10-18T20:37:36.825Z Downloaded quinn-proto v0.11.8
5862024-10-18T20:37:36.832Z Downloaded hickory-proto v0.24.1
5872024-10-18T20:37:36.848Z Downloaded reqwest v0.11.27
5882024-10-18T20:37:36.856Z Downloaded quick-xml v0.33.0
5892024-10-18T20:37:36.862Z Downloaded reedline v0.35.0
5902024-10-18T20:37:36.869Z Downloaded vcpkg v0.2.15
5912024-10-18T20:37:36.908Z Downloaded unicode-width v0.1.14
5922024-10-18T20:37:36.913Z Downloaded idna v0.4.0
5932024-10-18T20:37:36.920Z Downloaded itertools v0.13.0
5942024-10-18T20:37:36.927Z Downloaded object v0.30.4
5952024-10-18T20:37:36.937Z Downloaded smoltcp v0.9.1
5962024-10-18T20:37:36.948Z Downloaded nix v0.29.0
5972024-10-18T20:37:36.959Z Downloaded regex-syntax v0.6.29
5982024-10-18T20:37:36.968Z Downloaded dropshot v0.12.0
5992024-10-18T20:37:36.987Z Downloaded typify-impl v0.2.0
6002024-10-18T20:37:37.001Z Downloaded sled v0.34.7
6012024-10-18T20:37:37.012Z Downloaded ratatui v0.28.1
6022024-10-18T20:37:37.032Z Downloaded webpki-roots v0.26.6
6032024-10-18T20:37:37.035Z Downloaded regress v0.9.1
6042024-10-18T20:37:37.043Z Downloaded regex-automata v0.4.8
6052024-10-18T20:37:37.060Z Downloaded nix v0.27.1
6062024-10-18T20:37:37.070Z Downloaded smoltcp v0.11.0
6072024-10-18T20:37:37.084Z Downloaded regress v0.10.1
6082024-10-18T20:37:37.092Z Downloaded syn v2.0.79
6092024-10-18T20:37:37.104Z Downloaded sha3 v0.10.8
6102024-10-18T20:37:37.108Z Downloaded idna v0.5.0
6112024-10-18T20:37:37.115Z Downloaded tokio v1.40.0
6122024-10-18T20:37:37.152Z Downloaded rustls v0.23.14
6132024-10-18T20:37:37.164Z Downloaded rustix v0.38.37
6142024-10-18T20:37:37.186Z Downloaded rustls v0.22.4
6152024-10-18T20:37:37.198Z Downloaded diesel v2.2.4
6162024-10-18T20:37:37.218Z Downloaded httpmock v0.8.0-alpha.1
6172024-10-18T20:37:37.235Z Downloaded petgraph v0.6.5
6182024-10-18T20:37:37.251Z Downloaded idna v0.2.3
6192024-10-18T20:37:37.257Z Downloaded libgit2-sys v0.17.0+1.8.1
6202024-10-18T20:37:37.312Z Downloaded object v0.36.5
6212024-10-18T20:37:37.323Z Downloaded regex-syntax v0.8.5
6222024-10-18T20:37:37.330Z Downloaded bzip2-sys v0.1.11+1.0.8
6232024-10-18T20:37:37.342Z Downloaded openapiv3 v2.0.0
6242024-10-18T20:37:37.353Z Downloaded rustls v0.21.12
6252024-10-18T20:37:37.363Z Downloaded curve25519-dalek v4.1.3
6262024-10-18T20:37:37.372Z Downloaded zerocopy-derive v0.6.6
6272024-10-18T20:37:37.380Z Downloaded chrono-tz v0.10.0
6282024-10-18T20:37:37.387Z Downloaded openssl v0.10.66
6292024-10-18T20:37:37.396Z Downloaded nix v0.28.0
6302024-10-18T20:37:37.406Z Downloaded lzma-sys v0.1.20
6312024-10-18T20:37:37.434Z Downloaded bstr v1.10.0
6322024-10-18T20:37:37.444Z Downloaded libc v0.2.161
6332024-10-18T20:37:37.470Z Downloaded rustls-webpki v0.102.8
6342024-10-18T20:37:37.488Z Downloaded csv v1.3.0
6352024-10-18T20:37:37.508Z Downloaded trust-dns-proto v0.22.0
6362024-10-18T20:37:37.520Z Downloaded libz-sys v1.1.20
6372024-10-18T20:37:37.540Z Downloaded tabled v0.15.0
6382024-10-18T20:37:37.556Z Downloaded idna v0.3.0
6392024-10-18T20:37:37.562Z Downloaded syn v1.0.109
6402024-10-18T20:37:37.572Z Downloaded chrono v0.4.38
6412024-10-18T20:37:37.579Z Downloaded tokio-postgres v0.7.12
6422024-10-18T20:37:37.584Z Downloaded num-bigint v0.4.6
6432024-10-18T20:37:37.588Z Downloaded pkcs8 v0.10.2
6442024-10-18T20:37:37.591Z Downloaded fallible-iterator v0.2.0
6452024-10-18T20:37:37.593Z Downloaded rand_distr v0.4.3
6462024-10-18T20:37:37.595Z Downloaded ron v0.8.1
6472024-10-18T20:37:37.601Z Downloaded tinyvec v1.8.0
6482024-10-18T20:37:37.604Z Downloaded sqlparser v0.45.0
6492024-10-18T20:37:37.608Z Downloaded dirs-next v2.0.0
6502024-10-18T20:37:37.610Z Downloaded convert_case v0.4.0
6512024-10-18T20:37:37.610Z Downloaded similar-asserts v1.6.0
6522024-10-18T20:37:37.613Z Downloaded shlex v1.3.0
6532024-10-18T20:37:37.613Z Downloaded tungstenite v0.21.0
6542024-10-18T20:37:37.616Z Downloaded russh v0.45.0
6552024-10-18T20:37:37.621Z Downloaded num-traits v0.2.19
6562024-10-18T20:37:37.623Z Downloaded parking_lot v0.12.3
6572024-10-18T20:37:37.626Z Downloaded rustyline v14.0.0
6582024-10-18T20:37:37.630Z Downloaded itertools v0.12.1
6592024-10-18T20:37:37.637Z Downloaded encoding_rs v0.8.34
6602024-10-18T20:37:37.659Z Downloaded rustls-webpki v0.101.7
6612024-10-18T20:37:37.672Z Downloaded rayon v1.10.0
6622024-10-18T20:37:37.681Z Downloaded keccak v0.1.5
6632024-10-18T20:37:37.684Z Downloaded itoa v1.0.11
6642024-10-18T20:37:37.684Z Downloaded usdt v0.5.0
6652024-10-18T20:37:37.686Z Downloaded untrusted v0.9.0
6662024-10-18T20:37:37.686Z Downloaded untrusted v0.7.1
6672024-10-18T20:37:37.689Z Downloaded tokio-tungstenite v0.23.1
6682024-10-18T20:37:37.689Z Downloaded tokio-tungstenite v0.21.0
6692024-10-18T20:37:37.691Z Downloaded hyper v0.14.30
6702024-10-18T20:37:37.698Z Downloaded doc-comment v0.3.3
6712024-10-18T20:37:37.700Z Downloaded sigpipe v0.1.3
6722024-10-18T20:37:37.700Z Downloaded precomputed-hash v0.1.1
6732024-10-18T20:37:37.700Z Downloaded slog-dtrace v0.3.0
6742024-10-18T20:37:37.703Z Downloaded path-tree v0.8.1
6752024-10-18T20:37:37.705Z Downloaded bindgen v0.69.5
6762024-10-18T20:37:37.710Z Downloaded itertools v0.10.5
6772024-10-18T20:37:37.716Z Downloaded plotters v0.3.7
6782024-10-18T20:37:37.725Z Downloaded serde_derive_internals v0.29.1
6792024-10-18T20:37:37.727Z Downloaded nu-ansi-term v0.50.1
6802024-10-18T20:37:37.729Z Downloaded crc32fast v1.4.2
6812024-10-18T20:37:37.732Z Downloaded mio v1.0.2
6822024-10-18T20:37:37.735Z Downloaded bitvec v1.0.1
6832024-10-18T20:37:37.750Z Downloaded git2 v0.19.0
6842024-10-18T20:37:37.758Z Downloaded async-std v1.13.0
6852024-10-18T20:37:37.777Z Downloaded indoc v2.0.5
6862024-10-18T20:37:37.780Z Downloaded indoc v1.0.9
6872024-10-18T20:37:37.782Z Downloaded unicode-ident v1.0.13
6882024-10-18T20:37:37.784Z Downloaded num-bigint-dig v0.8.4
6892024-10-18T20:37:37.788Z Downloaded goblin v0.8.2
6902024-10-18T20:37:37.796Z Downloaded clang-sys v1.8.1
6912024-10-18T20:37:37.798Z Downloaded zeroize_derive v1.4.2
6922024-10-18T20:37:37.800Z Downloaded tar v0.4.42
6932024-10-18T20:37:37.803Z Downloaded russh-keys v0.45.0
6942024-10-18T20:37:37.805Z Downloaded sec1 v0.7.3
6952024-10-18T20:37:37.807Z Downloaded scroll v0.12.0
6962024-10-18T20:37:37.807Z Downloaded nanorand v0.7.0
6972024-10-18T20:37:37.809Z Downloaded lazy_static v1.5.0
6982024-10-18T20:37:37.812Z Downloaded diesel-dtrace v0.3.0
6992024-10-18T20:37:37.812Z Downloaded salty v0.3.0
7002024-10-18T20:37:37.818Z Downloaded futures-util v0.3.31
7012024-10-18T20:37:37.829Z Downloaded resolv-conf v0.7.0
7022024-10-18T20:37:37.832Z Downloaded lru-cache v0.1.2
7032024-10-18T20:37:37.834Z Downloaded lru v0.12.5
7042024-10-18T20:37:37.834Z Downloaded const_format v0.2.33
7052024-10-18T20:37:37.837Z Downloaded newtype_derive v0.1.6
7062024-10-18T20:37:37.839Z Downloaded parking v2.2.1
7072024-10-18T20:37:37.839Z Downloaded packed_struct_codegen v0.10.1
7082024-10-18T20:37:37.842Z Downloaded num_enum v0.5.11
7092024-10-18T20:37:37.845Z Downloaded mockall_derive v0.13.0
7102024-10-18T20:37:37.847Z Downloaded quinn-udp v0.5.5
7112024-10-18T20:37:37.850Z Downloaded serde_with v3.11.0
7122024-10-18T20:37:37.856Z Downloaded darling_core v0.20.10
7132024-10-18T20:37:37.860Z Downloaded dirs-sys-next v0.1.2
7142024-10-18T20:37:37.862Z Downloaded tls_codec_derive v0.4.1
7152024-10-18T20:37:37.864Z Downloaded snafu v0.8.5
7162024-10-18T20:37:37.868Z Downloaded schemars v0.8.21
7172024-10-18T20:37:37.879Z Downloaded samael v0.0.17
7182024-10-18T20:37:37.884Z Downloaded uuid v1.10.0
7192024-10-18T20:37:37.887Z Downloaded unicode-properties v0.1.3
7202024-10-18T20:37:37.889Z Downloaded toml v0.7.8
7212024-10-18T20:37:37.892Z Downloaded deranged v0.3.11
7222024-10-18T20:37:37.895Z Downloaded datatest-stable v0.2.9
7232024-10-18T20:37:37.897Z Downloaded data-encoding v2.6.0
7242024-10-18T20:37:37.897Z Downloaded concurrent-queue v2.5.0
7252024-10-18T20:37:37.899Z Downloaded cobs v0.2.3
7262024-10-18T20:37:37.899Z Downloaded clap_lex v0.7.2
7272024-10-18T20:37:37.902Z Downloaded zeroize v1.8.1
7282024-10-18T20:37:37.902Z Downloaded unicode-xid v0.2.6
7292024-10-18T20:37:37.904Z Downloaded tap v1.0.1
7302024-10-18T20:37:37.904Z Downloaded pin-project-lite v0.2.14
7312024-10-18T20:37:37.908Z Downloaded oorandom v11.1.4
7322024-10-18T20:37:37.910Z Downloaded mockall v0.13.0
7332024-10-18T20:37:37.910Z Downloaded lock_api v0.4.12
7342024-10-18T20:37:37.912Z Downloaded parse-zoneinfo v0.3.1
7352024-10-18T20:37:37.914Z Downloaded guppy v0.17.8
7362024-10-18T20:37:37.919Z Downloaded memchr v2.7.4
7372024-10-18T20:37:37.924Z Downloaded num-rational v0.4.2
7382024-10-18T20:37:37.927Z Downloaded yasna v0.5.2
7392024-10-18T20:37:37.927Z Downloaded uzers v0.12.1
7402024-10-18T20:37:37.929Z Downloaded toml_edit v0.22.22
7412024-10-18T20:37:37.952Z Downloaded env_logger v0.10.2
7422024-10-18T20:37:37.954Z Downloaded elliptic-curve v0.13.8
7432024-10-18T20:37:37.958Z Downloaded p521 v0.13.3
7442024-10-18T20:37:37.961Z Downloaded r2d2 v0.8.10
7452024-10-18T20:37:37.964Z Downloaded piper v0.2.4
7462024-10-18T20:37:37.966Z Downloaded value-bag v1.9.0
7472024-10-18T20:37:37.970Z Downloaded crc-any v2.5.0
7482024-10-18T20:37:37.973Z Downloaded expectorate v1.1.0
7492024-10-18T20:37:37.973Z Downloaded pretty_assertions v1.4.1
7502024-10-18T20:37:37.973Z Downloaded prettyplease v0.2.22
7512024-10-18T20:37:37.975Z Downloaded hashbrown v0.15.0
7522024-10-18T20:37:37.980Z Downloaded snafu-derive v0.8.5
7532024-10-18T20:37:37.982Z Downloaded scheduled-thread-pool v0.2.7
7542024-10-18T20:37:37.982Z Downloaded dhcproto v0.12.0
7552024-10-18T20:37:37.985Z Downloaded enum-as-inner v0.5.1
7562024-10-18T20:37:37.987Z Downloaded aes-gcm v0.10.3
7572024-10-18T20:37:37.990Z Downloaded derive_more v0.99.18
7582024-10-18T20:37:37.994Z Downloaded x509-cert v0.2.5
7592024-10-18T20:37:38.000Z Downloaded vte v0.11.1
7602024-10-18T20:37:38.004Z Downloaded vergen v8.3.2
7612024-10-18T20:37:38.006Z Downloaded rstest_macros v0.23.0
7622024-10-18T20:37:38.009Z Downloaded toml_edit v0.19.15
7632024-10-18T20:37:38.025Z Downloaded toml_datetime v0.6.8
7642024-10-18T20:37:38.027Z Downloaded partial-io v0.5.4
7652024-10-18T20:37:38.030Z Downloaded textwrap v0.16.1
7662024-10-18T20:37:38.032Z Downloaded test-strategy v0.3.1
7672024-10-18T20:37:38.035Z Downloaded num_threads v0.1.7
7682024-10-18T20:37:38.037Z Downloaded strum_macros v0.25.3
7692024-10-18T20:37:38.037Z Downloaded schemars_derive v0.8.21
7702024-10-18T20:37:38.040Z Downloaded same-file v1.0.6
7712024-10-18T20:37:38.040Z Downloaded signal-hook v0.3.17
7722024-10-18T20:37:38.042Z Downloaded rustls-pki-types v1.9.0
7732024-10-18T20:37:38.045Z Downloaded hashbrown v0.14.5
7742024-10-18T20:37:38.056Z Downloaded proc-macro-crate v1.3.1
7752024-10-18T20:37:38.058Z Downloaded predicates-tree v1.0.11
7762024-10-18T20:37:38.058Z Downloaded derive_builder_core v0.20.2
7772024-10-18T20:37:38.060Z Downloaded pest_meta v2.7.14
7782024-10-18T20:37:38.063Z Downloaded omicron-zone-package v0.11.1
7792024-10-18T20:37:38.065Z Downloaded serde_yaml v0.9.34+deprecated
7802024-10-18T20:37:38.068Z Downloaded hashbrown v0.13.2
7812024-10-18T20:37:38.072Z Downloaded hickory-server v0.24.1
7822024-10-18T20:37:38.077Z Downloaded embedded-io v0.4.0
7832024-10-18T20:37:38.080Z Downloaded zip v0.6.6
7842024-10-18T20:37:38.082Z Downloaded aes v0.8.4
7852024-10-18T20:37:38.086Z Downloaded termios v0.3.3
7862024-10-18T20:37:38.088Z Downloaded tabwriter v1.4.0
7872024-10-18T20:37:38.090Z Downloaded thiserror-impl-no-std v2.0.2
7882024-10-18T20:37:38.090Z Downloaded thiserror-impl v1.0.64
7892024-10-18T20:37:38.092Z Downloaded structmeta v0.3.0
7902024-10-18T20:37:38.092Z Downloaded structmeta v0.2.0
7912024-10-18T20:37:38.092Z Downloaded ucd-trie v0.1.7
7922024-10-18T20:37:38.094Z Downloaded heapless v0.8.0
7932024-10-18T20:37:38.097Z Downloaded serde_derive v1.0.210
7942024-10-18T20:37:38.100Z Downloaded signal-hook-tokio v0.3.1
7952024-10-18T20:37:38.102Z Downloaded signal-hook-registry v1.4.2
7962024-10-18T20:37:38.102Z Downloaded bytes v1.7.2
7972024-10-18T20:37:38.105Z Downloaded pin-project v1.1.6
7982024-10-18T20:37:38.116Z Downloaded hickory-resolver v0.24.1
7992024-10-18T20:37:38.120Z Downloaded pem-rfc7468 v0.7.0
8002024-10-18T20:37:38.122Z Downloaded ipnet v2.10.1
8012024-10-18T20:37:38.125Z Downloaded subprocess v0.2.9
8022024-10-18T20:37:38.127Z Downloaded termtree v0.4.1
8032024-10-18T20:37:38.127Z Downloaded rand_xorshift v0.3.0
8042024-10-18T20:37:38.129Z Downloaded is-terminal v0.4.13
8052024-10-18T20:37:38.129Z Downloaded ipnetwork v0.20.0
8062024-10-18T20:37:38.131Z Downloaded colored v2.1.0
8072024-10-18T20:37:38.134Z Downloaded walkdir v2.5.0
8082024-10-18T20:37:38.134Z Downloaded progenitor-impl v0.8.0
8092024-10-18T20:37:38.137Z Downloaded ring v0.17.8
8102024-10-18T20:37:38.206Z Downloaded typify v0.2.0
8112024-10-18T20:37:38.208Z Downloaded tokio-stream v0.1.16
8122024-10-18T20:37:38.212Z Downloaded num v0.4.3
8132024-10-18T20:37:38.216Z Downloaded newtype-uuid v1.1.2
8142024-10-18T20:37:38.219Z Downloaded term v0.7.0
8152024-10-18T20:37:38.221Z Downloaded flume v0.11.0
8162024-10-18T20:37:38.224Z Downloaded http v0.2.12
8172024-10-18T20:37:38.229Z Downloaded heapless v0.7.17
8182024-10-18T20:37:38.232Z Downloaded tokio-rustls v0.26.0
8192024-10-18T20:37:38.235Z Downloaded tempfile v3.13.0
8202024-10-18T20:37:38.237Z Downloaded pretty-hex v0.4.1
8212024-10-18T20:37:38.240Z Downloaded pretty-hex v0.2.1
8222024-10-18T20:37:38.240Z Downloaded dyn-clone v1.0.17
8232024-10-18T20:37:38.242Z Downloaded zone v0.1.8
8242024-10-18T20:37:38.242Z Downloaded utf8parse v0.2.2
8252024-10-18T20:37:38.245Z Downloaded defmt-macros v0.3.9
8262024-10-18T20:37:38.247Z Downloaded defmt v0.3.8
8272024-10-18T20:37:38.249Z Downloaded debug-ignore v1.0.5
8282024-10-18T20:37:38.252Z Downloaded matches v0.1.10
8292024-10-18T20:37:38.252Z Downloaded rustc-demangle v0.1.24
8302024-10-18T20:37:38.254Z Downloaded getrandom v0.2.15
8312024-10-18T20:37:38.258Z Downloaded allocator-api2 v0.2.18
8322024-10-18T20:37:38.260Z Downloaded fancy-regex v0.13.0
8332024-10-18T20:37:38.262Z Downloaded bcrypt-pbkdf v0.10.0
8342024-10-18T20:37:38.265Z Downloaded ssh-cipher v0.2.0
8352024-10-18T20:37:38.265Z Downloaded sha2 v0.10.8
8362024-10-18T20:37:38.267Z Downloaded headers v0.4.0
8372024-10-18T20:37:38.273Z Downloaded serde_regex v1.1.0
8382024-10-18T20:37:38.275Z Downloaded proc-macro-error v1.0.4
8392024-10-18T20:37:38.278Z Downloaded powerfmt v0.2.0
8402024-10-18T20:37:38.280Z Downloaded postgres-types v0.2.8
8412024-10-18T20:37:38.283Z Downloaded serde_urlencoded v0.7.1
8422024-10-18T20:37:38.283Z Downloaded serde_tokenstream v0.2.2
8432024-10-18T20:37:38.285Z Downloaded hyper-rustls v0.26.0
8442024-10-18T20:37:38.288Z Downloaded hickory-client v0.24.1
8452024-10-18T20:37:38.291Z Downloaded fatfs v0.3.6
8462024-10-18T20:37:38.294Z Downloaded chacha20poly1305 v0.10.1
8472024-10-18T20:37:38.294Z Downloaded base64 v0.22.1
8482024-10-18T20:37:38.298Z Downloaded peg-macros v0.8.4
8492024-10-18T20:37:38.301Z Downloaded base64 v0.13.1
8502024-10-18T20:37:38.304Z Downloaded rustc-hash v2.0.0
8512024-10-18T20:37:38.304Z Downloaded hex v0.4.3
8522024-10-18T20:37:38.307Z Downloaded usdt-macro v0.5.0
8532024-10-18T20:37:38.307Z Downloaded backoff v0.4.0
8542024-10-18T20:37:38.311Z Downloaded async-task v4.7.1
8552024-10-18T20:37:38.315Z Downloaded async-signal v0.2.10
8562024-10-18T20:37:38.315Z Downloaded async-process v2.3.0
8572024-10-18T20:37:38.318Z Downloaded progenitor v0.8.0
8582024-10-18T20:37:38.318Z Downloaded ppv-lite86 v0.2.20
8592024-10-18T20:37:38.318Z Downloaded arrayref v0.3.9
8602024-10-18T20:37:38.318Z Downloaded addr2line v0.24.2
8612024-10-18T20:37:38.321Z Downloaded assert_cmd v2.0.16
8622024-10-18T20:37:38.325Z Downloaded argon2 v0.5.3
8632024-10-18T20:37:38.325Z Downloaded proc-macro-error-attr v1.0.4
8642024-10-18T20:37:38.325Z Downloaded libsqlite3-sys v0.30.1
8652024-10-18T20:37:38.405Z Downloaded ring v0.16.20
8662024-10-18T20:37:38.485Z Downloaded proc-macro-crate v3.2.0
8672024-10-18T20:37:38.488Z Downloaded pbkdf2 v0.11.0
8682024-10-18T20:37:38.491Z Downloaded glob v0.3.1
8692024-10-18T20:37:38.491Z Downloaded async-stream v0.3.6
8702024-10-18T20:37:38.494Z Downloaded generic-array v0.14.7
8712024-10-18T20:37:38.494Z Downloaded futures-io v0.3.31
8722024-10-18T20:37:38.496Z Downloaded funty v2.0.0
8732024-10-18T20:37:38.496Z Downloaded cast v0.3.0
8742024-10-18T20:37:38.496Z Downloaded byteorder v1.5.0
8752024-10-18T20:37:38.499Z Downloaded futures-macro v0.3.31
8762024-10-18T20:37:38.499Z Downloaded futures-core v0.3.31
8772024-10-18T20:37:38.499Z Downloaded cexpr v0.6.0
8782024-10-18T20:37:38.503Z Downloaded blowfish v0.9.1
8792024-10-18T20:37:38.503Z Downloaded cbc v0.1.2
8802024-10-18T20:37:38.503Z Downloaded camino-tempfile v1.1.1
8812024-10-18T20:37:38.506Z Downloaded async-channel v2.3.1
8822024-10-18T20:37:38.506Z Downloaded ascii-canvas v3.0.0
8832024-10-18T20:37:38.509Z Downloaded anes v0.1.6
8842024-10-18T20:37:38.512Z Downloaded camino v1.1.9
8852024-10-18T20:37:38.512Z Downloaded cfg_aliases v0.1.1
8862024-10-18T20:37:38.515Z Downloaded foldhash v0.1.3
8872024-10-18T20:37:38.515Z Downloaded atty v0.2.14
8882024-10-18T20:37:38.515Z Downloaded async-attributes v1.1.2
8892024-10-18T20:37:38.518Z Downloaded ciborium v0.2.2
8902024-10-18T20:37:38.518Z Downloaded ff v0.13.0
8912024-10-18T20:37:38.522Z Downloaded async-trait v0.1.83
8922024-10-18T20:37:38.522Z Downloaded ahash v0.8.11
8932024-10-18T20:37:38.524Z Downloaded gethostname v0.5.0
8942024-10-18T20:37:38.532Z Downloaded fs-err v2.11.0
8952024-10-18T20:37:38.532Z Downloaded float-ord v0.3.2
8962024-10-18T20:37:38.532Z Downloaded castaway v0.2.3
8972024-10-18T20:37:38.533Z Downloaded ghash v0.5.1
8982024-10-18T20:37:38.533Z Downloaded futures-sink v0.3.31
8992024-10-18T20:37:38.533Z Downloaded futures-executor v0.3.31
9002024-10-18T20:37:38.533Z Downloaded form_urlencoded v1.2.1
9012024-10-18T20:37:38.533Z Downloaded foreign-types-shared v0.1.1
9022024-10-18T20:37:38.541Z Downloaded foreign-types v0.5.0
9032024-10-18T20:37:38.541Z Downloaded blocking v1.6.1
9042024-10-18T20:37:38.541Z Downloaded bcs v0.1.6
9052024-10-18T20:37:38.541Z Downloaded aead v0.5.2
9062024-10-18T20:37:38.541Z Downloaded array-init v0.0.4
9072024-10-18T20:37:38.541Z Downloaded fixedbitset v0.4.2
9082024-10-18T20:37:38.541Z Downloaded bytecount v0.6.8
9092024-10-18T20:37:38.541Z Downloaded bitfield v0.14.0
9102024-10-18T20:37:38.544Z Downloaded bb8 v0.8.5
9112024-10-18T20:37:38.544Z Downloaded autocfg v1.4.0
9122024-10-18T20:37:38.548Z Downloaded assert_matches v1.5.0
9132024-10-18T20:37:38.549Z Downloaded bitflags v1.3.2
9142024-10-18T20:37:38.551Z Downloaded bit-set v0.5.3
9152024-10-18T20:37:38.551Z Downloaded adler2 v2.0.0
9162024-10-18T20:37:38.816Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9172024-10-18T20:37:58.979Z Startup: Refreshing catalog 'helios-dev' ... Done
9182024-10-18T20:38:02.517Z Startup: Caching catalogs ... Done
9192024-10-18T20:38:08.482ZPlanning: Solver setup ... Done (5.269s)
9202024-10-18T20:38:08.562ZPlanning: Running solver ... Done (0.080s)
9212024-10-18T20:38:08.686ZPlanning: Finding local manifests ... Done (0.052s)
9222024-10-18T20:38:08.717ZPlanning: Fetching manifests: 0/5 0% complete
9232024-10-18T20:38:08.976ZPlanning: Fetching manifests: 5/5 100% complete
9242024-10-18T20:38:09.178ZPlanning: Package planning ... Done (0.203s)
9252024-10-18T20:38:09.235ZPlanning: Merging actions ... Done (0.056s)
9262024-10-18T20:38:10.160ZPlanning: Checking for conflicting actions ... Done (0.926s)
9272024-10-18T20:38:16.484ZPlanning: Consolidating action changes ... Done (6.323s)
9282024-10-18T20:38:16.860ZPlanning: Evaluating mediators ... Done (0.375s)
9292024-10-18T20:38:16.980ZPlanning: Planning completed in 14.38 seconds
9302024-10-18T20:38:17.739Z Packages to install: 4
9312024-10-18T20:38:17.739Z Packages to update: 1
9322024-10-18T20:38:17.742Z Mediators to change: 2
9332024-10-18T20:38:17.742Z Services to change: 1
9342024-10-18T20:38:17.742Z Estimated space available: 155.48 GB
9352024-10-18T20:38:17.742ZEstimated space to be consumed: 1.57 GB
9362024-10-18T20:38:17.742Z Create boot environment: No
9372024-10-18T20:38:17.742ZCreate backup boot environment: Yes
9382024-10-18T20:38:17.742Z Rebuild boot archive: No
9392024-10-18T20:38:17.742Z
9402024-10-18T20:38:17.742ZChanged mediators:
9412024-10-18T20:38:17.742Z mediator clang:
9422024-10-18T20:38:17.742Z version: None -> 15 (system default)
9432024-10-18T20:38:17.742Z
9442024-10-18T20:38:17.742Z mediator llvm:
9452024-10-18T20:38:17.742Z version: 14 (system default) -> 15 (system default)
9462024-10-18T20:38:17.743Z
9472024-10-18T20:38:17.743ZChanged packages:
9482024-10-18T20:38:17.743Zhelios-dev
9492024-10-18T20:38:17.743Z developer/build-essential
9502024-10-18T20:38:17.743Z None -> 11-2.0
9512024-10-18T20:38:17.743Z library/libxmlsec1
9522024-10-18T20:38:17.743Z None -> 1.2.35-2.0
9532024-10-18T20:38:17.743Z ooce/developer/clang-15
9542024-10-18T20:38:17.743Z None -> 15.0.7-2.0
9552024-10-18T20:38:17.743Z ooce/developer/llvm-15
9562024-10-18T20:38:17.743Z None -> 15.0.7-2.0
9572024-10-18T20:38:17.743Z package/pkg
9582024-10-18T20:38:17.743Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9592024-10-18T20:38:17.743Z
9602024-10-18T20:38:17.743ZServices:
9612024-10-18T20:38:17.743Z restart_fmri:
9622024-10-18T20:38:17.743Z svc:/system/update-man-index:default
9632024-10-18T20:38:17.743Z
9642024-10-18T20:38:17.743ZEditable files to change:
9652024-10-18T20:38:17.743Z Update:
9662024-10-18T20:38:17.743Z usr/share/lib/pkg/web/config.shtml
9672024-10-18T20:38:18.104Z
9682024-10-18T20:38:18.104ZDownload: 0/4281 items 0.0/220.6MB 0% complete
9692024-10-18T20:38:23.103ZDownload: 1472/4281 items 117.3/220.6MB 53% complete (23.5M/s)
9702024-10-18T20:38:28.230ZDownload: 3232/4281 items 175.4/220.6MB 79% complete (17.7M/s)
9712024-10-18T20:38:33.074ZDownload: Completed 220.60 MB in 14.97 seconds (14.7M/s)
9722024-10-18T20:38:35.058Z Actions: 1/5063 actions (Removing old actions)
9732024-10-18T20:38:35.074Z Actions: 194/5063 actions (Installing new actions)
9742024-10-18T20:38:40.103Z Actions: 4101/5063 actions (Installing new actions)
9752024-10-18T20:38:40.533Z Actions: 4226/5063 actions (Updating modified actions)
9762024-10-18T20:38:40.881Z Actions: Completed 5063 actions in 5.82 seconds.
9772024-10-18T20:38:41.228Z Done (0.339s)
9782024-10-18T20:38:41.230Z Done (0.000s)
9792024-10-18T20:38:41.831Z Done (0.482s)
9802024-10-18T20:38:47.855Z Done (5.947s)
9812024-10-18T20:38:48.140Z Done (0.213s)
9822024-10-18T20:38:48.143Z Done (0.000s)
9832024-10-18T20:38:48.302Z Done (0.000s)
9842024-10-18T20:38:48.948ZPlanning: Evaluating mediator changes ... Done
9852024-10-18T20:38:49.112ZPlanning: Checking for conflicting actions ... Done
9862024-10-18T20:38:49.115ZPlanning: Consolidating action changes ... Done
9872024-10-18T20:38:49.379ZPlanning: Evaluating mediators ... Done
9882024-10-18T20:38:49.382ZPlanning: Planning completed in 0.43 seconds
9892024-10-18T20:38:49.421Z Mediators to change: 2
9902024-10-18T20:38:49.424Z Create boot environment: No
9912024-10-18T20:38:49.424ZCreate backup boot environment: No
9922024-10-18T20:38:49.499Z Done
9932024-10-18T20:38:49.499Z Done
9942024-10-18T20:38:49.839Z Done
9952024-10-18T20:38:53.322Z Done
9962024-10-18T20:38:53.416Z Done
9972024-10-18T20:38:53.419Z Done
9982024-10-18T20:38:53.584Z Done
9992024-10-18T20:38:54.193ZPlanning: Evaluating mediator changes ... Done
10002024-10-18T20:38:54.195ZPlanning: Merging actions ... Done
10012024-10-18T20:38:54.385ZPlanning: Checking for conflicting actions ... Done
10022024-10-18T20:38:54.388ZPlanning: Consolidating action changes ... Done
10032024-10-18T20:38:54.662ZPlanning: Evaluating mediators ... Done
10042024-10-18T20:38:54.705ZPlanning: Planning completed in 0.75 seconds
10052024-10-18T20:38:54.744Z Packages to change: 1
10062024-10-18T20:38:54.744Z Mediators to change: 1
10072024-10-18T20:38:54.747Z Services to change: 1
10082024-10-18T20:38:54.747Z Create boot environment: No
10092024-10-18T20:38:54.747ZCreate backup boot environment: Yes
10102024-10-18T20:38:57.009Z Actions: 1/6 actions (Updating modified actions)
10112024-10-18T20:38:57.056Z Actions: Completed 6 actions in 0.05 seconds.
10122024-10-18T20:38:57.059Z Done
10132024-10-18T20:38:57.059Z Done
10142024-10-18T20:38:57.155Z Done
10152024-10-18T20:39:00.655Z Done
10162024-10-18T20:39:00.751Z Done
10172024-10-18T20:39:00.753Z Done
10182024-10-18T20:39:00.912Z Done
10192024-10-18T20:39:01.337ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10202024-10-18T20:39:01.337Zclang system 15 system
10212024-10-18T20:39:01.338Zcsh system system illumos
10222024-10-18T20:39:01.338Zctags system system illumos
10232024-10-18T20:39:01.338Zgcc vendor 12 vendor
10242024-10-18T20:39:01.338Zgcc system 10 system
10252024-10-18T20:39:01.338Zgcc system 7 system
10262024-10-18T20:39:01.338Zgo system 1.20 system
10272024-10-18T20:39:01.338Zgo system 1.19 system
10282024-10-18T20:39:01.338Zllvm system 15 system
10292024-10-18T20:39:01.338Zllvm system 14 system
10302024-10-18T20:39:01.338Zmariadb system 10.6 system
10312024-10-18T20:39:01.338Zmta vendor vendor dma
10322024-10-18T20:39:01.338Zopenjdk system 17 system
10332024-10-18T20:39:01.338Zopenjdk system 11 system
10342024-10-18T20:39:01.338Zopenjdk system 1.8 system
10352024-10-18T20:39:01.338Zopenssl vendor 3 vendor
10362024-10-18T20:39:01.338Zperl system 5.36 system
10372024-10-18T20:39:01.338Zpostgresql system 15 system
10382024-10-18T20:39:01.338Zpostgresql system 13 system
10392024-10-18T20:39:01.338Zpython vendor 3 vendor
10402024-10-18T20:39:01.338Zpython system 2 system
10412024-10-18T20:39:01.338Zpython3 system 3.11 system
10422024-10-18T20:39:01.338Zruby system 3.0 system
10432024-10-18T20:39:01.338Zwords vendor vendor american-english
10442024-10-18T20:39:01.338Zwords system system australian-english
10452024-10-18T20:39:01.338Zwords system system british-english
10462024-10-18T20:39:01.338Zwords system system canadian-english
10472024-10-18T20:39:01.338Zwords system system french
10482024-10-18T20:39:01.338Zwords system system italian
10492024-10-18T20:39:01.338Zwords system system ngerman
10502024-10-18T20:39:01.338Zwords system system ogerman
10512024-10-18T20:39:01.338Zwords system system spanish
10522024-10-18T20:39:01.659ZPUBLISHER TYPE STATUS P LOCATION
10532024-10-18T20:39:01.659Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10542024-10-18T20:39:03.859ZFMRI IFO
10552024-10-18T20:39:03.859Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10562024-10-18T20:39:03.859Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10572024-10-18T20:39:03.859Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10582024-10-18T20:39:03.859Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
10592024-10-18T20:39:03.859Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
10602024-10-18T20:39:03.859Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
10612024-10-18T20:39:03.859Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
10622024-10-18T20:39:03.859Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
10632024-10-18T20:39:03.859Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
10642024-10-18T20:39:03.859Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
10652024-10-18T20:39:03.859Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
10662024-10-18T20:39:03.859Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
10672024-10-18T20:39:03.859Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
10682024-10-18T20:39:04.863Z Downloading crates ...
10692024-10-18T20:39:04.978Z Downloaded cargo_toml v0.20.5
10702024-10-18T20:39:05.102Z Compiling proc-macro2 v1.0.87
10712024-10-18T20:39:05.102Z Compiling unicode-ident v1.0.13
10722024-10-18T20:39:05.104Z Compiling serde v1.0.210
10732024-10-18T20:39:05.104Z Compiling version_check v0.9.5
10742024-10-18T20:39:05.104Z Compiling thiserror v1.0.64
10752024-10-18T20:39:05.104Z Compiling memchr v2.7.4
10762024-10-18T20:39:05.124Z Compiling libc v0.2.161
10772024-10-18T20:39:05.128Z Compiling itoa v1.0.11
10782024-10-18T20:39:05.345Z Compiling ryu v1.0.18
10792024-10-18T20:39:05.354Z Compiling ucd-trie v0.1.7
10802024-10-18T20:39:05.881Z Compiling once_cell v1.20.2
10812024-10-18T20:39:05.895Z Compiling byteorder v1.5.0
10822024-10-18T20:39:06.176Z Compiling rustix v0.38.37
10832024-10-18T20:39:06.202Z Compiling serde_json v1.0.128
10842024-10-18T20:39:06.543Z Compiling bitflags v2.6.0
10852024-10-18T20:39:06.596Z Compiling usdt-impl v0.5.0
10862024-10-18T20:39:06.624Z Compiling proc-macro-error-attr v1.0.4
10872024-10-18T20:39:06.886Z Compiling syn v1.0.109
10882024-10-18T20:39:06.942Z Compiling proc-macro-error v1.0.4
10892024-10-18T20:39:06.953Z Compiling camino v1.1.9
10902024-10-18T20:39:06.988Z Compiling utf8parse v0.2.2
10912024-10-18T20:39:07.052Z Compiling equivalent v1.0.1
10922024-10-18T20:39:07.140Z Compiling hashbrown v0.15.0
10932024-10-18T20:39:07.155Z Compiling plain v0.2.3
10942024-10-18T20:39:07.233Z Compiling log v0.4.22
10952024-10-18T20:39:07.414Z Compiling quote v1.0.37
10962024-10-18T20:39:07.562Z Compiling anstyle-parse v0.2.5
10972024-10-18T20:39:07.646Z Compiling anstyle v1.0.8
10982024-10-18T20:39:07.913Z Compiling syn v2.0.79
10992024-10-18T20:39:07.937Z Compiling errno v0.3.9
11002024-10-18T20:39:08.034Z Compiling thread-id v4.2.2
11012024-10-18T20:39:08.110Z Compiling anstyle-query v1.1.1
11022024-10-18T20:39:08.133Z Compiling winnow v0.6.20
11032024-10-18T20:39:08.147Z Compiling autocfg v1.4.0
11042024-10-18T20:39:08.243Z Compiling indexmap v2.6.0
11052024-10-18T20:39:08.337Z Compiling colorchoice v1.0.2
11062024-10-18T20:39:08.484Z Compiling pretty-hex v0.4.1
11072024-10-18T20:39:08.676Z Compiling semver v1.0.23
11082024-10-18T20:39:09.210Z Compiling unicode-width v0.1.14
11092024-10-18T20:39:09.255Z Compiling is_terminal_polyfill v1.70.1
11102024-10-18T20:39:09.391Z Compiling anstream v0.6.15
11112024-10-18T20:39:09.458Z Compiling fs-err v2.11.0
11122024-10-18T20:39:09.749Z Compiling heck v0.5.0
11132024-10-18T20:39:09.760Z Compiling clap_lex v0.7.2
11142024-10-18T20:39:10.084Z Compiling strsim v0.11.1
11152024-10-18T20:39:10.223Z Compiling terminal_size v0.4.0
11162024-10-18T20:39:10.252Z Compiling cfg-if v1.0.0
11172024-10-18T20:39:10.254Z Compiling anyhow v1.0.89
11182024-10-18T20:39:10.338Z Compiling heck v0.4.1
11192024-10-18T20:39:10.412Z Compiling fastrand v2.1.1
11202024-10-18T20:39:10.846Z Compiling fnv v1.0.7
11212024-10-18T20:39:10.972Z Compiling bytecount v0.6.8
11222024-10-18T20:39:11.014Z Compiling tempfile v3.13.0
11232024-10-18T20:39:11.031Z Compiling clap_builder v4.5.20
11242024-10-18T20:39:11.165Z Compiling papergrid v0.11.0
11252024-10-18T20:39:11.321Z Compiling memmap v0.7.0
11262024-10-18T20:39:11.642Z Compiling unicode-linebreak v0.1.5
11272024-10-18T20:39:11.672Z Compiling smawk v0.3.2
11282024-10-18T20:39:11.895Z Compiling swrite v0.1.0
11292024-10-18T20:39:12.003Z Compiling textwrap v0.16.1
11302024-10-18T20:39:13.438Z Compiling tabled_derive v0.7.0
11312024-10-18T20:39:14.995Z Compiling tabled v0.15.0
11322024-10-18T20:39:16.613Z Compiling serde_derive v1.0.210
11332024-10-18T20:39:16.616Z Compiling thiserror-impl v1.0.64
11342024-10-18T20:39:16.616Z Compiling zerocopy-derive v0.7.35
11352024-10-18T20:39:16.616Z Compiling scroll_derive v0.12.0
11362024-10-18T20:39:16.616Z Compiling clap_derive v4.5.18
11372024-10-18T20:39:17.734Z Compiling scroll v0.12.0
11382024-10-18T20:39:18.225Z Compiling goblin v0.8.2
11392024-10-18T20:39:18.372Z Compiling zerocopy v0.7.35
11402024-10-18T20:39:19.100Z Compiling pest v2.7.14
11412024-10-18T20:39:20.283Z Compiling clap v4.5.20
11422024-10-18T20:39:21.304Z Compiling pest_meta v2.7.14
11432024-10-18T20:39:22.121Z Compiling pest_generator v2.7.14
11442024-10-18T20:39:23.980Z Compiling pest_derive v2.7.14
11452024-10-18T20:39:24.778Z Compiling dtrace-parser v0.2.0
11462024-10-18T20:39:26.470Z Compiling serde_spanned v0.6.8
11472024-10-18T20:39:26.472Z Compiling toml_datetime v0.6.8
11482024-10-18T20:39:26.473Z Compiling cargo-platform v0.1.8
11492024-10-18T20:39:26.870Z Compiling serde_tokenstream v0.2.2
11502024-10-18T20:39:26.945Z Compiling toml_edit v0.22.22
11512024-10-18T20:39:27.045Z Compiling macaddr v1.0.1
11522024-10-18T20:39:27.079Z Compiling camino-tempfile v1.1.1
11532024-10-18T20:39:27.861Z Compiling dof v0.3.0
11542024-10-18T20:39:27.861Z Compiling cargo_metadata v0.18.1
11552024-10-18T20:39:29.733Z Compiling toml v0.8.19
11562024-10-18T20:39:29.859Z Compiling usdt-macro v0.5.0
11572024-10-18T20:39:29.862Z Compiling usdt-attr-macro v0.5.0
11582024-10-18T20:39:30.547Z Compiling cargo_toml v0.20.5
11592024-10-18T20:39:31.150Z Compiling usdt v0.5.0
11602024-10-18T20:39:34.330Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
11612024-10-18T20:39:38.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.99s
11622024-10-18T20:39:38.349Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
11632024-10-18T20:39:39.221Z Compiling serde v1.0.210
11642024-10-18T20:39:39.223Z Compiling typenum v1.17.0
11652024-10-18T20:39:39.223Z Compiling generic-array v0.14.7
11662024-10-18T20:39:39.223Z Compiling lock_api v0.4.12
11672024-10-18T20:39:39.223Z Compiling scopeguard v1.2.0
11682024-10-18T20:39:39.223Z Compiling subtle v2.6.1
11692024-10-18T20:39:39.367Z Compiling syn v2.0.79
11702024-10-18T20:39:39.369Z Compiling getrandom v0.2.15
11712024-10-18T20:39:39.461Z Compiling value-bag v1.9.0
11722024-10-18T20:39:39.637Z Compiling rand_core v0.6.4
11732024-10-18T20:39:39.765Z Compiling const-oid v0.9.6
11742024-10-18T20:39:39.769Z Compiling pin-project-lite v0.2.14
11752024-10-18T20:39:39.900Z Compiling log v0.4.22
11762024-10-18T20:39:39.929Z Compiling smallvec v1.13.2
11772024-10-18T20:39:40.015Z Compiling jobserver v0.1.32
11782024-10-18T20:39:40.140Z Compiling parking_lot_core v0.9.10
11792024-10-18T20:39:40.300Z Compiling shlex v1.3.0
11802024-10-18T20:39:40.316Z Compiling futures-core v0.3.31
11812024-10-18T20:39:40.552Z Compiling cc v1.1.30
11822024-10-18T20:39:40.702Z Compiling signal-hook-registry v1.4.2
11832024-10-18T20:39:40.751Z Compiling mio v1.0.2
11842024-10-18T20:39:40.950Z Compiling cpufeatures v0.2.14
11852024-10-18T20:39:41.053Z Compiling parking_lot v0.12.3
11862024-10-18T20:39:41.329Z Compiling futures-sink v0.3.31
11872024-10-18T20:39:41.481Z Compiling spin v0.9.8
11882024-10-18T20:39:41.604Z Compiling socket2 v0.5.7
11892024-10-18T20:39:41.715Z Compiling slab v0.4.9
11902024-10-18T20:39:41.881Z Compiling serde_json v1.0.128
11912024-10-18T20:39:41.956Z Compiling futures-channel v0.3.31
11922024-10-18T20:39:41.979Z Compiling foldhash v0.1.3
11932024-10-18T20:39:42.113Z Compiling pin-utils v0.1.0
11942024-10-18T20:39:42.211Z Compiling futures-io v0.3.31
11952024-10-18T20:39:42.232Z Compiling futures-task v0.3.31
11962024-10-18T20:39:42.266Z Compiling tinyvec_macros v0.1.1
11972024-10-18T20:39:42.326Z Compiling allocator-api2 v0.2.18
11982024-10-18T20:39:42.358Z Compiling tinyvec v1.8.0
11992024-10-18T20:39:42.429Z Compiling libm v0.2.8
12002024-10-18T20:39:42.521Z Compiling num-traits v0.2.19
12012024-10-18T20:39:42.524Z Compiling unicode-bidi v0.3.17
12022024-10-18T20:39:42.602Z Compiling base64ct v1.6.0
12032024-10-18T20:39:43.059Z Compiling hashbrown v0.15.0
12042024-10-18T20:39:43.122Z Compiling pem-rfc7468 v0.7.0
12052024-10-18T20:39:43.162Z Compiling httparse v1.9.5
12062024-10-18T20:39:43.847Z Compiling unicode-normalization v0.1.24
12072024-10-18T20:39:43.916Z Compiling flagset v0.4.6
12082024-10-18T20:39:44.041Z Compiling tracing-core v0.1.32
12092024-10-18T20:39:44.104Z Compiling crossbeam-utils v0.8.20
12102024-10-18T20:39:44.203Z Compiling rustls-pki-types v1.9.0
12112024-10-18T20:39:44.344Z Compiling percent-encoding v2.3.1
12122024-10-18T20:39:44.771Z Compiling ring v0.17.8
12132024-10-18T20:39:44.787Z Compiling vcpkg v0.2.15
12142024-10-18T20:39:44.964Z Compiling powerfmt v0.2.0
12152024-10-18T20:39:45.251Z Compiling num-conv v0.1.0
12162024-10-18T20:39:45.361Z Compiling pkg-config v0.3.31
12172024-10-18T20:39:45.377Z Compiling time-core v0.1.2
12182024-10-18T20:39:45.449Z Compiling untrusted v0.9.0
12192024-10-18T20:39:45.527Z Compiling deranged v0.3.11
12202024-10-18T20:39:45.547Z Compiling time-macros v0.2.18
12212024-10-18T20:39:45.882Z Compiling atomic-waker v1.1.2
12222024-10-18T20:39:46.073Z Compiling num_threads v0.1.7
12232024-10-18T20:39:46.201Z Compiling form_urlencoded v1.2.1
12242024-10-18T20:39:46.503Z Compiling slog v2.7.0
12252024-10-18T20:39:46.825Z Compiling try-lock v0.2.5
12262024-10-18T20:39:46.842Z Compiling openssl-sys v0.9.103
12272024-10-18T20:39:46.885Z Compiling rustix v0.38.37
12282024-10-18T20:39:46.953Z Compiling want v0.3.1
12292024-10-18T20:39:47.047Z Compiling httpdate v1.0.3
12302024-10-18T20:39:47.383Z Compiling idna v0.5.0
12312024-10-18T20:39:47.489Z Compiling iana-time-zone v0.1.61
12322024-10-18T20:39:47.747Z Compiling base64 v0.22.1
12332024-10-18T20:39:47.895Z Compiling foreign-types-shared v0.1.1
12342024-10-18T20:39:47.982Z Compiling tower-service v0.3.3
12352024-10-18T20:39:47.984Z Compiling match_cfg v0.1.0
12362024-10-18T20:39:48.084Z Compiling openssl v0.10.66
12372024-10-18T20:39:48.087Z Compiling rustversion v1.0.17
12382024-10-18T20:39:48.398Z Compiling hostname v0.3.1
12392024-10-18T20:39:48.449Z Compiling url v2.5.2
12402024-10-18T20:39:48.619Z Compiling foreign-types v0.3.2
12412024-10-18T20:39:48.655Z Compiling time v0.3.36
12422024-10-18T20:39:48.706Z Compiling dirs-sys-next v0.1.2
12432024-10-18T20:39:48.942Z Compiling aho-corasick v1.1.3
12442024-10-18T20:39:48.944Z Compiling siphasher v0.3.11
12452024-10-18T20:39:49.136Z Compiling rustls v0.23.14
12462024-10-18T20:39:49.215Z Compiling regex-syntax v0.8.5
12472024-10-18T20:39:49.371Z Compiling rustls v0.22.4
12482024-10-18T20:39:49.602Z Compiling adler2 v2.0.0
12492024-10-18T20:39:49.800Z Compiling native-tls v0.2.12
12502024-10-18T20:39:50.087Z Compiling syn v1.0.109
12512024-10-18T20:39:50.156Z Compiling data-encoding v2.6.0
12522024-10-18T20:39:50.734Z Compiling miniz_oxide v0.8.0
12532024-10-18T20:39:52.171Z Compiling dirs-next v2.0.0
12542024-10-18T20:39:52.359Z Compiling regex-automata v0.4.8
12552024-10-18T20:39:52.515Z Compiling serde_derive_internals v0.29.1
12562024-10-18T20:39:52.680Z Compiling serde_derive v1.0.210
12572024-10-18T20:39:53.455Z Compiling zeroize_derive v1.4.2
12582024-10-18T20:39:53.534Z Compiling zerocopy-derive v0.7.35
12592024-10-18T20:39:53.691Z Compiling tokio-macros v2.4.0
12602024-10-18T20:39:54.972Z Compiling zeroize v1.8.1
12612024-10-18T20:39:55.170Z Compiling thiserror-impl v1.0.64
12622024-10-18T20:39:55.184Z Compiling futures-macro v0.3.31
12632024-10-18T20:39:55.315Z Compiling der_derive v0.7.3
12642024-10-18T20:39:55.683Z Compiling zerocopy v0.7.35
12652024-10-18T20:39:56.584Z Compiling crypto-common v0.1.6
12662024-10-18T20:39:56.793Z Compiling block-buffer v0.10.4
12672024-10-18T20:39:57.040Z Compiling digest v0.10.7
12682024-10-18T20:39:57.104Z Compiling futures-util v0.3.31
12692024-10-18T20:39:57.303Z Compiling block-padding v0.3.3
12702024-10-18T20:39:57.515Z Compiling hmac v0.12.1
12712024-10-18T20:39:57.544Z Compiling inout v0.1.3
12722024-10-18T20:39:57.748Z Compiling sha2 v0.10.8
12732024-10-18T20:39:57.750Z Compiling ppv-lite86 v0.2.20
12742024-10-18T20:39:57.808Z Compiling cipher v0.4.4
12752024-10-18T20:39:58.313Z Compiling der v0.7.9
12762024-10-18T20:39:58.315Z Compiling thiserror v1.0.64
12772024-10-18T20:39:58.467Z Compiling tracing-attributes v0.1.27
12782024-10-18T20:39:58.615Z Compiling rand_chacha v0.3.1
12792024-10-18T20:40:00.905Z Compiling spki v0.7.3
12802024-10-18T20:40:00.908Z Compiling rand v0.8.5
12812024-10-18T20:40:01.086Z Compiling pest v2.7.14
12822024-10-18T20:40:01.301Z Compiling salsa20 v0.10.2
12832024-10-18T20:40:01.523Z Compiling pbkdf2 v0.12.2
12842024-10-18T20:40:01.697Z Compiling scrypt v0.11.0
12852024-10-18T20:40:02.117Z Compiling tracing v0.1.40
12862024-10-18T20:40:02.250Z Compiling cbc v0.1.2
12872024-10-18T20:40:02.493Z Compiling aes v0.8.4
12882024-10-18T20:40:02.645Z Compiling scroll_derive v0.12.0
12892024-10-18T20:40:03.054Z Compiling async-trait v0.1.83
12902024-10-18T20:40:03.206Z Compiling openssl-macros v0.1.1
12912024-10-18T20:40:03.996Z Compiling pest_meta v2.7.14
12922024-10-18T20:40:04.136Z Compiling scroll v0.12.0
12932024-10-18T20:40:04.166Z Compiling rustls-webpki v0.102.8
12942024-10-18T20:40:04.495Z Compiling pkcs5 v0.7.1
12952024-10-18T20:40:04.677Z Compiling goblin v0.8.2
12962024-10-18T20:40:05.203Z Compiling pest_generator v2.7.14
12972024-10-18T20:40:05.290Z Compiling pkcs8 v0.10.2
12982024-10-18T20:40:05.740Z Compiling signature v2.2.0
12992024-10-18T20:40:05.891Z Compiling sha1 v0.10.6
13002024-10-18T20:40:06.051Z Compiling crossbeam-epoch v0.9.18
13012024-10-18T20:40:06.067Z Compiling lazy_static v1.5.0
13022024-10-18T20:40:06.194Z Compiling thread_local v1.1.8
13032024-10-18T20:40:06.289Z Compiling cookie v0.18.1
13042024-10-18T20:40:06.318Z Compiling encoding_rs v0.8.34
13052024-10-18T20:40:06.587Z Compiling bytes v1.7.2
13062024-10-18T20:40:06.772Z Compiling indexmap v2.6.0
13072024-10-18T20:40:06.817Z Compiling bitflags v2.6.0
13082024-10-18T20:40:07.258Z Compiling semver v1.0.23
13092024-10-18T20:40:07.880Z Compiling tokio v1.40.0
13102024-10-18T20:40:07.989Z Compiling http v1.1.0
13112024-10-18T20:40:08.186Z Compiling rustc_version v0.4.1
13122024-10-18T20:40:08.960Z Compiling serde_tokenstream v0.2.2
13132024-10-18T20:40:09.007Z Compiling pest_derive v2.7.14
13142024-10-18T20:40:09.580Z Compiling http-body v1.0.1
13152024-10-18T20:40:09.780Z Compiling serde_spanned v0.6.8
13162024-10-18T20:40:09.805Z Compiling dtrace-parser v0.2.0
13172024-10-18T20:40:09.828Z Compiling toml_datetime v0.6.8
13182024-10-18T20:40:10.006Z Compiling uuid v1.10.0
13192024-10-18T20:40:10.357Z Compiling dof v0.3.0
13202024-10-18T20:40:10.414Z Compiling chrono v0.4.38
13212024-10-18T20:40:10.678Z Compiling http-body-util v0.1.2
13222024-10-18T20:40:11.225Z Compiling usdt-impl v0.5.0
13232024-10-18T20:40:11.464Z Compiling heapless v0.7.17
13242024-10-18T20:40:11.984Z Compiling multer v3.1.0
13252024-10-18T20:40:12.288Z Compiling signal-hook v0.3.17
13262024-10-18T20:40:12.576Z Compiling unicode-properties v0.1.3
13272024-10-18T20:40:12.596Z Compiling rayon-core v1.12.1
13282024-10-18T20:40:12.615Z Compiling mime v0.3.17
13292024-10-18T20:40:12.767Z Compiling gimli v0.31.1
13302024-10-18T20:40:12.879Z Compiling slog-async v2.8.0
13312024-10-18T20:40:12.941Z Compiling paste v1.0.15
13322024-10-18T20:40:13.169Z Compiling ipnet v2.10.1
13332024-10-18T20:40:13.398Z Compiling openssl-probe v0.1.5
13342024-10-18T20:40:13.480Z Compiling schemars v0.8.21
13352024-10-18T20:40:13.744Z Compiling either v1.13.0
13362024-10-18T20:40:14.004Z Compiling stringprep v0.1.5
13372024-10-18T20:40:14.189Z Compiling toml_edit v0.22.22
13382024-10-18T20:40:14.309Z Compiling curve25519-dalek v4.1.3
13392024-10-18T20:40:14.344Z Compiling slog-json v2.6.1
13402024-10-18T20:40:14.807Z Compiling crossbeam-deque v0.8.5
13412024-10-18T20:40:14.919Z Compiling serde_urlencoded v0.7.1
13422024-10-18T20:40:14.921Z Compiling usdt-macro v0.5.0
13432024-10-18T20:40:15.146Z Compiling usdt-attr-macro v0.5.0
13442024-10-18T20:40:16.447Z Compiling tokio-util v0.7.12
13452024-10-18T20:40:16.868Z Compiling futures-executor v0.3.31
13462024-10-18T20:40:17.449Z Compiling h2 v0.4.6
13472024-10-18T20:40:17.792Z Compiling addr2line v0.24.2
13482024-10-18T20:40:18.491Z Compiling md-5 v0.10.6
13492024-10-18T20:40:18.519Z Compiling schemars_derive v0.8.21
13502024-10-18T20:40:18.749Z Compiling enum-as-inner v0.6.1
13512024-10-18T20:40:19.838Z Compiling async-stream-impl v0.3.6
13522024-10-18T20:40:20.569Z Compiling term v0.7.0
13532024-10-18T20:40:21.894Z Compiling crossbeam-channel v0.5.13
13542024-10-18T20:40:22.164Z Compiling num-integer v0.1.46
13552024-10-18T20:40:22.435Z Compiling rustls-pemfile v2.2.0
13562024-10-18T20:40:22.760Z Compiling idna v0.3.0
13572024-10-18T20:40:22.966Z Compiling idna v0.4.0
13582024-10-18T20:40:22.989Z Compiling ff v0.13.0
13592024-10-18T20:40:23.071Z Compiling hash32 v0.2.1
13602024-10-18T20:40:23.208Z Compiling is-terminal v0.4.13
13612024-10-18T20:40:23.331Z Compiling dropshot v0.12.0
13622024-10-18T20:40:23.418Z Compiling object v0.36.5
13632024-10-18T20:40:23.634Z Compiling fallible-iterator v0.2.0
13642024-10-18T20:40:24.322Z Compiling hyper v1.4.1
13652024-10-18T20:40:24.324Z Compiling linked-hash-map v0.5.6
13662024-10-18T20:40:24.561Z Compiling quick-error v1.2.3
13672024-10-18T20:40:24.703Z Compiling num-bigint-dig v0.8.4
13682024-10-18T20:40:24.720Z Compiling stable_deref_trait v1.2.0
13692024-10-18T20:40:24.826Z Compiling psl-types v2.0.11
13702024-10-18T20:40:25.022Z Compiling rustc-demangle v0.1.24
13712024-10-18T20:40:25.039Z Compiling dyn-clone v1.0.17
13722024-10-18T20:40:25.221Z Compiling smoltcp v0.9.1
13732024-10-18T20:40:25.238Z Compiling anyhow v1.0.89
13742024-10-18T20:40:25.868Z Compiling portable-atomic v1.9.0
13752024-10-18T20:40:25.982Z Compiling base16ct v0.2.0
13762024-10-18T20:40:26.011Z Compiling take_mut v0.2.2
13772024-10-18T20:40:26.182Z Compiling utf-8 v0.7.6
13782024-10-18T20:40:26.326Z Compiling sec1 v0.7.3
13792024-10-18T20:40:26.508Z Compiling tungstenite v0.24.0
13802024-10-18T20:40:26.891Z Compiling hyper-util v0.1.9
13812024-10-18T20:40:28.282Z Compiling publicsuffix v2.2.3
13822024-10-18T20:40:28.583Z Compiling lru-cache v0.1.2
13832024-10-18T20:40:28.782Z Compiling resolv-conf v0.7.0
13842024-10-18T20:40:28.859Z Compiling postgres-protocol v0.6.7
13852024-10-18T20:40:29.400Z Compiling hickory-proto v0.24.1
13862024-10-18T20:40:29.648Z Compiling usdt v0.5.0
13872024-10-18T20:40:29.737Z Compiling slog-term v2.9.1
13882024-10-18T20:40:29.978Z Compiling group v0.13.0
13892024-10-18T20:40:30.145Z Compiling num-iter v0.1.45
13902024-10-18T20:40:30.163Z Compiling tokio-rustls v0.26.0
13912024-10-18T20:40:30.297Z Compiling backtrace v0.3.74
13922024-10-18T20:40:30.330Z Compiling async-stream v0.3.6
13932024-10-18T20:40:30.617Z Compiling tokio-rustls v0.25.0
13942024-10-18T20:40:30.635Z Compiling tokio-native-tls v0.3.1
13952024-10-18T20:40:30.916Z Compiling toml v0.8.19
13962024-10-18T20:40:30.989Z Compiling futures v0.3.31
13972024-10-18T20:40:31.223Z Compiling slog-bunyan v2.5.0
13982024-10-18T20:40:32.231Z Compiling camino v1.1.9
13992024-10-18T20:40:32.640Z Compiling terminal_size v0.4.0
14002024-10-18T20:40:32.820Z Compiling dropshot_endpoint v0.12.0
14012024-10-18T20:40:32.866Z Compiling openapiv3 v2.0.0
14022024-10-18T20:40:32.891Z Compiling serde_path_to_error v0.1.16
14032024-10-18T20:40:33.203Z Compiling hkdf v0.12.4
14042024-10-18T20:40:33.458Z Compiling crypto-bigint v0.5.5
14052024-10-18T20:40:33.709Z Compiling zerocopy-derive v0.6.6
14062024-10-18T20:40:33.741Z Compiling curve25519-dalek-derive v0.1.1
14072024-10-18T20:40:33.804Z Compiling phf_shared v0.11.2
14082024-10-18T20:40:34.187Z Compiling waitgroup v0.1.2
14092024-10-18T20:40:34.407Z Compiling webpki-roots v0.26.6
14102024-10-18T20:40:34.625Z Compiling hostname v0.4.0
14112024-10-18T20:40:34.886Z Compiling fs-err v2.11.0
14122024-10-18T20:40:35.184Z Compiling ahash v0.8.11
14132024-10-18T20:40:35.258Z Compiling winnow v0.5.40
14142024-10-18T20:40:35.437Z Compiling hubpack_derive v0.1.1
14152024-10-18T20:40:35.540Z Compiling debug-ignore v1.0.5
14162024-10-18T20:40:35.679Z Compiling managed v0.8.0
14172024-10-18T20:40:35.888Z Compiling bitflags v1.3.2
14182024-10-18T20:40:36.001Z Compiling clap_builder v4.5.20
14192024-10-18T20:40:36.389Z Compiling hubpack v0.1.2
14202024-10-18T20:40:36.838Z Compiling elliptic-curve v0.13.8
14212024-10-18T20:40:37.264Z Compiling console v0.15.8
14222024-10-18T20:40:37.674Z Compiling zerocopy v0.6.6
14232024-10-18T20:40:38.169Z Compiling strum_macros v0.25.3
14242024-10-18T20:40:38.857Z Compiling toml_edit v0.19.15
14252024-10-18T20:40:39.172Z Compiling hickory-resolver v0.24.1
14262024-10-18T20:40:39.499Z Compiling hyper-rustls v0.27.3
14272024-10-18T20:40:39.681Z Compiling phf v0.11.2
14282024-10-18T20:40:39.978Z Compiling signal-hook-mio v0.2.4
14292024-10-18T20:40:40.113Z Compiling rayon v1.10.0
14302024-10-18T20:40:40.144Z Compiling cookie_store v0.21.0
14312024-10-18T20:40:42.329Z Compiling hyper-tls v0.6.0
14322024-10-18T20:40:42.744Z Compiling postgres-types v0.2.8
14332024-10-18T20:40:44.246Z Compiling tokio-tungstenite v0.24.0
14342024-10-18T20:40:44.963Z Compiling tokio-stream v0.1.16
14352024-10-18T20:40:45.233Z Compiling serde-big-array v0.5.1
14362024-10-18T20:40:45.470Z Compiling ed25519 v2.2.3
14372024-10-18T20:40:45.770Z Compiling pkcs1 v0.7.5
14382024-10-18T20:40:45.992Z Compiling rfc6979 v0.4.0
14392024-10-18T20:40:46.112Z Compiling regex v1.11.0
14402024-10-18T20:40:46.185Z Compiling bstr v1.10.0
14412024-10-18T20:40:46.711Z Compiling serde_repr v0.1.19
14422024-10-18T20:40:46.751Z Compiling clap_derive v4.5.18
14432024-10-18T20:40:46.823Z Compiling derive-where v1.2.7
14442024-10-18T20:40:46.848Z Compiling phf_shared v0.10.0
14452024-10-18T20:40:47.226Z Compiling float-cmp v0.9.0
14462024-10-18T20:40:47.244Z Compiling sync_wrapper v1.0.1
14472024-10-18T20:40:47.394Z Compiling crc32fast v1.4.2
14482024-10-18T20:40:47.445Z Compiling fixedbitset v0.4.2
14492024-10-18T20:40:47.514Z Compiling predicates-core v1.0.8
14502024-10-18T20:40:47.702Z Compiling difflib v0.4.0
14512024-10-18T20:40:47.867Z Compiling normalize-line-endings v0.3.0
14522024-10-18T20:40:47.882Z Compiling number_prefix v0.4.0
14532024-10-18T20:40:47.905Z Compiling static_assertions v1.1.0
14542024-10-18T20:40:47.966Z Compiling whoami v1.5.2
14552024-10-18T20:40:47.989Z Compiling unicode-segmentation v1.12.0
14562024-10-18T20:40:48.008Z Compiling precomputed-hash v0.1.1
14572024-10-18T20:40:48.111Z Compiling bit-vec v0.6.3
14582024-10-18T20:40:48.129Z Compiling new_debug_unreachable v1.0.6
14592024-10-18T20:40:48.223Z Compiling minimal-lexical v0.2.1
14602024-10-18T20:40:48.588Z Compiling bit-set v0.5.3
14612024-10-18T20:40:48.607Z Compiling nom v7.1.3
14622024-10-18T20:40:48.729Z Compiling similar v2.6.0
14632024-10-18T20:40:48.883Z Compiling tokio-postgres v0.7.12
14642024-10-18T20:40:48.900Z Compiling string_cache v0.8.7
14652024-10-18T20:40:49.260Z Compiling predicates v3.1.2
14662024-10-18T20:40:49.371Z Compiling indicatif v0.17.8
14672024-10-18T20:40:50.464Z Compiling qorb v0.1.2
14682024-10-18T20:40:51.021Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14692024-10-18T20:40:51.179Z Compiling petgraph v0.6.5
14702024-10-18T20:40:51.646Z Compiling flate2 v1.0.34
14712024-10-18T20:40:51.765Z Compiling clap v4.5.20
14722024-10-18T20:40:51.887Z Compiling reqwest v0.12.8
14732024-10-18T20:40:52.282Z Compiling rsa v0.9.6
14742024-10-18T20:40:52.621Z Compiling ecdsa v0.16.9
14752024-10-18T20:40:53.498Z Compiling ed25519-dalek v2.1.1
14762024-10-18T20:40:54.542Z Compiling toml v0.7.8
14772024-10-18T20:40:54.790Z Compiling crossterm v0.28.1
14782024-10-18T20:40:56.326Z Compiling itertools v0.10.5
14792024-10-18T20:40:56.633Z Compiling itertools v0.12.1
14802024-10-18T20:40:56.909Z Compiling hex v0.4.3
14812024-10-18T20:40:57.094Z Compiling x509-cert v0.2.5
14822024-10-18T20:40:57.501Z Compiling lalrpop-util v0.19.12
14832024-10-18T20:40:57.852Z Compiling peg-runtime v0.8.3
14842024-10-18T20:40:57.938Z Compiling unicode-xid v0.2.6
14852024-10-18T20:40:58.122Z Compiling xattr v1.3.1
14862024-10-18T20:40:58.394Z Compiling strum_macros v0.26.4
14872024-10-18T20:40:58.498Z Compiling filetime v0.2.25
14882024-10-18T20:40:58.799Z Compiling tar v0.4.42
14892024-10-18T20:41:01.312Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14902024-10-18T20:41:01.703Z Compiling strum v0.26.3
14912024-10-18T20:41:01.780Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14922024-10-18T20:41:07.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
14932024-10-18T20:41:07.241Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14942024-10-18T20:41:07.280ZOct 18 20:41:05.888 INFO Starting download, target: Cockroach
14952024-10-18T20:41:07.280ZOct 18 20:41:05.889 INFO Starting download, target: Clickhouse
14962024-10-18T20:41:07.283ZOct 18 20:41:05.889 INFO Starting download, target: Console
14972024-10-18T20:41:07.283ZOct 18 20:41:05.889 INFO Starting download, target: DendriteOpenapi
14982024-10-18T20:41:07.283ZOct 18 20:41:05.889 INFO Starting download, target: DendriteStub
14992024-10-18T20:41:07.283ZOct 18 20:41:05.889 INFO Starting download, target: MaghemiteMgd
15002024-10-18T20:41:07.283ZOct 18 20:41:05.889 INFO Starting download, target: TransceiverControl
15012024-10-18T20:41:07.283ZOct 18 20:41:05.889 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15022024-10-18T20:41:07.283ZOct 18 20:41:05.889 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15032024-10-18T20:41:07.283ZOct 18 20:41:05.889 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
15042024-10-18T20:41:07.283ZOct 18 20:41:05.889 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15052024-10-18T20:41:07.283ZOct 18 20:41:05.890 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15062024-10-18T20:41:07.283ZOct 18 20:41:05.890 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15072024-10-18T20:41:07.283ZOct 18 20:41:05.890 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
15082024-10-18T20:41:07.521ZOct 18 20:41:06.124 INFO Download complete, target: DendriteOpenapi
15092024-10-18T20:41:07.676ZOct 18 20:41:06.284 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15102024-10-18T20:41:07.986ZOct 18 20:41:06.592 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15112024-10-18T20:41:08.069ZOct 18 20:41:06.676 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15122024-10-18T20:41:08.134ZOct 18 20:41:06.742 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15132024-10-18T20:41:08.371ZOct 18 20:41:06.980 INFO Download complete, target: Console
15142024-10-18T20:41:08.462ZOct 18 20:41:07.070 INFO Download complete, target: TransceiverControl
15152024-10-18T20:41:08.527ZOct 18 20:41:07.135 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
15162024-10-18T20:41:08.527ZOct 18 20:41:07.135 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
15172024-10-18T20:41:09.432ZOct 18 20:41:08.040 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15182024-10-18T20:41:11.187ZOct 18 20:41:09.795 INFO Download complete, target: DendriteStub
15192024-10-18T20:41:11.402ZOct 18 20:41:10.010 INFO Download complete, target: MaghemiteMgd
15202024-10-18T20:41:16.748ZOct 18 20:41:15.355 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
15212024-10-18T20:41:17.052ZOct 18 20:41:15.660 INFO Checking that binary works, target: Cockroach
15222024-10-18T20:41:17.215ZOct 18 20:41:15.822 INFO Download complete, target: Cockroach
15232024-10-18T20:41:23.275ZOct 18 20:41:21.882 INFO Checking that binary works, target: Clickhouse
15242024-10-18T20:41:24.130ZOct 18 20:41:22.736 INFO Download complete, target: Clickhouse
15252024-10-18T20:41:24.137ZAll prerequisites installed successfully
15262024-10-18T20:41:24.139Z
15272024-10-18T20:41:24.139Zreal 3:45.298190359
15282024-10-18T20:41:24.140Zuser 12:30.526067886
15292024-10-18T20:41:24.140Zsys 2:36.159035496
15302024-10-18T20:41:24.140Ztrap 0.392231942
15312024-10-18T20:41:24.140Ztflt 9.080539827
15322024-10-18T20:41:24.140Zdflt 5.608772271
15332024-10-18T20:41:24.140Zkflt 0.507623101
15342024-10-18T20:41:24.140Zlock 26:03.809266707
15352024-10-18T20:41:24.140Zslp 49:19.264761809
15362024-10-18T20:41:24.140Zlat 39.883954758
15372024-10-18T20:41:24.140Zstop 1:43.533301696
15382024-10-18T20:41:24.140Z+ source ./tools/include/force-git-over-https.sh
15392024-10-18T20:41:24.140Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
15402024-10-18T20:41:24.140Z++ (( i = 0 ))
15412024-10-18T20:41:24.140Z++ (( i < 5 ))
15422024-10-18T20:41:24.140Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
15432024-10-18T20:41:24.142Z++ (( i++ ))
15442024-10-18T20:41:24.142Z++ (( i < 5 ))
15452024-10-18T20:41:24.142Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
15462024-10-18T20:41:24.145Z++ (( i++ ))
15472024-10-18T20:41:24.145Z++ (( i < 5 ))
15482024-10-18T20:41:24.145Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
15492024-10-18T20:41:24.149Z++ (( i++ ))
15502024-10-18T20:41:24.149Z++ (( i < 5 ))
15512024-10-18T20:41:24.149Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
15522024-10-18T20:41:24.151Z++ (( i++ ))
15532024-10-18T20:41:24.151Z++ (( i < 5 ))
15542024-10-18T20:41:24.151Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
15552024-10-18T20:41:24.154Z++ (( i++ ))
15562024-10-18T20:41:24.155Z++ (( i < 5 ))
15572024-10-18T20:41:24.155Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
15582024-10-18T20:41:24.157Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
15592024-10-18T20:41:24.157Z+ rc=0
15602024-10-18T20:41:24.157Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
15612024-10-18T20:41:49.664Z+ case $rc in
15622024-10-18T20:41:49.664Z+ pfexec zfs create -p rpool/images/build/host
15632024-10-18T20:41:49.828Z+ pfexec zfs create -p rpool/images/build/recovery
15642024-10-18T20:41:49.897Z+ cargo xtask releng --output-dir /work
15652024-10-18T20:41:50.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
15662024-10-18T20:41:50.472Z Running `target/debug/xtask releng --output-dir /work`
15672024-10-18T20:41:51.391Z Compiling proc-macro2 v1.0.87
15682024-10-18T20:41:51.391Z Compiling unicode-ident v1.0.13
15692024-10-18T20:41:51.391Z Compiling libc v0.2.161
15702024-10-18T20:41:51.394Z Compiling serde v1.0.210
15712024-10-18T20:41:51.394Z Compiling autocfg v1.4.0
15722024-10-18T20:41:51.394Z Compiling version_check v0.9.5
15732024-10-18T20:41:51.394Z Compiling cfg-if v1.0.0
15742024-10-18T20:41:51.652Z Compiling typenum v1.17.0
15752024-10-18T20:41:51.652Z Compiling shlex v1.3.0
15762024-10-18T20:41:51.695Z Compiling memchr v2.7.4
15772024-10-18T20:41:52.132Z Compiling generic-array v0.14.7
15782024-10-18T20:41:52.164Z Compiling parking_lot_core v0.9.10
15792024-10-18T20:41:52.498Z Compiling lock_api v0.4.12
15802024-10-18T20:41:52.557Z Compiling serde_json v1.0.128
15812024-10-18T20:41:52.628Z Compiling libm v0.2.8
15822024-10-18T20:41:52.826Z Compiling value-bag v1.9.0
15832024-10-18T20:41:52.944Z Compiling slab v0.4.9
15842024-10-18T20:41:53.021Z Compiling num-traits v0.2.19
15852024-10-18T20:41:53.271Z Compiling quote v1.0.37
15862024-10-18T20:41:53.290Z Compiling log v0.4.22
15872024-10-18T20:41:53.378Z Compiling once_cell v1.20.2
15882024-10-18T20:41:53.779Z Compiling syn v2.0.79
15892024-10-18T20:41:53.842Z Compiling getrandom v0.2.15
15902024-10-18T20:41:53.902Z Compiling jobserver v0.1.32
15912024-10-18T20:41:54.073Z Compiling itoa v1.0.11
15922024-10-18T20:41:54.123Z Compiling thiserror v1.0.64
15932024-10-18T20:41:54.280Z Compiling cc v1.1.30
15942024-10-18T20:41:54.472Z Compiling scopeguard v1.2.0
15952024-10-18T20:41:54.649Z Compiling rand_core v0.6.4
15962024-10-18T20:41:54.688Z Compiling byteorder v1.5.0
15972024-10-18T20:41:55.254Z Compiling subtle v2.6.1
15982024-10-18T20:41:55.669Z Compiling semver v1.0.23
15992024-10-18T20:41:55.763Z Compiling smallvec v1.13.2
16002024-10-18T20:41:55.976Z Compiling pin-project-lite v0.2.14
16012024-10-18T20:41:56.122Z Compiling httparse v1.9.5
16022024-10-18T20:41:56.199Z Compiling ryu v1.0.18
16032024-10-18T20:41:56.251Z Compiling heck v0.5.0
16042024-10-18T20:41:56.294Z Compiling const-oid v0.9.6
16052024-10-18T20:41:56.543Z Compiling pkg-config v0.3.31
16062024-10-18T20:41:56.690Z Compiling allocator-api2 v0.2.18
16072024-10-18T20:41:56.727Z Compiling futures-core v0.3.31
16082024-10-18T20:41:57.059Z Compiling signal-hook-registry v1.4.2
16092024-10-18T20:41:57.516Z Compiling parking_lot v0.12.3
16102024-10-18T20:41:57.588Z Compiling mio v1.0.2
16112024-10-18T20:41:57.767Z Compiling ring v0.17.8
16122024-10-18T20:41:58.820Z Compiling socket2 v0.5.7
16132024-10-18T20:41:58.879Z Compiling crossbeam-utils v0.8.20
16142024-10-18T20:41:59.128Z Compiling fnv v1.0.7
16152024-10-18T20:41:59.209Z Compiling num-conv v0.1.0
16162024-10-18T20:41:59.247Z Compiling time-core v0.1.2
16172024-10-18T20:41:59.297Z Compiling futures-sink v0.3.31
16182024-10-18T20:41:59.463Z Compiling vcpkg v0.2.15
16192024-10-18T20:41:59.580Z Compiling time-macros v0.2.18
16202024-10-18T20:41:59.834Z Compiling ahash v0.8.11
16212024-10-18T20:42:00.047Z Compiling schemars v0.8.21
16222024-10-18T20:42:00.531Z Compiling spin v0.9.8
16232024-10-18T20:42:01.127Z Compiling openssl-sys v0.9.103
16242024-10-18T20:42:01.269Z Compiling equivalent v1.0.1
16252024-10-18T20:42:01.322Z Compiling foldhash v0.1.3
16262024-10-18T20:42:01.755Z Compiling serde_derive_internals v0.29.1
16272024-10-18T20:42:01.804Z Compiling rustix v0.38.37
16282024-10-18T20:42:02.107Z Compiling cpufeatures v0.2.14
16292024-10-18T20:42:02.245Z Compiling hashbrown v0.15.0
16302024-10-18T20:42:03.016Z Compiling futures-channel v0.3.31
16312024-10-18T20:42:03.540Z Compiling slog v2.7.0
16322024-10-18T20:42:03.637Z Compiling futures-task v0.3.31
16332024-10-18T20:42:03.666Z Compiling futures-io v0.3.31
16342024-10-18T20:42:03.947Z Compiling pin-utils v0.1.0
16352024-10-18T20:42:04.003Z Compiling tinyvec_macros v0.1.1
16362024-10-18T20:42:04.156Z Compiling tinyvec v1.8.0
16372024-10-18T20:42:04.203Z Compiling openssl v0.10.66
16382024-10-18T20:42:04.329Z Compiling ucd-trie v0.1.7
16392024-10-18T20:42:04.631Z Compiling iana-time-zone v0.1.61
16402024-10-18T20:42:04.678Z Compiling unicode-bidi v0.3.17
16412024-10-18T20:42:04.823Z Compiling tracing-core v0.1.32
16422024-10-18T20:42:05.048Z Compiling native-tls v0.2.12
16432024-10-18T20:42:05.250Z Compiling rustls v0.23.14
16442024-10-18T20:42:05.746Z Compiling base64ct v1.6.0
16452024-10-18T20:42:05.919Z Compiling unicode-normalization v0.1.24
16462024-10-18T20:42:06.334Z Compiling pem-rfc7468 v0.7.0
16472024-10-18T20:42:07.099Z Compiling serde_derive v1.0.210
16482024-10-18T20:42:07.157Z Compiling zeroize_derive v1.4.2
16492024-10-18T20:42:07.193Z Compiling zerocopy-derive v0.7.35
16502024-10-18T20:42:07.329Z Compiling tokio-macros v2.4.0
16512024-10-18T20:42:07.544Z Compiling thiserror-impl v1.0.64
16522024-10-18T20:42:07.609Z Compiling futures-macro v0.3.31
16532024-10-18T20:42:07.611Z Compiling tracing-attributes v0.1.27
16542024-10-18T20:42:08.659Z Compiling zeroize v1.8.1
16552024-10-18T20:42:09.405Z Compiling zerocopy v0.7.35
16562024-10-18T20:42:10.737Z Compiling crypto-common v0.1.6
16572024-10-18T20:42:10.823Z Compiling block-buffer v0.10.4
16582024-10-18T20:42:10.995Z Compiling der_derive v0.7.3
16592024-10-18T20:42:11.051Z Compiling digest v0.10.7
16602024-10-18T20:42:11.096Z Compiling schemars_derive v0.8.21
16612024-10-18T20:42:11.246Z Compiling futures-util v0.3.31
16622024-10-18T20:42:11.517Z Compiling hmac v0.12.1
16632024-10-18T20:42:11.537Z Compiling scroll_derive v0.12.0
16642024-10-18T20:42:11.741Z Compiling block-padding v0.3.3
16652024-10-18T20:42:11.859Z Compiling pest v2.7.14
16662024-10-18T20:42:12.981Z Compiling inout v0.1.3
16672024-10-18T20:42:13.227Z Compiling openssl-macros v0.1.1
16682024-10-18T20:42:13.339Z Compiling cipher v0.4.4
16692024-10-18T20:42:14.123Z Compiling sha2 v0.10.8
16702024-10-18T20:42:14.148Z Compiling tracing v0.1.40
16712024-10-18T20:42:14.148Z Compiling ppv-lite86 v0.2.20
16722024-10-18T20:42:14.973Z Compiling pest_meta v2.7.14
16732024-10-18T20:42:15.020Z Compiling async-trait v0.1.83
16742024-10-18T20:42:17.500Z Compiling pest_generator v2.7.14
16752024-10-18T20:42:18.222Z Compiling cookie v0.18.1
16762024-10-18T20:42:18.482Z Compiling usdt-impl v0.5.0
16772024-10-18T20:42:18.842Z Compiling percent-encoding v2.3.1
16782024-10-18T20:42:19.069Z Compiling flagset v0.4.6
16792024-10-18T20:42:19.182Z Compiling syn v1.0.109
16802024-10-18T20:42:19.294Z Compiling dyn-clone v1.0.17
16812024-10-18T20:42:19.299Z Compiling pest_derive v2.7.14
16822024-10-18T20:42:19.319Z Compiling der v0.7.9
16832024-10-18T20:42:19.867Z Compiling rand_chacha v0.3.1
16842024-10-18T20:42:20.100Z Compiling scroll v0.12.0
16852024-10-18T20:42:20.209Z Compiling aho-corasick v1.1.3
16862024-10-18T20:42:20.639Z Compiling camino v1.1.9
16872024-10-18T20:42:20.847Z Compiling rustls-pki-types v1.9.0
16882024-10-18T20:42:20.941Z Compiling bytes v1.7.2
16892024-10-18T20:42:22.020Z Compiling bitflags v2.6.0
16902024-10-18T20:42:22.110Z Compiling indexmap v2.6.0
16912024-10-18T20:42:22.497Z Compiling tokio v1.40.0
16922024-10-18T20:42:23.362Z Compiling http v1.1.0
16932024-10-18T20:42:23.879Z Compiling serde_tokenstream v0.2.2
16942024-10-18T20:42:23.993Z Compiling rustc_version v0.4.1
16952024-10-18T20:42:24.516Z Compiling uuid v1.10.0
16962024-10-18T20:42:24.545Z Compiling chrono v0.4.38
16972024-10-18T20:42:26.016Z Compiling plain v0.2.3
16982024-10-18T20:42:26.095Z Compiling regex-syntax v0.8.5
16992024-10-18T20:42:26.589Z Compiling rayon-core v1.12.1
17002024-10-18T20:42:28.205Z Compiling goblin v0.8.2
17012024-10-18T20:42:29.365Z Compiling spki v0.7.3
17022024-10-18T20:42:30.437Z Compiling regex-automata v0.4.8
17032024-10-18T20:42:31.188Z Compiling rand v0.8.5
17042024-10-18T20:42:32.010Z Compiling tokio-util v0.7.12
17052024-10-18T20:42:34.133Z Compiling salsa20 v0.10.2
17062024-10-18T20:42:34.374Z Compiling pbkdf2 v0.12.2
17072024-10-18T20:42:34.638Z Compiling untrusted v0.9.0
17082024-10-18T20:42:35.166Z Compiling try-lock v0.2.5
17092024-10-18T20:42:35.443Z Compiling powerfmt v0.2.0
17102024-10-18T20:42:35.507Z Compiling rustls v0.22.4
17112024-10-18T20:42:36.296Z Compiling pretty-hex v0.4.1
17122024-10-18T20:42:36.599Z Compiling dof v0.3.0
17132024-10-18T20:42:37.868Z Compiling deranged v0.3.11
17142024-10-18T20:42:38.238Z Compiling want v0.3.1
17152024-10-18T20:42:39.943Z Compiling scrypt v0.11.0
17162024-10-18T20:42:40.025Z Compiling dtrace-parser v0.2.0
17172024-10-18T20:42:40.107Z Compiling form_urlencoded v1.2.1
17182024-10-18T20:42:40.691Z Compiling aes v0.8.4
17192024-10-18T20:42:40.777Z Compiling cbc v0.1.2
17202024-10-18T20:42:41.185Z Compiling errno v0.3.9
17212024-10-18T20:42:41.541Z Compiling thread-id v4.2.2
17222024-10-18T20:42:41.715Z Compiling num_threads v0.1.7
17232024-10-18T20:42:42.057Z Compiling atomic-waker v1.1.2
17242024-10-18T20:42:42.139Z Compiling httpdate v1.0.3
17252024-10-18T20:42:42.365Z Compiling time v0.3.36
17262024-10-18T20:42:42.524Z Compiling pkcs5 v0.7.1
17272024-10-18T20:42:44.555Z Compiling rustls-webpki v0.102.8
17282024-10-18T20:42:46.961Z Compiling http-body v1.0.1
17292024-10-18T20:42:47.016Z Compiling heapless v0.7.17
17302024-10-18T20:42:47.156Z Compiling zerocopy-derive v0.6.6
17312024-10-18T20:42:47.491Z Compiling multer v3.1.0
17322024-10-18T20:42:47.649Z Compiling signal-hook v0.3.17
17332024-10-18T20:42:47.716Z Compiling slog-async v2.8.0
17342024-10-18T20:42:47.816Z Compiling num-bigint-dig v0.8.4
17352024-10-18T20:42:48.284Z Compiling anyhow v1.0.89
17362024-10-18T20:42:48.320Z Compiling tower-service v0.3.3
17372024-10-18T20:42:48.700Z Compiling pkcs8 v0.10.2
17382024-10-18T20:42:49.017Z Compiling h2 v0.4.6
17392024-10-18T20:42:49.140Z Compiling regex v1.11.0
17402024-10-18T20:42:50.152Z Compiling idna v0.5.0
17412024-10-18T20:42:50.699Z Compiling rustversion v1.0.17
17422024-10-18T20:42:50.938Z Compiling paste v1.0.15
17432024-10-18T20:42:51.440Z Compiling strsim v0.11.1
17442024-10-18T20:42:51.771Z Compiling base64 v0.22.1
17452024-10-18T20:42:52.360Z Compiling url v2.5.2
17462024-10-18T20:42:54.684Z Compiling usdt-attr-macro v0.5.0
17472024-10-18T20:42:54.992Z Compiling usdt-macro v0.5.0
17482024-10-18T20:42:56.808Z Compiling hyper v1.4.1
17492024-10-18T20:42:56.995Z Compiling curve25519-dalek v4.1.3
17502024-10-18T20:42:57.503Z Compiling openapiv3 v2.0.0
17512024-10-18T20:42:58.107Z Compiling serde_spanned v0.6.8
17522024-10-18T20:42:58.401Z Compiling toml_datetime v0.6.8
17532024-10-18T20:42:59.335Z Compiling async-stream-impl v0.3.6
17542024-10-18T20:42:59.567Z Compiling enum-as-inner v0.6.1
17552024-10-18T20:43:00.783Z Compiling dropshot v0.12.0
17562024-10-18T20:43:00.855Z Compiling match_cfg v0.1.0
17572024-10-18T20:43:01.157Z Compiling smoltcp v0.9.1
17582024-10-18T20:43:01.181Z Compiling portable-atomic v1.9.0
17592024-10-18T20:43:01.992Z Compiling foreign-types-shared v0.1.1
17602024-10-18T20:43:02.120Z Compiling foreign-types v0.3.2
17612024-10-18T20:43:02.158Z Compiling hyper-util v0.1.9
17622024-10-18T20:43:02.205Z Compiling hostname v0.3.1
17632024-10-18T20:43:06.260Z Compiling clap_derive v4.5.18
17642024-10-18T20:43:07.094Z Compiling dirs-sys-next v0.1.2
17652024-10-18T20:43:07.350Z Compiling encoding_rs v0.8.34
17662024-10-18T20:43:07.634Z Compiling ipnet v2.10.1
17672024-10-18T20:43:10.287Z Compiling adler2 v2.0.0
17682024-10-18T20:43:10.690Z Compiling siphasher v0.3.11
17692024-10-18T20:43:10.852Z Compiling data-encoding v2.6.0
17702024-10-18T20:43:11.114Z Compiling mime v0.3.17
17712024-10-18T20:43:12.660Z Compiling miniz_oxide v0.8.0
17722024-10-18T20:43:12.872Z Compiling dirs-next v2.0.0
17732024-10-18T20:43:18.825Z Compiling hubpack_derive v0.1.1
17742024-10-18T20:43:19.293Z Compiling http-body-util v0.1.2
17752024-10-18T20:43:19.786Z Compiling serde_urlencoded v0.7.1
17762024-10-18T20:43:19.850Z Compiling crossbeam-epoch v0.9.18
17772024-10-18T20:43:19.934Z Compiling dropshot_endpoint v0.12.0
17782024-10-18T20:43:20.153Z Compiling hashbrown v0.14.5
17792024-10-18T20:43:20.444Z Compiling signature v2.2.0
17802024-10-18T20:43:20.627Z Compiling sha1 v0.10.6
17812024-10-18T20:43:20.764Z Compiling curve25519-dalek-derive v0.1.1
17822024-10-18T20:43:21.102Z Compiling lazy_static v1.5.0
17832024-10-18T20:43:21.142Z Compiling thread_local v1.1.8
17842024-10-18T20:43:21.240Z Compiling fs-err v2.11.0
17852024-10-18T20:43:21.691Z Compiling anstyle v1.0.8
17862024-10-18T20:43:21.908Z Compiling winnow v0.6.20
17872024-10-18T20:43:22.413Z Compiling gimli v0.31.1
17882024-10-18T20:43:23.260Z Compiling unicode-properties v0.1.3
17892024-10-18T20:43:23.774Z Compiling utf8parse v0.2.2
17902024-10-18T20:43:23.893Z Compiling either v1.13.0
17912024-10-18T20:43:24.100Z Compiling openssl-probe v0.1.5
17922024-10-18T20:43:24.382Z Compiling anstyle-parse v0.2.5
17932024-10-18T20:43:24.385Z Compiling stringprep v0.1.5
17942024-10-18T20:43:25.001Z Compiling regress v0.10.1
17952024-10-18T20:43:25.239Z Compiling crossbeam-deque v0.8.5
17962024-10-18T20:43:26.106Z Compiling toml_edit v0.22.22
17972024-10-18T20:43:27.670Z Compiling addr2line v0.24.2
17982024-10-18T20:43:28.496Z Compiling term v0.7.0
17992024-10-18T20:43:30.009Z Compiling slog-json v2.6.1
18002024-10-18T20:43:30.896Z Compiling crossbeam-channel v0.5.13
18012024-10-18T20:43:31.520Z Compiling rustls-pemfile v2.2.0
18022024-10-18T20:43:32.533Z Compiling futures-executor v0.3.31
18032024-10-18T20:43:32.933Z Compiling md-5 v0.10.6
18042024-10-18T20:43:33.065Z Compiling idna v0.4.0
18052024-10-18T20:43:33.195Z Compiling idna v0.3.0
18062024-10-18T20:43:33.962Z Compiling num-integer v0.1.46
18072024-10-18T20:43:34.714Z Compiling ff v0.13.0
18082024-10-18T20:43:34.769Z Compiling hash32 v0.2.1
18092024-10-18T20:43:34.801Z Compiling is-terminal v0.4.13
18102024-10-18T20:43:34.973Z Compiling memmap v0.7.0
18112024-10-18T20:43:35.025Z Compiling object v0.36.5
18122024-10-18T20:43:35.127Z Compiling utf-8 v0.7.6
18132024-10-18T20:43:35.293Z Compiling colorchoice v1.0.2
18142024-10-18T20:43:35.326Z Compiling linked-hash-map v0.5.6
18152024-10-18T20:43:35.459Z Compiling take_mut v0.2.2
18162024-10-18T20:43:35.658Z Compiling rustc-demangle v0.1.24
18172024-10-18T20:43:35.776Z Compiling stable_deref_trait v1.2.0
18182024-10-18T20:43:35.908Z Compiling base16ct v0.2.0
18192024-10-18T20:43:36.090Z Compiling fallible-iterator v0.2.0
18202024-10-18T20:43:36.286Z Compiling anstyle-query v1.1.1
18212024-10-18T20:43:36.493Z Compiling psl-types v2.0.11
18222024-10-18T20:43:36.691Z Compiling is_terminal_polyfill v1.70.1
18232024-10-18T20:43:36.733Z Compiling quick-error v1.2.3
18242024-10-18T20:43:36.822Z Compiling heck v0.4.1
18252024-10-18T20:43:36.870Z Compiling resolv-conf v0.7.0
18262024-10-18T20:43:36.890Z Compiling postgres-protocol v0.6.7
18272024-10-18T20:43:37.255Z Compiling strum_macros v0.25.3
18282024-10-18T20:43:37.554Z Compiling anstream v0.6.15
18292024-10-18T20:43:38.159Z Compiling publicsuffix v2.2.3
18302024-10-18T20:43:38.214Z Compiling sec1 v0.7.3
18312024-10-18T20:43:38.561Z Compiling lru-cache v0.1.2
18322024-10-18T20:43:39.588Z Compiling tungstenite v0.24.0
18332024-10-18T20:43:39.808Z Compiling usdt v0.5.0
18342024-10-18T20:43:39.831Z Compiling slog-term v2.9.1
18352024-10-18T20:43:40.297Z Compiling group v0.13.0
18362024-10-18T20:43:40.947Z Compiling num-iter v0.1.45
18372024-10-18T20:43:40.973Z Compiling hickory-proto v0.24.1
18382024-10-18T20:43:41.140Z Compiling futures v0.3.31
18392024-10-18T20:43:42.052Z Compiling tokio-rustls v0.26.0
18402024-10-18T20:43:42.169Z Compiling backtrace v0.3.74
18412024-10-18T20:43:44.422Z Compiling tokio-rustls v0.25.0
18422024-10-18T20:43:44.512Z Compiling slog-bunyan v2.5.0
18432024-10-18T20:43:44.733Z Compiling toml v0.8.19
18442024-10-18T20:43:44.839Z Compiling typify-impl v0.2.0
18452024-10-18T20:43:45.017Z Compiling tokio-native-tls v0.3.1
18462024-10-18T20:43:45.069Z Compiling terminal_size v0.4.0
18472024-10-18T20:43:45.294Z Compiling phf_shared v0.11.2
18482024-10-18T20:43:45.498Z Compiling async-stream v0.3.6
18492024-10-18T20:43:45.826Z Compiling waitgroup v0.1.2
18502024-10-18T20:43:46.040Z Compiling webpki-roots v0.26.6
18512024-10-18T20:43:46.268Z Compiling serde_path_to_error v0.1.16
18522024-10-18T20:43:46.384Z Compiling hkdf v0.12.4
18532024-10-18T20:43:46.443Z Compiling crypto-bigint v0.5.5
18542024-10-18T20:43:46.628Z Compiling derive-where v1.2.7
18552024-10-18T20:43:47.071Z Compiling serde_repr v0.1.19
18562024-10-18T20:43:49.785Z Compiling hostname v0.4.0
18572024-10-18T20:43:50.027Z Compiling clap_lex v0.7.2
18582024-10-18T20:43:50.069Z Compiling debug-ignore v1.0.5
18592024-10-18T20:43:50.307Z Compiling winnow v0.5.40
18602024-10-18T20:43:50.446Z Compiling managed v0.8.0
18612024-10-18T20:43:50.509Z Compiling unicode-width v0.1.14
18622024-10-18T20:43:50.623Z Compiling bitflags v1.3.2
18632024-10-18T20:43:51.058Z Compiling console v0.15.8
18642024-10-18T20:43:51.463Z Compiling clap_builder v4.5.20
18652024-10-18T20:43:52.388Z Compiling elliptic-curve v0.13.8
18662024-10-18T20:43:53.155Z Compiling hickory-resolver v0.24.1
18672024-10-18T20:43:54.064Z Compiling toml_edit v0.19.15
18682024-10-18T20:43:55.990Z Compiling hyper-rustls v0.27.3
18692024-10-18T20:43:56.726Z Compiling typify-macro v0.2.0
18702024-10-18T20:43:58.611Z Compiling phf v0.11.2
18712024-10-18T20:43:59.525Z Compiling hyper-tls v0.6.0
18722024-10-18T20:43:59.943Z Compiling signal-hook-mio v0.2.4
18732024-10-18T20:44:00.121Z Compiling rayon v1.10.0
18742024-10-18T20:44:00.278Z Compiling cookie_store v0.21.0
18752024-10-18T20:44:00.478Z Compiling tokio-tungstenite v0.24.0
18762024-10-18T20:44:00.828Z Compiling postgres-types v0.2.8
18772024-10-18T20:44:00.991Z Compiling ed25519 v2.2.3
18782024-10-18T20:44:01.011Z Compiling hubpack v0.1.2
18792024-10-18T20:44:01.165Z Compiling phf_shared v0.10.0
18802024-10-18T20:44:01.563Z Compiling zerocopy v0.6.6
18812024-10-18T20:44:01.607Z Compiling pkcs1 v0.7.5
18822024-10-18T20:44:02.398Z Compiling bstr v1.10.0
18832024-10-18T20:44:02.455Z Compiling tokio-stream v0.1.16
18842024-10-18T20:44:02.609Z Compiling serde-big-array v0.5.1
18852024-10-18T20:44:02.986Z Compiling rfc6979 v0.4.0
18862024-10-18T20:44:03.125Z Compiling float-cmp v0.9.0
18872024-10-18T20:44:03.246Z Compiling sync_wrapper v1.0.1
18882024-10-18T20:44:03.359Z Compiling crc32fast v1.4.2
18892024-10-18T20:44:03.406Z Compiling unicode-segmentation v1.12.0
18902024-10-18T20:44:03.630Z Compiling new_debug_unreachable v1.0.6
18912024-10-18T20:44:03.667Z Compiling whoami v1.5.2
18922024-10-18T20:44:03.733Z Compiling normalize-line-endings v0.3.0
18932024-10-18T20:44:03.812Z Compiling fixedbitset v0.4.2
18942024-10-18T20:44:03.868Z Compiling bit-vec v0.6.3
18952024-10-18T20:44:04.237Z Compiling predicates-core v1.0.8
18962024-10-18T20:44:04.284Z Compiling number_prefix v0.4.0
18972024-10-18T20:44:04.316Z Compiling precomputed-hash v0.1.1
18982024-10-18T20:44:04.445Z Compiling difflib v0.4.0
18992024-10-18T20:44:04.507Z Compiling static_assertions v1.1.0
19002024-10-18T20:44:04.535Z Compiling minimal-lexical v0.2.1
19012024-10-18T20:44:04.723Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19022024-10-18T20:44:05.008Z Compiling nom v7.1.3
19032024-10-18T20:44:05.095Z Compiling predicates v3.1.2
19042024-10-18T20:44:05.683Z Compiling indicatif v0.17.8
19052024-10-18T20:44:05.809Z Compiling string_cache v0.8.7
19062024-10-18T20:44:06.499Z Compiling bit-set v0.5.3
19072024-10-18T20:44:06.779Z Compiling petgraph v0.6.5
19082024-10-18T20:44:07.462Z Compiling similar v2.6.0
19092024-10-18T20:44:08.635Z Compiling tokio-postgres v0.7.12
19102024-10-18T20:44:10.405Z Compiling flate2 v1.0.34
19112024-10-18T20:44:10.671Z Compiling reqwest v0.12.8
19122024-10-18T20:44:11.024Z Compiling qorb v0.1.2
19132024-10-18T20:44:11.302Z Compiling ecdsa v0.16.9
19142024-10-18T20:44:12.687Z Compiling rsa v0.9.6
19152024-10-18T20:44:13.839Z Compiling ed25519-dalek v2.1.1
19162024-10-18T20:44:14.298Z Compiling crossterm v0.28.1
19172024-10-18T20:44:14.368Z Compiling toml v0.7.8
19182024-10-18T20:44:14.613Z Compiling clap v4.5.20
19192024-10-18T20:44:14.747Z Compiling itertools v0.12.1
19202024-10-18T20:44:15.887Z Compiling itertools v0.10.5
19212024-10-18T20:44:18.155Z Compiling x509-cert v0.2.5
19222024-10-18T20:44:18.635Z Compiling hex v0.4.3
19232024-10-18T20:44:20.900Z Compiling unicode-xid v0.2.6
19242024-10-18T20:44:21.085Z Compiling peg-runtime v0.8.3
19252024-10-18T20:44:21.734Z Compiling lalrpop-util v0.19.12
19262024-10-18T20:44:22.098Z Compiling radium v0.7.0
19272024-10-18T20:44:23.010Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19282024-10-18T20:44:30.199Z Compiling tap v1.0.1
19292024-10-18T20:44:30.287Z Compiling maybe-uninit v2.0.0
19302024-10-18T20:44:32.170Z Compiling ident_case v1.0.1
19312024-10-18T20:44:32.371Z Compiling darling_core v0.20.10
19322024-10-18T20:44:38.675Z Compiling wyz v0.5.1
19332024-10-18T20:44:50.319Z Compiling typify v0.2.0
19342024-10-18T20:44:54.187Z Compiling http v0.2.12
19352024-10-18T20:44:55.501Z Compiling bzip2-sys v0.1.11+1.0.8
19362024-10-18T20:44:56.785Z Compiling funty v2.0.0
19372024-10-18T20:44:57.444Z Compiling unsafe-libyaml v0.2.11
19382024-10-18T20:44:57.682Z Compiling base64 v0.21.7
19392024-10-18T20:44:58.014Z Compiling packed_struct v0.10.1
19402024-10-18T20:44:58.793Z Compiling serde_yaml v0.9.34+deprecated
19412024-10-18T20:44:59.247Z Compiling bitvec v1.0.1
19422024-10-18T20:45:06.377Z Compiling progenitor-impl v0.8.0
19432024-10-18T20:45:09.535Z Compiling darling_macro v0.20.10
19442024-10-18T20:45:11.598Z Compiling packed_struct_codegen v0.10.1
19452024-10-18T20:45:13.028Z Compiling structmeta-derive v0.3.0
19462024-10-18T20:45:14.392Z Compiling indexmap v1.9.3
19472024-10-18T20:45:14.899Z Compiling nodrop v0.1.14
19482024-10-18T20:45:14.982Z Compiling newtype-uuid v1.1.2
19492024-10-18T20:45:15.387Z Compiling crc-catalog v2.4.0
19502024-10-18T20:45:15.548Z Compiling fastrand v2.1.1
19512024-10-18T20:45:15.568Z Compiling structmeta v0.3.0
19522024-10-18T20:45:15.603Z Compiling crc v3.2.1
19532024-10-18T20:45:15.940Z Compiling tempfile v3.13.0
19542024-10-18T20:45:17.555Z Compiling array-init v0.0.4
19552024-10-18T20:45:18.624Z Compiling progenitor-macro v0.8.0
19562024-10-18T20:45:22.730Z Compiling darling v0.20.10
19572024-10-18T20:45:22.863Z Compiling smallvec v0.6.14
19582024-10-18T20:45:25.779Z Compiling h2 v0.3.26
19592024-10-18T20:45:28.590Z Compiling http-body v0.4.6
19602024-10-18T20:45:29.127Z Compiling progenitor-client v0.8.0
19612024-10-18T20:45:34.224Z Compiling pin-project-internal v1.1.6
19622024-10-18T20:45:35.786Z Compiling termcolor v1.4.1
19632024-10-18T20:45:36.953Z Compiling bitfield v0.14.0
19642024-10-18T20:45:37.529Z Compiling hashbrown v0.12.3
19652024-10-18T20:45:37.761Z Compiling same-file v1.0.6
19662024-10-18T20:45:38.035Z Compiling walkdir v2.5.0
19672024-10-18T20:45:44.539Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19682024-10-18T20:45:45.317Z Compiling pin-project v1.1.6
19692024-10-18T20:45:45.471Z Compiling env_logger v0.10.2
19702024-10-18T20:45:49.180Z Compiling progenitor v0.8.0
19712024-10-18T20:45:49.429Z Compiling hyper v0.14.30
19722024-10-18T20:45:53.703Z Compiling bzip2 v0.4.4
19732024-10-18T20:45:53.811Z Compiling serde-hex v0.1.0
19742024-10-18T20:45:53.969Z Compiling serde_with_macros v3.11.0
19752024-10-18T20:45:54.544Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19762024-10-18T20:45:54.874Z Compiling parse-display-derive v0.10.0
19772024-10-18T20:45:56.541Z Compiling ron v0.8.1
19782024-10-18T20:46:00.833Z Compiling strum_macros v0.26.4
19792024-10-18T20:46:01.252Z Compiling ipnetwork v0.20.0
19802024-10-18T20:46:01.947Z Compiling hashbrown v0.13.2
19812024-10-18T20:46:02.458Z Compiling xattr v1.3.1
19822024-10-18T20:46:02.526Z Compiling snafu-derive v0.8.5
19832024-10-18T20:46:02.774Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19842024-10-18T20:46:03.325Z Compiling blake3 v1.5.4
19852024-10-18T20:46:03.510Z Compiling ring v0.16.20
19862024-10-18T20:46:03.850Z Compiling filetime v0.2.25
19872024-10-18T20:46:03.962Z Compiling instant v0.1.13
19882024-10-18T20:46:04.205Z Compiling sync_wrapper v0.1.2
19892024-10-18T20:46:04.341Z Compiling buf-list v1.0.3
19902024-10-18T20:46:04.496Z Compiling crc-any v2.5.0
19912024-10-18T20:46:04.952Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19922024-10-18T20:46:05.269Z Compiling strum v0.26.3
19932024-10-18T20:46:05.385Z Compiling reqwest v0.11.27
19942024-10-18T20:46:05.464Z Compiling backoff v0.4.0
19952024-10-18T20:46:05.551Z Compiling tar v0.4.42
19962024-10-18T20:46:06.494Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19972024-10-18T20:46:06.705Z Compiling object v0.30.4
19982024-10-18T20:46:07.273Z Compiling snafu v0.8.5
19992024-10-18T20:46:08.613Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20002024-10-18T20:46:10.815Z Compiling parse-display v0.10.0
20012024-10-18T20:46:11.005Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20022024-10-18T20:46:12.369Z Compiling serde_with v3.11.0
20032024-10-18T20:46:12.707Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20042024-10-18T20:46:12.728Z Compiling zip v0.6.6
20052024-10-18T20:46:13.253Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20062024-10-18T20:46:13.989Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20072024-10-18T20:46:15.320Z Compiling camino-tempfile v1.1.1
20082024-10-18T20:46:16.087Z Compiling globset v0.4.15
20092024-10-18T20:46:16.654Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20102024-10-18T20:46:16.851Z Compiling regress v0.9.1
20112024-10-18T20:46:19.555Z Compiling pem v3.0.4
20122024-10-18T20:46:21.047Z Compiling olpc-cjson v0.1.4
20132024-10-18T20:46:21.384Z Compiling macaddr v1.0.1
20142024-10-18T20:46:22.042Z Compiling serde_plain v1.0.2
20152024-10-18T20:46:22.094Z Compiling async-recursion v1.1.1
20162024-10-18T20:46:22.239Z Compiling memmap2 v0.9.5
20172024-10-18T20:46:22.531Z Compiling path-slash v0.1.5
20182024-10-18T20:46:22.779Z Compiling untrusted v0.7.1
20192024-10-18T20:46:22.850Z Compiling spin v0.5.2
20202024-10-18T20:46:22.983Z Compiling typed-path v0.7.1
20212024-10-18T20:46:23.122Z Compiling constant_time_eq v0.3.1
20222024-10-18T20:46:23.304Z Compiling arrayvec v0.7.6
20232024-10-18T20:46:23.502Z Compiling arrayref v0.3.9
20242024-10-18T20:46:23.694Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
20252024-10-18T20:46:25.333Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20262024-10-18T20:46:26.322Z Compiling tough v0.17.1
20272024-10-18T20:46:27.203Z Compiling itertools v0.13.0
20282024-10-18T20:46:29.569Z Compiling cargo-platform v0.1.8
20292024-10-18T20:46:30.675Z Compiling topological-sort v0.2.2
20302024-10-18T20:46:30.862Z Compiling parse-size v1.0.0
20312024-10-18T20:46:30.937Z Compiling omicron-zone-package v0.11.1
20322024-10-18T20:46:30.957Z Compiling cargo_metadata v0.18.1
20332024-10-18T20:46:31.164Z Compiling shell-words v1.1.0
20342024-10-18T20:46:38.046Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20352024-10-18T20:46:51.185Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
20362024-10-18T20:47:06.382Z Finished `release` profile [optimized] target(s) in 5m 15s
20372024-10-18T20:47:06.535Z Running `target/release/omicron-releng --output-dir /work`
20382024-10-18T20:47:06.579ZOct 18 20:47:05.152 DEBG changing working directory to /work/oxidecomputer/omicron
20392024-10-18T20:47:06.672ZOct 18 20:47:05.247 DEBG running: git rev-parse HEAD
20402024-10-18T20:47:06.678ZOct 18 20:47:05.254 DEBG process exited with exit status: 0 (6.511465ms)
20412024-10-18T20:47:06.678ZOct 18 20:47:05.254 INFO version: 12.0.0-0.ci+git74d0fdba409
20422024-10-18T20:47:06.718ZOct 18 20:47:05.294 INFO cloning helios to /work/oxidecomputer/helios
20432024-10-18T20:47:06.718ZOct 18 20:47:05.294 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
20442024-10-18T20:47:06.723ZCloning into '/work/oxidecomputer/helios'...
20452024-10-18T20:47:07.218ZOct 18 20:47:05.793 DEBG process exited with exit status: 0 (499.460133ms)
20462024-10-18T20:47:07.218ZOct 18 20:47:05.793 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
20472024-10-18T20:47:07.225Z# branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb
20482024-10-18T20:47:07.225Z# branch.head master
20492024-10-18T20:47:07.225Z# branch.upstream origin/master
20502024-10-18T20:47:07.225Z# branch.ab +0 -0
20512024-10-18T20:47:07.227ZOct 18 20:47:05.801 DEBG process exited with exit status: 0 (7.693977ms)
20522024-10-18T20:47:07.227ZOct 18 20:47:05.801 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
20532024-10-18T20:47:07.989ZOct 18 20:47:06.565 DEBG process exited with exit status: 0 (763.433981ms)
20542024-10-18T20:47:07.989ZOct 18 20:47:06.565 DEBG running: zfs list rpool/images/build/host
20552024-10-18T20:47:07.996ZNAME USED AVAIL REFER MOUNTPOINT
20562024-10-18T20:47:07.996Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
20572024-10-18T20:47:07.998ZOct 18 20:47:06.572 DEBG process exited with exit status: 0 (7.261256ms)
20582024-10-18T20:47:07.998ZOct 18 20:47:06.572 DEBG running: zfs list rpool/images/build/recovery
20592024-10-18T20:47:08.002ZNAME USED AVAIL REFER MOUNTPOINT
20602024-10-18T20:47:08.002Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
20612024-10-18T20:47:08.005ZOct 18 20:47:06.578 DEBG process exited with exit status: 0 (6.231844ms)
20622024-10-18T20:47:08.005ZOct 18 20:47:06.579 INFO [hubris-staging] running task
20632024-10-18T20:47:08.005ZOct 18 20:47:06.579 INFO [hubris-production] running task
20642024-10-18T20:47:08.005ZOct 18 20:47:06.580 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
20652024-10-18T20:47:08.008ZOct 18 20:47:06.584 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
20662024-10-18T20:47:08.310Z[ helios-setup] cd tools/helios-build && cargo build --quiet
20672024-10-18T20:47:08.524Z[ omicron-package] Blocking waiting for file lock on package cache
20682024-10-18T20:47:09.116Z[ omicron-package] Blocking waiting for file lock on package cache
20692024-10-18T20:47:09.389Z[ omicron-package] Blocking waiting for file lock on package cache
20702024-10-18T20:47:09.634ZOct 18 20:47:08.209 INFO [hubris-production] task succeeded (1.629787582s)
20712024-10-18T20:47:10.200Z[ omicron-package] Compiling proc-macro-crate v1.3.1
20722024-10-18T20:47:10.202Z[ omicron-package] Compiling heapless v0.8.0
20732024-10-18T20:47:10.202Z[ omicron-package] Compiling hash32 v0.3.1
20742024-10-18T20:47:10.202Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20752024-10-18T20:47:10.202Z[ omicron-package] Compiling smoltcp v0.11.0
20762024-10-18T20:47:10.202Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
20772024-10-18T20:47:10.203Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20782024-10-18T20:47:10.203Z[ omicron-package] Compiling cobs v0.2.3
20792024-10-18T20:47:11.297Z[ omicron-package] Compiling postcard v1.0.10
20802024-10-18T20:47:11.440Z[ omicron-package] Compiling proc-macro-error v1.0.4
20812024-10-18T20:47:11.528Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20822024-10-18T20:47:11.665Z[ omicron-package] Compiling foreign-types-macros v0.2.3
20832024-10-18T20:47:11.667Z[ omicron-package] Compiling num_enum_derive v0.5.11
20842024-10-18T20:47:11.874Z[ omicron-package] Compiling foreign-types-shared v0.3.1
20852024-10-18T20:47:12.141Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20862024-10-18T20:47:13.085Z[ omicron-package] Compiling tabwriter v1.4.0
20872024-10-18T20:47:13.171Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20882024-10-18T20:47:13.414Z[ omicron-package] Compiling cstr-argument v0.1.2
20892024-10-18T20:47:13.511Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20902024-10-18T20:47:14.218Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
20912024-10-18T20:47:14.237Z[ omicron-package] Compiling pretty-hex v0.2.1
20922024-10-18T20:47:14.397Z[ omicron-package] Compiling foreign-types v0.5.0
20932024-10-18T20:47:14.685Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20942024-10-18T20:47:15.016Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20952024-10-18T20:47:15.154Z[ omicron-package] Compiling colored v2.1.0
20962024-10-18T20:47:15.251Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20972024-10-18T20:47:15.367Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20982024-10-18T20:47:15.814Z[ omicron-package] Compiling num_enum v0.5.11
20992024-10-18T20:47:16.075Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
21002024-10-18T20:47:16.146Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21012024-10-18T20:47:16.149Z[ omicron-package] Compiling sigpipe v0.1.3
21022024-10-18T20:47:16.179Z[ omicron-package] Compiling num-derive v0.4.2
21032024-10-18T20:47:16.567Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21042024-10-18T20:47:16.571Z[ omicron-package] Compiling libefi-sys v0.1.0
21052024-10-18T20:47:16.957Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21062024-10-18T20:47:17.360Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21072024-10-18T20:47:17.381Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21082024-10-18T20:47:18.020Z[ omicron-package] Compiling smf v0.2.3
21092024-10-18T20:47:18.398Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21102024-10-18T20:47:18.849Z[ omicron-package] Compiling zone v0.3.0
21112024-10-18T20:47:18.927Z[ omicron-package] Compiling bitfield-struct v0.6.2
21122024-10-18T20:47:20.560ZOct 18 20:47:19.054 INFO [hubris-staging] task succeeded (12.474443714s)
21132024-10-18T20:47:21.063Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21142024-10-18T20:47:21.161Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21152024-10-18T20:47:22.403Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21162024-10-18T20:47:22.928Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21172024-10-18T20:47:23.334Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21182024-10-18T20:47:23.573Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21192024-10-18T20:47:24.229Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21202024-10-18T20:47:24.369Z[ omicron-package] Compiling gethostname v0.5.0
21212024-10-18T20:47:25.873Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21222024-10-18T20:47:28.274Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21232024-10-18T20:47:30.954Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21242024-10-18T20:47:31.563Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21252024-10-18T20:47:33.071Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21262024-10-18T20:47:48.982Z[ helios-setup] Oct 18 20:47:47.553 INFO helios repository root is: /work/oxidecomputer/helios
21272024-10-18T20:47:48.985Z[ helios-setup] Oct 18 20:47:47.556 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
21282024-10-18T20:47:48.985Z[ helios-setup] Oct 18 20:47:47.556 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
21292024-10-18T20:47:48.989Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
21302024-10-18T20:47:50.089Z[ helios-setup] Oct 18 20:47:48.661 INFO clone ok!, project: phbl
21312024-10-18T20:47:50.092Z[ helios-setup] Oct 18 20:47:48.661 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
21322024-10-18T20:47:50.092Z[ helios-setup] Oct 18 20:47:48.661 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
21332024-10-18T20:47:50.095Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
21342024-10-18T20:47:50.699Z[ helios-setup] Oct 18 20:47:49.270 INFO clone ok!, project: bootserver
21352024-10-18T20:47:50.701Z[ helios-setup] Oct 18 20:47:49.270 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
21362024-10-18T20:47:50.701Z[ helios-setup] Oct 18 20:47:49.270 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
21372024-10-18T20:47:50.701Z[ helios-setup] Oct 18 20:47:49.271 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
21382024-10-18T20:47:50.704Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
21392024-10-18T20:47:51.183Z[ helios-setup] Oct 18 20:47:49.754 INFO clone ok!, project: pinprick
21402024-10-18T20:47:51.185Z[ helios-setup] Oct 18 20:47:49.755 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
21412024-10-18T20:47:51.186Z[ helios-setup] Oct 18 20:47:49.755 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
21422024-10-18T20:47:51.186Z[ helios-setup] Oct 18 20:47:49.755 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
21432024-10-18T20:47:51.188Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
21442024-10-18T20:47:52.117Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
21452024-10-18T20:47:52.123Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
21462024-10-18T20:47:52.342Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.32s
21472024-10-18T20:47:52.556Z[ omicron-package]
21482024-10-18T20:47:52.556Z[ omicron-package] real 44.502535560
21492024-10-18T20:47:52.558Z[ omicron-package] user 2:37.761867678
21502024-10-18T20:47:52.558Z[ omicron-package] sys 20.728440796
21512024-10-18T20:47:52.558Z[ omicron-package] trap 0.166232335
21522024-10-18T20:47:52.559Z[ omicron-package] tflt 0.628974426
21532024-10-18T20:47:52.559Z[ omicron-package] dflt 0.626671712
21542024-10-18T20:47:52.559Z[ omicron-package] kflt 0.001869194
21552024-10-18T20:47:52.559Z[ omicron-package] lock 5:00.111468550
21562024-10-18T20:47:52.559Z[ omicron-package] slp 8:10.182353042
21572024-10-18T20:47:52.559Z[ omicron-package] lat 1:34.368196995
21582024-10-18T20:47:52.559Z[ omicron-package] stop 1:00.892396493
21592024-10-18T20:47:52.559ZOct 18 20:47:51.128 INFO [omicron-package] process exited with exit status: 0 (44.543705692s)
21602024-10-18T20:47:52.559ZOct 18 20:47:51.128 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
21612024-10-18T20:47:52.626ZOct 18 20:47:51.197 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
21622024-10-18T20:47:52.637Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
21632024-10-18T20:47:52.639Z[ host-target] Created new build target 'host' and set it as active
21642024-10-18T20:47:52.639ZOct 18 20:47:51.210 INFO [host-target] process exited with exit status: 0 (82.116691ms)
21652024-10-18T20:47:52.639ZOct 18 20:47:51.210 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
21662024-10-18T20:47:52.644Z[ recovery-target] Created new build target 'recovery' and set it as active
21672024-10-18T20:47:52.644Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
21682024-10-18T20:47:52.647ZOct 18 20:47:51.218 INFO [recovery-target] process exited with exit status: 0 (20.003146ms)
21692024-10-18T20:47:52.653Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
21702024-10-18T20:47:53.840Z[ host-package] Compiling convert_case v0.4.0
21712024-10-18T20:47:53.840Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21722024-10-18T20:47:53.843Z[ host-package] Compiling password-hash v0.5.0
21732024-10-18T20:47:53.843Z[ host-package] Compiling blake2 v0.10.6
21742024-10-18T20:47:53.843Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21752024-10-18T20:47:53.843Z[ host-package] Compiling newline-converter v0.3.0
21762024-10-18T20:47:53.843Z[ host-package] Compiling owo-colors v4.1.0
21772024-10-18T20:47:53.983Z[ host-package] Compiling cancel-safe-futures v0.1.5
21782024-10-18T20:47:54.195Z[ host-package] Compiling expectorate v1.1.0
21792024-10-18T20:47:54.218Z[ host-package] Compiling libsw v3.3.1
21802024-10-18T20:47:54.463Z[ host-package] Compiling argon2 v0.5.3
21812024-10-18T20:47:54.540Z[ host-package] Compiling swrite v0.1.0
21822024-10-18T20:47:54.694Z[ host-package] Compiling linear-map v1.2.0
21832024-10-18T20:47:54.798Z[ host-package] Compiling derive_more v0.99.18
21842024-10-18T20:47:55.112Z[ host-package] Compiling indent_write v2.2.0
21852024-10-18T20:47:55.217Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21862024-10-18T20:47:55.257Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21872024-10-18T20:47:55.361Z[ host-package] Compiling progenitor-client v0.8.0
21882024-10-18T20:47:55.799Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21892024-10-18T20:47:55.822Z[ host-package] Compiling progenitor v0.8.0
21902024-10-18T20:47:55.898Z[ host-package] Compiling atomicwrites v0.4.4
21912024-10-18T20:47:56.048Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21922024-10-18T20:47:56.155Z[ host-package] Compiling num-rational v0.4.2
21932024-10-18T20:47:56.426Z[ host-package] Compiling num-complex v0.4.6
21942024-10-18T20:47:56.885Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21952024-10-18T20:47:57.439Z[ host-package] Compiling prettyplease v0.2.22
21962024-10-18T20:47:57.740Z[ host-package] Compiling num v0.4.3
21972024-10-18T20:47:57.805Z[ host-package] Compiling float-ord v0.3.2
21982024-10-18T20:47:57.873Z[ host-package] Compiling semver v0.1.20
21992024-10-18T20:47:58.027Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22002024-10-18T20:47:58.593Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
22012024-10-18T20:47:58.606Z[ helios-setup] Oct 18 20:47:57.177 INFO clone ok!, project: amd-host-image-builder
22022024-10-18T20:47:58.609Z[ helios-setup] Oct 18 20:47:57.177 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
22032024-10-18T20:47:58.610Z[ helios-setup] Oct 18 20:47:57.177 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22042024-10-18T20:47:58.612Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22052024-10-18T20:47:58.684Z[ host-package] Compiling rustc_version v0.1.7
22062024-10-18T20:47:58.737Z[ host-package] Compiling highway v1.2.0
22072024-10-18T20:47:59.112Z[ host-package] Compiling newtype_derive v0.1.6
22082024-10-18T20:47:59.536Z[ host-package] Compiling humantime v2.1.0
22092024-10-18T20:48:00.312Z[ host-package] Compiling home v0.5.9
22102024-10-18T20:48:00.404Z[ host-package] Compiling steno v0.4.1
22112024-10-18T20:48:01.619Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22122024-10-18T20:48:03.424Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22132024-10-18T20:48:04.159Z[ host-package] Compiling newtype-uuid v1.1.2
22142024-10-18T20:48:04.542Z[ host-package] Compiling ipnetwork v0.20.0
22152024-10-18T20:48:04.755Z[ host-package] Compiling slog-dtrace v0.3.0
22162024-10-18T20:48:05.129Z[ host-package] Compiling instant v0.1.13
22172024-10-18T20:48:05.329Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22182024-10-18T20:48:05.332Z[ host-package] Compiling backoff v0.4.0
22192024-10-18T20:48:05.649Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22202024-10-18T20:48:05.713Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22212024-10-18T20:48:06.129Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22222024-10-18T20:48:06.447Z[ host-package] Compiling parse-display v0.10.0
22232024-10-18T20:48:06.955Z[ helios-setup] Oct 18 20:48:05.525 INFO clone ok!, project: amd-firmware
22242024-10-18T20:48:06.958Z[ helios-setup] Oct 18 20:48:05.525 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
22252024-10-18T20:48:06.958Z[ helios-setup] Oct 18 20:48:05.525 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
22262024-10-18T20:48:06.961Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
22272024-10-18T20:48:07.078Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22282024-10-18T20:48:07.295Z[ host-package] Compiling strum v0.26.3
22292024-10-18T20:48:07.487Z[ host-package] Compiling serde_with v3.11.0
22302024-10-18T20:48:07.929Z[ helios-setup] Oct 18 20:48:06.499 INFO clone ok!, project: pilot
22312024-10-18T20:48:07.932Z[ helios-setup] Oct 18 20:48:06.499 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22322024-10-18T20:48:07.932Z[ helios-setup] Oct 18 20:48:06.500 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
22332024-10-18T20:48:07.932Z[ helios-setup] Oct 18 20:48:06.500 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22342024-10-18T20:48:07.934Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22352024-10-18T20:48:09.055Z[ helios-setup] Oct 18 20:48:07.625 INFO clone ok!, project: chelsio-t6-roms
22362024-10-18T20:48:09.068Z[ helios-setup] Oct 18 20:48:07.625 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
22372024-10-18T20:48:09.068Z[ helios-setup] Oct 18 20:48:07.625 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
22382024-10-18T20:48:09.068Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
22392024-10-18T20:48:09.929Z[ helios-setup] Oct 18 20:48:08.499 INFO clone ok!, project: image-builder
22402024-10-18T20:48:09.933Z[ helios-setup] Oct 18 20:48:08.499 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
22412024-10-18T20:48:10.850Z[ helios-setup] Oct 18 20:48:09.419 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
22422024-10-18T20:48:11.099Z[ host-package] Compiling regress v0.9.1
22432024-10-18T20:48:11.423Z[ helios-setup] Oct 18 20:48:09.992 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
22442024-10-18T20:48:11.423Z[ helios-setup] Oct 18 20:48:09.992 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
22452024-10-18T20:48:11.828Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22462024-10-18T20:48:12.031Z[ helios-setup] Oct 18 20:48:10.600 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
22472024-10-18T20:48:12.556Z[ helios-setup] Oct 18 20:48:11.126 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
22482024-10-18T20:48:12.559Z[ helios-setup] Oct 18 20:48:11.126 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
22492024-10-18T20:48:13.064Z[ helios-setup] Oct 18 20:48:11.633 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
22502024-10-18T20:48:13.619Z[ helios-setup] Oct 18 20:48:12.187 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
22512024-10-18T20:48:13.619Z[ helios-setup] Oct 18 20:48:12.187 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
22522024-10-18T20:48:13.619Z[ helios-setup] Oct 18 20:48:12.187 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
22532024-10-18T20:48:13.619Z[ helios-setup] Oct 18 20:48:12.188 INFO ok!
22542024-10-18T20:48:13.619Z[ helios-setup] Oct 18 20:48:12.188 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
22552024-10-18T20:48:13.619Z[ helios-setup] Oct 18 20:48:12.188 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
22562024-10-18T20:48:13.619Z[ helios-setup] Oct 18 20:48:12.188 INFO ok!
22572024-10-18T20:48:13.619Z[ helios-setup] Oct 18 20:48:12.188 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
22582024-10-18T20:48:13.619Z[ helios-setup] Oct 18 20:48:12.188 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
22592024-10-18T20:48:13.619Z[ helios-setup] Oct 18 20:48:12.188 INFO ok!
22602024-10-18T20:48:13.619Z[ helios-setup] Oct 18 20:48:12.188 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
22612024-10-18T20:48:13.619Z[ helios-setup] Oct 18 20:48:12.188 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
22622024-10-18T20:48:13.742Z[ host-package] Compiling macaddr v1.0.1
22632024-10-18T20:48:13.961Z[ helios-setup] Oct 18 20:48:12.530 INFO E| Downloading crates ...
22642024-10-18T20:48:14.171Z[ helios-setup] Oct 18 20:48:12.740 INFO E| Downloaded anyhow v1.0.62
22652024-10-18T20:48:14.179Z[ helios-setup] Oct 18 20:48:12.748 INFO E| Downloaded unicode-width v0.1.10
22662024-10-18T20:48:14.181Z[ helios-setup] Oct 18 20:48:12.750 INFO E| Downloaded bytes v1.2.1
22672024-10-18T20:48:14.188Z[ helios-setup] Oct 18 20:48:12.757 INFO E| Downloaded typenum v1.15.0
22682024-10-18T20:48:14.192Z[ helios-setup] Oct 18 20:48:12.762 INFO E| Downloaded miniz_oxide v0.6.2
22692024-10-18T20:48:14.195Z[ helios-setup] Oct 18 20:48:12.765 INFO E| Downloaded sha2 v0.10.5
22702024-10-18T20:48:14.199Z[ helios-setup] Oct 18 20:48:12.768 INFO E| Downloaded digest v0.10.3
22712024-10-18T20:48:14.201Z[ helios-setup] Oct 18 20:48:12.771 INFO E| Downloaded generic-array v0.14.6
22722024-10-18T20:48:14.204Z[ helios-setup] Oct 18 20:48:12.773 INFO E| Downloaded flate2 v1.0.25
22732024-10-18T20:48:14.211Z[ helios-setup] Oct 18 20:48:12.780 INFO E| Downloaded cpufeatures v0.2.5
22742024-10-18T20:48:14.214Z[ helios-setup] Oct 18 20:48:12.782 INFO E| Downloaded block-buffer v0.10.3
22752024-10-18T20:48:14.322Z[ helios-setup] Oct 18 20:48:12.891 INFO E| Compiling typenum v1.15.0
22762024-10-18T20:48:14.322Z[ helios-setup] Oct 18 20:48:12.891 INFO E| Compiling version_check v0.9.4
22772024-10-18T20:48:14.325Z[ helios-setup] Oct 18 20:48:12.891 INFO E| Compiling cfg-if v1.0.0
22782024-10-18T20:48:14.325Z[ helios-setup] Oct 18 20:48:12.891 INFO E| Compiling crc32fast v1.3.2
22792024-10-18T20:48:14.326Z[ helios-setup] Oct 18 20:48:12.892 INFO E| Compiling anyhow v1.0.62
22802024-10-18T20:48:14.326Z[ helios-setup] Oct 18 20:48:12.892 INFO E| Compiling adler v1.0.2
22812024-10-18T20:48:14.326Z[ helios-setup] Oct 18 20:48:12.892 INFO E| Compiling unicode-width v0.1.10
22822024-10-18T20:48:14.326Z[ helios-setup] Oct 18 20:48:12.892 INFO E| Compiling cpufeatures v0.2.5
22832024-10-18T20:48:14.821Z[ helios-setup] Oct 18 20:48:13.390 INFO E| Compiling miniz_oxide v0.6.2
22842024-10-18T20:48:15.060Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22852024-10-18T20:48:15.146Z[ helios-setup] Oct 18 20:48:13.715 INFO E| Compiling getopts v0.2.21
22862024-10-18T20:48:15.146Z[ helios-setup] Oct 18 20:48:13.715 INFO E| Compiling bitflags v1.3.2
22872024-10-18T20:48:15.146Z[ helios-setup] Oct 18 20:48:13.715 INFO E| Compiling bytes v1.2.1
22882024-10-18T20:48:15.268Z[ helios-setup] Oct 18 20:48:13.837 INFO E| Compiling generic-array v0.14.6
22892024-10-18T20:48:16.187Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22902024-10-18T20:48:16.709Z[ helios-setup] Oct 18 20:48:15.278 INFO E| Compiling flate2 v1.0.25
22912024-10-18T20:48:17.424Z[ host-package] Compiling display-error-chain v0.2.1
22922024-10-18T20:48:18.086Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22932024-10-18T20:48:20.775Z[ helios-setup] Oct 18 20:48:19.344 INFO E| Compiling crypto-common v0.1.6
22942024-10-18T20:48:20.775Z[ helios-setup] Oct 18 20:48:19.344 INFO E| Compiling block-buffer v0.10.3
22952024-10-18T20:48:20.977Z[ helios-setup] Oct 18 20:48:19.546 INFO E| Compiling digest v0.10.3
22962024-10-18T20:48:21.339Z[ helios-setup] Oct 18 20:48:19.908 INFO E| Compiling sha2 v0.10.5
22972024-10-18T20:48:21.840Z[ helios-setup] Oct 18 20:48:20.409 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
22982024-10-18T20:48:22.152Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22992024-10-18T20:48:23.699Z[ host-package] Compiling half v2.4.1
23002024-10-18T20:48:24.663Z[ host-package] Compiling ciborium-io v0.2.2
23012024-10-18T20:48:24.822Z[ host-package] Compiling ciborium-ll v0.2.2
23022024-10-18T20:48:25.853Z[ host-package] Compiling tungstenite v0.21.0
23032024-10-18T20:48:26.801Z[ host-package] Compiling ciborium v0.2.2
23042024-10-18T20:48:27.585Z[ helios-setup] Oct 18 20:48:26.153 INFO E| Finished `release` profile [optimized] target(s) in 13.88s
23052024-10-18T20:48:27.600Z[ helios-setup] Oct 18 20:48:26.168 INFO building project "bootserver" ok (13 seconds)
23062024-10-18T20:48:27.600Z[ helios-setup] Oct 18 20:48:26.168 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
23072024-10-18T20:48:27.600Z[ helios-setup] Oct 18 20:48:26.168 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
23082024-10-18T20:48:27.831Z[ host-package] Compiling tokio-tungstenite v0.21.0
23092024-10-18T20:48:27.888Z[ helios-setup] Oct 18 20:48:26.456 INFO E| Downloading crates ...
23102024-10-18T20:48:27.980Z[ helios-setup] Oct 18 20:48:26.548 INFO E| Downloaded miniz_oxide v0.7.2
23112024-10-18T20:48:28.158Z[ helios-setup] Oct 18 20:48:26.726 INFO E| Compiling adler v1.0.2
23122024-10-18T20:48:28.282Z[ helios-setup] Oct 18 20:48:26.850 INFO E| Compiling miniz_oxide v0.7.2
23132024-10-18T20:48:28.572Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23142024-10-18T20:48:29.349Z[ host-package] Compiling fastrand v2.1.1
23152024-10-18T20:48:29.863Z[ host-package] Compiling same-file v1.0.6
23162024-10-18T20:48:30.146Z[ host-package] Compiling walkdir v2.5.0
23172024-10-18T20:48:30.967Z[ host-package] Compiling tempfile v3.13.0
23182024-10-18T20:48:31.682Z[ helios-setup] Oct 18 20:48:30.250 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
23192024-10-18T20:48:32.126Z[ host-package] Compiling ring v0.16.20
23202024-10-18T20:48:32.559Z[ helios-setup] Oct 18 20:48:31.126 INFO E| Finished `release` profile [optimized] target(s) in 4.85s
23212024-10-18T20:48:32.568Z[ helios-setup] Oct 18 20:48:31.135 INFO building project "pinprick" ok (4 seconds)
23222024-10-18T20:48:32.568Z[ helios-setup] Oct 18 20:48:31.135 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
23232024-10-18T20:48:32.570Z[ helios-setup] Oct 18 20:48:31.136 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
23242024-10-18T20:48:32.577Z[ helios-setup] Oct 18 20:48:31.145 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
23252024-10-18T20:48:32.769Z[ helios-setup] Oct 18 20:48:31.336 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
23262024-10-18T20:48:32.769Z[ helios-setup] Oct 18 20:48:31.337 INFO E| info: downloading component 'cargo'
23272024-10-18T20:48:34.180Z[ helios-setup] Oct 18 20:48:32.747 INFO E| info: downloading component 'clippy'
23282024-10-18T20:48:34.436Z[ helios-setup] Oct 18 20:48:33.003 INFO E| info: downloading component 'rust-docs'
23292024-10-18T20:48:35.140Z[ host-package] Compiling blake3 v1.5.4
23302024-10-18T20:48:35.246Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23312024-10-18T20:48:35.593Z[ host-package] Compiling xattr v1.3.1
23322024-10-18T20:48:35.763Z[ helios-setup] Oct 18 20:48:34.330 INFO E| info: downloading component 'rust-src'
23332024-10-18T20:48:35.765Z[ host-package] Compiling filetime v0.2.25
23342024-10-18T20:48:35.869Z[ host-package] Compiling memmap2 v0.9.5
23352024-10-18T20:48:35.947Z[ helios-setup] Oct 18 20:48:34.514 INFO E| info: downloading component 'rust-std'
23362024-10-18T20:48:36.311Z[ host-package] Compiling untrusted v0.7.1
23372024-10-18T20:48:36.521Z[ host-package] Compiling spin v0.5.2
23382024-10-18T20:48:36.772Z[ host-package] Compiling arrayref v0.3.9
23392024-10-18T20:48:36.895Z[ host-package] Compiling arrayvec v0.7.6
23402024-10-18T20:48:37.319Z[ host-package] Compiling constant_time_eq v0.3.1
23412024-10-18T20:48:37.487Z[ host-package] Compiling keccak v0.1.5
23422024-10-18T20:48:37.739Z[ helios-setup] Oct 18 20:48:36.306 INFO E| info: downloading component 'rustc'
23432024-10-18T20:48:38.560Z[ host-package] Compiling sha3 v0.10.8
23442024-10-18T20:48:38.638Z[ host-package] Compiling tar v0.4.42
23452024-10-18T20:48:39.351Z[ host-package] Compiling camino-tempfile v1.1.1
23462024-10-18T20:48:39.467Z[ host-package] Compiling toolchain_find v0.4.0
23472024-10-18T20:48:39.808Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23482024-10-18T20:48:39.832Z[ host-package] Compiling nibble_vec v0.1.0
23492024-10-18T20:48:40.062Z[ host-package] Compiling glob v0.3.1
23502024-10-18T20:48:40.103Z[ host-package] Compiling endian-type v0.1.2
23512024-10-18T20:48:40.389Z[ host-package] Compiling topological-sort v0.2.2
23522024-10-18T20:48:40.636Z[ host-package] Compiling crunchy v0.2.2
23532024-10-18T20:48:40.722Z[ host-package] Compiling maplit v1.0.2
23542024-10-18T20:48:40.852Z[ host-package] Compiling omicron-zone-package v0.11.1
23552024-10-18T20:48:40.903Z[ host-package] Compiling clang-sys v1.8.1
23562024-10-18T20:48:41.061Z[ host-package] Compiling radix_trie v0.2.1
23572024-10-18T20:48:41.163Z[ host-package] Compiling rustfmt-wrapper v0.2.1
23582024-10-18T20:48:41.618Z[ host-package] Compiling tiny-keccak v2.0.2
23592024-10-18T20:48:41.800Z[ host-package] Compiling dsl_auto_type v0.1.2
23602024-10-18T20:48:41.893Z[ host-package] Compiling scheduled-thread-pool v0.2.7
23612024-10-18T20:48:41.991Z[ host-package] Compiling secrecy v0.8.0
23622024-10-18T20:48:42.014Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
23632024-10-18T20:48:42.277Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23642024-10-18T20:48:42.424Z[ host-package] Compiling arc-swap v1.7.1
23652024-10-18T20:48:42.668Z[ host-package] Compiling r2d2 v0.8.10
23662024-10-18T20:48:42.777Z[ helios-setup] Oct 18 20:48:41.343 INFO E| info: downloading component 'rustfmt'
23672024-10-18T20:48:43.100Z[ host-package] Compiling slog-scope v4.4.0
23682024-10-18T20:48:43.161Z[ helios-setup] Oct 18 20:48:41.727 INFO E| info: installing component 'cargo'
23692024-10-18T20:48:43.213Z[ host-package] Compiling diesel_derives v2.2.3
23702024-10-18T20:48:43.239Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23712024-10-18T20:48:43.693Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
23722024-10-18T20:48:44.070Z[ host-package] Compiling ascii-canvas v3.0.0
23732024-10-18T20:48:44.324Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23742024-10-18T20:48:44.619Z[ host-package] Compiling universal-hash v0.5.1
23752024-10-18T20:48:44.690Z[ helios-setup] Oct 18 20:48:43.256 INFO E| info: installing component 'clippy'
23762024-10-18T20:48:44.817Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
23772024-10-18T20:48:45.037Z[ host-package] Compiling ena v0.14.3
23782024-10-18T20:48:45.157Z[ helios-setup] Oct 18 20:48:43.723 INFO E| info: installing component 'rust-docs'
23792024-10-18T20:48:45.618Z[ host-package] Compiling libloading v0.8.5
23802024-10-18T20:48:46.121Z[ host-package] Compiling regex-syntax v0.6.29
23812024-10-18T20:48:46.376Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23822024-10-18T20:48:47.846Z[ host-package] Compiling diff v0.1.13
23832024-10-18T20:48:48.635Z[ host-package] Compiling bindgen v0.69.5
23842024-10-18T20:48:49.113Z[ host-package] Compiling opaque-debug v0.3.1
23852024-10-18T20:48:49.325Z[ host-package] Compiling poly1305 v0.8.0
23862024-10-18T20:48:51.183Z[ helios-setup] Oct 18 20:48:49.749 INFO E| info: installing component 'rust-src'
23872024-10-18T20:48:51.306Z[ host-package] Compiling lalrpop v0.19.12
23882024-10-18T20:48:51.841Z[ helios-setup] Oct 18 20:48:50.407 INFO E| info: installing component 'rust-std'
23892024-10-18T20:48:52.588Z[ host-package] Compiling thiserror-no-std v2.0.2
23902024-10-18T20:48:54.388Z[ helios-setup] Oct 18 20:48:52.953 INFO E| info: installing component 'rustc'
23912024-10-18T20:48:56.337Z[ host-package] Compiling diesel v2.2.4
23922024-10-18T20:49:01.122Z[ helios-setup] Oct 18 20:48:59.687 INFO E| info: installing component 'rustfmt'
23932024-10-18T20:49:02.191Z[ helios-setup] Oct 18 20:49:00.756 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
23942024-10-18T20:49:03.136Z[ helios-setup] Oct 18 20:49:01.701 INFO E| From https://github.com/oxidecomputer/amd-apcb
23952024-10-18T20:49:03.136Z[ helios-setup] Oct 18 20:49:01.701 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927
23962024-10-18T20:49:03.139Z[ helios-setup] Oct 18 20:49:01.701 INFO E| * [new tag] v0.4.1 -> v0.4.1
23972024-10-18T20:49:03.166Z[ helios-setup] Oct 18 20:49:01.731 INFO E| * [new tag] v0.1.3 -> v0.1.3
23982024-10-18T20:49:03.169Z[ helios-setup] Oct 18 20:49:01.731 INFO E| * [new tag] v0.1.4 -> v0.1.4
23992024-10-18T20:49:03.170Z[ helios-setup] Oct 18 20:49:01.731 INFO E| * [new tag] v0.1.5 -> v0.1.5
24002024-10-18T20:49:03.170Z[ helios-setup] Oct 18 20:49:01.731 INFO E| * [new tag] v0.2.0 -> v0.2.0
24012024-10-18T20:49:03.170Z[ helios-setup] Oct 18 20:49:01.731 INFO E| * [new tag] v0.3.0 -> v0.3.0
24022024-10-18T20:49:03.170Z[ helios-setup] Oct 18 20:49:01.731 INFO E| * [new tag] v0.3.1 -> v0.3.1
24032024-10-18T20:49:03.170Z[ helios-setup] Oct 18 20:49:01.732 INFO E| * [new tag] v0.3.2 -> v0.3.2
24042024-10-18T20:49:03.170Z[ helios-setup] Oct 18 20:49:01.732 INFO E| * [new tag] v0.3.3 -> v0.3.3
24052024-10-18T20:49:03.170Z[ helios-setup] Oct 18 20:49:01.732 INFO E| * [new tag] v0.4.0 -> v0.4.0
24062024-10-18T20:49:03.203Z[ helios-setup] Oct 18 20:49:01.767 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
24072024-10-18T20:49:04.149Z[ helios-setup] Oct 18 20:49:02.714 INFO E| From https://github.com/oxidecomputer/amd-efs
24082024-10-18T20:49:04.149Z[ helios-setup] Oct 18 20:49:02.714 INFO E| * [new branch] empty -> origin/empty
24092024-10-18T20:49:04.149Z[ helios-setup] Oct 18 20:49:02.714 INFO E| * [new branch] issue-99 -> origin/issue-99
24102024-10-18T20:49:04.152Z[ helios-setup] Oct 18 20:49:02.714 INFO E| * [new branch] main -> origin/main
24112024-10-18T20:49:04.152Z[ helios-setup] Oct 18 20:49:02.714 INFO E| * [new branch] review -> origin/review
24122024-10-18T20:49:04.152Z[ helios-setup] Oct 18 20:49:02.715 INFO E| * [new ref] -> origin/HEAD
24132024-10-18T20:49:04.152Z[ helios-setup] Oct 18 20:49:02.715 INFO E| * [new tag] v0.2.0 -> v0.2.0
24142024-10-18T20:49:04.152Z[ helios-setup] Oct 18 20:49:02.715 INFO E| * [new tag] v0.2.1 -> v0.2.1
24152024-10-18T20:49:04.152Z[ helios-setup] Oct 18 20:49:02.715 INFO E| * [new tag] v0.2.2 -> v0.2.2
24162024-10-18T20:49:04.152Z[ helios-setup] Oct 18 20:49:02.715 INFO E| * [new tag] v0.2.3 -> v0.2.3
24172024-10-18T20:49:04.152Z[ helios-setup] Oct 18 20:49:02.715 INFO E| * [new tag] v0.2.4 -> v0.2.4
24182024-10-18T20:49:04.152Z[ helios-setup] Oct 18 20:49:02.716 INFO E| * [new tag] v0.2.5 -> v0.2.5
24192024-10-18T20:49:04.152Z[ helios-setup] Oct 18 20:49:02.716 INFO E| * [new tag] v0.2.6 -> v0.2.6
24202024-10-18T20:49:04.152Z[ helios-setup] Oct 18 20:49:02.716 INFO E| * [new tag] v0.2.7 -> v0.2.7
24212024-10-18T20:49:04.152Z[ helios-setup] Oct 18 20:49:02.716 INFO E| * [new tag] v0.3.0 -> v0.3.0
24222024-10-18T20:49:04.153Z[ helios-setup] Oct 18 20:49:02.716 INFO E| * [new tag] v0.3.1 -> v0.3.1
24232024-10-18T20:49:04.153Z[ helios-setup] Oct 18 20:49:02.716 INFO E| * [new tag] v0.4.0 -> v0.4.0
24242024-10-18T20:49:04.153Z[ helios-setup] Oct 18 20:49:02.716 INFO E| * [new tag] v0.4.1 -> v0.4.1
24252024-10-18T20:49:04.175Z[ helios-setup] Oct 18 20:49:02.740 INFO E| Updating crates.io index
24262024-10-18T20:49:04.449Z[ host-package] Compiling slog-stdlog v4.1.1
24272024-10-18T20:49:04.514Z[ helios-setup] Oct 18 20:49:03.079 INFO E| Downloading crates ...
24282024-10-18T20:49:04.634Z[ helios-setup] Oct 18 20:49:03.199 INFO E| Downloaded unic-ucd-version v0.9.0
24292024-10-18T20:49:04.637Z[ helios-setup] Oct 18 20:49:03.201 INFO E| Downloaded semver v0.9.0
24302024-10-18T20:49:04.670Z[ helios-setup] Oct 18 20:49:03.234 INFO E| Downloaded unic-common v0.9.0
24312024-10-18T20:49:04.672Z[ helios-setup] Oct 18 20:49:03.236 INFO E| Downloaded unic-char-property v0.9.0
24322024-10-18T20:49:04.675Z[ helios-setup] Oct 18 20:49:03.238 INFO E| Downloaded strsim v0.8.0
24332024-10-18T20:49:04.675Z[ helios-setup] Oct 18 20:49:03.239 INFO E| Downloaded rustc_version v0.2.3
24342024-10-18T20:49:04.678Z[ helios-setup] Oct 18 20:49:03.241 INFO E| Downloaded strum v0.23.0
24352024-10-18T20:49:04.678Z[ helios-setup] Oct 18 20:49:03.242 INFO E| Downloaded proc-macro2 v1.0.86
24362024-10-18T20:49:04.681Z[ helios-setup] Oct 18 20:49:03.246 INFO E| Downloaded unic-char-range v0.9.0
24372024-10-18T20:49:04.684Z[ helios-setup] Oct 18 20:49:03.249 INFO E| Downloaded textwrap v0.11.0
24382024-10-18T20:49:04.687Z[ helios-setup] Oct 18 20:49:03.251 INFO E| Downloaded cfg-if v0.1.10
24392024-10-18T20:49:04.689Z[ helios-setup] Oct 18 20:49:03.253 INFO E| Downloaded structopt-derive v0.4.18
24402024-10-18T20:49:04.691Z[ helios-setup] Oct 18 20:49:03.255 INFO E| Downloaded ansi_term v0.12.1
24412024-10-18T20:49:04.694Z[ helios-setup] Oct 18 20:49:03.258 INFO E| Downloaded vec_map v0.8.2
24422024-10-18T20:49:04.696Z[ helios-setup] Oct 18 20:49:03.260 INFO E| Downloaded strum_macros v0.23.1
24432024-10-18T20:49:04.699Z[ helios-setup] Oct 18 20:49:03.263 INFO E| Downloaded unic-ucd-ident v0.9.0
24442024-10-18T20:49:04.701Z[ helios-setup] Oct 18 20:49:03.265 INFO E| Downloaded once_cell v1.20.1
24452024-10-18T20:49:04.707Z[ helios-setup] Oct 18 20:49:03.269 INFO E| Downloaded pest_derive v2.7.13
24462024-10-18T20:49:04.710Z[ helios-setup] Oct 18 20:49:03.273 INFO E| Downloaded scroll v0.10.2
24472024-10-18T20:49:04.712Z[ helios-setup] Oct 18 20:49:03.276 INFO E| Downloaded pest_meta v2.7.13
24482024-10-18T20:49:04.715Z[ helios-setup] Oct 18 20:49:03.279 INFO E| Downloaded toml v0.5.11
24492024-10-18T20:49:04.719Z[ helios-setup] Oct 18 20:49:03.284 INFO E| Downloaded modular-bitfield v0.11.2
24502024-10-18T20:49:04.736Z[ helios-setup] Oct 18 20:49:03.301 INFO E| Downloaded pest v2.7.13
24512024-10-18T20:49:04.743Z[ helios-setup] Oct 18 20:49:03.308 INFO E| Downloaded goblin v0.4.3
24522024-10-18T20:49:04.752Z[ helios-setup] Oct 18 20:49:03.317 INFO E| Downloaded clap v2.34.0
24532024-10-18T20:49:04.763Z[ helios-setup] Oct 18 20:49:03.328 INFO E| Downloaded structopt v0.3.26
24542024-10-18T20:49:04.776Z[ helios-setup] Oct 18 20:49:03.341 INFO E| Downloaded semver-parser v0.7.0
24552024-10-18T20:49:04.778Z[ helios-setup] Oct 18 20:49:03.342 INFO E| Downloaded libc v0.2.159
24562024-10-18T20:49:04.817Z[ helios-setup] Oct 18 20:49:03.382 INFO E| Downloaded pre v0.2.1
24572024-10-18T20:49:04.820Z[ helios-setup] Oct 18 20:49:03.383 INFO E| Downloaded parse_int v0.6.0
24582024-10-18T20:49:04.820Z[ helios-setup] Oct 18 20:49:03.384 INFO E| Downloaded proc-macro-crate v0.1.5
24592024-10-18T20:49:04.822Z[ helios-setup] Oct 18 20:49:03.385 INFO E| Downloaded pest_generator v2.7.13
24602024-10-18T20:49:04.822Z[ helios-setup] Oct 18 20:49:03.387 INFO E| Downloaded modular-bitfield-impl v0.11.2
24612024-10-18T20:49:04.825Z[ helios-setup] Oct 18 20:49:03.389 INFO E| Downloaded memoffset v0.5.6
24622024-10-18T20:49:04.828Z[ helios-setup] Oct 18 20:49:03.391 INFO E| Downloaded fletcher v0.1.0
24632024-10-18T20:49:04.828Z[ helios-setup] Oct 18 20:49:03.392 INFO E| Downloaded scroll_derive v0.10.5
24642024-10-18T20:49:04.832Z[ helios-setup] Oct 18 20:49:03.394 INFO E| Downloaded pre-proc-macro v0.2.1
24652024-10-18T20:49:04.834Z[ helios-setup] Oct 18 20:49:03.396 INFO E| Downloaded four-cc v0.3.0
24662024-10-18T20:49:04.834Z[ helios-setup] Oct 18 20:49:03.398 INFO E| Downloaded bytesize v1.3.0
24672024-10-18T20:49:04.957Z[ helios-setup] Oct 18 20:49:03.521 INFO E| Compiling proc-macro2 v1.0.86
24682024-10-18T20:49:04.959Z[ helios-setup] Oct 18 20:49:03.522 INFO E| Compiling unicode-ident v1.0.13
24692024-10-18T20:49:04.960Z[ helios-setup] Oct 18 20:49:03.522 INFO E| Compiling syn v1.0.109
24702024-10-18T20:49:04.960Z[ helios-setup] Oct 18 20:49:03.522 INFO E| Compiling version_check v0.9.5
24712024-10-18T20:49:04.960Z[ helios-setup] Oct 18 20:49:03.522 INFO E| Compiling memchr v2.7.4
24722024-10-18T20:49:04.960Z[ helios-setup] Oct 18 20:49:03.522 INFO E| Compiling semver-parser v0.7.0
24732024-10-18T20:49:04.960Z[ helios-setup] Oct 18 20:49:03.522 INFO E| Compiling thiserror v1.0.64
24742024-10-18T20:49:04.960Z[ helios-setup] Oct 18 20:49:03.522 INFO E| Compiling autocfg v1.4.0
24752024-10-18T20:49:05.669Z[ helios-setup] Oct 18 20:49:04.234 INFO E| Compiling serde v1.0.210
24762024-10-18T20:49:05.772Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24772024-10-18T20:49:06.286Z[ helios-setup] Oct 18 20:49:04.850 INFO E| Compiling proc-macro-error-attr v1.0.4
24782024-10-18T20:49:06.337Z[ helios-setup] Oct 18 20:49:04.899 INFO E| Compiling semver v0.9.0
24792024-10-18T20:49:06.464Z[ helios-setup] Oct 18 20:49:05.028 INFO E| Compiling proc-macro-error v1.0.4
24802024-10-18T20:49:06.541Z[ host-package] Compiling which v4.4.2
24812024-10-18T20:49:06.926Z[ helios-setup] Oct 18 20:49:05.490 INFO E| Compiling rustc_version v0.2.3
24822024-10-18T20:49:07.130Z[ helios-setup] Oct 18 20:49:05.694 INFO E| Compiling serde_json v1.0.128
24832024-10-18T20:49:07.182Z[ helios-setup] Oct 18 20:49:05.746 INFO E| Compiling num-traits v0.2.19
24842024-10-18T20:49:07.266Z[ helios-setup] Oct 18 20:49:05.831 INFO E| Compiling itoa v1.0.11
24852024-10-18T20:49:07.422Z[ helios-setup] Oct 18 20:49:05.986 INFO E| Compiling schemars v0.8.21
24862024-10-18T20:49:07.765Z[ helios-setup] Oct 18 20:49:06.329 INFO E| Compiling unicode-segmentation v1.12.0
24872024-10-18T20:49:07.778Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24882024-10-18T20:49:07.850Z[ helios-setup] Oct 18 20:49:06.414 INFO E| Compiling ryu v1.0.18
24892024-10-18T20:49:07.957Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24902024-10-18T20:49:08.039Z[ helios-setup] Oct 18 20:49:06.602 INFO E| Compiling quote v1.0.37
24912024-10-18T20:49:08.208Z[ helios-setup] Oct 18 20:49:06.773 INFO E| Compiling pre-proc-macro v0.2.1
24922024-10-18T20:49:08.378Z[ helios-setup] Oct 18 20:49:06.942 INFO E| Compiling memoffset v0.5.6
24932024-10-18T20:49:08.470Z[ helios-setup] Oct 18 20:49:07.034 INFO E| Compiling lazy_static v1.5.0
24942024-10-18T20:49:08.590Z[ host-package] Compiling chacha20 v0.9.1
24952024-10-18T20:49:08.685Z[ helios-setup] Oct 18 20:49:07.249 INFO E| Compiling syn v2.0.79
24962024-10-18T20:49:08.771Z[ host-package] Compiling cexpr v0.6.0
24972024-10-18T20:49:09.111Z[ helios-setup] Oct 18 20:49:07.675 INFO E| Compiling heck v0.3.3
24982024-10-18T20:49:09.111Z[ helios-setup] Oct 18 20:49:07.675 INFO E| Compiling paste v1.0.15
24992024-10-18T20:49:09.170Z[ helios-setup] Oct 18 20:49:07.735 INFO E| Compiling libc v0.2.159
25002024-10-18T20:49:09.345Z[ helios-setup] Oct 18 20:49:07.909 INFO E| Compiling ucd-trie v0.1.7
25012024-10-18T20:49:09.772Z[ host-package] Compiling aead v0.5.2
25022024-10-18T20:49:09.991Z[ helios-setup] Oct 18 20:49:08.555 INFO E| Compiling dyn-clone v1.0.17
25032024-10-18T20:49:10.053Z[ helios-setup] Oct 18 20:49:08.617 INFO E| Compiling rustversion v1.0.17
25042024-10-18T20:49:10.730Z[ helios-setup] Oct 18 20:49:09.294 INFO E| Compiling pre v0.2.1
25052024-10-18T20:49:10.894Z[ helios-setup] Oct 18 20:49:09.458 INFO E| Compiling static_assertions v1.1.0
25062024-10-18T20:49:10.981Z[ helios-setup] Oct 18 20:49:09.545 INFO E| Compiling cfg-if v0.1.10
25072024-10-18T20:49:11.062Z[ host-package] Compiling rustc-hash v1.1.0
25082024-10-18T20:49:11.081Z[ helios-setup] Oct 18 20:49:09.641 INFO E| Compiling once_cell v1.20.1
25092024-10-18T20:49:11.094Z[ helios-setup] Oct 18 20:49:09.658 INFO E| Compiling byteorder v1.5.0
25102024-10-18T20:49:11.419Z[ host-package] Compiling lazycell v1.3.0
25112024-10-18T20:49:11.656Z[ host-package] Compiling ref-cast v1.0.23
25122024-10-18T20:49:12.078Z[ helios-setup] Oct 18 20:49:10.642 INFO E| Compiling unicode-width v0.1.14
25132024-10-18T20:49:12.904Z[ host-package] Compiling chacha20poly1305 v0.10.1
25142024-10-18T20:49:13.224Z[ helios-setup] Oct 18 20:49:11.788 INFO E| Compiling textwrap v0.11.0
25152024-10-18T20:49:13.255Z[ helios-setup] Oct 18 20:49:11.819 INFO E| Compiling atty v0.2.14
25162024-10-18T20:49:13.561Z[ host-package] Compiling slog-envlogger v2.2.0
25172024-10-18T20:49:13.838Z[ helios-setup] Oct 18 20:49:12.402 INFO E| Compiling strum v0.23.0
25182024-10-18T20:49:14.109Z[ helios-setup] Oct 18 20:49:12.673 INFO E| Compiling fletcher v0.1.0
25192024-10-18T20:49:14.346Z[ helios-setup] Oct 18 20:49:12.910 INFO E| Compiling unic-common v0.9.0
25202024-10-18T20:49:14.362Z[ helios-setup] Oct 18 20:49:12.925 INFO E| Compiling bitflags v1.3.2
25212024-10-18T20:49:14.417Z[ helios-setup] Oct 18 20:49:12.980 INFO E| Compiling strsim v0.8.0
25222024-10-18T20:49:14.450Z[ helios-setup] Oct 18 20:49:13.014 INFO E| Compiling vec_map v0.8.2
25232024-10-18T20:49:14.715Z[ helios-setup] Oct 18 20:49:13.278 INFO E| Compiling parse_int v0.6.0
25242024-10-18T20:49:14.740Z[ helios-setup] Oct 18 20:49:13.304 INFO E| Compiling ansi_term v0.12.1
25252024-10-18T20:49:15.039Z[ helios-setup] Oct 18 20:49:13.603 INFO E| Compiling unic-char-range v0.9.0
25262024-10-18T20:49:15.080Z[ helios-setup] Oct 18 20:49:13.644 INFO E| Compiling unic-ucd-version v0.9.0
25272024-10-18T20:49:15.119Z[ helios-setup] Oct 18 20:49:13.683 INFO E| Compiling plain v0.2.3
25282024-10-18T20:49:15.253Z[ helios-setup] Oct 18 20:49:13.817 INFO E| Compiling unic-char-property v0.9.0
25292024-10-18T20:49:15.493Z[ helios-setup] Oct 18 20:49:14.056 INFO E| Compiling clap v2.34.0
25302024-10-18T20:49:15.692Z[ helios-setup] Oct 18 20:49:14.256 INFO E| Compiling log v0.4.22
25312024-10-18T20:49:15.826Z[ helios-setup] Oct 18 20:49:14.389 INFO E| Compiling unic-ucd-ident v0.9.0
25322024-10-18T20:49:15.953Z[ helios-setup] Oct 18 20:49:14.516 INFO E| Compiling bytesize v1.3.0
25332024-10-18T20:49:17.246Z[ host-package] Compiling vsss-rs v3.3.4
25342024-10-18T20:49:17.772Z[ helios-setup] Oct 18 20:49:16.336 INFO E| Compiling serde_derive_internals v0.29.1
25352024-10-18T20:49:21.010Z[ helios-setup] Oct 18 20:49:19.573 INFO E| Compiling toml v0.5.11
25362024-10-18T20:49:23.677Z[ helios-setup] Oct 18 20:49:22.239 INFO E| Compiling thiserror-impl v1.0.64
25372024-10-18T20:49:23.677Z[ helios-setup] Oct 18 20:49:22.240 INFO E| Compiling serde_derive v1.0.210
25382024-10-18T20:49:24.329Z[ helios-setup] Oct 18 20:49:22.892 INFO E| Compiling schemars_derive v0.8.21
25392024-10-18T20:49:24.912Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25402024-10-18T20:49:25.142Z[ helios-setup] Oct 18 20:49:23.704 INFO E| Compiling proc-macro-crate v0.1.5
25412024-10-18T20:49:25.188Z[ helios-setup] Oct 18 20:49:23.751 INFO E| Compiling zerocopy-derive v0.6.6
25422024-10-18T20:49:25.621Z[ host-package] Compiling derive_builder_core v0.20.2
25432024-10-18T20:49:26.377Z[ helios-setup] Oct 18 20:49:24.940 INFO E| Compiling num-derive v0.4.2
25442024-10-18T20:49:28.868Z[ helios-setup] Oct 18 20:49:27.430 INFO E| Compiling zerocopy v0.6.6
25452024-10-18T20:49:29.275Z[ host-package] Compiling polar-core v0.27.3
25462024-10-18T20:49:30.104Z[ host-package] Compiling headers-core v0.3.0
25472024-10-18T20:49:30.373Z[ helios-setup] Oct 18 20:49:28.936 INFO E| Compiling pest v2.7.13
25482024-10-18T20:49:30.578Z[ host-package] Compiling fxhash v0.2.1
25492024-10-18T20:49:31.080Z[ host-package] Compiling libxml v0.3.3
25502024-10-18T20:49:31.135Z[ helios-setup] Oct 18 20:49:29.698 INFO E| Compiling modular-bitfield-impl v0.11.2
25512024-10-18T20:49:31.150Z[ helios-setup] Oct 18 20:49:29.713 INFO E| Compiling strum_macros v0.23.1
25522024-10-18T20:49:31.668Z[ host-package] Compiling ref-cast-impl v1.0.23
25532024-10-18T20:49:32.021Z[ helios-setup] Oct 18 20:49:30.579 INFO E| Compiling scroll_derive v0.10.5
25542024-10-18T20:49:32.702Z[ helios-setup] Oct 18 20:49:31.264 INFO E| Compiling structopt-derive v0.4.18
25552024-10-18T20:49:33.678Z[ host-package] Compiling headers v0.4.0
25562024-10-18T20:49:34.874Z[ host-package] Compiling derive_builder_macro v0.20.2
25572024-10-18T20:49:34.939Z[ helios-setup] Oct 18 20:49:33.500 INFO E| Compiling pest_meta v2.7.13
25582024-10-18T20:49:35.570Z[ helios-setup] Oct 18 20:49:34.132 INFO E| Compiling scroll v0.10.2
25592024-10-18T20:49:36.159Z[ host-package] Compiling samael v0.0.17
25602024-10-18T20:49:36.542Z[ helios-setup] Oct 18 20:49:35.103 INFO E| Compiling goblin v0.4.3
25612024-10-18T20:49:36.553Z[ helios-setup] Oct 18 20:49:35.115 INFO E| Compiling modular-bitfield v0.11.2
25622024-10-18T20:49:37.603Z[ helios-setup] Oct 18 20:49:36.164 INFO E| Compiling pest_generator v2.7.13
25632024-10-18T20:49:37.986Z[ helios-setup] Oct 18 20:49:36.548 INFO E| Compiling structopt v0.3.26
25642024-10-18T20:49:39.061Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25652024-10-18T20:49:40.110Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25662024-10-18T20:49:40.967Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25672024-10-18T20:49:41.634Z[ helios-setup] Oct 18 20:49:40.195 INFO E| Compiling pest_derive v2.7.13
25682024-10-18T20:49:43.960Z[ host-package] Compiling phf_generator v0.11.2
25692024-10-18T20:49:44.273Z[ host-package] Compiling strum_macros v0.24.3
25702024-10-18T20:49:46.297Z[ helios-setup] Oct 18 20:49:44.857 INFO E| Compiling json5 v0.4.1
25712024-10-18T20:49:47.594Z[ host-package] Compiling kstat-rs v0.2.4
25722024-10-18T20:49:48.369Z[ host-package] Compiling unicase v2.7.0
25732024-10-18T20:49:48.862Z[ host-package] Compiling indoc v1.0.9
25742024-10-18T20:49:49.112Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25752024-10-18T20:49:50.446Z[ host-package] Compiling phf_codegen v0.11.2
25762024-10-18T20:49:50.788Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25772024-10-18T20:49:51.870Z[ helios-setup] Oct 18 20:49:50.430 INFO E| Compiling four-cc v0.3.0
25782024-10-18T20:49:51.870Z[ helios-setup] Oct 18 20:49:50.430 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d)
25792024-10-18T20:49:52.138Z[ helios-setup] Oct 18 20:49:50.699 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56)
25802024-10-18T20:49:57.884Z[ host-package] Compiling derive_builder v0.20.2
25812024-10-18T20:49:58.101Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25822024-10-18T20:49:59.576Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25832024-10-18T20:50:00.101Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
25842024-10-18T20:50:03.794Z[ host-package] Compiling oso-derive v0.27.3
25852024-10-18T20:50:05.059Z[ host-package] Compiling parse-zoneinfo v0.3.1
25862024-10-18T20:50:07.109Z[ host-package] Compiling libz-sys v1.1.20
25872024-10-18T20:50:08.061Z[ host-package] Compiling quick-xml v0.33.0
25882024-10-18T20:50:08.064Z[ host-package] Compiling diesel-dtrace v0.3.0
25892024-10-18T20:50:08.712Z[ host-package] Compiling cfg_aliases v0.1.1
25902024-10-18T20:50:08.882Z[ host-package] Compiling parking_lot_core v0.8.6
25912024-10-18T20:50:09.479Z[ host-package] Compiling nix v0.28.0
25922024-10-18T20:50:10.673Z[ host-package] Compiling oso v0.27.3
25932024-10-18T20:50:11.003Z[ host-package] Compiling chrono-tz-build v0.4.0
25942024-10-18T20:50:11.944Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25952024-10-18T20:50:12.416Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25962024-10-18T20:50:13.854Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25972024-10-18T20:50:17.368Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25982024-10-18T20:50:17.741Z[ host-package] Compiling bb8 v0.8.5
25992024-10-18T20:50:18.364Z[ host-package] Compiling const_format_proc_macros v0.2.33
26002024-10-18T20:50:18.497Z[ host-package] Compiling vte_generate_state_changes v0.1.2
26012024-10-18T20:50:19.261Z[ host-package] Compiling vte v0.11.1
26022024-10-18T20:50:20.611Z[ host-package] Compiling const_format v0.2.33
26032024-10-18T20:50:20.993Z[ host-package] Compiling async-bb8-diesel v0.2.1
26042024-10-18T20:50:21.953Z[ host-package] Compiling chrono-tz v0.10.0
26052024-10-18T20:50:22.987Z[ host-package] Compiling fd-lock v4.0.2
26062024-10-18T20:50:23.292Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
26072024-10-18T20:50:23.497Z[ host-package] Compiling atty v0.2.14
26082024-10-18T20:50:23.761Z[ host-package] Compiling bytecount v0.6.8
26092024-10-18T20:50:24.159Z[ host-package] Compiling salty v0.3.0
26102024-10-18T20:50:24.769Z[ host-package] Compiling papergrid v0.11.0
26112024-10-18T20:50:30.328Z[ host-package] Compiling parking_lot v0.11.2
26122024-10-18T20:50:32.797Z[ helios-setup] Oct 18 20:50:31.352 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
26132024-10-18T20:50:38.333Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26142024-10-18T20:50:39.369Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26152024-10-18T20:50:41.039Z[ host-package] Compiling tabled_derive v0.7.0
26162024-10-18T20:50:43.964Z[ host-package] Compiling peg-macros v0.8.4
26172024-10-18T20:50:44.780Z[ helios-setup] Oct 18 20:50:43.335 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
26182024-10-18T20:50:45.507Z[ host-package] Compiling sqlparser_derive v0.2.2
26192024-10-18T20:50:46.952Z[ host-package] Compiling nu-ansi-term v0.50.1
26202024-10-18T20:50:47.612Z[ host-package] Compiling unicode_categories v0.1.1
26212024-10-18T20:50:48.078Z[ host-package] Compiling sqlformat v0.2.6
26222024-10-18T20:50:48.377Z[ host-package] Compiling peg v0.8.4
26232024-10-18T20:50:48.517Z[ host-package] Compiling reedline v0.35.0
26242024-10-18T20:51:00.355Z[ host-package] Compiling rustyline v14.0.0
26252024-10-18T20:51:02.679Z[ host-package] Compiling sqlparser v0.45.0
26262024-10-18T20:51:09.196Z[ host-package] Compiling tabled v0.15.0
26272024-10-18T20:51:15.285Z[ host-package] Compiling mime_guess v2.0.5
26282024-10-18T20:51:15.519Z[ host-package] Compiling sled v0.34.7
26292024-10-18T20:51:19.608Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
26302024-10-18T20:51:19.649Z[ host-package] Compiling hickory-client v0.24.1
26312024-10-18T20:51:20.331Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
26322024-10-18T20:51:22.229Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26332024-10-18T20:51:22.676Z[ helios-setup] Oct 18 20:51:21.226 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 20s
26342024-10-18T20:51:22.711Z[ helios-setup] Oct 18 20:51:21.263 INFO building project "amd-host-image-builder" ok (170 seconds)
26352024-10-18T20:51:22.714Z[ helios-setup] Oct 18 20:51:21.263 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26362024-10-18T20:51:22.714Z[ helios-setup] Oct 18 20:51:21.263 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26372024-10-18T20:51:23.007Z[ helios-setup] Oct 18 20:51:21.559 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
26382024-10-18T20:51:24.419Z[ helios-setup] Oct 18 20:51:22.971 INFO E| From https://github.com/oxidecomputer/progenitor
26392024-10-18T20:51:24.419Z[ helios-setup] Oct 18 20:51:22.971 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
26402024-10-18T20:51:24.452Z[ helios-setup] Oct 18 20:51:23.004 INFO E| * [new tag] v0.1.1 -> v0.1.1
26412024-10-18T20:51:24.452Z[ helios-setup] Oct 18 20:51:23.004 INFO E| * [new tag] v0.2.0 -> v0.2.0
26422024-10-18T20:51:24.582Z[ helios-setup] Oct 18 20:51:23.133 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26432024-10-18T20:51:25.141Z[ helios-setup] Oct 18 20:51:23.693 INFO E| From https://github.com/jclulow/hiercmd
26442024-10-18T20:51:25.141Z[ helios-setup] Oct 18 20:51:23.693 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
26452024-10-18T20:51:25.163Z[ helios-setup] Oct 18 20:51:23.715 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
26462024-10-18T20:51:25.435Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26472024-10-18T20:51:25.769Z[ helios-setup] Oct 18 20:51:24.321 INFO E| From https://github.com/jclulow/network-interface
26482024-10-18T20:51:25.769Z[ helios-setup] Oct 18 20:51:24.321 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
26492024-10-18T20:51:25.804Z[ helios-setup] Oct 18 20:51:24.356 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26502024-10-18T20:51:26.084Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26512024-10-18T20:51:26.292Z[ helios-setup] Oct 18 20:51:24.842 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26522024-10-18T20:51:26.292Z[ helios-setup] Oct 18 20:51:24.842 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26532024-10-18T20:51:26.328Z[ helios-setup] Oct 18 20:51:24.880 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
26542024-10-18T20:51:27.137Z[ helios-setup] Oct 18 20:51:25.688 INFO E| From https://github.com/oxidecomputer/facade
26552024-10-18T20:51:27.137Z[ helios-setup] Oct 18 20:51:25.688 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
26562024-10-18T20:51:27.181Z[ helios-setup] Oct 18 20:51:25.733 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
26572024-10-18T20:51:28.244Z[ helios-setup] Oct 18 20:51:26.793 INFO E| From https://github.com/oxidecomputer/dropshot
26582024-10-18T20:51:28.244Z[ helios-setup] Oct 18 20:51:26.793 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
26592024-10-18T20:51:28.286Z[ helios-setup] Oct 18 20:51:26.828 INFO E| * [new tag] v0.3.0 -> v0.3.0
26602024-10-18T20:51:28.286Z[ helios-setup] Oct 18 20:51:26.828 INFO E| * [new tag] v0.4.0 -> v0.4.0
26612024-10-18T20:51:28.310Z[ helios-setup] Oct 18 20:51:26.828 INFO E| * [new tag] v0.5.0 -> v0.5.0
26622024-10-18T20:51:28.311Z[ helios-setup] Oct 18 20:51:26.828 INFO E| * [new tag] v0.5.1 -> v0.5.1
26632024-10-18T20:51:28.311Z[ helios-setup] Oct 18 20:51:26.828 INFO E| * [new tag] v0.6.0 -> v0.6.0
26642024-10-18T20:51:28.312Z[ helios-setup] Oct 18 20:51:26.828 INFO E| * [new tag] v0.7.0 -> v0.7.0
26652024-10-18T20:51:28.312Z[ helios-setup] Oct 18 20:51:26.829 INFO E| * [new tag] v0.8.0 -> v0.8.0
26662024-10-18T20:51:28.312Z[ helios-setup] Oct 18 20:51:26.829 INFO E| * [new tag] v0.9.0 -> v0.9.0
26672024-10-18T20:51:28.339Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26682024-10-18T20:51:28.359Z[ helios-setup] Oct 18 20:51:26.874 INFO E| Updating crates.io index
26692024-10-18T20:51:28.443Z[ helios-setup] Oct 18 20:51:26.968 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
26702024-10-18T20:51:29.538Z[ helios-setup] Oct 18 20:51:28.089 INFO E| From https://github.com/oxidecomputer/typify
26712024-10-18T20:51:29.538Z[ helios-setup] Oct 18 20:51:28.089 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
26722024-10-18T20:51:29.568Z[ helios-setup] Oct 18 20:51:28.119 INFO E| * [new tag] v0.0.10 -> v0.0.10
26732024-10-18T20:51:29.568Z[ helios-setup] Oct 18 20:51:28.119 INFO E| * [new tag] v0.0.11 -> v0.0.11
26742024-10-18T20:51:29.571Z[ helios-setup] Oct 18 20:51:28.120 INFO E| * [new tag] v0.0.4 -> v0.0.4
26752024-10-18T20:51:29.571Z[ helios-setup] Oct 18 20:51:28.120 INFO E| * [new tag] v0.0.5 -> v0.0.5
26762024-10-18T20:51:29.571Z[ helios-setup] Oct 18 20:51:28.120 INFO E| * [new tag] v0.0.7 -> v0.0.7
26772024-10-18T20:51:29.571Z[ helios-setup] Oct 18 20:51:28.120 INFO E| * [new tag] v0.0.8 -> v0.0.8
26782024-10-18T20:51:29.571Z[ helios-setup] Oct 18 20:51:28.120 INFO E| * [new tag] v0.0.9 -> v0.0.9
26792024-10-18T20:51:29.848Z[ host-package] Compiling hickory-server v0.24.1
26802024-10-18T20:51:30.090Z[ helios-setup] Oct 18 20:51:28.642 INFO E| Downloading crates ...
26812024-10-18T20:51:30.235Z[ helios-setup] Oct 18 20:51:28.786 INFO E| Downloaded concolor-override v1.0.0
26822024-10-18T20:51:30.250Z[ helios-setup] Oct 18 20:51:28.802 INFO E| Downloaded dyn-clone v1.0.11
26832024-10-18T20:51:30.256Z[ helios-setup] Oct 18 20:51:28.807 INFO E| Downloaded anstyle-parse v0.1.1
26842024-10-18T20:51:30.259Z[ helios-setup] Oct 18 20:51:28.810 INFO E| Downloaded futures-channel v0.3.28
26852024-10-18T20:51:30.263Z[ helios-setup] Oct 18 20:51:28.815 INFO E| Downloaded const-random-macro v0.1.15
26862024-10-18T20:51:30.266Z[ helios-setup] Oct 18 20:51:28.816 INFO E| Downloaded project-root v0.2.2
26872024-10-18T20:51:30.299Z[ helios-setup] Oct 18 20:51:28.851 INFO E| Downloaded semver v1.0.17
26882024-10-18T20:51:30.305Z[ helios-setup] Oct 18 20:51:28.856 INFO E| Downloaded semver v0.11.0
26892024-10-18T20:51:30.308Z[ helios-setup] Oct 18 20:51:28.860 INFO E| Downloaded want v0.3.0
26902024-10-18T20:51:30.312Z[ helios-setup] Oct 18 20:51:28.863 INFO E| Downloaded num_cpus v1.15.0
26912024-10-18T20:51:30.317Z[ helios-setup] Oct 18 20:51:28.868 INFO E| Downloaded strsim v0.10.0
26922024-10-18T20:51:30.321Z[ helios-setup] Oct 18 20:51:28.872 INFO E| Downloaded slab v0.4.7
26932024-10-18T20:51:30.324Z[ helios-setup] Oct 18 20:51:28.875 INFO E| Downloaded scopeguard v1.1.0
26942024-10-18T20:51:30.358Z[ helios-setup] Oct 18 20:51:28.909 INFO E| Downloaded schemars_derive v0.8.12
26952024-10-18T20:51:30.361Z[ helios-setup] Oct 18 20:51:28.912 INFO E| Downloaded tokio-macros v2.0.0
26962024-10-18T20:51:30.363Z[ helios-setup] Oct 18 20:51:28.915 INFO E| Downloaded time v0.1.45
26972024-10-18T20:51:30.367Z[ helios-setup] Oct 18 20:51:28.918 INFO E| Downloaded pin-project-lite v0.2.9
26982024-10-18T20:51:30.376Z[ helios-setup] Oct 18 20:51:28.927 INFO E| Downloaded tokio-tungstenite v0.18.0
26992024-10-18T20:51:30.380Z[ helios-setup] Oct 18 20:51:28.932 INFO E| Downloaded futures-sink v0.3.28
27002024-10-18T20:51:30.383Z[ helios-setup] Oct 18 20:51:28.934 INFO E| Downloaded try-lock v0.2.4
27012024-10-18T20:51:30.386Z[ helios-setup] Oct 18 20:51:28.936 INFO E| Downloaded tungstenite v0.18.0
27022024-10-18T20:51:30.389Z[ helios-setup] Oct 18 20:51:28.941 INFO E| Downloaded ucd-trie v0.1.5
27032024-10-18T20:51:30.392Z[ helios-setup] Oct 18 20:51:28.944 INFO E| Downloaded rustls-pemfile v1.0.2
27042024-10-18T20:51:30.397Z[ helios-setup] Oct 18 20:51:28.949 INFO E| Downloaded toml_datetime v0.6.1
27052024-10-18T20:51:30.400Z[ helios-setup] Oct 18 20:51:28.951 INFO E| Downloaded ryu v1.0.13
27062024-10-18T20:51:30.405Z[ helios-setup] Oct 18 20:51:28.956 INFO E| Downloaded tinyvec v1.6.0
27072024-10-18T20:51:30.410Z[ helios-setup] Oct 18 20:51:28.962 INFO E| Downloaded rhai_codegen v1.5.0
27082024-10-18T20:51:30.424Z[ helios-setup] Oct 18 20:51:28.975 INFO E| Downloaded utf8parse v0.2.1
27092024-10-18T20:51:30.427Z[ helios-setup] Oct 18 20:51:28.978 INFO E| Downloaded uuid v1.3.0
27102024-10-18T20:51:30.434Z[ helios-setup] Oct 18 20:51:28.985 INFO E| Downloaded tokio-rustls v0.24.0
27112024-10-18T20:51:30.437Z[ helios-setup] Oct 18 20:51:28.988 INFO E| Downloaded walkdir v2.3.3
27122024-10-18T20:51:30.441Z[ helios-setup] Oct 18 20:51:28.992 INFO E| Downloaded url v2.3.1
27132024-10-18T20:51:30.446Z[ helios-setup] Oct 18 20:51:28.997 INFO E| Downloaded rustls-webpki v0.100.1
27142024-10-18T20:51:30.455Z[ helios-setup] Oct 18 20:51:29.007 INFO E| Downloaded tracing-core v0.1.30
27152024-10-18T20:51:30.460Z[ helios-setup] Oct 18 20:51:29.012 INFO E| Downloaded schemars v0.8.12
27162024-10-18T20:51:30.478Z[ helios-setup] Oct 18 20:51:29.029 INFO E| Downloaded crossbeam-utils v0.8.14
27172024-10-18T20:51:30.482Z[ helios-setup] Oct 18 20:51:29.034 INFO E| Downloaded unicode-linebreak v0.1.4
27182024-10-18T20:51:30.486Z[ helios-setup] Oct 18 20:51:29.037 INFO E| Downloaded tracing v0.1.37
27192024-10-18T20:51:30.493Z[ helios-setup] Oct 18 20:51:29.045 INFO E| Downloaded unicode-normalization v0.1.22
27202024-10-18T20:51:30.499Z[ helios-setup] Oct 18 20:51:29.051 INFO E| Downloaded rustls v0.21.0
27212024-10-18T20:51:30.518Z[ helios-setup] Oct 18 20:51:29.070 INFO E| Downloaded winnow v0.4.1
27222024-10-18T20:51:30.532Z[ helios-setup] Oct 18 20:51:29.083 INFO E| Downloaded syn v2.0.72
27232024-10-18T20:51:30.549Z[ helios-setup] Oct 18 20:51:29.101 INFO E| Downloaded http v0.2.9
27242024-10-18T20:51:30.555Z[ helios-setup] Oct 18 20:51:29.106 INFO E| Downloaded tokio v1.27.0
27252024-10-18T20:51:30.608Z[ helios-setup] Oct 18 20:51:29.159 INFO E| Downloaded rayon-core v1.10.2
27262024-10-18T20:51:30.613Z[ helios-setup] Oct 18 20:51:29.165 INFO E| Downloaded crossbeam-channel v0.5.6
27272024-10-18T20:51:30.620Z[ helios-setup] Oct 18 20:51:29.172 INFO E| Downloaded aho-corasick v0.7.20
27282024-10-18T20:51:30.626Z[ helios-setup] Oct 18 20:51:29.178 INFO E| Downloaded mio v0.8.5
27292024-10-18T20:51:30.634Z[ helios-setup] Oct 18 20:51:29.186 INFO E| Downloaded num-traits v0.2.15
27302024-10-18T20:51:30.638Z[ helios-setup] Oct 18 20:51:29.190 INFO E| Downloaded syn v1.0.107
27312024-10-18T20:51:30.654Z[ helios-setup] Oct 18 20:51:29.206 INFO E| Downloaded memchr v2.5.0
27322024-10-18T20:51:30.660Z[ helios-setup] Oct 18 20:51:29.211 INFO E| Downloaded reqwest v0.11.16
27332024-10-18T20:51:30.672Z[ helios-setup] Oct 18 20:51:29.223 INFO E| Downloaded rayon v1.6.1
27342024-10-18T20:51:30.685Z[ helios-setup] Oct 18 20:51:29.236 INFO E| Downloaded h2 v0.3.16
27352024-10-18T20:51:30.695Z[ helios-setup] Oct 18 20:51:29.246 INFO E| Downloaded futures-util v0.3.28
27362024-10-18T20:51:30.713Z[ helios-setup] Oct 18 20:51:29.264 INFO E| Downloaded pest v2.5.7
27372024-10-18T20:51:30.719Z[ helios-setup] Oct 18 20:51:29.271 INFO E| Downloaded hyper v0.14.25
27382024-10-18T20:51:30.732Z[ helios-setup] Oct 18 20:51:29.284 INFO E| Downloaded clap_builder v4.2.1
27392024-10-18T20:51:30.741Z[ helios-setup] Oct 18 20:51:29.293 INFO E| Downloaded regex v1.7.3
27402024-10-18T20:51:30.754Z[ helios-setup] Oct 18 20:51:29.305 INFO E| Downloaded git2 v0.16.1
27412024-10-18T20:51:30.766Z[ helios-setup] Oct 18 20:51:29.318 INFO E| Downloaded chrono v0.4.24
27422024-10-18T20:51:30.777Z[ helios-setup] Oct 18 20:51:29.328 INFO E| Downloaded regress v0.5.0
27432024-10-18T20:51:30.788Z[ helios-setup] Oct 18 20:51:29.339 INFO E| Downloaded rustix v0.37.3
27442024-10-18T20:51:30.836Z[ helios-setup] Oct 18 20:51:29.387 INFO E| Downloaded rhai v1.14.0
27452024-10-18T20:51:30.855Z[ helios-setup] Oct 18 20:51:29.406 INFO E| Downloaded openapiv3 v1.0.2
27462024-10-18T20:51:30.874Z[ helios-setup] Oct 18 20:51:29.425 INFO E| Downloaded cc v1.0.78
27472024-10-18T20:51:30.878Z[ helios-setup] Oct 18 20:51:29.430 INFO E| Downloaded base64 v0.21.0
27482024-10-18T20:51:30.886Z[ helios-setup] Oct 18 20:51:29.436 INFO E| Downloaded serde_json v1.0.95
27492024-10-18T20:51:30.897Z[ helios-setup] Oct 18 20:51:29.448 INFO E| Downloaded tokio-util v0.7.7
27502024-10-18T20:51:30.906Z[ helios-setup] Oct 18 20:51:29.457 INFO E| Downloaded serde v1.0.204
27512024-10-18T20:51:30.911Z[ helios-setup] Oct 18 20:51:29.462 INFO E| Downloaded quote v1.0.36
27522024-10-18T20:51:30.915Z[ helios-setup] Oct 18 20:51:29.466 INFO E| Downloaded parking_lot v0.12.1
27532024-10-18T20:51:30.918Z[ helios-setup] Oct 18 20:51:29.469 INFO E| Downloaded once_cell v1.17.0
27542024-10-18T20:51:30.921Z[ helios-setup] Oct 18 20:51:29.473 INFO E| Downloaded libc v0.2.139
27552024-10-18T20:51:30.965Z[ helios-setup] Oct 18 20:51:29.510 INFO E| Downloaded log v0.4.17
27562024-10-18T20:51:30.968Z[ helios-setup] Oct 18 20:51:29.513 INFO E| Downloaded ipnet v2.7.2
27572024-10-18T20:51:30.968Z[ helios-setup] Oct 18 20:51:29.515 INFO E| Downloaded crossbeam-epoch v0.9.13
27582024-10-18T20:51:30.973Z[ helios-setup] Oct 18 20:51:29.520 INFO E| Downloaded anyhow v1.0.68
27592024-10-18T20:51:30.978Z[ helios-setup] Oct 18 20:51:29.528 INFO E| Downloaded unsafe-libyaml v0.2.8
27602024-10-18T20:51:30.982Z[ helios-setup] Oct 18 20:51:29.534 INFO E| Downloaded unicode-bidi v0.3.13
27612024-10-18T20:51:30.987Z[ helios-setup] Oct 18 20:51:29.538 INFO E| Downloaded typenum v1.16.0
27622024-10-18T20:51:30.990Z[ helios-setup] Oct 18 20:51:29.542 INFO E| Downloaded toml_edit v0.19.8
27632024-10-18T20:51:31.020Z[ helios-setup] Oct 18 20:51:29.571 INFO E| Downloaded textwrap v0.16.0
27642024-10-18T20:51:31.024Z[ helios-setup] Oct 18 20:51:29.575 INFO E| Downloaded getrandom v0.2.8
27652024-10-18T20:51:31.029Z[ helios-setup] Oct 18 20:51:29.580 INFO E| Downloaded ahash v0.7.6
27662024-10-18T20:51:31.033Z[ helios-setup] Oct 18 20:51:29.584 INFO E| Downloaded ppv-lite86 v0.2.17
27672024-10-18T20:51:31.036Z[ helios-setup] Oct 18 20:51:29.587 INFO E| Downloaded pkg-config v0.3.26
27682024-10-18T20:51:31.038Z[ helios-setup] Oct 18 20:51:29.589 INFO E| Downloaded itoa v1.0.6
27692024-10-18T20:51:31.041Z[ helios-setup] Oct 18 20:51:29.591 INFO E| Downloaded http-body v0.4.5
27702024-10-18T20:51:31.043Z[ helios-setup] Oct 18 20:51:29.594 INFO E| Downloaded futures-executor v0.3.28
27712024-10-18T20:51:31.046Z[ helios-setup] Oct 18 20:51:29.596 INFO E| Downloaded byteorder v1.4.3
27722024-10-18T20:51:31.048Z[ helios-setup] Oct 18 20:51:29.599 INFO E| Downloaded bincode v1.3.3
27732024-10-18T20:51:31.051Z[ helios-setup] Oct 18 20:51:29.603 INFO E| Downloaded rustfmt-wrapper v0.2.0
27742024-10-18T20:51:31.054Z[ helios-setup] Oct 18 20:51:29.605 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
27752024-10-18T20:51:31.056Z[ helios-setup] Oct 18 20:51:29.608 INFO E| Downloaded paste v1.0.12
27762024-10-18T20:51:31.076Z[ helios-setup] Oct 18 20:51:29.627 INFO E| Downloaded num_enum v0.5.7
27772024-10-18T20:51:31.081Z[ helios-setup] Oct 18 20:51:29.633 INFO E| Downloaded camino v1.1.4
27782024-10-18T20:51:31.085Z[ helios-setup] Oct 18 20:51:29.636 INFO E| Downloaded smallvec v1.10.0
27792024-10-18T20:51:31.088Z[ helios-setup] Oct 18 20:51:29.639 INFO E| Downloaded serde_yaml v0.9.21
27802024-10-18T20:51:31.094Z[ helios-setup] Oct 18 20:51:29.646 INFO E| Downloaded parking_lot_core v0.9.6
27812024-10-18T20:51:31.098Z[ helios-setup] Oct 18 20:51:29.649 INFO E| Downloaded iana-time-zone v0.1.56
27822024-10-18T20:51:31.101Z[ helios-setup] Oct 18 20:51:29.653 INFO E| Downloaded httpdate v1.0.2
27832024-10-18T20:51:31.105Z[ helios-setup] Oct 18 20:51:29.655 INFO E| Downloaded encoding_rs v0.8.32
27842024-10-18T20:51:31.153Z[ helios-setup] Oct 18 20:51:29.702 INFO E| Downloaded home v0.5.4
27852024-10-18T20:51:31.157Z[ helios-setup] Oct 18 20:51:29.704 INFO E| Downloaded clap v4.2.1
27862024-10-18T20:51:31.172Z[ helios-setup] Oct 18 20:51:29.720 INFO E| Downloaded bytes v1.4.0
27872024-10-18T20:51:31.177Z[ helios-setup] Oct 18 20:51:29.726 INFO E| Downloaded ahash v0.8.3
27882024-10-18T20:51:31.183Z[ helios-setup] Oct 18 20:51:29.730 INFO E| Downloaded thiserror-impl v1.0.38
27892024-10-18T20:51:31.183Z[ helios-setup] Oct 18 20:51:29.732 INFO E| Downloaded io-lifetimes v1.0.10
27902024-10-18T20:51:31.188Z[ helios-setup] Oct 18 20:51:29.736 INFO E| Downloaded anstyle v0.3.5
27912024-10-18T20:51:31.194Z[ helios-setup] Oct 18 20:51:29.738 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
27922024-10-18T20:51:31.280Z[ helios-setup] Oct 18 20:51:29.829 INFO E| Downloaded jobserver v0.1.26
27932024-10-18T20:51:31.288Z[ helios-setup] Oct 18 20:51:29.832 INFO E| Downloaded form_urlencoded v1.1.0
27942024-10-18T20:51:31.288Z[ helios-setup] Oct 18 20:51:29.833 INFO E| Downloaded digest v0.10.6
27952024-10-18T20:51:31.288Z[ helios-setup] Oct 18 20:51:29.835 INFO E| Downloaded either v1.8.0
27962024-10-18T20:51:31.310Z[ helios-setup] Oct 18 20:51:29.838 INFO E| Downloaded unicode-ident v1.0.8
27972024-10-18T20:51:31.310Z[ helios-setup] Oct 18 20:51:29.842 INFO E| Downloaded toml v0.7.3
27982024-10-18T20:51:31.336Z[ helios-setup] Oct 18 20:51:29.848 INFO E| Downloaded errno v0.3.1
27992024-10-18T20:51:31.336Z[ helios-setup] Oct 18 20:51:29.850 INFO E| Downloaded clap_lex v0.4.1
28002024-10-18T20:51:31.337Z[ helios-setup] Oct 18 20:51:29.851 INFO E| Downloaded serde_spanned v0.6.1
28012024-10-18T20:51:31.337Z[ helios-setup] Oct 18 20:51:29.852 INFO E| Downloaded semver-parser v0.10.2
28022024-10-18T20:51:31.337Z[ helios-setup] Oct 18 20:51:29.855 INFO E| Downloaded autocfg v1.1.0
28032024-10-18T20:51:31.337Z[ helios-setup] Oct 18 20:51:29.857 INFO E| Downloaded thiserror v1.0.38
28042024-10-18T20:51:31.338Z[ helios-setup] Oct 18 20:51:29.864 INFO E| Downloaded smawk v0.3.1
28052024-10-18T20:51:31.338Z[ helios-setup] Oct 18 20:51:29.866 INFO E| Downloaded libz-sys v1.1.8
28062024-10-18T20:51:31.399Z[ helios-setup] Oct 18 20:51:29.950 INFO E| Downloaded slog-async v2.7.0
28072024-10-18T20:51:31.402Z[ helios-setup] Oct 18 20:51:29.952 INFO E| Downloaded signal-hook-registry v1.4.0
28082024-10-18T20:51:31.405Z[ helios-setup] Oct 18 20:51:29.954 INFO E| Downloaded socket2 v0.4.9
28092024-10-18T20:51:31.407Z[ helios-setup] Oct 18 20:51:29.957 INFO E| Downloaded sha1 v0.10.5
28102024-10-18T20:51:31.411Z[ helios-setup] Oct 18 20:51:29.959 INFO E| Downloaded toolchain_find v0.2.0
28112024-10-18T20:51:31.412Z[ helios-setup] Oct 18 20:51:29.961 INFO E| Downloaded sct v0.7.0
28122024-10-18T20:51:31.415Z[ helios-setup] Oct 18 20:51:29.966 INFO E| Downloaded lock_api v0.4.9
28132024-10-18T20:51:31.418Z[ helios-setup] Oct 18 20:51:29.969 INFO E| Downloaded futures-io v0.3.28
28142024-10-18T20:51:31.421Z[ helios-setup] Oct 18 20:51:29.970 INFO E| Downloaded clap_derive v4.2.0
28152024-10-18T20:51:31.424Z[ helios-setup] Oct 18 20:51:29.973 INFO E| Downloaded async-trait v0.1.68
28162024-10-18T20:51:31.429Z[ helios-setup] Oct 18 20:51:29.979 INFO E| Downloaded httparse v1.8.0
28172024-10-18T20:51:31.434Z[ helios-setup] Oct 18 20:51:29.982 INFO E| Downloaded terminal_size v0.2.6
28182024-10-18T20:51:31.438Z[ helios-setup] Oct 18 20:51:29.984 INFO E| Downloaded tempfile v3.5.0
28192024-10-18T20:51:31.438Z[ helios-setup] Oct 18 20:51:29.988 INFO E| Downloaded smartstring v1.0.1
28202024-10-18T20:51:31.442Z[ helios-setup] Oct 18 20:51:29.991 INFO E| Downloaded serde_tokenstream v0.2.0
28212024-10-18T20:51:31.446Z[ helios-setup] Oct 18 20:51:29.997 INFO E| Downloaded serde_derive_internals v0.26.0
28222024-10-18T20:51:31.449Z[ helios-setup] Oct 18 20:51:29.999 INFO E| Downloaded num-integer v0.1.45
28232024-10-18T20:51:31.453Z[ helios-setup] Oct 18 20:51:30.003 INFO E| Downloaded is-terminal v0.4.7
28242024-10-18T20:51:31.453Z[ helios-setup] Oct 18 20:51:30.003 INFO E| Downloaded const-random v0.1.15
28252024-10-18T20:51:31.456Z[ helios-setup] Oct 18 20:51:30.004 INFO E| Downloaded cargo-lock v8.0.3
28262024-10-18T20:51:31.460Z[ helios-setup] Oct 18 20:51:30.008 INFO E| Downloaded slog-bunyan v2.4.0
28272024-10-18T20:51:31.460Z[ helios-setup] Oct 18 20:51:30.010 INFO E| Downloaded serde_derive v1.0.204
28282024-10-18T20:51:31.464Z[ helios-setup] Oct 18 20:51:30.014 INFO E| Downloaded async-stream-impl v0.3.5
28292024-10-18T20:51:31.467Z[ helios-setup] Oct 18 20:51:30.015 INFO E| Downloaded sha2 v0.10.6
28302024-10-18T20:51:31.471Z[ helios-setup] Oct 18 20:51:30.018 INFO E| Downloaded serde_path_to_error v0.1.11
28312024-10-18T20:51:31.472Z[ helios-setup] Oct 18 20:51:30.021 INFO E| Downloaded tower-service v0.3.2
28322024-10-18T20:51:31.472Z[ helios-setup] Oct 18 20:51:30.022 INFO E| Downloaded proc-macro-crate v1.2.1
28332024-10-18T20:51:31.477Z[ helios-setup] Oct 18 20:51:30.023 INFO E| Downloaded percent-encoding v2.2.0
28342024-10-18T20:51:31.477Z[ helios-setup] Oct 18 20:51:30.024 INFO E| Downloaded num_enum_derive v0.5.7
28352024-10-18T20:51:31.477Z[ helios-setup] Oct 18 20:51:30.026 INFO E| Downloaded memoffset v0.7.1
28362024-10-18T20:51:31.483Z[ helios-setup] Oct 18 20:51:30.028 INFO E| Downloaded lazy_static v1.4.0
28372024-10-18T20:51:31.483Z[ helios-setup] Oct 18 20:51:30.029 INFO E| Downloaded async-stream v0.3.5
28382024-10-18T20:51:31.483Z[ helios-setup] Oct 18 20:51:30.032 INFO E| Downloaded futures-task v0.3.28
28392024-10-18T20:51:31.488Z[ helios-setup] Oct 18 20:51:30.034 INFO E| Downloaded futures-macro v0.3.28
28402024-10-18T20:51:31.488Z[ helios-setup] Oct 18 20:51:30.036 INFO E| Downloaded futures-core v0.3.28
28412024-10-18T20:51:31.492Z[ helios-setup] Oct 18 20:51:30.038 INFO E| Downloaded futures v0.3.28
28422024-10-18T20:51:31.497Z[ helios-setup] Oct 18 20:51:30.045 INFO E| Downloaded fastrand v1.9.0
28432024-10-18T20:51:31.502Z[ helios-setup] Oct 18 20:51:30.047 INFO E| Downloaded crossbeam-deque v0.8.2
28442024-10-18T20:51:31.503Z[ helios-setup] Oct 18 20:51:30.049 INFO E| Downloaded concolor-query v0.3.3
28452024-10-18T20:51:31.503Z[ helios-setup] Oct 18 20:51:30.051 INFO E| Downloaded built v0.6.0
28462024-10-18T20:51:31.509Z[ helios-setup] Oct 18 20:51:30.053 INFO E| Downloaded anstream v0.2.6
28472024-10-18T20:51:31.803Z[ helios-setup] Oct 18 20:51:30.350 INFO E| Compiling proc-macro2 v1.0.86
28482024-10-18T20:51:31.803Z[ helios-setup] Oct 18 20:51:30.350 INFO E| Compiling libc v0.2.139
28492024-10-18T20:51:31.808Z[ helios-setup] Oct 18 20:51:30.350 INFO E| Compiling unicode-ident v1.0.8
28502024-10-18T20:51:31.808Z[ helios-setup] Oct 18 20:51:30.350 INFO E| Compiling autocfg v1.1.0
28512024-10-18T20:51:31.809Z[ helios-setup] Oct 18 20:51:30.350 INFO E| Compiling cfg-if v1.0.0
28522024-10-18T20:51:31.809Z[ helios-setup] Oct 18 20:51:30.350 INFO E| Compiling version_check v0.9.4
28532024-10-18T20:51:31.809Z[ helios-setup] Oct 18 20:51:30.350 INFO E| Compiling serde v1.0.204
28542024-10-18T20:51:31.809Z[ helios-setup] Oct 18 20:51:30.350 INFO E| Compiling syn v1.0.107
28552024-10-18T20:51:31.820Z[ host-package] Compiling primeorder v0.13.6
28562024-10-18T20:51:32.232Z[ helios-setup] Oct 18 20:51:30.784 INFO E| Compiling memchr v2.5.0
28572024-10-18T20:51:32.770Z[ helios-setup] Oct 18 20:51:31.317 INFO E| Compiling once_cell v1.17.0
28582024-10-18T20:51:32.885Z[ host-package] Compiling vergen v8.3.2
28592024-10-18T20:51:33.003Z[ host-package] Compiling bcs v0.1.6
28602024-10-18T20:51:33.531Z[ helios-setup] Oct 18 20:51:32.077 INFO E| Compiling thiserror v1.0.38
28612024-10-18T20:51:33.568Z[ host-package] Compiling env_filter v0.1.2
28622024-10-18T20:51:33.589Z[ helios-setup] Oct 18 20:51:32.139 INFO E| Compiling log v0.4.17
28632024-10-18T20:51:34.028Z[ helios-setup] Oct 18 20:51:32.579 INFO E| Compiling serde_json v1.0.95
28642024-10-18T20:51:34.739Z[ helios-setup] Oct 18 20:51:33.290 INFO E| Compiling itoa v1.0.6
28652024-10-18T20:51:35.172Z[ helios-setup] Oct 18 20:51:33.722 INFO E| Compiling indexmap v1.9.3
28662024-10-18T20:51:35.308Z[ host-package] Compiling cargo-platform v0.1.8
28672024-10-18T20:51:35.710Z[ helios-setup] Oct 18 20:51:34.261 INFO E| Compiling getrandom v0.2.8
28682024-10-18T20:51:35.759Z[ helios-setup] Oct 18 20:51:34.310 INFO E| Compiling scopeguard v1.1.0
28692024-10-18T20:51:35.816Z[ host-package] Compiling nanorand v0.7.0
28702024-10-18T20:51:35.990Z[ helios-setup] Oct 18 20:51:34.540 INFO E| Compiling quote v1.0.36
28712024-10-18T20:51:36.336Z[ helios-setup] Oct 18 20:51:34.886 INFO E| Compiling jobserver v0.1.26
28722024-10-18T20:51:36.387Z[ helios-setup] Oct 18 20:51:34.936 INFO E| Compiling pin-project-lite v0.2.9
28732024-10-18T20:51:36.576Z[ helios-setup] Oct 18 20:51:35.127 INFO E| Compiling num-integer v0.1.45
28742024-10-18T20:51:36.642Z[ host-package] Compiling memoffset v0.9.1
28752024-10-18T20:51:36.852Z[ helios-setup] Oct 18 20:51:35.389 INFO E| Compiling syn v2.0.72
28762024-10-18T20:51:37.112Z[ helios-setup] Oct 18 20:51:35.641 INFO E| Compiling bytes v1.4.0
28772024-10-18T20:51:37.249Z[ host-package] Compiling flume v0.11.0
28782024-10-18T20:51:37.327Z[ helios-setup] Oct 18 20:51:35.875 INFO E| Compiling cc v1.0.78
28792024-10-18T20:51:37.343Z[ helios-setup] Oct 18 20:51:35.892 INFO E| Compiling futures-core v0.3.28
28802024-10-18T20:51:37.458Z[ helios-setup] Oct 18 20:51:36.005 INFO E| Compiling ryu v1.0.13
28812024-10-18T20:51:37.571Z[ host-package] Compiling cargo_metadata v0.18.1
28822024-10-18T20:51:38.134Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28832024-10-18T20:51:39.027Z[ helios-setup] Oct 18 20:51:37.578 INFO E| Compiling lock_api v0.4.9
28842024-10-18T20:51:39.118Z[ helios-setup] Oct 18 20:51:37.668 INFO E| Compiling typenum v1.16.0
28852024-10-18T20:51:39.183Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28862024-10-18T20:51:39.331Z[ helios-setup] Oct 18 20:51:37.881 INFO E| Compiling bitflags v1.3.2
28872024-10-18T20:51:39.404Z[ helios-setup] Oct 18 20:51:37.955 INFO E| Compiling parking_lot_core v0.9.6
28882024-10-18T20:51:40.044Z[ helios-setup] Oct 18 20:51:38.595 INFO E| Compiling num_cpus v1.15.0
28892024-10-18T20:51:40.367Z[ helios-setup] Oct 18 20:51:38.918 INFO E| Compiling slab v0.4.7
28902024-10-18T20:51:40.476Z[ helios-setup] Oct 18 20:51:39.026 INFO E| Compiling generic-array v0.14.6
28912024-10-18T20:51:40.710Z[ helios-setup] Oct 18 20:51:39.260 INFO E| Compiling futures-channel v0.3.28
28922024-10-18T20:51:40.767Z[ helios-setup] Oct 18 20:51:39.317 INFO E| Compiling futures-sink v0.3.28
28932024-10-18T20:51:40.852Z[ helios-setup] Oct 18 20:51:39.403 INFO E| Compiling futures-task v0.3.28
28942024-10-18T20:51:41.641Z[ helios-setup] Oct 18 20:51:40.191 INFO E| Compiling tokio v1.27.0
28952024-10-18T20:51:42.021Z[ helios-setup] Oct 18 20:51:40.570 INFO E| Compiling futures-util v0.3.28
28962024-10-18T20:51:42.232Z[ helios-setup] Oct 18 20:51:40.782 INFO E| Compiling schemars v0.8.12
28972024-10-18T20:51:43.171Z[ helios-setup] Oct 18 20:51:41.721 INFO E| Compiling mio v0.8.5
28982024-10-18T20:51:43.190Z[ helios-setup] Oct 18 20:51:41.739 INFO E| Compiling socket2 v0.4.9
28992024-10-18T20:51:43.258Z[ helios-setup] Oct 18 20:51:41.808 INFO E| Compiling signal-hook-registry v1.4.0
29002024-10-18T20:51:43.588Z[ helios-setup] Oct 18 20:51:42.138 INFO E| Compiling num-traits v0.2.15
29012024-10-18T20:51:43.830Z[ host-package] Compiling env_logger v0.11.5
29022024-10-18T20:51:44.143Z[ helios-setup] Oct 18 20:51:42.693 INFO E| Compiling ahash v0.7.6
29032024-10-18T20:51:44.733Z[ helios-setup] Oct 18 20:51:43.283 INFO E| Compiling crunchy v0.2.2
29042024-10-18T20:51:45.097Z[ helios-setup] Oct 18 20:51:43.646 INFO E| Compiling pin-utils v0.1.0
29052024-10-18T20:51:45.295Z[ helios-setup] Oct 18 20:51:43.844 INFO E| Compiling io-lifetimes v1.0.10
29062024-10-18T20:51:45.932Z[ helios-setup] Oct 18 20:51:44.482 INFO E| Compiling futures-io v0.3.28
29072024-10-18T20:51:46.490Z[ host-package] Compiling p384 v0.13.0
29082024-10-18T20:51:47.233Z[ helios-setup] Oct 18 20:51:45.765 INFO E| Compiling ahash v0.8.3
29092024-10-18T20:51:47.448Z[ helios-setup] Oct 18 20:51:45.991 INFO E| Compiling hashbrown v0.12.3
29102024-10-18T20:51:47.619Z[ helios-setup] Oct 18 20:51:46.168 INFO E| Compiling tiny-keccak v2.0.2
29112024-10-18T20:51:47.802Z[ helios-setup] Oct 18 20:51:46.350 INFO E| Compiling rustix v0.37.3
29122024-10-18T20:51:48.134Z[ helios-setup] Oct 18 20:51:46.684 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
29132024-10-18T20:51:48.686Z[ helios-setup] Oct 18 20:51:47.235 INFO E| Compiling serde_derive_internals v0.26.0
29142024-10-18T20:51:49.151Z[ helios-setup] Oct 18 20:51:47.699 INFO E| Compiling crypto-common v0.1.6
29152024-10-18T20:51:49.811Z[ helios-setup] Oct 18 20:51:48.360 INFO E| Compiling block-buffer v0.10.3
29162024-10-18T20:51:50.135Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29172024-10-18T20:51:50.451Z[ helios-setup] Oct 18 20:51:49.001 INFO E| Compiling errno v0.3.1
29182024-10-18T20:51:50.717Z[ helios-setup] Oct 18 20:51:49.267 INFO E| Compiling pkg-config v0.3.26
29192024-10-18T20:51:50.900Z[ helios-setup] Oct 18 20:51:49.449 INFO E| Compiling slog v2.7.0
29202024-10-18T20:51:51.005Z[ helios-setup] Oct 18 20:51:49.554 INFO E| Compiling fnv v1.0.7
29212024-10-18T20:51:51.245Z[ helios-setup] Oct 18 20:51:49.795 INFO E| Compiling crossbeam-utils v0.8.14
29222024-10-18T20:51:51.686Z[ helios-setup] Oct 18 20:51:50.236 INFO E| Compiling http v0.2.9
29232024-10-18T20:51:53.454Z[ helios-setup] Oct 18 20:51:52.003 INFO E| Compiling digest v0.10.6
29242024-10-18T20:51:54.554Z[ helios-setup] Oct 18 20:51:53.103 INFO E| Compiling aho-corasick v0.7.20
29252024-10-18T20:51:55.135Z[ helios-setup] Oct 18 20:51:53.684 INFO E| Compiling tinyvec_macros v0.1.1
29262024-10-18T20:51:55.481Z[ helios-setup] Oct 18 20:51:54.028 INFO E| Compiling percent-encoding v2.2.0
29272024-10-18T20:51:55.704Z[ helios-setup] Oct 18 20:51:54.253 INFO E| Compiling anyhow v1.0.68
29282024-10-18T20:51:56.477Z[ helios-setup] Oct 18 20:51:55.026 INFO E| Compiling heck v0.4.1
29292024-10-18T20:51:57.215Z[ helios-setup] Oct 18 20:51:55.764 INFO E| Compiling cpufeatures v0.2.5
29302024-10-18T20:51:57.311Z[ helios-setup] Oct 18 20:51:55.859 INFO E| Compiling regex-syntax v0.6.29
29312024-10-18T20:51:57.361Z[ helios-setup] Oct 18 20:51:55.910 INFO E| Compiling unicode-width v0.1.10
29322024-10-18T20:51:57.847Z[ helios-setup] Oct 18 20:51:56.396 INFO E| Compiling httparse v1.8.0
29332024-10-18T20:51:57.924Z[ helios-setup] Oct 18 20:51:56.473 INFO E| Compiling tinyvec v1.6.0
29342024-10-18T20:51:58.814Z[ helios-setup] Oct 18 20:51:57.362 INFO E| Compiling thiserror-impl v1.0.38
29352024-10-18T20:51:58.939Z[ helios-setup] Oct 18 20:51:57.487 INFO E| Compiling schemars_derive v0.8.12
29362024-10-18T20:51:59.081Z[ helios-setup] Oct 18 20:51:57.629 INFO E| Compiling const-random-macro v0.1.15
29372024-10-18T20:51:59.186Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29382024-10-18T20:51:59.310Z[ helios-setup] Oct 18 20:51:57.859 INFO E| Compiling form_urlencoded v1.1.0
29392024-10-18T20:51:59.489Z[ helios-setup] Oct 18 20:51:58.038 INFO E| Compiling serde_derive v1.0.204
29402024-10-18T20:52:00.613Z[ helios-setup] Oct 18 20:51:59.161 INFO E| Compiling tokio-macros v2.0.0
29412024-10-18T20:52:00.845Z[ helios-setup] Oct 18 20:51:59.393 INFO E| Compiling futures-macro v0.3.28
29422024-10-18T20:52:01.354Z[ helios-setup] Oct 18 20:51:59.902 INFO E| Compiling hashbrown v0.13.2
29432024-10-18T20:52:03.963Z[ helios-setup] Oct 18 20:52:02.512 INFO E| Compiling chrono v0.4.24
29442024-10-18T20:52:04.897Z[ helios-setup] Oct 18 20:52:03.445 INFO E| Compiling regex v1.7.3
29452024-10-18T20:52:05.126Z[ helios-setup] Oct 18 20:52:03.674 INFO E| Compiling libz-sys v1.1.8
29462024-10-18T20:52:07.128Z[ host-package] Compiling git2 v0.19.0
29472024-10-18T20:52:07.939Z[ helios-setup] Oct 18 20:52:06.487 INFO E| Compiling uuid v1.3.0
29482024-10-18T20:52:08.511Z[ helios-setup] Oct 18 20:52:07.059 INFO E| Compiling dyn-clone v1.0.11
29492024-10-18T20:52:08.799Z[ helios-setup] Oct 18 20:52:07.346 INFO E| Compiling unicode-normalization v0.1.22
29502024-10-18T20:52:08.955Z[ helios-setup] Oct 18 20:52:07.503 INFO E| Compiling regress v0.5.0
29512024-10-18T20:52:09.064Z[ helios-setup] Oct 18 20:52:07.612 INFO E| Compiling const-random v0.1.15
29522024-10-18T20:52:10.435Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29532024-10-18T20:52:11.278Z[ helios-setup] Oct 18 20:52:09.825 INFO E| Compiling getopts v0.2.21
29542024-10-18T20:52:11.822Z[ helios-setup] Oct 18 20:52:10.370 INFO E| Compiling tracing-core v0.1.30
29552024-10-18T20:52:11.897Z[ helios-setup] Oct 18 20:52:10.445 INFO E| Compiling memoffset v0.7.1
29562024-10-18T20:52:12.807Z[ helios-setup] Oct 18 20:52:11.354 INFO E| Compiling unicode-bidi v0.3.13
29572024-10-18T20:52:13.233Z[ helios-setup] Oct 18 20:52:11.781 INFO E| Compiling num-conv v0.1.0
29582024-10-18T20:52:13.631Z[ helios-setup] Oct 18 20:52:12.179 INFO E| Compiling time-core v0.1.2
29592024-10-18T20:52:13.949Z[ helios-setup] Oct 18 20:52:12.496 INFO E| Compiling powerfmt v0.2.0
29602024-10-18T20:52:15.183Z[ helios-setup] Oct 18 20:52:13.730 INFO E| Compiling ucd-trie v0.1.5
29612024-10-18T20:52:16.838Z[ helios-setup] Oct 18 20:52:15.385 INFO E| Compiling pest v2.5.7
29622024-10-18T20:52:17.557Z[ helios-setup] Oct 18 20:52:16.104 INFO E| Compiling idna v0.3.0
29632024-10-18T20:52:17.813Z[ helios-setup] Oct 18 20:52:16.361 INFO E| Compiling deranged v0.3.11
29642024-10-18T20:52:18.708Z[ helios-setup] Oct 18 20:52:17.255 INFO E| Compiling time-macros v0.2.18
29652024-10-18T20:52:20.050Z[ helios-setup] Oct 18 20:52:18.597 INFO E| Compiling tracing v0.1.37
29662024-10-18T20:52:20.053Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29672024-10-18T20:52:23.046Z[ helios-setup] Oct 18 20:52:21.584 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
29682024-10-18T20:52:23.374Z[ host-package] Compiling libsqlite3-sys v0.30.1
29692024-10-18T20:52:23.557Z[ host-package] Compiling lzma-sys v0.1.20
29702024-10-18T20:52:24.164Z[ helios-setup] Oct 18 20:52:22.702 INFO E| Compiling time v0.1.45
29712024-10-18T20:52:24.660Z[ helios-setup] Oct 18 20:52:23.206 INFO E| Compiling crossbeam-epoch v0.9.13
29722024-10-18T20:52:24.670Z[ host-package] Compiling rustls v0.21.12
29732024-10-18T20:52:24.782Z[ helios-setup] Oct 18 20:52:23.328 INFO E| Compiling semver v1.0.17
29742024-10-18T20:52:25.015Z[ helios-setup] Oct 18 20:52:23.559 INFO E| Compiling num_threads v0.1.6
29752024-10-18T20:52:25.178Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29762024-10-18T20:52:25.258Z[ host-package] Compiling cfg_aliases v0.2.1
29772024-10-18T20:52:25.505Z[ host-package] Compiling nix v0.29.0
29782024-10-18T20:52:26.039Z[ helios-setup] Oct 18 20:52:24.585 INFO E| Compiling iana-time-zone v0.1.56
29792024-10-18T20:52:26.873Z[ helios-setup] Oct 18 20:52:25.414 INFO E| Compiling time v0.3.36
29802024-10-18T20:52:27.024Z[ helios-setup] Oct 18 20:52:25.559 INFO E| Compiling toml v0.5.11
29812024-10-18T20:52:27.600Z[ helios-setup] Oct 18 20:52:26.144 INFO E| Compiling serde_tokenstream v0.2.0
29822024-10-18T20:52:27.774Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29832024-10-18T20:52:28.824Z[ helios-setup] Oct 18 20:52:27.370 INFO E| Compiling smallvec v1.10.0
29842024-10-18T20:52:29.641Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29852024-10-18T20:52:29.815Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29862024-10-18T20:52:31.387Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
29872024-10-18T20:52:31.873Z[ helios-setup] Oct 18 20:52:30.416 INFO E| Compiling parking_lot v0.12.1
29882024-10-18T20:52:34.963Z[ helios-setup] Oct 18 20:52:33.495 INFO E| Compiling semver-parser v0.10.2
29892024-10-18T20:52:35.708Z[ helios-setup] Oct 18 20:52:34.253 INFO E| Compiling url v2.3.1
29902024-10-18T20:52:38.322Z[ helios-setup] Oct 18 20:52:36.867 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29912024-10-18T20:52:39.011Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29922024-10-18T20:52:42.051Z[ helios-setup] Oct 18 20:52:40.595 INFO E| Compiling crossbeam-channel v0.5.6
29932024-10-18T20:52:42.546Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29942024-10-18T20:52:43.270Z[ helios-setup] Oct 18 20:52:41.814 INFO E| Compiling dirs-sys-next v0.1.2
29952024-10-18T20:52:43.286Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
29962024-10-18T20:52:44.594Z[ helios-setup] Oct 18 20:52:43.136 INFO E| Compiling crc32fast v1.3.2
29972024-10-18T20:52:45.430Z[ helios-setup] Oct 18 20:52:43.974 INFO E| Compiling same-file v1.0.6
29982024-10-18T20:52:45.513Z[ helios-setup] Oct 18 20:52:44.057 INFO E| Compiling try-lock v0.2.4
29992024-10-18T20:52:45.931Z[ helios-setup] Oct 18 20:52:44.476 INFO E| Compiling walkdir v2.3.3
30002024-10-18T20:52:46.001Z[ helios-setup] Oct 18 20:52:44.545 INFO E| Compiling want v0.3.0
30012024-10-18T20:52:49.475Z[ helios-setup] Oct 18 20:52:45.339 INFO E| Compiling dirs-next v2.0.0
30022024-10-18T20:52:49.514Z[ helios-setup] Oct 18 20:52:45.886 INFO E| Compiling semver v0.11.0
30032024-10-18T20:52:49.528Z[ helios-setup] Oct 18 20:52:47.731 INFO E| Compiling tokio-util v0.7.7
30042024-10-18T20:52:50.020Z[ helios-setup] Oct 18 20:52:48.563 INFO E| Compiling proc-macro-crate v1.2.1
30052024-10-18T20:52:51.188Z[ host-package] Compiling rustls-webpki v0.101.7
30062024-10-18T20:52:51.815Z[ helios-setup] Oct 18 20:52:50.358 INFO E| Compiling h2 v0.3.16
30072024-10-18T20:52:53.080Z[ host-package] Compiling sct v0.7.1
30082024-10-18T20:52:53.717Z[ helios-setup] Oct 18 20:52:52.259 INFO E| Compiling futures-executor v0.3.28
30092024-10-18T20:52:54.084Z[ helios-setup] Oct 18 20:52:52.627 INFO E| Compiling http-body v0.4.5
30102024-10-18T20:52:54.333Z[ host-package] Compiling heck v0.3.3
30112024-10-18T20:52:55.156Z[ helios-setup] Oct 18 20:52:53.699 INFO E| Compiling ring v0.16.20
30122024-10-18T20:52:55.165Z[ host-package] Compiling castaway v0.2.3
30132024-10-18T20:52:55.541Z[ host-package] Compiling rand_seeder v0.3.0
30142024-10-18T20:52:56.397Z[ helios-setup] Oct 18 20:52:54.929 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30152024-10-18T20:52:56.528Z[ helios-setup] Oct 18 20:52:55.072 INFO E| Compiling rand_core v0.6.4
30162024-10-18T20:52:56.593Z[ host-package] Compiling csv-core v0.1.11
30172024-10-18T20:52:57.727Z[ helios-setup] Oct 18 20:52:56.270 INFO E| Compiling thread_local v1.1.7
30182024-10-18T20:52:57.940Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
30192024-10-18T20:52:58.589Z[ helios-setup] Oct 18 20:52:57.132 INFO E| Compiling adler v1.0.2
30202024-10-18T20:52:58.790Z[ host-package] Compiling http-range v0.1.5
30212024-10-18T20:52:59.204Z[ helios-setup] Oct 18 20:52:57.747 INFO E| Compiling lazy_static v1.4.0
30222024-10-18T20:52:59.515Z[ helios-setup] Oct 18 20:52:58.057 INFO E| Compiling fastrand v1.9.0
30232024-10-18T20:52:59.798Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
30242024-10-18T20:53:00.192Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30252024-10-18T20:53:00.694Z[ helios-setup] Oct 18 20:52:59.237 INFO E| Compiling rayon-core v1.10.2
30262024-10-18T20:53:00.762Z[ host-package] Compiling hyper-staticfile v0.10.1
30272024-10-18T20:53:00.955Z[ helios-setup] Oct 18 20:52:59.487 INFO E| Compiling ppv-lite86 v0.2.17
30282024-10-18T20:53:01.607Z[ helios-setup] Oct 18 20:53:00.149 INFO E| Compiling utf8parse v0.2.1
30292024-10-18T20:53:02.144Z[ helios-setup] Oct 18 20:53:00.686 INFO E| Compiling home v0.5.4
30302024-10-18T20:53:02.278Z[ helios-setup] Oct 18 20:53:00.821 INFO E| Compiling httpdate v1.0.2
30312024-10-18T20:53:02.381Z[ host-package] Compiling csv v1.3.0
30322024-10-18T20:53:02.451Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30332024-10-18T20:53:02.609Z[ helios-setup] Oct 18 20:53:01.151 INFO E| Compiling base64 v0.21.0
30342024-10-18T20:53:03.148Z[ host-package] Compiling compact_str v0.8.0
30352024-10-18T20:53:03.834Z[ helios-setup] Oct 18 20:53:02.376 INFO E| Compiling tower-service v0.3.2
30362024-10-18T20:53:04.136Z[ helios-setup] Oct 18 20:53:02.678 INFO E| Compiling hyper v0.14.25
30372024-10-18T20:53:04.882Z[ helios-setup] Oct 18 20:53:03.424 INFO E| Compiling toolchain_find v0.2.0
30382024-10-18T20:53:05.180Z[ helios-setup] Oct 18 20:53:03.722 INFO E| Compiling rand_chacha v0.3.1
30392024-10-18T20:53:06.268Z[ helios-setup] Oct 18 20:53:04.810 INFO E| Compiling anstyle-parse v0.1.1
30402024-10-18T20:53:06.392Z[ host-package] Compiling zone_cfg_derive v0.1.2
30412024-10-18T20:53:07.384Z[ helios-setup] Oct 18 20:53:05.926 INFO E| Compiling tempfile v3.5.0
30422024-10-18T20:53:07.904Z[ helios-setup] Oct 18 20:53:06.446 INFO E| Compiling miniz_oxide v0.6.2
30432024-10-18T20:53:08.538Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
30442024-10-18T20:53:09.742Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
30452024-10-18T20:53:11.540Z[ helios-setup] Oct 18 20:53:10.082 INFO E| Compiling futures v0.3.28
30462024-10-18T20:53:12.402Z[ host-package] Compiling nix v0.27.1
30472024-10-18T20:53:19.905Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30482024-10-18T20:53:20.162Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
30492024-10-18T20:53:22.183Z[ helios-setup] Oct 18 20:53:20.723 INFO E| Compiling num_enum_derive v0.5.7
30502024-10-18T20:53:24.237Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30512024-10-18T20:53:24.435Z[ helios-setup] Oct 18 20:53:22.976 INFO E| Compiling cargo-lock v8.0.3
30522024-10-18T20:53:26.692Z[ helios-setup] Oct 18 20:53:25.233 INFO E| Compiling crossbeam-deque v0.8.2
30532024-10-18T20:53:27.648Z[ helios-setup] Oct 18 20:53:26.189 INFO E| Compiling term v0.7.0
30542024-10-18T20:53:31.275Z[ helios-setup] Oct 18 20:53:29.815 INFO E| Compiling serde_urlencoded v0.7.1
30552024-10-18T20:53:31.732Z[ helios-setup] Oct 18 20:53:30.272 INFO E| Compiling sha2 v0.10.6
30562024-10-18T20:53:32.155Z[ helios-setup] Oct 18 20:53:30.695 INFO E| Compiling sha1 v0.10.5
30572024-10-18T20:53:32.772Z[ helios-setup] Oct 18 20:53:31.313 INFO E| Compiling is-terminal v0.4.7
30582024-10-18T20:53:32.904Z[ helios-setup] Oct 18 20:53:31.445 INFO E| Compiling atty v0.2.14
30592024-10-18T20:53:33.061Z[ helios-setup] Oct 18 20:53:31.601 INFO E| Compiling anstyle v0.3.5
30602024-10-18T20:53:33.197Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30612024-10-18T20:53:33.841Z[ helios-setup] Oct 18 20:53:32.381 INFO E| Compiling concolor-query v0.3.3
30622024-10-18T20:53:34.100Z[ helios-setup] Oct 18 20:53:32.640 INFO E| Compiling concolor-override v1.0.0
30632024-10-18T20:53:34.659Z[ helios-setup] Oct 18 20:53:33.199 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
30642024-10-18T20:53:35.537Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30652024-10-18T20:53:36.148Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30662024-10-18T20:53:36.387Z[ helios-setup] Oct 18 20:53:34.927 INFO E| Compiling anstream v0.2.6
30672024-10-18T20:53:37.143Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30682024-10-18T20:53:38.129Z[ host-package] Compiling unicode-truncate v1.1.0
30692024-10-18T20:53:38.413Z[ helios-setup] Oct 18 20:53:36.953 INFO E| Compiling slog-term v2.9.0
30702024-10-18T20:53:38.797Z[ helios-setup] Oct 18 20:53:37.337 INFO E| Compiling flate2 v1.0.25
30712024-10-18T20:53:39.162Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30722024-10-18T20:53:39.542Z[ host-package] Compiling hashlink v0.9.1
30732024-10-18T20:53:40.430Z[ host-package] Compiling tungstenite v0.23.0
30742024-10-18T20:53:41.408Z[ helios-setup] Oct 18 20:53:39.947 INFO E| Compiling num_enum v0.5.7
30752024-10-18T20:53:41.537Z[ host-package] Compiling lru v0.12.5
30762024-10-18T20:53:41.905Z[ helios-setup] Oct 18 20:53:40.443 INFO E| Compiling rustfmt-wrapper v0.2.0
30772024-10-18T20:53:42.151Z[ host-package] Compiling instability v0.3.2
30782024-10-18T20:53:42.188Z[ helios-setup] Oct 18 20:53:40.727 INFO E| Compiling rand v0.8.5
30792024-10-18T20:53:42.446Z[ helios-setup] Oct 18 20:53:40.986 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30802024-10-18T20:53:43.020Z[ helios-setup] Oct 18 20:53:41.559 INFO E| Compiling openapiv3 v1.0.2
30812024-10-18T20:53:43.732Z[ helios-setup] Oct 18 20:53:42.271 INFO E| Compiling encoding_rs v0.8.32
30822024-10-18T20:53:44.563Z[ host-package] Compiling fallible-iterator v0.3.0
30832024-10-18T20:53:46.235Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
30842024-10-18T20:53:46.295Z[ host-package] Compiling base64 v0.13.1
30852024-10-18T20:53:46.973Z[ host-package] Compiling cassowary v0.3.0
30862024-10-18T20:53:47.013Z[ helios-setup] Oct 18 20:53:45.552 INFO E| Compiling either v1.8.0
30872024-10-18T20:53:47.831Z[ helios-setup] Oct 18 20:53:46.370 INFO E| Compiling spin v0.5.2
30882024-10-18T20:53:47.913Z[ host-package] Compiling ron v0.7.1
30892024-10-18T20:53:48.128Z[ helios-setup] Oct 18 20:53:46.667 INFO E| Compiling unsafe-libyaml v0.2.8
30902024-10-18T20:53:48.640Z[ helios-setup] Oct 18 20:53:47.179 INFO E| Compiling untrusted v0.7.1
30912024-10-18T20:53:49.092Z[ helios-setup] Oct 18 20:53:47.631 INFO E| Compiling clap_lex v0.4.1
30922024-10-18T20:53:50.561Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30932024-10-18T20:53:50.605Z[ helios-setup] Oct 18 20:53:49.144 INFO E| Compiling base64 v0.13.1
30942024-10-18T20:53:51.590Z[ helios-setup] Oct 18 20:53:50.128 INFO E| Compiling utf-8 v0.7.6
30952024-10-18T20:53:52.095Z[ helios-setup] Oct 18 20:53:50.633 INFO E| Compiling ipnet v2.7.2
30962024-10-18T20:53:52.219Z[ helios-setup] Oct 18 20:53:50.758 INFO E| Compiling project-root v0.2.2
30972024-10-18T20:53:52.406Z[ helios-setup] Oct 18 20:53:50.944 INFO E| Compiling byteorder v1.4.3
30982024-10-18T20:53:53.043Z[ helios-setup] Oct 18 20:53:51.581 INFO E| Compiling strsim v0.10.0
30992024-10-18T20:53:53.504Z[ helios-setup] Oct 18 20:53:52.043 INFO E| Compiling mime v0.3.17
31002024-10-18T20:53:54.978Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31012024-10-18T20:53:56.016Z[ helios-setup] Oct 18 20:53:54.554 INFO E| Compiling reqwest v0.11.16
31022024-10-18T20:53:56.296Z[ host-package] Compiling ratatui v0.28.1
31032024-10-18T20:53:56.448Z[ helios-setup] Oct 18 20:53:54.986 INFO E| Compiling clap_builder v4.2.1
31042024-10-18T20:53:56.866Z[ helios-setup] Oct 18 20:53:55.404 INFO E| Compiling tungstenite v0.18.0
31052024-10-18T20:53:57.571Z[ helios-setup] Oct 18 20:53:56.109 INFO E| Compiling serde_yaml v0.9.21
31062024-10-18T20:53:58.007Z[ host-package] Compiling rusqlite v0.32.1
31072024-10-18T20:53:58.382Z[ host-package] Compiling tokio-tungstenite v0.23.1
31082024-10-18T20:54:00.193Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31092024-10-18T20:54:02.157Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31102024-10-18T20:54:04.376Z[ helios-setup] Oct 18 20:54:02.911 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31112024-10-18T20:54:04.642Z[ helios-setup] Oct 18 20:54:03.179 INFO E| Compiling rayon v1.6.1
31122024-10-18T20:54:05.347Z[ host-package] Compiling xz2 v0.1.7
31132024-10-18T20:54:07.434Z[ host-package] Compiling tokio-rustls v0.24.1
31142024-10-18T20:54:07.951Z[ helios-setup] Oct 18 20:54:06.488 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
31152024-10-18T20:54:09.017Z[ host-package] Compiling zone v0.1.8
31162024-10-18T20:54:10.490Z[ helios-setup] Oct 18 20:54:09.027 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
31172024-10-18T20:54:15.162Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31182024-10-18T20:54:15.526Z[ helios-setup] Oct 18 20:54:14.062 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
31192024-10-18T20:54:15.914Z[ helios-setup] Oct 18 20:54:14.450 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
31202024-10-18T20:54:17.511Z[ helios-setup] Oct 18 20:54:16.048 INFO E| Compiling clap_derive v4.2.0
31212024-10-18T20:54:20.095Z[ helios-setup] Oct 18 20:54:18.631 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
31222024-10-18T20:54:27.320Z[ helios-setup] Oct 18 20:54:25.855 INFO E| Compiling clap v4.2.1
31232024-10-18T20:54:28.335Z[ helios-setup] Oct 18 20:54:26.870 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31242024-10-18T20:54:37.274Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31252024-10-18T20:54:40.844Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31262024-10-18T20:54:45.111Z[ helios-setup] Oct 18 20:54:43.645 INFO E| Compiling tokio-tungstenite v0.18.0
31272024-10-18T20:54:46.537Z[ helios-setup] Oct 18 20:54:45.070 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31282024-10-18T20:54:48.123Z[ helios-setup] Oct 18 20:54:46.657 INFO E| Compiling smartstring v1.0.1
31292024-10-18T20:54:49.203Z[ helios-setup] Oct 18 20:54:47.736 INFO E| Compiling rustls v0.21.0
31302024-10-18T20:54:50.221Z[ helios-setup] Oct 18 20:54:48.754 INFO E| Compiling toml_datetime v0.6.1
31312024-10-18T20:54:50.993Z[ helios-setup] Oct 18 20:54:49.525 INFO E| Compiling serde_spanned v0.6.1
31322024-10-18T20:54:51.588Z[ helios-setup] Oct 18 20:54:50.120 INFO E| Compiling slog-async v2.7.0
31332024-10-18T20:54:51.681Z[ helios-setup] Oct 18 20:54:50.213 INFO E| Compiling winnow v0.4.1
31342024-10-18T20:54:52.286Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31352024-10-18T20:54:52.356Z[ host-package] Compiling rustls-pemfile v1.0.4
31362024-10-18T20:54:53.015Z[ helios-setup] Oct 18 20:54:51.546 INFO E| Compiling async-trait v0.1.68
31372024-10-18T20:54:53.778Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31382024-10-18T20:54:54.294Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31392024-10-18T20:54:54.371Z[ helios-setup] Oct 18 20:54:52.904 INFO E| Compiling match_cfg v0.1.0
31402024-10-18T20:54:54.441Z[ helios-setup] Oct 18 20:54:52.974 INFO E| Compiling static_assertions v1.1.0
31412024-10-18T20:54:54.770Z[ helios-setup] Oct 18 20:54:53.302 INFO E| Compiling camino v1.1.4
31422024-10-18T20:54:54.773Z[ helios-setup] Oct 18 20:54:53.304 INFO E| Compiling paste v1.0.12
31432024-10-18T20:54:55.667Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31442024-10-18T20:54:56.077Z[ host-package] Compiling signal-hook-tokio v0.3.1
31452024-10-18T20:54:56.558Z[ helios-setup] Oct 18 20:54:55.091 INFO E| Compiling hostname v0.3.1
31462024-10-18T20:54:56.838Z[ host-package] Compiling twox-hash v1.6.3
31472024-10-18T20:54:57.488Z[ helios-setup] Oct 18 20:54:56.021 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
31482024-10-18T20:54:57.693Z[ helios-setup] Oct 18 20:54:56.225 INFO E| Compiling slog-json v2.6.1
31492024-10-18T20:54:58.656Z[ host-package] Compiling yasna v0.5.2
31502024-10-18T20:54:59.166Z[ helios-setup] Oct 18 20:54:57.699 INFO E| Compiling toml_edit v0.19.8
31512024-10-18T20:54:59.216Z[ helios-setup] Oct 18 20:54:57.748 INFO E| Compiling unicode-linebreak v0.1.4
31522024-10-18T20:55:02.132Z[ helios-setup] Oct 18 20:55:00.664 INFO E| Compiling async-stream-impl v0.3.5
31532024-10-18T20:55:02.923Z[ helios-setup] Oct 18 20:55:01.455 INFO E| Compiling rhai_codegen v1.5.0
31542024-10-18T20:55:03.034Z[ host-package] Compiling is_ci v1.2.0
31552024-10-18T20:55:04.262Z[ host-package] Compiling unicode-linebreak v0.1.5
31562024-10-18T20:55:04.503Z[ helios-setup] Oct 18 20:55:03.035 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31572024-10-18T20:55:04.972Z[ helios-setup] Oct 18 20:55:03.502 INFO E| Compiling take_mut v0.2.2
31582024-10-18T20:55:05.274Z[ helios-setup] Oct 18 20:55:03.804 INFO E| Compiling async-stream v0.3.5
31592024-10-18T20:55:05.308Z[ host-package] Compiling smawk v0.3.2
31602024-10-18T20:55:05.369Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
31612024-10-18T20:55:05.712Z[ host-package] Compiling textwrap v0.16.1
31622024-10-18T20:55:05.992Z[ host-package] Compiling supports-color v3.0.1
31632024-10-18T20:55:06.003Z[ helios-setup] Oct 18 20:55:04.535 INFO E| Compiling slog-bunyan v2.4.0
31642024-10-18T20:55:06.231Z[ helios-setup] Oct 18 20:55:04.763 INFO E| Compiling toml v0.7.3
31652024-10-18T20:55:06.902Z[ host-package] Compiling rcgen v0.12.1
31662024-10-18T20:55:08.182Z[ helios-setup] Oct 18 20:55:06.714 INFO E| Compiling rhai v1.14.0
31672024-10-18T20:55:13.592Z[ helios-setup] Oct 18 20:55:12.124 INFO E| Compiling rustls-pemfile v1.0.2
31682024-10-18T20:55:13.655Z[ helios-setup] Oct 18 20:55:12.186 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31692024-10-18T20:55:15.093Z[ helios-setup] Oct 18 20:55:13.624 INFO E| Compiling serde_path_to_error v0.1.11
31702024-10-18T20:55:15.480Z[ helios-setup] Oct 18 20:55:14.011 INFO E| Compiling bincode v1.3.3
31712024-10-18T20:55:17.401Z[ helios-setup] Oct 18 20:55:15.931 INFO E| Compiling terminal_size v0.2.6
31722024-10-18T20:55:17.870Z[ helios-setup] Oct 18 20:55:16.394 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
31732024-10-18T20:55:18.048Z[ helios-setup] Oct 18 20:55:16.579 INFO E| Compiling smawk v0.3.1
31742024-10-18T20:55:19.170Z[ helios-setup] Oct 18 20:55:17.701 INFO E| Compiling textwrap v0.16.0
31752024-10-18T20:55:23.129Z[ helios-setup] Oct 18 20:55:21.657 INFO E| Compiling rustls-webpki v0.100.1
31762024-10-18T20:55:23.472Z[ helios-setup] Oct 18 20:55:22.002 INFO E| Compiling sct v0.7.0
31772024-10-18T20:55:25.982Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31782024-10-18T20:55:33.401Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31792024-10-18T20:55:34.280Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31802024-10-18T20:55:34.927Z[ helios-setup] Oct 18 20:55:33.211 INFO E| Compiling tokio-rustls v0.24.0
31812024-10-18T20:55:39.048Z[ helios-setup] Oct 18 20:55:37.577 INFO E| Compiling git2 v0.16.1
31822024-10-18T20:55:47.454Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31832024-10-18T20:55:47.561Z[ helios-setup] Oct 18 20:55:46.089 INFO E| Compiling built v0.6.0
31842024-10-18T20:55:47.920Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31852024-10-18T20:55:49.730Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31862024-10-18T20:55:50.928Z[ helios-setup] Oct 18 20:55:49.456 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31872024-10-18T20:55:51.241Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31882024-10-18T20:55:53.237Z[ helios-setup] Oct 18 20:55:51.764 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
31892024-10-18T20:55:54.131Z[ helios-setup] Oct 18 20:55:52.658 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
31902024-10-18T20:55:55.334Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31912024-10-18T20:56:06.442Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31922024-10-18T20:56:07.159Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31932024-10-18T20:56:09.669Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31942024-10-18T20:56:17.212Z[ host-package] Compiling fatfs v0.3.6
31952024-10-18T20:56:19.392Z[ host-package] Compiling rtoolbox v0.0.2
31962024-10-18T20:56:20.034Z[ host-package] Compiling subprocess v0.2.9
31972024-10-18T20:56:20.448Z[ host-package] Compiling assert_matches v1.5.0
31982024-10-18T20:56:21.842Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31992024-10-18T20:56:22.138Z[ helios-setup] Oct 18 20:56:20.662 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
32002024-10-18T20:56:24.697Z[ helios-setup] Oct 18 20:56:23.222 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
32012024-10-18T20:56:25.461Z[ host-package] Compiling rpassword v7.3.1
32022024-10-18T20:56:26.026Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32032024-10-18T20:56:27.840Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32042024-10-18T20:56:32.506Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32052024-10-18T20:56:44.275Z[ host-package] Compiling tui-tree-widget v0.22.0
32062024-10-18T20:56:45.222Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32072024-10-18T20:57:07.683Z[ helios-setup] Oct 18 20:57:06.204 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
32082024-10-18T20:57:07.800Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32092024-10-18T20:57:10.075Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32102024-10-18T20:57:10.538Z[ host-package] Compiling uzers v0.12.1
32112024-10-18T20:57:14.313Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32122024-10-18T20:57:17.190Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32132024-10-18T20:57:19.908Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32142024-10-18T20:58:07.495Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32152024-10-18T20:58:11.932Z[ helios-setup] Oct 18 20:58:10.445 INFO E| Finished `release` profile [optimized] target(s) in 6m 49s
32162024-10-18T20:58:12.070Z[ helios-setup] Oct 18 20:58:10.585 INFO building project "pilot" ok (409 seconds)
32172024-10-18T20:58:12.073Z[ helios-setup] Oct 18 20:58:10.585 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
32182024-10-18T20:58:12.073Z[ helios-setup] Oct 18 20:58:10.585 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
32192024-10-18T20:58:12.429Z[ helios-setup] Oct 18 20:58:10.943 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
32202024-10-18T20:58:13.000Z[ helios-setup] Oct 18 20:58:11.514 INFO E| From https://github.com/jclulow/rust-jmclib
32212024-10-18T20:58:13.000Z[ helios-setup] Oct 18 20:58:11.514 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
32222024-10-18T20:58:13.056Z[ helios-setup] Oct 18 20:58:11.570 INFO E| Updating crates.io index
32232024-10-18T20:58:13.296Z[ helios-setup] Oct 18 20:58:11.810 INFO E| Downloading crates ...
32242024-10-18T20:58:13.392Z[ helios-setup] Oct 18 20:58:11.906 INFO E| Downloaded cpufeatures v0.2.9
32252024-10-18T20:58:13.409Z[ helios-setup] Oct 18 20:58:11.923 INFO E| Downloaded libdevinfo-sys v1.0.0
32262024-10-18T20:58:13.415Z[ helios-setup] Oct 18 20:58:11.930 INFO E| Downloaded block-buffer v0.9.0
32272024-10-18T20:58:13.424Z[ helios-setup] Oct 18 20:58:11.939 INFO E| Downloaded once_cell v1.18.0
32282024-10-18T20:58:13.435Z[ helios-setup] Oct 18 20:58:11.950 INFO E| Downloaded bitflags v2.3.3
32292024-10-18T20:58:13.440Z[ helios-setup] Oct 18 20:58:11.954 INFO E| Downloaded sha-1 v0.9.8
32302024-10-18T20:58:13.443Z[ helios-setup] Oct 18 20:58:11.958 INFO E| Downloaded unicode-ident v1.0.11
32312024-10-18T20:58:13.448Z[ helios-setup] Oct 18 20:58:11.963 INFO E| Downloaded uuid v0.8.2
32322024-10-18T20:58:13.454Z[ helios-setup] Oct 18 20:58:11.969 INFO E| Downloaded tempfile v3.7.0
32332024-10-18T20:58:13.458Z[ helios-setup] Oct 18 20:58:11.973 INFO E| Downloaded serde_json v1.0.103
32342024-10-18T20:58:13.472Z[ helios-setup] Oct 18 20:58:11.987 INFO E| Downloaded serde v1.0.193
32352024-10-18T20:58:13.477Z[ helios-setup] Oct 18 20:58:11.992 INFO E| Downloaded syn v2.0.32
32362024-10-18T20:58:13.494Z[ helios-setup] Oct 18 20:58:12.009 INFO E| Downloaded proc-macro2 v1.0.66
32372024-10-18T20:58:13.498Z[ helios-setup] Oct 18 20:58:12.013 INFO E| Downloaded rustix v0.38.4
32382024-10-18T20:58:13.530Z[ helios-setup] Oct 18 20:58:12.044 INFO E| Downloaded quote v1.0.31
32392024-10-18T20:58:13.533Z[ helios-setup] Oct 18 20:58:12.048 INFO E| Downloaded serde_derive v1.0.193
32402024-10-18T20:58:13.538Z[ helios-setup] Oct 18 20:58:12.053 INFO E| Downloaded anyhow v1.0.72
32412024-10-18T20:58:13.543Z[ helios-setup] Oct 18 20:58:12.058 INFO E| Downloaded libc v0.2.147
32422024-10-18T20:58:13.580Z[ helios-setup] Oct 18 20:58:12.094 INFO E| Downloaded fastrand v2.0.0
32432024-10-18T20:58:13.583Z[ helios-setup] Oct 18 20:58:12.096 INFO E| Downloaded md-5 v0.9.1
32442024-10-18T20:58:13.585Z[ helios-setup] Oct 18 20:58:12.098 INFO E| Downloaded getrandom v0.2.10
32452024-10-18T20:58:13.587Z[ helios-setup] Oct 18 20:58:12.102 INFO E| Downloaded digest v0.9.0
32462024-10-18T20:58:13.747Z[ helios-setup] Oct 18 20:58:12.261 INFO E| Compiling libc v0.2.147
32472024-10-18T20:58:13.747Z[ helios-setup] Oct 18 20:58:12.261 INFO E| Compiling proc-macro2 v1.0.66
32482024-10-18T20:58:13.747Z[ helios-setup] Oct 18 20:58:12.261 INFO E| Compiling cfg-if v1.0.0
32492024-10-18T20:58:13.749Z[ helios-setup] Oct 18 20:58:12.261 INFO E| Compiling unicode-ident v1.0.11
32502024-10-18T20:58:13.749Z[ helios-setup] Oct 18 20:58:12.261 INFO E| Compiling typenum v1.16.0
32512024-10-18T20:58:13.749Z[ helios-setup] Oct 18 20:58:12.262 INFO E| Compiling version_check v0.9.4
32522024-10-18T20:58:13.749Z[ helios-setup] Oct 18 20:58:12.262 INFO E| Compiling serde v1.0.193
32532024-10-18T20:58:13.749Z[ helios-setup] Oct 18 20:58:12.262 INFO E| Compiling powerfmt v0.2.0
32542024-10-18T20:58:14.185Z[ helios-setup] Oct 18 20:58:12.700 INFO E| Compiling itoa v1.0.9
32552024-10-18T20:58:14.588Z[ helios-setup] Oct 18 20:58:13.102 INFO E| Compiling num-conv v0.1.0
32562024-10-18T20:58:14.784Z[ helios-setup] Oct 18 20:58:13.298 INFO E| Compiling rustix v0.38.4
32572024-10-18T20:58:15.146Z[ host-package] Compiling multimap v0.10.0
32582024-10-18T20:58:15.188Z[ helios-setup] Oct 18 20:58:13.702 INFO E| Compiling slog v2.7.0
32592024-10-18T20:58:15.219Z[ helios-setup] Oct 18 20:58:13.733 INFO E| Compiling time-core v0.1.2
32602024-10-18T20:58:15.443Z[ helios-setup] Oct 18 20:58:13.958 INFO E| Compiling deranged v0.3.11
32612024-10-18T20:58:15.519Z[ helios-setup] Oct 18 20:58:14.033 INFO E| Compiling generic-array v0.14.7
32622024-10-18T20:58:15.629Z[ helios-setup] Oct 18 20:58:14.143 INFO E| Compiling time-macros v0.2.18
32632024-10-18T20:58:16.013Z[ helios-setup] Oct 18 20:58:14.527 INFO E| Compiling once_cell v1.18.0
32642024-10-18T20:58:16.524Z[ helios-setup] Oct 18 20:58:15.038 INFO E| Compiling quote v1.0.31
32652024-10-18T20:58:16.893Z[ helios-setup] Oct 18 20:58:15.407 INFO E| Compiling num_threads v0.1.6
32662024-10-18T20:58:17.052Z[ helios-setup] Oct 18 20:58:15.567 INFO E| Compiling bitflags v2.3.3
32672024-10-18T20:58:17.755Z[ helios-setup] Oct 18 20:58:16.269 INFO E| Compiling syn v2.0.32
32682024-10-18T20:58:17.952Z[ helios-setup] Oct 18 20:58:16.466 INFO E| Compiling thread_local v1.1.7
32692024-10-18T20:58:18.105Z[ helios-setup] Oct 18 20:58:16.619 INFO E| Compiling opaque-debug v0.3.0
32702024-10-18T20:58:18.217Z[ helios-setup] Oct 18 20:58:16.731 INFO E| Compiling serde_json v1.0.103
32712024-10-18T20:58:18.641Z[ helios-setup] Oct 18 20:58:17.155 INFO E| Compiling fastrand v2.0.0
32722024-10-18T20:58:19.408Z[ helios-setup] Oct 18 20:58:17.922 INFO E| Compiling dirs-sys-next v0.1.2
32732024-10-18T20:58:19.420Z[ helios-setup] Oct 18 20:58:17.935 INFO E| Compiling errno v0.3.1
32742024-10-18T20:58:19.420Z[ helios-setup] Oct 18 20:58:17.935 INFO E| Compiling atty v0.2.14
32752024-10-18T20:58:19.651Z[ helios-setup] Oct 18 20:58:18.165 INFO E| Compiling anyhow v1.0.72
32762024-10-18T20:58:19.859Z[ helios-setup] Oct 18 20:58:18.373 INFO E| Compiling dirs-next v2.0.0
32772024-10-18T20:58:20.080Z[ helios-setup] Oct 18 20:58:18.595 INFO E| Compiling term v0.7.0
32782024-10-18T20:58:20.263Z[ helios-setup] Oct 18 20:58:18.777 INFO E| Compiling getrandom v0.2.10
32792024-10-18T20:58:20.603Z[ helios-setup] Oct 18 20:58:19.087 INFO E| Compiling digest v0.9.0
32802024-10-18T20:58:20.886Z[ helios-setup] Oct 18 20:58:19.400 INFO E| Compiling block-buffer v0.9.0
32812024-10-18T20:58:21.008Z[ helios-setup] Oct 18 20:58:19.522 INFO E| Compiling ryu v1.0.15
32822024-10-18T20:58:21.075Z[ helios-setup] Oct 18 20:58:19.589 INFO E| Compiling time v0.3.36
32832024-10-18T20:58:21.106Z[ helios-setup] Oct 18 20:58:19.619 INFO E| Compiling unicode-width v0.1.10
32842024-10-18T20:58:21.187Z[ helios-setup] Oct 18 20:58:19.701 INFO E| Compiling same-file v1.0.6
32852024-10-18T20:58:21.679Z[ helios-setup] Oct 18 20:58:20.193 INFO E| Compiling cpufeatures v0.2.9
32862024-10-18T20:58:21.798Z[ helios-setup] Oct 18 20:58:20.312 INFO E| Compiling sha-1 v0.9.8
32872024-10-18T20:58:21.881Z[ helios-setup] Oct 18 20:58:20.394 INFO E| Compiling walkdir v2.3.3
32882024-10-18T20:58:21.971Z[ helios-setup] Oct 18 20:58:20.485 INFO E| Compiling getopts v0.2.21
32892024-10-18T20:58:23.100Z[ helios-setup] Oct 18 20:58:21.613 INFO E| Compiling tempfile v3.7.0
32902024-10-18T20:58:23.575Z[ helios-setup] Oct 18 20:58:22.089 INFO E| Compiling md-5 v0.9.1
32912024-10-18T20:58:23.588Z[ helios-setup] Oct 18 20:58:22.102 INFO E| Compiling glob v0.3.1
32922024-10-18T20:58:23.628Z[ helios-setup] Oct 18 20:58:22.142 INFO E| Compiling libdevinfo-sys v1.0.0
32932024-10-18T20:58:24.659Z[ helios-setup] Oct 18 20:58:23.172 INFO E| Compiling slog-term v2.9.0
32942024-10-18T20:58:28.207Z[ helios-setup] Oct 18 20:58:26.721 INFO E| Compiling serde_derive v1.0.193
32952024-10-18T20:58:43.542Z[ helios-setup] Oct 18 20:58:42.054 INFO E| Compiling toml v0.5.11
32962024-10-18T20:58:43.545Z[ helios-setup] Oct 18 20:58:42.054 INFO E| Compiling uuid v0.8.2
32972024-10-18T20:58:45.759Z[ helios-setup] Oct 18 20:58:44.271 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
32982024-10-18T20:58:49.007Z[ helios-setup] Oct 18 20:58:47.519 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
32992024-10-18T20:59:03.743Z[ helios-setup] Oct 18 20:59:02.253 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.54s
33002024-10-18T20:59:03.777Z[ helios-setup] Oct 18 20:59:02.288 INFO building project "image-builder" ok (51 seconds)
33012024-10-18T20:59:03.780Z[ helios-setup] rm -f helios-build
33022024-10-18T20:59:03.782Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
33032024-10-18T20:59:03.785Z[ helios-setup]
33042024-10-18T20:59:03.788Z[ helios-setup] Setup complete! ./helios-build is now available.
33052024-10-18T20:59:03.788Z[ helios-setup]
33062024-10-18T20:59:03.790Z[ helios-setup]
33072024-10-18T20:59:03.790Z[ helios-setup] real 11:55.714659315
33082024-10-18T20:59:03.791ZOct 18 20:59:02.300 INFO [helios-setup] process exited with exit status: 0 (715.72013257s)
33092024-10-18T20:59:03.791Z[ helios-setup] user 28:38.296855623
33102024-10-18T20:59:03.791Z[ helios-setup] sys 3:35.085031013
33112024-10-18T20:59:03.791Z[ helios-setup] trap 1.673264896
33122024-10-18T20:59:03.791Z[ helios-setup] tflt 7.076159544
33132024-10-18T20:59:03.791Z[ helios-setup] dflt 33.468048718
33142024-10-18T20:59:03.791Z[ helios-setup] kflt 0.035158915
33152024-10-18T20:59:03.791Z[ helios-setup] lock 2:02:44.608532077
33162024-10-18T20:59:03.791Z[ helios-setup] slp 3:35:22.565691146
33172024-10-18T20:59:03.791Z[ helios-setup] lat 32:41.948695798
33182024-10-18T20:59:03.791Z[ helios-setup] stop 4:53.401315606
33192024-10-18T20:59:03.793ZOct 18 20:59:02.301 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
33202024-10-18T20:59:03.816Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos'
33212024-10-18T20:59:04.201Z[ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18)
33222024-10-18T20:59:04.201Z[ phbl-toolchain] info: downloading component 'cargo'
33232024-10-18T20:59:06.435Z[ phbl-toolchain] info: downloading component 'clippy'
33242024-10-18T20:59:06.694Z[ phbl-toolchain] info: downloading component 'llvm-tools'
33252024-10-18T20:59:11.410Z[ phbl-toolchain] info: downloading component 'miri'
33262024-10-18T20:59:11.552Z[ phbl-toolchain] info: downloading component 'rust-docs'
33272024-10-18T20:59:12.679Z[ phbl-toolchain] info: downloading component 'rust-src'
33282024-10-18T20:59:13.139Z[ phbl-toolchain] info: downloading component 'rust-std'
33292024-10-18T20:59:15.195Z[ phbl-toolchain] info: downloading component 'rustc'
33302024-10-18T20:59:24.319Z[ phbl-toolchain] info: downloading component 'rustfmt'
33312024-10-18T20:59:25.259Z[ phbl-toolchain] info: installing component 'cargo'
33322024-10-18T20:59:26.647Z[ phbl-toolchain] info: installing component 'clippy'
33332024-10-18T20:59:27.176Z[ phbl-toolchain] info: installing component 'llvm-tools'
33342024-10-18T20:59:33.147Z[ phbl-toolchain] info: installing component 'miri'
33352024-10-18T20:59:33.546Z[ phbl-toolchain] info: installing component 'rust-docs'
33362024-10-18T20:59:41.179Z[ phbl-toolchain] info: installing component 'rust-src'
33372024-10-18T20:59:41.876Z[ phbl-toolchain] info: installing component 'rust-std'
33382024-10-18T20:59:44.259Z[ phbl-toolchain] info: installing component 'rustc'
33392024-10-18T20:59:53.609Z[ phbl-toolchain] info: installing component 'rustfmt'
33402024-10-18T20:59:54.483Z[ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15)
33412024-10-18T20:59:54.485ZOct 18 20:59:52.988 INFO [phbl-toolchain] process exited with exit status: 0 (50.687425212s)
33422024-10-18T21:00:41.163Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33432024-10-18T21:00:45.211Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33442024-10-18T21:07:33.437Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 40s
33452024-10-18T21:08:36.409ZOct 18 21:08:34.867 INFO [host-package] process exited with exit status: 0 (1243.656497255s)
33462024-10-18T21:08:36.412ZOct 18 21:08:34.867 INFO [host-stamp] running task
33472024-10-18T21:08:36.412ZOct 18 21:08:34.868 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
33482024-10-18T21:08:36.419ZOct 18 21:08:34.876 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 12.0.0-0.ci+git74d0fdba409
33492024-10-18T21:08:36.424ZOct 18 21:08:34.883 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+git74d0fdba409
33502024-10-18T21:08:36.430Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
33512024-10-18T21:08:36.432ZOct 18 21:08:34.889 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+git74d0fdba409
33522024-10-18T21:08:36.436Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
33532024-10-18T21:08:36.438ZOct 18 21:08:34.896 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+git74d0fdba409
33542024-10-18T21:08:36.444Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
33552024-10-18T21:08:36.444Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
33562024-10-18T21:08:36.447Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
33572024-10-18T21:08:36.449ZOct 18 21:08:34.905 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+git74d0fdba409
33582024-10-18T21:08:36.457Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
33592024-10-18T21:08:36.460Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33602024-10-18T21:08:36.462ZOct 18 21:08:34.918 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+git74d0fdba409
33612024-10-18T21:08:36.471ZOct 18 21:08:34.929 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+git74d0fdba409
33622024-10-18T21:08:36.478Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
33632024-10-18T21:08:36.482ZOct 18 21:08:34.940 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+git74d0fdba409
33642024-10-18T21:08:36.491Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33652024-10-18T21:08:36.495Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
33662024-10-18T21:08:36.498ZOct 18 21:08:34.954 INFO [stamp-oxlog] process exited with exit status: 0 (64.569172ms)
33672024-10-18T21:08:36.498ZOct 18 21:08:34.954 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (71.246507ms)
33682024-10-18T21:08:36.505Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
33692024-10-18T21:08:36.508Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
33702024-10-18T21:08:36.511ZOct 18 21:08:34.969 INFO [stamp-overlay] process exited with exit status: 0 (28.978536ms)
33712024-10-18T21:08:36.557Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
33722024-10-18T21:08:36.561ZOct 18 21:08:35.019 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (123.282215ms)
33732024-10-18T21:08:36.729Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
33742024-10-18T21:08:36.733ZOct 18 21:08:35.191 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (273.175573ms)
33752024-10-18T21:08:36.849Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
33762024-10-18T21:08:36.852ZOct 18 21:08:35.310 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (381.583159ms)
33772024-10-18T21:08:37.600Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
33782024-10-18T21:08:37.603ZOct 18 21:08:36.061 INFO [stamp-propolis-server] process exited with exit status: 0 (1.185271633s)
33792024-10-18T21:08:37.793Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33802024-10-18T21:08:40.014Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33812024-10-18T21:08:46.825Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
33822024-10-18T21:08:46.829ZOct 18 21:08:45.285 INFO [stamp-switch-asic] process exited with exit status: 0 (10.379279334s)
33832024-10-18T21:08:46.829ZOct 18 21:08:45.285 INFO [host-stamp] task succeeded (10.417799514s)
33842024-10-18T21:08:46.829ZOct 18 21:08:45.285 INFO [host-proto] running task
33852024-10-18T21:08:47.218ZOct 18 21:08:45.675 INFO [host-proto] task succeeded (389.906284ms)
33862024-10-18T21:08:47.218ZOct 18 21:08:45.675 INFO [host-profile] running task
33872024-10-18T21:08:47.222ZOct 18 21:08:45.675 INFO [host-profile] task succeeded (265.283µs)
33882024-10-18T21:08:47.222ZOct 18 21:08:45.675 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.33.293' -P /tmp/.tmp9zAH94/proto/host/root -N 'ci 74d0fdb/${os_short_commit} 2024-10-18 20:47' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33892024-10-18T21:08:47.236Z[ host-image] Oct 18 21:08:45.692 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33902024-10-18T21:08:47.238Z[ host-image] Oct 18 21:08:45.693 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33912024-10-18T21:08:47.249Z[ host-image] Oct 18 21:08:45.706 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp9zAH94/proto/host/root"
33922024-10-18T21:08:47.250Z[ host-image] Oct 18 21:08:45.706 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33932024-10-18T21:08:47.252Z[ host-image] Oct 18 21:08:45.707 INFO image builder template: ramdisk-01-os...
33942024-10-18T21:08:47.253Z[ host-image] Oct 18 21:08:45.707 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/.tmp9zAH94/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.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
33952024-10-18T21:08:47.271Z[ host-image] Oct 18 21:08:45.728 INFO O| Oct 18 21:08:45.728 INFO CREATE DATASET: rpool/images/build/host/output
33962024-10-18T21:08:47.407Z[ host-image] Oct 18 21:08:45.863 INFO O| Oct 18 21:08:45.863 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33972024-10-18T21:08:47.411Z[ host-image] Oct 18 21:08:45.868 INFO O| Oct 18 21:08:45.868 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33982024-10-18T21:08:47.721Z[ host-image] Oct 18 21:08:46.177 INFO O| Oct 18 21:08:46.177 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
33992024-10-18T21:08:47.808Z[ host-image] Oct 18 21:08:46.265 INFO O| Oct 18 21:08:46.265 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34002024-10-18T21:08:47.812Z[ host-image] Oct 18 21:08:46.265 INFO O| Oct 18 21:08:46.265 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
34012024-10-18T21:08:47.812Z[ host-image] Oct 18 21:08:46.265 INFO O| Oct 18 21:08:46.265 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
34022024-10-18T21:08:47.812Z[ host-image] Oct 18 21:08:46.265 INFO O| Oct 18 21:08:46.265 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
34032024-10-18T21:08:47.817Z[ host-image] Oct 18 21:08:46.273 INFO O| Oct 18 21:08:46.273 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
34042024-10-18T21:08:48.036Z[ host-image] Oct 18 21:08:46.493 INFO O| Oct 18 21:08:46.493 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34052024-10-18T21:08:48.048Z[ host-image] Oct 18 21:08:46.505 INFO O| Oct 18 21:08:46.505 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
34062024-10-18T21:08:48.511Z[ host-image] Oct 18 21:08:46.967 INFO O| Oct 18 21:08:46.967 INFO O| Caching catalogs ... Done
34072024-10-18T21:08:48.630Z[ host-image] Oct 18 21:08:47.086 INFO O| Oct 18 21:08:47.086 INFO STEP 0 (pkg_image_create) COMPLETE
34082024-10-18T21:08:48.630Z[ host-image] Oct 18 21:08:47.086 INFO O| Oct 18 21:08:47.086 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34092024-10-18T21:08:48.633Z[ host-image] Oct 18 21:08:47.086 INFO O| Oct 18 21:08:47.086 INFO skip step because feature "repo_redist" is not enabled
34102024-10-18T21:08:48.633Z[ host-image] Oct 18 21:08:47.086 INFO O| Oct 18 21:08:47.086 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34112024-10-18T21:08:48.643Z[ host-image] Oct 18 21:08:47.100 INFO O| Oct 18 21:08:47.099 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"]
34122024-10-18T21:08:49.175Z[ host-image] Oct 18 21:08:47.632 INFO O| Oct 18 21:08:47.632 INFO STEP 2 (pkg_set_publisher) COMPLETE
34132024-10-18T21:08:49.175Z[ host-image] Oct 18 21:08:47.632 INFO O| Oct 18 21:08:47.632 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34142024-10-18T21:08:49.191Z[ host-image] Oct 18 21:08:47.648 INFO O| Oct 18 21:08:47.648 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"]
34152024-10-18T21:08:49.752Z[ host-image] Oct 18 21:08:48.209 INFO O| Oct 18 21:08:48.209 INFO STEP 3 (pkg_set_publisher) COMPLETE
34162024-10-18T21:08:49.752Z[ host-image] Oct 18 21:08:48.209 INFO O| Oct 18 21:08:48.209 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34172024-10-18T21:08:49.756Z[ host-image] Oct 18 21:08:48.209 INFO O| Oct 18 21:08:48.209 INFO skip step because feature "repo_redist" is not enabled
34182024-10-18T21:08:49.756Z[ host-image] Oct 18 21:08:48.209 INFO O| Oct 18 21:08:48.209 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34192024-10-18T21:08:50.309Z[ host-image] Oct 18 21:08:48.765 INFO O| Oct 18 21:08:48.765 INFO variant opensolaris.zone is already global
34202024-10-18T21:08:50.309Z[ host-image] Oct 18 21:08:48.765 INFO O| Oct 18 21:08:48.765 INFO STEP 5 (pkg_change_variant) COMPLETE
34212024-10-18T21:08:50.312Z[ host-image] Oct 18 21:08:48.765 INFO O| Oct 18 21:08:48.765 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34222024-10-18T21:08:50.811Z[ host-image] Oct 18 21:08:49.267 INFO O| Oct 18 21:08:49.267 INFO variant opensolaris.imagetype is full; changing to partial
34232024-10-18T21:08:50.811Z[ host-image] Oct 18 21:08:49.267 INFO O| Oct 18 21:08:49.267 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34242024-10-18T21:08:57.451Z[ host-image] Oct 18 21:08:55.907 INFO O| Oct 18 21:08:55.906 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34252024-10-18T21:08:59.369Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.71s
34262024-10-18T21:09:00.558Z[ host-image] Oct 18 21:08:59.014 INFO O| Oct 18 21:08:59.014 INFO O| Startup: Caching catalogs ... Done
34272024-10-18T21:09:00.618Z[ host-image] Oct 18 21:08:59.073 INFO O| Oct 18 21:08:59.073 INFO O| Planning: Planning completed in 0.00 seconds
34282024-10-18T21:09:00.627Z[ host-image] Oct 18 21:08:59.073 INFO O| Oct 18 21:08:59.073 INFO O| Planning: Consolidating action changes ... Done
34292024-10-18T21:09:00.628Z[ host-image] Oct 18 21:08:59.073 INFO O| Oct 18 21:08:59.073 INFO O| Planning: Evaluating mediators ... Done
34302024-10-18T21:09:00.628Z[ host-image] Oct 18 21:08:59.073 INFO O| Oct 18 21:08:59.073 INFO O| Planning: Planning completed in 0.00 seconds
34312024-10-18T21:09:00.628Z[ host-image] Oct 18 21:08:59.074 INFO O| Oct 18 21:08:59.074 INFO O| Variants/Facets to change: 1
34322024-10-18T21:09:00.636Z[ host-image] Oct 18 21:08:59.090 INFO O| Oct 18 21:08:59.090 INFO O| Done
34332024-10-18T21:09:00.636Z[ host-image] Oct 18 21:08:59.090 INFO O| Oct 18 21:08:59.090 INFO O| Done
34342024-10-18T21:09:01.089Z[ host-image] Oct 18 21:08:59.545 INFO O| Oct 18 21:08:59.545 INFO O| Done
34352024-10-18T21:09:01.140Z[ host-image] Oct 18 21:08:59.586 INFO O| Oct 18 21:08:59.586 INFO O| Done
34362024-10-18T21:09:01.143Z[ host-image] Oct 18 21:08:59.587 INFO O| Oct 18 21:08:59.587 INFO O| Done
34372024-10-18T21:09:01.143Z[ host-image] Oct 18 21:08:59.587 INFO O| Oct 18 21:08:59.587 INFO O| Done
34382024-10-18T21:09:01.143Z[ host-image] Oct 18 21:08:59.589 INFO O| Oct 18 21:08:59.589 INFO O| Done
34392024-10-18T21:09:01.223ZOct 18 21:08:59.679 INFO [recovery-package] process exited with exit status: 0 (24.811575171s)
34402024-10-18T21:09:01.223ZOct 18 21:08:59.679 INFO [recovery-stamp] running task
34412024-10-18T21:09:01.226ZOct 18 21:08:59.679 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
34422024-10-18T21:09:01.226ZOct 18 21:08:59.680 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+git74d0fdba409
34432024-10-18T21:09:01.244ZOct 18 21:08:59.700 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git74d0fdba409
34442024-10-18T21:09:01.256Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
34452024-10-18T21:09:01.262Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
34462024-10-18T21:09:01.331Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
34472024-10-18T21:09:01.334ZOct 18 21:08:59.791 INFO [stamp-installinator] process exited with exit status: 0 (90.378379ms)
34482024-10-18T21:09:01.379Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
34492024-10-18T21:09:01.382ZOct 18 21:08:59.838 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (158.829931ms)
34502024-10-18T21:09:01.385ZOct 18 21:08:59.839 INFO [recovery-stamp] task succeeded (159.337817ms)
34512024-10-18T21:09:01.385ZOct 18 21:08:59.839 INFO [recovery-proto] running task
34522024-10-18T21:09:01.385ZOct 18 21:08:59.839 INFO [tuf-stamp] running task
34532024-10-18T21:09:01.385ZOct 18 21:08:59.840 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+git74d0fdba409
34542024-10-18T21:09:01.397ZOct 18 21:08:59.853 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+git74d0fdba409
34552024-10-18T21:09:01.410Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34562024-10-18T21:09:01.412ZOct 18 21:08:59.866 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+git74d0fdba409
34572024-10-18T21:09:01.421Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
34582024-10-18T21:09:01.424ZOct 18 21:08:59.877 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+git74d0fdba409
34592024-10-18T21:09:01.437Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34602024-10-18T21:09:01.437ZOct 18 21:08:59.893 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+git74d0fdba409
34612024-10-18T21:09:01.448Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
34622024-10-18T21:09:01.455ZOct 18 21:08:59.911 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+git74d0fdba409
34632024-10-18T21:09:01.474Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
34642024-10-18T21:09:01.477ZOct 18 21:08:59.930 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+git74d0fdba409
34652024-10-18T21:09:01.535Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
34662024-10-18T21:09:01.535ZOct 18 21:08:59.991 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+git74d0fdba409
34672024-10-18T21:09:01.623Z[ host-image] Oct 18 21:09:00.006 INFO O| Oct 18 21:09:00.006 INFO STEP 6 (pkg_change_variant) COMPLETE
34682024-10-18T21:09:01.623Z[ host-image] Oct 18 21:09:00.006 INFO O| Oct 18 21:09:00.006 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34692024-10-18T21:09:01.625Z[ host-image] Oct 18 21:09:00.006 INFO O| Oct 18 21:09:00.006 INFO skip step because feature "debug_variant" is not enabled
34702024-10-18T21:09:01.625Z[ host-image] Oct 18 21:09:00.006 INFO O| Oct 18 21:09:00.006 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34712024-10-18T21:09:01.625Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
34722024-10-18T21:09:01.626ZOct 18 21:09:00.080 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+git74d0fdba409
34732024-10-18T21:09:01.683Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
34742024-10-18T21:09:01.686ZOct 18 21:09:00.139 INFO [recovery-proto] task succeeded (300.394156ms)
34752024-10-18T21:09:01.686Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
34762024-10-18T21:09:01.686ZOct 18 21:09:00.140 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.33.293' -P /tmp/.tmp9zAH94/proto/recovery/root -N 'recovery 74d0fdb/${os_short_commit} 2024-10-18 20:47' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
34772024-10-18T21:09:01.712ZOct 18 21:09:00.168 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+git74d0fdba409
34782024-10-18T21:09:01.730Z[ recovery-image] Oct 18 21:09:00.185 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
34792024-10-18T21:09:01.730Z[ recovery-image] Oct 18 21:09:00.185 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
34802024-10-18T21:09:01.792Z[ recovery-image] Oct 18 21:09:00.224 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp9zAH94/proto/recovery/root"
34812024-10-18T21:09:01.792Z[ recovery-image] Oct 18 21:09:00.224 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34822024-10-18T21:09:01.794Z[ recovery-image] Oct 18 21:09:00.225 INFO image builder template: ramdisk-01-os...
34832024-10-18T21:09:01.794Z[ recovery-image] Oct 18 21:09:00.225 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/.tmp9zAH94/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.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
34842024-10-18T21:09:01.794Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
34852024-10-18T21:09:01.794ZOct 18 21:09:00.248 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+git74d0fdba409
34862024-10-18T21:09:01.973Z[ recovery-image] Oct 18 21:09:00.256 INFO O| Oct 18 21:09:00.255 INFO CREATE DATASET: rpool/images/build/recovery/output
34872024-10-18T21:09:01.989Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
34882024-10-18T21:09:01.994Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34892024-10-18T21:09:01.997ZOct 18 21:09:00.450 INFO [stamp-probe] process exited with exit status: 0 (519.855903ms)
34902024-10-18T21:09:01.997Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34912024-10-18T21:09:02.136ZOct 18 21:09:00.592 INFO [stamp-ntp] process exited with exit status: 0 (699.035297ms)
34922024-10-18T21:09:02.276Z[ host-image] Oct 18 21:09:00.732 INFO O| Oct 18 21:09:00.732 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34932024-10-18T21:09:02.284Z[ recovery-image] Oct 18 21:09:00.740 INFO O| Oct 18 21:09:00.740 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34942024-10-18T21:09:02.290Z[ recovery-image] Oct 18 21:09:00.746 INFO O| Oct 18 21:09:00.746 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34952024-10-18T21:09:02.667Z[ recovery-image] Oct 18 21:09:01.123 INFO O| Oct 18 21:09:01.123 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
34962024-10-18T21:09:02.760Z[ recovery-image] Oct 18 21:09:01.216 INFO O| Oct 18 21:09:01.216 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34972024-10-18T21:09:02.761Z[ recovery-image] Oct 18 21:09:01.216 INFO O| Oct 18 21:09:01.216 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34982024-10-18T21:09:02.763Z[ recovery-image] Oct 18 21:09:01.216 INFO O| Oct 18 21:09:01.216 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34992024-10-18T21:09:02.763Z[ recovery-image] Oct 18 21:09:01.216 INFO O| Oct 18 21:09:01.216 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35002024-10-18T21:09:02.787Z[ recovery-image] Oct 18 21:09:01.242 INFO O| Oct 18 21:09:01.242 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35012024-10-18T21:09:02.840Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
35022024-10-18T21:09:02.884Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
35032024-10-18T21:09:02.914ZOct 18 21:09:01.370 INFO [stamp-internal-dns] process exited with exit status: 0 (1.529935595s)
35042024-10-18T21:09:02.985Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
35052024-10-18T21:09:03.026Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
35062024-10-18T21:09:03.031ZOct 18 21:09:01.486 INFO [stamp-external-dns] process exited with exit status: 0 (1.620739927s)
35072024-10-18T21:09:03.162Z[ recovery-image] Oct 18 21:09:01.618 INFO O| Oct 18 21:09:01.618 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35082024-10-18T21:09:03.218Z[ recovery-image] Oct 18 21:09:01.673 INFO O| Oct 18 21:09:01.673 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
35092024-10-18T21:09:03.232Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
35102024-10-18T21:09:03.253ZOct 18 21:09:01.709 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.460492359s)
35112024-10-18T21:09:03.385Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
35122024-10-18T21:09:03.413ZOct 18 21:09:01.868 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.700162207s)
35132024-10-18T21:09:03.468Z[ host-image] Oct 18 21:09:01.924 INFO O| Oct 18 21:09:01.923 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35142024-10-18T21:09:03.471Z[ host-image] Oct 18 21:09:01.925 INFO O| Oct 18 21:09:01.925 INFO O| Planning: Planning completed in 0.00 seconds
35152024-10-18T21:09:03.471Z[ host-image] Oct 18 21:09:01.926 INFO O| Oct 18 21:09:01.926 INFO O| Planning: Consolidating action changes ... Done
35162024-10-18T21:09:03.471Z[ host-image] Oct 18 21:09:01.926 INFO O| Oct 18 21:09:01.926 INFO O| Planning: Evaluating mediators ... Done
35172024-10-18T21:09:03.473Z[ host-image] Oct 18 21:09:01.926 INFO O| Oct 18 21:09:01.926 INFO O| Planning: Planning completed in 0.00 seconds
35182024-10-18T21:09:03.473Z[ host-image] Oct 18 21:09:01.927 INFO O| Oct 18 21:09:01.927 INFO O| Variants/Facets to change: 1
35192024-10-18T21:09:03.494Z[ host-image] Oct 18 21:09:01.949 INFO O| Oct 18 21:09:01.949 INFO O| Done
35202024-10-18T21:09:03.494Z[ host-image] Oct 18 21:09:01.949 INFO O| Oct 18 21:09:01.949 INFO O| Done
35212024-10-18T21:09:03.554Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
35222024-10-18T21:09:03.558ZOct 18 21:09:02.014 INFO [stamp-oximeter] process exited with exit status: 0 (2.103136439s)
35232024-10-18T21:09:03.713Z[ recovery-image] Oct 18 21:09:02.168 INFO O| Oct 18 21:09:02.168 INFO O| Caching catalogs ... Done
35242024-10-18T21:09:03.828Z[ recovery-image] Oct 18 21:09:02.283 INFO O| Oct 18 21:09:02.283 INFO STEP 0 (pkg_image_create) COMPLETE
35252024-10-18T21:09:03.828Z[ recovery-image] Oct 18 21:09:02.283 INFO O| Oct 18 21:09:02.283 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35262024-10-18T21:09:03.828Z[ recovery-image] Oct 18 21:09:02.283 INFO O| Oct 18 21:09:02.283 INFO skip step because feature "repo_redist" is not enabled
35272024-10-18T21:09:03.831Z[ recovery-image] Oct 18 21:09:02.283 INFO O| Oct 18 21:09:02.283 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35282024-10-18T21:09:03.843Z[ recovery-image] Oct 18 21:09:02.298 INFO O| Oct 18 21:09:02.298 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"]
35292024-10-18T21:09:04.031Z[ host-image] Oct 18 21:09:02.487 INFO O| Oct 18 21:09:02.486 INFO O| Done
35302024-10-18T21:09:04.094Z[ host-image] Oct 18 21:09:02.550 INFO O| Oct 18 21:09:02.550 INFO O| Done
35312024-10-18T21:09:04.097Z[ host-image] Oct 18 21:09:02.551 INFO O| Oct 18 21:09:02.551 INFO O| Done
35322024-10-18T21:09:04.097Z[ host-image] Oct 18 21:09:02.551 INFO O| Oct 18 21:09:02.551 INFO O| Done
35332024-10-18T21:09:04.097Z[ host-image] Oct 18 21:09:02.553 INFO O| Oct 18 21:09:02.553 INFO O| Done
35342024-10-18T21:09:04.181Z[ host-image] Oct 18 21:09:02.636 INFO O| Oct 18 21:09:02.636 INFO STEP 8 (pkg_change_facet) COMPLETE
35352024-10-18T21:09:04.181Z[ host-image] Oct 18 21:09:02.636 INFO O| Oct 18 21:09:02.636 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35362024-10-18T21:09:04.181Z[ host-image] Oct 18 21:09:02.636 INFO O| Oct 18 21:09:02.636 INFO skip step because feature "recovery" is not enabled
35372024-10-18T21:09:04.184Z[ host-image] Oct 18 21:09:02.636 INFO O| Oct 18 21:09:02.636 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35382024-10-18T21:09:04.184Z[ host-image] Oct 18 21:09:02.636 INFO O| Oct 18 21:09:02.636 INFO skip step because feature "recovery" is not enabled
35392024-10-18T21:09:04.184Z[ host-image] Oct 18 21:09:02.636 INFO O| Oct 18 21:09:02.636 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35402024-10-18T21:09:04.196Z[ host-image] Oct 18 21:09:02.652 INFO O| Oct 18 21:09:02.651 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"]
35412024-10-18T21:09:04.345Z[ recovery-image] Oct 18 21:09:02.800 INFO O| Oct 18 21:09:02.800 INFO STEP 2 (pkg_set_publisher) COMPLETE
35422024-10-18T21:09:04.345Z[ recovery-image] Oct 18 21:09:02.801 INFO O| Oct 18 21:09:02.800 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35432024-10-18T21:09:04.360Z[ recovery-image] Oct 18 21:09:02.815 INFO O| Oct 18 21:09:02.815 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"]
35442024-10-18T21:09:04.819Z[ host-image] Oct 18 21:09:03.274 INFO O| Oct 18 21:09:03.274 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35452024-10-18T21:09:04.833Z[ recovery-image] Oct 18 21:09:03.288 INFO O| Oct 18 21:09:03.288 INFO STEP 3 (pkg_set_publisher) COMPLETE
35462024-10-18T21:09:04.833Z[ recovery-image] Oct 18 21:09:03.288 INFO O| Oct 18 21:09:03.288 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35472024-10-18T21:09:04.833Z[ recovery-image] Oct 18 21:09:03.288 INFO O| Oct 18 21:09:03.288 INFO skip step because feature "repo_redist" is not enabled
35482024-10-18T21:09:04.833Z[ recovery-image] Oct 18 21:09:03.288 INFO O| Oct 18 21:09:03.288 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35492024-10-18T21:09:05.302Z[ recovery-image] Oct 18 21:09:03.757 INFO O| Oct 18 21:09:03.757 INFO variant opensolaris.zone is already global
35502024-10-18T21:09:05.302Z[ recovery-image] Oct 18 21:09:03.757 INFO O| Oct 18 21:09:03.757 INFO STEP 5 (pkg_change_variant) COMPLETE
35512024-10-18T21:09:05.302Z[ recovery-image] Oct 18 21:09:03.757 INFO O| Oct 18 21:09:03.757 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35522024-10-18T21:09:05.388Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
35532024-10-18T21:09:05.392ZOct 18 21:09:03.848 INFO [stamp-nexus] process exited with exit status: 0 (3.970226057s)
35542024-10-18T21:09:05.781Z[ recovery-image] Oct 18 21:09:04.236 INFO O| Oct 18 21:09:04.236 INFO variant opensolaris.imagetype is full; changing to partial
35552024-10-18T21:09:05.781Z[ recovery-image] Oct 18 21:09:04.237 INFO O| Oct 18 21:09:04.236 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35562024-10-18T21:09:06.780Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
35572024-10-18T21:09:06.784ZOct 18 21:09:05.239 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.247934232s)
35582024-10-18T21:09:06.815Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35592024-10-18T21:09:06.947Z[verify-libraries] Compiling polyval v0.6.2
35602024-10-18T21:09:06.950Z[verify-libraries] Compiling ctr v0.9.2
35612024-10-18T21:09:06.976Z[verify-libraries] Compiling ssh-encoding v0.2.0
35622024-10-18T21:09:06.976Z[verify-libraries] Compiling blowfish v0.9.1
35632024-10-18T21:09:07.013Z[verify-libraries] Compiling password-hash v0.4.2
35642024-10-18T21:09:07.015Z[verify-libraries] Compiling matches v0.1.10
35652024-10-18T21:09:07.015Z[verify-libraries] Compiling p521 v0.13.3
35662024-10-18T21:09:07.296Z[verify-libraries] Compiling ghash v0.5.1
35672024-10-18T21:09:07.397Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
35682024-10-18T21:09:07.610Z[verify-libraries] Compiling aes-gcm v0.10.3
35692024-10-18T21:09:07.820Z[verify-libraries] Compiling pbkdf2 v0.11.0
35702024-10-18T21:09:08.155Z[verify-libraries] Compiling ssh-cipher v0.2.0
35712024-10-18T21:09:08.277Z[verify-libraries] Compiling idna v0.2.3
35722024-10-18T21:09:08.413Z[verify-libraries] Compiling p256 v0.13.2
35732024-10-18T21:09:08.637Z[verify-libraries] Compiling enum-as-inner v0.5.1
35742024-10-18T21:09:08.731Z[verify-libraries] Compiling russh-cryptovec v0.7.3
35752024-10-18T21:09:09.276Z[verify-libraries] Compiling ssh-key v0.6.6
35762024-10-18T21:09:09.669Z[verify-libraries] Compiling md5 v0.7.0
35772024-10-18T21:09:10.130Z[verify-libraries] Compiling trust-dns-proto v0.22.0
35782024-10-18T21:09:10.327Z[verify-libraries] Compiling num-bigint v0.4.6
35792024-10-18T21:09:11.669Z[verify-libraries] Compiling des v0.8.1
35802024-10-18T21:09:12.374Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
35812024-10-18T21:09:12.379ZOct 18 21:09:10.833 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.753383421s)
35822024-10-18T21:09:12.382Z[verify-libraries] Compiling dhcproto-macros v0.1.0
35832024-10-18T21:09:12.442Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
35842024-10-18T21:09:12.487ZOct 18 21:09:10.942 INFO [stamp-clickhouse] process exited with exit status: 0 (11.08909664s)
35852024-10-18T21:09:12.487ZOct 18 21:09:10.942 INFO [tuf-stamp] task succeeded (11.103601213s)
35862024-10-18T21:09:12.543Z[verify-libraries] Compiling hex-literal v0.4.1
35872024-10-18T21:09:12.878Z[verify-libraries] Compiling russh-keys v0.45.0
35882024-10-18T21:09:13.603Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35892024-10-18T21:09:13.747Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35902024-10-18T21:09:14.425Z[verify-libraries] Compiling internet-checksum v0.2.1
35912024-10-18T21:09:14.713Z[verify-libraries] Compiling heck v0.4.1
35922024-10-18T21:09:16.334Z[verify-libraries] Compiling russh v0.45.0
35932024-10-18T21:09:18.203Z[ recovery-image] Oct 18 21:09:16.657 INFO O| Oct 18 21:09:16.657 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35942024-10-18T21:09:19.878Z[verify-libraries] Compiling dhcproto v0.12.0
35952024-10-18T21:09:21.300Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35962024-10-18T21:09:25.134Z[ recovery-image] Oct 18 21:09:23.585 INFO O| Oct 18 21:09:23.585 INFO O| Startup: Caching catalogs ... Done
35972024-10-18T21:09:25.240Z[ recovery-image] Oct 18 21:09:23.693 INFO O| Oct 18 21:09:23.693 INFO O| Planning: Planning completed in 0.00 seconds
35982024-10-18T21:09:25.244Z[ recovery-image] Oct 18 21:09:23.694 INFO O| Oct 18 21:09:23.694 INFO O| Planning: Consolidating action changes ... Done
35992024-10-18T21:09:25.244Z[ recovery-image] Oct 18 21:09:23.694 INFO O| Oct 18 21:09:23.694 INFO O| Planning: Evaluating mediators ... Done
36002024-10-18T21:09:25.244Z[ recovery-image] Oct 18 21:09:23.695 INFO O| Oct 18 21:09:23.695 INFO O| Planning: Planning completed in 0.00 seconds
36012024-10-18T21:09:25.244Z[ recovery-image] Oct 18 21:09:23.695 INFO O| Oct 18 21:09:23.695 INFO O| Variants/Facets to change: 1
36022024-10-18T21:09:25.350Z[ recovery-image] Oct 18 21:09:23.803 INFO O| Oct 18 21:09:23.803 INFO O| Done
36032024-10-18T21:09:25.350Z[ recovery-image] Oct 18 21:09:23.803 INFO O| Oct 18 21:09:23.803 INFO O| Done
36042024-10-18T21:09:26.205Z[ recovery-image] Oct 18 21:09:24.658 INFO O| Oct 18 21:09:24.658 INFO O| Done
36052024-10-18T21:09:26.278Z[ recovery-image] Oct 18 21:09:24.731 INFO O| Oct 18 21:09:24.731 INFO O| Done
36062024-10-18T21:09:26.282Z[ recovery-image] Oct 18 21:09:24.733 INFO O| Oct 18 21:09:24.733 INFO O| Done
36072024-10-18T21:09:26.282Z[ recovery-image] Oct 18 21:09:24.733 INFO O| Oct 18 21:09:24.733 INFO O| Done
36082024-10-18T21:09:26.282Z[ recovery-image] Oct 18 21:09:24.735 INFO O| Oct 18 21:09:24.735 INFO O| Done
36092024-10-18T21:09:26.864Z[ recovery-image] Oct 18 21:09:25.317 INFO O| Oct 18 21:09:25.317 INFO STEP 6 (pkg_change_variant) COMPLETE
36102024-10-18T21:09:26.865Z[ recovery-image] Oct 18 21:09:25.318 INFO O| Oct 18 21:09:25.317 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36112024-10-18T21:09:26.868Z[ recovery-image] Oct 18 21:09:25.318 INFO O| Oct 18 21:09:25.317 INFO skip step because feature "debug_variant" is not enabled
36122024-10-18T21:09:26.868Z[ recovery-image] Oct 18 21:09:25.318 INFO O| Oct 18 21:09:25.317 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36132024-10-18T21:09:27.541Z[ recovery-image] Oct 18 21:09:25.994 INFO O| Oct 18 21:09:25.994 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36142024-10-18T21:09:28.511Z[ recovery-image] Oct 18 21:09:26.964 INFO O| Oct 18 21:09:26.964 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36152024-10-18T21:09:28.514Z[ recovery-image] Oct 18 21:09:26.966 INFO O| Oct 18 21:09:26.966 INFO O| Planning: Planning completed in 0.00 seconds
36162024-10-18T21:09:28.514Z[ recovery-image] Oct 18 21:09:26.967 INFO O| Oct 18 21:09:26.967 INFO O| Planning: Consolidating action changes ... Done
36172024-10-18T21:09:28.517Z[ recovery-image] Oct 18 21:09:26.967 INFO O| Oct 18 21:09:26.967 INFO O| Planning: Evaluating mediators ... Done
36182024-10-18T21:09:28.517Z[ recovery-image] Oct 18 21:09:26.968 INFO O| Oct 18 21:09:26.968 INFO O| Planning: Planning completed in 0.00 seconds
36192024-10-18T21:09:28.517Z[ recovery-image] Oct 18 21:09:26.968 INFO O| Oct 18 21:09:26.968 INFO O| Variants/Facets to change: 1
36202024-10-18T21:09:28.612Z[ recovery-image] Oct 18 21:09:27.065 INFO O| Oct 18 21:09:27.065 INFO O| Done
36212024-10-18T21:09:28.612Z[ recovery-image] Oct 18 21:09:27.065 INFO O| Oct 18 21:09:27.065 INFO O| Done
36222024-10-18T21:09:29.361Z[ recovery-image] Oct 18 21:09:27.814 INFO O| Oct 18 21:09:27.814 INFO O| Done
36232024-10-18T21:09:29.439Z[ recovery-image] Oct 18 21:09:27.891 INFO O| Oct 18 21:09:27.891 INFO O| Done
36242024-10-18T21:09:29.443Z[ recovery-image] Oct 18 21:09:27.893 INFO O| Oct 18 21:09:27.892 INFO O| Done
36252024-10-18T21:09:29.443Z[ recovery-image] Oct 18 21:09:27.893 INFO O| Oct 18 21:09:27.893 INFO O| Done
36262024-10-18T21:09:29.443Z[ recovery-image] Oct 18 21:09:27.895 INFO O| Oct 18 21:09:27.895 INFO O| Done
36272024-10-18T21:09:29.608Z[ recovery-image] Oct 18 21:09:28.060 INFO O| Oct 18 21:09:28.060 INFO STEP 8 (pkg_change_facet) COMPLETE
36282024-10-18T21:09:29.608Z[ recovery-image] Oct 18 21:09:28.060 INFO O| Oct 18 21:09:28.060 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36292024-10-18T21:09:30.364Z[ recovery-image] Oct 18 21:09:28.816 INFO O| Oct 18 21:09:28.816 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
36302024-10-18T21:09:30.673Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36312024-10-18T21:09:30.951Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36322024-10-18T21:09:31.328Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36332024-10-18T21:09:31.438Z[ recovery-image] Oct 18 21:09:29.891 INFO O| Oct 18 21:09:29.891 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36342024-10-18T21:09:31.442Z[ recovery-image] Oct 18 21:09:29.893 INFO O| Oct 18 21:09:29.893 INFO O| Planning: Planning completed in 0.00 seconds
36352024-10-18T21:09:31.442Z[ recovery-image] Oct 18 21:09:29.894 INFO O| Oct 18 21:09:29.894 INFO O| Planning: Consolidating action changes ... Done
36362024-10-18T21:09:31.442Z[ recovery-image] Oct 18 21:09:29.894 INFO O| Oct 18 21:09:29.894 INFO O| Planning: Evaluating mediators ... Done
36372024-10-18T21:09:31.442Z[ recovery-image] Oct 18 21:09:29.894 INFO O| Oct 18 21:09:29.894 INFO O| Planning: Planning completed in 0.00 seconds
36382024-10-18T21:09:31.446Z[ recovery-image] Oct 18 21:09:29.895 INFO O| Oct 18 21:09:29.895 INFO O| Variants/Facets to change: 1
36392024-10-18T21:09:31.535Z[ recovery-image] Oct 18 21:09:29.987 INFO O| Oct 18 21:09:29.987 INFO O| Done
36402024-10-18T21:09:31.535Z[ recovery-image] Oct 18 21:09:29.987 INFO O| Oct 18 21:09:29.987 INFO O| Done
36412024-10-18T21:09:31.872Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36422024-10-18T21:09:31.963Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36432024-10-18T21:09:32.183Z[ recovery-image] Oct 18 21:09:30.635 INFO O| Oct 18 21:09:30.635 INFO O| Done
36442024-10-18T21:09:32.289Z[ recovery-image] Oct 18 21:09:30.735 INFO O| Oct 18 21:09:30.735 INFO O| Done
36452024-10-18T21:09:32.289Z[ recovery-image] Oct 18 21:09:30.736 INFO O| Oct 18 21:09:30.736 INFO O| Done
36462024-10-18T21:09:32.293Z[ recovery-image] Oct 18 21:09:30.736 INFO O| Oct 18 21:09:30.736 INFO O| Done
36472024-10-18T21:09:32.293Z[ recovery-image] Oct 18 21:09:30.738 INFO O| Oct 18 21:09:30.738 INFO O| Done
36482024-10-18T21:09:32.423Z[ recovery-image] Oct 18 21:09:30.875 INFO O| Oct 18 21:09:30.875 INFO STEP 9 (pkg_change_facet) COMPLETE
36492024-10-18T21:09:32.423Z[ recovery-image] Oct 18 21:09:30.875 INFO O| Oct 18 21:09:30.875 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36502024-10-18T21:09:32.538Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36512024-10-18T21:09:32.600Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36522024-10-18T21:09:33.078Z[ recovery-image] Oct 18 21:09:31.531 INFO O| Oct 18 21:09:31.531 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
36532024-10-18T21:09:33.918Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36542024-10-18T21:09:34.112Z[ recovery-image] Oct 18 21:09:32.565 INFO O| Oct 18 21:09:32.564 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36552024-10-18T21:09:34.115Z[ recovery-image] Oct 18 21:09:32.566 INFO O| Oct 18 21:09:32.566 INFO O| Planning: Planning completed in 0.00 seconds
36562024-10-18T21:09:34.115Z[ recovery-image] Oct 18 21:09:32.567 INFO O| Oct 18 21:09:32.567 INFO O| Planning: Consolidating action changes ... Done
36572024-10-18T21:09:34.115Z[ recovery-image] Oct 18 21:09:32.567 INFO O| Oct 18 21:09:32.567 INFO O| Planning: Evaluating mediators ... Done
36582024-10-18T21:09:34.117Z[ recovery-image] Oct 18 21:09:32.568 INFO O| Oct 18 21:09:32.568 INFO O| Planning: Planning completed in 0.00 seconds
36592024-10-18T21:09:34.117Z[ recovery-image] Oct 18 21:09:32.568 INFO O| Oct 18 21:09:32.568 INFO O| Variants/Facets to change: 1
36602024-10-18T21:09:34.220Z[ recovery-image] Oct 18 21:09:32.672 INFO O| Oct 18 21:09:32.672 INFO O| Done
36612024-10-18T21:09:34.220Z[ recovery-image] Oct 18 21:09:32.673 INFO O| Oct 18 21:09:32.672 INFO O| Done
36622024-10-18T21:09:34.940Z[ recovery-image] Oct 18 21:09:33.393 INFO O| Oct 18 21:09:33.393 INFO O| Done
36632024-10-18T21:09:35.010Z[ recovery-image] Oct 18 21:09:33.462 INFO O| Oct 18 21:09:33.462 INFO O| Done
36642024-10-18T21:09:35.012Z[ recovery-image] Oct 18 21:09:33.463 INFO O| Oct 18 21:09:33.463 INFO O| Done
36652024-10-18T21:09:35.012Z[ recovery-image] Oct 18 21:09:33.464 INFO O| Oct 18 21:09:33.464 INFO O| Done
36662024-10-18T21:09:35.015Z[ recovery-image] Oct 18 21:09:33.466 INFO O| Oct 18 21:09:33.466 INFO O| Done
36672024-10-18T21:09:35.157Z[ recovery-image] Oct 18 21:09:33.609 INFO O| Oct 18 21:09:33.609 INFO STEP 10 (pkg_change_facet) COMPLETE
36682024-10-18T21:09:35.157Z[ recovery-image] Oct 18 21:09:33.609 INFO O| Oct 18 21:09:33.609 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36692024-10-18T21:09:35.178Z[ recovery-image] Oct 18 21:09:33.630 INFO O| Oct 18 21:09:33.630 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"]
36702024-10-18T21:09:36.165Z[ recovery-image] Oct 18 21:09:34.618 INFO O| Oct 18 21:09:34.617 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36712024-10-18T21:09:36.694Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36722024-10-18T21:09:38.486Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36732024-10-18T21:09:45.037Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36742024-10-18T21:09:47.094Z[verify-libraries] Compiling termios v0.3.3
36752024-10-18T21:09:47.513Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
36762024-10-18T21:09:52.436Z[ host-image] Oct 18 21:09:50.887 INFO O| Oct 18 21:09:50.886 INFO O| Planning: Solver setup ... Done
36772024-10-18T21:10:02.816Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
36782024-10-18T21:10:24.025Z[ recovery-image] Oct 18 21:10:22.473 INFO O| Oct 18 21:10:22.473 INFO O| Planning: Solver setup ... Done
36792024-10-18T21:10:42.829Z[ host-image] Oct 18 21:10:41.275 INFO O| Oct 18 21:10:41.275 INFO O| Planning: Running solver ... Done
36802024-10-18T21:10:43.275Z[ host-image] Oct 18 21:10:41.721 INFO O| Oct 18 21:10:41.721 INFO O| Planning: Finding local manifests ... Done
36812024-10-18T21:10:43.302Z[ host-image] Oct 18 21:10:41.748 INFO O| Oct 18 21:10:41.747 INFO O| Planning: Fetching manifests: 0/124 0% complete
36822024-10-18T21:10:46.321Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36832024-10-18T21:10:48.907Z[ host-image] Oct 18 21:10:47.353 INFO O| Oct 18 21:10:47.352 INFO O| Planning: Fetching manifests: 124/124 100% complete
36842024-10-18T21:10:50.068Z[ host-image] Oct 18 21:10:48.514 INFO O| Oct 18 21:10:48.514 INFO O| Planning: Package planning ... Done
36852024-10-18T21:10:51.819Z[ host-image] Oct 18 21:10:50.264 INFO O| Oct 18 21:10:50.264 INFO O| Planning: Merging actions ... Done
36862024-10-18T21:10:52.132Z[ host-image] Oct 18 21:10:50.578 INFO O| Oct 18 21:10:50.578 INFO O| Planning: Checking for conflicting actions ... Done
36872024-10-18T21:10:52.463Z[ host-image] Oct 18 21:10:50.908 INFO O| Oct 18 21:10:50.908 INFO O| Planning: Consolidating action changes ... Done
36882024-10-18T21:10:53.010Z[ host-image] Oct 18 21:10:51.455 INFO O| Oct 18 21:10:51.455 INFO O| Planning: Evaluating mediators ... Done
36892024-10-18T21:10:59.267Z[ host-image] Oct 18 21:10:57.712 INFO O| Oct 18 21:10:57.711 INFO O| Planning: Planning completed in 114.44 seconds
36902024-10-18T21:10:59.272Z[ host-image] Oct 18 21:10:57.717 INFO O| Oct 18 21:10:57.717 INFO O| Packages to install: 124
36912024-10-18T21:10:59.272Z[ host-image] Oct 18 21:10:57.717 INFO O| Oct 18 21:10:57.717 INFO O| Mediators to change: 4
36922024-10-18T21:10:59.275Z[ host-image] Oct 18 21:10:57.717 INFO O| Oct 18 21:10:57.717 INFO O| Services to change: 6
36932024-10-18T21:10:59.387Z[ host-image] Oct 18 21:10:57.832 INFO O| Oct 18 21:10:57.832 INFO O| Download: 0/22734 items 0.0/196.6MB 0% complete
36942024-10-18T21:11:04.390Z[ host-image] Oct 18 21:11:02.835 INFO O| Oct 18 21:11:02.834 INFO O| Download: 1149/22734 items 6.1/196.6MB 3% complete (1.2M/s)
36952024-10-18T21:11:08.050Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36962024-10-18T21:11:09.391Z[ host-image] Oct 18 21:11:07.835 INFO O| Oct 18 21:11:07.834 INFO O| Download: 1786/22734 items 12.4/196.6MB 6% complete (1.2M/s)
36972024-10-18T21:11:11.614Z[ recovery-image] Oct 18 21:11:10.058 INFO O| Oct 18 21:11:10.057 INFO O| Planning: Running solver ... Done
36982024-10-18T21:11:11.997Z[ recovery-image] Oct 18 21:11:10.441 INFO O| Oct 18 21:11:10.441 INFO O| Planning: Finding local manifests ... Done
36992024-10-18T21:11:12.013Z[ recovery-image] Oct 18 21:11:10.456 INFO O| Oct 18 21:11:10.456 INFO O| Planning: Fetching manifests: 0/124 0% complete
37002024-10-18T21:11:13.069Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37012024-10-18T21:11:14.577Z[ host-image] Oct 18 21:11:13.021 INFO O| Oct 18 21:11:13.020 INFO O| Download: 2335/22734 items 27.4/196.6MB 13% complete (2.2M/s)
37022024-10-18T21:11:17.001Z[ recovery-image] Oct 18 21:11:15.445 INFO O| Oct 18 21:11:15.444 INFO O| Planning: Fetching manifests: 124/124 100% complete
37032024-10-18T21:11:18.081Z[ recovery-image] Oct 18 21:11:16.524 INFO O| Oct 18 21:11:16.524 INFO O| Planning: Package planning ... Done
37042024-10-18T21:11:18.677Z[ recovery-image] Oct 18 21:11:17.120 INFO O| Oct 18 21:11:17.120 INFO O| Planning: Merging actions ... Done
37052024-10-18T21:11:18.977Z[ recovery-image] Oct 18 21:11:17.420 INFO O| Oct 18 21:11:17.420 INFO O| Planning: Checking for conflicting actions ... Done
37062024-10-18T21:11:19.115Z[ recovery-image] Oct 18 21:11:17.558 INFO O| Oct 18 21:11:17.558 INFO O| Planning: Consolidating action changes ... Done
37072024-10-18T21:11:19.583Z[ recovery-image] Oct 18 21:11:18.026 INFO O| Oct 18 21:11:18.026 INFO O| Planning: Evaluating mediators ... Done
37082024-10-18T21:11:19.656Z[ host-image] Oct 18 21:11:18.099 INFO O| Oct 18 21:11:18.099 INFO O| Download: 3523/22734 items 35.7/196.6MB 18% complete (2.3M/s)
37092024-10-18T21:11:24.715Z[ host-image] Oct 18 21:11:23.158 INFO O| Oct 18 21:11:23.158 INFO O| Download: 4554/22734 items 42.6/196.6MB 21% complete (1.6M/s)
37102024-10-18T21:11:25.769Z[ recovery-image] Oct 18 21:11:24.212 INFO O| Oct 18 21:11:24.212 INFO O| Planning: Planning completed in 109.59 seconds
37112024-10-18T21:11:25.776Z[ recovery-image] Oct 18 21:11:24.219 INFO O| Oct 18 21:11:24.219 INFO O| Packages to install: 124
37122024-10-18T21:11:25.778Z[ recovery-image] Oct 18 21:11:24.219 INFO O| Oct 18 21:11:24.219 INFO O| Mediators to change: 4
37132024-10-18T21:11:25.778Z[ recovery-image] Oct 18 21:11:24.219 INFO O| Oct 18 21:11:24.219 INFO O| Services to change: 5
37142024-10-18T21:11:25.858Z[ recovery-image] Oct 18 21:11:24.301 INFO O| Oct 18 21:11:24.301 INFO O| Download: 0/15836 items 0.0/173.3MB 0% complete
37152024-10-18T21:11:26.416Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
37162024-10-18T21:11:29.723Z[ host-image] Oct 18 21:11:28.165 INFO O| Oct 18 21:11:28.165 INFO O| Download: 5268/22734 items 46.0/196.6MB 23% complete (1.0M/s)
37172024-10-18T21:11:30.865Z[ recovery-image] Oct 18 21:11:29.307 INFO O| Oct 18 21:11:29.307 INFO O| Download: 936/15836 items 7.3/173.3MB 4% complete (1.5M/s)
37182024-10-18T21:11:34.735Z[ host-image] Oct 18 21:11:33.176 INFO O| Oct 18 21:11:33.176 INFO O| Download: 6136/22734 items 46.5/196.6MB 23% complete (398k/s)
37192024-10-18T21:11:36.038Z[ recovery-image] Oct 18 21:11:34.479 INFO O| Oct 18 21:11:34.479 INFO O| Download: 1093/15836 items 9.2/173.3MB 5% complete (1.0M/s)
37202024-10-18T21:11:39.780Z[ host-image] Oct 18 21:11:38.221 INFO O| Oct 18 21:11:38.221 INFO O| Download: 6977/22734 items 50.4/196.6MB 25% complete (411k/s)
37212024-10-18T21:11:41.039Z[ recovery-image] Oct 18 21:11:39.480 INFO O| Oct 18 21:11:39.480 INFO O| Download: 1500/15836 items 21.8/173.3MB 12% complete (1.5M/s)
37222024-10-18T21:11:44.795Z[ host-image] Oct 18 21:11:43.236 INFO O| Oct 18 21:11:43.236 INFO O| Download: 7688/22734 items 58.7/196.6MB 29% complete (1.2M/s)
37232024-10-18T21:11:46.060Z[ recovery-image] Oct 18 21:11:44.500 INFO O| Oct 18 21:11:44.500 INFO O| Download: 1682/15836 items 27.9/173.3MB 16% complete (1.8M/s)
37242024-10-18T21:11:47.468Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37252024-10-18T21:11:50.795Z[ host-image] Oct 18 21:11:49.235 INFO O| Oct 18 21:11:49.235 INFO O| Download: 8077/22734 items 60.3/196.6MB 30% complete (1.2M/s)
37262024-10-18T21:11:51.067Z[ recovery-image] Oct 18 21:11:49.507 INFO O| Oct 18 21:11:49.507 INFO O| Download: 2904/15836 items 36.9/173.3MB 21% complete (1.5M/s)
37272024-10-18T21:11:52.612Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
37282024-10-18T21:11:55.796Z[ host-image] Oct 18 21:11:54.236 INFO O| Oct 18 21:11:54.236 INFO O| Download: 8355/22734 items 68.9/196.6MB 35% complete (919k/s)
37292024-10-18T21:11:56.179Z[ recovery-image] Oct 18 21:11:54.618 INFO O| Oct 18 21:11:54.618 INFO O| Download: 3744/15836 items 41.9/173.3MB 24% complete (1.5M/s)
37302024-10-18T21:11:58.124Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
37312024-10-18T21:12:00.808Z[ host-image] Oct 18 21:11:59.247 INFO O| Oct 18 21:11:59.247 INFO O| Download: 9317/22734 items 79.9/196.6MB 40% complete (1.9M/s)
37322024-10-18T21:12:01.187Z[ recovery-image] Oct 18 21:11:59.625 INFO O| Oct 18 21:11:59.625 INFO O| Download: 4695/15836 items 42.9/173.3MB 24% complete (621k/s)
37332024-10-18T21:12:05.814Z[ host-image] Oct 18 21:12:04.252 INFO O| Oct 18 21:12:04.252 INFO O| Download: 9988/22734 items 83.7/196.6MB 42% complete (1.5M/s)
37342024-10-18T21:12:06.286Z[ recovery-image] Oct 18 21:12:04.725 INFO O| Oct 18 21:12:04.725 INFO O| Download: 5655/15836 items 44.3/173.3MB 25% complete (222k/s)
37352024-10-18T21:12:11.113Z[ host-image] Oct 18 21:12:09.551 INFO O| Oct 18 21:12:09.551 INFO O| Download: 10861/22734 items 90.0/196.6MB 45% complete (1.0M/s)
37362024-10-18T21:12:11.408Z[ recovery-image] Oct 18 21:12:09.846 INFO O| Oct 18 21:12:09.846 INFO O| Download: 5990/15836 items 54.1/173.3MB 31% complete (1.1M/s)
37372024-10-18T21:12:16.132Z[ host-image] Oct 18 21:12:14.570 INFO O| Oct 18 21:12:14.570 INFO O| Download: 11559/22734 items 96.3/196.6MB 48% complete (1.2M/s)
37382024-10-18T21:12:16.415Z[ recovery-image] Oct 18 21:12:14.853 INFO O| Oct 18 21:12:14.847 INFO O| Download: 6677/15836 items 64.6/173.3MB 37% complete (2.0M/s)
37392024-10-18T21:12:21.426Z[ recovery-image] Oct 18 21:12:19.863 INFO O| Oct 18 21:12:19.863 INFO O| Download: 7536/15836 items 73.6/173.3MB 42% complete (2.0M/s)
37402024-10-18T21:12:21.808Z[ host-image] Oct 18 21:12:20.245 INFO O| Oct 18 21:12:20.245 INFO O| Download: 12119/22734 items 105.0/196.6MB 53% complete (1.4M/s)
37412024-10-18T21:12:26.646Z[ recovery-image] Oct 18 21:12:25.083 INFO O| Oct 18 21:12:25.083 INFO O| Download: 7964/15836 items 78.1/173.3MB 45% complete (1.4M/s)
37422024-10-18T21:12:26.811Z[ host-image] Oct 18 21:12:25.248 INFO O| Oct 18 21:12:25.248 INFO O| Download: 12862/22734 items 109.7/196.6MB 55% complete (1.3M/s)
37432024-10-18T21:12:31.649Z[ recovery-image] Oct 18 21:12:30.086 INFO O| Oct 18 21:12:30.086 INFO O| Download: 8634/15836 items 80.8/173.3MB 46% complete (681k/s)
37442024-10-18T21:12:32.105Z[ host-image] Oct 18 21:12:30.541 INFO O| Oct 18 21:12:30.541 INFO O| Download: 13901/22734 items 110.3/196.6MB 56% complete (557k/s)
37452024-10-18T21:12:36.854Z[ recovery-image] Oct 18 21:12:35.290 INFO O| Oct 18 21:12:35.290 INFO O| Download: 8924/15836 items 92.6/173.3MB 53% complete (1.5M/s)
37462024-10-18T21:12:37.119Z[ host-image] Oct 18 21:12:35.555 INFO O| Oct 18 21:12:35.555 INFO O| Download: 14579/22734 items 116.8/196.6MB 59% complete (710k/s)
37472024-10-18T21:12:41.857Z[ recovery-image] Oct 18 21:12:40.292 INFO O| Oct 18 21:12:40.292 INFO O| Download: 9838/15836 items 93.1/173.3MB 53% complete (1.2M/s)
37482024-10-18T21:12:42.121Z[ host-image] Oct 18 21:12:40.555 INFO O| Oct 18 21:12:40.555 INFO O| Download: 15553/22734 items 124.4/196.6MB 63% complete (1.4M/s)
37492024-10-18T21:12:47.142Z[ host-image] Oct 18 21:12:45.577 INFO O| Oct 18 21:12:45.577 INFO O| Download: 16124/22734 items 141.1/196.6MB 71% complete (2.4M/s)
37502024-10-18T21:12:47.447Z[ recovery-image] Oct 18 21:12:45.882 INFO O| Oct 18 21:12:45.882 INFO O| Download: 10545/15836 items 93.4/173.3MB 53% complete (91.3k/s)
37512024-10-18T21:12:52.163Z[ host-image] Oct 18 21:12:50.597 INFO O| Oct 18 21:12:50.597 INFO O| Download: 16889/22734 items 148.4/196.6MB 75% complete (2.4M/s)
37522024-10-18T21:12:52.534Z[ recovery-image] Oct 18 21:12:50.968 INFO O| Oct 18 21:12:50.968 INFO O| Download: 11096/15836 items 99.6/173.3MB 57% complete (601k/s)
37532024-10-18T21:12:57.257Z[ host-image] Oct 18 21:12:55.691 INFO O| Oct 18 21:12:55.690 INFO O| Download: 17868/22734 items 150.2/196.6MB 76% complete (1003k/s)
37542024-10-18T21:12:57.562Z[ recovery-image] Oct 18 21:12:55.996 INFO O| Oct 18 21:12:55.996 INFO O| Download: 11738/15836 items 121.8/173.3MB 70% complete (2.8M/s)
37552024-10-18T21:13:02.259Z[ host-image] Oct 18 21:13:00.692 INFO O| Oct 18 21:13:00.691 INFO O| Download: 18667/22734 items 161.9/196.6MB 82% complete (1.4M/s)
37562024-10-18T21:13:02.565Z[ recovery-image] Oct 18 21:13:00.999 INFO O| Oct 18 21:13:00.998 INFO O| Download: 12358/15836 items 138.7/173.3MB 80% complete (3.9M/s)
37572024-10-18T21:13:07.262Z[ host-image] Oct 18 21:13:05.695 INFO O| Oct 18 21:13:05.695 INFO O| Download: 19603/22734 items 166.0/196.6MB 84% complete (1.6M/s)
37582024-10-18T21:13:07.599Z[ recovery-image] Oct 18 21:13:06.032 INFO O| Oct 18 21:13:06.032 INFO O| Download: 13445/15836 items 143.4/173.3MB 82% complete (2.2M/s)
37592024-10-18T21:13:12.276Z[ host-image] Oct 18 21:13:10.708 INFO O| Oct 18 21:13:10.708 INFO O| Download: 20514/22734 items 169.3/196.6MB 86% complete (763k/s)
37602024-10-18T21:13:12.600Z[ recovery-image] Oct 18 21:13:11.032 INFO O| Oct 18 21:13:11.032 INFO O| Download: 14414/15836 items 147.0/173.3MB 84% complete (855k/s)
37612024-10-18T21:13:17.611Z[ recovery-image] Oct 18 21:13:16.043 INFO O| Oct 18 21:13:16.043 INFO O| Download: 14858/15836 items 154.2/173.3MB 88% complete (1.1M/s)
37622024-10-18T21:13:17.675Z[ host-image] Oct 18 21:13:16.108 INFO O| Oct 18 21:13:16.108 INFO O| Download: 21032/22734 items 176.5/196.6MB 89% complete (1.1M/s)
37632024-10-18T21:13:22.651Z[ recovery-image] Oct 18 21:13:21.083 INFO O| Oct 18 21:13:21.083 INFO O| Download: 15551/15836 items 166.2/173.3MB 95% complete (1.9M/s)
37642024-10-18T21:13:22.770Z[ host-image] Oct 18 21:13:21.202 INFO O| Oct 18 21:13:21.202 INFO O| Download: 21902/22734 items 188.5/196.6MB 95% complete (1.9M/s)
37652024-10-18T21:13:25.782Z[ recovery-image] Oct 18 21:13:24.213 INFO O| Oct 18 21:13:24.213 INFO O| Download: Completed 173.32 MB in 119.91 seconds (1.4M/s)
37662024-10-18T21:13:26.806Z[ recovery-image] Oct 18 21:13:25.237 INFO O| Oct 18 21:13:25.237 INFO O| Actions: 1/24971 actions (Installing new actions)
37672024-10-18T21:13:27.817Z[ host-image] Oct 18 21:13:26.248 INFO O| Oct 18 21:13:26.248 INFO O| Download: 22542/22734 items 196.3/196.6MB 99% complete (2.0M/s)
37682024-10-18T21:13:28.780Z[ host-image] Oct 18 21:13:27.211 INFO O| Oct 18 21:13:27.211 INFO O| Download: Completed 196.56 MB in 149.38 seconds (1.3M/s)
37692024-10-18T21:13:30.390Z[ host-image] Oct 18 21:13:28.821 INFO O| Oct 18 21:13:28.821 INFO O| Actions: 1/49270 actions (Installing new actions)
37702024-10-18T21:13:31.816Z[ recovery-image] Oct 18 21:13:30.247 INFO O| Oct 18 21:13:30.247 INFO O| Actions: 8450/24971 actions (Installing new actions)
37712024-10-18T21:13:35.403Z[ host-image] Oct 18 21:13:33.833 INFO O| Oct 18 21:13:33.833 INFO O| Actions: 7960/49270 actions (Installing new actions)
37722024-10-18T21:13:36.835Z[ recovery-image] Oct 18 21:13:35.266 INFO O| Oct 18 21:13:35.266 INFO O| Actions: 13345/24971 actions (Installing new actions)
37732024-10-18T21:13:40.404Z[ host-image] Oct 18 21:13:38.833 INFO O| Oct 18 21:13:38.833 INFO O| Actions: 13534/49270 actions (Installing new actions)
37742024-10-18T21:13:41.836Z[ recovery-image] Oct 18 21:13:40.266 INFO O| Oct 18 21:13:40.266 INFO O| Actions: 22439/24971 actions (Installing new actions)
37752024-10-18T21:13:45.405Z[ host-image] Oct 18 21:13:43.834 INFO O| Oct 18 21:13:43.834 INFO O| Actions: 21541/49270 actions (Installing new actions)
37762024-10-18T21:13:46.940Z[ recovery-image] Oct 18 21:13:45.369 INFO O| Oct 18 21:13:45.369 INFO O| Actions: 24573/24971 actions (Installing new actions)
37772024-10-18T21:13:47.531Z[ recovery-image] Oct 18 21:13:45.960 INFO O| Oct 18 21:13:45.960 INFO O| Actions: Completed 24971 actions in 20.72 seconds.
37782024-10-18T21:13:48.131Z[ recovery-image] Oct 18 21:13:46.560 INFO O| Oct 18 21:13:46.560 INFO O| Done
37792024-10-18T21:13:48.133Z[ recovery-image] Oct 18 21:13:46.560 INFO O| Oct 18 21:13:46.560 INFO O| Done
37802024-10-18T21:13:49.441Z[ recovery-image] Oct 18 21:13:47.870 INFO O| Oct 18 21:13:47.870 INFO O| Done
37812024-10-18T21:13:50.405Z[ host-image] Oct 18 21:13:48.834 INFO O| Oct 18 21:13:48.834 INFO O| Actions: 41540/49270 actions (Installing new actions)
37822024-10-18T21:13:51.427Z[ recovery-image] Oct 18 21:13:49.857 INFO O| Oct 18 21:13:49.857 INFO O| Done
37832024-10-18T21:13:51.463Z[ recovery-image] Oct 18 21:13:49.892 INFO O| Oct 18 21:13:49.892 INFO O| Done
37842024-10-18T21:13:55.466Z[ host-image] Oct 18 21:13:53.895 INFO O| Oct 18 21:13:53.895 INFO O| Actions: 48872/49270 actions (Installing new actions)
37852024-10-18T21:13:56.369Z[ host-image] Oct 18 21:13:54.797 INFO O| Oct 18 21:13:54.797 INFO O| Actions: Completed 49270 actions in 25.97 seconds.
37862024-10-18T21:13:56.596Z[ recovery-image] Oct 18 21:13:55.024 INFO O| Oct 18 21:13:55.024 INFO O| Done
37872024-10-18T21:13:56.961Z[ host-image] Oct 18 21:13:55.390 INFO O| Oct 18 21:13:55.390 INFO O| Done
37882024-10-18T21:13:56.961Z[ host-image] Oct 18 21:13:55.390 INFO O| Oct 18 21:13:55.390 INFO O| Done
37892024-10-18T21:13:57.296Z[ recovery-image] Oct 18 21:13:55.724 INFO O| Oct 18 21:13:55.724 INFO O| Done
37902024-10-18T21:13:57.719Z[ recovery-image] Oct 18 21:13:56.148 INFO O| Oct 18 21:13:56.148 INFO STEP 11 (pkg_install) COMPLETE
37912024-10-18T21:13:57.720Z[ recovery-image] Oct 18 21:13:56.148 INFO O| Oct 18 21:13:56.148 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37922024-10-18T21:13:57.722Z[ recovery-image] Oct 18 21:13:56.148 INFO O| Oct 18 21:13:56.148 INFO skip step because feature "recovery" is enabled
37932024-10-18T21:13:57.722Z[ recovery-image] Oct 18 21:13:56.148 INFO O| Oct 18 21:13:56.148 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37942024-10-18T21:13:57.722Z[ recovery-image] Oct 18 21:13:56.148 INFO O| Oct 18 21:13:56.148 INFO skip step because feature "omicron1" is not enabled
37952024-10-18T21:13:57.722Z[ recovery-image] Oct 18 21:13:56.148 INFO O| Oct 18 21:13:56.148 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37962024-10-18T21:13:57.739Z[ recovery-image] Oct 18 21:13:56.168 INFO O| Oct 18 21:13:56.168 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
37972024-10-18T21:13:58.589Z[ host-image] Oct 18 21:13:57.017 INFO O| Oct 18 21:13:57.017 INFO O| Done
37982024-10-18T21:13:58.891Z[ recovery-image] Oct 18 21:13:57.320 INFO O| Oct 18 21:13:57.320 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37992024-10-18T21:14:01.585Z[ host-image] Oct 18 21:14:00.012 INFO O| Oct 18 21:14:00.011 INFO O| Done
38002024-10-18T21:14:01.622Z[ host-image] Oct 18 21:14:00.050 INFO O| Oct 18 21:14:00.049 INFO O| Done
38012024-10-18T21:14:03.287Z[ recovery-image] Oct 18 21:14:01.695 INFO O| Oct 18 21:14:01.695 INFO O| Planning: Solver setup ... Done
38022024-10-18T21:14:03.326Z[ recovery-image] Oct 18 21:14:01.695 INFO O| Oct 18 21:14:01.695 INFO O| Planning: Running solver ... Done
38032024-10-18T21:14:03.326Z[ recovery-image] Oct 18 21:14:01.753 INFO O| Oct 18 21:14:01.753 INFO O| Planning: Finding local manifests ... Done
38042024-10-18T21:14:03.326Z[ recovery-image] Oct 18 21:14:01.754 INFO O| Oct 18 21:14:01.754 INFO O| Planning: Fetching manifests: 0/1 0% complete
38052024-10-18T21:14:03.457Z[ recovery-image] Oct 18 21:14:01.885 INFO O| Oct 18 21:14:01.885 INFO O| Planning: Fetching manifests: 1/1 100% complete
38062024-10-18T21:14:03.488Z[ recovery-image] Oct 18 21:14:01.916 INFO O| Oct 18 21:14:01.916 INFO O| Planning: Package planning ... Done
38072024-10-18T21:14:03.490Z[ recovery-image] Oct 18 21:14:01.917 INFO O| Oct 18 21:14:01.917 INFO O| Planning: Merging actions ... Done
38082024-10-18T21:14:03.542Z[ recovery-image] Oct 18 21:14:01.970 INFO O| Oct 18 21:14:01.969 INFO O| Planning: Checking for conflicting actions ... Done
38092024-10-18T21:14:03.544Z[ recovery-image] Oct 18 21:14:01.970 INFO O| Oct 18 21:14:01.970 INFO O| Planning: Consolidating action changes ... Done
38102024-10-18T21:14:03.816Z[ recovery-image] Oct 18 21:14:02.243 INFO O| Oct 18 21:14:02.243 INFO O| Planning: Evaluating mediators ... Done
38112024-10-18T21:14:03.818Z[ recovery-image] Oct 18 21:14:02.244 INFO O| Oct 18 21:14:02.244 INFO O| Planning: Planning completed in 4.92 seconds
38122024-10-18T21:14:03.818Z[ recovery-image] Oct 18 21:14:02.247 INFO O| Oct 18 21:14:02.246 INFO O| Packages to install: 1
38132024-10-18T21:14:03.837Z[ recovery-image] Oct 18 21:14:02.265 INFO O| Oct 18 21:14:02.265 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
38142024-10-18T21:14:04.736Z[ recovery-image] Oct 18 21:14:03.163 INFO O| Oct 18 21:14:03.163 INFO O| Download: Completed 20.80 MB in 0.90 seconds (23.2M/s)
38152024-10-18T21:14:04.802Z[ recovery-image] Oct 18 21:14:03.229 INFO O| Oct 18 21:14:03.229 INFO O| Actions: 1/22 actions (Installing new actions)
38162024-10-18T21:14:05.620Z[ recovery-image] Oct 18 21:14:04.048 INFO O| Oct 18 21:14:04.048 INFO O| Actions: Completed 22 actions in 0.82 seconds.
38172024-10-18T21:14:06.129Z[ recovery-image] Oct 18 21:14:04.557 INFO O| Oct 18 21:14:04.557 INFO O| Done
38182024-10-18T21:14:06.135Z[ recovery-image] Oct 18 21:14:04.557 INFO O| Oct 18 21:14:04.557 INFO O| Done
38192024-10-18T21:14:07.008Z[ recovery-image] Oct 18 21:14:05.419 INFO O| Oct 18 21:14:05.419 INFO O| Done
38202024-10-18T21:14:08.083Z[ host-image] Oct 18 21:14:06.509 INFO O| Oct 18 21:14:06.509 INFO O| Done
38212024-10-18T21:14:08.221Z[ recovery-image] Oct 18 21:14:06.648 INFO O| Oct 18 21:14:06.648 INFO O| Done
38222024-10-18T21:14:08.238Z[ recovery-image] Oct 18 21:14:06.666 INFO O| Oct 18 21:14:06.666 INFO O| Done
38232024-10-18T21:14:08.238Z[ recovery-image] Oct 18 21:14:06.666 INFO O| Oct 18 21:14:06.666 INFO O| Done
38242024-10-18T21:14:08.255Z[ recovery-image] Oct 18 21:14:06.682 INFO O| Oct 18 21:14:06.682 INFO O| Done
38252024-10-18T21:14:08.397Z[ recovery-image] Oct 18 21:14:06.825 INFO O| Oct 18 21:14:06.825 INFO STEP 14 (pkg_install) COMPLETE
38262024-10-18T21:14:08.397Z[ recovery-image] Oct 18 21:14:06.825 INFO O| Oct 18 21:14:06.825 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38272024-10-18T21:14:08.397Z[ recovery-image] Oct 18 21:14:06.825 INFO O| Oct 18 21:14:06.825 INFO skip step because feature "mfg" is not enabled
38282024-10-18T21:14:08.400Z[ recovery-image] Oct 18 21:14:06.825 INFO O| Oct 18 21:14:06.825 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38292024-10-18T21:14:08.400Z[ recovery-image] Oct 18 21:14:06.825 INFO O| Oct 18 21:14:06.825 INFO skip step because feature "compliance" is not enabled
38302024-10-18T21:14:08.400Z[ recovery-image] Oct 18 21:14:06.825 INFO O| Oct 18 21:14:06.825 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38312024-10-18T21:14:08.400Z[ recovery-image] Oct 18 21:14:06.825 INFO O| Oct 18 21:14:06.825 INFO skip step because feature "stress" is not enabled
38322024-10-18T21:14:08.400Z[ recovery-image] Oct 18 21:14:06.825 INFO O| Oct 18 21:14:06.825 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38332024-10-18T21:14:08.400Z[ recovery-image] Oct 18 21:14:06.825 INFO O| Oct 18 21:14:06.825 INFO skip step because feature "nfs" is not enabled
38342024-10-18T21:14:08.400Z[ recovery-image] Oct 18 21:14:06.825 INFO O| Oct 18 21:14:06.825 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38352024-10-18T21:14:08.401Z[ recovery-image] Oct 18 21:14:06.825 INFO O| Oct 18 21:14:06.825 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38362024-10-18T21:14:08.554Z[ recovery-image] Oct 18 21:14:06.981 INFO O| Oct 18 21:14:06.981 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38372024-10-18T21:14:08.712Z[ recovery-image] Oct 18 21:14:07.140 INFO O| Oct 18 21:14:07.140 INFO completed processing gimlet/ramdisk-01-os
38382024-10-18T21:14:08.716Z[ recovery-image] Oct 18 21:14:07.143 INFO image builder template: ramdisk-02-trim...
38392024-10-18T21:14:08.716Z[ recovery-image] Oct 18 21:14:07.144 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/.tmp9zAH94/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.33.293", "-n", "ramdisk-02-trim"], pwd: None
38402024-10-18T21:14:08.756Z[ recovery-image] Oct 18 21:14:07.183 INFO O| Oct 18 21:14:07.183 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38412024-10-18T21:14:08.763Z[ recovery-image] Oct 18 21:14:07.190 INFO O| Oct 18 21:14:07.190 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38422024-10-18T21:14:08.864Z[ host-image] Oct 18 21:14:07.291 INFO O| Oct 18 21:14:07.291 INFO O| Done
38432024-10-18T21:14:08.870Z[ recovery-image] Oct 18 21:14:07.298 INFO O| Oct 18 21:14:07.298 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
38442024-10-18T21:14:08.978Z[ recovery-image] Oct 18 21:14:07.405 INFO O| Oct 18 21:14:07.405 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38452024-10-18T21:14:08.981Z[ recovery-image] Oct 18 21:14:07.405 INFO O| Oct 18 21:14:07.405 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38462024-10-18T21:14:08.984Z[ recovery-image] Oct 18 21:14:07.412 INFO O| Oct 18 21:14:07.412 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38472024-10-18T21:14:08.991Z[ recovery-image] Oct 18 21:14:07.419 INFO O| Oct 18 21:14:07.419 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38482024-10-18T21:14:08.999Z[ recovery-image] Oct 18 21:14:07.427 INFO O| Oct 18 21:14:07.427 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38492024-10-18T21:14:09.209Z[ recovery-image] Oct 18 21:14:07.636 INFO O| Oct 18 21:14:07.636 INFO rolled back to input snapshot; work may begin
38502024-10-18T21:14:09.209Z[ recovery-image] Oct 18 21:14:07.636 INFO O| Oct 18 21:14:07.636 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38512024-10-18T21:14:09.216Z[ recovery-image] Oct 18 21:14:07.644 INFO O| Oct 18 21:14:07.644 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38522024-10-18T21:14:09.228Z[ host-image] Oct 18 21:14:07.655 INFO O| Oct 18 21:14:07.655 INFO STEP 11 (pkg_install) COMPLETE
38532024-10-18T21:14:09.228Z[ host-image] Oct 18 21:14:07.655 INFO O| Oct 18 21:14:07.655 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38542024-10-18T21:14:09.232Z[ recovery-image] Oct 18 21:14:07.659 INFO O| Oct 18 21:14:07.659 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
38552024-10-18T21:14:09.243Z[ host-image] Oct 18 21:14:07.671 INFO O| Oct 18 21:14:07.671 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
38562024-10-18T21:14:09.297Z[ recovery-image] Oct 18 21:14:07.724 INFO O| Oct 18 21:14:07.724 INFO STEP 0 (remove_files) COMPLETE
38572024-10-18T21:14:09.297Z[ recovery-image] Oct 18 21:14:07.724 INFO O| Oct 18 21:14:07.724 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38582024-10-18T21:14:09.314Z[ recovery-image] Oct 18 21:14:07.741 INFO O| Oct 18 21:14:07.741 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
38592024-10-18T21:14:09.316Z[ recovery-image] Oct 18 21:14:07.744 INFO O| Oct 18 21:14:07.744 INFO STEP 1 (remove_files) COMPLETE
38602024-10-18T21:14:09.317Z[ recovery-image] Oct 18 21:14:07.744 INFO O| Oct 18 21:14:07.744 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38612024-10-18T21:14:09.333Z[ recovery-image] Oct 18 21:14:07.760 INFO O| Oct 18 21:14:07.760 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
38622024-10-18T21:14:09.353Z[ recovery-image] Oct 18 21:14:07.780 INFO O| Oct 18 21:14:07.780 INFO STEP 2 (remove_files) COMPLETE
38632024-10-18T21:14:09.353Z[ recovery-image] Oct 18 21:14:07.780 INFO O| Oct 18 21:14:07.780 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38642024-10-18T21:14:09.369Z[ recovery-image] Oct 18 21:14:07.796 INFO O| Oct 18 21:14:07.796 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
38652024-10-18T21:14:09.371Z[ recovery-image] Oct 18 21:14:07.798 INFO O| Oct 18 21:14:07.798 INFO STEP 3 (remove_files) COMPLETE
38662024-10-18T21:14:09.371Z[ recovery-image] Oct 18 21:14:07.798 INFO O| Oct 18 21:14:07.798 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38672024-10-18T21:14:09.386Z[ recovery-image] Oct 18 21:14:07.813 INFO O| Oct 18 21:14:07.813 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
38682024-10-18T21:14:09.389Z[ recovery-image] Oct 18 21:14:07.817 INFO O| Oct 18 21:14:07.817 INFO STEP 4 (remove_files) COMPLETE
38692024-10-18T21:14:09.389Z[ recovery-image] Oct 18 21:14:07.817 INFO O| Oct 18 21:14:07.817 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38702024-10-18T21:14:09.405Z[ recovery-image] Oct 18 21:14:07.832 INFO O| Oct 18 21:14:07.832 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
38712024-10-18T21:14:09.407Z[ recovery-image] Oct 18 21:14:07.833 INFO O| Oct 18 21:14:07.832 INFO STEP 5 (remove_files) COMPLETE
38722024-10-18T21:14:09.407Z[ recovery-image] Oct 18 21:14:07.833 INFO O| Oct 18 21:14:07.832 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38732024-10-18T21:14:09.419Z[ recovery-image] Oct 18 21:14:07.847 INFO O| Oct 18 21:14:07.847 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
38742024-10-18T21:14:09.437Z[ recovery-image] Oct 18 21:14:07.864 INFO O| Oct 18 21:14:07.864 INFO STEP 6 (remove_files) COMPLETE
38752024-10-18T21:14:09.437Z[ recovery-image] Oct 18 21:14:07.864 INFO O| Oct 18 21:14:07.864 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38762024-10-18T21:14:09.439Z[ recovery-image] Oct 18 21:14:07.864 INFO O| Oct 18 21:14:07.864 INFO skip step because feature "recovery" is enabled
38772024-10-18T21:14:09.439Z[ recovery-image] Oct 18 21:14:07.864 INFO O| Oct 18 21:14:07.864 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38782024-10-18T21:14:09.439Z[ recovery-image] Oct 18 21:14:07.864 INFO O| Oct 18 21:14:07.864 INFO skip step because feature "recovery" is enabled
38792024-10-18T21:14:09.439Z[ recovery-image] Oct 18 21:14:07.864 INFO O| Oct 18 21:14:07.864 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38802024-10-18T21:14:09.439Z[ recovery-image] Oct 18 21:14:07.864 INFO O| Oct 18 21:14:07.864 INFO skip step because feature "recovery" is enabled
38812024-10-18T21:14:09.440Z[ recovery-image] Oct 18 21:14:07.864 INFO O| Oct 18 21:14:07.864 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38822024-10-18T21:14:09.456Z[ recovery-image] Oct 18 21:14:07.882 INFO O| Oct 18 21:14:07.882 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
38832024-10-18T21:14:09.460Z[ recovery-image] Oct 18 21:14:07.887 INFO O| Oct 18 21:14:07.887 INFO STEP 10 (remove_files) COMPLETE
38842024-10-18T21:14:09.460Z[ recovery-image] Oct 18 21:14:07.887 INFO O| Oct 18 21:14:07.887 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38852024-10-18T21:14:09.475Z[ recovery-image] Oct 18 21:14:07.903 INFO O| Oct 18 21:14:07.902 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
38862024-10-18T21:14:09.477Z[ recovery-image] Oct 18 21:14:07.904 INFO O| Oct 18 21:14:07.904 INFO STEP 11 (remove_files) COMPLETE
38872024-10-18T21:14:09.477Z[ recovery-image] Oct 18 21:14:07.904 INFO O| Oct 18 21:14:07.904 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38882024-10-18T21:14:09.489Z[ recovery-image] Oct 18 21:14:07.915 INFO O| Oct 18 21:14:07.915 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
38892024-10-18T21:14:09.492Z[ recovery-image] Oct 18 21:14:07.917 INFO O| Oct 18 21:14:07.917 INFO STEP 12 (remove_files) COMPLETE
38902024-10-18T21:14:09.492Z[ recovery-image] Oct 18 21:14:07.917 INFO O| Oct 18 21:14:07.917 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38912024-10-18T21:14:09.518Z[ recovery-image] Oct 18 21:14:07.945 INFO O| Oct 18 21:14:07.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
38922024-10-18T21:14:09.618Z[ recovery-image] Oct 18 21:14:08.045 INFO O| Oct 18 21:14:08.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
38932024-10-18T21:14:09.621Z[ recovery-image] Oct 18 21:14:08.047 INFO O| Oct 18 21:14:08.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
38942024-10-18T21:14:09.628Z[ recovery-image] Oct 18 21:14:08.055 INFO O| Oct 18 21:14:08.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
38952024-10-18T21:14:09.630Z[ recovery-image] Oct 18 21:14:08.056 INFO O| Oct 18 21:14:08.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
38962024-10-18T21:14:09.808Z[ recovery-image] Oct 18 21:14:08.236 INFO O| Oct 18 21:14:08.236 INFO STEP 13 (remove_files) COMPLETE
38972024-10-18T21:14:09.808Z[ recovery-image] Oct 18 21:14:08.236 INFO O| Oct 18 21:14:08.236 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38982024-10-18T21:14:09.827Z[ recovery-image] Oct 18 21:14:08.254 INFO O| Oct 18 21:14:08.254 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
38992024-10-18T21:14:09.831Z[ recovery-image] Oct 18 21:14:08.257 INFO O| Oct 18 21:14:08.257 INFO STEP 14 (remove_files) COMPLETE
39002024-10-18T21:14:09.831Z[ recovery-image] Oct 18 21:14:08.257 INFO O| Oct 18 21:14:08.257 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39012024-10-18T21:14:09.847Z[ recovery-image] Oct 18 21:14:08.273 INFO O| Oct 18 21:14:08.273 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
39022024-10-18T21:14:09.859Z[ recovery-image] Oct 18 21:14:08.285 INFO O| Oct 18 21:14:08.285 INFO STEP 15 (remove_files) COMPLETE
39032024-10-18T21:14:09.859Z[ recovery-image] Oct 18 21:14:08.285 INFO O| Oct 18 21:14:08.285 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39042024-10-18T21:14:09.873Z[ recovery-image] Oct 18 21:14:08.299 INFO O| Oct 18 21:14:08.299 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
39052024-10-18T21:14:09.876Z[ recovery-image] Oct 18 21:14:08.300 INFO O| Oct 18 21:14:08.300 INFO STEP 16 (remove_files) COMPLETE
39062024-10-18T21:14:09.876Z[ recovery-image] Oct 18 21:14:08.300 INFO O| Oct 18 21:14:08.300 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39072024-10-18T21:14:09.885Z[ recovery-image] Oct 18 21:14:08.313 INFO O| Oct 18 21:14:08.312 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
39082024-10-18T21:14:09.888Z[ recovery-image] Oct 18 21:14:08.314 INFO O| Oct 18 21:14:08.314 INFO STEP 17 (remove_files) COMPLETE
39092024-10-18T21:14:09.888Z[ recovery-image] Oct 18 21:14:08.314 INFO O| Oct 18 21:14:08.314 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39102024-10-18T21:14:09.899Z[ recovery-image] Oct 18 21:14:08.326 INFO O| Oct 18 21:14:08.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
39112024-10-18T21:14:09.899Z[ recovery-image] Oct 18 21:14:08.326 INFO O| Oct 18 21:14:08.326 INFO STEP 18 (remove_files) COMPLETE
39122024-10-18T21:14:09.901Z[ recovery-image] Oct 18 21:14:08.326 INFO O| Oct 18 21:14:08.326 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39132024-10-18T21:14:09.911Z[ recovery-image] Oct 18 21:14:08.338 INFO O| Oct 18 21:14:08.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
39142024-10-18T21:14:09.911Z[ recovery-image] Oct 18 21:14:08.339 INFO O| Oct 18 21:14:08.338 INFO STEP 19 (remove_files) COMPLETE
39152024-10-18T21:14:09.911Z[ recovery-image] Oct 18 21:14:08.339 INFO O| Oct 18 21:14:08.339 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39162024-10-18T21:14:09.922Z[ recovery-image] Oct 18 21:14:08.349 INFO O| Oct 18 21:14:08.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
39172024-10-18T21:14:09.922Z[ recovery-image] Oct 18 21:14:08.349 INFO O| Oct 18 21:14:08.349 INFO STEP 20 (remove_files) COMPLETE
39182024-10-18T21:14:09.924Z[ recovery-image] Oct 18 21:14:08.349 INFO O| Oct 18 21:14:08.349 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39192024-10-18T21:14:09.934Z[ recovery-image] Oct 18 21:14:08.362 INFO O| Oct 18 21:14:08.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
39202024-10-18T21:14:09.934Z[ recovery-image] Oct 18 21:14:08.362 INFO O| Oct 18 21:14:08.362 INFO STEP 21 (remove_files) COMPLETE
39212024-10-18T21:14:09.936Z[ recovery-image] Oct 18 21:14:08.362 INFO O| Oct 18 21:14:08.362 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39222024-10-18T21:14:09.940Z[ host-image] Oct 18 21:14:08.368 INFO O| Oct 18 21:14:08.368 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39232024-10-18T21:14:09.946Z[ recovery-image] Oct 18 21:14:08.373 INFO O| Oct 18 21:14:08.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
39242024-10-18T21:14:09.946Z[ recovery-image] Oct 18 21:14:08.374 INFO O| Oct 18 21:14:08.374 INFO STEP 22 (remove_files) COMPLETE
39252024-10-18T21:14:09.948Z[ recovery-image] Oct 18 21:14:08.374 INFO O| Oct 18 21:14:08.374 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39262024-10-18T21:14:09.963Z[ recovery-image] Oct 18 21:14:08.389 INFO O| Oct 18 21:14:08.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
39272024-10-18T21:14:09.965Z[ recovery-image] Oct 18 21:14:08.390 INFO O| Oct 18 21:14:08.390 INFO STEP 23 (remove_files) COMPLETE
39282024-10-18T21:14:09.965Z[ recovery-image] Oct 18 21:14:08.390 INFO O| Oct 18 21:14:08.390 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39292024-10-18T21:14:10.002Z[ recovery-image] Oct 18 21:14:08.429 INFO O| Oct 18 21:14:08.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
39302024-10-18T21:14:10.002Z[ recovery-image] Oct 18 21:14:08.429 INFO O| Oct 18 21:14:08.429 INFO STEP 24 (remove_files) COMPLETE
39312024-10-18T21:14:10.004Z[ recovery-image] Oct 18 21:14:08.429 INFO O| Oct 18 21:14:08.429 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39322024-10-18T21:14:10.038Z[ recovery-image] Oct 18 21:14:08.466 INFO O| Oct 18 21:14:08.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
39332024-10-18T21:14:10.038Z[ recovery-image] Oct 18 21:14:08.466 INFO O| Oct 18 21:14:08.466 INFO STEP 25 (remove_files) COMPLETE
39342024-10-18T21:14:10.042Z[ recovery-image] Oct 18 21:14:08.466 INFO O| Oct 18 21:14:08.466 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39352024-10-18T21:14:10.057Z[ recovery-image] Oct 18 21:14:08.484 INFO O| Oct 18 21:14:08.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
39362024-10-18T21:14:10.059Z[ recovery-image] Oct 18 21:14:08.484 INFO O| Oct 18 21:14:08.484 INFO STEP 26 (remove_files) COMPLETE
39372024-10-18T21:14:10.059Z[ recovery-image] Oct 18 21:14:08.484 INFO O| Oct 18 21:14:08.484 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39382024-10-18T21:14:10.074Z[ recovery-image] Oct 18 21:14:08.502 INFO O| Oct 18 21:14:08.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
39392024-10-18T21:14:10.074Z[ recovery-image] Oct 18 21:14:08.502 INFO O| Oct 18 21:14:08.502 INFO STEP 27 (remove_files) COMPLETE
39402024-10-18T21:14:10.077Z[ recovery-image] Oct 18 21:14:08.502 INFO O| Oct 18 21:14:08.502 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39412024-10-18T21:14:10.091Z[ recovery-image] Oct 18 21:14:08.519 INFO O| Oct 18 21:14:08.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
39422024-10-18T21:14:10.091Z[ recovery-image] Oct 18 21:14:08.519 INFO O| Oct 18 21:14:08.519 INFO STEP 28 (remove_files) COMPLETE
39432024-10-18T21:14:10.094Z[ recovery-image] Oct 18 21:14:08.519 INFO O| Oct 18 21:14:08.519 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39442024-10-18T21:14:10.106Z[ recovery-image] Oct 18 21:14:08.534 INFO O| Oct 18 21:14:08.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
39452024-10-18T21:14:10.106Z[ recovery-image] Oct 18 21:14:08.534 INFO O| Oct 18 21:14:08.534 INFO STEP 29 (remove_files) COMPLETE
39462024-10-18T21:14:10.109Z[ recovery-image] Oct 18 21:14:08.534 INFO O| Oct 18 21:14:08.534 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39472024-10-18T21:14:10.122Z[ recovery-image] Oct 18 21:14:08.549 INFO O| Oct 18 21:14:08.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
39482024-10-18T21:14:10.122Z[ recovery-image] Oct 18 21:14:08.550 INFO O| Oct 18 21:14:08.550 INFO STEP 30 (remove_files) COMPLETE
39492024-10-18T21:14:10.122Z[ recovery-image] Oct 18 21:14:08.550 INFO O| Oct 18 21:14:08.550 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39502024-10-18T21:14:10.137Z[ recovery-image] Oct 18 21:14:08.564 INFO O| Oct 18 21:14:08.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
39512024-10-18T21:14:10.137Z[ recovery-image] Oct 18 21:14:08.564 INFO O| Oct 18 21:14:08.564 INFO STEP 31 (remove_files) COMPLETE
39522024-10-18T21:14:10.140Z[ recovery-image] Oct 18 21:14:08.564 INFO O| Oct 18 21:14:08.564 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39532024-10-18T21:14:10.151Z[ recovery-image] Oct 18 21:14:08.579 INFO O| Oct 18 21:14:08.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
39542024-10-18T21:14:10.154Z[ recovery-image] Oct 18 21:14:08.579 INFO O| Oct 18 21:14:08.579 INFO STEP 32 (remove_files) COMPLETE
39552024-10-18T21:14:10.154Z[ recovery-image] Oct 18 21:14:08.579 INFO O| Oct 18 21:14:08.579 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39562024-10-18T21:14:10.169Z[ recovery-image] Oct 18 21:14:08.597 INFO O| Oct 18 21:14:08.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
39572024-10-18T21:14:10.172Z[ recovery-image] Oct 18 21:14:08.597 INFO O| Oct 18 21:14:08.597 INFO STEP 33 (remove_files) COMPLETE
39582024-10-18T21:14:10.172Z[ recovery-image] Oct 18 21:14:08.597 INFO O| Oct 18 21:14:08.597 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39592024-10-18T21:14:10.194Z[ recovery-image] Oct 18 21:14:08.619 INFO O| Oct 18 21:14:08.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
39602024-10-18T21:14:10.197Z[ recovery-image] Oct 18 21:14:08.620 INFO O| Oct 18 21:14:08.620 INFO STEP 34 (remove_files) COMPLETE
39612024-10-18T21:14:10.197Z[ recovery-image] Oct 18 21:14:08.620 INFO O| Oct 18 21:14:08.620 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39622024-10-18T21:14:10.222Z[ recovery-image] Oct 18 21:14:08.649 INFO O| Oct 18 21:14:08.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
39632024-10-18T21:14:10.222Z[ recovery-image] Oct 18 21:14:08.649 INFO O| Oct 18 21:14:08.649 INFO STEP 35 (remove_files) COMPLETE
39642024-10-18T21:14:10.222Z[ recovery-image] Oct 18 21:14:08.649 INFO O| Oct 18 21:14:08.649 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39652024-10-18T21:14:10.294Z[ recovery-image] Oct 18 21:14:08.721 INFO O| Oct 18 21:14:08.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
39662024-10-18T21:14:10.294Z[ recovery-image] Oct 18 21:14:08.721 INFO O| Oct 18 21:14:08.721 INFO STEP 36 (remove_files) COMPLETE
39672024-10-18T21:14:10.297Z[ recovery-image] Oct 18 21:14:08.721 INFO O| Oct 18 21:14:08.721 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39682024-10-18T21:14:10.356Z[ recovery-image] Oct 18 21:14:08.783 INFO O| Oct 18 21:14:08.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
39692024-10-18T21:14:10.356Z[ recovery-image] Oct 18 21:14:08.783 INFO O| Oct 18 21:14:08.783 INFO STEP 37 (remove_files) COMPLETE
39702024-10-18T21:14:10.356Z[ recovery-image] Oct 18 21:14:08.783 INFO O| Oct 18 21:14:08.783 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39712024-10-18T21:14:10.374Z[ recovery-image] Oct 18 21:14:08.801 INFO O| Oct 18 21:14:08.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
39722024-10-18T21:14:10.374Z[ recovery-image] Oct 18 21:14:08.801 INFO O| Oct 18 21:14:08.801 INFO STEP 38 (remove_files) COMPLETE
39732024-10-18T21:14:10.374Z[ recovery-image] Oct 18 21:14:08.801 INFO O| Oct 18 21:14:08.801 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39742024-10-18T21:14:10.433Z[ recovery-image] Oct 18 21:14:08.860 INFO O| Oct 18 21:14:08.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
39752024-10-18T21:14:10.433Z[ recovery-image] Oct 18 21:14:08.860 INFO O| Oct 18 21:14:08.860 INFO STEP 39 (remove_files) COMPLETE
39762024-10-18T21:14:10.433Z[ recovery-image] Oct 18 21:14:08.860 INFO O| Oct 18 21:14:08.860 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39772024-10-18T21:14:10.453Z[ recovery-image] Oct 18 21:14:08.879 INFO O| Oct 18 21:14:08.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
39782024-10-18T21:14:10.453Z[ recovery-image] Oct 18 21:14:08.879 INFO O| Oct 18 21:14:08.879 INFO STEP 40 (remove_files) COMPLETE
39792024-10-18T21:14:10.453Z[ recovery-image] Oct 18 21:14:08.879 INFO O| Oct 18 21:14:08.879 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39802024-10-18T21:14:10.489Z[ recovery-image] Oct 18 21:14:08.916 INFO O| Oct 18 21:14:08.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
39812024-10-18T21:14:10.489Z[ recovery-image] Oct 18 21:14:08.916 INFO O| Oct 18 21:14:08.916 INFO STEP 41 (remove_files) COMPLETE
39822024-10-18T21:14:10.489Z[ recovery-image] Oct 18 21:14:08.916 INFO O| Oct 18 21:14:08.916 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39832024-10-18T21:14:10.549Z[ recovery-image] Oct 18 21:14:08.975 INFO O| Oct 18 21:14:08.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
39842024-10-18T21:14:10.549Z[ recovery-image] Oct 18 21:14:08.975 INFO O| Oct 18 21:14:08.975 INFO STEP 42 (remove_files) COMPLETE
39852024-10-18T21:14:10.549Z[ recovery-image] Oct 18 21:14:08.975 INFO O| Oct 18 21:14:08.975 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39862024-10-18T21:14:10.567Z[ recovery-image] Oct 18 21:14:08.994 INFO O| Oct 18 21:14:08.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
39872024-10-18T21:14:10.567Z[ recovery-image] Oct 18 21:14:08.994 INFO O| Oct 18 21:14:08.994 INFO STEP 43 (remove_files) COMPLETE
39882024-10-18T21:14:10.571Z[ recovery-image] Oct 18 21:14:08.994 INFO O| Oct 18 21:14:08.994 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39892024-10-18T21:14:10.585Z[ recovery-image] Oct 18 21:14:09.013 INFO O| Oct 18 21:14:09.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
39902024-10-18T21:14:10.585Z[ recovery-image] Oct 18 21:14:09.013 INFO O| Oct 18 21:14:09.013 INFO STEP 44 (remove_files) COMPLETE
39912024-10-18T21:14:10.585Z[ recovery-image] Oct 18 21:14:09.013 INFO O| Oct 18 21:14:09.013 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39922024-10-18T21:14:10.604Z[ recovery-image] Oct 18 21:14:09.031 INFO O| Oct 18 21:14:09.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
39932024-10-18T21:14:10.604Z[ recovery-image] Oct 18 21:14:09.031 INFO O| Oct 18 21:14:09.031 INFO STEP 45 (remove_files) COMPLETE
39942024-10-18T21:14:10.604Z[ recovery-image] Oct 18 21:14:09.031 INFO O| Oct 18 21:14:09.031 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39952024-10-18T21:14:10.664Z[ recovery-image] Oct 18 21:14:09.091 INFO O| Oct 18 21:14:09.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
39962024-10-18T21:14:10.664Z[ recovery-image] Oct 18 21:14:09.091 INFO O| Oct 18 21:14:09.091 INFO STEP 46 (remove_files) COMPLETE
39972024-10-18T21:14:10.664Z[ recovery-image] Oct 18 21:14:09.091 INFO O| Oct 18 21:14:09.091 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39982024-10-18T21:14:10.682Z[ recovery-image] Oct 18 21:14:09.109 INFO O| Oct 18 21:14:09.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
39992024-10-18T21:14:10.682Z[ recovery-image] Oct 18 21:14:09.109 INFO O| Oct 18 21:14:09.109 INFO STEP 47 (remove_files) COMPLETE
40002024-10-18T21:14:10.685Z[ recovery-image] Oct 18 21:14:09.109 INFO O| Oct 18 21:14:09.109 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40012024-10-18T21:14:10.716Z[ recovery-image] Oct 18 21:14:09.144 INFO O| Oct 18 21:14:09.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
40022024-10-18T21:14:10.716Z[ recovery-image] Oct 18 21:14:09.144 INFO O| Oct 18 21:14:09.144 INFO STEP 48 (remove_files) COMPLETE
40032024-10-18T21:14:10.716Z[ recovery-image] Oct 18 21:14:09.144 INFO O| Oct 18 21:14:09.144 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40042024-10-18T21:14:10.757Z[ recovery-image] Oct 18 21:14:09.184 INFO O| Oct 18 21:14:09.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
40052024-10-18T21:14:10.758Z[ recovery-image] Oct 18 21:14:09.184 INFO O| Oct 18 21:14:09.184 INFO STEP 49 (remove_files) COMPLETE
40062024-10-18T21:14:10.760Z[ recovery-image] Oct 18 21:14:09.184 INFO O| Oct 18 21:14:09.184 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40072024-10-18T21:14:10.777Z[ recovery-image] Oct 18 21:14:09.204 INFO O| Oct 18 21:14:09.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
40082024-10-18T21:14:10.777Z[ recovery-image] Oct 18 21:14:09.204 INFO O| Oct 18 21:14:09.204 INFO STEP 50 (remove_files) COMPLETE
40092024-10-18T21:14:10.777Z[ recovery-image] Oct 18 21:14:09.204 INFO O| Oct 18 21:14:09.204 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40102024-10-18T21:14:10.831Z[ recovery-image] Oct 18 21:14:09.259 INFO O| Oct 18 21:14:09.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
40112024-10-18T21:14:10.831Z[ recovery-image] Oct 18 21:14:09.259 INFO O| Oct 18 21:14:09.259 INFO STEP 51 (remove_files) COMPLETE
40122024-10-18T21:14:10.834Z[ recovery-image] Oct 18 21:14:09.259 INFO O| Oct 18 21:14:09.259 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40132024-10-18T21:14:10.851Z[ recovery-image] Oct 18 21:14:09.279 INFO O| Oct 18 21:14:09.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
40142024-10-18T21:14:10.851Z[ recovery-image] Oct 18 21:14:09.279 INFO O| Oct 18 21:14:09.279 INFO STEP 52 (remove_files) COMPLETE
40152024-10-18T21:14:10.851Z[ recovery-image] Oct 18 21:14:09.279 INFO O| Oct 18 21:14:09.279 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40162024-10-18T21:14:10.876Z[ recovery-image] Oct 18 21:14:09.303 INFO O| Oct 18 21:14:09.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
40172024-10-18T21:14:10.882Z[ recovery-image] Oct 18 21:14:09.304 INFO O| Oct 18 21:14:09.304 INFO STEP 53 (remove_files) COMPLETE
40182024-10-18T21:14:10.882Z[ recovery-image] Oct 18 21:14:09.304 INFO O| Oct 18 21:14:09.304 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40192024-10-18T21:14:10.932Z[ recovery-image] Oct 18 21:14:09.359 INFO O| Oct 18 21:14:09.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
40202024-10-18T21:14:10.932Z[ recovery-image] Oct 18 21:14:09.359 INFO O| Oct 18 21:14:09.359 INFO STEP 54 (remove_files) COMPLETE
40212024-10-18T21:14:10.932Z[ recovery-image] Oct 18 21:14:09.359 INFO O| Oct 18 21:14:09.359 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40222024-10-18T21:14:10.993Z[ recovery-image] Oct 18 21:14:09.420 INFO O| Oct 18 21:14:09.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
40232024-10-18T21:14:10.993Z[ recovery-image] Oct 18 21:14:09.420 INFO O| Oct 18 21:14:09.420 INFO STEP 55 (remove_files) COMPLETE
40242024-10-18T21:14:10.996Z[ recovery-image] Oct 18 21:14:09.420 INFO O| Oct 18 21:14:09.420 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40252024-10-18T21:14:11.031Z[ recovery-image] Oct 18 21:14:09.459 INFO O| Oct 18 21:14:09.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
40262024-10-18T21:14:11.031Z[ recovery-image] Oct 18 21:14:09.459 INFO O| Oct 18 21:14:09.459 INFO STEP 56 (remove_files) COMPLETE
40272024-10-18T21:14:11.032Z[ recovery-image] Oct 18 21:14:09.459 INFO O| Oct 18 21:14:09.459 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40282024-10-18T21:14:11.051Z[ recovery-image] Oct 18 21:14:09.479 INFO O| Oct 18 21:14:09.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
40292024-10-18T21:14:11.052Z[ recovery-image] Oct 18 21:14:09.479 INFO O| Oct 18 21:14:09.479 INFO STEP 57 (remove_files) COMPLETE
40302024-10-18T21:14:11.052Z[ recovery-image] Oct 18 21:14:09.479 INFO O| Oct 18 21:14:09.479 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40312024-10-18T21:14:11.068Z[ recovery-image] Oct 18 21:14:09.495 INFO O| Oct 18 21:14:09.495 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
40322024-10-18T21:14:11.068Z[ recovery-image] Oct 18 21:14:09.495 INFO O| Oct 18 21:14:09.495 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
40332024-10-18T21:14:11.071Z[ recovery-image] Oct 18 21:14:09.496 INFO O| Oct 18 21:14:09.495 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40342024-10-18T21:14:11.071Z[ recovery-image] Oct 18 21:14:09.496 INFO O| Oct 18 21:14:09.496 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40352024-10-18T21:14:11.071Z[ recovery-image] Oct 18 21:14:09.496 INFO O| Oct 18 21:14:09.496 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40362024-10-18T21:14:11.071Z[ recovery-image] Oct 18 21:14:09.496 INFO O| Oct 18 21:14:09.496 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40372024-10-18T21:14:11.071Z[ recovery-image] Oct 18 21:14:09.496 INFO O| Oct 18 21:14:09.496 INFO ok!
40382024-10-18T21:14:11.071Z[ recovery-image] Oct 18 21:14:09.496 INFO O| Oct 18 21:14:09.496 INFO STEP 58 (ensure_file) COMPLETE
40392024-10-18T21:14:11.071Z[ recovery-image] Oct 18 21:14:09.496 INFO O| Oct 18 21:14:09.496 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40402024-10-18T21:14:11.085Z[ recovery-image] Oct 18 21:14:09.512 INFO O| Oct 18 21:14:09.512 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
40412024-10-18T21:14:11.085Z[ recovery-image] Oct 18 21:14:09.512 INFO O| Oct 18 21:14:09.512 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
40422024-10-18T21:14:11.087Z[ recovery-image] Oct 18 21:14:09.512 INFO O| Oct 18 21:14:09.512 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40432024-10-18T21:14:11.087Z[ recovery-image] Oct 18 21:14:09.512 INFO O| Oct 18 21:14:09.512 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40442024-10-18T21:14:11.087Z[ recovery-image] Oct 18 21:14:09.512 INFO O| Oct 18 21:14:09.512 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40452024-10-18T21:14:11.087Z[ recovery-image] Oct 18 21:14:09.512 INFO O| Oct 18 21:14:09.512 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40462024-10-18T21:14:11.087Z[ recovery-image] Oct 18 21:14:09.512 INFO O| Oct 18 21:14:09.512 INFO ok!
40472024-10-18T21:14:11.087Z[ recovery-image] Oct 18 21:14:09.512 INFO O| Oct 18 21:14:09.512 INFO STEP 59 (ensure_file) COMPLETE
40482024-10-18T21:14:11.087Z[ recovery-image] Oct 18 21:14:09.512 INFO O| Oct 18 21:14:09.512 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40492024-10-18T21:14:11.105Z[ recovery-image] Oct 18 21:14:09.533 INFO O| Oct 18 21:14:09.533 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
40502024-10-18T21:14:11.105Z[ recovery-image] Oct 18 21:14:09.533 INFO O| Oct 18 21:14:09.533 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
40512024-10-18T21:14:11.109Z[ recovery-image] Oct 18 21:14:09.533 INFO O| Oct 18 21:14:09.533 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
40522024-10-18T21:14:11.109Z[ recovery-image] Oct 18 21:14:09.533 INFO O| Oct 18 21:14:09.533 INFO ok!
40532024-10-18T21:14:11.109Z[ recovery-image] Oct 18 21:14:09.533 INFO O| Oct 18 21:14:09.533 INFO STEP 60 (ensure_file) COMPLETE
40542024-10-18T21:14:11.109Z[ recovery-image] Oct 18 21:14:09.533 INFO O| Oct 18 21:14:09.533 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40552024-10-18T21:14:11.121Z[ recovery-image] Oct 18 21:14:09.549 INFO O| Oct 18 21:14:09.549 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
40562024-10-18T21:14:11.121Z[ recovery-image] Oct 18 21:14:09.549 INFO O| Oct 18 21:14:09.549 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
40572024-10-18T21:14:11.124Z[ recovery-image] Oct 18 21:14:09.549 INFO O| Oct 18 21:14:09.549 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
40582024-10-18T21:14:11.124Z[ recovery-image] Oct 18 21:14:09.549 INFO O| Oct 18 21:14:09.549 INFO ok!
40592024-10-18T21:14:11.124Z[ recovery-image] Oct 18 21:14:09.549 INFO O| Oct 18 21:14:09.549 INFO STEP 61 (ensure_file) COMPLETE
40602024-10-18T21:14:11.124Z[ recovery-image] Oct 18 21:14:09.549 INFO O| Oct 18 21:14:09.549 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40612024-10-18T21:14:11.136Z[ recovery-image] Oct 18 21:14:09.564 INFO O| Oct 18 21:14:09.564 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
40622024-10-18T21:14:11.136Z[ recovery-image] Oct 18 21:14:09.564 INFO O| Oct 18 21:14:09.564 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
40632024-10-18T21:14:11.139Z[ recovery-image] Oct 18 21:14:09.564 INFO O| Oct 18 21:14:09.564 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40642024-10-18T21:14:11.139Z[ recovery-image] Oct 18 21:14:09.564 INFO O| Oct 18 21:14:09.564 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40652024-10-18T21:14:11.139Z[ recovery-image] Oct 18 21:14:09.564 INFO O| Oct 18 21:14:09.564 INFO ok!
40662024-10-18T21:14:11.139Z[ recovery-image] Oct 18 21:14:09.564 INFO O| Oct 18 21:14:09.564 INFO STEP 62 (ensure_file) COMPLETE
40672024-10-18T21:14:11.139Z[ recovery-image] Oct 18 21:14:09.564 INFO O| Oct 18 21:14:09.564 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40682024-10-18T21:14:11.158Z[ recovery-image] Oct 18 21:14:09.584 INFO O| Oct 18 21:14:09.584 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
40692024-10-18T21:14:11.158Z[ recovery-image] Oct 18 21:14:09.584 INFO O| Oct 18 21:14:09.584 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
40702024-10-18T21:14:11.163Z[ recovery-image] Oct 18 21:14:09.585 INFO O| Oct 18 21:14:09.585 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40712024-10-18T21:14:11.163Z[ recovery-image] Oct 18 21:14:09.585 INFO O| Oct 18 21:14:09.585 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40722024-10-18T21:14:11.163Z[ recovery-image] Oct 18 21:14:09.585 INFO O| Oct 18 21:14:09.585 INFO ok!
40732024-10-18T21:14:11.163Z[ recovery-image] Oct 18 21:14:09.585 INFO O| Oct 18 21:14:09.585 INFO STEP 63 (ensure_file) COMPLETE
40742024-10-18T21:14:11.163Z[ recovery-image] Oct 18 21:14:09.585 INFO O| Oct 18 21:14:09.585 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40752024-10-18T21:14:11.176Z[ recovery-image] Oct 18 21:14:09.603 INFO O| Oct 18 21:14:09.603 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
40762024-10-18T21:14:11.176Z[ recovery-image] Oct 18 21:14:09.603 INFO O| Oct 18 21:14:09.603 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
40772024-10-18T21:14:11.180Z[ recovery-image] Oct 18 21:14:09.603 INFO O| Oct 18 21:14:09.603 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
40782024-10-18T21:14:11.180Z[ recovery-image] Oct 18 21:14:09.604 INFO O| Oct 18 21:14:09.604 INFO ok!
40792024-10-18T21:14:11.180Z[ recovery-image] Oct 18 21:14:09.604 INFO O| Oct 18 21:14:09.604 INFO STEP 64 (assemble_files) COMPLETE
40802024-10-18T21:14:11.180Z[ recovery-image] Oct 18 21:14:09.604 INFO O| Oct 18 21:14:09.604 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40812024-10-18T21:14:11.217Z[ recovery-image] Oct 18 21:14:09.645 INFO O| Oct 18 21:14:09.644 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
40822024-10-18T21:14:11.217Z[ recovery-image] Oct 18 21:14:09.645 INFO O| Oct 18 21:14:09.645 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
40832024-10-18T21:14:11.220Z[ recovery-image] Oct 18 21:14:09.645 INFO O| Oct 18 21:14:09.645 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40842024-10-18T21:14:11.220Z[ recovery-image] Oct 18 21:14:09.645 INFO O| Oct 18 21:14:09.645 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40852024-10-18T21:14:11.220Z[ recovery-image] Oct 18 21:14:09.645 INFO O| Oct 18 21:14:09.645 INFO ok!
40862024-10-18T21:14:11.220Z[ recovery-image] Oct 18 21:14:09.645 INFO O| Oct 18 21:14:09.645 INFO STEP 65 (ensure_file) COMPLETE
40872024-10-18T21:14:11.220Z[ recovery-image] Oct 18 21:14:09.646 INFO O| Oct 18 21:14:09.645 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40882024-10-18T21:14:11.220Z[ recovery-image] Oct 18 21:14:09.646 INFO O| Oct 18 21:14:09.646 INFO skip step because feature "omicron1" is not enabled
40892024-10-18T21:14:11.220Z[ recovery-image] Oct 18 21:14:09.646 INFO O| Oct 18 21:14:09.646 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40902024-10-18T21:14:11.220Z[ recovery-image] Oct 18 21:14:09.646 INFO O| Oct 18 21:14:09.646 INFO skip step because feature "omicron1" is not enabled
40912024-10-18T21:14:11.220Z[ recovery-image] Oct 18 21:14:09.646 INFO O| Oct 18 21:14:09.646 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40922024-10-18T21:14:11.220Z[ recovery-image] Oct 18 21:14:09.646 INFO O| Oct 18 21:14:09.646 INFO skip step because feature "omicron1" is not enabled
40932024-10-18T21:14:11.220Z[ recovery-image] Oct 18 21:14:09.646 INFO O| Oct 18 21:14:09.646 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40942024-10-18T21:14:11.257Z[ recovery-image] Oct 18 21:14:09.683 INFO O| Oct 18 21:14:09.683 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
40952024-10-18T21:14:11.257Z[ recovery-image] Oct 18 21:14:09.684 INFO O| Oct 18 21:14:09.684 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
40962024-10-18T21:14:14.053Z[ host-image] Oct 18 21:14:12.480 INFO O| Oct 18 21:14:12.479 INFO O| Planning: Solver setup ... Done
40972024-10-18T21:14:14.060Z[ host-image] Oct 18 21:14:12.487 INFO O| Oct 18 21:14:12.487 INFO O| Planning: Running solver ... Done
40982024-10-18T21:14:14.152Z[ host-image] Oct 18 21:14:12.579 INFO O| Oct 18 21:14:12.579 INFO O| Planning: Finding local manifests ... Done
40992024-10-18T21:14:14.155Z[ host-image] Oct 18 21:14:12.581 INFO O| Oct 18 21:14:12.581 INFO O| Planning: Fetching manifests: 0/4 0% complete
41002024-10-18T21:14:14.525Z[ recovery-image] Oct 18 21:14:12.951 INFO O| Oct 18 21:14:12.951 INFO STEP 69 (pack_tar) COMPLETE
41012024-10-18T21:14:14.525Z[ recovery-image] Oct 18 21:14:12.951 INFO O| Oct 18 21:14:12.951 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41022024-10-18T21:14:14.525Z[ recovery-image] Oct 18 21:14:12.951 INFO O| Oct 18 21:14:12.951 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41032024-10-18T21:14:14.599Z[ host-image] Oct 18 21:14:13.026 INFO O| Oct 18 21:14:13.026 INFO O| Planning: Fetching manifests: 4/4 100% complete
41042024-10-18T21:14:14.652Z[ host-image] Oct 18 21:14:13.079 INFO O| Oct 18 21:14:13.079 INFO O| Planning: Package planning ... Done
41052024-10-18T21:14:14.659Z[ host-image] Oct 18 21:14:13.087 INFO O| Oct 18 21:14:13.087 INFO O| Planning: Merging actions ... Done
41062024-10-18T21:14:14.735Z[ recovery-image] Oct 18 21:14:13.162 INFO O| Oct 18 21:14:13.162 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41072024-10-18T21:14:14.829Z[ recovery-image] Oct 18 21:14:13.256 INFO O| Oct 18 21:14:13.256 INFO completed processing gimlet/ramdisk-02-trim
41082024-10-18T21:14:14.833Z[ recovery-image] Oct 18 21:14:13.259 INFO image builder template: ramdisk-03-recovery-trim...
41092024-10-18T21:14:14.833Z[ recovery-image] Oct 18 21:14:13.259 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/.tmp9zAH94/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.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None
41102024-10-18T21:14:14.902Z[ host-image] Oct 18 21:14:13.329 INFO O| Oct 18 21:14:13.329 INFO O| Planning: Checking for conflicting actions ... Done
41112024-10-18T21:14:14.904Z[ host-image] Oct 18 21:14:13.331 INFO O| Oct 18 21:14:13.331 INFO O| Planning: Consolidating action changes ... Done
41122024-10-18T21:14:15.032Z[ recovery-image] Oct 18 21:14:13.457 INFO O| Oct 18 21:14:13.456 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41132024-10-18T21:14:15.039Z[ recovery-image] Oct 18 21:14:13.465 INFO O| Oct 18 21:14:13.465 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41142024-10-18T21:14:15.124Z[ recovery-image] Oct 18 21:14:13.550 INFO O| Oct 18 21:14:13.550 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
41152024-10-18T21:14:15.224Z[ recovery-image] Oct 18 21:14:13.652 INFO O| Oct 18 21:14:13.652 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41162024-10-18T21:14:15.227Z[ recovery-image] Oct 18 21:14:13.652 INFO O| Oct 18 21:14:13.652 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41172024-10-18T21:14:15.244Z[ recovery-image] Oct 18 21:14:13.671 INFO O| Oct 18 21:14:13.671 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
41182024-10-18T21:14:15.261Z[ recovery-image] Oct 18 21:14:13.688 INFO O| Oct 18 21:14:13.688 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41192024-10-18T21:14:15.281Z[ recovery-image] Oct 18 21:14:13.708 INFO O| Oct 18 21:14:13.708 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41202024-10-18T21:14:15.406Z[ host-image] Oct 18 21:14:13.833 INFO O| Oct 18 21:14:13.833 INFO O| Planning: Evaluating mediators ... Done
41212024-10-18T21:14:15.406Z[ host-image] Oct 18 21:14:13.833 INFO O| Oct 18 21:14:13.833 INFO O| Planning: Planning completed in 5.45 seconds
41222024-10-18T21:14:15.409Z[ host-image] Oct 18 21:14:13.833 INFO O| Oct 18 21:14:13.833 INFO O| Packages to install: 4
41232024-10-18T21:14:15.410Z[ host-image] Oct 18 21:14:13.833 INFO O| Oct 18 21:14:13.833 INFO O| Services to change: 2
41242024-10-18T21:14:15.424Z[ host-image] Oct 18 21:14:13.851 INFO O| Oct 18 21:14:13.851 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
41252024-10-18T21:14:15.806Z[ recovery-image] Oct 18 21:14:14.233 INFO O| Oct 18 21:14:14.233 INFO rolled back to input snapshot; work may begin
41262024-10-18T21:14:15.806Z[ recovery-image] Oct 18 21:14:14.233 INFO O| Oct 18 21:14:14.233 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41272024-10-18T21:14:15.828Z[ recovery-image] Oct 18 21:14:14.255 INFO O| Oct 18 21:14:14.255 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41282024-10-18T21:14:15.848Z[ recovery-image] Oct 18 21:14:14.275 INFO O| Oct 18 21:14:14.275 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
41292024-10-18T21:14:15.929Z[ recovery-image] Oct 18 21:14:14.355 INFO O| Oct 18 21:14:14.355 INFO STEP 0 (remove_files) COMPLETE
41302024-10-18T21:14:15.929Z[ recovery-image] Oct 18 21:14:14.355 INFO O| Oct 18 21:14:14.355 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41312024-10-18T21:14:15.948Z[ recovery-image] Oct 18 21:14:14.375 INFO O| Oct 18 21:14:14.375 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
41322024-10-18T21:14:16.308Z[ recovery-image] Oct 18 21:14:14.735 INFO O| Oct 18 21:14:14.735 INFO STEP 1 (remove_files) COMPLETE
41332024-10-18T21:14:16.308Z[ recovery-image] Oct 18 21:14:14.735 INFO O| Oct 18 21:14:14.735 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41342024-10-18T21:14:16.376Z[ recovery-image] Oct 18 21:14:14.803 INFO O| Oct 18 21:14:14.803 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
41352024-10-18T21:14:16.406Z[ recovery-image] Oct 18 21:14:14.833 INFO O| Oct 18 21:14:14.832 INFO STEP 2 (remove_files) COMPLETE
41362024-10-18T21:14:16.408Z[ recovery-image] Oct 18 21:14:14.833 INFO O| Oct 18 21:14:14.833 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41372024-10-18T21:14:16.427Z[ recovery-image] Oct 18 21:14:14.854 INFO O| Oct 18 21:14:14.854 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
41382024-10-18T21:14:16.538Z[ recovery-image] Oct 18 21:14:14.964 INFO O| Oct 18 21:14:14.964 INFO STEP 3 (remove_files) COMPLETE
41392024-10-18T21:14:16.538Z[ recovery-image] Oct 18 21:14:14.964 INFO O| Oct 18 21:14:14.964 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41402024-10-18T21:14:16.556Z[ recovery-image] Oct 18 21:14:14.983 INFO O| Oct 18 21:14:14.983 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
41412024-10-18T21:14:16.643Z[ host-image] Oct 18 21:14:15.070 INFO O| Oct 18 21:14:15.070 INFO O| Download: Completed 1.39 MB in 1.22 seconds (1.1M/s)
41422024-10-18T21:14:16.688Z[ host-image] Oct 18 21:14:15.115 INFO O| Oct 18 21:14:15.114 INFO O| Actions: 1/238 actions (Installing new actions)
41432024-10-18T21:14:16.829Z[ recovery-image] Oct 18 21:14:15.254 INFO O| Oct 18 21:14:15.254 INFO STEP 4 (remove_files) COMPLETE
41442024-10-18T21:14:16.829Z[ recovery-image] Oct 18 21:14:15.254 INFO O| Oct 18 21:14:15.254 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41452024-10-18T21:14:16.874Z[ recovery-image] Oct 18 21:14:15.300 INFO O| Oct 18 21:14:15.300 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
41462024-10-18T21:14:16.946Z[ recovery-image] Oct 18 21:14:15.372 INFO O| Oct 18 21:14:15.372 INFO STEP 5 (remove_files) COMPLETE
41472024-10-18T21:14:16.946Z[ recovery-image] Oct 18 21:14:15.372 INFO O| Oct 18 21:14:15.372 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41482024-10-18T21:14:16.971Z[ recovery-image] Oct 18 21:14:15.398 INFO O| Oct 18 21:14:15.398 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
41492024-10-18T21:14:16.986Z[ recovery-image] Oct 18 21:14:15.413 INFO O| Oct 18 21:14:15.413 INFO STEP 6 (remove_files) COMPLETE
41502024-10-18T21:14:16.986Z[ recovery-image] Oct 18 21:14:15.413 INFO O| Oct 18 21:14:15.413 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41512024-10-18T21:14:17.029Z[ recovery-image] Oct 18 21:14:15.454 INFO O| Oct 18 21:14:15.454 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
41522024-10-18T21:14:17.032Z[ recovery-image] Oct 18 21:14:15.458 INFO O| Oct 18 21:14:15.458 INFO STEP 7 (remove_files) COMPLETE
41532024-10-18T21:14:17.032Z[ recovery-image] Oct 18 21:14:15.458 INFO O| Oct 18 21:14:15.458 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41542024-10-18T21:14:17.052Z[ host-image] Oct 18 21:14:15.479 INFO O| Oct 18 21:14:15.479 INFO O| Actions: Completed 238 actions in 0.36 seconds.
41552024-10-18T21:14:17.056Z[ recovery-image] Oct 18 21:14:15.483 INFO O| Oct 18 21:14:15.483 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
41562024-10-18T21:14:17.098Z[ recovery-image] Oct 18 21:14:15.523 INFO O| Oct 18 21:14:15.523 INFO STEP 8 (remove_files) COMPLETE
41572024-10-18T21:14:17.098Z[ recovery-image] Oct 18 21:14:15.523 INFO O| Oct 18 21:14:15.523 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-10-18T21:14:17.140Z[ recovery-image] Oct 18 21:14:15.564 INFO O| Oct 18 21:14:15.564 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
41592024-10-18T21:14:17.144Z[ recovery-image] Oct 18 21:14:15.566 INFO O| Oct 18 21:14:15.566 INFO STEP 9 (remove_files) COMPLETE
41602024-10-18T21:14:17.145Z[ recovery-image] Oct 18 21:14:15.566 INFO O| Oct 18 21:14:15.566 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41612024-10-18T21:14:17.178Z[ recovery-image] Oct 18 21:14:15.604 INFO O| Oct 18 21:14:15.604 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
41622024-10-18T21:14:17.182Z[ recovery-image] Oct 18 21:14:15.606 INFO O| Oct 18 21:14:15.606 INFO STEP 10 (remove_files) COMPLETE
41632024-10-18T21:14:17.182Z[ recovery-image] Oct 18 21:14:15.606 INFO O| Oct 18 21:14:15.606 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-10-18T21:14:17.223Z[ recovery-image] Oct 18 21:14:15.649 INFO O| Oct 18 21:14:15.649 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
41652024-10-18T21:14:17.335Z[ recovery-image] Oct 18 21:14:15.761 INFO O| Oct 18 21:14:15.761 INFO STEP 11 (remove_files) COMPLETE
41662024-10-18T21:14:17.335Z[ recovery-image] Oct 18 21:14:15.762 INFO O| Oct 18 21:14:15.761 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-10-18T21:14:17.359Z[ recovery-image] Oct 18 21:14:15.785 INFO O| Oct 18 21:14:15.785 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
41682024-10-18T21:14:17.385Z[ recovery-image] Oct 18 21:14:15.812 INFO O| Oct 18 21:14:15.812 INFO STEP 12 (remove_files) COMPLETE
41692024-10-18T21:14:17.385Z[ recovery-image] Oct 18 21:14:15.812 INFO O| Oct 18 21:14:15.812 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41702024-10-18T21:14:17.406Z[ recovery-image] Oct 18 21:14:15.833 INFO O| Oct 18 21:14:15.832 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
41712024-10-18T21:14:17.447Z[ recovery-image] Oct 18 21:14:15.874 INFO O| Oct 18 21:14:15.874 INFO STEP 13 (remove_files) COMPLETE
41722024-10-18T21:14:17.447Z[ recovery-image] Oct 18 21:14:15.874 INFO O| Oct 18 21:14:15.874 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-10-18T21:14:17.468Z[ recovery-image] Oct 18 21:14:15.895 INFO O| Oct 18 21:14:15.895 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
41742024-10-18T21:14:17.484Z[ recovery-image] Oct 18 21:14:15.911 INFO O| Oct 18 21:14:15.911 INFO STEP 14 (remove_files) COMPLETE
41752024-10-18T21:14:17.484Z[ recovery-image] Oct 18 21:14:15.911 INFO O| Oct 18 21:14:15.911 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-10-18T21:14:17.505Z[ recovery-image] Oct 18 21:14:15.932 INFO O| Oct 18 21:14:15.932 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
41772024-10-18T21:14:17.549Z[ recovery-image] Oct 18 21:14:15.975 INFO O| Oct 18 21:14:15.975 INFO STEP 15 (remove_files) COMPLETE
41782024-10-18T21:14:17.549Z[ recovery-image] Oct 18 21:14:15.975 INFO O| Oct 18 21:14:15.975 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-10-18T21:14:17.566Z[ host-image] Oct 18 21:14:15.992 INFO O| Oct 18 21:14:15.992 INFO O| Done
41802024-10-18T21:14:17.566Z[ host-image] Oct 18 21:14:15.992 INFO O| Oct 18 21:14:15.992 INFO O| Done
41812024-10-18T21:14:17.585Z[ recovery-image] Oct 18 21:14:15.994 INFO O| Oct 18 21:14:15.994 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
41822024-10-18T21:14:17.701Z[ recovery-image] Oct 18 21:14:16.127 INFO O| Oct 18 21:14:16.127 INFO STEP 16 (remove_files) COMPLETE
41832024-10-18T21:14:17.702Z[ recovery-image] Oct 18 21:14:16.127 INFO O| Oct 18 21:14:16.127 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41842024-10-18T21:14:17.739Z[ recovery-image] Oct 18 21:14:16.165 INFO O| Oct 18 21:14:16.165 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
41852024-10-18T21:14:17.759Z[ recovery-image] Oct 18 21:14:16.165 INFO O| Oct 18 21:14:16.165 INFO STEP 17 (remove_files) COMPLETE
41862024-10-18T21:14:17.759Z[ recovery-image] Oct 18 21:14:16.165 INFO O| Oct 18 21:14:16.165 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41872024-10-18T21:14:17.759Z[ recovery-image] Oct 18 21:14:16.185 INFO O| Oct 18 21:14:16.184 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
41882024-10-18T21:14:17.784Z[ recovery-image] Oct 18 21:14:16.208 INFO O| Oct 18 21:14:16.208 INFO STEP 18 (remove_files) COMPLETE
41892024-10-18T21:14:17.784Z[ recovery-image] Oct 18 21:14:16.208 INFO O| Oct 18 21:14:16.208 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41902024-10-18T21:14:17.853Z[ recovery-image] Oct 18 21:14:16.279 INFO O| Oct 18 21:14:16.279 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
41912024-10-18T21:14:18.204Z[ recovery-image] Oct 18 21:14:16.630 INFO O| Oct 18 21:14:16.630 INFO STEP 19 (remove_files) COMPLETE
41922024-10-18T21:14:18.204Z[ recovery-image] Oct 18 21:14:16.630 INFO O| Oct 18 21:14:16.630 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41932024-10-18T21:14:18.242Z[ recovery-image] Oct 18 21:14:16.669 INFO O| Oct 18 21:14:16.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
41942024-10-18T21:14:18.245Z[ recovery-image] Oct 18 21:14:16.670 INFO O| Oct 18 21:14:16.670 INFO STEP 20 (remove_files) COMPLETE
41952024-10-18T21:14:18.245Z[ recovery-image] Oct 18 21:14:16.670 INFO O| Oct 18 21:14:16.670 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41962024-10-18T21:14:18.271Z[ recovery-image] Oct 18 21:14:16.697 INFO O| Oct 18 21:14:16.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
41972024-10-18T21:14:18.273Z[ recovery-image] Oct 18 21:14:16.698 INFO O| Oct 18 21:14:16.698 INFO STEP 21 (remove_files) COMPLETE
41982024-10-18T21:14:18.273Z[ recovery-image] Oct 18 21:14:16.698 INFO O| Oct 18 21:14:16.698 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41992024-10-18T21:14:18.328Z[ recovery-image] Oct 18 21:14:16.754 INFO O| Oct 18 21:14:16.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
42002024-10-18T21:14:18.330Z[ recovery-image] Oct 18 21:14:16.755 INFO O| Oct 18 21:14:16.755 INFO STEP 22 (remove_files) COMPLETE
42012024-10-18T21:14:18.330Z[ recovery-image] Oct 18 21:14:16.755 INFO O| Oct 18 21:14:16.755 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42022024-10-18T21:14:18.348Z[ recovery-image] Oct 18 21:14:16.775 INFO O| Oct 18 21:14:16.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
42032024-10-18T21:14:18.348Z[ recovery-image] Oct 18 21:14:16.775 INFO O| Oct 18 21:14:16.775 INFO STEP 23 (remove_files) COMPLETE
42042024-10-18T21:14:18.350Z[ recovery-image] Oct 18 21:14:16.775 INFO O| Oct 18 21:14:16.775 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42052024-10-18T21:14:18.367Z[ recovery-image] Oct 18 21:14:16.793 INFO O| Oct 18 21:14:16.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
42062024-10-18T21:14:18.367Z[ recovery-image] Oct 18 21:14:16.793 INFO O| Oct 18 21:14:16.793 INFO STEP 24 (remove_files) COMPLETE
42072024-10-18T21:14:18.369Z[ recovery-image] Oct 18 21:14:16.793 INFO O| Oct 18 21:14:16.793 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42082024-10-18T21:14:18.406Z[ recovery-image] Oct 18 21:14:16.833 INFO O| Oct 18 21:14:16.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
42092024-10-18T21:14:18.406Z[ recovery-image] Oct 18 21:14:16.833 INFO O| Oct 18 21:14:16.833 INFO STEP 25 (remove_files) COMPLETE
42102024-10-18T21:14:18.409Z[ recovery-image] Oct 18 21:14:16.833 INFO O| Oct 18 21:14:16.833 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42112024-10-18T21:14:18.544Z[ recovery-image] Oct 18 21:14:16.971 INFO O| Oct 18 21:14:16.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
42122024-10-18T21:14:18.547Z[ recovery-image] Oct 18 21:14:16.971 INFO O| Oct 18 21:14:16.971 INFO STEP 26 (remove_files) COMPLETE
42132024-10-18T21:14:18.547Z[ recovery-image] Oct 18 21:14:16.971 INFO O| Oct 18 21:14:16.971 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42142024-10-18T21:14:18.564Z[ recovery-image] Oct 18 21:14:16.991 INFO O| Oct 18 21:14:16.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
42152024-10-18T21:14:18.564Z[ recovery-image] Oct 18 21:14:16.991 INFO O| Oct 18 21:14:16.991 INFO STEP 27 (remove_files) COMPLETE
42162024-10-18T21:14:18.567Z[ recovery-image] Oct 18 21:14:16.991 INFO O| Oct 18 21:14:16.991 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42172024-10-18T21:14:18.621Z[ recovery-image] Oct 18 21:14:17.048 INFO O| Oct 18 21:14:17.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
42182024-10-18T21:14:18.621Z[ recovery-image] Oct 18 21:14:17.048 INFO O| Oct 18 21:14:17.048 INFO STEP 28 (remove_files) COMPLETE
42192024-10-18T21:14:18.621Z[ recovery-image] Oct 18 21:14:17.048 INFO O| Oct 18 21:14:17.048 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42202024-10-18T21:14:18.655Z[ host-image] Oct 18 21:14:17.082 INFO O| Oct 18 21:14:17.082 INFO O| Done
42212024-10-18T21:14:18.742Z[ recovery-image] Oct 18 21:14:17.110 INFO O| Oct 18 21:14:17.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
42222024-10-18T21:14:18.744Z[ recovery-image] Oct 18 21:14:17.110 INFO O| Oct 18 21:14:17.110 INFO STEP 29 (remove_files) COMPLETE
42232024-10-18T21:14:18.744Z[ recovery-image] Oct 18 21:14:17.110 INFO O| Oct 18 21:14:17.110 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42242024-10-18T21:14:18.744Z[ recovery-image] Oct 18 21:14:17.139 INFO O| Oct 18 21:14:17.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
42252024-10-18T21:14:18.744Z[ recovery-image] Oct 18 21:14:17.140 INFO O| Oct 18 21:14:17.139 INFO STEP 30 (remove_files) COMPLETE
42262024-10-18T21:14:18.744Z[ recovery-image] Oct 18 21:14:17.140 INFO O| Oct 18 21:14:17.140 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42272024-10-18T21:14:18.744Z[ recovery-image] Oct 18 21:14:17.160 INFO O| Oct 18 21:14:17.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
42282024-10-18T21:14:18.744Z[ recovery-image] Oct 18 21:14:17.160 INFO O| Oct 18 21:14:17.160 INFO STEP 31 (remove_files) COMPLETE
42292024-10-18T21:14:18.744Z[ recovery-image] Oct 18 21:14:17.160 INFO O| Oct 18 21:14:17.160 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42302024-10-18T21:14:18.753Z[ recovery-image] Oct 18 21:14:17.179 INFO O| Oct 18 21:14:17.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
42312024-10-18T21:14:18.766Z[ recovery-image] Oct 18 21:14:17.193 INFO O| Oct 18 21:14:17.193 INFO STEP 32 (remove_files) COMPLETE
42322024-10-18T21:14:18.766Z[ recovery-image] Oct 18 21:14:17.193 INFO O| Oct 18 21:14:17.193 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42332024-10-18T21:14:18.784Z[ recovery-image] Oct 18 21:14:17.210 INFO O| Oct 18 21:14:17.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
42342024-10-18T21:14:18.788Z[ recovery-image] Oct 18 21:14:17.215 INFO O| Oct 18 21:14:17.215 INFO STEP 33 (remove_files) COMPLETE
42352024-10-18T21:14:18.788Z[ recovery-image] Oct 18 21:14:17.215 INFO O| Oct 18 21:14:17.215 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42362024-10-18T21:14:18.808Z[ recovery-image] Oct 18 21:14:17.235 INFO O| Oct 18 21:14:17.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
42372024-10-18T21:14:18.829Z[ recovery-image] Oct 18 21:14:17.256 INFO O| Oct 18 21:14:17.256 INFO STEP 34 (remove_files) COMPLETE
42382024-10-18T21:14:18.829Z[ recovery-image] Oct 18 21:14:17.256 INFO O| Oct 18 21:14:17.256 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42392024-10-18T21:14:18.890Z[ recovery-image] Oct 18 21:14:17.316 INFO O| Oct 18 21:14:17.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
42402024-10-18T21:14:18.910Z[ recovery-image] Oct 18 21:14:17.337 INFO O| Oct 18 21:14:17.337 INFO STEP 35 (remove_files) COMPLETE
42412024-10-18T21:14:18.910Z[ recovery-image] Oct 18 21:14:17.337 INFO O| Oct 18 21:14:17.337 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42422024-10-18T21:14:18.969Z[ recovery-image] Oct 18 21:14:17.396 INFO O| Oct 18 21:14:17.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
42432024-10-18T21:14:18.969Z[ recovery-image] Oct 18 21:14:17.396 INFO O| Oct 18 21:14:17.396 INFO STEP 36 (remove_files) COMPLETE
42442024-10-18T21:14:18.969Z[ recovery-image] Oct 18 21:14:17.396 INFO O| Oct 18 21:14:17.396 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42452024-10-18T21:14:19.033Z[ recovery-image] Oct 18 21:14:17.460 INFO O| Oct 18 21:14:17.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
42462024-10-18T21:14:19.058Z[ recovery-image] Oct 18 21:14:17.484 INFO O| Oct 18 21:14:17.484 INFO STEP 37 (remove_files) COMPLETE
42472024-10-18T21:14:19.058Z[ recovery-image] Oct 18 21:14:17.484 INFO O| Oct 18 21:14:17.484 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42482024-10-18T21:14:19.095Z[ recovery-image] Oct 18 21:14:17.521 INFO O| Oct 18 21:14:17.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
42492024-10-18T21:14:19.095Z[ recovery-image] Oct 18 21:14:17.522 INFO O| Oct 18 21:14:17.522 INFO STEP 38 (remove_files) COMPLETE
42502024-10-18T21:14:19.095Z[ recovery-image] Oct 18 21:14:17.522 INFO O| Oct 18 21:14:17.522 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42512024-10-18T21:14:19.156Z[ recovery-image] Oct 18 21:14:17.583 INFO O| Oct 18 21:14:17.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
42522024-10-18T21:14:19.159Z[ recovery-image] Oct 18 21:14:17.583 INFO O| Oct 18 21:14:17.583 INFO STEP 39 (remove_files) COMPLETE
42532024-10-18T21:14:19.159Z[ recovery-image] Oct 18 21:14:17.583 INFO O| Oct 18 21:14:17.583 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42542024-10-18T21:14:19.176Z[ recovery-image] Oct 18 21:14:17.602 INFO O| Oct 18 21:14:17.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
42552024-10-18T21:14:19.178Z[ recovery-image] Oct 18 21:14:17.603 INFO O| Oct 18 21:14:17.602 INFO STEP 40 (remove_files) COMPLETE
42562024-10-18T21:14:19.178Z[ recovery-image] Oct 18 21:14:17.603 INFO O| Oct 18 21:14:17.602 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42572024-10-18T21:14:19.195Z[ recovery-image] Oct 18 21:14:17.622 INFO O| Oct 18 21:14:17.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
42582024-10-18T21:14:19.197Z[ recovery-image] Oct 18 21:14:17.622 INFO O| Oct 18 21:14:17.622 INFO STEP 41 (remove_files) COMPLETE
42592024-10-18T21:14:19.197Z[ recovery-image] Oct 18 21:14:17.622 INFO O| Oct 18 21:14:17.622 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42602024-10-18T21:14:19.214Z[ recovery-image] Oct 18 21:14:17.641 INFO O| Oct 18 21:14:17.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
42612024-10-18T21:14:19.216Z[ recovery-image] Oct 18 21:14:17.641 INFO O| Oct 18 21:14:17.641 INFO STEP 42 (remove_files) COMPLETE
42622024-10-18T21:14:19.216Z[ recovery-image] Oct 18 21:14:17.641 INFO O| Oct 18 21:14:17.641 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42632024-10-18T21:14:19.235Z[ recovery-image] Oct 18 21:14:17.662 INFO O| Oct 18 21:14:17.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
42642024-10-18T21:14:19.238Z[ recovery-image] Oct 18 21:14:17.662 INFO O| Oct 18 21:14:17.662 INFO STEP 43 (remove_files) COMPLETE
42652024-10-18T21:14:19.238Z[ recovery-image] Oct 18 21:14:17.662 INFO O| Oct 18 21:14:17.662 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42662024-10-18T21:14:19.267Z[ recovery-image] Oct 18 21:14:17.693 INFO O| Oct 18 21:14:17.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
42672024-10-18T21:14:19.267Z[ recovery-image] Oct 18 21:14:17.693 INFO O| Oct 18 21:14:17.693 INFO STEP 44 (remove_files) COMPLETE
42682024-10-18T21:14:19.267Z[ recovery-image] Oct 18 21:14:17.693 INFO O| Oct 18 21:14:17.693 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42692024-10-18T21:14:19.313Z[ recovery-image] Oct 18 21:14:17.740 INFO O| Oct 18 21:14:17.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
42702024-10-18T21:14:19.316Z[ recovery-image] Oct 18 21:14:17.740 INFO O| Oct 18 21:14:17.740 INFO STEP 45 (remove_files) COMPLETE
42712024-10-18T21:14:19.316Z[ recovery-image] Oct 18 21:14:17.740 INFO O| Oct 18 21:14:17.740 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42722024-10-18T21:14:19.334Z[ recovery-image] Oct 18 21:14:17.760 INFO O| Oct 18 21:14:17.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
42732024-10-18T21:14:19.336Z[ recovery-image] Oct 18 21:14:17.761 INFO O| Oct 18 21:14:17.760 INFO STEP 46 (remove_files) COMPLETE
42742024-10-18T21:14:19.336Z[ recovery-image] Oct 18 21:14:17.761 INFO O| Oct 18 21:14:17.761 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42752024-10-18T21:14:19.359Z[ recovery-image] Oct 18 21:14:17.785 INFO O| Oct 18 21:14:17.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
42762024-10-18T21:14:19.359Z[ recovery-image] Oct 18 21:14:17.786 INFO O| Oct 18 21:14:17.785 INFO STEP 47 (remove_files) COMPLETE
42772024-10-18T21:14:19.362Z[ recovery-image] Oct 18 21:14:17.786 INFO O| Oct 18 21:14:17.786 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42782024-10-18T21:14:19.377Z[ recovery-image] Oct 18 21:14:17.804 INFO O| Oct 18 21:14:17.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
42792024-10-18T21:14:19.377Z[ recovery-image] Oct 18 21:14:17.804 INFO O| Oct 18 21:14:17.804 INFO STEP 48 (remove_files) COMPLETE
42802024-10-18T21:14:19.377Z[ recovery-image] Oct 18 21:14:17.804 INFO O| Oct 18 21:14:17.804 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42812024-10-18T21:14:19.394Z[ recovery-image] Oct 18 21:14:17.821 INFO O| Oct 18 21:14:17.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
42822024-10-18T21:14:19.394Z[ recovery-image] Oct 18 21:14:17.821 INFO O| Oct 18 21:14:17.821 INFO STEP 49 (remove_files) COMPLETE
42832024-10-18T21:14:19.394Z[ recovery-image] Oct 18 21:14:17.821 INFO O| Oct 18 21:14:17.821 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42842024-10-18T21:14:19.411Z[ recovery-image] Oct 18 21:14:17.838 INFO O| Oct 18 21:14:17.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
42852024-10-18T21:14:19.411Z[ recovery-image] Oct 18 21:14:17.838 INFO O| Oct 18 21:14:17.838 INFO STEP 50 (remove_files) COMPLETE
42862024-10-18T21:14:19.411Z[ recovery-image] Oct 18 21:14:17.838 INFO O| Oct 18 21:14:17.838 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42872024-10-18T21:14:19.451Z[ recovery-image] Oct 18 21:14:17.878 INFO O| Oct 18 21:14:17.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
42882024-10-18T21:14:19.454Z[ recovery-image] Oct 18 21:14:17.878 INFO O| Oct 18 21:14:17.878 INFO STEP 51 (remove_files) COMPLETE
42892024-10-18T21:14:19.454Z[ recovery-image] Oct 18 21:14:17.878 INFO O| Oct 18 21:14:17.878 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42902024-10-18T21:14:19.470Z[ recovery-image] Oct 18 21:14:17.897 INFO O| Oct 18 21:14:17.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
42912024-10-18T21:14:19.473Z[ recovery-image] Oct 18 21:14:17.897 INFO O| Oct 18 21:14:17.897 INFO STEP 52 (remove_files) COMPLETE
42922024-10-18T21:14:19.473Z[ recovery-image] Oct 18 21:14:17.897 INFO O| Oct 18 21:14:17.897 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42932024-10-18T21:14:19.542Z[ recovery-image] Oct 18 21:14:17.968 INFO O| Oct 18 21:14:17.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
42942024-10-18T21:14:19.562Z[ recovery-image] Oct 18 21:14:17.988 INFO O| Oct 18 21:14:17.988 INFO STEP 53 (remove_files) COMPLETE
42952024-10-18T21:14:19.562Z[ recovery-image] Oct 18 21:14:17.988 INFO O| Oct 18 21:14:17.988 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42962024-10-18T21:14:19.597Z[ recovery-image] Oct 18 21:14:18.024 INFO O| Oct 18 21:14:18.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
42972024-10-18T21:14:19.597Z[ recovery-image] Oct 18 21:14:18.024 INFO O| Oct 18 21:14:18.024 INFO STEP 54 (remove_files) COMPLETE
42982024-10-18T21:14:19.600Z[ recovery-image] Oct 18 21:14:18.024 INFO O| Oct 18 21:14:18.024 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42992024-10-18T21:14:19.657Z[ recovery-image] Oct 18 21:14:18.083 INFO O| Oct 18 21:14:18.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
43002024-10-18T21:14:19.657Z[ recovery-image] Oct 18 21:14:18.083 INFO O| Oct 18 21:14:18.083 INFO STEP 55 (remove_files) COMPLETE
43012024-10-18T21:14:19.657Z[ recovery-image] Oct 18 21:14:18.083 INFO O| Oct 18 21:14:18.083 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43022024-10-18T21:14:19.677Z[ recovery-image] Oct 18 21:14:18.103 INFO O| Oct 18 21:14:18.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
43032024-10-18T21:14:19.677Z[ recovery-image] Oct 18 21:14:18.103 INFO O| Oct 18 21:14:18.103 INFO STEP 56 (remove_files) COMPLETE
43042024-10-18T21:14:19.677Z[ recovery-image] Oct 18 21:14:18.103 INFO O| Oct 18 21:14:18.103 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43052024-10-18T21:14:19.716Z[ recovery-image] Oct 18 21:14:18.142 INFO O| Oct 18 21:14:18.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
43062024-10-18T21:14:19.716Z[ recovery-image] Oct 18 21:14:18.142 INFO O| Oct 18 21:14:18.142 INFO STEP 57 (remove_files) COMPLETE
43072024-10-18T21:14:19.716Z[ recovery-image] Oct 18 21:14:18.142 INFO O| Oct 18 21:14:18.142 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43082024-10-18T21:14:19.761Z[ recovery-image] Oct 18 21:14:18.187 INFO O| Oct 18 21:14:18.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
43092024-10-18T21:14:19.761Z[ recovery-image] Oct 18 21:14:18.187 INFO O| Oct 18 21:14:18.187 INFO STEP 58 (remove_files) COMPLETE
43102024-10-18T21:14:19.761Z[ recovery-image] Oct 18 21:14:18.187 INFO O| Oct 18 21:14:18.187 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43112024-10-18T21:14:19.796Z[ recovery-image] Oct 18 21:14:18.222 INFO O| Oct 18 21:14:18.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
43122024-10-18T21:14:19.796Z[ recovery-image] Oct 18 21:14:18.222 INFO O| Oct 18 21:14:18.222 INFO STEP 59 (remove_files) COMPLETE
43132024-10-18T21:14:19.796Z[ recovery-image] Oct 18 21:14:18.222 INFO O| Oct 18 21:14:18.222 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43142024-10-18T21:14:19.813Z[ recovery-image] Oct 18 21:14:18.240 INFO O| Oct 18 21:14:18.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
43152024-10-18T21:14:19.816Z[ recovery-image] Oct 18 21:14:18.241 INFO O| Oct 18 21:14:18.241 INFO STEP 60 (remove_files) COMPLETE
43162024-10-18T21:14:19.816Z[ recovery-image] Oct 18 21:14:18.241 INFO O| Oct 18 21:14:18.241 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43172024-10-18T21:14:19.837Z[ recovery-image] Oct 18 21:14:18.263 INFO O| Oct 18 21:14:18.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
43182024-10-18T21:14:19.837Z[ recovery-image] Oct 18 21:14:18.263 INFO O| Oct 18 21:14:18.263 INFO STEP 61 (remove_files) COMPLETE
43192024-10-18T21:14:19.839Z[ recovery-image] Oct 18 21:14:18.263 INFO O| Oct 18 21:14:18.263 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43202024-10-18T21:14:19.854Z[ recovery-image] Oct 18 21:14:18.281 INFO O| Oct 18 21:14:18.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
43212024-10-18T21:14:19.854Z[ recovery-image] Oct 18 21:14:18.281 INFO O| Oct 18 21:14:18.281 INFO STEP 62 (remove_files) COMPLETE
43222024-10-18T21:14:19.857Z[ recovery-image] Oct 18 21:14:18.281 INFO O| Oct 18 21:14:18.281 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-10-18T21:14:19.889Z[ recovery-image] Oct 18 21:14:18.315 INFO O| Oct 18 21:14:18.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
43242024-10-18T21:14:19.889Z[ recovery-image] Oct 18 21:14:18.315 INFO O| Oct 18 21:14:18.315 INFO STEP 63 (remove_files) COMPLETE
43252024-10-18T21:14:19.889Z[ recovery-image] Oct 18 21:14:18.315 INFO O| Oct 18 21:14:18.315 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-10-18T21:14:19.941Z[ recovery-image] Oct 18 21:14:18.367 INFO O| Oct 18 21:14:18.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
43272024-10-18T21:14:19.941Z[ recovery-image] Oct 18 21:14:18.367 INFO O| Oct 18 21:14:18.367 INFO STEP 64 (remove_files) COMPLETE
43282024-10-18T21:14:19.944Z[ recovery-image] Oct 18 21:14:18.368 INFO O| Oct 18 21:14:18.367 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43292024-10-18T21:14:19.962Z[ recovery-image] Oct 18 21:14:18.388 INFO O| Oct 18 21:14:18.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
43302024-10-18T21:14:19.962Z[ recovery-image] Oct 18 21:14:18.388 INFO O| Oct 18 21:14:18.388 INFO STEP 65 (remove_files) COMPLETE
43312024-10-18T21:14:19.962Z[ recovery-image] Oct 18 21:14:18.388 INFO O| Oct 18 21:14:18.388 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43322024-10-18T21:14:19.982Z[ recovery-image] Oct 18 21:14:18.408 INFO O| Oct 18 21:14:18.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
43332024-10-18T21:14:19.982Z[ recovery-image] Oct 18 21:14:18.408 INFO O| Oct 18 21:14:18.408 INFO STEP 66 (remove_files) COMPLETE
43342024-10-18T21:14:19.982Z[ recovery-image] Oct 18 21:14:18.408 INFO O| Oct 18 21:14:18.408 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43352024-10-18T21:14:20.003Z[ recovery-image] Oct 18 21:14:18.430 INFO O| Oct 18 21:14:18.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
43362024-10-18T21:14:20.003Z[ recovery-image] Oct 18 21:14:18.430 INFO O| Oct 18 21:14:18.430 INFO STEP 67 (remove_files) COMPLETE
43372024-10-18T21:14:20.003Z[ recovery-image] Oct 18 21:14:18.430 INFO O| Oct 18 21:14:18.430 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43382024-10-18T21:14:20.023Z[ recovery-image] Oct 18 21:14:18.450 INFO O| Oct 18 21:14:18.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
43392024-10-18T21:14:20.023Z[ recovery-image] Oct 18 21:14:18.450 INFO O| Oct 18 21:14:18.450 INFO STEP 68 (remove_files) COMPLETE
43402024-10-18T21:14:20.023Z[ recovery-image] Oct 18 21:14:18.450 INFO O| Oct 18 21:14:18.450 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-10-18T21:14:20.061Z[ recovery-image] Oct 18 21:14:18.488 INFO O| Oct 18 21:14:18.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
43422024-10-18T21:14:20.061Z[ recovery-image] Oct 18 21:14:18.488 INFO O| Oct 18 21:14:18.488 INFO STEP 69 (remove_files) COMPLETE
43432024-10-18T21:14:20.064Z[ recovery-image] Oct 18 21:14:18.488 INFO O| Oct 18 21:14:18.488 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43442024-10-18T21:14:20.124Z[ recovery-image] Oct 18 21:14:18.551 INFO O| Oct 18 21:14:18.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
43452024-10-18T21:14:20.124Z[ recovery-image] Oct 18 21:14:18.551 INFO O| Oct 18 21:14:18.551 INFO STEP 70 (remove_files) COMPLETE
43462024-10-18T21:14:20.124Z[ recovery-image] Oct 18 21:14:18.551 INFO O| Oct 18 21:14:18.551 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43472024-10-18T21:14:20.147Z[ recovery-image] Oct 18 21:14:18.574 INFO O| Oct 18 21:14:18.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
43482024-10-18T21:14:20.147Z[ recovery-image] Oct 18 21:14:18.574 INFO O| Oct 18 21:14:18.574 INFO STEP 71 (remove_files) COMPLETE
43492024-10-18T21:14:20.150Z[ recovery-image] Oct 18 21:14:18.574 INFO O| Oct 18 21:14:18.574 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43502024-10-18T21:14:20.169Z[ recovery-image] Oct 18 21:14:18.596 INFO O| Oct 18 21:14:18.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
43512024-10-18T21:14:20.169Z[ recovery-image] Oct 18 21:14:18.596 INFO O| Oct 18 21:14:18.596 INFO STEP 72 (remove_files) COMPLETE
43522024-10-18T21:14:20.169Z[ recovery-image] Oct 18 21:14:18.596 INFO O| Oct 18 21:14:18.596 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43532024-10-18T21:14:20.191Z[ recovery-image] Oct 18 21:14:18.617 INFO O| Oct 18 21:14:18.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
43542024-10-18T21:14:20.191Z[ recovery-image] Oct 18 21:14:18.617 INFO O| Oct 18 21:14:18.617 INFO STEP 73 (remove_files) COMPLETE
43552024-10-18T21:14:20.193Z[ recovery-image] Oct 18 21:14:18.618 INFO O| Oct 18 21:14:18.617 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562024-10-18T21:14:20.223Z[ recovery-image] Oct 18 21:14:18.650 INFO O| Oct 18 21:14:18.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
43572024-10-18T21:14:20.223Z[ recovery-image] Oct 18 21:14:18.650 INFO O| Oct 18 21:14:18.650 INFO STEP 74 (remove_files) COMPLETE
43582024-10-18T21:14:20.223Z[ recovery-image] Oct 18 21:14:18.650 INFO O| Oct 18 21:14:18.650 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43592024-10-18T21:14:20.262Z[ recovery-image] Oct 18 21:14:18.688 INFO O| Oct 18 21:14:18.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
43602024-10-18T21:14:20.262Z[ recovery-image] Oct 18 21:14:18.688 INFO O| Oct 18 21:14:18.688 INFO STEP 75 (remove_files) COMPLETE
43612024-10-18T21:14:20.262Z[ recovery-image] Oct 18 21:14:18.688 INFO O| Oct 18 21:14:18.688 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43622024-10-18T21:14:20.283Z[ recovery-image] Oct 18 21:14:18.709 INFO O| Oct 18 21:14:18.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
43632024-10-18T21:14:20.283Z[ recovery-image] Oct 18 21:14:18.709 INFO O| Oct 18 21:14:18.709 INFO STEP 76 (remove_files) COMPLETE
43642024-10-18T21:14:20.283Z[ recovery-image] Oct 18 21:14:18.709 INFO O| Oct 18 21:14:18.709 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43652024-10-18T21:14:20.327Z[ recovery-image] Oct 18 21:14:18.754 INFO O| Oct 18 21:14:18.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
43662024-10-18T21:14:20.330Z[ recovery-image] Oct 18 21:14:18.754 INFO O| Oct 18 21:14:18.754 INFO STEP 77 (remove_files) COMPLETE
43672024-10-18T21:14:20.330Z[ recovery-image] Oct 18 21:14:18.754 INFO O| Oct 18 21:14:18.754 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43682024-10-18T21:14:20.390Z[ recovery-image] Oct 18 21:14:18.817 INFO O| Oct 18 21:14:18.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
43692024-10-18T21:14:20.393Z[ recovery-image] Oct 18 21:14:18.817 INFO O| Oct 18 21:14:18.817 INFO STEP 78 (remove_files) COMPLETE
43702024-10-18T21:14:20.393Z[ recovery-image] Oct 18 21:14:18.817 INFO O| Oct 18 21:14:18.817 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43712024-10-18T21:14:20.434Z[ recovery-image] Oct 18 21:14:18.861 INFO O| Oct 18 21:14:18.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
43722024-10-18T21:14:20.434Z[ recovery-image] Oct 18 21:14:18.861 INFO O| Oct 18 21:14:18.861 INFO STEP 79 (remove_files) COMPLETE
43732024-10-18T21:14:20.437Z[ recovery-image] Oct 18 21:14:18.861 INFO O| Oct 18 21:14:18.861 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43742024-10-18T21:14:20.517Z[ recovery-image] Oct 18 21:14:18.943 INFO O| Oct 18 21:14:18.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
43752024-10-18T21:14:20.517Z[ recovery-image] Oct 18 21:14:18.943 INFO O| Oct 18 21:14:18.943 INFO STEP 80 (remove_files) COMPLETE
43762024-10-18T21:14:20.519Z[ recovery-image] Oct 18 21:14:18.943 INFO O| Oct 18 21:14:18.943 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772024-10-18T21:14:20.610Z[ recovery-image] Oct 18 21:14:19.036 INFO O| Oct 18 21:14:19.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
43782024-10-18T21:14:20.610Z[ recovery-image] Oct 18 21:14:19.036 INFO O| Oct 18 21:14:19.036 INFO STEP 81 (remove_files) COMPLETE
43792024-10-18T21:14:20.612Z[ recovery-image] Oct 18 21:14:19.037 INFO O| Oct 18 21:14:19.036 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43802024-10-18T21:14:20.688Z[ recovery-image] Oct 18 21:14:19.115 INFO O| Oct 18 21:14:19.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
43812024-10-18T21:14:20.688Z[ recovery-image] Oct 18 21:14:19.115 INFO O| Oct 18 21:14:19.115 INFO STEP 82 (remove_files) COMPLETE
43822024-10-18T21:14:20.688Z[ recovery-image] Oct 18 21:14:19.115 INFO O| Oct 18 21:14:19.115 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832024-10-18T21:14:20.723Z[ recovery-image] Oct 18 21:14:19.148 INFO O| Oct 18 21:14:19.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
43842024-10-18T21:14:20.723Z[ recovery-image] Oct 18 21:14:19.149 INFO O| Oct 18 21:14:19.149 INFO STEP 83 (remove_files) COMPLETE
43852024-10-18T21:14:20.723Z[ recovery-image] Oct 18 21:14:19.149 INFO O| Oct 18 21:14:19.149 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43862024-10-18T21:14:20.740Z[ recovery-image] Oct 18 21:14:19.167 INFO O| Oct 18 21:14:19.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
43872024-10-18T21:14:20.740Z[ recovery-image] Oct 18 21:14:19.167 INFO O| Oct 18 21:14:19.167 INFO STEP 84 (remove_files) COMPLETE
43882024-10-18T21:14:20.742Z[ recovery-image] Oct 18 21:14:19.167 INFO O| Oct 18 21:14:19.167 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892024-10-18T21:14:20.758Z[ recovery-image] Oct 18 21:14:19.184 INFO O| Oct 18 21:14:19.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
43902024-10-18T21:14:20.758Z[ recovery-image] Oct 18 21:14:19.184 INFO O| Oct 18 21:14:19.184 INFO STEP 85 (remove_files) COMPLETE
43912024-10-18T21:14:20.758Z[ recovery-image] Oct 18 21:14:19.184 INFO O| Oct 18 21:14:19.184 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922024-10-18T21:14:20.798Z[ recovery-image] Oct 18 21:14:19.224 INFO O| Oct 18 21:14:19.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
43932024-10-18T21:14:20.798Z[ recovery-image] Oct 18 21:14:19.224 INFO O| Oct 18 21:14:19.224 INFO STEP 86 (remove_files) COMPLETE
43942024-10-18T21:14:20.798Z[ recovery-image] Oct 18 21:14:19.224 INFO O| Oct 18 21:14:19.224 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952024-10-18T21:14:20.846Z[ recovery-image] Oct 18 21:14:19.272 INFO O| Oct 18 21:14:19.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
43962024-10-18T21:14:20.848Z[ recovery-image] Oct 18 21:14:19.272 INFO O| Oct 18 21:14:19.272 INFO STEP 87 (remove_files) COMPLETE
43972024-10-18T21:14:20.848Z[ recovery-image] Oct 18 21:14:19.273 INFO O| Oct 18 21:14:19.273 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43982024-10-18T21:14:20.865Z[ recovery-image] Oct 18 21:14:19.291 INFO O| Oct 18 21:14:19.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
43992024-10-18T21:14:20.867Z[ recovery-image] Oct 18 21:14:19.292 INFO O| Oct 18 21:14:19.292 INFO STEP 88 (remove_files) COMPLETE
44002024-10-18T21:14:20.867Z[ recovery-image] Oct 18 21:14:19.292 INFO O| Oct 18 21:14:19.292 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-10-18T21:14:20.903Z[ recovery-image] Oct 18 21:14:19.329 INFO O| Oct 18 21:14:19.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
44022024-10-18T21:14:20.903Z[ recovery-image] Oct 18 21:14:19.329 INFO O| Oct 18 21:14:19.329 INFO STEP 89 (remove_files) COMPLETE
44032024-10-18T21:14:20.903Z[ recovery-image] Oct 18 21:14:19.329 INFO O| Oct 18 21:14:19.329 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44042024-10-18T21:14:20.957Z[ recovery-image] Oct 18 21:14:19.384 INFO O| Oct 18 21:14:19.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
44052024-10-18T21:14:20.981Z[ recovery-image] Oct 18 21:14:19.408 INFO O| Oct 18 21:14:19.408 INFO STEP 90 (remove_files) COMPLETE
44062024-10-18T21:14:20.981Z[ recovery-image] Oct 18 21:14:19.408 INFO O| Oct 18 21:14:19.408 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-10-18T21:14:21.006Z[ recovery-image] Oct 18 21:14:19.432 INFO O| Oct 18 21:14:19.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
44082024-10-18T21:14:21.009Z[ recovery-image] Oct 18 21:14:19.433 INFO O| Oct 18 21:14:19.432 INFO STEP 91 (remove_files) COMPLETE
44092024-10-18T21:14:21.009Z[ recovery-image] Oct 18 21:14:19.433 INFO O| Oct 18 21:14:19.432 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-10-18T21:14:21.027Z[ recovery-image] Oct 18 21:14:19.453 INFO O| Oct 18 21:14:19.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
44112024-10-18T21:14:21.029Z[ recovery-image] Oct 18 21:14:19.454 INFO O| Oct 18 21:14:19.453 INFO STEP 92 (remove_files) COMPLETE
44122024-10-18T21:14:21.029Z[ recovery-image] Oct 18 21:14:19.454 INFO O| Oct 18 21:14:19.454 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-10-18T21:14:21.047Z[ recovery-image] Oct 18 21:14:19.473 INFO O| Oct 18 21:14:19.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
44142024-10-18T21:14:21.049Z[ recovery-image] Oct 18 21:14:19.474 INFO O| Oct 18 21:14:19.474 INFO STEP 93 (remove_files) COMPLETE
44152024-10-18T21:14:21.049Z[ recovery-image] Oct 18 21:14:19.474 INFO O| Oct 18 21:14:19.474 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-10-18T21:14:21.065Z[ recovery-image] Oct 18 21:14:19.492 INFO O| Oct 18 21:14:19.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
44172024-10-18T21:14:21.068Z[ recovery-image] Oct 18 21:14:19.492 INFO O| Oct 18 21:14:19.492 INFO STEP 94 (remove_files) COMPLETE
44182024-10-18T21:14:21.068Z[ recovery-image] Oct 18 21:14:19.492 INFO O| Oct 18 21:14:19.492 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-10-18T21:14:21.083Z[ recovery-image] Oct 18 21:14:19.509 INFO O| Oct 18 21:14:19.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
44202024-10-18T21:14:21.086Z[ recovery-image] Oct 18 21:14:19.510 INFO O| Oct 18 21:14:19.510 INFO STEP 95 (remove_files) COMPLETE
44212024-10-18T21:14:21.086Z[ recovery-image] Oct 18 21:14:19.510 INFO O| Oct 18 21:14:19.510 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-10-18T21:14:21.100Z[ recovery-image] Oct 18 21:14:19.527 INFO O| Oct 18 21:14:19.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
44232024-10-18T21:14:21.102Z[ recovery-image] Oct 18 21:14:19.527 INFO O| Oct 18 21:14:19.527 INFO STEP 96 (remove_files) COMPLETE
44242024-10-18T21:14:21.102Z[ recovery-image] Oct 18 21:14:19.527 INFO O| Oct 18 21:14:19.527 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-10-18T21:14:21.141Z[ recovery-image] Oct 18 21:14:19.568 INFO O| Oct 18 21:14:19.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
44262024-10-18T21:14:21.142Z[ recovery-image] Oct 18 21:14:19.568 INFO O| Oct 18 21:14:19.568 INFO STEP 97 (remove_files) COMPLETE
44272024-10-18T21:14:21.142Z[ recovery-image] Oct 18 21:14:19.568 INFO O| Oct 18 21:14:19.568 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-10-18T21:14:21.181Z[ recovery-image] Oct 18 21:14:19.607 INFO O| Oct 18 21:14:19.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
44292024-10-18T21:14:21.181Z[ recovery-image] Oct 18 21:14:19.608 INFO O| Oct 18 21:14:19.607 INFO STEP 98 (remove_files) COMPLETE
44302024-10-18T21:14:21.181Z[ recovery-image] Oct 18 21:14:19.608 INFO O| Oct 18 21:14:19.607 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-10-18T21:14:21.251Z[ recovery-image] Oct 18 21:14:19.677 INFO O| Oct 18 21:14:19.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
44322024-10-18T21:14:21.254Z[ recovery-image] Oct 18 21:14:19.678 INFO O| Oct 18 21:14:19.678 INFO STEP 99 (remove_files) COMPLETE
44332024-10-18T21:14:21.254Z[ recovery-image] Oct 18 21:14:19.678 INFO O| Oct 18 21:14:19.678 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-10-18T21:14:21.269Z[ recovery-image] Oct 18 21:14:19.695 INFO O| Oct 18 21:14:19.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
44352024-10-18T21:14:21.271Z[ recovery-image] Oct 18 21:14:19.696 INFO O| Oct 18 21:14:19.696 INFO STEP 100 (remove_files) COMPLETE
44362024-10-18T21:14:21.271Z[ recovery-image] Oct 18 21:14:19.696 INFO O| Oct 18 21:14:19.696 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-10-18T21:14:21.302Z[ recovery-image] Oct 18 21:14:19.728 INFO O| Oct 18 21:14:19.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
44382024-10-18T21:14:21.304Z[ recovery-image] Oct 18 21:14:19.728 INFO O| Oct 18 21:14:19.728 INFO STEP 101 (remove_files) COMPLETE
44392024-10-18T21:14:21.304Z[ recovery-image] Oct 18 21:14:19.729 INFO O| Oct 18 21:14:19.728 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-10-18T21:14:21.338Z[ recovery-image] Oct 18 21:14:19.765 INFO O| Oct 18 21:14:19.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
44412024-10-18T21:14:21.341Z[ recovery-image] Oct 18 21:14:19.765 INFO O| Oct 18 21:14:19.765 INFO STEP 102 (remove_files) COMPLETE
44422024-10-18T21:14:21.341Z[ recovery-image] Oct 18 21:14:19.765 INFO O| Oct 18 21:14:19.765 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-10-18T21:14:21.357Z[ recovery-image] Oct 18 21:14:19.784 INFO O| Oct 18 21:14:19.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
44442024-10-18T21:14:21.359Z[ recovery-image] Oct 18 21:14:19.784 INFO O| Oct 18 21:14:19.784 INFO STEP 103 (remove_files) COMPLETE
44452024-10-18T21:14:21.359Z[ recovery-image] Oct 18 21:14:19.784 INFO O| Oct 18 21:14:19.784 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-10-18T21:14:21.375Z[ recovery-image] Oct 18 21:14:19.802 INFO O| Oct 18 21:14:19.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
44472024-10-18T21:14:21.378Z[ recovery-image] Oct 18 21:14:19.802 INFO O| Oct 18 21:14:19.802 INFO STEP 104 (remove_files) COMPLETE
44482024-10-18T21:14:21.378Z[ recovery-image] Oct 18 21:14:19.802 INFO O| Oct 18 21:14:19.802 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-10-18T21:14:21.388Z[ host-image] Oct 18 21:14:19.814 INFO O| Oct 18 21:14:19.814 INFO O| Done
44502024-10-18T21:14:21.393Z[ recovery-image] Oct 18 21:14:19.820 INFO O| Oct 18 21:14:19.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
44512024-10-18T21:14:21.396Z[ recovery-image] Oct 18 21:14:19.820 INFO O| Oct 18 21:14:19.820 INFO STEP 105 (remove_files) COMPLETE
44522024-10-18T21:14:21.396Z[ recovery-image] Oct 18 21:14:19.820 INFO O| Oct 18 21:14:19.820 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-10-18T21:14:21.410Z[ recovery-image] Oct 18 21:14:19.837 INFO O| Oct 18 21:14:19.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
44542024-10-18T21:14:21.413Z[ recovery-image] Oct 18 21:14:19.837 INFO O| Oct 18 21:14:19.837 INFO STEP 106 (remove_files) COMPLETE
44552024-10-18T21:14:21.413Z[ recovery-image] Oct 18 21:14:19.837 INFO O| Oct 18 21:14:19.837 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-10-18T21:14:21.430Z[ host-image] Oct 18 21:14:19.856 INFO O| Oct 18 21:14:19.856 INFO O| Done
44572024-10-18T21:14:21.432Z[ host-image] Oct 18 21:14:19.857 INFO O| Oct 18 21:14:19.857 INFO O| Done
44582024-10-18T21:14:21.458Z[ host-image] Oct 18 21:14:19.884 INFO O| Oct 18 21:14:19.884 INFO O| Done
44592024-10-18T21:14:21.470Z[ recovery-image] Oct 18 21:14:19.897 INFO O| Oct 18 21:14:19.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
44602024-10-18T21:14:21.473Z[ recovery-image] Oct 18 21:14:19.897 INFO O| Oct 18 21:14:19.897 INFO STEP 107 (remove_files) COMPLETE
44612024-10-18T21:14:21.473Z[ recovery-image] Oct 18 21:14:19.897 INFO O| Oct 18 21:14:19.897 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-10-18T21:14:21.514Z[ recovery-image] Oct 18 21:14:19.940 INFO O| Oct 18 21:14:19.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
44632024-10-18T21:14:21.514Z[ recovery-image] Oct 18 21:14:19.940 INFO O| Oct 18 21:14:19.940 INFO STEP 108 (remove_files) COMPLETE
44642024-10-18T21:14:21.514Z[ recovery-image] Oct 18 21:14:19.940 INFO O| Oct 18 21:14:19.940 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-10-18T21:14:21.536Z[ recovery-image] Oct 18 21:14:19.963 INFO O| Oct 18 21:14:19.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
44662024-10-18T21:14:21.536Z[ recovery-image] Oct 18 21:14:19.963 INFO O| Oct 18 21:14:19.963 INFO STEP 109 (remove_files) COMPLETE
44672024-10-18T21:14:21.539Z[ recovery-image] Oct 18 21:14:19.963 INFO O| Oct 18 21:14:19.963 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-10-18T21:14:21.557Z[ recovery-image] Oct 18 21:14:19.984 INFO O| Oct 18 21:14:19.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
44692024-10-18T21:14:21.557Z[ recovery-image] Oct 18 21:14:19.984 INFO O| Oct 18 21:14:19.984 INFO STEP 110 (remove_files) COMPLETE
44702024-10-18T21:14:21.560Z[ recovery-image] Oct 18 21:14:19.984 INFO O| Oct 18 21:14:19.984 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-10-18T21:14:21.580Z[ recovery-image] Oct 18 21:14:20.007 INFO O| Oct 18 21:14:20.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
44722024-10-18T21:14:21.581Z[ recovery-image] Oct 18 21:14:20.007 INFO O| Oct 18 21:14:20.007 INFO STEP 111 (remove_files) COMPLETE
44732024-10-18T21:14:21.583Z[ recovery-image] Oct 18 21:14:20.007 INFO O| Oct 18 21:14:20.007 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-10-18T21:14:21.613Z[ recovery-image] Oct 18 21:14:20.039 INFO O| Oct 18 21:14:20.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
44752024-10-18T21:14:21.616Z[ recovery-image] Oct 18 21:14:20.039 INFO O| Oct 18 21:14:20.039 INFO STEP 112 (remove_files) COMPLETE
44762024-10-18T21:14:21.616Z[ recovery-image] Oct 18 21:14:20.040 INFO O| Oct 18 21:14:20.039 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-10-18T21:14:21.643Z[ host-image] Oct 18 21:14:20.070 INFO O| Oct 18 21:14:20.070 INFO STEP 12 (pkg_install) COMPLETE
44782024-10-18T21:14:21.643Z[ host-image] Oct 18 21:14:20.070 INFO O| Oct 18 21:14:20.070 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
44792024-10-18T21:14:21.662Z[ host-image] Oct 18 21:14:20.088 INFO O| Oct 18 21:14:20.088 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44802024-10-18T21:14:21.668Z[ recovery-image] Oct 18 21:14:20.095 INFO O| Oct 18 21:14:20.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
44812024-10-18T21:14:21.668Z[ recovery-image] Oct 18 21:14:20.095 INFO O| Oct 18 21:14:20.095 INFO STEP 113 (remove_files) COMPLETE
44822024-10-18T21:14:21.671Z[ recovery-image] Oct 18 21:14:20.095 INFO O| Oct 18 21:14:20.095 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-10-18T21:14:21.727Z[ recovery-image] Oct 18 21:14:20.153 INFO O| Oct 18 21:14:20.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
44842024-10-18T21:14:21.727Z[ recovery-image] Oct 18 21:14:20.154 INFO O| Oct 18 21:14:20.154 INFO STEP 114 (remove_files) COMPLETE
44852024-10-18T21:14:21.730Z[ recovery-image] Oct 18 21:14:20.154 INFO O| Oct 18 21:14:20.154 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-10-18T21:14:21.767Z[ recovery-image] Oct 18 21:14:20.192 INFO O| Oct 18 21:14:20.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
44872024-10-18T21:14:21.767Z[ recovery-image] Oct 18 21:14:20.192 INFO O| Oct 18 21:14:20.192 INFO STEP 115 (remove_files) COMPLETE
44882024-10-18T21:14:21.769Z[ recovery-image] Oct 18 21:14:20.192 INFO O| Oct 18 21:14:20.192 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-10-18T21:14:21.798Z[ recovery-image] Oct 18 21:14:20.224 INFO O| Oct 18 21:14:20.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
44902024-10-18T21:14:21.798Z[ recovery-image] Oct 18 21:14:20.224 INFO O| Oct 18 21:14:20.224 INFO STEP 116 (remove_files) COMPLETE
44912024-10-18T21:14:21.798Z[ recovery-image] Oct 18 21:14:20.225 INFO O| Oct 18 21:14:20.224 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-10-18T21:14:21.832Z[ recovery-image] Oct 18 21:14:20.258 INFO O| Oct 18 21:14:20.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
44932024-10-18T21:14:21.832Z[ recovery-image] Oct 18 21:14:20.258 INFO O| Oct 18 21:14:20.258 INFO STEP 117 (remove_files) COMPLETE
44942024-10-18T21:14:21.834Z[ recovery-image] Oct 18 21:14:20.258 INFO O| Oct 18 21:14:20.258 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-10-18T21:14:21.886Z[ recovery-image] Oct 18 21:14:20.312 INFO O| Oct 18 21:14:20.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
44962024-10-18T21:14:21.886Z[ recovery-image] Oct 18 21:14:20.312 INFO O| Oct 18 21:14:20.312 INFO STEP 118 (remove_files) COMPLETE
44972024-10-18T21:14:21.888Z[ recovery-image] Oct 18 21:14:20.312 INFO O| Oct 18 21:14:20.312 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-10-18T21:14:21.904Z[ recovery-image] Oct 18 21:14:20.330 INFO O| Oct 18 21:14:20.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
44992024-10-18T21:14:21.904Z[ recovery-image] Oct 18 21:14:20.330 INFO O| Oct 18 21:14:20.330 INFO STEP 119 (remove_files) COMPLETE
45002024-10-18T21:14:21.907Z[ recovery-image] Oct 18 21:14:20.330 INFO O| Oct 18 21:14:20.330 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-10-18T21:14:21.923Z[ recovery-image] Oct 18 21:14:20.350 INFO O| Oct 18 21:14:20.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
45022024-10-18T21:14:21.923Z[ recovery-image] Oct 18 21:14:20.350 INFO O| Oct 18 21:14:20.350 INFO STEP 120 (remove_files) COMPLETE
45032024-10-18T21:14:21.923Z[ recovery-image] Oct 18 21:14:20.350 INFO O| Oct 18 21:14:20.350 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-10-18T21:14:21.957Z[ recovery-image] Oct 18 21:14:20.382 INFO O| Oct 18 21:14:20.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
45052024-10-18T21:14:21.957Z[ recovery-image] Oct 18 21:14:20.382 INFO O| Oct 18 21:14:20.382 INFO STEP 121 (remove_files) COMPLETE
45062024-10-18T21:14:21.957Z[ recovery-image] Oct 18 21:14:20.382 INFO O| Oct 18 21:14:20.382 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-10-18T21:14:22.008Z[ recovery-image] Oct 18 21:14:20.434 INFO O| Oct 18 21:14:20.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
45082024-10-18T21:14:22.009Z[ recovery-image] Oct 18 21:14:20.434 INFO O| Oct 18 21:14:20.434 INFO STEP 122 (remove_files) COMPLETE
45092024-10-18T21:14:22.009Z[ recovery-image] Oct 18 21:14:20.434 INFO O| Oct 18 21:14:20.434 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-10-18T21:14:22.027Z[ recovery-image] Oct 18 21:14:20.453 INFO O| Oct 18 21:14:20.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
45112024-10-18T21:14:22.027Z[ recovery-image] Oct 18 21:14:20.453 INFO O| Oct 18 21:14:20.453 INFO STEP 123 (remove_files) COMPLETE
45122024-10-18T21:14:22.027Z[ recovery-image] Oct 18 21:14:20.453 INFO O| Oct 18 21:14:20.453 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-10-18T21:14:22.046Z[ recovery-image] Oct 18 21:14:20.471 INFO O| Oct 18 21:14:20.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
45142024-10-18T21:14:22.046Z[ recovery-image] Oct 18 21:14:20.472 INFO O| Oct 18 21:14:20.471 INFO STEP 124 (remove_files) COMPLETE
45152024-10-18T21:14:22.046Z[ recovery-image] Oct 18 21:14:20.472 INFO O| Oct 18 21:14:20.472 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-10-18T21:14:22.081Z[ recovery-image] Oct 18 21:14:20.507 INFO O| Oct 18 21:14:20.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
45172024-10-18T21:14:22.081Z[ recovery-image] Oct 18 21:14:20.507 INFO O| Oct 18 21:14:20.507 INFO STEP 125 (remove_files) COMPLETE
45182024-10-18T21:14:22.081Z[ recovery-image] Oct 18 21:14:20.507 INFO O| Oct 18 21:14:20.507 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-10-18T21:14:22.118Z[ recovery-image] Oct 18 21:14:20.543 INFO O| Oct 18 21:14:20.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
45202024-10-18T21:14:22.120Z[ recovery-image] Oct 18 21:14:20.543 INFO O| Oct 18 21:14:20.543 INFO STEP 126 (remove_files) COMPLETE
45212024-10-18T21:14:22.120Z[ recovery-image] Oct 18 21:14:20.543 INFO O| Oct 18 21:14:20.543 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-10-18T21:14:22.138Z[ recovery-image] Oct 18 21:14:20.563 INFO O| Oct 18 21:14:20.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
45232024-10-18T21:14:22.141Z[ recovery-image] Oct 18 21:14:20.564 INFO O| Oct 18 21:14:20.563 INFO STEP 127 (remove_files) COMPLETE
45242024-10-18T21:14:22.141Z[ recovery-image] Oct 18 21:14:20.564 INFO O| Oct 18 21:14:20.564 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-10-18T21:14:22.166Z[ recovery-image] Oct 18 21:14:20.593 INFO O| Oct 18 21:14:20.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
45262024-10-18T21:14:22.166Z[ recovery-image] Oct 18 21:14:20.593 INFO O| Oct 18 21:14:20.593 INFO STEP 128 (remove_files) COMPLETE
45272024-10-18T21:14:22.169Z[ recovery-image] Oct 18 21:14:20.593 INFO O| Oct 18 21:14:20.593 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-10-18T21:14:22.233Z[ recovery-image] Oct 18 21:14:20.660 INFO O| Oct 18 21:14:20.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
45292024-10-18T21:14:22.233Z[ recovery-image] Oct 18 21:14:20.660 INFO O| Oct 18 21:14:20.660 INFO STEP 129 (remove_files) COMPLETE
45302024-10-18T21:14:22.233Z[ recovery-image] Oct 18 21:14:20.660 INFO O| Oct 18 21:14:20.660 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-10-18T21:14:22.260Z[ recovery-image] Oct 18 21:14:20.686 INFO O| Oct 18 21:14:20.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
45322024-10-18T21:14:22.260Z[ recovery-image] Oct 18 21:14:20.687 INFO O| Oct 18 21:14:20.687 INFO STEP 130 (remove_files) COMPLETE
45332024-10-18T21:14:22.260Z[ recovery-image] Oct 18 21:14:20.687 INFO O| Oct 18 21:14:20.687 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-10-18T21:14:22.284Z[ recovery-image] Oct 18 21:14:20.710 INFO O| Oct 18 21:14:20.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
45352024-10-18T21:14:22.286Z[ recovery-image] Oct 18 21:14:20.710 INFO O| Oct 18 21:14:20.710 INFO STEP 131 (remove_files) COMPLETE
45362024-10-18T21:14:22.286Z[ recovery-image] Oct 18 21:14:20.710 INFO O| Oct 18 21:14:20.710 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-10-18T21:14:22.303Z[ recovery-image] Oct 18 21:14:20.729 INFO O| Oct 18 21:14:20.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
45382024-10-18T21:14:22.303Z[ recovery-image] Oct 18 21:14:20.730 INFO O| Oct 18 21:14:20.729 INFO STEP 132 (remove_files) COMPLETE
45392024-10-18T21:14:22.306Z[ recovery-image] Oct 18 21:14:20.730 INFO O| Oct 18 21:14:20.730 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-10-18T21:14:22.323Z[ recovery-image] Oct 18 21:14:20.749 INFO O| Oct 18 21:14:20.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
45412024-10-18T21:14:22.325Z[ recovery-image] Oct 18 21:14:20.749 INFO O| Oct 18 21:14:20.749 INFO STEP 133 (remove_files) COMPLETE
45422024-10-18T21:14:22.325Z[ recovery-image] Oct 18 21:14:20.749 INFO O| Oct 18 21:14:20.749 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-10-18T21:14:22.342Z[ recovery-image] Oct 18 21:14:20.768 INFO O| Oct 18 21:14:20.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
45442024-10-18T21:14:22.342Z[ recovery-image] Oct 18 21:14:20.768 INFO O| Oct 18 21:14:20.768 INFO STEP 134 (remove_files) COMPLETE
45452024-10-18T21:14:22.342Z[ recovery-image] Oct 18 21:14:20.768 INFO O| Oct 18 21:14:20.768 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-10-18T21:14:22.361Z[ recovery-image] Oct 18 21:14:20.787 INFO O| Oct 18 21:14:20.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
45472024-10-18T21:14:22.361Z[ recovery-image] Oct 18 21:14:20.787 INFO O| Oct 18 21:14:20.787 INFO STEP 135 (remove_files) COMPLETE
45482024-10-18T21:14:22.364Z[ recovery-image] Oct 18 21:14:20.787 INFO O| Oct 18 21:14:20.787 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-10-18T21:14:22.397Z[ recovery-image] Oct 18 21:14:20.823 INFO O| Oct 18 21:14:20.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
45502024-10-18T21:14:22.397Z[ recovery-image] Oct 18 21:14:20.823 INFO O| Oct 18 21:14:20.823 INFO STEP 136 (remove_files) COMPLETE
45512024-10-18T21:14:22.397Z[ recovery-image] Oct 18 21:14:20.823 INFO O| Oct 18 21:14:20.823 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-10-18T21:14:22.421Z[ recovery-image] Oct 18 21:14:20.847 INFO O| Oct 18 21:14:20.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
45532024-10-18T21:14:22.423Z[ recovery-image] Oct 18 21:14:20.847 INFO O| Oct 18 21:14:20.847 INFO STEP 137 (remove_files) COMPLETE
45542024-10-18T21:14:22.423Z[ recovery-image] Oct 18 21:14:20.847 INFO O| Oct 18 21:14:20.847 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-10-18T21:14:22.459Z[ recovery-image] Oct 18 21:14:20.885 INFO O| Oct 18 21:14:20.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
45562024-10-18T21:14:22.459Z[ recovery-image] Oct 18 21:14:20.885 INFO O| Oct 18 21:14:20.885 INFO STEP 138 (remove_files) COMPLETE
45572024-10-18T21:14:22.462Z[ recovery-image] Oct 18 21:14:20.885 INFO O| Oct 18 21:14:20.885 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-10-18T21:14:22.499Z[ recovery-image] Oct 18 21:14:20.926 INFO O| Oct 18 21:14:20.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
45592024-10-18T21:14:22.499Z[ recovery-image] Oct 18 21:14:20.926 INFO O| Oct 18 21:14:20.926 INFO STEP 139 (remove_files) COMPLETE
45602024-10-18T21:14:22.502Z[ recovery-image] Oct 18 21:14:20.926 INFO O| Oct 18 21:14:20.926 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-10-18T21:14:22.552Z[ recovery-image] Oct 18 21:14:20.977 INFO O| Oct 18 21:14:20.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
45622024-10-18T21:14:22.552Z[ recovery-image] Oct 18 21:14:20.977 INFO O| Oct 18 21:14:20.977 INFO STEP 140 (remove_files) COMPLETE
45632024-10-18T21:14:22.552Z[ recovery-image] Oct 18 21:14:20.977 INFO O| Oct 18 21:14:20.977 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-10-18T21:14:22.584Z[ recovery-image] Oct 18 21:14:21.010 INFO O| Oct 18 21:14:21.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
45652024-10-18T21:14:22.584Z[ recovery-image] Oct 18 21:14:21.010 INFO O| Oct 18 21:14:21.010 INFO STEP 141 (remove_files) COMPLETE
45662024-10-18T21:14:22.584Z[ recovery-image] Oct 18 21:14:21.010 INFO O| Oct 18 21:14:21.010 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-10-18T21:14:22.589Z[ host-image] Oct 18 21:14:21.015 INFO O| Oct 18 21:14:21.015 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
45682024-10-18T21:14:22.632Z[ recovery-image] Oct 18 21:14:21.059 INFO O| Oct 18 21:14:21.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
45692024-10-18T21:14:22.632Z[ recovery-image] Oct 18 21:14:21.059 INFO O| Oct 18 21:14:21.059 INFO STEP 142 (remove_files) COMPLETE
45702024-10-18T21:14:22.632Z[ recovery-image] Oct 18 21:14:21.059 INFO O| Oct 18 21:14:21.059 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-10-18T21:14:22.692Z[ recovery-image] Oct 18 21:14:21.118 INFO O| Oct 18 21:14:21.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
45722024-10-18T21:14:22.692Z[ recovery-image] Oct 18 21:14:21.118 INFO O| Oct 18 21:14:21.118 INFO STEP 143 (remove_files) COMPLETE
45732024-10-18T21:14:22.694Z[ recovery-image] Oct 18 21:14:21.118 INFO O| Oct 18 21:14:21.118 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-10-18T21:14:22.709Z[ recovery-image] Oct 18 21:14:21.135 INFO O| Oct 18 21:14:21.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
45752024-10-18T21:14:22.709Z[ recovery-image] Oct 18 21:14:21.135 INFO O| Oct 18 21:14:21.135 INFO STEP 144 (remove_files) COMPLETE
45762024-10-18T21:14:22.712Z[ recovery-image] Oct 18 21:14:21.135 INFO O| Oct 18 21:14:21.135 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-10-18T21:14:22.726Z[ recovery-image] Oct 18 21:14:21.153 INFO O| Oct 18 21:14:21.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
45782024-10-18T21:14:22.726Z[ recovery-image] Oct 18 21:14:21.153 INFO O| Oct 18 21:14:21.153 INFO STEP 145 (remove_files) COMPLETE
45792024-10-18T21:14:22.726Z[ recovery-image] Oct 18 21:14:21.153 INFO O| Oct 18 21:14:21.153 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-10-18T21:14:22.744Z[ recovery-image] Oct 18 21:14:21.170 INFO O| Oct 18 21:14:21.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
45812024-10-18T21:14:22.744Z[ recovery-image] Oct 18 21:14:21.170 INFO O| Oct 18 21:14:21.170 INFO STEP 146 (remove_files) COMPLETE
45822024-10-18T21:14:22.744Z[ recovery-image] Oct 18 21:14:21.170 INFO O| Oct 18 21:14:21.170 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-10-18T21:14:22.762Z[ recovery-image] Oct 18 21:14:21.188 INFO O| Oct 18 21:14:21.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
45842024-10-18T21:14:22.762Z[ recovery-image] Oct 18 21:14:21.188 INFO O| Oct 18 21:14:21.188 INFO STEP 147 (remove_files) COMPLETE
45852024-10-18T21:14:22.763Z[ recovery-image] Oct 18 21:14:21.188 INFO O| Oct 18 21:14:21.188 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-10-18T21:14:22.781Z[ recovery-image] Oct 18 21:14:21.207 INFO O| Oct 18 21:14:21.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
45872024-10-18T21:14:22.781Z[ recovery-image] Oct 18 21:14:21.207 INFO O| Oct 18 21:14:21.207 INFO STEP 148 (remove_files) COMPLETE
45882024-10-18T21:14:22.781Z[ recovery-image] Oct 18 21:14:21.207 INFO O| Oct 18 21:14:21.207 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-10-18T21:14:22.836Z[ recovery-image] Oct 18 21:14:21.262 INFO O| Oct 18 21:14:21.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
45902024-10-18T21:14:22.836Z[ recovery-image] Oct 18 21:14:21.262 INFO O| Oct 18 21:14:21.262 INFO STEP 149 (remove_files) COMPLETE
45912024-10-18T21:14:22.836Z[ recovery-image] Oct 18 21:14:21.262 INFO O| Oct 18 21:14:21.262 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-10-18T21:14:22.864Z[ recovery-image] Oct 18 21:14:21.290 INFO O| Oct 18 21:14:21.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
45932024-10-18T21:14:22.883Z[ recovery-image] Oct 18 21:14:21.310 INFO O| Oct 18 21:14:21.310 INFO STEP 150 (remove_files) COMPLETE
45942024-10-18T21:14:22.883Z[ recovery-image] Oct 18 21:14:21.310 INFO O| Oct 18 21:14:21.310 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-10-18T21:14:22.903Z[ recovery-image] Oct 18 21:14:21.330 INFO O| Oct 18 21:14:21.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
45962024-10-18T21:14:22.923Z[ recovery-image] Oct 18 21:14:21.350 INFO O| Oct 18 21:14:21.350 INFO STEP 151 (remove_files) COMPLETE
45972024-10-18T21:14:22.923Z[ recovery-image] Oct 18 21:14:21.350 INFO O| Oct 18 21:14:21.350 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-10-18T21:14:22.942Z[ recovery-image] Oct 18 21:14:21.368 INFO O| Oct 18 21:14:21.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
45992024-10-18T21:14:22.944Z[ recovery-image] Oct 18 21:14:21.368 INFO O| Oct 18 21:14:21.368 INFO STEP 152 (remove_files) COMPLETE
46002024-10-18T21:14:22.944Z[ recovery-image] Oct 18 21:14:21.369 INFO O| Oct 18 21:14:21.369 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-10-18T21:14:22.960Z[ recovery-image] Oct 18 21:14:21.387 INFO O| Oct 18 21:14:21.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
46022024-10-18T21:14:22.963Z[ recovery-image] Oct 18 21:14:21.387 INFO O| Oct 18 21:14:21.387 INFO STEP 153 (remove_files) COMPLETE
46032024-10-18T21:14:22.963Z[ recovery-image] Oct 18 21:14:21.387 INFO O| Oct 18 21:14:21.387 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-10-18T21:14:22.986Z[ recovery-image] Oct 18 21:14:21.412 INFO O| Oct 18 21:14:21.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
46052024-10-18T21:14:22.988Z[ recovery-image] Oct 18 21:14:21.412 INFO O| Oct 18 21:14:21.412 INFO STEP 154 (remove_files) COMPLETE
46062024-10-18T21:14:22.988Z[ recovery-image] Oct 18 21:14:21.412 INFO O| Oct 18 21:14:21.412 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-10-18T21:14:23.006Z[ recovery-image] Oct 18 21:14:21.432 INFO O| Oct 18 21:14:21.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
46082024-10-18T21:14:23.008Z[ recovery-image] Oct 18 21:14:21.432 INFO O| Oct 18 21:14:21.432 INFO STEP 155 (remove_files) COMPLETE
46092024-10-18T21:14:23.008Z[ recovery-image] Oct 18 21:14:21.432 INFO O| Oct 18 21:14:21.432 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-10-18T21:14:23.032Z[ recovery-image] Oct 18 21:14:21.458 INFO O| Oct 18 21:14:21.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
46112024-10-18T21:14:23.032Z[ recovery-image] Oct 18 21:14:21.458 INFO O| Oct 18 21:14:21.458 INFO STEP 156 (remove_files) COMPLETE
46122024-10-18T21:14:23.032Z[ recovery-image] Oct 18 21:14:21.458 INFO O| Oct 18 21:14:21.458 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-10-18T21:14:23.095Z[ recovery-image] Oct 18 21:14:21.521 INFO O| Oct 18 21:14:21.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
46142024-10-18T21:14:23.095Z[ recovery-image] Oct 18 21:14:21.521 INFO O| Oct 18 21:14:21.521 INFO STEP 157 (remove_files) COMPLETE
46152024-10-18T21:14:23.098Z[ recovery-image] Oct 18 21:14:21.521 INFO O| Oct 18 21:14:21.521 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-10-18T21:14:23.133Z[ recovery-image] Oct 18 21:14:21.559 INFO O| Oct 18 21:14:21.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
46172024-10-18T21:14:23.133Z[ recovery-image] Oct 18 21:14:21.559 INFO O| Oct 18 21:14:21.559 INFO STEP 158 (remove_files) COMPLETE
46182024-10-18T21:14:23.133Z[ recovery-image] Oct 18 21:14:21.559 INFO O| Oct 18 21:14:21.559 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-10-18T21:14:23.156Z[ recovery-image] Oct 18 21:14:21.583 INFO O| Oct 18 21:14:21.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
46202024-10-18T21:14:23.156Z[ recovery-image] Oct 18 21:14:21.583 INFO O| Oct 18 21:14:21.583 INFO STEP 159 (remove_files) COMPLETE
46212024-10-18T21:14:23.159Z[ recovery-image] Oct 18 21:14:21.583 INFO O| Oct 18 21:14:21.583 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-10-18T21:14:23.177Z[ recovery-image] Oct 18 21:14:21.603 INFO O| Oct 18 21:14:21.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
46232024-10-18T21:14:23.177Z[ recovery-image] Oct 18 21:14:21.604 INFO O| Oct 18 21:14:21.603 INFO STEP 160 (remove_files) COMPLETE
46242024-10-18T21:14:23.177Z[ recovery-image] Oct 18 21:14:21.604 INFO O| Oct 18 21:14:21.604 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-10-18T21:14:23.199Z[ recovery-image] Oct 18 21:14:21.625 INFO O| Oct 18 21:14:21.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
46262024-10-18T21:14:23.199Z[ recovery-image] Oct 18 21:14:21.625 INFO O| Oct 18 21:14:21.625 INFO STEP 161 (remove_files) COMPLETE
46272024-10-18T21:14:23.201Z[ recovery-image] Oct 18 21:14:21.625 INFO O| Oct 18 21:14:21.625 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-10-18T21:14:23.219Z[ recovery-image] Oct 18 21:14:21.645 INFO O| Oct 18 21:14:21.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
46292024-10-18T21:14:23.219Z[ recovery-image] Oct 18 21:14:21.645 INFO O| Oct 18 21:14:21.645 INFO STEP 162 (remove_files) COMPLETE
46302024-10-18T21:14:23.219Z[ recovery-image] Oct 18 21:14:21.645 INFO O| Oct 18 21:14:21.645 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-10-18T21:14:23.252Z[ recovery-image] Oct 18 21:14:21.679 INFO O| Oct 18 21:14:21.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
46322024-10-18T21:14:23.252Z[ recovery-image] Oct 18 21:14:21.679 INFO O| Oct 18 21:14:21.679 INFO STEP 163 (remove_files) COMPLETE
46332024-10-18T21:14:23.252Z[ recovery-image] Oct 18 21:14:21.679 INFO O| Oct 18 21:14:21.679 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-10-18T21:14:23.271Z[ recovery-image] Oct 18 21:14:21.697 INFO O| Oct 18 21:14:21.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
46352024-10-18T21:14:23.271Z[ recovery-image] Oct 18 21:14:21.698 INFO O| Oct 18 21:14:21.698 INFO STEP 164 (remove_files) COMPLETE
46362024-10-18T21:14:23.274Z[ recovery-image] Oct 18 21:14:21.698 INFO O| Oct 18 21:14:21.698 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-10-18T21:14:23.304Z[ recovery-image] Oct 18 21:14:21.730 INFO O| Oct 18 21:14:21.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
46382024-10-18T21:14:23.304Z[ recovery-image] Oct 18 21:14:21.730 INFO O| Oct 18 21:14:21.730 INFO STEP 165 (remove_files) COMPLETE
46392024-10-18T21:14:23.306Z[ recovery-image] Oct 18 21:14:21.730 INFO O| Oct 18 21:14:21.730 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-10-18T21:14:23.361Z[ recovery-image] Oct 18 21:14:21.787 INFO O| Oct 18 21:14:21.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
46412024-10-18T21:14:23.361Z[ recovery-image] Oct 18 21:14:21.788 INFO O| Oct 18 21:14:21.788 INFO STEP 166 (remove_files) COMPLETE
46422024-10-18T21:14:23.361Z[ recovery-image] Oct 18 21:14:21.788 INFO O| Oct 18 21:14:21.788 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-10-18T21:14:23.380Z[ recovery-image] Oct 18 21:14:21.806 INFO O| Oct 18 21:14:21.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
46442024-10-18T21:14:23.380Z[ recovery-image] Oct 18 21:14:21.806 INFO O| Oct 18 21:14:21.806 INFO STEP 167 (remove_files) COMPLETE
46452024-10-18T21:14:23.383Z[ recovery-image] Oct 18 21:14:21.807 INFO O| Oct 18 21:14:21.806 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-10-18T21:14:23.431Z[ recovery-image] Oct 18 21:14:21.857 INFO O| Oct 18 21:14:21.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
46472024-10-18T21:14:23.431Z[ recovery-image] Oct 18 21:14:21.857 INFO O| Oct 18 21:14:21.857 INFO STEP 168 (remove_files) COMPLETE
46482024-10-18T21:14:23.431Z[ recovery-image] Oct 18 21:14:21.857 INFO O| Oct 18 21:14:21.857 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-10-18T21:14:23.490Z[ recovery-image] Oct 18 21:14:21.916 INFO O| Oct 18 21:14:21.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
46502024-10-18T21:14:23.490Z[ recovery-image] Oct 18 21:14:21.916 INFO O| Oct 18 21:14:21.916 INFO STEP 169 (remove_files) COMPLETE
46512024-10-18T21:14:23.490Z[ recovery-image] Oct 18 21:14:21.916 INFO O| Oct 18 21:14:21.916 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-10-18T21:14:23.543Z[ recovery-image] Oct 18 21:14:21.970 INFO O| Oct 18 21:14:21.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
46532024-10-18T21:14:23.543Z[ recovery-image] Oct 18 21:14:21.970 INFO O| Oct 18 21:14:21.970 INFO STEP 170 (remove_files) COMPLETE
46542024-10-18T21:14:23.543Z[ recovery-image] Oct 18 21:14:21.970 INFO O| Oct 18 21:14:21.970 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-10-18T21:14:23.561Z[ recovery-image] Oct 18 21:14:21.987 INFO O| Oct 18 21:14:21.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
46562024-10-18T21:14:23.561Z[ recovery-image] Oct 18 21:14:21.988 INFO O| Oct 18 21:14:21.988 INFO STEP 171 (remove_files) COMPLETE
46572024-10-18T21:14:23.561Z[ recovery-image] Oct 18 21:14:21.988 INFO O| Oct 18 21:14:21.988 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-10-18T21:14:23.582Z[ recovery-image] Oct 18 21:14:22.006 INFO O| Oct 18 21:14:22.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
46592024-10-18T21:14:23.582Z[ recovery-image] Oct 18 21:14:22.006 INFO O| Oct 18 21:14:22.006 INFO STEP 172 (remove_files) COMPLETE
46602024-10-18T21:14:23.585Z[ recovery-image] Oct 18 21:14:22.006 INFO O| Oct 18 21:14:22.006 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-10-18T21:14:23.598Z[ recovery-image] Oct 18 21:14:22.024 INFO O| Oct 18 21:14:22.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
46622024-10-18T21:14:23.598Z[ recovery-image] Oct 18 21:14:22.024 INFO O| Oct 18 21:14:22.024 INFO STEP 173 (remove_files) COMPLETE
46632024-10-18T21:14:23.601Z[ recovery-image] Oct 18 21:14:22.024 INFO O| Oct 18 21:14:22.024 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-10-18T21:14:23.617Z[ recovery-image] Oct 18 21:14:22.043 INFO O| Oct 18 21:14:22.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
46652024-10-18T21:14:23.617Z[ recovery-image] Oct 18 21:14:22.043 INFO O| Oct 18 21:14:22.043 INFO STEP 174 (remove_files) COMPLETE
46662024-10-18T21:14:23.617Z[ recovery-image] Oct 18 21:14:22.043 INFO O| Oct 18 21:14:22.043 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-10-18T21:14:23.635Z[ recovery-image] Oct 18 21:14:22.061 INFO O| Oct 18 21:14:22.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
46682024-10-18T21:14:23.635Z[ recovery-image] Oct 18 21:14:22.061 INFO O| Oct 18 21:14:22.061 INFO STEP 175 (remove_files) COMPLETE
46692024-10-18T21:14:23.638Z[ recovery-image] Oct 18 21:14:22.061 INFO O| Oct 18 21:14:22.061 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-10-18T21:14:23.655Z[ recovery-image] Oct 18 21:14:22.080 INFO O| Oct 18 21:14:22.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
46712024-10-18T21:14:23.655Z[ recovery-image] Oct 18 21:14:22.080 INFO O| Oct 18 21:14:22.080 INFO STEP 176 (remove_files) COMPLETE
46722024-10-18T21:14:23.655Z[ recovery-image] Oct 18 21:14:22.081 INFO O| Oct 18 21:14:22.080 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-10-18T21:14:23.691Z[ recovery-image] Oct 18 21:14:22.117 INFO O| Oct 18 21:14:22.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
46742024-10-18T21:14:23.691Z[ recovery-image] Oct 18 21:14:22.117 INFO O| Oct 18 21:14:22.117 INFO STEP 177 (remove_files) COMPLETE
46752024-10-18T21:14:23.694Z[ recovery-image] Oct 18 21:14:22.117 INFO O| Oct 18 21:14:22.117 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-10-18T21:14:23.710Z[ recovery-image] Oct 18 21:14:22.136 INFO O| Oct 18 21:14:22.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
46772024-10-18T21:14:23.712Z[ recovery-image] Oct 18 21:14:22.136 INFO O| Oct 18 21:14:22.136 INFO STEP 178 (remove_files) COMPLETE
46782024-10-18T21:14:23.712Z[ recovery-image] Oct 18 21:14:22.136 INFO O| Oct 18 21:14:22.136 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-10-18T21:14:23.744Z[ recovery-image] Oct 18 21:14:22.170 INFO O| Oct 18 21:14:22.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
46802024-10-18T21:14:23.744Z[ recovery-image] Oct 18 21:14:22.170 INFO O| Oct 18 21:14:22.170 INFO STEP 179 (remove_files) COMPLETE
46812024-10-18T21:14:23.747Z[ recovery-image] Oct 18 21:14:22.170 INFO O| Oct 18 21:14:22.170 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-10-18T21:14:23.764Z[ recovery-image] Oct 18 21:14:22.189 INFO O| Oct 18 21:14:22.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
46832024-10-18T21:14:23.764Z[ recovery-image] Oct 18 21:14:22.189 INFO O| Oct 18 21:14:22.189 INFO STEP 180 (remove_files) COMPLETE
46842024-10-18T21:14:23.764Z[ recovery-image] Oct 18 21:14:22.189 INFO O| Oct 18 21:14:22.189 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-10-18T21:14:23.799Z[ recovery-image] Oct 18 21:14:22.225 INFO O| Oct 18 21:14:22.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
46862024-10-18T21:14:23.799Z[ recovery-image] Oct 18 21:14:22.225 INFO O| Oct 18 21:14:22.225 INFO STEP 181 (remove_files) COMPLETE
46872024-10-18T21:14:23.799Z[ recovery-image] Oct 18 21:14:22.225 INFO O| Oct 18 21:14:22.225 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-10-18T21:14:23.865Z[ recovery-image] Oct 18 21:14:22.292 INFO O| Oct 18 21:14:22.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
46892024-10-18T21:14:23.866Z[ recovery-image] Oct 18 21:14:22.292 INFO O| Oct 18 21:14:22.292 INFO STEP 182 (remove_files) COMPLETE
46902024-10-18T21:14:23.866Z[ recovery-image] Oct 18 21:14:22.292 INFO O| Oct 18 21:14:22.292 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-10-18T21:14:23.941Z[ recovery-image] Oct 18 21:14:22.367 INFO O| Oct 18 21:14:22.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
46922024-10-18T21:14:23.941Z[ recovery-image] Oct 18 21:14:22.367 INFO O| Oct 18 21:14:22.367 INFO STEP 183 (remove_files) COMPLETE
46932024-10-18T21:14:23.944Z[ recovery-image] Oct 18 21:14:22.367 INFO O| Oct 18 21:14:22.367 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-10-18T21:14:23.980Z[ recovery-image] Oct 18 21:14:22.407 INFO O| Oct 18 21:14:22.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
46952024-10-18T21:14:23.980Z[ recovery-image] Oct 18 21:14:22.407 INFO O| Oct 18 21:14:22.407 INFO STEP 184 (remove_files) COMPLETE
46962024-10-18T21:14:23.980Z[ recovery-image] Oct 18 21:14:22.407 INFO O| Oct 18 21:14:22.407 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-10-18T21:14:24.019Z[ recovery-image] Oct 18 21:14:22.445 INFO O| Oct 18 21:14:22.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
46982024-10-18T21:14:24.019Z[ recovery-image] Oct 18 21:14:22.445 INFO O| Oct 18 21:14:22.445 INFO STEP 185 (remove_files) COMPLETE
46992024-10-18T21:14:24.019Z[ recovery-image] Oct 18 21:14:22.445 INFO O| Oct 18 21:14:22.445 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-10-18T21:14:24.061Z[ recovery-image] Oct 18 21:14:22.487 INFO O| Oct 18 21:14:22.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
47012024-10-18T21:14:24.064Z[ recovery-image] Oct 18 21:14:22.487 INFO O| Oct 18 21:14:22.487 INFO STEP 186 (remove_files) COMPLETE
47022024-10-18T21:14:24.064Z[ recovery-image] Oct 18 21:14:22.487 INFO O| Oct 18 21:14:22.487 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-10-18T21:14:24.081Z[ recovery-image] Oct 18 21:14:22.507 INFO O| Oct 18 21:14:22.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
47042024-10-18T21:14:24.081Z[ recovery-image] Oct 18 21:14:22.507 INFO O| Oct 18 21:14:22.507 INFO STEP 187 (remove_files) COMPLETE
47052024-10-18T21:14:24.081Z[ recovery-image] Oct 18 21:14:22.507 INFO O| Oct 18 21:14:22.507 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-10-18T21:14:24.098Z[ recovery-image] Oct 18 21:14:22.525 INFO O| Oct 18 21:14:22.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
47072024-10-18T21:14:24.098Z[ recovery-image] Oct 18 21:14:22.525 INFO O| Oct 18 21:14:22.525 INFO STEP 188 (remove_files) COMPLETE
47082024-10-18T21:14:24.101Z[ recovery-image] Oct 18 21:14:22.525 INFO O| Oct 18 21:14:22.525 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-10-18T21:14:24.115Z[ recovery-image] Oct 18 21:14:22.541 INFO O| Oct 18 21:14:22.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
47102024-10-18T21:14:24.115Z[ recovery-image] Oct 18 21:14:22.541 INFO O| Oct 18 21:14:22.541 INFO STEP 189 (remove_files) COMPLETE
47112024-10-18T21:14:24.118Z[ recovery-image] Oct 18 21:14:22.542 INFO O| Oct 18 21:14:22.541 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-10-18T21:14:24.149Z[ recovery-image] Oct 18 21:14:22.575 INFO O| Oct 18 21:14:22.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
47132024-10-18T21:14:24.153Z[ recovery-image] Oct 18 21:14:22.576 INFO O| Oct 18 21:14:22.576 INFO STEP 190 (remove_files) COMPLETE
47142024-10-18T21:14:24.153Z[ recovery-image] Oct 18 21:14:22.576 INFO O| Oct 18 21:14:22.576 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-10-18T21:14:24.168Z[ recovery-image] Oct 18 21:14:22.595 INFO O| Oct 18 21:14:22.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
47162024-10-18T21:14:24.171Z[ recovery-image] Oct 18 21:14:22.595 INFO O| Oct 18 21:14:22.595 INFO STEP 191 (remove_files) COMPLETE
47172024-10-18T21:14:24.171Z[ recovery-image] Oct 18 21:14:22.595 INFO O| Oct 18 21:14:22.595 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-10-18T21:14:24.209Z[ recovery-image] Oct 18 21:14:22.635 INFO O| Oct 18 21:14:22.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
47192024-10-18T21:14:24.209Z[ recovery-image] Oct 18 21:14:22.635 INFO O| Oct 18 21:14:22.635 INFO STEP 192 (remove_files) COMPLETE
47202024-10-18T21:14:24.209Z[ recovery-image] Oct 18 21:14:22.635 INFO O| Oct 18 21:14:22.635 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-10-18T21:14:24.228Z[ recovery-image] Oct 18 21:14:22.654 INFO O| Oct 18 21:14:22.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
47222024-10-18T21:14:24.228Z[ recovery-image] Oct 18 21:14:22.654 INFO O| Oct 18 21:14:22.654 INFO STEP 193 (remove_files) COMPLETE
47232024-10-18T21:14:24.228Z[ recovery-image] Oct 18 21:14:22.654 INFO O| Oct 18 21:14:22.654 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-10-18T21:14:24.255Z[ recovery-image] Oct 18 21:14:22.681 INFO O| Oct 18 21:14:22.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
47252024-10-18T21:14:24.255Z[ recovery-image] Oct 18 21:14:22.681 INFO O| Oct 18 21:14:22.681 INFO STEP 194 (remove_files) COMPLETE
47262024-10-18T21:14:24.255Z[ recovery-image] Oct 18 21:14:22.681 INFO O| Oct 18 21:14:22.681 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-10-18T21:14:24.295Z[ recovery-image] Oct 18 21:14:22.721 INFO O| Oct 18 21:14:22.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
47282024-10-18T21:14:24.295Z[ recovery-image] Oct 18 21:14:22.721 INFO O| Oct 18 21:14:22.721 INFO STEP 195 (remove_files) COMPLETE
47292024-10-18T21:14:24.295Z[ recovery-image] Oct 18 21:14:22.721 INFO O| Oct 18 21:14:22.721 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-10-18T21:14:24.334Z[ recovery-image] Oct 18 21:14:22.760 INFO O| Oct 18 21:14:22.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
47312024-10-18T21:14:24.336Z[ recovery-image] Oct 18 21:14:22.760 INFO O| Oct 18 21:14:22.760 INFO STEP 196 (remove_files) COMPLETE
47322024-10-18T21:14:24.336Z[ recovery-image] Oct 18 21:14:22.761 INFO O| Oct 18 21:14:22.761 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-10-18T21:14:24.370Z[ recovery-image] Oct 18 21:14:22.796 INFO O| Oct 18 21:14:22.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
47342024-10-18T21:14:24.373Z[ recovery-image] Oct 18 21:14:22.796 INFO O| Oct 18 21:14:22.796 INFO STEP 197 (remove_files) COMPLETE
47352024-10-18T21:14:24.373Z[ recovery-image] Oct 18 21:14:22.797 INFO O| Oct 18 21:14:22.796 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-10-18T21:14:24.390Z[ recovery-image] Oct 18 21:14:22.816 INFO O| Oct 18 21:14:22.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
47372024-10-18T21:14:24.392Z[ recovery-image] Oct 18 21:14:22.816 INFO O| Oct 18 21:14:22.816 INFO STEP 198 (remove_files) COMPLETE
47382024-10-18T21:14:24.392Z[ recovery-image] Oct 18 21:14:22.816 INFO O| Oct 18 21:14:22.816 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-10-18T21:14:24.408Z[ recovery-image] Oct 18 21:14:22.834 INFO O| Oct 18 21:14:22.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
47402024-10-18T21:14:24.408Z[ recovery-image] Oct 18 21:14:22.834 INFO O| Oct 18 21:14:22.834 INFO STEP 199 (remove_files) COMPLETE
47412024-10-18T21:14:24.409Z[ recovery-image] Oct 18 21:14:22.834 INFO O| Oct 18 21:14:22.834 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-10-18T21:14:24.464Z[ recovery-image] Oct 18 21:14:22.890 INFO O| Oct 18 21:14:22.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
47432024-10-18T21:14:24.464Z[ recovery-image] Oct 18 21:14:22.890 INFO O| Oct 18 21:14:22.890 INFO STEP 200 (remove_files) COMPLETE
47442024-10-18T21:14:24.464Z[ recovery-image] Oct 18 21:14:22.890 INFO O| Oct 18 21:14:22.890 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-10-18T21:14:24.482Z[ recovery-image] Oct 18 21:14:22.908 INFO O| Oct 18 21:14:22.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
47462024-10-18T21:14:24.482Z[ recovery-image] Oct 18 21:14:22.908 INFO O| Oct 18 21:14:22.908 INFO STEP 201 (remove_files) COMPLETE
47472024-10-18T21:14:24.482Z[ recovery-image] Oct 18 21:14:22.908 INFO O| Oct 18 21:14:22.908 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-10-18T21:14:24.542Z[ recovery-image] Oct 18 21:14:22.968 INFO O| Oct 18 21:14:22.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
47492024-10-18T21:14:24.542Z[ recovery-image] Oct 18 21:14:22.968 INFO O| Oct 18 21:14:22.968 INFO STEP 202 (remove_files) COMPLETE
47502024-10-18T21:14:24.542Z[ recovery-image] Oct 18 21:14:22.968 INFO O| Oct 18 21:14:22.968 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-10-18T21:14:24.563Z[ recovery-image] Oct 18 21:14:22.989 INFO O| Oct 18 21:14:22.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
47522024-10-18T21:14:24.563Z[ recovery-image] Oct 18 21:14:22.989 INFO O| Oct 18 21:14:22.989 INFO STEP 203 (remove_files) COMPLETE
47532024-10-18T21:14:24.566Z[ recovery-image] Oct 18 21:14:22.989 INFO O| Oct 18 21:14:22.989 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-10-18T21:14:24.584Z[ recovery-image] Oct 18 21:14:23.010 INFO O| Oct 18 21:14:23.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
47552024-10-18T21:14:24.605Z[ recovery-image] Oct 18 21:14:23.030 INFO O| Oct 18 21:14:23.030 INFO STEP 204 (remove_files) COMPLETE
47562024-10-18T21:14:24.605Z[ recovery-image] Oct 18 21:14:23.030 INFO O| Oct 18 21:14:23.030 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-10-18T21:14:24.642Z[ recovery-image] Oct 18 21:14:23.069 INFO O| Oct 18 21:14:23.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
47582024-10-18T21:14:24.643Z[ recovery-image] Oct 18 21:14:23.069 INFO O| Oct 18 21:14:23.069 INFO STEP 205 (remove_files) COMPLETE
47592024-10-18T21:14:24.645Z[ recovery-image] Oct 18 21:14:23.069 INFO O| Oct 18 21:14:23.069 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-10-18T21:14:24.662Z[ recovery-image] Oct 18 21:14:23.088 INFO O| Oct 18 21:14:23.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
47612024-10-18T21:14:24.662Z[ recovery-image] Oct 18 21:14:23.088 INFO O| Oct 18 21:14:23.088 INFO STEP 206 (remove_files) COMPLETE
47622024-10-18T21:14:24.664Z[ recovery-image] Oct 18 21:14:23.088 INFO O| Oct 18 21:14:23.088 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-10-18T21:14:24.681Z[ recovery-image] Oct 18 21:14:23.107 INFO O| Oct 18 21:14:23.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
47642024-10-18T21:14:24.681Z[ recovery-image] Oct 18 21:14:23.107 INFO O| Oct 18 21:14:23.107 INFO STEP 207 (remove_files) COMPLETE
47652024-10-18T21:14:24.681Z[ recovery-image] Oct 18 21:14:23.107 INFO O| Oct 18 21:14:23.107 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-10-18T21:14:24.697Z[ recovery-image] Oct 18 21:14:23.124 INFO O| Oct 18 21:14:23.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
47672024-10-18T21:14:24.698Z[ recovery-image] Oct 18 21:14:23.124 INFO O| Oct 18 21:14:23.124 INFO STEP 208 (remove_files) COMPLETE
47682024-10-18T21:14:24.698Z[ recovery-image] Oct 18 21:14:23.124 INFO O| Oct 18 21:14:23.124 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-10-18T21:14:24.714Z[ recovery-image] Oct 18 21:14:23.140 INFO O| Oct 18 21:14:23.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
47702024-10-18T21:14:24.714Z[ recovery-image] Oct 18 21:14:23.140 INFO O| Oct 18 21:14:23.140 INFO STEP 209 (remove_files) COMPLETE
47712024-10-18T21:14:24.714Z[ recovery-image] Oct 18 21:14:23.140 INFO O| Oct 18 21:14:23.140 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-10-18T21:14:24.749Z[ recovery-image] Oct 18 21:14:23.175 INFO O| Oct 18 21:14:23.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
47732024-10-18T21:14:24.749Z[ recovery-image] Oct 18 21:14:23.175 INFO O| Oct 18 21:14:23.175 INFO STEP 210 (remove_files) COMPLETE
47742024-10-18T21:14:24.749Z[ recovery-image] Oct 18 21:14:23.175 INFO O| Oct 18 21:14:23.175 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-10-18T21:14:24.791Z[ recovery-image] Oct 18 21:14:23.218 INFO O| Oct 18 21:14:23.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
47762024-10-18T21:14:24.795Z[ recovery-image] Oct 18 21:14:23.218 INFO O| Oct 18 21:14:23.218 INFO STEP 211 (remove_files) COMPLETE
47772024-10-18T21:14:24.795Z[ recovery-image] Oct 18 21:14:23.218 INFO O| Oct 18 21:14:23.218 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-10-18T21:14:24.854Z[ recovery-image] Oct 18 21:14:23.280 INFO O| Oct 18 21:14:23.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
47792024-10-18T21:14:24.854Z[ recovery-image] Oct 18 21:14:23.280 INFO O| Oct 18 21:14:23.280 INFO STEP 212 (remove_files) COMPLETE
47802024-10-18T21:14:24.854Z[ recovery-image] Oct 18 21:14:23.280 INFO O| Oct 18 21:14:23.280 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-10-18T21:14:24.873Z[ recovery-image] Oct 18 21:14:23.299 INFO O| Oct 18 21:14:23.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
47822024-10-18T21:14:24.873Z[ recovery-image] Oct 18 21:14:23.299 INFO O| Oct 18 21:14:23.299 INFO STEP 213 (remove_files) COMPLETE
47832024-10-18T21:14:24.873Z[ recovery-image] Oct 18 21:14:23.299 INFO O| Oct 18 21:14:23.299 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-10-18T21:14:24.890Z[ recovery-image] Oct 18 21:14:23.316 INFO O| Oct 18 21:14:23.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
47852024-10-18T21:14:24.890Z[ recovery-image] Oct 18 21:14:23.316 INFO O| Oct 18 21:14:23.316 INFO STEP 214 (remove_files) COMPLETE
47862024-10-18T21:14:24.890Z[ recovery-image] Oct 18 21:14:23.316 INFO O| Oct 18 21:14:23.316 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-10-18T21:14:24.922Z[ recovery-image] Oct 18 21:14:23.348 INFO O| Oct 18 21:14:23.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
47882024-10-18T21:14:24.926Z[ recovery-image] Oct 18 21:14:23.348 INFO O| Oct 18 21:14:23.348 INFO STEP 215 (remove_files) COMPLETE
47892024-10-18T21:14:24.926Z[ recovery-image] Oct 18 21:14:23.348 INFO O| Oct 18 21:14:23.348 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-10-18T21:14:24.942Z[ recovery-image] Oct 18 21:14:23.368 INFO O| Oct 18 21:14:23.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
47912024-10-18T21:14:24.944Z[ recovery-image] Oct 18 21:14:23.368 INFO O| Oct 18 21:14:23.368 INFO STEP 216 (remove_files) COMPLETE
47922024-10-18T21:14:24.945Z[ recovery-image] Oct 18 21:14:23.368 INFO O| Oct 18 21:14:23.368 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-10-18T21:14:24.983Z[ recovery-image] Oct 18 21:14:23.409 INFO O| Oct 18 21:14:23.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
47942024-10-18T21:14:24.985Z[ recovery-image] Oct 18 21:14:23.409 INFO O| Oct 18 21:14:23.409 INFO STEP 217 (remove_files) COMPLETE
47952024-10-18T21:14:24.985Z[ recovery-image] Oct 18 21:14:23.409 INFO O| Oct 18 21:14:23.409 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-10-18T21:14:25.001Z[ recovery-image] Oct 18 21:14:23.428 INFO O| Oct 18 21:14:23.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
47972024-10-18T21:14:25.001Z[ recovery-image] Oct 18 21:14:23.428 INFO O| Oct 18 21:14:23.428 INFO STEP 218 (remove_files) COMPLETE
47982024-10-18T21:14:25.004Z[ recovery-image] Oct 18 21:14:23.428 INFO O| Oct 18 21:14:23.428 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-10-18T21:14:25.019Z[ recovery-image] Oct 18 21:14:23.445 INFO O| Oct 18 21:14:23.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
48002024-10-18T21:14:25.019Z[ recovery-image] Oct 18 21:14:23.446 INFO O| Oct 18 21:14:23.446 INFO STEP 219 (remove_files) COMPLETE
48012024-10-18T21:14:25.019Z[ recovery-image] Oct 18 21:14:23.446 INFO O| Oct 18 21:14:23.446 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-10-18T21:14:25.036Z[ recovery-image] Oct 18 21:14:23.463 INFO O| Oct 18 21:14:23.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
48032024-10-18T21:14:25.036Z[ recovery-image] Oct 18 21:14:23.463 INFO O| Oct 18 21:14:23.463 INFO STEP 220 (remove_files) COMPLETE
48042024-10-18T21:14:25.039Z[ recovery-image] Oct 18 21:14:23.463 INFO O| Oct 18 21:14:23.463 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-10-18T21:14:25.054Z[ recovery-image] Oct 18 21:14:23.480 INFO O| Oct 18 21:14:23.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
48062024-10-18T21:14:25.056Z[ recovery-image] Oct 18 21:14:23.480 INFO O| Oct 18 21:14:23.480 INFO STEP 221 (remove_files) COMPLETE
48072024-10-18T21:14:25.056Z[ recovery-image] Oct 18 21:14:23.480 INFO O| Oct 18 21:14:23.480 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-10-18T21:14:25.087Z[ recovery-image] Oct 18 21:14:23.513 INFO O| Oct 18 21:14:23.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
48092024-10-18T21:14:25.090Z[ recovery-image] Oct 18 21:14:23.513 INFO O| Oct 18 21:14:23.513 INFO STEP 222 (remove_files) COMPLETE
48102024-10-18T21:14:25.090Z[ recovery-image] Oct 18 21:14:23.513 INFO O| Oct 18 21:14:23.513 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-10-18T21:14:25.106Z[ recovery-image] Oct 18 21:14:23.532 INFO O| Oct 18 21:14:23.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
48122024-10-18T21:14:25.106Z[ recovery-image] Oct 18 21:14:23.532 INFO O| Oct 18 21:14:23.532 INFO STEP 223 (remove_files) COMPLETE
48132024-10-18T21:14:25.109Z[ recovery-image] Oct 18 21:14:23.533 INFO O| Oct 18 21:14:23.532 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-10-18T21:14:25.124Z[ recovery-image] Oct 18 21:14:23.550 INFO O| Oct 18 21:14:23.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
48152024-10-18T21:14:25.127Z[ recovery-image] Oct 18 21:14:23.550 INFO O| Oct 18 21:14:23.550 INFO STEP 224 (remove_files) COMPLETE
48162024-10-18T21:14:25.127Z[ recovery-image] Oct 18 21:14:23.550 INFO O| Oct 18 21:14:23.550 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-10-18T21:14:25.142Z[ recovery-image] Oct 18 21:14:23.568 INFO O| Oct 18 21:14:23.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
48182024-10-18T21:14:25.142Z[ recovery-image] Oct 18 21:14:23.568 INFO O| Oct 18 21:14:23.568 INFO STEP 225 (remove_files) COMPLETE
48192024-10-18T21:14:25.142Z[ recovery-image] Oct 18 21:14:23.568 INFO O| Oct 18 21:14:23.568 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-10-18T21:14:25.172Z[ recovery-image] Oct 18 21:14:23.598 INFO O| Oct 18 21:14:23.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
48212024-10-18T21:14:25.172Z[ recovery-image] Oct 18 21:14:23.598 INFO O| Oct 18 21:14:23.598 INFO STEP 226 (remove_files) COMPLETE
48222024-10-18T21:14:25.172Z[ recovery-image] Oct 18 21:14:23.598 INFO O| Oct 18 21:14:23.598 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-10-18T21:14:25.220Z[ recovery-image] Oct 18 21:14:23.646 INFO O| Oct 18 21:14:23.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
48242024-10-18T21:14:25.223Z[ recovery-image] Oct 18 21:14:23.646 INFO O| Oct 18 21:14:23.646 INFO STEP 227 (remove_files) COMPLETE
48252024-10-18T21:14:25.223Z[ recovery-image] Oct 18 21:14:23.646 INFO O| Oct 18 21:14:23.646 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-10-18T21:14:25.240Z[ recovery-image] Oct 18 21:14:23.665 INFO O| Oct 18 21:14:23.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
48272024-10-18T21:14:25.240Z[ recovery-image] Oct 18 21:14:23.665 INFO O| Oct 18 21:14:23.665 INFO STEP 228 (remove_files) COMPLETE
48282024-10-18T21:14:25.240Z[ recovery-image] Oct 18 21:14:23.665 INFO O| Oct 18 21:14:23.665 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-10-18T21:14:25.268Z[ recovery-image] Oct 18 21:14:23.694 INFO O| Oct 18 21:14:23.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
48302024-10-18T21:14:25.268Z[ recovery-image] Oct 18 21:14:23.694 INFO O| Oct 18 21:14:23.694 INFO STEP 229 (remove_files) COMPLETE
48312024-10-18T21:14:25.268Z[ recovery-image] Oct 18 21:14:23.694 INFO O| Oct 18 21:14:23.694 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-10-18T21:14:25.305Z[ recovery-image] Oct 18 21:14:23.731 INFO O| Oct 18 21:14:23.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
48332024-10-18T21:14:25.305Z[ recovery-image] Oct 18 21:14:23.731 INFO O| Oct 18 21:14:23.731 INFO STEP 230 (remove_files) COMPLETE
48342024-10-18T21:14:25.305Z[ recovery-image] Oct 18 21:14:23.731 INFO O| Oct 18 21:14:23.731 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-10-18T21:14:25.366Z[ recovery-image] Oct 18 21:14:23.792 INFO O| Oct 18 21:14:23.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
48362024-10-18T21:14:25.366Z[ recovery-image] Oct 18 21:14:23.792 INFO O| Oct 18 21:14:23.792 INFO STEP 231 (remove_files) COMPLETE
48372024-10-18T21:14:25.366Z[ recovery-image] Oct 18 21:14:23.792 INFO O| Oct 18 21:14:23.792 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-10-18T21:14:25.446Z[ recovery-image] Oct 18 21:14:23.872 INFO O| Oct 18 21:14:23.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
48392024-10-18T21:14:25.446Z[ recovery-image] Oct 18 21:14:23.872 INFO O| Oct 18 21:14:23.872 INFO STEP 232 (remove_files) COMPLETE
48402024-10-18T21:14:25.449Z[ recovery-image] Oct 18 21:14:23.872 INFO O| Oct 18 21:14:23.872 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-10-18T21:14:25.468Z[ recovery-image] Oct 18 21:14:23.894 INFO O| Oct 18 21:14:23.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
48422024-10-18T21:14:25.471Z[ recovery-image] Oct 18 21:14:23.894 INFO O| Oct 18 21:14:23.894 INFO STEP 233 (remove_files) COMPLETE
48432024-10-18T21:14:25.471Z[ recovery-image] Oct 18 21:14:23.894 INFO O| Oct 18 21:14:23.894 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-10-18T21:14:25.488Z[ recovery-image] Oct 18 21:14:23.914 INFO O| Oct 18 21:14:23.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
48452024-10-18T21:14:25.488Z[ recovery-image] Oct 18 21:14:23.914 INFO O| Oct 18 21:14:23.914 INFO STEP 234 (remove_files) COMPLETE
48462024-10-18T21:14:25.488Z[ recovery-image] Oct 18 21:14:23.914 INFO O| Oct 18 21:14:23.914 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-10-18T21:14:25.516Z[ recovery-image] Oct 18 21:14:23.942 INFO O| Oct 18 21:14:23.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
48482024-10-18T21:14:25.519Z[ recovery-image] Oct 18 21:14:23.943 INFO O| Oct 18 21:14:23.942 INFO STEP 235 (remove_files) COMPLETE
48492024-10-18T21:14:25.519Z[ recovery-image] Oct 18 21:14:23.943 INFO O| Oct 18 21:14:23.943 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-10-18T21:14:25.548Z[ recovery-image] Oct 18 21:14:23.974 INFO O| Oct 18 21:14:23.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
48512024-10-18T21:14:25.551Z[ recovery-image] Oct 18 21:14:23.975 INFO O| Oct 18 21:14:23.974 INFO STEP 236 (remove_files) COMPLETE
48522024-10-18T21:14:25.551Z[ recovery-image] Oct 18 21:14:23.975 INFO O| Oct 18 21:14:23.974 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-10-18T21:14:25.625Z[ recovery-image] Oct 18 21:14:24.051 INFO O| Oct 18 21:14:24.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
48542024-10-18T21:14:25.625Z[ recovery-image] Oct 18 21:14:24.051 INFO O| Oct 18 21:14:24.051 INFO STEP 237 (remove_files) COMPLETE
48552024-10-18T21:14:25.627Z[ recovery-image] Oct 18 21:14:24.051 INFO O| Oct 18 21:14:24.051 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-10-18T21:14:25.645Z[ recovery-image] Oct 18 21:14:24.072 INFO O| Oct 18 21:14:24.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
48572024-10-18T21:14:25.645Z[ recovery-image] Oct 18 21:14:24.072 INFO O| Oct 18 21:14:24.072 INFO STEP 238 (remove_files) COMPLETE
48582024-10-18T21:14:25.645Z[ recovery-image] Oct 18 21:14:24.072 INFO O| Oct 18 21:14:24.072 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-10-18T21:14:25.665Z[ recovery-image] Oct 18 21:14:24.092 INFO O| Oct 18 21:14:24.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
48602024-10-18T21:14:25.665Z[ recovery-image] Oct 18 21:14:24.092 INFO O| Oct 18 21:14:24.092 INFO STEP 239 (remove_files) COMPLETE
48612024-10-18T21:14:25.668Z[ recovery-image] Oct 18 21:14:24.092 INFO O| Oct 18 21:14:24.092 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-10-18T21:14:25.691Z[ recovery-image] Oct 18 21:14:24.117 INFO O| Oct 18 21:14:24.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
48632024-10-18T21:14:25.691Z[ recovery-image] Oct 18 21:14:24.117 INFO O| Oct 18 21:14:24.117 INFO STEP 240 (remove_files) COMPLETE
48642024-10-18T21:14:25.691Z[ recovery-image] Oct 18 21:14:24.117 INFO O| Oct 18 21:14:24.117 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-10-18T21:14:25.750Z[ recovery-image] Oct 18 21:14:24.176 INFO O| Oct 18 21:14:24.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
48662024-10-18T21:14:25.750Z[ recovery-image] Oct 18 21:14:24.176 INFO O| Oct 18 21:14:24.176 INFO STEP 241 (remove_files) COMPLETE
48672024-10-18T21:14:25.750Z[ recovery-image] Oct 18 21:14:24.176 INFO O| Oct 18 21:14:24.176 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-10-18T21:14:25.813Z[ recovery-image] Oct 18 21:14:24.239 INFO O| Oct 18 21:14:24.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
48692024-10-18T21:14:25.815Z[ recovery-image] Oct 18 21:14:24.239 INFO O| Oct 18 21:14:24.239 INFO STEP 242 (remove_files) COMPLETE
48702024-10-18T21:14:25.815Z[ recovery-image] Oct 18 21:14:24.239 INFO O| Oct 18 21:14:24.239 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-10-18T21:14:25.833Z[ recovery-image] Oct 18 21:14:24.259 INFO O| Oct 18 21:14:24.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
48722024-10-18T21:14:25.835Z[ recovery-image] Oct 18 21:14:24.259 INFO O| Oct 18 21:14:24.259 INFO STEP 243 (remove_files) COMPLETE
48732024-10-18T21:14:25.835Z[ recovery-image] Oct 18 21:14:24.259 INFO O| Oct 18 21:14:24.259 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-10-18T21:14:25.852Z[ recovery-image] Oct 18 21:14:24.278 INFO O| Oct 18 21:14:24.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
48752024-10-18T21:14:25.855Z[ recovery-image] Oct 18 21:14:24.278 INFO O| Oct 18 21:14:24.278 INFO STEP 244 (remove_files) COMPLETE
48762024-10-18T21:14:25.855Z[ recovery-image] Oct 18 21:14:24.279 INFO O| Oct 18 21:14:24.278 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-10-18T21:14:25.872Z[ recovery-image] Oct 18 21:14:24.298 INFO O| Oct 18 21:14:24.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
48782024-10-18T21:14:25.874Z[ recovery-image] Oct 18 21:14:24.298 INFO O| Oct 18 21:14:24.298 INFO STEP 245 (remove_files) COMPLETE
48792024-10-18T21:14:25.874Z[ recovery-image] Oct 18 21:14:24.298 INFO O| Oct 18 21:14:24.298 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-10-18T21:14:25.896Z[ recovery-image] Oct 18 21:14:24.322 INFO O| Oct 18 21:14:24.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
48812024-10-18T21:14:25.896Z[ recovery-image] Oct 18 21:14:24.322 INFO O| Oct 18 21:14:24.322 INFO STEP 246 (remove_files) COMPLETE
48822024-10-18T21:14:25.896Z[ recovery-image] Oct 18 21:14:24.322 INFO O| Oct 18 21:14:24.322 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-10-18T21:14:25.940Z[ recovery-image] Oct 18 21:14:24.366 INFO O| Oct 18 21:14:24.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
48842024-10-18T21:14:25.943Z[ recovery-image] Oct 18 21:14:24.366 INFO O| Oct 18 21:14:24.366 INFO STEP 247 (remove_files) COMPLETE
48852024-10-18T21:14:25.943Z[ recovery-image] Oct 18 21:14:24.366 INFO O| Oct 18 21:14:24.366 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-10-18T21:14:25.961Z[ recovery-image] Oct 18 21:14:24.387 INFO O| Oct 18 21:14:24.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
48872024-10-18T21:14:25.963Z[ recovery-image] Oct 18 21:14:24.387 INFO O| Oct 18 21:14:24.387 INFO STEP 248 (remove_files) COMPLETE
48882024-10-18T21:14:25.963Z[ recovery-image] Oct 18 21:14:24.387 INFO O| Oct 18 21:14:24.387 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-10-18T21:14:25.984Z[ recovery-image] Oct 18 21:14:24.410 INFO O| Oct 18 21:14:24.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
48902024-10-18T21:14:25.984Z[ recovery-image] Oct 18 21:14:24.410 INFO O| Oct 18 21:14:24.410 INFO STEP 249 (remove_files) COMPLETE
48912024-10-18T21:14:25.987Z[ recovery-image] Oct 18 21:14:24.410 INFO O| Oct 18 21:14:24.410 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-10-18T21:14:26.004Z[ recovery-image] Oct 18 21:14:24.430 INFO O| Oct 18 21:14:24.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
48932024-10-18T21:14:26.004Z[ recovery-image] Oct 18 21:14:24.431 INFO O| Oct 18 21:14:24.430 INFO STEP 250 (remove_files) COMPLETE
48942024-10-18T21:14:26.004Z[ recovery-image] Oct 18 21:14:24.431 INFO O| Oct 18 21:14:24.431 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-10-18T21:14:26.023Z[ recovery-image] Oct 18 21:14:24.450 INFO O| Oct 18 21:14:24.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
48962024-10-18T21:14:26.024Z[ recovery-image] Oct 18 21:14:24.450 INFO O| Oct 18 21:14:24.450 INFO STEP 251 (remove_files) COMPLETE
48972024-10-18T21:14:26.026Z[ recovery-image] Oct 18 21:14:24.450 INFO O| Oct 18 21:14:24.450 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-10-18T21:14:26.082Z[ recovery-image] Oct 18 21:14:24.508 INFO O| Oct 18 21:14:24.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
48992024-10-18T21:14:26.082Z[ recovery-image] Oct 18 21:14:24.508 INFO O| Oct 18 21:14:24.508 INFO STEP 252 (remove_files) COMPLETE
49002024-10-18T21:14:26.085Z[ recovery-image] Oct 18 21:14:24.509 INFO O| Oct 18 21:14:24.508 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-10-18T21:14:26.104Z[ recovery-image] Oct 18 21:14:24.530 INFO O| Oct 18 21:14:24.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
49022024-10-18T21:14:26.106Z[ recovery-image] Oct 18 21:14:24.530 INFO O| Oct 18 21:14:24.530 INFO STEP 253 (remove_files) COMPLETE
49032024-10-18T21:14:26.106Z[ recovery-image] Oct 18 21:14:24.530 INFO O| Oct 18 21:14:24.530 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-10-18T21:14:26.124Z[ recovery-image] Oct 18 21:14:24.550 INFO O| Oct 18 21:14:24.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
49052024-10-18T21:14:26.126Z[ recovery-image] Oct 18 21:14:24.550 INFO O| Oct 18 21:14:24.550 INFO STEP 254 (remove_files) COMPLETE
49062024-10-18T21:14:26.126Z[ recovery-image] Oct 18 21:14:24.550 INFO O| Oct 18 21:14:24.550 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-10-18T21:14:26.143Z[ recovery-image] Oct 18 21:14:24.569 INFO O| Oct 18 21:14:24.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
49082024-10-18T21:14:26.146Z[ recovery-image] Oct 18 21:14:24.570 INFO O| Oct 18 21:14:24.570 INFO STEP 255 (remove_files) COMPLETE
49092024-10-18T21:14:26.146Z[ recovery-image] Oct 18 21:14:24.570 INFO O| Oct 18 21:14:24.570 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-10-18T21:14:26.164Z[ recovery-image] Oct 18 21:14:24.590 INFO O| Oct 18 21:14:24.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
49112024-10-18T21:14:26.164Z[ recovery-image] Oct 18 21:14:24.590 INFO O| Oct 18 21:14:24.590 INFO STEP 256 (remove_files) COMPLETE
49122024-10-18T21:14:26.164Z[ recovery-image] Oct 18 21:14:24.590 INFO O| Oct 18 21:14:24.590 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-10-18T21:14:26.208Z[ host-image] Oct 18 21:14:24.634 INFO O| Oct 18 21:14:24.634 INFO O| Planning: Solver setup ... Done
49142024-10-18T21:14:26.215Z[ host-image] Oct 18 21:14:24.641 INFO O| Oct 18 21:14:24.641 INFO O| Planning: Running solver ... Done
49152024-10-18T21:14:26.241Z[ recovery-image] Oct 18 21:14:24.667 INFO O| Oct 18 21:14:24.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
49162024-10-18T21:14:26.241Z[ recovery-image] Oct 18 21:14:24.667 INFO O| Oct 18 21:14:24.667 INFO STEP 257 (remove_files) COMPLETE
49172024-10-18T21:14:26.243Z[ recovery-image] Oct 18 21:14:24.667 INFO O| Oct 18 21:14:24.667 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-10-18T21:14:26.258Z[ recovery-image] Oct 18 21:14:24.684 INFO O| Oct 18 21:14:24.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
49192024-10-18T21:14:26.258Z[ recovery-image] Oct 18 21:14:24.684 INFO O| Oct 18 21:14:24.684 INFO STEP 258 (remove_files) COMPLETE
49202024-10-18T21:14:26.261Z[ recovery-image] Oct 18 21:14:24.685 INFO O| Oct 18 21:14:24.684 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-10-18T21:14:26.296Z[ recovery-image] Oct 18 21:14:24.722 INFO O| Oct 18 21:14:24.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
49222024-10-18T21:14:26.296Z[ recovery-image] Oct 18 21:14:24.722 INFO O| Oct 18 21:14:24.722 INFO STEP 259 (remove_files) COMPLETE
49232024-10-18T21:14:26.296Z[ recovery-image] Oct 18 21:14:24.722 INFO O| Oct 18 21:14:24.722 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-10-18T21:14:26.332Z[ host-image] Oct 18 21:14:24.758 INFO O| Oct 18 21:14:24.758 INFO O| Planning: Finding local manifests ... Done
49252024-10-18T21:14:26.334Z[ host-image] Oct 18 21:14:24.760 INFO O| Oct 18 21:14:24.760 INFO O| Planning: Fetching manifests: 0/6 0% complete
49262024-10-18T21:14:26.337Z[ recovery-image] Oct 18 21:14:24.763 INFO O| Oct 18 21:14:24.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
49272024-10-18T21:14:26.337Z[ recovery-image] Oct 18 21:14:24.763 INFO O| Oct 18 21:14:24.763 INFO STEP 260 (remove_files) COMPLETE
49282024-10-18T21:14:26.339Z[ recovery-image] Oct 18 21:14:24.763 INFO O| Oct 18 21:14:24.763 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-10-18T21:14:26.354Z[ recovery-image] Oct 18 21:14:24.780 INFO O| Oct 18 21:14:24.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
49302024-10-18T21:14:26.354Z[ recovery-image] Oct 18 21:14:24.780 INFO O| Oct 18 21:14:24.780 INFO STEP 261 (remove_files) COMPLETE
49312024-10-18T21:14:26.354Z[ recovery-image] Oct 18 21:14:24.780 INFO O| Oct 18 21:14:24.780 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-10-18T21:14:26.371Z[ recovery-image] Oct 18 21:14:24.797 INFO O| Oct 18 21:14:24.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
49332024-10-18T21:14:26.371Z[ recovery-image] Oct 18 21:14:24.797 INFO O| Oct 18 21:14:24.797 INFO STEP 262 (remove_files) COMPLETE
49342024-10-18T21:14:26.374Z[ recovery-image] Oct 18 21:14:24.797 INFO O| Oct 18 21:14:24.797 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-10-18T21:14:26.390Z[ recovery-image] Oct 18 21:14:24.816 INFO O| Oct 18 21:14:24.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
49362024-10-18T21:14:26.390Z[ recovery-image] Oct 18 21:14:24.816 INFO O| Oct 18 21:14:24.816 INFO STEP 263 (remove_files) COMPLETE
49372024-10-18T21:14:26.390Z[ recovery-image] Oct 18 21:14:24.816 INFO O| Oct 18 21:14:24.816 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-10-18T21:14:26.407Z[ recovery-image] Oct 18 21:14:24.833 INFO O| Oct 18 21:14:24.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
49392024-10-18T21:14:26.407Z[ recovery-image] Oct 18 21:14:24.833 INFO O| Oct 18 21:14:24.833 INFO STEP 264 (remove_files) COMPLETE
49402024-10-18T21:14:26.409Z[ recovery-image] Oct 18 21:14:24.833 INFO O| Oct 18 21:14:24.833 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-10-18T21:14:26.449Z[ recovery-image] Oct 18 21:14:24.875 INFO O| Oct 18 21:14:24.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
49422024-10-18T21:14:26.451Z[ recovery-image] Oct 18 21:14:24.875 INFO O| Oct 18 21:14:24.875 INFO STEP 265 (remove_files) COMPLETE
49432024-10-18T21:14:26.452Z[ recovery-image] Oct 18 21:14:24.875 INFO O| Oct 18 21:14:24.875 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-10-18T21:14:26.467Z[ recovery-image] Oct 18 21:14:24.893 INFO O| Oct 18 21:14:24.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
49452024-10-18T21:14:26.470Z[ recovery-image] Oct 18 21:14:24.894 INFO O| Oct 18 21:14:24.894 INFO STEP 266 (remove_files) COMPLETE
49462024-10-18T21:14:26.470Z[ recovery-image] Oct 18 21:14:24.894 INFO O| Oct 18 21:14:24.894 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-10-18T21:14:26.485Z[ recovery-image] Oct 18 21:14:24.911 INFO O| Oct 18 21:14:24.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
49482024-10-18T21:14:26.494Z[ recovery-image] Oct 18 21:14:24.920 INFO O| Oct 18 21:14:24.920 INFO STEP 267 (remove_files) COMPLETE
49492024-10-18T21:14:26.494Z[ recovery-image] Oct 18 21:14:24.920 INFO O| Oct 18 21:14:24.920 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-10-18T21:14:26.519Z[ recovery-image] Oct 18 21:14:24.938 INFO O| Oct 18 21:14:24.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
49512024-10-18T21:14:26.519Z[ recovery-image] Oct 18 21:14:24.938 INFO O| Oct 18 21:14:24.938 INFO STEP 268 (remove_files) COMPLETE
49522024-10-18T21:14:26.522Z[ recovery-image] Oct 18 21:14:24.938 INFO O| Oct 18 21:14:24.938 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-10-18T21:14:26.529Z[ recovery-image] Oct 18 21:14:24.955 INFO O| Oct 18 21:14:24.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
49542024-10-18T21:14:26.529Z[ recovery-image] Oct 18 21:14:24.955 INFO O| Oct 18 21:14:24.955 INFO STEP 269 (remove_files) COMPLETE
49552024-10-18T21:14:26.532Z[ recovery-image] Oct 18 21:14:24.955 INFO O| Oct 18 21:14:24.955 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-10-18T21:14:26.547Z[ recovery-image] Oct 18 21:14:24.973 INFO O| Oct 18 21:14:24.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
49572024-10-18T21:14:26.547Z[ recovery-image] Oct 18 21:14:24.973 INFO O| Oct 18 21:14:24.973 INFO STEP 270 (remove_files) COMPLETE
49582024-10-18T21:14:26.547Z[ recovery-image] Oct 18 21:14:24.973 INFO O| Oct 18 21:14:24.973 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-10-18T21:14:26.587Z[ recovery-image] Oct 18 21:14:25.013 INFO O| Oct 18 21:14:25.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
49602024-10-18T21:14:26.587Z[ recovery-image] Oct 18 21:14:25.013 INFO O| Oct 18 21:14:25.013 INFO STEP 271 (remove_files) COMPLETE
49612024-10-18T21:14:26.587Z[ recovery-image] Oct 18 21:14:25.013 INFO O| Oct 18 21:14:25.013 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-10-18T21:14:26.604Z[ recovery-image] Oct 18 21:14:25.030 INFO O| Oct 18 21:14:25.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
49632024-10-18T21:14:26.604Z[ recovery-image] Oct 18 21:14:25.030 INFO O| Oct 18 21:14:25.030 INFO STEP 272 (remove_files) COMPLETE
49642024-10-18T21:14:26.604Z[ recovery-image] Oct 18 21:14:25.031 INFO O| Oct 18 21:14:25.030 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-10-18T21:14:26.623Z[ recovery-image] Oct 18 21:14:25.049 INFO O| Oct 18 21:14:25.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
49662024-10-18T21:14:26.623Z[ recovery-image] Oct 18 21:14:25.049 INFO O| Oct 18 21:14:25.049 INFO STEP 273 (remove_files) COMPLETE
49672024-10-18T21:14:26.623Z[ recovery-image] Oct 18 21:14:25.049 INFO O| Oct 18 21:14:25.049 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-10-18T21:14:26.663Z[ recovery-image] Oct 18 21:14:25.088 INFO O| Oct 18 21:14:25.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
49692024-10-18T21:14:26.666Z[ recovery-image] Oct 18 21:14:25.088 INFO O| Oct 18 21:14:25.088 INFO STEP 274 (remove_files) COMPLETE
49702024-10-18T21:14:26.666Z[ recovery-image] Oct 18 21:14:25.088 INFO O| Oct 18 21:14:25.088 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-10-18T21:14:26.682Z[ recovery-image] Oct 18 21:14:25.108 INFO O| Oct 18 21:14:25.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
49722024-10-18T21:14:26.682Z[ recovery-image] Oct 18 21:14:25.108 INFO O| Oct 18 21:14:25.108 INFO STEP 275 (remove_files) COMPLETE
49732024-10-18T21:14:26.686Z[ recovery-image] Oct 18 21:14:25.108 INFO O| Oct 18 21:14:25.108 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-10-18T21:14:26.686Z[ host-image] Oct 18 21:14:25.111 INFO O| Oct 18 21:14:25.110 INFO O| Planning: Fetching manifests: 6/6 100% complete
49752024-10-18T21:14:26.746Z[ recovery-image] Oct 18 21:14:25.172 INFO O| Oct 18 21:14:25.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
49762024-10-18T21:14:26.749Z[ recovery-image] Oct 18 21:14:25.172 INFO O| Oct 18 21:14:25.172 INFO STEP 276 (remove_files) COMPLETE
49772024-10-18T21:14:26.749Z[ recovery-image] Oct 18 21:14:25.172 INFO O| Oct 18 21:14:25.172 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-10-18T21:14:26.752Z[ host-image] Oct 18 21:14:25.176 INFO O| Oct 18 21:14:25.176 INFO O| Planning: Package planning ... Done
49792024-10-18T21:14:26.768Z[ recovery-image] Oct 18 21:14:25.194 INFO O| Oct 18 21:14:25.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
49802024-10-18T21:14:26.771Z[ recovery-image] Oct 18 21:14:25.194 INFO O| Oct 18 21:14:25.194 INFO STEP 277 (remove_files) COMPLETE
49812024-10-18T21:14:26.771Z[ recovery-image] Oct 18 21:14:25.195 INFO O| Oct 18 21:14:25.194 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-10-18T21:14:26.788Z[ host-image] Oct 18 21:14:25.214 INFO O| Oct 18 21:14:25.214 INFO O| Planning: Merging actions ... Done
49832024-10-18T21:14:26.802Z[ recovery-image] Oct 18 21:14:25.228 INFO O| Oct 18 21:14:25.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
49842024-10-18T21:14:26.802Z[ recovery-image] Oct 18 21:14:25.228 INFO O| Oct 18 21:14:25.228 INFO STEP 278 (remove_files) COMPLETE
49852024-10-18T21:14:26.802Z[ recovery-image] Oct 18 21:14:25.228 INFO O| Oct 18 21:14:25.228 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-10-18T21:14:26.834Z[ recovery-image] Oct 18 21:14:25.260 INFO O| Oct 18 21:14:25.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
49872024-10-18T21:14:26.858Z[ recovery-image] Oct 18 21:14:25.284 INFO O| Oct 18 21:14:25.284 INFO STEP 279 (remove_files) COMPLETE
49882024-10-18T21:14:26.858Z[ recovery-image] Oct 18 21:14:25.284 INFO O| Oct 18 21:14:25.284 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-10-18T21:14:26.891Z[ recovery-image] Oct 18 21:14:25.317 INFO O| Oct 18 21:14:25.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
49902024-10-18T21:14:26.891Z[ recovery-image] Oct 18 21:14:25.317 INFO O| Oct 18 21:14:25.317 INFO STEP 280 (remove_files) COMPLETE
49912024-10-18T21:14:26.891Z[ recovery-image] Oct 18 21:14:25.317 INFO O| Oct 18 21:14:25.317 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-10-18T21:14:26.912Z[ recovery-image] Oct 18 21:14:25.338 INFO O| Oct 18 21:14:25.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
49932024-10-18T21:14:26.912Z[ recovery-image] Oct 18 21:14:25.338 INFO O| Oct 18 21:14:25.338 INFO STEP 281 (remove_files) COMPLETE
49942024-10-18T21:14:26.912Z[ recovery-image] Oct 18 21:14:25.339 INFO O| Oct 18 21:14:25.338 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-10-18T21:14:26.959Z[ host-image] Oct 18 21:14:25.385 INFO O| Oct 18 21:14:25.385 INFO O| Planning: Checking for conflicting actions ... Done
49962024-10-18T21:14:26.965Z[ recovery-image] Oct 18 21:14:25.391 INFO O| Oct 18 21:14:25.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
49972024-10-18T21:14:26.965Z[ recovery-image] Oct 18 21:14:25.391 INFO O| Oct 18 21:14:25.391 INFO STEP 282 (remove_files) COMPLETE
49982024-10-18T21:14:26.965Z[ recovery-image] Oct 18 21:14:25.391 INFO O| Oct 18 21:14:25.391 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-10-18T21:14:26.968Z[ host-image] Oct 18 21:14:25.394 INFO O| Oct 18 21:14:25.394 INFO O| Planning: Consolidating action changes ... Done
50002024-10-18T21:14:26.983Z[ recovery-image] Oct 18 21:14:25.409 INFO O| Oct 18 21:14:25.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
50012024-10-18T21:14:26.983Z[ recovery-image] Oct 18 21:14:25.409 INFO O| Oct 18 21:14:25.409 INFO STEP 283 (remove_files) COMPLETE
50022024-10-18T21:14:26.986Z[ recovery-image] Oct 18 21:14:25.409 INFO O| Oct 18 21:14:25.409 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-10-18T21:14:27.018Z[ recovery-image] Oct 18 21:14:25.444 INFO O| Oct 18 21:14:25.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
50042024-10-18T21:14:27.018Z[ recovery-image] Oct 18 21:14:25.444 INFO O| Oct 18 21:14:25.444 INFO STEP 284 (remove_files) COMPLETE
50052024-10-18T21:14:27.018Z[ recovery-image] Oct 18 21:14:25.444 INFO O| Oct 18 21:14:25.444 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-10-18T21:14:27.037Z[ recovery-image] Oct 18 21:14:25.463 INFO O| Oct 18 21:14:25.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
50072024-10-18T21:14:27.037Z[ recovery-image] Oct 18 21:14:25.463 INFO O| Oct 18 21:14:25.463 INFO STEP 285 (remove_files) COMPLETE
50082024-10-18T21:14:27.037Z[ recovery-image] Oct 18 21:14:25.463 INFO O| Oct 18 21:14:25.463 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-10-18T21:14:27.072Z[ recovery-image] Oct 18 21:14:25.498 INFO O| Oct 18 21:14:25.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
50102024-10-18T21:14:27.072Z[ recovery-image] Oct 18 21:14:25.498 INFO O| Oct 18 21:14:25.498 INFO STEP 286 (remove_files) COMPLETE
50112024-10-18T21:14:27.072Z[ recovery-image] Oct 18 21:14:25.498 INFO O| Oct 18 21:14:25.498 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-10-18T21:14:27.103Z[ recovery-image] Oct 18 21:14:25.529 INFO O| Oct 18 21:14:25.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
50132024-10-18T21:14:27.103Z[ recovery-image] Oct 18 21:14:25.529 INFO O| Oct 18 21:14:25.529 INFO STEP 287 (remove_files) COMPLETE
50142024-10-18T21:14:27.103Z[ recovery-image] Oct 18 21:14:25.529 INFO O| Oct 18 21:14:25.529 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-10-18T21:14:27.129Z[ recovery-image] Oct 18 21:14:25.555 INFO O| Oct 18 21:14:25.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
50162024-10-18T21:14:27.129Z[ recovery-image] Oct 18 21:14:25.555 INFO O| Oct 18 21:14:25.555 INFO STEP 288 (remove_files) COMPLETE
50172024-10-18T21:14:27.129Z[ recovery-image] Oct 18 21:14:25.555 INFO O| Oct 18 21:14:25.555 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-10-18T21:14:27.149Z[ recovery-image] Oct 18 21:14:25.575 INFO O| Oct 18 21:14:25.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
50192024-10-18T21:14:27.149Z[ recovery-image] Oct 18 21:14:25.575 INFO O| Oct 18 21:14:25.575 INFO STEP 289 (remove_files) COMPLETE
50202024-10-18T21:14:27.149Z[ recovery-image] Oct 18 21:14:25.575 INFO O| Oct 18 21:14:25.575 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-10-18T21:14:27.169Z[ recovery-image] Oct 18 21:14:25.594 INFO O| Oct 18 21:14:25.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
50222024-10-18T21:14:27.169Z[ recovery-image] Oct 18 21:14:25.594 INFO O| Oct 18 21:14:25.594 INFO STEP 290 (remove_files) COMPLETE
50232024-10-18T21:14:27.169Z[ recovery-image] Oct 18 21:14:25.594 INFO O| Oct 18 21:14:25.594 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-10-18T21:14:27.187Z[ recovery-image] Oct 18 21:14:25.613 INFO O| Oct 18 21:14:25.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
50252024-10-18T21:14:27.187Z[ recovery-image] Oct 18 21:14:25.613 INFO O| Oct 18 21:14:25.613 INFO STEP 291 (remove_files) COMPLETE
50262024-10-18T21:14:27.190Z[ recovery-image] Oct 18 21:14:25.614 INFO O| Oct 18 21:14:25.613 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-10-18T21:14:27.207Z[ recovery-image] Oct 18 21:14:25.633 INFO O| Oct 18 21:14:25.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
50282024-10-18T21:14:27.207Z[ recovery-image] Oct 18 21:14:25.633 INFO O| Oct 18 21:14:25.633 INFO STEP 292 (remove_files) COMPLETE
50292024-10-18T21:14:27.209Z[ recovery-image] Oct 18 21:14:25.633 INFO O| Oct 18 21:14:25.633 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-10-18T21:14:27.224Z[ recovery-image] Oct 18 21:14:25.650 INFO O| Oct 18 21:14:25.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
50312024-10-18T21:14:27.224Z[ recovery-image] Oct 18 21:14:25.651 INFO O| Oct 18 21:14:25.651 INFO STEP 293 (remove_files) COMPLETE
50322024-10-18T21:14:27.225Z[ recovery-image] Oct 18 21:14:25.651 INFO O| Oct 18 21:14:25.651 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-10-18T21:14:27.243Z[ recovery-image] Oct 18 21:14:25.669 INFO O| Oct 18 21:14:25.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
50342024-10-18T21:14:27.243Z[ recovery-image] Oct 18 21:14:25.669 INFO O| Oct 18 21:14:25.669 INFO STEP 294 (remove_files) COMPLETE
50352024-10-18T21:14:27.246Z[ recovery-image] Oct 18 21:14:25.669 INFO O| Oct 18 21:14:25.669 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-10-18T21:14:27.262Z[ recovery-image] Oct 18 21:14:25.688 INFO O| Oct 18 21:14:25.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
50372024-10-18T21:14:27.262Z[ recovery-image] Oct 18 21:14:25.688 INFO O| Oct 18 21:14:25.688 INFO STEP 295 (remove_files) COMPLETE
50382024-10-18T21:14:27.265Z[ recovery-image] Oct 18 21:14:25.689 INFO O| Oct 18 21:14:25.688 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-10-18T21:14:27.322Z[ recovery-image] Oct 18 21:14:25.747 INFO O| Oct 18 21:14:25.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
50402024-10-18T21:14:27.322Z[ recovery-image] Oct 18 21:14:25.748 INFO O| Oct 18 21:14:25.747 INFO STEP 296 (remove_files) COMPLETE
50412024-10-18T21:14:27.324Z[ recovery-image] Oct 18 21:14:25.748 INFO O| Oct 18 21:14:25.747 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-10-18T21:14:27.341Z[ recovery-image] Oct 18 21:14:25.767 INFO O| Oct 18 21:14:25.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
50432024-10-18T21:14:27.341Z[ recovery-image] Oct 18 21:14:25.767 INFO O| Oct 18 21:14:25.767 INFO STEP 297 (remove_files) COMPLETE
50442024-10-18T21:14:27.341Z[ recovery-image] Oct 18 21:14:25.767 INFO O| Oct 18 21:14:25.767 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-10-18T21:14:27.378Z[ host-image] Oct 18 21:14:25.804 INFO O| Oct 18 21:14:25.804 INFO O| Planning: Evaluating mediators ... Done
50462024-10-18T21:14:27.384Z[ host-image] Oct 18 21:14:25.810 INFO O| Oct 18 21:14:25.810 INFO O| Planning: Planning completed in 4.79 seconds
50472024-10-18T21:14:27.386Z[ recovery-image] Oct 18 21:14:25.811 INFO O| Oct 18 21:14:25.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
50482024-10-18T21:14:27.389Z[ host-image] Oct 18 21:14:25.812 INFO O| Oct 18 21:14:25.812 INFO O| Packages to install: 6
50492024-10-18T21:14:27.389Z[ host-image] Oct 18 21:14:25.812 INFO O| Oct 18 21:14:25.812 INFO O| Mediators to change: 1
50502024-10-18T21:14:27.389Z[ host-image] Oct 18 21:14:25.812 INFO O| Oct 18 21:14:25.812 INFO O| Services to change: 1
50512024-10-18T21:14:27.389Z[ recovery-image] Oct 18 21:14:25.814 INFO O| Oct 18 21:14:25.814 INFO STEP 298 (remove_files) COMPLETE
50522024-10-18T21:14:27.389Z[ recovery-image] Oct 18 21:14:25.814 INFO O| Oct 18 21:14:25.814 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-10-18T21:14:27.407Z[ recovery-image] Oct 18 21:14:25.833 INFO O| Oct 18 21:14:25.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
50542024-10-18T21:14:27.407Z[ recovery-image] Oct 18 21:14:25.833 INFO O| Oct 18 21:14:25.833 INFO STEP 299 (remove_files) COMPLETE
50552024-10-18T21:14:27.407Z[ recovery-image] Oct 18 21:14:25.833 INFO O| Oct 18 21:14:25.833 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-10-18T21:14:27.411Z[ host-image] Oct 18 21:14:25.837 INFO O| Oct 18 21:14:25.837 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
50572024-10-18T21:14:27.428Z[ recovery-image] Oct 18 21:14:25.853 INFO O| Oct 18 21:14:25.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
50582024-10-18T21:14:27.428Z[ recovery-image] Oct 18 21:14:25.853 INFO O| Oct 18 21:14:25.853 INFO STEP 300 (remove_files) COMPLETE
50592024-10-18T21:14:27.428Z[ recovery-image] Oct 18 21:14:25.853 INFO O| Oct 18 21:14:25.853 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-10-18T21:14:27.447Z[ recovery-image] Oct 18 21:14:25.873 INFO O| Oct 18 21:14:25.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
50612024-10-18T21:14:27.447Z[ recovery-image] Oct 18 21:14:25.873 INFO O| Oct 18 21:14:25.873 INFO STEP 301 (remove_files) COMPLETE
50622024-10-18T21:14:27.447Z[ recovery-image] Oct 18 21:14:25.873 INFO O| Oct 18 21:14:25.873 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-10-18T21:14:27.467Z[ recovery-image] Oct 18 21:14:25.893 INFO O| Oct 18 21:14:25.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
50642024-10-18T21:14:27.467Z[ recovery-image] Oct 18 21:14:25.893 INFO O| Oct 18 21:14:25.893 INFO STEP 302 (remove_files) COMPLETE
50652024-10-18T21:14:27.467Z[ recovery-image] Oct 18 21:14:25.893 INFO O| Oct 18 21:14:25.893 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-10-18T21:14:27.487Z[ recovery-image] Oct 18 21:14:25.913 INFO O| Oct 18 21:14:25.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
50672024-10-18T21:14:27.487Z[ recovery-image] Oct 18 21:14:25.913 INFO O| Oct 18 21:14:25.913 INFO STEP 303 (remove_files) COMPLETE
50682024-10-18T21:14:27.490Z[ recovery-image] Oct 18 21:14:25.913 INFO O| Oct 18 21:14:25.913 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-10-18T21:14:27.505Z[ recovery-image] Oct 18 21:14:25.931 INFO O| Oct 18 21:14:25.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
50702024-10-18T21:14:27.505Z[ recovery-image] Oct 18 21:14:25.931 INFO O| Oct 18 21:14:25.931 INFO STEP 304 (remove_files) COMPLETE
50712024-10-18T21:14:27.505Z[ recovery-image] Oct 18 21:14:25.931 INFO O| Oct 18 21:14:25.931 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-10-18T21:14:27.523Z[ recovery-image] Oct 18 21:14:25.950 INFO O| Oct 18 21:14:25.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
50732024-10-18T21:14:27.524Z[ recovery-image] Oct 18 21:14:25.950 INFO O| Oct 18 21:14:25.950 INFO STEP 305 (remove_files) COMPLETE
50742024-10-18T21:14:27.531Z[ recovery-image] Oct 18 21:14:25.950 INFO O| Oct 18 21:14:25.950 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-10-18T21:14:27.542Z[ recovery-image] Oct 18 21:14:25.968 INFO O| Oct 18 21:14:25.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
50762024-10-18T21:14:27.542Z[ recovery-image] Oct 18 21:14:25.968 INFO O| Oct 18 21:14:25.968 INFO STEP 306 (remove_files) COMPLETE
50772024-10-18T21:14:27.542Z[ recovery-image] Oct 18 21:14:25.968 INFO O| Oct 18 21:14:25.968 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-10-18T21:14:27.560Z[ recovery-image] Oct 18 21:14:25.986 INFO O| Oct 18 21:14:25.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
50792024-10-18T21:14:27.560Z[ recovery-image] Oct 18 21:14:25.986 INFO O| Oct 18 21:14:25.986 INFO STEP 307 (remove_files) COMPLETE
50802024-10-18T21:14:27.563Z[ recovery-image] Oct 18 21:14:25.986 INFO O| Oct 18 21:14:25.986 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-10-18T21:14:27.579Z[ recovery-image] Oct 18 21:14:26.005 INFO O| Oct 18 21:14:26.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
50822024-10-18T21:14:27.581Z[ recovery-image] Oct 18 21:14:26.005 INFO O| Oct 18 21:14:26.005 INFO STEP 308 (remove_files) COMPLETE
50832024-10-18T21:14:27.581Z[ recovery-image] Oct 18 21:14:26.005 INFO O| Oct 18 21:14:26.005 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-10-18T21:14:27.599Z[ recovery-image] Oct 18 21:14:26.024 INFO O| Oct 18 21:14:26.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
50852024-10-18T21:14:27.602Z[ recovery-image] Oct 18 21:14:26.024 INFO O| Oct 18 21:14:26.024 INFO STEP 309 (remove_files) COMPLETE
50862024-10-18T21:14:27.602Z[ recovery-image] Oct 18 21:14:26.024 INFO O| Oct 18 21:14:26.024 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-10-18T21:14:27.618Z[ recovery-image] Oct 18 21:14:26.043 INFO O| Oct 18 21:14:26.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
50882024-10-18T21:14:27.621Z[ recovery-image] Oct 18 21:14:26.043 INFO O| Oct 18 21:14:26.043 INFO STEP 310 (remove_files) COMPLETE
50892024-10-18T21:14:27.621Z[ recovery-image] Oct 18 21:14:26.043 INFO O| Oct 18 21:14:26.043 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-10-18T21:14:27.648Z[ recovery-image] Oct 18 21:14:26.072 INFO O| Oct 18 21:14:26.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
50912024-10-18T21:14:27.649Z[ recovery-image] Oct 18 21:14:26.073 INFO O| Oct 18 21:14:26.072 INFO STEP 311 (remove_files) COMPLETE
50922024-10-18T21:14:27.649Z[ recovery-image] Oct 18 21:14:26.073 INFO O| Oct 18 21:14:26.073 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-10-18T21:14:27.684Z[ recovery-image] Oct 18 21:14:26.107 INFO O| Oct 18 21:14:26.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
50942024-10-18T21:14:27.684Z[ recovery-image] Oct 18 21:14:26.107 INFO O| Oct 18 21:14:26.107 INFO STEP 312 (remove_files) COMPLETE
50952024-10-18T21:14:27.684Z[ recovery-image] Oct 18 21:14:26.107 INFO O| Oct 18 21:14:26.107 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-10-18T21:14:27.702Z[ recovery-image] Oct 18 21:14:26.127 INFO O| Oct 18 21:14:26.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
50972024-10-18T21:14:27.702Z[ recovery-image] Oct 18 21:14:26.127 INFO O| Oct 18 21:14:26.127 INFO STEP 313 (remove_files) COMPLETE
50982024-10-18T21:14:27.702Z[ recovery-image] Oct 18 21:14:26.127 INFO O| Oct 18 21:14:26.127 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-10-18T21:14:27.721Z[ recovery-image] Oct 18 21:14:26.146 INFO O| Oct 18 21:14:26.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
51002024-10-18T21:14:27.721Z[ recovery-image] Oct 18 21:14:26.146 INFO O| Oct 18 21:14:26.146 INFO STEP 314 (remove_files) COMPLETE
51012024-10-18T21:14:27.721Z[ recovery-image] Oct 18 21:14:26.146 INFO O| Oct 18 21:14:26.146 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-10-18T21:14:27.740Z[ recovery-image] Oct 18 21:14:26.165 INFO O| Oct 18 21:14:26.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
51032024-10-18T21:14:27.740Z[ recovery-image] Oct 18 21:14:26.165 INFO O| Oct 18 21:14:26.165 INFO STEP 315 (remove_files) COMPLETE
51042024-10-18T21:14:27.740Z[ recovery-image] Oct 18 21:14:26.165 INFO O| Oct 18 21:14:26.165 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-10-18T21:14:27.759Z[ recovery-image] Oct 18 21:14:26.185 INFO O| Oct 18 21:14:26.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
51062024-10-18T21:14:27.759Z[ recovery-image] Oct 18 21:14:26.185 INFO O| Oct 18 21:14:26.185 INFO STEP 316 (remove_files) COMPLETE
51072024-10-18T21:14:27.759Z[ recovery-image] Oct 18 21:14:26.185 INFO O| Oct 18 21:14:26.185 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-10-18T21:14:27.776Z[ recovery-image] Oct 18 21:14:26.202 INFO O| Oct 18 21:14:26.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
51092024-10-18T21:14:27.776Z[ recovery-image] Oct 18 21:14:26.202 INFO O| Oct 18 21:14:26.202 INFO STEP 317 (remove_files) COMPLETE
51102024-10-18T21:14:27.779Z[ recovery-image] Oct 18 21:14:26.202 INFO O| Oct 18 21:14:26.202 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-10-18T21:14:27.795Z[ recovery-image] Oct 18 21:14:26.220 INFO O| Oct 18 21:14:26.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
51122024-10-18T21:14:27.796Z[ recovery-image] Oct 18 21:14:26.220 INFO O| Oct 18 21:14:26.220 INFO STEP 318 (remove_files) COMPLETE
51132024-10-18T21:14:27.796Z[ recovery-image] Oct 18 21:14:26.220 INFO O| Oct 18 21:14:26.220 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-10-18T21:14:27.846Z[ recovery-image] Oct 18 21:14:26.272 INFO O| Oct 18 21:14:26.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
51152024-10-18T21:14:27.850Z[ recovery-image] Oct 18 21:14:26.272 INFO O| Oct 18 21:14:26.272 INFO STEP 319 (remove_files) COMPLETE
51162024-10-18T21:14:27.850Z[ recovery-image] Oct 18 21:14:26.272 INFO O| Oct 18 21:14:26.272 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-10-18T21:14:27.868Z[ recovery-image] Oct 18 21:14:26.294 INFO O| Oct 18 21:14:26.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
51182024-10-18T21:14:27.870Z[ recovery-image] Oct 18 21:14:26.294 INFO O| Oct 18 21:14:26.294 INFO STEP 320 (remove_files) COMPLETE
51192024-10-18T21:14:27.870Z[ recovery-image] Oct 18 21:14:26.294 INFO O| Oct 18 21:14:26.294 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-10-18T21:14:27.888Z[ recovery-image] Oct 18 21:14:26.314 INFO O| Oct 18 21:14:26.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
51212024-10-18T21:14:27.888Z[ recovery-image] Oct 18 21:14:26.314 INFO O| Oct 18 21:14:26.314 INFO STEP 321 (remove_files) COMPLETE
51222024-10-18T21:14:27.891Z[ recovery-image] Oct 18 21:14:26.314 INFO O| Oct 18 21:14:26.314 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-10-18T21:14:27.915Z[ recovery-image] Oct 18 21:14:26.340 INFO O| Oct 18 21:14:26.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
51242024-10-18T21:14:27.915Z[ recovery-image] Oct 18 21:14:26.340 INFO O| Oct 18 21:14:26.340 INFO STEP 322 (remove_files) COMPLETE
51252024-10-18T21:14:27.919Z[ recovery-image] Oct 18 21:14:26.340 INFO O| Oct 18 21:14:26.340 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-10-18T21:14:27.953Z[ recovery-image] Oct 18 21:14:26.379 INFO O| Oct 18 21:14:26.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
51272024-10-18T21:14:27.953Z[ recovery-image] Oct 18 21:14:26.379 INFO O| Oct 18 21:14:26.379 INFO STEP 323 (remove_files) COMPLETE
51282024-10-18T21:14:27.953Z[ recovery-image] Oct 18 21:14:26.379 INFO O| Oct 18 21:14:26.379 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-10-18T21:14:27.993Z[ recovery-image] Oct 18 21:14:26.419 INFO O| Oct 18 21:14:26.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
51302024-10-18T21:14:27.993Z[ recovery-image] Oct 18 21:14:26.419 INFO O| Oct 18 21:14:26.419 INFO STEP 324 (remove_files) COMPLETE
51312024-10-18T21:14:27.993Z[ recovery-image] Oct 18 21:14:26.419 INFO O| Oct 18 21:14:26.419 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-10-18T21:14:28.041Z[ recovery-image] Oct 18 21:14:26.460 INFO O| Oct 18 21:14:26.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
51332024-10-18T21:14:28.042Z[ recovery-image] Oct 18 21:14:26.460 INFO O| Oct 18 21:14:26.460 INFO STEP 325 (remove_files) COMPLETE
51342024-10-18T21:14:28.046Z[ recovery-image] Oct 18 21:14:26.460 INFO O| Oct 18 21:14:26.460 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-10-18T21:14:28.057Z[ recovery-image] Oct 18 21:14:26.482 INFO O| Oct 18 21:14:26.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
51362024-10-18T21:14:28.057Z[ recovery-image] Oct 18 21:14:26.482 INFO O| Oct 18 21:14:26.482 INFO STEP 326 (remove_files) COMPLETE
51372024-10-18T21:14:28.057Z[ recovery-image] Oct 18 21:14:26.482 INFO O| Oct 18 21:14:26.482 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-10-18T21:14:28.108Z[ recovery-image] Oct 18 21:14:26.534 INFO O| Oct 18 21:14:26.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
51392024-10-18T21:14:28.109Z[ recovery-image] Oct 18 21:14:26.534 INFO O| Oct 18 21:14:26.534 INFO STEP 327 (remove_files) COMPLETE
51402024-10-18T21:14:28.109Z[ recovery-image] Oct 18 21:14:26.534 INFO O| Oct 18 21:14:26.534 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-10-18T21:14:28.140Z[ recovery-image] Oct 18 21:14:26.564 INFO O| Oct 18 21:14:26.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
51422024-10-18T21:14:28.140Z[ recovery-image] Oct 18 21:14:26.565 INFO O| Oct 18 21:14:26.565 INFO STEP 328 (remove_files) COMPLETE
51432024-10-18T21:14:28.140Z[ recovery-image] Oct 18 21:14:26.565 INFO O| Oct 18 21:14:26.565 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-10-18T21:14:28.158Z[ recovery-image] Oct 18 21:14:26.584 INFO O| Oct 18 21:14:26.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
51452024-10-18T21:14:28.158Z[ recovery-image] Oct 18 21:14:26.584 INFO O| Oct 18 21:14:26.584 INFO STEP 329 (remove_files) COMPLETE
51462024-10-18T21:14:28.158Z[ recovery-image] Oct 18 21:14:26.584 INFO O| Oct 18 21:14:26.584 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-10-18T21:14:28.178Z[ recovery-image] Oct 18 21:14:26.603 INFO O| Oct 18 21:14:26.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
51482024-10-18T21:14:28.178Z[ recovery-image] Oct 18 21:14:26.603 INFO O| Oct 18 21:14:26.603 INFO STEP 330 (remove_files) COMPLETE
51492024-10-18T21:14:28.178Z[ recovery-image] Oct 18 21:14:26.603 INFO O| Oct 18 21:14:26.603 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-10-18T21:14:28.197Z[ recovery-image] Oct 18 21:14:26.623 INFO O| Oct 18 21:14:26.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
51512024-10-18T21:14:28.197Z[ recovery-image] Oct 18 21:14:26.623 INFO O| Oct 18 21:14:26.623 INFO STEP 331 (remove_files) COMPLETE
51522024-10-18T21:14:28.197Z[ recovery-image] Oct 18 21:14:26.623 INFO O| Oct 18 21:14:26.623 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-10-18T21:14:28.218Z[ recovery-image] Oct 18 21:14:26.643 INFO O| Oct 18 21:14:26.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
51542024-10-18T21:14:28.226Z[ recovery-image] Oct 18 21:14:26.650 INFO O| Oct 18 21:14:26.650 INFO STEP 332 (remove_files) COMPLETE
51552024-10-18T21:14:28.226Z[ recovery-image] Oct 18 21:14:26.650 INFO O| Oct 18 21:14:26.650 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-10-18T21:14:28.252Z[ recovery-image] Oct 18 21:14:26.678 INFO O| Oct 18 21:14:26.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
51572024-10-18T21:14:28.253Z[ recovery-image] Oct 18 21:14:26.678 INFO O| Oct 18 21:14:26.678 INFO STEP 333 (remove_files) COMPLETE
51582024-10-18T21:14:28.253Z[ recovery-image] Oct 18 21:14:26.678 INFO O| Oct 18 21:14:26.678 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-10-18T21:14:28.291Z[ recovery-image] Oct 18 21:14:26.716 INFO O| Oct 18 21:14:26.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
51602024-10-18T21:14:28.291Z[ recovery-image] Oct 18 21:14:26.716 INFO O| Oct 18 21:14:26.716 INFO STEP 334 (remove_files) COMPLETE
51612024-10-18T21:14:28.293Z[ recovery-image] Oct 18 21:14:26.716 INFO O| Oct 18 21:14:26.716 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-10-18T21:14:28.330Z[ recovery-image] Oct 18 21:14:26.755 INFO O| Oct 18 21:14:26.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
51632024-10-18T21:14:28.330Z[ recovery-image] Oct 18 21:14:26.755 INFO O| Oct 18 21:14:26.755 INFO STEP 335 (remove_files) COMPLETE
51642024-10-18T21:14:28.330Z[ recovery-image] Oct 18 21:14:26.755 INFO O| Oct 18 21:14:26.755 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-10-18T21:14:28.349Z[ recovery-image] Oct 18 21:14:26.775 INFO O| Oct 18 21:14:26.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
51662024-10-18T21:14:28.349Z[ recovery-image] Oct 18 21:14:26.775 INFO O| Oct 18 21:14:26.775 INFO STEP 336 (remove_files) COMPLETE
51672024-10-18T21:14:28.349Z[ recovery-image] Oct 18 21:14:26.775 INFO O| Oct 18 21:14:26.775 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-10-18T21:14:28.370Z[ recovery-image] Oct 18 21:14:26.795 INFO O| Oct 18 21:14:26.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
51692024-10-18T21:14:28.389Z[ recovery-image] Oct 18 21:14:26.815 INFO O| Oct 18 21:14:26.815 INFO STEP 337 (remove_files) COMPLETE
51702024-10-18T21:14:28.390Z[ recovery-image] Oct 18 21:14:26.815 INFO O| Oct 18 21:14:26.815 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-10-18T21:14:28.410Z[ recovery-image] Oct 18 21:14:26.835 INFO O| Oct 18 21:14:26.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
51722024-10-18T21:14:28.413Z[ recovery-image] Oct 18 21:14:26.836 INFO O| Oct 18 21:14:26.836 INFO STEP 338 (remove_files) COMPLETE
51732024-10-18T21:14:28.413Z[ recovery-image] Oct 18 21:14:26.836 INFO O| Oct 18 21:14:26.836 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-10-18T21:14:28.431Z[ recovery-image] Oct 18 21:14:26.855 INFO O| Oct 18 21:14:26.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
51752024-10-18T21:14:28.434Z[ recovery-image] Oct 18 21:14:26.855 INFO O| Oct 18 21:14:26.855 INFO STEP 339 (remove_files) COMPLETE
51762024-10-18T21:14:28.434Z[ recovery-image] Oct 18 21:14:26.856 INFO O| Oct 18 21:14:26.855 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-10-18T21:14:28.448Z[ recovery-image] Oct 18 21:14:26.874 INFO O| Oct 18 21:14:26.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
51782024-10-18T21:14:28.450Z[ recovery-image] Oct 18 21:14:26.874 INFO O| Oct 18 21:14:26.874 INFO STEP 340 (remove_files) COMPLETE
51792024-10-18T21:14:28.451Z[ recovery-image] Oct 18 21:14:26.874 INFO O| Oct 18 21:14:26.874 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-10-18T21:14:28.467Z[ recovery-image] Oct 18 21:14:26.893 INFO O| Oct 18 21:14:26.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
51812024-10-18T21:14:28.469Z[ recovery-image] Oct 18 21:14:26.893 INFO O| Oct 18 21:14:26.893 INFO STEP 341 (remove_files) COMPLETE
51822024-10-18T21:14:28.469Z[ recovery-image] Oct 18 21:14:26.893 INFO O| Oct 18 21:14:26.893 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-10-18T21:14:28.552Z[ recovery-image] Oct 18 21:14:26.977 INFO O| Oct 18 21:14:26.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
51842024-10-18T21:14:28.552Z[ recovery-image] Oct 18 21:14:26.977 INFO O| Oct 18 21:14:26.977 INFO STEP 342 (remove_files) COMPLETE
51852024-10-18T21:14:28.555Z[ recovery-image] Oct 18 21:14:26.978 INFO O| Oct 18 21:14:26.977 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-10-18T21:14:28.579Z[ recovery-image] Oct 18 21:14:27.004 INFO O| Oct 18 21:14:27.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
51872024-10-18T21:14:28.579Z[ recovery-image] Oct 18 21:14:27.004 INFO O| Oct 18 21:14:27.004 INFO STEP 343 (remove_files) COMPLETE
51882024-10-18T21:14:28.579Z[ recovery-image] Oct 18 21:14:27.004 INFO O| Oct 18 21:14:27.004 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-10-18T21:14:28.633Z[ recovery-image] Oct 18 21:14:27.058 INFO O| Oct 18 21:14:27.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
51902024-10-18T21:14:28.633Z[ recovery-image] Oct 18 21:14:27.058 INFO O| Oct 18 21:14:27.058 INFO STEP 344 (remove_files) COMPLETE
51912024-10-18T21:14:28.633Z[ recovery-image] Oct 18 21:14:27.058 INFO O| Oct 18 21:14:27.058 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-10-18T21:14:28.655Z[ recovery-image] Oct 18 21:14:27.075 INFO O| Oct 18 21:14:27.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
51932024-10-18T21:14:28.655Z[ recovery-image] Oct 18 21:14:27.076 INFO O| Oct 18 21:14:27.075 INFO STEP 345 (remove_files) COMPLETE
51942024-10-18T21:14:28.655Z[ recovery-image] Oct 18 21:14:27.076 INFO O| Oct 18 21:14:27.075 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-10-18T21:14:28.666Z[ recovery-image] Oct 18 21:14:27.092 INFO O| Oct 18 21:14:27.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
51962024-10-18T21:14:28.668Z[ recovery-image] Oct 18 21:14:27.092 INFO O| Oct 18 21:14:27.092 INFO STEP 346 (remove_files) COMPLETE
51972024-10-18T21:14:28.668Z[ recovery-image] Oct 18 21:14:27.092 INFO O| Oct 18 21:14:27.092 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-10-18T21:14:28.714Z[ recovery-image] Oct 18 21:14:27.139 INFO O| Oct 18 21:14:27.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
51992024-10-18T21:14:28.714Z[ recovery-image] Oct 18 21:14:27.139 INFO O| Oct 18 21:14:27.139 INFO STEP 347 (remove_files) COMPLETE
52002024-10-18T21:14:28.714Z[ recovery-image] Oct 18 21:14:27.139 INFO O| Oct 18 21:14:27.139 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-10-18T21:14:28.732Z[ recovery-image] Oct 18 21:14:27.158 INFO O| Oct 18 21:14:27.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
52022024-10-18T21:14:28.732Z[ recovery-image] Oct 18 21:14:27.158 INFO O| Oct 18 21:14:27.158 INFO STEP 348 (remove_files) COMPLETE
52032024-10-18T21:14:28.732Z[ recovery-image] Oct 18 21:14:27.158 INFO O| Oct 18 21:14:27.158 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-10-18T21:14:28.749Z[ recovery-image] Oct 18 21:14:27.175 INFO O| Oct 18 21:14:27.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
52052024-10-18T21:14:28.749Z[ recovery-image] Oct 18 21:14:27.175 INFO O| Oct 18 21:14:27.175 INFO STEP 349 (remove_files) COMPLETE
52062024-10-18T21:14:28.749Z[ recovery-image] Oct 18 21:14:27.175 INFO O| Oct 18 21:14:27.175 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-10-18T21:14:28.767Z[ recovery-image] Oct 18 21:14:27.193 INFO O| Oct 18 21:14:27.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
52082024-10-18T21:14:28.800Z[ recovery-image] Oct 18 21:14:27.225 INFO O| Oct 18 21:14:27.225 INFO STEP 350 (remove_files) COMPLETE
52092024-10-18T21:14:28.800Z[ recovery-image] Oct 18 21:14:27.225 INFO O| Oct 18 21:14:27.225 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-10-18T21:14:28.836Z[ recovery-image] Oct 18 21:14:27.262 INFO O| Oct 18 21:14:27.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
52112024-10-18T21:14:28.836Z[ recovery-image] Oct 18 21:14:27.262 INFO O| Oct 18 21:14:27.262 INFO STEP 351 (remove_files) COMPLETE
52122024-10-18T21:14:28.838Z[ recovery-image] Oct 18 21:14:27.262 INFO O| Oct 18 21:14:27.262 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-10-18T21:14:28.874Z[ recovery-image] Oct 18 21:14:27.300 INFO O| Oct 18 21:14:27.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
52142024-10-18T21:14:28.874Z[ recovery-image] Oct 18 21:14:27.300 INFO O| Oct 18 21:14:27.300 INFO STEP 352 (remove_files) COMPLETE
52152024-10-18T21:14:28.874Z[ recovery-image] Oct 18 21:14:27.300 INFO O| Oct 18 21:14:27.300 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-10-18T21:14:28.896Z[ recovery-image] Oct 18 21:14:27.322 INFO O| Oct 18 21:14:27.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
52172024-10-18T21:14:28.916Z[ recovery-image] Oct 18 21:14:27.342 INFO O| Oct 18 21:14:27.342 INFO STEP 353 (remove_files) COMPLETE
52182024-10-18T21:14:28.916Z[ recovery-image] Oct 18 21:14:27.342 INFO O| Oct 18 21:14:27.342 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-10-18T21:14:28.936Z[ recovery-image] Oct 18 21:14:27.362 INFO O| Oct 18 21:14:27.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
52202024-10-18T21:14:28.937Z[ recovery-image] Oct 18 21:14:27.362 INFO O| Oct 18 21:14:27.362 INFO STEP 354 (remove_files) COMPLETE
52212024-10-18T21:14:28.937Z[ recovery-image] Oct 18 21:14:27.362 INFO O| Oct 18 21:14:27.362 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-10-18T21:14:29.047Z[ recovery-image] Oct 18 21:14:27.473 INFO O| Oct 18 21:14:27.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
52232024-10-18T21:14:29.050Z[ recovery-image] Oct 18 21:14:27.473 INFO O| Oct 18 21:14:27.473 INFO STEP 355 (remove_files) COMPLETE
52242024-10-18T21:14:29.051Z[ recovery-image] Oct 18 21:14:27.473 INFO O| Oct 18 21:14:27.473 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-10-18T21:14:29.067Z[ recovery-image] Oct 18 21:14:27.493 INFO O| Oct 18 21:14:27.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
52262024-10-18T21:14:29.070Z[ recovery-image] Oct 18 21:14:27.493 INFO O| Oct 18 21:14:27.493 INFO STEP 356 (remove_files) COMPLETE
52272024-10-18T21:14:29.070Z[ recovery-image] Oct 18 21:14:27.493 INFO O| Oct 18 21:14:27.493 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-10-18T21:14:29.086Z[ recovery-image] Oct 18 21:14:27.511 INFO O| Oct 18 21:14:27.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
52292024-10-18T21:14:29.088Z[ recovery-image] Oct 18 21:14:27.512 INFO O| Oct 18 21:14:27.512 INFO STEP 357 (remove_files) COMPLETE
52302024-10-18T21:14:29.088Z[ recovery-image] Oct 18 21:14:27.512 INFO O| Oct 18 21:14:27.512 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-10-18T21:14:29.105Z[ recovery-image] Oct 18 21:14:27.530 INFO O| Oct 18 21:14:27.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
52322024-10-18T21:14:29.107Z[ recovery-image] Oct 18 21:14:27.531 INFO O| Oct 18 21:14:27.530 INFO STEP 358 (remove_files) COMPLETE
52332024-10-18T21:14:29.107Z[ recovery-image] Oct 18 21:14:27.531 INFO O| Oct 18 21:14:27.531 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-10-18T21:14:29.124Z[ recovery-image] Oct 18 21:14:27.549 INFO O| Oct 18 21:14:27.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
52352024-10-18T21:14:29.126Z[ recovery-image] Oct 18 21:14:27.550 INFO O| Oct 18 21:14:27.549 INFO STEP 359 (remove_files) COMPLETE
52362024-10-18T21:14:29.127Z[ recovery-image] Oct 18 21:14:27.550 INFO O| Oct 18 21:14:27.550 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-10-18T21:14:29.142Z[ recovery-image] Oct 18 21:14:27.568 INFO O| Oct 18 21:14:27.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
52382024-10-18T21:14:29.145Z[ recovery-image] Oct 18 21:14:27.568 INFO O| Oct 18 21:14:27.568 INFO STEP 360 (remove_files) COMPLETE
52392024-10-18T21:14:29.145Z[ recovery-image] Oct 18 21:14:27.568 INFO O| Oct 18 21:14:27.568 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-10-18T21:14:29.161Z[ recovery-image] Oct 18 21:14:27.585 INFO O| Oct 18 21:14:27.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
52412024-10-18T21:14:29.164Z[ recovery-image] Oct 18 21:14:27.586 INFO O| Oct 18 21:14:27.586 INFO STEP 361 (remove_files) COMPLETE
52422024-10-18T21:14:29.164Z[ recovery-image] Oct 18 21:14:27.586 INFO O| Oct 18 21:14:27.586 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-10-18T21:14:29.178Z[ recovery-image] Oct 18 21:14:27.603 INFO O| Oct 18 21:14:27.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
52442024-10-18T21:14:29.180Z[ recovery-image] Oct 18 21:14:27.603 INFO O| Oct 18 21:14:27.603 INFO STEP 362 (remove_files) COMPLETE
52452024-10-18T21:14:29.180Z[ recovery-image] Oct 18 21:14:27.604 INFO O| Oct 18 21:14:27.603 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-10-18T21:14:29.195Z[ recovery-image] Oct 18 21:14:27.621 INFO O| Oct 18 21:14:27.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
52472024-10-18T21:14:29.198Z[ recovery-image] Oct 18 21:14:27.621 INFO O| Oct 18 21:14:27.621 INFO STEP 363 (remove_files) COMPLETE
52482024-10-18T21:14:29.198Z[ recovery-image] Oct 18 21:14:27.621 INFO O| Oct 18 21:14:27.621 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-10-18T21:14:29.212Z[ recovery-image] Oct 18 21:14:27.638 INFO O| Oct 18 21:14:27.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
52502024-10-18T21:14:29.215Z[ recovery-image] Oct 18 21:14:27.638 INFO O| Oct 18 21:14:27.638 INFO STEP 364 (remove_files) COMPLETE
52512024-10-18T21:14:29.215Z[ recovery-image] Oct 18 21:14:27.638 INFO O| Oct 18 21:14:27.638 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-10-18T21:14:29.230Z[ recovery-image] Oct 18 21:14:27.656 INFO O| Oct 18 21:14:27.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
52532024-10-18T21:14:29.230Z[ recovery-image] Oct 18 21:14:27.656 INFO O| Oct 18 21:14:27.656 INFO STEP 365 (remove_files) COMPLETE
52542024-10-18T21:14:29.233Z[ recovery-image] Oct 18 21:14:27.656 INFO O| Oct 18 21:14:27.656 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-10-18T21:14:29.300Z[ recovery-image] Oct 18 21:14:27.724 INFO O| Oct 18 21:14:27.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
52562024-10-18T21:14:29.300Z[ recovery-image] Oct 18 21:14:27.725 INFO O| Oct 18 21:14:27.725 INFO STEP 366 (remove_files) COMPLETE
52572024-10-18T21:14:29.300Z[ recovery-image] Oct 18 21:14:27.725 INFO O| Oct 18 21:14:27.725 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-10-18T21:14:29.317Z[ recovery-image] Oct 18 21:14:27.743 INFO O| Oct 18 21:14:27.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
52592024-10-18T21:14:29.317Z[ recovery-image] Oct 18 21:14:27.743 INFO O| Oct 18 21:14:27.743 INFO STEP 367 (remove_files) COMPLETE
52602024-10-18T21:14:29.317Z[ recovery-image] Oct 18 21:14:27.743 INFO O| Oct 18 21:14:27.743 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-10-18T21:14:29.384Z[ recovery-image] Oct 18 21:14:27.810 INFO O| Oct 18 21:14:27.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
52622024-10-18T21:14:29.384Z[ recovery-image] Oct 18 21:14:27.810 INFO O| Oct 18 21:14:27.810 INFO STEP 368 (remove_files) COMPLETE
52632024-10-18T21:14:29.392Z[ recovery-image] Oct 18 21:14:27.810 INFO O| Oct 18 21:14:27.810 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-10-18T21:14:29.446Z[ recovery-image] Oct 18 21:14:27.872 INFO O| Oct 18 21:14:27.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
52652024-10-18T21:14:29.450Z[ recovery-image] Oct 18 21:14:27.872 INFO O| Oct 18 21:14:27.872 INFO STEP 369 (remove_files) COMPLETE
52662024-10-18T21:14:29.450Z[ recovery-image] Oct 18 21:14:27.872 INFO O| Oct 18 21:14:27.872 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-10-18T21:14:29.465Z[ recovery-image] Oct 18 21:14:27.891 INFO O| Oct 18 21:14:27.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
52682024-10-18T21:14:29.468Z[ recovery-image] Oct 18 21:14:27.892 INFO O| Oct 18 21:14:27.891 INFO STEP 370 (remove_files) COMPLETE
52692024-10-18T21:14:29.468Z[ recovery-image] Oct 18 21:14:27.892 INFO O| Oct 18 21:14:27.892 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-10-18T21:14:29.485Z[ recovery-image] Oct 18 21:14:27.910 INFO O| Oct 18 21:14:27.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
52712024-10-18T21:14:29.487Z[ recovery-image] Oct 18 21:14:27.911 INFO O| Oct 18 21:14:27.911 INFO STEP 371 (remove_files) COMPLETE
52722024-10-18T21:14:29.487Z[ recovery-image] Oct 18 21:14:27.911 INFO O| Oct 18 21:14:27.911 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-10-18T21:14:29.505Z[ recovery-image] Oct 18 21:14:27.930 INFO O| Oct 18 21:14:27.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
52742024-10-18T21:14:29.507Z[ recovery-image] Oct 18 21:14:27.931 INFO O| Oct 18 21:14:27.931 INFO STEP 372 (remove_files) COMPLETE
52752024-10-18T21:14:29.507Z[ recovery-image] Oct 18 21:14:27.931 INFO O| Oct 18 21:14:27.931 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-10-18T21:14:29.523Z[ recovery-image] Oct 18 21:14:27.948 INFO O| Oct 18 21:14:27.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
52772024-10-18T21:14:29.523Z[ recovery-image] Oct 18 21:14:27.948 INFO O| Oct 18 21:14:27.948 INFO STEP 373 (remove_files) COMPLETE
52782024-10-18T21:14:29.526Z[ recovery-image] Oct 18 21:14:27.948 INFO O| Oct 18 21:14:27.948 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-10-18T21:14:29.546Z[ recovery-image] Oct 18 21:14:27.972 INFO O| Oct 18 21:14:27.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
52802024-10-18T21:14:29.549Z[ recovery-image] Oct 18 21:14:27.972 INFO O| Oct 18 21:14:27.972 INFO STEP 374 (remove_files) COMPLETE
52812024-10-18T21:14:29.549Z[ recovery-image] Oct 18 21:14:27.973 INFO O| Oct 18 21:14:27.972 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-10-18T21:14:29.565Z[ recovery-image] Oct 18 21:14:27.991 INFO O| Oct 18 21:14:27.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
52832024-10-18T21:14:29.565Z[ recovery-image] Oct 18 21:14:27.991 INFO O| Oct 18 21:14:27.991 INFO STEP 375 (remove_files) COMPLETE
52842024-10-18T21:14:29.565Z[ recovery-image] Oct 18 21:14:27.991 INFO O| Oct 18 21:14:27.991 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-10-18T21:14:29.583Z[ recovery-image] Oct 18 21:14:28.009 INFO O| Oct 18 21:14:28.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
52862024-10-18T21:14:29.583Z[ recovery-image] Oct 18 21:14:28.009 INFO O| Oct 18 21:14:28.009 INFO STEP 376 (remove_files) COMPLETE
52872024-10-18T21:14:29.583Z[ recovery-image] Oct 18 21:14:28.009 INFO O| Oct 18 21:14:28.009 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-10-18T21:14:29.599Z[ recovery-image] Oct 18 21:14:28.025 INFO O| Oct 18 21:14:28.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
52892024-10-18T21:14:29.599Z[ recovery-image] Oct 18 21:14:28.025 INFO O| Oct 18 21:14:28.025 INFO STEP 377 (remove_files) COMPLETE
52902024-10-18T21:14:29.599Z[ recovery-image] Oct 18 21:14:28.025 INFO O| Oct 18 21:14:28.025 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-10-18T21:14:29.620Z[ recovery-image] Oct 18 21:14:28.046 INFO O| Oct 18 21:14:28.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
52922024-10-18T21:14:29.620Z[ recovery-image] Oct 18 21:14:28.046 INFO O| Oct 18 21:14:28.046 INFO STEP 378 (remove_files) COMPLETE
52932024-10-18T21:14:29.620Z[ recovery-image] Oct 18 21:14:28.046 INFO O| Oct 18 21:14:28.046 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-10-18T21:14:29.637Z[ recovery-image] Oct 18 21:14:28.063 INFO O| Oct 18 21:14:28.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
52952024-10-18T21:14:29.638Z[ recovery-image] Oct 18 21:14:28.063 INFO O| Oct 18 21:14:28.063 INFO STEP 379 (remove_files) COMPLETE
52962024-10-18T21:14:29.638Z[ recovery-image] Oct 18 21:14:28.063 INFO O| Oct 18 21:14:28.063 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-10-18T21:14:29.655Z[ recovery-image] Oct 18 21:14:28.080 INFO O| Oct 18 21:14:28.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
52982024-10-18T21:14:29.655Z[ recovery-image] Oct 18 21:14:28.081 INFO O| Oct 18 21:14:28.081 INFO STEP 380 (remove_files) COMPLETE
52992024-10-18T21:14:29.657Z[ recovery-image] Oct 18 21:14:28.081 INFO O| Oct 18 21:14:28.081 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-10-18T21:14:29.672Z[ recovery-image] Oct 18 21:14:28.097 INFO O| Oct 18 21:14:28.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
53012024-10-18T21:14:29.672Z[ recovery-image] Oct 18 21:14:28.098 INFO O| Oct 18 21:14:28.098 INFO STEP 381 (remove_files) COMPLETE
53022024-10-18T21:14:29.674Z[ recovery-image] Oct 18 21:14:28.098 INFO O| Oct 18 21:14:28.098 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-10-18T21:14:29.688Z[ recovery-image] Oct 18 21:14:28.114 INFO O| Oct 18 21:14:28.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
53042024-10-18T21:14:29.688Z[ recovery-image] Oct 18 21:14:28.114 INFO O| Oct 18 21:14:28.114 INFO STEP 382 (remove_files) COMPLETE
53052024-10-18T21:14:29.688Z[ recovery-image] Oct 18 21:14:28.114 INFO O| Oct 18 21:14:28.114 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-10-18T21:14:29.704Z[ recovery-image] Oct 18 21:14:28.129 INFO O| Oct 18 21:14:28.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
53072024-10-18T21:14:29.704Z[ recovery-image] Oct 18 21:14:28.129 INFO O| Oct 18 21:14:28.129 INFO STEP 383 (remove_files) COMPLETE
53082024-10-18T21:14:29.704Z[ recovery-image] Oct 18 21:14:28.129 INFO O| Oct 18 21:14:28.129 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-10-18T21:14:29.719Z[ recovery-image] Oct 18 21:14:28.145 INFO O| Oct 18 21:14:28.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
53102024-10-18T21:14:29.719Z[ recovery-image] Oct 18 21:14:28.145 INFO O| Oct 18 21:14:28.145 INFO STEP 384 (remove_files) COMPLETE
53112024-10-18T21:14:29.719Z[ recovery-image] Oct 18 21:14:28.145 INFO O| Oct 18 21:14:28.145 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-10-18T21:14:29.736Z[ recovery-image] Oct 18 21:14:28.162 INFO O| Oct 18 21:14:28.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
53132024-10-18T21:14:29.736Z[ recovery-image] Oct 18 21:14:28.162 INFO O| Oct 18 21:14:28.162 INFO STEP 385 (remove_files) COMPLETE
53142024-10-18T21:14:29.737Z[ recovery-image] Oct 18 21:14:28.162 INFO O| Oct 18 21:14:28.162 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-10-18T21:14:29.754Z[ recovery-image] Oct 18 21:14:28.179 INFO O| Oct 18 21:14:28.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
53162024-10-18T21:14:29.754Z[ recovery-image] Oct 18 21:14:28.180 INFO O| Oct 18 21:14:28.179 INFO STEP 386 (remove_files) COMPLETE
53172024-10-18T21:14:29.754Z[ recovery-image] Oct 18 21:14:28.180 INFO O| Oct 18 21:14:28.179 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-10-18T21:14:29.772Z[ recovery-image] Oct 18 21:14:28.198 INFO O| Oct 18 21:14:28.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
53192024-10-18T21:14:29.775Z[ recovery-image] Oct 18 21:14:28.198 INFO O| Oct 18 21:14:28.198 INFO STEP 387 (remove_files) COMPLETE
53202024-10-18T21:14:29.775Z[ recovery-image] Oct 18 21:14:28.198 INFO O| Oct 18 21:14:28.198 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-10-18T21:14:29.808Z[ recovery-image] Oct 18 21:14:28.233 INFO O| Oct 18 21:14:28.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
53222024-10-18T21:14:29.808Z[ recovery-image] Oct 18 21:14:28.233 INFO O| Oct 18 21:14:28.233 INFO STEP 388 (remove_files) COMPLETE
53232024-10-18T21:14:29.808Z[ recovery-image] Oct 18 21:14:28.233 INFO O| Oct 18 21:14:28.233 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-10-18T21:14:29.825Z[ recovery-image] Oct 18 21:14:28.251 INFO O| Oct 18 21:14:28.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
53252024-10-18T21:14:29.826Z[ recovery-image] Oct 18 21:14:28.251 INFO O| Oct 18 21:14:28.251 INFO STEP 389 (remove_files) COMPLETE
53262024-10-18T21:14:29.826Z[ recovery-image] Oct 18 21:14:28.251 INFO O| Oct 18 21:14:28.251 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-10-18T21:14:29.842Z[ recovery-image] Oct 18 21:14:28.267 INFO O| Oct 18 21:14:28.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
53282024-10-18T21:14:29.842Z[ recovery-image] Oct 18 21:14:28.267 INFO O| Oct 18 21:14:28.267 INFO STEP 390 (remove_files) COMPLETE
53292024-10-18T21:14:29.842Z[ recovery-image] Oct 18 21:14:28.267 INFO O| Oct 18 21:14:28.267 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-10-18T21:14:29.860Z[ recovery-image] Oct 18 21:14:28.286 INFO O| Oct 18 21:14:28.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
53312024-10-18T21:14:29.860Z[ recovery-image] Oct 18 21:14:28.286 INFO O| Oct 18 21:14:28.286 INFO STEP 391 (remove_files) COMPLETE
53322024-10-18T21:14:29.860Z[ recovery-image] Oct 18 21:14:28.286 INFO O| Oct 18 21:14:28.286 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-10-18T21:14:29.882Z[ recovery-image] Oct 18 21:14:28.308 INFO O| Oct 18 21:14:28.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
53342024-10-18T21:14:29.882Z[ recovery-image] Oct 18 21:14:28.308 INFO O| Oct 18 21:14:28.308 INFO STEP 392 (remove_files) COMPLETE
53352024-10-18T21:14:29.885Z[ recovery-image] Oct 18 21:14:28.308 INFO O| Oct 18 21:14:28.308 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-10-18T21:14:29.902Z[ recovery-image] Oct 18 21:14:28.327 INFO O| Oct 18 21:14:28.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
53372024-10-18T21:14:29.902Z[ recovery-image] Oct 18 21:14:28.328 INFO O| Oct 18 21:14:28.328 INFO STEP 393 (remove_files) COMPLETE
53382024-10-18T21:14:29.902Z[ recovery-image] Oct 18 21:14:28.328 INFO O| Oct 18 21:14:28.328 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-10-18T21:14:29.923Z[ recovery-image] Oct 18 21:14:28.349 INFO O| Oct 18 21:14:28.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
53402024-10-18T21:14:29.923Z[ recovery-image] Oct 18 21:14:28.349 INFO O| Oct 18 21:14:28.349 INFO STEP 394 (remove_files) COMPLETE
53412024-10-18T21:14:29.923Z[ recovery-image] Oct 18 21:14:28.349 INFO O| Oct 18 21:14:28.349 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-10-18T21:14:29.942Z[ recovery-image] Oct 18 21:14:28.367 INFO O| Oct 18 21:14:28.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
53432024-10-18T21:14:29.942Z[ recovery-image] Oct 18 21:14:28.367 INFO O| Oct 18 21:14:28.367 INFO STEP 395 (remove_files) COMPLETE
53442024-10-18T21:14:29.945Z[ recovery-image] Oct 18 21:14:28.367 INFO O| Oct 18 21:14:28.367 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-10-18T21:14:30.012Z[ recovery-image] Oct 18 21:14:28.437 INFO O| Oct 18 21:14:28.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
53462024-10-18T21:14:30.038Z[ recovery-image] Oct 18 21:14:28.463 INFO O| Oct 18 21:14:28.463 INFO STEP 396 (remove_files) COMPLETE
53472024-10-18T21:14:30.038Z[ recovery-image] Oct 18 21:14:28.463 INFO O| Oct 18 21:14:28.463 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-10-18T21:14:30.068Z[ recovery-image] Oct 18 21:14:28.493 INFO O| Oct 18 21:14:28.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
53492024-10-18T21:14:30.068Z[ recovery-image] Oct 18 21:14:28.493 INFO O| Oct 18 21:14:28.493 INFO STEP 397 (remove_files) COMPLETE
53502024-10-18T21:14:30.068Z[ recovery-image] Oct 18 21:14:28.493 INFO O| Oct 18 21:14:28.493 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-10-18T21:14:30.137Z[ recovery-image] Oct 18 21:14:28.563 INFO O| Oct 18 21:14:28.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
53522024-10-18T21:14:30.137Z[ recovery-image] Oct 18 21:14:28.563 INFO O| Oct 18 21:14:28.563 INFO STEP 398 (remove_files) COMPLETE
53532024-10-18T21:14:30.137Z[ recovery-image] Oct 18 21:14:28.563 INFO O| Oct 18 21:14:28.563 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-10-18T21:14:30.156Z[ recovery-image] Oct 18 21:14:28.581 INFO O| Oct 18 21:14:28.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
53552024-10-18T21:14:30.156Z[ recovery-image] Oct 18 21:14:28.581 INFO O| Oct 18 21:14:28.581 INFO STEP 399 (remove_files) COMPLETE
53562024-10-18T21:14:30.156Z[ recovery-image] Oct 18 21:14:28.581 INFO O| Oct 18 21:14:28.581 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-10-18T21:14:30.211Z[ recovery-image] Oct 18 21:14:28.637 INFO O| Oct 18 21:14:28.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
53582024-10-18T21:14:30.214Z[ recovery-image] Oct 18 21:14:28.637 INFO O| Oct 18 21:14:28.637 INFO STEP 400 (remove_files) COMPLETE
53592024-10-18T21:14:30.214Z[ recovery-image] Oct 18 21:14:28.637 INFO O| Oct 18 21:14:28.637 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-10-18T21:14:30.251Z[ recovery-image] Oct 18 21:14:28.677 INFO O| Oct 18 21:14:28.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
53612024-10-18T21:14:30.251Z[ recovery-image] Oct 18 21:14:28.677 INFO O| Oct 18 21:14:28.677 INFO STEP 401 (remove_files) COMPLETE
53622024-10-18T21:14:30.254Z[ recovery-image] Oct 18 21:14:28.677 INFO O| Oct 18 21:14:28.677 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-10-18T21:14:30.270Z[ recovery-image] Oct 18 21:14:28.696 INFO O| Oct 18 21:14:28.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
53642024-10-18T21:14:30.270Z[ recovery-image] Oct 18 21:14:28.696 INFO O| Oct 18 21:14:28.696 INFO STEP 402 (remove_files) COMPLETE
53652024-10-18T21:14:30.272Z[ recovery-image] Oct 18 21:14:28.696 INFO O| Oct 18 21:14:28.696 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-10-18T21:14:30.295Z[ recovery-image] Oct 18 21:14:28.719 INFO O| Oct 18 21:14:28.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
53672024-10-18T21:14:30.295Z[ recovery-image] Oct 18 21:14:28.719 INFO O| Oct 18 21:14:28.719 INFO STEP 403 (remove_files) COMPLETE
53682024-10-18T21:14:30.295Z[ recovery-image] Oct 18 21:14:28.719 INFO O| Oct 18 21:14:28.719 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-10-18T21:14:30.353Z[ recovery-image] Oct 18 21:14:28.778 INFO O| Oct 18 21:14:28.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
53702024-10-18T21:14:30.353Z[ recovery-image] Oct 18 21:14:28.779 INFO O| Oct 18 21:14:28.778 INFO STEP 404 (remove_files) COMPLETE
53712024-10-18T21:14:30.355Z[ recovery-image] Oct 18 21:14:28.779 INFO O| Oct 18 21:14:28.778 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-10-18T21:14:30.428Z[ recovery-image] Oct 18 21:14:28.854 INFO O| Oct 18 21:14:28.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
53732024-10-18T21:14:30.431Z[ recovery-image] Oct 18 21:14:28.854 INFO O| Oct 18 21:14:28.854 INFO STEP 405 (remove_files) COMPLETE
53742024-10-18T21:14:30.431Z[ recovery-image] Oct 18 21:14:28.854 INFO O| Oct 18 21:14:28.854 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-10-18T21:14:30.449Z[ recovery-image] Oct 18 21:14:28.875 INFO O| Oct 18 21:14:28.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
53762024-10-18T21:14:30.452Z[ recovery-image] Oct 18 21:14:28.875 INFO O| Oct 18 21:14:28.875 INFO STEP 406 (remove_files) COMPLETE
53772024-10-18T21:14:30.452Z[ recovery-image] Oct 18 21:14:28.875 INFO O| Oct 18 21:14:28.875 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-10-18T21:14:30.467Z[ recovery-image] Oct 18 21:14:28.893 INFO O| Oct 18 21:14:28.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
53792024-10-18T21:14:30.468Z[ recovery-image] Oct 18 21:14:28.893 INFO O| Oct 18 21:14:28.893 INFO STEP 407 (remove_files) COMPLETE
53802024-10-18T21:14:30.470Z[ recovery-image] Oct 18 21:14:28.894 INFO O| Oct 18 21:14:28.893 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-10-18T21:14:30.486Z[ recovery-image] Oct 18 21:14:28.912 INFO O| Oct 18 21:14:28.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
53822024-10-18T21:14:30.488Z[ recovery-image] Oct 18 21:14:28.912 INFO O| Oct 18 21:14:28.912 INFO STEP 408 (remove_files) COMPLETE
53832024-10-18T21:14:30.488Z[ recovery-image] Oct 18 21:14:28.912 INFO O| Oct 18 21:14:28.912 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-10-18T21:14:30.507Z[ recovery-image] Oct 18 21:14:28.933 INFO O| Oct 18 21:14:28.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
53852024-10-18T21:14:30.507Z[ recovery-image] Oct 18 21:14:28.933 INFO O| Oct 18 21:14:28.933 INFO STEP 409 (remove_files) COMPLETE
53862024-10-18T21:14:30.507Z[ recovery-image] Oct 18 21:14:28.933 INFO O| Oct 18 21:14:28.933 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-10-18T21:14:30.528Z[ recovery-image] Oct 18 21:14:28.954 INFO O| Oct 18 21:14:28.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
53882024-10-18T21:14:30.528Z[ recovery-image] Oct 18 21:14:28.954 INFO O| Oct 18 21:14:28.954 INFO STEP 410 (remove_files) COMPLETE
53892024-10-18T21:14:30.528Z[ recovery-image] Oct 18 21:14:28.954 INFO O| Oct 18 21:14:28.954 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-10-18T21:14:30.600Z[ recovery-image] Oct 18 21:14:29.026 INFO O| Oct 18 21:14:29.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
53912024-10-18T21:14:30.600Z[ recovery-image] Oct 18 21:14:29.026 INFO O| Oct 18 21:14:29.026 INFO STEP 411 (remove_files) COMPLETE
53922024-10-18T21:14:30.603Z[ recovery-image] Oct 18 21:14:29.026 INFO O| Oct 18 21:14:29.026 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-10-18T21:14:30.663Z[ recovery-image] Oct 18 21:14:29.088 INFO O| Oct 18 21:14:29.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
53942024-10-18T21:14:30.663Z[ recovery-image] Oct 18 21:14:29.089 INFO O| Oct 18 21:14:29.088 INFO STEP 412 (remove_files) COMPLETE
53952024-10-18T21:14:30.666Z[ recovery-image] Oct 18 21:14:29.089 INFO O| Oct 18 21:14:29.089 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-10-18T21:14:30.731Z[ recovery-image] Oct 18 21:14:29.157 INFO O| Oct 18 21:14:29.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
53972024-10-18T21:14:30.732Z[ recovery-image] Oct 18 21:14:29.157 INFO O| Oct 18 21:14:29.157 INFO STEP 413 (remove_files) COMPLETE
53982024-10-18T21:14:30.732Z[ recovery-image] Oct 18 21:14:29.157 INFO O| Oct 18 21:14:29.157 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-10-18T21:14:30.769Z[ recovery-image] Oct 18 21:14:29.194 INFO O| Oct 18 21:14:29.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
54002024-10-18T21:14:30.769Z[ recovery-image] Oct 18 21:14:29.194 INFO O| Oct 18 21:14:29.194 INFO STEP 414 (remove_files) COMPLETE
54012024-10-18T21:14:30.769Z[ recovery-image] Oct 18 21:14:29.194 INFO O| Oct 18 21:14:29.194 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-10-18T21:14:30.788Z[ recovery-image] Oct 18 21:14:29.213 INFO O| Oct 18 21:14:29.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
54032024-10-18T21:14:30.788Z[ recovery-image] Oct 18 21:14:29.213 INFO O| Oct 18 21:14:29.213 INFO STEP 415 (remove_files) COMPLETE
54042024-10-18T21:14:30.788Z[ recovery-image] Oct 18 21:14:29.213 INFO O| Oct 18 21:14:29.213 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-10-18T21:14:30.807Z[ recovery-image] Oct 18 21:14:29.232 INFO O| Oct 18 21:14:29.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
54062024-10-18T21:14:30.807Z[ recovery-image] Oct 18 21:14:29.233 INFO O| Oct 18 21:14:29.232 INFO STEP 416 (remove_files) COMPLETE
54072024-10-18T21:14:30.807Z[ recovery-image] Oct 18 21:14:29.233 INFO O| Oct 18 21:14:29.233 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-10-18T21:14:30.826Z[ recovery-image] Oct 18 21:14:29.251 INFO O| Oct 18 21:14:29.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
54092024-10-18T21:14:30.826Z[ recovery-image] Oct 18 21:14:29.252 INFO O| Oct 18 21:14:29.252 INFO STEP 417 (remove_files) COMPLETE
54102024-10-18T21:14:30.826Z[ recovery-image] Oct 18 21:14:29.252 INFO O| Oct 18 21:14:29.252 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-10-18T21:14:30.845Z[ recovery-image] Oct 18 21:14:29.270 INFO O| Oct 18 21:14:29.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
54122024-10-18T21:14:30.868Z[ recovery-image] Oct 18 21:14:29.294 INFO O| Oct 18 21:14:29.294 INFO STEP 418 (remove_files) COMPLETE
54132024-10-18T21:14:30.868Z[ recovery-image] Oct 18 21:14:29.294 INFO O| Oct 18 21:14:29.294 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-10-18T21:14:30.888Z[ recovery-image] Oct 18 21:14:29.314 INFO O| Oct 18 21:14:29.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
54152024-10-18T21:14:30.888Z[ recovery-image] Oct 18 21:14:29.314 INFO O| Oct 18 21:14:29.314 INFO STEP 419 (remove_files) COMPLETE
54162024-10-18T21:14:30.888Z[ recovery-image] Oct 18 21:14:29.314 INFO O| Oct 18 21:14:29.314 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-10-18T21:14:30.907Z[ recovery-image] Oct 18 21:14:29.332 INFO O| Oct 18 21:14:29.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
54182024-10-18T21:14:30.907Z[ recovery-image] Oct 18 21:14:29.333 INFO O| Oct 18 21:14:29.332 INFO STEP 420 (remove_files) COMPLETE
54192024-10-18T21:14:30.909Z[ recovery-image] Oct 18 21:14:29.333 INFO O| Oct 18 21:14:29.333 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-10-18T21:14:30.927Z[ recovery-image] Oct 18 21:14:29.352 INFO O| Oct 18 21:14:29.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
54212024-10-18T21:14:30.927Z[ recovery-image] Oct 18 21:14:29.352 INFO O| Oct 18 21:14:29.352 INFO STEP 421 (remove_files) COMPLETE
54222024-10-18T21:14:30.927Z[ recovery-image] Oct 18 21:14:29.352 INFO O| Oct 18 21:14:29.352 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-10-18T21:14:30.945Z[ recovery-image] Oct 18 21:14:29.371 INFO O| Oct 18 21:14:29.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
54242024-10-18T21:14:30.945Z[ recovery-image] Oct 18 21:14:29.371 INFO O| Oct 18 21:14:29.371 INFO STEP 422 (remove_files) COMPLETE
54252024-10-18T21:14:30.948Z[ recovery-image] Oct 18 21:14:29.371 INFO O| Oct 18 21:14:29.371 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-10-18T21:14:30.965Z[ recovery-image] Oct 18 21:14:29.391 INFO O| Oct 18 21:14:29.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
54272024-10-18T21:14:30.965Z[ recovery-image] Oct 18 21:14:29.391 INFO O| Oct 18 21:14:29.391 INFO STEP 423 (remove_files) COMPLETE
54282024-10-18T21:14:30.968Z[ recovery-image] Oct 18 21:14:29.391 INFO O| Oct 18 21:14:29.391 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-10-18T21:14:30.984Z[ recovery-image] Oct 18 21:14:29.410 INFO O| Oct 18 21:14:29.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
54302024-10-18T21:14:30.984Z[ recovery-image] Oct 18 21:14:29.410 INFO O| Oct 18 21:14:29.410 INFO STEP 424 (remove_files) COMPLETE
54312024-10-18T21:14:30.984Z[ recovery-image] Oct 18 21:14:29.410 INFO O| Oct 18 21:14:29.410 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-10-18T21:14:31.010Z[ recovery-image] Oct 18 21:14:29.435 INFO O| Oct 18 21:14:29.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
54332024-10-18T21:14:31.010Z[ recovery-image] Oct 18 21:14:29.435 INFO O| Oct 18 21:14:29.435 INFO STEP 425 (remove_files) COMPLETE
54342024-10-18T21:14:31.010Z[ recovery-image] Oct 18 21:14:29.435 INFO O| Oct 18 21:14:29.435 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-10-18T21:14:31.048Z[ recovery-image] Oct 18 21:14:29.474 INFO O| Oct 18 21:14:29.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
54362024-10-18T21:14:31.048Z[ recovery-image] Oct 18 21:14:29.474 INFO O| Oct 18 21:14:29.474 INFO STEP 426 (remove_files) COMPLETE
54372024-10-18T21:14:31.048Z[ recovery-image] Oct 18 21:14:29.474 INFO O| Oct 18 21:14:29.474 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-10-18T21:14:31.069Z[ recovery-image] Oct 18 21:14:29.494 INFO O| Oct 18 21:14:29.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
54392024-10-18T21:14:31.069Z[ recovery-image] Oct 18 21:14:29.494 INFO O| Oct 18 21:14:29.494 INFO STEP 427 (remove_files) COMPLETE
54402024-10-18T21:14:31.069Z[ recovery-image] Oct 18 21:14:29.494 INFO O| Oct 18 21:14:29.494 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-10-18T21:14:31.089Z[ recovery-image] Oct 18 21:14:29.514 INFO O| Oct 18 21:14:29.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
54422024-10-18T21:14:31.089Z[ recovery-image] Oct 18 21:14:29.514 INFO O| Oct 18 21:14:29.514 INFO STEP 428 (remove_files) COMPLETE
54432024-10-18T21:14:31.089Z[ recovery-image] Oct 18 21:14:29.514 INFO O| Oct 18 21:14:29.514 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-10-18T21:14:31.124Z[ recovery-image] Oct 18 21:14:29.550 INFO O| Oct 18 21:14:29.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
54452024-10-18T21:14:31.124Z[ recovery-image] Oct 18 21:14:29.550 INFO O| Oct 18 21:14:29.550 INFO STEP 429 (remove_files) COMPLETE
54462024-10-18T21:14:31.127Z[ recovery-image] Oct 18 21:14:29.550 INFO O| Oct 18 21:14:29.550 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-10-18T21:14:31.163Z[ recovery-image] Oct 18 21:14:29.588 INFO O| Oct 18 21:14:29.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
54482024-10-18T21:14:31.163Z[ recovery-image] Oct 18 21:14:29.588 INFO O| Oct 18 21:14:29.588 INFO STEP 430 (remove_files) COMPLETE
54492024-10-18T21:14:31.166Z[ recovery-image] Oct 18 21:14:29.588 INFO O| Oct 18 21:14:29.588 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-10-18T21:14:31.221Z[ recovery-image] Oct 18 21:14:29.646 INFO O| Oct 18 21:14:29.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
54512024-10-18T21:14:31.221Z[ recovery-image] Oct 18 21:14:29.647 INFO O| Oct 18 21:14:29.647 INFO STEP 431 (remove_files) COMPLETE
54522024-10-18T21:14:31.224Z[ recovery-image] Oct 18 21:14:29.647 INFO O| Oct 18 21:14:29.647 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-10-18T21:14:31.241Z[ recovery-image] Oct 18 21:14:29.666 INFO O| Oct 18 21:14:29.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
54542024-10-18T21:14:31.241Z[ recovery-image] Oct 18 21:14:29.666 INFO O| Oct 18 21:14:29.666 INFO STEP 432 (remove_files) COMPLETE
54552024-10-18T21:14:31.241Z[ recovery-image] Oct 18 21:14:29.666 INFO O| Oct 18 21:14:29.666 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-10-18T21:14:31.269Z[ recovery-image] Oct 18 21:14:29.694 INFO O| Oct 18 21:14:29.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
54572024-10-18T21:14:31.269Z[ recovery-image] Oct 18 21:14:29.694 INFO O| Oct 18 21:14:29.694 INFO STEP 433 (remove_files) COMPLETE
54582024-10-18T21:14:31.269Z[ recovery-image] Oct 18 21:14:29.694 INFO O| Oct 18 21:14:29.694 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-10-18T21:14:31.327Z[ recovery-image] Oct 18 21:14:29.752 INFO O| Oct 18 21:14:29.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
54602024-10-18T21:14:31.327Z[ recovery-image] Oct 18 21:14:29.752 INFO O| Oct 18 21:14:29.752 INFO STEP 434 (remove_files) COMPLETE
54612024-10-18T21:14:31.327Z[ recovery-image] Oct 18 21:14:29.752 INFO O| Oct 18 21:14:29.752 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-10-18T21:14:31.347Z[ recovery-image] Oct 18 21:14:29.773 INFO O| Oct 18 21:14:29.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
54632024-10-18T21:14:31.347Z[ recovery-image] Oct 18 21:14:29.773 INFO O| Oct 18 21:14:29.773 INFO STEP 435 (remove_files) COMPLETE
54642024-10-18T21:14:31.350Z[ recovery-image] Oct 18 21:14:29.773 INFO O| Oct 18 21:14:29.773 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-10-18T21:14:31.367Z[ recovery-image] Oct 18 21:14:29.793 INFO O| Oct 18 21:14:29.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
54662024-10-18T21:14:31.367Z[ recovery-image] Oct 18 21:14:29.793 INFO O| Oct 18 21:14:29.793 INFO STEP 436 (remove_files) COMPLETE
54672024-10-18T21:14:31.367Z[ recovery-image] Oct 18 21:14:29.793 INFO O| Oct 18 21:14:29.793 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-10-18T21:14:31.388Z[ recovery-image] Oct 18 21:14:29.813 INFO O| Oct 18 21:14:29.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
54692024-10-18T21:14:31.388Z[ recovery-image] Oct 18 21:14:29.813 INFO O| Oct 18 21:14:29.813 INFO STEP 437 (remove_files) COMPLETE
54702024-10-18T21:14:31.388Z[ recovery-image] Oct 18 21:14:29.813 INFO O| Oct 18 21:14:29.813 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-10-18T21:14:31.407Z[ recovery-image] Oct 18 21:14:29.832 INFO O| Oct 18 21:14:29.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
54722024-10-18T21:14:31.407Z[ recovery-image] Oct 18 21:14:29.832 INFO O| Oct 18 21:14:29.832 INFO STEP 438 (remove_files) COMPLETE
54732024-10-18T21:14:31.407Z[ recovery-image] Oct 18 21:14:29.832 INFO O| Oct 18 21:14:29.832 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-10-18T21:14:31.423Z[ recovery-image] Oct 18 21:14:29.849 INFO O| Oct 18 21:14:29.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
54752024-10-18T21:14:31.423Z[ recovery-image] Oct 18 21:14:29.849 INFO O| Oct 18 21:14:29.849 INFO STEP 439 (remove_files) COMPLETE
54762024-10-18T21:14:31.423Z[ recovery-image] Oct 18 21:14:29.849 INFO O| Oct 18 21:14:29.849 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-10-18T21:14:31.440Z[ recovery-image] Oct 18 21:14:29.866 INFO O| Oct 18 21:14:29.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
54782024-10-18T21:14:31.440Z[ recovery-image] Oct 18 21:14:29.866 INFO O| Oct 18 21:14:29.866 INFO STEP 440 (remove_files) COMPLETE
54792024-10-18T21:14:31.440Z[ recovery-image] Oct 18 21:14:29.866 INFO O| Oct 18 21:14:29.866 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-10-18T21:14:31.506Z[ recovery-image] Oct 18 21:14:29.932 INFO O| Oct 18 21:14:29.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
54812024-10-18T21:14:31.506Z[ recovery-image] Oct 18 21:14:29.932 INFO O| Oct 18 21:14:29.932 INFO STEP 441 (remove_files) COMPLETE
54822024-10-18T21:14:31.506Z[ recovery-image] Oct 18 21:14:29.932 INFO O| Oct 18 21:14:29.932 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-10-18T21:14:31.527Z[ recovery-image] Oct 18 21:14:29.952 INFO O| Oct 18 21:14:29.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54842024-10-18T21:14:31.527Z[ recovery-image] Oct 18 21:14:29.952 INFO O| Oct 18 21:14:29.952 INFO STEP 442 (remove_files) COMPLETE
54852024-10-18T21:14:31.527Z[ recovery-image] Oct 18 21:14:29.953 INFO O| Oct 18 21:14:29.952 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-10-18T21:14:31.547Z[ recovery-image] Oct 18 21:14:29.973 INFO O| Oct 18 21:14:29.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
54872024-10-18T21:14:31.547Z[ recovery-image] Oct 18 21:14:29.973 INFO O| Oct 18 21:14:29.973 INFO STEP 443 (remove_files) COMPLETE
54882024-10-18T21:14:31.550Z[ recovery-image] Oct 18 21:14:29.973 INFO O| Oct 18 21:14:29.973 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-10-18T21:14:31.568Z[ recovery-image] Oct 18 21:14:29.993 INFO O| Oct 18 21:14:29.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
54902024-10-18T21:14:31.568Z[ recovery-image] Oct 18 21:14:29.993 INFO O| Oct 18 21:14:29.993 INFO STEP 444 (remove_files) COMPLETE
54912024-10-18T21:14:31.568Z[ recovery-image] Oct 18 21:14:29.993 INFO O| Oct 18 21:14:29.993 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-10-18T21:14:31.588Z[ recovery-image] Oct 18 21:14:30.014 INFO O| Oct 18 21:14:30.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
54932024-10-18T21:14:31.613Z[ recovery-image] Oct 18 21:14:30.038 INFO O| Oct 18 21:14:30.038 INFO STEP 445 (remove_files) COMPLETE
54942024-10-18T21:14:31.613Z[ recovery-image] Oct 18 21:14:30.038 INFO O| Oct 18 21:14:30.038 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-10-18T21:14:31.654Z[ recovery-image] Oct 18 21:14:30.079 INFO O| Oct 18 21:14:30.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
54962024-10-18T21:14:31.654Z[ recovery-image] Oct 18 21:14:30.079 INFO O| Oct 18 21:14:30.079 INFO STEP 446 (remove_files) COMPLETE
54972024-10-18T21:14:31.654Z[ recovery-image] Oct 18 21:14:30.079 INFO O| Oct 18 21:14:30.079 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-10-18T21:14:31.717Z[ recovery-image] Oct 18 21:14:30.142 INFO O| Oct 18 21:14:30.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
54992024-10-18T21:14:31.717Z[ recovery-image] Oct 18 21:14:30.142 INFO O| Oct 18 21:14:30.142 INFO STEP 447 (remove_files) COMPLETE
55002024-10-18T21:14:31.717Z[ recovery-image] Oct 18 21:14:30.142 INFO O| Oct 18 21:14:30.142 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-10-18T21:14:31.754Z[ recovery-image] Oct 18 21:14:30.179 INFO O| Oct 18 21:14:30.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
55022024-10-18T21:14:31.754Z[ recovery-image] Oct 18 21:14:30.179 INFO O| Oct 18 21:14:30.179 INFO STEP 448 (remove_files) COMPLETE
55032024-10-18T21:14:31.757Z[ recovery-image] Oct 18 21:14:30.179 INFO O| Oct 18 21:14:30.179 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-10-18T21:14:31.797Z[ recovery-image] Oct 18 21:14:30.222 INFO O| Oct 18 21:14:30.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
55052024-10-18T21:14:31.797Z[ recovery-image] Oct 18 21:14:30.222 INFO O| Oct 18 21:14:30.222 INFO STEP 449 (remove_files) COMPLETE
55062024-10-18T21:14:31.800Z[ recovery-image] Oct 18 21:14:30.222 INFO O| Oct 18 21:14:30.222 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-10-18T21:14:31.815Z[ recovery-image] Oct 18 21:14:30.241 INFO O| Oct 18 21:14:30.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
55082024-10-18T21:14:31.815Z[ recovery-image] Oct 18 21:14:30.241 INFO O| Oct 18 21:14:30.241 INFO STEP 450 (remove_files) COMPLETE
55092024-10-18T21:14:31.815Z[ recovery-image] Oct 18 21:14:30.241 INFO O| Oct 18 21:14:30.241 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-10-18T21:14:31.834Z[ recovery-image] Oct 18 21:14:30.260 INFO O| Oct 18 21:14:30.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
55112024-10-18T21:14:31.834Z[ recovery-image] Oct 18 21:14:30.260 INFO O| Oct 18 21:14:30.260 INFO STEP 451 (remove_files) COMPLETE
55122024-10-18T21:14:31.837Z[ recovery-image] Oct 18 21:14:30.260 INFO O| Oct 18 21:14:30.260 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-10-18T21:14:31.851Z[ recovery-image] Oct 18 21:14:30.277 INFO O| Oct 18 21:14:30.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
55142024-10-18T21:14:31.877Z[ recovery-image] Oct 18 21:14:30.302 INFO O| Oct 18 21:14:30.302 INFO STEP 452 (remove_files) COMPLETE
55152024-10-18T21:14:31.877Z[ recovery-image] Oct 18 21:14:30.302 INFO O| Oct 18 21:14:30.302 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-10-18T21:14:31.938Z[ recovery-image] Oct 18 21:14:30.363 INFO O| Oct 18 21:14:30.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
55172024-10-18T21:14:31.938Z[ recovery-image] Oct 18 21:14:30.363 INFO O| Oct 18 21:14:30.363 INFO STEP 453 (remove_files) COMPLETE
55182024-10-18T21:14:31.940Z[ recovery-image] Oct 18 21:14:30.363 INFO O| Oct 18 21:14:30.363 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-10-18T21:14:31.956Z[ recovery-image] Oct 18 21:14:30.382 INFO O| Oct 18 21:14:30.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
55202024-10-18T21:14:31.956Z[ recovery-image] Oct 18 21:14:30.382 INFO O| Oct 18 21:14:30.382 INFO STEP 454 (remove_files) COMPLETE
55212024-10-18T21:14:31.956Z[ recovery-image] Oct 18 21:14:30.382 INFO O| Oct 18 21:14:30.382 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-10-18T21:14:31.977Z[ recovery-image] Oct 18 21:14:30.402 INFO O| Oct 18 21:14:30.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
55232024-10-18T21:14:31.977Z[ recovery-image] Oct 18 21:14:30.403 INFO O| Oct 18 21:14:30.402 INFO STEP 455 (remove_files) COMPLETE
55242024-10-18T21:14:31.980Z[ recovery-image] Oct 18 21:14:30.403 INFO O| Oct 18 21:14:30.402 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-10-18T21:14:32.003Z[ recovery-image] Oct 18 21:14:30.428 INFO O| Oct 18 21:14:30.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
55262024-10-18T21:14:32.003Z[ recovery-image] Oct 18 21:14:30.428 INFO O| Oct 18 21:14:30.428 INFO STEP 456 (remove_files) COMPLETE
55272024-10-18T21:14:32.005Z[ recovery-image] Oct 18 21:14:30.428 INFO O| Oct 18 21:14:30.428 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-10-18T21:14:32.035Z[ recovery-image] Oct 18 21:14:30.460 INFO O| Oct 18 21:14:30.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
55292024-10-18T21:14:32.035Z[ recovery-image] Oct 18 21:14:30.460 INFO O| Oct 18 21:14:30.460 INFO STEP 457 (remove_files) COMPLETE
55302024-10-18T21:14:32.035Z[ recovery-image] Oct 18 21:14:30.460 INFO O| Oct 18 21:14:30.460 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-10-18T21:14:32.074Z[ recovery-image] Oct 18 21:14:30.500 INFO O| Oct 18 21:14:30.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
55322024-10-18T21:14:32.074Z[ recovery-image] Oct 18 21:14:30.500 INFO O| Oct 18 21:14:30.500 INFO STEP 458 (remove_files) COMPLETE
55332024-10-18T21:14:32.077Z[ recovery-image] Oct 18 21:14:30.500 INFO O| Oct 18 21:14:30.500 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-10-18T21:14:32.144Z[ recovery-image] Oct 18 21:14:30.570 INFO O| Oct 18 21:14:30.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
55352024-10-18T21:14:32.144Z[ recovery-image] Oct 18 21:14:30.570 INFO O| Oct 18 21:14:30.563 INFO STEP 459 (remove_files) COMPLETE
55362024-10-18T21:14:32.147Z[ recovery-image] Oct 18 21:14:30.570 INFO O| Oct 18 21:14:30.563 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-10-18T21:14:32.160Z[ recovery-image] Oct 18 21:14:30.582 INFO O| Oct 18 21:14:30.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
55382024-10-18T21:14:32.160Z[ recovery-image] Oct 18 21:14:30.582 INFO O| Oct 18 21:14:30.580 INFO STEP 460 (remove_files) COMPLETE
55392024-10-18T21:14:32.163Z[ recovery-image] Oct 18 21:14:30.582 INFO O| Oct 18 21:14:30.580 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-10-18T21:14:32.182Z[ recovery-image] Oct 18 21:14:30.607 INFO O| Oct 18 21:14:30.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
55412024-10-18T21:14:32.182Z[ recovery-image] Oct 18 21:14:30.607 INFO O| Oct 18 21:14:30.599 INFO STEP 461 (remove_files) COMPLETE
55422024-10-18T21:14:32.184Z[ recovery-image] Oct 18 21:14:30.608 INFO O| Oct 18 21:14:30.599 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-10-18T21:14:32.191Z[ recovery-image] Oct 18 21:14:30.617 INFO O| Oct 18 21:14:30.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
55442024-10-18T21:14:32.193Z[ recovery-image] Oct 18 21:14:30.617 INFO O| Oct 18 21:14:30.617 INFO STEP 462 (remove_files) COMPLETE
55452024-10-18T21:14:32.193Z[ recovery-image] Oct 18 21:14:30.617 INFO O| Oct 18 21:14:30.617 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-10-18T21:14:32.211Z[ recovery-image] Oct 18 21:14:30.636 INFO O| Oct 18 21:14:30.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
55472024-10-18T21:14:32.213Z[ recovery-image] Oct 18 21:14:30.636 INFO O| Oct 18 21:14:30.636 INFO STEP 463 (remove_files) COMPLETE
55482024-10-18T21:14:32.213Z[ recovery-image] Oct 18 21:14:30.637 INFO O| Oct 18 21:14:30.636 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-10-18T21:14:32.229Z[ recovery-image] Oct 18 21:14:30.655 INFO O| Oct 18 21:14:30.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
55502024-10-18T21:14:32.229Z[ recovery-image] Oct 18 21:14:30.655 INFO O| Oct 18 21:14:30.655 INFO STEP 464 (remove_files) COMPLETE
55512024-10-18T21:14:32.232Z[ recovery-image] Oct 18 21:14:30.655 INFO O| Oct 18 21:14:30.655 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-10-18T21:14:32.250Z[ recovery-image] Oct 18 21:14:30.676 INFO O| Oct 18 21:14:30.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
55532024-10-18T21:14:32.252Z[ recovery-image] Oct 18 21:14:30.676 INFO O| Oct 18 21:14:30.676 INFO STEP 465 (remove_files) COMPLETE
55542024-10-18T21:14:32.252Z[ recovery-image] Oct 18 21:14:30.676 INFO O| Oct 18 21:14:30.676 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-10-18T21:14:32.289Z[ recovery-image] Oct 18 21:14:30.713 INFO O| Oct 18 21:14:30.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
55562024-10-18T21:14:32.289Z[ recovery-image] Oct 18 21:14:30.713 INFO O| Oct 18 21:14:30.713 INFO STEP 466 (remove_files) COMPLETE
55572024-10-18T21:14:32.292Z[ recovery-image] Oct 18 21:14:30.713 INFO O| Oct 18 21:14:30.713 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-10-18T21:14:32.348Z[ recovery-image] Oct 18 21:14:30.773 INFO O| Oct 18 21:14:30.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
55592024-10-18T21:14:32.348Z[ recovery-image] Oct 18 21:14:30.773 INFO O| Oct 18 21:14:30.773 INFO STEP 467 (remove_files) COMPLETE
55602024-10-18T21:14:32.348Z[ recovery-image] Oct 18 21:14:30.773 INFO O| Oct 18 21:14:30.773 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-10-18T21:14:32.371Z[ recovery-image] Oct 18 21:14:30.796 INFO O| Oct 18 21:14:30.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
55622024-10-18T21:14:32.371Z[ recovery-image] Oct 18 21:14:30.796 INFO O| Oct 18 21:14:30.796 INFO STEP 468 (remove_files) COMPLETE
55632024-10-18T21:14:32.373Z[ recovery-image] Oct 18 21:14:30.796 INFO O| Oct 18 21:14:30.796 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-10-18T21:14:32.388Z[ recovery-image] Oct 18 21:14:30.814 INFO O| Oct 18 21:14:30.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
55652024-10-18T21:14:32.388Z[ recovery-image] Oct 18 21:14:30.814 INFO O| Oct 18 21:14:30.814 INFO STEP 469 (remove_files) COMPLETE
55662024-10-18T21:14:32.388Z[ recovery-image] Oct 18 21:14:30.814 INFO O| Oct 18 21:14:30.814 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-10-18T21:14:32.404Z[ recovery-image] Oct 18 21:14:30.830 INFO O| Oct 18 21:14:30.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
55682024-10-18T21:14:32.404Z[ recovery-image] Oct 18 21:14:30.830 INFO O| Oct 18 21:14:30.830 INFO STEP 470 (remove_files) COMPLETE
55692024-10-18T21:14:32.407Z[ recovery-image] Oct 18 21:14:30.830 INFO O| Oct 18 21:14:30.830 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-10-18T21:14:32.411Z[ host-image] Oct 18 21:14:30.837 INFO O| Oct 18 21:14:30.837 INFO O| Download: 1089/1140 items 5.2/8.4MB 62% complete (929k/s)
55712024-10-18T21:14:32.420Z[ recovery-image] Oct 18 21:14:30.846 INFO O| Oct 18 21:14:30.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
55722024-10-18T21:14:32.420Z[ recovery-image] Oct 18 21:14:30.846 INFO O| Oct 18 21:14:30.846 INFO STEP 471 (remove_files) COMPLETE
55732024-10-18T21:14:32.423Z[ recovery-image] Oct 18 21:14:30.846 INFO O| Oct 18 21:14:30.846 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-10-18T21:14:32.438Z[ recovery-image] Oct 18 21:14:30.864 INFO O| Oct 18 21:14:30.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
55752024-10-18T21:14:32.438Z[ recovery-image] Oct 18 21:14:30.864 INFO O| Oct 18 21:14:30.864 INFO STEP 472 (remove_files) COMPLETE
55762024-10-18T21:14:32.441Z[ recovery-image] Oct 18 21:14:30.864 INFO O| Oct 18 21:14:30.864 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-10-18T21:14:32.474Z[ recovery-image] Oct 18 21:14:30.899 INFO O| Oct 18 21:14:30.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
55782024-10-18T21:14:32.474Z[ recovery-image] Oct 18 21:14:30.900 INFO O| Oct 18 21:14:30.900 INFO STEP 473 (remove_files) COMPLETE
55792024-10-18T21:14:32.474Z[ recovery-image] Oct 18 21:14:30.900 INFO O| Oct 18 21:14:30.900 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-10-18T21:14:32.510Z[ recovery-image] Oct 18 21:14:30.936 INFO O| Oct 18 21:14:30.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
55812024-10-18T21:14:32.510Z[ recovery-image] Oct 18 21:14:30.936 INFO O| Oct 18 21:14:30.936 INFO STEP 474 (remove_files) COMPLETE
55822024-10-18T21:14:32.510Z[ recovery-image] Oct 18 21:14:30.936 INFO O| Oct 18 21:14:30.936 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-10-18T21:14:32.572Z[ recovery-image] Oct 18 21:14:30.997 INFO O| Oct 18 21:14:30.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
55842024-10-18T21:14:32.572Z[ recovery-image] Oct 18 21:14:30.997 INFO O| Oct 18 21:14:30.997 INFO STEP 475 (remove_files) COMPLETE
55852024-10-18T21:14:32.575Z[ recovery-image] Oct 18 21:14:30.997 INFO O| Oct 18 21:14:30.997 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-10-18T21:14:32.588Z[ recovery-image] Oct 18 21:14:31.014 INFO O| Oct 18 21:14:31.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
55872024-10-18T21:14:32.588Z[ recovery-image] Oct 18 21:14:31.014 INFO O| Oct 18 21:14:31.014 INFO STEP 476 (remove_files) COMPLETE
55882024-10-18T21:14:32.588Z[ recovery-image] Oct 18 21:14:31.014 INFO O| Oct 18 21:14:31.014 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-10-18T21:14:32.602Z[ recovery-image] Oct 18 21:14:31.028 INFO O| Oct 18 21:14:31.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
55902024-10-18T21:14:32.602Z[ recovery-image] Oct 18 21:14:31.028 INFO O| Oct 18 21:14:31.028 INFO STEP 477 (remove_files) COMPLETE
55912024-10-18T21:14:32.604Z[ recovery-image] Oct 18 21:14:31.028 INFO O| Oct 18 21:14:31.028 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-10-18T21:14:32.620Z[ recovery-image] Oct 18 21:14:31.045 INFO O| Oct 18 21:14:31.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
55932024-10-18T21:14:32.620Z[ recovery-image] Oct 18 21:14:31.045 INFO O| Oct 18 21:14:31.045 INFO STEP 478 (remove_files) COMPLETE
55942024-10-18T21:14:32.620Z[ recovery-image] Oct 18 21:14:31.045 INFO O| Oct 18 21:14:31.045 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-10-18T21:14:32.639Z[ recovery-image] Oct 18 21:14:31.065 INFO O| Oct 18 21:14:31.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
55962024-10-18T21:14:32.639Z[ recovery-image] Oct 18 21:14:31.065 INFO O| Oct 18 21:14:31.065 INFO STEP 479 (remove_files) COMPLETE
55972024-10-18T21:14:32.642Z[ recovery-image] Oct 18 21:14:31.065 INFO O| Oct 18 21:14:31.065 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-10-18T21:14:32.659Z[ recovery-image] Oct 18 21:14:31.085 INFO O| Oct 18 21:14:31.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
55992024-10-18T21:14:32.662Z[ recovery-image] Oct 18 21:14:31.085 INFO O| Oct 18 21:14:31.085 INFO STEP 480 (remove_files) COMPLETE
56002024-10-18T21:14:32.662Z[ recovery-image] Oct 18 21:14:31.085 INFO O| Oct 18 21:14:31.085 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-10-18T21:14:32.676Z[ recovery-image] Oct 18 21:14:31.102 INFO O| Oct 18 21:14:31.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
56022024-10-18T21:14:32.679Z[ recovery-image] Oct 18 21:14:31.102 INFO O| Oct 18 21:14:31.102 INFO STEP 481 (remove_files) COMPLETE
56032024-10-18T21:14:32.679Z[ recovery-image] Oct 18 21:14:31.102 INFO O| Oct 18 21:14:31.102 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-10-18T21:14:32.694Z[ recovery-image] Oct 18 21:14:31.119 INFO O| Oct 18 21:14:31.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
56052024-10-18T21:14:32.697Z[ recovery-image] Oct 18 21:14:31.120 INFO O| Oct 18 21:14:31.119 INFO STEP 482 (remove_files) COMPLETE
56062024-10-18T21:14:32.697Z[ recovery-image] Oct 18 21:14:31.120 INFO O| Oct 18 21:14:31.120 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-10-18T21:14:32.711Z[ recovery-image] Oct 18 21:14:31.136 INFO O| Oct 18 21:14:31.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
56082024-10-18T21:14:32.713Z[ recovery-image] Oct 18 21:14:31.136 INFO O| Oct 18 21:14:31.136 INFO STEP 483 (remove_files) COMPLETE
56092024-10-18T21:14:32.713Z[ recovery-image] Oct 18 21:14:31.137 INFO O| Oct 18 21:14:31.136 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-10-18T21:14:32.727Z[ recovery-image] Oct 18 21:14:31.153 INFO O| Oct 18 21:14:31.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
56112024-10-18T21:14:32.729Z[ recovery-image] Oct 18 21:14:31.153 INFO O| Oct 18 21:14:31.153 INFO STEP 484 (remove_files) COMPLETE
56122024-10-18T21:14:32.729Z[ recovery-image] Oct 18 21:14:31.153 INFO O| Oct 18 21:14:31.153 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-10-18T21:14:32.746Z[ recovery-image] Oct 18 21:14:31.171 INFO O| Oct 18 21:14:31.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
56142024-10-18T21:14:32.748Z[ recovery-image] Oct 18 21:14:31.171 INFO O| Oct 18 21:14:31.171 INFO STEP 485 (remove_files) COMPLETE
56152024-10-18T21:14:32.748Z[ recovery-image] Oct 18 21:14:31.171 INFO O| Oct 18 21:14:31.171 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-10-18T21:14:32.763Z[ recovery-image] Oct 18 21:14:31.189 INFO O| Oct 18 21:14:31.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
56172024-10-18T21:14:32.765Z[ recovery-image] Oct 18 21:14:31.189 INFO O| Oct 18 21:14:31.189 INFO STEP 486 (remove_files) COMPLETE
56182024-10-18T21:14:32.765Z[ recovery-image] Oct 18 21:14:31.189 INFO O| Oct 18 21:14:31.189 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-10-18T21:14:32.782Z[ recovery-image] Oct 18 21:14:31.207 INFO O| Oct 18 21:14:31.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
56202024-10-18T21:14:32.784Z[ recovery-image] Oct 18 21:14:31.207 INFO O| Oct 18 21:14:31.207 INFO STEP 487 (remove_files) COMPLETE
56212024-10-18T21:14:32.784Z[ recovery-image] Oct 18 21:14:31.207 INFO O| Oct 18 21:14:31.207 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-10-18T21:14:32.799Z[ recovery-image] Oct 18 21:14:31.224 INFO O| Oct 18 21:14:31.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
56232024-10-18T21:14:32.807Z[ recovery-image] Oct 18 21:14:31.224 INFO O| Oct 18 21:14:31.224 INFO STEP 488 (remove_files) COMPLETE
56242024-10-18T21:14:32.807Z[ recovery-image] Oct 18 21:14:31.224 INFO O| Oct 18 21:14:31.224 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-10-18T21:14:32.821Z[ recovery-image] Oct 18 21:14:31.243 INFO O| Oct 18 21:14:31.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
56262024-10-18T21:14:32.821Z[ recovery-image] Oct 18 21:14:31.243 INFO O| Oct 18 21:14:31.243 INFO STEP 489 (remove_files) COMPLETE
56272024-10-18T21:14:32.821Z[ recovery-image] Oct 18 21:14:31.243 INFO O| Oct 18 21:14:31.243 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-10-18T21:14:32.837Z[ recovery-image] Oct 18 21:14:31.261 INFO O| Oct 18 21:14:31.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
56292024-10-18T21:14:32.837Z[ recovery-image] Oct 18 21:14:31.261 INFO O| Oct 18 21:14:31.261 INFO STEP 490 (remove_files) COMPLETE
56302024-10-18T21:14:32.837Z[ recovery-image] Oct 18 21:14:31.261 INFO O| Oct 18 21:14:31.261 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-10-18T21:14:32.862Z[ recovery-image] Oct 18 21:14:31.279 INFO O| Oct 18 21:14:31.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
56322024-10-18T21:14:32.862Z[ recovery-image] Oct 18 21:14:31.279 INFO O| Oct 18 21:14:31.279 INFO STEP 491 (remove_files) COMPLETE
56332024-10-18T21:14:32.862Z[ recovery-image] Oct 18 21:14:31.279 INFO O| Oct 18 21:14:31.279 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-10-18T21:14:32.895Z[ recovery-image] Oct 18 21:14:31.321 INFO O| Oct 18 21:14:31.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
56352024-10-18T21:14:32.930Z[ recovery-image] Oct 18 21:14:31.355 INFO O| Oct 18 21:14:31.355 INFO STEP 492 (remove_files) COMPLETE
56362024-10-18T21:14:32.957Z[ recovery-image] Oct 18 21:14:31.355 INFO O| Oct 18 21:14:31.355 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-10-18T21:14:32.957Z[ recovery-image] Oct 18 21:14:31.374 INFO O| Oct 18 21:14:31.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
56382024-10-18T21:14:32.962Z[ recovery-image] Oct 18 21:14:31.374 INFO O| Oct 18 21:14:31.374 INFO STEP 493 (remove_files) COMPLETE
56392024-10-18T21:14:32.962Z[ recovery-image] Oct 18 21:14:31.374 INFO O| Oct 18 21:14:31.374 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-10-18T21:14:32.975Z[ recovery-image] Oct 18 21:14:31.399 INFO O| Oct 18 21:14:31.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
56412024-10-18T21:14:32.975Z[ recovery-image] Oct 18 21:14:31.399 INFO O| Oct 18 21:14:31.399 INFO STEP 494 (remove_files) COMPLETE
56422024-10-18T21:14:32.975Z[ recovery-image] Oct 18 21:14:31.400 INFO O| Oct 18 21:14:31.399 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-10-18T21:14:33.202Z[ recovery-image] Oct 18 21:14:31.627 INFO O| Oct 18 21:14:31.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
56442024-10-18T21:14:33.202Z[ recovery-image] Oct 18 21:14:31.627 INFO O| Oct 18 21:14:31.627 INFO STEP 495 (remove_files) COMPLETE
56452024-10-18T21:14:33.202Z[ recovery-image] Oct 18 21:14:31.627 INFO O| Oct 18 21:14:31.627 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-10-18T21:14:33.219Z[ recovery-image] Oct 18 21:14:31.644 INFO O| Oct 18 21:14:31.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
56472024-10-18T21:14:33.221Z[ recovery-image] Oct 18 21:14:31.644 INFO O| Oct 18 21:14:31.644 INFO STEP 496 (remove_files) COMPLETE
56482024-10-18T21:14:33.221Z[ recovery-image] Oct 18 21:14:31.644 INFO O| Oct 18 21:14:31.644 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-10-18T21:14:33.244Z[ host-image] Oct 18 21:14:31.670 INFO O| Oct 18 21:14:31.670 INFO O| Download: Completed 8.42 MB in 5.83 seconds (1.4M/s)
56502024-10-18T21:14:33.264Z[ recovery-image] Oct 18 21:14:31.685 INFO O| Oct 18 21:14:31.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
56512024-10-18T21:14:33.264Z[ recovery-image] Oct 18 21:14:31.685 INFO O| Oct 18 21:14:31.666 INFO STEP 497 (remove_files) COMPLETE
56522024-10-18T21:14:33.269Z[ recovery-image] Oct 18 21:14:31.685 INFO O| Oct 18 21:14:31.666 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-10-18T21:14:33.282Z[ recovery-image] Oct 18 21:14:31.695 INFO O| Oct 18 21:14:31.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
56542024-10-18T21:14:33.282Z[ recovery-image] Oct 18 21:14:31.695 INFO O| Oct 18 21:14:31.692 INFO STEP 498 (remove_files) COMPLETE
56552024-10-18T21:14:33.282Z[ recovery-image] Oct 18 21:14:31.695 INFO O| Oct 18 21:14:31.692 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-10-18T21:14:33.312Z[ recovery-image] Oct 18 21:14:31.737 INFO O| Oct 18 21:14:31.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
56572024-10-18T21:14:33.312Z[ recovery-image] Oct 18 21:14:31.737 INFO O| Oct 18 21:14:31.737 INFO STEP 499 (remove_files) COMPLETE
56582024-10-18T21:14:33.314Z[ recovery-image] Oct 18 21:14:31.738 INFO O| Oct 18 21:14:31.737 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-10-18T21:14:33.332Z[ recovery-image] Oct 18 21:14:31.757 INFO O| Oct 18 21:14:31.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
56602024-10-18T21:14:33.335Z[ recovery-image] Oct 18 21:14:31.757 INFO O| Oct 18 21:14:31.757 INFO STEP 500 (remove_files) COMPLETE
56612024-10-18T21:14:33.335Z[ recovery-image] Oct 18 21:14:31.757 INFO O| Oct 18 21:14:31.757 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-10-18T21:14:33.356Z[ host-image] Oct 18 21:14:31.780 INFO O| Oct 18 21:14:31.780 INFO O| Actions: 1/1361 actions (Installing new actions)
56632024-10-18T21:14:33.379Z[ recovery-image] Oct 18 21:14:31.803 INFO O| Oct 18 21:14:31.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
56642024-10-18T21:14:33.379Z[ recovery-image] Oct 18 21:14:31.803 INFO O| Oct 18 21:14:31.803 INFO STEP 501 (remove_files) COMPLETE
56652024-10-18T21:14:33.379Z[ recovery-image] Oct 18 21:14:31.803 INFO O| Oct 18 21:14:31.803 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-10-18T21:14:33.396Z[ recovery-image] Oct 18 21:14:31.821 INFO O| Oct 18 21:14:31.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
56672024-10-18T21:14:33.396Z[ recovery-image] Oct 18 21:14:31.821 INFO O| Oct 18 21:14:31.821 INFO STEP 502 (remove_files) COMPLETE
56682024-10-18T21:14:33.396Z[ recovery-image] Oct 18 21:14:31.821 INFO O| Oct 18 21:14:31.821 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-10-18T21:14:33.412Z[ recovery-image] Oct 18 21:14:31.837 INFO O| Oct 18 21:14:31.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
56702024-10-18T21:14:33.412Z[ recovery-image] Oct 18 21:14:31.837 INFO O| Oct 18 21:14:31.837 INFO STEP 503 (remove_files) COMPLETE
56712024-10-18T21:14:33.412Z[ recovery-image] Oct 18 21:14:31.837 INFO O| Oct 18 21:14:31.837 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-10-18T21:14:33.428Z[ recovery-image] Oct 18 21:14:31.853 INFO O| Oct 18 21:14:31.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
56732024-10-18T21:14:33.428Z[ recovery-image] Oct 18 21:14:31.853 INFO O| Oct 18 21:14:31.853 INFO STEP 504 (remove_files) COMPLETE
56742024-10-18T21:14:33.428Z[ recovery-image] Oct 18 21:14:31.853 INFO O| Oct 18 21:14:31.853 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-10-18T21:14:33.458Z[ recovery-image] Oct 18 21:14:31.883 INFO O| Oct 18 21:14:31.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
56762024-10-18T21:14:33.458Z[ recovery-image] Oct 18 21:14:31.883 INFO O| Oct 18 21:14:31.883 INFO STEP 505 (remove_files) COMPLETE
56772024-10-18T21:14:33.458Z[ recovery-image] Oct 18 21:14:31.883 INFO O| Oct 18 21:14:31.883 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-10-18T21:14:33.493Z[ recovery-image] Oct 18 21:14:31.918 INFO O| Oct 18 21:14:31.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
56792024-10-18T21:14:33.496Z[ recovery-image] Oct 18 21:14:31.919 INFO O| Oct 18 21:14:31.918 INFO STEP 506 (remove_files) COMPLETE
56802024-10-18T21:14:33.496Z[ recovery-image] Oct 18 21:14:31.919 INFO O| Oct 18 21:14:31.919 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-10-18T21:14:33.534Z[ recovery-image] Oct 18 21:14:31.959 INFO O| Oct 18 21:14:31.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
56822024-10-18T21:14:33.534Z[ recovery-image] Oct 18 21:14:31.959 INFO O| Oct 18 21:14:31.959 INFO STEP 507 (remove_files) COMPLETE
56832024-10-18T21:14:33.534Z[ recovery-image] Oct 18 21:14:31.959 INFO O| Oct 18 21:14:31.959 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-10-18T21:14:33.554Z[ recovery-image] Oct 18 21:14:31.978 INFO O| Oct 18 21:14:31.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
56852024-10-18T21:14:33.554Z[ recovery-image] Oct 18 21:14:31.978 INFO O| Oct 18 21:14:31.978 INFO STEP 508 (remove_files) COMPLETE
56862024-10-18T21:14:33.554Z[ recovery-image] Oct 18 21:14:31.978 INFO O| Oct 18 21:14:31.978 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-10-18T21:14:33.570Z[ recovery-image] Oct 18 21:14:31.995 INFO O| Oct 18 21:14:31.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
56882024-10-18T21:14:33.570Z[ recovery-image] Oct 18 21:14:31.995 INFO O| Oct 18 21:14:31.995 INFO STEP 509 (remove_files) COMPLETE
56892024-10-18T21:14:33.570Z[ recovery-image] Oct 18 21:14:31.995 INFO O| Oct 18 21:14:31.995 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-10-18T21:14:33.588Z[ recovery-image] Oct 18 21:14:32.013 INFO O| Oct 18 21:14:32.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
56912024-10-18T21:14:33.588Z[ recovery-image] Oct 18 21:14:32.013 INFO O| Oct 18 21:14:32.013 INFO STEP 510 (remove_files) COMPLETE
56922024-10-18T21:14:33.588Z[ recovery-image] Oct 18 21:14:32.013 INFO O| Oct 18 21:14:32.013 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-10-18T21:14:33.615Z[ recovery-image] Oct 18 21:14:32.040 INFO O| Oct 18 21:14:32.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
56942024-10-18T21:14:33.618Z[ recovery-image] Oct 18 21:14:32.041 INFO O| Oct 18 21:14:32.041 INFO STEP 511 (remove_files) COMPLETE
56952024-10-18T21:14:33.618Z[ recovery-image] Oct 18 21:14:32.041 INFO O| Oct 18 21:14:32.041 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-10-18T21:14:33.663Z[ recovery-image] Oct 18 21:14:32.088 INFO O| Oct 18 21:14:32.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
56972024-10-18T21:14:33.663Z[ recovery-image] Oct 18 21:14:32.088 INFO O| Oct 18 21:14:32.088 INFO STEP 512 (remove_files) COMPLETE
56982024-10-18T21:14:33.665Z[ recovery-image] Oct 18 21:14:32.088 INFO O| Oct 18 21:14:32.088 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-10-18T21:14:33.711Z[ recovery-image] Oct 18 21:14:32.136 INFO O| Oct 18 21:14:32.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
57002024-10-18T21:14:33.711Z[ recovery-image] Oct 18 21:14:32.136 INFO O| Oct 18 21:14:32.136 INFO STEP 513 (remove_files) COMPLETE
57012024-10-18T21:14:33.711Z[ recovery-image] Oct 18 21:14:32.136 INFO O| Oct 18 21:14:32.136 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-10-18T21:14:33.738Z[ recovery-image] Oct 18 21:14:32.161 INFO O| Oct 18 21:14:32.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
57032024-10-18T21:14:33.738Z[ recovery-image] Oct 18 21:14:32.161 INFO O| Oct 18 21:14:32.161 INFO STEP 514 (remove_files) COMPLETE
57042024-10-18T21:14:33.738Z[ recovery-image] Oct 18 21:14:32.161 INFO O| Oct 18 21:14:32.161 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-10-18T21:14:33.807Z[ recovery-image] Oct 18 21:14:32.231 INFO O| Oct 18 21:14:32.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
57062024-10-18T21:14:33.807Z[ recovery-image] Oct 18 21:14:32.231 INFO O| Oct 18 21:14:32.231 INFO STEP 515 (remove_files) COMPLETE
57072024-10-18T21:14:33.807Z[ recovery-image] Oct 18 21:14:32.231 INFO O| Oct 18 21:14:32.231 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-10-18T21:14:33.844Z[ recovery-image] Oct 18 21:14:32.268 INFO O| Oct 18 21:14:32.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
57092024-10-18T21:14:33.844Z[ recovery-image] Oct 18 21:14:32.268 INFO O| Oct 18 21:14:32.268 INFO STEP 516 (remove_files) COMPLETE
57102024-10-18T21:14:33.844Z[ recovery-image] Oct 18 21:14:32.268 INFO O| Oct 18 21:14:32.268 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-10-18T21:14:33.882Z[ recovery-image] Oct 18 21:14:32.307 INFO O| Oct 18 21:14:32.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
57122024-10-18T21:14:33.882Z[ recovery-image] Oct 18 21:14:32.307 INFO O| Oct 18 21:14:32.307 INFO STEP 517 (remove_files) COMPLETE
57132024-10-18T21:14:33.882Z[ recovery-image] Oct 18 21:14:32.307 INFO O| Oct 18 21:14:32.307 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-10-18T21:14:33.943Z[ recovery-image] Oct 18 21:14:32.368 INFO O| Oct 18 21:14:32.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
57152024-10-18T21:14:33.943Z[ recovery-image] Oct 18 21:14:32.368 INFO O| Oct 18 21:14:32.368 INFO STEP 518 (remove_files) COMPLETE
57162024-10-18T21:14:33.943Z[ recovery-image] Oct 18 21:14:32.368 INFO O| Oct 18 21:14:32.368 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-10-18T21:14:33.979Z[ recovery-image] Oct 18 21:14:32.404 INFO O| Oct 18 21:14:32.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
57182024-10-18T21:14:33.979Z[ recovery-image] Oct 18 21:14:32.404 INFO O| Oct 18 21:14:32.404 INFO STEP 519 (remove_files) COMPLETE
57192024-10-18T21:14:33.982Z[ recovery-image] Oct 18 21:14:32.404 INFO O| Oct 18 21:14:32.404 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-10-18T21:14:33.997Z[ recovery-image] Oct 18 21:14:32.423 INFO O| Oct 18 21:14:32.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
57212024-10-18T21:14:34.000Z[ recovery-image] Oct 18 21:14:32.423 INFO O| Oct 18 21:14:32.423 INFO STEP 520 (remove_files) COMPLETE
57222024-10-18T21:14:34.000Z[ recovery-image] Oct 18 21:14:32.423 INFO O| Oct 18 21:14:32.423 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-10-18T21:14:34.015Z[ recovery-image] Oct 18 21:14:32.441 INFO O| Oct 18 21:14:32.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
57242024-10-18T21:14:34.015Z[ recovery-image] Oct 18 21:14:32.441 INFO O| Oct 18 21:14:32.441 INFO STEP 521 (remove_files) COMPLETE
57252024-10-18T21:14:34.018Z[ recovery-image] Oct 18 21:14:32.441 INFO O| Oct 18 21:14:32.441 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-10-18T21:14:34.034Z[ recovery-image] Oct 18 21:14:32.458 INFO O| Oct 18 21:14:32.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
57272024-10-18T21:14:34.034Z[ recovery-image] Oct 18 21:14:32.458 INFO O| Oct 18 21:14:32.458 INFO STEP 522 (remove_files) COMPLETE
57282024-10-18T21:14:34.034Z[ recovery-image] Oct 18 21:14:32.458 INFO O| Oct 18 21:14:32.458 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-10-18T21:14:34.051Z[ recovery-image] Oct 18 21:14:32.477 INFO O| Oct 18 21:14:32.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
57302024-10-18T21:14:34.051Z[ recovery-image] Oct 18 21:14:32.477 INFO O| Oct 18 21:14:32.477 INFO STEP 523 (remove_files) COMPLETE
57312024-10-18T21:14:34.051Z[ recovery-image] Oct 18 21:14:32.477 INFO O| Oct 18 21:14:32.477 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-10-18T21:14:34.055Z[ host-image] Oct 18 21:14:32.480 INFO O| Oct 18 21:14:32.480 INFO O| Actions: Completed 1361 actions in 0.70 seconds.
57332024-10-18T21:14:34.087Z[ recovery-image] Oct 18 21:14:32.512 INFO O| Oct 18 21:14:32.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
57342024-10-18T21:14:34.087Z[ recovery-image] Oct 18 21:14:32.512 INFO O| Oct 18 21:14:32.512 INFO STEP 524 (remove_files) COMPLETE
57352024-10-18T21:14:34.087Z[ recovery-image] Oct 18 21:14:32.512 INFO O| Oct 18 21:14:32.512 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-10-18T21:14:34.123Z[ recovery-image] Oct 18 21:14:32.548 INFO O| Oct 18 21:14:32.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
57372024-10-18T21:14:34.123Z[ recovery-image] Oct 18 21:14:32.548 INFO O| Oct 18 21:14:32.548 INFO STEP 525 (remove_files) COMPLETE
57382024-10-18T21:14:34.123Z[ recovery-image] Oct 18 21:14:32.548 INFO O| Oct 18 21:14:32.548 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-10-18T21:14:34.142Z[ recovery-image] Oct 18 21:14:32.568 INFO O| Oct 18 21:14:32.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
57402024-10-18T21:14:34.142Z[ recovery-image] Oct 18 21:14:32.568 INFO O| Oct 18 21:14:32.568 INFO STEP 526 (remove_files) COMPLETE
57412024-10-18T21:14:34.146Z[ recovery-image] Oct 18 21:14:32.568 INFO O| Oct 18 21:14:32.568 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-10-18T21:14:34.178Z[ recovery-image] Oct 18 21:14:32.604 INFO O| Oct 18 21:14:32.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
57432024-10-18T21:14:34.181Z[ recovery-image] Oct 18 21:14:32.604 INFO O| Oct 18 21:14:32.604 INFO STEP 527 (remove_files) COMPLETE
57442024-10-18T21:14:34.181Z[ recovery-image] Oct 18 21:14:32.604 INFO O| Oct 18 21:14:32.604 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-10-18T21:14:34.196Z[ recovery-image] Oct 18 21:14:32.622 INFO O| Oct 18 21:14:32.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
57462024-10-18T21:14:34.199Z[ recovery-image] Oct 18 21:14:32.622 INFO O| Oct 18 21:14:32.622 INFO STEP 528 (remove_files) COMPLETE
57472024-10-18T21:14:34.199Z[ recovery-image] Oct 18 21:14:32.622 INFO O| Oct 18 21:14:32.622 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-10-18T21:14:34.243Z[ recovery-image] Oct 18 21:14:32.669 INFO O| Oct 18 21:14:32.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
57492024-10-18T21:14:34.243Z[ recovery-image] Oct 18 21:14:32.669 INFO O| Oct 18 21:14:32.669 INFO STEP 529 (remove_files) COMPLETE
57502024-10-18T21:14:34.243Z[ recovery-image] Oct 18 21:14:32.669 INFO O| Oct 18 21:14:32.669 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-10-18T21:14:34.266Z[ recovery-image] Oct 18 21:14:32.692 INFO O| Oct 18 21:14:32.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
57522024-10-18T21:14:34.266Z[ recovery-image] Oct 18 21:14:32.692 INFO O| Oct 18 21:14:32.692 INFO STEP 530 (remove_files) COMPLETE
57532024-10-18T21:14:34.266Z[ recovery-image] Oct 18 21:14:32.692 INFO O| Oct 18 21:14:32.692 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542024-10-18T21:14:34.319Z[ recovery-image] Oct 18 21:14:32.744 INFO O| Oct 18 21:14:32.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
57552024-10-18T21:14:34.322Z[ recovery-image] Oct 18 21:14:32.745 INFO O| Oct 18 21:14:32.744 INFO STEP 531 (remove_files) COMPLETE
57562024-10-18T21:14:34.322Z[ recovery-image] Oct 18 21:14:32.745 INFO O| Oct 18 21:14:32.745 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-10-18T21:14:34.347Z[ recovery-image] Oct 18 21:14:32.772 INFO O| Oct 18 21:14:32.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
57582024-10-18T21:14:34.350Z[ recovery-image] Oct 18 21:14:32.773 INFO O| Oct 18 21:14:32.772 INFO STEP 532 (remove_files) COMPLETE
57592024-10-18T21:14:34.350Z[ recovery-image] Oct 18 21:14:32.773 INFO O| Oct 18 21:14:32.773 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-10-18T21:14:34.370Z[ recovery-image] Oct 18 21:14:32.795 INFO O| Oct 18 21:14:32.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
57612024-10-18T21:14:34.373Z[ recovery-image] Oct 18 21:14:32.796 INFO O| Oct 18 21:14:32.796 INFO STEP 533 (remove_files) COMPLETE
57622024-10-18T21:14:34.373Z[ recovery-image] Oct 18 21:14:32.796 INFO O| Oct 18 21:14:32.796 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-10-18T21:14:34.390Z[ recovery-image] Oct 18 21:14:32.815 INFO O| Oct 18 21:14:32.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
57642024-10-18T21:14:34.392Z[ recovery-image] Oct 18 21:14:32.816 INFO O| Oct 18 21:14:32.815 INFO STEP 534 (remove_files) COMPLETE
57652024-10-18T21:14:34.392Z[ recovery-image] Oct 18 21:14:32.816 INFO O| Oct 18 21:14:32.816 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-10-18T21:14:34.410Z[ recovery-image] Oct 18 21:14:32.836 INFO O| Oct 18 21:14:32.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
57672024-10-18T21:14:34.413Z[ recovery-image] Oct 18 21:14:32.836 INFO O| Oct 18 21:14:32.836 INFO STEP 535 (remove_files) COMPLETE
57682024-10-18T21:14:34.413Z[ recovery-image] Oct 18 21:14:32.836 INFO O| Oct 18 21:14:32.836 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-10-18T21:14:34.445Z[ recovery-image] Oct 18 21:14:32.870 INFO O| Oct 18 21:14:32.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
57702024-10-18T21:14:34.445Z[ recovery-image] Oct 18 21:14:32.870 INFO O| Oct 18 21:14:32.870 INFO STEP 536 (remove_files) COMPLETE
57712024-10-18T21:14:34.448Z[ recovery-image] Oct 18 21:14:32.870 INFO O| Oct 18 21:14:32.870 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-10-18T21:14:34.465Z[ recovery-image] Oct 18 21:14:32.890 INFO O| Oct 18 21:14:32.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
57732024-10-18T21:14:34.465Z[ recovery-image] Oct 18 21:14:32.890 INFO O| Oct 18 21:14:32.890 INFO STEP 537 (remove_files) COMPLETE
57742024-10-18T21:14:34.467Z[ recovery-image] Oct 18 21:14:32.890 INFO O| Oct 18 21:14:32.890 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-10-18T21:14:34.500Z[ recovery-image] Oct 18 21:14:32.925 INFO O| Oct 18 21:14:32.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
57762024-10-18T21:14:34.500Z[ recovery-image] Oct 18 21:14:32.925 INFO O| Oct 18 21:14:32.925 INFO STEP 538 (remove_files) COMPLETE
57772024-10-18T21:14:34.500Z[ recovery-image] Oct 18 21:14:32.925 INFO O| Oct 18 21:14:32.925 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-10-18T21:14:34.519Z[ recovery-image] Oct 18 21:14:32.945 INFO O| Oct 18 21:14:32.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
57792024-10-18T21:14:34.524Z[ recovery-image] Oct 18 21:14:32.945 INFO O| Oct 18 21:14:32.945 INFO STEP 539 (remove_files) COMPLETE
57802024-10-18T21:14:34.524Z[ recovery-image] Oct 18 21:14:32.945 INFO O| Oct 18 21:14:32.945 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-10-18T21:14:34.539Z[ recovery-image] Oct 18 21:14:32.963 INFO O| Oct 18 21:14:32.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
57822024-10-18T21:14:34.539Z[ recovery-image] Oct 18 21:14:32.963 INFO O| Oct 18 21:14:32.963 INFO STEP 540 (remove_files) COMPLETE
57832024-10-18T21:14:34.539Z[ recovery-image] Oct 18 21:14:32.963 INFO O| Oct 18 21:14:32.963 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-10-18T21:14:34.554Z[ recovery-image] Oct 18 21:14:32.979 INFO O| Oct 18 21:14:32.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
57852024-10-18T21:14:34.554Z[ recovery-image] Oct 18 21:14:32.980 INFO O| Oct 18 21:14:32.980 INFO STEP 541 (remove_files) COMPLETE
57862024-10-18T21:14:34.557Z[ recovery-image] Oct 18 21:14:32.980 INFO O| Oct 18 21:14:32.980 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-10-18T21:14:34.587Z[ recovery-image] Oct 18 21:14:33.012 INFO O| Oct 18 21:14:33.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
57882024-10-18T21:14:34.587Z[ recovery-image] Oct 18 21:14:33.012 INFO O| Oct 18 21:14:33.012 INFO STEP 542 (remove_files) COMPLETE
57892024-10-18T21:14:34.590Z[ recovery-image] Oct 18 21:14:33.013 INFO O| Oct 18 21:14:33.012 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-10-18T21:14:34.600Z[ host-image] Oct 18 21:14:33.025 INFO O| Oct 18 21:14:33.025 INFO O| Done
57912024-10-18T21:14:34.600Z[ host-image] Oct 18 21:14:33.025 INFO O| Oct 18 21:14:33.025 INFO O| Done
57922024-10-18T21:14:34.605Z[ recovery-image] Oct 18 21:14:33.030 INFO O| Oct 18 21:14:33.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
57932024-10-18T21:14:34.608Z[ recovery-image] Oct 18 21:14:33.030 INFO O| Oct 18 21:14:33.030 INFO STEP 543 (remove_files) COMPLETE
57942024-10-18T21:14:34.608Z[ recovery-image] Oct 18 21:14:33.030 INFO O| Oct 18 21:14:33.030 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-10-18T21:14:34.632Z[ recovery-image] Oct 18 21:14:33.054 INFO O| Oct 18 21:14:33.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
57962024-10-18T21:14:34.632Z[ recovery-image] Oct 18 21:14:33.054 INFO O| Oct 18 21:14:33.054 INFO STEP 544 (remove_files) COMPLETE
57972024-10-18T21:14:34.632Z[ recovery-image] Oct 18 21:14:33.054 INFO O| Oct 18 21:14:33.054 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-10-18T21:14:34.649Z[ recovery-image] Oct 18 21:14:33.074 INFO O| Oct 18 21:14:33.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
57992024-10-18T21:14:34.670Z[ recovery-image] Oct 18 21:14:33.095 INFO O| Oct 18 21:14:33.095 INFO STEP 545 (remove_files) COMPLETE
58002024-10-18T21:14:34.670Z[ recovery-image] Oct 18 21:14:33.095 INFO O| Oct 18 21:14:33.095 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-10-18T21:14:34.715Z[ recovery-image] Oct 18 21:14:33.139 INFO O| Oct 18 21:14:33.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
58022024-10-18T21:14:34.715Z[ recovery-image] Oct 18 21:14:33.139 INFO O| Oct 18 21:14:33.139 INFO STEP 546 (remove_files) COMPLETE
58032024-10-18T21:14:34.715Z[ recovery-image] Oct 18 21:14:33.139 INFO O| Oct 18 21:14:33.139 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-10-18T21:14:34.733Z[ recovery-image] Oct 18 21:14:33.158 INFO O| Oct 18 21:14:33.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
58052024-10-18T21:14:34.734Z[ recovery-image] Oct 18 21:14:33.158 INFO O| Oct 18 21:14:33.158 INFO STEP 547 (remove_files) COMPLETE
58062024-10-18T21:14:34.734Z[ recovery-image] Oct 18 21:14:33.158 INFO O| Oct 18 21:14:33.158 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-10-18T21:14:34.750Z[ recovery-image] Oct 18 21:14:33.175 INFO O| Oct 18 21:14:33.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
58082024-10-18T21:14:34.750Z[ recovery-image] Oct 18 21:14:33.175 INFO O| Oct 18 21:14:33.175 INFO STEP 548 (remove_files) COMPLETE
58092024-10-18T21:14:34.750Z[ recovery-image] Oct 18 21:14:33.175 INFO O| Oct 18 21:14:33.175 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-10-18T21:14:34.768Z[ recovery-image] Oct 18 21:14:33.192 INFO O| Oct 18 21:14:33.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
58112024-10-18T21:14:34.768Z[ recovery-image] Oct 18 21:14:33.192 INFO O| Oct 18 21:14:33.192 INFO STEP 549 (remove_files) COMPLETE
58122024-10-18T21:14:34.768Z[ recovery-image] Oct 18 21:14:33.192 INFO O| Oct 18 21:14:33.192 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-10-18T21:14:34.783Z[ recovery-image] Oct 18 21:14:33.208 INFO O| Oct 18 21:14:33.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
58142024-10-18T21:14:34.783Z[ recovery-image] Oct 18 21:14:33.208 INFO O| Oct 18 21:14:33.208 INFO STEP 550 (remove_files) COMPLETE
58152024-10-18T21:14:34.783Z[ recovery-image] Oct 18 21:14:33.208 INFO O| Oct 18 21:14:33.208 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-10-18T21:14:34.797Z[ recovery-image] Oct 18 21:14:33.222 INFO O| Oct 18 21:14:33.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
58172024-10-18T21:14:34.797Z[ recovery-image] Oct 18 21:14:33.222 INFO O| Oct 18 21:14:33.222 INFO STEP 551 (remove_files) COMPLETE
58182024-10-18T21:14:34.801Z[ recovery-image] Oct 18 21:14:33.222 INFO O| Oct 18 21:14:33.222 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-10-18T21:14:34.817Z[ recovery-image] Oct 18 21:14:33.242 INFO O| Oct 18 21:14:33.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
58202024-10-18T21:14:34.817Z[ recovery-image] Oct 18 21:14:33.242 INFO O| Oct 18 21:14:33.242 INFO STEP 552 (remove_files) COMPLETE
58212024-10-18T21:14:34.819Z[ recovery-image] Oct 18 21:14:33.242 INFO O| Oct 18 21:14:33.242 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-10-18T21:14:34.849Z[ recovery-image] Oct 18 21:14:33.274 INFO O| Oct 18 21:14:33.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
58232024-10-18T21:14:34.849Z[ recovery-image] Oct 18 21:14:33.274 INFO O| Oct 18 21:14:33.274 INFO STEP 553 (remove_files) COMPLETE
58242024-10-18T21:14:34.849Z[ recovery-image] Oct 18 21:14:33.274 INFO O| Oct 18 21:14:33.274 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-10-18T21:14:34.907Z[ recovery-image] Oct 18 21:14:33.332 INFO O| Oct 18 21:14:33.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
58262024-10-18T21:14:34.933Z[ recovery-image] Oct 18 21:14:33.358 INFO O| Oct 18 21:14:33.358 INFO STEP 554 (remove_files) COMPLETE
58272024-10-18T21:14:34.934Z[ recovery-image] Oct 18 21:14:33.358 INFO O| Oct 18 21:14:33.358 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-10-18T21:14:34.981Z[ recovery-image] Oct 18 21:14:33.406 INFO O| Oct 18 21:14:33.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
58292024-10-18T21:14:35.007Z[ recovery-image] Oct 18 21:14:33.430 INFO O| Oct 18 21:14:33.430 INFO STEP 555 (remove_files) COMPLETE
58302024-10-18T21:14:35.008Z[ recovery-image] Oct 18 21:14:33.430 INFO O| Oct 18 21:14:33.430 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-10-18T21:14:35.025Z[ recovery-image] Oct 18 21:14:33.450 INFO O| Oct 18 21:14:33.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
58322024-10-18T21:14:35.025Z[ recovery-image] Oct 18 21:14:33.450 INFO O| Oct 18 21:14:33.450 INFO STEP 556 (remove_files) COMPLETE
58332024-10-18T21:14:35.028Z[ recovery-image] Oct 18 21:14:33.450 INFO O| Oct 18 21:14:33.450 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-10-18T21:14:35.061Z[ recovery-image] Oct 18 21:14:33.486 INFO O| Oct 18 21:14:33.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
58352024-10-18T21:14:35.066Z[ recovery-image] Oct 18 21:14:33.486 INFO O| Oct 18 21:14:33.486 INFO STEP 557 (remove_files) COMPLETE
58362024-10-18T21:14:35.066Z[ recovery-image] Oct 18 21:14:33.486 INFO O| Oct 18 21:14:33.486 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-10-18T21:14:35.078Z[ recovery-image] Oct 18 21:14:33.503 INFO O| Oct 18 21:14:33.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
58382024-10-18T21:14:35.078Z[ recovery-image] Oct 18 21:14:33.503 INFO O| Oct 18 21:14:33.503 INFO STEP 558 (remove_files) COMPLETE
58392024-10-18T21:14:35.078Z[ recovery-image] Oct 18 21:14:33.503 INFO O| Oct 18 21:14:33.503 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-10-18T21:14:35.108Z[ recovery-image] Oct 18 21:14:33.533 INFO O| Oct 18 21:14:33.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
58412024-10-18T21:14:35.108Z[ recovery-image] Oct 18 21:14:33.533 INFO O| Oct 18 21:14:33.533 INFO STEP 559 (remove_files) COMPLETE
58422024-10-18T21:14:35.108Z[ recovery-image] Oct 18 21:14:33.533 INFO O| Oct 18 21:14:33.533 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-10-18T21:14:35.128Z[ recovery-image] Oct 18 21:14:33.552 INFO O| Oct 18 21:14:33.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
58442024-10-18T21:14:35.128Z[ recovery-image] Oct 18 21:14:33.553 INFO O| Oct 18 21:14:33.553 INFO STEP 560 (remove_files) COMPLETE
58452024-10-18T21:14:35.128Z[ recovery-image] Oct 18 21:14:33.553 INFO O| Oct 18 21:14:33.553 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-10-18T21:14:35.147Z[ recovery-image] Oct 18 21:14:33.572 INFO O| Oct 18 21:14:33.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
58472024-10-18T21:14:35.150Z[ recovery-image] Oct 18 21:14:33.575 INFO O| Oct 18 21:14:33.575 INFO STEP 561 (remove_files) COMPLETE
58482024-10-18T21:14:35.150Z[ recovery-image] Oct 18 21:14:33.575 INFO O| Oct 18 21:14:33.575 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-10-18T21:14:35.185Z[ recovery-image] Oct 18 21:14:33.610 INFO O| Oct 18 21:14:33.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
58502024-10-18T21:14:35.185Z[ recovery-image] Oct 18 21:14:33.610 INFO O| Oct 18 21:14:33.610 INFO STEP 562 (remove_files) COMPLETE
58512024-10-18T21:14:35.188Z[ recovery-image] Oct 18 21:14:33.610 INFO O| Oct 18 21:14:33.610 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-10-18T21:14:35.204Z[ recovery-image] Oct 18 21:14:33.629 INFO O| Oct 18 21:14:33.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
58532024-10-18T21:14:35.204Z[ recovery-image] Oct 18 21:14:33.629 INFO O| Oct 18 21:14:33.629 INFO STEP 563 (remove_files) COMPLETE
58542024-10-18T21:14:35.204Z[ recovery-image] Oct 18 21:14:33.629 INFO O| Oct 18 21:14:33.629 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-10-18T21:14:35.246Z[ recovery-image] Oct 18 21:14:33.671 INFO O| Oct 18 21:14:33.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
58562024-10-18T21:14:35.246Z[ recovery-image] Oct 18 21:14:33.671 INFO O| Oct 18 21:14:33.671 INFO STEP 564 (remove_files) COMPLETE
58572024-10-18T21:14:35.246Z[ recovery-image] Oct 18 21:14:33.671 INFO O| Oct 18 21:14:33.671 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-10-18T21:14:35.265Z[ recovery-image] Oct 18 21:14:33.690 INFO O| Oct 18 21:14:33.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
58592024-10-18T21:14:35.265Z[ recovery-image] Oct 18 21:14:33.690 INFO O| Oct 18 21:14:33.690 INFO STEP 565 (remove_files) COMPLETE
58602024-10-18T21:14:35.265Z[ recovery-image] Oct 18 21:14:33.690 INFO O| Oct 18 21:14:33.690 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-10-18T21:14:35.288Z[ recovery-image] Oct 18 21:14:33.713 INFO O| Oct 18 21:14:33.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
58622024-10-18T21:14:35.288Z[ recovery-image] Oct 18 21:14:33.713 INFO O| Oct 18 21:14:33.713 INFO STEP 566 (remove_files) COMPLETE
58632024-10-18T21:14:35.289Z[ recovery-image] Oct 18 21:14:33.713 INFO O| Oct 18 21:14:33.713 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-10-18T21:14:35.341Z[ recovery-image] Oct 18 21:14:33.766 INFO O| Oct 18 21:14:33.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
58652024-10-18T21:14:35.341Z[ recovery-image] Oct 18 21:14:33.766 INFO O| Oct 18 21:14:33.766 INFO STEP 567 (remove_files) COMPLETE
58662024-10-18T21:14:35.341Z[ recovery-image] Oct 18 21:14:33.766 INFO O| Oct 18 21:14:33.766 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-10-18T21:14:35.402Z[ recovery-image] Oct 18 21:14:33.827 INFO O| Oct 18 21:14:33.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
58682024-10-18T21:14:35.403Z[ recovery-image] Oct 18 21:14:33.827 INFO O| Oct 18 21:14:33.827 INFO STEP 568 (remove_files) COMPLETE
58692024-10-18T21:14:35.406Z[ recovery-image] Oct 18 21:14:33.827 INFO O| Oct 18 21:14:33.827 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-10-18T21:14:35.460Z[ recovery-image] Oct 18 21:14:33.885 INFO O| Oct 18 21:14:33.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
58712024-10-18T21:14:35.460Z[ recovery-image] Oct 18 21:14:33.885 INFO O| Oct 18 21:14:33.885 INFO STEP 569 (remove_files) COMPLETE
58722024-10-18T21:14:35.460Z[ recovery-image] Oct 18 21:14:33.885 INFO O| Oct 18 21:14:33.885 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-10-18T21:14:35.480Z[ recovery-image] Oct 18 21:14:33.905 INFO O| Oct 18 21:14:33.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
58742024-10-18T21:14:35.480Z[ recovery-image] Oct 18 21:14:33.905 INFO O| Oct 18 21:14:33.905 INFO STEP 570 (remove_files) COMPLETE
58752024-10-18T21:14:35.480Z[ recovery-image] Oct 18 21:14:33.905 INFO O| Oct 18 21:14:33.905 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-10-18T21:14:35.500Z[ recovery-image] Oct 18 21:14:33.924 INFO O| Oct 18 21:14:33.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
58772024-10-18T21:14:35.500Z[ recovery-image] Oct 18 21:14:33.924 INFO O| Oct 18 21:14:33.924 INFO STEP 571 (remove_files) COMPLETE
58782024-10-18T21:14:35.500Z[ recovery-image] Oct 18 21:14:33.924 INFO O| Oct 18 21:14:33.924 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-10-18T21:14:35.517Z[ recovery-image] Oct 18 21:14:33.942 INFO O| Oct 18 21:14:33.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
58802024-10-18T21:14:35.518Z[ recovery-image] Oct 18 21:14:33.942 INFO O| Oct 18 21:14:33.942 INFO STEP 572 (remove_files) COMPLETE
58812024-10-18T21:14:35.518Z[ recovery-image] Oct 18 21:14:33.942 INFO O| Oct 18 21:14:33.942 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-10-18T21:14:35.571Z[ recovery-image] Oct 18 21:14:33.996 INFO O| Oct 18 21:14:33.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
58832024-10-18T21:14:35.571Z[ recovery-image] Oct 18 21:14:33.996 INFO O| Oct 18 21:14:33.996 INFO STEP 573 (remove_files) COMPLETE
58842024-10-18T21:14:35.571Z[ recovery-image] Oct 18 21:14:33.996 INFO O| Oct 18 21:14:33.996 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-10-18T21:14:35.712Z[ recovery-image] Oct 18 21:14:34.137 INFO O| Oct 18 21:14:34.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
58862024-10-18T21:14:35.715Z[ recovery-image] Oct 18 21:14:34.138 INFO O| Oct 18 21:14:34.137 INFO STEP 574 (remove_files) COMPLETE
58872024-10-18T21:14:35.715Z[ recovery-image] Oct 18 21:14:34.138 INFO O| Oct 18 21:14:34.138 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-10-18T21:14:35.718Z[ host-image] Oct 18 21:14:34.141 INFO O| Oct 18 21:14:34.141 INFO O| Done
58892024-10-18T21:14:35.786Z[ recovery-image] Oct 18 21:14:34.210 INFO O| Oct 18 21:14:34.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
58902024-10-18T21:14:35.786Z[ recovery-image] Oct 18 21:14:34.210 INFO O| Oct 18 21:14:34.210 INFO STEP 575 (remove_files) COMPLETE
58912024-10-18T21:14:35.786Z[ recovery-image] Oct 18 21:14:34.210 INFO O| Oct 18 21:14:34.210 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-10-18T21:14:35.842Z[ recovery-image] Oct 18 21:14:34.266 INFO O| Oct 18 21:14:34.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
58932024-10-18T21:14:35.842Z[ recovery-image] Oct 18 21:14:34.266 INFO O| Oct 18 21:14:34.266 INFO STEP 576 (remove_files) COMPLETE
58942024-10-18T21:14:35.842Z[ recovery-image] Oct 18 21:14:34.266 INFO O| Oct 18 21:14:34.266 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-10-18T21:14:35.865Z[ recovery-image] Oct 18 21:14:34.288 INFO O| Oct 18 21:14:34.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
58962024-10-18T21:14:35.865Z[ recovery-image] Oct 18 21:14:34.288 INFO O| Oct 18 21:14:34.288 INFO STEP 577 (remove_files) COMPLETE
58972024-10-18T21:14:35.865Z[ recovery-image] Oct 18 21:14:34.288 INFO O| Oct 18 21:14:34.288 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-10-18T21:14:35.882Z[ recovery-image] Oct 18 21:14:34.307 INFO O| Oct 18 21:14:34.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
58992024-10-18T21:14:35.882Z[ recovery-image] Oct 18 21:14:34.307 INFO O| Oct 18 21:14:34.307 INFO STEP 578 (remove_files) COMPLETE
59002024-10-18T21:14:35.885Z[ recovery-image] Oct 18 21:14:34.307 INFO O| Oct 18 21:14:34.307 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-10-18T21:14:35.899Z[ recovery-image] Oct 18 21:14:34.324 INFO O| Oct 18 21:14:34.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
59022024-10-18T21:14:35.899Z[ recovery-image] Oct 18 21:14:34.324 INFO O| Oct 18 21:14:34.324 INFO STEP 579 (remove_files) COMPLETE
59032024-10-18T21:14:35.899Z[ recovery-image] Oct 18 21:14:34.324 INFO O| Oct 18 21:14:34.324 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-10-18T21:14:35.922Z[ recovery-image] Oct 18 21:14:34.346 INFO O| Oct 18 21:14:34.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
59052024-10-18T21:14:35.922Z[ recovery-image] Oct 18 21:14:34.346 INFO O| Oct 18 21:14:34.346 INFO STEP 580 (remove_files) COMPLETE
59062024-10-18T21:14:35.922Z[ recovery-image] Oct 18 21:14:34.346 INFO O| Oct 18 21:14:34.346 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-10-18T21:14:35.953Z[ recovery-image] Oct 18 21:14:34.378 INFO O| Oct 18 21:14:34.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
59082024-10-18T21:14:35.953Z[ recovery-image] Oct 18 21:14:34.378 INFO O| Oct 18 21:14:34.378 INFO STEP 581 (remove_files) COMPLETE
59092024-10-18T21:14:35.953Z[ recovery-image] Oct 18 21:14:34.378 INFO O| Oct 18 21:14:34.378 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-10-18T21:14:35.972Z[ recovery-image] Oct 18 21:14:34.396 INFO O| Oct 18 21:14:34.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
59112024-10-18T21:14:35.972Z[ recovery-image] Oct 18 21:14:34.396 INFO O| Oct 18 21:14:34.396 INFO STEP 582 (remove_files) COMPLETE
59122024-10-18T21:14:35.972Z[ recovery-image] Oct 18 21:14:34.396 INFO O| Oct 18 21:14:34.396 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-10-18T21:14:36.005Z[ recovery-image] Oct 18 21:14:34.430 INFO O| Oct 18 21:14:34.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
59142024-10-18T21:14:36.005Z[ recovery-image] Oct 18 21:14:34.430 INFO O| Oct 18 21:14:34.430 INFO STEP 583 (remove_files) COMPLETE
59152024-10-18T21:14:36.005Z[ recovery-image] Oct 18 21:14:34.430 INFO O| Oct 18 21:14:34.430 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-10-18T21:14:36.094Z[ recovery-image] Oct 18 21:14:34.519 INFO O| Oct 18 21:14:34.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
59172024-10-18T21:14:36.094Z[ recovery-image] Oct 18 21:14:34.519 INFO O| Oct 18 21:14:34.519 INFO STEP 584 (remove_files) COMPLETE
59182024-10-18T21:14:36.094Z[ recovery-image] Oct 18 21:14:34.519 INFO O| Oct 18 21:14:34.519 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-10-18T21:14:36.114Z[ recovery-image] Oct 18 21:14:34.538 INFO O| Oct 18 21:14:34.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
59202024-10-18T21:14:36.114Z[ recovery-image] Oct 18 21:14:34.538 INFO O| Oct 18 21:14:34.538 INFO STEP 585 (remove_files) COMPLETE
59212024-10-18T21:14:36.114Z[ recovery-image] Oct 18 21:14:34.538 INFO O| Oct 18 21:14:34.538 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-10-18T21:14:36.149Z[ recovery-image] Oct 18 21:14:34.574 INFO O| Oct 18 21:14:34.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
59232024-10-18T21:14:36.149Z[ recovery-image] Oct 18 21:14:34.574 INFO O| Oct 18 21:14:34.574 INFO STEP 586 (remove_files) COMPLETE
59242024-10-18T21:14:36.149Z[ recovery-image] Oct 18 21:14:34.574 INFO O| Oct 18 21:14:34.574 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-10-18T21:14:36.209Z[ recovery-image] Oct 18 21:14:34.634 INFO O| Oct 18 21:14:34.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
59262024-10-18T21:14:36.209Z[ recovery-image] Oct 18 21:14:34.634 INFO O| Oct 18 21:14:34.634 INFO STEP 587 (remove_files) COMPLETE
59272024-10-18T21:14:36.212Z[ recovery-image] Oct 18 21:14:34.634 INFO O| Oct 18 21:14:34.634 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282024-10-18T21:14:36.250Z[ recovery-image] Oct 18 21:14:34.675 INFO O| Oct 18 21:14:34.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
59292024-10-18T21:14:36.250Z[ recovery-image] Oct 18 21:14:34.675 INFO O| Oct 18 21:14:34.675 INFO STEP 588 (remove_files) COMPLETE
59302024-10-18T21:14:36.253Z[ recovery-image] Oct 18 21:14:34.675 INFO O| Oct 18 21:14:34.675 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312024-10-18T21:14:36.266Z[ recovery-image] Oct 18 21:14:34.691 INFO O| Oct 18 21:14:34.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
59322024-10-18T21:14:36.266Z[ recovery-image] Oct 18 21:14:34.691 INFO O| Oct 18 21:14:34.691 INFO STEP 589 (remove_files) COMPLETE
59332024-10-18T21:14:36.266Z[ recovery-image] Oct 18 21:14:34.691 INFO O| Oct 18 21:14:34.691 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-10-18T21:14:36.295Z[ recovery-image] Oct 18 21:14:34.720 INFO O| Oct 18 21:14:34.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
59352024-10-18T21:14:36.295Z[ recovery-image] Oct 18 21:14:34.720 INFO O| Oct 18 21:14:34.720 INFO STEP 590 (remove_files) COMPLETE
59362024-10-18T21:14:36.298Z[ recovery-image] Oct 18 21:14:34.720 INFO O| Oct 18 21:14:34.720 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372024-10-18T21:14:36.313Z[ recovery-image] Oct 18 21:14:34.738 INFO O| Oct 18 21:14:34.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
59382024-10-18T21:14:36.313Z[ recovery-image] Oct 18 21:14:34.739 INFO O| Oct 18 21:14:34.739 INFO STEP 591 (remove_files) COMPLETE
59392024-10-18T21:14:36.317Z[ recovery-image] Oct 18 21:14:34.739 INFO O| Oct 18 21:14:34.739 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402024-10-18T21:14:36.364Z[ recovery-image] Oct 18 21:14:34.789 INFO O| Oct 18 21:14:34.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
59412024-10-18T21:14:36.364Z[ recovery-image] Oct 18 21:14:34.789 INFO O| Oct 18 21:14:34.789 INFO STEP 592 (remove_files) COMPLETE
59422024-10-18T21:14:36.364Z[ recovery-image] Oct 18 21:14:34.789 INFO O| Oct 18 21:14:34.789 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-10-18T21:14:36.386Z[ recovery-image] Oct 18 21:14:34.811 INFO O| Oct 18 21:14:34.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
59442024-10-18T21:14:36.386Z[ recovery-image] Oct 18 21:14:34.811 INFO O| Oct 18 21:14:34.811 INFO STEP 593 (remove_files) COMPLETE
59452024-10-18T21:14:36.386Z[ recovery-image] Oct 18 21:14:34.811 INFO O| Oct 18 21:14:34.811 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-10-18T21:14:36.405Z[ recovery-image] Oct 18 21:14:34.830 INFO O| Oct 18 21:14:34.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
59472024-10-18T21:14:36.405Z[ recovery-image] Oct 18 21:14:34.830 INFO O| Oct 18 21:14:34.830 INFO STEP 594 (remove_files) COMPLETE
59482024-10-18T21:14:36.406Z[ recovery-image] Oct 18 21:14:34.830 INFO O| Oct 18 21:14:34.830 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492024-10-18T21:14:36.423Z[ recovery-image] Oct 18 21:14:34.848 INFO O| Oct 18 21:14:34.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
59502024-10-18T21:14:36.423Z[ recovery-image] Oct 18 21:14:34.848 INFO O| Oct 18 21:14:34.848 INFO STEP 595 (remove_files) COMPLETE
59512024-10-18T21:14:36.423Z[ recovery-image] Oct 18 21:14:34.848 INFO O| Oct 18 21:14:34.848 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522024-10-18T21:14:36.448Z[ recovery-image] Oct 18 21:14:34.873 INFO O| Oct 18 21:14:34.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
59532024-10-18T21:14:36.453Z[ recovery-image] Oct 18 21:14:34.874 INFO O| Oct 18 21:14:34.873 INFO STEP 596 (remove_files) COMPLETE
59542024-10-18T21:14:36.453Z[ recovery-image] Oct 18 21:14:34.874 INFO O| Oct 18 21:14:34.873 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552024-10-18T21:14:36.469Z[ recovery-image] Oct 18 21:14:34.894 INFO O| Oct 18 21:14:34.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
59562024-10-18T21:14:36.471Z[ recovery-image] Oct 18 21:14:34.894 INFO O| Oct 18 21:14:34.894 INFO STEP 597 (remove_files) COMPLETE
59572024-10-18T21:14:36.472Z[ recovery-image] Oct 18 21:14:34.894 INFO O| Oct 18 21:14:34.894 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582024-10-18T21:14:36.487Z[ recovery-image] Oct 18 21:14:34.912 INFO O| Oct 18 21:14:34.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
59592024-10-18T21:14:36.490Z[ recovery-image] Oct 18 21:14:34.912 INFO O| Oct 18 21:14:34.912 INFO STEP 598 (remove_files) COMPLETE
59602024-10-18T21:14:36.490Z[ recovery-image] Oct 18 21:14:34.912 INFO O| Oct 18 21:14:34.912 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612024-10-18T21:14:36.528Z[ recovery-image] Oct 18 21:14:34.953 INFO O| Oct 18 21:14:34.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
59622024-10-18T21:14:36.528Z[ recovery-image] Oct 18 21:14:34.953 INFO O| Oct 18 21:14:34.953 INFO STEP 599 (remove_files) COMPLETE
59632024-10-18T21:14:36.528Z[ recovery-image] Oct 18 21:14:34.953 INFO O| Oct 18 21:14:34.953 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642024-10-18T21:14:36.564Z[ recovery-image] Oct 18 21:14:34.989 INFO O| Oct 18 21:14:34.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
59652024-10-18T21:14:36.564Z[ recovery-image] Oct 18 21:14:34.989 INFO O| Oct 18 21:14:34.989 INFO STEP 600 (remove_files) COMPLETE
59662024-10-18T21:14:36.564Z[ recovery-image] Oct 18 21:14:34.989 INFO O| Oct 18 21:14:34.989 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672024-10-18T21:14:36.588Z[ recovery-image] Oct 18 21:14:35.012 INFO O| Oct 18 21:14:35.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
59682024-10-18T21:14:36.588Z[ recovery-image] Oct 18 21:14:35.012 INFO O| Oct 18 21:14:35.012 INFO STEP 601 (remove_files) COMPLETE
59692024-10-18T21:14:36.588Z[ recovery-image] Oct 18 21:14:35.012 INFO O| Oct 18 21:14:35.012 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702024-10-18T21:14:36.604Z[ recovery-image] Oct 18 21:14:35.029 INFO O| Oct 18 21:14:35.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
59712024-10-18T21:14:36.604Z[ recovery-image] Oct 18 21:14:35.029 INFO O| Oct 18 21:14:35.029 INFO STEP 602 (remove_files) COMPLETE
59722024-10-18T21:14:36.607Z[ recovery-image] Oct 18 21:14:35.029 INFO O| Oct 18 21:14:35.029 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732024-10-18T21:14:36.620Z[ recovery-image] Oct 18 21:14:35.045 INFO O| Oct 18 21:14:35.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
59742024-10-18T21:14:36.643Z[ recovery-image] Oct 18 21:14:35.068 INFO O| Oct 18 21:14:35.068 INFO STEP 603 (remove_files) COMPLETE
59752024-10-18T21:14:36.643Z[ recovery-image] Oct 18 21:14:35.068 INFO O| Oct 18 21:14:35.068 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762024-10-18T21:14:36.661Z[ recovery-image] Oct 18 21:14:35.086 INFO O| Oct 18 21:14:35.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
59772024-10-18T21:14:36.665Z[ recovery-image] Oct 18 21:14:35.087 INFO O| Oct 18 21:14:35.087 INFO STEP 604 (remove_files) COMPLETE
59782024-10-18T21:14:36.665Z[ recovery-image] Oct 18 21:14:35.087 INFO O| Oct 18 21:14:35.087 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792024-10-18T21:14:36.684Z[ recovery-image] Oct 18 21:14:35.108 INFO O| Oct 18 21:14:35.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
59802024-10-18T21:14:36.687Z[ recovery-image] Oct 18 21:14:35.108 INFO O| Oct 18 21:14:35.108 INFO STEP 605 (remove_files) COMPLETE
59812024-10-18T21:14:36.687Z[ recovery-image] Oct 18 21:14:35.109 INFO O| Oct 18 21:14:35.108 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822024-10-18T21:14:36.733Z[ recovery-image] Oct 18 21:14:35.158 INFO O| Oct 18 21:14:35.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
59832024-10-18T21:14:36.733Z[ recovery-image] Oct 18 21:14:35.158 INFO O| Oct 18 21:14:35.158 INFO STEP 606 (remove_files) COMPLETE
59842024-10-18T21:14:36.736Z[ recovery-image] Oct 18 21:14:35.158 INFO O| Oct 18 21:14:35.158 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852024-10-18T21:14:36.752Z[ recovery-image] Oct 18 21:14:35.177 INFO O| Oct 18 21:14:35.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
59862024-10-18T21:14:36.752Z[ recovery-image] Oct 18 21:14:35.177 INFO O| Oct 18 21:14:35.177 INFO STEP 607 (remove_files) COMPLETE
59872024-10-18T21:14:36.752Z[ recovery-image] Oct 18 21:14:35.177 INFO O| Oct 18 21:14:35.177 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882024-10-18T21:14:36.770Z[ recovery-image] Oct 18 21:14:35.195 INFO O| Oct 18 21:14:35.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
59892024-10-18T21:14:36.770Z[ recovery-image] Oct 18 21:14:35.195 INFO O| Oct 18 21:14:35.195 INFO STEP 608 (remove_files) COMPLETE
59902024-10-18T21:14:36.770Z[ recovery-image] Oct 18 21:14:35.195 INFO O| Oct 18 21:14:35.195 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912024-10-18T21:14:36.786Z[ recovery-image] Oct 18 21:14:35.211 INFO O| Oct 18 21:14:35.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
59922024-10-18T21:14:36.787Z[ recovery-image] Oct 18 21:14:35.212 INFO O| Oct 18 21:14:35.212 INFO STEP 609 (remove_files) COMPLETE
59932024-10-18T21:14:36.789Z[ recovery-image] Oct 18 21:14:35.212 INFO O| Oct 18 21:14:35.212 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-10-18T21:14:36.804Z[ recovery-image] Oct 18 21:14:35.229 INFO O| Oct 18 21:14:35.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
59952024-10-18T21:14:36.804Z[ recovery-image] Oct 18 21:14:35.229 INFO O| Oct 18 21:14:35.229 INFO STEP 610 (remove_files) COMPLETE
59962024-10-18T21:14:36.806Z[ recovery-image] Oct 18 21:14:35.229 INFO O| Oct 18 21:14:35.229 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-10-18T21:14:36.820Z[ recovery-image] Oct 18 21:14:35.245 INFO O| Oct 18 21:14:35.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
59982024-10-18T21:14:36.820Z[ recovery-image] Oct 18 21:14:35.245 INFO O| Oct 18 21:14:35.245 INFO STEP 611 (remove_files) COMPLETE
59992024-10-18T21:14:36.820Z[ recovery-image] Oct 18 21:14:35.245 INFO O| Oct 18 21:14:35.245 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-10-18T21:14:36.856Z[ recovery-image] Oct 18 21:14:35.281 INFO O| Oct 18 21:14:35.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
60012024-10-18T21:14:36.856Z[ recovery-image] Oct 18 21:14:35.281 INFO O| Oct 18 21:14:35.281 INFO STEP 612 (remove_files) COMPLETE
60022024-10-18T21:14:36.856Z[ recovery-image] Oct 18 21:14:35.281 INFO O| Oct 18 21:14:35.281 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-10-18T21:14:36.884Z[ recovery-image] Oct 18 21:14:35.307 INFO O| Oct 18 21:14:35.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
60042024-10-18T21:14:36.887Z[ recovery-image] Oct 18 21:14:35.307 INFO O| Oct 18 21:14:35.307 INFO STEP 613 (remove_files) COMPLETE
60052024-10-18T21:14:36.887Z[ recovery-image] Oct 18 21:14:35.307 INFO O| Oct 18 21:14:35.307 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062024-10-18T21:14:36.915Z[ recovery-image] Oct 18 21:14:35.340 INFO O| Oct 18 21:14:35.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
60072024-10-18T21:14:36.915Z[ recovery-image] Oct 18 21:14:35.340 INFO O| Oct 18 21:14:35.340 INFO STEP 614 (remove_files) COMPLETE
60082024-10-18T21:14:36.915Z[ recovery-image] Oct 18 21:14:35.340 INFO O| Oct 18 21:14:35.340 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092024-10-18T21:14:36.934Z[ recovery-image] Oct 18 21:14:35.359 INFO O| Oct 18 21:14:35.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
60102024-10-18T21:14:36.934Z[ recovery-image] Oct 18 21:14:35.359 INFO O| Oct 18 21:14:35.359 INFO STEP 615 (remove_files) COMPLETE
60112024-10-18T21:14:36.934Z[ recovery-image] Oct 18 21:14:35.359 INFO O| Oct 18 21:14:35.359 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122024-10-18T21:14:36.971Z[ recovery-image] Oct 18 21:14:35.395 INFO O| Oct 18 21:14:35.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
60132024-10-18T21:14:36.971Z[ recovery-image] Oct 18 21:14:35.395 INFO O| Oct 18 21:14:35.395 INFO STEP 616 (remove_files) COMPLETE
60142024-10-18T21:14:36.974Z[ recovery-image] Oct 18 21:14:35.395 INFO O| Oct 18 21:14:35.395 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152024-10-18T21:14:37.013Z[ recovery-image] Oct 18 21:14:35.438 INFO O| Oct 18 21:14:35.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
60162024-10-18T21:14:37.016Z[ recovery-image] Oct 18 21:14:35.438 INFO O| Oct 18 21:14:35.438 INFO STEP 617 (remove_files) COMPLETE
60172024-10-18T21:14:37.016Z[ recovery-image] Oct 18 21:14:35.438 INFO O| Oct 18 21:14:35.438 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-10-18T21:14:37.030Z[ recovery-image] Oct 18 21:14:35.455 INFO O| Oct 18 21:14:35.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
60192024-10-18T21:14:37.030Z[ recovery-image] Oct 18 21:14:35.456 INFO O| Oct 18 21:14:35.455 INFO STEP 618 (remove_files) COMPLETE
60202024-10-18T21:14:37.033Z[ recovery-image] Oct 18 21:14:35.456 INFO O| Oct 18 21:14:35.455 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-10-18T21:14:37.047Z[ recovery-image] Oct 18 21:14:35.472 INFO O| Oct 18 21:14:35.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
60222024-10-18T21:14:37.047Z[ recovery-image] Oct 18 21:14:35.472 INFO O| Oct 18 21:14:35.472 INFO STEP 619 (remove_files) COMPLETE
60232024-10-18T21:14:37.047Z[ recovery-image] Oct 18 21:14:35.472 INFO O| Oct 18 21:14:35.472 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-10-18T21:14:37.064Z[ recovery-image] Oct 18 21:14:35.489 INFO O| Oct 18 21:14:35.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
60252024-10-18T21:14:37.064Z[ recovery-image] Oct 18 21:14:35.489 INFO O| Oct 18 21:14:35.489 INFO STEP 620 (remove_files) COMPLETE
60262024-10-18T21:14:37.064Z[ recovery-image] Oct 18 21:14:35.489 INFO O| Oct 18 21:14:35.489 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-10-18T21:14:37.083Z[ recovery-image] Oct 18 21:14:35.508 INFO O| Oct 18 21:14:35.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
60282024-10-18T21:14:37.086Z[ recovery-image] Oct 18 21:14:35.508 INFO O| Oct 18 21:14:35.508 INFO STEP 621 (remove_files) COMPLETE
60292024-10-18T21:14:37.086Z[ recovery-image] Oct 18 21:14:35.508 INFO O| Oct 18 21:14:35.508 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302024-10-18T21:14:37.103Z[ recovery-image] Oct 18 21:14:35.528 INFO O| Oct 18 21:14:35.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
60312024-10-18T21:14:37.112Z[ recovery-image] Oct 18 21:14:35.529 INFO O| Oct 18 21:14:35.529 INFO STEP 622 (remove_files) COMPLETE
60322024-10-18T21:14:37.112Z[ recovery-image] Oct 18 21:14:35.529 INFO O| Oct 18 21:14:35.529 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-10-18T21:14:37.126Z[ recovery-image] Oct 18 21:14:35.550 INFO O| Oct 18 21:14:35.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
60342024-10-18T21:14:37.128Z[ recovery-image] Oct 18 21:14:35.551 INFO O| Oct 18 21:14:35.551 INFO STEP 623 (remove_files) COMPLETE
60352024-10-18T21:14:37.128Z[ recovery-image] Oct 18 21:14:35.551 INFO O| Oct 18 21:14:35.551 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362024-10-18T21:14:37.177Z[ recovery-image] Oct 18 21:14:35.602 INFO O| Oct 18 21:14:35.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
60372024-10-18T21:14:37.180Z[ recovery-image] Oct 18 21:14:35.602 INFO O| Oct 18 21:14:35.602 INFO STEP 624 (remove_files) COMPLETE
60382024-10-18T21:14:37.180Z[ recovery-image] Oct 18 21:14:35.602 INFO O| Oct 18 21:14:35.602 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-10-18T21:14:37.197Z[ recovery-image] Oct 18 21:14:35.622 INFO O| Oct 18 21:14:35.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
60402024-10-18T21:14:37.199Z[ recovery-image] Oct 18 21:14:35.622 INFO O| Oct 18 21:14:35.622 INFO STEP 625 (remove_files) COMPLETE
60412024-10-18T21:14:37.199Z[ recovery-image] Oct 18 21:14:35.622 INFO O| Oct 18 21:14:35.622 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-10-18T21:14:37.222Z[ recovery-image] Oct 18 21:14:35.647 INFO O| Oct 18 21:14:35.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
60432024-10-18T21:14:37.222Z[ recovery-image] Oct 18 21:14:35.647 INFO O| Oct 18 21:14:35.647 INFO STEP 626 (remove_files) COMPLETE
60442024-10-18T21:14:37.222Z[ recovery-image] Oct 18 21:14:35.647 INFO O| Oct 18 21:14:35.647 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-10-18T21:14:37.240Z[ recovery-image] Oct 18 21:14:35.665 INFO O| Oct 18 21:14:35.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
60462024-10-18T21:14:37.240Z[ recovery-image] Oct 18 21:14:35.665 INFO O| Oct 18 21:14:35.665 INFO STEP 627 (remove_files) COMPLETE
60472024-10-18T21:14:37.240Z[ recovery-image] Oct 18 21:14:35.665 INFO O| Oct 18 21:14:35.665 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-10-18T21:14:37.261Z[ recovery-image] Oct 18 21:14:35.686 INFO O| Oct 18 21:14:35.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
60492024-10-18T21:14:37.261Z[ recovery-image] Oct 18 21:14:35.686 INFO O| Oct 18 21:14:35.686 INFO STEP 628 (remove_files) COMPLETE
60502024-10-18T21:14:37.261Z[ recovery-image] Oct 18 21:14:35.686 INFO O| Oct 18 21:14:35.686 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-10-18T21:14:37.296Z[ recovery-image] Oct 18 21:14:35.721 INFO O| Oct 18 21:14:35.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
60522024-10-18T21:14:37.318Z[ recovery-image] Oct 18 21:14:35.743 INFO O| Oct 18 21:14:35.743 INFO STEP 629 (remove_files) COMPLETE
60532024-10-18T21:14:37.318Z[ recovery-image] Oct 18 21:14:35.743 INFO O| Oct 18 21:14:35.743 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-10-18T21:14:37.353Z[ recovery-image] Oct 18 21:14:35.778 INFO O| Oct 18 21:14:35.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
60552024-10-18T21:14:37.353Z[ recovery-image] Oct 18 21:14:35.778 INFO O| Oct 18 21:14:35.778 INFO STEP 630 (remove_files) COMPLETE
60562024-10-18T21:14:37.353Z[ recovery-image] Oct 18 21:14:35.778 INFO O| Oct 18 21:14:35.778 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-10-18T21:14:37.370Z[ recovery-image] Oct 18 21:14:35.795 INFO O| Oct 18 21:14:35.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
60582024-10-18T21:14:37.370Z[ recovery-image] Oct 18 21:14:35.795 INFO O| Oct 18 21:14:35.795 INFO STEP 631 (remove_files) COMPLETE
60592024-10-18T21:14:37.373Z[ recovery-image] Oct 18 21:14:35.795 INFO O| Oct 18 21:14:35.795 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-10-18T21:14:37.403Z[ recovery-image] Oct 18 21:14:35.828 INFO O| Oct 18 21:14:35.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
60612024-10-18T21:14:37.407Z[ recovery-image] Oct 18 21:14:35.828 INFO O| Oct 18 21:14:35.828 INFO STEP 632 (remove_files) COMPLETE
60622024-10-18T21:14:37.407Z[ recovery-image] Oct 18 21:14:35.829 INFO O| Oct 18 21:14:35.829 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-10-18T21:14:37.422Z[ recovery-image] Oct 18 21:14:35.847 INFO O| Oct 18 21:14:35.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
60642024-10-18T21:14:37.424Z[ recovery-image] Oct 18 21:14:35.847 INFO O| Oct 18 21:14:35.847 INFO STEP 633 (remove_files) COMPLETE
60652024-10-18T21:14:37.424Z[ recovery-image] Oct 18 21:14:35.847 INFO O| Oct 18 21:14:35.847 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-10-18T21:14:37.439Z[ recovery-image] Oct 18 21:14:35.864 INFO O| Oct 18 21:14:35.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
60672024-10-18T21:14:37.442Z[ recovery-image] Oct 18 21:14:35.864 INFO O| Oct 18 21:14:35.864 INFO STEP 634 (remove_files) COMPLETE
60682024-10-18T21:14:37.442Z[ recovery-image] Oct 18 21:14:35.864 INFO O| Oct 18 21:14:35.864 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-10-18T21:14:37.455Z[ recovery-image] Oct 18 21:14:35.880 INFO O| Oct 18 21:14:35.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
60702024-10-18T21:14:37.457Z[ recovery-image] Oct 18 21:14:35.880 INFO O| Oct 18 21:14:35.880 INFO STEP 635 (remove_files) COMPLETE
60712024-10-18T21:14:37.457Z[ recovery-image] Oct 18 21:14:35.880 INFO O| Oct 18 21:14:35.880 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-10-18T21:14:37.494Z[ recovery-image] Oct 18 21:14:35.919 INFO O| Oct 18 21:14:35.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
60732024-10-18T21:14:37.497Z[ recovery-image] Oct 18 21:14:35.919 INFO O| Oct 18 21:14:35.919 INFO STEP 636 (remove_files) COMPLETE
60742024-10-18T21:14:37.497Z[ recovery-image] Oct 18 21:14:35.919 INFO O| Oct 18 21:14:35.919 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-10-18T21:14:37.514Z[ recovery-image] Oct 18 21:14:35.939 INFO O| Oct 18 21:14:35.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
60762024-10-18T21:14:37.514Z[ recovery-image] Oct 18 21:14:35.939 INFO O| Oct 18 21:14:35.939 INFO STEP 637 (remove_files) COMPLETE
60772024-10-18T21:14:37.514Z[ recovery-image] Oct 18 21:14:35.939 INFO O| Oct 18 21:14:35.939 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-10-18T21:14:37.546Z[ recovery-image] Oct 18 21:14:35.971 INFO O| Oct 18 21:14:35.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
60792024-10-18T21:14:37.549Z[ recovery-image] Oct 18 21:14:35.971 INFO O| Oct 18 21:14:35.971 INFO STEP 638 (remove_files) COMPLETE
60802024-10-18T21:14:37.549Z[ recovery-image] Oct 18 21:14:35.971 INFO O| Oct 18 21:14:35.971 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-10-18T21:14:37.583Z[ recovery-image] Oct 18 21:14:36.008 INFO O| Oct 18 21:14:36.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
60822024-10-18T21:14:37.583Z[ recovery-image] Oct 18 21:14:36.008 INFO O| Oct 18 21:14:36.008 INFO STEP 639 (remove_files) COMPLETE
60832024-10-18T21:14:37.583Z[ recovery-image] Oct 18 21:14:36.008 INFO O| Oct 18 21:14:36.008 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-10-18T21:14:37.616Z[ recovery-image] Oct 18 21:14:36.041 INFO O| Oct 18 21:14:36.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
60852024-10-18T21:14:37.619Z[ recovery-image] Oct 18 21:14:36.041 INFO O| Oct 18 21:14:36.041 INFO STEP 640 (remove_files) COMPLETE
60862024-10-18T21:14:37.619Z[ recovery-image] Oct 18 21:14:36.042 INFO O| Oct 18 21:14:36.041 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-10-18T21:14:37.637Z[ recovery-image] Oct 18 21:14:36.061 INFO O| Oct 18 21:14:36.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
60882024-10-18T21:14:37.642Z[ recovery-image] Oct 18 21:14:36.062 INFO O| Oct 18 21:14:36.061 INFO STEP 641 (remove_files) COMPLETE
60892024-10-18T21:14:37.642Z[ recovery-image] Oct 18 21:14:36.062 INFO O| Oct 18 21:14:36.062 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-10-18T21:14:37.656Z[ recovery-image] Oct 18 21:14:36.079 INFO O| Oct 18 21:14:36.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
60912024-10-18T21:14:37.659Z[ recovery-image] Oct 18 21:14:36.080 INFO O| Oct 18 21:14:36.079 INFO STEP 642 (remove_files) COMPLETE
60922024-10-18T21:14:37.659Z[ recovery-image] Oct 18 21:14:36.080 INFO O| Oct 18 21:14:36.080 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-10-18T21:14:37.672Z[ recovery-image] Oct 18 21:14:36.097 INFO O| Oct 18 21:14:36.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
60942024-10-18T21:14:37.673Z[ recovery-image] Oct 18 21:14:36.098 INFO O| Oct 18 21:14:36.098 INFO STEP 643 (remove_files) COMPLETE
60952024-10-18T21:14:37.673Z[ recovery-image] Oct 18 21:14:36.098 INFO O| Oct 18 21:14:36.098 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-10-18T21:14:37.690Z[ recovery-image] Oct 18 21:14:36.115 INFO O| Oct 18 21:14:36.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
60972024-10-18T21:14:37.690Z[ recovery-image] Oct 18 21:14:36.115 INFO O| Oct 18 21:14:36.115 INFO STEP 644 (remove_files) COMPLETE
60982024-10-18T21:14:37.690Z[ recovery-image] Oct 18 21:14:36.115 INFO O| Oct 18 21:14:36.115 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-10-18T21:14:37.708Z[ recovery-image] Oct 18 21:14:36.133 INFO O| Oct 18 21:14:36.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
61002024-10-18T21:14:37.708Z[ recovery-image] Oct 18 21:14:36.133 INFO O| Oct 18 21:14:36.133 INFO STEP 645 (remove_files) COMPLETE
61012024-10-18T21:14:37.708Z[ recovery-image] Oct 18 21:14:36.133 INFO O| Oct 18 21:14:36.133 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-10-18T21:14:37.767Z[ recovery-image] Oct 18 21:14:36.192 INFO O| Oct 18 21:14:36.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
61032024-10-18T21:14:37.767Z[ recovery-image] Oct 18 21:14:36.192 INFO O| Oct 18 21:14:36.192 INFO STEP 646 (remove_files) COMPLETE
61042024-10-18T21:14:37.770Z[ recovery-image] Oct 18 21:14:36.192 INFO O| Oct 18 21:14:36.192 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-10-18T21:14:37.788Z[ recovery-image] Oct 18 21:14:36.212 INFO O| Oct 18 21:14:36.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
61062024-10-18T21:14:37.792Z[ recovery-image] Oct 18 21:14:36.212 INFO O| Oct 18 21:14:36.212 INFO STEP 647 (remove_files) COMPLETE
61072024-10-18T21:14:37.792Z[ recovery-image] Oct 18 21:14:36.212 INFO O| Oct 18 21:14:36.212 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-10-18T21:14:37.807Z[ recovery-image] Oct 18 21:14:36.230 INFO O| Oct 18 21:14:36.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
61092024-10-18T21:14:37.809Z[ recovery-image] Oct 18 21:14:36.230 INFO O| Oct 18 21:14:36.230 INFO STEP 648 (remove_files) COMPLETE
61102024-10-18T21:14:37.809Z[ recovery-image] Oct 18 21:14:36.230 INFO O| Oct 18 21:14:36.230 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-10-18T21:14:37.826Z[ recovery-image] Oct 18 21:14:36.249 INFO O| Oct 18 21:14:36.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
61122024-10-18T21:14:37.826Z[ recovery-image] Oct 18 21:14:36.249 INFO O| Oct 18 21:14:36.249 INFO STEP 649 (remove_files) COMPLETE
61132024-10-18T21:14:37.826Z[ recovery-image] Oct 18 21:14:36.250 INFO O| Oct 18 21:14:36.249 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-10-18T21:14:37.859Z[ recovery-image] Oct 18 21:14:36.284 INFO O| Oct 18 21:14:36.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
61152024-10-18T21:14:37.860Z[ recovery-image] Oct 18 21:14:36.284 INFO O| Oct 18 21:14:36.284 INFO STEP 650 (remove_files) COMPLETE
61162024-10-18T21:14:37.862Z[ recovery-image] Oct 18 21:14:36.284 INFO O| Oct 18 21:14:36.284 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-10-18T21:14:37.890Z[ recovery-image] Oct 18 21:14:36.315 INFO O| Oct 18 21:14:36.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
61182024-10-18T21:14:37.893Z[ recovery-image] Oct 18 21:14:36.316 INFO O| Oct 18 21:14:36.315 INFO STEP 651 (remove_files) COMPLETE
61192024-10-18T21:14:37.893Z[ recovery-image] Oct 18 21:14:36.316 INFO O| Oct 18 21:14:36.316 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-10-18T21:14:37.923Z[ recovery-image] Oct 18 21:14:36.348 INFO O| Oct 18 21:14:36.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
61212024-10-18T21:14:37.923Z[ recovery-image] Oct 18 21:14:36.348 INFO O| Oct 18 21:14:36.348 INFO STEP 652 (remove_files) COMPLETE
61222024-10-18T21:14:37.923Z[ recovery-image] Oct 18 21:14:36.348 INFO O| Oct 18 21:14:36.348 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-10-18T21:14:37.947Z[ recovery-image] Oct 18 21:14:36.372 INFO O| Oct 18 21:14:36.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
61242024-10-18T21:14:37.947Z[ recovery-image] Oct 18 21:14:36.372 INFO O| Oct 18 21:14:36.372 INFO STEP 653 (remove_files) COMPLETE
61252024-10-18T21:14:37.949Z[ recovery-image] Oct 18 21:14:36.372 INFO O| Oct 18 21:14:36.372 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-10-18T21:14:37.986Z[ recovery-image] Oct 18 21:14:36.411 INFO O| Oct 18 21:14:36.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
61272024-10-18T21:14:37.986Z[ recovery-image] Oct 18 21:14:36.411 INFO O| Oct 18 21:14:36.411 INFO STEP 654 (remove_files) COMPLETE
61282024-10-18T21:14:37.990Z[ recovery-image] Oct 18 21:14:36.411 INFO O| Oct 18 21:14:36.411 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-10-18T21:14:38.045Z[ recovery-image] Oct 18 21:14:36.470 INFO O| Oct 18 21:14:36.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
61302024-10-18T21:14:38.045Z[ recovery-image] Oct 18 21:14:36.470 INFO O| Oct 18 21:14:36.470 INFO STEP 655 (remove_files) COMPLETE
61312024-10-18T21:14:38.048Z[ recovery-image] Oct 18 21:14:36.470 INFO O| Oct 18 21:14:36.470 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-10-18T21:14:38.066Z[ recovery-image] Oct 18 21:14:36.491 INFO O| Oct 18 21:14:36.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
61332024-10-18T21:14:38.069Z[ recovery-image] Oct 18 21:14:36.491 INFO O| Oct 18 21:14:36.491 INFO STEP 656 (remove_files) COMPLETE
61342024-10-18T21:14:38.069Z[ recovery-image] Oct 18 21:14:36.492 INFO O| Oct 18 21:14:36.491 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-10-18T21:14:38.085Z[ recovery-image] Oct 18 21:14:36.510 INFO O| Oct 18 21:14:36.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
61362024-10-18T21:14:38.087Z[ recovery-image] Oct 18 21:14:36.510 INFO O| Oct 18 21:14:36.510 INFO STEP 657 (remove_files) COMPLETE
61372024-10-18T21:14:38.087Z[ recovery-image] Oct 18 21:14:36.510 INFO O| Oct 18 21:14:36.510 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-10-18T21:14:38.103Z[ recovery-image] Oct 18 21:14:36.528 INFO O| Oct 18 21:14:36.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
61392024-10-18T21:14:38.106Z[ recovery-image] Oct 18 21:14:36.528 INFO O| Oct 18 21:14:36.528 INFO STEP 658 (remove_files) COMPLETE
61402024-10-18T21:14:38.106Z[ recovery-image] Oct 18 21:14:36.528 INFO O| Oct 18 21:14:36.528 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-10-18T21:14:38.121Z[ recovery-image] Oct 18 21:14:36.546 INFO O| Oct 18 21:14:36.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
61422024-10-18T21:14:38.121Z[ recovery-image] Oct 18 21:14:36.546 INFO O| Oct 18 21:14:36.546 INFO STEP 659 (remove_files) COMPLETE
61432024-10-18T21:14:38.124Z[ recovery-image] Oct 18 21:14:36.546 INFO O| Oct 18 21:14:36.546 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-10-18T21:14:38.178Z[ recovery-image] Oct 18 21:14:36.603 INFO O| Oct 18 21:14:36.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
61452024-10-18T21:14:38.181Z[ recovery-image] Oct 18 21:14:36.603 INFO O| Oct 18 21:14:36.603 INFO STEP 660 (remove_files) COMPLETE
61462024-10-18T21:14:38.181Z[ recovery-image] Oct 18 21:14:36.603 INFO O| Oct 18 21:14:36.603 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-10-18T21:14:38.219Z[ recovery-image] Oct 18 21:14:36.644 INFO O| Oct 18 21:14:36.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
61482024-10-18T21:14:38.222Z[ recovery-image] Oct 18 21:14:36.644 INFO O| Oct 18 21:14:36.644 INFO STEP 661 (remove_files) COMPLETE
61492024-10-18T21:14:38.222Z[ recovery-image] Oct 18 21:14:36.644 INFO O| Oct 18 21:14:36.644 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-10-18T21:14:38.260Z[ recovery-image] Oct 18 21:14:36.684 INFO O| Oct 18 21:14:36.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
61512024-10-18T21:14:38.260Z[ recovery-image] Oct 18 21:14:36.685 INFO O| Oct 18 21:14:36.685 INFO STEP 662 (remove_files) COMPLETE
61522024-10-18T21:14:38.260Z[ recovery-image] Oct 18 21:14:36.685 INFO O| Oct 18 21:14:36.685 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-10-18T21:14:38.276Z[ recovery-image] Oct 18 21:14:36.701 INFO O| Oct 18 21:14:36.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
61542024-10-18T21:14:38.277Z[ recovery-image] Oct 18 21:14:36.701 INFO O| Oct 18 21:14:36.701 INFO STEP 663 (remove_files) COMPLETE
61552024-10-18T21:14:38.277Z[ recovery-image] Oct 18 21:14:36.701 INFO O| Oct 18 21:14:36.701 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-10-18T21:14:38.312Z[ recovery-image] Oct 18 21:14:36.737 INFO O| Oct 18 21:14:36.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
61572024-10-18T21:14:38.312Z[ recovery-image] Oct 18 21:14:36.737 INFO O| Oct 18 21:14:36.737 INFO STEP 664 (remove_files) COMPLETE
61582024-10-18T21:14:38.312Z[ recovery-image] Oct 18 21:14:36.737 INFO O| Oct 18 21:14:36.737 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-10-18T21:14:38.371Z[ recovery-image] Oct 18 21:14:36.796 INFO O| Oct 18 21:14:36.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
61602024-10-18T21:14:38.371Z[ recovery-image] Oct 18 21:14:36.796 INFO O| Oct 18 21:14:36.796 INFO STEP 665 (remove_files) COMPLETE
61612024-10-18T21:14:38.371Z[ recovery-image] Oct 18 21:14:36.796 INFO O| Oct 18 21:14:36.796 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-10-18T21:14:38.389Z[ recovery-image] Oct 18 21:14:36.814 INFO O| Oct 18 21:14:36.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
61632024-10-18T21:14:38.389Z[ recovery-image] Oct 18 21:14:36.814 INFO O| Oct 18 21:14:36.814 INFO STEP 666 (remove_files) COMPLETE
61642024-10-18T21:14:38.392Z[ recovery-image] Oct 18 21:14:36.815 INFO O| Oct 18 21:14:36.814 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-10-18T21:14:38.407Z[ recovery-image] Oct 18 21:14:36.832 INFO O| Oct 18 21:14:36.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
61662024-10-18T21:14:38.407Z[ recovery-image] Oct 18 21:14:36.832 INFO O| Oct 18 21:14:36.832 INFO STEP 667 (remove_files) COMPLETE
61672024-10-18T21:14:38.407Z[ recovery-image] Oct 18 21:14:36.832 INFO O| Oct 18 21:14:36.832 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-10-18T21:14:38.424Z[ recovery-image] Oct 18 21:14:36.849 INFO O| Oct 18 21:14:36.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
61692024-10-18T21:14:38.424Z[ recovery-image] Oct 18 21:14:36.849 INFO O| Oct 18 21:14:36.849 INFO STEP 668 (remove_files) COMPLETE
61702024-10-18T21:14:38.424Z[ recovery-image] Oct 18 21:14:36.849 INFO O| Oct 18 21:14:36.849 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-10-18T21:14:38.442Z[ recovery-image] Oct 18 21:14:36.866 INFO O| Oct 18 21:14:36.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
61722024-10-18T21:14:38.442Z[ recovery-image] Oct 18 21:14:36.867 INFO O| Oct 18 21:14:36.866 INFO STEP 669 (remove_files) COMPLETE
61732024-10-18T21:14:38.442Z[ recovery-image] Oct 18 21:14:36.867 INFO O| Oct 18 21:14:36.867 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-10-18T21:14:38.458Z[ recovery-image] Oct 18 21:14:36.883 INFO O| Oct 18 21:14:36.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
61752024-10-18T21:14:38.458Z[ recovery-image] Oct 18 21:14:36.883 INFO O| Oct 18 21:14:36.883 INFO STEP 670 (remove_files) COMPLETE
61762024-10-18T21:14:38.461Z[ recovery-image] Oct 18 21:14:36.883 INFO O| Oct 18 21:14:36.883 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-10-18T21:14:38.465Z[ host-image] Oct 18 21:14:36.890 INFO O| Oct 18 21:14:36.890 INFO O| Done
61782024-10-18T21:14:38.493Z[ recovery-image] Oct 18 21:14:36.918 INFO O| Oct 18 21:14:36.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
61792024-10-18T21:14:38.495Z[ recovery-image] Oct 18 21:14:36.918 INFO O| Oct 18 21:14:36.918 INFO STEP 671 (remove_files) COMPLETE
61802024-10-18T21:14:38.495Z[ recovery-image] Oct 18 21:14:36.918 INFO O| Oct 18 21:14:36.918 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-10-18T21:14:38.506Z[ host-image] Oct 18 21:14:36.931 INFO O| Oct 18 21:14:36.931 INFO O| Done
61822024-10-18T21:14:38.509Z[ host-image] Oct 18 21:14:36.931 INFO O| Oct 18 21:14:36.931 INFO O| Done
61832024-10-18T21:14:38.512Z[ recovery-image] Oct 18 21:14:36.937 INFO O| Oct 18 21:14:36.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
61842024-10-18T21:14:38.530Z[ recovery-image] Oct 18 21:14:36.955 INFO O| Oct 18 21:14:36.955 INFO STEP 672 (remove_files) COMPLETE
61852024-10-18T21:14:38.530Z[ recovery-image] Oct 18 21:14:36.955 INFO O| Oct 18 21:14:36.955 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-10-18T21:14:38.549Z[ recovery-image] Oct 18 21:14:36.973 INFO O| Oct 18 21:14:36.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
61872024-10-18T21:14:38.549Z[ recovery-image] Oct 18 21:14:36.974 INFO O| Oct 18 21:14:36.973 INFO STEP 673 (remove_files) COMPLETE
61882024-10-18T21:14:38.552Z[ recovery-image] Oct 18 21:14:36.974 INFO O| Oct 18 21:14:36.974 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-10-18T21:14:38.578Z[ host-image] Oct 18 21:14:37.003 INFO O| Oct 18 21:14:37.003 INFO O| Done
61902024-10-18T21:14:38.622Z[ recovery-image] Oct 18 21:14:37.046 INFO O| Oct 18 21:14:37.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
61912024-10-18T21:14:38.622Z[ recovery-image] Oct 18 21:14:37.046 INFO O| Oct 18 21:14:37.046 INFO STEP 674 (remove_files) COMPLETE
61922024-10-18T21:14:38.624Z[ recovery-image] Oct 18 21:14:37.046 INFO O| Oct 18 21:14:37.046 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-10-18T21:14:38.640Z[ recovery-image] Oct 18 21:14:37.065 INFO O| Oct 18 21:14:37.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
61942024-10-18T21:14:38.643Z[ recovery-image] Oct 18 21:14:37.065 INFO O| Oct 18 21:14:37.065 INFO STEP 675 (remove_files) COMPLETE
61952024-10-18T21:14:38.643Z[ recovery-image] Oct 18 21:14:37.065 INFO O| Oct 18 21:14:37.065 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-10-18T21:14:38.659Z[ recovery-image] Oct 18 21:14:37.083 INFO O| Oct 18 21:14:37.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
61972024-10-18T21:14:38.659Z[ recovery-image] Oct 18 21:14:37.083 INFO O| Oct 18 21:14:37.083 INFO STEP 676 (remove_files) COMPLETE
61982024-10-18T21:14:38.661Z[ recovery-image] Oct 18 21:14:37.084 INFO O| Oct 18 21:14:37.083 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-10-18T21:14:38.677Z[ recovery-image] Oct 18 21:14:37.101 INFO O| Oct 18 21:14:37.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
62002024-10-18T21:14:38.677Z[ recovery-image] Oct 18 21:14:37.101 INFO O| Oct 18 21:14:37.101 INFO STEP 677 (remove_files) COMPLETE
62012024-10-18T21:14:38.677Z[ recovery-image] Oct 18 21:14:37.101 INFO O| Oct 18 21:14:37.101 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-10-18T21:14:38.695Z[ recovery-image] Oct 18 21:14:37.119 INFO O| Oct 18 21:14:37.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
62032024-10-18T21:14:38.695Z[ recovery-image] Oct 18 21:14:37.120 INFO O| Oct 18 21:14:37.120 INFO STEP 678 (remove_files) COMPLETE
62042024-10-18T21:14:38.695Z[ recovery-image] Oct 18 21:14:37.120 INFO O| Oct 18 21:14:37.120 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-10-18T21:14:38.760Z[ recovery-image] Oct 18 21:14:37.179 INFO O| Oct 18 21:14:37.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
62062024-10-18T21:14:38.760Z[ recovery-image] Oct 18 21:14:37.179 INFO O| Oct 18 21:14:37.179 INFO STEP 679 (remove_files) COMPLETE
62072024-10-18T21:14:38.760Z[ recovery-image] Oct 18 21:14:37.179 INFO O| Oct 18 21:14:37.179 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-10-18T21:14:38.763Z[ host-image] Oct 18 21:14:37.185 INFO O| Oct 18 21:14:37.185 INFO STEP 13 (pkg_install) COMPLETE
62092024-10-18T21:14:38.763Z[ host-image] Oct 18 21:14:37.185 INFO O| Oct 18 21:14:37.185 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
62102024-10-18T21:14:38.771Z[ recovery-image] Oct 18 21:14:37.196 INFO O| Oct 18 21:14:37.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
62112024-10-18T21:14:38.774Z[ recovery-image] Oct 18 21:14:37.197 INFO O| Oct 18 21:14:37.196 INFO STEP 680 (remove_files) COMPLETE
62122024-10-18T21:14:38.774Z[ recovery-image] Oct 18 21:14:37.197 INFO O| Oct 18 21:14:37.197 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-10-18T21:14:38.777Z[ host-image] Oct 18 21:14:37.202 INFO O| Oct 18 21:14:37.201 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
62142024-10-18T21:14:38.790Z[ recovery-image] Oct 18 21:14:37.215 INFO O| Oct 18 21:14:37.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
62152024-10-18T21:14:38.811Z[ recovery-image] Oct 18 21:14:37.236 INFO O| Oct 18 21:14:37.236 INFO STEP 681 (remove_files) COMPLETE
62162024-10-18T21:14:38.811Z[ recovery-image] Oct 18 21:14:37.236 INFO O| Oct 18 21:14:37.236 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-10-18T21:14:38.831Z[ recovery-image] Oct 18 21:14:37.255 INFO O| Oct 18 21:14:37.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
62182024-10-18T21:14:38.834Z[ recovery-image] Oct 18 21:14:37.255 INFO O| Oct 18 21:14:37.255 INFO STEP 682 (remove_files) COMPLETE
62192024-10-18T21:14:38.834Z[ recovery-image] Oct 18 21:14:37.255 INFO O| Oct 18 21:14:37.255 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-10-18T21:14:38.862Z[ recovery-image] Oct 18 21:14:37.287 INFO O| Oct 18 21:14:37.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
62212024-10-18T21:14:38.862Z[ recovery-image] Oct 18 21:14:37.287 INFO O| Oct 18 21:14:37.287 INFO STEP 683 (remove_files) COMPLETE
62222024-10-18T21:14:38.866Z[ recovery-image] Oct 18 21:14:37.287 INFO O| Oct 18 21:14:37.287 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-10-18T21:14:38.897Z[ recovery-image] Oct 18 21:14:37.322 INFO O| Oct 18 21:14:37.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
62242024-10-18T21:14:38.897Z[ recovery-image] Oct 18 21:14:37.322 INFO O| Oct 18 21:14:37.322 INFO STEP 684 (remove_files) COMPLETE
62252024-10-18T21:14:38.900Z[ recovery-image] Oct 18 21:14:37.322 INFO O| Oct 18 21:14:37.322 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-10-18T21:14:38.914Z[ recovery-image] Oct 18 21:14:37.339 INFO O| Oct 18 21:14:37.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
62272024-10-18T21:14:38.914Z[ recovery-image] Oct 18 21:14:37.339 INFO O| Oct 18 21:14:37.339 INFO STEP 685 (remove_files) COMPLETE
62282024-10-18T21:14:38.914Z[ recovery-image] Oct 18 21:14:37.339 INFO O| Oct 18 21:14:37.339 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-10-18T21:14:38.931Z[ recovery-image] Oct 18 21:14:37.356 INFO O| Oct 18 21:14:37.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
62302024-10-18T21:14:38.931Z[ recovery-image] Oct 18 21:14:37.356 INFO O| Oct 18 21:14:37.356 INFO STEP 686 (remove_files) COMPLETE
62312024-10-18T21:14:38.933Z[ recovery-image] Oct 18 21:14:37.356 INFO O| Oct 18 21:14:37.356 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-10-18T21:14:38.948Z[ recovery-image] Oct 18 21:14:37.373 INFO O| Oct 18 21:14:37.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
62332024-10-18T21:14:38.948Z[ recovery-image] Oct 18 21:14:37.373 INFO O| Oct 18 21:14:37.373 INFO STEP 687 (remove_files) COMPLETE
62342024-10-18T21:14:38.948Z[ recovery-image] Oct 18 21:14:37.373 INFO O| Oct 18 21:14:37.373 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-10-18T21:14:38.965Z[ recovery-image] Oct 18 21:14:37.390 INFO O| Oct 18 21:14:37.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
62362024-10-18T21:14:38.965Z[ recovery-image] Oct 18 21:14:37.390 INFO O| Oct 18 21:14:37.390 INFO STEP 688 (remove_files) COMPLETE
62372024-10-18T21:14:38.967Z[ recovery-image] Oct 18 21:14:37.390 INFO O| Oct 18 21:14:37.390 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-10-18T21:14:38.982Z[ recovery-image] Oct 18 21:14:37.407 INFO O| Oct 18 21:14:37.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
62392024-10-18T21:14:38.984Z[ recovery-image] Oct 18 21:14:37.407 INFO O| Oct 18 21:14:37.407 INFO STEP 689 (remove_files) COMPLETE
62402024-10-18T21:14:38.985Z[ recovery-image] Oct 18 21:14:37.407 INFO O| Oct 18 21:14:37.407 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-10-18T21:14:39.001Z[ recovery-image] Oct 18 21:14:37.425 INFO O| Oct 18 21:14:37.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
62422024-10-18T21:14:39.001Z[ recovery-image] Oct 18 21:14:37.425 INFO O| Oct 18 21:14:37.425 INFO STEP 690 (remove_files) COMPLETE
62432024-10-18T21:14:39.001Z[ recovery-image] Oct 18 21:14:37.425 INFO O| Oct 18 21:14:37.425 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-10-18T21:14:39.017Z[ recovery-image] Oct 18 21:14:37.442 INFO O| Oct 18 21:14:37.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
62452024-10-18T21:14:39.017Z[ recovery-image] Oct 18 21:14:37.442 INFO O| Oct 18 21:14:37.442 INFO STEP 691 (remove_files) COMPLETE
62462024-10-18T21:14:39.017Z[ recovery-image] Oct 18 21:14:37.442 INFO O| Oct 18 21:14:37.442 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-10-18T21:14:39.034Z[ recovery-image] Oct 18 21:14:37.459 INFO O| Oct 18 21:14:37.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
62482024-10-18T21:14:39.034Z[ recovery-image] Oct 18 21:14:37.459 INFO O| Oct 18 21:14:37.459 INFO STEP 692 (remove_files) COMPLETE
62492024-10-18T21:14:39.037Z[ recovery-image] Oct 18 21:14:37.459 INFO O| Oct 18 21:14:37.459 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-10-18T21:14:39.049Z[ recovery-image] Oct 18 21:14:37.474 INFO O| Oct 18 21:14:37.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
62512024-10-18T21:14:39.049Z[ recovery-image] Oct 18 21:14:37.474 INFO O| Oct 18 21:14:37.474 INFO STEP 693 (remove_files) COMPLETE
62522024-10-18T21:14:39.049Z[ recovery-image] Oct 18 21:14:37.474 INFO O| Oct 18 21:14:37.474 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-10-18T21:14:39.066Z[ recovery-image] Oct 18 21:14:37.491 INFO O| Oct 18 21:14:37.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
62542024-10-18T21:14:39.066Z[ recovery-image] Oct 18 21:14:37.491 INFO O| Oct 18 21:14:37.491 INFO STEP 694 (remove_files) COMPLETE
62552024-10-18T21:14:39.066Z[ recovery-image] Oct 18 21:14:37.491 INFO O| Oct 18 21:14:37.491 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-10-18T21:14:39.099Z[ recovery-image] Oct 18 21:14:37.523 INFO O| Oct 18 21:14:37.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
62572024-10-18T21:14:39.101Z[ recovery-image] Oct 18 21:14:37.524 INFO O| Oct 18 21:14:37.524 INFO STEP 695 (remove_files) COMPLETE
62582024-10-18T21:14:39.101Z[ recovery-image] Oct 18 21:14:37.524 INFO O| Oct 18 21:14:37.524 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-10-18T21:14:39.117Z[ recovery-image] Oct 18 21:14:37.541 INFO O| Oct 18 21:14:37.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
62602024-10-18T21:14:39.117Z[ recovery-image] Oct 18 21:14:37.542 INFO O| Oct 18 21:14:37.542 INFO STEP 696 (remove_files) COMPLETE
62612024-10-18T21:14:39.119Z[ recovery-image] Oct 18 21:14:37.542 INFO O| Oct 18 21:14:37.542 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-10-18T21:14:39.133Z[ recovery-image] Oct 18 21:14:37.558 INFO O| Oct 18 21:14:37.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
62632024-10-18T21:14:39.133Z[ recovery-image] Oct 18 21:14:37.558 INFO O| Oct 18 21:14:37.558 INFO STEP 697 (remove_files) COMPLETE
62642024-10-18T21:14:39.136Z[ recovery-image] Oct 18 21:14:37.558 INFO O| Oct 18 21:14:37.558 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-10-18T21:14:39.150Z[ recovery-image] Oct 18 21:14:37.574 INFO O| Oct 18 21:14:37.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
62662024-10-18T21:14:39.150Z[ recovery-image] Oct 18 21:14:37.575 INFO O| Oct 18 21:14:37.575 INFO STEP 698 (remove_files) COMPLETE
62672024-10-18T21:14:39.152Z[ recovery-image] Oct 18 21:14:37.575 INFO O| Oct 18 21:14:37.575 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-10-18T21:14:39.167Z[ recovery-image] Oct 18 21:14:37.592 INFO O| Oct 18 21:14:37.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
62692024-10-18T21:14:39.170Z[ recovery-image] Oct 18 21:14:37.593 INFO O| Oct 18 21:14:37.592 INFO STEP 699 (remove_files) COMPLETE
62702024-10-18T21:14:39.170Z[ recovery-image] Oct 18 21:14:37.593 INFO O| Oct 18 21:14:37.593 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-10-18T21:14:39.184Z[ recovery-image] Oct 18 21:14:37.609 INFO O| Oct 18 21:14:37.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
62722024-10-18T21:14:39.187Z[ recovery-image] Oct 18 21:14:37.609 INFO O| Oct 18 21:14:37.609 INFO STEP 700 (remove_files) COMPLETE
62732024-10-18T21:14:39.187Z[ recovery-image] Oct 18 21:14:37.610 INFO O| Oct 18 21:14:37.610 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-10-18T21:14:39.201Z[ recovery-image] Oct 18 21:14:37.626 INFO O| Oct 18 21:14:37.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
62752024-10-18T21:14:39.204Z[ recovery-image] Oct 18 21:14:37.626 INFO O| Oct 18 21:14:37.626 INFO STEP 701 (remove_files) COMPLETE
62762024-10-18T21:14:39.204Z[ recovery-image] Oct 18 21:14:37.626 INFO O| Oct 18 21:14:37.626 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-10-18T21:14:39.220Z[ recovery-image] Oct 18 21:14:37.644 INFO O| Oct 18 21:14:37.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
62782024-10-18T21:14:39.223Z[ recovery-image] Oct 18 21:14:37.645 INFO O| Oct 18 21:14:37.645 INFO STEP 702 (remove_files) COMPLETE
62792024-10-18T21:14:39.223Z[ recovery-image] Oct 18 21:14:37.645 INFO O| Oct 18 21:14:37.645 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-10-18T21:14:39.238Z[ recovery-image] Oct 18 21:14:37.663 INFO O| Oct 18 21:14:37.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
62812024-10-18T21:14:39.238Z[ recovery-image] Oct 18 21:14:37.663 INFO O| Oct 18 21:14:37.663 INFO STEP 703 (remove_files) COMPLETE
62822024-10-18T21:14:39.240Z[ recovery-image] Oct 18 21:14:37.663 INFO O| Oct 18 21:14:37.663 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-10-18T21:14:39.255Z[ recovery-image] Oct 18 21:14:37.680 INFO O| Oct 18 21:14:37.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
62842024-10-18T21:14:39.255Z[ recovery-image] Oct 18 21:14:37.680 INFO O| Oct 18 21:14:37.680 INFO STEP 704 (remove_files) COMPLETE
62852024-10-18T21:14:39.255Z[ recovery-image] Oct 18 21:14:37.680 INFO O| Oct 18 21:14:37.680 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-10-18T21:14:39.272Z[ recovery-image] Oct 18 21:14:37.697 INFO O| Oct 18 21:14:37.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
62872024-10-18T21:14:39.275Z[ recovery-image] Oct 18 21:14:37.698 INFO O| Oct 18 21:14:37.697 INFO STEP 705 (remove_files) COMPLETE
62882024-10-18T21:14:39.275Z[ recovery-image] Oct 18 21:14:37.698 INFO O| Oct 18 21:14:37.698 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-10-18T21:14:39.291Z[ recovery-image] Oct 18 21:14:37.716 INFO O| Oct 18 21:14:37.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
62902024-10-18T21:14:39.293Z[ recovery-image] Oct 18 21:14:37.716 INFO O| Oct 18 21:14:37.716 INFO STEP 706 (remove_files) COMPLETE
62912024-10-18T21:14:39.293Z[ recovery-image] Oct 18 21:14:37.716 INFO O| Oct 18 21:14:37.716 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-10-18T21:14:39.309Z[ recovery-image] Oct 18 21:14:37.733 INFO O| Oct 18 21:14:37.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
62932024-10-18T21:14:39.311Z[ recovery-image] Oct 18 21:14:37.734 INFO O| Oct 18 21:14:37.734 INFO STEP 707 (remove_files) COMPLETE
62942024-10-18T21:14:39.311Z[ recovery-image] Oct 18 21:14:37.734 INFO O| Oct 18 21:14:37.734 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-10-18T21:14:39.327Z[ recovery-image] Oct 18 21:14:37.752 INFO O| Oct 18 21:14:37.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
62962024-10-18T21:14:39.329Z[ recovery-image] Oct 18 21:14:37.752 INFO O| Oct 18 21:14:37.752 INFO STEP 708 (remove_files) COMPLETE
62972024-10-18T21:14:39.330Z[ recovery-image] Oct 18 21:14:37.752 INFO O| Oct 18 21:14:37.752 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-10-18T21:14:39.344Z[ recovery-image] Oct 18 21:14:37.769 INFO O| Oct 18 21:14:37.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
62992024-10-18T21:14:39.347Z[ recovery-image] Oct 18 21:14:37.769 INFO O| Oct 18 21:14:37.769 INFO STEP 709 (remove_files) COMPLETE
63002024-10-18T21:14:39.347Z[ recovery-image] Oct 18 21:14:37.770 INFO O| Oct 18 21:14:37.770 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-10-18T21:14:39.362Z[ recovery-image] Oct 18 21:14:37.787 INFO O| Oct 18 21:14:37.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
63022024-10-18T21:14:39.365Z[ recovery-image] Oct 18 21:14:37.787 INFO O| Oct 18 21:14:37.787 INFO STEP 710 (remove_files) COMPLETE
63032024-10-18T21:14:39.365Z[ recovery-image] Oct 18 21:14:37.787 INFO O| Oct 18 21:14:37.787 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-10-18T21:14:39.379Z[ recovery-image] Oct 18 21:14:37.804 INFO O| Oct 18 21:14:37.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
63052024-10-18T21:14:39.382Z[ recovery-image] Oct 18 21:14:37.805 INFO O| Oct 18 21:14:37.804 INFO STEP 711 (remove_files) COMPLETE
63062024-10-18T21:14:39.382Z[ recovery-image] Oct 18 21:14:37.805 INFO O| Oct 18 21:14:37.805 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-10-18T21:14:39.398Z[ recovery-image] Oct 18 21:14:37.823 INFO O| Oct 18 21:14:37.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
63082024-10-18T21:14:39.401Z[ recovery-image] Oct 18 21:14:37.823 INFO O| Oct 18 21:14:37.823 INFO STEP 712 (remove_files) COMPLETE
63092024-10-18T21:14:39.401Z[ recovery-image] Oct 18 21:14:37.823 INFO O| Oct 18 21:14:37.823 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-10-18T21:14:39.416Z[ recovery-image] Oct 18 21:14:37.841 INFO O| Oct 18 21:14:37.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
63112024-10-18T21:14:39.419Z[ recovery-image] Oct 18 21:14:37.842 INFO O| Oct 18 21:14:37.842 INFO STEP 713 (remove_files) COMPLETE
63122024-10-18T21:14:39.419Z[ recovery-image] Oct 18 21:14:37.842 INFO O| Oct 18 21:14:37.842 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-10-18T21:14:39.435Z[ recovery-image] Oct 18 21:14:37.859 INFO O| Oct 18 21:14:37.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
63142024-10-18T21:14:39.435Z[ recovery-image] Oct 18 21:14:37.859 INFO O| Oct 18 21:14:37.859 INFO STEP 714 (remove_files) COMPLETE
63152024-10-18T21:14:39.437Z[ recovery-image] Oct 18 21:14:37.859 INFO O| Oct 18 21:14:37.859 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-10-18T21:14:39.452Z[ recovery-image] Oct 18 21:14:37.877 INFO O| Oct 18 21:14:37.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
63172024-10-18T21:14:39.452Z[ recovery-image] Oct 18 21:14:37.877 INFO O| Oct 18 21:14:37.877 INFO STEP 715 (remove_files) COMPLETE
63182024-10-18T21:14:39.452Z[ recovery-image] Oct 18 21:14:37.877 INFO O| Oct 18 21:14:37.877 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-10-18T21:14:39.469Z[ recovery-image] Oct 18 21:14:37.894 INFO O| Oct 18 21:14:37.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
63202024-10-18T21:14:39.470Z[ recovery-image] Oct 18 21:14:37.894 INFO O| Oct 18 21:14:37.894 INFO STEP 716 (remove_files) COMPLETE
63212024-10-18T21:14:39.470Z[ recovery-image] Oct 18 21:14:37.894 INFO O| Oct 18 21:14:37.894 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-10-18T21:14:39.486Z[ recovery-image] Oct 18 21:14:37.910 INFO O| Oct 18 21:14:37.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
63232024-10-18T21:14:39.486Z[ recovery-image] Oct 18 21:14:37.910 INFO O| Oct 18 21:14:37.910 INFO STEP 717 (remove_files) COMPLETE
63242024-10-18T21:14:39.486Z[ recovery-image] Oct 18 21:14:37.910 INFO O| Oct 18 21:14:37.910 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-10-18T21:14:39.503Z[ recovery-image] Oct 18 21:14:37.927 INFO O| Oct 18 21:14:37.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
63262024-10-18T21:14:39.503Z[ recovery-image] Oct 18 21:14:37.927 INFO O| Oct 18 21:14:37.927 INFO STEP 718 (remove_files) COMPLETE
63272024-10-18T21:14:39.503Z[ recovery-image] Oct 18 21:14:37.927 INFO O| Oct 18 21:14:37.927 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-10-18T21:14:39.519Z[ recovery-image] Oct 18 21:14:37.943 INFO O| Oct 18 21:14:37.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
63292024-10-18T21:14:39.519Z[ recovery-image] Oct 18 21:14:37.943 INFO O| Oct 18 21:14:37.943 INFO STEP 719 (remove_files) COMPLETE
63302024-10-18T21:14:39.519Z[ recovery-image] Oct 18 21:14:37.944 INFO O| Oct 18 21:14:37.943 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-10-18T21:14:39.536Z[ recovery-image] Oct 18 21:14:37.961 INFO O| Oct 18 21:14:37.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
63322024-10-18T21:14:39.537Z[ recovery-image] Oct 18 21:14:37.961 INFO O| Oct 18 21:14:37.961 INFO STEP 720 (remove_files) COMPLETE
63332024-10-18T21:14:39.539Z[ recovery-image] Oct 18 21:14:37.961 INFO O| Oct 18 21:14:37.961 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-10-18T21:14:39.554Z[ host-image] Oct 18 21:14:37.979 INFO O| Oct 18 21:14:37.979 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
63352024-10-18T21:14:39.557Z[ recovery-image] Oct 18 21:14:37.979 INFO O| Oct 18 21:14:37.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
63362024-10-18T21:14:39.557Z[ recovery-image] Oct 18 21:14:37.979 INFO O| Oct 18 21:14:37.979 INFO STEP 721 (remove_files) COMPLETE
63372024-10-18T21:14:39.557Z[ recovery-image] Oct 18 21:14:37.979 INFO O| Oct 18 21:14:37.979 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-10-18T21:14:39.572Z[ recovery-image] Oct 18 21:14:37.997 INFO O| Oct 18 21:14:37.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
63392024-10-18T21:14:39.572Z[ recovery-image] Oct 18 21:14:37.997 INFO O| Oct 18 21:14:37.997 INFO STEP 722 (remove_files) COMPLETE
63402024-10-18T21:14:39.572Z[ recovery-image] Oct 18 21:14:37.997 INFO O| Oct 18 21:14:37.997 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-10-18T21:14:39.592Z[ recovery-image] Oct 18 21:14:38.016 INFO O| Oct 18 21:14:38.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
63422024-10-18T21:14:39.592Z[ recovery-image] Oct 18 21:14:38.017 INFO O| Oct 18 21:14:38.017 INFO STEP 723 (remove_files) COMPLETE
63432024-10-18T21:14:39.594Z[ recovery-image] Oct 18 21:14:38.017 INFO O| Oct 18 21:14:38.017 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-10-18T21:14:39.609Z[ recovery-image] Oct 18 21:14:38.034 INFO O| Oct 18 21:14:38.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
63452024-10-18T21:14:39.609Z[ recovery-image] Oct 18 21:14:38.034 INFO O| Oct 18 21:14:38.034 INFO STEP 724 (remove_files) COMPLETE
63462024-10-18T21:14:39.609Z[ recovery-image] Oct 18 21:14:38.034 INFO O| Oct 18 21:14:38.034 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-10-18T21:14:39.626Z[ recovery-image] Oct 18 21:14:38.051 INFO O| Oct 18 21:14:38.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
63482024-10-18T21:14:39.626Z[ recovery-image] Oct 18 21:14:38.051 INFO O| Oct 18 21:14:38.051 INFO STEP 725 (remove_files) COMPLETE
63492024-10-18T21:14:39.626Z[ recovery-image] Oct 18 21:14:38.051 INFO O| Oct 18 21:14:38.051 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-10-18T21:14:39.643Z[ recovery-image] Oct 18 21:14:38.068 INFO O| Oct 18 21:14:38.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
63512024-10-18T21:14:39.643Z[ recovery-image] Oct 18 21:14:38.068 INFO O| Oct 18 21:14:38.068 INFO STEP 726 (remove_files) COMPLETE
63522024-10-18T21:14:39.643Z[ recovery-image] Oct 18 21:14:38.068 INFO O| Oct 18 21:14:38.068 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-10-18T21:14:39.660Z[ recovery-image] Oct 18 21:14:38.085 INFO O| Oct 18 21:14:38.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
63542024-10-18T21:14:39.663Z[ recovery-image] Oct 18 21:14:38.085 INFO O| Oct 18 21:14:38.085 INFO STEP 727 (remove_files) COMPLETE
63552024-10-18T21:14:39.663Z[ recovery-image] Oct 18 21:14:38.085 INFO O| Oct 18 21:14:38.085 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-10-18T21:14:39.677Z[ recovery-image] Oct 18 21:14:38.102 INFO O| Oct 18 21:14:38.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
63572024-10-18T21:14:39.679Z[ recovery-image] Oct 18 21:14:38.102 INFO O| Oct 18 21:14:38.102 INFO STEP 728 (remove_files) COMPLETE
63582024-10-18T21:14:39.679Z[ recovery-image] Oct 18 21:14:38.102 INFO O| Oct 18 21:14:38.102 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-10-18T21:14:39.696Z[ recovery-image] Oct 18 21:14:38.120 INFO O| Oct 18 21:14:38.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
63602024-10-18T21:14:39.698Z[ recovery-image] Oct 18 21:14:38.121 INFO O| Oct 18 21:14:38.121 INFO STEP 729 (remove_files) COMPLETE
63612024-10-18T21:14:39.698Z[ recovery-image] Oct 18 21:14:38.121 INFO O| Oct 18 21:14:38.121 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-10-18T21:14:39.716Z[ recovery-image] Oct 18 21:14:38.141 INFO O| Oct 18 21:14:38.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
63632024-10-18T21:14:39.716Z[ recovery-image] Oct 18 21:14:38.141 INFO O| Oct 18 21:14:38.141 INFO STEP 730 (remove_files) COMPLETE
63642024-10-18T21:14:39.718Z[ recovery-image] Oct 18 21:14:38.141 INFO O| Oct 18 21:14:38.141 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-10-18T21:14:39.734Z[ recovery-image] Oct 18 21:14:38.159 INFO O| Oct 18 21:14:38.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
63662024-10-18T21:14:39.734Z[ recovery-image] Oct 18 21:14:38.159 INFO O| Oct 18 21:14:38.159 INFO STEP 731 (remove_files) COMPLETE
63672024-10-18T21:14:39.736Z[ recovery-image] Oct 18 21:14:38.159 INFO O| Oct 18 21:14:38.159 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-10-18T21:14:39.752Z[ recovery-image] Oct 18 21:14:38.177 INFO O| Oct 18 21:14:38.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
63692024-10-18T21:14:39.752Z[ recovery-image] Oct 18 21:14:38.177 INFO O| Oct 18 21:14:38.177 INFO STEP 732 (remove_files) COMPLETE
63702024-10-18T21:14:39.752Z[ recovery-image] Oct 18 21:14:38.177 INFO O| Oct 18 21:14:38.177 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-10-18T21:14:39.769Z[ recovery-image] Oct 18 21:14:38.193 INFO O| Oct 18 21:14:38.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
63722024-10-18T21:14:39.769Z[ recovery-image] Oct 18 21:14:38.194 INFO O| Oct 18 21:14:38.193 INFO STEP 733 (remove_files) COMPLETE
63732024-10-18T21:14:39.769Z[ recovery-image] Oct 18 21:14:38.194 INFO O| Oct 18 21:14:38.194 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-10-18T21:14:39.785Z[ recovery-image] Oct 18 21:14:38.210 INFO O| Oct 18 21:14:38.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
63752024-10-18T21:14:39.785Z[ recovery-image] Oct 18 21:14:38.210 INFO O| Oct 18 21:14:38.210 INFO STEP 734 (remove_files) COMPLETE
63762024-10-18T21:14:39.785Z[ recovery-image] Oct 18 21:14:38.210 INFO O| Oct 18 21:14:38.210 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-10-18T21:14:39.802Z[ recovery-image] Oct 18 21:14:38.227 INFO O| Oct 18 21:14:38.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
63782024-10-18T21:14:39.805Z[ recovery-image] Oct 18 21:14:38.227 INFO O| Oct 18 21:14:38.227 INFO STEP 735 (remove_files) COMPLETE
63792024-10-18T21:14:39.805Z[ recovery-image] Oct 18 21:14:38.227 INFO O| Oct 18 21:14:38.227 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-10-18T21:14:39.823Z[ recovery-image] Oct 18 21:14:38.247 INFO O| Oct 18 21:14:38.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
63812024-10-18T21:14:39.823Z[ recovery-image] Oct 18 21:14:38.248 INFO O| Oct 18 21:14:38.248 INFO STEP 736 (remove_files) COMPLETE
63822024-10-18T21:14:39.823Z[ recovery-image] Oct 18 21:14:38.248 INFO O| Oct 18 21:14:38.248 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-10-18T21:14:39.845Z[ recovery-image] Oct 18 21:14:38.269 INFO O| Oct 18 21:14:38.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
63842024-10-18T21:14:39.845Z[ recovery-image] Oct 18 21:14:38.269 INFO O| Oct 18 21:14:38.269 INFO STEP 737 (remove_files) COMPLETE
63852024-10-18T21:14:39.845Z[ recovery-image] Oct 18 21:14:38.269 INFO O| Oct 18 21:14:38.269 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-10-18T21:14:39.863Z[ recovery-image] Oct 18 21:14:38.288 INFO O| Oct 18 21:14:38.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
63872024-10-18T21:14:39.863Z[ recovery-image] Oct 18 21:14:38.288 INFO O| Oct 18 21:14:38.288 INFO STEP 738 (remove_files) COMPLETE
63882024-10-18T21:14:39.863Z[ recovery-image] Oct 18 21:14:38.288 INFO O| Oct 18 21:14:38.288 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-10-18T21:14:39.881Z[ recovery-image] Oct 18 21:14:38.306 INFO O| Oct 18 21:14:38.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
63902024-10-18T21:14:39.881Z[ recovery-image] Oct 18 21:14:38.306 INFO O| Oct 18 21:14:38.306 INFO STEP 739 (remove_files) COMPLETE
63912024-10-18T21:14:39.881Z[ recovery-image] Oct 18 21:14:38.306 INFO O| Oct 18 21:14:38.306 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-10-18T21:14:39.898Z[ recovery-image] Oct 18 21:14:38.323 INFO O| Oct 18 21:14:38.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
63932024-10-18T21:14:39.901Z[ recovery-image] Oct 18 21:14:38.323 INFO O| Oct 18 21:14:38.323 INFO STEP 740 (remove_files) COMPLETE
63942024-10-18T21:14:39.901Z[ recovery-image] Oct 18 21:14:38.323 INFO O| Oct 18 21:14:38.323 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-10-18T21:14:39.916Z[ recovery-image] Oct 18 21:14:38.341 INFO O| Oct 18 21:14:38.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
63962024-10-18T21:14:39.916Z[ recovery-image] Oct 18 21:14:38.341 INFO O| Oct 18 21:14:38.341 INFO STEP 741 (remove_files) COMPLETE
63972024-10-18T21:14:39.919Z[ recovery-image] Oct 18 21:14:38.341 INFO O| Oct 18 21:14:38.341 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-10-18T21:14:39.935Z[ recovery-image] Oct 18 21:14:38.359 INFO O| Oct 18 21:14:38.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
63992024-10-18T21:14:39.935Z[ recovery-image] Oct 18 21:14:38.359 INFO O| Oct 18 21:14:38.359 INFO STEP 742 (remove_files) COMPLETE
64002024-10-18T21:14:39.935Z[ recovery-image] Oct 18 21:14:38.359 INFO O| Oct 18 21:14:38.359 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-10-18T21:14:39.951Z[ recovery-image] Oct 18 21:14:38.375 INFO O| Oct 18 21:14:38.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
64022024-10-18T21:14:39.951Z[ recovery-image] Oct 18 21:14:38.376 INFO O| Oct 18 21:14:38.376 INFO STEP 743 (remove_files) COMPLETE
64032024-10-18T21:14:39.951Z[ recovery-image] Oct 18 21:14:38.376 INFO O| Oct 18 21:14:38.376 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-10-18T21:14:39.967Z[ recovery-image] Oct 18 21:14:38.392 INFO O| Oct 18 21:14:38.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
64052024-10-18T21:14:39.968Z[ recovery-image] Oct 18 21:14:38.392 INFO O| Oct 18 21:14:38.392 INFO STEP 744 (remove_files) COMPLETE
64062024-10-18T21:14:39.968Z[ recovery-image] Oct 18 21:14:38.392 INFO O| Oct 18 21:14:38.392 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-10-18T21:14:39.983Z[ recovery-image] Oct 18 21:14:38.407 INFO O| Oct 18 21:14:38.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
64082024-10-18T21:14:39.983Z[ recovery-image] Oct 18 21:14:38.407 INFO O| Oct 18 21:14:38.407 INFO STEP 745 (remove_files) COMPLETE
64092024-10-18T21:14:39.983Z[ recovery-image] Oct 18 21:14:38.407 INFO O| Oct 18 21:14:38.407 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-10-18T21:14:39.997Z[ recovery-image] Oct 18 21:14:38.422 INFO O| Oct 18 21:14:38.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
64112024-10-18T21:14:40.000Z[ recovery-image] Oct 18 21:14:38.422 INFO O| Oct 18 21:14:38.422 INFO STEP 746 (remove_files) COMPLETE
64122024-10-18T21:14:40.000Z[ recovery-image] Oct 18 21:14:38.422 INFO O| Oct 18 21:14:38.422 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-10-18T21:14:40.015Z[ recovery-image] Oct 18 21:14:38.439 INFO O| Oct 18 21:14:38.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
64142024-10-18T21:14:40.015Z[ recovery-image] Oct 18 21:14:38.440 INFO O| Oct 18 21:14:38.439 INFO STEP 747 (remove_files) COMPLETE
64152024-10-18T21:14:40.015Z[ recovery-image] Oct 18 21:14:38.440 INFO O| Oct 18 21:14:38.439 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-10-18T21:14:40.032Z[ recovery-image] Oct 18 21:14:38.456 INFO O| Oct 18 21:14:38.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
64172024-10-18T21:14:40.032Z[ recovery-image] Oct 18 21:14:38.456 INFO O| Oct 18 21:14:38.456 INFO STEP 748 (remove_files) COMPLETE
64182024-10-18T21:14:40.032Z[ recovery-image] Oct 18 21:14:38.456 INFO O| Oct 18 21:14:38.456 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-10-18T21:14:40.049Z[ recovery-image] Oct 18 21:14:38.474 INFO O| Oct 18 21:14:38.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
64202024-10-18T21:14:40.051Z[ recovery-image] Oct 18 21:14:38.474 INFO O| Oct 18 21:14:38.474 INFO STEP 749 (remove_files) COMPLETE
64212024-10-18T21:14:40.052Z[ recovery-image] Oct 18 21:14:38.474 INFO O| Oct 18 21:14:38.474 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-10-18T21:14:40.068Z[ recovery-image] Oct 18 21:14:38.493 INFO O| Oct 18 21:14:38.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
64232024-10-18T21:14:40.068Z[ recovery-image] Oct 18 21:14:38.493 INFO O| Oct 18 21:14:38.493 INFO STEP 750 (remove_files) COMPLETE
64242024-10-18T21:14:40.068Z[ recovery-image] Oct 18 21:14:38.493 INFO O| Oct 18 21:14:38.493 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-10-18T21:14:40.086Z[ recovery-image] Oct 18 21:14:38.511 INFO O| Oct 18 21:14:38.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
64262024-10-18T21:14:40.086Z[ recovery-image] Oct 18 21:14:38.511 INFO O| Oct 18 21:14:38.511 INFO STEP 751 (remove_files) COMPLETE
64272024-10-18T21:14:40.089Z[ recovery-image] Oct 18 21:14:38.511 INFO O| Oct 18 21:14:38.511 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-10-18T21:14:40.105Z[ recovery-image] Oct 18 21:14:38.530 INFO O| Oct 18 21:14:38.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
64292024-10-18T21:14:40.105Z[ recovery-image] Oct 18 21:14:38.530 INFO O| Oct 18 21:14:38.530 INFO STEP 752 (remove_files) COMPLETE
64302024-10-18T21:14:40.108Z[ recovery-image] Oct 18 21:14:38.530 INFO O| Oct 18 21:14:38.530 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-10-18T21:14:40.122Z[ recovery-image] Oct 18 21:14:38.546 INFO O| Oct 18 21:14:38.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
64322024-10-18T21:14:40.124Z[ recovery-image] Oct 18 21:14:38.546 INFO O| Oct 18 21:14:38.546 INFO STEP 753 (remove_files) COMPLETE
64332024-10-18T21:14:40.124Z[ recovery-image] Oct 18 21:14:38.547 INFO O| Oct 18 21:14:38.546 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-10-18T21:14:40.137Z[ recovery-image] Oct 18 21:14:38.562 INFO O| Oct 18 21:14:38.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
64352024-10-18T21:14:40.137Z[ recovery-image] Oct 18 21:14:38.562 INFO O| Oct 18 21:14:38.562 INFO STEP 754 (remove_files) COMPLETE
64362024-10-18T21:14:40.137Z[ recovery-image] Oct 18 21:14:38.562 INFO O| Oct 18 21:14:38.562 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-10-18T21:14:40.153Z[ recovery-image] Oct 18 21:14:38.577 INFO O| Oct 18 21:14:38.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
64382024-10-18T21:14:40.153Z[ recovery-image] Oct 18 21:14:38.577 INFO O| Oct 18 21:14:38.577 INFO STEP 755 (remove_files) COMPLETE
64392024-10-18T21:14:40.153Z[ recovery-image] Oct 18 21:14:38.577 INFO O| Oct 18 21:14:38.577 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-10-18T21:14:40.169Z[ recovery-image] Oct 18 21:14:38.594 INFO O| Oct 18 21:14:38.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
64412024-10-18T21:14:40.169Z[ recovery-image] Oct 18 21:14:38.594 INFO O| Oct 18 21:14:38.594 INFO STEP 756 (remove_files) COMPLETE
64422024-10-18T21:14:40.169Z[ recovery-image] Oct 18 21:14:38.594 INFO O| Oct 18 21:14:38.594 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-10-18T21:14:40.185Z[ recovery-image] Oct 18 21:14:38.610 INFO O| Oct 18 21:14:38.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
64442024-10-18T21:14:40.185Z[ recovery-image] Oct 18 21:14:38.610 INFO O| Oct 18 21:14:38.610 INFO STEP 757 (remove_files) COMPLETE
64452024-10-18T21:14:40.185Z[ recovery-image] Oct 18 21:14:38.610 INFO O| Oct 18 21:14:38.610 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-10-18T21:14:40.200Z[ recovery-image] Oct 18 21:14:38.625 INFO O| Oct 18 21:14:38.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
64472024-10-18T21:14:40.203Z[ recovery-image] Oct 18 21:14:38.625 INFO O| Oct 18 21:14:38.625 INFO STEP 758 (remove_files) COMPLETE
64482024-10-18T21:14:40.203Z[ recovery-image] Oct 18 21:14:38.625 INFO O| Oct 18 21:14:38.625 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-10-18T21:14:40.212Z[ recovery-image] Oct 18 21:14:38.637 INFO O| Oct 18 21:14:38.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
64502024-10-18T21:14:40.212Z[ recovery-image] Oct 18 21:14:38.637 INFO O| Oct 18 21:14:38.637 INFO STEP 759 (remove_files) COMPLETE
64512024-10-18T21:14:40.215Z[ recovery-image] Oct 18 21:14:38.637 INFO O| Oct 18 21:14:38.637 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-10-18T21:14:40.227Z[ recovery-image] Oct 18 21:14:38.652 INFO O| Oct 18 21:14:38.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
64532024-10-18T21:14:40.227Z[ recovery-image] Oct 18 21:14:38.652 INFO O| Oct 18 21:14:38.652 INFO STEP 760 (remove_files) COMPLETE
64542024-10-18T21:14:40.227Z[ recovery-image] Oct 18 21:14:38.652 INFO O| Oct 18 21:14:38.652 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-10-18T21:14:40.243Z[ recovery-image] Oct 18 21:14:38.668 INFO O| Oct 18 21:14:38.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
64562024-10-18T21:14:40.243Z[ recovery-image] Oct 18 21:14:38.668 INFO O| Oct 18 21:14:38.668 INFO STEP 761 (remove_files) COMPLETE
64572024-10-18T21:14:40.246Z[ recovery-image] Oct 18 21:14:38.668 INFO O| Oct 18 21:14:38.668 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-10-18T21:14:40.260Z[ recovery-image] Oct 18 21:14:38.684 INFO O| Oct 18 21:14:38.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
64592024-10-18T21:14:40.260Z[ recovery-image] Oct 18 21:14:38.684 INFO O| Oct 18 21:14:38.684 INFO STEP 762 (remove_files) COMPLETE
64602024-10-18T21:14:40.260Z[ recovery-image] Oct 18 21:14:38.684 INFO O| Oct 18 21:14:38.684 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-10-18T21:14:40.273Z[ recovery-image] Oct 18 21:14:38.698 INFO O| Oct 18 21:14:38.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
64622024-10-18T21:14:40.273Z[ recovery-image] Oct 18 21:14:38.698 INFO O| Oct 18 21:14:38.698 INFO STEP 763 (remove_files) COMPLETE
64632024-10-18T21:14:40.273Z[ recovery-image] Oct 18 21:14:38.698 INFO O| Oct 18 21:14:38.698 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-10-18T21:14:40.285Z[ recovery-image] Oct 18 21:14:38.709 INFO O| Oct 18 21:14:38.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
64652024-10-18T21:14:40.285Z[ recovery-image] Oct 18 21:14:38.710 INFO O| Oct 18 21:14:38.710 INFO STEP 764 (remove_files) COMPLETE
64662024-10-18T21:14:40.288Z[ recovery-image] Oct 18 21:14:38.710 INFO O| Oct 18 21:14:38.710 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-10-18T21:14:40.296Z[ recovery-image] Oct 18 21:14:38.721 INFO O| Oct 18 21:14:38.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
64682024-10-18T21:14:40.299Z[ recovery-image] Oct 18 21:14:38.721 INFO O| Oct 18 21:14:38.721 INFO STEP 765 (remove_files) COMPLETE
64692024-10-18T21:14:40.299Z[ recovery-image] Oct 18 21:14:38.721 INFO O| Oct 18 21:14:38.721 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-10-18T21:14:40.312Z[ recovery-image] Oct 18 21:14:38.737 INFO O| Oct 18 21:14:38.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
64712024-10-18T21:14:40.314Z[ recovery-image] Oct 18 21:14:38.737 INFO O| Oct 18 21:14:38.737 INFO STEP 766 (remove_files) COMPLETE
64722024-10-18T21:14:40.315Z[ recovery-image] Oct 18 21:14:38.737 INFO O| Oct 18 21:14:38.737 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-10-18T21:14:40.324Z[ recovery-image] Oct 18 21:14:38.749 INFO O| Oct 18 21:14:38.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
64742024-10-18T21:14:40.324Z[ recovery-image] Oct 18 21:14:38.749 INFO O| Oct 18 21:14:38.749 INFO STEP 767 (remove_files) COMPLETE
64752024-10-18T21:14:40.324Z[ recovery-image] Oct 18 21:14:38.749 INFO O| Oct 18 21:14:38.749 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-10-18T21:14:40.337Z[ recovery-image] Oct 18 21:14:38.761 INFO O| Oct 18 21:14:38.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
64772024-10-18T21:14:40.337Z[ recovery-image] Oct 18 21:14:38.762 INFO O| Oct 18 21:14:38.761 INFO STEP 768 (remove_files) COMPLETE
64782024-10-18T21:14:40.337Z[ recovery-image] Oct 18 21:14:38.762 INFO O| Oct 18 21:14:38.762 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-10-18T21:14:40.351Z[ recovery-image] Oct 18 21:14:38.775 INFO O| Oct 18 21:14:38.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
64802024-10-18T21:14:40.351Z[ recovery-image] Oct 18 21:14:38.775 INFO O| Oct 18 21:14:38.775 INFO STEP 769 (remove_files) COMPLETE
64812024-10-18T21:14:40.351Z[ recovery-image] Oct 18 21:14:38.775 INFO O| Oct 18 21:14:38.775 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-10-18T21:14:40.362Z[ recovery-image] Oct 18 21:14:38.787 INFO O| Oct 18 21:14:38.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
64832024-10-18T21:14:40.365Z[ recovery-image] Oct 18 21:14:38.787 INFO O| Oct 18 21:14:38.787 INFO STEP 770 (remove_files) COMPLETE
64842024-10-18T21:14:40.365Z[ recovery-image] Oct 18 21:14:38.787 INFO O| Oct 18 21:14:38.787 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-10-18T21:14:40.374Z[ recovery-image] Oct 18 21:14:38.798 INFO O| Oct 18 21:14:38.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
64862024-10-18T21:14:40.374Z[ recovery-image] Oct 18 21:14:38.799 INFO O| Oct 18 21:14:38.798 INFO STEP 771 (remove_files) COMPLETE
64872024-10-18T21:14:40.374Z[ recovery-image] Oct 18 21:14:38.799 INFO O| Oct 18 21:14:38.799 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-10-18T21:14:40.389Z[ recovery-image] Oct 18 21:14:38.813 INFO O| Oct 18 21:14:38.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
64892024-10-18T21:14:40.389Z[ recovery-image] Oct 18 21:14:38.813 INFO O| Oct 18 21:14:38.813 INFO STEP 772 (remove_files) COMPLETE
64902024-10-18T21:14:40.391Z[ recovery-image] Oct 18 21:14:38.813 INFO O| Oct 18 21:14:38.813 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-10-18T21:14:40.404Z[ recovery-image] Oct 18 21:14:38.829 INFO O| Oct 18 21:14:38.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
64922024-10-18T21:14:40.404Z[ recovery-image] Oct 18 21:14:38.829 INFO O| Oct 18 21:14:38.829 INFO STEP 773 (remove_files) COMPLETE
64932024-10-18T21:14:40.404Z[ recovery-image] Oct 18 21:14:38.829 INFO O| Oct 18 21:14:38.829 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-10-18T21:14:40.415Z[ recovery-image] Oct 18 21:14:38.839 INFO O| Oct 18 21:14:38.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
64952024-10-18T21:14:40.415Z[ recovery-image] Oct 18 21:14:38.839 INFO O| Oct 18 21:14:38.839 INFO STEP 774 (remove_files) COMPLETE
64962024-10-18T21:14:40.417Z[ recovery-image] Oct 18 21:14:38.840 INFO O| Oct 18 21:14:38.839 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-10-18T21:14:40.425Z[ recovery-image] Oct 18 21:14:38.850 INFO O| Oct 18 21:14:38.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
64982024-10-18T21:14:40.425Z[ recovery-image] Oct 18 21:14:38.850 INFO O| Oct 18 21:14:38.850 INFO STEP 775 (remove_files) COMPLETE
64992024-10-18T21:14:40.425Z[ recovery-image] Oct 18 21:14:38.850 INFO O| Oct 18 21:14:38.850 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-10-18T21:14:40.436Z[ recovery-image] Oct 18 21:14:38.861 INFO O| Oct 18 21:14:38.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
65012024-10-18T21:14:40.436Z[ recovery-image] Oct 18 21:14:38.861 INFO O| Oct 18 21:14:38.861 INFO STEP 776 (remove_files) COMPLETE
65022024-10-18T21:14:40.438Z[ recovery-image] Oct 18 21:14:38.861 INFO O| Oct 18 21:14:38.861 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-10-18T21:14:40.450Z[ recovery-image] Oct 18 21:14:38.875 INFO O| Oct 18 21:14:38.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
65042024-10-18T21:14:40.450Z[ recovery-image] Oct 18 21:14:38.875 INFO O| Oct 18 21:14:38.875 INFO STEP 777 (remove_files) COMPLETE
65052024-10-18T21:14:40.453Z[ recovery-image] Oct 18 21:14:38.875 INFO O| Oct 18 21:14:38.875 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062024-10-18T21:14:40.461Z[ recovery-image] Oct 18 21:14:38.886 INFO O| Oct 18 21:14:38.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
65072024-10-18T21:14:40.467Z[ recovery-image] Oct 18 21:14:38.886 INFO O| Oct 18 21:14:38.886 INFO STEP 778 (remove_files) COMPLETE
65082024-10-18T21:14:40.467Z[ recovery-image] Oct 18 21:14:38.886 INFO O| Oct 18 21:14:38.886 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092024-10-18T21:14:40.472Z[ recovery-image] Oct 18 21:14:38.897 INFO O| Oct 18 21:14:38.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
65102024-10-18T21:14:40.472Z[ recovery-image] Oct 18 21:14:38.897 INFO O| Oct 18 21:14:38.897 INFO STEP 779 (remove_files) COMPLETE
65112024-10-18T21:14:40.472Z[ recovery-image] Oct 18 21:14:38.897 INFO O| Oct 18 21:14:38.897 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-10-18T21:14:40.483Z[ recovery-image] Oct 18 21:14:38.907 INFO O| Oct 18 21:14:38.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
65132024-10-18T21:14:40.483Z[ recovery-image] Oct 18 21:14:38.907 INFO O| Oct 18 21:14:38.907 INFO STEP 780 (remove_files) COMPLETE
65142024-10-18T21:14:40.483Z[ recovery-image] Oct 18 21:14:38.908 INFO O| Oct 18 21:14:38.907 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-10-18T21:14:40.493Z[ recovery-image] Oct 18 21:14:38.918 INFO O| Oct 18 21:14:38.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
65162024-10-18T21:14:40.493Z[ recovery-image] Oct 18 21:14:38.918 INFO O| Oct 18 21:14:38.918 INFO STEP 781 (remove_files) COMPLETE
65172024-10-18T21:14:40.493Z[ recovery-image] Oct 18 21:14:38.918 INFO O| Oct 18 21:14:38.918 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-10-18T21:14:40.504Z[ recovery-image] Oct 18 21:14:38.929 INFO O| Oct 18 21:14:38.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
65192024-10-18T21:14:40.504Z[ recovery-image] Oct 18 21:14:38.929 INFO O| Oct 18 21:14:38.929 INFO STEP 782 (remove_files) COMPLETE
65202024-10-18T21:14:40.504Z[ recovery-image] Oct 18 21:14:38.929 INFO O| Oct 18 21:14:38.929 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-10-18T21:14:40.515Z[ recovery-image] Oct 18 21:14:38.940 INFO O| Oct 18 21:14:38.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
65222024-10-18T21:14:40.515Z[ recovery-image] Oct 18 21:14:38.940 INFO O| Oct 18 21:14:38.940 INFO STEP 783 (remove_files) COMPLETE
65232024-10-18T21:14:40.515Z[ recovery-image] Oct 18 21:14:38.940 INFO O| Oct 18 21:14:38.940 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-10-18T21:14:40.525Z[ recovery-image] Oct 18 21:14:38.950 INFO O| Oct 18 21:14:38.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
65252024-10-18T21:14:40.525Z[ recovery-image] Oct 18 21:14:38.950 INFO O| Oct 18 21:14:38.950 INFO STEP 784 (remove_files) COMPLETE
65262024-10-18T21:14:40.525Z[ recovery-image] Oct 18 21:14:38.950 INFO O| Oct 18 21:14:38.950 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-10-18T21:14:40.537Z[ recovery-image] Oct 18 21:14:38.962 INFO O| Oct 18 21:14:38.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
65282024-10-18T21:14:40.540Z[ recovery-image] Oct 18 21:14:38.962 INFO O| Oct 18 21:14:38.962 INFO STEP 785 (remove_files) COMPLETE
65292024-10-18T21:14:40.540Z[ recovery-image] Oct 18 21:14:38.962 INFO O| Oct 18 21:14:38.962 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302024-10-18T21:14:40.555Z[ recovery-image] Oct 18 21:14:38.980 INFO O| Oct 18 21:14:38.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
65312024-10-18T21:14:40.555Z[ recovery-image] Oct 18 21:14:38.980 INFO O| Oct 18 21:14:38.980 INFO STEP 786 (remove_files) COMPLETE
65322024-10-18T21:14:40.557Z[ recovery-image] Oct 18 21:14:38.980 INFO O| Oct 18 21:14:38.980 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332024-10-18T21:14:40.570Z[ recovery-image] Oct 18 21:14:38.995 INFO O| Oct 18 21:14:38.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
65342024-10-18T21:14:40.570Z[ recovery-image] Oct 18 21:14:38.995 INFO O| Oct 18 21:14:38.995 INFO STEP 787 (remove_files) COMPLETE
65352024-10-18T21:14:40.570Z[ recovery-image] Oct 18 21:14:38.995 INFO O| Oct 18 21:14:38.995 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-10-18T21:14:40.586Z[ recovery-image] Oct 18 21:14:39.010 INFO O| Oct 18 21:14:39.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
65372024-10-18T21:14:40.586Z[ recovery-image] Oct 18 21:14:39.011 INFO O| Oct 18 21:14:39.011 INFO STEP 788 (remove_files) COMPLETE
65382024-10-18T21:14:40.588Z[ recovery-image] Oct 18 21:14:39.011 INFO O| Oct 18 21:14:39.011 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-10-18T21:14:40.601Z[ recovery-image] Oct 18 21:14:39.026 INFO O| Oct 18 21:14:39.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
65402024-10-18T21:14:40.601Z[ recovery-image] Oct 18 21:14:39.026 INFO O| Oct 18 21:14:39.026 INFO STEP 789 (remove_files) COMPLETE
65412024-10-18T21:14:40.604Z[ recovery-image] Oct 18 21:14:39.026 INFO O| Oct 18 21:14:39.026 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-10-18T21:14:40.613Z[ recovery-image] Oct 18 21:14:39.038 INFO O| Oct 18 21:14:39.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
65432024-10-18T21:14:40.613Z[ recovery-image] Oct 18 21:14:39.038 INFO O| Oct 18 21:14:39.038 INFO STEP 790 (remove_files) COMPLETE
65442024-10-18T21:14:40.616Z[ recovery-image] Oct 18 21:14:39.038 INFO O| Oct 18 21:14:39.038 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-10-18T21:14:40.627Z[ recovery-image] Oct 18 21:14:39.052 INFO O| Oct 18 21:14:39.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
65462024-10-18T21:14:40.627Z[ recovery-image] Oct 18 21:14:39.052 INFO O| Oct 18 21:14:39.052 INFO STEP 791 (remove_files) COMPLETE
65472024-10-18T21:14:40.627Z[ recovery-image] Oct 18 21:14:39.052 INFO O| Oct 18 21:14:39.052 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-10-18T21:14:40.643Z[ recovery-image] Oct 18 21:14:39.067 INFO O| Oct 18 21:14:39.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
65492024-10-18T21:14:40.643Z[ recovery-image] Oct 18 21:14:39.068 INFO O| Oct 18 21:14:39.068 INFO STEP 792 (remove_files) COMPLETE
65502024-10-18T21:14:40.643Z[ recovery-image] Oct 18 21:14:39.068 INFO O| Oct 18 21:14:39.068 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-10-18T21:14:40.659Z[ recovery-image] Oct 18 21:14:39.084 INFO O| Oct 18 21:14:39.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
65522024-10-18T21:14:40.659Z[ recovery-image] Oct 18 21:14:39.084 INFO O| Oct 18 21:14:39.084 INFO STEP 793 (remove_files) COMPLETE
65532024-10-18T21:14:40.659Z[ recovery-image] Oct 18 21:14:39.084 INFO O| Oct 18 21:14:39.084 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-10-18T21:14:40.672Z[ recovery-image] Oct 18 21:14:39.097 INFO O| Oct 18 21:14:39.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
65552024-10-18T21:14:40.672Z[ recovery-image] Oct 18 21:14:39.097 INFO O| Oct 18 21:14:39.097 INFO STEP 794 (remove_files) COMPLETE
65562024-10-18T21:14:40.674Z[ recovery-image] Oct 18 21:14:39.097 INFO O| Oct 18 21:14:39.097 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-10-18T21:14:40.687Z[ recovery-image] Oct 18 21:14:39.111 INFO O| Oct 18 21:14:39.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
65582024-10-18T21:14:40.687Z[ recovery-image] Oct 18 21:14:39.111 INFO O| Oct 18 21:14:39.111 INFO STEP 795 (remove_files) COMPLETE
65592024-10-18T21:14:40.687Z[ recovery-image] Oct 18 21:14:39.111 INFO O| Oct 18 21:14:39.111 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-10-18T21:14:40.701Z[ recovery-image] Oct 18 21:14:39.125 INFO O| Oct 18 21:14:39.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
65612024-10-18T21:14:40.701Z[ recovery-image] Oct 18 21:14:39.126 INFO O| Oct 18 21:14:39.125 INFO STEP 796 (remove_files) COMPLETE
65622024-10-18T21:14:40.701Z[ recovery-image] Oct 18 21:14:39.126 INFO O| Oct 18 21:14:39.126 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-10-18T21:14:40.713Z[ recovery-image] Oct 18 21:14:39.138 INFO O| Oct 18 21:14:39.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
65642024-10-18T21:14:40.713Z[ recovery-image] Oct 18 21:14:39.138 INFO O| Oct 18 21:14:39.138 INFO STEP 797 (remove_files) COMPLETE
65652024-10-18T21:14:40.713Z[ recovery-image] Oct 18 21:14:39.138 INFO O| Oct 18 21:14:39.138 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-10-18T21:14:40.725Z[ recovery-image] Oct 18 21:14:39.150 INFO O| Oct 18 21:14:39.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
65672024-10-18T21:14:40.728Z[ recovery-image] Oct 18 21:14:39.150 INFO O| Oct 18 21:14:39.150 INFO STEP 798 (remove_files) COMPLETE
65682024-10-18T21:14:40.728Z[ recovery-image] Oct 18 21:14:39.150 INFO O| Oct 18 21:14:39.150 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-10-18T21:14:40.737Z[ recovery-image] Oct 18 21:14:39.162 INFO O| Oct 18 21:14:39.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
65702024-10-18T21:14:40.739Z[ recovery-image] Oct 18 21:14:39.162 INFO O| Oct 18 21:14:39.162 INFO STEP 799 (remove_files) COMPLETE
65712024-10-18T21:14:40.739Z[ recovery-image] Oct 18 21:14:39.162 INFO O| Oct 18 21:14:39.162 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-10-18T21:14:40.748Z[ recovery-image] Oct 18 21:14:39.173 INFO O| Oct 18 21:14:39.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
65732024-10-18T21:14:40.748Z[ recovery-image] Oct 18 21:14:39.173 INFO O| Oct 18 21:14:39.173 INFO STEP 800 (remove_files) COMPLETE
65742024-10-18T21:14:40.751Z[ recovery-image] Oct 18 21:14:39.173 INFO O| Oct 18 21:14:39.173 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-10-18T21:14:40.758Z[ recovery-image] Oct 18 21:14:39.183 INFO O| Oct 18 21:14:39.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
65762024-10-18T21:14:40.761Z[ recovery-image] Oct 18 21:14:39.183 INFO O| Oct 18 21:14:39.183 INFO STEP 801 (remove_files) COMPLETE
65772024-10-18T21:14:40.761Z[ recovery-image] Oct 18 21:14:39.183 INFO O| Oct 18 21:14:39.183 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-10-18T21:14:40.769Z[ recovery-image] Oct 18 21:14:39.194 INFO O| Oct 18 21:14:39.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
65792024-10-18T21:14:40.772Z[ recovery-image] Oct 18 21:14:39.194 INFO O| Oct 18 21:14:39.194 INFO STEP 802 (remove_files) COMPLETE
65802024-10-18T21:14:40.772Z[ recovery-image] Oct 18 21:14:39.194 INFO O| Oct 18 21:14:39.194 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-10-18T21:14:40.783Z[ recovery-image] Oct 18 21:14:39.203 INFO O| Oct 18 21:14:39.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
65822024-10-18T21:14:40.783Z[ recovery-image] Oct 18 21:14:39.204 INFO O| Oct 18 21:14:39.204 INFO STEP 803 (remove_files) COMPLETE
65832024-10-18T21:14:40.783Z[ recovery-image] Oct 18 21:14:39.204 INFO O| Oct 18 21:14:39.204 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-10-18T21:14:40.789Z[ recovery-image] Oct 18 21:14:39.213 INFO O| Oct 18 21:14:39.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
65852024-10-18T21:14:40.791Z[ recovery-image] Oct 18 21:14:39.214 INFO O| Oct 18 21:14:39.214 INFO STEP 804 (remove_files) COMPLETE
65862024-10-18T21:14:40.791Z[ recovery-image] Oct 18 21:14:39.214 INFO O| Oct 18 21:14:39.214 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-10-18T21:14:40.799Z[ recovery-image] Oct 18 21:14:39.224 INFO O| Oct 18 21:14:39.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
65882024-10-18T21:14:40.799Z[ recovery-image] Oct 18 21:14:39.224 INFO O| Oct 18 21:14:39.224 INFO STEP 805 (remove_files) COMPLETE
65892024-10-18T21:14:40.799Z[ recovery-image] Oct 18 21:14:39.224 INFO O| Oct 18 21:14:39.224 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-10-18T21:14:40.809Z[ recovery-image] Oct 18 21:14:39.234 INFO O| Oct 18 21:14:39.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
65912024-10-18T21:14:40.809Z[ recovery-image] Oct 18 21:14:39.234 INFO O| Oct 18 21:14:39.234 INFO STEP 806 (remove_files) COMPLETE
65922024-10-18T21:14:40.811Z[ recovery-image] Oct 18 21:14:39.234 INFO O| Oct 18 21:14:39.234 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-10-18T21:14:40.819Z[ recovery-image] Oct 18 21:14:39.244 INFO O| Oct 18 21:14:39.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
65942024-10-18T21:14:40.819Z[ recovery-image] Oct 18 21:14:39.244 INFO O| Oct 18 21:14:39.244 INFO STEP 807 (remove_files) COMPLETE
65952024-10-18T21:14:40.819Z[ recovery-image] Oct 18 21:14:39.244 INFO O| Oct 18 21:14:39.244 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-10-18T21:14:40.831Z[ recovery-image] Oct 18 21:14:39.256 INFO O| Oct 18 21:14:39.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
65972024-10-18T21:14:40.833Z[ recovery-image] Oct 18 21:14:39.256 INFO O| Oct 18 21:14:39.256 INFO STEP 808 (remove_files) COMPLETE
65982024-10-18T21:14:40.833Z[ recovery-image] Oct 18 21:14:39.256 INFO O| Oct 18 21:14:39.256 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-10-18T21:14:40.843Z[ recovery-image] Oct 18 21:14:39.268 INFO O| Oct 18 21:14:39.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
66002024-10-18T21:14:40.845Z[ recovery-image] Oct 18 21:14:39.268 INFO O| Oct 18 21:14:39.268 INFO STEP 809 (remove_files) COMPLETE
66012024-10-18T21:14:40.845Z[ recovery-image] Oct 18 21:14:39.268 INFO O| Oct 18 21:14:39.268 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-10-18T21:14:40.854Z[ recovery-image] Oct 18 21:14:39.279 INFO O| Oct 18 21:14:39.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
66032024-10-18T21:14:40.856Z[ recovery-image] Oct 18 21:14:39.279 INFO O| Oct 18 21:14:39.279 INFO STEP 810 (remove_files) COMPLETE
66042024-10-18T21:14:40.856Z[ recovery-image] Oct 18 21:14:39.279 INFO O| Oct 18 21:14:39.279 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-10-18T21:14:40.865Z[ recovery-image] Oct 18 21:14:39.289 INFO O| Oct 18 21:14:39.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
66062024-10-18T21:14:40.865Z[ recovery-image] Oct 18 21:14:39.289 INFO O| Oct 18 21:14:39.289 INFO STEP 811 (remove_files) COMPLETE
66072024-10-18T21:14:40.868Z[ recovery-image] Oct 18 21:14:39.289 INFO O| Oct 18 21:14:39.289 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-10-18T21:14:40.877Z[ recovery-image] Oct 18 21:14:39.301 INFO O| Oct 18 21:14:39.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
66092024-10-18T21:14:40.877Z[ recovery-image] Oct 18 21:14:39.302 INFO O| Oct 18 21:14:39.301 INFO STEP 812 (remove_files) COMPLETE
66102024-10-18T21:14:40.879Z[ recovery-image] Oct 18 21:14:39.302 INFO O| Oct 18 21:14:39.301 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-10-18T21:14:40.889Z[ recovery-image] Oct 18 21:14:39.314 INFO O| Oct 18 21:14:39.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
66122024-10-18T21:14:40.889Z[ recovery-image] Oct 18 21:14:39.314 INFO O| Oct 18 21:14:39.314 INFO STEP 813 (remove_files) COMPLETE
66132024-10-18T21:14:40.889Z[ recovery-image] Oct 18 21:14:39.314 INFO O| Oct 18 21:14:39.314 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-10-18T21:14:40.901Z[ recovery-image] Oct 18 21:14:39.326 INFO O| Oct 18 21:14:39.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
66152024-10-18T21:14:40.901Z[ recovery-image] Oct 18 21:14:39.326 INFO O| Oct 18 21:14:39.326 INFO STEP 814 (remove_files) COMPLETE
66162024-10-18T21:14:40.901Z[ recovery-image] Oct 18 21:14:39.326 INFO O| Oct 18 21:14:39.326 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-10-18T21:14:40.913Z[ recovery-image] Oct 18 21:14:39.338 INFO O| Oct 18 21:14:39.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
66182024-10-18T21:14:40.913Z[ recovery-image] Oct 18 21:14:39.338 INFO O| Oct 18 21:14:39.338 INFO STEP 815 (remove_files) COMPLETE
66192024-10-18T21:14:40.916Z[ recovery-image] Oct 18 21:14:39.338 INFO O| Oct 18 21:14:39.338 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-10-18T21:14:40.925Z[ recovery-image] Oct 18 21:14:39.350 INFO O| Oct 18 21:14:39.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
66212024-10-18T21:14:40.925Z[ recovery-image] Oct 18 21:14:39.350 INFO O| Oct 18 21:14:39.350 INFO STEP 816 (remove_files) COMPLETE
66222024-10-18T21:14:40.925Z[ recovery-image] Oct 18 21:14:39.350 INFO O| Oct 18 21:14:39.350 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-10-18T21:14:40.937Z[ recovery-image] Oct 18 21:14:39.362 INFO O| Oct 18 21:14:39.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
66242024-10-18T21:14:40.937Z[ recovery-image] Oct 18 21:14:39.362 INFO O| Oct 18 21:14:39.362 INFO STEP 817 (remove_files) COMPLETE
66252024-10-18T21:14:40.939Z[ recovery-image] Oct 18 21:14:39.362 INFO O| Oct 18 21:14:39.362 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-10-18T21:14:40.949Z[ recovery-image] Oct 18 21:14:39.374 INFO O| Oct 18 21:14:39.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
66272024-10-18T21:14:40.949Z[ recovery-image] Oct 18 21:14:39.374 INFO O| Oct 18 21:14:39.374 INFO STEP 818 (remove_files) COMPLETE
66282024-10-18T21:14:40.949Z[ recovery-image] Oct 18 21:14:39.374 INFO O| Oct 18 21:14:39.374 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-10-18T21:14:40.960Z[ recovery-image] Oct 18 21:14:39.385 INFO O| Oct 18 21:14:39.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
66302024-10-18T21:14:40.960Z[ recovery-image] Oct 18 21:14:39.385 INFO O| Oct 18 21:14:39.385 INFO STEP 819 (remove_files) COMPLETE
66312024-10-18T21:14:40.963Z[ recovery-image] Oct 18 21:14:39.385 INFO O| Oct 18 21:14:39.385 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-10-18T21:14:40.972Z[ recovery-image] Oct 18 21:14:39.397 INFO O| Oct 18 21:14:39.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
66332024-10-18T21:14:40.972Z[ recovery-image] Oct 18 21:14:39.397 INFO O| Oct 18 21:14:39.397 INFO STEP 820 (remove_files) COMPLETE
66342024-10-18T21:14:40.975Z[ recovery-image] Oct 18 21:14:39.397 INFO O| Oct 18 21:14:39.397 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-10-18T21:14:40.983Z[ recovery-image] Oct 18 21:14:39.408 INFO O| Oct 18 21:14:39.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
66362024-10-18T21:14:40.986Z[ recovery-image] Oct 18 21:14:39.409 INFO O| Oct 18 21:14:39.409 INFO STEP 821 (remove_files) COMPLETE
66372024-10-18T21:14:40.986Z[ recovery-image] Oct 18 21:14:39.409 INFO O| Oct 18 21:14:39.409 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-10-18T21:14:40.995Z[ recovery-image] Oct 18 21:14:39.420 INFO O| Oct 18 21:14:39.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
66392024-10-18T21:14:40.997Z[ recovery-image] Oct 18 21:14:39.420 INFO O| Oct 18 21:14:39.420 INFO STEP 822 (remove_files) COMPLETE
66402024-10-18T21:14:40.997Z[ recovery-image] Oct 18 21:14:39.420 INFO O| Oct 18 21:14:39.420 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-10-18T21:14:41.008Z[ recovery-image] Oct 18 21:14:39.433 INFO O| Oct 18 21:14:39.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
66422024-10-18T21:14:41.008Z[ recovery-image] Oct 18 21:14:39.433 INFO O| Oct 18 21:14:39.433 INFO STEP 823 (remove_files) COMPLETE
66432024-10-18T21:14:41.010Z[ recovery-image] Oct 18 21:14:39.433 INFO O| Oct 18 21:14:39.433 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442024-10-18T21:14:41.020Z[ recovery-image] Oct 18 21:14:39.445 INFO O| Oct 18 21:14:39.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
66452024-10-18T21:14:41.020Z[ recovery-image] Oct 18 21:14:39.445 INFO O| Oct 18 21:14:39.445 INFO STEP 824 (remove_files) COMPLETE
66462024-10-18T21:14:41.020Z[ recovery-image] Oct 18 21:14:39.445 INFO O| Oct 18 21:14:39.445 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-10-18T21:14:41.033Z[ recovery-image] Oct 18 21:14:39.458 INFO O| Oct 18 21:14:39.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
66482024-10-18T21:14:41.033Z[ recovery-image] Oct 18 21:14:39.458 INFO O| Oct 18 21:14:39.458 INFO STEP 825 (remove_files) COMPLETE
66492024-10-18T21:14:41.035Z[ recovery-image] Oct 18 21:14:39.458 INFO O| Oct 18 21:14:39.458 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-10-18T21:14:41.044Z[ recovery-image] Oct 18 21:14:39.469 INFO O| Oct 18 21:14:39.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
66512024-10-18T21:14:41.046Z[ recovery-image] Oct 18 21:14:39.469 INFO O| Oct 18 21:14:39.469 INFO STEP 826 (remove_files) COMPLETE
66522024-10-18T21:14:41.046Z[ recovery-image] Oct 18 21:14:39.469 INFO O| Oct 18 21:14:39.469 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-10-18T21:14:41.054Z[ recovery-image] Oct 18 21:14:39.479 INFO O| Oct 18 21:14:39.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
66542024-10-18T21:14:41.054Z[ recovery-image] Oct 18 21:14:39.479 INFO O| Oct 18 21:14:39.479 INFO STEP 827 (remove_files) COMPLETE
66552024-10-18T21:14:41.054Z[ recovery-image] Oct 18 21:14:39.479 INFO O| Oct 18 21:14:39.479 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-10-18T21:14:41.064Z[ recovery-image] Oct 18 21:14:39.489 INFO O| Oct 18 21:14:39.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
66572024-10-18T21:14:41.064Z[ recovery-image] Oct 18 21:14:39.489 INFO O| Oct 18 21:14:39.489 INFO STEP 828 (remove_files) COMPLETE
66582024-10-18T21:14:41.064Z[ recovery-image] Oct 18 21:14:39.489 INFO O| Oct 18 21:14:39.489 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-10-18T21:14:41.074Z[ recovery-image] Oct 18 21:14:39.499 INFO O| Oct 18 21:14:39.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
66602024-10-18T21:14:41.076Z[ recovery-image] Oct 18 21:14:39.499 INFO O| Oct 18 21:14:39.499 INFO STEP 829 (remove_files) COMPLETE
66612024-10-18T21:14:41.076Z[ recovery-image] Oct 18 21:14:39.499 INFO O| Oct 18 21:14:39.499 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-10-18T21:14:41.084Z[ recovery-image] Oct 18 21:14:39.509 INFO O| Oct 18 21:14:39.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
66632024-10-18T21:14:41.084Z[ recovery-image] Oct 18 21:14:39.509 INFO O| Oct 18 21:14:39.509 INFO STEP 830 (remove_files) COMPLETE
66642024-10-18T21:14:41.086Z[ recovery-image] Oct 18 21:14:39.509 INFO O| Oct 18 21:14:39.509 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-10-18T21:14:41.094Z[ recovery-image] Oct 18 21:14:39.518 INFO O| Oct 18 21:14:39.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
66662024-10-18T21:14:41.094Z[ recovery-image] Oct 18 21:14:39.518 INFO O| Oct 18 21:14:39.518 INFO STEP 831 (remove_files) COMPLETE
66672024-10-18T21:14:41.094Z[ recovery-image] Oct 18 21:14:39.519 INFO O| Oct 18 21:14:39.518 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682024-10-18T21:14:41.104Z[ recovery-image] Oct 18 21:14:39.528 INFO O| Oct 18 21:14:39.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
66692024-10-18T21:14:41.104Z[ recovery-image] Oct 18 21:14:39.528 INFO O| Oct 18 21:14:39.528 INFO STEP 832 (remove_files) COMPLETE
66702024-10-18T21:14:41.104Z[ recovery-image] Oct 18 21:14:39.528 INFO O| Oct 18 21:14:39.528 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712024-10-18T21:14:41.113Z[ recovery-image] Oct 18 21:14:39.538 INFO O| Oct 18 21:14:39.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
66722024-10-18T21:14:41.116Z[ recovery-image] Oct 18 21:14:39.538 INFO O| Oct 18 21:14:39.538 INFO STEP 833 (remove_files) COMPLETE
66732024-10-18T21:14:41.116Z[ recovery-image] Oct 18 21:14:39.538 INFO O| Oct 18 21:14:39.538 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-10-18T21:14:41.123Z[ recovery-image] Oct 18 21:14:39.548 INFO O| Oct 18 21:14:39.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
66752024-10-18T21:14:41.124Z[ recovery-image] Oct 18 21:14:39.548 INFO O| Oct 18 21:14:39.548 INFO STEP 834 (remove_files) COMPLETE
66762024-10-18T21:14:41.126Z[ recovery-image] Oct 18 21:14:39.548 INFO O| Oct 18 21:14:39.548 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-10-18T21:14:41.133Z[ recovery-image] Oct 18 21:14:39.558 INFO O| Oct 18 21:14:39.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
66782024-10-18T21:14:41.133Z[ recovery-image] Oct 18 21:14:39.558 INFO O| Oct 18 21:14:39.558 INFO STEP 835 (remove_files) COMPLETE
66792024-10-18T21:14:41.136Z[ recovery-image] Oct 18 21:14:39.558 INFO O| Oct 18 21:14:39.558 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-10-18T21:14:41.143Z[ recovery-image] Oct 18 21:14:39.568 INFO O| Oct 18 21:14:39.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
66812024-10-18T21:14:41.143Z[ recovery-image] Oct 18 21:14:39.568 INFO O| Oct 18 21:14:39.568 INFO STEP 836 (remove_files) COMPLETE
66822024-10-18T21:14:41.146Z[ recovery-image] Oct 18 21:14:39.568 INFO O| Oct 18 21:14:39.568 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-10-18T21:14:41.153Z[ recovery-image] Oct 18 21:14:39.578 INFO O| Oct 18 21:14:39.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
66842024-10-18T21:14:41.156Z[ recovery-image] Oct 18 21:14:39.578 INFO O| Oct 18 21:14:39.578 INFO STEP 837 (remove_files) COMPLETE
66852024-10-18T21:14:41.156Z[ recovery-image] Oct 18 21:14:39.578 INFO O| Oct 18 21:14:39.578 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-10-18T21:14:41.164Z[ recovery-image] Oct 18 21:14:39.588 INFO O| Oct 18 21:14:39.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
66872024-10-18T21:14:41.164Z[ recovery-image] Oct 18 21:14:39.589 INFO O| Oct 18 21:14:39.589 INFO STEP 838 (remove_files) COMPLETE
66882024-10-18T21:14:41.166Z[ recovery-image] Oct 18 21:14:39.589 INFO O| Oct 18 21:14:39.589 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-10-18T21:14:41.174Z[ recovery-image] Oct 18 21:14:39.599 INFO O| Oct 18 21:14:39.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
66902024-10-18T21:14:41.174Z[ recovery-image] Oct 18 21:14:39.599 INFO O| Oct 18 21:14:39.599 INFO STEP 839 (remove_files) COMPLETE
66912024-10-18T21:14:41.176Z[ recovery-image] Oct 18 21:14:39.599 INFO O| Oct 18 21:14:39.599 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-10-18T21:14:41.184Z[ recovery-image] Oct 18 21:14:39.609 INFO O| Oct 18 21:14:39.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
66932024-10-18T21:14:41.186Z[ recovery-image] Oct 18 21:14:39.609 INFO O| Oct 18 21:14:39.609 INFO STEP 840 (remove_files) COMPLETE
66942024-10-18T21:14:41.186Z[ recovery-image] Oct 18 21:14:39.609 INFO O| Oct 18 21:14:39.609 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-10-18T21:14:41.194Z[ recovery-image] Oct 18 21:14:39.619 INFO O| Oct 18 21:14:39.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
66962024-10-18T21:14:41.197Z[ recovery-image] Oct 18 21:14:39.619 INFO O| Oct 18 21:14:39.619 INFO STEP 841 (remove_files) COMPLETE
66972024-10-18T21:14:41.197Z[ recovery-image] Oct 18 21:14:39.619 INFO O| Oct 18 21:14:39.619 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-10-18T21:14:41.204Z[ recovery-image] Oct 18 21:14:39.629 INFO O| Oct 18 21:14:39.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
66992024-10-18T21:14:41.204Z[ recovery-image] Oct 18 21:14:39.629 INFO O| Oct 18 21:14:39.629 INFO STEP 842 (remove_files) COMPLETE
67002024-10-18T21:14:41.204Z[ recovery-image] Oct 18 21:14:39.629 INFO O| Oct 18 21:14:39.629 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-10-18T21:14:41.214Z[ recovery-image] Oct 18 21:14:39.639 INFO O| Oct 18 21:14:39.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
67022024-10-18T21:14:41.216Z[ recovery-image] Oct 18 21:14:39.639 INFO O| Oct 18 21:14:39.639 INFO STEP 843 (remove_files) COMPLETE
67032024-10-18T21:14:41.216Z[ recovery-image] Oct 18 21:14:39.639 INFO O| Oct 18 21:14:39.639 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042024-10-18T21:14:41.224Z[ recovery-image] Oct 18 21:14:39.649 INFO O| Oct 18 21:14:39.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
67052024-10-18T21:14:41.226Z[ recovery-image] Oct 18 21:14:39.649 INFO O| Oct 18 21:14:39.649 INFO STEP 844 (remove_files) COMPLETE
67062024-10-18T21:14:41.226Z[ recovery-image] Oct 18 21:14:39.649 INFO O| Oct 18 21:14:39.649 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072024-10-18T21:14:41.234Z[ recovery-image] Oct 18 21:14:39.659 INFO O| Oct 18 21:14:39.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
67082024-10-18T21:14:41.236Z[ recovery-image] Oct 18 21:14:39.659 INFO O| Oct 18 21:14:39.659 INFO STEP 845 (remove_files) COMPLETE
67092024-10-18T21:14:41.236Z[ recovery-image] Oct 18 21:14:39.659 INFO O| Oct 18 21:14:39.659 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102024-10-18T21:14:41.244Z[ recovery-image] Oct 18 21:14:39.669 INFO O| Oct 18 21:14:39.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
67112024-10-18T21:14:41.244Z[ recovery-image] Oct 18 21:14:39.669 INFO O| Oct 18 21:14:39.669 INFO STEP 846 (remove_files) COMPLETE
67122024-10-18T21:14:41.247Z[ recovery-image] Oct 18 21:14:39.669 INFO O| Oct 18 21:14:39.669 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132024-10-18T21:14:41.254Z[ recovery-image] Oct 18 21:14:39.679 INFO O| Oct 18 21:14:39.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
67142024-10-18T21:14:41.255Z[ recovery-image] Oct 18 21:14:39.679 INFO O| Oct 18 21:14:39.679 INFO STEP 847 (remove_files) COMPLETE
67152024-10-18T21:14:41.257Z[ recovery-image] Oct 18 21:14:39.679 INFO O| Oct 18 21:14:39.679 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162024-10-18T21:14:41.265Z[ recovery-image] Oct 18 21:14:39.690 INFO O| Oct 18 21:14:39.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
67172024-10-18T21:14:41.267Z[ recovery-image] Oct 18 21:14:39.690 INFO O| Oct 18 21:14:39.690 INFO STEP 848 (remove_files) COMPLETE
67182024-10-18T21:14:41.267Z[ recovery-image] Oct 18 21:14:39.690 INFO O| Oct 18 21:14:39.690 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192024-10-18T21:14:41.275Z[ recovery-image] Oct 18 21:14:39.700 INFO O| Oct 18 21:14:39.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
67202024-10-18T21:14:41.277Z[ recovery-image] Oct 18 21:14:39.700 INFO O| Oct 18 21:14:39.700 INFO STEP 849 (remove_files) COMPLETE
67212024-10-18T21:14:41.277Z[ recovery-image] Oct 18 21:14:39.700 INFO O| Oct 18 21:14:39.700 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222024-10-18T21:14:41.285Z[ recovery-image] Oct 18 21:14:39.710 INFO O| Oct 18 21:14:39.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
67232024-10-18T21:14:41.287Z[ recovery-image] Oct 18 21:14:39.710 INFO O| Oct 18 21:14:39.710 INFO STEP 850 (remove_files) COMPLETE
67242024-10-18T21:14:41.287Z[ recovery-image] Oct 18 21:14:39.710 INFO O| Oct 18 21:14:39.710 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252024-10-18T21:14:41.296Z[ recovery-image] Oct 18 21:14:39.720 INFO O| Oct 18 21:14:39.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
67262024-10-18T21:14:41.296Z[ recovery-image] Oct 18 21:14:39.721 INFO O| Oct 18 21:14:39.721 INFO STEP 851 (remove_files) COMPLETE
67272024-10-18T21:14:41.296Z[ recovery-image] Oct 18 21:14:39.721 INFO O| Oct 18 21:14:39.721 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282024-10-18T21:14:41.306Z[ recovery-image] Oct 18 21:14:39.731 INFO O| Oct 18 21:14:39.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
67292024-10-18T21:14:41.308Z[ recovery-image] Oct 18 21:14:39.731 INFO O| Oct 18 21:14:39.731 INFO STEP 852 (remove_files) COMPLETE
67302024-10-18T21:14:41.308Z[ recovery-image] Oct 18 21:14:39.731 INFO O| Oct 18 21:14:39.731 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312024-10-18T21:14:41.316Z[ recovery-image] Oct 18 21:14:39.740 INFO O| Oct 18 21:14:39.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
67322024-10-18T21:14:41.316Z[ recovery-image] Oct 18 21:14:39.740 INFO O| Oct 18 21:14:39.740 INFO STEP 853 (remove_files) COMPLETE
67332024-10-18T21:14:41.318Z[ recovery-image] Oct 18 21:14:39.741 INFO O| Oct 18 21:14:39.740 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342024-10-18T21:14:41.325Z[ recovery-image] Oct 18 21:14:39.750 INFO O| Oct 18 21:14:39.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
67352024-10-18T21:14:41.325Z[ recovery-image] Oct 18 21:14:39.750 INFO O| Oct 18 21:14:39.750 INFO STEP 854 (remove_files) COMPLETE
67362024-10-18T21:14:41.328Z[ recovery-image] Oct 18 21:14:39.750 INFO O| Oct 18 21:14:39.750 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-10-18T21:14:41.335Z[ recovery-image] Oct 18 21:14:39.760 INFO O| Oct 18 21:14:39.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
67382024-10-18T21:14:41.341Z[ recovery-image] Oct 18 21:14:39.761 INFO O| Oct 18 21:14:39.761 INFO STEP 855 (remove_files) COMPLETE
67392024-10-18T21:14:41.341Z[ recovery-image] Oct 18 21:14:39.761 INFO O| Oct 18 21:14:39.761 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-10-18T21:14:41.348Z[ recovery-image] Oct 18 21:14:39.773 INFO O| Oct 18 21:14:39.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
67412024-10-18T21:14:41.348Z[ recovery-image] Oct 18 21:14:39.773 INFO O| Oct 18 21:14:39.773 INFO STEP 856 (remove_files) COMPLETE
67422024-10-18T21:14:41.351Z[ recovery-image] Oct 18 21:14:39.773 INFO O| Oct 18 21:14:39.773 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432024-10-18T21:14:41.361Z[ recovery-image] Oct 18 21:14:39.785 INFO O| Oct 18 21:14:39.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
67442024-10-18T21:14:41.363Z[ recovery-image] Oct 18 21:14:39.786 INFO O| Oct 18 21:14:39.786 INFO STEP 857 (remove_files) COMPLETE
67452024-10-18T21:14:41.363Z[ recovery-image] Oct 18 21:14:39.786 INFO O| Oct 18 21:14:39.786 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462024-10-18T21:14:41.371Z[ recovery-image] Oct 18 21:14:39.796 INFO O| Oct 18 21:14:39.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
67472024-10-18T21:14:41.374Z[ recovery-image] Oct 18 21:14:39.796 INFO O| Oct 18 21:14:39.796 INFO STEP 858 (remove_files) COMPLETE
67482024-10-18T21:14:41.374Z[ recovery-image] Oct 18 21:14:39.796 INFO O| Oct 18 21:14:39.796 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492024-10-18T21:14:41.382Z[ recovery-image] Oct 18 21:14:39.806 INFO O| Oct 18 21:14:39.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
67502024-10-18T21:14:41.384Z[ recovery-image] Oct 18 21:14:39.807 INFO O| Oct 18 21:14:39.806 INFO STEP 859 (remove_files) COMPLETE
67512024-10-18T21:14:41.384Z[ recovery-image] Oct 18 21:14:39.807 INFO O| Oct 18 21:14:39.806 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522024-10-18T21:14:41.393Z[ recovery-image] Oct 18 21:14:39.817 INFO O| Oct 18 21:14:39.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
67532024-10-18T21:14:41.393Z[ recovery-image] Oct 18 21:14:39.818 INFO O| Oct 18 21:14:39.817 INFO STEP 860 (remove_files) COMPLETE
67542024-10-18T21:14:41.393Z[ recovery-image] Oct 18 21:14:39.818 INFO O| Oct 18 21:14:39.817 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552024-10-18T21:14:41.404Z[ recovery-image] Oct 18 21:14:39.829 INFO O| Oct 18 21:14:39.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
67562024-10-18T21:14:41.407Z[ recovery-image] Oct 18 21:14:39.829 INFO O| Oct 18 21:14:39.829 INFO STEP 861 (remove_files) COMPLETE
67572024-10-18T21:14:41.407Z[ recovery-image] Oct 18 21:14:39.829 INFO O| Oct 18 21:14:39.829 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582024-10-18T21:14:41.417Z[ recovery-image] Oct 18 21:14:39.841 INFO O| Oct 18 21:14:39.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
67592024-10-18T21:14:41.419Z[ recovery-image] Oct 18 21:14:39.842 INFO O| Oct 18 21:14:39.841 INFO STEP 862 (remove_files) COMPLETE
67602024-10-18T21:14:41.419Z[ recovery-image] Oct 18 21:14:39.842 INFO O| Oct 18 21:14:39.841 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612024-10-18T21:14:41.429Z[ recovery-image] Oct 18 21:14:39.854 INFO O| Oct 18 21:14:39.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
67622024-10-18T21:14:41.429Z[ recovery-image] Oct 18 21:14:39.854 INFO O| Oct 18 21:14:39.854 INFO STEP 863 (remove_files) COMPLETE
67632024-10-18T21:14:41.432Z[ recovery-image] Oct 18 21:14:39.854 INFO O| Oct 18 21:14:39.854 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642024-10-18T21:14:41.442Z[ recovery-image] Oct 18 21:14:39.867 INFO O| Oct 18 21:14:39.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
67652024-10-18T21:14:41.442Z[ recovery-image] Oct 18 21:14:39.867 INFO O| Oct 18 21:14:39.867 INFO STEP 864 (remove_files) COMPLETE
67662024-10-18T21:14:41.442Z[ recovery-image] Oct 18 21:14:39.867 INFO O| Oct 18 21:14:39.867 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672024-10-18T21:14:41.456Z[ recovery-image] Oct 18 21:14:39.880 INFO O| Oct 18 21:14:39.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
67682024-10-18T21:14:41.456Z[ recovery-image] Oct 18 21:14:39.880 INFO O| Oct 18 21:14:39.880 INFO STEP 865 (remove_files) COMPLETE
67692024-10-18T21:14:41.458Z[ recovery-image] Oct 18 21:14:39.881 INFO O| Oct 18 21:14:39.880 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702024-10-18T21:14:41.467Z[ recovery-image] Oct 18 21:14:39.892 INFO O| Oct 18 21:14:39.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
67712024-10-18T21:14:41.470Z[ recovery-image] Oct 18 21:14:39.892 INFO O| Oct 18 21:14:39.892 INFO STEP 866 (remove_files) COMPLETE
67722024-10-18T21:14:41.470Z[ recovery-image] Oct 18 21:14:39.892 INFO O| Oct 18 21:14:39.892 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732024-10-18T21:14:41.478Z[ recovery-image] Oct 18 21:14:39.902 INFO O| Oct 18 21:14:39.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
67742024-10-18T21:14:41.478Z[ recovery-image] Oct 18 21:14:39.903 INFO O| Oct 18 21:14:39.903 INFO STEP 867 (remove_files) COMPLETE
67752024-10-18T21:14:41.480Z[ recovery-image] Oct 18 21:14:39.903 INFO O| Oct 18 21:14:39.903 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762024-10-18T21:14:41.488Z[ recovery-image] Oct 18 21:14:39.913 INFO O| Oct 18 21:14:39.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
67772024-10-18T21:14:41.488Z[ recovery-image] Oct 18 21:14:39.913 INFO O| Oct 18 21:14:39.913 INFO STEP 868 (remove_files) COMPLETE
67782024-10-18T21:14:41.491Z[ recovery-image] Oct 18 21:14:39.913 INFO O| Oct 18 21:14:39.913 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792024-10-18T21:14:41.498Z[ recovery-image] Oct 18 21:14:39.923 INFO O| Oct 18 21:14:39.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
67802024-10-18T21:14:41.498Z[ recovery-image] Oct 18 21:14:39.923 INFO O| Oct 18 21:14:39.923 INFO STEP 869 (remove_files) COMPLETE
67812024-10-18T21:14:41.500Z[ recovery-image] Oct 18 21:14:39.923 INFO O| Oct 18 21:14:39.923 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822024-10-18T21:14:41.508Z[ recovery-image] Oct 18 21:14:39.933 INFO O| Oct 18 21:14:39.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
67832024-10-18T21:14:41.511Z[ recovery-image] Oct 18 21:14:39.933 INFO O| Oct 18 21:14:39.933 INFO STEP 870 (remove_files) COMPLETE
67842024-10-18T21:14:41.511Z[ recovery-image] Oct 18 21:14:39.934 INFO O| Oct 18 21:14:39.933 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852024-10-18T21:14:41.518Z[ recovery-image] Oct 18 21:14:39.943 INFO O| Oct 18 21:14:39.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
67862024-10-18T21:14:41.519Z[ recovery-image] Oct 18 21:14:39.943 INFO O| Oct 18 21:14:39.943 INFO STEP 871 (remove_files) COMPLETE
67872024-10-18T21:14:41.519Z[ recovery-image] Oct 18 21:14:39.943 INFO O| Oct 18 21:14:39.943 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882024-10-18T21:14:41.528Z[ recovery-image] Oct 18 21:14:39.953 INFO O| Oct 18 21:14:39.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
67892024-10-18T21:14:41.531Z[ recovery-image] Oct 18 21:14:39.953 INFO O| Oct 18 21:14:39.953 INFO STEP 872 (remove_files) COMPLETE
67902024-10-18T21:14:41.531Z[ recovery-image] Oct 18 21:14:39.953 INFO O| Oct 18 21:14:39.953 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912024-10-18T21:14:41.538Z[ recovery-image] Oct 18 21:14:39.963 INFO O| Oct 18 21:14:39.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
67922024-10-18T21:14:41.540Z[ recovery-image] Oct 18 21:14:39.963 INFO O| Oct 18 21:14:39.963 INFO STEP 873 (remove_files) COMPLETE
67932024-10-18T21:14:41.540Z[ recovery-image] Oct 18 21:14:39.964 INFO O| Oct 18 21:14:39.963 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942024-10-18T21:14:41.548Z[ recovery-image] Oct 18 21:14:39.973 INFO O| Oct 18 21:14:39.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
67952024-10-18T21:14:41.551Z[ recovery-image] Oct 18 21:14:39.973 INFO O| Oct 18 21:14:39.973 INFO STEP 874 (remove_files) COMPLETE
67962024-10-18T21:14:41.551Z[ recovery-image] Oct 18 21:14:39.973 INFO O| Oct 18 21:14:39.973 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972024-10-18T21:14:41.558Z[ recovery-image] Oct 18 21:14:39.983 INFO O| Oct 18 21:14:39.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
67982024-10-18T21:14:41.558Z[ recovery-image] Oct 18 21:14:39.983 INFO O| Oct 18 21:14:39.983 INFO STEP 875 (remove_files) COMPLETE
67992024-10-18T21:14:41.564Z[ recovery-image] Oct 18 21:14:39.983 INFO O| Oct 18 21:14:39.983 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002024-10-18T21:14:41.568Z[ recovery-image] Oct 18 21:14:39.993 INFO O| Oct 18 21:14:39.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
68012024-10-18T21:14:41.571Z[ recovery-image] Oct 18 21:14:39.993 INFO O| Oct 18 21:14:39.993 INFO STEP 876 (remove_files) COMPLETE
68022024-10-18T21:14:41.571Z[ recovery-image] Oct 18 21:14:39.993 INFO O| Oct 18 21:14:39.993 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-10-18T21:14:41.579Z[ recovery-image] Oct 18 21:14:40.004 INFO O| Oct 18 21:14:40.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
68042024-10-18T21:14:41.580Z[ recovery-image] Oct 18 21:14:40.004 INFO O| Oct 18 21:14:40.004 INFO STEP 877 (remove_files) COMPLETE
68052024-10-18T21:14:41.582Z[ recovery-image] Oct 18 21:14:40.004 INFO O| Oct 18 21:14:40.004 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-10-18T21:14:41.590Z[ recovery-image] Oct 18 21:14:40.015 INFO O| Oct 18 21:14:40.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
68072024-10-18T21:14:41.592Z[ recovery-image] Oct 18 21:14:40.015 INFO O| Oct 18 21:14:40.015 INFO STEP 878 (remove_files) COMPLETE
68082024-10-18T21:14:41.592Z[ recovery-image] Oct 18 21:14:40.015 INFO O| Oct 18 21:14:40.015 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-10-18T21:14:41.603Z[ recovery-image] Oct 18 21:14:40.027 INFO O| Oct 18 21:14:40.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
68102024-10-18T21:14:41.603Z[ recovery-image] Oct 18 21:14:40.027 INFO O| Oct 18 21:14:40.027 INFO STEP 879 (remove_files) COMPLETE
68112024-10-18T21:14:41.603Z[ recovery-image] Oct 18 21:14:40.027 INFO O| Oct 18 21:14:40.027 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-10-18T21:14:41.615Z[ recovery-image] Oct 18 21:14:40.040 INFO O| Oct 18 21:14:40.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
68132024-10-18T21:14:41.617Z[ recovery-image] Oct 18 21:14:40.040 INFO O| Oct 18 21:14:40.040 INFO STEP 880 (remove_files) COMPLETE
68142024-10-18T21:14:41.617Z[ recovery-image] Oct 18 21:14:40.040 INFO O| Oct 18 21:14:40.040 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-10-18T21:14:41.626Z[ recovery-image] Oct 18 21:14:40.051 INFO O| Oct 18 21:14:40.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
68162024-10-18T21:14:41.626Z[ recovery-image] Oct 18 21:14:40.051 INFO O| Oct 18 21:14:40.051 INFO STEP 881 (remove_files) COMPLETE
68172024-10-18T21:14:41.629Z[ recovery-image] Oct 18 21:14:40.051 INFO O| Oct 18 21:14:40.051 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-10-18T21:14:41.638Z[ recovery-image] Oct 18 21:14:40.062 INFO O| Oct 18 21:14:40.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
68192024-10-18T21:14:41.638Z[ recovery-image] Oct 18 21:14:40.062 INFO O| Oct 18 21:14:40.062 INFO STEP 882 (remove_files) COMPLETE
68202024-10-18T21:14:41.638Z[ recovery-image] Oct 18 21:14:40.063 INFO O| Oct 18 21:14:40.062 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-10-18T21:14:41.649Z[ recovery-image] Oct 18 21:14:40.074 INFO O| Oct 18 21:14:40.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
68222024-10-18T21:14:41.649Z[ recovery-image] Oct 18 21:14:40.074 INFO O| Oct 18 21:14:40.074 INFO STEP 883 (remove_files) COMPLETE
68232024-10-18T21:14:41.649Z[ recovery-image] Oct 18 21:14:40.074 INFO O| Oct 18 21:14:40.074 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-10-18T21:14:41.660Z[ recovery-image] Oct 18 21:14:40.085 INFO O| Oct 18 21:14:40.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
68252024-10-18T21:14:41.663Z[ recovery-image] Oct 18 21:14:40.085 INFO O| Oct 18 21:14:40.085 INFO STEP 884 (remove_files) COMPLETE
68262024-10-18T21:14:41.663Z[ recovery-image] Oct 18 21:14:40.085 INFO O| Oct 18 21:14:40.085 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-10-18T21:14:41.672Z[ recovery-image] Oct 18 21:14:40.097 INFO O| Oct 18 21:14:40.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
68282024-10-18T21:14:41.672Z[ recovery-image] Oct 18 21:14:40.097 INFO O| Oct 18 21:14:40.097 INFO STEP 885 (remove_files) COMPLETE
68292024-10-18T21:14:41.675Z[ recovery-image] Oct 18 21:14:40.097 INFO O| Oct 18 21:14:40.097 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302024-10-18T21:14:41.682Z[ recovery-image] Oct 18 21:14:40.107 INFO O| Oct 18 21:14:40.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
68312024-10-18T21:14:41.684Z[ recovery-image] Oct 18 21:14:40.107 INFO O| Oct 18 21:14:40.107 INFO STEP 886 (remove_files) COMPLETE
68322024-10-18T21:14:41.684Z[ recovery-image] Oct 18 21:14:40.107 INFO O| Oct 18 21:14:40.107 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-10-18T21:14:41.694Z[ recovery-image] Oct 18 21:14:40.119 INFO O| Oct 18 21:14:40.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
68342024-10-18T21:14:41.696Z[ recovery-image] Oct 18 21:14:40.119 INFO O| Oct 18 21:14:40.119 INFO STEP 887 (remove_files) COMPLETE
68352024-10-18T21:14:41.696Z[ recovery-image] Oct 18 21:14:40.119 INFO O| Oct 18 21:14:40.119 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362024-10-18T21:14:41.704Z[ recovery-image] Oct 18 21:14:40.129 INFO O| Oct 18 21:14:40.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
68372024-10-18T21:14:41.704Z[ recovery-image] Oct 18 21:14:40.129 INFO O| Oct 18 21:14:40.129 INFO STEP 888 (remove_files) COMPLETE
68382024-10-18T21:14:41.706Z[ recovery-image] Oct 18 21:14:40.129 INFO O| Oct 18 21:14:40.129 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392024-10-18T21:14:41.714Z[ recovery-image] Oct 18 21:14:40.139 INFO O| Oct 18 21:14:40.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
68402024-10-18T21:14:41.717Z[ recovery-image] Oct 18 21:14:40.139 INFO O| Oct 18 21:14:40.139 INFO STEP 889 (remove_files) COMPLETE
68412024-10-18T21:14:41.717Z[ recovery-image] Oct 18 21:14:40.139 INFO O| Oct 18 21:14:40.139 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-10-18T21:14:41.724Z[ recovery-image] Oct 18 21:14:40.149 INFO O| Oct 18 21:14:40.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
68432024-10-18T21:14:41.724Z[ recovery-image] Oct 18 21:14:40.149 INFO O| Oct 18 21:14:40.149 INFO STEP 890 (remove_files) COMPLETE
68442024-10-18T21:14:41.727Z[ recovery-image] Oct 18 21:14:40.149 INFO O| Oct 18 21:14:40.149 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-10-18T21:14:41.734Z[ recovery-image] Oct 18 21:14:40.159 INFO O| Oct 18 21:14:40.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
68462024-10-18T21:14:41.735Z[ recovery-image] Oct 18 21:14:40.159 INFO O| Oct 18 21:14:40.159 INFO STEP 891 (remove_files) COMPLETE
68472024-10-18T21:14:41.737Z[ recovery-image] Oct 18 21:14:40.159 INFO O| Oct 18 21:14:40.159 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-10-18T21:14:41.739Z[ host-image] Oct 18 21:14:40.164 INFO O| Oct 18 21:14:40.163 INFO O| Planning: Solver setup ... Done
68492024-10-18T21:14:41.743Z[ host-image] Oct 18 21:14:40.168 INFO O| Oct 18 21:14:40.168 INFO O| Planning: Running solver ... Done
68502024-10-18T21:14:41.746Z[ recovery-image] Oct 18 21:14:40.170 INFO O| Oct 18 21:14:40.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
68512024-10-18T21:14:41.746Z[ recovery-image] Oct 18 21:14:40.170 INFO O| Oct 18 21:14:40.170 INFO STEP 892 (remove_files) COMPLETE
68522024-10-18T21:14:41.746Z[ recovery-image] Oct 18 21:14:40.170 INFO O| Oct 18 21:14:40.170 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-10-18T21:14:41.755Z[ recovery-image] Oct 18 21:14:40.180 INFO O| Oct 18 21:14:40.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
68542024-10-18T21:14:41.755Z[ recovery-image] Oct 18 21:14:40.180 INFO O| Oct 18 21:14:40.180 INFO STEP 893 (remove_files) COMPLETE
68552024-10-18T21:14:41.757Z[ recovery-image] Oct 18 21:14:40.180 INFO O| Oct 18 21:14:40.180 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-10-18T21:14:41.765Z[ recovery-image] Oct 18 21:14:40.190 INFO O| Oct 18 21:14:40.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
68572024-10-18T21:14:41.767Z[ recovery-image] Oct 18 21:14:40.190 INFO O| Oct 18 21:14:40.190 INFO STEP 894 (remove_files) COMPLETE
68582024-10-18T21:14:41.767Z[ recovery-image] Oct 18 21:14:40.190 INFO O| Oct 18 21:14:40.190 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-10-18T21:14:41.775Z[ recovery-image] Oct 18 21:14:40.200 INFO O| Oct 18 21:14:40.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
68602024-10-18T21:14:41.777Z[ recovery-image] Oct 18 21:14:40.200 INFO O| Oct 18 21:14:40.200 INFO STEP 895 (remove_files) COMPLETE
68612024-10-18T21:14:41.777Z[ recovery-image] Oct 18 21:14:40.200 INFO O| Oct 18 21:14:40.200 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-10-18T21:14:41.785Z[ recovery-image] Oct 18 21:14:40.210 INFO O| Oct 18 21:14:40.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
68632024-10-18T21:14:41.785Z[ recovery-image] Oct 18 21:14:40.210 INFO O| Oct 18 21:14:40.210 INFO STEP 896 (remove_files) COMPLETE
68642024-10-18T21:14:41.787Z[ recovery-image] Oct 18 21:14:40.210 INFO O| Oct 18 21:14:40.210 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-10-18T21:14:41.795Z[ recovery-image] Oct 18 21:14:40.220 INFO O| Oct 18 21:14:40.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
68662024-10-18T21:14:41.795Z[ recovery-image] Oct 18 21:14:40.220 INFO O| Oct 18 21:14:40.220 INFO STEP 897 (remove_files) COMPLETE
68672024-10-18T21:14:41.797Z[ recovery-image] Oct 18 21:14:40.220 INFO O| Oct 18 21:14:40.220 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-10-18T21:14:41.797Z[ host-image] Oct 18 21:14:40.221 INFO O| Oct 18 21:14:40.221 INFO O| Planning: Finding local manifests ... Done
68692024-10-18T21:14:41.799Z[ host-image] Oct 18 21:14:40.222 INFO O| Oct 18 21:14:40.222 INFO O| Planning: Fetching manifests: 0/1 0% complete
68702024-10-18T21:14:41.805Z[ recovery-image] Oct 18 21:14:40.230 INFO O| Oct 18 21:14:40.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
68712024-10-18T21:14:41.805Z[ recovery-image] Oct 18 21:14:40.230 INFO O| Oct 18 21:14:40.230 INFO STEP 898 (remove_files) COMPLETE
68722024-10-18T21:14:41.807Z[ recovery-image] Oct 18 21:14:40.230 INFO O| Oct 18 21:14:40.230 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-10-18T21:14:41.815Z[ recovery-image] Oct 18 21:14:40.239 INFO O| Oct 18 21:14:40.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
68742024-10-18T21:14:41.817Z[ recovery-image] Oct 18 21:14:40.240 INFO O| Oct 18 21:14:40.240 INFO STEP 899 (remove_files) COMPLETE
68752024-10-18T21:14:41.817Z[ recovery-image] Oct 18 21:14:40.240 INFO O| Oct 18 21:14:40.240 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-10-18T21:14:41.825Z[ recovery-image] Oct 18 21:14:40.250 INFO O| Oct 18 21:14:40.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
68772024-10-18T21:14:41.825Z[ recovery-image] Oct 18 21:14:40.250 INFO O| Oct 18 21:14:40.250 INFO STEP 900 (remove_files) COMPLETE
68782024-10-18T21:14:41.827Z[ recovery-image] Oct 18 21:14:40.250 INFO O| Oct 18 21:14:40.250 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-10-18T21:14:41.835Z[ recovery-image] Oct 18 21:14:40.260 INFO O| Oct 18 21:14:40.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
68802024-10-18T21:14:41.835Z[ recovery-image] Oct 18 21:14:40.260 INFO O| Oct 18 21:14:40.260 INFO STEP 901 (remove_files) COMPLETE
68812024-10-18T21:14:41.835Z[ recovery-image] Oct 18 21:14:40.260 INFO O| Oct 18 21:14:40.260 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-10-18T21:14:41.845Z[ recovery-image] Oct 18 21:14:40.270 INFO O| Oct 18 21:14:40.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
68832024-10-18T21:14:41.845Z[ recovery-image] Oct 18 21:14:40.270 INFO O| Oct 18 21:14:40.270 INFO STEP 902 (remove_files) COMPLETE
68842024-10-18T21:14:41.845Z[ recovery-image] Oct 18 21:14:40.270 INFO O| Oct 18 21:14:40.270 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-10-18T21:14:41.855Z[ recovery-image] Oct 18 21:14:40.280 INFO O| Oct 18 21:14:40.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
68862024-10-18T21:14:41.855Z[ recovery-image] Oct 18 21:14:40.280 INFO O| Oct 18 21:14:40.280 INFO STEP 903 (remove_files) COMPLETE
68872024-10-18T21:14:41.858Z[ recovery-image] Oct 18 21:14:40.280 INFO O| Oct 18 21:14:40.280 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-10-18T21:14:41.865Z[ recovery-image] Oct 18 21:14:40.290 INFO O| Oct 18 21:14:40.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
68892024-10-18T21:14:41.867Z[ recovery-image] Oct 18 21:14:40.290 INFO O| Oct 18 21:14:40.290 INFO STEP 904 (remove_files) COMPLETE
68902024-10-18T21:14:41.867Z[ recovery-image] Oct 18 21:14:40.290 INFO O| Oct 18 21:14:40.290 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-10-18T21:14:41.875Z[ recovery-image] Oct 18 21:14:40.300 INFO O| Oct 18 21:14:40.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
68922024-10-18T21:14:41.878Z[ recovery-image] Oct 18 21:14:40.300 INFO O| Oct 18 21:14:40.300 INFO STEP 905 (remove_files) COMPLETE
68932024-10-18T21:14:41.878Z[ recovery-image] Oct 18 21:14:40.300 INFO O| Oct 18 21:14:40.300 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942024-10-18T21:14:41.878Z[ host-image] Oct 18 21:14:40.303 INFO O| Oct 18 21:14:40.302 INFO O| Planning: Fetching manifests: 1/1 100% complete
68952024-10-18T21:14:41.886Z[ recovery-image] Oct 18 21:14:40.311 INFO O| Oct 18 21:14:40.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
68962024-10-18T21:14:41.886Z[ recovery-image] Oct 18 21:14:40.311 INFO O| Oct 18 21:14:40.311 INFO STEP 906 (remove_files) COMPLETE
68972024-10-18T21:14:41.889Z[ recovery-image] Oct 18 21:14:40.311 INFO O| Oct 18 21:14:40.311 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-10-18T21:14:41.896Z[ recovery-image] Oct 18 21:14:40.321 INFO O| Oct 18 21:14:40.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
68992024-10-18T21:14:41.896Z[ recovery-image] Oct 18 21:14:40.321 INFO O| Oct 18 21:14:40.321 INFO STEP 907 (remove_files) COMPLETE
69002024-10-18T21:14:41.896Z[ recovery-image] Oct 18 21:14:40.321 INFO O| Oct 18 21:14:40.321 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-10-18T21:14:41.899Z[ host-image] Oct 18 21:14:40.324 INFO O| Oct 18 21:14:40.324 INFO O| Planning: Package planning ... Done
69022024-10-18T21:14:41.902Z[ host-image] Oct 18 21:14:40.324 INFO O| Oct 18 21:14:40.324 INFO O| Planning: Merging actions ... Done
69032024-10-18T21:14:41.907Z[ recovery-image] Oct 18 21:14:40.332 INFO O| Oct 18 21:14:40.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
69042024-10-18T21:14:41.909Z[ recovery-image] Oct 18 21:14:40.332 INFO O| Oct 18 21:14:40.332 INFO STEP 908 (remove_files) COMPLETE
69052024-10-18T21:14:41.909Z[ recovery-image] Oct 18 21:14:40.332 INFO O| Oct 18 21:14:40.332 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062024-10-18T21:14:41.917Z[ recovery-image] Oct 18 21:14:40.342 INFO O| Oct 18 21:14:40.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
69072024-10-18T21:14:41.917Z[ recovery-image] Oct 18 21:14:40.342 INFO O| Oct 18 21:14:40.342 INFO STEP 909 (remove_files) COMPLETE
69082024-10-18T21:14:41.917Z[ recovery-image] Oct 18 21:14:40.342 INFO O| Oct 18 21:14:40.342 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092024-10-18T21:14:41.927Z[ recovery-image] Oct 18 21:14:40.352 INFO O| Oct 18 21:14:40.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
69102024-10-18T21:14:41.930Z[ recovery-image] Oct 18 21:14:40.352 INFO O| Oct 18 21:14:40.352 INFO STEP 910 (remove_files) COMPLETE
69112024-10-18T21:14:41.930Z[ recovery-image] Oct 18 21:14:40.352 INFO O| Oct 18 21:14:40.352 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122024-10-18T21:14:41.938Z[ recovery-image] Oct 18 21:14:40.362 INFO O| Oct 18 21:14:40.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
69132024-10-18T21:14:41.938Z[ recovery-image] Oct 18 21:14:40.362 INFO O| Oct 18 21:14:40.362 INFO STEP 911 (remove_files) COMPLETE
69142024-10-18T21:14:41.938Z[ recovery-image] Oct 18 21:14:40.362 INFO O| Oct 18 21:14:40.362 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152024-10-18T21:14:41.948Z[ recovery-image] Oct 18 21:14:40.372 INFO O| Oct 18 21:14:40.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
69162024-10-18T21:14:41.948Z[ recovery-image] Oct 18 21:14:40.372 INFO O| Oct 18 21:14:40.372 INFO STEP 912 (remove_files) COMPLETE
69172024-10-18T21:14:41.948Z[ recovery-image] Oct 18 21:14:40.372 INFO O| Oct 18 21:14:40.372 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182024-10-18T21:14:41.958Z[ recovery-image] Oct 18 21:14:40.382 INFO O| Oct 18 21:14:40.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
69192024-10-18T21:14:41.960Z[ recovery-image] Oct 18 21:14:40.383 INFO O| Oct 18 21:14:40.383 INFO STEP 913 (remove_files) COMPLETE
69202024-10-18T21:14:41.960Z[ recovery-image] Oct 18 21:14:40.383 INFO O| Oct 18 21:14:40.383 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212024-10-18T21:14:41.963Z[ host-image] Oct 18 21:14:40.385 INFO O| Oct 18 21:14:40.385 INFO O| Planning: Checking for conflicting actions ... Done
69222024-10-18T21:14:41.963Z[ host-image] Oct 18 21:14:40.385 INFO O| Oct 18 21:14:40.385 INFO O| Planning: Consolidating action changes ... Done
69232024-10-18T21:14:41.968Z[ recovery-image] Oct 18 21:14:40.393 INFO O| Oct 18 21:14:40.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
69242024-10-18T21:14:41.968Z[ recovery-image] Oct 18 21:14:40.393 INFO O| Oct 18 21:14:40.393 INFO STEP 914 (remove_files) COMPLETE
69252024-10-18T21:14:41.968Z[ recovery-image] Oct 18 21:14:40.393 INFO O| Oct 18 21:14:40.393 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-10-18T21:14:41.978Z[ recovery-image] Oct 18 21:14:40.403 INFO O| Oct 18 21:14:40.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
69272024-10-18T21:14:41.979Z[ recovery-image] Oct 18 21:14:40.403 INFO O| Oct 18 21:14:40.403 INFO STEP 915 (remove_files) COMPLETE
69282024-10-18T21:14:41.979Z[ recovery-image] Oct 18 21:14:40.403 INFO O| Oct 18 21:14:40.403 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-10-18T21:14:41.989Z[ recovery-image] Oct 18 21:14:40.413 INFO O| Oct 18 21:14:40.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
69302024-10-18T21:14:41.989Z[ recovery-image] Oct 18 21:14:40.413 INFO O| Oct 18 21:14:40.413 INFO STEP 916 (remove_files) COMPLETE
69312024-10-18T21:14:41.989Z[ recovery-image] Oct 18 21:14:40.413 INFO O| Oct 18 21:14:40.413 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-10-18T21:14:42.002Z[ recovery-image] Oct 18 21:14:40.426 INFO O| Oct 18 21:14:40.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
69332024-10-18T21:14:42.002Z[ recovery-image] Oct 18 21:14:40.426 INFO O| Oct 18 21:14:40.426 INFO STEP 917 (remove_files) COMPLETE
69342024-10-18T21:14:42.006Z[ recovery-image] Oct 18 21:14:40.426 INFO O| Oct 18 21:14:40.426 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-10-18T21:14:42.012Z[ recovery-image] Oct 18 21:14:40.437 INFO O| Oct 18 21:14:40.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
69362024-10-18T21:14:42.012Z[ recovery-image] Oct 18 21:14:40.437 INFO O| Oct 18 21:14:40.437 INFO STEP 918 (remove_files) COMPLETE
69372024-10-18T21:14:42.012Z[ recovery-image] Oct 18 21:14:40.437 INFO O| Oct 18 21:14:40.437 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-10-18T21:14:42.024Z[ recovery-image] Oct 18 21:14:40.449 INFO O| Oct 18 21:14:40.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
69392024-10-18T21:14:42.024Z[ recovery-image] Oct 18 21:14:40.449 INFO O| Oct 18 21:14:40.449 INFO STEP 919 (remove_files) COMPLETE
69402024-10-18T21:14:42.024Z[ recovery-image] Oct 18 21:14:40.449 INFO O| Oct 18 21:14:40.449 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-10-18T21:14:42.036Z[ recovery-image] Oct 18 21:14:40.461 INFO O| Oct 18 21:14:40.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
69422024-10-18T21:14:42.036Z[ recovery-image] Oct 18 21:14:40.461 INFO O| Oct 18 21:14:40.461 INFO STEP 920 (remove_files) COMPLETE
69432024-10-18T21:14:42.039Z[ recovery-image] Oct 18 21:14:40.461 INFO O| Oct 18 21:14:40.461 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-10-18T21:14:42.046Z[ recovery-image] Oct 18 21:14:40.471 INFO O| Oct 18 21:14:40.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
69452024-10-18T21:14:42.046Z[ recovery-image] Oct 18 21:14:40.471 INFO O| Oct 18 21:14:40.471 INFO STEP 921 (remove_files) COMPLETE
69462024-10-18T21:14:42.049Z[ recovery-image] Oct 18 21:14:40.471 INFO O| Oct 18 21:14:40.471 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-10-18T21:14:42.056Z[ recovery-image] Oct 18 21:14:40.481 INFO O| Oct 18 21:14:40.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
69482024-10-18T21:14:42.056Z[ recovery-image] Oct 18 21:14:40.481 INFO O| Oct 18 21:14:40.481 INFO STEP 922 (remove_files) COMPLETE
69492024-10-18T21:14:42.056Z[ recovery-image] Oct 18 21:14:40.481 INFO O| Oct 18 21:14:40.481 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-10-18T21:14:42.066Z[ recovery-image] Oct 18 21:14:40.491 INFO O| Oct 18 21:14:40.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
69512024-10-18T21:14:42.069Z[ recovery-image] Oct 18 21:14:40.491 INFO O| Oct 18 21:14:40.491 INFO STEP 923 (remove_files) COMPLETE
69522024-10-18T21:14:42.069Z[ recovery-image] Oct 18 21:14:40.491 INFO O| Oct 18 21:14:40.491 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-10-18T21:14:42.076Z[ recovery-image] Oct 18 21:14:40.501 INFO O| Oct 18 21:14:40.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
69542024-10-18T21:14:42.076Z[ recovery-image] Oct 18 21:14:40.501 INFO O| Oct 18 21:14:40.501 INFO STEP 924 (remove_files) COMPLETE
69552024-10-18T21:14:42.076Z[ recovery-image] Oct 18 21:14:40.501 INFO O| Oct 18 21:14:40.501 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-10-18T21:14:42.086Z[ recovery-image] Oct 18 21:14:40.511 INFO O| Oct 18 21:14:40.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
69572024-10-18T21:14:42.086Z[ recovery-image] Oct 18 21:14:40.511 INFO O| Oct 18 21:14:40.511 INFO STEP 925 (remove_files) COMPLETE
69582024-10-18T21:14:42.086Z[ recovery-image] Oct 18 21:14:40.511 INFO O| Oct 18 21:14:40.511 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-10-18T21:14:42.096Z[ recovery-image] Oct 18 21:14:40.520 INFO O| Oct 18 21:14:40.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
69602024-10-18T21:14:42.096Z[ recovery-image] Oct 18 21:14:40.521 INFO O| Oct 18 21:14:40.520 INFO STEP 926 (remove_files) COMPLETE
69612024-10-18T21:14:42.098Z[ recovery-image] Oct 18 21:14:40.521 INFO O| Oct 18 21:14:40.521 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-10-18T21:14:42.106Z[ recovery-image] Oct 18 21:14:40.530 INFO O| Oct 18 21:14:40.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
69632024-10-18T21:14:42.106Z[ recovery-image] Oct 18 21:14:40.530 INFO O| Oct 18 21:14:40.530 INFO STEP 927 (remove_files) COMPLETE
69642024-10-18T21:14:42.108Z[ recovery-image] Oct 18 21:14:40.530 INFO O| Oct 18 21:14:40.530 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-10-18T21:14:42.116Z[ recovery-image] Oct 18 21:14:40.540 INFO O| Oct 18 21:14:40.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
69662024-10-18T21:14:42.119Z[ recovery-image] Oct 18 21:14:40.541 INFO O| Oct 18 21:14:40.540 INFO STEP 928 (remove_files) COMPLETE
69672024-10-18T21:14:42.119Z[ recovery-image] Oct 18 21:14:40.541 INFO O| Oct 18 21:14:40.541 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-10-18T21:14:42.126Z[ recovery-image] Oct 18 21:14:40.550 INFO O| Oct 18 21:14:40.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
69692024-10-18T21:14:42.126Z[ recovery-image] Oct 18 21:14:40.551 INFO O| Oct 18 21:14:40.550 INFO STEP 929 (remove_files) COMPLETE
69702024-10-18T21:14:42.126Z[ recovery-image] Oct 18 21:14:40.551 INFO O| Oct 18 21:14:40.550 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-10-18T21:14:42.136Z[ recovery-image] Oct 18 21:14:40.561 INFO O| Oct 18 21:14:40.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
69722024-10-18T21:14:42.136Z[ recovery-image] Oct 18 21:14:40.561 INFO O| Oct 18 21:14:40.561 INFO STEP 930 (remove_files) COMPLETE
69732024-10-18T21:14:42.136Z[ recovery-image] Oct 18 21:14:40.561 INFO O| Oct 18 21:14:40.561 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-10-18T21:14:42.143Z[ host-image] Oct 18 21:14:40.567 INFO O| Oct 18 21:14:40.567 INFO O| Planning: Evaluating mediators ... Done
69752024-10-18T21:14:42.145Z[ host-image] Oct 18 21:14:40.568 INFO O| Oct 18 21:14:40.568 INFO O| Planning: Planning completed in 2.59 seconds
69762024-10-18T21:14:42.145Z[ host-image] Oct 18 21:14:40.569 INFO O| Oct 18 21:14:40.569 INFO O| Packages to install: 1
69772024-10-18T21:14:42.148Z[ recovery-image] Oct 18 21:14:40.571 INFO O| Oct 18 21:14:40.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
69782024-10-18T21:14:42.148Z[ recovery-image] Oct 18 21:14:40.571 INFO O| Oct 18 21:14:40.571 INFO STEP 931 (remove_files) COMPLETE
69792024-10-18T21:14:42.148Z[ recovery-image] Oct 18 21:14:40.571 INFO O| Oct 18 21:14:40.571 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-10-18T21:14:42.156Z[ host-image] Oct 18 21:14:40.580 INFO O| Oct 18 21:14:40.580 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
69812024-10-18T21:14:42.158Z[ recovery-image] Oct 18 21:14:40.581 INFO O| Oct 18 21:14:40.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
69822024-10-18T21:14:42.158Z[ recovery-image] Oct 18 21:14:40.581 INFO O| Oct 18 21:14:40.581 INFO STEP 932 (remove_files) COMPLETE
69832024-10-18T21:14:42.158Z[ recovery-image] Oct 18 21:14:40.581 INFO O| Oct 18 21:14:40.581 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-10-18T21:14:42.169Z[ recovery-image] Oct 18 21:14:40.593 INFO O| Oct 18 21:14:40.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
69852024-10-18T21:14:42.171Z[ recovery-image] Oct 18 21:14:40.594 INFO O| Oct 18 21:14:40.593 INFO STEP 933 (remove_files) COMPLETE
69862024-10-18T21:14:42.171Z[ recovery-image] Oct 18 21:14:40.594 INFO O| Oct 18 21:14:40.593 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-10-18T21:14:42.180Z[ recovery-image] Oct 18 21:14:40.605 INFO O| Oct 18 21:14:40.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
69882024-10-18T21:14:42.183Z[ recovery-image] Oct 18 21:14:40.605 INFO O| Oct 18 21:14:40.605 INFO STEP 934 (remove_files) COMPLETE
69892024-10-18T21:14:42.183Z[ recovery-image] Oct 18 21:14:40.605 INFO O| Oct 18 21:14:40.605 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-10-18T21:14:42.192Z[ recovery-image] Oct 18 21:14:40.617 INFO O| Oct 18 21:14:40.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
69912024-10-18T21:14:42.192Z[ recovery-image] Oct 18 21:14:40.617 INFO O| Oct 18 21:14:40.617 INFO STEP 935 (remove_files) COMPLETE
69922024-10-18T21:14:42.195Z[ recovery-image] Oct 18 21:14:40.617 INFO O| Oct 18 21:14:40.617 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-10-18T21:14:42.203Z[ recovery-image] Oct 18 21:14:40.628 INFO O| Oct 18 21:14:40.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
69942024-10-18T21:14:42.203Z[ recovery-image] Oct 18 21:14:40.628 INFO O| Oct 18 21:14:40.628 INFO STEP 936 (remove_files) COMPLETE
69952024-10-18T21:14:42.206Z[ recovery-image] Oct 18 21:14:40.628 INFO O| Oct 18 21:14:40.628 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-10-18T21:14:42.215Z[ recovery-image] Oct 18 21:14:40.640 INFO O| Oct 18 21:14:40.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
69972024-10-18T21:14:42.218Z[ recovery-image] Oct 18 21:14:40.640 INFO O| Oct 18 21:14:40.640 INFO STEP 937 (remove_files) COMPLETE
69982024-10-18T21:14:42.218Z[ recovery-image] Oct 18 21:14:40.640 INFO O| Oct 18 21:14:40.640 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-10-18T21:14:42.226Z[ recovery-image] Oct 18 21:14:40.651 INFO O| Oct 18 21:14:40.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
70002024-10-18T21:14:42.226Z[ recovery-image] Oct 18 21:14:40.651 INFO O| Oct 18 21:14:40.651 INFO STEP 938 (remove_files) COMPLETE
70012024-10-18T21:14:42.229Z[ recovery-image] Oct 18 21:14:40.651 INFO O| Oct 18 21:14:40.651 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022024-10-18T21:14:42.240Z[ recovery-image] Oct 18 21:14:40.665 INFO O| Oct 18 21:14:40.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
70032024-10-18T21:14:42.240Z[ recovery-image] Oct 18 21:14:40.665 INFO O| Oct 18 21:14:40.665 INFO STEP 939 (remove_files) COMPLETE
70042024-10-18T21:14:42.243Z[ recovery-image] Oct 18 21:14:40.665 INFO O| Oct 18 21:14:40.665 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052024-10-18T21:14:42.250Z[ recovery-image] Oct 18 21:14:40.675 INFO O| Oct 18 21:14:40.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
70062024-10-18T21:14:42.253Z[ recovery-image] Oct 18 21:14:40.675 INFO O| Oct 18 21:14:40.675 INFO STEP 940 (remove_files) COMPLETE
70072024-10-18T21:14:42.253Z[ recovery-image] Oct 18 21:14:40.675 INFO O| Oct 18 21:14:40.675 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082024-10-18T21:14:42.264Z[ recovery-image] Oct 18 21:14:40.689 INFO O| Oct 18 21:14:40.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
70092024-10-18T21:14:42.264Z[ recovery-image] Oct 18 21:14:40.689 INFO O| Oct 18 21:14:40.689 INFO STEP 941 (remove_files) COMPLETE
70102024-10-18T21:14:42.267Z[ recovery-image] Oct 18 21:14:40.689 INFO O| Oct 18 21:14:40.689 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112024-10-18T21:14:42.276Z[ recovery-image] Oct 18 21:14:40.701 INFO O| Oct 18 21:14:40.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
70122024-10-18T21:14:42.279Z[ recovery-image] Oct 18 21:14:40.701 INFO O| Oct 18 21:14:40.701 INFO STEP 942 (remove_files) COMPLETE
70132024-10-18T21:14:42.279Z[ recovery-image] Oct 18 21:14:40.701 INFO O| Oct 18 21:14:40.701 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-10-18T21:14:42.289Z[ recovery-image] Oct 18 21:14:40.714 INFO O| Oct 18 21:14:40.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
70152024-10-18T21:14:42.292Z[ recovery-image] Oct 18 21:14:40.714 INFO O| Oct 18 21:14:40.714 INFO STEP 943 (remove_files) COMPLETE
70162024-10-18T21:14:42.292Z[ recovery-image] Oct 18 21:14:40.714 INFO O| Oct 18 21:14:40.714 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-10-18T21:14:42.303Z[ recovery-image] Oct 18 21:14:40.727 INFO O| Oct 18 21:14:40.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
70182024-10-18T21:14:42.305Z[ recovery-image] Oct 18 21:14:40.727 INFO O| Oct 18 21:14:40.727 INFO STEP 944 (remove_files) COMPLETE
70192024-10-18T21:14:42.305Z[ recovery-image] Oct 18 21:14:40.728 INFO O| Oct 18 21:14:40.727 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-10-18T21:14:42.318Z[ recovery-image] Oct 18 21:14:40.742 INFO O| Oct 18 21:14:40.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
70212024-10-18T21:14:42.318Z[ recovery-image] Oct 18 21:14:40.742 INFO O| Oct 18 21:14:40.742 INFO STEP 945 (remove_files) COMPLETE
70222024-10-18T21:14:42.320Z[ recovery-image] Oct 18 21:14:40.742 INFO O| Oct 18 21:14:40.742 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-10-18T21:14:42.332Z[ recovery-image] Oct 18 21:14:40.756 INFO O| Oct 18 21:14:40.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
70242024-10-18T21:14:42.334Z[ recovery-image] Oct 18 21:14:40.756 INFO O| Oct 18 21:14:40.756 INFO STEP 946 (remove_files) COMPLETE
70252024-10-18T21:14:42.334Z[ recovery-image] Oct 18 21:14:40.757 INFO O| Oct 18 21:14:40.756 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-10-18T21:14:42.346Z[ recovery-image] Oct 18 21:14:40.771 INFO O| Oct 18 21:14:40.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
70272024-10-18T21:14:42.347Z[ recovery-image] Oct 18 21:14:40.771 INFO O| Oct 18 21:14:40.771 INFO STEP 947 (remove_files) COMPLETE
70282024-10-18T21:14:42.349Z[ recovery-image] Oct 18 21:14:40.771 INFO O| Oct 18 21:14:40.771 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-10-18T21:14:42.362Z[ recovery-image] Oct 18 21:14:40.786 INFO O| Oct 18 21:14:40.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
70302024-10-18T21:14:42.362Z[ recovery-image] Oct 18 21:14:40.787 INFO O| Oct 18 21:14:40.786 INFO STEP 948 (remove_files) COMPLETE
70312024-10-18T21:14:42.364Z[ recovery-image] Oct 18 21:14:40.787 INFO O| Oct 18 21:14:40.787 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-10-18T21:14:42.374Z[ recovery-image] Oct 18 21:14:40.799 INFO O| Oct 18 21:14:40.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
70332024-10-18T21:14:42.377Z[ recovery-image] Oct 18 21:14:40.799 INFO O| Oct 18 21:14:40.799 INFO STEP 949 (remove_files) COMPLETE
70342024-10-18T21:14:42.377Z[ recovery-image] Oct 18 21:14:40.799 INFO O| Oct 18 21:14:40.799 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-10-18T21:14:42.385Z[ recovery-image] Oct 18 21:14:40.810 INFO O| Oct 18 21:14:40.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
70362024-10-18T21:14:42.385Z[ recovery-image] Oct 18 21:14:40.810 INFO O| Oct 18 21:14:40.810 INFO STEP 950 (remove_files) COMPLETE
70372024-10-18T21:14:42.388Z[ recovery-image] Oct 18 21:14:40.810 INFO O| Oct 18 21:14:40.810 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-10-18T21:14:42.395Z[ recovery-image] Oct 18 21:14:40.820 INFO O| Oct 18 21:14:40.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
70392024-10-18T21:14:42.395Z[ recovery-image] Oct 18 21:14:40.820 INFO O| Oct 18 21:14:40.820 INFO STEP 951 (remove_files) COMPLETE
70402024-10-18T21:14:42.395Z[ recovery-image] Oct 18 21:14:40.820 INFO O| Oct 18 21:14:40.820 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-10-18T21:14:42.412Z[ recovery-image] Oct 18 21:14:40.837 INFO O| Oct 18 21:14:40.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
70422024-10-18T21:14:42.415Z[ recovery-image] Oct 18 21:14:40.837 INFO O| Oct 18 21:14:40.837 INFO STEP 952 (remove_files) COMPLETE
70432024-10-18T21:14:42.415Z[ recovery-image] Oct 18 21:14:40.837 INFO O| Oct 18 21:14:40.837 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-10-18T21:14:42.427Z[ recovery-image] Oct 18 21:14:40.851 INFO O| Oct 18 21:14:40.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
70452024-10-18T21:14:42.429Z[ recovery-image] Oct 18 21:14:40.852 INFO O| Oct 18 21:14:40.852 INFO STEP 953 (remove_files) COMPLETE
70462024-10-18T21:14:42.429Z[ recovery-image] Oct 18 21:14:40.852 INFO O| Oct 18 21:14:40.852 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-10-18T21:14:42.438Z[ recovery-image] Oct 18 21:14:40.863 INFO O| Oct 18 21:14:40.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
70482024-10-18T21:14:42.441Z[ recovery-image] Oct 18 21:14:40.863 INFO O| Oct 18 21:14:40.863 INFO STEP 954 (remove_files) COMPLETE
70492024-10-18T21:14:42.441Z[ recovery-image] Oct 18 21:14:40.863 INFO O| Oct 18 21:14:40.863 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-10-18T21:14:42.448Z[ recovery-image] Oct 18 21:14:40.873 INFO O| Oct 18 21:14:40.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
70512024-10-18T21:14:42.451Z[ recovery-image] Oct 18 21:14:40.873 INFO O| Oct 18 21:14:40.873 INFO STEP 955 (remove_files) COMPLETE
70522024-10-18T21:14:42.451Z[ recovery-image] Oct 18 21:14:40.873 INFO O| Oct 18 21:14:40.873 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-10-18T21:14:42.459Z[ recovery-image] Oct 18 21:14:40.884 INFO O| Oct 18 21:14:40.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
70542024-10-18T21:14:42.462Z[ recovery-image] Oct 18 21:14:40.884 INFO O| Oct 18 21:14:40.884 INFO STEP 956 (remove_files) COMPLETE
70552024-10-18T21:14:42.462Z[ recovery-image] Oct 18 21:14:40.884 INFO O| Oct 18 21:14:40.884 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-10-18T21:14:42.470Z[ recovery-image] Oct 18 21:14:40.894 INFO O| Oct 18 21:14:40.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
70572024-10-18T21:14:42.473Z[ recovery-image] Oct 18 21:14:40.895 INFO O| Oct 18 21:14:40.895 INFO STEP 957 (remove_files) COMPLETE
70582024-10-18T21:14:42.473Z[ recovery-image] Oct 18 21:14:40.895 INFO O| Oct 18 21:14:40.895 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-10-18T21:14:42.480Z[ recovery-image] Oct 18 21:14:40.905 INFO O| Oct 18 21:14:40.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
70602024-10-18T21:14:42.480Z[ recovery-image] Oct 18 21:14:40.905 INFO O| Oct 18 21:14:40.905 INFO STEP 958 (remove_files) COMPLETE
70612024-10-18T21:14:42.482Z[ recovery-image] Oct 18 21:14:40.905 INFO O| Oct 18 21:14:40.905 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-10-18T21:14:42.490Z[ recovery-image] Oct 18 21:14:40.915 INFO O| Oct 18 21:14:40.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
70632024-10-18T21:14:42.492Z[ recovery-image] Oct 18 21:14:40.915 INFO O| Oct 18 21:14:40.915 INFO STEP 959 (remove_files) COMPLETE
70642024-10-18T21:14:42.492Z[ recovery-image] Oct 18 21:14:40.915 INFO O| Oct 18 21:14:40.915 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-10-18T21:14:42.500Z[ recovery-image] Oct 18 21:14:40.924 INFO O| Oct 18 21:14:40.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
70662024-10-18T21:14:42.500Z[ recovery-image] Oct 18 21:14:40.925 INFO O| Oct 18 21:14:40.924 INFO STEP 960 (remove_files) COMPLETE
70672024-10-18T21:14:42.502Z[ recovery-image] Oct 18 21:14:40.925 INFO O| Oct 18 21:14:40.925 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-10-18T21:14:42.502Z[ host-image] Oct 18 21:14:40.926 INFO O| Oct 18 21:14:40.926 INFO O| Download: Completed 20.80 MB in 0.35 seconds (60.2M/s)
70692024-10-18T21:14:42.510Z[ recovery-image] Oct 18 21:14:40.935 INFO O| Oct 18 21:14:40.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
70702024-10-18T21:14:42.510Z[ recovery-image] Oct 18 21:14:40.935 INFO O| Oct 18 21:14:40.935 INFO STEP 961 (remove_files) COMPLETE
70712024-10-18T21:14:42.510Z[ recovery-image] Oct 18 21:14:40.935 INFO O| Oct 18 21:14:40.935 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-10-18T21:14:42.520Z[ recovery-image] Oct 18 21:14:40.945 INFO O| Oct 18 21:14:40.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
70732024-10-18T21:14:42.520Z[ recovery-image] Oct 18 21:14:40.945 INFO O| Oct 18 21:14:40.945 INFO STEP 962 (remove_files) COMPLETE
70742024-10-18T21:14:42.523Z[ recovery-image] Oct 18 21:14:40.945 INFO O| Oct 18 21:14:40.945 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-10-18T21:14:42.527Z[ host-image] Oct 18 21:14:40.952 INFO O| Oct 18 21:14:40.952 INFO O| Actions: 1/22 actions (Installing new actions)
70762024-10-18T21:14:42.533Z[ recovery-image] Oct 18 21:14:40.957 INFO O| Oct 18 21:14:40.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
70772024-10-18T21:14:42.533Z[ recovery-image] Oct 18 21:14:40.958 INFO O| Oct 18 21:14:40.957 INFO STEP 963 (remove_files) COMPLETE
70782024-10-18T21:14:42.535Z[ recovery-image] Oct 18 21:14:40.958 INFO O| Oct 18 21:14:40.958 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-10-18T21:14:42.546Z[ recovery-image] Oct 18 21:14:40.970 INFO O| Oct 18 21:14:40.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
70802024-10-18T21:14:42.548Z[ recovery-image] Oct 18 21:14:40.970 INFO O| Oct 18 21:14:40.970 INFO STEP 964 (remove_files) COMPLETE
70812024-10-18T21:14:42.548Z[ recovery-image] Oct 18 21:14:40.970 INFO O| Oct 18 21:14:40.970 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-10-18T21:14:42.558Z[ recovery-image] Oct 18 21:14:40.983 INFO O| Oct 18 21:14:40.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
70832024-10-18T21:14:42.561Z[ recovery-image] Oct 18 21:14:40.983 INFO O| Oct 18 21:14:40.983 INFO STEP 965 (remove_files) COMPLETE
70842024-10-18T21:14:42.561Z[ recovery-image] Oct 18 21:14:40.983 INFO O| Oct 18 21:14:40.983 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-10-18T21:14:42.568Z[ recovery-image] Oct 18 21:14:40.993 INFO O| Oct 18 21:14:40.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
70862024-10-18T21:14:42.568Z[ recovery-image] Oct 18 21:14:40.993 INFO O| Oct 18 21:14:40.993 INFO STEP 966 (remove_files) COMPLETE
70872024-10-18T21:14:42.568Z[ recovery-image] Oct 18 21:14:40.993 INFO O| Oct 18 21:14:40.993 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-10-18T21:14:42.579Z[ recovery-image] Oct 18 21:14:41.003 INFO O| Oct 18 21:14:41.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
70892024-10-18T21:14:42.579Z[ recovery-image] Oct 18 21:14:41.003 INFO O| Oct 18 21:14:41.003 INFO STEP 967 (remove_files) COMPLETE
70902024-10-18T21:14:42.579Z[ recovery-image] Oct 18 21:14:41.003 INFO O| Oct 18 21:14:41.003 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-10-18T21:14:42.589Z[ recovery-image] Oct 18 21:14:41.014 INFO O| Oct 18 21:14:41.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
70922024-10-18T21:14:42.589Z[ recovery-image] Oct 18 21:14:41.014 INFO O| Oct 18 21:14:41.014 INFO STEP 968 (remove_files) COMPLETE
70932024-10-18T21:14:42.592Z[ recovery-image] Oct 18 21:14:41.014 INFO O| Oct 18 21:14:41.014 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-10-18T21:14:42.599Z[ recovery-image] Oct 18 21:14:41.023 INFO O| Oct 18 21:14:41.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
70952024-10-18T21:14:42.599Z[ recovery-image] Oct 18 21:14:41.023 INFO O| Oct 18 21:14:41.023 INFO STEP 969 (remove_files) COMPLETE
70962024-10-18T21:14:42.599Z[ recovery-image] Oct 18 21:14:41.023 INFO O| Oct 18 21:14:41.023 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-10-18T21:14:42.609Z[ recovery-image] Oct 18 21:14:41.034 INFO O| Oct 18 21:14:41.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
70982024-10-18T21:14:42.609Z[ recovery-image] Oct 18 21:14:41.034 INFO O| Oct 18 21:14:41.034 INFO STEP 970 (remove_files) COMPLETE
70992024-10-18T21:14:42.612Z[ recovery-image] Oct 18 21:14:41.034 INFO O| Oct 18 21:14:41.034 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-10-18T21:14:42.619Z[ recovery-image] Oct 18 21:14:41.044 INFO O| Oct 18 21:14:41.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
71012024-10-18T21:14:42.619Z[ recovery-image] Oct 18 21:14:41.044 INFO O| Oct 18 21:14:41.044 INFO STEP 971 (remove_files) COMPLETE
71022024-10-18T21:14:42.619Z[ recovery-image] Oct 18 21:14:41.044 INFO O| Oct 18 21:14:41.044 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-10-18T21:14:42.629Z[ recovery-image] Oct 18 21:14:41.054 INFO O| Oct 18 21:14:41.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
71042024-10-18T21:14:42.632Z[ recovery-image] Oct 18 21:14:41.054 INFO O| Oct 18 21:14:41.054 INFO STEP 972 (remove_files) COMPLETE
71052024-10-18T21:14:42.632Z[ recovery-image] Oct 18 21:14:41.054 INFO O| Oct 18 21:14:41.054 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-10-18T21:14:42.641Z[ recovery-image] Oct 18 21:14:41.066 INFO O| Oct 18 21:14:41.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
71072024-10-18T21:14:42.643Z[ recovery-image] Oct 18 21:14:41.066 INFO O| Oct 18 21:14:41.066 INFO STEP 973 (remove_files) COMPLETE
71082024-10-18T21:14:42.643Z[ recovery-image] Oct 18 21:14:41.066 INFO O| Oct 18 21:14:41.066 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-10-18T21:14:42.651Z[ recovery-image] Oct 18 21:14:41.076 INFO O| Oct 18 21:14:41.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
71102024-10-18T21:14:42.651Z[ recovery-image] Oct 18 21:14:41.076 INFO O| Oct 18 21:14:41.076 INFO STEP 974 (remove_files) COMPLETE
71112024-10-18T21:14:42.651Z[ recovery-image] Oct 18 21:14:41.076 INFO O| Oct 18 21:14:41.076 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-10-18T21:14:42.663Z[ recovery-image] Oct 18 21:14:41.088 INFO O| Oct 18 21:14:41.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
71132024-10-18T21:14:42.663Z[ recovery-image] Oct 18 21:14:41.088 INFO O| Oct 18 21:14:41.088 INFO STEP 975 (remove_files) COMPLETE
71142024-10-18T21:14:42.666Z[ recovery-image] Oct 18 21:14:41.088 INFO O| Oct 18 21:14:41.088 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-10-18T21:14:42.673Z[ recovery-image] Oct 18 21:14:41.098 INFO O| Oct 18 21:14:41.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
71162024-10-18T21:14:42.673Z[ recovery-image] Oct 18 21:14:41.098 INFO O| Oct 18 21:14:41.098 INFO STEP 976 (remove_files) COMPLETE
71172024-10-18T21:14:42.676Z[ recovery-image] Oct 18 21:14:41.098 INFO O| Oct 18 21:14:41.098 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-10-18T21:14:42.684Z[ recovery-image] Oct 18 21:14:41.109 INFO O| Oct 18 21:14:41.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
71192024-10-18T21:14:42.686Z[ recovery-image] Oct 18 21:14:41.109 INFO O| Oct 18 21:14:41.109 INFO STEP 977 (remove_files) COMPLETE
71202024-10-18T21:14:42.687Z[ recovery-image] Oct 18 21:14:41.109 INFO O| Oct 18 21:14:41.109 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-10-18T21:14:42.694Z[ recovery-image] Oct 18 21:14:41.119 INFO O| Oct 18 21:14:41.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
71222024-10-18T21:14:42.697Z[ recovery-image] Oct 18 21:14:41.119 INFO O| Oct 18 21:14:41.119 INFO STEP 978 (remove_files) COMPLETE
71232024-10-18T21:14:42.697Z[ recovery-image] Oct 18 21:14:41.119 INFO O| Oct 18 21:14:41.119 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-10-18T21:14:42.704Z[ recovery-image] Oct 18 21:14:41.129 INFO O| Oct 18 21:14:41.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
71252024-10-18T21:14:42.704Z[ recovery-image] Oct 18 21:14:41.129 INFO O| Oct 18 21:14:41.129 INFO STEP 979 (remove_files) COMPLETE
71262024-10-18T21:14:42.714Z[ recovery-image] Oct 18 21:14:41.129 INFO O| Oct 18 21:14:41.129 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-10-18T21:14:42.714Z[ recovery-image] Oct 18 21:14:41.139 INFO O| Oct 18 21:14:41.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
71282024-10-18T21:14:42.714Z[ recovery-image] Oct 18 21:14:41.139 INFO O| Oct 18 21:14:41.139 INFO STEP 980 (remove_files) COMPLETE
71292024-10-18T21:14:42.714Z[ recovery-image] Oct 18 21:14:41.139 INFO O| Oct 18 21:14:41.139 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-10-18T21:14:42.724Z[ recovery-image] Oct 18 21:14:41.149 INFO O| Oct 18 21:14:41.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
71312024-10-18T21:14:42.727Z[ recovery-image] Oct 18 21:14:41.149 INFO O| Oct 18 21:14:41.149 INFO STEP 981 (remove_files) COMPLETE
71322024-10-18T21:14:42.727Z[ recovery-image] Oct 18 21:14:41.149 INFO O| Oct 18 21:14:41.149 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-10-18T21:14:42.734Z[ recovery-image] Oct 18 21:14:41.159 INFO O| Oct 18 21:14:41.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
71342024-10-18T21:14:42.734Z[ recovery-image] Oct 18 21:14:41.159 INFO O| Oct 18 21:14:41.159 INFO STEP 982 (remove_files) COMPLETE
71352024-10-18T21:14:42.734Z[ recovery-image] Oct 18 21:14:41.159 INFO O| Oct 18 21:14:41.159 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-10-18T21:14:42.744Z[ recovery-image] Oct 18 21:14:41.169 INFO O| Oct 18 21:14:41.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
71372024-10-18T21:14:42.744Z[ recovery-image] Oct 18 21:14:41.169 INFO O| Oct 18 21:14:41.169 INFO STEP 983 (remove_files) COMPLETE
71382024-10-18T21:14:42.744Z[ recovery-image] Oct 18 21:14:41.169 INFO O| Oct 18 21:14:41.169 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-10-18T21:14:42.754Z[ recovery-image] Oct 18 21:14:41.179 INFO O| Oct 18 21:14:41.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
71402024-10-18T21:14:42.754Z[ recovery-image] Oct 18 21:14:41.179 INFO O| Oct 18 21:14:41.179 INFO STEP 984 (remove_files) COMPLETE
71412024-10-18T21:14:42.754Z[ recovery-image] Oct 18 21:14:41.179 INFO O| Oct 18 21:14:41.179 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-10-18T21:14:42.764Z[ recovery-image] Oct 18 21:14:41.189 INFO O| Oct 18 21:14:41.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
71432024-10-18T21:14:42.764Z[ recovery-image] Oct 18 21:14:41.189 INFO O| Oct 18 21:14:41.189 INFO STEP 985 (remove_files) COMPLETE
71442024-10-18T21:14:42.767Z[ recovery-image] Oct 18 21:14:41.189 INFO O| Oct 18 21:14:41.189 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-10-18T21:14:42.774Z[ recovery-image] Oct 18 21:14:41.199 INFO O| Oct 18 21:14:41.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
71462024-10-18T21:14:42.774Z[ recovery-image] Oct 18 21:14:41.199 INFO O| Oct 18 21:14:41.199 INFO STEP 986 (remove_files) COMPLETE
71472024-10-18T21:14:42.776Z[ recovery-image] Oct 18 21:14:41.199 INFO O| Oct 18 21:14:41.199 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-10-18T21:14:42.784Z[ recovery-image] Oct 18 21:14:41.209 INFO O| Oct 18 21:14:41.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
71492024-10-18T21:14:42.784Z[ recovery-image] Oct 18 21:14:41.209 INFO O| Oct 18 21:14:41.209 INFO STEP 987 (remove_files) COMPLETE
71502024-10-18T21:14:42.786Z[ recovery-image] Oct 18 21:14:41.209 INFO O| Oct 18 21:14:41.209 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-10-18T21:14:42.794Z[ recovery-image] Oct 18 21:14:41.218 INFO O| Oct 18 21:14:41.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
71522024-10-18T21:14:42.794Z[ recovery-image] Oct 18 21:14:41.219 INFO O| Oct 18 21:14:41.219 INFO STEP 988 (remove_files) COMPLETE
71532024-10-18T21:14:42.796Z[ recovery-image] Oct 18 21:14:41.219 INFO O| Oct 18 21:14:41.219 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-10-18T21:14:42.804Z[ recovery-image] Oct 18 21:14:41.229 INFO O| Oct 18 21:14:41.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
71552024-10-18T21:14:42.804Z[ recovery-image] Oct 18 21:14:41.229 INFO O| Oct 18 21:14:41.229 INFO STEP 989 (remove_files) COMPLETE
71562024-10-18T21:14:42.804Z[ recovery-image] Oct 18 21:14:41.229 INFO O| Oct 18 21:14:41.229 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-10-18T21:14:42.814Z[ recovery-image] Oct 18 21:14:41.239 INFO O| Oct 18 21:14:41.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
71582024-10-18T21:14:42.817Z[ recovery-image] Oct 18 21:14:41.239 INFO O| Oct 18 21:14:41.239 INFO STEP 990 (remove_files) COMPLETE
71592024-10-18T21:14:42.817Z[ recovery-image] Oct 18 21:14:41.239 INFO O| Oct 18 21:14:41.239 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-10-18T21:14:42.824Z[ recovery-image] Oct 18 21:14:41.249 INFO O| Oct 18 21:14:41.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
71612024-10-18T21:14:42.827Z[ recovery-image] Oct 18 21:14:41.249 INFO O| Oct 18 21:14:41.249 INFO STEP 991 (remove_files) COMPLETE
71622024-10-18T21:14:42.827Z[ recovery-image] Oct 18 21:14:41.249 INFO O| Oct 18 21:14:41.249 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-10-18T21:14:42.834Z[ recovery-image] Oct 18 21:14:41.259 INFO O| Oct 18 21:14:41.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
71642024-10-18T21:14:42.837Z[ recovery-image] Oct 18 21:14:41.259 INFO O| Oct 18 21:14:41.259 INFO STEP 992 (remove_files) COMPLETE
71652024-10-18T21:14:42.837Z[ recovery-image] Oct 18 21:14:41.259 INFO O| Oct 18 21:14:41.259 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-10-18T21:14:42.844Z[ recovery-image] Oct 18 21:14:41.269 INFO O| Oct 18 21:14:41.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
71672024-10-18T21:14:42.844Z[ recovery-image] Oct 18 21:14:41.269 INFO O| Oct 18 21:14:41.269 INFO STEP 993 (remove_files) COMPLETE
71682024-10-18T21:14:42.847Z[ recovery-image] Oct 18 21:14:41.269 INFO O| Oct 18 21:14:41.269 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-10-18T21:14:42.855Z[ recovery-image] Oct 18 21:14:41.279 INFO O| Oct 18 21:14:41.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
71702024-10-18T21:14:42.855Z[ recovery-image] Oct 18 21:14:41.279 INFO O| Oct 18 21:14:41.279 INFO STEP 994 (remove_files) COMPLETE
71712024-10-18T21:14:42.857Z[ recovery-image] Oct 18 21:14:41.279 INFO O| Oct 18 21:14:41.279 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-10-18T21:14:42.865Z[ recovery-image] Oct 18 21:14:41.289 INFO O| Oct 18 21:14:41.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
71732024-10-18T21:14:42.865Z[ recovery-image] Oct 18 21:14:41.289 INFO O| Oct 18 21:14:41.289 INFO STEP 995 (remove_files) COMPLETE
71742024-10-18T21:14:42.865Z[ recovery-image] Oct 18 21:14:41.289 INFO O| Oct 18 21:14:41.289 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-10-18T21:14:42.875Z[ recovery-image] Oct 18 21:14:41.299 INFO O| Oct 18 21:14:41.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
71762024-10-18T21:14:42.875Z[ recovery-image] Oct 18 21:14:41.299 INFO O| Oct 18 21:14:41.299 INFO STEP 996 (remove_files) COMPLETE
71772024-10-18T21:14:42.875Z[ recovery-image] Oct 18 21:14:41.300 INFO O| Oct 18 21:14:41.299 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-10-18T21:14:42.885Z[ recovery-image] Oct 18 21:14:41.309 INFO O| Oct 18 21:14:41.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
71792024-10-18T21:14:42.885Z[ recovery-image] Oct 18 21:14:41.310 INFO O| Oct 18 21:14:41.309 INFO STEP 997 (remove_files) COMPLETE
71802024-10-18T21:14:42.887Z[ recovery-image] Oct 18 21:14:41.310 INFO O| Oct 18 21:14:41.310 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-10-18T21:14:42.895Z[ recovery-image] Oct 18 21:14:41.319 INFO O| Oct 18 21:14:41.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
71822024-10-18T21:14:42.895Z[ recovery-image] Oct 18 21:14:41.319 INFO O| Oct 18 21:14:41.319 INFO STEP 998 (remove_files) COMPLETE
71832024-10-18T21:14:42.897Z[ recovery-image] Oct 18 21:14:41.320 INFO O| Oct 18 21:14:41.319 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-10-18T21:14:42.905Z[ recovery-image] Oct 18 21:14:41.329 INFO O| Oct 18 21:14:41.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
71852024-10-18T21:14:42.905Z[ recovery-image] Oct 18 21:14:41.329 INFO O| Oct 18 21:14:41.329 INFO STEP 999 (remove_files) COMPLETE
71862024-10-18T21:14:42.905Z[ recovery-image] Oct 18 21:14:41.329 INFO O| Oct 18 21:14:41.329 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-10-18T21:14:42.915Z[ recovery-image] Oct 18 21:14:41.339 INFO O| Oct 18 21:14:41.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
71882024-10-18T21:14:42.917Z[ recovery-image] Oct 18 21:14:41.339 INFO O| Oct 18 21:14:41.339 INFO STEP 1000 (remove_files) COMPLETE
71892024-10-18T21:14:42.917Z[ recovery-image] Oct 18 21:14:41.339 INFO O| Oct 18 21:14:41.339 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-10-18T21:14:42.924Z[ recovery-image] Oct 18 21:14:41.349 INFO O| Oct 18 21:14:41.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
71912024-10-18T21:14:42.924Z[ recovery-image] Oct 18 21:14:41.349 INFO O| Oct 18 21:14:41.349 INFO STEP 1001 (remove_files) COMPLETE
71922024-10-18T21:14:42.925Z[ recovery-image] Oct 18 21:14:41.349 INFO O| Oct 18 21:14:41.349 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-10-18T21:14:42.935Z[ recovery-image] Oct 18 21:14:41.359 INFO O| Oct 18 21:14:41.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
71942024-10-18T21:14:42.937Z[ recovery-image] Oct 18 21:14:41.359 INFO O| Oct 18 21:14:41.359 INFO STEP 1002 (remove_files) COMPLETE
71952024-10-18T21:14:42.937Z[ recovery-image] Oct 18 21:14:41.359 INFO O| Oct 18 21:14:41.359 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-10-18T21:14:42.944Z[ recovery-image] Oct 18 21:14:41.369 INFO O| Oct 18 21:14:41.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
71972024-10-18T21:14:42.947Z[ recovery-image] Oct 18 21:14:41.369 INFO O| Oct 18 21:14:41.369 INFO STEP 1003 (remove_files) COMPLETE
71982024-10-18T21:14:42.947Z[ recovery-image] Oct 18 21:14:41.369 INFO O| Oct 18 21:14:41.369 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-10-18T21:14:42.956Z[ recovery-image] Oct 18 21:14:41.381 INFO O| Oct 18 21:14:41.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
72002024-10-18T21:14:42.956Z[ recovery-image] Oct 18 21:14:41.381 INFO O| Oct 18 21:14:41.381 INFO STEP 1004 (remove_files) COMPLETE
72012024-10-18T21:14:42.956Z[ recovery-image] Oct 18 21:14:41.381 INFO O| Oct 18 21:14:41.381 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-10-18T21:14:42.966Z[ recovery-image] Oct 18 21:14:41.391 INFO O| Oct 18 21:14:41.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
72032024-10-18T21:14:42.966Z[ recovery-image] Oct 18 21:14:41.391 INFO O| Oct 18 21:14:41.391 INFO STEP 1005 (remove_files) COMPLETE
72042024-10-18T21:14:42.966Z[ recovery-image] Oct 18 21:14:41.391 INFO O| Oct 18 21:14:41.391 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-10-18T21:14:42.977Z[ recovery-image] Oct 18 21:14:41.402 INFO O| Oct 18 21:14:41.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
72062024-10-18T21:14:42.977Z[ recovery-image] Oct 18 21:14:41.402 INFO O| Oct 18 21:14:41.402 INFO STEP 1006 (remove_files) COMPLETE
72072024-10-18T21:14:42.977Z[ recovery-image] Oct 18 21:14:41.402 INFO O| Oct 18 21:14:41.402 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-10-18T21:14:42.987Z[ recovery-image] Oct 18 21:14:41.412 INFO O| Oct 18 21:14:41.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
72092024-10-18T21:14:42.987Z[ recovery-image] Oct 18 21:14:41.412 INFO O| Oct 18 21:14:41.412 INFO STEP 1007 (remove_files) COMPLETE
72102024-10-18T21:14:42.988Z[ recovery-image] Oct 18 21:14:41.412 INFO O| Oct 18 21:14:41.412 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-10-18T21:14:43.005Z[ recovery-image] Oct 18 21:14:41.427 INFO O| Oct 18 21:14:41.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
72122024-10-18T21:14:43.005Z[ recovery-image] Oct 18 21:14:41.427 INFO O| Oct 18 21:14:41.426 INFO STEP 1008 (remove_files) COMPLETE
72132024-10-18T21:14:43.008Z[ recovery-image] Oct 18 21:14:41.427 INFO O| Oct 18 21:14:41.426 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-10-18T21:14:43.020Z[ recovery-image] Oct 18 21:14:41.444 INFO O| Oct 18 21:14:41.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
72152024-10-18T21:14:43.022Z[ recovery-image] Oct 18 21:14:41.444 INFO O| Oct 18 21:14:41.444 INFO STEP 1009 (remove_files) COMPLETE
72162024-10-18T21:14:43.022Z[ recovery-image] Oct 18 21:14:41.444 INFO O| Oct 18 21:14:41.444 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-10-18T21:14:43.036Z[ recovery-image] Oct 18 21:14:41.460 INFO O| Oct 18 21:14:41.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
72182024-10-18T21:14:43.036Z[ recovery-image] Oct 18 21:14:41.460 INFO O| Oct 18 21:14:41.460 INFO STEP 1010 (remove_files) COMPLETE
72192024-10-18T21:14:43.036Z[ recovery-image] Oct 18 21:14:41.460 INFO O| Oct 18 21:14:41.460 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-10-18T21:14:43.048Z[ recovery-image] Oct 18 21:14:41.473 INFO O| Oct 18 21:14:41.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
72212024-10-18T21:14:43.049Z[ recovery-image] Oct 18 21:14:41.473 INFO O| Oct 18 21:14:41.473 INFO STEP 1011 (remove_files) COMPLETE
72222024-10-18T21:14:43.049Z[ recovery-image] Oct 18 21:14:41.473 INFO O| Oct 18 21:14:41.473 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-10-18T21:14:43.059Z[ recovery-image] Oct 18 21:14:41.484 INFO O| Oct 18 21:14:41.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
72242024-10-18T21:14:43.060Z[ recovery-image] Oct 18 21:14:41.484 INFO O| Oct 18 21:14:41.484 INFO STEP 1012 (remove_files) COMPLETE
72252024-10-18T21:14:43.060Z[ recovery-image] Oct 18 21:14:41.484 INFO O| Oct 18 21:14:41.484 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-10-18T21:14:43.066Z[ host-image] Oct 18 21:14:41.490 INFO O| Oct 18 21:14:41.490 INFO O| Actions: Completed 22 actions in 0.54 seconds.
72272024-10-18T21:14:43.071Z[ recovery-image] Oct 18 21:14:41.495 INFO O| Oct 18 21:14:41.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
72282024-10-18T21:14:43.074Z[ recovery-image] Oct 18 21:14:41.496 INFO O| Oct 18 21:14:41.496 INFO STEP 1013 (remove_files) COMPLETE
72292024-10-18T21:14:43.074Z[ recovery-image] Oct 18 21:14:41.496 INFO O| Oct 18 21:14:41.496 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-10-18T21:14:43.083Z[ recovery-image] Oct 18 21:14:41.507 INFO O| Oct 18 21:14:41.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
72312024-10-18T21:14:43.083Z[ recovery-image] Oct 18 21:14:41.507 INFO O| Oct 18 21:14:41.507 INFO STEP 1014 (remove_files) COMPLETE
72322024-10-18T21:14:43.085Z[ recovery-image] Oct 18 21:14:41.507 INFO O| Oct 18 21:14:41.507 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-10-18T21:14:43.095Z[ recovery-image] Oct 18 21:14:41.519 INFO O| Oct 18 21:14:41.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
72342024-10-18T21:14:43.095Z[ recovery-image] Oct 18 21:14:41.519 INFO O| Oct 18 21:14:41.519 INFO STEP 1015 (remove_files) COMPLETE
72352024-10-18T21:14:43.097Z[ recovery-image] Oct 18 21:14:41.519 INFO O| Oct 18 21:14:41.519 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-10-18T21:14:43.107Z[ recovery-image] Oct 18 21:14:41.531 INFO O| Oct 18 21:14:41.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
72372024-10-18T21:14:43.109Z[ recovery-image] Oct 18 21:14:41.531 INFO O| Oct 18 21:14:41.531 INFO STEP 1016 (remove_files) COMPLETE
72382024-10-18T21:14:43.109Z[ recovery-image] Oct 18 21:14:41.531 INFO O| Oct 18 21:14:41.531 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-10-18T21:14:43.117Z[ recovery-image] Oct 18 21:14:41.542 INFO O| Oct 18 21:14:41.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
72402024-10-18T21:14:43.120Z[ recovery-image] Oct 18 21:14:41.542 INFO O| Oct 18 21:14:41.542 INFO STEP 1017 (remove_files) COMPLETE
72412024-10-18T21:14:43.120Z[ recovery-image] Oct 18 21:14:41.542 INFO O| Oct 18 21:14:41.542 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-10-18T21:14:43.130Z[ recovery-image] Oct 18 21:14:41.555 INFO O| Oct 18 21:14:41.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
72432024-10-18T21:14:43.131Z[ recovery-image] Oct 18 21:14:41.555 INFO O| Oct 18 21:14:41.555 INFO STEP 1018 (remove_files) COMPLETE
72442024-10-18T21:14:43.133Z[ recovery-image] Oct 18 21:14:41.555 INFO O| Oct 18 21:14:41.555 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-10-18T21:14:43.142Z[ recovery-image] Oct 18 21:14:41.567 INFO O| Oct 18 21:14:41.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
72462024-10-18T21:14:43.142Z[ recovery-image] Oct 18 21:14:41.567 INFO O| Oct 18 21:14:41.567 INFO STEP 1019 (remove_files) COMPLETE
72472024-10-18T21:14:43.142Z[ recovery-image] Oct 18 21:14:41.567 INFO O| Oct 18 21:14:41.567 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-10-18T21:14:43.153Z[ recovery-image] Oct 18 21:14:41.577 INFO O| Oct 18 21:14:41.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
72492024-10-18T21:14:43.155Z[ recovery-image] Oct 18 21:14:41.577 INFO O| Oct 18 21:14:41.577 INFO STEP 1020 (remove_files) COMPLETE
72502024-10-18T21:14:43.155Z[ recovery-image] Oct 18 21:14:41.577 INFO O| Oct 18 21:14:41.577 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-10-18T21:14:43.163Z[ recovery-image] Oct 18 21:14:41.588 INFO O| Oct 18 21:14:41.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
72522024-10-18T21:14:43.163Z[ recovery-image] Oct 18 21:14:41.588 INFO O| Oct 18 21:14:41.588 INFO STEP 1021 (remove_files) COMPLETE
72532024-10-18T21:14:43.165Z[ recovery-image] Oct 18 21:14:41.588 INFO O| Oct 18 21:14:41.588 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-10-18T21:14:43.174Z[ recovery-image] Oct 18 21:14:41.599 INFO O| Oct 18 21:14:41.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
72552024-10-18T21:14:43.174Z[ recovery-image] Oct 18 21:14:41.599 INFO O| Oct 18 21:14:41.599 INFO STEP 1022 (remove_files) COMPLETE
72562024-10-18T21:14:43.177Z[ recovery-image] Oct 18 21:14:41.599 INFO O| Oct 18 21:14:41.599 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-10-18T21:14:43.185Z[ recovery-image] Oct 18 21:14:41.609 INFO O| Oct 18 21:14:41.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
72582024-10-18T21:14:43.185Z[ recovery-image] Oct 18 21:14:41.609 INFO O| Oct 18 21:14:41.609 INFO STEP 1023 (remove_files) COMPLETE
72592024-10-18T21:14:43.185Z[ recovery-image] Oct 18 21:14:41.609 INFO O| Oct 18 21:14:41.609 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-10-18T21:14:43.197Z[ recovery-image] Oct 18 21:14:41.621 INFO O| Oct 18 21:14:41.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
72612024-10-18T21:14:43.197Z[ recovery-image] Oct 18 21:14:41.622 INFO O| Oct 18 21:14:41.621 INFO STEP 1024 (remove_files) COMPLETE
72622024-10-18T21:14:43.197Z[ recovery-image] Oct 18 21:14:41.622 INFO O| Oct 18 21:14:41.621 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-10-18T21:14:43.209Z[ recovery-image] Oct 18 21:14:41.634 INFO O| Oct 18 21:14:41.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
72642024-10-18T21:14:43.209Z[ recovery-image] Oct 18 21:14:41.634 INFO O| Oct 18 21:14:41.634 INFO STEP 1025 (remove_files) COMPLETE
72652024-10-18T21:14:43.212Z[ recovery-image] Oct 18 21:14:41.634 INFO O| Oct 18 21:14:41.634 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-10-18T21:14:43.221Z[ recovery-image] Oct 18 21:14:41.646 INFO O| Oct 18 21:14:41.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
72672024-10-18T21:14:43.223Z[ recovery-image] Oct 18 21:14:41.646 INFO O| Oct 18 21:14:41.646 INFO STEP 1026 (remove_files) COMPLETE
72682024-10-18T21:14:43.224Z[ recovery-image] Oct 18 21:14:41.646 INFO O| Oct 18 21:14:41.646 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-10-18T21:14:43.233Z[ recovery-image] Oct 18 21:14:41.658 INFO O| Oct 18 21:14:41.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
72702024-10-18T21:14:43.233Z[ recovery-image] Oct 18 21:14:41.658 INFO O| Oct 18 21:14:41.658 INFO STEP 1027 (remove_files) COMPLETE
72712024-10-18T21:14:43.235Z[ recovery-image] Oct 18 21:14:41.658 INFO O| Oct 18 21:14:41.658 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-10-18T21:14:43.245Z[ recovery-image] Oct 18 21:14:41.669 INFO O| Oct 18 21:14:41.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
72732024-10-18T21:14:43.245Z[ recovery-image] Oct 18 21:14:41.669 INFO O| Oct 18 21:14:41.669 INFO STEP 1028 (remove_files) COMPLETE
72742024-10-18T21:14:43.245Z[ recovery-image] Oct 18 21:14:41.669 INFO O| Oct 18 21:14:41.669 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-10-18T21:14:43.257Z[ recovery-image] Oct 18 21:14:41.681 INFO O| Oct 18 21:14:41.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
72762024-10-18T21:14:43.257Z[ recovery-image] Oct 18 21:14:41.681 INFO O| Oct 18 21:14:41.681 INFO STEP 1029 (remove_files) COMPLETE
72772024-10-18T21:14:43.259Z[ recovery-image] Oct 18 21:14:41.681 INFO O| Oct 18 21:14:41.681 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-10-18T21:14:43.269Z[ recovery-image] Oct 18 21:14:41.694 INFO O| Oct 18 21:14:41.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
72792024-10-18T21:14:43.270Z[ recovery-image] Oct 18 21:14:41.694 INFO O| Oct 18 21:14:41.694 INFO STEP 1030 (remove_files) COMPLETE
72802024-10-18T21:14:43.270Z[ recovery-image] Oct 18 21:14:41.694 INFO O| Oct 18 21:14:41.694 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-10-18T21:14:43.282Z[ recovery-image] Oct 18 21:14:41.706 INFO O| Oct 18 21:14:41.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
72822024-10-18T21:14:43.282Z[ recovery-image] Oct 18 21:14:41.707 INFO O| Oct 18 21:14:41.706 INFO STEP 1031 (remove_files) COMPLETE
72832024-10-18T21:14:43.282Z[ recovery-image] Oct 18 21:14:41.707 INFO O| Oct 18 21:14:41.707 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-10-18T21:14:43.293Z[ recovery-image] Oct 18 21:14:41.718 INFO O| Oct 18 21:14:41.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
72852024-10-18T21:14:43.293Z[ recovery-image] Oct 18 21:14:41.718 INFO O| Oct 18 21:14:41.718 INFO STEP 1032 (remove_files) COMPLETE
72862024-10-18T21:14:43.296Z[ recovery-image] Oct 18 21:14:41.718 INFO O| Oct 18 21:14:41.718 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-10-18T21:14:43.304Z[ recovery-image] Oct 18 21:14:41.729 INFO O| Oct 18 21:14:41.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
72882024-10-18T21:14:43.304Z[ recovery-image] Oct 18 21:14:41.729 INFO O| Oct 18 21:14:41.729 INFO STEP 1033 (remove_files) COMPLETE
72892024-10-18T21:14:43.307Z[ recovery-image] Oct 18 21:14:41.729 INFO O| Oct 18 21:14:41.729 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-10-18T21:14:43.315Z[ recovery-image] Oct 18 21:14:41.740 INFO O| Oct 18 21:14:41.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
72912024-10-18T21:14:43.315Z[ recovery-image] Oct 18 21:14:41.740 INFO O| Oct 18 21:14:41.740 INFO STEP 1034 (remove_files) COMPLETE
72922024-10-18T21:14:43.315Z[ recovery-image] Oct 18 21:14:41.740 INFO O| Oct 18 21:14:41.740 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-10-18T21:14:43.328Z[ recovery-image] Oct 18 21:14:41.752 INFO O| Oct 18 21:14:41.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
72942024-10-18T21:14:43.328Z[ recovery-image] Oct 18 21:14:41.752 INFO O| Oct 18 21:14:41.752 INFO STEP 1035 (remove_files) COMPLETE
72952024-10-18T21:14:43.328Z[ recovery-image] Oct 18 21:14:41.752 INFO O| Oct 18 21:14:41.752 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-10-18T21:14:43.340Z[ recovery-image] Oct 18 21:14:41.764 INFO O| Oct 18 21:14:41.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
72972024-10-18T21:14:43.342Z[ recovery-image] Oct 18 21:14:41.764 INFO O| Oct 18 21:14:41.764 INFO STEP 1036 (remove_files) COMPLETE
72982024-10-18T21:14:43.342Z[ recovery-image] Oct 18 21:14:41.765 INFO O| Oct 18 21:14:41.764 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-10-18T21:14:43.352Z[ recovery-image] Oct 18 21:14:41.776 INFO O| Oct 18 21:14:41.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
73002024-10-18T21:14:43.354Z[ recovery-image] Oct 18 21:14:41.777 INFO O| Oct 18 21:14:41.776 INFO STEP 1037 (remove_files) COMPLETE
73012024-10-18T21:14:43.354Z[ recovery-image] Oct 18 21:14:41.777 INFO O| Oct 18 21:14:41.777 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-10-18T21:14:43.364Z[ host-image] Oct 18 21:14:41.788 INFO O| Oct 18 21:14:41.788 INFO O| Done
73032024-10-18T21:14:43.364Z[ host-image] Oct 18 21:14:41.788 INFO O| Oct 18 21:14:41.788 INFO O| Done
73042024-10-18T21:14:43.366Z[ recovery-image] Oct 18 21:14:41.789 INFO O| Oct 18 21:14:41.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
73052024-10-18T21:14:43.366Z[ recovery-image] Oct 18 21:14:41.789 INFO O| Oct 18 21:14:41.789 INFO STEP 1038 (remove_files) COMPLETE
73062024-10-18T21:14:43.366Z[ recovery-image] Oct 18 21:14:41.789 INFO O| Oct 18 21:14:41.789 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-10-18T21:14:43.377Z[ recovery-image] Oct 18 21:14:41.801 INFO O| Oct 18 21:14:41.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
73082024-10-18T21:14:43.377Z[ recovery-image] Oct 18 21:14:41.801 INFO O| Oct 18 21:14:41.801 INFO STEP 1039 (remove_files) COMPLETE
73092024-10-18T21:14:43.377Z[ recovery-image] Oct 18 21:14:41.802 INFO O| Oct 18 21:14:41.801 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-10-18T21:14:43.390Z[ recovery-image] Oct 18 21:14:41.814 INFO O| Oct 18 21:14:41.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
73112024-10-18T21:14:43.390Z[ recovery-image] Oct 18 21:14:41.814 INFO O| Oct 18 21:14:41.814 INFO STEP 1040 (remove_files) COMPLETE
73122024-10-18T21:14:43.390Z[ recovery-image] Oct 18 21:14:41.814 INFO O| Oct 18 21:14:41.814 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-10-18T21:14:43.400Z[ recovery-image] Oct 18 21:14:41.825 INFO O| Oct 18 21:14:41.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
73142024-10-18T21:14:43.403Z[ recovery-image] Oct 18 21:14:41.825 INFO O| Oct 18 21:14:41.825 INFO STEP 1041 (remove_files) COMPLETE
73152024-10-18T21:14:43.403Z[ recovery-image] Oct 18 21:14:41.825 INFO O| Oct 18 21:14:41.825 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-10-18T21:14:43.410Z[ recovery-image] Oct 18 21:14:41.835 INFO O| Oct 18 21:14:41.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
73172024-10-18T21:14:43.410Z[ recovery-image] Oct 18 21:14:41.835 INFO O| Oct 18 21:14:41.835 INFO STEP 1042 (remove_files) COMPLETE
73182024-10-18T21:14:43.413Z[ recovery-image] Oct 18 21:14:41.835 INFO O| Oct 18 21:14:41.835 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-10-18T21:14:43.423Z[ recovery-image] Oct 18 21:14:41.847 INFO O| Oct 18 21:14:41.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
73202024-10-18T21:14:43.425Z[ recovery-image] Oct 18 21:14:41.847 INFO O| Oct 18 21:14:41.847 INFO STEP 1043 (remove_files) COMPLETE
73212024-10-18T21:14:43.425Z[ recovery-image] Oct 18 21:14:41.847 INFO O| Oct 18 21:14:41.847 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-10-18T21:14:43.434Z[ recovery-image] Oct 18 21:14:41.858 INFO O| Oct 18 21:14:41.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
73232024-10-18T21:14:43.434Z[ recovery-image] Oct 18 21:14:41.858 INFO O| Oct 18 21:14:41.858 INFO STEP 1044 (remove_files) COMPLETE
73242024-10-18T21:14:43.436Z[ recovery-image] Oct 18 21:14:41.859 INFO O| Oct 18 21:14:41.858 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-10-18T21:14:43.445Z[ recovery-image] Oct 18 21:14:41.870 INFO O| Oct 18 21:14:41.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
73262024-10-18T21:14:43.448Z[ recovery-image] Oct 18 21:14:41.870 INFO O| Oct 18 21:14:41.870 INFO STEP 1045 (remove_files) COMPLETE
73272024-10-18T21:14:43.448Z[ recovery-image] Oct 18 21:14:41.870 INFO O| Oct 18 21:14:41.870 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-10-18T21:14:43.457Z[ recovery-image] Oct 18 21:14:41.882 INFO O| Oct 18 21:14:41.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
73292024-10-18T21:14:43.459Z[ recovery-image] Oct 18 21:14:41.882 INFO O| Oct 18 21:14:41.882 INFO STEP 1046 (remove_files) COMPLETE
73302024-10-18T21:14:43.459Z[ recovery-image] Oct 18 21:14:41.882 INFO O| Oct 18 21:14:41.882 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-10-18T21:14:43.470Z[ recovery-image] Oct 18 21:14:41.893 INFO O| Oct 18 21:14:41.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
73322024-10-18T21:14:43.472Z[ recovery-image] Oct 18 21:14:41.894 INFO O| Oct 18 21:14:41.893 INFO STEP 1047 (remove_files) COMPLETE
73332024-10-18T21:14:43.472Z[ recovery-image] Oct 18 21:14:41.894 INFO O| Oct 18 21:14:41.893 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-10-18T21:14:43.481Z[ recovery-image] Oct 18 21:14:41.905 INFO O| Oct 18 21:14:41.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
73352024-10-18T21:14:43.483Z[ recovery-image] Oct 18 21:14:41.905 INFO O| Oct 18 21:14:41.905 INFO STEP 1048 (remove_files) COMPLETE
73362024-10-18T21:14:43.483Z[ recovery-image] Oct 18 21:14:41.905 INFO O| Oct 18 21:14:41.905 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-10-18T21:14:43.492Z[ recovery-image] Oct 18 21:14:41.917 INFO O| Oct 18 21:14:41.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
73382024-10-18T21:14:43.492Z[ recovery-image] Oct 18 21:14:41.917 INFO O| Oct 18 21:14:41.917 INFO STEP 1049 (remove_files) COMPLETE
73392024-10-18T21:14:43.495Z[ recovery-image] Oct 18 21:14:41.917 INFO O| Oct 18 21:14:41.917 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-10-18T21:14:43.503Z[ recovery-image] Oct 18 21:14:41.928 INFO O| Oct 18 21:14:41.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
73412024-10-18T21:14:43.503Z[ recovery-image] Oct 18 21:14:41.928 INFO O| Oct 18 21:14:41.928 INFO STEP 1050 (remove_files) COMPLETE
73422024-10-18T21:14:43.506Z[ recovery-image] Oct 18 21:14:41.928 INFO O| Oct 18 21:14:41.928 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-10-18T21:14:43.513Z[ recovery-image] Oct 18 21:14:41.938 INFO O| Oct 18 21:14:41.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
73442024-10-18T21:14:43.513Z[ recovery-image] Oct 18 21:14:41.938 INFO O| Oct 18 21:14:41.938 INFO STEP 1051 (remove_files) COMPLETE
73452024-10-18T21:14:43.516Z[ recovery-image] Oct 18 21:14:41.938 INFO O| Oct 18 21:14:41.938 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-10-18T21:14:43.523Z[ recovery-image] Oct 18 21:14:41.948 INFO O| Oct 18 21:14:41.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
73472024-10-18T21:14:43.523Z[ recovery-image] Oct 18 21:14:41.948 INFO O| Oct 18 21:14:41.948 INFO STEP 1052 (remove_files) COMPLETE
73482024-10-18T21:14:43.526Z[ recovery-image] Oct 18 21:14:41.948 INFO O| Oct 18 21:14:41.948 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-10-18T21:14:43.536Z[ recovery-image] Oct 18 21:14:41.961 INFO O| Oct 18 21:14:41.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
73502024-10-18T21:14:43.536Z[ recovery-image] Oct 18 21:14:41.961 INFO O| Oct 18 21:14:41.961 INFO STEP 1053 (remove_files) COMPLETE
73512024-10-18T21:14:43.536Z[ recovery-image] Oct 18 21:14:41.961 INFO O| Oct 18 21:14:41.961 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-10-18T21:14:43.548Z[ recovery-image] Oct 18 21:14:41.972 INFO O| Oct 18 21:14:41.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
73532024-10-18T21:14:43.550Z[ recovery-image] Oct 18 21:14:41.972 INFO O| Oct 18 21:14:41.972 INFO STEP 1054 (remove_files) COMPLETE
73542024-10-18T21:14:43.550Z[ recovery-image] Oct 18 21:14:41.973 INFO O| Oct 18 21:14:41.972 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-10-18T21:14:43.561Z[ recovery-image] Oct 18 21:14:41.985 INFO O| Oct 18 21:14:41.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
73562024-10-18T21:14:43.561Z[ recovery-image] Oct 18 21:14:41.985 INFO O| Oct 18 21:14:41.985 INFO STEP 1055 (remove_files) COMPLETE
73572024-10-18T21:14:43.563Z[ recovery-image] Oct 18 21:14:41.985 INFO O| Oct 18 21:14:41.985 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-10-18T21:14:43.572Z[ recovery-image] Oct 18 21:14:41.996 INFO O| Oct 18 21:14:41.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
73592024-10-18T21:14:43.572Z[ recovery-image] Oct 18 21:14:41.997 INFO O| Oct 18 21:14:41.997 INFO STEP 1056 (remove_files) COMPLETE
73602024-10-18T21:14:43.574Z[ recovery-image] Oct 18 21:14:41.997 INFO O| Oct 18 21:14:41.997 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-10-18T21:14:43.583Z[ recovery-image] Oct 18 21:14:42.007 INFO O| Oct 18 21:14:42.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
73622024-10-18T21:14:43.583Z[ recovery-image] Oct 18 21:14:42.007 INFO O| Oct 18 21:14:42.007 INFO STEP 1057 (remove_files) COMPLETE
73632024-10-18T21:14:43.583Z[ recovery-image] Oct 18 21:14:42.007 INFO O| Oct 18 21:14:42.007 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-10-18T21:14:43.593Z[ recovery-image] Oct 18 21:14:42.018 INFO O| Oct 18 21:14:42.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
73652024-10-18T21:14:43.593Z[ recovery-image] Oct 18 21:14:42.018 INFO O| Oct 18 21:14:42.018 INFO STEP 1058 (remove_files) COMPLETE
73662024-10-18T21:14:43.596Z[ recovery-image] Oct 18 21:14:42.018 INFO O| Oct 18 21:14:42.018 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-10-18T21:14:43.604Z[ recovery-image] Oct 18 21:14:42.029 INFO O| Oct 18 21:14:42.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
73682024-10-18T21:14:43.604Z[ recovery-image] Oct 18 21:14:42.029 INFO O| Oct 18 21:14:42.029 INFO STEP 1059 (remove_files) COMPLETE
73692024-10-18T21:14:43.606Z[ recovery-image] Oct 18 21:14:42.029 INFO O| Oct 18 21:14:42.029 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-10-18T21:14:43.616Z[ recovery-image] Oct 18 21:14:42.040 INFO O| Oct 18 21:14:42.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
73712024-10-18T21:14:43.618Z[ recovery-image] Oct 18 21:14:42.040 INFO O| Oct 18 21:14:42.040 INFO STEP 1060 (remove_files) COMPLETE
73722024-10-18T21:14:43.618Z[ recovery-image] Oct 18 21:14:42.041 INFO O| Oct 18 21:14:42.040 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-10-18T21:14:43.626Z[ recovery-image] Oct 18 21:14:42.051 INFO O| Oct 18 21:14:42.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
73742024-10-18T21:14:43.629Z[ recovery-image] Oct 18 21:14:42.051 INFO O| Oct 18 21:14:42.051 INFO STEP 1061 (remove_files) COMPLETE
73752024-10-18T21:14:43.629Z[ recovery-image] Oct 18 21:14:42.051 INFO O| Oct 18 21:14:42.051 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-10-18T21:14:43.636Z[ recovery-image] Oct 18 21:14:42.061 INFO O| Oct 18 21:14:42.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
73772024-10-18T21:14:43.636Z[ recovery-image] Oct 18 21:14:42.061 INFO O| Oct 18 21:14:42.061 INFO STEP 1062 (remove_files) COMPLETE
73782024-10-18T21:14:43.636Z[ recovery-image] Oct 18 21:14:42.061 INFO O| Oct 18 21:14:42.061 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-10-18T21:14:43.646Z[ recovery-image] Oct 18 21:14:42.071 INFO O| Oct 18 21:14:42.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
73802024-10-18T21:14:43.646Z[ recovery-image] Oct 18 21:14:42.071 INFO O| Oct 18 21:14:42.071 INFO STEP 1063 (remove_files) COMPLETE
73812024-10-18T21:14:43.649Z[ recovery-image] Oct 18 21:14:42.071 INFO O| Oct 18 21:14:42.071 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-10-18T21:14:43.658Z[ recovery-image] Oct 18 21:14:42.083 INFO O| Oct 18 21:14:42.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
73832024-10-18T21:14:43.658Z[ recovery-image] Oct 18 21:14:42.083 INFO O| Oct 18 21:14:42.083 INFO STEP 1064 (remove_files) COMPLETE
73842024-10-18T21:14:43.658Z[ recovery-image] Oct 18 21:14:42.083 INFO O| Oct 18 21:14:42.083 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-10-18T21:14:43.668Z[ recovery-image] Oct 18 21:14:42.093 INFO O| Oct 18 21:14:42.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
73862024-10-18T21:14:43.668Z[ recovery-image] Oct 18 21:14:42.093 INFO O| Oct 18 21:14:42.093 INFO STEP 1065 (remove_files) COMPLETE
73872024-10-18T21:14:43.671Z[ recovery-image] Oct 18 21:14:42.093 INFO O| Oct 18 21:14:42.093 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-10-18T21:14:43.680Z[ recovery-image] Oct 18 21:14:42.104 INFO O| Oct 18 21:14:42.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
73892024-10-18T21:14:43.680Z[ recovery-image] Oct 18 21:14:42.105 INFO O| Oct 18 21:14:42.105 INFO STEP 1066 (remove_files) COMPLETE
73902024-10-18T21:14:43.680Z[ recovery-image] Oct 18 21:14:42.105 INFO O| Oct 18 21:14:42.105 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-10-18T21:14:43.690Z[ recovery-image] Oct 18 21:14:42.115 INFO O| Oct 18 21:14:42.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
73922024-10-18T21:14:43.690Z[ recovery-image] Oct 18 21:14:42.115 INFO O| Oct 18 21:14:42.115 INFO STEP 1067 (remove_files) COMPLETE
73932024-10-18T21:14:43.690Z[ recovery-image] Oct 18 21:14:42.115 INFO O| Oct 18 21:14:42.115 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-10-18T21:14:43.702Z[ recovery-image] Oct 18 21:14:42.127 INFO O| Oct 18 21:14:42.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
73952024-10-18T21:14:43.702Z[ recovery-image] Oct 18 21:14:42.127 INFO O| Oct 18 21:14:42.127 INFO STEP 1068 (remove_files) COMPLETE
73962024-10-18T21:14:43.704Z[ recovery-image] Oct 18 21:14:42.127 INFO O| Oct 18 21:14:42.127 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-10-18T21:14:43.713Z[ recovery-image] Oct 18 21:14:42.138 INFO O| Oct 18 21:14:42.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
73982024-10-18T21:14:43.713Z[ recovery-image] Oct 18 21:14:42.138 INFO O| Oct 18 21:14:42.138 INFO STEP 1069 (remove_files) COMPLETE
73992024-10-18T21:14:43.713Z[ recovery-image] Oct 18 21:14:42.138 INFO O| Oct 18 21:14:42.138 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-10-18T21:14:43.725Z[ recovery-image] Oct 18 21:14:42.150 INFO O| Oct 18 21:14:42.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
74012024-10-18T21:14:43.725Z[ recovery-image] Oct 18 21:14:42.150 INFO O| Oct 18 21:14:42.150 INFO STEP 1070 (remove_files) COMPLETE
74022024-10-18T21:14:43.728Z[ recovery-image] Oct 18 21:14:42.150 INFO O| Oct 18 21:14:42.150 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-10-18T21:14:43.737Z[ recovery-image] Oct 18 21:14:42.161 INFO O| Oct 18 21:14:42.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
74042024-10-18T21:14:43.737Z[ recovery-image] Oct 18 21:14:42.161 INFO O| Oct 18 21:14:42.161 INFO STEP 1071 (remove_files) COMPLETE
74052024-10-18T21:14:43.739Z[ recovery-image] Oct 18 21:14:42.161 INFO O| Oct 18 21:14:42.161 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-10-18T21:14:43.747Z[ recovery-image] Oct 18 21:14:42.172 INFO O| Oct 18 21:14:42.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
74072024-10-18T21:14:43.750Z[ recovery-image] Oct 18 21:14:42.172 INFO O| Oct 18 21:14:42.172 INFO STEP 1072 (remove_files) COMPLETE
74082024-10-18T21:14:43.750Z[ recovery-image] Oct 18 21:14:42.172 INFO O| Oct 18 21:14:42.172 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-10-18T21:14:43.757Z[ recovery-image] Oct 18 21:14:42.182 INFO O| Oct 18 21:14:42.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
74102024-10-18T21:14:43.760Z[ recovery-image] Oct 18 21:14:42.182 INFO O| Oct 18 21:14:42.182 INFO STEP 1073 (remove_files) COMPLETE
74112024-10-18T21:14:43.760Z[ recovery-image] Oct 18 21:14:42.182 INFO O| Oct 18 21:14:42.182 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-10-18T21:14:43.768Z[ recovery-image] Oct 18 21:14:42.192 INFO O| Oct 18 21:14:42.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
74132024-10-18T21:14:43.771Z[ recovery-image] Oct 18 21:14:42.192 INFO O| Oct 18 21:14:42.192 INFO STEP 1074 (remove_files) COMPLETE
74142024-10-18T21:14:43.771Z[ recovery-image] Oct 18 21:14:42.192 INFO O| Oct 18 21:14:42.192 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-10-18T21:14:43.780Z[ recovery-image] Oct 18 21:14:42.204 INFO O| Oct 18 21:14:42.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
74162024-10-18T21:14:43.780Z[ recovery-image] Oct 18 21:14:42.205 INFO O| Oct 18 21:14:42.204 INFO STEP 1075 (remove_files) COMPLETE
74172024-10-18T21:14:43.780Z[ recovery-image] Oct 18 21:14:42.205 INFO O| Oct 18 21:14:42.205 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-10-18T21:14:43.792Z[ recovery-image] Oct 18 21:14:42.217 INFO O| Oct 18 21:14:42.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
74192024-10-18T21:14:43.792Z[ recovery-image] Oct 18 21:14:42.217 INFO O| Oct 18 21:14:42.217 INFO STEP 1076 (remove_files) COMPLETE
74202024-10-18T21:14:43.795Z[ recovery-image] Oct 18 21:14:42.217 INFO O| Oct 18 21:14:42.217 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-10-18T21:14:43.804Z[ recovery-image] Oct 18 21:14:42.229 INFO O| Oct 18 21:14:42.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
74222024-10-18T21:14:43.807Z[ recovery-image] Oct 18 21:14:42.229 INFO O| Oct 18 21:14:42.229 INFO STEP 1077 (remove_files) COMPLETE
74232024-10-18T21:14:43.807Z[ recovery-image] Oct 18 21:14:42.229 INFO O| Oct 18 21:14:42.229 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-10-18T21:14:43.815Z[ recovery-image] Oct 18 21:14:42.240 INFO O| Oct 18 21:14:42.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
74252024-10-18T21:14:43.818Z[ recovery-image] Oct 18 21:14:42.240 INFO O| Oct 18 21:14:42.240 INFO STEP 1078 (remove_files) COMPLETE
74262024-10-18T21:14:43.818Z[ recovery-image] Oct 18 21:14:42.240 INFO O| Oct 18 21:14:42.240 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-10-18T21:14:43.826Z[ recovery-image] Oct 18 21:14:42.250 INFO O| Oct 18 21:14:42.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
74282024-10-18T21:14:43.826Z[ recovery-image] Oct 18 21:14:42.250 INFO O| Oct 18 21:14:42.250 INFO STEP 1079 (remove_files) COMPLETE
74292024-10-18T21:14:43.829Z[ recovery-image] Oct 18 21:14:42.250 INFO O| Oct 18 21:14:42.250 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-10-18T21:14:43.836Z[ recovery-image] Oct 18 21:14:42.260 INFO O| Oct 18 21:14:42.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
74312024-10-18T21:14:43.836Z[ recovery-image] Oct 18 21:14:42.260 INFO O| Oct 18 21:14:42.260 INFO STEP 1080 (remove_files) COMPLETE
74322024-10-18T21:14:43.836Z[ recovery-image] Oct 18 21:14:42.260 INFO O| Oct 18 21:14:42.260 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-10-18T21:14:43.845Z[ host-image] Oct 18 21:14:42.268 INFO O| Oct 18 21:14:42.268 INFO O| Done
74342024-10-18T21:14:43.848Z[ recovery-image] Oct 18 21:14:42.271 INFO O| Oct 18 21:14:42.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
74352024-10-18T21:14:43.848Z[ recovery-image] Oct 18 21:14:42.271 INFO O| Oct 18 21:14:42.271 INFO STEP 1081 (remove_files) COMPLETE
74362024-10-18T21:14:43.848Z[ recovery-image] Oct 18 21:14:42.271 INFO O| Oct 18 21:14:42.271 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-10-18T21:14:43.857Z[ recovery-image] Oct 18 21:14:42.281 INFO O| Oct 18 21:14:42.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
74382024-10-18T21:14:43.858Z[ recovery-image] Oct 18 21:14:42.281 INFO O| Oct 18 21:14:42.281 INFO STEP 1082 (remove_files) COMPLETE
74392024-10-18T21:14:43.860Z[ recovery-image] Oct 18 21:14:42.281 INFO O| Oct 18 21:14:42.281 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-10-18T21:14:43.867Z[ recovery-image] Oct 18 21:14:42.291 INFO O| Oct 18 21:14:42.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
74412024-10-18T21:14:43.867Z[ recovery-image] Oct 18 21:14:42.291 INFO O| Oct 18 21:14:42.291 INFO STEP 1083 (remove_files) COMPLETE
74422024-10-18T21:14:43.867Z[ recovery-image] Oct 18 21:14:42.291 INFO O| Oct 18 21:14:42.291 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-10-18T21:14:43.879Z[ recovery-image] Oct 18 21:14:42.304 INFO O| Oct 18 21:14:42.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
74442024-10-18T21:14:43.882Z[ recovery-image] Oct 18 21:14:42.304 INFO O| Oct 18 21:14:42.304 INFO STEP 1084 (remove_files) COMPLETE
74452024-10-18T21:14:43.882Z[ recovery-image] Oct 18 21:14:42.304 INFO O| Oct 18 21:14:42.304 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-10-18T21:14:43.892Z[ recovery-image] Oct 18 21:14:42.316 INFO O| Oct 18 21:14:42.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
74472024-10-18T21:14:43.892Z[ recovery-image] Oct 18 21:14:42.316 INFO O| Oct 18 21:14:42.316 INFO STEP 1085 (remove_files) COMPLETE
74482024-10-18T21:14:43.894Z[ recovery-image] Oct 18 21:14:42.316 INFO O| Oct 18 21:14:42.316 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-10-18T21:14:43.903Z[ recovery-image] Oct 18 21:14:42.328 INFO O| Oct 18 21:14:42.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
74502024-10-18T21:14:43.904Z[ recovery-image] Oct 18 21:14:42.328 INFO O| Oct 18 21:14:42.328 INFO STEP 1086 (remove_files) COMPLETE
74512024-10-18T21:14:43.904Z[ recovery-image] Oct 18 21:14:42.328 INFO O| Oct 18 21:14:42.328 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-10-18T21:14:43.915Z[ recovery-image] Oct 18 21:14:42.340 INFO O| Oct 18 21:14:42.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
74532024-10-18T21:14:43.915Z[ recovery-image] Oct 18 21:14:42.340 INFO O| Oct 18 21:14:42.340 INFO STEP 1087 (remove_files) COMPLETE
74542024-10-18T21:14:43.918Z[ recovery-image] Oct 18 21:14:42.340 INFO O| Oct 18 21:14:42.340 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-10-18T21:14:43.925Z[ recovery-image] Oct 18 21:14:42.350 INFO O| Oct 18 21:14:42.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
74562024-10-18T21:14:43.925Z[ recovery-image] Oct 18 21:14:42.350 INFO O| Oct 18 21:14:42.350 INFO STEP 1088 (remove_files) COMPLETE
74572024-10-18T21:14:43.925Z[ recovery-image] Oct 18 21:14:42.350 INFO O| Oct 18 21:14:42.350 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-10-18T21:14:43.935Z[ recovery-image] Oct 18 21:14:42.360 INFO O| Oct 18 21:14:42.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
74592024-10-18T21:14:43.935Z[ recovery-image] Oct 18 21:14:42.360 INFO O| Oct 18 21:14:42.360 INFO STEP 1089 (remove_files) COMPLETE
74602024-10-18T21:14:43.935Z[ recovery-image] Oct 18 21:14:42.360 INFO O| Oct 18 21:14:42.360 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-10-18T21:14:43.945Z[ recovery-image] Oct 18 21:14:42.370 INFO O| Oct 18 21:14:42.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
74622024-10-18T21:14:43.946Z[ recovery-image] Oct 18 21:14:42.370 INFO O| Oct 18 21:14:42.370 INFO STEP 1090 (remove_files) COMPLETE
74632024-10-18T21:14:43.948Z[ recovery-image] Oct 18 21:14:42.370 INFO O| Oct 18 21:14:42.370 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-10-18T21:14:43.956Z[ recovery-image] Oct 18 21:14:42.381 INFO O| Oct 18 21:14:42.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
74652024-10-18T21:14:43.956Z[ recovery-image] Oct 18 21:14:42.381 INFO O| Oct 18 21:14:42.381 INFO STEP 1091 (remove_files) COMPLETE
74662024-10-18T21:14:43.959Z[ recovery-image] Oct 18 21:14:42.381 INFO O| Oct 18 21:14:42.381 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-10-18T21:14:43.966Z[ recovery-image] Oct 18 21:14:42.391 INFO O| Oct 18 21:14:42.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
74682024-10-18T21:14:43.969Z[ recovery-image] Oct 18 21:14:42.391 INFO O| Oct 18 21:14:42.391 INFO STEP 1092 (remove_files) COMPLETE
74692024-10-18T21:14:43.969Z[ recovery-image] Oct 18 21:14:42.391 INFO O| Oct 18 21:14:42.391 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-10-18T21:14:43.977Z[ recovery-image] Oct 18 21:14:42.401 INFO O| Oct 18 21:14:42.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
74712024-10-18T21:14:43.977Z[ recovery-image] Oct 18 21:14:42.401 INFO O| Oct 18 21:14:42.401 INFO STEP 1093 (remove_files) COMPLETE
74722024-10-18T21:14:43.979Z[ recovery-image] Oct 18 21:14:42.401 INFO O| Oct 18 21:14:42.401 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-10-18T21:14:43.987Z[ recovery-image] Oct 18 21:14:42.411 INFO O| Oct 18 21:14:42.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
74742024-10-18T21:14:43.990Z[ recovery-image] Oct 18 21:14:42.412 INFO O| Oct 18 21:14:42.412 INFO STEP 1094 (remove_files) COMPLETE
74752024-10-18T21:14:43.990Z[ recovery-image] Oct 18 21:14:42.412 INFO O| Oct 18 21:14:42.412 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-10-18T21:14:43.997Z[ recovery-image] Oct 18 21:14:42.422 INFO O| Oct 18 21:14:42.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
74772024-10-18T21:14:43.997Z[ recovery-image] Oct 18 21:14:42.422 INFO O| Oct 18 21:14:42.422 INFO STEP 1095 (remove_files) COMPLETE
74782024-10-18T21:14:43.999Z[ recovery-image] Oct 18 21:14:42.422 INFO O| Oct 18 21:14:42.422 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-10-18T21:14:44.007Z[ recovery-image] Oct 18 21:14:42.432 INFO O| Oct 18 21:14:42.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
74802024-10-18T21:14:44.007Z[ recovery-image] Oct 18 21:14:42.432 INFO O| Oct 18 21:14:42.432 INFO STEP 1096 (remove_files) COMPLETE
74812024-10-18T21:14:44.007Z[ recovery-image] Oct 18 21:14:42.432 INFO O| Oct 18 21:14:42.432 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-10-18T21:14:44.017Z[ recovery-image] Oct 18 21:14:42.442 INFO O| Oct 18 21:14:42.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
74832024-10-18T21:14:44.017Z[ recovery-image] Oct 18 21:14:42.442 INFO O| Oct 18 21:14:42.442 INFO STEP 1097 (remove_files) COMPLETE
74842024-10-18T21:14:44.020Z[ recovery-image] Oct 18 21:14:42.442 INFO O| Oct 18 21:14:42.442 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-10-18T21:14:44.027Z[ recovery-image] Oct 18 21:14:42.452 INFO O| Oct 18 21:14:42.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
74862024-10-18T21:14:44.027Z[ recovery-image] Oct 18 21:14:42.452 INFO O| Oct 18 21:14:42.452 INFO STEP 1098 (remove_files) COMPLETE
74872024-10-18T21:14:44.028Z[ recovery-image] Oct 18 21:14:42.452 INFO O| Oct 18 21:14:42.452 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-10-18T21:14:44.038Z[ recovery-image] Oct 18 21:14:42.462 INFO O| Oct 18 21:14:42.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
74892024-10-18T21:14:44.040Z[ recovery-image] Oct 18 21:14:42.462 INFO O| Oct 18 21:14:42.462 INFO STEP 1099 (remove_files) COMPLETE
74902024-10-18T21:14:44.040Z[ recovery-image] Oct 18 21:14:42.462 INFO O| Oct 18 21:14:42.462 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-10-18T21:14:44.048Z[ recovery-image] Oct 18 21:14:42.472 INFO O| Oct 18 21:14:42.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
74922024-10-18T21:14:44.048Z[ recovery-image] Oct 18 21:14:42.472 INFO O| Oct 18 21:14:42.472 INFO STEP 1100 (remove_files) COMPLETE
74932024-10-18T21:14:44.048Z[ recovery-image] Oct 18 21:14:42.472 INFO O| Oct 18 21:14:42.472 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-10-18T21:14:44.058Z[ recovery-image] Oct 18 21:14:42.483 INFO O| Oct 18 21:14:42.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
74952024-10-18T21:14:44.061Z[ recovery-image] Oct 18 21:14:42.483 INFO O| Oct 18 21:14:42.483 INFO STEP 1101 (remove_files) COMPLETE
74962024-10-18T21:14:44.061Z[ recovery-image] Oct 18 21:14:42.483 INFO O| Oct 18 21:14:42.483 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-10-18T21:14:44.069Z[ recovery-image] Oct 18 21:14:42.493 INFO O| Oct 18 21:14:42.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
74982024-10-18T21:14:44.069Z[ recovery-image] Oct 18 21:14:42.493 INFO O| Oct 18 21:14:42.493 INFO STEP 1102 (remove_files) COMPLETE
74992024-10-18T21:14:44.071Z[ recovery-image] Oct 18 21:14:42.493 INFO O| Oct 18 21:14:42.493 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-10-18T21:14:44.079Z[ recovery-image] Oct 18 21:14:42.503 INFO O| Oct 18 21:14:42.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
75012024-10-18T21:14:44.079Z[ recovery-image] Oct 18 21:14:42.503 INFO O| Oct 18 21:14:42.503 INFO STEP 1103 (remove_files) COMPLETE
75022024-10-18T21:14:44.081Z[ recovery-image] Oct 18 21:14:42.503 INFO O| Oct 18 21:14:42.503 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-10-18T21:14:44.091Z[ recovery-image] Oct 18 21:14:42.516 INFO O| Oct 18 21:14:42.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
75042024-10-18T21:14:44.094Z[ recovery-image] Oct 18 21:14:42.516 INFO O| Oct 18 21:14:42.516 INFO STEP 1104 (remove_files) COMPLETE
75052024-10-18T21:14:44.094Z[ recovery-image] Oct 18 21:14:42.516 INFO O| Oct 18 21:14:42.516 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-10-18T21:14:44.101Z[ recovery-image] Oct 18 21:14:42.526 INFO O| Oct 18 21:14:42.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
75072024-10-18T21:14:44.102Z[ recovery-image] Oct 18 21:14:42.526 INFO O| Oct 18 21:14:42.526 INFO STEP 1105 (remove_files) COMPLETE
75082024-10-18T21:14:44.102Z[ recovery-image] Oct 18 21:14:42.526 INFO O| Oct 18 21:14:42.526 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-10-18T21:14:44.112Z[ recovery-image] Oct 18 21:14:42.536 INFO O| Oct 18 21:14:42.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
75102024-10-18T21:14:44.112Z[ recovery-image] Oct 18 21:14:42.536 INFO O| Oct 18 21:14:42.536 INFO STEP 1106 (remove_files) COMPLETE
75112024-10-18T21:14:44.112Z[ recovery-image] Oct 18 21:14:42.536 INFO O| Oct 18 21:14:42.536 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-10-18T21:14:44.122Z[ recovery-image] Oct 18 21:14:42.546 INFO O| Oct 18 21:14:42.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
75132024-10-18T21:14:44.122Z[ recovery-image] Oct 18 21:14:42.546 INFO O| Oct 18 21:14:42.546 INFO STEP 1107 (remove_files) COMPLETE
75142024-10-18T21:14:44.122Z[ recovery-image] Oct 18 21:14:42.546 INFO O| Oct 18 21:14:42.546 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-10-18T21:14:44.132Z[ recovery-image] Oct 18 21:14:42.556 INFO O| Oct 18 21:14:42.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
75162024-10-18T21:14:44.132Z[ recovery-image] Oct 18 21:14:42.556 INFO O| Oct 18 21:14:42.556 INFO STEP 1108 (remove_files) COMPLETE
75172024-10-18T21:14:44.134Z[ recovery-image] Oct 18 21:14:42.556 INFO O| Oct 18 21:14:42.556 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-10-18T21:14:44.142Z[ recovery-image] Oct 18 21:14:42.566 INFO O| Oct 18 21:14:42.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
75192024-10-18T21:14:44.144Z[ recovery-image] Oct 18 21:14:42.566 INFO O| Oct 18 21:14:42.566 INFO STEP 1109 (remove_files) COMPLETE
75202024-10-18T21:14:44.144Z[ recovery-image] Oct 18 21:14:42.566 INFO O| Oct 18 21:14:42.566 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-10-18T21:14:44.152Z[ recovery-image] Oct 18 21:14:42.576 INFO O| Oct 18 21:14:42.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
75222024-10-18T21:14:44.152Z[ recovery-image] Oct 18 21:14:42.576 INFO O| Oct 18 21:14:42.576 INFO STEP 1110 (remove_files) COMPLETE
75232024-10-18T21:14:44.154Z[ recovery-image] Oct 18 21:14:42.576 INFO O| Oct 18 21:14:42.576 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-10-18T21:14:44.164Z[ recovery-image] Oct 18 21:14:42.588 INFO O| Oct 18 21:14:42.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
75252024-10-18T21:14:44.164Z[ recovery-image] Oct 18 21:14:42.588 INFO O| Oct 18 21:14:42.588 INFO STEP 1111 (remove_files) COMPLETE
75262024-10-18T21:14:44.164Z[ recovery-image] Oct 18 21:14:42.588 INFO O| Oct 18 21:14:42.588 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-10-18T21:14:44.175Z[ recovery-image] Oct 18 21:14:42.600 INFO O| Oct 18 21:14:42.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
75282024-10-18T21:14:44.175Z[ recovery-image] Oct 18 21:14:42.600 INFO O| Oct 18 21:14:42.600 INFO STEP 1112 (remove_files) COMPLETE
75292024-10-18T21:14:44.178Z[ recovery-image] Oct 18 21:14:42.600 INFO O| Oct 18 21:14:42.600 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-10-18T21:14:44.188Z[ recovery-image] Oct 18 21:14:42.613 INFO O| Oct 18 21:14:42.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
75312024-10-18T21:14:44.191Z[ recovery-image] Oct 18 21:14:42.613 INFO O| Oct 18 21:14:42.613 INFO STEP 1113 (remove_files) COMPLETE
75322024-10-18T21:14:44.191Z[ recovery-image] Oct 18 21:14:42.613 INFO O| Oct 18 21:14:42.613 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-10-18T21:14:44.200Z[ recovery-image] Oct 18 21:14:42.624 INFO O| Oct 18 21:14:42.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
75342024-10-18T21:14:44.200Z[ recovery-image] Oct 18 21:14:42.624 INFO O| Oct 18 21:14:42.624 INFO STEP 1114 (remove_files) COMPLETE
75352024-10-18T21:14:44.200Z[ recovery-image] Oct 18 21:14:42.624 INFO O| Oct 18 21:14:42.624 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-10-18T21:14:44.210Z[ recovery-image] Oct 18 21:14:42.635 INFO O| Oct 18 21:14:42.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
75372024-10-18T21:14:44.213Z[ recovery-image] Oct 18 21:14:42.635 INFO O| Oct 18 21:14:42.635 INFO STEP 1115 (remove_files) COMPLETE
75382024-10-18T21:14:44.213Z[ recovery-image] Oct 18 21:14:42.635 INFO O| Oct 18 21:14:42.635 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-10-18T21:14:44.222Z[ recovery-image] Oct 18 21:14:42.646 INFO O| Oct 18 21:14:42.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
75402024-10-18T21:14:44.222Z[ recovery-image] Oct 18 21:14:42.646 INFO O| Oct 18 21:14:42.646 INFO STEP 1116 (remove_files) COMPLETE
75412024-10-18T21:14:44.222Z[ recovery-image] Oct 18 21:14:42.646 INFO O| Oct 18 21:14:42.646 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-10-18T21:14:44.233Z[ recovery-image] Oct 18 21:14:42.657 INFO O| Oct 18 21:14:42.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
75432024-10-18T21:14:44.233Z[ recovery-image] Oct 18 21:14:42.657 INFO O| Oct 18 21:14:42.657 INFO STEP 1117 (remove_files) COMPLETE
75442024-10-18T21:14:44.236Z[ recovery-image] Oct 18 21:14:42.658 INFO O| Oct 18 21:14:42.657 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-10-18T21:14:44.243Z[ recovery-image] Oct 18 21:14:42.668 INFO O| Oct 18 21:14:42.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
75462024-10-18T21:14:44.243Z[ recovery-image] Oct 18 21:14:42.668 INFO O| Oct 18 21:14:42.668 INFO STEP 1118 (remove_files) COMPLETE
75472024-10-18T21:14:44.246Z[ recovery-image] Oct 18 21:14:42.668 INFO O| Oct 18 21:14:42.668 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-10-18T21:14:44.253Z[ recovery-image] Oct 18 21:14:42.678 INFO O| Oct 18 21:14:42.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
75492024-10-18T21:14:44.253Z[ recovery-image] Oct 18 21:14:42.678 INFO O| Oct 18 21:14:42.678 INFO STEP 1119 (remove_files) COMPLETE
75502024-10-18T21:14:44.256Z[ recovery-image] Oct 18 21:14:42.678 INFO O| Oct 18 21:14:42.678 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-10-18T21:14:44.264Z[ recovery-image] Oct 18 21:14:42.688 INFO O| Oct 18 21:14:42.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
75522024-10-18T21:14:44.264Z[ recovery-image] Oct 18 21:14:42.688 INFO O| Oct 18 21:14:42.688 INFO STEP 1120 (remove_files) COMPLETE
75532024-10-18T21:14:44.266Z[ recovery-image] Oct 18 21:14:42.688 INFO O| Oct 18 21:14:42.688 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-10-18T21:14:44.277Z[ recovery-image] Oct 18 21:14:42.700 INFO O| Oct 18 21:14:42.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
75552024-10-18T21:14:44.277Z[ recovery-image] Oct 18 21:14:42.700 INFO O| Oct 18 21:14:42.700 INFO STEP 1121 (remove_files) COMPLETE
75562024-10-18T21:14:44.279Z[ recovery-image] Oct 18 21:14:42.700 INFO O| Oct 18 21:14:42.700 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-10-18T21:14:44.288Z[ recovery-image] Oct 18 21:14:42.712 INFO O| Oct 18 21:14:42.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
75582024-10-18T21:14:44.288Z[ recovery-image] Oct 18 21:14:42.712 INFO O| Oct 18 21:14:42.712 INFO STEP 1122 (remove_files) COMPLETE
75592024-10-18T21:14:44.290Z[ recovery-image] Oct 18 21:14:42.712 INFO O| Oct 18 21:14:42.712 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-10-18T21:14:44.299Z[ recovery-image] Oct 18 21:14:42.723 INFO O| Oct 18 21:14:42.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
75612024-10-18T21:14:44.299Z[ recovery-image] Oct 18 21:14:42.723 INFO O| Oct 18 21:14:42.723 INFO STEP 1123 (remove_files) COMPLETE
75622024-10-18T21:14:44.301Z[ recovery-image] Oct 18 21:14:42.723 INFO O| Oct 18 21:14:42.723 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-10-18T21:14:44.310Z[ recovery-image] Oct 18 21:14:42.735 INFO O| Oct 18 21:14:42.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
75642024-10-18T21:14:44.310Z[ recovery-image] Oct 18 21:14:42.735 INFO O| Oct 18 21:14:42.735 INFO STEP 1124 (remove_files) COMPLETE
75652024-10-18T21:14:44.313Z[ recovery-image] Oct 18 21:14:42.735 INFO O| Oct 18 21:14:42.735 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-10-18T21:14:44.322Z[ recovery-image] Oct 18 21:14:42.747 INFO O| Oct 18 21:14:42.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
75672024-10-18T21:14:44.322Z[ recovery-image] Oct 18 21:14:42.747 INFO O| Oct 18 21:14:42.747 INFO STEP 1125 (remove_files) COMPLETE
75682024-10-18T21:14:44.325Z[ recovery-image] Oct 18 21:14:42.747 INFO O| Oct 18 21:14:42.747 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-10-18T21:14:44.333Z[ recovery-image] Oct 18 21:14:42.757 INFO O| Oct 18 21:14:42.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
75702024-10-18T21:14:44.333Z[ recovery-image] Oct 18 21:14:42.757 INFO O| Oct 18 21:14:42.757 INFO STEP 1126 (remove_files) COMPLETE
75712024-10-18T21:14:44.333Z[ recovery-image] Oct 18 21:14:42.757 INFO O| Oct 18 21:14:42.757 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-10-18T21:14:44.343Z[ recovery-image] Oct 18 21:14:42.768 INFO O| Oct 18 21:14:42.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
75732024-10-18T21:14:44.343Z[ recovery-image] Oct 18 21:14:42.768 INFO O| Oct 18 21:14:42.768 INFO STEP 1127 (remove_files) COMPLETE
75742024-10-18T21:14:44.343Z[ recovery-image] Oct 18 21:14:42.768 INFO O| Oct 18 21:14:42.768 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-10-18T21:14:44.353Z[ recovery-image] Oct 18 21:14:42.778 INFO O| Oct 18 21:14:42.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
75762024-10-18T21:14:44.353Z[ recovery-image] Oct 18 21:14:42.778 INFO O| Oct 18 21:14:42.778 INFO STEP 1128 (remove_files) COMPLETE
75772024-10-18T21:14:44.353Z[ recovery-image] Oct 18 21:14:42.778 INFO O| Oct 18 21:14:42.778 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-10-18T21:14:44.364Z[ recovery-image] Oct 18 21:14:42.788 INFO O| Oct 18 21:14:42.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
75792024-10-18T21:14:44.364Z[ recovery-image] Oct 18 21:14:42.788 INFO O| Oct 18 21:14:42.788 INFO STEP 1129 (remove_files) COMPLETE
75802024-10-18T21:14:44.364Z[ recovery-image] Oct 18 21:14:42.788 INFO O| Oct 18 21:14:42.788 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-10-18T21:14:44.374Z[ recovery-image] Oct 18 21:14:42.798 INFO O| Oct 18 21:14:42.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
75822024-10-18T21:14:44.374Z[ recovery-image] Oct 18 21:14:42.798 INFO O| Oct 18 21:14:42.798 INFO STEP 1130 (remove_files) COMPLETE
75832024-10-18T21:14:44.376Z[ recovery-image] Oct 18 21:14:42.799 INFO O| Oct 18 21:14:42.798 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-10-18T21:14:44.385Z[ recovery-image] Oct 18 21:14:42.810 INFO O| Oct 18 21:14:42.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
75852024-10-18T21:14:44.385Z[ recovery-image] Oct 18 21:14:42.810 INFO O| Oct 18 21:14:42.810 INFO STEP 1131 (remove_files) COMPLETE
75862024-10-18T21:14:44.385Z[ recovery-image] Oct 18 21:14:42.810 INFO O| Oct 18 21:14:42.810 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872024-10-18T21:14:44.395Z[ recovery-image] Oct 18 21:14:42.820 INFO O| Oct 18 21:14:42.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
75882024-10-18T21:14:44.398Z[ recovery-image] Oct 18 21:14:42.820 INFO O| Oct 18 21:14:42.820 INFO STEP 1132 (remove_files) COMPLETE
75892024-10-18T21:14:44.398Z[ recovery-image] Oct 18 21:14:42.820 INFO O| Oct 18 21:14:42.820 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-10-18T21:14:44.407Z[ recovery-image] Oct 18 21:14:42.832 INFO O| Oct 18 21:14:42.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
75912024-10-18T21:14:44.407Z[ recovery-image] Oct 18 21:14:42.832 INFO O| Oct 18 21:14:42.832 INFO STEP 1133 (remove_files) COMPLETE
75922024-10-18T21:14:44.407Z[ recovery-image] Oct 18 21:14:42.832 INFO O| Oct 18 21:14:42.832 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932024-10-18T21:14:44.418Z[ recovery-image] Oct 18 21:14:42.842 INFO O| Oct 18 21:14:42.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
75942024-10-18T21:14:44.418Z[ recovery-image] Oct 18 21:14:42.842 INFO O| Oct 18 21:14:42.842 INFO STEP 1134 (remove_files) COMPLETE
75952024-10-18T21:14:44.420Z[ recovery-image] Oct 18 21:14:42.842 INFO O| Oct 18 21:14:42.842 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962024-10-18T21:14:44.429Z[ recovery-image] Oct 18 21:14:42.854 INFO O| Oct 18 21:14:42.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
75972024-10-18T21:14:44.432Z[ recovery-image] Oct 18 21:14:42.854 INFO O| Oct 18 21:14:42.854 INFO STEP 1135 (remove_files) COMPLETE
75982024-10-18T21:14:44.432Z[ recovery-image] Oct 18 21:14:42.854 INFO O| Oct 18 21:14:42.854 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992024-10-18T21:14:44.442Z[ recovery-image] Oct 18 21:14:42.866 INFO O| Oct 18 21:14:42.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
76002024-10-18T21:14:44.442Z[ recovery-image] Oct 18 21:14:42.866 INFO O| Oct 18 21:14:42.866 INFO STEP 1136 (remove_files) COMPLETE
76012024-10-18T21:14:44.444Z[ recovery-image] Oct 18 21:14:42.866 INFO O| Oct 18 21:14:42.866 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022024-10-18T21:14:44.452Z[ recovery-image] Oct 18 21:14:42.877 INFO O| Oct 18 21:14:42.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
76032024-10-18T21:14:44.452Z[ recovery-image] Oct 18 21:14:42.877 INFO O| Oct 18 21:14:42.877 INFO STEP 1137 (remove_files) COMPLETE
76042024-10-18T21:14:44.455Z[ recovery-image] Oct 18 21:14:42.877 INFO O| Oct 18 21:14:42.877 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-10-18T21:14:44.465Z[ recovery-image] Oct 18 21:14:42.889 INFO O| Oct 18 21:14:42.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
76062024-10-18T21:14:44.465Z[ recovery-image] Oct 18 21:14:42.889 INFO O| Oct 18 21:14:42.889 INFO STEP 1138 (remove_files) COMPLETE
76072024-10-18T21:14:44.465Z[ recovery-image] Oct 18 21:14:42.889 INFO O| Oct 18 21:14:42.889 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-10-18T21:14:44.476Z[ recovery-image] Oct 18 21:14:42.901 INFO O| Oct 18 21:14:42.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
76092024-10-18T21:14:44.476Z[ recovery-image] Oct 18 21:14:42.901 INFO O| Oct 18 21:14:42.901 INFO STEP 1139 (remove_files) COMPLETE
76102024-10-18T21:14:44.479Z[ recovery-image] Oct 18 21:14:42.901 INFO O| Oct 18 21:14:42.901 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112024-10-18T21:14:44.489Z[ recovery-image] Oct 18 21:14:42.913 INFO O| Oct 18 21:14:42.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
76122024-10-18T21:14:44.489Z[ recovery-image] Oct 18 21:14:42.914 INFO O| Oct 18 21:14:42.914 INFO STEP 1140 (remove_files) COMPLETE
76132024-10-18T21:14:44.492Z[ recovery-image] Oct 18 21:14:42.914 INFO O| Oct 18 21:14:42.914 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142024-10-18T21:14:44.499Z[ recovery-image] Oct 18 21:14:42.924 INFO O| Oct 18 21:14:42.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
76152024-10-18T21:14:44.499Z[ recovery-image] Oct 18 21:14:42.924 INFO O| Oct 18 21:14:42.924 INFO STEP 1141 (remove_files) COMPLETE
76162024-10-18T21:14:44.499Z[ recovery-image] Oct 18 21:14:42.924 INFO O| Oct 18 21:14:42.924 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172024-10-18T21:14:44.511Z[ recovery-image] Oct 18 21:14:42.935 INFO O| Oct 18 21:14:42.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
76182024-10-18T21:14:44.511Z[ recovery-image] Oct 18 21:14:42.935 INFO O| Oct 18 21:14:42.935 INFO STEP 1142 (remove_files) COMPLETE
76192024-10-18T21:14:44.513Z[ recovery-image] Oct 18 21:14:42.935 INFO O| Oct 18 21:14:42.935 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202024-10-18T21:14:44.522Z[ recovery-image] Oct 18 21:14:42.946 INFO O| Oct 18 21:14:42.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
76212024-10-18T21:14:44.522Z[ recovery-image] Oct 18 21:14:42.946 INFO O| Oct 18 21:14:42.946 INFO STEP 1143 (remove_files) COMPLETE
76222024-10-18T21:14:44.522Z[ recovery-image] Oct 18 21:14:42.946 INFO O| Oct 18 21:14:42.946 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232024-10-18T21:14:44.534Z[ recovery-image] Oct 18 21:14:42.958 INFO O| Oct 18 21:14:42.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
76242024-10-18T21:14:44.534Z[ recovery-image] Oct 18 21:14:42.958 INFO O| Oct 18 21:14:42.958 INFO STEP 1144 (remove_files) COMPLETE
76252024-10-18T21:14:44.534Z[ recovery-image] Oct 18 21:14:42.958 INFO O| Oct 18 21:14:42.958 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262024-10-18T21:14:44.544Z[ recovery-image] Oct 18 21:14:42.968 INFO O| Oct 18 21:14:42.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
76272024-10-18T21:14:44.546Z[ recovery-image] Oct 18 21:14:42.969 INFO O| Oct 18 21:14:42.968 INFO STEP 1145 (remove_files) COMPLETE
76282024-10-18T21:14:44.546Z[ recovery-image] Oct 18 21:14:42.969 INFO O| Oct 18 21:14:42.969 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292024-10-18T21:14:44.554Z[ recovery-image] Oct 18 21:14:42.979 INFO O| Oct 18 21:14:42.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
76302024-10-18T21:14:44.554Z[ recovery-image] Oct 18 21:14:42.979 INFO O| Oct 18 21:14:42.979 INFO STEP 1146 (remove_files) COMPLETE
76312024-10-18T21:14:44.557Z[ recovery-image] Oct 18 21:14:42.979 INFO O| Oct 18 21:14:42.979 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322024-10-18T21:14:44.564Z[ recovery-image] Oct 18 21:14:42.989 INFO O| Oct 18 21:14:42.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
76332024-10-18T21:14:44.567Z[ recovery-image] Oct 18 21:14:42.989 INFO O| Oct 18 21:14:42.989 INFO STEP 1147 (remove_files) COMPLETE
76342024-10-18T21:14:44.567Z[ recovery-image] Oct 18 21:14:42.989 INFO O| Oct 18 21:14:42.989 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352024-10-18T21:14:44.574Z[ recovery-image] Oct 18 21:14:42.998 INFO O| Oct 18 21:14:42.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
76362024-10-18T21:14:44.574Z[ recovery-image] Oct 18 21:14:42.999 INFO O| Oct 18 21:14:42.999 INFO STEP 1148 (remove_files) COMPLETE
76372024-10-18T21:14:44.577Z[ recovery-image] Oct 18 21:14:42.999 INFO O| Oct 18 21:14:42.999 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382024-10-18T21:14:44.587Z[ recovery-image] Oct 18 21:14:43.011 INFO O| Oct 18 21:14:43.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
76392024-10-18T21:14:44.587Z[ recovery-image] Oct 18 21:14:43.011 INFO O| Oct 18 21:14:43.011 INFO STEP 1149 (remove_files) COMPLETE
76402024-10-18T21:14:44.587Z[ recovery-image] Oct 18 21:14:43.011 INFO O| Oct 18 21:14:43.011 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412024-10-18T21:14:44.597Z[ recovery-image] Oct 18 21:14:43.021 INFO O| Oct 18 21:14:43.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
76422024-10-18T21:14:44.600Z[ recovery-image] Oct 18 21:14:43.022 INFO O| Oct 18 21:14:43.022 INFO STEP 1150 (remove_files) COMPLETE
76432024-10-18T21:14:44.600Z[ recovery-image] Oct 18 21:14:43.022 INFO O| Oct 18 21:14:43.022 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442024-10-18T21:14:44.607Z[ recovery-image] Oct 18 21:14:43.032 INFO O| Oct 18 21:14:43.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
76452024-10-18T21:14:44.607Z[ recovery-image] Oct 18 21:14:43.032 INFO O| Oct 18 21:14:43.032 INFO STEP 1151 (remove_files) COMPLETE
76462024-10-18T21:14:44.610Z[ recovery-image] Oct 18 21:14:43.032 INFO O| Oct 18 21:14:43.032 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472024-10-18T21:14:44.618Z[ recovery-image] Oct 18 21:14:43.042 INFO O| Oct 18 21:14:43.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
76482024-10-18T21:14:44.618Z[ recovery-image] Oct 18 21:14:43.042 INFO O| Oct 18 21:14:43.042 INFO STEP 1152 (remove_files) COMPLETE
76492024-10-18T21:14:44.620Z[ recovery-image] Oct 18 21:14:43.042 INFO O| Oct 18 21:14:43.042 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502024-10-18T21:14:44.628Z[ recovery-image] Oct 18 21:14:43.052 INFO O| Oct 18 21:14:43.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
76512024-10-18T21:14:44.630Z[ recovery-image] Oct 18 21:14:43.052 INFO O| Oct 18 21:14:43.052 INFO STEP 1153 (remove_files) COMPLETE
76522024-10-18T21:14:44.630Z[ recovery-image] Oct 18 21:14:43.052 INFO O| Oct 18 21:14:43.052 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532024-10-18T21:14:44.638Z[ recovery-image] Oct 18 21:14:43.063 INFO O| Oct 18 21:14:43.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
76542024-10-18T21:14:44.641Z[ recovery-image] Oct 18 21:14:43.063 INFO O| Oct 18 21:14:43.063 INFO STEP 1154 (remove_files) COMPLETE
76552024-10-18T21:14:44.641Z[ recovery-image] Oct 18 21:14:43.063 INFO O| Oct 18 21:14:43.063 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562024-10-18T21:14:44.649Z[ recovery-image] Oct 18 21:14:43.073 INFO O| Oct 18 21:14:43.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
76572024-10-18T21:14:44.649Z[ recovery-image] Oct 18 21:14:43.073 INFO O| Oct 18 21:14:43.073 INFO STEP 1155 (remove_files) COMPLETE
76582024-10-18T21:14:44.649Z[ recovery-image] Oct 18 21:14:43.073 INFO O| Oct 18 21:14:43.073 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592024-10-18T21:14:44.661Z[ recovery-image] Oct 18 21:14:43.086 INFO O| Oct 18 21:14:43.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
76602024-10-18T21:14:44.661Z[ recovery-image] Oct 18 21:14:43.086 INFO O| Oct 18 21:14:43.086 INFO STEP 1156 (remove_files) COMPLETE
76612024-10-18T21:14:44.664Z[ recovery-image] Oct 18 21:14:43.086 INFO O| Oct 18 21:14:43.086 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622024-10-18T21:14:44.672Z[ recovery-image] Oct 18 21:14:43.097 INFO O| Oct 18 21:14:43.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
76632024-10-18T21:14:44.675Z[ recovery-image] Oct 18 21:14:43.097 INFO O| Oct 18 21:14:43.097 INFO STEP 1157 (remove_files) COMPLETE
76642024-10-18T21:14:44.675Z[ recovery-image] Oct 18 21:14:43.097 INFO O| Oct 18 21:14:43.097 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652024-10-18T21:14:44.682Z[ recovery-image] Oct 18 21:14:43.107 INFO O| Oct 18 21:14:43.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
76662024-10-18T21:14:44.682Z[ recovery-image] Oct 18 21:14:43.107 INFO O| Oct 18 21:14:43.107 INFO STEP 1158 (remove_files) COMPLETE
76672024-10-18T21:14:44.682Z[ recovery-image] Oct 18 21:14:43.107 INFO O| Oct 18 21:14:43.107 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682024-10-18T21:14:44.692Z[ recovery-image] Oct 18 21:14:43.117 INFO O| Oct 18 21:14:43.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
76692024-10-18T21:14:44.692Z[ recovery-image] Oct 18 21:14:43.117 INFO O| Oct 18 21:14:43.117 INFO STEP 1159 (remove_files) COMPLETE
76702024-10-18T21:14:44.696Z[ recovery-image] Oct 18 21:14:43.117 INFO O| Oct 18 21:14:43.117 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712024-10-18T21:14:44.702Z[ recovery-image] Oct 18 21:14:43.127 INFO O| Oct 18 21:14:43.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
76722024-10-18T21:14:44.705Z[ recovery-image] Oct 18 21:14:43.127 INFO O| Oct 18 21:14:43.127 INFO STEP 1160 (remove_files) COMPLETE
76732024-10-18T21:14:44.705Z[ recovery-image] Oct 18 21:14:43.127 INFO O| Oct 18 21:14:43.127 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742024-10-18T21:14:44.712Z[ recovery-image] Oct 18 21:14:43.137 INFO O| Oct 18 21:14:43.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
76752024-10-18T21:14:44.715Z[ recovery-image] Oct 18 21:14:43.137 INFO O| Oct 18 21:14:43.137 INFO STEP 1161 (remove_files) COMPLETE
76762024-10-18T21:14:44.715Z[ recovery-image] Oct 18 21:14:43.137 INFO O| Oct 18 21:14:43.137 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-10-18T21:14:44.723Z[ recovery-image] Oct 18 21:14:43.147 INFO O| Oct 18 21:14:43.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
76782024-10-18T21:14:44.723Z[ recovery-image] Oct 18 21:14:43.147 INFO O| Oct 18 21:14:43.147 INFO STEP 1162 (remove_files) COMPLETE
76792024-10-18T21:14:44.725Z[ recovery-image] Oct 18 21:14:43.147 INFO O| Oct 18 21:14:43.147 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-10-18T21:14:44.733Z[ recovery-image] Oct 18 21:14:43.157 INFO O| Oct 18 21:14:43.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
76812024-10-18T21:14:44.735Z[ recovery-image] Oct 18 21:14:43.157 INFO O| Oct 18 21:14:43.157 INFO STEP 1163 (remove_files) COMPLETE
76822024-10-18T21:14:44.735Z[ recovery-image] Oct 18 21:14:43.157 INFO O| Oct 18 21:14:43.157 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-10-18T21:14:44.743Z[ recovery-image] Oct 18 21:14:43.167 INFO O| Oct 18 21:14:43.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
76842024-10-18T21:14:44.743Z[ recovery-image] Oct 18 21:14:43.167 INFO O| Oct 18 21:14:43.167 INFO STEP 1164 (remove_files) COMPLETE
76852024-10-18T21:14:44.743Z[ recovery-image] Oct 18 21:14:43.167 INFO O| Oct 18 21:14:43.167 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-10-18T21:14:44.754Z[ recovery-image] Oct 18 21:14:43.178 INFO O| Oct 18 21:14:43.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
76872024-10-18T21:14:44.758Z[ recovery-image] Oct 18 21:14:43.178 INFO O| Oct 18 21:14:43.178 INFO STEP 1165 (remove_files) COMPLETE
76882024-10-18T21:14:44.758Z[ recovery-image] Oct 18 21:14:43.179 INFO O| Oct 18 21:14:43.178 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-10-18T21:14:44.766Z[ recovery-image] Oct 18 21:14:43.190 INFO O| Oct 18 21:14:43.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
76902024-10-18T21:14:44.766Z[ recovery-image] Oct 18 21:14:43.190 INFO O| Oct 18 21:14:43.190 INFO STEP 1166 (remove_files) COMPLETE
76912024-10-18T21:14:44.768Z[ recovery-image] Oct 18 21:14:43.190 INFO O| Oct 18 21:14:43.190 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-10-18T21:14:44.776Z[ recovery-image] Oct 18 21:14:43.200 INFO O| Oct 18 21:14:43.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
76932024-10-18T21:14:44.776Z[ recovery-image] Oct 18 21:14:43.201 INFO O| Oct 18 21:14:43.200 INFO STEP 1167 (remove_files) COMPLETE
76942024-10-18T21:14:44.779Z[ recovery-image] Oct 18 21:14:43.201 INFO O| Oct 18 21:14:43.200 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-10-18T21:14:44.786Z[ recovery-image] Oct 18 21:14:43.211 INFO O| Oct 18 21:14:43.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
76962024-10-18T21:14:44.786Z[ recovery-image] Oct 18 21:14:43.211 INFO O| Oct 18 21:14:43.211 INFO STEP 1168 (remove_files) COMPLETE
76972024-10-18T21:14:44.789Z[ recovery-image] Oct 18 21:14:43.211 INFO O| Oct 18 21:14:43.211 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982024-10-18T21:14:44.796Z[ recovery-image] Oct 18 21:14:43.221 INFO O| Oct 18 21:14:43.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
76992024-10-18T21:14:44.796Z[ recovery-image] Oct 18 21:14:43.221 INFO O| Oct 18 21:14:43.221 INFO STEP 1169 (remove_files) COMPLETE
77002024-10-18T21:14:44.799Z[ recovery-image] Oct 18 21:14:43.221 INFO O| Oct 18 21:14:43.221 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012024-10-18T21:14:44.807Z[ recovery-image] Oct 18 21:14:43.231 INFO O| Oct 18 21:14:43.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
77022024-10-18T21:14:44.807Z[ recovery-image] Oct 18 21:14:43.231 INFO O| Oct 18 21:14:43.231 INFO STEP 1170 (remove_files) COMPLETE
77032024-10-18T21:14:44.809Z[ recovery-image] Oct 18 21:14:43.231 INFO O| Oct 18 21:14:43.231 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042024-10-18T21:14:44.817Z[ recovery-image] Oct 18 21:14:43.241 INFO O| Oct 18 21:14:43.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
77052024-10-18T21:14:44.817Z[ recovery-image] Oct 18 21:14:43.241 INFO O| Oct 18 21:14:43.241 INFO STEP 1171 (remove_files) COMPLETE
77062024-10-18T21:14:44.817Z[ recovery-image] Oct 18 21:14:43.241 INFO O| Oct 18 21:14:43.241 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072024-10-18T21:14:44.827Z[ recovery-image] Oct 18 21:14:43.251 INFO O| Oct 18 21:14:43.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
77082024-10-18T21:14:44.827Z[ recovery-image] Oct 18 21:14:43.252 INFO O| Oct 18 21:14:43.251 INFO STEP 1172 (remove_files) COMPLETE
77092024-10-18T21:14:44.827Z[ recovery-image] Oct 18 21:14:43.252 INFO O| Oct 18 21:14:43.252 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102024-10-18T21:14:44.837Z[ recovery-image] Oct 18 21:14:43.262 INFO O| Oct 18 21:14:43.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
77112024-10-18T21:14:44.837Z[ recovery-image] Oct 18 21:14:43.262 INFO O| Oct 18 21:14:43.262 INFO STEP 1173 (remove_files) COMPLETE
77122024-10-18T21:14:44.839Z[ recovery-image] Oct 18 21:14:43.262 INFO O| Oct 18 21:14:43.262 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132024-10-18T21:14:44.848Z[ recovery-image] Oct 18 21:14:43.272 INFO O| Oct 18 21:14:43.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
77142024-10-18T21:14:44.848Z[ recovery-image] Oct 18 21:14:43.272 INFO O| Oct 18 21:14:43.272 INFO STEP 1174 (remove_files) COMPLETE
77152024-10-18T21:14:44.851Z[ recovery-image] Oct 18 21:14:43.272 INFO O| Oct 18 21:14:43.272 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162024-10-18T21:14:44.857Z[ recovery-image] Oct 18 21:14:43.282 INFO O| Oct 18 21:14:43.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
77172024-10-18T21:14:44.860Z[ recovery-image] Oct 18 21:14:43.282 INFO O| Oct 18 21:14:43.282 INFO STEP 1175 (remove_files) COMPLETE
77182024-10-18T21:14:44.860Z[ recovery-image] Oct 18 21:14:43.282 INFO O| Oct 18 21:14:43.282 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192024-10-18T21:14:44.868Z[ recovery-image] Oct 18 21:14:43.292 INFO O| Oct 18 21:14:43.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
77202024-10-18T21:14:44.868Z[ recovery-image] Oct 18 21:14:43.292 INFO O| Oct 18 21:14:43.292 INFO STEP 1176 (remove_files) COMPLETE
77212024-10-18T21:14:44.871Z[ recovery-image] Oct 18 21:14:43.292 INFO O| Oct 18 21:14:43.292 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222024-10-18T21:14:44.878Z[ recovery-image] Oct 18 21:14:43.303 INFO O| Oct 18 21:14:43.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
77232024-10-18T21:14:44.878Z[ recovery-image] Oct 18 21:14:43.303 INFO O| Oct 18 21:14:43.303 INFO STEP 1177 (remove_files) COMPLETE
77242024-10-18T21:14:44.878Z[ recovery-image] Oct 18 21:14:43.303 INFO O| Oct 18 21:14:43.303 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252024-10-18T21:14:44.889Z[ recovery-image] Oct 18 21:14:43.314 INFO O| Oct 18 21:14:43.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
77262024-10-18T21:14:44.889Z[ recovery-image] Oct 18 21:14:43.314 INFO O| Oct 18 21:14:43.314 INFO STEP 1178 (remove_files) COMPLETE
77272024-10-18T21:14:44.892Z[ recovery-image] Oct 18 21:14:43.314 INFO O| Oct 18 21:14:43.314 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282024-10-18T21:14:44.901Z[ recovery-image] Oct 18 21:14:43.325 INFO O| Oct 18 21:14:43.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
77292024-10-18T21:14:44.901Z[ recovery-image] Oct 18 21:14:43.325 INFO O| Oct 18 21:14:43.325 INFO STEP 1179 (remove_files) COMPLETE
77302024-10-18T21:14:44.901Z[ recovery-image] Oct 18 21:14:43.325 INFO O| Oct 18 21:14:43.325 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312024-10-18T21:14:44.912Z[ recovery-image] Oct 18 21:14:43.336 INFO O| Oct 18 21:14:43.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
77322024-10-18T21:14:44.912Z[ recovery-image] Oct 18 21:14:43.336 INFO O| Oct 18 21:14:43.336 INFO STEP 1180 (remove_files) COMPLETE
77332024-10-18T21:14:44.914Z[ recovery-image] Oct 18 21:14:43.336 INFO O| Oct 18 21:14:43.336 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342024-10-18T21:14:44.922Z[ recovery-image] Oct 18 21:14:43.347 INFO O| Oct 18 21:14:43.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
77352024-10-18T21:14:44.923Z[ recovery-image] Oct 18 21:14:43.347 INFO O| Oct 18 21:14:43.347 INFO STEP 1181 (remove_files) COMPLETE
77362024-10-18T21:14:44.923Z[ recovery-image] Oct 18 21:14:43.347 INFO O| Oct 18 21:14:43.347 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372024-10-18T21:14:44.933Z[ recovery-image] Oct 18 21:14:43.358 INFO O| Oct 18 21:14:43.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
77382024-10-18T21:14:44.934Z[ recovery-image] Oct 18 21:14:43.358 INFO O| Oct 18 21:14:43.358 INFO STEP 1182 (remove_files) COMPLETE
77392024-10-18T21:14:44.934Z[ recovery-image] Oct 18 21:14:43.358 INFO O| Oct 18 21:14:43.358 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402024-10-18T21:14:44.944Z[ recovery-image] Oct 18 21:14:43.369 INFO O| Oct 18 21:14:43.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
77412024-10-18T21:14:44.944Z[ recovery-image] Oct 18 21:14:43.369 INFO O| Oct 18 21:14:43.369 INFO STEP 1183 (remove_files) COMPLETE
77422024-10-18T21:14:44.944Z[ recovery-image] Oct 18 21:14:43.369 INFO O| Oct 18 21:14:43.369 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432024-10-18T21:14:44.955Z[ recovery-image] Oct 18 21:14:43.379 INFO O| Oct 18 21:14:43.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
77442024-10-18T21:14:44.955Z[ recovery-image] Oct 18 21:14:43.379 INFO O| Oct 18 21:14:43.379 INFO STEP 1184 (remove_files) COMPLETE
77452024-10-18T21:14:44.955Z[ recovery-image] Oct 18 21:14:43.379 INFO O| Oct 18 21:14:43.379 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462024-10-18T21:14:44.967Z[ recovery-image] Oct 18 21:14:43.391 INFO O| Oct 18 21:14:43.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
77472024-10-18T21:14:44.967Z[ recovery-image] Oct 18 21:14:43.391 INFO O| Oct 18 21:14:43.391 INFO STEP 1185 (remove_files) COMPLETE
77482024-10-18T21:14:44.967Z[ recovery-image] Oct 18 21:14:43.391 INFO O| Oct 18 21:14:43.391 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492024-10-18T21:14:44.977Z[ recovery-image] Oct 18 21:14:43.402 INFO O| Oct 18 21:14:43.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
77502024-10-18T21:14:44.978Z[ recovery-image] Oct 18 21:14:43.402 INFO O| Oct 18 21:14:43.402 INFO STEP 1186 (remove_files) COMPLETE
77512024-10-18T21:14:44.980Z[ recovery-image] Oct 18 21:14:43.402 INFO O| Oct 18 21:14:43.402 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522024-10-18T21:14:44.989Z[ recovery-image] Oct 18 21:14:43.414 INFO O| Oct 18 21:14:43.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
77532024-10-18T21:14:44.989Z[ recovery-image] Oct 18 21:14:43.414 INFO O| Oct 18 21:14:43.414 INFO STEP 1187 (remove_files) COMPLETE
77542024-10-18T21:14:44.989Z[ recovery-image] Oct 18 21:14:43.414 INFO O| Oct 18 21:14:43.414 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552024-10-18T21:14:45.000Z[ recovery-image] Oct 18 21:14:43.425 INFO O| Oct 18 21:14:43.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
77562024-10-18T21:14:45.000Z[ recovery-image] Oct 18 21:14:43.425 INFO O| Oct 18 21:14:43.425 INFO STEP 1188 (remove_files) COMPLETE
77572024-10-18T21:14:45.000Z[ recovery-image] Oct 18 21:14:43.425 INFO O| Oct 18 21:14:43.425 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582024-10-18T21:14:45.011Z[ recovery-image] Oct 18 21:14:43.435 INFO O| Oct 18 21:14:43.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
77592024-10-18T21:14:45.013Z[ recovery-image] Oct 18 21:14:43.435 INFO O| Oct 18 21:14:43.435 INFO STEP 1189 (remove_files) COMPLETE
77602024-10-18T21:14:45.013Z[ recovery-image] Oct 18 21:14:43.435 INFO O| Oct 18 21:14:43.435 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612024-10-18T21:14:45.021Z[ recovery-image] Oct 18 21:14:43.445 INFO O| Oct 18 21:14:43.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
77622024-10-18T21:14:45.023Z[ recovery-image] Oct 18 21:14:43.445 INFO O| Oct 18 21:14:43.445 INFO STEP 1190 (remove_files) COMPLETE
77632024-10-18T21:14:45.023Z[ recovery-image] Oct 18 21:14:43.445 INFO O| Oct 18 21:14:43.445 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642024-10-18T21:14:45.031Z[ recovery-image] Oct 18 21:14:43.455 INFO O| Oct 18 21:14:43.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
77652024-10-18T21:14:45.031Z[ recovery-image] Oct 18 21:14:43.455 INFO O| Oct 18 21:14:43.455 INFO STEP 1191 (remove_files) COMPLETE
77662024-10-18T21:14:45.031Z[ recovery-image] Oct 18 21:14:43.455 INFO O| Oct 18 21:14:43.455 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672024-10-18T21:14:45.041Z[ recovery-image] Oct 18 21:14:43.466 INFO O| Oct 18 21:14:43.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
77682024-10-18T21:14:45.041Z[ recovery-image] Oct 18 21:14:43.466 INFO O| Oct 18 21:14:43.466 INFO STEP 1192 (remove_files) COMPLETE
77692024-10-18T21:14:45.044Z[ recovery-image] Oct 18 21:14:43.466 INFO O| Oct 18 21:14:43.466 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702024-10-18T21:14:45.052Z[ recovery-image] Oct 18 21:14:43.477 INFO O| Oct 18 21:14:43.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
77712024-10-18T21:14:45.052Z[ recovery-image] Oct 18 21:14:43.477 INFO O| Oct 18 21:14:43.477 INFO STEP 1193 (remove_files) COMPLETE
77722024-10-18T21:14:45.052Z[ recovery-image] Oct 18 21:14:43.477 INFO O| Oct 18 21:14:43.477 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732024-10-18T21:14:45.062Z[ recovery-image] Oct 18 21:14:43.487 INFO O| Oct 18 21:14:43.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
77742024-10-18T21:14:45.065Z[ recovery-image] Oct 18 21:14:43.487 INFO O| Oct 18 21:14:43.487 INFO STEP 1194 (remove_files) COMPLETE
77752024-10-18T21:14:45.065Z[ recovery-image] Oct 18 21:14:43.487 INFO O| Oct 18 21:14:43.487 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762024-10-18T21:14:45.073Z[ recovery-image] Oct 18 21:14:43.497 INFO O| Oct 18 21:14:43.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
77772024-10-18T21:14:45.073Z[ recovery-image] Oct 18 21:14:43.497 INFO O| Oct 18 21:14:43.497 INFO STEP 1195 (remove_files) COMPLETE
77782024-10-18T21:14:45.075Z[ recovery-image] Oct 18 21:14:43.497 INFO O| Oct 18 21:14:43.497 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792024-10-18T21:14:45.083Z[ recovery-image] Oct 18 21:14:43.507 INFO O| Oct 18 21:14:43.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
77802024-10-18T21:14:45.083Z[ recovery-image] Oct 18 21:14:43.507 INFO O| Oct 18 21:14:43.507 INFO STEP 1196 (remove_files) COMPLETE
77812024-10-18T21:14:45.083Z[ recovery-image] Oct 18 21:14:43.507 INFO O| Oct 18 21:14:43.507 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822024-10-18T21:14:45.093Z[ recovery-image] Oct 18 21:14:43.517 INFO O| Oct 18 21:14:43.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
77832024-10-18T21:14:45.095Z[ recovery-image] Oct 18 21:14:43.517 INFO O| Oct 18 21:14:43.517 INFO STEP 1197 (remove_files) COMPLETE
77842024-10-18T21:14:45.095Z[ recovery-image] Oct 18 21:14:43.517 INFO O| Oct 18 21:14:43.517 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852024-10-18T21:14:45.104Z[ recovery-image] Oct 18 21:14:43.528 INFO O| Oct 18 21:14:43.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
77862024-10-18T21:14:45.104Z[ recovery-image] Oct 18 21:14:43.528 INFO O| Oct 18 21:14:43.528 INFO STEP 1198 (remove_files) COMPLETE
77872024-10-18T21:14:45.104Z[ recovery-image] Oct 18 21:14:43.528 INFO O| Oct 18 21:14:43.528 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882024-10-18T21:14:45.114Z[ recovery-image] Oct 18 21:14:43.539 INFO O| Oct 18 21:14:43.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
77892024-10-18T21:14:45.114Z[ recovery-image] Oct 18 21:14:43.539 INFO O| Oct 18 21:14:43.539 INFO STEP 1199 (remove_files) COMPLETE
77902024-10-18T21:14:45.117Z[ recovery-image] Oct 18 21:14:43.539 INFO O| Oct 18 21:14:43.539 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912024-10-18T21:14:45.125Z[ recovery-image] Oct 18 21:14:43.549 INFO O| Oct 18 21:14:43.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
77922024-10-18T21:14:45.125Z[ recovery-image] Oct 18 21:14:43.549 INFO O| Oct 18 21:14:43.549 INFO STEP 1200 (remove_files) COMPLETE
77932024-10-18T21:14:45.127Z[ recovery-image] Oct 18 21:14:43.549 INFO O| Oct 18 21:14:43.549 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942024-10-18T21:14:45.135Z[ recovery-image] Oct 18 21:14:43.559 INFO O| Oct 18 21:14:43.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
77952024-10-18T21:14:45.135Z[ recovery-image] Oct 18 21:14:43.559 INFO O| Oct 18 21:14:43.559 INFO STEP 1201 (remove_files) COMPLETE
77962024-10-18T21:14:45.135Z[ recovery-image] Oct 18 21:14:43.559 INFO O| Oct 18 21:14:43.559 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972024-10-18T21:14:45.145Z[ recovery-image] Oct 18 21:14:43.569 INFO O| Oct 18 21:14:43.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
77982024-10-18T21:14:45.145Z[ recovery-image] Oct 18 21:14:43.569 INFO O| Oct 18 21:14:43.569 INFO STEP 1202 (remove_files) COMPLETE
77992024-10-18T21:14:45.145Z[ recovery-image] Oct 18 21:14:43.569 INFO O| Oct 18 21:14:43.569 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002024-10-18T21:14:45.155Z[ recovery-image] Oct 18 21:14:43.579 INFO O| Oct 18 21:14:43.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
78012024-10-18T21:14:45.155Z[ recovery-image] Oct 18 21:14:43.579 INFO O| Oct 18 21:14:43.579 INFO STEP 1203 (remove_files) COMPLETE
78022024-10-18T21:14:45.158Z[ recovery-image] Oct 18 21:14:43.579 INFO O| Oct 18 21:14:43.579 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032024-10-18T21:14:45.165Z[ recovery-image] Oct 18 21:14:43.590 INFO O| Oct 18 21:14:43.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
78042024-10-18T21:14:45.168Z[ recovery-image] Oct 18 21:14:43.590 INFO O| Oct 18 21:14:43.590 INFO STEP 1204 (remove_files) COMPLETE
78052024-10-18T21:14:45.168Z[ recovery-image] Oct 18 21:14:43.590 INFO O| Oct 18 21:14:43.590 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062024-10-18T21:14:45.172Z[ host-image] Oct 18 21:14:43.597 INFO O| Oct 18 21:14:43.596 INFO O| Done
78072024-10-18T21:14:45.177Z[ recovery-image] Oct 18 21:14:43.602 INFO O| Oct 18 21:14:43.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
78082024-10-18T21:14:45.177Z[ recovery-image] Oct 18 21:14:43.602 INFO O| Oct 18 21:14:43.602 INFO STEP 1205 (remove_files) COMPLETE
78092024-10-18T21:14:45.177Z[ recovery-image] Oct 18 21:14:43.602 INFO O| Oct 18 21:14:43.602 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
78102024-10-18T21:14:45.196Z[ recovery-image] Oct 18 21:14:43.620 INFO O| Oct 18 21:14:43.620 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
78112024-10-18T21:14:45.196Z[ recovery-image] Oct 18 21:14:43.620 INFO O| Oct 18 21:14:43.620 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
78122024-10-18T21:14:45.198Z[ host-image] Oct 18 21:14:43.622 INFO O| Oct 18 21:14:43.622 INFO O| Done
78132024-10-18T21:14:45.199Z[ host-image] Oct 18 21:14:43.622 INFO O| Oct 18 21:14:43.622 INFO O| Done
78142024-10-18T21:14:45.207Z[ host-image] Oct 18 21:14:43.632 INFO O| Oct 18 21:14:43.632 INFO O| Done
78152024-10-18T21:14:45.322Z[ host-image] Oct 18 21:14:43.746 INFO O| Oct 18 21:14:43.746 INFO STEP 14 (pkg_install) COMPLETE
78162024-10-18T21:14:45.324Z[ host-image] Oct 18 21:14:43.746 INFO O| Oct 18 21:14:43.746 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78172024-10-18T21:14:45.324Z[ host-image] Oct 18 21:14:43.746 INFO O| Oct 18 21:14:43.746 INFO skip step because feature "mfg" is not enabled
78182024-10-18T21:14:45.324Z[ host-image] Oct 18 21:14:43.746 INFO O| Oct 18 21:14:43.746 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78192024-10-18T21:14:45.325Z[ host-image] Oct 18 21:14:43.746 INFO O| Oct 18 21:14:43.746 INFO skip step because feature "compliance" is not enabled
78202024-10-18T21:14:45.325Z[ host-image] Oct 18 21:14:43.746 INFO O| Oct 18 21:14:43.746 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78212024-10-18T21:14:45.325Z[ host-image] Oct 18 21:14:43.746 INFO O| Oct 18 21:14:43.746 INFO skip step because feature "stress" is not enabled
78222024-10-18T21:14:45.325Z[ host-image] Oct 18 21:14:43.746 INFO O| Oct 18 21:14:43.746 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78232024-10-18T21:14:45.325Z[ host-image] Oct 18 21:14:43.746 INFO O| Oct 18 21:14:43.746 INFO skip step because feature "nfs" is not enabled
78242024-10-18T21:14:45.325Z[ host-image] Oct 18 21:14:43.746 INFO O| Oct 18 21:14:43.746 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
78252024-10-18T21:14:45.325Z[ host-image] Oct 18 21:14:43.746 INFO O| Oct 18 21:14:43.746 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
78262024-10-18T21:14:45.483Z[ host-image] Oct 18 21:14:43.907 INFO O| Oct 18 21:14:43.907 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
78272024-10-18T21:14:45.604Z[ host-image] Oct 18 21:14:44.028 INFO O| Oct 18 21:14:44.028 INFO completed processing gimlet/ramdisk-01-os
78282024-10-18T21:14:45.607Z[ host-image] Oct 18 21:14:44.030 INFO omicron1 baseline generation...
78292024-10-18T21:14:45.607Z[ host-image] Oct 18 21:14:44.031 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
78302024-10-18T21:14:45.973Z[ recovery-image] Oct 18 21:14:44.397 INFO O| Oct 18 21:14:44.397 INFO STEP 1206 (pack_tar) COMPLETE
78312024-10-18T21:14:45.973Z[ recovery-image] Oct 18 21:14:44.397 INFO O| Oct 18 21:14:44.397 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78322024-10-18T21:14:45.976Z[ recovery-image] Oct 18 21:14:44.397 INFO O| Oct 18 21:14:44.397 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78332024-10-18T21:14:46.070Z[ host-image] Oct 18 21:14:44.493 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22978:20241018T154547Z
78342024-10-18T21:14:46.278Z[ recovery-image] Oct 18 21:14:44.702 INFO O| Oct 18 21:14:44.702 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
78352024-10-18T21:14:46.349Z[ recovery-image] Oct 18 21:14:44.773 INFO O| Oct 18 21:14:44.773 INFO completed processing gimlet/ramdisk-03-recovery-trim
78362024-10-18T21:14:46.356Z[ recovery-image] Oct 18 21:14:44.780 INFO image builder template: zfs-recovery...
78372024-10-18T21:14:46.356Z[ recovery-image] Oct 18 21:14:44.780 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/.tmp9zAH94/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.33.293", "-n", "zfs-recovery"], pwd: None
78382024-10-18T21:14:46.390Z[ recovery-image] Oct 18 21:14:44.814 INFO O| Oct 18 21:14:44.814 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78392024-10-18T21:14:46.394Z[ recovery-image] Oct 18 21:14:44.818 INFO O| Oct 18 21:14:44.818 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78402024-10-18T21:14:46.451Z[ recovery-image] Oct 18 21:14:44.875 INFO O| Oct 18 21:14:44.875 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
78412024-10-18T21:14:46.511Z[ recovery-image] Oct 18 21:14:44.935 INFO O| Oct 18 21:14:44.935 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78422024-10-18T21:14:46.511Z[ recovery-image] Oct 18 21:14:44.936 INFO O| Oct 18 21:14:44.936 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
78432024-10-18T21:14:46.516Z[ recovery-image] Oct 18 21:14:44.940 INFO O| Oct 18 21:14:44.940 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
78442024-10-18T21:14:46.575Z[ recovery-image] Oct 18 21:14:44.999 INFO O| Oct 18 21:14:44.999 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
78452024-10-18T21:14:46.625Z[ recovery-image] Oct 18 21:14:45.049 INFO O| Oct 18 21:14:45.049 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
78462024-10-18T21:14:46.635Z[ recovery-image] Oct 18 21:14:45.059 INFO O| Oct 18 21:14:45.059 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78472024-10-18T21:14:46.641Z[ recovery-image] Oct 18 21:14:45.066 INFO O| Oct 18 21:14:45.066 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
78482024-10-18T21:14:46.644Z[ recovery-image] Oct 18 21:14:45.067 INFO O| Oct 18 21:14:45.067 INFO no lofi found
78492024-10-18T21:14:46.644Z[ recovery-image] Oct 18 21:14:45.067 INFO O| Oct 18 21:14:45.067 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
78502024-10-18T21:14:46.644Z[ recovery-image] Oct 18 21:14:45.067 INFO O| Oct 18 21:14:45.067 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78512024-10-18T21:14:47.310Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 41s
78522024-10-18T21:14:47.599ZOct 18 21:14:46.023 INFO [verify-libraries] process exited with exit status: 0 (346.343618066s)
78532024-10-18T21:14:48.586Z[ recovery-image] Oct 18 21:14:47.010 INFO O| Oct 18 21:14:47.010 INFO lofi device = /dev/dsk/c2t1d0p0
78542024-10-18T21:14:48.587Z[ recovery-image] Oct 18 21:14:47.010 INFO O| Oct 18 21:14:47.010 INFO pool device = /dev/dsk/c2t1d0p0
78552024-10-18T21:14:48.589Z[ recovery-image] Oct 18 21:14:47.011 INFO O| Oct 18 21:14:47.010 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"]
78562024-10-18T21:14:48.661Z[ recovery-image] Oct 18 21:14:47.085 INFO O| Oct 18 21:14:47.085 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78572024-10-18T21:14:48.661Z[ recovery-image] Oct 18 21:14:47.085 INFO O| Oct 18 21:14:47.085 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
78582024-10-18T21:14:48.678Z[ recovery-image] Oct 18 21:14:47.102 INFO O| Oct 18 21:14:47.102 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
78592024-10-18T21:14:48.738Z[ recovery-image] Oct 18 21:14:47.161 INFO O| Oct 18 21:14:47.161 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
78602024-10-18T21:14:48.774Z[ recovery-image] Oct 18 21:14:47.198 INFO O| Oct 18 21:14:47.198 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
78612024-10-18T21:14:48.787Z[ recovery-image] Oct 18 21:14:47.211 INFO O| Oct 18 21:14:47.211 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
78622024-10-18T21:14:48.798Z[ recovery-image] Oct 18 21:14:47.222 INFO O| Oct 18 21:14:47.222 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
78632024-10-18T21:14:48.843Z[ recovery-image] Oct 18 21:14:47.267 INFO O| Oct 18 21:14:47.267 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78642024-10-18T21:14:48.845Z[ recovery-image] Oct 18 21:14:47.267 INFO O| Oct 18 21:14:47.267 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78652024-10-18T21:14:48.845Z[ recovery-image] Oct 18 21:14:47.267 INFO O| Oct 18 21:14:47.267 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78662024-10-18T21:14:48.851Z[ recovery-image] Oct 18 21:14:47.275 INFO O| Oct 18 21:14:47.275 INFO boot environment UUID: b9ab382b-db2b-45d6-8a97-ea9289a233d3
78672024-10-18T21:14:48.851Z[ recovery-image] Oct 18 21:14:47.275 INFO O| Oct 18 21:14:47.275 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = b9ab382b-db2b-45d6-8a97-ea9289a233d3
78682024-10-18T21:14:48.861Z[ recovery-image] Oct 18 21:14:47.285 INFO O| Oct 18 21:14:47.285 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
78692024-10-18T21:14:48.871Z[ recovery-image] Oct 18 21:14:47.295 INFO O| Oct 18 21:14:47.295 INFO STEP 0 (create_be) COMPLETE
78702024-10-18T21:14:48.871Z[ recovery-image] Oct 18 21:14:47.295 INFO O| Oct 18 21:14:47.295 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78712024-10-18T21:14:48.889Z[ recovery-image] Oct 18 21:14:47.314 INFO O| Oct 18 21:14:47.313 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"]
78722024-10-18T21:14:50.911Z[ recovery-image] Oct 18 21:14:49.334 INFO O| Oct 18 21:14:49.334 INFO STEP 1 (unpack_tar) COMPLETE
78732024-10-18T21:14:50.911Z[ recovery-image] Oct 18 21:14:49.334 INFO O| Oct 18 21:14:49.334 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78742024-10-18T21:14:50.921Z[ recovery-image] Oct 18 21:14:49.345 INFO O| Oct 18 21:14:49.345 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78752024-10-18T21:14:51.312Z[ recovery-image] Oct 18 21:14:49.735 INFO O| Oct 18 21:14:49.735 INFO STEP 2 (devfsadm) COMPLETE
78762024-10-18T21:14:51.312Z[ recovery-image] Oct 18 21:14:49.735 INFO O| Oct 18 21:14:49.735 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78772024-10-18T21:14:51.324Z[ recovery-image] Oct 18 21:14:49.748 INFO O| Oct 18 21:14:49.748 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78782024-10-18T21:14:51.327Z[ recovery-image] Oct 18 21:14:49.748 INFO O| Oct 18 21:14:49.748 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78792024-10-18T21:14:51.327Z[ recovery-image] Oct 18 21:14:49.748 INFO O| Oct 18 21:14:49.748 INFO STEP 3 (ensure_dir) COMPLETE
78802024-10-18T21:14:51.327Z[ recovery-image] Oct 18 21:14:49.748 INFO O| Oct 18 21:14:49.748 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78812024-10-18T21:14:51.335Z[ recovery-image] Oct 18 21:14:49.759 INFO O| Oct 18 21:14:49.759 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78822024-10-18T21:14:51.335Z[ recovery-image] Oct 18 21:14:49.759 INFO O| Oct 18 21:14:49.759 INFO STEP 4 (ensure_dir) COMPLETE
78832024-10-18T21:14:51.337Z[ recovery-image] Oct 18 21:14:49.759 INFO O| Oct 18 21:14:49.759 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78842024-10-18T21:14:51.345Z[ recovery-image] Oct 18 21:14:49.769 INFO O| Oct 18 21:14:49.769 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78852024-10-18T21:14:51.345Z[ recovery-image] Oct 18 21:14:49.769 INFO O| Oct 18 21:14:49.769 INFO STEP 5 (ensure_dir) COMPLETE
78862024-10-18T21:14:51.347Z[ recovery-image] Oct 18 21:14:49.769 INFO O| Oct 18 21:14:49.769 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78872024-10-18T21:14:51.355Z[ recovery-image] Oct 18 21:14:49.779 INFO O| Oct 18 21:14:49.779 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78882024-10-18T21:14:51.355Z[ recovery-image] Oct 18 21:14:49.779 INFO O| Oct 18 21:14:49.779 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78892024-10-18T21:14:51.357Z[ recovery-image] Oct 18 21:14:49.779 INFO O| Oct 18 21:14:49.779 INFO STEP 6 (ensure_dir) COMPLETE
78902024-10-18T21:14:51.357Z[ recovery-image] Oct 18 21:14:49.779 INFO O| Oct 18 21:14:49.779 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78912024-10-18T21:14:51.365Z[ recovery-image] Oct 18 21:14:49.788 INFO O| Oct 18 21:14:49.788 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78922024-10-18T21:14:51.365Z[ recovery-image] Oct 18 21:14:49.789 INFO O| Oct 18 21:14:49.789 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78932024-10-18T21:14:51.367Z[ recovery-image] Oct 18 21:14:49.789 INFO O| Oct 18 21:14:49.789 INFO STEP 7 (ensure_dir) COMPLETE
78942024-10-18T21:14:51.367Z[ recovery-image] Oct 18 21:14:49.789 INFO O| Oct 18 21:14:49.789 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78952024-10-18T21:14:51.374Z[ recovery-image] Oct 18 21:14:49.798 INFO O| Oct 18 21:14:49.798 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
78962024-10-18T21:14:51.377Z[ recovery-image] Oct 18 21:14:49.799 INFO O| Oct 18 21:14:49.798 INFO STEP 8 (remove_files) COMPLETE
78972024-10-18T21:14:51.377Z[ recovery-image] Oct 18 21:14:49.799 INFO O| Oct 18 21:14:49.798 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78982024-10-18T21:14:51.384Z[ recovery-image] Oct 18 21:14:49.808 INFO O| Oct 18 21:14:49.808 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
78992024-10-18T21:14:51.387Z[ recovery-image] Oct 18 21:14:49.809 INFO O| Oct 18 21:14:49.809 INFO STEP 9 (remove_files) COMPLETE
79002024-10-18T21:14:51.387Z[ recovery-image] Oct 18 21:14:49.809 INFO O| Oct 18 21:14:49.809 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79012024-10-18T21:14:51.396Z[ recovery-image] Oct 18 21:14:49.820 INFO O| Oct 18 21:14:49.820 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
79022024-10-18T21:14:51.398Z[ recovery-image] Oct 18 21:14:49.820 INFO O| Oct 18 21:14:49.820 INFO STEP 10 (remove_files) COMPLETE
79032024-10-18T21:14:51.398Z[ recovery-image] Oct 18 21:14:49.821 INFO O| Oct 18 21:14:49.820 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79042024-10-18T21:14:51.407Z[ recovery-image] Oct 18 21:14:49.831 INFO O| Oct 18 21:14:49.830 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
79052024-10-18T21:14:51.409Z[ recovery-image] Oct 18 21:14:49.831 INFO O| Oct 18 21:14:49.831 INFO STEP 11 (remove_files) COMPLETE
79062024-10-18T21:14:51.409Z[ recovery-image] Oct 18 21:14:49.831 INFO O| Oct 18 21:14:49.831 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79072024-10-18T21:14:51.418Z[ recovery-image] Oct 18 21:14:49.841 INFO O| Oct 18 21:14:49.841 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
79082024-10-18T21:14:51.421Z[ recovery-image] Oct 18 21:14:49.841 INFO O| Oct 18 21:14:49.841 INFO STEP 12 (remove_files) COMPLETE
79092024-10-18T21:14:51.421Z[ recovery-image] Oct 18 21:14:49.841 INFO O| Oct 18 21:14:49.841 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79102024-10-18T21:14:51.427Z[ recovery-image] Oct 18 21:14:49.851 INFO O| Oct 18 21:14:49.851 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79112024-10-18T21:14:51.430Z[ recovery-image] Oct 18 21:14:49.851 INFO O| Oct 18 21:14:49.851 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79122024-10-18T21:14:51.430Z[ recovery-image] Oct 18 21:14:49.851 INFO O| Oct 18 21:14:49.851 INFO STEP 13 (ensure_dir) COMPLETE
79132024-10-18T21:14:51.430Z[ recovery-image] Oct 18 21:14:49.851 INFO O| Oct 18 21:14:49.851 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79142024-10-18T21:14:51.437Z[ recovery-image] Oct 18 21:14:49.861 INFO O| Oct 18 21:14:49.861 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79152024-10-18T21:14:51.440Z[ recovery-image] Oct 18 21:14:49.861 INFO O| Oct 18 21:14:49.861 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79162024-10-18T21:14:51.440Z[ recovery-image] Oct 18 21:14:49.861 INFO O| Oct 18 21:14:49.861 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79172024-10-18T21:14:51.440Z[ recovery-image] Oct 18 21:14:49.861 INFO O| Oct 18 21:14:49.861 INFO STEP 14 (ensure_dir) COMPLETE
79182024-10-18T21:14:51.440Z[ recovery-image] Oct 18 21:14:49.861 INFO O| Oct 18 21:14:49.861 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79192024-10-18T21:14:51.447Z[ recovery-image] Oct 18 21:14:49.871 INFO O| Oct 18 21:14:49.871 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79202024-10-18T21:14:51.447Z[ recovery-image] Oct 18 21:14:49.871 INFO O| Oct 18 21:14:49.871 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79212024-10-18T21:14:51.447Z[ recovery-image] Oct 18 21:14:49.871 INFO O| Oct 18 21:14:49.871 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79222024-10-18T21:14:51.450Z[ recovery-image] Oct 18 21:14:49.872 INFO O| Oct 18 21:14:49.871 INFO STEP 15 (ensure_dir) COMPLETE
79232024-10-18T21:14:51.450Z[ recovery-image] Oct 18 21:14:49.872 INFO O| Oct 18 21:14:49.871 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79242024-10-18T21:14:51.458Z[ recovery-image] Oct 18 21:14:49.881 INFO O| Oct 18 21:14:49.881 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79252024-10-18T21:14:51.460Z[ recovery-image] Oct 18 21:14:49.882 INFO O| Oct 18 21:14:49.881 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79262024-10-18T21:14:51.460Z[ recovery-image] Oct 18 21:14:49.882 INFO O| Oct 18 21:14:49.881 INFO STEP 16 (ensure_dir) COMPLETE
79272024-10-18T21:14:51.460Z[ recovery-image] Oct 18 21:14:49.882 INFO O| Oct 18 21:14:49.882 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79282024-10-18T21:14:51.467Z[ recovery-image] Oct 18 21:14:49.891 INFO O| Oct 18 21:14:49.891 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79292024-10-18T21:14:51.470Z[ recovery-image] Oct 18 21:14:49.891 INFO O| Oct 18 21:14:49.891 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79302024-10-18T21:14:51.470Z[ recovery-image] Oct 18 21:14:49.891 INFO O| Oct 18 21:14:49.891 INFO STEP 17 (ensure_dir) COMPLETE
79312024-10-18T21:14:51.470Z[ recovery-image] Oct 18 21:14:49.891 INFO O| Oct 18 21:14:49.891 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79322024-10-18T21:14:51.477Z[ recovery-image] Oct 18 21:14:49.901 INFO O| Oct 18 21:14:49.901 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
79332024-10-18T21:14:51.477Z[ recovery-image] Oct 18 21:14:49.901 INFO O| Oct 18 21:14:49.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
79342024-10-18T21:14:51.478Z[ recovery-image] Oct 18 21:14:49.901 INFO O| Oct 18 21:14:49.901 INFO ok!
79352024-10-18T21:14:51.480Z[ recovery-image] Oct 18 21:14:49.901 INFO O| Oct 18 21:14:49.901 INFO STEP 18 (ensure_symlink) COMPLETE
79362024-10-18T21:14:51.480Z[ recovery-image] Oct 18 21:14:49.901 INFO O| Oct 18 21:14:49.901 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79372024-10-18T21:14:51.488Z[ recovery-image] Oct 18 21:14:49.912 INFO O| Oct 18 21:14:49.912 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
79382024-10-18T21:14:51.488Z[ recovery-image] Oct 18 21:14:49.912 INFO O| Oct 18 21:14:49.912 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
79392024-10-18T21:14:51.488Z[ recovery-image] Oct 18 21:14:49.912 INFO O| Oct 18 21:14:49.912 INFO ok!
79402024-10-18T21:14:51.491Z[ recovery-image] Oct 18 21:14:49.912 INFO O| Oct 18 21:14:49.912 INFO STEP 19 (ensure_file) COMPLETE
79412024-10-18T21:14:51.491Z[ recovery-image] Oct 18 21:14:49.912 INFO O| Oct 18 21:14:49.912 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79422024-10-18T21:14:51.498Z[ recovery-image] Oct 18 21:14:49.922 INFO O| Oct 18 21:14:49.922 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
79432024-10-18T21:14:51.498Z[ recovery-image] Oct 18 21:14:49.922 INFO O| Oct 18 21:14:49.922 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
79442024-10-18T21:14:51.501Z[ recovery-image] Oct 18 21:14:49.922 INFO O| Oct 18 21:14:49.922 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
79452024-10-18T21:14:51.501Z[ recovery-image] Oct 18 21:14:49.922 INFO O| Oct 18 21:14:49.922 INFO ok!
79462024-10-18T21:14:51.501Z[ recovery-image] Oct 18 21:14:49.922 INFO O| Oct 18 21:14:49.922 INFO STEP 20 (ensure_symlink) COMPLETE
79472024-10-18T21:14:51.501Z[ recovery-image] Oct 18 21:14:49.922 INFO O| Oct 18 21:14:49.922 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79482024-10-18T21:14:51.508Z[ recovery-image] Oct 18 21:14:49.932 INFO O| Oct 18 21:14:49.932 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
79492024-10-18T21:14:51.511Z[ recovery-image] Oct 18 21:14:49.932 INFO O| Oct 18 21:14:49.932 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
79502024-10-18T21:14:51.511Z[ recovery-image] Oct 18 21:14:49.932 INFO O| Oct 18 21:14:49.932 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
79512024-10-18T21:14:51.511Z[ recovery-image] Oct 18 21:14:49.932 INFO O| Oct 18 21:14:49.932 INFO ok!
79522024-10-18T21:14:51.511Z[ recovery-image] Oct 18 21:14:49.932 INFO O| Oct 18 21:14:49.932 INFO STEP 21 (ensure_symlink) COMPLETE
79532024-10-18T21:14:51.511Z[ recovery-image] Oct 18 21:14:49.933 INFO O| Oct 18 21:14:49.932 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79542024-10-18T21:14:51.518Z[ recovery-image] Oct 18 21:14:49.942 INFO O| Oct 18 21:14:49.942 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
79552024-10-18T21:14:51.518Z[ recovery-image] Oct 18 21:14:49.942 INFO O| Oct 18 21:14:49.942 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
79562024-10-18T21:14:51.521Z[ recovery-image] Oct 18 21:14:49.942 INFO O| Oct 18 21:14:49.942 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
79572024-10-18T21:14:51.521Z[ recovery-image] Oct 18 21:14:49.942 INFO O| Oct 18 21:14:49.942 INFO ok!
79582024-10-18T21:14:51.521Z[ recovery-image] Oct 18 21:14:49.942 INFO O| Oct 18 21:14:49.942 INFO STEP 22 (ensure_symlink) COMPLETE
79592024-10-18T21:14:51.521Z[ recovery-image] Oct 18 21:14:49.942 INFO O| Oct 18 21:14:49.942 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79602024-10-18T21:14:51.528Z[ recovery-image] Oct 18 21:14:49.952 INFO O| Oct 18 21:14:49.952 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
79612024-10-18T21:14:51.528Z[ recovery-image] Oct 18 21:14:49.952 INFO O| Oct 18 21:14:49.952 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
79622024-10-18T21:14:51.531Z[ recovery-image] Oct 18 21:14:49.952 INFO O| Oct 18 21:14:49.952 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
79632024-10-18T21:14:51.531Z[ recovery-image] Oct 18 21:14:49.952 INFO O| Oct 18 21:14:49.952 INFO ok!
79642024-10-18T21:14:51.531Z[ recovery-image] Oct 18 21:14:49.952 INFO O| Oct 18 21:14:49.952 INFO STEP 23 (ensure_symlink) COMPLETE
79652024-10-18T21:14:51.531Z[ recovery-image] Oct 18 21:14:49.952 INFO O| Oct 18 21:14:49.952 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79662024-10-18T21:14:51.539Z[ recovery-image] Oct 18 21:14:49.963 INFO O| Oct 18 21:14:49.963 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
79672024-10-18T21:14:51.539Z[ recovery-image] Oct 18 21:14:49.963 INFO O| Oct 18 21:14:49.963 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 ...
79682024-10-18T21:14:51.541Z[ recovery-image] Oct 18 21:14:49.963 INFO O| Oct 18 21:14:49.963 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
79692024-10-18T21:14:51.542Z[ recovery-image] Oct 18 21:14:49.963 INFO O| Oct 18 21:14:49.963 INFO ok!
79702024-10-18T21:14:51.542Z[ recovery-image] Oct 18 21:14:49.963 INFO O| Oct 18 21:14:49.963 INFO STEP 24 (ensure_file) COMPLETE
79712024-10-18T21:14:51.542Z[ recovery-image] Oct 18 21:14:49.963 INFO O| Oct 18 21:14:49.963 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
79722024-10-18T21:14:51.549Z[ recovery-image] Oct 18 21:14:49.973 INFO O| Oct 18 21:14:49.973 INFO updating shadow file
79732024-10-18T21:14:51.552Z[ recovery-image] Oct 18 21:14:49.973 INFO O| Oct 18 21:14:49.973 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79742024-10-18T21:14:51.552Z[ recovery-image] Oct 18 21:14:49.974 INFO O| Oct 18 21:14:49.973 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79752024-10-18T21:14:51.552Z[ recovery-image] Oct 18 21:14:49.974 INFO O| Oct 18 21:14:49.974 INFO STEP 25 (shadow) COMPLETE
79762024-10-18T21:14:51.552Z[ recovery-image] Oct 18 21:14:49.974 INFO O| Oct 18 21:14:49.974 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79772024-10-18T21:14:51.559Z[ recovery-image] Oct 18 21:14:49.983 INFO O| Oct 18 21:14:49.983 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
79782024-10-18T21:14:51.559Z[ recovery-image] Oct 18 21:14:49.983 INFO O| Oct 18 21:14:49.983 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
79792024-10-18T21:14:51.563Z[ recovery-image] Oct 18 21:14:49.983 INFO O| Oct 18 21:14:49.983 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
79802024-10-18T21:14:51.563Z[ recovery-image] Oct 18 21:14:49.983 INFO O| Oct 18 21:14:49.983 INFO ok!
79812024-10-18T21:14:51.563Z[ recovery-image] Oct 18 21:14:49.983 INFO O| Oct 18 21:14:49.983 INFO STEP 26 (ensure_file) COMPLETE
79822024-10-18T21:14:51.563Z[ recovery-image] Oct 18 21:14:49.983 INFO O| Oct 18 21:14:49.983 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79832024-10-18T21:14:51.569Z[ recovery-image] Oct 18 21:14:49.993 INFO O| Oct 18 21:14:49.993 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
79842024-10-18T21:14:51.569Z[ recovery-image] Oct 18 21:14:49.993 INFO O| Oct 18 21:14:49.993 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
79852024-10-18T21:14:51.572Z[ recovery-image] Oct 18 21:14:49.993 INFO O| Oct 18 21:14:49.993 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
79862024-10-18T21:14:51.572Z[ recovery-image] Oct 18 21:14:49.993 INFO O| Oct 18 21:14:49.993 INFO ok!
79872024-10-18T21:14:51.572Z[ recovery-image] Oct 18 21:14:49.993 INFO O| Oct 18 21:14:49.993 INFO STEP 27 (ensure_file) COMPLETE
79882024-10-18T21:14:51.572Z[ recovery-image] Oct 18 21:14:49.993 INFO O| Oct 18 21:14:49.993 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79892024-10-18T21:14:51.580Z[ recovery-image] Oct 18 21:14:50.004 INFO O| Oct 18 21:14:50.004 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79902024-10-18T21:14:51.580Z[ recovery-image] Oct 18 21:14:50.004 INFO O| Oct 18 21:14:50.004 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79912024-10-18T21:14:51.583Z[ recovery-image] Oct 18 21:14:50.004 INFO O| Oct 18 21:14:50.004 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79922024-10-18T21:14:51.583Z[ recovery-image] Oct 18 21:14:50.004 INFO O| Oct 18 21:14:50.004 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79932024-10-18T21:14:51.583Z[ recovery-image] Oct 18 21:14:50.004 INFO O| Oct 18 21:14:50.004 INFO ok!
79942024-10-18T21:14:51.583Z[ recovery-image] Oct 18 21:14:50.004 INFO O| Oct 18 21:14:50.004 INFO STEP 28 (ensure_file) COMPLETE
79952024-10-18T21:14:51.583Z[ recovery-image] Oct 18 21:14:50.004 INFO O| Oct 18 21:14:50.004 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79962024-10-18T21:14:51.590Z[ recovery-image] Oct 18 21:14:50.014 INFO O| Oct 18 21:14:50.014 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
79972024-10-18T21:14:51.593Z[ recovery-image] Oct 18 21:14:50.014 INFO O| Oct 18 21:14:50.014 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
79982024-10-18T21:14:51.593Z[ recovery-image] Oct 18 21:14:50.014 INFO O| Oct 18 21:14:50.014 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
79992024-10-18T21:14:51.593Z[ recovery-image] Oct 18 21:14:50.014 INFO O| Oct 18 21:14:50.014 INFO ok!
80002024-10-18T21:14:51.593Z[ recovery-image] Oct 18 21:14:50.014 INFO O| Oct 18 21:14:50.014 INFO STEP 29 (ensure_file) COMPLETE
80012024-10-18T21:14:51.593Z[ recovery-image] Oct 18 21:14:50.014 INFO O| Oct 18 21:14:50.014 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80022024-10-18T21:14:51.601Z[ recovery-image] Oct 18 21:14:50.025 INFO O| Oct 18 21:14:50.024 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
80032024-10-18T21:14:51.601Z[ recovery-image] Oct 18 21:14:50.025 INFO O| Oct 18 21:14:50.025 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
80042024-10-18T21:14:51.603Z[ recovery-image] Oct 18 21:14:50.025 INFO O| Oct 18 21:14:50.025 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
80052024-10-18T21:14:51.603Z[ recovery-image] Oct 18 21:14:50.025 INFO O| Oct 18 21:14:50.025 INFO ok!
80062024-10-18T21:14:51.603Z[ recovery-image] Oct 18 21:14:50.025 INFO O| Oct 18 21:14:50.025 INFO STEP 30 (ensure_file) COMPLETE
80072024-10-18T21:14:51.603Z[ recovery-image] Oct 18 21:14:50.025 INFO O| Oct 18 21:14:50.025 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80082024-10-18T21:14:51.611Z[ recovery-image] Oct 18 21:14:50.035 INFO O| Oct 18 21:14:50.035 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
80092024-10-18T21:14:51.611Z[ recovery-image] Oct 18 21:14:50.035 INFO O| Oct 18 21:14:50.035 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
80102024-10-18T21:14:51.613Z[ recovery-image] Oct 18 21:14:50.035 INFO O| Oct 18 21:14:50.035 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80112024-10-18T21:14:51.613Z[ recovery-image] Oct 18 21:14:50.035 INFO O| Oct 18 21:14:50.035 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80122024-10-18T21:14:51.614Z[ recovery-image] Oct 18 21:14:50.035 INFO O| Oct 18 21:14:50.035 INFO ok!
80132024-10-18T21:14:51.614Z[ recovery-image] Oct 18 21:14:50.035 INFO O| Oct 18 21:14:50.035 INFO STEP 31 (ensure_file) COMPLETE
80142024-10-18T21:14:51.614Z[ recovery-image] Oct 18 21:14:50.035 INFO O| Oct 18 21:14:50.035 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80152024-10-18T21:14:51.621Z[ recovery-image] Oct 18 21:14:50.045 INFO O| Oct 18 21:14:50.045 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
80162024-10-18T21:14:51.621Z[ recovery-image] Oct 18 21:14:50.045 INFO O| Oct 18 21:14:50.045 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
80172024-10-18T21:14:51.624Z[ recovery-image] Oct 18 21:14:50.045 INFO O| Oct 18 21:14:50.045 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
80182024-10-18T21:14:51.624Z[ recovery-image] Oct 18 21:14:50.045 INFO O| Oct 18 21:14:50.045 INFO ok!
80192024-10-18T21:14:51.624Z[ recovery-image] Oct 18 21:14:50.045 INFO O| Oct 18 21:14:50.045 INFO STEP 32 (ensure_file) COMPLETE
80202024-10-18T21:14:51.624Z[ recovery-image] Oct 18 21:14:50.045 INFO O| Oct 18 21:14:50.045 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80212024-10-18T21:14:51.631Z[ recovery-image] Oct 18 21:14:50.055 INFO O| Oct 18 21:14:50.055 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
80222024-10-18T21:14:51.631Z[ recovery-image] Oct 18 21:14:50.055 INFO O| Oct 18 21:14:50.055 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
80232024-10-18T21:14:51.634Z[ recovery-image] Oct 18 21:14:50.055 INFO O| Oct 18 21:14:50.055 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
80242024-10-18T21:14:51.634Z[ recovery-image] Oct 18 21:14:50.055 INFO O| Oct 18 21:14:50.055 INFO ok!
80252024-10-18T21:14:51.634Z[ recovery-image] Oct 18 21:14:50.055 INFO O| Oct 18 21:14:50.055 INFO STEP 33 (ensure_file) COMPLETE
80262024-10-18T21:14:51.634Z[ recovery-image] Oct 18 21:14:50.055 INFO O| Oct 18 21:14:50.055 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80272024-10-18T21:14:51.641Z[ recovery-image] Oct 18 21:14:50.065 INFO O| Oct 18 21:14:50.065 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
80282024-10-18T21:14:51.642Z[ recovery-image] Oct 18 21:14:50.065 INFO O| Oct 18 21:14:50.065 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
80292024-10-18T21:14:51.644Z[ recovery-image] Oct 18 21:14:50.066 INFO O| Oct 18 21:14:50.065 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80302024-10-18T21:14:51.644Z[ recovery-image] Oct 18 21:14:50.066 INFO O| Oct 18 21:14:50.066 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80312024-10-18T21:14:51.644Z[ recovery-image] Oct 18 21:14:50.066 INFO O| Oct 18 21:14:50.066 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80322024-10-18T21:14:51.644Z[ recovery-image] Oct 18 21:14:50.066 INFO O| Oct 18 21:14:50.066 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80332024-10-18T21:14:51.644Z[ recovery-image] Oct 18 21:14:50.066 INFO O| Oct 18 21:14:50.066 INFO ok!
80342024-10-18T21:14:51.644Z[ recovery-image] Oct 18 21:14:50.066 INFO O| Oct 18 21:14:50.066 INFO STEP 34 (ensure_file) COMPLETE
80352024-10-18T21:14:51.644Z[ recovery-image] Oct 18 21:14:50.066 INFO O| Oct 18 21:14:50.066 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80362024-10-18T21:14:51.652Z[ recovery-image] Oct 18 21:14:50.075 INFO O| Oct 18 21:14:50.075 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80372024-10-18T21:14:51.654Z[ recovery-image] Oct 18 21:14:50.076 INFO O| Oct 18 21:14:50.076 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80382024-10-18T21:14:51.654Z[ recovery-image] Oct 18 21:14:50.076 INFO O| Oct 18 21:14:50.076 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80392024-10-18T21:14:51.654Z[ recovery-image] Oct 18 21:14:50.076 INFO O| Oct 18 21:14:50.076 INFO STEP 35 (ensure_dir) COMPLETE
80402024-10-18T21:14:51.654Z[ recovery-image] Oct 18 21:14:50.076 INFO O| Oct 18 21:14:50.076 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80412024-10-18T21:14:51.662Z[ recovery-image] Oct 18 21:14:50.086 INFO O| Oct 18 21:14:50.086 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
80422024-10-18T21:14:51.662Z[ recovery-image] Oct 18 21:14:50.086 INFO O| Oct 18 21:14:50.086 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 ...
80432024-10-18T21:14:51.665Z[ recovery-image] Oct 18 21:14:50.086 INFO O| Oct 18 21:14:50.086 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
80442024-10-18T21:14:51.665Z[ recovery-image] Oct 18 21:14:50.086 INFO O| Oct 18 21:14:50.086 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
80452024-10-18T21:14:51.665Z[ recovery-image] Oct 18 21:14:50.086 INFO O| Oct 18 21:14:50.086 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
80462024-10-18T21:14:51.665Z[ recovery-image] Oct 18 21:14:50.086 INFO O| Oct 18 21:14:50.086 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
80472024-10-18T21:14:51.665Z[ recovery-image] Oct 18 21:14:50.086 INFO O| Oct 18 21:14:50.086 INFO ok!
80482024-10-18T21:14:51.665Z[ recovery-image] Oct 18 21:14:50.086 INFO O| Oct 18 21:14:50.086 INFO STEP 36 (ensure_file) COMPLETE
80492024-10-18T21:14:51.665Z[ recovery-image] Oct 18 21:14:50.087 INFO O| Oct 18 21:14:50.086 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80502024-10-18T21:14:51.672Z[ recovery-image] Oct 18 21:14:50.096 INFO O| Oct 18 21:14:50.096 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
80512024-10-18T21:14:51.675Z[ recovery-image] Oct 18 21:14:50.096 INFO O| Oct 18 21:14:50.096 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 ...
80522024-10-18T21:14:51.675Z[ recovery-image] Oct 18 21:14:50.096 INFO O| Oct 18 21:14:50.096 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
80532024-10-18T21:14:51.675Z[ recovery-image] Oct 18 21:14:50.097 INFO O| Oct 18 21:14:50.096 INFO ok!
80542024-10-18T21:14:51.675Z[ recovery-image] Oct 18 21:14:50.097 INFO O| Oct 18 21:14:50.096 INFO STEP 37 (ensure_symlink) COMPLETE
80552024-10-18T21:14:51.675Z[ recovery-image] Oct 18 21:14:50.097 INFO O| Oct 18 21:14:50.096 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80562024-10-18T21:14:51.682Z[ recovery-image] Oct 18 21:14:50.106 INFO O| Oct 18 21:14:50.106 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
80572024-10-18T21:14:51.682Z[ recovery-image] Oct 18 21:14:50.106 INFO O| Oct 18 21:14:50.106 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
80582024-10-18T21:14:51.685Z[ recovery-image] Oct 18 21:14:50.106 INFO O| Oct 18 21:14:50.106 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80592024-10-18T21:14:51.685Z[ recovery-image] Oct 18 21:14:50.106 INFO O| Oct 18 21:14:50.106 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80602024-10-18T21:14:51.685Z[ recovery-image] Oct 18 21:14:50.106 INFO O| Oct 18 21:14:50.106 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80612024-10-18T21:14:51.685Z[ recovery-image] Oct 18 21:14:50.106 INFO O| Oct 18 21:14:50.106 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80622024-10-18T21:14:51.685Z[ recovery-image] Oct 18 21:14:50.106 INFO O| Oct 18 21:14:50.106 INFO ok!
80632024-10-18T21:14:51.685Z[ recovery-image] Oct 18 21:14:50.106 INFO O| Oct 18 21:14:50.106 INFO STEP 38 (ensure_file) COMPLETE
80642024-10-18T21:14:51.685Z[ recovery-image] Oct 18 21:14:50.106 INFO O| Oct 18 21:14:50.106 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80652024-10-18T21:14:51.692Z[ recovery-image] Oct 18 21:14:50.116 INFO O| Oct 18 21:14:50.116 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
80662024-10-18T21:14:51.692Z[ recovery-image] Oct 18 21:14:50.116 INFO O| Oct 18 21:14:50.116 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 ...
80672024-10-18T21:14:51.695Z[ recovery-image] Oct 18 21:14:50.116 INFO O| Oct 18 21:14:50.116 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
80682024-10-18T21:14:51.695Z[ recovery-image] Oct 18 21:14:50.116 INFO O| Oct 18 21:14:50.116 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
80692024-10-18T21:14:51.695Z[ recovery-image] Oct 18 21:14:50.116 INFO O| Oct 18 21:14:50.116 INFO ok!
80702024-10-18T21:14:51.695Z[ recovery-image] Oct 18 21:14:50.116 INFO O| Oct 18 21:14:50.116 INFO STEP 39 (ensure_file) COMPLETE
80712024-10-18T21:14:51.695Z[ recovery-image] Oct 18 21:14:50.116 INFO O| Oct 18 21:14:50.116 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80722024-10-18T21:14:51.702Z[ recovery-image] Oct 18 21:14:50.126 INFO O| Oct 18 21:14:50.126 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
80732024-10-18T21:14:51.705Z[ recovery-image] Oct 18 21:14:50.126 INFO O| Oct 18 21:14:50.126 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
80742024-10-18T21:14:51.705Z[ recovery-image] Oct 18 21:14:50.126 INFO O| Oct 18 21:14:50.126 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
80752024-10-18T21:14:51.705Z[ recovery-image] Oct 18 21:14:50.126 INFO O| Oct 18 21:14:50.126 INFO ok!
80762024-10-18T21:14:51.705Z[ recovery-image] Oct 18 21:14:50.126 INFO O| Oct 18 21:14:50.126 INFO STEP 40 (ensure_file) COMPLETE
80772024-10-18T21:14:51.705Z[ recovery-image] Oct 18 21:14:50.126 INFO O| Oct 18 21:14:50.126 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80782024-10-18T21:14:51.715Z[ recovery-image] Oct 18 21:14:50.139 INFO O| Oct 18 21:14:50.139 INFO updating shadow file
80792024-10-18T21:14:51.717Z[ recovery-image] Oct 18 21:14:50.139 INFO O| Oct 18 21:14:50.139 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80802024-10-18T21:14:51.717Z[ recovery-image] Oct 18 21:14:50.139 INFO O| Oct 18 21:14:50.139 INFO STEP 41 (shadow) COMPLETE
80812024-10-18T21:14:51.717Z[ recovery-image] Oct 18 21:14:50.139 INFO O| Oct 18 21:14:50.139 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80822024-10-18T21:14:51.725Z[ recovery-image] Oct 18 21:14:50.149 INFO O| Oct 18 21:14:50.149 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
80832024-10-18T21:14:51.725Z[ recovery-image] Oct 18 21:14:50.149 INFO O| Oct 18 21:14:50.149 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
80842024-10-18T21:14:51.728Z[ recovery-image] Oct 18 21:14:50.149 INFO O| Oct 18 21:14:50.149 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80852024-10-18T21:14:51.728Z[ recovery-image] Oct 18 21:14:50.150 INFO O| Oct 18 21:14:50.149 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80862024-10-18T21:14:51.728Z[ recovery-image] Oct 18 21:14:50.150 INFO O| Oct 18 21:14:50.150 INFO ok!
80872024-10-18T21:14:51.728Z[ recovery-image] Oct 18 21:14:50.150 INFO O| Oct 18 21:14:50.150 INFO STEP 42 (ensure_file) COMPLETE
80882024-10-18T21:14:51.728Z[ recovery-image] Oct 18 21:14:50.150 INFO O| Oct 18 21:14:50.150 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80892024-10-18T21:14:51.736Z[ recovery-image] Oct 18 21:14:50.160 INFO O| Oct 18 21:14:50.160 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80902024-10-18T21:14:51.736Z[ recovery-image] Oct 18 21:14:50.160 INFO O| Oct 18 21:14:50.160 INFO STEP 43 (ensure_dir) COMPLETE
80912024-10-18T21:14:51.736Z[ recovery-image] Oct 18 21:14:50.160 INFO O| Oct 18 21:14:50.160 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80922024-10-18T21:14:51.747Z[ recovery-image] Oct 18 21:14:50.170 INFO O| Oct 18 21:14:50.170 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80932024-10-18T21:14:51.747Z[ recovery-image] Oct 18 21:14:50.170 INFO O| Oct 18 21:14:50.170 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80942024-10-18T21:14:51.749Z[ recovery-image] Oct 18 21:14:50.170 INFO O| Oct 18 21:14:50.170 INFO STEP 44 (ensure_dir) COMPLETE
80952024-10-18T21:14:51.749Z[ recovery-image] Oct 18 21:14:50.170 INFO O| Oct 18 21:14:50.170 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80962024-10-18T21:14:51.757Z[ recovery-image] Oct 18 21:14:50.181 INFO O| Oct 18 21:14:50.181 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80972024-10-18T21:14:51.757Z[ recovery-image] Oct 18 21:14:50.181 INFO O| Oct 18 21:14:50.181 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80982024-10-18T21:14:51.760Z[ recovery-image] Oct 18 21:14:50.181 INFO O| Oct 18 21:14:50.181 INFO STEP 45 (ensure_dir) COMPLETE
80992024-10-18T21:14:51.760Z[ recovery-image] Oct 18 21:14:50.181 INFO O| Oct 18 21:14:50.181 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81002024-10-18T21:14:51.768Z[ recovery-image] Oct 18 21:14:50.191 INFO O| Oct 18 21:14:50.191 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
81012024-10-18T21:14:51.768Z[ recovery-image] Oct 18 21:14:50.191 INFO O| Oct 18 21:14:50.191 INFO copying /tmp/.tmp9zAH94/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
81022024-10-18T21:14:51.800Z[ recovery-image] Oct 18 21:14:50.224 INFO O| Oct 18 21:14:50.224 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
81032024-10-18T21:14:51.800Z[ recovery-image] Oct 18 21:14:50.224 INFO O| Oct 18 21:14:50.224 INFO ok!
81042024-10-18T21:14:51.803Z[ recovery-image] Oct 18 21:14:50.224 INFO O| Oct 18 21:14:50.224 INFO STEP 46 (ensure_file) COMPLETE
81052024-10-18T21:14:51.803Z[ recovery-image] Oct 18 21:14:50.224 INFO O| Oct 18 21:14:50.224 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81062024-10-18T21:14:51.811Z[ recovery-image] Oct 18 21:14:50.235 INFO O| Oct 18 21:14:50.235 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81072024-10-18T21:14:51.814Z[ recovery-image] Oct 18 21:14:50.235 INFO O| Oct 18 21:14:50.235 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81082024-10-18T21:14:51.814Z[ recovery-image] Oct 18 21:14:50.235 INFO O| Oct 18 21:14:50.235 INFO STEP 47 (ensure_dir) COMPLETE
81092024-10-18T21:14:51.814Z[ recovery-image] Oct 18 21:14:50.235 INFO O| Oct 18 21:14:50.235 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81102024-10-18T21:14:51.821Z[ recovery-image] Oct 18 21:14:50.245 INFO O| Oct 18 21:14:50.245 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
81112024-10-18T21:14:51.824Z[ recovery-image] Oct 18 21:14:50.245 INFO O| Oct 18 21:14:50.245 INFO copying /tmp/.tmp9zAH94/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
81122024-10-18T21:14:51.824Z[ recovery-image] Oct 18 21:14:50.245 INFO O| Oct 18 21:14:50.245 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
81132024-10-18T21:14:51.824Z[ recovery-image] Oct 18 21:14:50.245 INFO O| Oct 18 21:14:50.245 INFO ok!
81142024-10-18T21:14:51.824Z[ recovery-image] Oct 18 21:14:50.245 INFO O| Oct 18 21:14:50.245 INFO STEP 48 (ensure_file) COMPLETE
81152024-10-18T21:14:51.824Z[ recovery-image] Oct 18 21:14:50.245 INFO O| Oct 18 21:14:50.245 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81162024-10-18T21:14:51.832Z[ recovery-image] Oct 18 21:14:50.255 INFO O| Oct 18 21:14:50.255 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81172024-10-18T21:14:51.832Z[ recovery-image] Oct 18 21:14:50.255 INFO O| Oct 18 21:14:50.255 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81182024-10-18T21:14:51.834Z[ recovery-image] Oct 18 21:14:50.256 INFO O| Oct 18 21:14:50.255 INFO STEP 49 (ensure_dir) COMPLETE
81192024-10-18T21:14:51.834Z[ recovery-image] Oct 18 21:14:50.256 INFO O| Oct 18 21:14:50.255 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81202024-10-18T21:14:51.841Z[ recovery-image] Oct 18 21:14:50.265 INFO O| Oct 18 21:14:50.265 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
81212024-10-18T21:14:51.842Z[ recovery-image] Oct 18 21:14:50.265 INFO O| Oct 18 21:14:50.265 INFO copying /tmp/.tmp9zAH94/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
81222024-10-18T21:14:51.856Z[ recovery-image] Oct 18 21:14:50.280 INFO O| Oct 18 21:14:50.280 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
81232024-10-18T21:14:51.856Z[ recovery-image] Oct 18 21:14:50.280 INFO O| Oct 18 21:14:50.280 INFO ok!
81242024-10-18T21:14:51.856Z[ recovery-image] Oct 18 21:14:50.280 INFO O| Oct 18 21:14:50.280 INFO STEP 50 (ensure_file) COMPLETE
81252024-10-18T21:14:51.856Z[ recovery-image] Oct 18 21:14:50.280 INFO O| Oct 18 21:14:50.280 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81262024-10-18T21:14:51.867Z[ recovery-image] Oct 18 21:14:50.291 INFO O| Oct 18 21:14:50.291 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
81272024-10-18T21:14:51.867Z[ recovery-image] Oct 18 21:14:50.291 INFO O| Oct 18 21:14:50.291 INFO copying /tmp/.tmp9zAH94/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
81282024-10-18T21:14:52.511Z[ recovery-image] Oct 18 21:14:50.935 INFO O| Oct 18 21:14:50.935 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
81292024-10-18T21:14:52.512Z[ recovery-image] Oct 18 21:14:50.935 INFO O| Oct 18 21:14:50.935 INFO ok!
81302024-10-18T21:14:52.514Z[ recovery-image] Oct 18 21:14:50.935 INFO O| Oct 18 21:14:50.935 INFO STEP 51 (ensure_file) COMPLETE
81312024-10-18T21:14:52.514Z[ recovery-image] Oct 18 21:14:50.935 INFO O| Oct 18 21:14:50.935 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81322024-10-18T21:14:52.522Z[ recovery-image] Oct 18 21:14:50.946 INFO O| Oct 18 21:14:50.946 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81332024-10-18T21:14:52.525Z[ recovery-image] Oct 18 21:14:50.946 INFO O| Oct 18 21:14:50.946 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81342024-10-18T21:14:52.525Z[ recovery-image] Oct 18 21:14:50.946 INFO O| Oct 18 21:14:50.946 INFO STEP 52 (ensure_dir) COMPLETE
81352024-10-18T21:14:52.525Z[ recovery-image] Oct 18 21:14:50.946 INFO O| Oct 18 21:14:50.946 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81362024-10-18T21:14:52.533Z[ recovery-image] Oct 18 21:14:50.956 INFO O| Oct 18 21:14:50.956 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
81372024-10-18T21:14:52.533Z[ recovery-image] Oct 18 21:14:50.956 INFO O| Oct 18 21:14:50.956 INFO copying /tmp/.tmp9zAH94/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 ...
81382024-10-18T21:14:52.535Z[ recovery-image] Oct 18 21:14:50.957 INFO O| Oct 18 21:14:50.956 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
81392024-10-18T21:14:52.535Z[ recovery-image] Oct 18 21:14:50.957 INFO O| Oct 18 21:14:50.956 INFO ok!
81402024-10-18T21:14:52.535Z[ recovery-image] Oct 18 21:14:50.957 INFO O| Oct 18 21:14:50.957 INFO STEP 53 (ensure_file) COMPLETE
81412024-10-18T21:14:52.535Z[ recovery-image] Oct 18 21:14:50.957 INFO O| Oct 18 21:14:50.957 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81422024-10-18T21:14:52.545Z[ recovery-image] Oct 18 21:14:50.969 INFO O| Oct 18 21:14:50.969 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
81432024-10-18T21:14:52.547Z[ recovery-image] Oct 18 21:14:50.969 INFO O| Oct 18 21:14:50.969 INFO copying /tmp/.tmp9zAH94/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 ...
81442024-10-18T21:14:52.547Z[ recovery-image] Oct 18 21:14:50.969 INFO O| Oct 18 21:14:50.969 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
81452024-10-18T21:14:52.547Z[ recovery-image] Oct 18 21:14:50.969 INFO O| Oct 18 21:14:50.969 INFO ok!
81462024-10-18T21:14:52.547Z[ recovery-image] Oct 18 21:14:50.969 INFO O| Oct 18 21:14:50.969 INFO STEP 54 (ensure_file) COMPLETE
81472024-10-18T21:14:52.547Z[ recovery-image] Oct 18 21:14:50.969 INFO O| Oct 18 21:14:50.969 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81482024-10-18T21:14:52.555Z[ recovery-image] Oct 18 21:14:50.979 INFO O| Oct 18 21:14:50.979 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81492024-10-18T21:14:52.555Z[ recovery-image] Oct 18 21:14:50.979 INFO O| Oct 18 21:14:50.979 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81502024-10-18T21:14:52.558Z[ recovery-image] Oct 18 21:14:50.979 INFO O| Oct 18 21:14:50.979 INFO STEP 55 (ensure_dir) COMPLETE
81512024-10-18T21:14:52.558Z[ recovery-image] Oct 18 21:14:50.979 INFO O| Oct 18 21:14:50.979 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81522024-10-18T21:14:52.565Z[ recovery-image] Oct 18 21:14:50.989 INFO O| Oct 18 21:14:50.989 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
81532024-10-18T21:14:52.565Z[ recovery-image] Oct 18 21:14:50.989 INFO O| Oct 18 21:14:50.989 INFO copying /tmp/.tmp9zAH94/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 ...
81542024-10-18T21:14:52.568Z[ recovery-image] Oct 18 21:14:50.989 INFO O| Oct 18 21:14:50.989 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
81552024-10-18T21:14:52.568Z[ recovery-image] Oct 18 21:14:50.989 INFO O| Oct 18 21:14:50.989 INFO ok!
81562024-10-18T21:14:52.568Z[ recovery-image] Oct 18 21:14:50.989 INFO O| Oct 18 21:14:50.989 INFO STEP 56 (ensure_file) COMPLETE
81572024-10-18T21:14:52.568Z[ recovery-image] Oct 18 21:14:50.989 INFO O| Oct 18 21:14:50.989 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81582024-10-18T21:14:52.575Z[ recovery-image] Oct 18 21:14:50.999 INFO O| Oct 18 21:14:50.999 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
81592024-10-18T21:14:52.575Z[ recovery-image] Oct 18 21:14:50.999 INFO O| Oct 18 21:14:50.999 INFO copying /tmp/.tmp9zAH94/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 ...
81602024-10-18T21:14:52.578Z[ recovery-image] Oct 18 21:14:50.999 INFO O| Oct 18 21:14:50.999 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
81612024-10-18T21:14:52.578Z[ recovery-image] Oct 18 21:14:50.999 INFO O| Oct 18 21:14:50.999 INFO ok!
81622024-10-18T21:14:52.578Z[ recovery-image] Oct 18 21:14:50.999 INFO O| Oct 18 21:14:50.999 INFO STEP 57 (ensure_file) COMPLETE
81632024-10-18T21:14:52.578Z[ recovery-image] Oct 18 21:14:50.999 INFO O| Oct 18 21:14:50.999 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81642024-10-18T21:14:52.586Z[ recovery-image] Oct 18 21:14:51.010 INFO O| Oct 18 21:14:51.010 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81652024-10-18T21:14:52.586Z[ recovery-image] Oct 18 21:14:51.010 INFO O| Oct 18 21:14:51.010 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81662024-10-18T21:14:52.586Z[ recovery-image] Oct 18 21:14:51.010 INFO O| Oct 18 21:14:51.010 INFO STEP 58 (ensure_dir) COMPLETE
81672024-10-18T21:14:52.589Z[ recovery-image] Oct 18 21:14:51.010 INFO O| Oct 18 21:14:51.010 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81682024-10-18T21:14:52.600Z[ recovery-image] Oct 18 21:14:51.023 INFO O| Oct 18 21:14:51.023 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
81692024-10-18T21:14:52.600Z[ recovery-image] Oct 18 21:14:51.023 INFO O| Oct 18 21:14:51.023 INFO copying /tmp/.tmp9zAH94/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 ...
81702024-10-18T21:14:52.602Z[ recovery-image] Oct 18 21:14:51.023 INFO O| Oct 18 21:14:51.023 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
81712024-10-18T21:14:52.602Z[ recovery-image] Oct 18 21:14:51.024 INFO O| Oct 18 21:14:51.023 INFO ok!
81722024-10-18T21:14:52.602Z[ recovery-image] Oct 18 21:14:51.024 INFO O| Oct 18 21:14:51.023 INFO STEP 59 (ensure_file) COMPLETE
81732024-10-18T21:14:52.602Z[ recovery-image] Oct 18 21:14:51.024 INFO O| Oct 18 21:14:51.024 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81742024-10-18T21:14:52.611Z[ recovery-image] Oct 18 21:14:51.035 INFO O| Oct 18 21:14:51.035 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
81752024-10-18T21:14:52.611Z[ recovery-image] Oct 18 21:14:51.035 INFO O| Oct 18 21:14:51.035 INFO copying /tmp/.tmp9zAH94/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
81762024-10-18T21:14:52.614Z[ recovery-image] Oct 18 21:14:51.035 INFO O| Oct 18 21:14:51.035 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
81772024-10-18T21:14:52.614Z[ recovery-image] Oct 18 21:14:51.035 INFO O| Oct 18 21:14:51.035 INFO ok!
81782024-10-18T21:14:52.614Z[ recovery-image] Oct 18 21:14:51.035 INFO O| Oct 18 21:14:51.035 INFO STEP 60 (ensure_file) COMPLETE
81792024-10-18T21:14:52.614Z[ recovery-image] Oct 18 21:14:51.035 INFO O| Oct 18 21:14:51.035 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81802024-10-18T21:14:52.621Z[ recovery-image] Oct 18 21:14:51.045 INFO O| Oct 18 21:14:51.045 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
81812024-10-18T21:14:52.621Z[ recovery-image] Oct 18 21:14:51.045 INFO O| Oct 18 21:14:51.045 INFO STEP 61 (ensure_dir) COMPLETE
81822024-10-18T21:14:52.624Z[ recovery-image] Oct 18 21:14:51.045 INFO O| Oct 18 21:14:51.045 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81832024-10-18T21:14:52.631Z[ recovery-image] Oct 18 21:14:51.055 INFO O| Oct 18 21:14:51.055 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
81842024-10-18T21:14:52.631Z[ recovery-image] Oct 18 21:14:51.055 INFO O| Oct 18 21:14:51.055 INFO STEP 62 (ensure_dir) COMPLETE
81852024-10-18T21:14:52.634Z[ recovery-image] Oct 18 21:14:51.055 INFO O| Oct 18 21:14:51.055 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81862024-10-18T21:14:52.641Z[ recovery-image] Oct 18 21:14:51.065 INFO O| Oct 18 21:14:51.065 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81872024-10-18T21:14:52.644Z[ recovery-image] Oct 18 21:14:51.065 INFO O| Oct 18 21:14:51.065 INFO STEP 63 (ensure_dir) COMPLETE
81882024-10-18T21:14:52.644Z[ recovery-image] Oct 18 21:14:51.065 INFO O| Oct 18 21:14:51.065 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81892024-10-18T21:14:52.651Z[ recovery-image] Oct 18 21:14:51.075 INFO O| Oct 18 21:14:51.074 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81902024-10-18T21:14:52.651Z[ recovery-image] Oct 18 21:14:51.075 INFO O| Oct 18 21:14:51.075 INFO STEP 64 (ensure_dir) COMPLETE
81912024-10-18T21:14:52.653Z[ recovery-image] Oct 18 21:14:51.075 INFO O| Oct 18 21:14:51.075 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81922024-10-18T21:14:52.661Z[ recovery-image] Oct 18 21:14:51.084 INFO O| Oct 18 21:14:51.084 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
81932024-10-18T21:14:52.661Z[ recovery-image] Oct 18 21:14:51.084 INFO O| Oct 18 21:14:51.084 INFO copying /tmp/.tmp9zAH94/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
81942024-10-18T21:14:52.663Z[ recovery-image] Oct 18 21:14:51.084 INFO O| Oct 18 21:14:51.084 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
81952024-10-18T21:14:52.663Z[ recovery-image] Oct 18 21:14:51.085 INFO O| Oct 18 21:14:51.084 INFO ok!
81962024-10-18T21:14:52.663Z[ recovery-image] Oct 18 21:14:51.085 INFO O| Oct 18 21:14:51.084 INFO STEP 65 (ensure_file) COMPLETE
81972024-10-18T21:14:52.663Z[ recovery-image] Oct 18 21:14:51.085 INFO O| Oct 18 21:14:51.085 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81982024-10-18T21:14:52.670Z[ recovery-image] Oct 18 21:14:51.094 INFO O| Oct 18 21:14:51.094 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
81992024-10-18T21:14:52.673Z[ recovery-image] Oct 18 21:14:51.094 INFO O| Oct 18 21:14:51.094 INFO STEP 66 (remove_files) COMPLETE
82002024-10-18T21:14:52.673Z[ recovery-image] Oct 18 21:14:51.095 INFO O| Oct 18 21:14:51.094 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82012024-10-18T21:14:52.682Z[ recovery-image] Oct 18 21:14:51.104 INFO O| Oct 18 21:14:51.104 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
82022024-10-18T21:14:52.684Z[ recovery-image] Oct 18 21:14:51.104 INFO O| Oct 18 21:14:51.104 INFO STEP 67 (remove_files) COMPLETE
82032024-10-18T21:14:52.684Z[ recovery-image] Oct 18 21:14:51.104 INFO O| Oct 18 21:14:51.104 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82042024-10-18T21:14:52.690Z[ recovery-image] Oct 18 21:14:51.114 INFO O| Oct 18 21:14:51.114 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
82052024-10-18T21:14:52.693Z[ recovery-image] Oct 18 21:14:51.114 INFO O| Oct 18 21:14:51.114 INFO STEP 68 (remove_files) COMPLETE
82062024-10-18T21:14:52.693Z[ recovery-image] Oct 18 21:14:51.114 INFO O| Oct 18 21:14:51.114 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82072024-10-18T21:14:52.701Z[ recovery-image] Oct 18 21:14:51.124 INFO O| Oct 18 21:14:51.124 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
82082024-10-18T21:14:52.703Z[ recovery-image] Oct 18 21:14:51.125 INFO O| Oct 18 21:14:51.125 INFO STEP 69 (remove_files) COMPLETE
82092024-10-18T21:14:52.703Z[ recovery-image] Oct 18 21:14:51.125 INFO O| Oct 18 21:14:51.125 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82102024-10-18T21:14:52.711Z[ recovery-image] Oct 18 21:14:51.135 INFO O| Oct 18 21:14:51.135 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
82112024-10-18T21:14:52.713Z[ recovery-image] Oct 18 21:14:51.135 INFO O| Oct 18 21:14:51.135 INFO STEP 70 (remove_files) COMPLETE
82122024-10-18T21:14:52.713Z[ recovery-image] Oct 18 21:14:51.135 INFO O| Oct 18 21:14:51.135 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82132024-10-18T21:14:52.721Z[ recovery-image] Oct 18 21:14:51.145 INFO O| Oct 18 21:14:51.145 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
82142024-10-18T21:14:52.724Z[ recovery-image] Oct 18 21:14:51.145 INFO O| Oct 18 21:14:51.145 INFO STEP 71 (remove_files) COMPLETE
82152024-10-18T21:14:52.724Z[ recovery-image] Oct 18 21:14:51.145 INFO O| Oct 18 21:14:51.145 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82162024-10-18T21:14:52.731Z[ recovery-image] Oct 18 21:14:51.155 INFO O| Oct 18 21:14:51.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
82172024-10-18T21:14:52.734Z[ recovery-image] Oct 18 21:14:51.155 INFO O| Oct 18 21:14:51.155 INFO STEP 72 (remove_files) COMPLETE
82182024-10-18T21:14:52.734Z[ recovery-image] Oct 18 21:14:51.155 INFO O| Oct 18 21:14:51.155 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82192024-10-18T21:14:52.741Z[ recovery-image] Oct 18 21:14:51.165 INFO O| Oct 18 21:14:51.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
82202024-10-18T21:14:52.741Z[ recovery-image] Oct 18 21:14:51.165 INFO O| Oct 18 21:14:51.165 INFO STEP 73 (remove_files) COMPLETE
82212024-10-18T21:14:52.741Z[ recovery-image] Oct 18 21:14:51.165 INFO O| Oct 18 21:14:51.165 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82222024-10-18T21:14:52.752Z[ recovery-image] Oct 18 21:14:51.176 INFO O| Oct 18 21:14:51.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
82232024-10-18T21:14:52.752Z[ recovery-image] Oct 18 21:14:51.176 INFO O| Oct 18 21:14:51.176 INFO STEP 74 (remove_files) COMPLETE
82242024-10-18T21:14:52.755Z[ recovery-image] Oct 18 21:14:51.176 INFO O| Oct 18 21:14:51.176 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82252024-10-18T21:14:52.762Z[ recovery-image] Oct 18 21:14:51.186 INFO O| Oct 18 21:14:51.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
82262024-10-18T21:14:52.762Z[ recovery-image] Oct 18 21:14:51.186 INFO O| Oct 18 21:14:51.186 INFO STEP 75 (remove_files) COMPLETE
82272024-10-18T21:14:52.762Z[ recovery-image] Oct 18 21:14:51.186 INFO O| Oct 18 21:14:51.186 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82282024-10-18T21:14:52.772Z[ recovery-image] Oct 18 21:14:51.196 INFO O| Oct 18 21:14:51.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
82292024-10-18T21:14:52.773Z[ recovery-image] Oct 18 21:14:51.196 INFO O| Oct 18 21:14:51.196 INFO STEP 76 (remove_files) COMPLETE
82302024-10-18T21:14:52.773Z[ recovery-image] Oct 18 21:14:51.196 INFO O| Oct 18 21:14:51.196 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82312024-10-18T21:14:52.783Z[ recovery-image] Oct 18 21:14:51.206 INFO O| Oct 18 21:14:51.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
82322024-10-18T21:14:52.783Z[ recovery-image] Oct 18 21:14:51.206 INFO O| Oct 18 21:14:51.206 INFO STEP 77 (remove_files) COMPLETE
82332024-10-18T21:14:52.783Z[ recovery-image] Oct 18 21:14:51.206 INFO O| Oct 18 21:14:51.206 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82342024-10-18T21:14:52.793Z[ recovery-image] Oct 18 21:14:51.216 INFO O| Oct 18 21:14:51.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
82352024-10-18T21:14:52.795Z[ recovery-image] Oct 18 21:14:51.216 INFO O| Oct 18 21:14:51.216 INFO STEP 78 (remove_files) COMPLETE
82362024-10-18T21:14:52.795Z[ recovery-image] Oct 18 21:14:51.216 INFO O| Oct 18 21:14:51.216 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82372024-10-18T21:14:52.805Z[ recovery-image] Oct 18 21:14:51.226 INFO O| Oct 18 21:14:51.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
82382024-10-18T21:14:52.805Z[ recovery-image] Oct 18 21:14:51.227 INFO O| Oct 18 21:14:51.226 INFO STEP 79 (remove_files) COMPLETE
82392024-10-18T21:14:52.805Z[ recovery-image] Oct 18 21:14:51.227 INFO O| Oct 18 21:14:51.226 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82402024-10-18T21:14:52.813Z[ recovery-image] Oct 18 21:14:51.237 INFO O| Oct 18 21:14:51.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
82412024-10-18T21:14:52.816Z[ recovery-image] Oct 18 21:14:51.237 INFO O| Oct 18 21:14:51.237 INFO STEP 80 (remove_files) COMPLETE
82422024-10-18T21:14:52.816Z[ recovery-image] Oct 18 21:14:51.237 INFO O| Oct 18 21:14:51.237 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82432024-10-18T21:14:52.823Z[ recovery-image] Oct 18 21:14:51.247 INFO O| Oct 18 21:14:51.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
82442024-10-18T21:14:52.823Z[ recovery-image] Oct 18 21:14:51.247 INFO O| Oct 18 21:14:51.247 INFO STEP 81 (remove_files) COMPLETE
82452024-10-18T21:14:52.823Z[ recovery-image] Oct 18 21:14:51.247 INFO O| Oct 18 21:14:51.247 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82462024-10-18T21:14:52.833Z[ recovery-image] Oct 18 21:14:51.256 INFO O| Oct 18 21:14:51.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
82472024-10-18T21:14:52.835Z[ recovery-image] Oct 18 21:14:51.256 INFO O| Oct 18 21:14:51.256 INFO STEP 82 (remove_files) COMPLETE
82482024-10-18T21:14:52.835Z[ recovery-image] Oct 18 21:14:51.257 INFO O| Oct 18 21:14:51.256 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82492024-10-18T21:14:52.843Z[ recovery-image] Oct 18 21:14:51.266 INFO O| Oct 18 21:14:51.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
82502024-10-18T21:14:52.843Z[ recovery-image] Oct 18 21:14:51.267 INFO O| Oct 18 21:14:51.267 INFO STEP 83 (remove_files) COMPLETE
82512024-10-18T21:14:52.845Z[ recovery-image] Oct 18 21:14:51.267 INFO O| Oct 18 21:14:51.267 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82522024-10-18T21:14:52.852Z[ recovery-image] Oct 18 21:14:51.276 INFO O| Oct 18 21:14:51.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
82532024-10-18T21:14:52.852Z[ recovery-image] Oct 18 21:14:51.276 INFO O| Oct 18 21:14:51.276 INFO STEP 84 (remove_files) COMPLETE
82542024-10-18T21:14:52.853Z[ recovery-image] Oct 18 21:14:51.276 INFO O| Oct 18 21:14:51.276 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82552024-10-18T21:14:52.862Z[ recovery-image] Oct 18 21:14:51.286 INFO O| Oct 18 21:14:51.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
82562024-10-18T21:14:52.862Z[ recovery-image] Oct 18 21:14:51.286 INFO O| Oct 18 21:14:51.286 INFO STEP 85 (remove_files) COMPLETE
82572024-10-18T21:14:52.862Z[ recovery-image] Oct 18 21:14:51.286 INFO O| Oct 18 21:14:51.286 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82582024-10-18T21:14:52.872Z[ recovery-image] Oct 18 21:14:51.296 INFO O| Oct 18 21:14:51.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
82592024-10-18T21:14:52.872Z[ recovery-image] Oct 18 21:14:51.296 INFO O| Oct 18 21:14:51.296 INFO STEP 86 (remove_files) COMPLETE
82602024-10-18T21:14:52.875Z[ recovery-image] Oct 18 21:14:51.296 INFO O| Oct 18 21:14:51.296 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82612024-10-18T21:14:52.882Z[ recovery-image] Oct 18 21:14:51.306 INFO O| Oct 18 21:14:51.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
82622024-10-18T21:14:52.882Z[ recovery-image] Oct 18 21:14:51.306 INFO O| Oct 18 21:14:51.306 INFO STEP 87 (remove_files) COMPLETE
82632024-10-18T21:14:52.885Z[ recovery-image] Oct 18 21:14:51.306 INFO O| Oct 18 21:14:51.306 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82642024-10-18T21:14:52.892Z[ recovery-image] Oct 18 21:14:51.316 INFO O| Oct 18 21:14:51.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
82652024-10-18T21:14:52.894Z[ recovery-image] Oct 18 21:14:51.316 INFO O| Oct 18 21:14:51.316 INFO STEP 88 (remove_files) COMPLETE
82662024-10-18T21:14:52.894Z[ recovery-image] Oct 18 21:14:51.316 INFO O| Oct 18 21:14:51.316 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82672024-10-18T21:14:52.902Z[ recovery-image] Oct 18 21:14:51.325 INFO O| Oct 18 21:14:51.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
82682024-10-18T21:14:52.904Z[ recovery-image] Oct 18 21:14:51.326 INFO O| Oct 18 21:14:51.326 INFO STEP 89 (remove_files) COMPLETE
82692024-10-18T21:14:52.904Z[ recovery-image] Oct 18 21:14:51.326 INFO O| Oct 18 21:14:51.326 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82702024-10-18T21:14:52.912Z[ recovery-image] Oct 18 21:14:51.335 INFO O| Oct 18 21:14:51.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
82712024-10-18T21:14:52.914Z[ recovery-image] Oct 18 21:14:51.335 INFO O| Oct 18 21:14:51.335 INFO STEP 90 (remove_files) COMPLETE
82722024-10-18T21:14:52.914Z[ recovery-image] Oct 18 21:14:51.335 INFO O| Oct 18 21:14:51.335 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82732024-10-18T21:14:52.922Z[ recovery-image] Oct 18 21:14:51.346 INFO O| Oct 18 21:14:51.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
82742024-10-18T21:14:52.922Z[ recovery-image] Oct 18 21:14:51.346 INFO O| Oct 18 21:14:51.346 INFO STEP 91 (remove_files) COMPLETE
82752024-10-18T21:14:52.924Z[ recovery-image] Oct 18 21:14:51.346 INFO O| Oct 18 21:14:51.346 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82762024-10-18T21:14:52.934Z[ recovery-image] Oct 18 21:14:51.357 INFO O| Oct 18 21:14:51.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
82772024-10-18T21:14:52.934Z[ recovery-image] Oct 18 21:14:51.357 INFO O| Oct 18 21:14:51.357 INFO STEP 92 (remove_files) COMPLETE
82782024-10-18T21:14:52.934Z[ recovery-image] Oct 18 21:14:51.358 INFO O| Oct 18 21:14:51.357 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82792024-10-18T21:14:52.943Z[ recovery-image] Oct 18 21:14:51.367 INFO O| Oct 18 21:14:51.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
82802024-10-18T21:14:52.944Z[ recovery-image] Oct 18 21:14:51.367 INFO O| Oct 18 21:14:51.367 INFO STEP 93 (remove_files) COMPLETE
82812024-10-18T21:14:52.946Z[ recovery-image] Oct 18 21:14:51.367 INFO O| Oct 18 21:14:51.367 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82822024-10-18T21:14:52.953Z[ recovery-image] Oct 18 21:14:51.377 INFO O| Oct 18 21:14:51.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
82832024-10-18T21:14:52.953Z[ recovery-image] Oct 18 21:14:51.377 INFO O| Oct 18 21:14:51.377 INFO STEP 94 (remove_files) COMPLETE
82842024-10-18T21:14:52.956Z[ recovery-image] Oct 18 21:14:51.377 INFO O| Oct 18 21:14:51.377 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82852024-10-18T21:14:52.968Z[ recovery-image] Oct 18 21:14:51.392 INFO O| Oct 18 21:14:51.392 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
82862024-10-18T21:14:52.971Z[ recovery-image] Oct 18 21:14:51.392 INFO O| Oct 18 21:14:51.392 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
82872024-10-18T21:14:58.429Z[ recovery-image] Oct 18 21:14:56.852 INFO O| Oct 18 21:14:56.851 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
82882024-10-18T21:14:58.429Z[ recovery-image] Oct 18 21:14:56.852 INFO O| Oct 18 21:14:56.852 INFO E| svccfg: Loaded 67 smf(7) service descriptions
82892024-10-18T21:14:58.441Z[ recovery-image] Oct 18 21:14:56.864 INFO O| Oct 18 21:14:56.864 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_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"}
82902024-10-18T21:14:58.517Z[ recovery-image] Oct 18 21:14:56.940 INFO O| Oct 18 21:14:56.940 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
82912024-10-18T21:14:58.517Z[ recovery-image] Oct 18 21:14:56.940 INFO O| Oct 18 21:14:56.940 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 ...
82922024-10-18T21:14:58.520Z[ recovery-image] Oct 18 21:14:56.942 INFO O| Oct 18 21:14:56.941 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
82932024-10-18T21:14:58.520Z[ recovery-image] Oct 18 21:14:56.942 INFO O| Oct 18 21:14:56.942 INFO ok!
82942024-10-18T21:14:58.520Z[ recovery-image] Oct 18 21:14:56.942 INFO O| Oct 18 21:14:56.942 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
82952024-10-18T21:14:58.520Z[ recovery-image] Oct 18 21:14:56.942 INFO O| Oct 18 21:14:56.942 INFO STEP 95 (seed_smf) COMPLETE
82962024-10-18T21:14:58.520Z[ recovery-image] Oct 18 21:14:56.942 INFO O| Oct 18 21:14:56.942 INFO steps complete; finalising image!
82972024-10-18T21:14:58.520Z[ recovery-image] Oct 18 21:14:56.942 INFO O| Oct 18 21:14:56.942 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
82982024-10-18T21:14:58.552Z[ recovery-image] Oct 18 21:14:56.975 INFO O| Oct 18 21:14:56.975 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Fri Oct 18 21:14:56 2024)
82992024-10-18T21:14:58.765Z[ recovery-image] Oct 18 21:14:57.187 INFO O| Oct 18 21:14:57.187 INFO trim TEMPORARY-gimlet-zfs-recovery: (71% trimmed, started at Fri Oct 18 21:14:56 2024)
83002024-10-18T21:14:58.986Z[ recovery-image] Oct 18 21:14:57.409 INFO O| Oct 18 21:14:57.409 INFO temporary pool has 402M used, 1.36G avail, 1.00x compressratio
83012024-10-18T21:14:58.986Z[ recovery-image] Oct 18 21:14:57.409 INFO O| Oct 18 21:14:57.409 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
83022024-10-18T21:14:59.221Z[ recovery-image] Oct 18 21:14:57.643 INFO O| Oct 18 21:14:57.643 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
83032024-10-18T21:14:59.221Z[ recovery-image] Oct 18 21:14:57.644 INFO O| Oct 18 21:14:57.643 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
83042024-10-18T21:15:02.176Z[ recovery-image] Oct 18 21:15:00.598 INFO O| Oct 18 21:15:00.598 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83052024-10-18T21:15:02.176Z[ recovery-image] Oct 18 21:15:00.598 INFO O| Oct 18 21:15:00.598 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83062024-10-18T21:15:02.178Z[ recovery-image] Oct 18 21:15:00.598 INFO O| Oct 18 21:15:00.598 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83072024-10-18T21:15:02.178Z[ recovery-image] Oct 18 21:15:00.598 INFO O| Oct 18 21:15:00.598 INFO completed processing gimlet/zfs-recovery
83082024-10-18T21:15:02.178Z[ recovery-image] Oct 18 21:15:00.598 INFO O| Oct 18 21:15:00.598 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
83092024-10-18T21:15:02.510Z[ recovery-image] Oct 18 21:15:00.933 INFO O| Oct 18 21:15:00.933 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
83102024-10-18T21:15:02.585Z[ recovery-image] Oct 18 21:15:01.007 INFO BUILD STRING "heads/stlouis-0-gc3c5244d76\n"
83112024-10-18T21:15:02.588Z[ recovery-image] Oct 18 21:15:01.008 INFO expanded image name: "recovery 74d0fdb/${os_short_commit} 2024-10-18 20:47" -> "recovery 74d0fdb/c3c5244 2024-10-18 20:47"
83122024-10-18T21:15:02.588Z[ recovery-image] Oct 18 21:15:01.008 INFO output artefacts stored in: "/work/os-recovery"
83132024-10-18T21:15:02.588Z[ recovery-image] Oct 18 21:15:01.008 INFO collecting git info from project "amd-host-image-builder"...
83142024-10-18T21:15:02.736Z[ recovery-image] Oct 18 21:15:01.159 INFO collecting git info from project "phbl"...
83152024-10-18T21:15:02.743Z[ recovery-image] Oct 18 21:15:01.165 INFO collecting git info from project "pilot"...
83162024-10-18T21:15:02.753Z[ recovery-image] Oct 18 21:15:01.176 INFO collecting git info from project "chelsio-t6-roms"...
83172024-10-18T21:15:02.775Z[ recovery-image] Oct 18 21:15:01.197 INFO collecting git info from project "bootserver"...
83182024-10-18T21:15:02.780Z[ recovery-image] Oct 18 21:15:01.203 INFO collecting git info from project "pinprick"...
83192024-10-18T21:15:02.785Z[ recovery-image] Oct 18 21:15:01.208 INFO collecting git info from project "image-builder"...
83202024-10-18T21:15:02.791Z[ recovery-image] Oct 18 21:15:01.214 INFO collecting git info from project "amd-firmware"...
83212024-10-18T21:15:02.937Z[ recovery-image] Oct 18 21:15:01.359 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
83222024-10-18T21:15:03.299Z[ recovery-image] Oct 18 21:15:01.722 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
83232024-10-18T21:15:03.662Z[ recovery-image] Oct 18 21:15:02.084 INFO creating Oxide boot image...
83242024-10-18T21:15:03.662Z[ recovery-image] Oct 18 21:15:02.084 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 74d0fdb/c3c5244 2024-10-18 20:47", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
83252024-10-18T21:15:34.332Z[ host-image] Oct 18 21:15:32.752 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22978:20241018T154620Z
83262024-10-18T21:15:34.332Z[ host-image] Oct 18 21:15:32.752 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22978:20241018T154620Z
83272024-10-18T21:15:34.335Z[ host-image] Oct 18 21:15:32.752 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
83282024-10-18T21:15:34.335Z[ host-image] Oct 18 21:15:32.752 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
83292024-10-18T21:15:34.335Z[ host-image] Oct 18 21:15:32.753 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
83302024-10-18T21:15:34.335Z[ host-image] Oct 18 21:15:32.753 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
83312024-10-18T21:15:34.335Z[ host-image] Oct 18 21:15:32.754 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
83322024-10-18T21:15:34.335Z[ host-image] Oct 18 21:15:32.754 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
83332024-10-18T21:15:34.335Z[ host-image] Oct 18 21:15:32.754 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
83342024-10-18T21:15:34.335Z[ host-image] Oct 18 21:15:32.754 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
83352024-10-18T21:15:34.335Z[ host-image] Oct 18 21:15:32.754 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22978:20241018T154621Z
83362024-10-18T21:15:34.338Z[ host-image] Oct 18 21:15:32.756 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22978:20241018T154622Z
83372024-10-18T21:15:34.338Z[ host-image] Oct 18 21:15:32.757 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22978:20241018T154622Z
83382024-10-18T21:15:34.338Z[ host-image] Oct 18 21:15:32.757 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22978:20241018T154622Z
83392024-10-18T21:15:34.338Z[ host-image] Oct 18 21:15:32.757 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
83402024-10-18T21:15:34.340Z[ host-image] Oct 18 21:15:32.758 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22978:20241018T154622Z
83412024-10-18T21:15:34.340Z[ host-image] Oct 18 21:15:32.759 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22978:20241018T154622Z
83422024-10-18T21:15:34.340Z[ host-image] Oct 18 21:15:32.759 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22978:20241018T154622Z
83432024-10-18T21:15:34.340Z[ host-image] Oct 18 21:15:32.759 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22978:20241018T154622Z
83442024-10-18T21:15:34.341Z[ host-image] Oct 18 21:15:32.759 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22978:20241018T154623Z
83452024-10-18T21:15:34.341Z[ host-image] Oct 18 21:15:32.759 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22978:20241018T154623Z
83462024-10-18T21:15:34.341Z[ host-image] Oct 18 21:15:32.759 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22978:20241018T154624Z
83472024-10-18T21:15:34.341Z[ host-image] Oct 18 21:15:32.759 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22978:20241018T154624Z
83482024-10-18T21:15:34.341Z[ host-image] Oct 18 21:15:32.760 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22978:20241018T154625Z
83492024-10-18T21:15:34.341Z[ host-image] Oct 18 21:15:32.760 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22978:20241018T154626Z
83502024-10-18T21:15:34.341Z[ host-image] Oct 18 21:15:32.760 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22978:20241018T154626Z
83512024-10-18T21:15:34.341Z[ host-image] Oct 18 21:15:32.760 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22978:20241018T154628Z
83522024-10-18T21:15:34.341Z[ host-image] Oct 18 21:15:32.760 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22978:20241018T154628Z
83532024-10-18T21:15:34.341Z[ host-image] Oct 18 21:15:32.760 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
83542024-10-18T21:15:34.344Z[ host-image] Oct 18 21:15:32.760 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22978:20241018T154630Z
83552024-10-18T21:15:34.344Z[ host-image] Oct 18 21:15:32.761 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22978:20241018T154632Z
83562024-10-18T21:15:34.344Z[ host-image] Oct 18 21:15:32.761 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22978:20241018T154633Z
83572024-10-18T21:15:34.344Z[ host-image] Oct 18 21:15:32.761 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22978:20241018T154633Z
83582024-10-18T21:15:34.344Z[ host-image] Oct 18 21:15:32.762 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22978:20241018T154635Z
83592024-10-18T21:15:34.344Z[ host-image] Oct 18 21:15:32.762 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22978:20241018T154635Z
83602024-10-18T21:15:34.351Z[ host-image] Oct 18 21:15:32.771 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
83612024-10-18T21:15:34.354Z[ host-image] Oct 18 21:15:32.772 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22978:20241018T154635Z
83622024-10-18T21:15:34.354Z[ host-image] Oct 18 21:15:32.772 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z
83632024-10-18T21:15:34.354Z[ host-image] Oct 18 21:15:32.772 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
83642024-10-18T21:15:34.354Z[ host-image] Oct 18 21:15:32.772 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
83652024-10-18T21:15:34.354Z[ host-image] Oct 18 21:15:32.773 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22978:20241018T154635Z
83662024-10-18T21:15:34.354Z[ host-image] Oct 18 21:15:32.773 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
83672024-10-18T21:15:34.354Z[ host-image] Oct 18 21:15:32.773 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
83682024-10-18T21:15:34.357Z[ host-image] Oct 18 21:15:32.774 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
83692024-10-18T21:15:34.357Z[ host-image] Oct 18 21:15:32.775 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
83702024-10-18T21:15:34.367Z[ host-image] Oct 18 21:15:32.787 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
83712024-10-18T21:15:34.369Z[ host-image] Oct 18 21:15:32.787 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
83722024-10-18T21:15:34.369Z[ host-image] Oct 18 21:15:32.787 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
83732024-10-18T21:15:34.369Z[ host-image] Oct 18 21:15:32.788 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83742024-10-18T21:15:34.369Z[ host-image] Oct 18 21:15:32.788 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83752024-10-18T21:15:34.369Z[ host-image] Oct 18 21:15:32.788 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83762024-10-18T21:15:34.404Z[ host-image] Oct 18 21:15:32.824 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
83772024-10-18T21:15:34.407Z[ host-image] Oct 18 21:15:32.825 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
83782024-10-18T21:15:34.407Z[ host-image] Oct 18 21:15:32.825 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
83792024-10-18T21:15:34.407Z[ host-image] Oct 18 21:15:32.826 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22978:20241018T154637Z
83802024-10-18T21:15:34.407Z[ host-image] Oct 18 21:15:32.826 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22978:20241018T154643Z
83812024-10-18T21:15:34.407Z[ host-image] Oct 18 21:15:32.826 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
83822024-10-18T21:15:34.407Z[ host-image] Oct 18 21:15:32.826 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22978:20241018T154644Z
83832024-10-18T21:15:34.407Z[ host-image] Oct 18 21:15:32.826 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
83842024-10-18T21:15:34.407Z[ host-image] Oct 18 21:15:32.827 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
83852024-10-18T21:15:34.407Z[ host-image] Oct 18 21:15:32.827 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
83862024-10-18T21:15:34.407Z[ host-image] Oct 18 21:15:32.827 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22978:20241018T154644Z
83872024-10-18T21:15:34.407Z[ host-image] Oct 18 21:15:32.827 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83882024-10-18T21:15:34.411Z[ host-image] Oct 18 21:15:32.831 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83892024-10-18T21:15:34.414Z[ host-image] Oct 18 21:15:32.832 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83902024-10-18T21:15:34.414Z[ host-image] Oct 18 21:15:32.832 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
83912024-10-18T21:15:34.414Z[ host-image] Oct 18 21:15:32.832 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22978:20241018T154644Z
83922024-10-18T21:15:34.414Z[ host-image] Oct 18 21:15:32.832 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
83932024-10-18T21:15:34.427Z[ host-image] Oct 18 21:15:32.847 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
83942024-10-18T21:15:34.430Z[ host-image] Oct 18 21:15:32.847 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22978:20241018T154644Z
83952024-10-18T21:15:34.430Z[ host-image] Oct 18 21:15:32.849 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22978:20241018T154645Z
83962024-10-18T21:15:34.432Z[ host-image] Oct 18 21:15:32.850 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22978:20241018T154645Z
83972024-10-18T21:15:34.432Z[ host-image] Oct 18 21:15:32.850 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
83982024-10-18T21:15:34.432Z[ host-image] Oct 18 21:15:32.851 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22978:20241018T154646Z
83992024-10-18T21:15:34.432Z[ host-image] Oct 18 21:15:32.851 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22978:20241018T154647Z
84002024-10-18T21:15:34.432Z[ host-image] Oct 18 21:15:32.851 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22978:20241018T154647Z
84012024-10-18T21:15:34.432Z[ host-image] Oct 18 21:15:32.852 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22978:20241018T154647Z
84022024-10-18T21:15:34.435Z[ host-image] Oct 18 21:15:32.855 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
84032024-10-18T21:15:34.438Z[ host-image] Oct 18 21:15:32.856 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22978:20241018T154647Z
84042024-10-18T21:15:34.438Z[ host-image] Oct 18 21:15:32.856 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22978:20241018T154648Z
84052024-10-18T21:15:34.438Z[ host-image] Oct 18 21:15:32.856 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
84062024-10-18T21:15:34.438Z[ host-image] Oct 18 21:15:32.857 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22978:20241018T154649Z
84072024-10-18T21:15:34.438Z[ host-image] Oct 18 21:15:32.857 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22978:20241018T154649Z
84082024-10-18T21:15:34.438Z[ host-image] Oct 18 21:15:32.857 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22978:20241018T154649Z
84092024-10-18T21:15:34.438Z[ host-image] Oct 18 21:15:32.858 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22978:20241018T154649Z
84102024-10-18T21:15:34.446Z[ host-image] Oct 18 21:15:32.866 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22978:20241018T154649Z
84112024-10-18T21:15:34.448Z[ host-image] Oct 18 21:15:32.866 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
84122024-10-18T21:15:34.448Z[ host-image] Oct 18 21:15:32.868 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22978:20241018T154649Z
84132024-10-18T21:15:34.451Z[ host-image] Oct 18 21:15:32.869 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22978:20241018T154649Z
84142024-10-18T21:15:34.451Z[ host-image] Oct 18 21:15:32.870 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22978:20241018T154649Z
84152024-10-18T21:15:34.451Z[ host-image] Oct 18 21:15:32.870 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22978:20241018T154650Z
84162024-10-18T21:15:34.451Z[ host-image] Oct 18 21:15:32.870 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22978:20241018T154650Z
84172024-10-18T21:15:34.451Z[ host-image] Oct 18 21:15:32.871 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22978:20241018T154650Z
84182024-10-18T21:15:34.461Z[ host-image] Oct 18 21:15:32.881 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22978:20241018T154652Z
84192024-10-18T21:15:34.463Z[ host-image] Oct 18 21:15:32.881 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22978:20241018T154651Z
84202024-10-18T21:15:34.463Z[ host-image] Oct 18 21:15:32.881 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22978:20241018T154651Z
84212024-10-18T21:15:34.463Z[ host-image] Oct 18 21:15:32.882 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22978:20241018T154651Z
84222024-10-18T21:15:34.463Z[ host-image] Oct 18 21:15:32.883 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22978:20241018T154652Z
84232024-10-18T21:15:34.484Z[ host-image] Oct 18 21:15:32.904 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22978:20241018T154655Z
84242024-10-18T21:15:34.487Z[ host-image] Oct 18 21:15:32.904 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22978:20241018T154652Z
84252024-10-18T21:15:34.487Z[ host-image] Oct 18 21:15:32.905 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22978:20241018T154652Z
84262024-10-18T21:15:34.487Z[ host-image] Oct 18 21:15:32.905 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
84272024-10-18T21:15:34.487Z[ host-image] Oct 18 21:15:32.905 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
84282024-10-18T21:15:34.514Z[ host-image] Oct 18 21:15:32.934 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22978:20241018T154652Z
84292024-10-18T21:15:34.517Z[ host-image] Oct 18 21:15:32.934 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
84302024-10-18T21:15:34.517Z[ host-image] Oct 18 21:15:32.934 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22978:20241018T154652Z
84312024-10-18T21:15:34.517Z[ host-image] Oct 18 21:15:32.935 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22978:20241018T154653Z
84322024-10-18T21:15:34.517Z[ host-image] Oct 18 21:15:32.936 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22978:20241018T154653Z
84332024-10-18T21:15:34.517Z[ host-image] Oct 18 21:15:32.936 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
84342024-10-18T21:15:34.517Z[ host-image] Oct 18 21:15:32.937 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
84352024-10-18T21:15:34.517Z[ host-image] Oct 18 21:15:32.937 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22978:20241018T154654Z
84362024-10-18T21:15:34.520Z[ host-image] Oct 18 21:15:32.937 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22978:20241018T154654Z
84372024-10-18T21:15:34.520Z[ host-image] Oct 18 21:15:32.937 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22978:20241018T154654Z
84382024-10-18T21:15:34.520Z[ host-image] Oct 18 21:15:32.938 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22978:20241018T154654Z
84392024-10-18T21:15:34.520Z[ host-image] Oct 18 21:15:32.938 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22978:20241018T154654Z
84402024-10-18T21:15:34.520Z[ host-image] Oct 18 21:15:32.938 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22978:20241018T154655Z
84412024-10-18T21:15:34.523Z[ host-image] Oct 18 21:15:32.941 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
84422024-10-18T21:15:34.523Z[ host-image] Oct 18 21:15:32.941 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22978:20241018T154655Z
84432024-10-18T21:15:34.525Z[ host-image] Oct 18 21:15:32.943 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22978:20241018T154655Z
84442024-10-18T21:15:34.525Z[ host-image] Oct 18 21:15:32.943 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22978:20241018T154655Z
84452024-10-18T21:15:34.525Z[ host-image] Oct 18 21:15:32.943 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22978:20241018T154656Z
84462024-10-18T21:15:34.525Z[ host-image] Oct 18 21:15:32.944 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22978:20241018T154656Z
84472024-10-18T21:15:34.525Z[ host-image] Oct 18 21:15:32.944 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22978:20241018T154656Z
84482024-10-18T21:15:34.525Z[ host-image] Oct 18 21:15:32.944 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
84492024-10-18T21:15:34.525Z[ host-image] Oct 18 21:15:32.944 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
84502024-10-18T21:15:34.525Z[ host-image] Oct 18 21:15:32.944 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22978:20241018T154658Z
84512024-10-18T21:15:34.525Z[ host-image] Oct 18 21:15:32.945 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22978:20241018T154659Z
84522024-10-18T21:15:34.525Z[ host-image] Oct 18 21:15:32.945 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
84532024-10-18T21:15:34.525Z[ host-image] Oct 18 21:15:32.945 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
84542024-10-18T21:15:34.525Z[ host-image] Oct 18 21:15:32.945 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
84552024-10-18T21:15:34.526Z[ host-image] Oct 18 21:15:32.945 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
84562024-10-18T21:15:34.526Z[ host-image] Oct 18 21:15:32.945 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
84572024-10-18T21:15:34.528Z[ host-image] Oct 18 21:15:32.946 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
84582024-10-18T21:15:34.528Z[ host-image] Oct 18 21:15:32.947 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
84592024-10-18T21:15:34.528Z[ host-image] Oct 18 21:15:32.948 INFO O| tempdir @ "/tmp/.tmp50EMTQ/tmp"
84602024-10-18T21:15:34.528Z[ host-image] Oct 18 21:15:32.948 INFO O| image root @ "/tmp/.tmp50EMTQ/tmp/root"
84612024-10-18T21:15:34.528Z[ host-image] Oct 18 21:15:32.948 INFO O| creating image...
84622024-10-18T21:15:35.014Z[ host-image] Oct 18 21:15:33.434 INFO O| copying publishers...
84632024-10-18T21:15:43.617Z[ host-image] Oct 18 21:15:42.036 INFO O| adding properties...
84642024-10-18T21:15:44.600Z[ host-image] Oct 18 21:15:43.019 INFO O| installing packages...
84652024-10-18T21:15:55.190Z[ recovery-image] Oct 18 21:15:53.608 INFO O| ok, image written!
84662024-10-18T21:15:55.190Z[ recovery-image] Oct 18 21:15:53.608 INFO O| ok, boot_image_csum file written!
84672024-10-18T21:15:55.195Z[ recovery-image] Oct 18 21:15:53.613 INFO creating boot archive (CPIO)...
84682024-10-18T21:15:55.197Z[ recovery-image] Oct 18 21:15:53.613 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
84692024-10-18T21:15:55.204Z[ recovery-image] Oct 18 21:15:53.622 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84702024-10-18T21:15:55.207Z[ recovery-image] Oct 18 21:15:53.622 INFO E| + outfile=/work/os-recovery/cpio
84712024-10-18T21:15:55.207Z[ recovery-image] Oct 18 21:15:53.622 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84722024-10-18T21:15:55.207Z[ recovery-image] Oct 18 21:15:53.624 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84732024-10-18T21:15:55.207Z[ recovery-image] Oct 18 21:15:53.624 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84742024-10-18T21:15:55.238Z[ recovery-image] Oct 18 21:15:53.655 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
84752024-10-18T21:15:55.238Z[ recovery-image] Oct 18 21:15:53.656 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84762024-10-18T21:15:55.244Z[ recovery-image] Oct 18 21:15:53.663 INFO creating compressed cpio/unix for nanobl-rs...
84772024-10-18T21:15:55.247Z[ recovery-image] Oct 18 21:15:53.663 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
84782024-10-18T21:15:55.529Z[ recovery-image] Oct 18 21:15:53.946 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
84792024-10-18T21:15:59.878Z[ recovery-image] Oct 18 21:15:58.295 INFO creating reset image...
84802024-10-18T21:15:59.880Z[ recovery-image] Oct 18 21:15:58.295 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84812024-10-18T21:15:59.969Z[ host-image] Oct 18 21:15:58.386 INFO O| seeding SMF database...
84822024-10-18T21:16:00.132Z[ recovery-image] Oct 18 21:15:58.549 INFO E| Updating crates.io index
84832024-10-18T21:16:00.202Z[ recovery-image] Oct 18 21:15:58.619 INFO E| Downloading crates ...
84842024-10-18T21:16:00.309Z[ recovery-image] Oct 18 21:15:58.726 INFO E| Downloaded clap_builder v4.5.17
84852024-10-18T21:16:00.316Z[ recovery-image] Oct 18 21:15:58.733 INFO E| Downloaded shared_child v1.0.1
84862024-10-18T21:16:00.319Z[ recovery-image] Oct 18 21:15:58.735 INFO E| Downloaded os_pipe v1.2.1
84872024-10-18T21:16:00.319Z[ recovery-image] Oct 18 21:15:58.736 INFO E| Downloaded duct v0.13.7
84882024-10-18T21:16:00.321Z[ recovery-image] Oct 18 21:15:58.738 INFO E| Downloaded clap v4.5.17
84892024-10-18T21:16:00.357Z[ recovery-image] Oct 18 21:15:58.774 INFO E| Downloaded libc v0.2.158
84902024-10-18T21:16:00.430Z[ recovery-image] Oct 18 21:15:58.848 INFO E| Compiling proc-macro2 v1.0.86
84912024-10-18T21:16:00.431Z[ recovery-image] Oct 18 21:15:58.848 INFO E| Compiling libc v0.2.158
84922024-10-18T21:16:00.431Z[ recovery-image] Oct 18 21:15:58.848 INFO E| Compiling unicode-ident v1.0.13
84932024-10-18T21:16:00.433Z[ recovery-image] Oct 18 21:15:58.848 INFO E| Compiling utf8parse v0.2.2
84942024-10-18T21:16:00.433Z[ recovery-image] Oct 18 21:15:58.848 INFO E| Compiling anstyle-query v1.1.1
84952024-10-18T21:16:00.433Z[ recovery-image] Oct 18 21:15:58.848 INFO E| Compiling colorchoice v1.0.2
84962024-10-18T21:16:00.433Z[ recovery-image] Oct 18 21:15:58.848 INFO E| Compiling is_terminal_polyfill v1.70.1
84972024-10-18T21:16:00.436Z[ recovery-image] Oct 18 21:15:58.851 INFO E| Compiling anstyle v1.0.8
84982024-10-18T21:16:00.652Z[ recovery-image] Oct 18 21:15:59.069 INFO E| Compiling anstyle-parse v0.2.5
84992024-10-18T21:16:00.652Z[ recovery-image] Oct 18 21:15:59.069 INFO E| Compiling strsim v0.11.1
85002024-10-18T21:16:00.677Z[ recovery-image] Oct 18 21:15:59.095 INFO E| Compiling heck v0.5.0
85012024-10-18T21:16:00.709Z[ recovery-image] Oct 18 21:15:59.127 INFO E| Compiling clap_lex v0.7.2
85022024-10-18T21:16:00.712Z[ recovery-image] Oct 18 21:15:59.128 INFO E| Compiling once_cell v1.19.0
85032024-10-18T21:16:00.964Z[ recovery-image] Oct 18 21:15:59.381 INFO E| Compiling anstream v0.6.15
85042024-10-18T21:16:01.386Z[ recovery-image] Oct 18 21:15:59.803 INFO E| Compiling clap_builder v4.5.17
85052024-10-18T21:16:01.698Z[ recovery-image] Oct 18 21:16:00.115 INFO E| Compiling shared_child v1.0.1
85062024-10-18T21:16:01.698Z[ recovery-image] Oct 18 21:16:00.115 INFO E| Compiling os_pipe v1.2.1
85072024-10-18T21:16:01.816Z[ recovery-image] Oct 18 21:16:00.233 INFO E| Compiling quote v1.0.37
85082024-10-18T21:16:01.848Z[ recovery-image] Oct 18 21:16:00.265 INFO E| Compiling duct v0.13.7
85092024-10-18T21:16:02.162Z[ recovery-image] Oct 18 21:16:00.579 INFO E| Compiling syn v2.0.77
85102024-10-18T21:16:06.111Z[ recovery-image] Oct 18 21:16:04.528 INFO E| Compiling clap_derive v4.5.13
85112024-10-18T21:16:07.924Z[ recovery-image] Oct 18 21:16:06.340 INFO E| Compiling clap v4.5.17
85122024-10-18T21:16:07.977Z[ recovery-image] Oct 18 21:16:06.393 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
85132024-10-18T21:16:08.957Z[ recovery-image] Oct 18 21:16:07.374 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.01s
85142024-10-18T21:16:08.967Z[ recovery-image] Oct 18 21:16:07.384 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85152024-10-18T21:16:08.988Z[ host-image] Oct 18 21:16:07.405 INFO O| configuring SMF profile...
85162024-10-18T21:16:08.991Z[ host-image] Oct 18 21:16:07.405 INFO O| modifying shadow(5)...
85172024-10-18T21:16:08.991Z[ host-image] Oct 18 21:16:07.405 INFO O| loading user and group database...
85182024-10-18T21:16:08.991Z[ host-image] Oct 18 21:16:07.405 INFO O| assessing packaged files...
85192024-10-18T21:16:09.093Z[ recovery-image] Oct 18 21:16:07.509 INFO E| Updating crates.io index
85202024-10-18T21:16:09.388Z[ recovery-image] Oct 18 21:16:07.804 INFO E| Downloading crates ...
85212024-10-18T21:16:09.440Z[ recovery-image] Oct 18 21:16:07.856 INFO E| Downloaded bitstruct v0.1.1
85222024-10-18T21:16:09.452Z[ recovery-image] Oct 18 21:16:07.868 INFO E| Downloaded bitstruct_derive v0.1.0
85232024-10-18T21:16:09.454Z[ recovery-image] Oct 18 21:16:07.869 INFO E| Downloaded cpio_reader v0.1.1
85242024-10-18T21:16:09.461Z[ recovery-image] Oct 18 21:16:07.878 INFO E| Downloaded seq-macro v0.3.5
85252024-10-18T21:16:09.463Z[ recovery-image] Oct 18 21:16:07.879 INFO E| Downloaded bit_field v0.10.2
85262024-10-18T21:16:09.477Z[ recovery-image] Oct 18 21:16:07.894 INFO E| Downloaded raw-cpuid v10.7.0
85272024-10-18T21:16:09.595Z[ recovery-image] Oct 18 21:16:08.012 INFO E| Downloaded x86 v0.52.0
85282024-10-18T21:16:09.657Z[ recovery-image] Oct 18 21:16:08.074 INFO E| Updating crates.io index
85292024-10-18T21:16:09.710Z[ recovery-image] Oct 18 21:16:08.126 INFO E| Downloading crates ...
85302024-10-18T21:16:09.788Z[ recovery-image] Oct 18 21:16:08.205 INFO E| Downloaded compiler_builtins v0.1.125
85312024-10-18T21:16:09.812Z[ recovery-image] Oct 18 21:16:08.229 INFO E| Downloaded unicode-width v0.1.13
85322024-10-18T21:16:09.881Z[ recovery-image] Oct 18 21:16:08.298 INFO E| Compiling compiler_builtins v0.1.125
85332024-10-18T21:16:09.881Z[ recovery-image] Oct 18 21:16:08.298 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
85342024-10-18T21:16:09.884Z[ recovery-image] Oct 18 21:16:08.298 INFO E| Compiling proc-macro2 v1.0.86
85352024-10-18T21:16:09.884Z[ recovery-image] Oct 18 21:16:08.298 INFO E| Compiling unicode-ident v1.0.13
85362024-10-18T21:16:09.884Z[ recovery-image] Oct 18 21:16:08.298 INFO E| Compiling syn v1.0.109
85372024-10-18T21:16:09.884Z[ recovery-image] Oct 18 21:16:08.298 INFO E| Compiling x86 v0.52.0
85382024-10-18T21:16:09.887Z[ recovery-image] Oct 18 21:16:08.304 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
85392024-10-18T21:16:09.889Z[ recovery-image] Oct 18 21:16:08.304 INFO E| Compiling seq-macro v0.3.5
85402024-10-18T21:16:11.008Z[ recovery-image] Oct 18 21:16:09.424 INFO E| Compiling quote v1.0.37
85412024-10-18T21:16:11.268Z[ recovery-image] Oct 18 21:16:09.684 INFO E| Compiling syn v2.0.77
85422024-10-18T21:16:11.540Z[ host-image] Oct 18 21:16:09.956 INFO O| creating archive...
85432024-10-18T21:16:11.575Z[ host-image] Oct 18 21:16:09.990 INFO O| missing from packaging:
85442024-10-18T21:16:11.575Z[ host-image] Oct 18 21:16:09.990 INFO O| "etc/.pwd.lock"
85452024-10-18T21:16:11.577Z[ host-image] Oct 18 21:16:09.990 INFO O| "etc/bash"
85462024-10-18T21:16:11.580Z[ host-image] Oct 18 21:16:09.996 INFO O| "etc/svc/profile/generic.xml"
85472024-10-18T21:16:11.580Z[ host-image] Oct 18 21:16:09.996 INFO O| "etc/svc/profile/inetd_services.xml"
85482024-10-18T21:16:11.580Z[ host-image] Oct 18 21:16:09.996 INFO O| "etc/svc/profile/name_service.xml"
85492024-10-18T21:16:11.580Z[ host-image] Oct 18 21:16:09.996 INFO O| "etc/svc/profile/platform.xml"
85502024-10-18T21:16:11.580Z[ host-image] Oct 18 21:16:09.996 INFO O| "etc/svc/profile/platform_omicron1.xml"
85512024-10-18T21:16:11.580Z[ host-image] Oct 18 21:16:09.996 INFO O| "etc/svc/repository.db"
85522024-10-18T21:16:11.594Z[ host-image] Oct 18 21:16:10.010 INFO O| "opt/ooce/share"
85532024-10-18T21:16:11.594Z[ host-image] Oct 18 21:16:10.011 INFO O| "opt/ooce/share/man"
85542024-10-18T21:16:11.597Z[ host-image] Oct 18 21:16:10.011 INFO O| "opt/ooce/share/man/man1"
85552024-10-18T21:16:11.608Z[ host-image] Oct 18 21:16:10.024 INFO O| finishing archive...
85562024-10-18T21:16:13.710Z[ recovery-image] Oct 18 21:16:12.126 INFO E| Compiling scroll_derive v0.12.0
85572024-10-18T21:16:14.600Z[ host-image] Oct 18 21:16:13.016 INFO O| creating gzonly manifest...
85582024-10-18T21:16:14.624Z[ host-image] Oct 18 21:16:13.039 INFO O| ok
85592024-10-18T21:16:14.727Z[ host-image] Oct 18 21:16:13.143 INFO image builder template: ramdisk-02-trim...
85602024-10-18T21:16:14.727Z[ host-image] Oct 18 21:16:13.143 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/.tmp9zAH94/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.33.293", "-n", "ramdisk-02-trim"], pwd: None
85612024-10-18T21:16:14.753Z[ host-image] Oct 18 21:16:13.169 INFO O| Oct 18 21:16:13.169 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85622024-10-18T21:16:14.757Z[ host-image] Oct 18 21:16:13.173 INFO O| Oct 18 21:16:13.173 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85632024-10-18T21:16:14.853Z[ host-image] Oct 18 21:16:13.268 INFO O| Oct 18 21:16:13.268 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
85642024-10-18T21:16:14.911Z[ host-image] Oct 18 21:16:13.325 INFO O| Oct 18 21:16:13.325 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85652024-10-18T21:16:14.911Z[ host-image] Oct 18 21:16:13.325 INFO O| Oct 18 21:16:13.325 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
85662024-10-18T21:16:14.915Z[ host-image] Oct 18 21:16:13.331 INFO O| Oct 18 21:16:13.331 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85672024-10-18T21:16:14.920Z[ host-image] Oct 18 21:16:13.336 INFO O| Oct 18 21:16:13.336 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85682024-10-18T21:16:14.928Z[ host-image] Oct 18 21:16:13.343 INFO O| Oct 18 21:16:13.343 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85692024-10-18T21:16:15.225Z[ host-image] Oct 18 21:16:13.640 INFO O| Oct 18 21:16:13.640 INFO rolled back to input snapshot; work may begin
85702024-10-18T21:16:15.225Z[ host-image] Oct 18 21:16:13.640 INFO O| Oct 18 21:16:13.640 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
85712024-10-18T21:16:15.235Z[ host-image] Oct 18 21:16:13.649 INFO O| Oct 18 21:16:13.649 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85722024-10-18T21:16:15.258Z[ host-image] Oct 18 21:16:13.674 INFO O| Oct 18 21:16:13.674 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
85732024-10-18T21:16:15.371Z[ host-image] Oct 18 21:16:13.787 INFO O| Oct 18 21:16:13.787 INFO STEP 0 (remove_files) COMPLETE
85742024-10-18T21:16:15.371Z[ host-image] Oct 18 21:16:13.787 INFO O| Oct 18 21:16:13.787 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85752024-10-18T21:16:15.390Z[ host-image] Oct 18 21:16:13.806 INFO O| Oct 18 21:16:13.805 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
85762024-10-18T21:16:15.394Z[ host-image] Oct 18 21:16:13.809 INFO O| Oct 18 21:16:13.809 INFO STEP 1 (remove_files) COMPLETE
85772024-10-18T21:16:15.394Z[ host-image] Oct 18 21:16:13.809 INFO O| Oct 18 21:16:13.809 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85782024-10-18T21:16:15.412Z[ host-image] Oct 18 21:16:13.828 INFO O| Oct 18 21:16:13.828 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
85792024-10-18T21:16:15.437Z[ host-image] Oct 18 21:16:13.853 INFO O| Oct 18 21:16:13.853 INFO STEP 2 (remove_files) COMPLETE
85802024-10-18T21:16:15.437Z[ host-image] Oct 18 21:16:13.853 INFO O| Oct 18 21:16:13.853 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85812024-10-18T21:16:15.457Z[ host-image] Oct 18 21:16:13.872 INFO O| Oct 18 21:16:13.872 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
85822024-10-18T21:16:15.460Z[ host-image] Oct 18 21:16:13.875 INFO O| Oct 18 21:16:13.875 INFO STEP 3 (remove_files) COMPLETE
85832024-10-18T21:16:15.460Z[ host-image] Oct 18 21:16:13.875 INFO O| Oct 18 21:16:13.875 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85842024-10-18T21:16:15.477Z[ host-image] Oct 18 21:16:13.893 INFO O| Oct 18 21:16:13.893 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
85852024-10-18T21:16:15.483Z[ host-image] Oct 18 21:16:13.899 INFO O| Oct 18 21:16:13.899 INFO STEP 4 (remove_files) COMPLETE
85862024-10-18T21:16:15.486Z[ host-image] Oct 18 21:16:13.899 INFO O| Oct 18 21:16:13.899 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85872024-10-18T21:16:15.500Z[ host-image] Oct 18 21:16:13.917 INFO O| Oct 18 21:16:13.917 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
85882024-10-18T21:16:15.506Z[ host-image] Oct 18 21:16:13.921 INFO O| Oct 18 21:16:13.921 INFO STEP 5 (remove_files) COMPLETE
85892024-10-18T21:16:15.510Z[ host-image] Oct 18 21:16:13.921 INFO O| Oct 18 21:16:13.921 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85902024-10-18T21:16:15.521Z[ host-image] Oct 18 21:16:13.938 INFO O| Oct 18 21:16:13.937 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
85912024-10-18T21:16:15.533Z[ host-image] Oct 18 21:16:13.949 INFO O| Oct 18 21:16:13.949 INFO STEP 6 (remove_files) COMPLETE
85922024-10-18T21:16:15.533Z[ host-image] Oct 18 21:16:13.949 INFO O| Oct 18 21:16:13.949 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85932024-10-18T21:16:15.547Z[ host-image] Oct 18 21:16:13.963 INFO O| Oct 18 21:16:13.963 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
85942024-10-18T21:16:15.561Z[ host-image] Oct 18 21:16:13.977 INFO O| Oct 18 21:16:13.977 INFO STEP 7 (remove_files) COMPLETE
85952024-10-18T21:16:15.561Z[ host-image] Oct 18 21:16:13.977 INFO O| Oct 18 21:16:13.977 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85962024-10-18T21:16:15.578Z[ host-image] Oct 18 21:16:13.992 INFO O| Oct 18 21:16:13.992 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
85972024-10-18T21:16:15.663Z[ host-image] Oct 18 21:16:14.078 INFO O| Oct 18 21:16:14.078 INFO STEP 8 (remove_files) COMPLETE
85982024-10-18T21:16:15.663Z[ host-image] Oct 18 21:16:14.079 INFO O| Oct 18 21:16:14.078 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85992024-10-18T21:16:15.680Z[ host-image] Oct 18 21:16:14.096 INFO O| Oct 18 21:16:14.096 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
86002024-10-18T21:16:15.794Z[ host-image] Oct 18 21:16:14.209 INFO O| Oct 18 21:16:14.209 INFO STEP 9 (remove_files) COMPLETE
86012024-10-18T21:16:15.794Z[ host-image] Oct 18 21:16:14.210 INFO O| Oct 18 21:16:14.209 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86022024-10-18T21:16:15.809Z[ host-image] Oct 18 21:16:14.225 INFO O| Oct 18 21:16:14.225 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
86032024-10-18T21:16:15.813Z[ host-image] Oct 18 21:16:14.229 INFO O| Oct 18 21:16:14.229 INFO STEP 10 (remove_files) COMPLETE
86042024-10-18T21:16:15.813Z[ host-image] Oct 18 21:16:14.229 INFO O| Oct 18 21:16:14.229 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86052024-10-18T21:16:15.825Z[ host-image] Oct 18 21:16:14.241 INFO O| Oct 18 21:16:14.241 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
86062024-10-18T21:16:15.827Z[ host-image] Oct 18 21:16:14.242 INFO O| Oct 18 21:16:14.242 INFO STEP 11 (remove_files) COMPLETE
86072024-10-18T21:16:15.827Z[ host-image] Oct 18 21:16:14.242 INFO O| Oct 18 21:16:14.242 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86082024-10-18T21:16:15.839Z[ host-image] Oct 18 21:16:14.255 INFO O| Oct 18 21:16:14.255 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
86092024-10-18T21:16:15.842Z[ host-image] Oct 18 21:16:14.257 INFO O| Oct 18 21:16:14.257 INFO STEP 12 (remove_files) COMPLETE
86102024-10-18T21:16:15.842Z[ host-image] Oct 18 21:16:14.257 INFO O| Oct 18 21:16:14.257 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86112024-10-18T21:16:15.864Z[ host-image] Oct 18 21:16:14.280 INFO O| Oct 18 21:16:14.280 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
86122024-10-18T21:16:15.867Z[ host-image] Oct 18 21:16:14.280 INFO O| Oct 18 21:16:14.280 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
86132024-10-18T21:16:15.867Z[ host-image] Oct 18 21:16:14.280 INFO O| Oct 18 21:16:14.280 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
86142024-10-18T21:16:15.867Z[ host-image] Oct 18 21:16:14.280 INFO O| Oct 18 21:16:14.280 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
86152024-10-18T21:16:15.867Z[ host-image] Oct 18 21:16:14.281 INFO O| Oct 18 21:16:14.281 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
86162024-10-18T21:16:15.867Z[ host-image] Oct 18 21:16:14.281 INFO O| Oct 18 21:16:14.281 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
86172024-10-18T21:16:15.867Z[ host-image] Oct 18 21:16:14.281 INFO O| Oct 18 21:16:14.281 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
86182024-10-18T21:16:15.867Z[ host-image] Oct 18 21:16:14.281 INFO O| Oct 18 21:16:14.281 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
86192024-10-18T21:16:15.867Z[ host-image] Oct 18 21:16:14.281 INFO O| Oct 18 21:16:14.281 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
86202024-10-18T21:16:15.867Z[ host-image] Oct 18 21:16:14.281 INFO O| Oct 18 21:16:14.281 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
86212024-10-18T21:16:15.867Z[ host-image] Oct 18 21:16:14.282 INFO O| Oct 18 21:16:14.282 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
86222024-10-18T21:16:15.867Z[ host-image] Oct 18 21:16:14.282 INFO O| Oct 18 21:16:14.282 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
86232024-10-18T21:16:15.868Z[ host-image] Oct 18 21:16:14.282 INFO O| Oct 18 21:16:14.282 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
86242024-10-18T21:16:15.868Z[ host-image] Oct 18 21:16:14.282 INFO O| Oct 18 21:16:14.282 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
86252024-10-18T21:16:15.868Z[ host-image] Oct 18 21:16:14.282 INFO O| Oct 18 21:16:14.282 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
86262024-10-18T21:16:15.868Z[ host-image] Oct 18 21:16:14.282 INFO O| Oct 18 21:16:14.282 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
86272024-10-18T21:16:15.868Z[ host-image] Oct 18 21:16:14.283 INFO O| Oct 18 21:16:14.283 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
86282024-10-18T21:16:15.949Z[ recovery-image] Oct 18 21:16:14.364 INFO E| Compiling bitstruct_derive v0.1.0
86292024-10-18T21:16:16.114Z[ host-image] Oct 18 21:16:14.529 INFO O| Oct 18 21:16:14.529 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
86302024-10-18T21:16:16.117Z[ host-image] Oct 18 21:16:14.530 INFO O| Oct 18 21:16:14.530 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
86312024-10-18T21:16:16.119Z[ host-image] Oct 18 21:16:14.536 INFO O| Oct 18 21:16:14.536 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
86322024-10-18T21:16:16.126Z[ host-image] Oct 18 21:16:14.542 INFO O| Oct 18 21:16:14.542 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
86332024-10-18T21:16:16.247Z[ host-image] Oct 18 21:16:14.663 INFO O| Oct 18 21:16:14.663 INFO STEP 13 (remove_files) COMPLETE
86342024-10-18T21:16:16.247Z[ host-image] Oct 18 21:16:14.663 INFO O| Oct 18 21:16:14.663 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86352024-10-18T21:16:16.259Z[ host-image] Oct 18 21:16:14.674 INFO O| Oct 18 21:16:14.674 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
86362024-10-18T21:16:16.262Z[ host-image] Oct 18 21:16:14.676 INFO O| Oct 18 21:16:14.676 INFO STEP 14 (remove_files) COMPLETE
86372024-10-18T21:16:16.262Z[ host-image] Oct 18 21:16:14.676 INFO O| Oct 18 21:16:14.676 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86382024-10-18T21:16:16.270Z[ host-image] Oct 18 21:16:14.685 INFO O| Oct 18 21:16:14.685 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
86392024-10-18T21:16:16.275Z[ host-image] Oct 18 21:16:14.692 INFO O| Oct 18 21:16:14.691 INFO STEP 15 (remove_files) COMPLETE
86402024-10-18T21:16:16.276Z[ host-image] Oct 18 21:16:14.692 INFO O| Oct 18 21:16:14.692 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86412024-10-18T21:16:16.287Z[ host-image] Oct 18 21:16:14.702 INFO O| Oct 18 21:16:14.702 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
86422024-10-18T21:16:16.289Z[ host-image] Oct 18 21:16:14.702 INFO O| Oct 18 21:16:14.702 INFO STEP 16 (remove_files) COMPLETE
86432024-10-18T21:16:16.289Z[ host-image] Oct 18 21:16:14.702 INFO O| Oct 18 21:16:14.702 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86442024-10-18T21:16:16.296Z[ host-image] Oct 18 21:16:14.712 INFO O| Oct 18 21:16:14.712 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
86452024-10-18T21:16:16.299Z[ host-image] Oct 18 21:16:14.714 INFO O| Oct 18 21:16:14.714 INFO STEP 17 (remove_files) COMPLETE
86462024-10-18T21:16:16.299Z[ host-image] Oct 18 21:16:14.714 INFO O| Oct 18 21:16:14.714 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86472024-10-18T21:16:16.308Z[ host-image] Oct 18 21:16:14.724 INFO O| Oct 18 21:16:14.724 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
86482024-10-18T21:16:16.310Z[ host-image] Oct 18 21:16:14.724 INFO O| Oct 18 21:16:14.724 INFO STEP 18 (remove_files) COMPLETE
86492024-10-18T21:16:16.310Z[ host-image] Oct 18 21:16:14.724 INFO O| Oct 18 21:16:14.724 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86502024-10-18T21:16:16.318Z[ host-image] Oct 18 21:16:14.734 INFO O| Oct 18 21:16:14.734 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
86512024-10-18T21:16:16.318Z[ host-image] Oct 18 21:16:14.734 INFO O| Oct 18 21:16:14.734 INFO STEP 19 (remove_files) COMPLETE
86522024-10-18T21:16:16.318Z[ host-image] Oct 18 21:16:14.734 INFO O| Oct 18 21:16:14.734 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86532024-10-18T21:16:16.327Z[ host-image] Oct 18 21:16:14.743 INFO O| Oct 18 21:16:14.743 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
86542024-10-18T21:16:16.327Z[ host-image] Oct 18 21:16:14.743 INFO O| Oct 18 21:16:14.743 INFO STEP 20 (remove_files) COMPLETE
86552024-10-18T21:16:16.329Z[ host-image] Oct 18 21:16:14.743 INFO O| Oct 18 21:16:14.743 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86562024-10-18T21:16:16.338Z[ host-image] Oct 18 21:16:14.752 INFO O| Oct 18 21:16:14.752 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
86572024-10-18T21:16:16.338Z[ host-image] Oct 18 21:16:14.753 INFO O| Oct 18 21:16:14.753 INFO STEP 21 (remove_files) COMPLETE
86582024-10-18T21:16:16.340Z[ host-image] Oct 18 21:16:14.753 INFO O| Oct 18 21:16:14.753 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86592024-10-18T21:16:16.349Z[ host-image] Oct 18 21:16:14.765 INFO O| Oct 18 21:16:14.765 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
86602024-10-18T21:16:16.351Z[ host-image] Oct 18 21:16:14.765 INFO O| Oct 18 21:16:14.765 INFO STEP 22 (remove_files) COMPLETE
86612024-10-18T21:16:16.351Z[ host-image] Oct 18 21:16:14.765 INFO O| Oct 18 21:16:14.765 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86622024-10-18T21:16:16.359Z[ host-image] Oct 18 21:16:14.775 INFO O| Oct 18 21:16:14.775 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
86632024-10-18T21:16:16.359Z[ host-image] Oct 18 21:16:14.775 INFO O| Oct 18 21:16:14.775 INFO STEP 23 (remove_files) COMPLETE
86642024-10-18T21:16:16.359Z[ host-image] Oct 18 21:16:14.775 INFO O| Oct 18 21:16:14.775 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86652024-10-18T21:16:16.369Z[ host-image] Oct 18 21:16:14.785 INFO O| Oct 18 21:16:14.785 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
86662024-10-18T21:16:16.372Z[ host-image] Oct 18 21:16:14.785 INFO O| Oct 18 21:16:14.785 INFO STEP 24 (remove_files) COMPLETE
86672024-10-18T21:16:16.372Z[ host-image] Oct 18 21:16:14.785 INFO O| Oct 18 21:16:14.785 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86682024-10-18T21:16:16.380Z[ host-image] Oct 18 21:16:14.796 INFO O| Oct 18 21:16:14.796 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
86692024-10-18T21:16:16.380Z[ host-image] Oct 18 21:16:14.796 INFO O| Oct 18 21:16:14.796 INFO STEP 25 (remove_files) COMPLETE
86702024-10-18T21:16:16.380Z[ host-image] Oct 18 21:16:14.796 INFO O| Oct 18 21:16:14.796 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86712024-10-18T21:16:16.390Z[ host-image] Oct 18 21:16:14.806 INFO O| Oct 18 21:16:14.806 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
86722024-10-18T21:16:16.390Z[ host-image] Oct 18 21:16:14.806 INFO O| Oct 18 21:16:14.806 INFO STEP 26 (remove_files) COMPLETE
86732024-10-18T21:16:16.393Z[ host-image] Oct 18 21:16:14.806 INFO O| Oct 18 21:16:14.806 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86742024-10-18T21:16:16.400Z[ host-image] Oct 18 21:16:14.816 INFO O| Oct 18 21:16:14.816 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
86752024-10-18T21:16:16.400Z[ host-image] Oct 18 21:16:14.816 INFO O| Oct 18 21:16:14.816 INFO STEP 27 (remove_files) COMPLETE
86762024-10-18T21:16:16.402Z[ host-image] Oct 18 21:16:14.816 INFO O| Oct 18 21:16:14.816 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86772024-10-18T21:16:16.410Z[ host-image] Oct 18 21:16:14.826 INFO O| Oct 18 21:16:14.826 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
86782024-10-18T21:16:16.410Z[ host-image] Oct 18 21:16:14.826 INFO O| Oct 18 21:16:14.826 INFO STEP 28 (remove_files) COMPLETE
86792024-10-18T21:16:16.410Z[ host-image] Oct 18 21:16:14.826 INFO O| Oct 18 21:16:14.826 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86802024-10-18T21:16:16.419Z[ host-image] Oct 18 21:16:14.835 INFO O| Oct 18 21:16:14.835 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
86812024-10-18T21:16:16.419Z[ host-image] Oct 18 21:16:14.836 INFO O| Oct 18 21:16:14.835 INFO STEP 29 (remove_files) COMPLETE
86822024-10-18T21:16:16.422Z[ host-image] Oct 18 21:16:14.836 INFO O| Oct 18 21:16:14.836 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86832024-10-18T21:16:16.429Z[ host-image] Oct 18 21:16:14.845 INFO O| Oct 18 21:16:14.845 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
86842024-10-18T21:16:16.429Z[ host-image] Oct 18 21:16:14.845 INFO O| Oct 18 21:16:14.845 INFO STEP 30 (remove_files) COMPLETE
86852024-10-18T21:16:16.431Z[ host-image] Oct 18 21:16:14.845 INFO O| Oct 18 21:16:14.845 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86862024-10-18T21:16:16.439Z[ host-image] Oct 18 21:16:14.855 INFO O| Oct 18 21:16:14.855 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
86872024-10-18T21:16:16.443Z[ host-image] Oct 18 21:16:14.855 INFO O| Oct 18 21:16:14.855 INFO STEP 31 (remove_files) COMPLETE
86882024-10-18T21:16:16.443Z[ host-image] Oct 18 21:16:14.855 INFO O| Oct 18 21:16:14.855 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86892024-10-18T21:16:16.449Z[ host-image] Oct 18 21:16:14.865 INFO O| Oct 18 21:16:14.865 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
86902024-10-18T21:16:16.449Z[ host-image] Oct 18 21:16:14.865 INFO O| Oct 18 21:16:14.865 INFO STEP 32 (remove_files) COMPLETE
86912024-10-18T21:16:16.449Z[ host-image] Oct 18 21:16:14.865 INFO O| Oct 18 21:16:14.865 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86922024-10-18T21:16:16.459Z[ host-image] Oct 18 21:16:14.875 INFO O| Oct 18 21:16:14.875 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
86932024-10-18T21:16:16.459Z[ host-image] Oct 18 21:16:14.875 INFO O| Oct 18 21:16:14.875 INFO STEP 33 (remove_files) COMPLETE
86942024-10-18T21:16:16.459Z[ host-image] Oct 18 21:16:14.875 INFO O| Oct 18 21:16:14.875 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86952024-10-18T21:16:16.469Z[ host-image] Oct 18 21:16:14.884 INFO O| Oct 18 21:16:14.884 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
86962024-10-18T21:16:16.469Z[ host-image] Oct 18 21:16:14.884 INFO O| Oct 18 21:16:14.884 INFO STEP 34 (remove_files) COMPLETE
86972024-10-18T21:16:16.469Z[ host-image] Oct 18 21:16:14.884 INFO O| Oct 18 21:16:14.884 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86982024-10-18T21:16:16.478Z[ host-image] Oct 18 21:16:14.894 INFO O| Oct 18 21:16:14.894 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
86992024-10-18T21:16:16.478Z[ host-image] Oct 18 21:16:14.894 INFO O| Oct 18 21:16:14.894 INFO STEP 35 (remove_files) COMPLETE
87002024-10-18T21:16:16.481Z[ host-image] Oct 18 21:16:14.894 INFO O| Oct 18 21:16:14.894 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87012024-10-18T21:16:16.487Z[ host-image] Oct 18 21:16:14.904 INFO O| Oct 18 21:16:14.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
87022024-10-18T21:16:16.487Z[ host-image] Oct 18 21:16:14.904 INFO O| Oct 18 21:16:14.904 INFO STEP 36 (remove_files) COMPLETE
87032024-10-18T21:16:16.488Z[ host-image] Oct 18 21:16:14.904 INFO O| Oct 18 21:16:14.904 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87042024-10-18T21:16:16.500Z[ host-image] Oct 18 21:16:14.913 INFO O| Oct 18 21:16:14.913 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
87052024-10-18T21:16:16.500Z[ host-image] Oct 18 21:16:14.913 INFO O| Oct 18 21:16:14.913 INFO STEP 37 (remove_files) COMPLETE
87062024-10-18T21:16:16.500Z[ host-image] Oct 18 21:16:14.913 INFO O| Oct 18 21:16:14.913 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87072024-10-18T21:16:16.507Z[ host-image] Oct 18 21:16:14.923 INFO O| Oct 18 21:16:14.923 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
87082024-10-18T21:16:16.507Z[ host-image] Oct 18 21:16:14.923 INFO O| Oct 18 21:16:14.923 INFO STEP 38 (remove_files) COMPLETE
87092024-10-18T21:16:16.507Z[ host-image] Oct 18 21:16:14.923 INFO O| Oct 18 21:16:14.923 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87102024-10-18T21:16:16.517Z[ host-image] Oct 18 21:16:14.933 INFO O| Oct 18 21:16:14.933 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
87112024-10-18T21:16:16.517Z[ host-image] Oct 18 21:16:14.933 INFO O| Oct 18 21:16:14.933 INFO STEP 39 (remove_files) COMPLETE
87122024-10-18T21:16:16.519Z[ host-image] Oct 18 21:16:14.933 INFO O| Oct 18 21:16:14.933 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87132024-10-18T21:16:16.527Z[ host-image] Oct 18 21:16:14.943 INFO O| Oct 18 21:16:14.943 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
87142024-10-18T21:16:16.527Z[ host-image] Oct 18 21:16:14.943 INFO O| Oct 18 21:16:14.943 INFO STEP 40 (remove_files) COMPLETE
87152024-10-18T21:16:16.530Z[ host-image] Oct 18 21:16:14.943 INFO O| Oct 18 21:16:14.943 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87162024-10-18T21:16:16.541Z[ host-image] Oct 18 21:16:14.957 INFO O| Oct 18 21:16:14.957 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
87172024-10-18T21:16:16.541Z[ host-image] Oct 18 21:16:14.957 INFO O| Oct 18 21:16:14.957 INFO STEP 41 (remove_files) COMPLETE
87182024-10-18T21:16:16.544Z[ host-image] Oct 18 21:16:14.957 INFO O| Oct 18 21:16:14.957 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87192024-10-18T21:16:16.553Z[ host-image] Oct 18 21:16:14.969 INFO O| Oct 18 21:16:14.969 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
87202024-10-18T21:16:16.553Z[ host-image] Oct 18 21:16:14.970 INFO O| Oct 18 21:16:14.970 INFO STEP 42 (remove_files) COMPLETE
87212024-10-18T21:16:16.553Z[ host-image] Oct 18 21:16:14.970 INFO O| Oct 18 21:16:14.970 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87222024-10-18T21:16:16.564Z[ host-image] Oct 18 21:16:14.980 INFO O| Oct 18 21:16:14.980 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
87232024-10-18T21:16:16.565Z[ host-image] Oct 18 21:16:14.981 INFO O| Oct 18 21:16:14.980 INFO STEP 43 (remove_files) COMPLETE
87242024-10-18T21:16:16.567Z[ host-image] Oct 18 21:16:14.981 INFO O| Oct 18 21:16:14.981 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87252024-10-18T21:16:16.574Z[ host-image] Oct 18 21:16:14.990 INFO O| Oct 18 21:16:14.990 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
87262024-10-18T21:16:16.576Z[ host-image] Oct 18 21:16:14.990 INFO O| Oct 18 21:16:14.990 INFO STEP 44 (remove_files) COMPLETE
87272024-10-18T21:16:16.576Z[ host-image] Oct 18 21:16:14.990 INFO O| Oct 18 21:16:14.990 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87282024-10-18T21:16:16.584Z[ host-image] Oct 18 21:16:15.000 INFO O| Oct 18 21:16:15.000 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
87292024-10-18T21:16:16.584Z[ host-image] Oct 18 21:16:15.000 INFO O| Oct 18 21:16:15.000 INFO STEP 45 (remove_files) COMPLETE
87302024-10-18T21:16:16.586Z[ host-image] Oct 18 21:16:15.000 INFO O| Oct 18 21:16:15.000 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87312024-10-18T21:16:16.595Z[ host-image] Oct 18 21:16:15.011 INFO O| Oct 18 21:16:15.011 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
87322024-10-18T21:16:16.595Z[ host-image] Oct 18 21:16:15.011 INFO O| Oct 18 21:16:15.011 INFO STEP 46 (remove_files) COMPLETE
87332024-10-18T21:16:16.597Z[ host-image] Oct 18 21:16:15.011 INFO O| Oct 18 21:16:15.011 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87342024-10-18T21:16:16.605Z[ host-image] Oct 18 21:16:15.021 INFO O| Oct 18 21:16:15.021 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
87352024-10-18T21:16:16.605Z[ host-image] Oct 18 21:16:15.021 INFO O| Oct 18 21:16:15.021 INFO STEP 47 (remove_files) COMPLETE
87362024-10-18T21:16:16.607Z[ host-image] Oct 18 21:16:15.021 INFO O| Oct 18 21:16:15.021 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87372024-10-18T21:16:16.615Z[ host-image] Oct 18 21:16:15.031 INFO O| Oct 18 21:16:15.031 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
87382024-10-18T21:16:16.615Z[ host-image] Oct 18 21:16:15.031 INFO O| Oct 18 21:16:15.031 INFO STEP 48 (remove_files) COMPLETE
87392024-10-18T21:16:16.619Z[ host-image] Oct 18 21:16:15.031 INFO O| Oct 18 21:16:15.031 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87402024-10-18T21:16:16.626Z[ host-image] Oct 18 21:16:15.041 INFO O| Oct 18 21:16:15.041 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
87412024-10-18T21:16:16.629Z[ host-image] Oct 18 21:16:15.041 INFO O| Oct 18 21:16:15.041 INFO STEP 49 (remove_files) COMPLETE
87422024-10-18T21:16:16.629Z[ host-image] Oct 18 21:16:15.041 INFO O| Oct 18 21:16:15.041 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87432024-10-18T21:16:16.639Z[ host-image] Oct 18 21:16:15.054 INFO O| Oct 18 21:16:15.054 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
87442024-10-18T21:16:16.639Z[ host-image] Oct 18 21:16:15.054 INFO O| Oct 18 21:16:15.054 INFO STEP 50 (remove_files) COMPLETE
87452024-10-18T21:16:16.643Z[ host-image] Oct 18 21:16:15.055 INFO O| Oct 18 21:16:15.054 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87462024-10-18T21:16:16.651Z[ host-image] Oct 18 21:16:15.067 INFO O| Oct 18 21:16:15.067 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
87472024-10-18T21:16:16.653Z[ host-image] Oct 18 21:16:15.067 INFO O| Oct 18 21:16:15.067 INFO STEP 51 (remove_files) COMPLETE
87482024-10-18T21:16:16.653Z[ host-image] Oct 18 21:16:15.067 INFO O| Oct 18 21:16:15.067 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87492024-10-18T21:16:16.661Z[ host-image] Oct 18 21:16:15.077 INFO O| Oct 18 21:16:15.076 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
87502024-10-18T21:16:16.664Z[ host-image] Oct 18 21:16:15.077 INFO O| Oct 18 21:16:15.077 INFO STEP 52 (remove_files) COMPLETE
87512024-10-18T21:16:16.664Z[ host-image] Oct 18 21:16:15.077 INFO O| Oct 18 21:16:15.077 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87522024-10-18T21:16:16.672Z[ host-image] Oct 18 21:16:15.088 INFO O| Oct 18 21:16:15.088 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
87532024-10-18T21:16:16.674Z[ host-image] Oct 18 21:16:15.088 INFO O| Oct 18 21:16:15.088 INFO STEP 53 (remove_files) COMPLETE
87542024-10-18T21:16:16.674Z[ host-image] Oct 18 21:16:15.088 INFO O| Oct 18 21:16:15.088 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87552024-10-18T21:16:16.683Z[ host-image] Oct 18 21:16:15.098 INFO O| Oct 18 21:16:15.098 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
87562024-10-18T21:16:16.683Z[ host-image] Oct 18 21:16:15.098 INFO O| Oct 18 21:16:15.098 INFO STEP 54 (remove_files) COMPLETE
87572024-10-18T21:16:16.687Z[ host-image] Oct 18 21:16:15.098 INFO O| Oct 18 21:16:15.098 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87582024-10-18T21:16:16.692Z[ host-image] Oct 18 21:16:15.108 INFO O| Oct 18 21:16:15.108 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
87592024-10-18T21:16:16.692Z[ host-image] Oct 18 21:16:15.108 INFO O| Oct 18 21:16:15.108 INFO STEP 55 (remove_files) COMPLETE
87602024-10-18T21:16:16.692Z[ host-image] Oct 18 21:16:15.108 INFO O| Oct 18 21:16:15.108 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87612024-10-18T21:16:16.702Z[ host-image] Oct 18 21:16:15.118 INFO O| Oct 18 21:16:15.118 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
87622024-10-18T21:16:16.704Z[ host-image] Oct 18 21:16:15.118 INFO O| Oct 18 21:16:15.118 INFO STEP 56 (remove_files) COMPLETE
87632024-10-18T21:16:16.704Z[ host-image] Oct 18 21:16:15.118 INFO O| Oct 18 21:16:15.118 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87642024-10-18T21:16:16.713Z[ host-image] Oct 18 21:16:15.129 INFO O| Oct 18 21:16:15.129 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
87652024-10-18T21:16:16.713Z[ host-image] Oct 18 21:16:15.129 INFO O| Oct 18 21:16:15.129 INFO STEP 57 (remove_files) COMPLETE
87662024-10-18T21:16:16.713Z[ host-image] Oct 18 21:16:15.129 INFO O| Oct 18 21:16:15.129 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87672024-10-18T21:16:16.723Z[ host-image] Oct 18 21:16:15.139 INFO O| Oct 18 21:16:15.139 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
87682024-10-18T21:16:16.723Z[ host-image] Oct 18 21:16:15.139 INFO O| Oct 18 21:16:15.139 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
87692024-10-18T21:16:16.725Z[ host-image] Oct 18 21:16:15.139 INFO O| Oct 18 21:16:15.139 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87702024-10-18T21:16:16.725Z[ host-image] Oct 18 21:16:15.139 INFO O| Oct 18 21:16:15.139 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87712024-10-18T21:16:16.725Z[ host-image] Oct 18 21:16:15.139 INFO O| Oct 18 21:16:15.139 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87722024-10-18T21:16:16.725Z[ host-image] Oct 18 21:16:15.139 INFO O| Oct 18 21:16:15.139 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87732024-10-18T21:16:16.726Z[ host-image] Oct 18 21:16:15.139 INFO O| Oct 18 21:16:15.139 INFO ok!
87742024-10-18T21:16:16.726Z[ host-image] Oct 18 21:16:15.139 INFO O| Oct 18 21:16:15.139 INFO STEP 58 (ensure_file) COMPLETE
87752024-10-18T21:16:16.726Z[ host-image] Oct 18 21:16:15.140 INFO O| Oct 18 21:16:15.139 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87762024-10-18T21:16:16.733Z[ host-image] Oct 18 21:16:15.149 INFO O| Oct 18 21:16:15.149 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
87772024-10-18T21:16:16.733Z[ host-image] Oct 18 21:16:15.149 INFO O| Oct 18 21:16:15.149 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
87782024-10-18T21:16:16.736Z[ host-image] Oct 18 21:16:15.149 INFO O| Oct 18 21:16:15.149 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87792024-10-18T21:16:16.736Z[ host-image] Oct 18 21:16:15.149 INFO O| Oct 18 21:16:15.149 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87802024-10-18T21:16:16.736Z[ host-image] Oct 18 21:16:15.149 INFO O| Oct 18 21:16:15.149 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87812024-10-18T21:16:16.736Z[ host-image] Oct 18 21:16:15.149 INFO O| Oct 18 21:16:15.149 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87822024-10-18T21:16:16.736Z[ host-image] Oct 18 21:16:15.149 INFO O| Oct 18 21:16:15.149 INFO ok!
87832024-10-18T21:16:16.736Z[ host-image] Oct 18 21:16:15.149 INFO O| Oct 18 21:16:15.149 INFO STEP 59 (ensure_file) COMPLETE
87842024-10-18T21:16:16.736Z[ host-image] Oct 18 21:16:15.149 INFO O| Oct 18 21:16:15.149 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87852024-10-18T21:16:16.745Z[ host-image] Oct 18 21:16:15.159 INFO O| Oct 18 21:16:15.159 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
87862024-10-18T21:16:16.745Z[ host-image] Oct 18 21:16:15.159 INFO O| Oct 18 21:16:15.159 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
87872024-10-18T21:16:16.748Z[ host-image] Oct 18 21:16:15.159 INFO O| Oct 18 21:16:15.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
87882024-10-18T21:16:16.748Z[ host-image] Oct 18 21:16:15.159 INFO O| Oct 18 21:16:15.159 INFO ok!
87892024-10-18T21:16:16.748Z[ host-image] Oct 18 21:16:15.159 INFO O| Oct 18 21:16:15.159 INFO STEP 60 (ensure_file) COMPLETE
87902024-10-18T21:16:16.748Z[ host-image] Oct 18 21:16:15.159 INFO O| Oct 18 21:16:15.159 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87912024-10-18T21:16:16.753Z[ host-image] Oct 18 21:16:15.169 INFO O| Oct 18 21:16:15.169 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
87922024-10-18T21:16:16.753Z[ host-image] Oct 18 21:16:15.169 INFO O| Oct 18 21:16:15.169 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
87932024-10-18T21:16:16.756Z[ host-image] Oct 18 21:16:15.169 INFO O| Oct 18 21:16:15.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
87942024-10-18T21:16:16.756Z[ host-image] Oct 18 21:16:15.169 INFO O| Oct 18 21:16:15.169 INFO ok!
87952024-10-18T21:16:16.756Z[ host-image] Oct 18 21:16:15.169 INFO O| Oct 18 21:16:15.169 INFO STEP 61 (ensure_file) COMPLETE
87962024-10-18T21:16:16.756Z[ host-image] Oct 18 21:16:15.169 INFO O| Oct 18 21:16:15.169 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87972024-10-18T21:16:16.766Z[ host-image] Oct 18 21:16:15.179 INFO O| Oct 18 21:16:15.179 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
87982024-10-18T21:16:16.766Z[ host-image] Oct 18 21:16:15.179 INFO O| Oct 18 21:16:15.179 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
87992024-10-18T21:16:16.768Z[ host-image] Oct 18 21:16:15.179 INFO O| Oct 18 21:16:15.179 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88002024-10-18T21:16:16.768Z[ host-image] Oct 18 21:16:15.179 INFO O| Oct 18 21:16:15.179 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88012024-10-18T21:16:16.769Z[ host-image] Oct 18 21:16:15.179 INFO O| Oct 18 21:16:15.179 INFO ok!
88022024-10-18T21:16:16.769Z[ host-image] Oct 18 21:16:15.179 INFO O| Oct 18 21:16:15.179 INFO STEP 62 (ensure_file) COMPLETE
88032024-10-18T21:16:16.769Z[ host-image] Oct 18 21:16:15.179 INFO O| Oct 18 21:16:15.179 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88042024-10-18T21:16:16.773Z[ host-image] Oct 18 21:16:15.188 INFO O| Oct 18 21:16:15.188 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
88052024-10-18T21:16:16.773Z[ host-image] Oct 18 21:16:15.189 INFO O| Oct 18 21:16:15.188 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
88062024-10-18T21:16:16.773Z[ host-image] Oct 18 21:16:15.189 INFO O| Oct 18 21:16:15.189 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88072024-10-18T21:16:16.773Z[ host-image] Oct 18 21:16:15.189 INFO O| Oct 18 21:16:15.189 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88082024-10-18T21:16:16.773Z[ host-image] Oct 18 21:16:15.189 INFO O| Oct 18 21:16:15.189 INFO ok!
88092024-10-18T21:16:16.773Z[ host-image] Oct 18 21:16:15.189 INFO O| Oct 18 21:16:15.189 INFO STEP 63 (ensure_file) COMPLETE
88102024-10-18T21:16:16.773Z[ host-image] Oct 18 21:16:15.189 INFO O| Oct 18 21:16:15.189 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88112024-10-18T21:16:16.782Z[ host-image] Oct 18 21:16:15.198 INFO O| Oct 18 21:16:15.198 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
88122024-10-18T21:16:16.785Z[ host-image] Oct 18 21:16:15.199 INFO O| Oct 18 21:16:15.198 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
88132024-10-18T21:16:16.785Z[ host-image] Oct 18 21:16:15.199 INFO O| Oct 18 21:16:15.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
88142024-10-18T21:16:16.785Z[ host-image] Oct 18 21:16:15.199 INFO O| Oct 18 21:16:15.199 INFO ok!
88152024-10-18T21:16:16.785Z[ host-image] Oct 18 21:16:15.199 INFO O| Oct 18 21:16:15.199 INFO STEP 64 (assemble_files) COMPLETE
88162024-10-18T21:16:16.785Z[ host-image] Oct 18 21:16:15.199 INFO O| Oct 18 21:16:15.199 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88172024-10-18T21:16:16.792Z[ host-image] Oct 18 21:16:15.208 INFO O| Oct 18 21:16:15.208 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
88182024-10-18T21:16:16.792Z[ host-image] Oct 18 21:16:15.208 INFO O| Oct 18 21:16:15.208 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
88192024-10-18T21:16:16.792Z[ host-image] Oct 18 21:16:15.208 INFO O| Oct 18 21:16:15.208 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88202024-10-18T21:16:16.795Z[ host-image] Oct 18 21:16:15.208 INFO O| Oct 18 21:16:15.208 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88212024-10-18T21:16:16.795Z[ host-image] Oct 18 21:16:15.208 INFO O| Oct 18 21:16:15.208 INFO ok!
88222024-10-18T21:16:16.795Z[ host-image] Oct 18 21:16:15.209 INFO O| Oct 18 21:16:15.208 INFO STEP 65 (ensure_file) COMPLETE
88232024-10-18T21:16:16.795Z[ host-image] Oct 18 21:16:15.209 INFO O| Oct 18 21:16:15.209 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88242024-10-18T21:16:16.802Z[ host-image] Oct 18 21:16:15.218 INFO O| Oct 18 21:16:15.218 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88252024-10-18T21:16:16.805Z[ host-image] Oct 18 21:16:15.218 INFO O| Oct 18 21:16:15.218 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88262024-10-18T21:16:16.805Z[ host-image] Oct 18 21:16:15.218 INFO O| Oct 18 21:16:15.218 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88272024-10-18T21:16:16.805Z[ host-image] Oct 18 21:16:15.218 INFO O| Oct 18 21:16:15.218 INFO STEP 66 (ensure_dir) COMPLETE
88282024-10-18T21:16:16.805Z[ host-image] Oct 18 21:16:15.218 INFO O| Oct 18 21:16:15.218 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88292024-10-18T21:16:16.812Z[ host-image] Oct 18 21:16:15.228 INFO O| Oct 18 21:16:15.228 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
88302024-10-18T21:16:16.812Z[ host-image] Oct 18 21:16:15.228 INFO O| Oct 18 21:16:15.228 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 ...
88312024-10-18T21:16:16.819Z[ host-image] Oct 18 21:16:15.235 INFO O| Oct 18 21:16:15.235 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
88322024-10-18T21:16:16.819Z[ host-image] Oct 18 21:16:15.235 INFO O| Oct 18 21:16:15.235 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
88332024-10-18T21:16:16.822Z[ host-image] Oct 18 21:16:15.235 INFO O| Oct 18 21:16:15.235 INFO ok!
88342024-10-18T21:16:16.822Z[ host-image] Oct 18 21:16:15.235 INFO O| Oct 18 21:16:15.235 INFO STEP 67 (ensure_file) COMPLETE
88352024-10-18T21:16:16.822Z[ host-image] Oct 18 21:16:15.235 INFO O| Oct 18 21:16:15.235 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88362024-10-18T21:16:16.829Z[ host-image] Oct 18 21:16:15.245 INFO O| Oct 18 21:16:15.245 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
88372024-10-18T21:16:16.829Z[ host-image] Oct 18 21:16:15.245 INFO O| Oct 18 21:16:15.245 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 ...
88382024-10-18T21:16:16.831Z[ host-image] Oct 18 21:16:15.245 INFO O| Oct 18 21:16:15.245 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
88392024-10-18T21:16:16.831Z[ host-image] Oct 18 21:16:15.245 INFO O| Oct 18 21:16:15.245 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
88402024-10-18T21:16:16.831Z[ host-image] Oct 18 21:16:15.245 INFO O| Oct 18 21:16:15.245 INFO ok!
88412024-10-18T21:16:16.831Z[ host-image] Oct 18 21:16:15.245 INFO O| Oct 18 21:16:15.245 INFO STEP 68 (ensure_file) COMPLETE
88422024-10-18T21:16:16.831Z[ host-image] Oct 18 21:16:15.245 INFO O| Oct 18 21:16:15.245 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88432024-10-18T21:16:16.843Z[ host-image] Oct 18 21:16:15.259 INFO O| Oct 18 21:16:15.259 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
88442024-10-18T21:16:16.843Z[ host-image] Oct 18 21:16:15.259 INFO O| Oct 18 21:16:15.259 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
88452024-10-18T21:16:18.891Z[ host-image] Oct 18 21:16:17.306 INFO O| Oct 18 21:16:17.306 INFO STEP 69 (pack_tar) COMPLETE
88462024-10-18T21:16:18.891Z[ host-image] Oct 18 21:16:17.306 INFO O| Oct 18 21:16:17.306 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88472024-10-18T21:16:18.891Z[ host-image] Oct 18 21:16:17.306 INFO O| Oct 18 21:16:17.306 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
88482024-10-18T21:16:19.222Z[ host-image] Oct 18 21:16:17.637 INFO O| Oct 18 21:16:17.637 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88492024-10-18T21:16:19.295Z[ host-image] Oct 18 21:16:17.711 INFO O| Oct 18 21:16:17.711 INFO completed processing gimlet/ramdisk-02-trim
88502024-10-18T21:16:19.298Z[ host-image] Oct 18 21:16:17.713 INFO image builder template: zfs...
88512024-10-18T21:16:19.298Z[ host-image] Oct 18 21:16:17.713 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/.tmp9zAH94/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.33.293", "-n", "zfs"], pwd: None
88522024-10-18T21:16:19.311Z[ host-image] Oct 18 21:16:17.727 INFO O| Oct 18 21:16:17.727 INFO skip include "stress" because feature "stress" is not enabled
88532024-10-18T21:16:19.342Z[ host-image] Oct 18 21:16:17.758 INFO O| Oct 18 21:16:17.758 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
88542024-10-18T21:16:19.346Z[ host-image] Oct 18 21:16:17.762 INFO O| Oct 18 21:16:17.762 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
88552024-10-18T21:16:19.402Z[ host-image] Oct 18 21:16:17.818 INFO O| Oct 18 21:16:17.818 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
88562024-10-18T21:16:19.452Z[ host-image] Oct 18 21:16:17.867 INFO O| Oct 18 21:16:17.867 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
88572024-10-18T21:16:19.452Z[ host-image] Oct 18 21:16:17.867 INFO O| Oct 18 21:16:17.867 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
88582024-10-18T21:16:19.457Z[ host-image] Oct 18 21:16:17.871 INFO O| Oct 18 21:16:17.871 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
88592024-10-18T21:16:19.518Z[ host-image] Oct 18 21:16:17.934 INFO O| Oct 18 21:16:17.934 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
88602024-10-18T21:16:19.570Z[ host-image] Oct 18 21:16:17.985 INFO O| Oct 18 21:16:17.985 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
88612024-10-18T21:16:19.582Z[ host-image] Oct 18 21:16:17.998 INFO O| Oct 18 21:16:17.998 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88622024-10-18T21:16:19.590Z[ host-image] Oct 18 21:16:18.005 INFO O| Oct 18 21:16:18.005 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
88632024-10-18T21:16:19.590Z[ host-image] Oct 18 21:16:18.005 INFO O| Oct 18 21:16:18.005 INFO no lofi found
88642024-10-18T21:16:19.594Z[ host-image] Oct 18 21:16:18.006 INFO O| Oct 18 21:16:18.006 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
88652024-10-18T21:16:19.594Z[ host-image] Oct 18 21:16:18.006 INFO O| Oct 18 21:16:18.006 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88662024-10-18T21:16:21.594Z[ host-image] Oct 18 21:16:20.009 INFO O| Oct 18 21:16:20.009 INFO lofi device = /dev/dsk/c2t1d0p0
88672024-10-18T21:16:21.594Z[ host-image] Oct 18 21:16:20.009 INFO O| Oct 18 21:16:20.009 INFO pool device = /dev/dsk/c2t1d0p0
88682024-10-18T21:16:21.597Z[ host-image] Oct 18 21:16:20.009 INFO O| Oct 18 21:16:20.009 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"]
88692024-10-18T21:16:21.666Z[ host-image] Oct 18 21:16:20.081 INFO O| Oct 18 21:16:20.081 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88702024-10-18T21:16:21.666Z[ host-image] Oct 18 21:16:20.081 INFO O| Oct 18 21:16:20.081 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
88712024-10-18T21:16:21.687Z[ host-image] Oct 18 21:16:20.102 INFO O| Oct 18 21:16:20.102 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
88722024-10-18T21:16:21.745Z[ host-image] Oct 18 21:16:20.160 INFO O| Oct 18 21:16:20.160 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
88732024-10-18T21:16:21.781Z[ host-image] Oct 18 21:16:20.197 INFO O| Oct 18 21:16:20.197 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
88742024-10-18T21:16:21.795Z[ host-image] Oct 18 21:16:20.211 INFO O| Oct 18 21:16:20.211 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
88752024-10-18T21:16:21.806Z[ host-image] Oct 18 21:16:20.221 INFO O| Oct 18 21:16:20.221 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
88762024-10-18T21:16:21.851Z[ host-image] Oct 18 21:16:20.266 INFO O| Oct 18 21:16:20.266 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
88772024-10-18T21:16:21.851Z[ host-image] Oct 18 21:16:20.266 INFO O| Oct 18 21:16:20.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
88782024-10-18T21:16:21.854Z[ host-image] Oct 18 21:16:20.266 INFO O| Oct 18 21:16:20.266 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
88792024-10-18T21:16:21.858Z[ host-image] Oct 18 21:16:20.274 INFO O| Oct 18 21:16:20.274 INFO boot environment UUID: 8fa88e40-1509-4ff3-900a-b0296f0d66e6
88802024-10-18T21:16:21.861Z[ host-image] Oct 18 21:16:20.274 INFO O| Oct 18 21:16:20.274 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 8fa88e40-1509-4ff3-900a-b0296f0d66e6
88812024-10-18T21:16:21.868Z[ host-image] Oct 18 21:16:20.284 INFO O| Oct 18 21:16:20.283 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88822024-10-18T21:16:21.878Z[ host-image] Oct 18 21:16:20.294 INFO O| Oct 18 21:16:20.294 INFO STEP 0 (create_be) COMPLETE
88832024-10-18T21:16:21.878Z[ host-image] Oct 18 21:16:20.294 INFO O| Oct 18 21:16:20.294 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88842024-10-18T21:16:21.893Z[ host-image] Oct 18 21:16:20.308 INFO O| Oct 18 21:16:20.308 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
88852024-10-18T21:16:30.145Z[ recovery-image] Oct 18 21:16:28.559 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
88862024-10-18T21:16:32.946Z[ recovery-image] Oct 18 21:16:31.357 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
88872024-10-18T21:16:37.627Z[ recovery-image] Oct 18 21:16:36.035 INFO E| Compiling bitflags v1.3.2
88882024-10-18T21:16:37.627Z[ recovery-image] Oct 18 21:16:36.036 INFO E| Compiling log v0.4.22
88892024-10-18T21:16:37.631Z[ recovery-image] Oct 18 21:16:36.036 INFO E| Compiling bit_field v0.10.2
88902024-10-18T21:16:37.637Z[ recovery-image] Oct 18 21:16:36.036 INFO E| Compiling scroll v0.12.0
88912024-10-18T21:16:37.640Z[ recovery-image] Oct 18 21:16:36.036 INFO E| Compiling adler2 v2.0.0
88922024-10-18T21:16:37.640Z[ recovery-image] Oct 18 21:16:36.036 INFO E| Compiling plain v0.2.3
88932024-10-18T21:16:37.640Z[ recovery-image] Oct 18 21:16:36.036 INFO E| Compiling bitstruct v0.1.1
88942024-10-18T21:16:37.771Z[ recovery-image] Oct 18 21:16:36.170 INFO E| Compiling raw-cpuid v10.7.0
88952024-10-18T21:16:37.816Z[ recovery-image] Oct 18 21:16:36.227 INFO E| Compiling cpio_reader v0.1.1
88962024-10-18T21:16:37.875Z[ recovery-image] Oct 18 21:16:36.288 INFO E| Compiling miniz_oxide v0.8.0
88972024-10-18T21:16:38.028Z[ recovery-image] Oct 18 21:16:36.439 INFO E| Compiling static_assertions v1.1.0
88982024-10-18T21:16:38.354Z[ recovery-image] Oct 18 21:16:36.766 INFO E| Compiling goblin v0.8.2
88992024-10-18T21:16:43.493Z[ host-image] Oct 18 21:16:41.906 INFO O| Oct 18 21:16:41.906 INFO STEP 1 (unpack_tar) COMPLETE
89002024-10-18T21:16:43.493Z[ host-image] Oct 18 21:16:41.906 INFO O| Oct 18 21:16:41.906 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89012024-10-18T21:16:43.504Z[ host-image] Oct 18 21:16:41.918 INFO O| Oct 18 21:16:41.918 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
89022024-10-18T21:16:43.737Z[ host-image] Oct 18 21:16:42.150 INFO O| Oct 18 21:16:42.150 INFO STEP 2 (devfsadm) COMPLETE
89032024-10-18T21:16:43.737Z[ host-image] Oct 18 21:16:42.150 INFO O| Oct 18 21:16:42.150 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89042024-10-18T21:16:43.749Z[ host-image] Oct 18 21:16:42.161 INFO O| Oct 18 21:16:42.161 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89052024-10-18T21:16:43.749Z[ host-image] Oct 18 21:16:42.161 INFO O| Oct 18 21:16:42.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89062024-10-18T21:16:43.759Z[ host-image] Oct 18 21:16:42.161 INFO O| Oct 18 21:16:42.161 INFO STEP 3 (ensure_dir) COMPLETE
89072024-10-18T21:16:43.759Z[ host-image] Oct 18 21:16:42.161 INFO O| Oct 18 21:16:42.161 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89082024-10-18T21:16:43.759Z[ host-image] Oct 18 21:16:42.171 INFO O| Oct 18 21:16:42.171 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89092024-10-18T21:16:43.759Z[ host-image] Oct 18 21:16:42.171 INFO O| Oct 18 21:16:42.171 INFO STEP 4 (ensure_dir) COMPLETE
89102024-10-18T21:16:43.759Z[ host-image] Oct 18 21:16:42.171 INFO O| Oct 18 21:16:42.171 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89112024-10-18T21:16:43.772Z[ host-image] Oct 18 21:16:42.181 INFO O| Oct 18 21:16:42.181 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89122024-10-18T21:16:43.772Z[ host-image] Oct 18 21:16:42.181 INFO O| Oct 18 21:16:42.181 INFO STEP 5 (ensure_dir) COMPLETE
89132024-10-18T21:16:43.772Z[ host-image] Oct 18 21:16:42.181 INFO O| Oct 18 21:16:42.181 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89142024-10-18T21:16:43.781Z[ host-image] Oct 18 21:16:42.190 INFO O| Oct 18 21:16:42.190 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89152024-10-18T21:16:43.781Z[ host-image] Oct 18 21:16:42.191 INFO O| Oct 18 21:16:42.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89162024-10-18T21:16:43.781Z[ host-image] Oct 18 21:16:42.191 INFO O| Oct 18 21:16:42.191 INFO STEP 6 (ensure_dir) COMPLETE
89172024-10-18T21:16:43.781Z[ host-image] Oct 18 21:16:42.191 INFO O| Oct 18 21:16:42.191 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89182024-10-18T21:16:43.787Z[ host-image] Oct 18 21:16:42.200 INFO O| Oct 18 21:16:42.200 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89192024-10-18T21:16:43.787Z[ host-image] Oct 18 21:16:42.200 INFO O| Oct 18 21:16:42.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89202024-10-18T21:16:43.787Z[ host-image] Oct 18 21:16:42.200 INFO O| Oct 18 21:16:42.200 INFO STEP 7 (ensure_dir) COMPLETE
89212024-10-18T21:16:43.787Z[ host-image] Oct 18 21:16:42.200 INFO O| Oct 18 21:16:42.200 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89222024-10-18T21:16:44.800Z[ host-image] Oct 18 21:16:42.210 INFO O| Oct 18 21:16:42.210 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
89232024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.210 INFO O| Oct 18 21:16:42.210 INFO STEP 8 (remove_files) COMPLETE
89242024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.210 INFO O| Oct 18 21:16:42.210 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89252024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.220 INFO O| Oct 18 21:16:42.220 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
89262024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.220 INFO O| Oct 18 21:16:42.220 INFO STEP 9 (remove_files) COMPLETE
89272024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.220 INFO O| Oct 18 21:16:42.220 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89282024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.230 INFO O| Oct 18 21:16:42.229 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
89292024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.230 INFO O| Oct 18 21:16:42.230 INFO STEP 10 (remove_files) COMPLETE
89302024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.230 INFO O| Oct 18 21:16:42.230 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89312024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.240 INFO O| Oct 18 21:16:42.240 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
89322024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.240 INFO O| Oct 18 21:16:42.240 INFO STEP 11 (remove_files) COMPLETE
89332024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.240 INFO O| Oct 18 21:16:42.240 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89342024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.249 INFO O| Oct 18 21:16:42.249 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
89352024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.250 INFO O| Oct 18 21:16:42.250 INFO STEP 12 (remove_files) COMPLETE
89362024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.250 INFO O| Oct 18 21:16:42.250 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89372024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.259 INFO O| Oct 18 21:16:42.259 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89382024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.259 INFO O| Oct 18 21:16:42.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89392024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.259 INFO O| Oct 18 21:16:42.259 INFO STEP 13 (ensure_dir) COMPLETE
89402024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.259 INFO O| Oct 18 21:16:42.259 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89412024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.269 INFO O| Oct 18 21:16:42.269 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89422024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.269 INFO O| Oct 18 21:16:42.269 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89432024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.269 INFO O| Oct 18 21:16:42.269 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89442024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.269 INFO O| Oct 18 21:16:42.269 INFO STEP 14 (ensure_dir) COMPLETE
89452024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.269 INFO O| Oct 18 21:16:42.269 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89462024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.279 INFO O| Oct 18 21:16:42.279 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89472024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.279 INFO O| Oct 18 21:16:42.279 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89482024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.279 INFO O| Oct 18 21:16:42.279 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89492024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.279 INFO O| Oct 18 21:16:42.279 INFO STEP 15 (ensure_dir) COMPLETE
89502024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.279 INFO O| Oct 18 21:16:42.279 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89512024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.288 INFO O| Oct 18 21:16:42.288 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89522024-10-18T21:16:44.805Z[ host-image] Oct 18 21:16:42.288 INFO O| Oct 18 21:16:42.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89532024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.288 INFO O| Oct 18 21:16:42.288 INFO STEP 16 (ensure_dir) COMPLETE
89542024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.288 INFO O| Oct 18 21:16:42.288 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89552024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.298 INFO O| Oct 18 21:16:42.298 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89562024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.298 INFO O| Oct 18 21:16:42.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89572024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.298 INFO O| Oct 18 21:16:42.298 INFO STEP 17 (ensure_dir) COMPLETE
89582024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.298 INFO O| Oct 18 21:16:42.298 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89592024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.308 INFO O| Oct 18 21:16:42.307 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89602024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.308 INFO O| Oct 18 21:16:42.308 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
89612024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.308 INFO O| Oct 18 21:16:42.308 INFO ok!
89622024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.308 INFO O| Oct 18 21:16:42.308 INFO STEP 18 (ensure_symlink) COMPLETE
89632024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.308 INFO O| Oct 18 21:16:42.308 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89642024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.317 INFO O| Oct 18 21:16:42.317 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89652024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.317 INFO O| Oct 18 21:16:42.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89662024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.317 INFO O| Oct 18 21:16:42.317 INFO ok!
89672024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.317 INFO O| Oct 18 21:16:42.317 INFO STEP 19 (ensure_file) COMPLETE
89682024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.317 INFO O| Oct 18 21:16:42.317 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89692024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.327 INFO O| Oct 18 21:16:42.327 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89702024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.327 INFO O| Oct 18 21:16:42.327 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89712024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.327 INFO O| Oct 18 21:16:42.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
89722024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.327 INFO O| Oct 18 21:16:42.327 INFO ok!
89732024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.327 INFO O| Oct 18 21:16:42.327 INFO STEP 20 (ensure_symlink) COMPLETE
89742024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.327 INFO O| Oct 18 21:16:42.327 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89752024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.336 INFO O| Oct 18 21:16:42.336 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
89762024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.336 INFO O| Oct 18 21:16:42.336 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89772024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.337 INFO O| Oct 18 21:16:42.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
89782024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.337 INFO O| Oct 18 21:16:42.337 INFO ok!
89792024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.337 INFO O| Oct 18 21:16:42.337 INFO STEP 21 (ensure_symlink) COMPLETE
89802024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.337 INFO O| Oct 18 21:16:42.337 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89812024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.346 INFO O| Oct 18 21:16:42.346 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
89822024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.346 INFO O| Oct 18 21:16:42.346 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
89832024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.346 INFO O| Oct 18 21:16:42.346 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
89842024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.346 INFO O| Oct 18 21:16:42.346 INFO ok!
89852024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.346 INFO O| Oct 18 21:16:42.346 INFO STEP 22 (ensure_symlink) COMPLETE
89862024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.346 INFO O| Oct 18 21:16:42.346 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89872024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.356 INFO O| Oct 18 21:16:42.356 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
89882024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.356 INFO O| Oct 18 21:16:42.356 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
89892024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.356 INFO O| Oct 18 21:16:42.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
89902024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.356 INFO O| Oct 18 21:16:42.356 INFO ok!
89912024-10-18T21:16:44.806Z[ host-image] Oct 18 21:16:42.356 INFO O| Oct 18 21:16:42.356 INFO STEP 23 (ensure_symlink) COMPLETE
89922024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.356 INFO O| Oct 18 21:16:42.356 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89932024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.366 INFO O| Oct 18 21:16:42.366 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
89942024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.366 INFO O| Oct 18 21:16:42.366 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
89952024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.366 INFO O| Oct 18 21:16:42.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
89962024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.366 INFO O| Oct 18 21:16:42.366 INFO ok!
89972024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.366 INFO O| Oct 18 21:16:42.366 INFO STEP 24 (ensure_file) COMPLETE
89982024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.366 INFO O| Oct 18 21:16:42.366 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
89992024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.376 INFO O| Oct 18 21:16:42.375 INFO updating shadow file
90002024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.376 INFO O| Oct 18 21:16:42.376 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90012024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.376 INFO O| Oct 18 21:16:42.376 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90022024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.376 INFO O| Oct 18 21:16:42.376 INFO STEP 25 (shadow) COMPLETE
90032024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.376 INFO O| Oct 18 21:16:42.376 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90042024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.385 INFO O| Oct 18 21:16:42.385 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
90052024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.385 INFO O| Oct 18 21:16:42.385 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
90062024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.386 INFO O| Oct 18 21:16:42.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
90072024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.386 INFO O| Oct 18 21:16:42.386 INFO ok!
90082024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.386 INFO O| Oct 18 21:16:42.386 INFO STEP 26 (ensure_file) COMPLETE
90092024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.386 INFO O| Oct 18 21:16:42.386 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90102024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.395 INFO O| Oct 18 21:16:42.395 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
90112024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.395 INFO O| Oct 18 21:16:42.395 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
90122024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.395 INFO O| Oct 18 21:16:42.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
90132024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.395 INFO O| Oct 18 21:16:42.395 INFO ok!
90142024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.395 INFO O| Oct 18 21:16:42.395 INFO STEP 27 (ensure_file) COMPLETE
90152024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.395 INFO O| Oct 18 21:16:42.395 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90162024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.405 INFO O| Oct 18 21:16:42.405 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90172024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.405 INFO O| Oct 18 21:16:42.405 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
90182024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.405 INFO O| Oct 18 21:16:42.405 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90192024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.405 INFO O| Oct 18 21:16:42.405 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90202024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.405 INFO O| Oct 18 21:16:42.405 INFO ok!
90212024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.405 INFO O| Oct 18 21:16:42.405 INFO STEP 28 (ensure_file) COMPLETE
90222024-10-18T21:16:44.807Z[ host-image] Oct 18 21:16:42.405 INFO O| Oct 18 21:16:42.405 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90232024-10-18T21:16:44.811Z[ host-image] Oct 18 21:16:42.415 INFO O| Oct 18 21:16:42.415 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
90242024-10-18T21:16:44.811Z[ host-image] Oct 18 21:16:42.415 INFO O| Oct 18 21:16:42.415 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
90252024-10-18T21:16:44.811Z[ host-image] Oct 18 21:16:42.415 INFO O| Oct 18 21:16:42.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
90262024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.415 INFO O| Oct 18 21:16:42.415 INFO ok!
90272024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.415 INFO O| Oct 18 21:16:42.415 INFO STEP 29 (ensure_file) COMPLETE
90282024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.415 INFO O| Oct 18 21:16:42.415 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90292024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.425 INFO O| Oct 18 21:16:42.425 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
90302024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.425 INFO O| Oct 18 21:16:42.425 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
90312024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.425 INFO O| Oct 18 21:16:42.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
90322024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.425 INFO O| Oct 18 21:16:42.425 INFO ok!
90332024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.425 INFO O| Oct 18 21:16:42.425 INFO STEP 30 (ensure_file) COMPLETE
90342024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.425 INFO O| Oct 18 21:16:42.425 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90352024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.435 INFO O| Oct 18 21:16:42.435 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
90362024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.435 INFO O| Oct 18 21:16:42.435 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
90372024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.435 INFO O| Oct 18 21:16:42.435 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90382024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.435 INFO O| Oct 18 21:16:42.435 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90392024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.435 INFO O| Oct 18 21:16:42.435 INFO ok!
90402024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.436 INFO O| Oct 18 21:16:42.435 INFO STEP 31 (ensure_file) COMPLETE
90412024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.436 INFO O| Oct 18 21:16:42.436 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90422024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.447 INFO O| Oct 18 21:16:42.447 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
90432024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.447 INFO O| Oct 18 21:16:42.447 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
90442024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.447 INFO O| Oct 18 21:16:42.447 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
90452024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.447 INFO O| Oct 18 21:16:42.447 INFO ok!
90462024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.447 INFO O| Oct 18 21:16:42.447 INFO STEP 32 (ensure_file) COMPLETE
90472024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.448 INFO O| Oct 18 21:16:42.447 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90482024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.457 INFO O| Oct 18 21:16:42.457 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90492024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.457 INFO O| Oct 18 21:16:42.457 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
90502024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.457 INFO O| Oct 18 21:16:42.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
90512024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.457 INFO O| Oct 18 21:16:42.457 INFO ok!
90522024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.457 INFO O| Oct 18 21:16:42.457 INFO STEP 33 (ensure_file) COMPLETE
90532024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.457 INFO O| Oct 18 21:16:42.457 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90542024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.467 INFO O| Oct 18 21:16:42.467 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
90552024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.467 INFO O| Oct 18 21:16:42.467 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
90562024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.467 INFO O| Oct 18 21:16:42.467 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90572024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.467 INFO O| Oct 18 21:16:42.467 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90582024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.467 INFO O| Oct 18 21:16:42.467 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90592024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.467 INFO O| Oct 18 21:16:42.467 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90602024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.467 INFO O| Oct 18 21:16:42.467 INFO ok!
90612024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.467 INFO O| Oct 18 21:16:42.467 INFO STEP 34 (ensure_file) COMPLETE
90622024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.467 INFO O| Oct 18 21:16:42.467 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90632024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.477 INFO O| Oct 18 21:16:42.477 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90642024-10-18T21:16:44.812Z[ host-image] Oct 18 21:16:42.477 INFO O| Oct 18 21:16:42.477 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90652024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.477 INFO O| Oct 18 21:16:42.477 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90662024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.477 INFO O| Oct 18 21:16:42.477 INFO STEP 35 (ensure_dir) COMPLETE
90672024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.477 INFO O| Oct 18 21:16:42.477 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90682024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.487 INFO O| Oct 18 21:16:42.486 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
90692024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.487 INFO O| Oct 18 21:16:42.486 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 ...
90702024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.487 INFO O| Oct 18 21:16:42.487 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
90712024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.487 INFO O| Oct 18 21:16:42.487 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
90722024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.487 INFO O| Oct 18 21:16:42.487 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
90732024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.487 INFO O| Oct 18 21:16:42.487 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
90742024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.487 INFO O| Oct 18 21:16:42.487 INFO ok!
90752024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.487 INFO O| Oct 18 21:16:42.487 INFO STEP 36 (ensure_file) COMPLETE
90762024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.487 INFO O| Oct 18 21:16:42.487 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90772024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.496 INFO O| Oct 18 21:16:42.496 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
90782024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.496 INFO O| Oct 18 21:16:42.496 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 ...
90792024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.496 INFO O| Oct 18 21:16:42.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
90802024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.496 INFO O| Oct 18 21:16:42.496 INFO ok!
90812024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.496 INFO O| Oct 18 21:16:42.496 INFO STEP 37 (ensure_symlink) COMPLETE
90822024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.496 INFO O| Oct 18 21:16:42.496 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90832024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.506 INFO O| Oct 18 21:16:42.506 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
90842024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.506 INFO O| Oct 18 21:16:42.506 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90852024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.506 INFO O| Oct 18 21:16:42.506 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90862024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.506 INFO O| Oct 18 21:16:42.506 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90872024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.506 INFO O| Oct 18 21:16:42.506 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90882024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.506 INFO O| Oct 18 21:16:42.506 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90892024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.506 INFO O| Oct 18 21:16:42.506 INFO ok!
90902024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.506 INFO O| Oct 18 21:16:42.506 INFO STEP 38 (ensure_file) COMPLETE
90912024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.506 INFO O| Oct 18 21:16:42.506 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90922024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.516 INFO O| Oct 18 21:16:42.516 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
90932024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.516 INFO O| Oct 18 21:16:42.516 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 ...
90942024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.516 INFO O| Oct 18 21:16:42.516 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
90952024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.516 INFO O| Oct 18 21:16:42.516 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90962024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.516 INFO O| Oct 18 21:16:42.516 INFO ok!
90972024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.516 INFO O| Oct 18 21:16:42.516 INFO STEP 39 (ensure_file) COMPLETE
90982024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.516 INFO O| Oct 18 21:16:42.516 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90992024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.525 INFO O| Oct 18 21:16:42.525 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
91002024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.525 INFO O| Oct 18 21:16:42.525 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
91012024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.525 INFO O| Oct 18 21:16:42.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
91022024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.525 INFO O| Oct 18 21:16:42.525 INFO ok!
91032024-10-18T21:16:44.813Z[ host-image] Oct 18 21:16:42.526 INFO O| Oct 18 21:16:42.525 INFO STEP 40 (ensure_file) COMPLETE
91042024-10-18T21:16:44.814Z[ host-image] Oct 18 21:16:42.526 INFO O| Oct 18 21:16:42.525 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91052024-10-18T21:16:44.814Z[ host-image] Oct 18 21:16:42.535 INFO O| Oct 18 21:16:42.535 INFO updating shadow file
91062024-10-18T21:16:44.814Z[ host-image] Oct 18 21:16:42.535 INFO O| Oct 18 21:16:42.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91072024-10-18T21:16:44.814Z[ host-image] Oct 18 21:16:42.535 INFO O| Oct 18 21:16:42.535 INFO STEP 41 (shadow) COMPLETE
91082024-10-18T21:16:44.814Z[ host-image] Oct 18 21:16:42.535 INFO O| Oct 18 21:16:42.535 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91092024-10-18T21:16:44.814Z[ host-image] Oct 18 21:16:42.545 INFO O| Oct 18 21:16:42.545 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
91102024-10-18T21:16:44.814Z[ host-image] Oct 18 21:16:42.545 INFO O| Oct 18 21:16:42.545 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
91112024-10-18T21:16:44.814Z[ host-image] Oct 18 21:16:42.545 INFO O| Oct 18 21:16:42.545 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91122024-10-18T21:16:44.814Z[ host-image] Oct 18 21:16:42.545 INFO O| Oct 18 21:16:42.545 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91132024-10-18T21:16:44.814Z[ host-image] Oct 18 21:16:42.545 INFO O| Oct 18 21:16:42.545 INFO ok!
91142024-10-18T21:16:44.814Z[ host-image] Oct 18 21:16:42.545 INFO O| Oct 18 21:16:42.545 INFO STEP 42 (ensure_file) COMPLETE
91152024-10-18T21:16:44.814Z[ host-image] Oct 18 21:16:42.545 INFO O| Oct 18 21:16:42.545 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91162024-10-18T21:16:44.814Z[ host-image] Oct 18 21:16:42.545 INFO O| Oct 18 21:16:42.545 INFO skip step because feature "mfg" is not enabled
91172024-10-18T21:16:44.814Z[ host-image] Oct 18 21:16:42.545 INFO O| Oct 18 21:16:42.545 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91182024-10-18T21:16:44.814Z[ host-image] Oct 18 21:16:42.545 INFO O| Oct 18 21:16:42.545 INFO skip step because feature "mfg" is not enabled
91192024-10-18T21:16:44.814Z[ host-image] Oct 18 21:16:42.545 INFO O| Oct 18 21:16:42.545 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91202024-10-18T21:16:44.814Z[ host-image] Oct 18 21:16:42.555 INFO O| Oct 18 21:16:42.555 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
91212024-10-18T21:16:44.814Z[ host-image] Oct 18 21:16:42.555 INFO O| Oct 18 21:16:42.555 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
91222024-10-18T21:16:44.869Z[ host-image] Oct 18 21:16:43.282 INFO O| Oct 18 21:16:43.282 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91232024-10-18T21:16:44.869Z[ host-image] Oct 18 21:16:43.282 INFO O| Oct 18 21:16:43.282 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91242024-10-18T21:16:44.871Z[ host-image] Oct 18 21:16:43.282 INFO O| Oct 18 21:16:43.282 INFO ok!
91252024-10-18T21:16:44.871Z[ host-image] Oct 18 21:16:43.282 INFO O| Oct 18 21:16:43.282 INFO STEP 45 (ensure_file) COMPLETE
91262024-10-18T21:16:44.871Z[ host-image] Oct 18 21:16:43.282 INFO O| Oct 18 21:16:43.282 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91272024-10-18T21:16:44.881Z[ host-image] Oct 18 21:16:43.295 INFO O| Oct 18 21:16:43.295 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
91282024-10-18T21:16:44.881Z[ host-image] Oct 18 21:16:43.295 INFO O| Oct 18 21:16:43.295 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91292024-10-18T21:16:44.884Z[ host-image] Oct 18 21:16:43.295 INFO O| Oct 18 21:16:43.295 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91302024-10-18T21:16:44.884Z[ host-image] Oct 18 21:16:43.295 INFO O| Oct 18 21:16:43.295 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91312024-10-18T21:16:44.884Z[ host-image] Oct 18 21:16:43.295 INFO O| Oct 18 21:16:43.295 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91322024-10-18T21:16:44.884Z[ host-image] Oct 18 21:16:43.295 INFO O| Oct 18 21:16:43.295 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91332024-10-18T21:16:44.884Z[ host-image] Oct 18 21:16:43.295 INFO O| Oct 18 21:16:43.295 INFO ok!
91342024-10-18T21:16:44.884Z[ host-image] Oct 18 21:16:43.295 INFO O| Oct 18 21:16:43.295 INFO STEP 46 (ensure_file) COMPLETE
91352024-10-18T21:16:44.884Z[ host-image] Oct 18 21:16:43.295 INFO O| Oct 18 21:16:43.295 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91362024-10-18T21:16:44.893Z[ host-image] Oct 18 21:16:43.306 INFO O| Oct 18 21:16:43.306 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
91372024-10-18T21:16:44.893Z[ host-image] Oct 18 21:16:43.306 INFO O| Oct 18 21:16:43.306 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
91382024-10-18T21:16:44.895Z[ host-image] Oct 18 21:16:43.306 INFO O| Oct 18 21:16:43.306 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91392024-10-18T21:16:44.895Z[ host-image] Oct 18 21:16:43.306 INFO O| Oct 18 21:16:43.306 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91402024-10-18T21:16:44.895Z[ host-image] Oct 18 21:16:43.306 INFO O| Oct 18 21:16:43.306 INFO ok!
91412024-10-18T21:16:44.895Z[ host-image] Oct 18 21:16:43.306 INFO O| Oct 18 21:16:43.306 INFO STEP 47 (ensure_file) COMPLETE
91422024-10-18T21:16:44.895Z[ host-image] Oct 18 21:16:43.306 INFO O| Oct 18 21:16:43.306 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91432024-10-18T21:16:44.903Z[ host-image] Oct 18 21:16:43.316 INFO O| Oct 18 21:16:43.316 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
91442024-10-18T21:16:44.903Z[ host-image] Oct 18 21:16:43.316 INFO O| Oct 18 21:16:43.316 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
91452024-10-18T21:16:44.905Z[ host-image] Oct 18 21:16:43.316 INFO O| Oct 18 21:16:43.316 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91462024-10-18T21:16:44.905Z[ host-image] Oct 18 21:16:43.317 INFO O| Oct 18 21:16:43.316 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91472024-10-18T21:16:44.905Z[ host-image] Oct 18 21:16:43.317 INFO O| Oct 18 21:16:43.317 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91482024-10-18T21:16:44.905Z[ host-image] Oct 18 21:16:43.317 INFO O| Oct 18 21:16:43.317 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91492024-10-18T21:16:44.905Z[ host-image] Oct 18 21:16:43.317 INFO O| Oct 18 21:16:43.317 INFO ok!
91502024-10-18T21:16:44.905Z[ host-image] Oct 18 21:16:43.317 INFO O| Oct 18 21:16:43.317 INFO STEP 48 (ensure_file) COMPLETE
91512024-10-18T21:16:44.905Z[ host-image] Oct 18 21:16:43.317 INFO O| Oct 18 21:16:43.317 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91522024-10-18T21:16:44.913Z[ host-image] Oct 18 21:16:43.327 INFO O| Oct 18 21:16:43.327 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
91532024-10-18T21:16:44.913Z[ host-image] Oct 18 21:16:43.327 INFO O| Oct 18 21:16:43.327 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 ...
91542024-10-18T21:16:44.916Z[ host-image] Oct 18 21:16:43.327 INFO O| Oct 18 21:16:43.327 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
91552024-10-18T21:16:44.916Z[ host-image] Oct 18 21:16:43.327 INFO O| Oct 18 21:16:43.327 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91562024-10-18T21:16:44.916Z[ host-image] Oct 18 21:16:43.327 INFO O| Oct 18 21:16:43.327 INFO ok!
91572024-10-18T21:16:44.916Z[ host-image] Oct 18 21:16:43.327 INFO O| Oct 18 21:16:43.327 INFO STEP 49 (ensure_file) COMPLETE
91582024-10-18T21:16:44.916Z[ host-image] Oct 18 21:16:43.327 INFO O| Oct 18 21:16:43.327 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91592024-10-18T21:16:44.924Z[ host-image] Oct 18 21:16:43.338 INFO O| Oct 18 21:16:43.337 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
91602024-10-18T21:16:44.924Z[ host-image] Oct 18 21:16:43.338 INFO O| Oct 18 21:16:43.337 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
91612024-10-18T21:16:44.926Z[ host-image] Oct 18 21:16:43.338 INFO O| Oct 18 21:16:43.338 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91622024-10-18T21:16:44.926Z[ host-image] Oct 18 21:16:43.338 INFO O| Oct 18 21:16:43.338 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91632024-10-18T21:16:44.927Z[ host-image] Oct 18 21:16:43.338 INFO O| Oct 18 21:16:43.338 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91642024-10-18T21:16:44.927Z[ host-image] Oct 18 21:16:43.338 INFO O| Oct 18 21:16:43.338 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91652024-10-18T21:16:44.927Z[ host-image] Oct 18 21:16:43.338 INFO O| Oct 18 21:16:43.338 INFO ok!
91662024-10-18T21:16:44.927Z[ host-image] Oct 18 21:16:43.338 INFO O| Oct 18 21:16:43.338 INFO STEP 50 (ensure_file) COMPLETE
91672024-10-18T21:16:44.927Z[ host-image] Oct 18 21:16:43.338 INFO O| Oct 18 21:16:43.338 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91682024-10-18T21:16:44.934Z[ host-image] Oct 18 21:16:43.348 INFO O| Oct 18 21:16:43.348 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91692024-10-18T21:16:44.934Z[ host-image] Oct 18 21:16:43.348 INFO O| Oct 18 21:16:43.348 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 ...
91702024-10-18T21:16:44.937Z[ host-image] Oct 18 21:16:43.348 INFO O| Oct 18 21:16:43.348 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
91712024-10-18T21:16:44.937Z[ host-image] Oct 18 21:16:43.348 INFO O| Oct 18 21:16:43.348 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91722024-10-18T21:16:44.937Z[ host-image] Oct 18 21:16:43.348 INFO O| Oct 18 21:16:43.348 INFO ok!
91732024-10-18T21:16:44.937Z[ host-image] Oct 18 21:16:43.348 INFO O| Oct 18 21:16:43.348 INFO STEP 51 (ensure_file) COMPLETE
91742024-10-18T21:16:44.937Z[ host-image] Oct 18 21:16:43.348 INFO O| Oct 18 21:16:43.348 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91752024-10-18T21:16:44.945Z[ host-image] Oct 18 21:16:43.359 INFO O| Oct 18 21:16:43.358 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
91762024-10-18T21:16:44.945Z[ host-image] Oct 18 21:16:43.359 INFO O| Oct 18 21:16:43.359 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 ...
91772024-10-18T21:16:44.947Z[ host-image] Oct 18 21:16:43.359 INFO O| Oct 18 21:16:43.359 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
91782024-10-18T21:16:44.948Z[ host-image] Oct 18 21:16:43.359 INFO O| Oct 18 21:16:43.359 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
91792024-10-18T21:16:44.948Z[ host-image] Oct 18 21:16:43.359 INFO O| Oct 18 21:16:43.359 INFO ok!
91802024-10-18T21:16:44.948Z[ host-image] Oct 18 21:16:43.359 INFO O| Oct 18 21:16:43.359 INFO STEP 52 (ensure_file) COMPLETE
91812024-10-18T21:16:44.948Z[ host-image] Oct 18 21:16:43.359 INFO O| Oct 18 21:16:43.359 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91822024-10-18T21:16:44.955Z[ host-image] Oct 18 21:16:43.369 INFO O| Oct 18 21:16:43.369 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
91832024-10-18T21:16:44.958Z[ host-image] Oct 18 21:16:43.369 INFO O| Oct 18 21:16:43.369 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 ...
91842024-10-18T21:16:44.958Z[ host-image] Oct 18 21:16:43.369 INFO O| Oct 18 21:16:43.369 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
91852024-10-18T21:16:44.958Z[ host-image] Oct 18 21:16:43.369 INFO O| Oct 18 21:16:43.369 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
91862024-10-18T21:16:44.958Z[ host-image] Oct 18 21:16:43.369 INFO O| Oct 18 21:16:43.369 INFO ok!
91872024-10-18T21:16:44.958Z[ host-image] Oct 18 21:16:43.369 INFO O| Oct 18 21:16:43.369 INFO STEP 53 (ensure_file) COMPLETE
91882024-10-18T21:16:44.958Z[ host-image] Oct 18 21:16:43.369 INFO O| Oct 18 21:16:43.369 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91892024-10-18T21:16:44.968Z[ host-image] Oct 18 21:16:43.382 INFO O| Oct 18 21:16:43.382 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
91902024-10-18T21:16:44.968Z[ host-image] Oct 18 21:16:43.382 INFO O| Oct 18 21:16:43.382 INFO STEP 54 (ensure_dir) COMPLETE
91912024-10-18T21:16:44.971Z[ host-image] Oct 18 21:16:43.382 INFO O| Oct 18 21:16:43.382 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91922024-10-18T21:16:44.979Z[ host-image] Oct 18 21:16:43.392 INFO O| Oct 18 21:16:43.392 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91932024-10-18T21:16:44.979Z[ host-image] Oct 18 21:16:43.393 INFO O| Oct 18 21:16:43.392 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91942024-10-18T21:16:44.979Z[ host-image] Oct 18 21:16:43.393 INFO O| Oct 18 21:16:43.393 INFO STEP 55 (ensure_dir) COMPLETE
91952024-10-18T21:16:44.979Z[ host-image] Oct 18 21:16:43.393 INFO O| Oct 18 21:16:43.393 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91962024-10-18T21:16:44.989Z[ host-image] Oct 18 21:16:43.403 INFO O| Oct 18 21:16:43.402 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91972024-10-18T21:16:44.991Z[ host-image] Oct 18 21:16:43.403 INFO O| Oct 18 21:16:43.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91982024-10-18T21:16:44.991Z[ host-image] Oct 18 21:16:43.403 INFO O| Oct 18 21:16:43.403 INFO STEP 56 (ensure_dir) COMPLETE
91992024-10-18T21:16:44.991Z[ host-image] Oct 18 21:16:43.403 INFO O| Oct 18 21:16:43.403 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92002024-10-18T21:16:45.002Z[ host-image] Oct 18 21:16:43.415 INFO O| Oct 18 21:16:43.415 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
92012024-10-18T21:16:45.002Z[ host-image] Oct 18 21:16:43.415 INFO O| Oct 18 21:16:43.415 INFO copying /tmp/.tmp9zAH94/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
92022024-10-18T21:16:45.020Z[ host-image] Oct 18 21:16:43.434 INFO O| Oct 18 21:16:43.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
92032024-10-18T21:16:45.020Z[ host-image] Oct 18 21:16:43.434 INFO O| Oct 18 21:16:43.434 INFO ok!
92042024-10-18T21:16:45.023Z[ host-image] Oct 18 21:16:43.434 INFO O| Oct 18 21:16:43.434 INFO STEP 57 (ensure_file) COMPLETE
92052024-10-18T21:16:45.023Z[ host-image] Oct 18 21:16:43.434 INFO O| Oct 18 21:16:43.434 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92062024-10-18T21:16:45.032Z[ host-image] Oct 18 21:16:43.445 INFO O| Oct 18 21:16:43.445 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
92072024-10-18T21:16:45.032Z[ host-image] Oct 18 21:16:43.445 INFO O| Oct 18 21:16:43.445 INFO copying /tmp/.tmp9zAH94/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
92082024-10-18T21:16:46.196Z[ host-image] Oct 18 21:16:44.610 INFO O| Oct 18 21:16:44.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
92092024-10-18T21:16:46.197Z[ host-image] Oct 18 21:16:44.610 INFO O| Oct 18 21:16:44.610 INFO ok!
92102024-10-18T21:16:46.199Z[ host-image] Oct 18 21:16:44.610 INFO O| Oct 18 21:16:44.610 INFO STEP 58 (ensure_file) COMPLETE
92112024-10-18T21:16:46.199Z[ host-image] Oct 18 21:16:44.610 INFO O| Oct 18 21:16:44.610 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92122024-10-18T21:16:46.207Z[ host-image] Oct 18 21:16:44.621 INFO O| Oct 18 21:16:44.621 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92132024-10-18T21:16:46.210Z[ host-image] Oct 18 21:16:44.621 INFO O| Oct 18 21:16:44.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92142024-10-18T21:16:46.210Z[ host-image] Oct 18 21:16:44.621 INFO O| Oct 18 21:16:44.621 INFO STEP 59 (ensure_dir) COMPLETE
92152024-10-18T21:16:46.210Z[ host-image] Oct 18 21:16:44.621 INFO O| Oct 18 21:16:44.621 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92162024-10-18T21:16:46.217Z[ host-image] Oct 18 21:16:44.631 INFO O| Oct 18 21:16:44.631 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
92172024-10-18T21:16:46.217Z[ host-image] Oct 18 21:16:44.631 INFO O| Oct 18 21:16:44.631 INFO copying /tmp/.tmp9zAH94/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 ...
92182024-10-18T21:16:46.220Z[ host-image] Oct 18 21:16:44.631 INFO O| Oct 18 21:16:44.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
92192024-10-18T21:16:46.220Z[ host-image] Oct 18 21:16:44.631 INFO O| Oct 18 21:16:44.631 INFO ok!
92202024-10-18T21:16:46.220Z[ host-image] Oct 18 21:16:44.631 INFO O| Oct 18 21:16:44.631 INFO STEP 60 (ensure_file) COMPLETE
92212024-10-18T21:16:46.220Z[ host-image] Oct 18 21:16:44.631 INFO O| Oct 18 21:16:44.631 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92222024-10-18T21:16:46.227Z[ host-image] Oct 18 21:16:44.641 INFO O| Oct 18 21:16:44.641 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
92232024-10-18T21:16:46.227Z[ host-image] Oct 18 21:16:44.641 INFO O| Oct 18 21:16:44.641 INFO copying /tmp/.tmp9zAH94/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 ...
92242024-10-18T21:16:46.230Z[ host-image] Oct 18 21:16:44.641 INFO O| Oct 18 21:16:44.641 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
92252024-10-18T21:16:46.230Z[ host-image] Oct 18 21:16:44.641 INFO O| Oct 18 21:16:44.641 INFO ok!
92262024-10-18T21:16:46.230Z[ host-image] Oct 18 21:16:44.641 INFO O| Oct 18 21:16:44.641 INFO STEP 61 (ensure_file) COMPLETE
92272024-10-18T21:16:46.230Z[ host-image] Oct 18 21:16:44.641 INFO O| Oct 18 21:16:44.641 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92282024-10-18T21:16:46.237Z[ host-image] Oct 18 21:16:44.651 INFO O| Oct 18 21:16:44.650 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92292024-10-18T21:16:46.237Z[ host-image] Oct 18 21:16:44.651 INFO O| Oct 18 21:16:44.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92302024-10-18T21:16:46.240Z[ host-image] Oct 18 21:16:44.651 INFO O| Oct 18 21:16:44.651 INFO STEP 62 (ensure_dir) COMPLETE
92312024-10-18T21:16:46.240Z[ host-image] Oct 18 21:16:44.651 INFO O| Oct 18 21:16:44.651 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92322024-10-18T21:16:46.247Z[ host-image] Oct 18 21:16:44.660 INFO O| Oct 18 21:16:44.660 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
92332024-10-18T21:16:46.247Z[ host-image] Oct 18 21:16:44.660 INFO O| Oct 18 21:16:44.660 INFO copying /tmp/.tmp9zAH94/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 ...
92342024-10-18T21:16:46.249Z[ host-image] Oct 18 21:16:44.660 INFO O| Oct 18 21:16:44.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
92352024-10-18T21:16:46.249Z[ host-image] Oct 18 21:16:44.660 INFO O| Oct 18 21:16:44.660 INFO ok!
92362024-10-18T21:16:46.249Z[ host-image] Oct 18 21:16:44.660 INFO O| Oct 18 21:16:44.660 INFO STEP 63 (ensure_file) COMPLETE
92372024-10-18T21:16:46.249Z[ host-image] Oct 18 21:16:44.660 INFO O| Oct 18 21:16:44.660 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92382024-10-18T21:16:46.256Z[ host-image] Oct 18 21:16:44.670 INFO O| Oct 18 21:16:44.670 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92392024-10-18T21:16:46.256Z[ host-image] Oct 18 21:16:44.670 INFO O| Oct 18 21:16:44.670 INFO copying /tmp/.tmp9zAH94/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 ...
92402024-10-18T21:16:46.259Z[ host-image] Oct 18 21:16:44.670 INFO O| Oct 18 21:16:44.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
92412024-10-18T21:16:46.259Z[ host-image] Oct 18 21:16:44.670 INFO O| Oct 18 21:16:44.670 INFO ok!
92422024-10-18T21:16:46.259Z[ host-image] Oct 18 21:16:44.670 INFO O| Oct 18 21:16:44.670 INFO STEP 64 (ensure_file) COMPLETE
92432024-10-18T21:16:46.259Z[ host-image] Oct 18 21:16:44.670 INFO O| Oct 18 21:16:44.670 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92442024-10-18T21:16:46.266Z[ host-image] Oct 18 21:16:44.679 INFO O| Oct 18 21:16:44.679 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92452024-10-18T21:16:46.266Z[ host-image] Oct 18 21:16:44.679 INFO O| Oct 18 21:16:44.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92462024-10-18T21:16:46.266Z[ host-image] Oct 18 21:16:44.679 INFO O| Oct 18 21:16:44.679 INFO STEP 65 (ensure_dir) COMPLETE
92472024-10-18T21:16:46.268Z[ host-image] Oct 18 21:16:44.679 INFO O| Oct 18 21:16:44.679 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92482024-10-18T21:16:46.275Z[ host-image] Oct 18 21:16:44.689 INFO O| Oct 18 21:16:44.689 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92492024-10-18T21:16:46.275Z[ host-image] Oct 18 21:16:44.689 INFO O| Oct 18 21:16:44.689 INFO copying /tmp/.tmp9zAH94/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 ...
92502024-10-18T21:16:46.278Z[ host-image] Oct 18 21:16:44.689 INFO O| Oct 18 21:16:44.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92512024-10-18T21:16:46.278Z[ host-image] Oct 18 21:16:44.689 INFO O| Oct 18 21:16:44.689 INFO ok!
92522024-10-18T21:16:46.278Z[ host-image] Oct 18 21:16:44.689 INFO O| Oct 18 21:16:44.689 INFO STEP 66 (ensure_file) COMPLETE
92532024-10-18T21:16:46.278Z[ host-image] Oct 18 21:16:44.689 INFO O| Oct 18 21:16:44.689 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92542024-10-18T21:16:46.285Z[ host-image] Oct 18 21:16:44.698 INFO O| Oct 18 21:16:44.698 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
92552024-10-18T21:16:46.285Z[ host-image] Oct 18 21:16:44.698 INFO O| Oct 18 21:16:44.698 INFO copying /tmp/.tmp9zAH94/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
92562024-10-18T21:16:46.288Z[ host-image] Oct 18 21:16:44.698 INFO O| Oct 18 21:16:44.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
92572024-10-18T21:16:46.288Z[ host-image] Oct 18 21:16:44.699 INFO O| Oct 18 21:16:44.698 INFO ok!
92582024-10-18T21:16:46.288Z[ host-image] Oct 18 21:16:44.699 INFO O| Oct 18 21:16:44.698 INFO STEP 67 (ensure_file) COMPLETE
92592024-10-18T21:16:46.288Z[ host-image] Oct 18 21:16:44.699 INFO O| Oct 18 21:16:44.699 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92602024-10-18T21:16:46.295Z[ host-image] Oct 18 21:16:44.708 INFO O| Oct 18 21:16:44.708 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92612024-10-18T21:16:46.295Z[ host-image] Oct 18 21:16:44.708 INFO O| Oct 18 21:16:44.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92622024-10-18T21:16:46.297Z[ host-image] Oct 18 21:16:44.708 INFO O| Oct 18 21:16:44.708 INFO STEP 68 (ensure_dir) COMPLETE
92632024-10-18T21:16:46.297Z[ host-image] Oct 18 21:16:44.708 INFO O| Oct 18 21:16:44.708 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92642024-10-18T21:16:46.304Z[ host-image] Oct 18 21:16:44.718 INFO O| Oct 18 21:16:44.718 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92652024-10-18T21:16:46.307Z[ host-image] Oct 18 21:16:44.718 INFO O| Oct 18 21:16:44.718 INFO copying /tmp/.tmp9zAH94/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
92662024-10-18T21:16:47.345Z[ host-image] Oct 18 21:16:45.759 INFO O| Oct 18 21:16:45.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92672024-10-18T21:16:47.346Z[ host-image] Oct 18 21:16:45.759 INFO O| Oct 18 21:16:45.758 INFO ok!
92682024-10-18T21:16:47.348Z[ host-image] Oct 18 21:16:45.759 INFO O| Oct 18 21:16:45.758 INFO STEP 69 (ensure_file) COMPLETE
92692024-10-18T21:16:47.348Z[ host-image] Oct 18 21:16:45.759 INFO O| Oct 18 21:16:45.758 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92702024-10-18T21:16:47.356Z[ host-image] Oct 18 21:16:45.769 INFO O| Oct 18 21:16:45.769 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92712024-10-18T21:16:47.356Z[ host-image] Oct 18 21:16:45.769 INFO O| Oct 18 21:16:45.769 INFO copying /tmp/.tmp9zAH94/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
92722024-10-18T21:16:47.538Z[ recovery-image] Oct 18 21:16:45.951 INFO E| Finished `release` profile [optimized] target(s) in 38.55s
92732024-10-18T21:16:47.563Z[ recovery-image] Oct 18 21:16:45.976 INFO building host image...
92742024-10-18T21:16:47.565Z[ recovery-image] Oct 18 21:16:45.977 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")
92752024-10-18T21:16:48.261Z[ recovery-image] Oct 18 21:16:46.673 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
92762024-10-18T21:16:48.857Z[ host-image] Oct 18 21:16:47.270 INFO O| Oct 18 21:16:47.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
92772024-10-18T21:16:48.857Z[ host-image] Oct 18 21:16:47.270 INFO O| Oct 18 21:16:47.270 INFO ok!
92782024-10-18T21:16:48.857Z[ host-image] Oct 18 21:16:47.270 INFO O| Oct 18 21:16:47.270 INFO STEP 70 (ensure_file) COMPLETE
92792024-10-18T21:16:48.857Z[ host-image] Oct 18 21:16:47.270 INFO O| Oct 18 21:16:47.270 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92802024-10-18T21:16:48.867Z[ host-image] Oct 18 21:16:47.281 INFO O| Oct 18 21:16:47.281 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92812024-10-18T21:16:48.870Z[ host-image] Oct 18 21:16:47.281 INFO O| Oct 18 21:16:47.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92822024-10-18T21:16:48.870Z[ host-image] Oct 18 21:16:47.281 INFO O| Oct 18 21:16:47.281 INFO STEP 71 (ensure_dir) COMPLETE
92832024-10-18T21:16:48.870Z[ host-image] Oct 18 21:16:47.281 INFO O| Oct 18 21:16:47.281 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92842024-10-18T21:16:48.877Z[ host-image] Oct 18 21:16:47.290 INFO O| Oct 18 21:16:47.290 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
92852024-10-18T21:16:48.877Z[ host-image] Oct 18 21:16:47.290 INFO O| Oct 18 21:16:47.290 INFO copying /tmp/.tmp9zAH94/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 ...
92862024-10-18T21:16:48.880Z[ host-image] Oct 18 21:16:47.290 INFO O| Oct 18 21:16:47.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
92872024-10-18T21:16:48.880Z[ host-image] Oct 18 21:16:47.290 INFO O| Oct 18 21:16:47.290 INFO ok!
92882024-10-18T21:16:48.880Z[ host-image] Oct 18 21:16:47.290 INFO O| Oct 18 21:16:47.290 INFO STEP 72 (ensure_file) COMPLETE
92892024-10-18T21:16:48.880Z[ host-image] Oct 18 21:16:47.290 INFO O| Oct 18 21:16:47.290 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92902024-10-18T21:16:48.887Z[ host-image] Oct 18 21:16:47.300 INFO O| Oct 18 21:16:47.300 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
92912024-10-18T21:16:48.887Z[ host-image] Oct 18 21:16:47.300 INFO O| Oct 18 21:16:47.300 INFO copying /tmp/.tmp9zAH94/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 ...
92922024-10-18T21:16:48.889Z[ host-image] Oct 18 21:16:47.300 INFO O| Oct 18 21:16:47.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
92932024-10-18T21:16:48.889Z[ host-image] Oct 18 21:16:47.300 INFO O| Oct 18 21:16:47.300 INFO ok!
92942024-10-18T21:16:48.889Z[ host-image] Oct 18 21:16:47.300 INFO O| Oct 18 21:16:47.300 INFO STEP 73 (ensure_file) COMPLETE
92952024-10-18T21:16:48.889Z[ host-image] Oct 18 21:16:47.300 INFO O| Oct 18 21:16:47.300 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92962024-10-18T21:16:48.898Z[ host-image] Oct 18 21:16:47.311 INFO O| Oct 18 21:16:47.311 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
92972024-10-18T21:16:48.898Z[ host-image] Oct 18 21:16:47.311 INFO O| Oct 18 21:16:47.311 INFO copying /tmp/.tmp9zAH94/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
92982024-10-18T21:16:48.900Z[ host-image] Oct 18 21:16:47.311 INFO O| Oct 18 21:16:47.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
92992024-10-18T21:16:48.900Z[ host-image] Oct 18 21:16:47.311 INFO O| Oct 18 21:16:47.311 INFO ok!
93002024-10-18T21:16:48.900Z[ host-image] Oct 18 21:16:47.311 INFO O| Oct 18 21:16:47.311 INFO STEP 74 (ensure_file) COMPLETE
93012024-10-18T21:16:48.900Z[ host-image] Oct 18 21:16:47.311 INFO O| Oct 18 21:16:47.311 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93022024-10-18T21:16:48.908Z[ host-image] Oct 18 21:16:47.321 INFO O| Oct 18 21:16:47.321 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
93032024-10-18T21:16:48.910Z[ host-image] Oct 18 21:16:47.321 INFO O| Oct 18 21:16:47.321 INFO copying /tmp/.tmp9zAH94/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
93042024-10-18T21:16:48.910Z[ host-image] Oct 18 21:16:47.321 INFO O| Oct 18 21:16:47.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
93052024-10-18T21:16:48.910Z[ host-image] Oct 18 21:16:47.321 INFO O| Oct 18 21:16:47.321 INFO ok!
93062024-10-18T21:16:48.910Z[ host-image] Oct 18 21:16:47.321 INFO O| Oct 18 21:16:47.321 INFO STEP 75 (ensure_file) COMPLETE
93072024-10-18T21:16:48.910Z[ host-image] Oct 18 21:16:47.321 INFO O| Oct 18 21:16:47.321 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93082024-10-18T21:16:48.917Z[ host-image] Oct 18 21:16:47.330 INFO O| Oct 18 21:16:47.330 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93092024-10-18T21:16:48.917Z[ host-image] Oct 18 21:16:47.330 INFO O| Oct 18 21:16:47.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93102024-10-18T21:16:48.920Z[ host-image] Oct 18 21:16:47.330 INFO O| Oct 18 21:16:47.330 INFO STEP 76 (ensure_dir) COMPLETE
93112024-10-18T21:16:48.920Z[ host-image] Oct 18 21:16:47.330 INFO O| Oct 18 21:16:47.330 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93122024-10-18T21:16:48.926Z[ host-image] Oct 18 21:16:47.340 INFO O| Oct 18 21:16:47.340 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
93132024-10-18T21:16:48.926Z[ host-image] Oct 18 21:16:47.340 INFO O| Oct 18 21:16:47.340 INFO copying /tmp/.tmp9zAH94/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
93142024-10-18T21:16:48.930Z[ host-image] Oct 18 21:16:47.343 INFO O| Oct 18 21:16:47.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
93152024-10-18T21:16:48.933Z[ host-image] Oct 18 21:16:47.343 INFO O| Oct 18 21:16:47.343 INFO ok!
93162024-10-18T21:16:48.933Z[ host-image] Oct 18 21:16:47.343 INFO O| Oct 18 21:16:47.343 INFO STEP 77 (ensure_file) COMPLETE
93172024-10-18T21:16:48.933Z[ host-image] Oct 18 21:16:47.343 INFO O| Oct 18 21:16:47.343 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93182024-10-18T21:16:48.939Z[ host-image] Oct 18 21:16:47.353 INFO O| Oct 18 21:16:47.353 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
93192024-10-18T21:16:48.939Z[ host-image] Oct 18 21:16:47.353 INFO O| Oct 18 21:16:47.353 INFO copying /tmp/.tmp9zAH94/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
93202024-10-18T21:16:48.942Z[ host-image] Oct 18 21:16:47.353 INFO O| Oct 18 21:16:47.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
93212024-10-18T21:16:48.942Z[ host-image] Oct 18 21:16:47.353 INFO O| Oct 18 21:16:47.353 INFO ok!
93222024-10-18T21:16:48.942Z[ host-image] Oct 18 21:16:47.353 INFO O| Oct 18 21:16:47.353 INFO STEP 78 (ensure_file) COMPLETE
93232024-10-18T21:16:48.942Z[ host-image] Oct 18 21:16:47.353 INFO O| Oct 18 21:16:47.353 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93242024-10-18T21:16:48.949Z[ host-image] Oct 18 21:16:47.362 INFO O| Oct 18 21:16:47.362 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
93252024-10-18T21:16:48.949Z[ host-image] Oct 18 21:16:47.362 INFO O| Oct 18 21:16:47.362 INFO copying /tmp/.tmp9zAH94/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
93262024-10-18T21:16:49.794Z[ host-image] Oct 18 21:16:48.207 INFO O| Oct 18 21:16:48.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
93272024-10-18T21:16:49.794Z[ host-image] Oct 18 21:16:48.207 INFO O| Oct 18 21:16:48.207 INFO ok!
93282024-10-18T21:16:49.797Z[ host-image] Oct 18 21:16:48.207 INFO O| Oct 18 21:16:48.207 INFO STEP 79 (ensure_file) COMPLETE
93292024-10-18T21:16:49.797Z[ host-image] Oct 18 21:16:48.207 INFO O| Oct 18 21:16:48.207 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93302024-10-18T21:16:49.805Z[ host-image] Oct 18 21:16:48.219 INFO O| Oct 18 21:16:48.219 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93312024-10-18T21:16:49.808Z[ host-image] Oct 18 21:16:48.219 INFO O| Oct 18 21:16:48.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93322024-10-18T21:16:49.808Z[ host-image] Oct 18 21:16:48.219 INFO O| Oct 18 21:16:48.219 INFO STEP 80 (ensure_dir) COMPLETE
93332024-10-18T21:16:49.808Z[ host-image] Oct 18 21:16:48.219 INFO O| Oct 18 21:16:48.219 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93342024-10-18T21:16:49.815Z[ host-image] Oct 18 21:16:48.228 INFO O| Oct 18 21:16:48.228 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93352024-10-18T21:16:49.815Z[ host-image] Oct 18 21:16:48.229 INFO O| Oct 18 21:16:48.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93362024-10-18T21:16:49.815Z[ host-image] Oct 18 21:16:48.229 INFO O| Oct 18 21:16:48.228 INFO STEP 81 (ensure_dir) COMPLETE
93372024-10-18T21:16:49.818Z[ host-image] Oct 18 21:16:48.229 INFO O| Oct 18 21:16:48.229 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93382024-10-18T21:16:49.825Z[ host-image] Oct 18 21:16:48.238 INFO O| Oct 18 21:16:48.238 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93392024-10-18T21:16:49.825Z[ host-image] Oct 18 21:16:48.238 INFO O| Oct 18 21:16:48.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93402024-10-18T21:16:49.827Z[ host-image] Oct 18 21:16:48.238 INFO O| Oct 18 21:16:48.238 INFO STEP 82 (ensure_dir) COMPLETE
93412024-10-18T21:16:49.827Z[ host-image] Oct 18 21:16:48.238 INFO O| Oct 18 21:16:48.238 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93422024-10-18T21:16:49.835Z[ host-image] Oct 18 21:16:48.248 INFO O| Oct 18 21:16:48.248 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93432024-10-18T21:16:49.838Z[ host-image] Oct 18 21:16:48.248 INFO O| Oct 18 21:16:48.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93442024-10-18T21:16:49.838Z[ host-image] Oct 18 21:16:48.248 INFO O| Oct 18 21:16:48.248 INFO STEP 83 (ensure_dir) COMPLETE
93452024-10-18T21:16:49.838Z[ host-image] Oct 18 21:16:48.248 INFO O| Oct 18 21:16:48.248 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93462024-10-18T21:16:49.845Z[ host-image] Oct 18 21:16:48.258 INFO O| Oct 18 21:16:48.258 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93472024-10-18T21:16:49.848Z[ host-image] Oct 18 21:16:48.258 INFO O| Oct 18 21:16:48.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93482024-10-18T21:16:49.848Z[ host-image] Oct 18 21:16:48.258 INFO O| Oct 18 21:16:48.258 INFO STEP 84 (ensure_dir) COMPLETE
93492024-10-18T21:16:49.848Z[ host-image] Oct 18 21:16:48.258 INFO O| Oct 18 21:16:48.258 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93502024-10-18T21:16:49.857Z[ host-image] Oct 18 21:16:48.270 INFO O| Oct 18 21:16:48.270 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
93512024-10-18T21:16:49.857Z[ host-image] Oct 18 21:16:48.270 INFO O| Oct 18 21:16:48.270 INFO copying /tmp/.tmp9zAH94/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 ...
93522024-10-18T21:16:49.861Z[ host-image] Oct 18 21:16:48.270 INFO O| Oct 18 21:16:48.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
93532024-10-18T21:16:49.861Z[ host-image] Oct 18 21:16:48.270 INFO O| Oct 18 21:16:48.270 INFO ok!
93542024-10-18T21:16:49.861Z[ host-image] Oct 18 21:16:48.270 INFO O| Oct 18 21:16:48.270 INFO STEP 85 (ensure_file) COMPLETE
93552024-10-18T21:16:49.861Z[ host-image] Oct 18 21:16:48.270 INFO O| Oct 18 21:16:48.270 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93562024-10-18T21:16:49.867Z[ host-image] Oct 18 21:16:48.280 INFO O| Oct 18 21:16:48.280 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93572024-10-18T21:16:49.870Z[ host-image] Oct 18 21:16:48.280 INFO O| Oct 18 21:16:48.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93582024-10-18T21:16:49.870Z[ host-image] Oct 18 21:16:48.280 INFO O| Oct 18 21:16:48.280 INFO STEP 86 (ensure_dir) COMPLETE
93592024-10-18T21:16:49.870Z[ host-image] Oct 18 21:16:48.280 INFO O| Oct 18 21:16:48.280 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93602024-10-18T21:16:49.877Z[ host-image] Oct 18 21:16:48.290 INFO O| Oct 18 21:16:48.290 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
93612024-10-18T21:16:49.877Z[ host-image] Oct 18 21:16:48.290 INFO O| Oct 18 21:16:48.290 INFO copying /tmp/.tmp9zAH94/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
93622024-10-18T21:16:49.879Z[ host-image] Oct 18 21:16:48.290 INFO O| Oct 18 21:16:48.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
93632024-10-18T21:16:49.879Z[ host-image] Oct 18 21:16:48.290 INFO O| Oct 18 21:16:48.290 INFO ok!
93642024-10-18T21:16:49.879Z[ host-image] Oct 18 21:16:48.290 INFO O| Oct 18 21:16:48.290 INFO STEP 87 (ensure_file) COMPLETE
93652024-10-18T21:16:49.879Z[ host-image] Oct 18 21:16:48.290 INFO O| Oct 18 21:16:48.290 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93662024-10-18T21:16:49.887Z[ host-image] Oct 18 21:16:48.300 INFO O| Oct 18 21:16:48.300 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93672024-10-18T21:16:49.890Z[ host-image] Oct 18 21:16:48.301 INFO O| Oct 18 21:16:48.300 INFO copying /tmp/.tmp9zAH94/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93682024-10-18T21:16:49.898Z[ host-image] Oct 18 21:16:48.311 INFO O| Oct 18 21:16:48.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
93692024-10-18T21:16:49.901Z[ host-image] Oct 18 21:16:48.311 INFO O| Oct 18 21:16:48.311 INFO ok!
93702024-10-18T21:16:49.901Z[ host-image] Oct 18 21:16:48.311 INFO O| Oct 18 21:16:48.311 INFO STEP 88 (ensure_file) COMPLETE
93712024-10-18T21:16:49.901Z[ host-image] Oct 18 21:16:48.311 INFO O| Oct 18 21:16:48.311 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93722024-10-18T21:16:49.910Z[ host-image] Oct 18 21:16:48.323 INFO O| Oct 18 21:16:48.323 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
93732024-10-18T21:16:49.910Z[ host-image] Oct 18 21:16:48.323 INFO O| Oct 18 21:16:48.323 INFO copying /tmp/.tmp9zAH94/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
93742024-10-18T21:16:50.274Z[ recovery-image] Oct 18 21:16:48.686 INFO image complete! materials are in "/work/os-recovery"
93752024-10-18T21:16:50.276Z[ recovery-image]
93762024-10-18T21:16:50.276Z[ recovery-image] real 7:48.514037721
93772024-10-18T21:16:50.276Z[ recovery-image] user 5:08.522981285
93782024-10-18T21:16:50.276Z[ recovery-image] sys 52.324432084
93792024-10-18T21:16:50.279Z[ recovery-image] trap 0.222928585
93802024-10-18T21:16:50.279Z[ recovery-image] tflt 0.275757351
93812024-10-18T21:16:50.279Z[ recovery-image] dflt 1.049290536
93822024-10-18T21:16:50.279Z[ recovery-image] kflt 0.000006308
93832024-10-18T21:16:50.279Z[ recovery-image] lock 16:41.764062424
93842024-10-18T21:16:50.279Z[ recovery-image] slp 46:40.501882895
93852024-10-18T21:16:50.279Z[ recovery-image] lat 2:18.101771698
93862024-10-18T21:16:50.279Z[ recovery-image] stop 4.981101495
93872024-10-18T21:16:50.279ZOct 18 21:16:48.690 INFO [recovery-image] process exited with exit status: 0 (468.550528596s)
93882024-10-18T21:16:50.279Z[ host-image] Oct 18 21:16:48.691 INFO O| Oct 18 21:16:48.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
93892024-10-18T21:16:50.279Z[ host-image] Oct 18 21:16:48.691 INFO O| Oct 18 21:16:48.691 INFO ok!
93902024-10-18T21:16:50.279Z[ host-image] Oct 18 21:16:48.691 INFO O| Oct 18 21:16:48.691 INFO STEP 89 (ensure_file) COMPLETE
93912024-10-18T21:16:50.279Z[ host-image] Oct 18 21:16:48.691 INFO O| Oct 18 21:16:48.691 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93922024-10-18T21:16:50.289Z[ host-image] Oct 18 21:16:48.702 INFO O| Oct 18 21:16:48.702 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
93932024-10-18T21:16:50.289Z[ host-image] Oct 18 21:16:48.702 INFO O| Oct 18 21:16:48.702 INFO copying /tmp/.tmp9zAH94/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
93942024-10-18T21:16:50.292Z[ host-image] Oct 18 21:16:48.702 INFO O| Oct 18 21:16:48.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
93952024-10-18T21:16:50.292Z[ host-image] Oct 18 21:16:48.702 INFO O| Oct 18 21:16:48.702 INFO ok!
93962024-10-18T21:16:50.292Z[ host-image] Oct 18 21:16:48.702 INFO O| Oct 18 21:16:48.702 INFO STEP 90 (ensure_file) COMPLETE
93972024-10-18T21:16:50.292Z[ host-image] Oct 18 21:16:48.702 INFO O| Oct 18 21:16:48.702 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93982024-10-18T21:16:50.299Z[ host-image] Oct 18 21:16:48.712 INFO O| Oct 18 21:16:48.712 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93992024-10-18T21:16:50.301Z[ host-image] Oct 18 21:16:48.712 INFO O| Oct 18 21:16:48.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94002024-10-18T21:16:50.301Z[ host-image] Oct 18 21:16:48.712 INFO O| Oct 18 21:16:48.712 INFO STEP 91 (ensure_dir) COMPLETE
94012024-10-18T21:16:50.301Z[ host-image] Oct 18 21:16:48.712 INFO O| Oct 18 21:16:48.712 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94022024-10-18T21:16:50.308Z[ host-image] Oct 18 21:16:48.721 INFO O| Oct 18 21:16:48.721 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
94032024-10-18T21:16:50.308Z[ host-image] Oct 18 21:16:48.721 INFO O| Oct 18 21:16:48.721 INFO copying /tmp/.tmp9zAH94/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 ...
94042024-10-18T21:16:50.311Z[ host-image] Oct 18 21:16:48.721 INFO O| Oct 18 21:16:48.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
94052024-10-18T21:16:50.311Z[ host-image] Oct 18 21:16:48.721 INFO O| Oct 18 21:16:48.721 INFO ok!
94062024-10-18T21:16:50.311Z[ host-image] Oct 18 21:16:48.721 INFO O| Oct 18 21:16:48.721 INFO STEP 92 (ensure_file) COMPLETE
94072024-10-18T21:16:50.311Z[ host-image] Oct 18 21:16:48.721 INFO O| Oct 18 21:16:48.721 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94082024-10-18T21:16:50.318Z[ host-image] Oct 18 21:16:48.731 INFO O| Oct 18 21:16:48.731 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
94092024-10-18T21:16:50.318Z[ host-image] Oct 18 21:16:48.731 INFO O| Oct 18 21:16:48.731 INFO copying /tmp/.tmp9zAH94/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 ...
94102024-10-18T21:16:50.320Z[ host-image] Oct 18 21:16:48.731 INFO O| Oct 18 21:16:48.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
94112024-10-18T21:16:50.320Z[ host-image] Oct 18 21:16:48.731 INFO O| Oct 18 21:16:48.731 INFO ok!
94122024-10-18T21:16:50.320Z[ host-image] Oct 18 21:16:48.731 INFO O| Oct 18 21:16:48.731 INFO STEP 93 (ensure_file) COMPLETE
94132024-10-18T21:16:50.320Z[ host-image] Oct 18 21:16:48.731 INFO O| Oct 18 21:16:48.731 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94142024-10-18T21:16:50.328Z[ host-image] Oct 18 21:16:48.741 INFO O| Oct 18 21:16:48.741 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
94152024-10-18T21:16:50.328Z[ host-image] Oct 18 21:16:48.741 INFO O| Oct 18 21:16:48.741 INFO copying /tmp/.tmp9zAH94/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 ...
94162024-10-18T21:16:50.330Z[ host-image] Oct 18 21:16:48.741 INFO O| Oct 18 21:16:48.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
94172024-10-18T21:16:50.330Z[ host-image] Oct 18 21:16:48.741 INFO O| Oct 18 21:16:48.741 INFO ok!
94182024-10-18T21:16:50.330Z[ host-image] Oct 18 21:16:48.741 INFO O| Oct 18 21:16:48.741 INFO STEP 94 (ensure_file) COMPLETE
94192024-10-18T21:16:50.330Z[ host-image] Oct 18 21:16:48.741 INFO O| Oct 18 21:16:48.741 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94202024-10-18T21:16:50.337Z[ host-image] Oct 18 21:16:48.750 INFO O| Oct 18 21:16:48.750 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
94212024-10-18T21:16:50.337Z[ host-image] Oct 18 21:16:48.750 INFO O| Oct 18 21:16:48.750 INFO copying /tmp/.tmp9zAH94/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 ...
94222024-10-18T21:16:50.340Z[ host-image] Oct 18 21:16:48.750 INFO O| Oct 18 21:16:48.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
94232024-10-18T21:16:50.340Z[ host-image] Oct 18 21:16:48.750 INFO O| Oct 18 21:16:48.750 INFO ok!
94242024-10-18T21:16:50.340Z[ host-image] Oct 18 21:16:48.750 INFO O| Oct 18 21:16:48.750 INFO STEP 95 (ensure_file) COMPLETE
94252024-10-18T21:16:50.340Z[ host-image] Oct 18 21:16:48.750 INFO O| Oct 18 21:16:48.750 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94262024-10-18T21:16:50.347Z[ host-image] Oct 18 21:16:48.760 INFO O| Oct 18 21:16:48.760 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
94272024-10-18T21:16:50.347Z[ host-image] Oct 18 21:16:48.760 INFO O| Oct 18 21:16:48.760 INFO copying /tmp/.tmp9zAH94/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 ...
94282024-10-18T21:16:50.350Z[ host-image] Oct 18 21:16:48.760 INFO O| Oct 18 21:16:48.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
94292024-10-18T21:16:50.350Z[ host-image] Oct 18 21:16:48.760 INFO O| Oct 18 21:16:48.760 INFO ok!
94302024-10-18T21:16:50.350Z[ host-image] Oct 18 21:16:48.760 INFO O| Oct 18 21:16:48.760 INFO STEP 96 (ensure_file) COMPLETE
94312024-10-18T21:16:50.350Z[ host-image] Oct 18 21:16:48.760 INFO O| Oct 18 21:16:48.760 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94322024-10-18T21:16:50.356Z[ host-image] Oct 18 21:16:48.770 INFO O| Oct 18 21:16:48.769 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
94332024-10-18T21:16:50.356Z[ host-image] Oct 18 21:16:48.770 INFO O| Oct 18 21:16:48.770 INFO copying /tmp/.tmp9zAH94/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
94342024-10-18T21:16:50.359Z[ host-image] Oct 18 21:16:48.770 INFO O| Oct 18 21:16:48.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
94352024-10-18T21:16:50.359Z[ host-image] Oct 18 21:16:48.770 INFO O| Oct 18 21:16:48.770 INFO ok!
94362024-10-18T21:16:50.359Z[ host-image] Oct 18 21:16:48.770 INFO O| Oct 18 21:16:48.770 INFO STEP 97 (ensure_file) COMPLETE
94372024-10-18T21:16:50.359Z[ host-image] Oct 18 21:16:48.770 INFO O| Oct 18 21:16:48.770 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94382024-10-18T21:16:50.366Z[ host-image] Oct 18 21:16:48.779 INFO O| Oct 18 21:16:48.779 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
94392024-10-18T21:16:50.366Z[ host-image] Oct 18 21:16:48.779 INFO O| Oct 18 21:16:48.779 INFO copying /tmp/.tmp9zAH94/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 ...
94402024-10-18T21:16:50.369Z[ host-image] Oct 18 21:16:48.779 INFO O| Oct 18 21:16:48.779 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
94412024-10-18T21:16:50.369Z[ host-image] Oct 18 21:16:48.779 INFO O| Oct 18 21:16:48.779 INFO ok!
94422024-10-18T21:16:50.369Z[ host-image] Oct 18 21:16:48.779 INFO O| Oct 18 21:16:48.779 INFO STEP 98 (ensure_file) COMPLETE
94432024-10-18T21:16:50.369Z[ host-image] Oct 18 21:16:48.779 INFO O| Oct 18 21:16:48.779 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94442024-10-18T21:16:50.376Z[ host-image] Oct 18 21:16:48.789 INFO O| Oct 18 21:16:48.789 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
94452024-10-18T21:16:50.376Z[ host-image] Oct 18 21:16:48.789 INFO O| Oct 18 21:16:48.789 INFO copying /tmp/.tmp9zAH94/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 ...
94462024-10-18T21:16:50.379Z[ host-image] Oct 18 21:16:48.789 INFO O| Oct 18 21:16:48.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
94472024-10-18T21:16:50.379Z[ host-image] Oct 18 21:16:48.790 INFO O| Oct 18 21:16:48.789 INFO ok!
94482024-10-18T21:16:50.379Z[ host-image] Oct 18 21:16:48.790 INFO O| Oct 18 21:16:48.790 INFO STEP 99 (ensure_file) COMPLETE
94492024-10-18T21:16:50.379Z[ host-image] Oct 18 21:16:48.790 INFO O| Oct 18 21:16:48.790 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94502024-10-18T21:16:50.386Z[ host-image] Oct 18 21:16:48.799 INFO O| Oct 18 21:16:48.799 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
94512024-10-18T21:16:50.386Z[ host-image] Oct 18 21:16:48.799 INFO O| Oct 18 21:16:48.799 INFO copying /tmp/.tmp9zAH94/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 ...
94522024-10-18T21:16:50.389Z[ host-image] Oct 18 21:16:48.799 INFO O| Oct 18 21:16:48.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
94532024-10-18T21:16:50.389Z[ host-image] Oct 18 21:16:48.800 INFO O| Oct 18 21:16:48.799 INFO ok!
94542024-10-18T21:16:50.389Z[ host-image] Oct 18 21:16:48.800 INFO O| Oct 18 21:16:48.799 INFO STEP 100 (ensure_file) COMPLETE
94552024-10-18T21:16:50.389Z[ host-image] Oct 18 21:16:48.800 INFO O| Oct 18 21:16:48.799 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94562024-10-18T21:16:50.396Z[ host-image] Oct 18 21:16:48.809 INFO O| Oct 18 21:16:48.809 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
94572024-10-18T21:16:50.396Z[ host-image] Oct 18 21:16:48.809 INFO O| Oct 18 21:16:48.809 INFO copying /tmp/.tmp9zAH94/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
94582024-10-18T21:16:50.399Z[ host-image] Oct 18 21:16:48.809 INFO O| Oct 18 21:16:48.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
94592024-10-18T21:16:50.399Z[ host-image] Oct 18 21:16:48.809 INFO O| Oct 18 21:16:48.809 INFO ok!
94602024-10-18T21:16:50.399Z[ host-image] Oct 18 21:16:48.809 INFO O| Oct 18 21:16:48.809 INFO STEP 101 (ensure_file) COMPLETE
94612024-10-18T21:16:50.399Z[ host-image] Oct 18 21:16:48.809 INFO O| Oct 18 21:16:48.809 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94622024-10-18T21:16:50.406Z[ host-image] Oct 18 21:16:48.819 INFO O| Oct 18 21:16:48.819 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
94632024-10-18T21:16:50.406Z[ host-image] Oct 18 21:16:48.819 INFO O| Oct 18 21:16:48.819 INFO copying /tmp/.tmp9zAH94/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 ...
94642024-10-18T21:16:50.409Z[ host-image] Oct 18 21:16:48.819 INFO O| Oct 18 21:16:48.819 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
94652024-10-18T21:16:50.409Z[ host-image] Oct 18 21:16:48.819 INFO O| Oct 18 21:16:48.819 INFO ok!
94662024-10-18T21:16:50.409Z[ host-image] Oct 18 21:16:48.819 INFO O| Oct 18 21:16:48.819 INFO STEP 102 (ensure_file) COMPLETE
94672024-10-18T21:16:50.409Z[ host-image] Oct 18 21:16:48.819 INFO O| Oct 18 21:16:48.819 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94682024-10-18T21:16:50.415Z[ host-image] Oct 18 21:16:48.828 INFO O| Oct 18 21:16:48.828 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
94692024-10-18T21:16:50.415Z[ host-image] Oct 18 21:16:48.828 INFO O| Oct 18 21:16:48.828 INFO copying /tmp/.tmp9zAH94/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 ...
94702024-10-18T21:16:50.418Z[ host-image] Oct 18 21:16:48.829 INFO O| Oct 18 21:16:48.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94712024-10-18T21:16:50.418Z[ host-image] Oct 18 21:16:48.829 INFO O| Oct 18 21:16:48.829 INFO ok!
94722024-10-18T21:16:50.418Z[ host-image] Oct 18 21:16:48.829 INFO O| Oct 18 21:16:48.829 INFO STEP 103 (ensure_file) COMPLETE
94732024-10-18T21:16:50.418Z[ host-image] Oct 18 21:16:48.829 INFO O| Oct 18 21:16:48.829 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94742024-10-18T21:16:50.425Z[ host-image] Oct 18 21:16:48.838 INFO O| Oct 18 21:16:48.838 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94752024-10-18T21:16:50.425Z[ host-image] Oct 18 21:16:48.838 INFO O| Oct 18 21:16:48.838 INFO copying /tmp/.tmp9zAH94/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 ...
94762024-10-18T21:16:50.427Z[ host-image] Oct 18 21:16:48.838 INFO O| Oct 18 21:16:48.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
94772024-10-18T21:16:50.427Z[ host-image] Oct 18 21:16:48.838 INFO O| Oct 18 21:16:48.838 INFO ok!
94782024-10-18T21:16:50.427Z[ host-image] Oct 18 21:16:48.838 INFO O| Oct 18 21:16:48.838 INFO STEP 104 (ensure_file) COMPLETE
94792024-10-18T21:16:50.427Z[ host-image] Oct 18 21:16:48.838 INFO O| Oct 18 21:16:48.838 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94802024-10-18T21:16:50.435Z[ host-image] Oct 18 21:16:48.848 INFO O| Oct 18 21:16:48.848 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
94812024-10-18T21:16:50.437Z[ host-image] Oct 18 21:16:48.848 INFO O| Oct 18 21:16:48.848 INFO copying /tmp/.tmp9zAH94/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 ...
94822024-10-18T21:16:50.438Z[ host-image] Oct 18 21:16:48.848 INFO O| Oct 18 21:16:48.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
94832024-10-18T21:16:50.438Z[ host-image] Oct 18 21:16:48.848 INFO O| Oct 18 21:16:48.848 INFO ok!
94842024-10-18T21:16:50.438Z[ host-image] Oct 18 21:16:48.848 INFO O| Oct 18 21:16:48.848 INFO STEP 105 (ensure_file) COMPLETE
94852024-10-18T21:16:50.438Z[ host-image] Oct 18 21:16:48.848 INFO O| Oct 18 21:16:48.848 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94862024-10-18T21:16:50.444Z[ host-image] Oct 18 21:16:48.857 INFO O| Oct 18 21:16:48.857 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
94872024-10-18T21:16:50.444Z[ host-image] Oct 18 21:16:48.857 INFO O| Oct 18 21:16:48.857 INFO copying /tmp/.tmp9zAH94/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 ...
94882024-10-18T21:16:50.447Z[ host-image] Oct 18 21:16:48.858 INFO O| Oct 18 21:16:48.857 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
94892024-10-18T21:16:50.447Z[ host-image] Oct 18 21:16:48.858 INFO O| Oct 18 21:16:48.858 INFO ok!
94902024-10-18T21:16:50.447Z[ host-image] Oct 18 21:16:48.858 INFO O| Oct 18 21:16:48.858 INFO STEP 106 (ensure_file) COMPLETE
94912024-10-18T21:16:50.447Z[ host-image] Oct 18 21:16:48.858 INFO O| Oct 18 21:16:48.858 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94922024-10-18T21:16:50.454Z[ host-image] Oct 18 21:16:48.867 INFO O| Oct 18 21:16:48.867 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
94932024-10-18T21:16:50.454Z[ host-image] Oct 18 21:16:48.867 INFO O| Oct 18 21:16:48.867 INFO copying /tmp/.tmp9zAH94/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 ...
94942024-10-18T21:16:50.456Z[ host-image] Oct 18 21:16:48.867 INFO O| Oct 18 21:16:48.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
94952024-10-18T21:16:50.456Z[ host-image] Oct 18 21:16:48.867 INFO O| Oct 18 21:16:48.867 INFO ok!
94962024-10-18T21:16:50.456Z[ host-image] Oct 18 21:16:48.867 INFO O| Oct 18 21:16:48.867 INFO STEP 107 (ensure_file) COMPLETE
94972024-10-18T21:16:50.456Z[ host-image] Oct 18 21:16:48.867 INFO O| Oct 18 21:16:48.867 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94982024-10-18T21:16:50.463Z[ host-image] Oct 18 21:16:48.876 INFO O| Oct 18 21:16:48.876 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
94992024-10-18T21:16:50.463Z[ host-image] Oct 18 21:16:48.877 INFO O| Oct 18 21:16:48.876 INFO copying /tmp/.tmp9zAH94/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 ...
95002024-10-18T21:16:50.466Z[ host-image] Oct 18 21:16:48.877 INFO O| Oct 18 21:16:48.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
95012024-10-18T21:16:50.466Z[ host-image] Oct 18 21:16:48.877 INFO O| Oct 18 21:16:48.877 INFO ok!
95022024-10-18T21:16:50.466Z[ host-image] Oct 18 21:16:48.877 INFO O| Oct 18 21:16:48.877 INFO STEP 108 (ensure_file) COMPLETE
95032024-10-18T21:16:50.466Z[ host-image] Oct 18 21:16:48.877 INFO O| Oct 18 21:16:48.877 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95042024-10-18T21:16:50.473Z[ host-image] Oct 18 21:16:48.886 INFO O| Oct 18 21:16:48.886 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
95052024-10-18T21:16:50.473Z[ host-image] Oct 18 21:16:48.886 INFO O| Oct 18 21:16:48.886 INFO copying /tmp/.tmp9zAH94/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 ...
95062024-10-18T21:16:50.476Z[ host-image] Oct 18 21:16:48.886 INFO O| Oct 18 21:16:48.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
95072024-10-18T21:16:50.476Z[ host-image] Oct 18 21:16:48.886 INFO O| Oct 18 21:16:48.886 INFO ok!
95082024-10-18T21:16:50.476Z[ host-image] Oct 18 21:16:48.886 INFO O| Oct 18 21:16:48.886 INFO STEP 109 (ensure_file) COMPLETE
95092024-10-18T21:16:50.476Z[ host-image] Oct 18 21:16:48.886 INFO O| Oct 18 21:16:48.886 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95102024-10-18T21:16:50.483Z[ host-image] Oct 18 21:16:48.896 INFO O| Oct 18 21:16:48.896 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
95112024-10-18T21:16:50.483Z[ host-image] Oct 18 21:16:48.896 INFO O| Oct 18 21:16:48.896 INFO copying /tmp/.tmp9zAH94/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 ...
95122024-10-18T21:16:50.486Z[ host-image] Oct 18 21:16:48.896 INFO O| Oct 18 21:16:48.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
95132024-10-18T21:16:50.486Z[ host-image] Oct 18 21:16:48.896 INFO O| Oct 18 21:16:48.896 INFO ok!
95142024-10-18T21:16:50.486Z[ host-image] Oct 18 21:16:48.896 INFO O| Oct 18 21:16:48.896 INFO STEP 110 (ensure_file) COMPLETE
95152024-10-18T21:16:50.486Z[ host-image] Oct 18 21:16:48.896 INFO O| Oct 18 21:16:48.896 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95162024-10-18T21:16:50.493Z[ host-image] Oct 18 21:16:48.905 INFO O| Oct 18 21:16:48.905 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
95172024-10-18T21:16:50.495Z[ host-image] Oct 18 21:16:48.905 INFO O| Oct 18 21:16:48.905 INFO copying /tmp/.tmp9zAH94/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 ...
95182024-10-18T21:16:50.495Z[ host-image] Oct 18 21:16:48.905 INFO O| Oct 18 21:16:48.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
95192024-10-18T21:16:50.495Z[ host-image] Oct 18 21:16:48.905 INFO O| Oct 18 21:16:48.905 INFO ok!
95202024-10-18T21:16:50.495Z[ host-image] Oct 18 21:16:48.905 INFO O| Oct 18 21:16:48.905 INFO STEP 111 (ensure_file) COMPLETE
95212024-10-18T21:16:50.496Z[ host-image] Oct 18 21:16:48.905 INFO O| Oct 18 21:16:48.905 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95222024-10-18T21:16:50.501Z[ host-image] Oct 18 21:16:48.914 INFO O| Oct 18 21:16:48.914 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
95232024-10-18T21:16:50.501Z[ host-image] Oct 18 21:16:48.914 INFO O| Oct 18 21:16:48.914 INFO copying /tmp/.tmp9zAH94/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 ...
95242024-10-18T21:16:50.504Z[ host-image] Oct 18 21:16:48.914 INFO O| Oct 18 21:16:48.914 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
95252024-10-18T21:16:50.504Z[ host-image] Oct 18 21:16:48.914 INFO O| Oct 18 21:16:48.914 INFO ok!
95262024-10-18T21:16:50.504Z[ host-image] Oct 18 21:16:48.914 INFO O| Oct 18 21:16:48.914 INFO STEP 112 (ensure_file) COMPLETE
95272024-10-18T21:16:50.504Z[ host-image] Oct 18 21:16:48.915 INFO O| Oct 18 21:16:48.914 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95282024-10-18T21:16:50.511Z[ host-image] Oct 18 21:16:48.924 INFO O| Oct 18 21:16:48.924 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
95292024-10-18T21:16:50.511Z[ host-image] Oct 18 21:16:48.924 INFO O| Oct 18 21:16:48.924 INFO copying /tmp/.tmp9zAH94/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 ...
95302024-10-18T21:16:50.513Z[ host-image] Oct 18 21:16:48.924 INFO O| Oct 18 21:16:48.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
95312024-10-18T21:16:50.513Z[ host-image] Oct 18 21:16:48.924 INFO O| Oct 18 21:16:48.924 INFO ok!
95322024-10-18T21:16:50.513Z[ host-image] Oct 18 21:16:48.924 INFO O| Oct 18 21:16:48.924 INFO STEP 113 (ensure_file) COMPLETE
95332024-10-18T21:16:50.513Z[ host-image] Oct 18 21:16:48.924 INFO O| Oct 18 21:16:48.924 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95342024-10-18T21:16:50.520Z[ host-image] Oct 18 21:16:48.933 INFO O| Oct 18 21:16:48.933 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
95352024-10-18T21:16:50.523Z[ host-image] Oct 18 21:16:48.933 INFO O| Oct 18 21:16:48.933 INFO copying /tmp/.tmp9zAH94/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 ...
95362024-10-18T21:16:50.523Z[ host-image] Oct 18 21:16:48.933 INFO O| Oct 18 21:16:48.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
95372024-10-18T21:16:50.523Z[ host-image] Oct 18 21:16:48.933 INFO O| Oct 18 21:16:48.933 INFO ok!
95382024-10-18T21:16:50.523Z[ host-image] Oct 18 21:16:48.933 INFO O| Oct 18 21:16:48.933 INFO STEP 114 (ensure_file) COMPLETE
95392024-10-18T21:16:50.523Z[ host-image] Oct 18 21:16:48.933 INFO O| Oct 18 21:16:48.933 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95402024-10-18T21:16:50.530Z[ host-image] Oct 18 21:16:48.943 INFO O| Oct 18 21:16:48.943 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
95412024-10-18T21:16:50.530Z[ host-image] Oct 18 21:16:48.943 INFO O| Oct 18 21:16:48.943 INFO copying /tmp/.tmp9zAH94/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 ...
95422024-10-18T21:16:50.530Z[ host-image] Oct 18 21:16:48.943 INFO O| Oct 18 21:16:48.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
95432024-10-18T21:16:50.534Z[ host-image] Oct 18 21:16:48.943 INFO O| Oct 18 21:16:48.943 INFO ok!
95442024-10-18T21:16:50.534Z[ host-image] Oct 18 21:16:48.944 INFO O| Oct 18 21:16:48.943 INFO STEP 115 (ensure_file) COMPLETE
95452024-10-18T21:16:50.534Z[ host-image] Oct 18 21:16:48.944 INFO O| Oct 18 21:16:48.943 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95462024-10-18T21:16:50.540Z[ host-image] Oct 18 21:16:48.953 INFO O| Oct 18 21:16:48.953 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
95472024-10-18T21:16:50.540Z[ host-image] Oct 18 21:16:48.953 INFO O| Oct 18 21:16:48.953 INFO copying /tmp/.tmp9zAH94/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
95482024-10-18T21:16:50.544Z[ host-image] Oct 18 21:16:48.953 INFO O| Oct 18 21:16:48.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
95492024-10-18T21:16:50.544Z[ host-image] Oct 18 21:16:48.953 INFO O| Oct 18 21:16:48.953 INFO ok!
95502024-10-18T21:16:50.544Z[ host-image] Oct 18 21:16:48.953 INFO O| Oct 18 21:16:48.953 INFO STEP 116 (ensure_file) COMPLETE
95512024-10-18T21:16:50.544Z[ host-image] Oct 18 21:16:48.953 INFO O| Oct 18 21:16:48.953 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95522024-10-18T21:16:50.550Z[ host-image] Oct 18 21:16:48.962 INFO O| Oct 18 21:16:48.962 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
95532024-10-18T21:16:50.550Z[ host-image] Oct 18 21:16:48.962 INFO O| Oct 18 21:16:48.962 INFO copying /tmp/.tmp9zAH94/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 ...
95542024-10-18T21:16:50.553Z[ host-image] Oct 18 21:16:48.963 INFO O| Oct 18 21:16:48.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
95552024-10-18T21:16:50.553Z[ host-image] Oct 18 21:16:48.963 INFO O| Oct 18 21:16:48.963 INFO ok!
95562024-10-18T21:16:50.553Z[ host-image] Oct 18 21:16:48.963 INFO O| Oct 18 21:16:48.963 INFO STEP 117 (ensure_file) COMPLETE
95572024-10-18T21:16:50.553Z[ host-image] Oct 18 21:16:48.963 INFO O| Oct 18 21:16:48.963 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95582024-10-18T21:16:50.559Z[ host-image] Oct 18 21:16:48.972 INFO O| Oct 18 21:16:48.972 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
95592024-10-18T21:16:50.559Z[ host-image] Oct 18 21:16:48.972 INFO O| Oct 18 21:16:48.972 INFO copying /tmp/.tmp9zAH94/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
95602024-10-18T21:16:50.562Z[ host-image] Oct 18 21:16:48.972 INFO O| Oct 18 21:16:48.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
95612024-10-18T21:16:50.562Z[ host-image] Oct 18 21:16:48.972 INFO O| Oct 18 21:16:48.972 INFO ok!
95622024-10-18T21:16:50.562Z[ host-image] Oct 18 21:16:48.972 INFO O| Oct 18 21:16:48.972 INFO STEP 118 (ensure_file) COMPLETE
95632024-10-18T21:16:50.562Z[ host-image] Oct 18 21:16:48.972 INFO O| Oct 18 21:16:48.972 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95642024-10-18T21:16:50.568Z[ host-image] Oct 18 21:16:48.982 INFO O| Oct 18 21:16:48.981 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
95652024-10-18T21:16:50.569Z[ host-image] Oct 18 21:16:48.982 INFO O| Oct 18 21:16:48.982 INFO copying /tmp/.tmp9zAH94/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
95662024-10-18T21:16:54.059Z[ host-image] Oct 18 21:16:52.472 INFO O| Oct 18 21:16:52.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
95672024-10-18T21:16:54.059Z[ host-image] Oct 18 21:16:52.472 INFO O| Oct 18 21:16:52.472 INFO ok!
95682024-10-18T21:16:54.062Z[ host-image] Oct 18 21:16:52.472 INFO O| Oct 18 21:16:52.472 INFO STEP 119 (ensure_file) COMPLETE
95692024-10-18T21:16:54.062Z[ host-image] Oct 18 21:16:52.472 INFO O| Oct 18 21:16:52.472 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95702024-10-18T21:16:54.070Z[ host-image] Oct 18 21:16:52.483 INFO O| Oct 18 21:16:52.483 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95712024-10-18T21:16:54.070Z[ host-image] Oct 18 21:16:52.483 INFO O| Oct 18 21:16:52.483 INFO STEP 120 (ensure_dir) COMPLETE
95722024-10-18T21:16:54.070Z[ host-image] Oct 18 21:16:52.483 INFO O| Oct 18 21:16:52.483 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95732024-10-18T21:16:54.079Z[ host-image] Oct 18 21:16:52.492 INFO O| Oct 18 21:16:52.492 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95742024-10-18T21:16:54.079Z[ host-image] Oct 18 21:16:52.492 INFO O| Oct 18 21:16:52.492 INFO STEP 121 (ensure_dir) COMPLETE
95752024-10-18T21:16:54.082Z[ host-image] Oct 18 21:16:52.492 INFO O| Oct 18 21:16:52.492 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95762024-10-18T21:16:54.089Z[ host-image] Oct 18 21:16:52.501 INFO O| Oct 18 21:16:52.501 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
95772024-10-18T21:16:54.091Z[ host-image] Oct 18 21:16:52.501 INFO O| Oct 18 21:16:52.501 INFO STEP 122 (ensure_dir) COMPLETE
95782024-10-18T21:16:54.091Z[ host-image] Oct 18 21:16:52.501 INFO O| Oct 18 21:16:52.501 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95792024-10-18T21:16:54.098Z[ host-image] Oct 18 21:16:52.511 INFO O| Oct 18 21:16:52.511 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
95802024-10-18T21:16:54.098Z[ host-image] Oct 18 21:16:52.511 INFO O| Oct 18 21:16:52.511 INFO STEP 123 (ensure_dir) COMPLETE
95812024-10-18T21:16:54.100Z[ host-image] Oct 18 21:16:52.511 INFO O| Oct 18 21:16:52.511 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95822024-10-18T21:16:54.107Z[ host-image] Oct 18 21:16:52.520 INFO O| Oct 18 21:16:52.520 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
95832024-10-18T21:16:54.107Z[ host-image] Oct 18 21:16:52.520 INFO O| Oct 18 21:16:52.520 INFO copying /tmp/.tmp9zAH94/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 ...
95842024-10-18T21:16:54.109Z[ host-image] Oct 18 21:16:52.520 INFO O| Oct 18 21:16:52.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
95852024-10-18T21:16:54.109Z[ host-image] Oct 18 21:16:52.520 INFO O| Oct 18 21:16:52.520 INFO ok!
95862024-10-18T21:16:54.109Z[ host-image] Oct 18 21:16:52.520 INFO O| Oct 18 21:16:52.520 INFO STEP 124 (ensure_file) COMPLETE
95872024-10-18T21:16:54.109Z[ host-image] Oct 18 21:16:52.520 INFO O| Oct 18 21:16:52.520 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95882024-10-18T21:16:54.117Z[ host-image] Oct 18 21:16:52.529 INFO O| Oct 18 21:16:52.529 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95892024-10-18T21:16:54.119Z[ host-image] Oct 18 21:16:52.529 INFO O| Oct 18 21:16:52.529 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95902024-10-18T21:16:54.119Z[ host-image] Oct 18 21:16:52.529 INFO O| Oct 18 21:16:52.529 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
95912024-10-18T21:16:54.119Z[ host-image] Oct 18 21:16:52.529 INFO O| Oct 18 21:16:52.529 INFO STEP 125 (ensure_dir) COMPLETE
95922024-10-18T21:16:54.119Z[ host-image] Oct 18 21:16:52.529 INFO O| Oct 18 21:16:52.529 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95932024-10-18T21:16:54.126Z[ host-image] Oct 18 21:16:52.539 INFO O| Oct 18 21:16:52.539 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
95942024-10-18T21:16:54.126Z[ host-image] Oct 18 21:16:52.539 INFO O| Oct 18 21:16:52.539 INFO copying /tmp/.tmp9zAH94/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
95952024-10-18T21:16:54.128Z[ host-image] Oct 18 21:16:52.539 INFO O| Oct 18 21:16:52.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
95962024-10-18T21:16:54.128Z[ host-image] Oct 18 21:16:52.539 INFO O| Oct 18 21:16:52.539 INFO ok!
95972024-10-18T21:16:54.128Z[ host-image] Oct 18 21:16:52.539 INFO O| Oct 18 21:16:52.539 INFO STEP 126 (ensure_file) COMPLETE
95982024-10-18T21:16:54.129Z[ host-image] Oct 18 21:16:52.539 INFO O| Oct 18 21:16:52.539 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95992024-10-18T21:16:54.135Z[ host-image] Oct 18 21:16:52.548 INFO O| Oct 18 21:16:52.548 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
96002024-10-18T21:16:54.138Z[ host-image] Oct 18 21:16:52.548 INFO O| Oct 18 21:16:52.548 INFO STEP 127 (remove_files) COMPLETE
96012024-10-18T21:16:54.138Z[ host-image] Oct 18 21:16:52.548 INFO O| Oct 18 21:16:52.548 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96022024-10-18T21:16:54.145Z[ host-image] Oct 18 21:16:52.558 INFO O| Oct 18 21:16:52.558 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
96032024-10-18T21:16:54.147Z[ host-image] Oct 18 21:16:52.558 INFO O| Oct 18 21:16:52.558 INFO STEP 128 (remove_files) COMPLETE
96042024-10-18T21:16:54.147Z[ host-image] Oct 18 21:16:52.558 INFO O| Oct 18 21:16:52.558 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96052024-10-18T21:16:54.154Z[ host-image] Oct 18 21:16:52.567 INFO O| Oct 18 21:16:52.567 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
96062024-10-18T21:16:54.157Z[ host-image] Oct 18 21:16:52.567 INFO O| Oct 18 21:16:52.567 INFO STEP 129 (remove_files) COMPLETE
96072024-10-18T21:16:54.157Z[ host-image] Oct 18 21:16:52.567 INFO O| Oct 18 21:16:52.567 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96082024-10-18T21:16:54.164Z[ host-image] Oct 18 21:16:52.576 INFO O| Oct 18 21:16:52.576 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
96092024-10-18T21:16:54.166Z[ host-image] Oct 18 21:16:52.577 INFO O| Oct 18 21:16:52.577 INFO STEP 130 (remove_files) COMPLETE
96102024-10-18T21:16:54.166Z[ host-image] Oct 18 21:16:52.577 INFO O| Oct 18 21:16:52.577 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96112024-10-18T21:16:54.173Z[ host-image] Oct 18 21:16:52.586 INFO O| Oct 18 21:16:52.586 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
96122024-10-18T21:16:54.176Z[ host-image] Oct 18 21:16:52.586 INFO O| Oct 18 21:16:52.586 INFO STEP 131 (remove_files) COMPLETE
96132024-10-18T21:16:54.176Z[ host-image] Oct 18 21:16:52.586 INFO O| Oct 18 21:16:52.586 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96142024-10-18T21:16:54.183Z[ host-image] Oct 18 21:16:52.595 INFO O| Oct 18 21:16:52.595 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
96152024-10-18T21:16:54.186Z[ host-image] Oct 18 21:16:52.595 INFO O| Oct 18 21:16:52.595 INFO STEP 132 (remove_files) COMPLETE
96162024-10-18T21:16:54.186Z[ host-image] Oct 18 21:16:52.596 INFO O| Oct 18 21:16:52.595 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96172024-10-18T21:16:54.192Z[ host-image] Oct 18 21:16:52.605 INFO O| Oct 18 21:16:52.605 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
96182024-10-18T21:16:54.192Z[ host-image] Oct 18 21:16:52.605 INFO O| Oct 18 21:16:52.605 INFO STEP 133 (remove_files) COMPLETE
96192024-10-18T21:16:54.192Z[ host-image] Oct 18 21:16:52.605 INFO O| Oct 18 21:16:52.605 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96202024-10-18T21:16:54.201Z[ host-image] Oct 18 21:16:52.614 INFO O| Oct 18 21:16:52.614 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
96212024-10-18T21:16:54.201Z[ host-image] Oct 18 21:16:52.614 INFO O| Oct 18 21:16:52.614 INFO STEP 134 (remove_files) COMPLETE
96222024-10-18T21:16:54.204Z[ host-image] Oct 18 21:16:52.614 INFO O| Oct 18 21:16:52.614 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96232024-10-18T21:16:54.215Z[ host-image] Oct 18 21:16:52.623 INFO O| Oct 18 21:16:52.623 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
96242024-10-18T21:16:54.215Z[ host-image] Oct 18 21:16:52.623 INFO O| Oct 18 21:16:52.623 INFO STEP 135 (remove_files) COMPLETE
96252024-10-18T21:16:54.215Z[ host-image] Oct 18 21:16:52.624 INFO O| Oct 18 21:16:52.623 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96262024-10-18T21:16:54.220Z[ host-image] Oct 18 21:16:52.633 INFO O| Oct 18 21:16:52.633 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
96272024-10-18T21:16:54.220Z[ host-image] Oct 18 21:16:52.633 INFO O| Oct 18 21:16:52.633 INFO STEP 136 (remove_files) COMPLETE
96282024-10-18T21:16:54.223Z[ host-image] Oct 18 21:16:52.633 INFO O| Oct 18 21:16:52.633 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96292024-10-18T21:16:54.229Z[ host-image] Oct 18 21:16:52.642 INFO O| Oct 18 21:16:52.642 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
96302024-10-18T21:16:54.229Z[ host-image] Oct 18 21:16:52.642 INFO O| Oct 18 21:16:52.642 INFO STEP 137 (remove_files) COMPLETE
96312024-10-18T21:16:54.233Z[ host-image] Oct 18 21:16:52.642 INFO O| Oct 18 21:16:52.642 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96322024-10-18T21:16:54.238Z[ host-image] Oct 18 21:16:52.651 INFO O| Oct 18 21:16:52.651 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
96332024-10-18T21:16:54.239Z[ host-image] Oct 18 21:16:52.651 INFO O| Oct 18 21:16:52.651 INFO STEP 138 (remove_files) COMPLETE
96342024-10-18T21:16:54.241Z[ host-image] Oct 18 21:16:52.651 INFO O| Oct 18 21:16:52.651 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96352024-10-18T21:16:54.248Z[ host-image] Oct 18 21:16:52.660 INFO O| Oct 18 21:16:52.660 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
96362024-10-18T21:16:54.248Z[ host-image] Oct 18 21:16:52.661 INFO O| Oct 18 21:16:52.661 INFO STEP 139 (remove_files) COMPLETE
96372024-10-18T21:16:54.250Z[ host-image] Oct 18 21:16:52.661 INFO O| Oct 18 21:16:52.661 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96382024-10-18T21:16:54.257Z[ host-image] Oct 18 21:16:52.670 INFO O| Oct 18 21:16:52.670 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
96392024-10-18T21:16:54.257Z[ host-image] Oct 18 21:16:52.670 INFO O| Oct 18 21:16:52.670 INFO STEP 140 (remove_files) COMPLETE
96402024-10-18T21:16:54.260Z[ host-image] Oct 18 21:16:52.670 INFO O| Oct 18 21:16:52.670 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96412024-10-18T21:16:54.267Z[ host-image] Oct 18 21:16:52.679 INFO O| Oct 18 21:16:52.679 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
96422024-10-18T21:16:54.267Z[ host-image] Oct 18 21:16:52.679 INFO O| Oct 18 21:16:52.679 INFO STEP 141 (remove_files) COMPLETE
96432024-10-18T21:16:54.269Z[ host-image] Oct 18 21:16:52.679 INFO O| Oct 18 21:16:52.679 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96442024-10-18T21:16:54.276Z[ host-image] Oct 18 21:16:52.688 INFO O| Oct 18 21:16:52.688 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
96452024-10-18T21:16:54.276Z[ host-image] Oct 18 21:16:52.689 INFO O| Oct 18 21:16:52.689 INFO STEP 142 (remove_files) COMPLETE
96462024-10-18T21:16:54.278Z[ host-image] Oct 18 21:16:52.689 INFO O| Oct 18 21:16:52.689 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96472024-10-18T21:16:54.285Z[ host-image] Oct 18 21:16:52.698 INFO O| Oct 18 21:16:52.698 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
96482024-10-18T21:16:54.287Z[ host-image] Oct 18 21:16:52.698 INFO O| Oct 18 21:16:52.698 INFO STEP 143 (remove_files) COMPLETE
96492024-10-18T21:16:54.288Z[ host-image] Oct 18 21:16:52.698 INFO O| Oct 18 21:16:52.698 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96502024-10-18T21:16:54.295Z[ host-image] Oct 18 21:16:52.707 INFO O| Oct 18 21:16:52.707 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
96512024-10-18T21:16:54.295Z[ host-image] Oct 18 21:16:52.707 INFO O| Oct 18 21:16:52.707 INFO STEP 144 (remove_files) COMPLETE
96522024-10-18T21:16:54.297Z[ host-image] Oct 18 21:16:52.707 INFO O| Oct 18 21:16:52.707 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96532024-10-18T21:16:54.303Z[ host-image] Oct 18 21:16:52.716 INFO O| Oct 18 21:16:52.716 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
96542024-10-18T21:16:54.303Z[ host-image] Oct 18 21:16:52.716 INFO O| Oct 18 21:16:52.716 INFO STEP 145 (remove_files) COMPLETE
96552024-10-18T21:16:54.306Z[ host-image] Oct 18 21:16:52.716 INFO O| Oct 18 21:16:52.716 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96562024-10-18T21:16:54.313Z[ host-image] Oct 18 21:16:52.725 INFO O| Oct 18 21:16:52.725 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
96572024-10-18T21:16:54.313Z[ host-image] Oct 18 21:16:52.726 INFO O| Oct 18 21:16:52.726 INFO STEP 146 (remove_files) COMPLETE
96582024-10-18T21:16:54.315Z[ host-image] Oct 18 21:16:52.726 INFO O| Oct 18 21:16:52.726 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96592024-10-18T21:16:54.322Z[ host-image] Oct 18 21:16:52.735 INFO O| Oct 18 21:16:52.735 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96602024-10-18T21:16:54.325Z[ host-image] Oct 18 21:16:52.735 INFO O| Oct 18 21:16:52.735 INFO STEP 147 (remove_files) COMPLETE
96612024-10-18T21:16:54.325Z[ host-image] Oct 18 21:16:52.735 INFO O| Oct 18 21:16:52.735 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96622024-10-18T21:16:54.331Z[ host-image] Oct 18 21:16:52.744 INFO O| Oct 18 21:16:52.744 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
96632024-10-18T21:16:54.334Z[ host-image] Oct 18 21:16:52.744 INFO O| Oct 18 21:16:52.744 INFO STEP 148 (remove_files) COMPLETE
96642024-10-18T21:16:54.334Z[ host-image] Oct 18 21:16:52.744 INFO O| Oct 18 21:16:52.744 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96652024-10-18T21:16:54.341Z[ host-image] Oct 18 21:16:52.753 INFO O| Oct 18 21:16:52.753 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96662024-10-18T21:16:54.343Z[ host-image] Oct 18 21:16:52.753 INFO O| Oct 18 21:16:52.753 INFO STEP 149 (remove_files) COMPLETE
96672024-10-18T21:16:54.343Z[ host-image] Oct 18 21:16:52.753 INFO O| Oct 18 21:16:52.753 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96682024-10-18T21:16:54.350Z[ host-image] Oct 18 21:16:52.763 INFO O| Oct 18 21:16:52.763 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96692024-10-18T21:16:54.352Z[ host-image] Oct 18 21:16:52.763 INFO O| Oct 18 21:16:52.763 INFO STEP 150 (remove_files) COMPLETE
96702024-10-18T21:16:54.352Z[ host-image] Oct 18 21:16:52.763 INFO O| Oct 18 21:16:52.763 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96712024-10-18T21:16:54.359Z[ host-image] Oct 18 21:16:52.772 INFO O| Oct 18 21:16:52.772 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96722024-10-18T21:16:54.362Z[ host-image] Oct 18 21:16:52.772 INFO O| Oct 18 21:16:52.772 INFO STEP 151 (remove_files) COMPLETE
96732024-10-18T21:16:54.362Z[ host-image] Oct 18 21:16:52.772 INFO O| Oct 18 21:16:52.772 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96742024-10-18T21:16:54.368Z[ host-image] Oct 18 21:16:52.781 INFO O| Oct 18 21:16:52.781 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96752024-10-18T21:16:54.369Z[ host-image] Oct 18 21:16:52.781 INFO O| Oct 18 21:16:52.781 INFO STEP 152 (remove_files) COMPLETE
96762024-10-18T21:16:54.371Z[ host-image] Oct 18 21:16:52.781 INFO O| Oct 18 21:16:52.781 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96772024-10-18T21:16:54.378Z[ host-image] Oct 18 21:16:52.791 INFO O| Oct 18 21:16:52.790 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
96782024-10-18T21:16:54.378Z[ host-image] Oct 18 21:16:52.791 INFO O| Oct 18 21:16:52.791 INFO STEP 153 (remove_files) COMPLETE
96792024-10-18T21:16:54.380Z[ host-image] Oct 18 21:16:52.791 INFO O| Oct 18 21:16:52.791 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96802024-10-18T21:16:54.387Z[ host-image] Oct 18 21:16:52.800 INFO O| Oct 18 21:16:52.800 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
96812024-10-18T21:16:54.387Z[ host-image] Oct 18 21:16:52.800 INFO O| Oct 18 21:16:52.800 INFO STEP 154 (remove_files) COMPLETE
96822024-10-18T21:16:54.389Z[ host-image] Oct 18 21:16:52.800 INFO O| Oct 18 21:16:52.800 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96832024-10-18T21:16:54.397Z[ host-image] Oct 18 21:16:52.809 INFO O| Oct 18 21:16:52.809 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
96842024-10-18T21:16:54.399Z[ host-image] Oct 18 21:16:52.809 INFO O| Oct 18 21:16:52.809 INFO STEP 155 (remove_files) COMPLETE
96852024-10-18T21:16:54.399Z[ host-image] Oct 18 21:16:52.809 INFO O| Oct 18 21:16:52.809 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96862024-10-18T21:16:54.411Z[ host-image] Oct 18 21:16:52.823 INFO O| Oct 18 21:16:52.823 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
96872024-10-18T21:16:54.413Z[ host-image] Oct 18 21:16:52.823 INFO O| Oct 18 21:16:52.823 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
96882024-10-18T21:17:03.264Z[ host-image] Oct 18 21:17:01.676 INFO O| Oct 18 21:17:01.675 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
96892024-10-18T21:17:03.266Z[ host-image] Oct 18 21:17:01.676 INFO O| Oct 18 21:17:01.676 INFO E| svccfg: Loaded 74 smf(7) service descriptions
96902024-10-18T21:17:03.278Z[ host-image] Oct 18 21:17:01.690 INFO O| Oct 18 21:17:01.690 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
96912024-10-18T21:17:03.355Z[ host-image] Oct 18 21:17:01.767 INFO O| Oct 18 21:17:01.767 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
96922024-10-18T21:17:03.356Z[ host-image] Oct 18 21:17:01.767 INFO O| Oct 18 21:17:01.767 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
96932024-10-18T21:17:03.358Z[ host-image] Oct 18 21:17:01.770 INFO O| Oct 18 21:17:01.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
96942024-10-18T21:17:03.358Z[ host-image] Oct 18 21:17:01.770 INFO O| Oct 18 21:17:01.770 INFO ok!
96952024-10-18T21:17:03.358Z[ host-image] Oct 18 21:17:01.770 INFO O| Oct 18 21:17:01.770 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
96962024-10-18T21:17:03.358Z[ host-image] Oct 18 21:17:01.770 INFO O| Oct 18 21:17:01.770 INFO STEP 156 (seed_smf) COMPLETE
96972024-10-18T21:17:03.358Z[ host-image] Oct 18 21:17:01.770 INFO O| Oct 18 21:17:01.770 INFO steps complete; finalising image!
96982024-10-18T21:17:03.358Z[ host-image] Oct 18 21:17:01.770 INFO O| Oct 18 21:17:01.770 INFO TRIM POOL: TEMPORARY-gimlet-zfs
96992024-10-18T21:17:03.498Z[ host-image] Oct 18 21:17:01.910 INFO O| Oct 18 21:17:01.909 INFO trim TEMPORARY-gimlet-zfs: (4% trimmed, started at Fri Oct 18 21:17:01 2024)
97002024-10-18T21:17:03.719Z[ host-image] Oct 18 21:17:02.130 INFO O| Oct 18 21:17:02.130 INFO temporary pool has 682M used, 150M avail, 1.86x compressratio
97012024-10-18T21:17:03.722Z[ host-image] Oct 18 21:17:02.130 INFO O| Oct 18 21:17:02.130 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
97022024-10-18T21:17:04.001Z[ host-image] Oct 18 21:17:02.412 INFO O| Oct 18 21:17:02.412 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
97032024-10-18T21:17:04.001Z[ host-image] Oct 18 21:17:02.412 INFO O| Oct 18 21:17:02.412 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
97042024-10-18T21:17:05.040Z[ host-image] Oct 18 21:17:03.452 INFO O| Oct 18 21:17:03.452 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
97052024-10-18T21:17:05.040Z[ host-image] Oct 18 21:17:03.452 INFO O| Oct 18 21:17:03.452 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
97062024-10-18T21:17:05.043Z[ host-image] Oct 18 21:17:03.452 INFO O| Oct 18 21:17:03.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
97072024-10-18T21:17:05.043Z[ host-image] Oct 18 21:17:03.452 INFO O| Oct 18 21:17:03.452 INFO completed processing gimlet/zfs
97082024-10-18T21:17:05.043Z[ host-image] Oct 18 21:17:03.452 INFO O| Oct 18 21:17:03.452 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
97092024-10-18T21:17:11.644Z[ host-image] Oct 18 21:17:10.054 INFO O| Oct 18 21:17:10.054 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
97102024-10-18T21:17:11.821Z[ host-image] Oct 18 21:17:10.133 INFO BUILD STRING "heads/stlouis-0-gc3c5244d76\n"
97112024-10-18T21:17:11.821Z[ host-image] Oct 18 21:17:10.133 INFO expanded image name: "ci 74d0fdb/${os_short_commit} 2024-10-18 20:47" -> "ci 74d0fdb/c3c5244 2024-10-18 20:47"
97122024-10-18T21:17:11.824Z[ host-image] Oct 18 21:17:10.133 INFO output artefacts stored in: "/work/os-host"
97132024-10-18T21:17:11.824Z[ host-image] Oct 18 21:17:10.133 INFO collecting git info from project "amd-host-image-builder"...
97142024-10-18T21:17:11.824Z[ host-image] Oct 18 21:17:10.147 INFO collecting git info from project "phbl"...
97152024-10-18T21:17:11.824Z[ host-image] Oct 18 21:17:10.151 INFO collecting git info from project "pilot"...
97162024-10-18T21:17:11.824Z[ host-image] Oct 18 21:17:10.156 INFO collecting git info from project "chelsio-t6-roms"...
97172024-10-18T21:17:11.824Z[ host-image] Oct 18 21:17:10.160 INFO collecting git info from project "bootserver"...
97182024-10-18T21:17:11.824Z[ host-image] Oct 18 21:17:10.164 INFO collecting git info from project "pinprick"...
97192024-10-18T21:17:11.824Z[ host-image] Oct 18 21:17:10.168 INFO collecting git info from project "image-builder"...
97202024-10-18T21:17:11.824Z[ host-image] Oct 18 21:17:10.172 INFO collecting git info from project "amd-firmware"...
97212024-10-18T21:17:11.824Z[ host-image] Oct 18 21:17:10.180 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
97222024-10-18T21:17:12.118Z[ host-image] Oct 18 21:17:10.529 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
97232024-10-18T21:17:12.455Z[ host-image] Oct 18 21:17:10.866 INFO creating Oxide boot image...
97242024-10-18T21:17:12.455Z[ host-image] Oct 18 21:17:10.866 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 74d0fdb/c3c5244 2024-10-18 20:47", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
97252024-10-18T21:17:13.371Z[ host-image] Oct 18 21:17:11.782 INFO O| ok, image written!
97262024-10-18T21:17:13.375Z[ host-image] Oct 18 21:17:11.782 INFO O| ok, boot_image_csum file written!
97272024-10-18T21:17:13.375Z[ host-image] Oct 18 21:17:11.785 INFO creating boot archive (CPIO)...
97282024-10-18T21:17:13.375Z[ host-image] Oct 18 21:17:11.785 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
97292024-10-18T21:17:13.381Z[ host-image] Oct 18 21:17:11.792 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
97302024-10-18T21:17:13.385Z[ host-image] Oct 18 21:17:11.792 INFO E| + outfile=/work/os-host/cpio
97312024-10-18T21:17:13.385Z[ host-image] Oct 18 21:17:11.792 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
97322024-10-18T21:17:13.385Z[ host-image] Oct 18 21:17:11.794 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
97332024-10-18T21:17:13.385Z[ host-image] Oct 18 21:17:11.794 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
97342024-10-18T21:17:13.418Z[ host-image] Oct 18 21:17:11.829 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
97352024-10-18T21:17:13.418Z[ host-image] Oct 18 21:17:11.829 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
97362024-10-18T21:17:13.427Z[ host-image] Oct 18 21:17:11.838 INFO creating compressed cpio/unix for nanobl-rs...
97372024-10-18T21:17:13.430Z[ host-image] Oct 18 21:17:11.838 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
97382024-10-18T21:17:13.714Z[ host-image] Oct 18 21:17:12.125 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
97392024-10-18T21:17:18.072Z[ host-image] Oct 18 21:17:16.482 INFO creating reset image...
97402024-10-18T21:17:18.074Z[ host-image] Oct 18 21:17:16.482 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
97412024-10-18T21:17:18.162Z[ host-image] Oct 18 21:17:16.572 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
97422024-10-18T21:17:18.164Z[ host-image] Oct 18 21:17:16.573 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
97432024-10-18T21:17:18.216Z[ host-image] Oct 18 21:17:16.627 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
97442024-10-18T21:17:20.018Z[ host-image] Oct 18 21:17:18.428 INFO E| Finished `release` profile [optimized] target(s) in 1.84s
97452024-10-18T21:17:20.029Z[ host-image] Oct 18 21:17:18.439 INFO building host image...
97462024-10-18T21:17:20.031Z[ host-image] Oct 18 21:17:18.440 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")
97472024-10-18T21:17:20.520Z[ host-image] Oct 18 21:17:18.930 INFO finishing image archive at "/work/os-host/os.tar.gz"...
97482024-10-18T21:18:07.258Z[ host-image] Oct 18 21:18:05.664 INFO image complete! materials are in "/work/os-host"
97492024-10-18T21:18:07.263Z[ host-image]
97502024-10-18T21:18:07.263Z[ host-image] real 9:19.976227160
97512024-10-18T21:18:07.263Z[ host-image] user 4:45.870106930
97522024-10-18T21:18:07.263Z[ host-image] sys 51.690233641
97532024-10-18T21:18:07.263Z[ host-image] trap 0.184225093
97542024-10-18T21:18:07.263Z[ host-image] tflt 0.002264222
97552024-10-18T21:18:07.263Z[ host-image] dflt 0.054602953
97562024-10-18T21:18:07.263Z[ host-image] kflt 0.000000000
97572024-10-18T21:18:07.263Z[ host-image] lock 32.590982823
97582024-10-18T21:18:07.263Z[ host-image] slp 51:14.050410245
97592024-10-18T21:18:07.263Z[ host-image] lat 1:30.814788508
97602024-10-18T21:18:07.263Z[ host-image] stop 0.397270684
97612024-10-18T21:18:07.263ZOct 18 21:18:05.668 INFO [host-image] process exited with exit status: 0 (559.992111971s)
97622024-10-18T21:18:07.263ZOct 18 21:18:05.668 INFO [tuf-repo] running task
97632024-10-18T21:18:14.093ZOct 18 21:18:12.498 INFO assembling repository in `/tmp/tufaceousG3I6uM`, component: OmicronRepoAssembler
97642024-10-18T21:18:19.195ZOct 18 21:18:17.599 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
97652024-10-18T21:18:19.408ZOct 18 21:18:17.813 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
97662024-10-18T21:18:30.572ZOct 18 21:18:28.976 INFO [tuf-repo] task succeeded (23.308311975s)
97672024-10-18T21:18:30.572ZOct 18 21:18:28.976 INFO all jobs completed in 1882.397006354s
97682024-10-18T21:18:31.119Zprocess exited: duration 2469998 ms, exit code 0
 
97692024-10-18T21:18:31.132Zfound 33 output files
97702024-10-18T21:18:31.132Zuploading: /work/manifest.toml (8404 bytes)
97712024-10-18T21:18:32.144Zuploaded: /work/manifest.toml
97722024-10-18T21:18:32.144Zuploading: /work/repo.zip (1853825275 bytes)
97732024-10-18T21:19:01.536Zuploaded: /work/repo.zip
97742024-10-18T21:19:01.536Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97752024-10-18T21:19:02.556Zuploaded: /work/repo.zip.sha256.txt
97762024-10-18T21:19:02.556Zuploading: /work/helios-setup.log (65321 bytes)
97772024-10-18T21:19:03.571Zuploaded: /work/helios-setup.log
97782024-10-18T21:19:03.571Zuploading: /work/host-image.log (194688 bytes)
97792024-10-18T21:19:04.584Zuploaded: /work/host-image.log
97802024-10-18T21:19:04.584Zuploading: /work/host-package.log (22417 bytes)
97812024-10-18T21:19:05.594Zuploaded: /work/host-package.log
97822024-10-18T21:19:05.595Zuploading: /work/host-target.log (101 bytes)
97832024-10-18T21:19:06.603Zuploaded: /work/host-target.log
97842024-10-18T21:19:06.603Zuploading: /work/omicron-package.log (5011 bytes)
97852024-10-18T21:19:07.611Zuploaded: /work/omicron-package.log
97862024-10-18T21:19:07.612Zuploading: /work/phbl-toolchain.log (881 bytes)
97872024-10-18T21:19:08.621Zuploaded: /work/phbl-toolchain.log
97882024-10-18T21:19:08.621Zuploading: /work/recovery-image.log (591696 bytes)
97892024-10-18T21:19:09.639Zuploaded: /work/recovery-image.log
97902024-10-18T21:19:09.639Zuploading: /work/recovery-package.log (321 bytes)
97912024-10-18T21:19:10.648Zuploaded: /work/recovery-package.log
97922024-10-18T21:19:10.648Zuploading: /work/recovery-target.log (57 bytes)
97932024-10-18T21:19:11.657Zuploaded: /work/recovery-target.log
97942024-10-18T21:19:11.657Zuploading: /work/stamp-clickhouse.log (117 bytes)
97952024-10-18T21:19:12.664Zuploaded: /work/stamp-clickhouse.log
97962024-10-18T21:19:12.665Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
97972024-10-18T21:19:13.672Zuploaded: /work/stamp-clickhouse_keeper.log
97982024-10-18T21:19:13.672Zuploading: /work/stamp-cockroachdb.log (118 bytes)
97992024-10-18T21:19:14.680Zuploaded: /work/stamp-cockroachdb.log
98002024-10-18T21:19:14.680Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
98012024-10-18T21:19:15.689Zuploaded: /work/stamp-crucible-dtrace.log
98022024-10-18T21:19:15.689Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
98032024-10-18T21:19:16.697Zuploaded: /work/stamp-crucible-pantry-zone.log
98042024-10-18T21:19:16.697Zuploading: /work/stamp-crucible-zone.log (120 bytes)
98052024-10-18T21:19:17.706Zuploaded: /work/stamp-crucible-zone.log
98062024-10-18T21:19:17.706Zuploading: /work/stamp-external-dns.log (119 bytes)
98072024-10-18T21:19:18.714Zuploaded: /work/stamp-external-dns.log
98082024-10-18T21:19:18.714Zuploading: /work/stamp-installinator.log (103 bytes)
98092024-10-18T21:19:19.722Zuploaded: /work/stamp-installinator.log
98102024-10-18T21:19:19.722Zuploading: /work/stamp-internal-dns.log (119 bytes)
98112024-10-18T21:19:20.730Zuploaded: /work/stamp-internal-dns.log
98122024-10-18T21:19:20.731Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
98132024-10-18T21:19:21.741Zuploaded: /work/stamp-mg-ddm-gz.log
98142024-10-18T21:19:21.741Zuploading: /work/stamp-nexus.log (112 bytes)
98152024-10-18T21:19:22.751Zuploaded: /work/stamp-nexus.log
98162024-10-18T21:19:22.751Zuploading: /work/stamp-ntp.log (110 bytes)
98172024-10-18T21:19:23.760Zuploaded: /work/stamp-ntp.log
98182024-10-18T21:19:23.760Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
98192024-10-18T21:19:24.768Zuploaded: /work/stamp-omicron-sled-agent.log
98202024-10-18T21:19:24.768Zuploading: /work/stamp-overlay.log (114 bytes)
98212024-10-18T21:19:25.776Zuploaded: /work/stamp-overlay.log
98222024-10-18T21:19:25.776Zuploading: /work/stamp-oximeter.log (115 bytes)
98232024-10-18T21:19:26.784Zuploaded: /work/stamp-oximeter.log
98242024-10-18T21:19:26.784Zuploading: /work/stamp-oxlog.log (109 bytes)
98252024-10-18T21:19:27.795Zuploaded: /work/stamp-oxlog.log
98262024-10-18T21:19:27.795Zuploading: /work/stamp-probe.log (112 bytes)
98272024-10-18T21:19:28.804Zuploaded: /work/stamp-probe.log
98282024-10-18T21:19:28.805Zuploading: /work/stamp-propolis-server.log (122 bytes)
98292024-10-18T21:19:29.813Zuploaded: /work/stamp-propolis-server.log
98302024-10-18T21:19:29.813Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
98312024-10-18T21:19:30.820Zuploaded: /work/stamp-pumpkind-gz.log
98322024-10-18T21:19:30.820Zuploading: /work/stamp-switch-asic.log (118 bytes)
98332024-10-18T21:19:31.828Zuploaded: /work/stamp-switch-asic.log
98342024-10-18T21:19:31.828Zuploading: /work/verify-libraries.log (3720 bytes)
98352024-10-18T21:19:32.836Zuploaded: /work/verify-libraries.log