01JATGA7WKKFENMPJ8HM25R8YX: 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: 01JATGAQ34PBHDGRQWNSNF5X6W

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-22T16:19:00.650Zjob assigned to worker 01JATGAV3AKDSTT5AKR0PRQP3C (queued for 1 m 0 s)
 
22024-10-22T16:19:08.134Zstarting task 0: "setup"
32024-10-22T16:19:08.141Z++ uname -s
42024-10-22T16:19:08.143Z+ kern=SunOS
52024-10-22T16:19:08.143Z+ case "$kern" in
62024-10-22T16:19:08.143Z+ groupadd -g 12345 build
72024-10-22T16:19:08.146Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-22T16:19:10.154Z+ zfs create -o mountpoint=/work rpool/work
92024-10-22T16:19:10.244Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-22T16:19:10.247Z+ home_fs=zfs
112024-10-22T16:19:10.247Z+ [[ zfs == autofs ]]
122024-10-22T16:19:10.247Z+ mkdir -p /home/build
132024-10-22T16:19:10.249Z+ chown build:build /home/build /work
142024-10-22T16:19:12.251Z+ chmod 0700 /home/build /work
152024-10-22T16:19:12.254Zprocess exited: duration 4121 ms, exit code 0
 
162024-10-22T16:19:12.262Zstarting task 1: "rust-toolchain"
172024-10-22T16:19:12.268Z+ printf ' * toolchain channel = "%s"
182024-10-22T16:19:12.268Z' 1.80.1
192024-10-22T16:19:12.268Z+ printf ' * toolchain profile = "%s"
202024-10-22T16:19:12.268Z' default
212024-10-22T16:19:12.268Z * toolchain channel = "1.80.1"
222024-10-22T16:19:12.268Z * toolchain profile = "default"
232024-10-22T16:19:12.273Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-22T16:19:12.273Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-22T16:19:12.368Zinfo: downloading installer
262024-10-22T16:19:13.842Zinfo: profile set to 'default'
272024-10-22T16:19:13.842Zinfo: default host triple is x86_64-unknown-illumos
282024-10-22T16:19:13.845Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-22T16:19:14.003Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-22T16:19:14.004Zinfo: downloading component 'cargo'
312024-10-22T16:19:14.946Zinfo: downloading component 'clippy'
322024-10-22T16:19:15.277Zinfo: downloading component 'rust-docs'
332024-10-22T16:19:16.563Zinfo: downloading component 'rust-std'
342024-10-22T16:19:18.367Zinfo: downloading component 'rustc'
352024-10-22T16:19:23.428Zinfo: downloading component 'rustfmt'
362024-10-22T16:19:23.696Zinfo: installing component 'cargo'
372024-10-22T16:19:24.518Zinfo: installing component 'clippy'
382024-10-22T16:19:24.885Zinfo: installing component 'rust-docs'
392024-10-22T16:19:26.525Zinfo: installing component 'rust-std'
402024-10-22T16:19:28.196Zinfo: installing component 'rustc'
412024-10-22T16:19:32.252Zinfo: installing component 'rustfmt'
422024-10-22T16:19:32.585Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-22T16:19:32.585Z
442024-10-22T16:19:32.833Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-22T16:19:32.833Z
462024-10-22T16:19:32.835Z
472024-10-22T16:19:32.835ZRust is installed now. Great!
482024-10-22T16:19:32.835Z
492024-10-22T16:19:32.835ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-22T16:19:32.835Zenvironment variable. This has not been done automatically.
512024-10-22T16:19:32.835Z
522024-10-22T16:19:32.835ZTo configure your current shell, you need to source
532024-10-22T16:19:32.835Zthe corresponding env file under $HOME/.cargo.
542024-10-22T16:19:32.835Z
552024-10-22T16:19:32.835ZThis is usually done by running one of the following (note the leading DOT):
562024-10-22T16:19:32.835Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-22T16:19:32.836Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-22T16:19:32.883Z+ rustc --version
592024-10-22T16:19:32.944Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-22T16:19:32.946Zprocess exited: duration 20683 ms, exit code 0
 
612024-10-22T16:19:32.951Zstarting task 2: "authentication"
622024-10-22T16:19:32.972Zprocess exited: duration 19 ms, exit code 0
 
632024-10-22T16:19:32.976Zstarting task 3: "clone repository"
642024-10-22T16:19:32.981Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-22T16:19:32.983Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-22T16:19:33.276ZCloning into '/work/oxidecomputer/omicron'...
672024-10-22T16:19:48.732Z+ cd /work/oxidecomputer/omicron
682024-10-22T16:19:48.734Z+ git fetch origin ab1f3779636d3b2ada924eb100005589d26c9a63
692024-10-22T16:19:49.054ZFrom https://github.com/oxidecomputer/omicron
702024-10-22T16:19:49.054Z * branch ab1f3779636d3b2ada924eb100005589d26c9a63 -> FETCH_HEAD
712024-10-22T16:19:49.064Z+ [[ -n zl/smf-sled-idents ]]
722024-10-22T16:19:49.066Z++ git branch --show-current
732024-10-22T16:19:49.069Z+ current=main
742024-10-22T16:19:49.069Z+ [[ main != zl/smf-sled-idents ]]
752024-10-22T16:19:49.069Z+ git branch -f zl/smf-sled-idents ab1f3779636d3b2ada924eb100005589d26c9a63
762024-10-22T16:19:49.071Z+ git checkout -f zl/smf-sled-idents
772024-10-22T16:19:49.218ZSwitched to branch 'zl/smf-sled-idents'
782024-10-22T16:19:49.222Z+ git reset --hard ab1f3779636d3b2ada924eb100005589d26c9a63
792024-10-22T16:19:49.362ZHEAD is now at ab1f37796 expunge dendrite ts and fix ts name
802024-10-22T16:19:49.365Zprocess exited: duration 16384 ms, exit code 0
 
812024-10-22T16:19:49.372Zstarting task 4: "build"
822024-10-22T16:19:49.375Z+ source .github/buildomat/ci-env.sh
832024-10-22T16:19:49.378Z++ export CARGO_TERM_COLOR=always
842024-10-22T16:19:49.378Z++ CARGO_TERM_COLOR=always
852024-10-22T16:19:49.378Z+ cargo --version
862024-10-22T16:19:49.430Zcargo 1.80.1 (376290515 2024-07-16)
872024-10-22T16:19:49.433Z+ rustc --version
882024-10-22T16:19:49.489Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-10-22T16:19:49.492Z+ cargo tree --locked
902024-10-22T16:19:49.730Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-10-22T16:19:50.038Z Updating crates.io index
922024-10-22T16:19:50.040Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-10-22T16:19:50.915Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-10-22T16:19:51.155Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-10-22T16:19:51.474Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-10-22T16:19:51.780Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-10-22T16:19:52.627Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-10-22T16:19:54.865Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-10-22T16:19:55.923Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-10-22T16:19:56.687Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-10-22T16:19:57.005Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-10-22T16:19:57.274Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-10-22T16:19:57.877Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-10-22T16:19:58.247Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-10-22T16:19:58.537Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-10-22T16:19:58.784Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-10-22T16:19:59.061Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-10-22T16:19:59.383Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-10-22T16:19:59.662Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-10-22T16:19:59.981Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-10-22T16:20:00.329Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-10-22T16:20:00.662Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-10-22T16:20:01.114Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-10-22T16:20:01.465Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-10-22T16:20:01.866Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-10-22T16:20:02.553Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1172024-10-22T16:20:02.824Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1182024-10-22T16:20:03.085Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1192024-10-22T16:20:04.457Z Downloading crates ...
1202024-10-22T16:20:04.551Z Downloaded assert_matches v1.5.0
1212024-10-22T16:20:04.558Z Downloaded async-stream-impl v0.3.6
1222024-10-22T16:20:04.561Z Downloaded adler2 v2.0.0
1232024-10-22T16:20:04.568Z Downloaded cipher v0.4.4
1242024-10-22T16:20:04.570Z Downloaded atomicwrites v0.4.4
1252024-10-22T16:20:04.573Z Downloaded cfg_aliases v0.2.1
1262024-10-22T16:20:04.573Z Downloaded addr2line v0.24.2
1272024-10-22T16:20:04.575Z Downloaded async-global-executor v2.4.1
1282024-10-22T16:20:04.578Z Downloaded async-channel v2.3.1
1292024-10-22T16:20:04.581Z Downloaded fatfs v0.3.6
1302024-10-22T16:20:04.583Z Downloaded cexpr v0.6.0
1312024-10-22T16:20:04.586Z Downloaded block-padding v0.3.3
1322024-10-22T16:20:04.588Z Downloaded foreign-types-shared v0.3.1
1332024-10-22T16:20:04.588Z Downloaded blowfish v0.9.1
1342024-10-22T16:20:04.591Z Downloaded foreign-types-macros v0.2.3
1352024-10-22T16:20:04.591Z Downloaded bit-vec v0.6.3
1362024-10-22T16:20:04.594Z Downloaded foreign-types v0.3.2
1372024-10-22T16:20:04.594Z Downloaded autocfg v1.4.0
1382024-10-22T16:20:04.594Z Downloaded headers-core v0.3.0
1392024-10-22T16:20:04.597Z Downloaded bcrypt-pbkdf v0.10.0
1402024-10-22T16:20:04.597Z Downloaded async-recursion v1.1.1
1412024-10-22T16:20:04.600Z Downloaded float-ord v0.3.2
1422024-10-22T16:20:04.602Z Downloaded ciborium-ll v0.2.2
1432024-10-22T16:20:04.602Z Downloaded ff v0.13.0
1442024-10-22T16:20:04.605Z Downloaded cfg-if v1.0.0
1452024-10-22T16:20:04.607Z Downloaded async-bb8-diesel v0.2.1
1462024-10-22T16:20:04.609Z Downloaded cargo_metadata v0.18.1
1472024-10-22T16:20:04.612Z Downloaded futures-executor v0.3.31
1482024-10-22T16:20:04.612Z Downloaded futures-sink v0.3.31
1492024-10-22T16:20:04.614Z Downloaded funty v2.0.0
1502024-10-22T16:20:04.614Z Downloaded fragile v2.0.0
1512024-10-22T16:20:04.617Z Downloaded fixedbitset v0.4.2
1522024-10-22T16:20:04.619Z Downloaded cbc v0.1.2
1532024-10-22T16:20:04.621Z Downloaded http-body-util v0.1.2
1542024-10-22T16:20:04.623Z Downloaded http-body v0.4.6
1552024-10-22T16:20:04.624Z Downloaded buf-list v1.0.3
1562024-10-22T16:20:04.626Z Downloaded hyper-tls v0.6.0
1572024-10-22T16:20:04.628Z Downloaded hex v0.4.3
1582024-10-22T16:20:04.631Z Downloaded anyhow v1.0.89
1592024-10-22T16:20:04.634Z Downloaded anstream v0.6.15
1602024-10-22T16:20:04.637Z Downloaded pathdiff v0.2.2
1612024-10-22T16:20:04.639Z Downloaded humantime v2.1.0
1622024-10-22T16:20:04.641Z Downloaded hubpack v0.1.2
1632024-10-22T16:20:04.641Z Downloaded futures-channel v0.3.31
1642024-10-22T16:20:04.644Z Downloaded hashlink v0.9.1
1652024-10-22T16:20:04.646Z Downloaded bitflags v2.6.0
1662024-10-22T16:20:04.650Z Downloaded cancel-safe-futures v0.1.5
1672024-10-22T16:20:04.654Z Downloaded cfg_aliases v0.1.1
1682024-10-22T16:20:04.656Z Downloaded foreign-types-shared v0.1.1
1692024-10-22T16:20:04.656Z Downloaded olpc-cjson v0.1.4
1702024-10-22T16:20:04.659Z Downloaded async-channel v1.9.0
1712024-10-22T16:20:04.661Z Downloaded anstyle v1.0.8
1722024-10-22T16:20:04.661Z Downloaded highway v1.2.0
1732024-10-22T16:20:04.670Z Downloaded async-attributes v1.1.2
1742024-10-22T16:20:04.671Z Downloaded fastrand v2.1.1
1752024-10-22T16:20:04.671Z Downloaded iana-time-zone v0.1.61
1762024-10-22T16:20:04.673Z Downloaded foreign-types v0.5.0
1772024-10-22T16:20:04.673Z Downloaded precomputed-hash v0.1.1
1782024-10-22T16:20:04.673Z Downloaded fxhash v0.2.1
1792024-10-22T16:20:04.673Z Downloaded float-cmp v0.9.0
1802024-10-22T16:20:04.675Z Downloaded fd-lock v4.0.2
1812024-10-22T16:20:04.678Z Downloaded parse-display v0.10.0
1822024-10-22T16:20:04.680Z Downloaded pbkdf2 v0.12.2
1832024-10-22T16:20:04.681Z Downloaded guppy-workspace-hack v0.1.0
1842024-10-22T16:20:04.681Z Downloaded bitflags v1.3.2
1852024-10-22T16:20:04.684Z Downloaded bit-set v0.5.3
1862024-10-22T16:20:04.686Z Downloaded ident_case v1.0.1
1872024-10-22T16:20:04.689Z Downloaded hubpack_derive v0.1.1
1882024-10-22T16:20:04.689Z Downloaded ciborium-io v0.2.2
1892024-10-22T16:20:04.689Z Downloaded blocking v1.6.1
1902024-10-22T16:20:04.691Z Downloaded block-buffer v0.10.4
1912024-10-22T16:20:04.694Z Downloaded httparse v1.9.5
1922024-10-22T16:20:04.697Z Downloaded castaway v0.2.3
1932024-10-22T16:20:04.697Z Downloaded hickory-client v0.24.1
1942024-10-22T16:20:04.700Z Downloaded cargo-platform v0.1.8
1952024-10-22T16:20:04.702Z Downloaded chacha20 v0.9.1
1962024-10-22T16:20:04.706Z Downloaded fs-err v2.11.0
1972024-10-22T16:20:04.708Z Downloaded plain v0.2.3
1982024-10-22T16:20:04.708Z Downloaded futures-core v0.3.31
1992024-10-22T16:20:04.710Z Downloaded pbkdf2 v0.11.0
2002024-10-22T16:20:04.713Z Downloaded quinn-udp v0.5.5
2012024-10-22T16:20:04.715Z Downloaded chacha20poly1305 v0.10.1
2022024-10-22T16:20:04.717Z Downloaded async-executor v1.13.1
2032024-10-22T16:20:04.721Z Downloaded sync_wrapper v0.1.2
2042024-10-22T16:20:04.721Z Downloaded rand_chacha v0.3.1
2052024-10-22T16:20:04.724Z Downloaded powerfmt v0.2.0
2062024-10-22T16:20:04.724Z Downloaded sync_wrapper v1.0.1
2072024-10-22T16:20:04.724Z Downloaded ref-cast-impl v1.0.23
2082024-10-22T16:20:04.727Z Downloaded resolv-conf v0.7.0
2092024-10-22T16:20:04.729Z Downloaded home v0.5.9
2102024-10-22T16:20:04.729Z Downloaded heck v0.5.0
2112024-10-22T16:20:04.732Z Downloaded base64 v0.22.1
2122024-10-22T16:20:04.735Z Downloaded backtrace v0.3.74
2132024-10-22T16:20:04.740Z Downloaded similar-asserts v1.6.0
2142024-10-22T16:20:04.743Z Downloaded termtree v0.4.1
2152024-10-22T16:20:04.746Z Downloaded vte_generate_state_changes v0.1.2
2162024-10-22T16:20:04.746Z Downloaded usdt-macro v0.5.0
2172024-10-22T16:20:04.748Z Downloaded postgres-protocol v0.6.7
2182024-10-22T16:20:04.750Z Downloaded pkg-config v0.3.31
2192024-10-22T16:20:04.752Z Downloaded smallvec v0.6.14
2202024-10-22T16:20:04.753Z Downloaded globset v0.4.15
2212024-10-22T16:20:04.755Z Downloaded async-io v2.3.4
2222024-10-22T16:20:04.758Z Downloaded postcard v1.0.10
2232024-10-22T16:20:04.761Z Downloaded crunchy v0.2.2
2242024-10-22T16:20:04.763Z Downloaded termios v0.3.3
2252024-10-22T16:20:04.766Z Downloaded terminal_size v0.4.0
2262024-10-22T16:20:04.766Z Downloaded equivalent v1.0.1
2272024-10-22T16:20:04.769Z Downloaded dhcproto-macros v0.1.0
2282024-10-22T16:20:04.769Z Downloaded rfc6979 v0.4.0
2292024-10-22T16:20:04.771Z Downloaded zone_cfg_derive v0.3.0
2302024-10-22T16:20:04.771Z Downloaded zone_cfg_derive v0.1.2
2312024-10-22T16:20:04.771Z Downloaded waitgroup v0.1.2
2322024-10-22T16:20:04.773Z Downloaded unarray v0.1.4
2332024-10-22T16:20:04.775Z Downloaded typify-macro v0.2.0
2342024-10-22T16:20:04.776Z Downloaded spin v0.5.2
2352024-10-22T16:20:04.778Z Downloaded blake2b_simd v1.0.2
2362024-10-22T16:20:04.780Z Downloaded string_cache v0.8.7
2372024-10-22T16:20:04.780Z Downloaded derive_builder_macro v0.20.2
2382024-10-22T16:20:04.783Z Downloaded serde-hex v0.1.0
2392024-10-22T16:20:04.783Z Downloaded siphasher v0.3.11
2402024-10-22T16:20:04.785Z Downloaded httpdate v1.0.3
2412024-10-22T16:20:04.788Z Downloaded newline-converter v0.3.0
2422024-10-22T16:20:04.788Z Downloaded matches v0.1.10
2432024-10-22T16:20:04.790Z Downloaded wait-timeout v0.2.0
2442024-10-22T16:20:04.790Z Downloaded usdt-impl v0.5.0
2452024-10-22T16:20:04.793Z Downloaded cfg-expr v0.17.0
2462024-10-22T16:20:04.795Z Downloaded number_prefix v0.4.0
2472024-10-22T16:20:04.797Z Downloaded normalize-line-endings v0.3.0
2482024-10-22T16:20:04.800Z Downloaded md5 v0.7.0
2492024-10-22T16:20:04.800Z Downloaded cpufeatures v0.2.14
2502024-10-22T16:20:04.802Z Downloaded thiserror v1.0.64
2512024-10-22T16:20:04.806Z Downloaded static_assertions v1.1.0
2522024-10-22T16:20:04.808Z Downloaded indent_write v2.2.0
2532024-10-22T16:20:04.810Z Downloaded progenitor-client v0.8.0
2542024-10-22T16:20:04.813Z Downloaded phf_shared v0.10.0
2552024-10-22T16:20:04.813Z Downloaded parse-size v1.0.0
2562024-10-22T16:20:04.813Z Downloaded tokio-rustls v0.26.0
2572024-10-22T16:20:04.815Z Downloaded kstat-rs v0.2.4
2582024-10-22T16:20:04.817Z Downloaded lru-cache v0.1.2
2592024-10-22T16:20:04.820Z Downloaded salsa20 v0.10.2
2602024-10-22T16:20:04.820Z Downloaded twox-hash v1.6.3
2612024-10-22T16:20:04.822Z Downloaded ppv-lite86 v0.2.20
2622024-10-22T16:20:04.825Z Downloaded ryu v1.0.18
2632024-10-22T16:20:04.827Z Downloaded xz2 v0.1.7
2642024-10-22T16:20:04.830Z Downloaded diesel-dtrace v0.3.0
2652024-10-22T16:20:04.833Z Downloaded newtype-uuid v1.1.2
2662024-10-22T16:20:04.833Z Downloaded md-5 v0.10.6
2672024-10-22T16:20:04.835Z Downloaded maybe-uninit v2.0.0
2682024-10-22T16:20:04.838Z Downloaded crypto-common v0.1.6
2692024-10-22T16:20:04.838Z Downloaded num_threads v0.1.7
2702024-10-22T16:20:04.840Z Downloaded zone v0.3.0
2712024-10-22T16:20:04.840Z Downloaded zone v0.1.8
2722024-10-22T16:20:04.843Z Downloaded time-core v0.1.2
2732024-10-22T16:20:04.843Z Downloaded stringmetrics v2.2.2
2742024-10-22T16:20:04.845Z Downloaded spin v0.9.8
2752024-10-22T16:20:04.848Z Downloaded cookie_store v0.21.0
2762024-10-22T16:20:04.850Z Downloaded hyper-rustls v0.26.0
2772024-10-22T16:20:04.852Z Downloaded openssl-sys v0.9.103
2782024-10-22T16:20:04.857Z Downloaded smallvec v1.13.2
2792024-10-22T16:20:04.860Z Downloaded take_mut v0.2.2
2802024-10-22T16:20:04.863Z Downloaded http v0.2.12
2812024-10-22T16:20:04.865Z Downloaded libloading v0.8.5
2822024-10-22T16:20:04.868Z Downloaded rustc-hash v1.1.0
2832024-10-22T16:20:04.870Z Downloaded toolchain_find v0.4.0
2842024-10-22T16:20:04.872Z Downloaded cc v1.1.30
2852024-10-22T16:20:04.874Z Downloaded hickory-resolver v0.24.1
2862024-10-22T16:20:04.879Z Downloaded doc-comment v0.3.3
2872024-10-22T16:20:04.882Z Downloaded endian-type v0.1.2
2882024-10-22T16:20:04.882Z Downloaded slog-json v2.6.1
2892024-10-22T16:20:04.885Z Downloaded stringprep v0.1.5
2902024-10-22T16:20:04.887Z Downloaded phf_shared v0.11.2
2912024-10-22T16:20:04.887Z Downloaded tabwriter v1.4.0
2922024-10-22T16:20:04.889Z Downloaded toml_datetime v0.6.8
2932024-10-22T16:20:04.892Z Downloaded thiserror-impl-no-std v2.0.2
2942024-10-22T16:20:04.892Z Downloaded des v0.8.1
2952024-10-22T16:20:04.894Z Downloaded supports-color v3.0.1
2962024-10-22T16:20:04.897Z Downloaded strip-ansi-escapes v0.2.0
2972024-10-22T16:20:04.897Z Downloaded new_debug_unreachable v1.0.6
2982024-10-22T16:20:04.899Z Downloaded cookie v0.18.1
2992024-10-22T16:20:04.902Z Downloaded parking_lot_core v0.9.10
3002024-10-22T16:20:04.905Z Downloaded rand_core v0.6.4
3012024-10-22T16:20:04.907Z Downloaded parse-display-derive v0.10.0
3022024-10-22T16:20:04.907Z Downloaded scheduled-thread-pool v0.2.7
3032024-10-22T16:20:04.910Z Downloaded same-file v1.0.6
3042024-10-22T16:20:04.912Z Downloaded progenitor-macro v0.8.0
3052024-10-22T16:20:04.912Z Downloaded headers v0.4.0
3062024-10-22T16:20:04.917Z Downloaded base64 v0.21.7
3072024-10-22T16:20:04.921Z Downloaded keccak v0.1.5
3082024-10-22T16:20:04.923Z Downloaded nodrop v0.1.14
3092024-10-22T16:20:04.926Z Downloaded defmt-macros v0.3.9
3102024-10-22T16:20:04.929Z Downloaded dof v0.3.0
3112024-10-22T16:20:04.931Z Downloaded either v1.13.0
3122024-10-22T16:20:04.931Z Downloaded num-complex v0.4.6
3132024-10-22T16:20:04.933Z Downloaded tokio-tungstenite v0.24.0
3142024-10-22T16:20:04.936Z Downloaded tokio-stream v0.1.16
3152024-10-22T16:20:04.940Z Downloaded oso-derive v0.27.3
3162024-10-22T16:20:04.943Z Downloaded path-slash v0.1.5
3172024-10-22T16:20:04.945Z Downloaded kv-log-macro v1.0.7
3182024-10-22T16:20:04.945Z Downloaded plotters-svg v0.3.7
3192024-10-22T16:20:04.947Z Downloaded linked-hash-map v0.5.6
3202024-10-22T16:20:04.947Z Downloaded progenitor-impl v0.8.0
3212024-10-22T16:20:04.950Z Downloaded sqlparser_derive v0.2.2
3222024-10-22T16:20:04.953Z Downloaded serde_derive v1.0.210
3232024-10-22T16:20:04.955Z Downloaded curve25519-dalek-derive v0.1.1
3242024-10-22T16:20:04.955Z Downloaded paste v1.0.15
3252024-10-22T16:20:04.959Z Downloaded crc-catalog v2.4.0
3262024-10-22T16:20:04.961Z Downloaded similar v2.6.0
3272024-10-22T16:20:04.965Z Downloaded tower-service v0.3.3
3282024-10-22T16:20:04.967Z Downloaded is_terminal_polyfill v1.70.1
3292024-10-22T16:20:04.970Z Downloaded errno v0.3.9
3302024-10-22T16:20:04.970Z Downloaded psl-types v2.0.11
3312024-10-22T16:20:04.972Z Downloaded progenitor v0.8.0
3322024-10-22T16:20:04.974Z Downloaded env_filter v0.1.2
3332024-10-22T16:20:04.975Z Downloaded enum-as-inner v0.6.1
3342024-10-22T16:20:04.977Z Downloaded difflib v0.4.0
3352024-10-22T16:20:04.979Z Downloaded hickory-server v0.24.1
3362024-10-22T16:20:04.984Z Downloaded heapless v0.7.17
3372024-10-22T16:20:04.988Z Downloaded swrite v0.1.0
3382024-10-22T16:20:04.990Z Downloaded escape8259 v0.5.3
3392024-10-22T16:20:04.993Z Downloaded memmap v0.7.0
3402024-10-22T16:20:04.993Z Downloaded memoffset v0.9.1
3412024-10-22T16:20:04.995Z Downloaded secrecy v0.8.0
3422024-10-22T16:20:04.998Z Downloaded num_enum v0.5.11
3432024-10-22T16:20:05.001Z Downloaded crypto-bigint v0.5.5
3442024-10-22T16:20:05.009Z Downloaded instant v0.1.13
3452024-10-22T16:20:05.011Z Downloaded num-conv v0.1.0
3462024-10-22T16:20:05.014Z Downloaded samael v0.0.17
3472024-10-22T16:20:05.018Z Downloaded managed v0.8.0
3482024-10-22T16:20:05.020Z Downloaded thread_local v1.1.8
3492024-10-22T16:20:05.022Z Downloaded relative-path v1.9.3
3502024-10-22T16:20:05.023Z Downloaded rtoolbox v0.0.2
3512024-10-22T16:20:05.025Z Downloaded usdt v0.5.0
3522024-10-22T16:20:05.027Z Downloaded derive_more v0.99.18
3532024-10-22T16:20:05.030Z Downloaded untrusted v0.9.0
3542024-10-22T16:20:05.033Z Downloaded openssl-macros v0.1.1
3552024-10-22T16:20:05.035Z Downloaded semver v0.1.20
3562024-10-22T16:20:05.035Z Downloaded clap_lex v0.7.2
3572024-10-22T16:20:05.038Z Downloaded universal-hash v0.5.1
3582024-10-22T16:20:05.040Z Downloaded unicode-properties v0.1.3
3592024-10-22T16:20:05.043Z Downloaded hashbrown v0.13.2
3602024-10-22T16:20:05.045Z Downloaded rpassword v7.3.1
3612024-10-22T16:20:05.047Z Downloaded sec1 v0.7.3
3622024-10-22T16:20:05.050Z Downloaded event-listener v2.5.3
3632024-10-22T16:20:05.052Z Downloaded threadpool v1.8.1
3642024-10-22T16:20:05.052Z Downloaded slog-term v2.9.1
3652024-10-22T16:20:05.054Z Downloaded slog-dtrace v0.3.0
3662024-10-22T16:20:05.057Z Downloaded instability v0.3.2
3672024-10-22T16:20:05.059Z Downloaded tempfile v3.13.0
3682024-10-22T16:20:05.061Z Downloaded russh-cryptovec v0.7.3
3692024-10-22T16:20:05.064Z Downloaded rustyline v14.0.0
3702024-10-22T16:20:05.068Z Downloaded crossbeam-epoch v0.9.18
3712024-10-22T16:20:05.070Z Downloaded num-derive v0.4.2
3722024-10-22T16:20:05.073Z Downloaded debug-ignore v1.0.5
3732024-10-22T16:20:05.076Z Downloaded tracing-attributes v0.1.27
3742024-10-22T16:20:05.079Z Downloaded signal-hook-tokio v0.3.1
3752024-10-22T16:20:05.081Z Downloaded internet-checksum v0.2.1
3762024-10-22T16:20:05.081Z Downloaded darling_macro v0.20.10
3772024-10-22T16:20:05.081Z Downloaded polyval v0.6.2
3782024-10-22T16:20:05.083Z Downloaded cobs v0.2.3
3792024-10-22T16:20:05.086Z Downloaded uuid v1.10.0
3802024-10-22T16:20:05.089Z Downloaded unsafe-libyaml v0.2.11
3812024-10-22T16:20:05.092Z Downloaded digest v0.10.7
3822024-10-22T16:20:05.094Z Downloaded clap_derive v4.5.18
3832024-10-22T16:20:05.096Z Downloaded owo-colors v4.1.0
3842024-10-22T16:20:05.099Z Downloaded maplit v1.0.2
3852024-10-22T16:20:05.101Z Downloaded rand_distr v0.4.3
3862024-10-22T16:20:05.104Z Downloaded ron v0.8.1
3872024-10-22T16:20:05.110Z Downloaded match_cfg v0.1.0
3882024-10-22T16:20:05.112Z Downloaded macaddr v1.0.1
3892024-10-22T16:20:05.114Z Downloaded tinyvec_macros v0.1.1
3902024-10-22T16:20:05.114Z Downloaded signal-hook-mio v0.2.4
3912024-10-22T16:20:05.117Z Downloaded topological-sort v0.2.2
3922024-10-22T16:20:05.120Z Downloaded predicates-core v1.0.8
3932024-10-22T16:20:05.120Z Downloaded multer v3.1.0
3942024-10-22T16:20:05.122Z Downloaded tinyvec v1.8.0
3952024-10-22T16:20:05.125Z Downloaded predicates v3.1.2
3962024-10-22T16:20:05.128Z Downloaded clap v4.5.20
3972024-10-22T16:20:05.137Z Downloaded rustc_version v0.4.1
3982024-10-22T16:20:05.140Z Downloaded zeroize v1.8.1
3992024-10-22T16:20:05.142Z Downloaded utf-8 v0.7.6
4002024-10-22T16:20:05.142Z Downloaded strsim v0.11.1
4012024-10-22T16:20:05.145Z Downloaded sqlformat v0.2.6
4022024-10-22T16:20:05.147Z Downloaded x509-cert v0.2.5
4032024-10-22T16:20:05.152Z Downloaded spki v0.7.3
4042024-10-22T16:20:05.155Z Downloaded event-listener-strategy v0.5.2
4052024-10-22T16:20:05.157Z Downloaded mime v0.3.17
4062024-10-22T16:20:05.160Z Downloaded ena v0.14.3
4072024-10-22T16:20:05.162Z Downloaded ed25519 v2.2.3
4082024-10-22T16:20:05.162Z Downloaded ipnet v2.10.1
4092024-10-22T16:20:05.164Z Downloaded embedded-io v0.6.1
4102024-10-22T16:20:05.167Z Downloaded colorchoice v1.0.2
4112024-10-22T16:20:05.169Z Downloaded newtype_derive v0.1.6
4122024-10-22T16:20:05.169Z Downloaded nested v0.1.1
4132024-10-22T16:20:05.171Z Downloaded dirs-sys-next v0.1.2
4142024-10-22T16:20:05.171Z Downloaded crossbeam-deque v0.8.5
4152024-10-22T16:20:05.174Z Downloaded version_check v0.9.5
4162024-10-22T16:20:05.176Z Downloaded proc-macro-crate v1.3.1
4172024-10-22T16:20:05.176Z Downloaded downcast v0.11.0
4182024-10-22T16:20:05.178Z Downloaded tracing-core v0.1.32
4192024-10-22T16:20:05.180Z Downloaded der v0.7.9
4202024-10-22T16:20:05.186Z Downloaded aho-corasick v1.1.3
4212024-10-22T16:20:05.193Z Downloaded pretty-hex v0.4.1
4222024-10-22T16:20:05.195Z Downloaded tabled_derive v0.7.0
4232024-10-22T16:20:05.198Z Downloaded packed_struct_codegen v0.10.1
4242024-10-22T16:20:05.198Z Downloaded h2 v0.3.26
4252024-10-22T16:20:05.205Z Downloaded futures-util v0.3.31
4262024-10-22T16:20:05.218Z Downloaded xattr v1.3.1
4272024-10-22T16:20:05.220Z Downloaded scroll_derive v0.12.0
4282024-10-22T16:20:05.223Z Downloaded thiserror-no-std v2.0.2
4292024-10-22T16:20:05.225Z Downloaded tls_codec v0.4.1
4302024-10-22T16:20:05.228Z Downloaded dirs-next v2.0.0
4312024-10-22T16:20:05.230Z Downloaded typify v0.2.0
4322024-10-22T16:20:05.232Z Downloaded p521 v0.13.3
4332024-10-22T16:20:05.237Z Downloaded proc-macro-error v1.0.4
4342024-10-22T16:20:05.240Z Downloaded display-error-chain v0.2.1
4352024-10-22T16:20:05.243Z Downloaded smf v0.2.3
4362024-10-22T16:20:05.245Z Downloaded url v2.5.2
4372024-10-22T16:20:05.248Z Downloaded peg-runtime v0.8.3
4382024-10-22T16:20:05.248Z Downloaded tls_codec_derive v0.4.1
4392024-10-22T16:20:05.250Z Downloaded parking_lot v0.12.3
4402024-10-22T16:20:05.252Z Downloaded tracing v0.1.40
4412024-10-22T16:20:05.257Z Downloaded linear-map v1.2.0
4422024-10-22T16:20:05.259Z Downloaded ecdsa v0.16.9
4432024-10-22T16:20:05.263Z Downloaded pretty-hex v0.2.1
4442024-10-22T16:20:05.266Z Downloaded is_ci v1.2.0
4452024-10-22T16:20:05.266Z Downloaded parse-zoneinfo v0.3.1
4462024-10-22T16:20:05.268Z Downloaded pem v3.0.4
4472024-10-22T16:20:05.271Z Downloaded serde-big-array v0.5.1
4482024-10-22T16:20:05.273Z Downloaded const_format v0.2.33
4492024-10-22T16:20:05.276Z Downloaded rand v0.8.5
4502024-10-22T16:20:05.280Z Downloaded unicode-xid v0.2.6
4512024-10-22T16:20:05.282Z Downloaded serde_plain v1.0.2
4522024-10-22T16:20:05.285Z Downloaded colored v2.1.0
4532024-10-22T16:20:05.287Z Downloaded rand_seeder v0.3.0
4542024-10-22T16:20:05.290Z Downloaded r2d2 v0.8.10
4552024-10-22T16:20:05.290Z Downloaded oso v0.27.3
4562024-10-22T16:20:05.293Z Downloaded num-traits v0.2.19
4572024-10-22T16:20:05.296Z Downloaded socket2 v0.5.7
4582024-10-22T16:20:05.298Z Downloaded nanorand v0.7.0
4592024-10-22T16:20:05.301Z Downloaded csv-core v0.1.11
4602024-10-22T16:20:05.303Z Downloaded ctr v0.9.2
4612024-10-22T16:20:05.306Z Downloaded libm v0.2.8
4622024-10-22T16:20:05.313Z Downloaded unicode-normalization v0.1.24
4632024-10-22T16:20:05.318Z Downloaded num-integer v0.1.46
4642024-10-22T16:20:05.321Z Downloaded want v0.3.1
4652024-10-22T16:20:05.321Z Downloaded zerocopy v0.6.6
4662024-10-22T16:20:05.324Z Downloaded lru v0.12.5
4672024-10-22T16:20:05.326Z Downloaded semver v1.0.23
4682024-10-22T16:20:05.328Z Downloaded rustc-demangle v0.1.24
4692024-10-22T16:20:05.330Z Downloaded strum v0.26.3
4702024-10-22T16:20:05.333Z Downloaded proc-macro-error-attr v1.0.4
4712024-10-22T16:20:05.333Z Downloaded unicase v2.7.0
4722024-10-22T16:20:05.335Z Downloaded libsw v3.3.1
4732024-10-22T16:20:05.337Z Downloaded target-lexicon v0.12.16
4742024-10-22T16:20:05.340Z Downloaded quick-error v1.2.3
4752024-10-22T16:20:05.340Z Downloaded defmt v0.3.8
4762024-10-22T16:20:05.344Z Downloaded darling v0.20.10
4772024-10-22T16:20:05.348Z Downloaded convert_case v0.4.0
4782024-10-22T16:20:05.352Z Downloaded structmeta-derive v0.3.0
4792024-10-22T16:20:05.354Z Downloaded rcgen v0.12.1
4802024-10-22T16:20:05.356Z Downloaded tokio-rustls v0.25.0
4812024-10-22T16:20:05.359Z Downloaded tokio-rustls v0.24.1
4822024-10-22T16:20:05.361Z Downloaded typenum v1.17.0
4832024-10-22T16:20:05.364Z Downloaded libefi-sys v0.1.0
4842024-10-22T16:20:05.364Z Downloaded vergen v8.3.2
4852024-10-22T16:20:05.367Z Downloaded partial-io v0.5.4
4862024-10-22T16:20:05.370Z Downloaded tungstenite v0.23.0
4872024-10-22T16:20:05.373Z Downloaded dropshot_endpoint v0.12.0
4882024-10-22T16:20:05.377Z Downloaded tungstenite v0.21.0
4892024-10-22T16:20:05.381Z Downloaded criterion-plot v0.5.0
4902024-10-22T16:20:05.383Z Downloaded unicode-segmentation v1.12.0
4912024-10-22T16:20:05.387Z Downloaded hashbrown v0.15.0
4922024-10-22T16:20:05.392Z Downloaded der_derive v0.7.3
4932024-10-22T16:20:05.395Z Downloaded diesel_table_macro_syntax v0.2.0
4942024-10-22T16:20:05.397Z Downloaded shlex v1.3.0
4952024-10-22T16:20:05.397Z Downloaded crc32fast v1.4.2
4962024-10-22T16:20:05.399Z Downloaded thiserror-impl v1.0.64
4972024-10-22T16:20:05.401Z Downloaded chrono v0.4.38
4982024-10-22T16:20:05.408Z Downloaded bindgen v0.69.5
4992024-10-22T16:20:05.416Z Downloaded which v4.4.2
5002024-10-22T16:20:05.418Z Downloaded dtrace-parser v0.2.0
5012024-10-22T16:20:05.420Z Downloaded signature v2.2.0
5022024-10-22T16:20:05.422Z Downloaded tungstenite v0.24.0
5032024-10-22T16:20:05.426Z Downloaded try-lock v0.2.5
5042024-10-22T16:20:05.428Z Downloaded ipnetwork v0.20.0
5052024-10-22T16:20:05.428Z Downloaded opaque-debug v0.3.1
5062024-10-22T16:20:05.428Z Downloaded indoc v2.0.5
5072024-10-22T16:20:05.430Z Downloaded tui-tree-widget v0.22.0
5082024-10-22T16:20:05.433Z Downloaded yansi v1.0.1
5092024-10-22T16:20:05.436Z Downloaded walkdir v2.5.0
5102024-10-22T16:20:05.438Z Downloaded time v0.3.36
5112024-10-22T16:20:05.444Z Downloaded nom v7.1.3
5122024-10-22T16:20:05.450Z Downloaded tap v1.0.1
5132024-10-22T16:20:05.452Z Downloaded unicode-bidi v0.3.17
5142024-10-22T16:20:05.455Z Downloaded parking v2.2.1
5152024-10-22T16:20:05.457Z Downloaded rustc-hash v2.0.0
5162024-10-22T16:20:05.457Z Downloaded poly1305 v0.8.0
5172024-10-22T16:20:05.460Z Downloaded crc-any v2.5.0
5182024-10-22T16:20:05.462Z Downloaded bitvec v1.0.1
5192024-10-22T16:20:05.477Z Downloaded dsl_auto_type v0.1.2
5202024-10-22T16:20:05.480Z Downloaded piper v0.2.4
5212024-10-22T16:20:05.482Z Downloaded pin-project-lite v0.2.14
5222024-10-22T16:20:05.485Z Downloaded dyn-clone v1.0.17
5232024-10-22T16:20:05.488Z Downloaded smawk v0.3.2
5242024-10-22T16:20:05.491Z Downloaded slog-async v2.8.0
5252024-10-22T16:20:05.491Z Downloaded termcolor v1.4.1
5262024-10-22T16:20:05.493Z Downloaded primeorder v0.13.6
5272024-10-22T16:20:05.493Z Downloaded rustls-pki-types v1.9.0
5282024-10-22T16:20:05.496Z Downloaded whoami v1.5.2
5292024-10-22T16:20:05.499Z Downloaded num_cpus v1.16.0
5302024-10-22T16:20:05.501Z Downloaded fallible-iterator v0.3.0
5312024-10-22T16:20:05.504Z Downloaded tokio-macros v2.4.0
5322024-10-22T16:20:05.506Z Downloaded p256 v0.13.2
5332024-10-22T16:20:05.509Z Downloaded rstest_macros v0.23.0
5342024-10-22T16:20:05.511Z Downloaded num-iter v0.1.45
5352024-10-22T16:20:05.513Z Downloaded strum_macros v0.25.3
5362024-10-22T16:20:05.516Z Downloaded miniz_oxide v0.8.0
5372024-10-22T16:20:05.518Z Downloaded minimal-lexical v0.2.1
5382024-10-22T16:20:05.521Z Downloaded expectorate v1.1.0
5392024-10-22T16:20:05.524Z Downloaded plotters v0.3.7
5402024-10-22T16:20:05.533Z Downloaded lazycell v1.3.0
5412024-10-22T16:20:05.535Z Downloaded nibble_vec v0.1.0
5422024-10-22T16:20:05.538Z Downloaded oorandom v11.1.4
5432024-10-22T16:20:05.538Z Downloaded multimap v0.10.0
5442024-10-22T16:20:05.538Z Downloaded quinn v0.11.5
5452024-10-22T16:20:05.541Z Downloaded pretty_assertions v1.4.1
5462024-10-22T16:20:05.543Z Downloaded rustls-pemfile v2.2.0
5472024-10-22T16:20:05.546Z Downloaded vsss-rs v3.3.4
5482024-10-22T16:20:05.548Z Downloaded unicode_categories v0.1.1
5492024-10-22T16:20:05.550Z Downloaded tokio-postgres v0.7.12
5502024-10-22T16:20:05.555Z Downloaded typed-path v0.7.1
5512024-10-22T16:20:05.561Z Downloaded reqwest v0.11.27
5522024-10-22T16:20:05.569Z Downloaded mockall v0.13.0
5532024-10-22T16:20:05.572Z Downloaded const-oid v0.9.6
5542024-10-22T16:20:05.574Z Downloaded once_cell v1.20.2
5552024-10-22T16:20:05.576Z Downloaded signal-hook v0.3.17
5562024-10-22T16:20:05.579Z Downloaded prettyplease v0.2.22
5572024-10-22T16:20:05.582Z Downloaded concurrent-queue v2.5.0
5582024-10-22T16:20:05.585Z Downloaded rusqlite v0.32.1
5592024-10-22T16:20:05.591Z Downloaded target-spec v3.2.2
5602024-10-22T16:20:05.593Z Downloaded term v0.7.0
5612024-10-22T16:20:05.596Z Downloaded reqwest v0.12.8
5622024-10-22T16:20:05.605Z Downloaded tokio-tungstenite v0.21.0
5632024-10-22T16:20:05.607Z Downloaded git2 v0.19.0
5642024-10-22T16:20:05.616Z Downloaded proptest v1.5.0
5652024-10-22T16:20:05.627Z Downloaded subprocess v0.2.9
5662024-10-22T16:20:05.629Z Downloaded slog v2.7.0
5672024-10-22T16:20:05.632Z Downloaded crossbeam-channel v0.5.13
5682024-10-22T16:20:05.636Z Downloaded rayon-core v1.12.1
5692024-10-22T16:20:05.640Z Downloaded console v0.15.8
5702024-10-22T16:20:05.643Z Downloaded mio v1.0.2
5712024-10-22T16:20:05.649Z Downloaded russh v0.45.0
5722024-10-22T16:20:05.655Z Downloaded tough v0.17.1
5732024-10-22T16:20:05.663Z Downloaded zerocopy v0.7.35
5742024-10-22T16:20:05.681Z Downloaded compact_str v0.8.0
5752024-10-22T16:20:05.684Z Downloaded num-bigint v0.4.6
5762024-10-22T16:20:05.689Z Downloaded itertools v0.10.5
5772024-10-22T16:20:05.695Z Downloaded criterion v0.5.1
5782024-10-22T16:20:05.703Z Downloaded lalrpop v0.19.12
5792024-10-22T16:20:05.714Z Downloaded radix_trie v0.2.1
5802024-10-22T16:20:05.719Z Downloaded sqlparser v0.45.0
5812024-10-22T16:20:05.725Z Downloaded object v0.30.4
5822024-10-22T16:20:05.735Z Downloaded quinn-proto v0.11.8
5832024-10-22T16:20:05.742Z Downloaded num-bigint-dig v0.8.4
5842024-10-22T16:20:05.747Z Downloaded pest v2.7.14
5852024-10-22T16:20:05.752Z Downloaded rustls v0.21.12
5862024-10-22T16:20:05.764Z Downloaded chrono-tz v0.10.0
5872024-10-22T16:20:05.772Z Downloaded gimli v0.31.1
5882024-10-22T16:20:05.780Z Downloaded itertools v0.13.0
5892024-10-22T16:20:05.787Z Downloaded winnow v0.6.20
5902024-10-22T16:20:05.796Z Downloaded itertools v0.12.1
5912024-10-22T16:20:05.803Z Downloaded winnow v0.5.40
5922024-10-22T16:20:05.811Z Downloaded bstr v1.10.0
5932024-10-22T16:20:05.822Z Downloaded tabled v0.15.0
5942024-10-22T16:20:05.838Z Downloaded rustls-webpki v0.101.7
5952024-10-22T16:20:05.853Z Downloaded p384 v0.13.0
5962024-10-22T16:20:05.859Z Downloaded rayon v1.10.0
5972024-10-22T16:20:05.869Z Downloaded openapiv3 v2.0.0
5982024-10-22T16:20:05.881Z Downloaded quick-xml v0.33.0
5992024-10-22T16:20:05.886Z Downloaded openssl v0.10.66
6002024-10-22T16:20:05.896Z Downloaded nix v0.28.0
6012024-10-22T16:20:05.908Z Downloaded rustls v0.22.4
6022024-10-22T16:20:05.921Z Downloaded syn v1.0.109
6032024-10-22T16:20:05.932Z Downloaded rustls v0.23.14
6042024-10-22T16:20:05.944Z Downloaded idna v0.5.0
6052024-10-22T16:20:05.950Z Downloaded rustix v0.38.37
6062024-10-22T16:20:05.973Z Downloaded smoltcp v0.9.1
6072024-10-22T16:20:05.983Z Downloaded idna v0.4.0
6082024-10-22T16:20:05.990Z Downloaded ratatui v0.28.1
6092024-10-22T16:20:06.010Z Downloaded regress v0.10.1
6102024-10-22T16:20:06.018Z Downloaded idna v0.2.3
6112024-10-22T16:20:06.025Z Downloaded idna v0.3.0
6122024-10-22T16:20:06.031Z Downloaded nix v0.27.1
6132024-10-22T16:20:06.043Z Downloaded smoltcp v0.11.0
6142024-10-22T16:20:06.055Z Downloaded regress v0.9.1
6152024-10-22T16:20:06.064Z Downloaded typify-impl v0.2.0
6162024-10-22T16:20:06.078Z Downloaded zerocopy-derive v0.6.6
6172024-10-22T16:20:06.087Z Downloaded regex-syntax v0.6.29
6182024-10-22T16:20:06.094Z Downloaded regex-syntax v0.8.5
6192024-10-22T16:20:06.103Z Downloaded regex v1.11.0
6202024-10-22T16:20:06.117Z Downloaded unicode-width v0.1.14
6212024-10-22T16:20:06.122Z Downloaded tokio v1.40.0
6222024-10-22T16:20:06.159Z Downloaded lzma-sys v0.1.20
6232024-10-22T16:20:06.189Z Downloaded libz-sys v1.1.20
6242024-10-22T16:20:06.210Z Downloaded httpmock v0.8.0-alpha.1
6252024-10-22T16:20:06.228Z Downloaded sled v0.34.7
6262024-10-22T16:20:06.238Z Downloaded bzip2-sys v0.1.11+1.0.8
6272024-10-22T16:20:06.251Z Downloaded regex-automata v0.4.8
6282024-10-22T16:20:06.269Z Downloaded petgraph v0.6.5
6292024-10-22T16:20:06.287Z Downloaded webpki-roots v0.26.6
6302024-10-22T16:20:06.290Z Downloaded dropshot v0.12.0
6312024-10-22T16:20:06.310Z Downloaded trust-dns-proto v0.22.0
6322024-10-22T16:20:06.322Z Downloaded nix v0.29.0
6332024-10-22T16:20:06.334Z Downloaded curve25519-dalek v4.1.3
6342024-10-22T16:20:06.343Z Downloaded diesel v2.2.4
6352024-10-22T16:20:06.361Z Downloaded hickory-proto v0.24.1
6362024-10-22T16:20:06.377Z Downloaded rustls-webpki v0.102.8
6372024-10-22T16:20:06.395Z Downloaded vcpkg v0.2.15
6382024-10-22T16:20:06.432Z Downloaded libc v0.2.161
6392024-10-22T16:20:06.463Z Downloaded csv v1.3.0
6402024-10-22T16:20:06.483Z Downloaded sha3 v0.10.8
6412024-10-22T16:20:06.490Z Downloaded polar-core v0.27.3
6422024-10-22T16:20:06.497Z Downloaded object v0.36.5
6432024-10-22T16:20:06.508Z Downloaded diesel_derives v2.2.3
6442024-10-22T16:20:06.513Z Downloaded proc-macro2 v1.0.87
6452024-10-22T16:20:06.516Z Downloaded qorb v0.1.2
6462024-10-22T16:20:06.519Z Downloaded libxml v0.3.3
6472024-10-22T16:20:06.525Z Downloaded syn v2.0.79
6482024-10-22T16:20:06.536Z Downloaded pkcs5 v0.7.1
6492024-10-22T16:20:06.540Z Downloaded papergrid v0.11.0
6502024-10-22T16:20:06.545Z Downloaded portable-atomic v1.9.0
6512024-10-22T16:20:06.552Z Downloaded clap_builder v4.5.20
6522024-10-22T16:20:06.559Z Downloaded vte v0.11.1
6532024-10-22T16:20:06.561Z Downloaded pest_derive v2.7.14
6542024-10-22T16:20:06.563Z Downloaded polling v3.7.3
6552024-10-22T16:20:06.566Z Downloaded snafu v0.8.5
6562024-10-22T16:20:06.572Z Downloaded hyper v0.14.30
6572024-10-22T16:20:06.580Z Downloaded tokio-tungstenite v0.23.1
6582024-10-22T16:20:06.582Z Downloaded strum_macros v0.26.4
6592024-10-22T16:20:06.584Z Downloaded pin-project-internal v1.1.6
6602024-10-22T16:20:06.586Z Downloaded encoding_rs v0.8.34
6612024-10-22T16:20:06.607Z Downloaded derive-where v1.2.7
6622024-10-22T16:20:06.610Z Downloaded nu-ansi-term v0.50.1
6632024-10-22T16:20:06.613Z Downloaded indoc v1.0.9
6642024-10-22T16:20:06.615Z Downloaded serde_with v3.11.0
6652024-10-22T16:20:06.625Z Downloaded unicode-ident v1.0.13
6662024-10-22T16:20:06.627Z Downloaded russh-keys v0.45.0
6672024-10-22T16:20:06.630Z Downloaded serde_yaml v0.9.34+deprecated
6682024-10-22T16:20:06.633Z Downloaded unicode-linebreak v0.1.5
6692024-10-22T16:20:06.635Z Downloaded scroll v0.12.0
6702024-10-22T16:20:06.637Z Downloaded itoa v1.0.11
6712024-10-22T16:20:06.637Z Downloaded unicode-truncate v1.1.0
6722024-10-22T16:20:06.640Z Downloaded tar v0.4.42
6732024-10-22T16:20:06.642Z Downloaded hkdf v0.12.4
6742024-10-22T16:20:06.644Z Downloaded h2 v0.4.6
6752024-10-22T16:20:06.650Z Downloaded is-terminal v0.4.13
6762024-10-22T16:20:06.652Z Downloaded inout v0.1.3
6772024-10-22T16:20:06.652Z Downloaded deranged v0.3.11
6782024-10-22T16:20:06.654Z Downloaded rand_xorshift v0.3.0
6792024-10-22T16:20:06.655Z Downloaded num v0.4.3
6802024-10-22T16:20:06.657Z Downloaded tokio-native-tls v0.3.1
6812024-10-22T16:20:06.657Z Downloaded serde_with_macros v3.11.0
6822024-10-22T16:20:06.659Z Downloaded sha1 v0.10.6
6832024-10-22T16:20:06.661Z Downloaded rsa v0.9.6
6842024-10-22T16:20:06.665Z Downloaded reedline v0.35.0
6852024-10-22T16:20:06.672Z Downloaded salty v0.3.0
6862024-10-22T16:20:06.679Z Downloaded libgit2-sys v0.17.0+1.8.1
6872024-10-22T16:20:06.737Z Downloaded shell-words v1.1.0
6882024-10-22T16:20:06.739Z Downloaded rustversion v1.0.17
6892024-10-22T16:20:06.741Z Downloaded libtest-mimic v0.7.3
6902024-10-22T16:20:06.744Z Downloaded pkcs1 v0.7.5
6912024-10-22T16:20:06.744Z Downloaded strum_macros v0.24.3
6922024-10-22T16:20:06.746Z Downloaded percent-encoding v2.3.1
6932024-10-22T16:20:06.748Z Downloaded pem-rfc7468 v0.7.0
6942024-10-22T16:20:06.748Z Downloaded datatest-stable v0.2.9
6952024-10-22T16:20:06.751Z Downloaded serde v1.0.210
6962024-10-22T16:20:06.755Z Downloaded log v0.4.22
6972024-10-22T16:20:06.757Z Downloaded crc v3.2.1
6982024-10-22T16:20:06.759Z Downloaded structmeta v0.2.0
6992024-10-22T16:20:06.759Z Downloaded native-tls v0.2.12
7002024-10-22T16:20:06.763Z Downloaded serde_json v1.0.128
7012024-10-22T16:20:06.768Z Downloaded jobserver v0.1.32
7022024-10-22T16:20:06.770Z Downloaded elliptic-curve v0.13.8
7032024-10-22T16:20:06.774Z Downloaded rstest v0.23.0
7042024-10-22T16:20:06.779Z Downloaded rust-argon2 v2.1.0
7052024-10-22T16:20:06.782Z Downloaded ed25519-dalek v2.1.1
7062024-10-22T16:20:06.785Z Downloaded goblin v0.8.2
7072024-10-22T16:20:06.791Z Downloaded constant_time_eq v0.3.1
7082024-10-22T16:20:06.793Z Downloaded const_format_proc_macros v0.2.33
7092024-10-22T16:20:06.795Z Downloaded tokio-util v0.7.12
7102024-10-22T16:20:06.801Z Downloaded darling_core v0.20.10
7112024-10-22T16:20:06.805Z Downloaded ssh-key v0.6.6
7122024-10-22T16:20:06.812Z Downloaded lazy_static v1.5.0
7132024-10-22T16:20:06.815Z Downloaded mockall_derive v0.13.0
7142024-10-22T16:20:06.817Z Downloaded async-std v1.13.0
7152024-10-22T16:20:06.836Z Downloaded mime_guess v2.0.5
7162024-10-22T16:20:06.838Z Downloaded crossterm v0.28.1
7172024-10-22T16:20:06.843Z Downloaded toml_edit v0.22.22
7182024-10-22T16:20:06.864Z Downloaded wyz v0.5.1
7192024-10-22T16:20:06.867Z Downloaded structmeta-derive v0.2.0
7202024-10-22T16:20:06.867Z Downloaded slab v0.4.9
7212024-10-22T16:20:06.869Z Downloaded radium v0.7.0
7222024-10-22T16:20:06.869Z Downloaded embedded-io v0.4.0
7232024-10-22T16:20:06.872Z Downloaded snafu-derive v0.8.5
7242024-10-22T16:20:06.872Z Downloaded sha2 v0.10.8
7252024-10-22T16:20:06.874Z Downloaded event-listener v5.3.1
7262024-10-22T16:20:06.877Z Downloaded packed_struct v0.10.1
7272024-10-22T16:20:06.880Z Downloaded zerocopy-derive v0.7.35
7282024-10-22T16:20:06.882Z Downloaded rustls-native-certs v0.7.3
7292024-10-22T16:20:06.886Z Downloaded quote v1.0.37
7302024-10-22T16:20:06.889Z Downloaded yasna v0.5.2
7312024-10-22T16:20:06.889Z Downloaded memchr v2.7.4
7322024-10-22T16:20:06.894Z Downloaded structmeta v0.3.0
7332024-10-22T16:20:06.896Z Downloaded scopeguard v1.2.0
7342024-10-22T16:20:06.896Z Downloaded schemars_derive v0.8.21
7352024-10-22T16:20:06.898Z Downloaded fallible-iterator v0.2.0
7362024-10-22T16:20:06.899Z Downloaded pest_meta v2.7.14
7372024-10-22T16:20:06.901Z Downloaded parking_lot_core v0.8.6
7382024-10-22T16:20:06.904Z Downloaded indexmap v2.6.0
7392024-10-22T16:20:06.907Z Downloaded predicates-tree v1.0.11
7402024-10-22T16:20:06.909Z Downloaded data-encoding v2.6.0
7412024-10-22T16:20:06.909Z Downloaded hyper v1.4.1
7422024-10-22T16:20:06.915Z Downloaded signal-hook-registry v1.4.2
7432024-10-22T16:20:06.918Z Downloaded diff v0.1.13
7442024-10-22T16:20:06.920Z Downloaded crossbeam-utils v0.8.20
7452024-10-22T16:20:06.922Z Downloaded pin-project v1.1.6
7462024-10-22T16:20:06.933Z Downloaded pest_generator v2.7.14
7472024-10-22T16:20:06.935Z Downloaded thread-id v4.2.2
7482024-10-22T16:20:06.937Z Downloaded openssl-probe v0.1.5
7492024-10-22T16:20:06.937Z Downloaded tinytemplate v1.2.1
7502024-10-22T16:20:06.940Z Downloaded schemars v0.8.21
7512024-10-22T16:20:06.949Z Downloaded rustc_version v0.1.7
7522024-10-22T16:20:06.951Z Downloaded steno v0.4.1
7532024-10-22T16:20:06.954Z Downloaded guppy v0.17.8
7542024-10-22T16:20:06.960Z Downloaded blake3 v1.5.4
7552024-10-22T16:20:06.971Z Downloaded hashbrown v0.14.5
7562024-10-22T16:20:06.977Z Downloaded zip v0.6.6
7572024-10-22T16:20:06.981Z Downloaded memmap2 v0.9.5
7582024-10-22T16:20:06.983Z Downloaded lock_api v0.4.12
7592024-10-22T16:20:06.987Z Downloaded indicatif v0.17.8
7602024-10-22T16:20:06.990Z Downloaded subtle v2.6.1
7612024-10-22T16:20:06.990Z Downloaded flate2 v1.0.34
7622024-10-22T16:20:06.994Z Downloaded sct v0.7.1
7632024-10-22T16:20:06.997Z Downloaded http v1.1.0
7642024-10-22T16:20:07.003Z Downloaded aes-gcm v0.10.3
7652024-10-22T16:20:07.005Z Downloaded untrusted v0.7.1
7662024-10-22T16:20:07.007Z Downloaded plotters-backend v0.3.7
7672024-10-22T16:20:07.007Z Downloaded path-tree v0.8.1
7682024-10-22T16:20:07.010Z Downloaded value-bag v1.9.0
7692024-10-22T16:20:07.012Z Downloaded pkcs8 v0.10.2
7702024-10-22T16:20:07.015Z Downloaded password-hash v0.5.0
7712024-10-22T16:20:07.017Z Downloaded num_enum_derive v0.5.11
7722024-10-22T16:20:07.017Z Downloaded ssh-encoding v0.2.0
7732024-10-22T16:20:07.020Z Downloaded ssh-cipher v0.2.0
7742024-10-22T16:20:07.020Z Downloaded slog-bunyan v2.5.0
7752024-10-22T16:20:07.022Z Downloaded scrypt v0.11.0
7762024-10-22T16:20:07.022Z Downloaded clang-sys v1.8.1
7772024-10-22T16:20:07.024Z Downloaded uzers v0.12.1
7782024-10-22T16:20:07.027Z Downloaded time-macros v0.2.18
7792024-10-22T16:20:07.029Z Downloaded toml_edit v0.19.15
7802024-10-22T16:20:07.044Z Downloaded indexmap v1.9.3
7812024-10-22T16:20:07.047Z Downloaded lalrpop-util v0.19.12
7822024-10-22T16:20:07.049Z Downloaded toml v0.8.19
7832024-10-22T16:20:07.051Z Downloaded toml v0.7.8
7842024-10-22T16:20:07.054Z Downloaded slog-stdlog v4.1.1
7852024-10-22T16:20:07.056Z Downloaded hyper-util v0.1.9
7862024-10-22T16:20:07.060Z Downloaded cstr-argument v0.1.2
7872024-10-22T16:20:07.062Z Downloaded enum-as-inner v0.5.1
7882024-10-22T16:20:07.062Z Downloaded flume v0.11.0
7892024-10-22T16:20:07.066Z Downloaded sigpipe v0.1.3
7902024-10-22T16:20:07.069Z Downloaded dhcproto v0.12.0
7912024-10-22T16:20:07.071Z Downloaded zeroize_derive v1.4.2
7922024-10-22T16:20:07.071Z Downloaded utf8parse v0.2.2
7932024-10-22T16:20:07.071Z Downloaded omicron-zone-package v0.11.1
7942024-10-22T16:20:07.074Z Downloaded tiny-keccak v2.0.2
7952024-10-22T16:20:07.076Z Downloaded textwrap v0.16.1
7962024-10-22T16:20:07.079Z Downloaded test-strategy v0.3.1
7972024-10-22T16:20:07.082Z Downloaded publicsuffix v2.2.3
7982024-10-22T16:20:07.085Z Downloaded defmt-parser v0.3.4
7992024-10-22T16:20:07.087Z Downloaded hashbrown v0.12.3
8002024-10-22T16:20:07.090Z Downloaded slog-envlogger v2.2.0
8012024-10-22T16:20:07.092Z Downloaded num-rational v0.4.2
8022024-10-22T16:20:07.094Z Downloaded slog-scope v4.4.0
8032024-10-22T16:20:07.094Z Downloaded serde_tokenstream v0.2.2
8042024-10-22T16:20:07.096Z Downloaded serde_spanned v0.6.8
8052024-10-22T16:20:07.096Z Downloaded serde_repr v0.1.19
8062024-10-22T16:20:07.099Z Downloaded serde_urlencoded v0.7.1
8072024-10-22T16:20:07.101Z Downloaded serde_regex v1.1.0
8082024-10-22T16:20:07.101Z Downloaded aes v0.8.4
8092024-10-22T16:20:07.104Z Downloaded phf_generator v0.11.2
8102024-10-22T16:20:07.106Z Downloaded phf_codegen v0.11.2
8112024-10-22T16:20:07.106Z Downloaded phf v0.11.2
8122024-10-22T16:20:07.108Z Downloaded proc-macro-crate v3.2.0
8132024-10-22T16:20:07.108Z Downloaded bytes v1.7.2
8142024-10-22T16:20:07.112Z Downloaded ucd-trie v0.1.7
8152024-10-22T16:20:07.114Z Downloaded trybuild v1.0.100
8162024-10-22T16:20:07.119Z Downloaded env_logger v0.11.5
8172024-10-22T16:20:07.122Z Downloaded env_logger v0.10.2
8182024-10-22T16:20:07.124Z Downloaded derive_builder_core v0.20.2
8192024-10-22T16:20:07.126Z Downloaded derive_builder v0.20.2
8202024-10-22T16:20:07.130Z Downloaded serde_derive_internals v0.29.1
8212024-10-22T16:20:07.132Z Downloaded ron v0.7.1
8222024-10-22T16:20:07.136Z Downloaded postgres-types v0.2.8
8232024-10-22T16:20:07.138Z Downloaded futures v0.3.31
8242024-10-22T16:20:07.143Z Downloaded heapless v0.8.0
8252024-10-22T16:20:07.147Z Downloaded ring v0.17.8
8262024-10-22T16:20:07.216Z Downloaded impl-trait-for-tuples v0.2.2
8272024-10-22T16:20:07.219Z Downloaded hyper-staticfile v0.10.1
8282024-10-22T16:20:07.221Z Downloaded httptest v0.16.1
8292024-10-22T16:20:07.223Z Downloaded fancy-regex v0.13.0
8302024-10-22T16:20:07.226Z Downloaded hash32 v0.2.1
8312024-10-22T16:20:07.228Z Downloaded stable_deref_trait v1.2.0
8322024-10-22T16:20:07.228Z Downloaded serde_path_to_error v0.1.16
8332024-10-22T16:20:07.231Z Downloaded ref-cast v1.0.23
8342024-10-22T16:20:07.233Z Downloaded backoff v0.4.0
8352024-10-22T16:20:07.235Z Downloaded crucible-workspace-hack v0.1.0
8362024-10-22T16:20:07.235Z Downloaded rustfmt-wrapper v0.2.1
8372024-10-22T16:20:07.237Z Downloaded pin-utils v0.1.0
8382024-10-22T16:20:07.237Z Downloaded password-hash v0.4.2
8392024-10-22T16:20:07.239Z Downloaded usdt-attr-macro v0.5.0
8402024-10-22T16:20:07.239Z Downloaded hmac v0.12.1
8412024-10-22T16:20:07.242Z Downloaded rusty-fork v0.3.0
8422024-10-22T16:20:07.244Z Downloaded peg-macros v0.8.4
8432024-10-22T16:20:07.244Z Downloaded bcs v0.1.6
8442024-10-22T16:20:07.247Z Downloaded base64ct v1.6.0
8452024-10-22T16:20:07.250Z Downloaded anstyle-query v1.1.1
8462024-10-22T16:20:07.250Z Downloaded rustls-pemfile v1.0.4
8472024-10-22T16:20:07.252Z Downloaded hostname v0.4.0
8482024-10-22T16:20:07.255Z Downloaded hex-literal v0.4.1
8492024-10-22T16:20:07.255Z Downloaded async-task v4.7.1
8502024-10-22T16:20:07.257Z Downloaded group v0.13.0
8512024-10-22T16:20:07.259Z Downloaded heck v0.3.3
8522024-10-22T16:20:07.259Z Downloaded ghash v0.5.1
8532024-10-22T16:20:07.262Z Downloaded futures-timer v3.0.3
8542024-10-22T16:20:07.262Z Downloaded parking_lot v0.11.2
8552024-10-22T16:20:07.264Z Downloaded async-process v2.3.0
8562024-10-22T16:20:07.266Z Downloaded glob v0.3.1
8572024-10-22T16:20:07.269Z Downloaded gethostname v0.5.0
8582024-10-22T16:20:07.269Z Downloaded futures-macro v0.3.31
8592024-10-22T16:20:07.270Z Downloaded futures-io v0.3.31
8602024-10-22T16:20:07.273Z Downloaded form_urlencoded v1.2.1
8612024-10-22T16:20:07.273Z Downloaded hyper-rustls v0.27.3
8622024-10-22T16:20:07.276Z Downloaded foldhash v0.1.3
8632024-10-22T16:20:07.276Z Downloaded arc-swap v1.7.1
8642024-10-22T16:20:07.278Z Downloaded assert_cmd v2.0.16
8652024-10-22T16:20:07.280Z Downloaded argon2 v0.5.3
8662024-10-22T16:20:07.285Z Downloaded aead v0.5.2
8672024-10-22T16:20:07.285Z Downloaded peg v0.8.4
8682024-10-22T16:20:07.287Z Downloaded flagset v0.4.6
8692024-10-22T16:20:07.289Z Downloaded chrono-tz-build v0.4.0
8702024-10-22T16:20:07.289Z Downloaded anes v0.1.6
8712024-10-22T16:20:07.292Z Downloaded allocator-api2 v0.2.18
8722024-10-22T16:20:07.295Z Downloaded camino-tempfile v1.1.1
8732024-10-22T16:20:07.298Z Downloaded bitfield v0.14.0
8742024-10-22T16:20:07.298Z Downloaded half v2.4.1
8752024-10-22T16:20:07.300Z Downloaded getrandom v0.2.15
8762024-10-22T16:20:07.302Z Downloaded cassowary v0.3.0
8772024-10-22T16:20:07.307Z Downloaded ring v0.16.20
8782024-10-22T16:20:07.384Z Downloaded bytecount v0.6.8
8792024-10-22T16:20:07.387Z Downloaded libsqlite3-sys v0.30.1
8802024-10-22T16:20:07.463Z Downloaded http-range v0.1.5
8812024-10-22T16:20:07.466Z Downloaded http-body v1.0.1
8822024-10-22T16:20:07.466Z Downloaded futures-lite v2.3.0
8832024-10-22T16:20:07.468Z Downloaded filetime v0.2.25
8842024-10-22T16:20:07.468Z Downloaded base64 v0.13.1
8852024-10-22T16:20:07.471Z Downloaded base16ct v0.2.0
8862024-10-22T16:20:07.473Z Downloaded async-signal v0.2.10
8872024-10-22T16:20:07.475Z Downloaded async-stream v0.3.6
8882024-10-22T16:20:07.475Z Downloaded bb8 v0.8.5
8892024-10-22T16:20:07.477Z Downloaded atomic-waker v1.1.2
8902024-10-22T16:20:07.477Z Downloaded blake2 v0.10.6
8912024-10-22T16:20:07.479Z Downloaded arrayref v0.3.9
8922024-10-22T16:20:07.481Z Downloaded ascii-canvas v3.0.0
8932024-10-22T16:20:07.481Z Downloaded approx v0.5.1
8942024-10-22T16:20:07.484Z Downloaded heck v0.4.1
8952024-10-22T16:20:07.484Z Downloaded fallible-streaming-iterator v0.1.9
8962024-10-22T16:20:07.484Z Downloaded atty v0.2.14
8972024-10-22T16:20:07.487Z Downloaded ahash v0.8.11
8982024-10-22T16:20:07.493Z Downloaded generic-array v0.14.7
8992024-10-22T16:20:07.495Z Downloaded futures-task v0.3.31
9002024-10-22T16:20:07.497Z Downloaded ciborium v0.2.2
9012024-10-22T16:20:07.498Z Downloaded camino v1.1.9
9022024-10-22T16:20:07.500Z Downloaded hostname v0.3.1
9032024-10-22T16:20:07.502Z Downloaded async-object-pool v0.1.5
9042024-10-22T16:20:07.502Z Downloaded hash32 v0.3.1
9052024-10-22T16:20:07.502Z Downloaded fnv v1.0.7
9062024-10-22T16:20:07.504Z Downloaded bzip2 v0.4.4
9072024-10-22T16:20:07.507Z Downloaded async-trait v0.1.83
9082024-10-22T16:20:07.509Z Downloaded async-lock v3.4.0
9092024-10-22T16:20:07.511Z Downloaded byteorder v1.5.0
9102024-10-22T16:20:07.513Z Downloaded arrayvec v0.7.6
9112024-10-22T16:20:07.513Z Downloaded cast v0.3.0
9122024-10-22T16:20:07.516Z Downloaded bitfield-struct v0.6.2
9132024-10-22T16:20:07.516Z Downloaded assert-json-diff v2.0.2
9142024-10-22T16:20:07.518Z Downloaded array-init v0.0.4
9152024-10-22T16:20:07.518Z Downloaded anstyle-parse v0.2.5
9162024-10-22T16:20:07.788Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9172024-10-22T16:20:36.381Z Startup: Refreshing catalog 'helios-dev' ... Done
9182024-10-22T16:20:40.075Z Startup: Caching catalogs ... Done
9192024-10-22T16:20:46.370ZPlanning: Solver setup ... Done (5.602s)
9202024-10-22T16:20:46.455ZPlanning: Running solver ... Done (0.085s)
9212024-10-22T16:20:46.804ZPlanning: Finding local manifests ... Done (0.277s)
9222024-10-22T16:20:46.818ZPlanning: Fetching manifests: 0/5 0% complete
9232024-10-22T16:20:47.044ZPlanning: Fetching manifests: 5/5 100% complete
9242024-10-22T16:20:47.596ZPlanning: Package planning ... Done (0.552s)
9252024-10-22T16:20:47.654ZPlanning: Merging actions ... Done (0.058s)
9262024-10-22T16:20:49.129ZPlanning: Checking for conflicting actions ... Done (1.475s)
9272024-10-22T16:20:58.653ZPlanning: Consolidating action changes ... Done (9.522s)
9282024-10-22T16:20:59.135ZPlanning: Evaluating mediators ... Done (0.482s)
9292024-10-22T16:20:59.215ZPlanning: Planning completed in 19.05 seconds
9302024-10-22T16:21:01.002Z Packages to install: 4
9312024-10-22T16:21:01.002Z Packages to update: 1
9322024-10-22T16:21:01.005Z Mediators to change: 2
9332024-10-22T16:21:01.005Z Services to change: 1
9342024-10-22T16:21:01.005Z Estimated space available: 155.48 GB
9352024-10-22T16:21:01.005ZEstimated space to be consumed: 1.58 GB
9362024-10-22T16:21:01.005Z Create boot environment: No
9372024-10-22T16:21:01.005ZCreate backup boot environment: Yes
9382024-10-22T16:21:01.005Z Rebuild boot archive: No
9392024-10-22T16:21:01.005Z
9402024-10-22T16:21:01.005ZChanged mediators:
9412024-10-22T16:21:01.005Z mediator clang:
9422024-10-22T16:21:01.005Z version: None -> 15 (system default)
9432024-10-22T16:21:01.005Z
9442024-10-22T16:21:01.005Z mediator llvm:
9452024-10-22T16:21:01.005Z version: 14 (system default) -> 15 (system default)
9462024-10-22T16:21:01.005Z
9472024-10-22T16:21:01.005ZChanged packages:
9482024-10-22T16:21:01.005Zhelios-dev
9492024-10-22T16:21:01.005Z developer/build-essential
9502024-10-22T16:21:01.005Z None -> 11-2.0
9512024-10-22T16:21:01.005Z library/libxmlsec1
9522024-10-22T16:21:01.005Z None -> 1.2.35-2.0
9532024-10-22T16:21:01.005Z ooce/developer/clang-15
9542024-10-22T16:21:01.005Z None -> 15.0.7-2.0
9552024-10-22T16:21:01.005Z ooce/developer/llvm-15
9562024-10-22T16:21:01.005Z None -> 15.0.7-2.0
9572024-10-22T16:21:01.005Z package/pkg
9582024-10-22T16:21:01.005Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9592024-10-22T16:21:01.005Z
9602024-10-22T16:21:01.006ZServices:
9612024-10-22T16:21:01.006Z restart_fmri:
9622024-10-22T16:21:01.006Z svc:/system/update-man-index:default
9632024-10-22T16:21:01.006Z
9642024-10-22T16:21:01.006ZEditable files to change:
9652024-10-22T16:21:01.006Z Update:
9662024-10-22T16:21:01.006Z usr/share/lib/pkg/web/config.shtml
9672024-10-22T16:21:01.625Z
9682024-10-22T16:21:01.625ZDownload: 0/4281 items 0.0/220.6MB 0% complete
9692024-10-22T16:21:06.630ZDownload: 1318/4281 items 109.0/220.6MB 49% complete (21.9M/s)
9702024-10-22T16:21:11.631ZDownload: 3201/4281 items 162.8/220.6MB 73% complete (16.2M/s)
9712024-10-22T16:21:15.633ZDownload: Completed 220.60 MB in 14.01 seconds (15.8M/s)
9722024-10-22T16:21:17.552Z Actions: 1/5063 actions (Removing old actions)
9732024-10-22T16:21:17.568Z Actions: 194/5063 actions (Installing new actions)
9742024-10-22T16:21:22.727Z Actions: 4082/5063 actions (Installing new actions)
9752024-10-22T16:21:24.266Z Actions: 4226/5063 actions (Updating modified actions)
9762024-10-22T16:21:24.683Z Actions: Completed 5063 actions in 7.13 seconds.
9772024-10-22T16:21:25.039Z Done (0.349s)
9782024-10-22T16:21:25.054Z Done (0.000s)
9792024-10-22T16:21:25.553Z Done (0.512s)
9802024-10-22T16:21:31.264Z Done (5.465s)
9812024-10-22T16:21:31.660Z Done (0.327s)
9822024-10-22T16:21:31.663Z Done (0.000s)
9832024-10-22T16:21:31.831Z Done (0.000s)
9842024-10-22T16:21:32.476ZPlanning: Evaluating mediator changes ... Done
9852024-10-22T16:21:32.639ZPlanning: Checking for conflicting actions ... Done
9862024-10-22T16:21:32.643ZPlanning: Consolidating action changes ... Done
9872024-10-22T16:21:32.905ZPlanning: Evaluating mediators ... Done
9882024-10-22T16:21:32.908ZPlanning: Planning completed in 0.43 seconds
9892024-10-22T16:21:32.942Z Mediators to change: 2
9902024-10-22T16:21:32.942Z Create boot environment: No
9912024-10-22T16:21:32.944ZCreate backup boot environment: No
9922024-10-22T16:21:33.024Z Done
9932024-10-22T16:21:33.024Z Done
9942024-10-22T16:21:33.342Z Done
9952024-10-22T16:21:36.869Z Done
9962024-10-22T16:21:36.960Z Done
9972024-10-22T16:21:36.962Z Done
9982024-10-22T16:21:37.144Z Done
9992024-10-22T16:21:37.748ZPlanning: Evaluating mediator changes ... Done
10002024-10-22T16:21:37.750ZPlanning: Merging actions ... Done
10012024-10-22T16:21:37.936ZPlanning: Checking for conflicting actions ... Done
10022024-10-22T16:21:37.938ZPlanning: Consolidating action changes ... Done
10032024-10-22T16:21:38.198ZPlanning: Evaluating mediators ... Done
10042024-10-22T16:21:38.252ZPlanning: Planning completed in 0.75 seconds
10052024-10-22T16:21:38.291Z Packages to change: 1
10062024-10-22T16:21:38.291Z Mediators to change: 1
10072024-10-22T16:21:38.293Z Services to change: 1
10082024-10-22T16:21:38.293Z Create boot environment: No
10092024-10-22T16:21:38.293ZCreate backup boot environment: Yes
10102024-10-22T16:21:40.148Z Actions: 1/6 actions (Updating modified actions)
10112024-10-22T16:21:40.318Z Actions: Completed 6 actions in 0.17 seconds.
10122024-10-22T16:21:40.322Z Done
10132024-10-22T16:21:40.322Z Done
10142024-10-22T16:21:40.418Z Done
10152024-10-22T16:21:43.911Z Done
10162024-10-22T16:21:43.972Z Done
10172024-10-22T16:21:43.983Z Done
10182024-10-22T16:21:44.117Z Done
10192024-10-22T16:21:44.550ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10202024-10-22T16:21:44.550Zclang system 15 system
10212024-10-22T16:21:44.550Zcsh system system illumos
10222024-10-22T16:21:44.550Zctags system system illumos
10232024-10-22T16:21:44.550Zgcc vendor 12 vendor
10242024-10-22T16:21:44.550Zgcc system 10 system
10252024-10-22T16:21:44.550Zgcc system 7 system
10262024-10-22T16:21:44.550Zgo system 1.20 system
10272024-10-22T16:21:44.550Zgo system 1.19 system
10282024-10-22T16:21:44.550Zllvm system 15 system
10292024-10-22T16:21:44.550Zllvm system 14 system
10302024-10-22T16:21:44.550Zmariadb system 10.6 system
10312024-10-22T16:21:44.550Zmta vendor vendor dma
10322024-10-22T16:21:44.550Zopenjdk system 17 system
10332024-10-22T16:21:44.550Zopenjdk system 11 system
10342024-10-22T16:21:44.550Zopenjdk system 1.8 system
10352024-10-22T16:21:44.550Zopenssl vendor 3 vendor
10362024-10-22T16:21:44.550Zperl system 5.36 system
10372024-10-22T16:21:44.550Zpostgresql system 15 system
10382024-10-22T16:21:44.550Zpostgresql system 13 system
10392024-10-22T16:21:44.550Zpython vendor 3 vendor
10402024-10-22T16:21:44.550Zpython system 2 system
10412024-10-22T16:21:44.550Zpython3 system 3.11 system
10422024-10-22T16:21:44.550Zruby system 3.0 system
10432024-10-22T16:21:44.550Zwords vendor vendor american-english
10442024-10-22T16:21:44.550Zwords system system australian-english
10452024-10-22T16:21:44.550Zwords system system british-english
10462024-10-22T16:21:44.550Zwords system system canadian-english
10472024-10-22T16:21:44.551Zwords system system french
10482024-10-22T16:21:44.551Zwords system system italian
10492024-10-22T16:21:44.551Zwords system system ngerman
10502024-10-22T16:21:44.551Zwords system system ogerman
10512024-10-22T16:21:44.551Zwords system system spanish
10522024-10-22T16:21:44.878ZPUBLISHER TYPE STATUS P LOCATION
10532024-10-22T16:21:44.878Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10542024-10-22T16:21:47.185ZFMRI IFO
10552024-10-22T16:21:47.185Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10562024-10-22T16:21:47.185Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10572024-10-22T16:21:47.185Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10582024-10-22T16:21:47.185Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
10592024-10-22T16:21:47.185Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
10602024-10-22T16:21:47.185Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
10612024-10-22T16:21:47.185Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
10622024-10-22T16:21:47.185Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
10632024-10-22T16:21:47.185Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
10642024-10-22T16:21:47.185Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
10652024-10-22T16:21:47.185Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
10662024-10-22T16:21:47.185Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
10672024-10-22T16:21:47.185Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
10682024-10-22T16:21:47.185Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
10692024-10-22T16:21:47.185Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
10702024-10-22T16:21:48.193Z Downloading crates ...
10712024-10-22T16:21:48.264Z Downloaded cargo_toml v0.20.5
10722024-10-22T16:21:48.398Z Compiling proc-macro2 v1.0.87
10732024-10-22T16:21:48.398Z Compiling unicode-ident v1.0.13
10742024-10-22T16:21:48.401Z Compiling serde v1.0.210
10752024-10-22T16:21:48.401Z Compiling version_check v0.9.5
10762024-10-22T16:21:48.401Z Compiling thiserror v1.0.64
10772024-10-22T16:21:48.401Z Compiling memchr v2.7.4
10782024-10-22T16:21:48.401Z Compiling libc v0.2.161
10792024-10-22T16:21:48.401Z Compiling itoa v1.0.11
10802024-10-22T16:21:48.645Z Compiling ucd-trie v0.1.7
10812024-10-22T16:21:48.664Z Compiling ryu v1.0.18
10822024-10-22T16:21:49.159Z Compiling once_cell v1.20.2
10832024-10-22T16:21:49.202Z Compiling byteorder v1.5.0
10842024-10-22T16:21:49.449Z Compiling serde_json v1.0.128
10852024-10-22T16:21:49.721Z Compiling rustix v0.38.37
10862024-10-22T16:21:51.024Z Compiling bitflags v2.6.0
10872024-10-22T16:21:51.093Z Compiling proc-macro-error-attr v1.0.4
10882024-10-22T16:21:51.103Z Compiling usdt-impl v0.5.0
10892024-10-22T16:21:51.105Z Compiling syn v1.0.109
10902024-10-22T16:21:51.376Z Compiling proc-macro-error v1.0.4
10912024-10-22T16:21:51.424Z Compiling equivalent v1.0.1
10922024-10-22T16:21:51.427Z Compiling plain v0.2.3
10932024-10-22T16:21:51.518Z Compiling utf8parse v0.2.2
10942024-10-22T16:21:51.546Z Compiling camino v1.1.9
10952024-10-22T16:21:51.561Z Compiling hashbrown v0.15.0
10962024-10-22T16:21:51.655Z Compiling log v0.4.22
10972024-10-22T16:21:51.797Z Compiling thread-id v4.2.2
10982024-10-22T16:21:51.800Z Compiling anstyle-parse v0.2.5
10992024-10-22T16:21:51.888Z Compiling quote v1.0.37
11002024-10-22T16:21:52.041Z Compiling pretty-hex v0.4.1
11012024-10-22T16:21:52.134Z Compiling colorchoice v1.0.2
11022024-10-22T16:21:52.134Z Compiling winnow v0.6.20
11032024-10-22T16:21:52.183Z Compiling errno v0.3.9
11042024-10-22T16:21:52.221Z Compiling syn v2.0.79
11052024-10-22T16:21:52.547Z Compiling anstyle-query v1.1.1
11062024-10-22T16:21:52.575Z Compiling unicode-width v0.1.14
11072024-10-22T16:21:52.675Z Compiling indexmap v2.6.0
11082024-10-22T16:21:52.731Z Compiling autocfg v1.4.0
11092024-10-22T16:21:53.079Z Compiling semver v1.0.23
11102024-10-22T16:21:53.567Z Compiling anstyle v1.0.8
11112024-10-22T16:21:53.840Z Compiling is_terminal_polyfill v1.70.1
11122024-10-22T16:21:53.950Z Compiling anstream v0.6.15
11132024-10-22T16:21:53.966Z Compiling fs-err v2.11.0
11142024-10-22T16:21:54.235Z Compiling strsim v0.11.1
11152024-10-22T16:21:54.352Z Compiling fnv v1.0.7
11162024-10-22T16:21:54.387Z Compiling bytecount v0.6.8
11172024-10-22T16:21:54.463Z Compiling terminal_size v0.4.0
11182024-10-22T16:21:54.589Z Compiling anyhow v1.0.89
11192024-10-22T16:21:54.657Z Compiling fastrand v2.1.1
11202024-10-22T16:21:55.182Z Compiling cfg-if v1.0.0
11212024-10-22T16:21:55.201Z Compiling heck v0.5.0
11222024-10-22T16:21:55.213Z Compiling heck v0.4.1
11232024-10-22T16:21:55.265Z Compiling clap_lex v0.7.2
11242024-10-22T16:21:55.280Z Compiling tempfile v3.13.0
11252024-10-22T16:21:55.666Z Compiling clap_builder v4.5.20
11262024-10-22T16:21:55.764Z Compiling papergrid v0.11.0
11272024-10-22T16:21:55.847Z Compiling memmap v0.7.0
11282024-10-22T16:21:55.867Z Compiling unicode-linebreak v0.1.5
11292024-10-22T16:21:55.888Z Compiling smawk v0.3.2
11302024-10-22T16:21:56.188Z Compiling swrite v0.1.0
11312024-10-22T16:21:56.302Z Compiling textwrap v0.16.1
11322024-10-22T16:21:57.607Z Compiling tabled_derive v0.7.0
11332024-10-22T16:21:59.228Z Compiling tabled v0.15.0
11342024-10-22T16:22:01.026Z Compiling serde_derive v1.0.210
11352024-10-22T16:22:01.026Z Compiling thiserror-impl v1.0.64
11362024-10-22T16:22:01.029Z Compiling zerocopy-derive v0.7.35
11372024-10-22T16:22:01.029Z Compiling scroll_derive v0.12.0
11382024-10-22T16:22:01.029Z Compiling clap_derive v4.5.18
11392024-10-22T16:22:02.094Z Compiling scroll v0.12.0
11402024-10-22T16:22:02.621Z Compiling goblin v0.8.2
11412024-10-22T16:22:02.760Z Compiling zerocopy v0.7.35
11422024-10-22T16:22:03.491Z Compiling pest v2.7.14
11432024-10-22T16:22:04.561Z Compiling clap v4.5.20
11442024-10-22T16:22:05.647Z Compiling pest_meta v2.7.14
11452024-10-22T16:22:06.446Z Compiling pest_generator v2.7.14
11462024-10-22T16:22:08.310Z Compiling pest_derive v2.7.14
11472024-10-22T16:22:09.080Z Compiling dtrace-parser v0.2.0
11482024-10-22T16:22:10.962Z Compiling toml_datetime v0.6.8
11492024-10-22T16:22:10.962Z Compiling serde_spanned v0.6.8
11502024-10-22T16:22:10.965Z Compiling cargo-platform v0.1.8
11512024-10-22T16:22:11.345Z Compiling serde_tokenstream v0.2.2
11522024-10-22T16:22:11.471Z Compiling toml_edit v0.22.22
11532024-10-22T16:22:11.506Z Compiling macaddr v1.0.1
11542024-10-22T16:22:11.583Z Compiling camino-tempfile v1.1.1
11552024-10-22T16:22:12.325Z Compiling dof v0.3.0
11562024-10-22T16:22:12.325Z Compiling cargo_metadata v0.18.1
11572024-10-22T16:22:14.273Z Compiling usdt-macro v0.5.0
11582024-10-22T16:22:14.273Z Compiling usdt-attr-macro v0.5.0
11592024-10-22T16:22:14.333Z Compiling toml v0.8.19
11602024-10-22T16:22:15.118Z Compiling cargo_toml v0.20.5
11612024-10-22T16:22:15.655Z Compiling usdt v0.5.0
11622024-10-22T16:22:18.600Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
11632024-10-22T16:22:22.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.85s
11642024-10-22T16:22:22.552Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
11652024-10-22T16:22:23.415Z Compiling serde v1.0.210
11662024-10-22T16:22:23.417Z Compiling typenum v1.17.0
11672024-10-22T16:22:23.417Z Compiling generic-array v0.14.7
11682024-10-22T16:22:23.417Z Compiling lock_api v0.4.12
11692024-10-22T16:22:23.417Z Compiling scopeguard v1.2.0
11702024-10-22T16:22:23.417Z Compiling subtle v2.6.1
11712024-10-22T16:22:23.561Z Compiling syn v2.0.79
11722024-10-22T16:22:23.571Z Compiling getrandom v0.2.15
11732024-10-22T16:22:23.693Z Compiling value-bag v1.9.0
11742024-10-22T16:22:23.820Z Compiling rand_core v0.6.4
11752024-10-22T16:22:23.917Z Compiling const-oid v0.9.6
11762024-10-22T16:22:23.979Z Compiling pin-project-lite v0.2.14
11772024-10-22T16:22:24.119Z Compiling log v0.4.22
11782024-10-22T16:22:24.136Z Compiling smallvec v1.13.2
11792024-10-22T16:22:24.274Z Compiling jobserver v0.1.32
11802024-10-22T16:22:24.334Z Compiling parking_lot_core v0.9.10
11812024-10-22T16:22:24.522Z Compiling shlex v1.3.0
11822024-10-22T16:22:24.544Z Compiling futures-core v0.3.31
11832024-10-22T16:22:24.810Z Compiling cc v1.1.30
11842024-10-22T16:22:24.935Z Compiling signal-hook-registry v1.4.2
11852024-10-22T16:22:25.008Z Compiling mio v1.0.2
11862024-10-22T16:22:25.201Z Compiling parking_lot v0.12.3
11872024-10-22T16:22:25.471Z Compiling cpufeatures v0.2.14
11882024-10-22T16:22:25.574Z Compiling futures-sink v0.3.31
11892024-10-22T16:22:25.719Z Compiling spin v0.9.8
11902024-10-22T16:22:25.735Z Compiling socket2 v0.5.7
11912024-10-22T16:22:25.917Z Compiling slab v0.4.9
11922024-10-22T16:22:26.089Z Compiling serde_json v1.0.128
11932024-10-22T16:22:26.157Z Compiling futures-channel v0.3.31
11942024-10-22T16:22:26.173Z Compiling futures-task v0.3.31
11952024-10-22T16:22:26.200Z Compiling pin-utils v0.1.0
11962024-10-22T16:22:26.293Z Compiling foldhash v0.1.3
11972024-10-22T16:22:26.429Z Compiling futures-io v0.3.31
11982024-10-22T16:22:26.445Z Compiling allocator-api2 v0.2.18
11992024-10-22T16:22:26.545Z Compiling tinyvec_macros v0.1.1
12002024-10-22T16:22:26.595Z Compiling libm v0.2.8
12012024-10-22T16:22:26.635Z Compiling tinyvec v1.8.0
12022024-10-22T16:22:26.654Z Compiling num-traits v0.2.19
12032024-10-22T16:22:26.670Z Compiling unicode-bidi v0.3.17
12042024-10-22T16:22:26.736Z Compiling base64ct v1.6.0
12052024-10-22T16:22:27.157Z Compiling hashbrown v0.15.0
12062024-10-22T16:22:27.233Z Compiling pem-rfc7468 v0.7.0
12072024-10-22T16:22:27.308Z Compiling flagset v0.4.6
12082024-10-22T16:22:27.516Z Compiling httparse v1.9.5
12092024-10-22T16:22:28.103Z Compiling unicode-normalization v0.1.24
12102024-10-22T16:22:28.133Z Compiling tracing-core v0.1.32
12112024-10-22T16:22:28.346Z Compiling crossbeam-utils v0.8.20
12122024-10-22T16:22:28.426Z Compiling percent-encoding v2.3.1
12132024-10-22T16:22:28.428Z Compiling rustls-pki-types v1.9.0
12142024-10-22T16:22:28.916Z Compiling ring v0.17.8
12152024-10-22T16:22:29.010Z Compiling untrusted v0.9.0
12162024-10-22T16:22:29.219Z Compiling num-conv v0.1.0
12172024-10-22T16:22:29.272Z Compiling powerfmt v0.2.0
12182024-10-22T16:22:29.515Z Compiling time-core v0.1.2
12192024-10-22T16:22:29.551Z Compiling vcpkg v0.2.15
12202024-10-22T16:22:29.569Z Compiling pkg-config v0.3.31
12212024-10-22T16:22:29.591Z Compiling deranged v0.3.11
12222024-10-22T16:22:29.678Z Compiling time-macros v0.2.18
12232024-10-22T16:22:29.938Z Compiling atomic-waker v1.1.2
12242024-10-22T16:22:30.104Z Compiling num_threads v0.1.7
12252024-10-22T16:22:30.213Z Compiling form_urlencoded v1.2.1
12262024-10-22T16:22:30.515Z Compiling try-lock v0.2.5
12272024-10-22T16:22:30.663Z Compiling rustix v0.38.37
12282024-10-22T16:22:30.899Z Compiling slog v2.7.0
12292024-10-22T16:22:31.054Z Compiling want v0.3.1
12302024-10-22T16:22:31.330Z Compiling httpdate v1.0.3
12312024-10-22T16:22:31.365Z Compiling idna v0.5.0
12322024-10-22T16:22:31.473Z Compiling match_cfg v0.1.0
12332024-10-22T16:22:31.551Z Compiling base64 v0.22.1
12342024-10-22T16:22:31.663Z Compiling openssl-sys v0.9.103
12352024-10-22T16:22:31.741Z Compiling rustversion v1.0.17
12362024-10-22T16:22:32.306Z Compiling iana-time-zone v0.1.61
12372024-10-22T16:22:32.308Z Compiling foreign-types-shared v0.1.1
12382024-10-22T16:22:32.352Z Compiling tower-service v0.3.3
12392024-10-22T16:22:32.461Z Compiling openssl v0.10.66
12402024-10-22T16:22:32.534Z Compiling foreign-types v0.3.2
12412024-10-22T16:22:32.623Z Compiling url v2.5.2
12422024-10-22T16:22:32.658Z Compiling hostname v0.3.1
12432024-10-22T16:22:32.715Z Compiling time v0.3.36
12442024-10-22T16:22:32.734Z Compiling dirs-sys-next v0.1.2
12452024-10-22T16:22:32.840Z Compiling aho-corasick v1.1.3
12462024-10-22T16:22:32.870Z Compiling regex-syntax v0.8.5
12472024-10-22T16:22:33.302Z Compiling syn v1.0.109
12482024-10-22T16:22:33.802Z Compiling adler2 v2.0.0
12492024-10-22T16:22:33.992Z Compiling rustls v0.23.14
12502024-10-22T16:22:34.248Z Compiling native-tls v0.2.12
12512024-10-22T16:22:34.295Z Compiling data-encoding v2.6.0
12522024-10-22T16:22:34.565Z Compiling rustls v0.22.4
12532024-10-22T16:22:34.814Z Compiling siphasher v0.3.11
12542024-10-22T16:22:35.091Z Compiling miniz_oxide v0.8.0
12552024-10-22T16:22:36.115Z Compiling regex-automata v0.4.8
12562024-10-22T16:22:36.500Z Compiling dirs-next v2.0.0
12572024-10-22T16:22:36.921Z Compiling serde_derive v1.0.210
12582024-10-22T16:22:37.259Z Compiling zeroize_derive v1.4.2
12592024-10-22T16:22:37.355Z Compiling zerocopy-derive v0.7.35
12602024-10-22T16:22:37.546Z Compiling tokio-macros v2.4.0
12612024-10-22T16:22:38.020Z Compiling thiserror-impl v1.0.64
12622024-10-22T16:22:38.645Z Compiling futures-macro v0.3.31
12632024-10-22T16:22:38.756Z Compiling zeroize v1.8.1
12642024-10-22T16:22:39.195Z Compiling der_derive v0.7.3
12652024-10-22T16:22:39.575Z Compiling zerocopy v0.7.35
12662024-10-22T16:22:40.463Z Compiling crypto-common v0.1.6
12672024-10-22T16:22:40.507Z Compiling block-buffer v0.10.4
12682024-10-22T16:22:40.679Z Compiling futures-util v0.3.31
12692024-10-22T16:22:40.754Z Compiling digest v0.10.7
12702024-10-22T16:22:41.053Z Compiling block-padding v0.3.3
12712024-10-22T16:22:41.145Z Compiling thiserror v1.0.64
12722024-10-22T16:22:41.216Z Compiling hmac v0.12.1
12732024-10-22T16:22:41.279Z Compiling inout v0.1.3
12742024-10-22T16:22:41.281Z Compiling sha2 v0.10.8
12752024-10-22T16:22:41.432Z Compiling ppv-lite86 v0.2.20
12762024-10-22T16:22:41.537Z Compiling cipher v0.4.4
12772024-10-22T16:22:41.628Z Compiling der v0.7.9
12782024-10-22T16:22:42.055Z Compiling tracing-attributes v0.1.27
12792024-10-22T16:22:42.258Z Compiling rand_chacha v0.3.1
12802024-10-22T16:22:44.352Z Compiling spki v0.7.3
12812024-10-22T16:22:44.698Z Compiling rand v0.8.5
12822024-10-22T16:22:44.716Z Compiling salsa20 v0.10.2
12832024-10-22T16:22:44.718Z Compiling pbkdf2 v0.12.2
12842024-10-22T16:22:44.894Z Compiling pest v2.7.14
12852024-10-22T16:22:44.948Z Compiling scrypt v0.11.0
12862024-10-22T16:22:45.431Z Compiling cbc v0.1.2
12872024-10-22T16:22:45.645Z Compiling aes v0.8.4
12882024-10-22T16:22:45.662Z Compiling tracing v0.1.40
12892024-10-22T16:22:46.156Z Compiling scroll_derive v0.12.0
12902024-10-22T16:22:46.812Z Compiling pkcs5 v0.7.1
12912024-10-22T16:22:47.476Z Compiling pest_meta v2.7.14
12922024-10-22T16:22:47.584Z Compiling scroll v0.12.0
12932024-10-22T16:22:47.844Z Compiling pkcs8 v0.10.2
12942024-10-22T16:22:47.943Z Compiling async-trait v0.1.83
12952024-10-22T16:22:48.142Z Compiling goblin v0.8.2
12962024-10-22T16:22:48.266Z Compiling openssl-macros v0.1.1
12972024-10-22T16:22:48.409Z Compiling sha1 v0.10.6
12982024-10-22T16:22:48.518Z Compiling signature v2.2.0
12992024-10-22T16:22:48.813Z Compiling pest_generator v2.7.14
13002024-10-22T16:22:48.915Z Compiling serde_derive_internals v0.29.1
13012024-10-22T16:22:49.026Z Compiling crossbeam-epoch v0.9.18
13022024-10-22T16:22:49.837Z Compiling lazy_static v1.5.0
13032024-10-22T16:22:49.962Z Compiling thread_local v1.1.8
13042024-10-22T16:22:50.524Z Compiling bytes v1.7.2
13052024-10-22T16:22:50.796Z Compiling indexmap v2.6.0
13062024-10-22T16:22:50.814Z Compiling bitflags v2.6.0
13072024-10-22T16:22:51.266Z Compiling semver v1.0.23
13082024-10-22T16:22:51.675Z Compiling tokio v1.40.0
13092024-10-22T16:22:51.820Z Compiling http v1.1.0
13102024-10-22T16:22:52.015Z Compiling rustc_version v0.4.1
13112024-10-22T16:22:52.266Z Compiling rustls-webpki v0.102.8
13122024-10-22T16:22:52.456Z Compiling pest_derive v2.7.14
13132024-10-22T16:22:52.745Z Compiling serde_tokenstream v0.2.2
13142024-10-22T16:22:53.274Z Compiling http-body v1.0.1
13152024-10-22T16:22:53.321Z Compiling dtrace-parser v0.2.0
13162024-10-22T16:22:53.514Z Compiling uuid v1.10.0
13172024-10-22T16:22:53.784Z Compiling dof v0.3.0
13182024-10-22T16:22:54.247Z Compiling toml_datetime v0.6.8
13192024-10-22T16:22:54.415Z Compiling serde_spanned v0.6.8
13202024-10-22T16:22:54.650Z Compiling usdt-impl v0.5.0
13212024-10-22T16:22:54.773Z Compiling chrono v0.4.38
13222024-10-22T16:22:54.950Z Compiling http-body-util v0.1.2
13232024-10-22T16:22:55.465Z Compiling heapless v0.7.17
13242024-10-22T16:22:55.919Z Compiling cookie v0.18.1
13252024-10-22T16:22:56.001Z Compiling multer v3.1.0
13262024-10-22T16:22:56.226Z Compiling encoding_rs v0.8.34
13272024-10-22T16:22:56.248Z Compiling slog-async v2.8.0
13282024-10-22T16:22:56.290Z Compiling openssl-probe v0.1.5
13292024-10-22T16:22:56.655Z Compiling gimli v0.31.1
13302024-10-22T16:22:56.803Z Compiling schemars v0.8.21
13312024-10-22T16:22:57.151Z Compiling unicode-properties v0.1.3
13322024-10-22T16:22:57.557Z Compiling paste v1.0.15
13332024-10-22T16:22:57.929Z Compiling ipnet v2.10.1
13342024-10-22T16:22:58.099Z Compiling mime v0.3.17
13352024-10-22T16:22:58.505Z Compiling signal-hook v0.3.17
13362024-10-22T16:22:58.540Z Compiling either v1.13.0
13372024-10-22T16:22:58.686Z Compiling rayon-core v1.12.1
13382024-10-22T16:22:58.811Z Compiling usdt-macro v0.5.0
13392024-10-22T16:22:58.994Z Compiling usdt-attr-macro v0.5.0
13402024-10-22T16:22:59.094Z Compiling stringprep v0.1.5
13412024-10-22T16:22:59.251Z Compiling toml_edit v0.22.22
13422024-10-22T16:23:00.265Z Compiling tokio-util v0.7.12
13432024-10-22T16:23:00.702Z Compiling curve25519-dalek v4.1.3
13442024-10-22T16:23:01.344Z Compiling h2 v0.4.6
13452024-10-22T16:23:01.810Z Compiling addr2line v0.24.2
13462024-10-22T16:23:02.227Z Compiling slog-json v2.6.1
13472024-10-22T16:23:02.531Z Compiling schemars_derive v0.8.21
13482024-10-22T16:23:02.602Z Compiling serde_urlencoded v0.7.1
13492024-10-22T16:23:03.140Z Compiling crossbeam-deque v0.8.5
13502024-10-22T16:23:03.482Z Compiling futures-executor v0.3.31
13512024-10-22T16:23:04.082Z Compiling md-5 v0.10.6
13522024-10-22T16:23:04.257Z Compiling enum-as-inner v0.6.1
13532024-10-22T16:23:04.369Z Compiling async-stream-impl v0.3.6
13542024-10-22T16:23:05.375Z Compiling term v0.7.0
13552024-10-22T16:23:05.889Z Compiling crossbeam-channel v0.5.13
13562024-10-22T16:23:06.849Z Compiling num-integer v0.1.46
13572024-10-22T16:23:06.933Z Compiling rustls-pemfile v2.2.0
13582024-10-22T16:23:06.964Z Compiling idna v0.4.0
13592024-10-22T16:23:07.285Z Compiling idna v0.3.0
13602024-10-22T16:23:07.584Z Compiling ff v0.13.0
13612024-10-22T16:23:07.626Z Compiling hash32 v0.2.1
13622024-10-22T16:23:07.804Z Compiling is-terminal v0.4.13
13632024-10-22T16:23:07.937Z Compiling dropshot v0.12.0
13642024-10-22T16:23:07.997Z Compiling object v0.36.5
13652024-10-22T16:23:08.242Z Compiling fallible-iterator v0.2.0
13662024-10-22T16:23:08.540Z Compiling hyper v1.4.1
13672024-10-22T16:23:08.857Z Compiling dyn-clone v1.0.17
13682024-10-22T16:23:08.934Z Compiling linked-hash-map v0.5.6
13692024-10-22T16:23:09.091Z Compiling smoltcp v0.9.1
13702024-10-22T16:23:09.338Z Compiling utf-8 v0.7.6
13712024-10-22T16:23:09.668Z Compiling anyhow v1.0.89
13722024-10-22T16:23:09.856Z Compiling quick-error v1.2.3
13732024-10-22T16:23:09.997Z Compiling take_mut v0.2.2
13742024-10-22T16:23:10.153Z Compiling psl-types v2.0.11
13752024-10-22T16:23:10.306Z Compiling base16ct v0.2.0
13762024-10-22T16:23:10.352Z Compiling stable_deref_trait v1.2.0
13772024-10-22T16:23:10.462Z Compiling rustc-demangle v0.1.24
13782024-10-22T16:23:10.630Z Compiling num-bigint-dig v0.8.4
13792024-10-22T16:23:10.740Z Compiling portable-atomic v1.9.0
13802024-10-22T16:23:10.972Z Compiling sec1 v0.7.3
13812024-10-22T16:23:11.454Z Compiling hyper-util v0.1.9
13822024-10-22T16:23:11.893Z Compiling publicsuffix v2.2.3
13832024-10-22T16:23:12.246Z Compiling resolv-conf v0.7.0
13842024-10-22T16:23:12.761Z Compiling tungstenite v0.24.0
13852024-10-22T16:23:12.870Z Compiling lru-cache v0.1.2
13862024-10-22T16:23:13.068Z Compiling postgres-protocol v0.6.7
13872024-10-22T16:23:13.462Z Compiling slog-term v2.9.1
13882024-10-22T16:23:14.385Z Compiling usdt v0.5.0
13892024-10-22T16:23:14.477Z Compiling hickory-proto v0.24.1
13902024-10-22T16:23:14.551Z Compiling group v0.13.0
13912024-10-22T16:23:14.741Z Compiling num-iter v0.1.45
13922024-10-22T16:23:14.866Z Compiling tokio-rustls v0.26.0
13932024-10-22T16:23:14.868Z Compiling async-stream v0.3.6
13942024-10-22T16:23:14.925Z Compiling tokio-rustls v0.25.0
13952024-10-22T16:23:15.153Z Compiling backtrace v0.3.74
13962024-10-22T16:23:15.194Z Compiling futures v0.3.31
13972024-10-22T16:23:15.313Z Compiling slog-bunyan v2.5.0
13982024-10-22T16:23:15.328Z Compiling toml v0.8.19
13992024-10-22T16:23:15.504Z Compiling tokio-native-tls v0.3.1
14002024-10-22T16:23:16.820Z Compiling camino v1.1.9
14012024-10-22T16:23:17.064Z Compiling terminal_size v0.4.0
14022024-10-22T16:23:17.081Z Compiling dropshot_endpoint v0.12.0
14032024-10-22T16:23:17.294Z Compiling openapiv3 v2.0.0
14042024-10-22T16:23:17.785Z Compiling serde_path_to_error v0.1.16
14052024-10-22T16:23:17.880Z Compiling hkdf v0.12.4
14062024-10-22T16:23:18.074Z Compiling crypto-bigint v0.5.5
14072024-10-22T16:23:18.136Z Compiling zerocopy-derive v0.6.6
14082024-10-22T16:23:18.644Z Compiling curve25519-dalek-derive v0.1.1
14092024-10-22T16:23:18.715Z Compiling phf_shared v0.11.2
14102024-10-22T16:23:19.129Z Compiling waitgroup v0.1.2
14112024-10-22T16:23:19.360Z Compiling webpki-roots v0.26.6
14122024-10-22T16:23:19.585Z Compiling hostname v0.4.0
14132024-10-22T16:23:19.848Z Compiling hubpack_derive v0.1.1
14142024-10-22T16:23:19.865Z Compiling fs-err v2.11.0
14152024-10-22T16:23:20.154Z Compiling ahash v0.8.11
14162024-10-22T16:23:20.216Z Compiling managed v0.8.0
14172024-10-22T16:23:20.289Z Compiling debug-ignore v1.0.5
14182024-10-22T16:23:20.436Z Compiling bitflags v1.3.2
14192024-10-22T16:23:20.505Z Compiling winnow v0.5.40
14202024-10-22T16:23:20.640Z Compiling zerocopy v0.6.6
14212024-10-22T16:23:20.710Z Compiling hubpack v0.1.2
14222024-10-22T16:23:21.169Z Compiling elliptic-curve v0.13.8
14232024-10-22T16:23:21.480Z Compiling console v0.15.8
14242024-10-22T16:23:21.624Z Compiling clap_builder v4.5.20
14252024-10-22T16:23:21.988Z Compiling strum_macros v0.25.3
14262024-10-22T16:23:23.224Z Compiling hickory-resolver v0.24.1
14272024-10-22T16:23:24.140Z Compiling toml_edit v0.19.15
14282024-10-22T16:23:24.422Z Compiling hyper-rustls v0.27.3
14292024-10-22T16:23:24.734Z Compiling phf v0.11.2
14302024-10-22T16:23:25.014Z Compiling signal-hook-mio v0.2.4
14312024-10-22T16:23:25.040Z Compiling cookie_store v0.21.0
14322024-10-22T16:23:25.177Z Compiling rayon v1.10.0
14332024-10-22T16:23:26.550Z Compiling hyper-tls v0.6.0
14342024-10-22T16:23:27.053Z Compiling tokio-tungstenite v0.24.0
14352024-10-22T16:23:27.572Z Compiling postgres-types v0.2.8
14362024-10-22T16:23:29.898Z Compiling tokio-stream v0.1.16
14372024-10-22T16:23:29.976Z Compiling serde-big-array v0.5.1
14382024-10-22T16:23:30.212Z Compiling ed25519 v2.2.3
14392024-10-22T16:23:30.442Z Compiling pkcs1 v0.7.5
14402024-10-22T16:23:30.850Z Compiling rfc6979 v0.4.0
14412024-10-22T16:23:30.869Z Compiling bstr v1.10.0
14422024-10-22T16:23:30.941Z Compiling regex v1.11.0
14432024-10-22T16:23:31.038Z Compiling serde_repr v0.1.19
14442024-10-22T16:23:31.380Z Compiling derive-where v1.2.7
14452024-10-22T16:23:31.447Z Compiling clap_derive v4.5.18
14462024-10-22T16:23:32.039Z Compiling phf_shared v0.10.0
14472024-10-22T16:23:32.079Z Compiling float-cmp v0.9.0
14482024-10-22T16:23:32.235Z Compiling sync_wrapper v1.0.1
14492024-10-22T16:23:32.237Z Compiling crc32fast v1.4.2
14502024-10-22T16:23:32.305Z Compiling predicates-core v1.0.8
14512024-10-22T16:23:32.400Z Compiling unicode-segmentation v1.12.0
14522024-10-22T16:23:32.435Z Compiling precomputed-hash v0.1.1
14532024-10-22T16:23:32.554Z Compiling bit-vec v0.6.3
14542024-10-22T16:23:32.557Z Compiling fixedbitset v0.4.2
14552024-10-22T16:23:32.590Z Compiling static_assertions v1.1.0
14562024-10-22T16:23:32.657Z Compiling difflib v0.4.0
14572024-10-22T16:23:32.684Z Compiling number_prefix v0.4.0
14582024-10-22T16:23:32.908Z Compiling minimal-lexical v0.2.1
14592024-10-22T16:23:33.009Z Compiling whoami v1.5.2
14602024-10-22T16:23:33.027Z Compiling new_debug_unreachable v1.0.6
14612024-10-22T16:23:33.121Z Compiling normalize-line-endings v0.3.0
14622024-10-22T16:23:33.246Z Compiling predicates v3.1.2
14632024-10-22T16:23:33.285Z Compiling nom v7.1.3
14642024-10-22T16:23:33.393Z Compiling tokio-postgres v0.7.12
14652024-10-22T16:23:33.656Z Compiling similar v2.6.0
14662024-10-22T16:23:34.256Z Compiling string_cache v0.8.7
14672024-10-22T16:23:34.743Z Compiling bit-set v0.5.3
14682024-10-22T16:23:34.973Z Compiling qorb v0.1.2
14692024-10-22T16:23:35.014Z Compiling indicatif v0.17.8
14702024-10-22T16:23:35.031Z Compiling petgraph v0.6.5
14712024-10-22T16:23:36.182Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14722024-10-22T16:23:36.504Z Compiling clap v4.5.20
14732024-10-22T16:23:36.636Z Compiling flate2 v1.0.34
14742024-10-22T16:23:36.923Z Compiling reqwest v0.12.8
14752024-10-22T16:23:37.258Z Compiling ecdsa v0.16.9
14762024-10-22T16:23:37.546Z Compiling rsa v0.9.6
14772024-10-22T16:23:38.102Z Compiling ed25519-dalek v2.1.1
14782024-10-22T16:23:38.998Z Compiling toml v0.7.8
14792024-10-22T16:23:39.236Z Compiling crossterm v0.28.1
14802024-10-22T16:23:40.730Z Compiling itertools v0.12.1
14812024-10-22T16:23:40.885Z Compiling itertools v0.10.5
14822024-10-22T16:23:41.480Z Compiling hex v0.4.3
14832024-10-22T16:23:41.549Z Compiling x509-cert v0.2.5
14842024-10-22T16:23:42.093Z Compiling lalrpop-util v0.19.12
14852024-10-22T16:23:42.444Z Compiling unicode-xid v0.2.6
14862024-10-22T16:23:42.626Z Compiling peg-runtime v0.8.3
14872024-10-22T16:23:43.015Z Compiling xattr v1.3.1
14882024-10-22T16:23:43.018Z Compiling strum_macros v0.26.4
14892024-10-22T16:23:43.261Z Compiling filetime v0.2.25
14902024-10-22T16:23:43.575Z Compiling tar v0.4.42
14912024-10-22T16:23:46.105Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14922024-10-22T16:23:46.373Z Compiling strum v0.26.3
14932024-10-22T16:23:46.448Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14942024-10-22T16:23:51.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
14952024-10-22T16:23:51.964Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14962024-10-22T16:23:52.004ZOct 22 16:23:51.403 INFO Starting download, target: Console
14972024-10-22T16:23:52.004ZOct 22 16:23:51.403 INFO Starting download, target: Cockroach
14982024-10-22T16:23:52.004ZOct 22 16:23:51.403 INFO Starting download, target: Clickhouse
14992024-10-22T16:23:52.004ZOct 22 16:23:51.403 INFO Starting download, target: DendriteOpenapi
15002024-10-22T16:23:52.006ZOct 22 16:23:51.403 INFO Starting download, target: DendriteStub
15012024-10-22T16:23:52.006ZOct 22 16:23:51.403 INFO Starting download, target: MaghemiteMgd
15022024-10-22T16:23:52.006ZOct 22 16:23:51.403 INFO Starting download, target: TransceiverControl
15032024-10-22T16:23:52.006ZOct 22 16:23:51.404 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15042024-10-22T16:23:52.006ZOct 22 16:23:51.404 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15052024-10-22T16:23:52.006ZOct 22 16:23:51.404 INFO Downloading out/downloads/dpd-b425a6c783b3081613ffa00407f271cae06568c4.json (attempt 1/3), target: DendriteOpenapi
15062024-10-22T16:23:52.006ZOct 22 16:23:51.404 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15072024-10-22T16:23:52.006ZOct 22 16:23:51.404 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
15082024-10-22T16:23:52.007ZOct 22 16:23:51.404 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15092024-10-22T16:23:52.007ZOct 22 16:23:51.404 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15102024-10-22T16:23:52.292ZOct 22 16:23:51.688 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15112024-10-22T16:23:52.296ZOct 22 16:23:51.691 INFO Download complete, target: DendriteOpenapi
15122024-10-22T16:23:52.753ZOct 22 16:23:52.152 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15132024-10-22T16:23:52.796ZOct 22 16:23:52.195 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15142024-10-22T16:23:52.849ZOct 22 16:23:52.248 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15152024-10-22T16:23:53.073ZOct 22 16:23:52.472 INFO Download complete, target: TransceiverControl
15162024-10-22T16:23:53.171ZOct 22 16:23:52.571 INFO Download complete, target: Console
15172024-10-22T16:23:53.271ZOct 22 16:23:52.670 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
15182024-10-22T16:23:53.271ZOct 22 16:23:52.670 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
15192024-10-22T16:23:54.255ZOct 22 16:23:53.654 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15202024-10-22T16:23:56.187ZOct 22 16:23:55.586 INFO Download complete, target: MaghemiteMgd
15212024-10-22T16:23:56.353ZOct 22 16:23:55.752 INFO Download complete, target: DendriteStub
15222024-10-22T16:24:01.533ZOct 22 16:24:00.932 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
15232024-10-22T16:24:01.867ZOct 22 16:24:01.265 INFO Checking that binary works, target: Cockroach
15242024-10-22T16:24:02.065ZOct 22 16:24:01.463 INFO Download complete, target: Cockroach
15252024-10-22T16:24:07.915ZOct 22 16:24:07.312 INFO Checking that binary works, target: Clickhouse
15262024-10-22T16:24:09.229ZOct 22 16:24:08.627 INFO Download complete, target: Clickhouse
15272024-10-22T16:24:09.237ZAll prerequisites installed successfully
15282024-10-22T16:24:09.239Z
15292024-10-22T16:24:09.239Zreal 4:01.411911585
15302024-10-22T16:24:09.239Zuser 12:32.948933303
15312024-10-22T16:24:09.239Zsys 2:34.580963020
15322024-10-22T16:24:09.239Ztrap 0.400222884
15332024-10-22T16:24:09.239Ztflt 11.793893247
15342024-10-22T16:24:09.239Zdflt 8.692220344
15352024-10-22T16:24:09.239Zkflt 0.681887924
15362024-10-22T16:24:09.239Zlock 27:54.771092795
15372024-10-22T16:24:09.239Zslp 50:46.826001400
15382024-10-22T16:24:09.240Zlat 38.920708433
15392024-10-22T16:24:09.240Zstop 1:44.271271883
15402024-10-22T16:24:09.240Z+ source ./tools/include/force-git-over-https.sh
15412024-10-22T16:24:09.240Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
15422024-10-22T16:24:09.240Z++ (( i = 0 ))
15432024-10-22T16:24:09.240Z++ (( i < 5 ))
15442024-10-22T16:24:09.240Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
15452024-10-22T16:24:09.242Z++ (( i++ ))
15462024-10-22T16:24:09.242Z++ (( i < 5 ))
15472024-10-22T16:24:09.243Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
15482024-10-22T16:24:09.245Z++ (( i++ ))
15492024-10-22T16:24:09.245Z++ (( i < 5 ))
15502024-10-22T16:24:09.245Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
15512024-10-22T16:24:09.248Z++ (( i++ ))
15522024-10-22T16:24:09.248Z++ (( i < 5 ))
15532024-10-22T16:24:09.248Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
15542024-10-22T16:24:09.251Z++ (( i++ ))
15552024-10-22T16:24:09.251Z++ (( i < 5 ))
15562024-10-22T16:24:09.251Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
15572024-10-22T16:24:09.254Z++ (( i++ ))
15582024-10-22T16:24:09.254Z++ (( i < 5 ))
15592024-10-22T16:24:09.257Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
15602024-10-22T16:24:09.257Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
15612024-10-22T16:24:09.257Z+ rc=0
15622024-10-22T16:24:09.257Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
15632024-10-22T16:24:34.978Z+ case $rc in
15642024-10-22T16:24:34.978Z+ pfexec zfs create -p rpool/images/build/host
15652024-10-22T16:24:35.142Z+ pfexec zfs create -p rpool/images/build/recovery
15662024-10-22T16:24:35.196Z+ cargo xtask releng --output-dir /work
15672024-10-22T16:24:35.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
15682024-10-22T16:24:35.776Z Running `target/debug/xtask releng --output-dir /work`
15692024-10-22T16:24:36.713Z Compiling proc-macro2 v1.0.87
15702024-10-22T16:24:36.713Z Compiling unicode-ident v1.0.13
15712024-10-22T16:24:36.715Z Compiling libc v0.2.161
15722024-10-22T16:24:36.715Z Compiling serde v1.0.210
15732024-10-22T16:24:36.715Z Compiling autocfg v1.4.0
15742024-10-22T16:24:36.715Z Compiling version_check v0.9.5
15752024-10-22T16:24:36.715Z Compiling cfg-if v1.0.0
15762024-10-22T16:24:37.015Z Compiling typenum v1.17.0
15772024-10-22T16:24:37.053Z Compiling shlex v1.3.0
15782024-10-22T16:24:37.161Z Compiling memchr v2.7.4
15792024-10-22T16:24:37.499Z Compiling generic-array v0.14.7
15802024-10-22T16:24:37.577Z Compiling parking_lot_core v0.9.10
15812024-10-22T16:24:37.735Z Compiling lock_api v0.4.12
15822024-10-22T16:24:37.966Z Compiling serde_json v1.0.128
15832024-10-22T16:24:37.986Z Compiling libm v0.2.8
15842024-10-22T16:24:38.106Z Compiling value-bag v1.9.0
15852024-10-22T16:24:38.306Z Compiling quote v1.0.37
15862024-10-22T16:24:38.340Z Compiling slab v0.4.9
15872024-10-22T16:24:38.659Z Compiling log v0.4.22
15882024-10-22T16:24:38.684Z Compiling num-traits v0.2.19
15892024-10-22T16:24:38.727Z Compiling syn v2.0.79
15902024-10-22T16:24:38.924Z Compiling getrandom v0.2.15
15912024-10-22T16:24:39.005Z Compiling jobserver v0.1.32
15922024-10-22T16:24:39.008Z Compiling once_cell v1.20.2
15932024-10-22T16:24:39.340Z Compiling thiserror v1.0.64
15942024-10-22T16:24:39.400Z Compiling cc v1.1.30
15952024-10-22T16:24:39.453Z Compiling itoa v1.0.11
15962024-10-22T16:24:39.711Z Compiling scopeguard v1.2.0
15972024-10-22T16:24:39.885Z Compiling rand_core v0.6.4
15982024-10-22T16:24:39.906Z Compiling byteorder v1.5.0
15992024-10-22T16:24:40.623Z Compiling subtle v2.6.1
16002024-10-22T16:24:41.162Z Compiling semver v1.0.23
16012024-10-22T16:24:41.164Z Compiling smallvec v1.13.2
16022024-10-22T16:24:41.361Z Compiling pin-project-lite v0.2.14
16032024-10-22T16:24:41.514Z Compiling httparse v1.9.5
16042024-10-22T16:24:41.628Z Compiling ryu v1.0.18
16052024-10-22T16:24:41.680Z Compiling const-oid v0.9.6
16062024-10-22T16:24:41.822Z Compiling heck v0.5.0
16072024-10-22T16:24:41.944Z Compiling pkg-config v0.3.31
16082024-10-22T16:24:42.047Z Compiling allocator-api2 v0.2.18
16092024-10-22T16:24:42.263Z Compiling futures-core v0.3.31
16102024-10-22T16:24:42.636Z Compiling signal-hook-registry v1.4.2
16112024-10-22T16:24:42.871Z Compiling parking_lot v0.12.3
16122024-10-22T16:24:42.967Z Compiling ring v0.17.8
16132024-10-22T16:24:43.104Z Compiling mio v1.0.2
16142024-10-22T16:24:44.149Z Compiling socket2 v0.5.7
16152024-10-22T16:24:44.174Z Compiling crossbeam-utils v0.8.20
16162024-10-22T16:24:44.365Z Compiling fnv v1.0.7
16172024-10-22T16:24:44.504Z Compiling num-conv v0.1.0
16182024-10-22T16:24:44.781Z Compiling futures-sink v0.3.31
16192024-10-22T16:24:44.801Z Compiling vcpkg v0.2.15
16202024-10-22T16:24:44.832Z Compiling time-core v0.1.2
16212024-10-22T16:24:45.002Z Compiling time-macros v0.2.18
16222024-10-22T16:24:45.232Z Compiling ahash v0.8.11
16232024-10-22T16:24:45.413Z Compiling schemars v0.8.21
16242024-10-22T16:24:45.773Z Compiling spin v0.9.8
16252024-10-22T16:24:46.248Z Compiling serde_derive_internals v0.29.1
16262024-10-22T16:24:46.485Z Compiling openssl-sys v0.9.103
16272024-10-22T16:24:46.941Z Compiling foldhash v0.1.3
16282024-10-22T16:24:47.076Z Compiling cpufeatures v0.2.14
16292024-10-22T16:24:47.208Z Compiling rustix v0.38.37
16302024-10-22T16:24:47.382Z Compiling equivalent v1.0.1
16312024-10-22T16:24:47.724Z Compiling hashbrown v0.15.0
16322024-10-22T16:24:48.507Z Compiling futures-channel v0.3.31
16332024-10-22T16:24:48.709Z Compiling pin-utils v0.1.0
16342024-10-22T16:24:48.863Z Compiling futures-io v0.3.31
16352024-10-22T16:24:49.009Z Compiling slog v2.7.0
16362024-10-22T16:24:49.080Z Compiling futures-task v0.3.31
16372024-10-22T16:24:49.388Z Compiling tinyvec_macros v0.1.1
16382024-10-22T16:24:49.496Z Compiling tinyvec v1.8.0
16392024-10-22T16:24:49.578Z Compiling openssl v0.10.66
16402024-10-22T16:24:49.680Z Compiling ucd-trie v0.1.7
16412024-10-22T16:24:49.904Z Compiling iana-time-zone v0.1.61
16422024-10-22T16:24:50.094Z Compiling unicode-bidi v0.3.17
16432024-10-22T16:24:50.141Z Compiling tracing-core v0.1.32
16442024-10-22T16:24:50.240Z Compiling native-tls v0.2.12
16452024-10-22T16:24:50.297Z Compiling rustls v0.23.14
16462024-10-22T16:24:50.835Z Compiling base64ct v1.6.0
16472024-10-22T16:24:51.268Z Compiling unicode-normalization v0.1.24
16482024-10-22T16:24:51.489Z Compiling pem-rfc7468 v0.7.0
16492024-10-22T16:24:51.946Z Compiling serde_derive v1.0.210
16502024-10-22T16:24:52.175Z Compiling zeroize_derive v1.4.2
16512024-10-22T16:24:52.216Z Compiling zerocopy-derive v0.7.35
16522024-10-22T16:24:52.587Z Compiling tokio-macros v2.4.0
16532024-10-22T16:24:52.775Z Compiling thiserror-impl v1.0.64
16542024-10-22T16:24:52.869Z Compiling futures-macro v0.3.31
16552024-10-22T16:24:52.986Z Compiling tracing-attributes v0.1.27
16562024-10-22T16:24:53.810Z Compiling zeroize v1.8.1
16572024-10-22T16:24:54.426Z Compiling zerocopy v0.7.35
16582024-10-22T16:24:55.955Z Compiling crypto-common v0.1.6
16592024-10-22T16:24:55.975Z Compiling der_derive v0.7.3
16602024-10-22T16:24:56.079Z Compiling block-buffer v0.10.4
16612024-10-22T16:24:56.328Z Compiling digest v0.10.7
16622024-10-22T16:24:56.376Z Compiling schemars_derive v0.8.21
16632024-10-22T16:24:56.451Z Compiling futures-util v0.3.31
16642024-10-22T16:24:56.777Z Compiling scroll_derive v0.12.0
16652024-10-22T16:24:56.809Z Compiling block-padding v0.3.3
16662024-10-22T16:24:56.953Z Compiling hmac v0.12.1
16672024-10-22T16:24:57.050Z Compiling pest v2.7.14
16682024-10-22T16:24:58.171Z Compiling inout v0.1.3
16692024-10-22T16:24:58.219Z Compiling openssl-macros v0.1.1
16702024-10-22T16:24:58.449Z Compiling cipher v0.4.4
16712024-10-22T16:24:58.895Z Compiling sha2 v0.10.8
16722024-10-22T16:24:59.262Z Compiling tracing v0.1.40
16732024-10-22T16:24:59.681Z Compiling ppv-lite86 v0.2.20
16742024-10-22T16:25:00.197Z Compiling pest_meta v2.7.14
16752024-10-22T16:25:00.544Z Compiling async-trait v0.1.83
16762024-10-22T16:25:01.920Z Compiling pest_generator v2.7.14
16772024-10-22T16:25:03.713Z Compiling cookie v0.18.1
16782024-10-22T16:25:03.734Z Compiling usdt-impl v0.5.0
16792024-10-22T16:25:04.018Z Compiling dyn-clone v1.0.17
16802024-10-22T16:25:04.040Z Compiling percent-encoding v2.3.1
16812024-10-22T16:25:04.072Z Compiling flagset v0.4.6
16822024-10-22T16:25:04.207Z Compiling syn v1.0.109
16832024-10-22T16:25:04.452Z Compiling pest_derive v2.7.14
16842024-10-22T16:25:04.473Z Compiling der v0.7.9
16852024-10-22T16:25:04.914Z Compiling rand_chacha v0.3.1
16862024-10-22T16:25:05.331Z Compiling scroll v0.12.0
16872024-10-22T16:25:05.542Z Compiling bytes v1.7.2
16882024-10-22T16:25:06.510Z Compiling bitflags v2.6.0
16892024-10-22T16:25:06.532Z Compiling indexmap v2.6.0
16902024-10-22T16:25:07.094Z Compiling tokio v1.40.0
16912024-10-22T16:25:07.837Z Compiling http v1.1.0
16922024-10-22T16:25:08.289Z Compiling serde_tokenstream v0.2.2
16932024-10-22T16:25:08.311Z Compiling rustc_version v0.4.1
16942024-10-22T16:25:08.553Z Compiling uuid v1.10.0
16952024-10-22T16:25:08.906Z Compiling chrono v0.4.38
16962024-10-22T16:25:10.395Z Compiling aho-corasick v1.1.3
16972024-10-22T16:25:11.439Z Compiling rayon-core v1.12.1
16982024-10-22T16:25:12.760Z Compiling plain v0.2.3
16992024-10-22T16:25:12.982Z Compiling rustls-pki-types v1.9.0
17002024-10-22T16:25:13.899Z Compiling camino v1.1.9
17012024-10-22T16:25:14.177Z Compiling regex-syntax v0.8.5
17022024-10-22T16:25:14.203Z Compiling goblin v0.8.2
17032024-10-22T16:25:15.307Z Compiling spki v0.7.3
17042024-10-22T16:25:15.862Z Compiling rand v0.8.5
17052024-10-22T16:25:16.878Z Compiling tokio-util v0.7.12
17062024-10-22T16:25:18.685Z Compiling regex-automata v0.4.8
17072024-10-22T16:25:19.230Z Compiling salsa20 v0.10.2
17082024-10-22T16:25:19.259Z Compiling pbkdf2 v0.12.2
17092024-10-22T16:25:20.578Z Compiling pretty-hex v0.4.1
17102024-10-22T16:25:20.843Z Compiling try-lock v0.2.5
17112024-10-22T16:25:21.037Z Compiling rustls v0.22.4
17122024-10-22T16:25:21.477Z Compiling untrusted v0.9.0
17132024-10-22T16:25:21.652Z Compiling powerfmt v0.2.0
17142024-10-22T16:25:22.073Z Compiling deranged v0.3.11
17152024-10-22T16:25:24.414Z Compiling want v0.3.1
17162024-10-22T16:25:24.539Z Compiling dof v0.3.0
17172024-10-22T16:25:26.005Z Compiling scrypt v0.11.0
17182024-10-22T16:25:26.194Z Compiling dtrace-parser v0.2.0
17192024-10-22T16:25:26.549Z Compiling form_urlencoded v1.2.1
17202024-10-22T16:25:26.756Z Compiling aes v0.8.4
17212024-10-22T16:25:27.278Z Compiling cbc v0.1.2
17222024-10-22T16:25:27.573Z Compiling errno v0.3.9
17232024-10-22T16:25:27.612Z Compiling thread-id v4.2.2
17242024-10-22T16:25:27.770Z Compiling atomic-waker v1.1.2
17252024-10-22T16:25:27.863Z Compiling httpdate v1.0.3
17262024-10-22T16:25:28.029Z Compiling num_threads v0.1.7
17272024-10-22T16:25:28.229Z Compiling time v0.3.36
17282024-10-22T16:25:30.423Z Compiling pkcs5 v0.7.1
17292024-10-22T16:25:31.475Z Compiling rustls-webpki v0.102.8
17302024-10-22T16:25:31.808Z Compiling http-body v1.0.1
17312024-10-22T16:25:32.096Z Compiling heapless v0.7.17
17322024-10-22T16:25:32.147Z Compiling zerocopy-derive v0.6.6
17332024-10-22T16:25:32.782Z Compiling multer v3.1.0
17342024-10-22T16:25:33.521Z Compiling anyhow v1.0.89
17352024-10-22T16:25:33.642Z Compiling slog-async v2.8.0
17362024-10-22T16:25:33.773Z Compiling num-bigint-dig v0.8.4
17372024-10-22T16:25:33.857Z Compiling signal-hook v0.3.17
17382024-10-22T16:25:34.209Z Compiling tower-service v0.3.3
17392024-10-22T16:25:34.254Z Compiling pkcs8 v0.10.2
17402024-10-22T16:25:34.395Z Compiling h2 v0.4.6
17412024-10-22T16:25:34.937Z Compiling regex v1.11.0
17422024-10-22T16:25:35.934Z Compiling idna v0.5.0
17432024-10-22T16:25:36.780Z Compiling rustversion v1.0.17
17442024-10-22T16:25:36.879Z Compiling strsim v0.11.1
17452024-10-22T16:25:37.102Z Compiling base64 v0.22.1
17462024-10-22T16:25:37.474Z Compiling paste v1.0.15
17472024-10-22T16:25:37.582Z Compiling url v2.5.2
17482024-10-22T16:25:40.089Z Compiling usdt-macro v0.5.0
17492024-10-22T16:25:40.458Z Compiling usdt-attr-macro v0.5.0
17502024-10-22T16:25:42.034Z Compiling curve25519-dalek v4.1.3
17512024-10-22T16:25:42.598Z Compiling hyper v1.4.1
17522024-10-22T16:25:42.685Z Compiling openapiv3 v2.0.0
17532024-10-22T16:25:43.284Z Compiling serde_spanned v0.6.8
17542024-10-22T16:25:43.523Z Compiling toml_datetime v0.6.8
17552024-10-22T16:25:44.867Z Compiling enum-as-inner v0.6.1
17562024-10-22T16:25:45.107Z Compiling async-stream-impl v0.3.6
17572024-10-22T16:25:46.030Z Compiling dropshot v0.12.0
17582024-10-22T16:25:46.811Z Compiling portable-atomic v1.9.0
17592024-10-22T16:25:47.569Z Compiling foreign-types-shared v0.1.1
17602024-10-22T16:25:47.636Z Compiling match_cfg v0.1.0
17612024-10-22T16:25:47.697Z Compiling smoltcp v0.9.1
17622024-10-22T16:25:47.785Z Compiling hostname v0.3.1
17632024-10-22T16:25:47.908Z Compiling foreign-types v0.3.2
17642024-10-22T16:25:47.937Z Compiling hyper-util v0.1.9
17652024-10-22T16:25:51.979Z Compiling clap_derive v4.5.18
17662024-10-22T16:25:52.795Z Compiling dirs-sys-next v0.1.2
17672024-10-22T16:25:52.886Z Compiling encoding_rs v0.8.34
17682024-10-22T16:25:53.312Z Compiling ipnet v2.10.1
17692024-10-22T16:25:55.937Z Compiling siphasher v0.3.11
17702024-10-22T16:25:56.317Z Compiling adler2 v2.0.0
17712024-10-22T16:25:56.507Z Compiling mime v0.3.17
17722024-10-22T16:25:56.813Z Compiling data-encoding v2.6.0
17732024-10-22T16:25:57.818Z Compiling miniz_oxide v0.8.0
17742024-10-22T16:25:58.661Z Compiling dirs-next v2.0.0
17752024-10-22T16:26:04.201Z Compiling http-body-util v0.1.2
17762024-10-22T16:26:04.854Z Compiling hubpack_derive v0.1.1
17772024-10-22T16:26:04.914Z Compiling serde_urlencoded v0.7.1
17782024-10-22T16:26:05.308Z Compiling crossbeam-epoch v0.9.18
17792024-10-22T16:26:05.645Z Compiling dropshot_endpoint v0.12.0
17802024-10-22T16:26:05.835Z Compiling hashbrown v0.14.5
17812024-10-22T16:26:06.062Z Compiling signature v2.2.0
17822024-10-22T16:26:06.167Z Compiling sha1 v0.10.6
17832024-10-22T16:26:06.395Z Compiling curve25519-dalek-derive v0.1.1
17842024-10-22T16:26:06.417Z Compiling lazy_static v1.5.0
17852024-10-22T16:26:06.575Z Compiling thread_local v1.1.8
17862024-10-22T16:26:06.719Z Compiling fs-err v2.11.0
17872024-10-22T16:26:07.271Z Compiling winnow v0.6.20
17882024-10-22T16:26:07.324Z Compiling gimli v0.31.1
17892024-10-22T16:26:08.083Z Compiling openssl-probe v0.1.5
17902024-10-22T16:26:08.415Z Compiling anstyle v1.0.8
17912024-10-22T16:26:08.908Z Compiling utf8parse v0.2.2
17922024-10-22T16:26:09.130Z Compiling either v1.13.0
17932024-10-22T16:26:09.494Z Compiling unicode-properties v0.1.3
17942024-10-22T16:26:10.051Z Compiling stringprep v0.1.5
17952024-10-22T16:26:10.335Z Compiling anstyle-parse v0.2.5
17962024-10-22T16:26:10.874Z Compiling regress v0.10.1
17972024-10-22T16:26:11.135Z Compiling toml_edit v0.22.22
17982024-10-22T16:26:11.237Z Compiling crossbeam-deque v0.8.5
17992024-10-22T16:26:12.583Z Compiling addr2line v0.24.2
18002024-10-22T16:26:13.979Z Compiling term v0.7.0
18012024-10-22T16:26:15.400Z Compiling slog-json v2.6.1
18022024-10-22T16:26:16.912Z Compiling crossbeam-channel v0.5.13
18032024-10-22T16:26:17.099Z Compiling rustls-pemfile v2.2.0
18042024-10-22T16:26:18.254Z Compiling futures-executor v0.3.31
18052024-10-22T16:26:18.592Z Compiling md-5 v0.10.6
18062024-10-22T16:26:18.881Z Compiling idna v0.3.0
18072024-10-22T16:26:18.903Z Compiling idna v0.4.0
18082024-10-22T16:26:18.955Z Compiling num-integer v0.1.46
18092024-10-22T16:26:19.938Z Compiling ff v0.13.0
18102024-10-22T16:26:20.272Z Compiling hash32 v0.2.1
18112024-10-22T16:26:20.342Z Compiling memmap v0.7.0
18122024-10-22T16:26:20.462Z Compiling is-terminal v0.4.13
18132024-10-22T16:26:20.685Z Compiling object v0.36.5
18142024-10-22T16:26:20.734Z Compiling utf-8 v0.7.6
18152024-10-22T16:26:21.136Z Compiling fallible-iterator v0.2.0
18162024-10-22T16:26:21.287Z Compiling psl-types v2.0.11
18172024-10-22T16:26:21.455Z Compiling stable_deref_trait v1.2.0
18182024-10-22T16:26:21.502Z Compiling take_mut v0.2.2
18192024-10-22T16:26:21.653Z Compiling base16ct v0.2.0
18202024-10-22T16:26:21.697Z Compiling quick-error v1.2.3
18212024-10-22T16:26:21.903Z Compiling anstyle-query v1.1.1
18222024-10-22T16:26:21.945Z Compiling linked-hash-map v0.5.6
18232024-10-22T16:26:22.049Z Compiling colorchoice v1.0.2
18242024-10-22T16:26:22.086Z Compiling is_terminal_polyfill v1.70.1
18252024-10-22T16:26:22.234Z Compiling heck v0.4.1
18262024-10-22T16:26:22.282Z Compiling rustc-demangle v0.1.24
18272024-10-22T16:26:22.332Z Compiling lru-cache v0.1.2
18282024-10-22T16:26:22.618Z Compiling anstream v0.6.15
18292024-10-22T16:26:22.780Z Compiling strum_macros v0.25.3
18302024-10-22T16:26:23.281Z Compiling sec1 v0.7.3
18312024-10-22T16:26:23.355Z Compiling resolv-conf v0.7.0
18322024-10-22T16:26:23.833Z Compiling postgres-protocol v0.6.7
18332024-10-22T16:26:25.012Z Compiling publicsuffix v2.2.3
18342024-10-22T16:26:25.032Z Compiling tungstenite v0.24.0
18352024-10-22T16:26:25.939Z Compiling slog-term v2.9.1
18362024-10-22T16:26:26.366Z Compiling usdt v0.5.0
18372024-10-22T16:26:26.542Z Compiling group v0.13.0
18382024-10-22T16:26:26.858Z Compiling hickory-proto v0.24.1
18392024-10-22T16:26:27.054Z Compiling num-iter v0.1.45
18402024-10-22T16:26:27.076Z Compiling futures v0.3.31
18412024-10-22T16:26:27.241Z Compiling tokio-rustls v0.26.0
18422024-10-22T16:26:28.116Z Compiling backtrace v0.3.74
18432024-10-22T16:26:29.333Z Compiling tokio-rustls v0.25.0
18442024-10-22T16:26:29.878Z Compiling slog-bunyan v2.5.0
18452024-10-22T16:26:30.084Z Compiling typify-impl v0.2.0
18462024-10-22T16:26:30.569Z Compiling toml v0.8.19
18472024-10-22T16:26:30.643Z Compiling tokio-native-tls v0.3.1
18482024-10-22T16:26:30.932Z Compiling terminal_size v0.4.0
18492024-10-22T16:26:30.979Z Compiling phf_shared v0.11.2
18502024-10-22T16:26:31.270Z Compiling async-stream v0.3.6
18512024-10-22T16:26:31.598Z Compiling waitgroup v0.1.2
18522024-10-22T16:26:31.808Z Compiling webpki-roots v0.26.6
18532024-10-22T16:26:32.030Z Compiling serde_path_to_error v0.1.16
18542024-10-22T16:26:32.188Z Compiling hkdf v0.12.4
18552024-10-22T16:26:32.209Z Compiling crypto-bigint v0.5.5
18562024-10-22T16:26:32.877Z Compiling derive-where v1.2.7
18572024-10-22T16:26:35.742Z Compiling serde_repr v0.1.19
18582024-10-22T16:26:35.807Z Compiling hostname v0.4.0
18592024-10-22T16:26:35.946Z Compiling bitflags v1.3.2
18602024-10-22T16:26:36.014Z Compiling debug-ignore v1.0.5
18612024-10-22T16:26:36.034Z Compiling winnow v0.5.40
18622024-10-22T16:26:36.072Z Compiling clap_lex v0.7.2
18632024-10-22T16:26:36.159Z Compiling managed v0.8.0
18642024-10-22T16:26:36.590Z Compiling unicode-width v0.1.14
18652024-10-22T16:26:36.797Z Compiling clap_builder v4.5.20
18662024-10-22T16:26:37.105Z Compiling console v0.15.8
18672024-10-22T16:26:38.417Z Compiling elliptic-curve v0.13.8
18682024-10-22T16:26:39.172Z Compiling hickory-resolver v0.24.1
18692024-10-22T16:26:39.745Z Compiling toml_edit v0.19.15
18702024-10-22T16:26:41.792Z Compiling hyper-rustls v0.27.3
18712024-10-22T16:26:42.118Z Compiling typify-macro v0.2.0
18722024-10-22T16:26:45.714Z Compiling phf v0.11.2
18732024-10-22T16:26:45.865Z Compiling hyper-tls v0.6.0
18742024-10-22T16:26:45.890Z Compiling signal-hook-mio v0.2.4
18752024-10-22T16:26:45.997Z Compiling rayon v1.10.0
18762024-10-22T16:26:46.057Z Compiling cookie_store v0.21.0
18772024-10-22T16:26:46.244Z Compiling tokio-tungstenite v0.24.0
18782024-10-22T16:26:46.469Z Compiling postgres-types v0.2.8
18792024-10-22T16:26:46.715Z Compiling ed25519 v2.2.3
18802024-10-22T16:26:46.768Z Compiling hubpack v0.1.2
18812024-10-22T16:26:46.817Z Compiling phf_shared v0.10.0
18822024-10-22T16:26:47.215Z Compiling pkcs1 v0.7.5
18832024-10-22T16:26:47.390Z Compiling zerocopy v0.6.6
18842024-10-22T16:26:47.827Z Compiling bstr v1.10.0
18852024-10-22T16:26:48.278Z Compiling tokio-stream v0.1.16
18862024-10-22T16:26:48.396Z Compiling serde-big-array v0.5.1
18872024-10-22T16:26:48.635Z Compiling rfc6979 v0.4.0
18882024-10-22T16:26:48.849Z Compiling float-cmp v0.9.0
18892024-10-22T16:26:49.079Z Compiling sync_wrapper v1.0.1
18902024-10-22T16:26:49.192Z Compiling crc32fast v1.4.2
18912024-10-22T16:26:49.222Z Compiling whoami v1.5.2
18922024-10-22T16:26:49.240Z Compiling unicode-segmentation v1.12.0
18932024-10-22T16:26:49.242Z Compiling number_prefix v0.4.0
18942024-10-22T16:26:49.410Z Compiling fixedbitset v0.4.2
18952024-10-22T16:26:49.465Z Compiling predicates-core v1.0.8
18962024-10-22T16:26:49.494Z Compiling normalize-line-endings v0.3.0
18972024-10-22T16:26:49.621Z Compiling new_debug_unreachable v1.0.6
18982024-10-22T16:26:49.763Z Compiling static_assertions v1.1.0
18992024-10-22T16:26:49.798Z Compiling bit-vec v0.6.3
19002024-10-22T16:26:50.210Z Compiling difflib v0.4.0
19012024-10-22T16:26:50.243Z Compiling minimal-lexical v0.2.1
19022024-10-22T16:26:50.266Z Compiling precomputed-hash v0.1.1
19032024-10-22T16:26:50.568Z Compiling string_cache v0.8.7
19042024-10-22T16:26:50.747Z Compiling nom v7.1.3
19052024-10-22T16:26:50.925Z Compiling predicates v3.1.2
19062024-10-22T16:26:50.979Z Compiling indicatif v0.17.8
19072024-10-22T16:26:51.438Z Compiling bit-set v0.5.3
19082024-10-22T16:26:52.424Z Compiling similar v2.6.0
19092024-10-22T16:26:52.802Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19102024-10-22T16:26:54.478Z Compiling petgraph v0.6.5
19112024-10-22T16:26:55.610Z Compiling tokio-postgres v0.7.12
19122024-10-22T16:26:55.632Z Compiling flate2 v1.0.34
19132024-10-22T16:26:56.546Z Compiling reqwest v0.12.8
19142024-10-22T16:26:56.790Z Compiling qorb v0.1.2
19152024-10-22T16:26:58.395Z Compiling ecdsa v0.16.9
19162024-10-22T16:26:59.469Z Compiling rsa v0.9.6
19172024-10-22T16:27:00.633Z Compiling ed25519-dalek v2.1.1
19182024-10-22T16:27:01.120Z Compiling crossterm v0.28.1
19192024-10-22T16:27:01.170Z Compiling toml v0.7.8
19202024-10-22T16:27:01.413Z Compiling clap v4.5.20
19212024-10-22T16:27:01.571Z Compiling itertools v0.12.1
19222024-10-22T16:27:02.097Z Compiling itertools v0.10.5
19232024-10-22T16:27:04.836Z Compiling x509-cert v0.2.5
19242024-10-22T16:27:05.409Z Compiling hex v0.4.3
19252024-10-22T16:27:07.214Z Compiling unicode-xid v0.2.6
19262024-10-22T16:27:07.300Z Compiling peg-runtime v0.8.3
19272024-10-22T16:27:08.113Z Compiling radium v0.7.0
19282024-10-22T16:27:08.559Z Compiling lalrpop-util v0.19.12
19292024-10-22T16:27:09.362Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19302024-10-22T16:27:16.780Z Compiling tap v1.0.1
19312024-10-22T16:27:16.963Z Compiling maybe-uninit v2.0.0
19322024-10-22T16:27:17.453Z Compiling ident_case v1.0.1
19332024-10-22T16:27:17.644Z Compiling darling_core v0.20.10
19342024-10-22T16:27:23.302Z Compiling wyz v0.5.1
19352024-10-22T16:27:36.869Z Compiling typify v0.2.0
19362024-10-22T16:27:40.837Z Compiling http v0.2.12
19372024-10-22T16:27:41.912Z Compiling bzip2-sys v0.1.11+1.0.8
19382024-10-22T16:27:42.929Z Compiling funty v2.0.0
19392024-10-22T16:27:42.997Z Compiling packed_struct v0.10.1
19402024-10-22T16:27:43.305Z Compiling base64 v0.21.7
19412024-10-22T16:27:44.205Z Compiling unsafe-libyaml v0.2.11
19422024-10-22T16:27:44.414Z Compiling bitvec v1.0.1
19432024-10-22T16:27:46.035Z Compiling serde_yaml v0.9.34+deprecated
19442024-10-22T16:27:53.077Z Compiling progenitor-impl v0.8.0
19452024-10-22T16:27:55.092Z Compiling darling_macro v0.20.10
19462024-10-22T16:27:56.815Z Compiling packed_struct_codegen v0.10.1
19472024-10-22T16:27:59.306Z Compiling structmeta-derive v0.3.0
19482024-10-22T16:28:00.054Z Compiling indexmap v1.9.3
19492024-10-22T16:28:00.448Z Compiling nodrop v0.1.14
19502024-10-22T16:28:00.545Z Compiling fastrand v2.1.1
19512024-10-22T16:28:01.195Z Compiling newtype-uuid v1.1.2
19522024-10-22T16:28:01.336Z Compiling crc-catalog v2.4.0
19532024-10-22T16:28:01.550Z Compiling crc v3.2.1
19542024-10-22T16:28:01.893Z Compiling structmeta v0.3.0
19552024-10-22T16:28:03.879Z Compiling tempfile v3.13.0
19562024-10-22T16:28:04.339Z Compiling array-init v0.0.4
19572024-10-22T16:28:04.820Z Compiling progenitor-macro v0.8.0
19582024-10-22T16:28:08.243Z Compiling smallvec v0.6.14
19592024-10-22T16:28:08.772Z Compiling darling v0.20.10
19602024-10-22T16:28:12.647Z Compiling http-body v0.4.6
19612024-10-22T16:28:13.198Z Compiling h2 v0.3.26
19622024-10-22T16:28:14.646Z Compiling progenitor-client v0.8.0
19632024-10-22T16:28:20.057Z Compiling pin-project-internal v1.1.6
19642024-10-22T16:28:20.970Z Compiling bitfield v0.14.0
19652024-10-22T16:28:22.048Z Compiling hashbrown v0.12.3
19662024-10-22T16:28:23.135Z Compiling termcolor v1.4.1
19672024-10-22T16:28:24.291Z Compiling same-file v1.0.6
19682024-10-22T16:28:24.546Z Compiling walkdir v2.5.0
19692024-10-22T16:28:26.793Z Compiling env_logger v0.10.2
19702024-10-22T16:28:31.283Z Compiling pin-project v1.1.6
19712024-10-22T16:28:31.771Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19722024-10-22T16:28:32.080Z Compiling hyper v0.14.30
19732024-10-22T16:28:34.155Z Compiling progenitor v0.8.0
19742024-10-22T16:28:37.591Z Compiling serde_with_macros v3.11.0
19752024-10-22T16:28:39.646Z Compiling serde-hex v0.1.0
19762024-10-22T16:28:40.146Z Compiling bzip2 v0.4.4
19772024-10-22T16:28:40.656Z Compiling parse-display-derive v0.10.0
19782024-10-22T16:28:44.623Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19792024-10-22T16:28:44.954Z Compiling ron v0.8.1
19802024-10-22T16:28:45.682Z Compiling strum_macros v0.26.4
19812024-10-22T16:28:46.440Z Compiling ipnetwork v0.20.0
19822024-10-22T16:28:46.520Z Compiling hashbrown v0.13.2
19832024-10-22T16:28:47.904Z Compiling xattr v1.3.1
19842024-10-22T16:28:48.232Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19852024-10-22T16:28:48.590Z Compiling snafu-derive v0.8.5
19862024-10-22T16:28:48.793Z Compiling blake3 v1.5.4
19872024-10-22T16:28:48.989Z Compiling ring v0.16.20
19882024-10-22T16:28:49.443Z Compiling filetime v0.2.25
19892024-10-22T16:28:49.778Z Compiling instant v0.1.13
19902024-10-22T16:28:49.957Z Compiling buf-list v1.0.3
19912024-10-22T16:28:50.008Z Compiling crc-any v2.5.0
19922024-10-22T16:28:50.489Z Compiling sync_wrapper v0.1.2
19932024-10-22T16:28:50.613Z Compiling reqwest v0.11.27
19942024-10-22T16:28:50.747Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19952024-10-22T16:28:50.909Z Compiling strum v0.26.3
19962024-10-22T16:28:51.112Z Compiling backoff v0.4.0
19972024-10-22T16:28:51.223Z Compiling tar v0.4.42
19982024-10-22T16:28:52.151Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19992024-10-22T16:28:52.367Z Compiling object v0.30.4
20002024-10-22T16:28:53.209Z Compiling snafu v0.8.5
20012024-10-22T16:28:54.489Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20022024-10-22T16:28:56.545Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20032024-10-22T16:28:56.798Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20042024-10-22T16:28:57.341Z Compiling parse-display v0.10.0
20052024-10-22T16:28:58.224Z Compiling zip v0.6.6
20062024-10-22T16:28:58.227Z Compiling serde_with v3.11.0
20072024-10-22T16:28:59.257Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20082024-10-22T16:28:59.972Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20092024-10-22T16:29:00.900Z Compiling camino-tempfile v1.1.1
20102024-10-22T16:29:01.635Z Compiling globset v0.4.15
20112024-10-22T16:29:02.517Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20122024-10-22T16:29:02.725Z Compiling regress v0.9.1
20132024-10-22T16:29:05.194Z Compiling pem v3.0.4
20142024-10-22T16:29:06.684Z Compiling olpc-cjson v0.1.4
20152024-10-22T16:29:07.023Z Compiling serde_plain v1.0.2
20162024-10-22T16:29:07.560Z Compiling macaddr v1.0.1
20172024-10-22T16:29:07.947Z Compiling async-recursion v1.1.1
20182024-10-22T16:29:08.182Z Compiling memmap2 v0.9.5
20192024-10-22T16:29:08.185Z Compiling arrayref v0.3.9
20202024-10-22T16:29:08.297Z Compiling path-slash v0.1.5
20212024-10-22T16:29:08.531Z Compiling constant_time_eq v0.3.1
20222024-10-22T16:29:08.730Z Compiling typed-path v0.7.1
20232024-10-22T16:29:08.785Z Compiling arrayvec v0.7.6
20242024-10-22T16:29:08.906Z Compiling untrusted v0.7.1
20252024-10-22T16:29:09.109Z Compiling spin v0.5.2
20262024-10-22T16:29:09.397Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
20272024-10-22T16:29:11.375Z Compiling tough v0.17.1
20282024-10-22T16:29:11.847Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20292024-10-22T16:29:14.655Z Compiling itertools v0.13.0
20302024-10-22T16:29:15.414Z Compiling cargo-platform v0.1.8
20312024-10-22T16:29:16.526Z Compiling parse-size v1.0.0
20322024-10-22T16:29:16.721Z Compiling topological-sort v0.2.2
20332024-10-22T16:29:16.820Z Compiling cargo_metadata v0.18.1
20342024-10-22T16:29:16.989Z Compiling omicron-zone-package v0.11.1
20352024-10-22T16:29:17.877Z Compiling shell-words v1.1.0
20362024-10-22T16:29:25.210Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20372024-10-22T16:29:37.043Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
20382024-10-22T16:29:51.484Z Finished `release` profile [optimized] target(s) in 5m 15s
20392024-10-22T16:29:51.638Z Running `target/release/omicron-releng --output-dir /work`
20402024-10-22T16:29:51.682ZOct 22 16:29:51.028 DEBG changing working directory to /work/oxidecomputer/omicron
20412024-10-22T16:29:51.776ZOct 22 16:29:51.124 DEBG running: git rev-parse HEAD
20422024-10-22T16:29:51.783ZOct 22 16:29:51.131 DEBG process exited with exit status: 0 (6.486528ms)
20432024-10-22T16:29:51.783ZOct 22 16:29:51.131 INFO version: 12.0.0-0.ci+gitab1f3779636
20442024-10-22T16:29:51.822ZOct 22 16:29:51.170 INFO cloning helios to /work/oxidecomputer/helios
20452024-10-22T16:29:51.822ZOct 22 16:29:51.170 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
20462024-10-22T16:29:51.827ZCloning into '/work/oxidecomputer/helios'...
20472024-10-22T16:29:52.339ZOct 22 16:29:51.687 DEBG process exited with exit status: 0 (516.604891ms)
20482024-10-22T16:29:52.340ZOct 22 16:29:51.687 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
20492024-10-22T16:29:52.346Z# branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb
20502024-10-22T16:29:52.346Z# branch.head master
20512024-10-22T16:29:52.346Z# branch.upstream origin/master
20522024-10-22T16:29:52.347Z# branch.ab +0 -0
20532024-10-22T16:29:52.349ZOct 22 16:29:51.695 DEBG process exited with exit status: 0 (7.837085ms)
20542024-10-22T16:29:52.349ZOct 22 16:29:51.695 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
20552024-10-22T16:29:53.119ZOct 22 16:29:52.466 DEBG process exited with exit status: 0 (771.400676ms)
20562024-10-22T16:29:53.119ZOct 22 16:29:52.466 DEBG running: zfs list rpool/images/build/host
20572024-10-22T16:29:53.125ZNAME USED AVAIL REFER MOUNTPOINT
20582024-10-22T16:29:53.126Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
20592024-10-22T16:29:53.128ZOct 22 16:29:52.474 DEBG process exited with exit status: 0 (7.487791ms)
20602024-10-22T16:29:53.128ZOct 22 16:29:52.474 DEBG running: zfs list rpool/images/build/recovery
20612024-10-22T16:29:53.132ZNAME USED AVAIL REFER MOUNTPOINT
20622024-10-22T16:29:53.132Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
20632024-10-22T16:29:53.135ZOct 22 16:29:52.481 DEBG process exited with exit status: 0 (6.826205ms)
20642024-10-22T16:29:53.135ZOct 22 16:29:52.481 INFO [hubris-production] running task
20652024-10-22T16:29:53.135ZOct 22 16:29:52.482 INFO [hubris-staging] running task
20662024-10-22T16:29:53.135ZOct 22 16:29:52.482 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
20672024-10-22T16:29:53.138ZOct 22 16:29:52.485 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
20682024-10-22T16:29:53.601Z[ helios-setup] cd tools/helios-build && cargo build --quiet
20692024-10-22T16:29:54.025Z[ omicron-package] Blocking waiting for file lock on package cache
20702024-10-22T16:29:54.658Z[ omicron-package] Compiling proc-macro-crate v1.3.1
20712024-10-22T16:29:54.658Z[ omicron-package] Compiling heapless v0.8.0
20722024-10-22T16:29:54.772ZOct 22 16:29:54.118 INFO [hubris-production] task succeeded (1.636367227s)
20732024-10-22T16:29:54.809Z[ omicron-package] Compiling hash32 v0.3.1
20742024-10-22T16:29:54.827Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20752024-10-22T16:29:54.830Z[ omicron-package] Compiling smoltcp v0.11.0
20762024-10-22T16:29:54.864Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
20772024-10-22T16:29:54.864Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20782024-10-22T16:29:54.867Z[ omicron-package] Compiling cobs v0.2.3
20792024-10-22T16:29:55.078Z[ omicron-package] Compiling postcard v1.0.10
20802024-10-22T16:29:55.307Z[ omicron-package] Compiling foreign-types-macros v0.2.3
20812024-10-22T16:29:55.370Z[ omicron-package] Compiling proc-macro-error v1.0.4
20822024-10-22T16:29:55.415Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20832024-10-22T16:29:55.415Z[ omicron-package] Compiling foreign-types-shared v0.3.1
20842024-10-22T16:29:55.632Z[ omicron-package] Compiling num_enum_derive v0.5.11
20852024-10-22T16:29:55.672Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20862024-10-22T16:29:56.302Z[ omicron-package] Compiling tabwriter v1.4.0
20872024-10-22T16:29:56.304Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20882024-10-22T16:29:56.649Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20892024-10-22T16:29:56.877Z[ omicron-package] Compiling cstr-argument v0.1.2
20902024-10-22T16:29:57.033Z[ omicron-package] Compiling foreign-types v0.5.0
20912024-10-22T16:29:57.300Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
20922024-10-22T16:29:57.331Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20932024-10-22T16:29:57.874Z[ omicron-package] Compiling pretty-hex v0.2.1
20942024-10-22T16:29:58.309Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20952024-10-22T16:29:58.333Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20962024-10-22T16:29:58.536Z[ omicron-package] Compiling colored v2.1.0
20972024-10-22T16:29:58.613Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20982024-10-22T16:29:58.897Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
20992024-10-22T16:29:59.005Z[ omicron-package] Compiling num_enum v0.5.11
21002024-10-22T16:29:59.281Z[ omicron-package] Compiling num-derive v0.4.2
21012024-10-22T16:29:59.455Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21022024-10-22T16:29:59.629Z[ omicron-package] Compiling sigpipe v0.1.3
21032024-10-22T16:29:59.702Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
21042024-10-22T16:29:59.924Z[ omicron-package] Compiling libefi-sys v0.1.0
21052024-10-22T16:30:00.022Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21062024-10-22T16:30:00.135Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21072024-10-22T16:30:00.671Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21082024-10-22T16:30:00.949Z[ omicron-package] Compiling smf v0.2.3
21092024-10-22T16:30:01.067Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21102024-10-22T16:30:01.787Z[ omicron-package] Compiling bitfield-struct v0.6.2
21112024-10-22T16:30:02.433Z[ omicron-package] Compiling zone v0.3.0
21122024-10-22T16:30:03.571Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21132024-10-22T16:30:03.869Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21142024-10-22T16:30:04.445Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21152024-10-22T16:30:05.633Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21162024-10-22T16:30:05.764Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21172024-10-22T16:30:06.184Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21182024-10-22T16:30:06.309Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21192024-10-22T16:30:06.981Z[ omicron-package] Compiling gethostname v0.5.0
21202024-10-22T16:30:08.082ZOct 22 16:30:07.428 INFO [hubris-staging] task succeeded (14.946018678s)
21212024-10-22T16:30:09.830Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21222024-10-22T16:30:12.404Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21232024-10-22T16:30:15.020Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21242024-10-22T16:30:15.520Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21252024-10-22T16:30:17.099Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21262024-10-22T16:30:34.996Z[ helios-setup] Oct 22 16:30:34.336 INFO helios repository root is: /work/oxidecomputer/helios
21272024-10-22T16:30:34.998Z[ helios-setup] Oct 22 16:30:34.339 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
21282024-10-22T16:30:34.998Z[ helios-setup] Oct 22 16:30:34.339 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
21292024-10-22T16:30:35.002Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
21302024-10-22T16:30:36.315Z[ helios-setup] Oct 22 16:30:35.655 INFO clone ok!, project: chelsio-t6-roms
21312024-10-22T16:30:36.318Z[ helios-setup] Oct 22 16:30:35.655 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
21322024-10-22T16:30:36.318Z[ helios-setup] Oct 22 16:30:35.655 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
21332024-10-22T16:30:36.318Z[ helios-setup] Oct 22 16:30:35.655 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
21342024-10-22T16:30:36.318Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
21352024-10-22T16:30:36.841Z[ omicron-package] Finished `release` profile [optimized] target(s) in 43.68s
21362024-10-22T16:30:37.060Z[ omicron-package]
21372024-10-22T16:30:37.062Z[ omicron-package] real 43.871226284
21382024-10-22T16:30:37.062Z[ omicron-package] user 2:39.162277280
21392024-10-22T16:30:37.062Z[ omicron-package] sys 20.280036413
21402024-10-22T16:30:37.062Z[ omicron-package] trap 0.177240927
21412024-10-22T16:30:37.062Z[ omicron-package] tflt 0.574521514
21422024-10-22T16:30:37.062Z[ omicron-package] dflt 1.013185970
21432024-10-22T16:30:37.062Z[ omicron-package] kflt 0.000008288
21442024-10-22T16:30:37.062Z[ omicron-package] lock 5:02.862600542
21452024-10-22T16:30:37.062Z[ omicron-package] slp 8:16.889832118
21462024-10-22T16:30:37.062Z[ omicron-package] lat 1:30.779905628
21472024-10-22T16:30:37.062ZOct 22 16:30:36.401 INFO [omicron-package] process exited with exit status: 0 (43.915853632s)
21482024-10-22T16:30:37.062Z[ omicron-package] stop 40.533113995
21492024-10-22T16:30:37.062ZOct 22 16:30:36.401 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
21502024-10-22T16:30:37.137ZOct 22 16:30:36.479 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
21512024-10-22T16:30:37.146Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
21522024-10-22T16:30:37.146Z[ helios-setup] Oct 22 16:30:36.481 INFO clone ok!, project: phbl
21532024-10-22T16:30:37.149Z[ helios-setup] Oct 22 16:30:36.481 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
21542024-10-22T16:30:37.149Z[ helios-setup] Oct 22 16:30:36.481 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
21552024-10-22T16:30:37.149Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
21562024-10-22T16:30:37.149Z[ host-target] Created new build target 'host' and set it as active
21572024-10-22T16:30:37.151ZOct 22 16:30:36.492 INFO [host-target] process exited with exit status: 0 (90.686544ms)
21582024-10-22T16:30:37.151ZOct 22 16:30:36.492 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
21592024-10-22T16:30:37.158Z[ recovery-target] Created new build target 'recovery' and set it as active
21602024-10-22T16:30:37.158Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
21612024-10-22T16:30:37.160ZOct 22 16:30:36.501 INFO [recovery-target] process exited with exit status: 0 (22.013168ms)
21622024-10-22T16:30:37.166Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
21632024-10-22T16:30:37.601Z[ helios-setup] Oct 22 16:30:36.942 INFO clone ok!, project: pinprick
21642024-10-22T16:30:37.603Z[ helios-setup] Oct 22 16:30:36.942 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
21652024-10-22T16:30:37.603Z[ helios-setup] Oct 22 16:30:36.942 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
21662024-10-22T16:30:37.603Z[ helios-setup] Oct 22 16:30:36.942 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
21672024-10-22T16:30:37.607Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
21682024-10-22T16:30:38.067Z[ helios-setup] Oct 22 16:30:37.408 INFO clone ok!, project: bootserver
21692024-10-22T16:30:38.069Z[ helios-setup] Oct 22 16:30:37.408 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
21702024-10-22T16:30:38.069Z[ helios-setup] Oct 22 16:30:37.408 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
21712024-10-22T16:30:38.072Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
21722024-10-22T16:30:38.330Z[ host-package] Compiling convert_case v0.4.0
21732024-10-22T16:30:38.330Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21742024-10-22T16:30:38.330Z[ host-package] Compiling password-hash v0.5.0
21752024-10-22T16:30:38.333Z[ host-package] Compiling blake2 v0.10.6
21762024-10-22T16:30:38.333Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21772024-10-22T16:30:38.333Z[ host-package] Compiling newline-converter v0.3.0
21782024-10-22T16:30:38.333Z[ host-package] Compiling cancel-safe-futures v0.1.5
21792024-10-22T16:30:38.333Z[ host-package] Compiling owo-colors v4.1.0
21802024-10-22T16:30:38.637Z[ host-package] Compiling expectorate v1.1.0
21812024-10-22T16:30:38.835Z[ host-package] Compiling libsw v3.3.1
21822024-10-22T16:30:38.954Z[ host-package] Compiling swrite v0.1.0
21832024-10-22T16:30:39.081Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
21842024-10-22T16:30:39.100Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
21852024-10-22T16:30:39.141Z[ host-package] Compiling argon2 v0.5.3
21862024-10-22T16:30:39.188Z[ host-package] Compiling linear-map v1.2.0
21872024-10-22T16:30:39.209Z[ host-package] Compiling derive_more v0.99.18
21882024-10-22T16:30:39.565Z[ host-package] Compiling indent_write v2.2.0
21892024-10-22T16:30:39.568Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21902024-10-22T16:30:39.732Z[ host-package] Compiling progenitor-client v0.8.0
21912024-10-22T16:30:39.793Z[ host-package] Compiling atomicwrites v0.4.4
21922024-10-22T16:30:40.138Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21932024-10-22T16:30:40.289Z[ host-package] Compiling progenitor v0.8.0
21942024-10-22T16:30:40.520Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21952024-10-22T16:30:40.548Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21962024-10-22T16:30:40.727Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21972024-10-22T16:30:40.798Z[ host-package] Compiling num-rational v0.4.2
21982024-10-22T16:30:41.444Z[ host-package] Compiling num-complex v0.4.6
21992024-10-22T16:30:41.446Z[ host-package] Compiling prettyplease v0.2.22
22002024-10-22T16:30:41.801Z[ host-package] Compiling float-ord v0.3.2
22012024-10-22T16:30:41.981Z[ host-package] Compiling semver v0.1.20
22022024-10-22T16:30:42.625Z[ host-package] Compiling num v0.4.3
22032024-10-22T16:30:42.763Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22042024-10-22T16:30:42.859Z[ host-package] Compiling rustc_version v0.1.7
22052024-10-22T16:30:43.336Z[ host-package] Compiling newtype_derive v0.1.6
22062024-10-22T16:30:43.409Z[ host-package] Compiling highway v1.2.0
22072024-10-22T16:30:43.804Z[ host-package] Compiling humantime v2.1.0
22082024-10-22T16:30:44.851Z[ host-package] Compiling home v0.5.9
22092024-10-22T16:30:44.933Z[ host-package] Compiling steno v0.4.1
22102024-10-22T16:30:45.861Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22112024-10-22T16:30:47.146Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
22122024-10-22T16:30:47.160Z[ helios-setup] Oct 22 16:30:46.499 INFO clone ok!, project: amd-host-image-builder
22132024-10-22T16:30:47.162Z[ helios-setup] Oct 22 16:30:46.499 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22142024-10-22T16:30:47.162Z[ helios-setup] Oct 22 16:30:46.500 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
22152024-10-22T16:30:47.162Z[ helios-setup] Oct 22 16:30:46.500 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
22162024-10-22T16:30:47.165Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
22172024-10-22T16:30:47.958Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22182024-10-22T16:30:48.247Z[ helios-setup] Oct 22 16:30:47.586 INFO clone ok!, project: pilot
22192024-10-22T16:30:48.250Z[ helios-setup] Oct 22 16:30:47.587 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
22202024-10-22T16:30:48.250Z[ helios-setup] Oct 22 16:30:47.587 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
22212024-10-22T16:30:48.252Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
22222024-10-22T16:30:48.840Z[ host-package] Compiling newtype-uuid v1.1.2
22232024-10-22T16:30:49.030Z[ helios-setup] Oct 22 16:30:48.368 INFO clone ok!, project: image-builder
22242024-10-22T16:30:49.032Z[ helios-setup] Oct 22 16:30:48.369 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
22252024-10-22T16:30:49.033Z[ helios-setup] Oct 22 16:30:48.369 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22262024-10-22T16:30:49.035Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22272024-10-22T16:30:49.115Z[ host-package] Compiling ipnetwork v0.20.0
22282024-10-22T16:30:49.201Z[ host-package] Compiling slog-dtrace v0.3.0
22292024-10-22T16:30:49.542Z[ host-package] Compiling instant v0.1.13
22302024-10-22T16:30:49.693Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22312024-10-22T16:30:49.714Z[ host-package] Compiling backoff v0.4.0
22322024-10-22T16:30:49.889Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22332024-10-22T16:30:50.074Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22342024-10-22T16:30:50.459Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22352024-10-22T16:30:50.605Z[ host-package] Compiling parse-display v0.10.0
22362024-10-22T16:30:51.172Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22372024-10-22T16:30:51.392Z[ host-package] Compiling serde_with v3.11.0
22382024-10-22T16:30:55.359Z[ host-package] Compiling strum v0.26.3
22392024-10-22T16:30:55.570Z[ host-package] Compiling regress v0.9.1
22402024-10-22T16:30:55.644Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22412024-10-22T16:30:57.890Z[ host-package] Compiling macaddr v1.0.1
22422024-10-22T16:30:58.314Z[ helios-setup] Oct 22 16:30:57.652 INFO clone ok!, project: amd-firmware
22432024-10-22T16:30:58.317Z[ helios-setup] Oct 22 16:30:57.653 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
22442024-10-22T16:30:58.973Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22452024-10-22T16:30:59.164Z[ helios-setup] Oct 22 16:30:58.502 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
22462024-10-22T16:30:59.705Z[ helios-setup] Oct 22 16:30:59.042 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
22472024-10-22T16:30:59.705Z[ helios-setup] Oct 22 16:30:59.042 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
22482024-10-22T16:31:00.124Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22492024-10-22T16:31:00.323Z[ helios-setup] Oct 22 16:30:59.661 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
22502024-10-22T16:31:00.866Z[ helios-setup] Oct 22 16:31:00.204 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
22512024-10-22T16:31:00.869Z[ helios-setup] Oct 22 16:31:00.204 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
22522024-10-22T16:31:00.995Z[ host-package] Compiling display-error-chain v0.2.1
22532024-10-22T16:31:01.250Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22542024-10-22T16:31:01.389Z[ helios-setup] Oct 22 16:31:00.726 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
22552024-10-22T16:31:01.942Z[ helios-setup] Oct 22 16:31:01.279 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
22562024-10-22T16:31:01.945Z[ helios-setup] Oct 22 16:31:01.279 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
22572024-10-22T16:31:01.945Z[ helios-setup] Oct 22 16:31:01.279 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
22582024-10-22T16:31:01.945Z[ helios-setup] Oct 22 16:31:01.279 INFO ok!
22592024-10-22T16:31:01.945Z[ helios-setup] Oct 22 16:31:01.279 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
22602024-10-22T16:31:01.945Z[ helios-setup] Oct 22 16:31:01.279 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
22612024-10-22T16:31:01.945Z[ helios-setup] Oct 22 16:31:01.279 INFO ok!
22622024-10-22T16:31:01.945Z[ helios-setup] Oct 22 16:31:01.279 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
22632024-10-22T16:31:01.946Z[ helios-setup] Oct 22 16:31:01.279 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
22642024-10-22T16:31:01.946Z[ helios-setup] Oct 22 16:31:01.279 INFO ok!
22652024-10-22T16:31:01.946Z[ helios-setup] Oct 22 16:31:01.279 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
22662024-10-22T16:31:01.946Z[ helios-setup] Oct 22 16:31:01.279 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
22672024-10-22T16:31:02.241Z[ helios-setup] Oct 22 16:31:01.578 INFO E| Downloading crates ...
22682024-10-22T16:31:02.334Z[ helios-setup] Oct 22 16:31:01.669 INFO E| Downloaded miniz_oxide v0.7.2
22692024-10-22T16:31:02.395Z[ helios-setup] Oct 22 16:31:01.731 INFO E| Compiling adler v1.0.2
22702024-10-22T16:31:02.520Z[ helios-setup] Oct 22 16:31:01.855 INFO E| Compiling miniz_oxide v0.7.2
22712024-10-22T16:31:04.432Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22722024-10-22T16:31:05.137Z[ helios-setup] Oct 22 16:31:04.473 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
22732024-10-22T16:31:05.761Z[ host-package] Compiling half v2.4.1
22742024-10-22T16:31:05.953Z[ helios-setup] Oct 22 16:31:05.290 INFO E| Finished `release` profile [optimized] target(s) in 3.92s
22752024-10-22T16:31:05.964Z[ helios-setup] Oct 22 16:31:05.301 INFO building project "pinprick" ok (4 seconds)
22762024-10-22T16:31:05.967Z[ helios-setup] Oct 22 16:31:05.301 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
22772024-10-22T16:31:05.967Z[ helios-setup] Oct 22 16:31:05.301 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
22782024-10-22T16:31:06.288Z[ helios-setup] Oct 22 16:31:05.625 INFO E| Downloading crates ...
22792024-10-22T16:31:06.371Z[ helios-setup] Oct 22 16:31:05.708 INFO E| Downloaded miniz_oxide v0.6.2
22802024-10-22T16:31:06.384Z[ helios-setup] Oct 22 16:31:05.721 INFO E| Downloaded bytes v1.2.1
22812024-10-22T16:31:06.390Z[ helios-setup] Oct 22 16:31:05.726 INFO E| Downloaded digest v0.10.3
22822024-10-22T16:31:06.392Z[ helios-setup] Oct 22 16:31:05.729 INFO E| Downloaded unicode-width v0.1.10
22832024-10-22T16:31:06.396Z[ helios-setup] Oct 22 16:31:05.731 INFO E| Downloaded sha2 v0.10.5
22842024-10-22T16:31:06.398Z[ helios-setup] Oct 22 16:31:05.733 INFO E| Downloaded generic-array v0.14.6
22852024-10-22T16:31:06.400Z[ helios-setup] Oct 22 16:31:05.735 INFO E| Downloaded cpufeatures v0.2.5
22862024-10-22T16:31:06.402Z[ helios-setup] Oct 22 16:31:05.737 INFO E| Downloaded block-buffer v0.10.3
22872024-10-22T16:31:06.402Z[ helios-setup] Oct 22 16:31:05.738 INFO E| Downloaded typenum v1.15.0
22882024-10-22T16:31:06.405Z[ helios-setup] Oct 22 16:31:05.741 INFO E| Downloaded anyhow v1.0.62
22892024-10-22T16:31:06.409Z[ helios-setup] Oct 22 16:31:05.746 INFO E| Downloaded flate2 v1.0.25
22902024-10-22T16:31:06.540Z[ host-package] Compiling ciborium-io v0.2.2
22912024-10-22T16:31:06.597Z[ helios-setup] Oct 22 16:31:05.934 INFO E| Compiling version_check v0.9.4
22922024-10-22T16:31:06.597Z[ helios-setup] Oct 22 16:31:05.934 INFO E| Compiling typenum v1.15.0
22932024-10-22T16:31:06.600Z[ helios-setup] Oct 22 16:31:05.934 INFO E| Compiling crc32fast v1.3.2
22942024-10-22T16:31:06.600Z[ helios-setup] Oct 22 16:31:05.934 INFO E| Compiling cfg-if v1.0.0
22952024-10-22T16:31:06.600Z[ helios-setup] Oct 22 16:31:05.934 INFO E| Compiling anyhow v1.0.62
22962024-10-22T16:31:06.600Z[ helios-setup] Oct 22 16:31:05.934 INFO E| Compiling adler v1.0.2
22972024-10-22T16:31:06.600Z[ helios-setup] Oct 22 16:31:05.934 INFO E| Compiling cpufeatures v0.2.5
22982024-10-22T16:31:06.600Z[ helios-setup] Oct 22 16:31:05.934 INFO E| Compiling unicode-width v0.1.10
22992024-10-22T16:31:06.699Z[ host-package] Compiling ciborium-ll v0.2.2
23002024-10-22T16:31:07.368Z[ host-package] Compiling tungstenite v0.21.0
23012024-10-22T16:31:07.379Z[ helios-setup] Oct 22 16:31:06.716 INFO E| Compiling miniz_oxide v0.6.2
23022024-10-22T16:31:07.644Z[ helios-setup] Oct 22 16:31:06.980 INFO E| Compiling bytes v1.2.1
23032024-10-22T16:31:07.669Z[ helios-setup] Oct 22 16:31:07.005 INFO E| Compiling bitflags v1.3.2
23042024-10-22T16:31:07.858Z[ helios-setup] Oct 22 16:31:07.195 INFO E| Compiling getopts v0.2.21
23052024-10-22T16:31:09.081Z[ helios-setup] Oct 22 16:31:08.417 INFO E| Compiling generic-array v0.14.6
23062024-10-22T16:31:09.304Z[ helios-setup] Oct 22 16:31:08.640 INFO E| Compiling flate2 v1.0.25
23072024-10-22T16:31:09.757Z[ host-package] Compiling tokio-tungstenite v0.21.0
23082024-10-22T16:31:10.992Z[ host-package] Compiling ciborium v0.2.2
23092024-10-22T16:31:11.741Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23102024-10-22T16:31:13.437Z[ host-package] Compiling fastrand v2.1.1
23112024-10-22T16:31:13.546Z[ helios-setup] Oct 22 16:31:12.882 INFO E| Compiling crypto-common v0.1.6
23122024-10-22T16:31:13.546Z[ helios-setup] Oct 22 16:31:12.882 INFO E| Compiling block-buffer v0.10.3
23132024-10-22T16:31:13.789Z[ helios-setup] Oct 22 16:31:13.124 INFO E| Compiling digest v0.10.3
23142024-10-22T16:31:14.101Z[ host-package] Compiling same-file v1.0.6
23152024-10-22T16:31:14.147Z[ helios-setup] Oct 22 16:31:13.482 INFO E| Compiling sha2 v0.10.5
23162024-10-22T16:31:14.393Z[ host-package] Compiling walkdir v2.5.0
23172024-10-22T16:31:14.490Z[ host-package] Compiling tempfile v3.13.0
23182024-10-22T16:31:14.668Z[ helios-setup] Oct 22 16:31:14.004 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
23192024-10-22T16:31:15.327Z[ host-package] Compiling blake3 v1.5.4
23202024-10-22T16:31:16.244Z[ host-package] Compiling ring v0.16.20
23212024-10-22T16:31:19.738Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23222024-10-22T16:31:20.071Z[ host-package] Compiling xattr v1.3.1
23232024-10-22T16:31:20.368Z[ helios-setup] Oct 22 16:31:19.702 INFO E| Finished `release` profile [optimized] target(s) in 14.30s
23242024-10-22T16:31:20.383Z[ helios-setup] Oct 22 16:31:19.717 INFO building project "bootserver" ok (14 seconds)
23252024-10-22T16:31:20.383Z[ helios-setup] Oct 22 16:31:19.718 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
23262024-10-22T16:31:20.383Z[ helios-setup] Oct 22 16:31:19.718 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
23272024-10-22T16:31:20.392Z[ helios-setup] Oct 22 16:31:19.726 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
23282024-10-22T16:31:20.425Z[ host-package] Compiling filetime v0.2.25
23292024-10-22T16:31:20.740Z[ host-package] Compiling memmap2 v0.9.5
23302024-10-22T16:31:20.763Z[ host-package] Compiling untrusted v0.7.1
23312024-10-22T16:31:20.938Z[ helios-setup] Oct 22 16:31:20.272 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
23322024-10-22T16:31:20.938Z[ helios-setup] Oct 22 16:31:20.272 INFO E| info: downloading component 'cargo'
23332024-10-22T16:31:21.161Z[ host-package] Compiling arrayref v0.3.9
23342024-10-22T16:31:21.243Z[ host-package] Compiling constant_time_eq v0.3.1
23352024-10-22T16:31:21.289Z[ host-package] Compiling keccak v0.1.5
23362024-10-22T16:31:21.420Z[ host-package] Compiling arrayvec v0.7.6
23372024-10-22T16:31:21.871Z[ host-package] Compiling spin v0.5.2
23382024-10-22T16:31:22.147Z[ helios-setup] Oct 22 16:31:21.481 INFO E| info: downloading component 'clippy'
23392024-10-22T16:31:22.644Z[ helios-setup] Oct 22 16:31:21.978 INFO E| info: downloading component 'rust-docs'
23402024-10-22T16:31:22.890Z[ host-package] Compiling sha3 v0.10.8
23412024-10-22T16:31:23.494Z[ host-package] Compiling tar v0.4.42
23422024-10-22T16:31:23.816Z[ host-package] Compiling camino-tempfile v1.1.1
23432024-10-22T16:31:24.163Z[ host-package] Compiling toolchain_find v0.4.0
23442024-10-22T16:31:24.258Z[ host-package] Compiling nibble_vec v0.1.0
23452024-10-22T16:31:24.378Z[ helios-setup] Oct 22 16:31:23.712 INFO E| info: downloading component 'rust-src'
23462024-10-22T16:31:24.512Z[ host-package] Compiling topological-sort v0.2.2
23472024-10-22T16:31:24.701Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23482024-10-22T16:31:24.727Z[ host-package] Compiling crunchy v0.2.2
23492024-10-22T16:31:24.748Z[ host-package] Compiling maplit v1.0.2
23502024-10-22T16:31:24.799Z[ helios-setup] Oct 22 16:31:24.132 INFO E| info: downloading component 'rust-std'
23512024-10-22T16:31:24.886Z[ host-package] Compiling glob v0.3.1
23522024-10-22T16:31:25.200Z[ host-package] Compiling endian-type v0.1.2
23532024-10-22T16:31:25.455Z[ host-package] Compiling radix_trie v0.2.1
23542024-10-22T16:31:25.502Z[ host-package] Compiling omicron-zone-package v0.11.1
23552024-10-22T16:31:25.533Z[ host-package] Compiling rustfmt-wrapper v0.2.1
23562024-10-22T16:31:25.741Z[ host-package] Compiling clang-sys v1.8.1
23572024-10-22T16:31:26.133Z[ host-package] Compiling tiny-keccak v2.0.2
23582024-10-22T16:31:26.513Z[ host-package] Compiling dsl_auto_type v0.1.2
23592024-10-22T16:31:26.534Z[ host-package] Compiling scheduled-thread-pool v0.2.7
23602024-10-22T16:31:26.536Z[ host-package] Compiling secrecy v0.8.0
23612024-10-22T16:31:26.820Z[ helios-setup] Oct 22 16:31:26.154 INFO E| info: downloading component 'rustc'
23622024-10-22T16:31:26.843Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
23632024-10-22T16:31:26.863Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23642024-10-22T16:31:27.203Z[ host-package] Compiling arc-swap v1.7.1
23652024-10-22T16:31:27.294Z[ host-package] Compiling r2d2 v0.8.10
23662024-10-22T16:31:27.773Z[ host-package] Compiling slog-scope v4.4.0
23672024-10-22T16:31:27.897Z[ host-package] Compiling diesel_derives v2.2.3
23682024-10-22T16:31:27.900Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23692024-10-22T16:31:28.332Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
23702024-10-22T16:31:28.599Z[ host-package] Compiling ascii-canvas v3.0.0
23712024-10-22T16:31:29.102Z[ host-package] Compiling universal-hash v0.5.1
23722024-10-22T16:31:29.199Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23732024-10-22T16:31:29.350Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
23742024-10-22T16:31:29.647Z[ host-package] Compiling ena v0.14.3
23752024-10-22T16:31:30.075Z[ host-package] Compiling libloading v0.8.5
23762024-10-22T16:31:30.548Z[ host-package] Compiling bindgen v0.69.5
23772024-10-22T16:31:30.859Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23782024-10-22T16:31:31.070Z[ host-package] Compiling opaque-debug v0.3.1
23792024-10-22T16:31:31.187Z[ host-package] Compiling regex-syntax v0.6.29
23802024-10-22T16:31:32.224Z[ host-package] Compiling diff v0.1.13
23812024-10-22T16:31:32.246Z[ helios-setup] Oct 22 16:31:31.579 INFO E| info: downloading component 'rustfmt'
23822024-10-22T16:31:32.692Z[ helios-setup] Oct 22 16:31:32.025 INFO E| info: installing component 'cargo'
23832024-10-22T16:31:32.823Z[ host-package] Compiling thiserror-no-std v2.0.2
23842024-10-22T16:31:33.085Z[ host-package] Compiling poly1305 v0.8.0
23852024-10-22T16:31:34.167Z[ helios-setup] Oct 22 16:31:33.500 INFO E| info: installing component 'clippy'
23862024-10-22T16:31:34.783Z[ helios-setup] Oct 22 16:31:34.116 INFO E| info: installing component 'rust-docs'
23872024-10-22T16:31:34.799Z[ host-package] Compiling lalrpop v0.19.12
23882024-10-22T16:31:40.514Z[ helios-setup] Oct 22 16:31:39.846 INFO E| info: installing component 'rust-src'
23892024-10-22T16:31:40.773Z[ host-package] Compiling diesel v2.2.4
23902024-10-22T16:31:41.845Z[ helios-setup] Oct 22 16:31:41.176 INFO E| info: installing component 'rust-std'
23912024-10-22T16:31:44.279Z[ helios-setup] Oct 22 16:31:43.610 INFO E| info: installing component 'rustc'
23922024-10-22T16:31:49.246Z[ host-package] Compiling slog-stdlog v4.1.1
23932024-10-22T16:31:50.769Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23942024-10-22T16:31:50.825Z[ host-package] Compiling which v4.4.2
23952024-10-22T16:31:50.934Z[ helios-setup] Oct 22 16:31:50.264 INFO E| info: installing component 'rustfmt'
23962024-10-22T16:31:51.417Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23972024-10-22T16:31:51.780Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23982024-10-22T16:31:51.926Z[ helios-setup] Oct 22 16:31:51.256 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
23992024-10-22T16:31:52.003Z[ host-package] Compiling chacha20 v0.9.1
24002024-10-22T16:31:52.098Z[ host-package] Compiling cexpr v0.6.0
24012024-10-22T16:31:52.514Z[ host-package] Compiling aead v0.5.2
24022024-10-22T16:31:52.775Z[ helios-setup] Oct 22 16:31:52.105 INFO E| From https://github.com/oxidecomputer/amd-apcb
24032024-10-22T16:31:52.775Z[ helios-setup] Oct 22 16:31:52.105 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927
24042024-10-22T16:31:52.775Z[ helios-setup] Oct 22 16:31:52.105 INFO E| * [new tag] v0.4.1 -> v0.4.1
24052024-10-22T16:31:52.806Z[ helios-setup] Oct 22 16:31:52.135 INFO E| * [new tag] v0.1.3 -> v0.1.3
24062024-10-22T16:31:52.806Z[ helios-setup] Oct 22 16:31:52.135 INFO E| * [new tag] v0.1.4 -> v0.1.4
24072024-10-22T16:31:52.809Z[ helios-setup] Oct 22 16:31:52.135 INFO E| * [new tag] v0.1.5 -> v0.1.5
24082024-10-22T16:31:52.809Z[ helios-setup] Oct 22 16:31:52.135 INFO E| * [new tag] v0.2.0 -> v0.2.0
24092024-10-22T16:31:52.809Z[ helios-setup] Oct 22 16:31:52.136 INFO E| * [new tag] v0.3.0 -> v0.3.0
24102024-10-22T16:31:52.809Z[ helios-setup] Oct 22 16:31:52.136 INFO E| * [new tag] v0.3.1 -> v0.3.1
24112024-10-22T16:31:52.809Z[ helios-setup] Oct 22 16:31:52.136 INFO E| * [new tag] v0.3.2 -> v0.3.2
24122024-10-22T16:31:52.809Z[ helios-setup] Oct 22 16:31:52.136 INFO E| * [new tag] v0.3.3 -> v0.3.3
24132024-10-22T16:31:52.809Z[ helios-setup] Oct 22 16:31:52.136 INFO E| * [new tag] v0.4.0 -> v0.4.0
24142024-10-22T16:31:52.855Z[ helios-setup] Oct 22 16:31:52.185 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
24152024-10-22T16:31:52.913Z[ host-package] Compiling ref-cast v1.0.23
24162024-10-22T16:31:53.432Z[ host-package] Compiling rustc-hash v1.1.0
24172024-10-22T16:31:53.605Z[ host-package] Compiling lazycell v1.3.0
24182024-10-22T16:31:53.834Z[ host-package] Compiling chacha20poly1305 v0.10.1
24192024-10-22T16:31:53.878Z[ helios-setup] Oct 22 16:31:53.208 INFO E| From https://github.com/oxidecomputer/amd-efs
24202024-10-22T16:31:53.878Z[ helios-setup] Oct 22 16:31:53.208 INFO E| * [new branch] empty -> origin/empty
24212024-10-22T16:31:53.878Z[ helios-setup] Oct 22 16:31:53.208 INFO E| * [new branch] issue-99 -> origin/issue-99
24222024-10-22T16:31:53.881Z[ helios-setup] Oct 22 16:31:53.208 INFO E| * [new branch] main -> origin/main
24232024-10-22T16:31:53.881Z[ helios-setup] Oct 22 16:31:53.208 INFO E| * [new branch] review -> origin/review
24242024-10-22T16:31:53.881Z[ helios-setup] Oct 22 16:31:53.208 INFO E| * [new ref] -> origin/HEAD
24252024-10-22T16:31:53.881Z[ helios-setup] Oct 22 16:31:53.209 INFO E| * [new tag] v0.2.0 -> v0.2.0
24262024-10-22T16:31:53.881Z[ helios-setup] Oct 22 16:31:53.209 INFO E| * [new tag] v0.2.1 -> v0.2.1
24272024-10-22T16:31:53.881Z[ helios-setup] Oct 22 16:31:53.209 INFO E| * [new tag] v0.2.2 -> v0.2.2
24282024-10-22T16:31:53.881Z[ helios-setup] Oct 22 16:31:53.209 INFO E| * [new tag] v0.2.3 -> v0.2.3
24292024-10-22T16:31:53.881Z[ helios-setup] Oct 22 16:31:53.209 INFO E| * [new tag] v0.2.4 -> v0.2.4
24302024-10-22T16:31:53.881Z[ helios-setup] Oct 22 16:31:53.209 INFO E| * [new tag] v0.2.5 -> v0.2.5
24312024-10-22T16:31:53.881Z[ helios-setup] Oct 22 16:31:53.209 INFO E| * [new tag] v0.2.6 -> v0.2.6
24322024-10-22T16:31:53.881Z[ helios-setup] Oct 22 16:31:53.209 INFO E| * [new tag] v0.2.7 -> v0.2.7
24332024-10-22T16:31:53.881Z[ helios-setup] Oct 22 16:31:53.210 INFO E| * [new tag] v0.3.0 -> v0.3.0
24342024-10-22T16:31:53.881Z[ helios-setup] Oct 22 16:31:53.210 INFO E| * [new tag] v0.3.1 -> v0.3.1
24352024-10-22T16:31:53.881Z[ helios-setup] Oct 22 16:31:53.210 INFO E| * [new tag] v0.4.0 -> v0.4.0
24362024-10-22T16:31:53.881Z[ helios-setup] Oct 22 16:31:53.210 INFO E| * [new tag] v0.4.1 -> v0.4.1
24372024-10-22T16:31:53.904Z[ helios-setup] Oct 22 16:31:53.234 INFO E| Updating crates.io index
24382024-10-22T16:31:54.184Z[ host-package] Compiling slog-envlogger v2.2.0
24392024-10-22T16:31:54.371Z[ helios-setup] Oct 22 16:31:53.701 INFO E| Downloading crates ...
24402024-10-22T16:31:54.445Z[ helios-setup] Oct 22 16:31:53.775 INFO E| Downloaded bytesize v1.3.0
24412024-10-22T16:31:54.454Z[ helios-setup] Oct 22 16:31:53.783 INFO E| Downloaded modular-bitfield v0.11.2
24422024-10-22T16:31:54.474Z[ helios-setup] Oct 22 16:31:53.803 INFO E| Downloaded unic-char-range v0.9.0
24432024-10-22T16:31:54.477Z[ helios-setup] Oct 22 16:31:53.806 INFO E| Downloaded parse_int v0.6.0
24442024-10-22T16:31:54.479Z[ helios-setup] Oct 22 16:31:53.807 INFO E| Downloaded memoffset v0.5.6
24452024-10-22T16:31:54.479Z[ helios-setup] Oct 22 16:31:53.808 INFO E| Downloaded fletcher v0.1.0
24462024-10-22T16:31:54.481Z[ helios-setup] Oct 22 16:31:53.810 INFO E| Downloaded cfg-if v0.1.10
24472024-10-22T16:31:54.484Z[ helios-setup] Oct 22 16:31:53.812 INFO E| Downloaded unic-ucd-ident v0.9.0
24482024-10-22T16:31:54.484Z[ helios-setup] Oct 22 16:31:53.814 INFO E| Downloaded semver v0.9.0
24492024-10-22T16:31:54.486Z[ helios-setup] Oct 22 16:31:53.815 INFO E| Downloaded four-cc v0.3.0
24502024-10-22T16:31:54.488Z[ helios-setup] Oct 22 16:31:53.818 INFO E| Downloaded strsim v0.8.0
24512024-10-22T16:31:54.491Z[ helios-setup] Oct 22 16:31:53.820 INFO E| Downloaded unic-ucd-version v0.9.0
24522024-10-22T16:31:54.491Z[ helios-setup] Oct 22 16:31:53.821 INFO E| Downloaded unic-common v0.9.0
24532024-10-22T16:31:54.494Z[ helios-setup] Oct 22 16:31:53.822 INFO E| Downloaded strum_macros v0.23.1
24542024-10-22T16:31:54.496Z[ helios-setup] Oct 22 16:31:53.824 INFO E| Downloaded strum v0.23.0
24552024-10-22T16:31:54.496Z[ helios-setup] Oct 22 16:31:53.825 INFO E| Downloaded structopt-derive v0.4.18
24562024-10-22T16:31:54.509Z[ helios-setup] Oct 22 16:31:53.839 INFO E| Downloaded vec_map v0.8.2
24572024-10-22T16:31:54.511Z[ helios-setup] Oct 22 16:31:53.840 INFO E| Downloaded textwrap v0.11.0
24582024-10-22T16:31:54.514Z[ helios-setup] Oct 22 16:31:53.843 INFO E| Downloaded semver-parser v0.7.0
24592024-10-22T16:31:54.516Z[ helios-setup] Oct 22 16:31:53.844 INFO E| Downloaded scroll_derive v0.10.5
24602024-10-22T16:31:54.516Z[ helios-setup] Oct 22 16:31:53.845 INFO E| Downloaded rustc_version v0.2.3
24612024-10-22T16:31:54.519Z[ helios-setup] Oct 22 16:31:53.847 INFO E| Downloaded unic-char-property v0.9.0
24622024-10-22T16:31:54.522Z[ helios-setup] Oct 22 16:31:53.849 INFO E| Downloaded toml v0.5.11
24632024-10-22T16:31:54.524Z[ helios-setup] Oct 22 16:31:53.852 INFO E| Downloaded scroll v0.10.2
24642024-10-22T16:31:54.526Z[ helios-setup] Oct 22 16:31:53.856 INFO E| Downloaded structopt v0.3.26
24652024-10-22T16:31:54.542Z[ helios-setup] Oct 22 16:31:53.872 INFO E| Downloaded pest v2.7.13
24662024-10-22T16:31:54.550Z[ helios-setup] Oct 22 16:31:53.880 INFO E| Downloaded goblin v0.4.3
24672024-10-22T16:31:54.559Z[ helios-setup] Oct 22 16:31:53.889 INFO E| Downloaded clap v2.34.0
24682024-10-22T16:31:54.570Z[ helios-setup] Oct 22 16:31:53.900 INFO E| Downloaded proc-macro2 v1.0.86
24692024-10-22T16:31:54.574Z[ helios-setup] Oct 22 16:31:53.904 INFO E| Downloaded pest_meta v2.7.13
24702024-10-22T16:31:54.578Z[ helios-setup] Oct 22 16:31:53.908 INFO E| Downloaded pest_derive v2.7.13
24712024-10-22T16:31:54.581Z[ helios-setup] Oct 22 16:31:53.911 INFO E| Downloaded proc-macro-crate v0.1.5
24722024-10-22T16:31:54.584Z[ helios-setup] Oct 22 16:31:53.912 INFO E| Downloaded pre-proc-macro v0.2.1
24732024-10-22T16:31:54.586Z[ helios-setup] Oct 22 16:31:53.915 INFO E| Downloaded libc v0.2.159
24742024-10-22T16:31:54.628Z[ helios-setup] Oct 22 16:31:53.957 INFO E| Downloaded pre v0.2.1
24752024-10-22T16:31:54.631Z[ helios-setup] Oct 22 16:31:53.958 INFO E| Downloaded once_cell v1.20.1
24762024-10-22T16:31:54.633Z[ helios-setup] Oct 22 16:31:53.962 INFO E| Downloaded modular-bitfield-impl v0.11.2
24772024-10-22T16:31:54.635Z[ helios-setup] Oct 22 16:31:53.964 INFO E| Downloaded ansi_term v0.12.1
24782024-10-22T16:31:54.638Z[ helios-setup] Oct 22 16:31:53.967 INFO E| Downloaded pest_generator v2.7.13
24792024-10-22T16:31:54.745Z[ helios-setup] Oct 22 16:31:54.075 INFO E| Compiling proc-macro2 v1.0.86
24802024-10-22T16:31:54.745Z[ helios-setup] Oct 22 16:31:54.075 INFO E| Compiling unicode-ident v1.0.13
24812024-10-22T16:31:54.748Z[ helios-setup] Oct 22 16:31:54.075 INFO E| Compiling syn v1.0.109
24822024-10-22T16:31:54.748Z[ helios-setup] Oct 22 16:31:54.075 INFO E| Compiling version_check v0.9.5
24832024-10-22T16:31:54.748Z[ helios-setup] Oct 22 16:31:54.075 INFO E| Compiling memchr v2.7.4
24842024-10-22T16:31:54.748Z[ helios-setup] Oct 22 16:31:54.075 INFO E| Compiling thiserror v1.0.64
24852024-10-22T16:31:54.748Z[ helios-setup] Oct 22 16:31:54.075 INFO E| Compiling semver-parser v0.7.0
24862024-10-22T16:31:54.748Z[ helios-setup] Oct 22 16:31:54.076 INFO E| Compiling autocfg v1.4.0
24872024-10-22T16:31:55.403Z[ helios-setup] Oct 22 16:31:54.733 INFO E| Compiling serde v1.0.210
24882024-10-22T16:31:55.906Z[ helios-setup] Oct 22 16:31:55.236 INFO E| Compiling proc-macro-error-attr v1.0.4
24892024-10-22T16:31:55.939Z[ helios-setup] Oct 22 16:31:55.268 INFO E| Compiling proc-macro-error v1.0.4
24902024-10-22T16:31:56.469Z[ helios-setup] Oct 22 16:31:55.798 INFO E| Compiling semver v0.9.0
24912024-10-22T16:31:56.718Z[ helios-setup] Oct 22 16:31:56.047 INFO E| Compiling serde_json v1.0.128
24922024-10-22T16:31:56.729Z[ helios-setup] Oct 22 16:31:56.058 INFO E| Compiling schemars v0.8.21
24932024-10-22T16:31:57.201Z[ helios-setup] Oct 22 16:31:56.529 INFO E| Compiling rustc_version v0.2.3
24942024-10-22T16:31:57.319Z[ helios-setup] Oct 22 16:31:56.648 INFO E| Compiling num-traits v0.2.19
24952024-10-22T16:31:57.409Z[ helios-setup] Oct 22 16:31:56.738 INFO E| Compiling unicode-segmentation v1.12.0
24962024-10-22T16:31:57.704Z[ host-package] Compiling vsss-rs v3.3.4
24972024-10-22T16:31:57.803Z[ helios-setup] Oct 22 16:31:57.132 INFO E| Compiling itoa v1.0.11
24982024-10-22T16:31:57.878Z[ helios-setup] Oct 22 16:31:57.207 INFO E| Compiling ryu v1.0.18
24992024-10-22T16:31:58.286Z[ helios-setup] Oct 22 16:31:57.615 INFO E| Compiling memoffset v0.5.6
25002024-10-22T16:31:58.352Z[ helios-setup] Oct 22 16:31:57.681 INFO E| Compiling pre-proc-macro v0.2.1
25012024-10-22T16:31:58.514Z[ helios-setup] Oct 22 16:31:57.842 INFO E| Compiling paste v1.0.15
25022024-10-22T16:31:58.861Z[ helios-setup] Oct 22 16:31:58.190 INFO E| Compiling quote v1.0.37
25032024-10-22T16:31:58.998Z[ helios-setup] Oct 22 16:31:58.327 INFO E| Compiling heck v0.3.3
25042024-10-22T16:31:59.013Z[ helios-setup] Oct 22 16:31:58.342 INFO E| Compiling ucd-trie v0.1.7
25052024-10-22T16:31:59.154Z[ helios-setup] Oct 22 16:31:58.483 INFO E| Compiling rustversion v1.0.17
25062024-10-22T16:31:59.285Z[ helios-setup] Oct 22 16:31:58.614 INFO E| Compiling dyn-clone v1.0.17
25072024-10-22T16:31:59.577Z[ helios-setup] Oct 22 16:31:58.905 INFO E| Compiling libc v0.2.159
25082024-10-22T16:31:59.848Z[ helios-setup] Oct 22 16:31:59.177 INFO E| Compiling syn v2.0.79
25092024-10-22T16:32:00.162Z[ helios-setup] Oct 22 16:31:59.491 INFO E| Compiling lazy_static v1.5.0
25102024-10-22T16:32:00.594Z[ helios-setup] Oct 22 16:31:59.922 INFO E| Compiling pre v0.2.1
25112024-10-22T16:32:00.925Z[ helios-setup] Oct 22 16:32:00.253 INFO E| Compiling once_cell v1.20.1
25122024-10-22T16:32:01.213Z[ helios-setup] Oct 22 16:32:00.541 INFO E| Compiling static_assertions v1.1.0
25132024-10-22T16:32:01.312Z[ helios-setup] Oct 22 16:32:00.640 INFO E| Compiling cfg-if v0.1.10
25142024-10-22T16:32:01.426Z[ helios-setup] Oct 22 16:32:00.755 INFO E| Compiling byteorder v1.5.0
25152024-10-22T16:32:02.421Z[ helios-setup] Oct 22 16:32:01.749 INFO E| Compiling unicode-width v0.1.14
25162024-10-22T16:32:03.113Z[ helios-setup] Oct 22 16:32:02.441 INFO E| Compiling atty v0.2.14
25172024-10-22T16:32:03.373Z[ helios-setup] Oct 22 16:32:02.702 INFO E| Compiling textwrap v0.11.0
25182024-10-22T16:32:03.421Z[ helios-setup] Oct 22 16:32:02.749 INFO E| Compiling vec_map v0.8.2
25192024-10-22T16:32:03.984Z[ helios-setup] Oct 22 16:32:03.312 INFO E| Compiling unic-char-range v0.9.0
25202024-10-22T16:32:04.402Z[ helios-setup] Oct 22 16:32:03.731 INFO E| Compiling fletcher v0.1.0
25212024-10-22T16:32:04.659Z[ helios-setup] Oct 22 16:32:03.987 INFO E| Compiling bitflags v1.3.2
25222024-10-22T16:32:04.708Z[ helios-setup] Oct 22 16:32:04.036 INFO E| Compiling strsim v0.8.0
25232024-10-22T16:32:04.760Z[ helios-setup] Oct 22 16:32:04.088 INFO E| Compiling unic-common v0.9.0
25242024-10-22T16:32:04.966Z[ helios-setup] Oct 22 16:32:04.294 INFO E| Compiling strum v0.23.0
25252024-10-22T16:32:05.036Z[ helios-setup] Oct 22 16:32:04.364 INFO E| Compiling parse_int v0.6.0
25262024-10-22T16:32:05.044Z[ helios-setup] Oct 22 16:32:04.372 INFO E| Compiling ansi_term v0.12.1
25272024-10-22T16:32:05.228Z[ helios-setup] Oct 22 16:32:04.556 INFO E| Compiling unic-ucd-version v0.9.0
25282024-10-22T16:32:05.236Z[ helios-setup] Oct 22 16:32:04.564 INFO E| Compiling unic-char-property v0.9.0
25292024-10-22T16:32:05.356Z[ helios-setup] Oct 22 16:32:04.683 INFO E| Compiling log v0.4.22
25302024-10-22T16:32:05.420Z[ helios-setup] Oct 22 16:32:04.748 INFO E| Compiling plain v0.2.3
25312024-10-22T16:32:05.619Z[ helios-setup] Oct 22 16:32:04.947 INFO E| Compiling unic-ucd-ident v0.9.0
25322024-10-22T16:32:05.870Z[ helios-setup] Oct 22 16:32:05.198 INFO E| Compiling clap v2.34.0
25332024-10-22T16:32:06.040Z[ helios-setup] Oct 22 16:32:05.366 INFO E| Compiling bytesize v1.3.0
25342024-10-22T16:32:07.335Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25352024-10-22T16:32:07.884Z[ host-package] Compiling derive_builder_core v0.20.2
25362024-10-22T16:32:08.276Z[ helios-setup] Oct 22 16:32:07.604 INFO E| Compiling serde_derive_internals v0.29.1
25372024-10-22T16:32:09.338Z[ helios-setup] Oct 22 16:32:08.666 INFO E| Compiling toml v0.5.11
25382024-10-22T16:32:11.260Z[ host-package] Compiling polar-core v0.27.3
25392024-10-22T16:32:11.624Z[ host-package] Compiling headers-core v0.3.0
25402024-10-22T16:32:12.056Z[ host-package] Compiling fxhash v0.2.1
25412024-10-22T16:32:12.104Z[ helios-setup] Oct 22 16:32:11.431 INFO E| Compiling proc-macro-crate v0.1.5
25422024-10-22T16:32:12.518Z[ host-package] Compiling libxml v0.3.3
25432024-10-22T16:32:13.373Z[ host-package] Compiling ref-cast-impl v1.0.23
25442024-10-22T16:32:13.843Z[ helios-setup] Oct 22 16:32:13.169 INFO E| Compiling thiserror-impl v1.0.64
25452024-10-22T16:32:13.843Z[ helios-setup] Oct 22 16:32:13.169 INFO E| Compiling serde_derive v1.0.210
25462024-10-22T16:32:14.004Z[ host-package] Compiling headers v0.4.0
25472024-10-22T16:32:14.160Z[ helios-setup] Oct 22 16:32:13.486 INFO E| Compiling schemars_derive v0.8.21
25482024-10-22T16:32:14.193Z[ helios-setup] Oct 22 16:32:13.520 INFO E| Compiling zerocopy-derive v0.6.6
25492024-10-22T16:32:14.202Z[ helios-setup] Oct 22 16:32:13.529 INFO E| Compiling num-derive v0.4.2
25502024-10-22T16:32:16.348Z[ host-package] Compiling derive_builder_macro v0.20.2
25512024-10-22T16:32:17.877Z[ helios-setup] Oct 22 16:32:17.204 INFO E| Compiling zerocopy v0.6.6
25522024-10-22T16:32:18.017Z[ host-package] Compiling samael v0.0.17
25532024-10-22T16:32:18.921Z[ helios-setup] Oct 22 16:32:18.247 INFO E| Compiling pest v2.7.13
25542024-10-22T16:32:20.880Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25552024-10-22T16:32:21.285Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25562024-10-22T16:32:21.979Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25572024-10-22T16:32:22.335Z[ helios-setup] Oct 22 16:32:21.659 INFO E| Compiling modular-bitfield-impl v0.11.2
25582024-10-22T16:32:22.335Z[ helios-setup] Oct 22 16:32:21.659 INFO E| Compiling strum_macros v0.23.1
25592024-10-22T16:32:22.339Z[ helios-setup] Oct 22 16:32:21.660 INFO E| Compiling scroll_derive v0.10.5
25602024-10-22T16:32:22.339Z[ helios-setup] Oct 22 16:32:21.660 INFO E| Compiling structopt-derive v0.4.18
25612024-10-22T16:32:23.564Z[ helios-setup] Oct 22 16:32:22.889 INFO E| Compiling pest_meta v2.7.13
25622024-10-22T16:32:25.038Z[ helios-setup] Oct 22 16:32:24.363 INFO E| Compiling scroll v0.10.2
25632024-10-22T16:32:26.086Z[ helios-setup] Oct 22 16:32:25.411 INFO E| Compiling pest_generator v2.7.13
25642024-10-22T16:32:26.643Z[ host-package] Compiling phf_generator v0.11.2
25652024-10-22T16:32:27.079Z[ host-package] Compiling strum_macros v0.24.3
25662024-10-22T16:32:27.685Z[ helios-setup] Oct 22 16:32:27.010 INFO E| Compiling modular-bitfield v0.11.2
25672024-10-22T16:32:27.733Z[ helios-setup] Oct 22 16:32:27.058 INFO E| Compiling structopt v0.3.26
25682024-10-22T16:32:28.133Z[ helios-setup] Oct 22 16:32:27.458 INFO E| Compiling goblin v0.4.3
25692024-10-22T16:32:30.923Z[ helios-setup] Oct 22 16:32:30.248 INFO E| Compiling pest_derive v2.7.13
25702024-10-22T16:32:30.946Z[ host-package] Compiling kstat-rs v0.2.4
25712024-10-22T16:32:32.094Z[ host-package] Compiling unicase v2.7.0
25722024-10-22T16:32:32.400Z[ host-package] Compiling indoc v1.0.9
25732024-10-22T16:32:32.493Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25742024-10-22T16:32:33.661Z[ host-package] Compiling phf_codegen v0.11.2
25752024-10-22T16:32:34.003Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25762024-10-22T16:32:36.205Z[ helios-setup] Oct 22 16:32:35.529 INFO E| Compiling json5 v0.4.1
25772024-10-22T16:32:41.050Z[ host-package] Compiling derive_builder v0.20.2
25782024-10-22T16:32:41.586Z[ helios-setup] Oct 22 16:32:40.909 INFO E| Compiling four-cc v0.3.0
25792024-10-22T16:32:41.586Z[ helios-setup] Oct 22 16:32:40.909 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d)
25802024-10-22T16:32:41.833Z[ helios-setup] Oct 22 16:32:41.155 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56)
25812024-10-22T16:32:41.943Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25822024-10-22T16:32:44.309Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25832024-10-22T16:32:44.731Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
25842024-10-22T16:32:48.415Z[ host-package] Compiling oso-derive v0.27.3
25852024-10-22T16:32:49.941Z[ host-package] Compiling parse-zoneinfo v0.3.1
25862024-10-22T16:32:51.808Z[ host-package] Compiling libz-sys v1.1.20
25872024-10-22T16:32:52.784Z[ host-package] Compiling quick-xml v0.33.0
25882024-10-22T16:32:53.194Z[ host-package] Compiling diesel-dtrace v0.3.0
25892024-10-22T16:32:53.587Z[ host-package] Compiling cfg_aliases v0.1.1
25902024-10-22T16:32:53.724Z[ host-package] Compiling parking_lot_core v0.8.6
25912024-10-22T16:32:54.307Z[ host-package] Compiling nix v0.28.0
25922024-10-22T16:32:55.351Z[ host-package] Compiling oso v0.27.3
25932024-10-22T16:32:55.800Z[ host-package] Compiling chrono-tz-build v0.4.0
25942024-10-22T16:32:56.145Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25952024-10-22T16:32:56.980Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25962024-10-22T16:32:57.921Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25972024-10-22T16:33:01.424Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25982024-10-22T16:33:01.851Z[ host-package] Compiling bb8 v0.8.5
25992024-10-22T16:33:02.521Z[ host-package] Compiling const_format_proc_macros v0.2.33
26002024-10-22T16:33:03.182Z[ host-package] Compiling vte_generate_state_changes v0.1.2
26012024-10-22T16:33:03.945Z[ host-package] Compiling vte v0.11.1
26022024-10-22T16:33:04.904Z[ host-package] Compiling const_format v0.2.33
26032024-10-22T16:33:06.228Z[ host-package] Compiling async-bb8-diesel v0.2.1
26042024-10-22T16:33:06.333Z[ host-package] Compiling chrono-tz v0.10.0
26052024-10-22T16:33:07.864Z[ host-package] Compiling fd-lock v4.0.2
26062024-10-22T16:33:08.157Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
26072024-10-22T16:33:08.189Z[ host-package] Compiling atty v0.2.14
26082024-10-22T16:33:08.417Z[ host-package] Compiling bytecount v0.6.8
26092024-10-22T16:33:08.751Z[ host-package] Compiling salty v0.3.0
26102024-10-22T16:33:09.362Z[ host-package] Compiling papergrid v0.11.0
26112024-10-22T16:33:15.006Z[ host-package] Compiling parking_lot v0.11.2
26122024-10-22T16:33:22.646Z[ helios-setup] Oct 22 16:33:21.963 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-22T16:33:23.981Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26142024-10-22T16:33:24.201Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26152024-10-22T16:33:24.885Z[ host-package] Compiling tabled_derive v0.7.0
26162024-10-22T16:33:27.605Z[ host-package] Compiling peg-macros v0.8.4
26172024-10-22T16:33:30.042Z[ host-package] Compiling sqlparser_derive v0.2.2
26182024-10-22T16:33:31.373Z[ host-package] Compiling unicode_categories v0.1.1
26192024-10-22T16:33:31.542Z[ host-package] Compiling nu-ansi-term v0.50.1
26202024-10-22T16:33:32.436Z[ host-package] Compiling rustyline v14.0.0
26212024-10-22T16:33:33.399Z[ host-package] Compiling reedline v0.35.0
26222024-10-22T16:33:33.972Z[ helios-setup] Oct 22 16:33:33.287 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
26232024-10-22T16:33:45.904Z[ host-package] Compiling sqlformat v0.2.6
26242024-10-22T16:33:47.110Z[ host-package] Compiling peg v0.8.4
26252024-10-22T16:33:47.345Z[ host-package] Compiling sqlparser v0.45.0
26262024-10-22T16:33:53.295Z[ host-package] Compiling tabled v0.15.0
26272024-10-22T16:33:58.779Z[ host-package] Compiling sled v0.34.7
26282024-10-22T16:33:59.602Z[ host-package] Compiling mime_guess v2.0.5
26292024-10-22T16:34:03.931Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
26302024-10-22T16:34:04.418Z[ host-package] Compiling hickory-client v0.24.1
26312024-10-22T16:34:04.537Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
26322024-10-22T16:34:07.048Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26332024-10-22T16:34:11.103Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26342024-10-22T16:34:12.085Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26352024-10-22T16:34:13.338Z[ helios-setup] Oct 22 16:34:12.647 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 21s
26362024-10-22T16:34:13.371Z[ helios-setup] Oct 22 16:34:12.680 INFO building project "amd-host-image-builder" ok (172 seconds)
26372024-10-22T16:34:13.373Z[ helios-setup] Oct 22 16:34:12.681 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26382024-10-22T16:34:13.373Z[ helios-setup] Oct 22 16:34:12.681 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26392024-10-22T16:34:13.723Z[ helios-setup] Oct 22 16:34:13.033 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
26402024-10-22T16:34:14.257Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26412024-10-22T16:34:15.118Z[ helios-setup] Oct 22 16:34:14.427 INFO E| From https://github.com/oxidecomputer/progenitor
26422024-10-22T16:34:15.118Z[ helios-setup] Oct 22 16:34:14.427 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
26432024-10-22T16:34:15.152Z[ helios-setup] Oct 22 16:34:14.462 INFO E| * [new tag] v0.1.1 -> v0.1.1
26442024-10-22T16:34:15.153Z[ helios-setup] Oct 22 16:34:14.462 INFO E| * [new tag] v0.2.0 -> v0.2.0
26452024-10-22T16:34:15.302Z[ helios-setup] Oct 22 16:34:14.611 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26462024-10-22T16:34:15.843Z[ helios-setup] Oct 22 16:34:15.152 INFO E| From https://github.com/jclulow/hiercmd
26472024-10-22T16:34:15.843Z[ helios-setup] Oct 22 16:34:15.152 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
26482024-10-22T16:34:15.867Z[ helios-setup] Oct 22 16:34:15.175 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
26492024-10-22T16:34:16.023Z[ host-package] Compiling hickory-server v0.24.1
26502024-10-22T16:34:16.349Z[ helios-setup] Oct 22 16:34:15.658 INFO E| From https://github.com/jclulow/network-interface
26512024-10-22T16:34:16.349Z[ helios-setup] Oct 22 16:34:15.658 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
26522024-10-22T16:34:16.369Z[ helios-setup] Oct 22 16:34:15.678 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26532024-10-22T16:34:16.906Z[ helios-setup] Oct 22 16:34:16.214 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26542024-10-22T16:34:16.906Z[ helios-setup] Oct 22 16:34:16.214 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26552024-10-22T16:34:16.957Z[ helios-setup] Oct 22 16:34:16.266 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
26562024-10-22T16:34:17.142Z[ host-package] Compiling primeorder v0.13.6
26572024-10-22T16:34:17.604Z[ host-package] Compiling vergen v8.3.2
26582024-10-22T16:34:17.699Z[ host-package] Compiling bcs v0.1.6
26592024-10-22T16:34:17.750Z[ helios-setup] Oct 22 16:34:17.059 INFO E| From https://github.com/oxidecomputer/facade
26602024-10-22T16:34:17.750Z[ helios-setup] Oct 22 16:34:17.059 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
26612024-10-22T16:34:17.799Z[ helios-setup] Oct 22 16:34:17.106 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
26622024-10-22T16:34:18.055Z[ host-package] Compiling env_filter v0.1.2
26632024-10-22T16:34:18.524Z[ helios-setup] Oct 22 16:34:17.833 INFO E| From https://github.com/oxidecomputer/dropshot
26642024-10-22T16:34:18.525Z[ helios-setup] Oct 22 16:34:17.833 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
26652024-10-22T16:34:18.560Z[ helios-setup] Oct 22 16:34:17.868 INFO E| * [new tag] v0.3.0 -> v0.3.0
26662024-10-22T16:34:18.560Z[ helios-setup] Oct 22 16:34:17.868 INFO E| * [new tag] v0.4.0 -> v0.4.0
26672024-10-22T16:34:18.560Z[ helios-setup] Oct 22 16:34:17.869 INFO E| * [new tag] v0.5.0 -> v0.5.0
26682024-10-22T16:34:18.563Z[ helios-setup] Oct 22 16:34:17.869 INFO E| * [new tag] v0.5.1 -> v0.5.1
26692024-10-22T16:34:18.563Z[ helios-setup] Oct 22 16:34:17.869 INFO E| * [new tag] v0.6.0 -> v0.6.0
26702024-10-22T16:34:18.563Z[ helios-setup] Oct 22 16:34:17.869 INFO E| * [new tag] v0.7.0 -> v0.7.0
26712024-10-22T16:34:18.563Z[ helios-setup] Oct 22 16:34:17.869 INFO E| * [new tag] v0.8.0 -> v0.8.0
26722024-10-22T16:34:18.563Z[ helios-setup] Oct 22 16:34:17.869 INFO E| * [new tag] v0.9.0 -> v0.9.0
26732024-10-22T16:34:18.608Z[ helios-setup] Oct 22 16:34:17.916 INFO E| Updating crates.io index
26742024-10-22T16:34:18.620Z[ host-package] Compiling cargo-platform v0.1.8
26752024-10-22T16:34:18.824Z[ helios-setup] Oct 22 16:34:18.132 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
26762024-10-22T16:34:19.169Z[ host-package] Compiling nanorand v0.7.0
26772024-10-22T16:34:19.423Z[ host-package] Compiling memoffset v0.9.1
26782024-10-22T16:34:19.826Z[ helios-setup] Oct 22 16:34:19.134 INFO E| From https://github.com/oxidecomputer/typify
26792024-10-22T16:34:19.826Z[ helios-setup] Oct 22 16:34:19.134 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
26802024-10-22T16:34:19.858Z[ helios-setup] Oct 22 16:34:19.167 INFO E| * [new tag] v0.0.10 -> v0.0.10
26812024-10-22T16:34:19.858Z[ helios-setup] Oct 22 16:34:19.167 INFO E| * [new tag] v0.0.11 -> v0.0.11
26822024-10-22T16:34:19.861Z[ helios-setup] Oct 22 16:34:19.167 INFO E| * [new tag] v0.0.4 -> v0.0.4
26832024-10-22T16:34:19.861Z[ helios-setup] Oct 22 16:34:19.167 INFO E| * [new tag] v0.0.5 -> v0.0.5
26842024-10-22T16:34:19.861Z[ helios-setup] Oct 22 16:34:19.167 INFO E| * [new tag] v0.0.7 -> v0.0.7
26852024-10-22T16:34:19.861Z[ helios-setup] Oct 22 16:34:19.167 INFO E| * [new tag] v0.0.8 -> v0.0.8
26862024-10-22T16:34:19.861Z[ helios-setup] Oct 22 16:34:19.168 INFO E| * [new tag] v0.0.9 -> v0.0.9
26872024-10-22T16:34:19.894Z[ host-package] Compiling flume v0.11.0
26882024-10-22T16:34:19.993Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26892024-10-22T16:34:20.316Z[ helios-setup] Oct 22 16:34:19.624 INFO E| Downloading crates ...
26902024-10-22T16:34:20.502Z[ helios-setup] Oct 22 16:34:19.810 INFO E| Downloaded futures-sink v0.3.28
26912024-10-22T16:34:20.505Z[ helios-setup] Oct 22 16:34:19.813 INFO E| Downloaded byteorder v1.4.3
26922024-10-22T16:34:20.507Z[ helios-setup] Oct 22 16:34:19.816 INFO E| Downloaded built v0.6.0
26932024-10-22T16:34:20.510Z[ helios-setup] Oct 22 16:34:19.818 INFO E| Downloaded autocfg v1.1.0
26942024-10-22T16:34:20.516Z[ helios-setup] Oct 22 16:34:19.825 INFO E| Downloaded anstyle-parse v0.1.1
26952024-10-22T16:34:20.520Z[ helios-setup] Oct 22 16:34:19.829 INFO E| Downloaded futures-core v0.3.28
26962024-10-22T16:34:20.522Z[ helios-setup] Oct 22 16:34:19.831 INFO E| Downloaded fastrand v1.9.0
26972024-10-22T16:34:20.525Z[ helios-setup] Oct 22 16:34:19.834 INFO E| Downloaded clap_lex v0.4.1
26982024-10-22T16:34:20.527Z[ helios-setup] Oct 22 16:34:19.836 INFO E| Downloaded concolor-query v0.3.3
26992024-10-22T16:34:20.530Z[ helios-setup] Oct 22 16:34:19.837 INFO E| Downloaded bincode v1.3.3
27002024-10-22T16:34:20.533Z[ helios-setup] Oct 22 16:34:19.841 INFO E| Downloaded async-trait v0.1.68
27012024-10-22T16:34:20.538Z[ helios-setup] Oct 22 16:34:19.847 INFO E| Downloaded jobserver v0.1.26
27022024-10-22T16:34:20.542Z[ helios-setup] Oct 22 16:34:19.851 INFO E| Downloaded httpdate v1.0.2
27032024-10-22T16:34:20.547Z[ helios-setup] Oct 22 16:34:19.856 INFO E| Downloaded itoa v1.0.6
27042024-10-22T16:34:20.549Z[ helios-setup] Oct 22 16:34:19.858 INFO E| Downloaded project-root v0.2.2
27052024-10-22T16:34:20.552Z[ helios-setup] Oct 22 16:34:19.859 INFO E| Downloaded concolor-override v1.0.0
27062024-10-22T16:34:20.554Z[ helios-setup] Oct 22 16:34:19.862 INFO E| Downloaded toml v0.7.3
27072024-10-22T16:34:20.559Z[ helios-setup] Oct 22 16:34:19.868 INFO E| Downloaded ipnet v2.7.2
27082024-10-22T16:34:20.562Z[ helios-setup] Oct 22 16:34:19.871 INFO E| Downloaded want v0.3.0
27092024-10-22T16:34:20.565Z[ helios-setup] Oct 22 16:34:19.873 INFO E| Downloaded tower-service v0.3.2
27102024-10-22T16:34:20.567Z[ helios-setup] Oct 22 16:34:19.874 INFO E| Downloaded paste v1.0.12
27112024-10-22T16:34:20.571Z[ helios-setup] Oct 22 16:34:19.880 INFO E| Downloaded httparse v1.8.0
27122024-10-22T16:34:20.574Z[ helios-setup] Oct 22 16:34:19.883 INFO E| Downloaded cargo-lock v8.0.3
27132024-10-22T16:34:20.597Z[ helios-setup] Oct 22 16:34:19.906 INFO E| Downloaded num_enum v0.5.7
27142024-10-22T16:34:20.605Z[ helios-setup] Oct 22 16:34:19.913 INFO E| Downloaded signal-hook-registry v1.4.0
27152024-10-22T16:34:20.607Z[ helios-setup] Oct 22 16:34:19.916 INFO E| Downloaded futures-macro v0.3.28
27162024-10-22T16:34:20.610Z[ helios-setup] Oct 22 16:34:19.919 INFO E| Downloaded futures-executor v0.3.28
27172024-10-22T16:34:20.612Z[ helios-setup] Oct 22 16:34:19.921 INFO E| Downloaded try-lock v0.2.4
27182024-10-22T16:34:20.615Z[ helios-setup] Oct 22 16:34:19.923 INFO E| Downloaded toolchain_find v0.2.0
27192024-10-22T16:34:20.617Z[ helios-setup] Oct 22 16:34:19.926 INFO E| Downloaded form_urlencoded v1.1.0
27202024-10-22T16:34:20.622Z[ helios-setup] Oct 22 16:34:19.927 INFO E| Downloaded is-terminal v0.4.7
27212024-10-22T16:34:20.625Z[ helios-setup] Oct 22 16:34:19.929 INFO E| Downloaded http-body v0.4.5
27222024-10-22T16:34:20.625Z[ helios-setup] Oct 22 16:34:19.933 INFO E| Downloaded slog-async v2.7.0
27232024-10-22T16:34:20.627Z[ helios-setup] Oct 22 16:34:19.936 INFO E| Downloaded smawk v0.3.1
27242024-10-22T16:34:20.631Z[ helios-setup] Oct 22 16:34:19.939 INFO E| Downloaded sct v0.7.0
27252024-10-22T16:34:20.639Z[ helios-setup] Oct 22 16:34:19.947 INFO E| Downloaded futures-channel v0.3.28
27262024-10-22T16:34:20.643Z[ helios-setup] Oct 22 16:34:19.951 INFO E| Downloaded tokio-tungstenite v0.18.0
27272024-10-22T16:34:20.649Z[ helios-setup] Oct 22 16:34:19.958 INFO E| Downloaded utf8parse v0.2.1
27282024-10-22T16:34:20.653Z[ helios-setup] Oct 22 16:34:19.961 INFO E| Downloaded slab v0.4.7
27292024-10-22T16:34:20.656Z[ helios-setup] Oct 22 16:34:19.964 INFO E| Downloaded thiserror-impl v1.0.38
27302024-10-22T16:34:20.660Z[ helios-setup] Oct 22 16:34:19.966 INFO E| Downloaded thiserror v1.0.38
27312024-10-22T16:34:20.668Z[ helios-setup] Oct 22 16:34:19.976 INFO E| Downloaded smallvec v1.10.0
27322024-10-22T16:34:20.672Z[ helios-setup] Oct 22 16:34:19.980 INFO E| Downloaded terminal_size v0.2.6
27332024-10-22T16:34:20.677Z[ helios-setup] Oct 22 16:34:19.985 INFO E| Downloaded socket2 v0.4.9
27342024-10-22T16:34:20.679Z[ helios-setup] Oct 22 16:34:19.986 INFO E| Downloaded once_cell v1.17.0
27352024-10-22T16:34:20.683Z[ helios-setup] Oct 22 16:34:19.990 INFO E| Downloaded crossbeam-epoch v0.9.13
27362024-10-22T16:34:20.687Z[ helios-setup] Oct 22 16:34:19.995 INFO E| Downloaded semver v1.0.17
27372024-10-22T16:34:20.697Z[ helios-setup] Oct 22 16:34:20.006 INFO E| Downloaded textwrap v0.16.0
27382024-10-22T16:34:20.702Z[ helios-setup] Oct 22 16:34:20.011 INFO E| Downloaded smartstring v1.0.1
27392024-10-22T16:34:20.707Z[ helios-setup] Oct 22 16:34:20.015 INFO E| Downloaded serde_derive_internals v0.26.0
27402024-10-22T16:34:20.711Z[ helios-setup] Oct 22 16:34:20.019 INFO E| Downloaded typenum v1.16.0
27412024-10-22T16:34:20.717Z[ helios-setup] Oct 22 16:34:20.023 INFO E| Downloaded unsafe-libyaml v0.2.8
27422024-10-22T16:34:20.721Z[ helios-setup] Oct 22 16:34:20.029 INFO E| Downloaded memchr v2.5.0
27432024-10-22T16:34:20.728Z[ helios-setup] Oct 22 16:34:20.037 INFO E| Downloaded unicode-linebreak v0.1.4
27442024-10-22T16:34:20.731Z[ helios-setup] Oct 22 16:34:20.040 INFO E| Downloaded serde v1.0.204
27452024-10-22T16:34:20.737Z[ helios-setup] Oct 22 16:34:20.045 INFO E| Downloaded tokio-util v0.7.7
27462024-10-22T16:34:20.757Z[ helios-setup] Oct 22 16:34:20.065 INFO E| Downloaded serde_json v1.0.95
27472024-10-22T16:34:20.769Z[ helios-setup] Oct 22 16:34:20.077 INFO E| Downloaded winnow v0.4.1
27482024-10-22T16:34:20.806Z[ helios-setup] Oct 22 16:34:20.114 INFO E| Downloaded serde_yaml v0.9.21
27492024-10-22T16:34:20.812Z[ helios-setup] Oct 22 16:34:20.121 INFO E| Downloaded syn v2.0.72
27502024-10-22T16:34:20.835Z[ helios-setup] Oct 22 16:34:20.143 INFO E| Downloaded chrono v0.4.24
27512024-10-22T16:34:20.848Z[ helios-setup] Oct 22 16:34:20.157 INFO E| Downloaded reqwest v0.11.16
27522024-10-22T16:34:20.863Z[ helios-setup] Oct 22 16:34:20.172 INFO E| Downloaded rayon v1.6.1
27532024-10-22T16:34:20.896Z[ helios-setup] Oct 22 16:34:20.204 INFO E| Downloaded tokio v1.27.0
27542024-10-22T16:34:20.950Z[ helios-setup] Oct 22 16:34:20.259 INFO E| Downloaded hyper v0.14.25
27552024-10-22T16:34:20.953Z[ host-package] Compiling cargo_metadata v0.18.1
27562024-10-22T16:34:20.964Z[ helios-setup] Oct 22 16:34:20.273 INFO E| Downloaded regex v1.7.3
27572024-10-22T16:34:20.976Z[ helios-setup] Oct 22 16:34:20.285 INFO E| Downloaded rustls v0.21.0
27582024-10-22T16:34:20.994Z[ helios-setup] Oct 22 16:34:20.303 INFO E| Downloaded h2 v0.3.16
27592024-10-22T16:34:21.005Z[ helios-setup] Oct 22 16:34:20.313 INFO E| Downloaded rustix v0.37.3
27602024-10-22T16:34:21.035Z[ helios-setup] Oct 22 16:34:20.343 INFO E| Downloaded rhai v1.14.0
27612024-10-22T16:34:21.055Z[ helios-setup] Oct 22 16:34:20.363 INFO E| Downloaded openapiv3 v1.0.2
27622024-10-22T16:34:21.074Z[ helios-setup] Oct 22 16:34:20.382 INFO E| Downloaded regress v0.5.0
27632024-10-22T16:34:21.085Z[ helios-setup] Oct 22 16:34:20.394 INFO E| Downloaded git2 v0.16.1
27642024-10-22T16:34:21.098Z[ helios-setup] Oct 22 16:34:20.406 INFO E| Downloaded futures-util v0.3.28
27652024-10-22T16:34:21.116Z[ helios-setup] Oct 22 16:34:20.425 INFO E| Downloaded libc v0.2.139
27662024-10-22T16:34:21.154Z[ helios-setup] Oct 22 16:34:20.462 INFO E| Downloaded clap_builder v4.2.1
27672024-10-22T16:34:21.165Z[ helios-setup] Oct 22 16:34:20.473 INFO E| Downloaded syn v1.0.107
27682024-10-22T16:34:21.195Z[ helios-setup] Oct 22 16:34:20.503 INFO E| Downloaded pest v2.5.7
27692024-10-22T16:34:21.203Z[ helios-setup] Oct 22 16:34:20.512 INFO E| Downloaded mio v0.8.5
27702024-10-22T16:34:21.213Z[ helios-setup] Oct 22 16:34:20.521 INFO E| Downloaded crossbeam-channel v0.5.6
27712024-10-22T16:34:21.220Z[ helios-setup] Oct 22 16:34:20.529 INFO E| Downloaded unicode-normalization v0.1.22
27722024-10-22T16:34:21.227Z[ helios-setup] Oct 22 16:34:20.535 INFO E| Downloaded http v0.2.9
27732024-10-22T16:34:21.233Z[ helios-setup] Oct 22 16:34:20.542 INFO E| Downloaded tracing v0.1.37
27742024-10-22T16:34:21.241Z[ helios-setup] Oct 22 16:34:20.550 INFO E| Downloaded ryu v1.0.13
27752024-10-22T16:34:21.247Z[ helios-setup] Oct 22 16:34:20.555 INFO E| Downloaded rustls-webpki v0.100.1
27762024-10-22T16:34:21.257Z[ helios-setup] Oct 22 16:34:20.565 INFO E| Downloaded rayon-core v1.10.2
27772024-10-22T16:34:21.262Z[ helios-setup] Oct 22 16:34:20.571 INFO E| Downloaded url v2.3.1
27782024-10-22T16:34:21.266Z[ helios-setup] Oct 22 16:34:20.575 INFO E| Downloaded unicode-bidi v0.3.13
27792024-10-22T16:34:21.270Z[ helios-setup] Oct 22 16:34:20.578 INFO E| Downloaded tungstenite v0.18.0
27802024-10-22T16:34:21.274Z[ helios-setup] Oct 22 16:34:20.583 INFO E| Downloaded encoding_rs v0.8.32
27812024-10-22T16:34:21.306Z[ helios-setup] Oct 22 16:34:20.614 INFO E| Downloaded tracing-core v0.1.30
27822024-10-22T16:34:21.309Z[ helios-setup] Oct 22 16:34:20.618 INFO E| Downloaded toml_edit v0.19.8
27832024-10-22T16:34:21.337Z[ helios-setup] Oct 22 16:34:20.645 INFO E| Downloaded schemars v0.8.12
27842024-10-22T16:34:21.354Z[ helios-setup] Oct 22 16:34:20.662 INFO E| Downloaded quote v1.0.36
27852024-10-22T16:34:21.357Z[ helios-setup] Oct 22 16:34:20.665 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
27862024-10-22T16:34:21.512Z[ helios-setup] Oct 22 16:34:20.820 INFO E| Downloaded parking_lot_core v0.9.6
27872024-10-22T16:34:21.515Z[ helios-setup] Oct 22 16:34:20.824 INFO E| Downloaded cc v1.0.78
27882024-10-22T16:34:21.520Z[ helios-setup] Oct 22 16:34:20.828 INFO E| Downloaded uuid v1.3.0
27892024-10-22T16:34:21.527Z[ helios-setup] Oct 22 16:34:20.835 INFO E| Downloaded tokio-rustls v0.24.0
27902024-10-22T16:34:21.555Z[ helios-setup] Oct 22 16:34:20.838 INFO E| Downloaded clap v4.2.1
27912024-10-22T16:34:21.555Z[ helios-setup] Oct 22 16:34:20.853 INFO E| Downloaded anstream v0.2.6
27922024-10-22T16:34:21.555Z[ helios-setup] Oct 22 16:34:20.856 INFO E| Downloaded libz-sys v1.1.8
27932024-10-22T16:34:21.596Z[ host-package] Compiling env_logger v0.11.5
27942024-10-22T16:34:21.630Z[ helios-setup] Oct 22 16:34:20.938 INFO E| Downloaded serde_derive v1.0.204
27952024-10-22T16:34:21.636Z[ helios-setup] Oct 22 16:34:20.943 INFO E| Downloaded tempfile v3.5.0
27962024-10-22T16:34:21.640Z[ helios-setup] Oct 22 16:34:20.949 INFO E| Downloaded ucd-trie v0.1.5
27972024-10-22T16:34:21.642Z[ helios-setup] Oct 22 16:34:20.949 INFO E| Downloaded tinyvec v1.6.0
27982024-10-22T16:34:21.646Z[ helios-setup] Oct 22 16:34:20.954 INFO E| Downloaded time v0.1.45
27992024-10-22T16:34:21.648Z[ helios-setup] Oct 22 16:34:20.957 INFO E| Downloaded parking_lot v0.12.1
28002024-10-22T16:34:21.652Z[ helios-setup] Oct 22 16:34:20.961 INFO E| Downloaded num-traits v0.2.15
28012024-10-22T16:34:21.663Z[ helios-setup] Oct 22 16:34:20.965 INFO E| Downloaded lock_api v0.4.9
28022024-10-22T16:34:21.663Z[ helios-setup] Oct 22 16:34:20.967 INFO E| Downloaded io-lifetimes v1.0.10
28032024-10-22T16:34:21.664Z[ helios-setup] Oct 22 16:34:20.971 INFO E| Downloaded camino v1.1.4
28042024-10-22T16:34:21.666Z[ helios-setup] Oct 22 16:34:20.974 INFO E| Downloaded serde_spanned v0.6.1
28052024-10-22T16:34:21.668Z[ helios-setup] Oct 22 16:34:20.975 INFO E| Downloaded strsim v0.10.0
28062024-10-22T16:34:21.671Z[ helios-setup] Oct 22 16:34:20.978 INFO E| Downloaded slog-bunyan v2.4.0
28072024-10-22T16:34:21.673Z[ helios-setup] Oct 22 16:34:20.979 INFO E| Downloaded sha1 v0.10.5
28082024-10-22T16:34:21.675Z[ helios-setup] Oct 22 16:34:20.982 INFO E| Downloaded rustls-pemfile v1.0.2
28092024-10-22T16:34:21.677Z[ helios-setup] Oct 22 16:34:20.985 INFO E| Downloaded getrandom v0.2.8
28102024-10-22T16:34:21.681Z[ helios-setup] Oct 22 16:34:20.989 INFO E| Downloaded digest v0.10.6
28112024-10-22T16:34:21.684Z[ helios-setup] Oct 22 16:34:20.992 INFO E| Downloaded scopeguard v1.1.0
28122024-10-22T16:34:21.704Z[ helios-setup] Oct 22 16:34:21.012 INFO E| Downloaded walkdir v2.3.3
28132024-10-22T16:34:21.706Z[ helios-setup] Oct 22 16:34:21.015 INFO E| Downloaded toml_datetime v0.6.1
28142024-10-22T16:34:21.709Z[ helios-setup] Oct 22 16:34:21.016 INFO E| Downloaded serde_tokenstream v0.2.0
28152024-10-22T16:34:21.712Z[ helios-setup] Oct 22 16:34:21.020 INFO E| Downloaded pin-project-lite v0.2.9
28162024-10-22T16:34:21.718Z[ helios-setup] Oct 22 16:34:21.027 INFO E| Downloaded const-random-macro v0.1.15
28172024-10-22T16:34:21.721Z[ helios-setup] Oct 22 16:34:21.028 INFO E| Downloaded unicode-ident v1.0.8
28182024-10-22T16:34:21.724Z[ helios-setup] Oct 22 16:34:21.033 INFO E| Downloaded sha2 v0.10.6
28192024-10-22T16:34:21.727Z[ helios-setup] Oct 22 16:34:21.036 INFO E| Downloaded rustfmt-wrapper v0.2.0
28202024-10-22T16:34:21.730Z[ helios-setup] Oct 22 16:34:21.038 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
28212024-10-22T16:34:21.732Z[ helios-setup] Oct 22 16:34:21.041 INFO E| Downloaded percent-encoding v2.2.0
28222024-10-22T16:34:21.735Z[ helios-setup] Oct 22 16:34:21.042 INFO E| Downloaded num-integer v0.1.45
28232024-10-22T16:34:21.737Z[ helios-setup] Oct 22 16:34:21.045 INFO E| Downloaded clap_derive v4.2.0
28242024-10-22T16:34:21.740Z[ helios-setup] Oct 22 16:34:21.048 INFO E| Downloaded ppv-lite86 v0.2.17
28252024-10-22T16:34:21.759Z[ helios-setup] Oct 22 16:34:21.068 INFO E| Downloaded num_enum_derive v0.5.7
28262024-10-22T16:34:21.762Z[ helios-setup] Oct 22 16:34:21.069 INFO E| Downloaded num_cpus v1.15.0
28272024-10-22T16:34:21.765Z[ helios-setup] Oct 22 16:34:21.074 INFO E| Downloaded memoffset v0.7.1
28282024-10-22T16:34:21.768Z[ helios-setup] Oct 22 16:34:21.076 INFO E| Downloaded log v0.4.17
28292024-10-22T16:34:21.771Z[ helios-setup] Oct 22 16:34:21.079 INFO E| Downloaded lazy_static v1.4.0
28302024-10-22T16:34:21.773Z[ helios-setup] Oct 22 16:34:21.081 INFO E| Downloaded futures-task v0.3.28
28312024-10-22T16:34:21.775Z[ helios-setup] Oct 22 16:34:21.083 INFO E| Downloaded errno v0.3.1
28322024-10-22T16:34:21.778Z[ helios-setup] Oct 22 16:34:21.085 INFO E| Downloaded either v1.8.0
28332024-10-22T16:34:21.780Z[ helios-setup] Oct 22 16:34:21.087 INFO E| Downloaded serde_path_to_error v0.1.11
28342024-10-22T16:34:21.782Z[ helios-setup] Oct 22 16:34:21.090 INFO E| Downloaded semver-parser v0.10.2
28352024-10-22T16:34:21.785Z[ helios-setup] Oct 22 16:34:21.093 INFO E| Downloaded semver v0.11.0
28362024-10-22T16:34:21.787Z[ helios-setup] Oct 22 16:34:21.095 INFO E| Downloaded schemars_derive v0.8.12
28372024-10-22T16:34:21.790Z[ helios-setup] Oct 22 16:34:21.097 INFO E| Downloaded tokio-macros v2.0.0
28382024-10-22T16:34:21.790Z[ helios-setup] Oct 22 16:34:21.098 INFO E| Downloaded rhai_codegen v1.5.0
28392024-10-22T16:34:21.800Z[ helios-setup] Oct 22 16:34:21.109 INFO E| Downloaded proc-macro-crate v1.2.1
28402024-10-22T16:34:21.803Z[ helios-setup] Oct 22 16:34:21.110 INFO E| Downloaded iana-time-zone v0.1.56
28412024-10-22T16:34:21.805Z[ helios-setup] Oct 22 16:34:21.114 INFO E| Downloaded futures-io v0.3.28
28422024-10-22T16:34:21.807Z[ helios-setup] Oct 22 16:34:21.115 INFO E| Downloaded futures v0.3.28
28432024-10-22T16:34:21.814Z[ helios-setup] Oct 22 16:34:21.122 INFO E| Downloaded crossbeam-utils v0.8.14
28442024-10-22T16:34:21.818Z[ helios-setup] Oct 22 16:34:21.127 INFO E| Downloaded const-random v0.1.15
28452024-10-22T16:34:21.820Z[ helios-setup] Oct 22 16:34:21.128 INFO E| Downloaded dyn-clone v1.0.11
28462024-10-22T16:34:21.823Z[ helios-setup] Oct 22 16:34:21.131 INFO E| Downloaded aho-corasick v0.7.20
28472024-10-22T16:34:21.828Z[ helios-setup] Oct 22 16:34:21.137 INFO E| Downloaded pkg-config v0.3.26
28482024-10-22T16:34:21.830Z[ helios-setup] Oct 22 16:34:21.139 INFO E| Downloaded home v0.5.4
28492024-10-22T16:34:21.833Z[ helios-setup] Oct 22 16:34:21.140 INFO E| Downloaded bytes v1.4.0
28502024-10-22T16:34:21.838Z[ helios-setup] Oct 22 16:34:21.146 INFO E| Downloaded base64 v0.21.0
28512024-10-22T16:34:21.843Z[ helios-setup] Oct 22 16:34:21.151 INFO E| Downloaded crossbeam-deque v0.8.2
28522024-10-22T16:34:21.845Z[ helios-setup] Oct 22 16:34:21.153 INFO E| Downloaded ahash v0.8.3
28532024-10-22T16:34:21.849Z[ helios-setup] Oct 22 16:34:21.157 INFO E| Downloaded ahash v0.7.6
28542024-10-22T16:34:21.853Z[ helios-setup] Oct 22 16:34:21.161 INFO E| Downloaded async-stream v0.3.5
28552024-10-22T16:34:21.856Z[ helios-setup] Oct 22 16:34:21.164 INFO E| Downloaded async-stream-impl v0.3.5
28562024-10-22T16:34:21.858Z[ helios-setup] Oct 22 16:34:21.166 INFO E| Downloaded anyhow v1.0.68
28572024-10-22T16:34:21.863Z[ helios-setup] Oct 22 16:34:21.172 INFO E| Downloaded anstyle v0.3.5
28582024-10-22T16:34:22.201Z[ helios-setup] Oct 22 16:34:21.509 INFO E| Compiling proc-macro2 v1.0.86
28592024-10-22T16:34:22.201Z[ helios-setup] Oct 22 16:34:21.509 INFO E| Compiling libc v0.2.139
28602024-10-22T16:34:22.210Z[ helios-setup] Oct 22 16:34:21.509 INFO E| Compiling unicode-ident v1.0.8
28612024-10-22T16:34:22.210Z[ helios-setup] Oct 22 16:34:21.509 INFO E| Compiling autocfg v1.1.0
28622024-10-22T16:34:22.210Z[ helios-setup] Oct 22 16:34:21.509 INFO E| Compiling cfg-if v1.0.0
28632024-10-22T16:34:22.210Z[ helios-setup] Oct 22 16:34:21.509 INFO E| Compiling version_check v0.9.4
28642024-10-22T16:34:22.210Z[ helios-setup] Oct 22 16:34:21.509 INFO E| Compiling serde v1.0.204
28652024-10-22T16:34:22.210Z[ helios-setup] Oct 22 16:34:21.509 INFO E| Compiling syn v1.0.107
28662024-10-22T16:34:22.573Z[ helios-setup] Oct 22 16:34:21.881 INFO E| Compiling memchr v2.5.0
28672024-10-22T16:34:22.977Z[ helios-setup] Oct 22 16:34:22.285 INFO E| Compiling once_cell v1.17.0
28682024-10-22T16:34:23.686Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28692024-10-22T16:34:23.872Z[ helios-setup] Oct 22 16:34:23.180 INFO E| Compiling thiserror v1.0.38
28702024-10-22T16:34:23.939Z[ helios-setup] Oct 22 16:34:23.246 INFO E| Compiling log v0.4.17
28712024-10-22T16:34:24.396Z[ helios-setup] Oct 22 16:34:23.704 INFO E| Compiling itoa v1.0.6
28722024-10-22T16:34:24.974Z[ helios-setup] Oct 22 16:34:24.282 INFO E| Compiling serde_json v1.0.95
28732024-10-22T16:34:25.764Z[ helios-setup] Oct 22 16:34:25.071 INFO E| Compiling indexmap v1.9.3
28742024-10-22T16:34:25.812Z[ helios-setup] Oct 22 16:34:25.120 INFO E| Compiling scopeguard v1.1.0
28752024-10-22T16:34:26.073Z[ helios-setup] Oct 22 16:34:25.380 INFO E| Compiling pin-project-lite v0.2.9
28762024-10-22T16:34:26.113Z[ host-package] Compiling p384 v0.13.0
28772024-10-22T16:34:26.208Z[ helios-setup] Oct 22 16:34:25.515 INFO E| Compiling quote v1.0.36
28782024-10-22T16:34:26.347Z[ helios-setup] Oct 22 16:34:25.655 INFO E| Compiling jobserver v0.1.26
28792024-10-22T16:34:26.548Z[ helios-setup] Oct 22 16:34:25.855 INFO E| Compiling getrandom v0.2.8
28802024-10-22T16:34:26.917Z[ helios-setup] Oct 22 16:34:26.225 INFO E| Compiling num-integer v0.1.45
28812024-10-22T16:34:27.118Z[ helios-setup] Oct 22 16:34:26.426 INFO E| Compiling syn v2.0.72
28822024-10-22T16:34:27.492Z[ helios-setup] Oct 22 16:34:26.799 INFO E| Compiling cc v1.0.78
28832024-10-22T16:34:27.570Z[ helios-setup] Oct 22 16:34:26.877 INFO E| Compiling futures-core v0.3.28
28842024-10-22T16:34:27.570Z[ helios-setup] Oct 22 16:34:26.878 INFO E| Compiling bytes v1.4.0
28852024-10-22T16:34:27.831Z[ helios-setup] Oct 22 16:34:27.139 INFO E| Compiling ryu v1.0.13
28862024-10-22T16:34:29.368Z[ helios-setup] Oct 22 16:34:28.675 INFO E| Compiling lock_api v0.4.9
28872024-10-22T16:34:29.593Z[ helios-setup] Oct 22 16:34:28.900 INFO E| Compiling bitflags v1.3.2
28882024-10-22T16:34:29.687Z[ helios-setup] Oct 22 16:34:28.994 INFO E| Compiling parking_lot_core v0.9.6
28892024-10-22T16:34:29.824Z[ helios-setup] Oct 22 16:34:29.130 INFO E| Compiling typenum v1.16.0
28902024-10-22T16:34:30.165Z[ helios-setup] Oct 22 16:34:29.472 INFO E| Compiling num_cpus v1.15.0
28912024-10-22T16:34:30.389Z[ helios-setup] Oct 22 16:34:29.696 INFO E| Compiling generic-array v0.14.6
28922024-10-22T16:34:30.750Z[ helios-setup] Oct 22 16:34:30.057 INFO E| Compiling slab v0.4.7
28932024-10-22T16:34:31.096Z[ helios-setup] Oct 22 16:34:30.403 INFO E| Compiling futures-channel v0.3.28
28942024-10-22T16:34:31.305Z[ helios-setup] Oct 22 16:34:30.612 INFO E| Compiling futures-task v0.3.28
28952024-10-22T16:34:31.350Z[ helios-setup] Oct 22 16:34:30.657 INFO E| Compiling futures-sink v0.3.28
28962024-10-22T16:34:31.832Z[ helios-setup] Oct 22 16:34:31.139 INFO E| Compiling tokio v1.27.0
28972024-10-22T16:34:32.053Z[ helios-setup] Oct 22 16:34:31.360 INFO E| Compiling futures-util v0.3.28
28982024-10-22T16:34:32.231Z[ helios-setup] Oct 22 16:34:31.537 INFO E| Compiling schemars v0.8.12
28992024-10-22T16:34:33.137Z[ helios-setup] Oct 22 16:34:32.443 INFO E| Compiling mio v0.8.5
29002024-10-22T16:34:33.274Z[ helios-setup] Oct 22 16:34:32.580 INFO E| Compiling socket2 v0.4.9
29012024-10-22T16:34:33.398Z[ helios-setup] Oct 22 16:34:32.705 INFO E| Compiling signal-hook-registry v1.4.0
29022024-10-22T16:34:33.535Z[ helios-setup] Oct 22 16:34:32.841 INFO E| Compiling ahash v0.7.6
29032024-10-22T16:34:33.683Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29042024-10-22T16:34:34.432Z[ helios-setup] Oct 22 16:34:33.739 INFO E| Compiling num-traits v0.2.15
29052024-10-22T16:34:34.771Z[ helios-setup] Oct 22 16:34:34.077 INFO E| Compiling crunchy v0.2.2
29062024-10-22T16:34:35.494Z[ helios-setup] Oct 22 16:34:34.800 INFO E| Compiling futures-io v0.3.28
29072024-10-22T16:34:35.984Z[ helios-setup] Oct 22 16:34:35.290 INFO E| Compiling io-lifetimes v1.0.10
29082024-10-22T16:34:36.274Z[ helios-setup] Oct 22 16:34:35.580 INFO E| Compiling pin-utils v0.1.0
29092024-10-22T16:34:36.755Z[ helios-setup] Oct 22 16:34:36.061 INFO E| Compiling ahash v0.8.3
29102024-10-22T16:34:37.425Z[ helios-setup] Oct 22 16:34:36.731 INFO E| Compiling tiny-keccak v2.0.2
29112024-10-22T16:34:37.580Z[ helios-setup] Oct 22 16:34:36.886 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
29122024-10-22T16:34:37.902Z[ helios-setup] Oct 22 16:34:37.208 INFO E| Compiling hashbrown v0.12.3
29132024-10-22T16:34:38.131Z[ helios-setup] Oct 22 16:34:37.437 INFO E| Compiling rustix v0.37.3
29142024-10-22T16:34:38.497Z[ helios-setup] Oct 22 16:34:37.803 INFO E| Compiling block-buffer v0.10.3
29152024-10-22T16:34:38.651Z[ helios-setup] Oct 22 16:34:37.957 INFO E| Compiling crypto-common v0.1.6
29162024-10-22T16:34:38.985Z[ helios-setup] Oct 22 16:34:38.291 INFO E| Compiling serde_derive_internals v0.26.0
29172024-10-22T16:34:40.470Z[ helios-setup] Oct 22 16:34:39.775 INFO E| Compiling errno v0.3.1
29182024-10-22T16:34:40.700Z[ helios-setup] Oct 22 16:34:40.006 INFO E| Compiling fnv v1.0.7
29192024-10-22T16:34:41.066Z[ helios-setup] Oct 22 16:34:40.356 INFO E| Compiling slog v2.7.0
29202024-10-22T16:34:41.177Z[ helios-setup] Oct 22 16:34:40.483 INFO E| Compiling pkg-config v0.3.26
29212024-10-22T16:34:41.352Z[ helios-setup] Oct 22 16:34:40.658 INFO E| Compiling crossbeam-utils v0.8.14
29222024-10-22T16:34:41.590Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29232024-10-22T16:34:42.425Z[ helios-setup] Oct 22 16:34:41.730 INFO E| Compiling http v0.2.9
29242024-10-22T16:34:43.795Z[ helios-setup] Oct 22 16:34:43.100 INFO E| Compiling digest v0.10.6
29252024-10-22T16:34:44.416Z[ helios-setup] Oct 22 16:34:43.721 INFO E| Compiling aho-corasick v0.7.20
29262024-10-22T16:34:44.771Z[ helios-setup] Oct 22 16:34:44.076 INFO E| Compiling tinyvec_macros v0.1.1
29272024-10-22T16:34:45.340Z[ helios-setup] Oct 22 16:34:44.644 INFO E| Compiling anyhow v1.0.68
29282024-10-22T16:34:45.744Z[ helios-setup] Oct 22 16:34:45.049 INFO E| Compiling heck v0.4.1
29292024-10-22T16:34:46.647Z[ helios-setup] Oct 22 16:34:45.951 INFO E| Compiling cpufeatures v0.2.5
29302024-10-22T16:34:46.735Z[ helios-setup] Oct 22 16:34:46.040 INFO E| Compiling httparse v1.8.0
29312024-10-22T16:34:47.205Z[ helios-setup] Oct 22 16:34:46.509 INFO E| Compiling unicode-width v0.1.10
29322024-10-22T16:34:47.556Z[ helios-setup] Oct 22 16:34:46.860 INFO E| Compiling regex-syntax v0.6.29
29332024-10-22T16:34:48.007Z[ host-package] Compiling git2 v0.19.0
29342024-10-22T16:34:48.035Z[ helios-setup] Oct 22 16:34:47.338 INFO E| Compiling percent-encoding v2.2.0
29352024-10-22T16:34:48.167Z[ helios-setup] Oct 22 16:34:47.471 INFO E| Compiling const-random-macro v0.1.15
29362024-10-22T16:34:48.332Z[ helios-setup] Oct 22 16:34:47.637 INFO E| Compiling tinyvec v1.6.0
29372024-10-22T16:34:48.778Z[ helios-setup] Oct 22 16:34:48.082 INFO E| Compiling form_urlencoded v1.1.0
29382024-10-22T16:34:49.075Z[ helios-setup] Oct 22 16:34:48.379 INFO E| Compiling thiserror-impl v1.0.38
29392024-10-22T16:34:49.178Z[ helios-setup] Oct 22 16:34:48.483 INFO E| Compiling schemars_derive v0.8.12
29402024-10-22T16:34:49.614Z[ helios-setup] Oct 22 16:34:48.918 INFO E| Compiling serde_derive v1.0.204
29412024-10-22T16:34:49.989Z[ helios-setup] Oct 22 16:34:49.293 INFO E| Compiling futures-macro v0.3.28
29422024-10-22T16:34:50.449Z[ helios-setup] Oct 22 16:34:49.753 INFO E| Compiling tokio-macros v2.0.0
29432024-10-22T16:34:52.466Z[ helios-setup] Oct 22 16:34:51.770 INFO E| Compiling hashbrown v0.13.2
29442024-10-22T16:34:54.954Z[ helios-setup] Oct 22 16:34:54.257 INFO E| Compiling regex v1.7.3
29452024-10-22T16:34:55.523Z[ helios-setup] Oct 22 16:34:54.827 INFO E| Compiling chrono v0.4.24
29462024-10-22T16:34:55.908Z[ helios-setup] Oct 22 16:34:55.211 INFO E| Compiling libz-sys v1.1.8
29472024-10-22T16:34:58.059Z[ helios-setup] Oct 22 16:34:57.362 INFO E| Compiling dyn-clone v1.0.11
29482024-10-22T16:34:58.389Z[ helios-setup] Oct 22 16:34:57.692 INFO E| Compiling uuid v1.3.0
29492024-10-22T16:34:58.663Z[ helios-setup] Oct 22 16:34:57.965 INFO E| Compiling unicode-normalization v0.1.22
29502024-10-22T16:34:59.269Z[ helios-setup] Oct 22 16:34:58.571 INFO E| Compiling regress v0.5.0
29512024-10-22T16:35:00.788Z[ helios-setup] Oct 22 16:35:00.091 INFO E| Compiling const-random v0.1.15
29522024-10-22T16:35:01.353Z[ helios-setup] Oct 22 16:35:00.655 INFO E| Compiling getopts v0.2.21
29532024-10-22T16:35:02.852Z[ helios-setup] Oct 22 16:35:02.154 INFO E| Compiling tracing-core v0.1.30
29542024-10-22T16:35:03.061Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29552024-10-22T16:35:03.216Z[ helios-setup] Oct 22 16:35:02.519 INFO E| Compiling memoffset v0.7.1
29562024-10-22T16:35:03.748Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
29572024-10-22T16:35:04.474Z[ helios-setup] Oct 22 16:35:03.776 INFO E| Compiling ucd-trie v0.1.5
29582024-10-22T16:35:04.631Z[ helios-setup] Oct 22 16:35:03.934 INFO E| Compiling powerfmt v0.2.0
29592024-10-22T16:35:05.282Z[ helios-setup] Oct 22 16:35:04.577 INFO E| Compiling unicode-bidi v0.3.13
29602024-10-22T16:35:05.460Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29612024-10-22T16:35:05.794Z[ helios-setup] Oct 22 16:35:05.096 INFO E| Compiling num-conv v0.1.0
29622024-10-22T16:35:05.878Z[ helios-setup] Oct 22 16:35:05.180 INFO E| Compiling time-core v0.1.2
29632024-10-22T16:35:06.513Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29642024-10-22T16:35:07.183Z[ helios-setup] Oct 22 16:35:06.485 INFO E| Compiling idna v0.3.0
29652024-10-22T16:35:08.046Z[ helios-setup] Oct 22 16:35:07.347 INFO E| Compiling time-macros v0.2.18
29662024-10-22T16:35:09.350Z[ helios-setup] Oct 22 16:35:08.651 INFO E| Compiling pest v2.5.7
29672024-10-22T16:35:10.199Z[ host-package] Compiling rand_seeder v0.3.0
29682024-10-22T16:35:10.265Z[ helios-setup] Oct 22 16:35:09.566 INFO E| Compiling deranged v0.3.11
29692024-10-22T16:35:11.437Z[ host-package] Compiling libsqlite3-sys v0.30.1
29702024-10-22T16:35:12.710Z[ host-package] Compiling lzma-sys v0.1.20
29712024-10-22T16:35:12.789Z[ helios-setup] Oct 22 16:35:12.090 INFO E| Compiling tracing v0.1.37
29722024-10-22T16:35:14.186Z[ host-package] Compiling cfg_aliases v0.2.1
29732024-10-22T16:35:14.401Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29742024-10-22T16:35:14.523Z[ host-package] Compiling rustls v0.21.12
29752024-10-22T16:35:15.257Z[ helios-setup] Oct 22 16:35:14.557 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
29762024-10-22T16:35:15.330Z[ helios-setup] Oct 22 16:35:14.630 INFO E| Compiling time v0.1.45
29772024-10-22T16:35:15.456Z[ helios-setup] Oct 22 16:35:14.757 INFO E| Compiling crossbeam-epoch v0.9.13
29782024-10-22T16:35:15.696Z[ host-package] Compiling nix v0.29.0
29792024-10-22T16:35:15.900Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29802024-10-22T16:35:16.401Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29812024-10-22T16:35:16.538Z[ helios-setup] Oct 22 16:35:15.838 INFO E| Compiling iana-time-zone v0.1.56
29822024-10-22T16:35:16.918Z[ helios-setup] Oct 22 16:35:16.219 INFO E| Compiling toml v0.5.11
29832024-10-22T16:35:17.468Z[ helios-setup] Oct 22 16:35:16.768 INFO E| Compiling serde_tokenstream v0.2.0
29842024-10-22T16:35:17.519Z[ helios-setup] Oct 22 16:35:16.819 INFO E| Compiling semver v1.0.17
29852024-10-22T16:35:18.319Z[ helios-setup] Oct 22 16:35:17.619 INFO E| Compiling num_threads v0.1.6
29862024-10-22T16:35:18.810Z[ helios-setup] Oct 22 16:35:18.110 INFO E| Compiling time v0.3.36
29872024-10-22T16:35:19.338Z[ helios-setup] Oct 22 16:35:18.638 INFO E| Compiling smallvec v1.10.0
29882024-10-22T16:35:21.144Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29892024-10-22T16:35:21.810Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29902024-10-22T16:35:22.170Z[ helios-setup] Oct 22 16:35:21.469 INFO E| Compiling parking_lot v0.12.1
29912024-10-22T16:35:23.408Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29922024-10-22T16:35:24.329Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
29932024-10-22T16:35:26.207Z[ helios-setup] Oct 22 16:35:25.506 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29942024-10-22T16:35:26.391Z[ helios-setup] Oct 22 16:35:25.690 INFO E| Compiling url v2.3.1
29952024-10-22T16:35:27.115Z[ host-package] Compiling sct v0.7.1
29962024-10-22T16:35:28.537Z[ host-package] Compiling rustls-webpki v0.101.7
29972024-10-22T16:35:28.556Z[ helios-setup] Oct 22 16:35:27.855 INFO E| Compiling semver-parser v0.10.2
29982024-10-22T16:35:32.364Z[ helios-setup] Oct 22 16:35:31.662 INFO E| Compiling crossbeam-channel v0.5.6
29992024-10-22T16:35:32.588Z[ host-package] Compiling heck v0.3.3
30002024-10-22T16:35:32.786Z[ helios-setup] Oct 22 16:35:32.084 INFO E| Compiling dirs-sys-next v0.1.2
30012024-10-22T16:35:33.423Z[ host-package] Compiling castaway v0.2.3
30022024-10-22T16:35:33.971Z[ host-package] Compiling csv-core v0.1.11
30032024-10-22T16:35:35.313Z[ helios-setup] Oct 22 16:35:34.611 INFO E| Compiling same-file v1.0.6
30042024-10-22T16:35:35.407Z[ helios-setup] Oct 22 16:35:34.705 INFO E| Compiling crc32fast v1.3.2
30052024-10-22T16:35:35.783Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
30062024-10-22T16:35:35.937Z[ helios-setup] Oct 22 16:35:35.235 INFO E| Compiling try-lock v0.2.4
30072024-10-22T16:35:36.100Z[ helios-setup] Oct 22 16:35:35.398 INFO E| Compiling want v0.3.0
30082024-10-22T16:35:36.179Z[ helios-setup] Oct 22 16:35:35.477 INFO E| Compiling walkdir v2.3.3
30092024-10-22T16:35:36.318Z[ host-package] Compiling http-range v0.1.5
30102024-10-22T16:35:37.447Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
30112024-10-22T16:35:37.561Z[ helios-setup] Oct 22 16:35:36.859 INFO E| Compiling dirs-next v2.0.0
30122024-10-22T16:35:38.118Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30132024-10-22T16:35:38.366Z[ helios-setup] Oct 22 16:35:37.663 INFO E| Compiling semver v0.11.0
30142024-10-22T16:35:38.468Z[ host-package] Compiling hyper-staticfile v0.10.1
30152024-10-22T16:35:40.114Z[ host-package] Compiling csv v1.3.0
30162024-10-22T16:35:40.320Z[ helios-setup] Oct 22 16:35:39.617 INFO E| Compiling tokio-util v0.7.7
30172024-10-22T16:35:41.459Z[ helios-setup] Oct 22 16:35:40.756 INFO E| Compiling proc-macro-crate v1.2.1
30182024-10-22T16:35:42.501Z[ helios-setup] Oct 22 16:35:41.797 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30192024-10-22T16:35:43.133Z[ helios-setup] Oct 22 16:35:42.429 INFO E| Compiling h2 v0.3.16
30202024-10-22T16:35:44.219Z[ host-package] Compiling compact_str v0.8.0
30212024-10-22T16:35:44.702Z[ host-package] Compiling zone_cfg_derive v0.1.2
30222024-10-22T16:35:44.846Z[ helios-setup] Oct 22 16:35:44.141 INFO E| Compiling futures-executor v0.3.28
30232024-10-22T16:35:45.247Z[ helios-setup] Oct 22 16:35:44.543 INFO E| Compiling http-body v0.4.5
30242024-10-22T16:35:46.193Z[ helios-setup] Oct 22 16:35:45.489 INFO E| Compiling ring v0.16.20
30252024-10-22T16:35:47.019Z[ helios-setup] Oct 22 16:35:46.314 INFO E| Compiling rand_core v0.6.4
30262024-10-22T16:35:48.363Z[ helios-setup] Oct 22 16:35:47.659 INFO E| Compiling thread_local v1.1.7
30272024-10-22T16:35:49.264Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
30282024-10-22T16:35:49.384Z[ helios-setup] Oct 22 16:35:48.679 INFO E| Compiling ppv-lite86 v0.2.17
30292024-10-22T16:35:50.078Z[ helios-setup] Oct 22 16:35:49.373 INFO E| Compiling rayon-core v1.10.2
30302024-10-22T16:35:50.535Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
30312024-10-22T16:35:50.718Z[ helios-setup] Oct 22 16:35:50.014 INFO E| Compiling base64 v0.21.0
30322024-10-22T16:35:50.869Z[ helios-setup] Oct 22 16:35:50.164 INFO E| Compiling lazy_static v1.4.0
30332024-10-22T16:35:51.385Z[ helios-setup] Oct 22 16:35:50.680 INFO E| Compiling fastrand v1.9.0
30342024-10-22T16:35:51.866Z[ helios-setup] Oct 22 16:35:51.162 INFO E| Compiling home v0.5.4
30352024-10-22T16:35:52.410Z[ helios-setup] Oct 22 16:35:51.705 INFO E| Compiling adler v1.0.2
30362024-10-22T16:35:52.520Z[ helios-setup] Oct 22 16:35:51.773 INFO E| Compiling utf8parse v0.2.1
30372024-10-22T16:35:52.793Z[ host-package] Compiling nix v0.27.1
30382024-10-22T16:35:53.112Z[ helios-setup] Oct 22 16:35:52.407 INFO E| Compiling tower-service v0.3.2
30392024-10-22T16:35:53.175Z[ helios-setup] Oct 22 16:35:52.470 INFO E| Compiling httpdate v1.0.2
30402024-10-22T16:35:53.218Z[ helios-setup] Oct 22 16:35:52.513 INFO E| Compiling miniz_oxide v0.6.2
30412024-10-22T16:35:53.438Z[ helios-setup] Oct 22 16:35:52.732 INFO E| Compiling anstyle-parse v0.1.1
30422024-10-22T16:35:54.323Z[ helios-setup] Oct 22 16:35:53.617 INFO E| Compiling toolchain_find v0.2.0
30432024-10-22T16:35:54.947Z[ helios-setup] Oct 22 16:35:54.242 INFO E| Compiling hyper v0.14.25
30442024-10-22T16:35:55.498Z[ helios-setup] Oct 22 16:35:54.793 INFO E| Compiling tempfile v3.5.0
30452024-10-22T16:35:56.790Z[ helios-setup] Oct 22 16:35:56.084 INFO E| Compiling rand_chacha v0.3.1
30462024-10-22T16:35:58.533Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30472024-10-22T16:36:00.076Z[ helios-setup] Oct 22 16:35:59.370 INFO E| Compiling futures v0.3.28
30482024-10-22T16:36:06.018Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30492024-10-22T16:36:09.284Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
30502024-10-22T16:36:14.970Z[ helios-setup] Oct 22 16:36:14.262 INFO E| Compiling num_enum_derive v0.5.7
30512024-10-22T16:36:15.950Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30522024-10-22T16:36:16.136Z[ helios-setup] Oct 22 16:36:15.424 INFO E| Compiling cargo-lock v8.0.3
30532024-10-22T16:36:17.349Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30542024-10-22T16:36:19.166Z[ helios-setup] Oct 22 16:36:18.457 INFO E| Compiling crossbeam-deque v0.8.2
30552024-10-22T16:36:19.766Z[ helios-setup] Oct 22 16:36:19.056 INFO E| Compiling term v0.7.0
30562024-10-22T16:36:20.195Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30572024-10-22T16:36:21.084Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30582024-10-22T16:36:21.582Z[ helios-setup] Oct 22 16:36:20.873 INFO E| Compiling serde_urlencoded v0.7.1
30592024-10-22T16:36:21.844Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30602024-10-22T16:36:22.339Z[ helios-setup] Oct 22 16:36:21.629 INFO E| Compiling sha2 v0.10.6
30612024-10-22T16:36:22.650Z[ helios-setup] Oct 22 16:36:21.941 INFO E| Compiling sha1 v0.10.5
30622024-10-22T16:36:22.833Z[ helios-setup] Oct 22 16:36:22.123 INFO E| Compiling is-terminal v0.4.7
30632024-10-22T16:36:22.844Z[ host-package] Compiling unicode-truncate v1.1.0
30642024-10-22T16:36:23.365Z[ helios-setup] Oct 22 16:36:22.655 INFO E| Compiling atty v0.2.14
30652024-10-22T16:36:23.691Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30662024-10-22T16:36:23.847Z[ helios-setup] Oct 22 16:36:23.137 INFO E| Compiling anstyle v0.3.5
30672024-10-22T16:36:24.511Z[ helios-setup] Oct 22 16:36:23.801 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
30682024-10-22T16:36:24.988Z[ host-package] Compiling hashlink v0.9.1
30692024-10-22T16:36:25.384Z[ helios-setup] Oct 22 16:36:24.674 INFO E| Compiling concolor-query v0.3.3
30702024-10-22T16:36:26.717Z[ host-package] Compiling tungstenite v0.23.0
30712024-10-22T16:36:27.026Z[ helios-setup] Oct 22 16:36:26.316 INFO E| Compiling concolor-override v1.0.0
30722024-10-22T16:36:27.448Z[ helios-setup] Oct 22 16:36:26.736 INFO E| Compiling anstream v0.2.6
30732024-10-22T16:36:29.264Z[ helios-setup] Oct 22 16:36:28.554 INFO E| Compiling slog-term v2.9.0
30742024-10-22T16:36:29.955Z[ helios-setup] Oct 22 16:36:29.245 INFO E| Compiling flate2 v1.0.25
30752024-10-22T16:36:30.707Z[ host-package] Compiling lru v0.12.5
30762024-10-22T16:36:31.329Z[ helios-setup] Oct 22 16:36:30.619 INFO E| Compiling num_enum v0.5.7
30772024-10-22T16:36:31.794Z[ host-package] Compiling instability v0.3.2
30782024-10-22T16:36:32.002Z[ helios-setup] Oct 22 16:36:31.291 INFO E| Compiling rand v0.8.5
30792024-10-22T16:36:32.485Z[ helios-setup] Oct 22 16:36:31.774 INFO E| Compiling rustfmt-wrapper v0.2.0
30802024-10-22T16:36:32.901Z[ helios-setup] Oct 22 16:36:32.190 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30812024-10-22T16:36:33.383Z[ helios-setup] Oct 22 16:36:32.672 INFO E| Compiling openapiv3 v1.0.2
30822024-10-22T16:36:34.208Z[ host-package] Compiling fallible-iterator v0.3.0
30832024-10-22T16:36:34.644Z[ helios-setup] Oct 22 16:36:33.933 INFO E| Compiling encoding_rs v0.8.32
30842024-10-22T16:36:35.754Z[ helios-setup] Oct 22 16:36:35.043 INFO E| Compiling spin v0.5.2
30852024-10-22T16:36:36.020Z[ host-package] Compiling base64 v0.13.1
30862024-10-22T16:36:36.371Z[ helios-setup] Oct 22 16:36:35.660 INFO E| Compiling ipnet v2.7.2
30872024-10-22T16:36:36.618Z[ host-package] Compiling cassowary v0.3.0
30882024-10-22T16:36:36.977Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
30892024-10-22T16:36:37.550Z[ host-package] Compiling ron v0.7.1
30902024-10-22T16:36:37.832Z[ host-package] Compiling ratatui v0.28.1
30912024-10-22T16:36:38.076Z[ helios-setup] Oct 22 16:36:37.364 INFO E| Compiling clap_lex v0.4.1
30922024-10-22T16:36:39.752Z[ helios-setup] Oct 22 16:36:39.040 INFO E| Compiling unsafe-libyaml v0.2.8
30932024-10-22T16:36:41.537Z[ helios-setup] Oct 22 16:36:40.824 INFO E| Compiling either v1.8.0
30942024-10-22T16:36:41.794Z[ host-package] Compiling rusqlite v0.32.1
30952024-10-22T16:36:42.311Z[ helios-setup] Oct 22 16:36:41.599 INFO E| Compiling base64 v0.13.1
30962024-10-22T16:36:42.407Z[ helios-setup] Oct 22 16:36:41.695 INFO E| Compiling project-root v0.2.2
30972024-10-22T16:36:42.491Z[ helios-setup] Oct 22 16:36:41.779 INFO E| Compiling untrusted v0.7.1
30982024-10-22T16:36:43.104Z[ helios-setup] Oct 22 16:36:42.391 INFO E| Compiling utf-8 v0.7.6
30992024-10-22T16:36:43.197Z[ helios-setup] Oct 22 16:36:42.484 INFO E| Compiling byteorder v1.4.3
31002024-10-22T16:36:43.487Z[ helios-setup] Oct 22 16:36:42.775 INFO E| Compiling mime v0.3.17
31012024-10-22T16:36:43.840Z[ helios-setup] Oct 22 16:36:43.128 INFO E| Compiling strsim v0.10.0
31022024-10-22T16:36:44.061Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31032024-10-22T16:36:44.166Z[ helios-setup] Oct 22 16:36:43.454 INFO E| Compiling serde_yaml v0.9.21
31042024-10-22T16:36:44.796Z[ helios-setup] Oct 22 16:36:44.083 INFO E| Compiling clap_builder v4.2.1
31052024-10-22T16:36:45.775Z[ helios-setup] Oct 22 16:36:45.063 INFO E| Compiling tungstenite v0.18.0
31062024-10-22T16:36:46.326Z[ helios-setup] Oct 22 16:36:45.614 INFO E| Compiling reqwest v0.11.16
31072024-10-22T16:36:47.654Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31082024-10-22T16:36:47.742Z[ host-package] Compiling tokio-tungstenite v0.23.1
31092024-10-22T16:36:47.843Z[ helios-setup] Oct 22 16:36:47.130 INFO E| Compiling rayon v1.6.1
31102024-10-22T16:36:49.383Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31112024-10-22T16:36:51.099Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31122024-10-22T16:36:51.119Z[ helios-setup] Oct 22 16:36:50.406 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31132024-10-22T16:36:53.463Z[ host-package] Compiling xz2 v0.1.7
31142024-10-22T16:36:54.757Z[ host-package] Compiling tokio-rustls v0.24.1
31152024-10-22T16:36:56.254Z[ helios-setup] Oct 22 16:36:55.539 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
31162024-10-22T16:36:56.366Z[ helios-setup] Oct 22 16:36:55.652 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
31172024-10-22T16:36:59.044Z[ host-package] Compiling zone v0.1.8
31182024-10-22T16:36:59.439Z[ helios-setup] Oct 22 16:36:58.724 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
31192024-10-22T16:37:00.824Z[ helios-setup] Oct 22 16:37:00.109 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
31202024-10-22T16:37:01.220Z[ helios-setup] Oct 22 16:37:00.505 INFO E| Compiling clap_derive v4.2.0
31212024-10-22T16:37:01.800Z[ helios-setup] Oct 22 16:37:01.085 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
31222024-10-22T16:37:04.913Z[ helios-setup] Oct 22 16:37:04.197 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31232024-10-22T16:37:11.338Z[ helios-setup] Oct 22 16:37:10.622 INFO E| Compiling clap v4.2.1
31242024-10-22T16:37:19.491Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31252024-10-22T16:37:24.508Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31262024-10-22T16:37:28.588Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31272024-10-22T16:37:28.780Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31282024-10-22T16:37:28.841Z[ helios-setup] Oct 22 16:37:28.122 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31292024-10-22T16:37:29.896Z[ host-package] Compiling rustls-pemfile v1.0.4
31302024-10-22T16:37:31.493Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31312024-10-22T16:37:32.525Z[ helios-setup] Oct 22 16:37:31.805 INFO E| Compiling tokio-tungstenite v0.18.0
31322024-10-22T16:37:33.891Z[ helios-setup] Oct 22 16:37:33.171 INFO E| Compiling smartstring v1.0.1
31332024-10-22T16:37:34.668Z[ helios-setup] Oct 22 16:37:33.948 INFO E| Compiling rustls v0.21.0
31342024-10-22T16:37:36.648Z[ helios-setup] Oct 22 16:37:35.928 INFO E| Compiling toml_datetime v0.6.1
31352024-10-22T16:37:38.134Z[ helios-setup] Oct 22 16:37:37.413 INFO E| Compiling serde_spanned v0.6.1
31362024-10-22T16:37:38.430Z[ helios-setup] Oct 22 16:37:37.709 INFO E| Compiling winnow v0.4.1
31372024-10-22T16:37:38.998Z[ helios-setup] Oct 22 16:37:38.278 INFO E| Compiling static_assertions v1.1.0
31382024-10-22T16:37:39.361Z[ helios-setup] Oct 22 16:37:38.624 INFO E| Compiling camino v1.1.4
31392024-10-22T16:37:39.582Z[ helios-setup] Oct 22 16:37:38.862 INFO E| Compiling async-trait v0.1.68
31402024-10-22T16:37:40.125Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31412024-10-22T16:37:40.448Z[ host-package] Compiling signal-hook-tokio v0.3.1
31422024-10-22T16:37:40.515Z[ helios-setup] Oct 22 16:37:39.794 INFO E| Compiling match_cfg v0.1.0
31432024-10-22T16:37:40.536Z[ host-package] Compiling twox-hash v1.6.3
31442024-10-22T16:37:40.621Z[ helios-setup] Oct 22 16:37:39.900 INFO E| Compiling paste v1.0.12
31452024-10-22T16:37:40.911Z[ helios-setup] Oct 22 16:37:40.190 INFO E| Compiling slog-async v2.7.0
31462024-10-22T16:37:41.394Z[ host-package] Compiling yasna v0.5.2
31472024-10-22T16:37:42.256Z[ helios-setup] Oct 22 16:37:41.535 INFO E| Compiling hostname v0.3.1
31482024-10-22T16:37:42.900Z[ host-package] Compiling is_ci v1.2.0
31492024-10-22T16:37:43.134Z[ helios-setup] Oct 22 16:37:42.412 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
31502024-10-22T16:37:43.515Z[ host-package] Compiling smawk v0.3.2
31512024-10-22T16:37:44.220Z[ helios-setup] Oct 22 16:37:43.499 INFO E| Compiling slog-json v2.6.1
31522024-10-22T16:37:44.356Z[ host-package] Compiling unicode-linebreak v0.1.5
31532024-10-22T16:37:45.391Z[ helios-setup] Oct 22 16:37:44.670 INFO E| Compiling toml_edit v0.19.8
31542024-10-22T16:37:45.544Z[ helios-setup] Oct 22 16:37:44.823 INFO E| Compiling unicode-linebreak v0.1.4
31552024-10-22T16:37:45.556Z[ host-package] Compiling textwrap v0.16.1
31562024-10-22T16:37:48.099Z[ host-package] Compiling rcgen v0.12.1
31572024-10-22T16:37:48.995Z[ host-package] Compiling supports-color v3.0.1
31582024-10-22T16:37:49.887Z[ helios-setup] Oct 22 16:37:49.165 INFO E| Compiling async-stream-impl v0.3.5
31592024-10-22T16:37:51.249Z[ helios-setup] Oct 22 16:37:50.526 INFO E| Compiling rhai_codegen v1.5.0
31602024-10-22T16:37:51.910Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31612024-10-22T16:37:52.682Z[ helios-setup] Oct 22 16:37:51.960 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31622024-10-22T16:37:53.795Z[ helios-setup] Oct 22 16:37:53.073 INFO E| Compiling take_mut v0.2.2
31632024-10-22T16:37:56.770Z[ helios-setup] Oct 22 16:37:56.047 INFO E| Compiling rhai v1.14.0
31642024-10-22T16:37:59.696Z[ helios-setup] Oct 22 16:37:58.973 INFO E| Compiling async-stream v0.3.5
31652024-10-22T16:37:59.900Z[ helios-setup] Oct 22 16:37:59.177 INFO E| Compiling toml v0.7.3
31662024-10-22T16:38:00.884Z[ helios-setup] Oct 22 16:38:00.161 INFO E| Compiling slog-bunyan v2.4.0
31672024-10-22T16:38:04.327Z[ helios-setup] Oct 22 16:38:03.603 INFO E| Compiling rustls-pemfile v1.0.2
31682024-10-22T16:38:04.829Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31692024-10-22T16:38:05.879Z[ helios-setup] Oct 22 16:38:05.155 INFO E| Compiling bincode v1.3.3
31702024-10-22T16:38:06.519Z[ helios-setup] Oct 22 16:38:05.794 INFO E| Compiling serde_path_to_error v0.1.11
31712024-10-22T16:38:06.627Z[ helios-setup] Oct 22 16:38:05.903 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31722024-10-22T16:38:07.908Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
31732024-10-22T16:38:08.399Z[ helios-setup] Oct 22 16:38:07.675 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
31742024-10-22T16:38:10.301Z[ helios-setup] Oct 22 16:38:09.576 INFO E| Compiling terminal_size v0.2.6
31752024-10-22T16:38:10.437Z[ helios-setup] Oct 22 16:38:09.711 INFO E| Compiling smawk v0.3.1
31762024-10-22T16:38:11.016Z[ helios-setup] Oct 22 16:38:10.291 INFO E| Compiling textwrap v0.16.0
31772024-10-22T16:38:23.305Z[ helios-setup] Oct 22 16:38:22.579 INFO E| Compiling sct v0.7.0
31782024-10-22T16:38:23.308Z[ helios-setup] Oct 22 16:38:22.579 INFO E| Compiling rustls-webpki v0.100.1
31792024-10-22T16:38:27.844Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31802024-10-22T16:38:28.388Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31812024-10-22T16:38:29.158Z[ helios-setup] Oct 22 16:38:28.430 INFO E| Compiling git2 v0.16.1
31822024-10-22T16:38:30.106Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31832024-10-22T16:38:31.983Z[ helios-setup] Oct 22 16:38:31.255 INFO E| Compiling tokio-rustls v0.24.0
31842024-10-22T16:38:35.570Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31852024-10-22T16:38:36.729Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31862024-10-22T16:38:37.162Z[ helios-setup] Oct 22 16:38:36.433 INFO E| Compiling built v0.6.0
31872024-10-22T16:38:39.686Z[ helios-setup] Oct 22 16:38:38.957 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31882024-10-22T16:38:42.697Z[ helios-setup] Oct 22 16:38:41.967 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
31892024-10-22T16:38:45.488Z[ helios-setup] Oct 22 16:38:44.758 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
31902024-10-22T16:38:48.625Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31912024-10-22T16:38:52.961Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31922024-10-22T16:38:53.774Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31932024-10-22T16:38:59.931Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31942024-10-22T16:39:05.232Z[ host-package] Compiling fatfs v0.3.6
31952024-10-22T16:39:08.621Z[ host-package] Compiling subprocess v0.2.9
31962024-10-22T16:39:08.656Z[ host-package] Compiling rtoolbox v0.0.2
31972024-10-22T16:39:09.297Z[ host-package] Compiling assert_matches v1.5.0
31982024-10-22T16:39:12.222Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31992024-10-22T16:39:13.177Z[ helios-setup] Oct 22 16:39:12.443 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
32002024-10-22T16:39:13.994Z[ host-package] Compiling rpassword v7.3.1
32012024-10-22T16:39:14.624Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32022024-10-22T16:39:15.336Z[ helios-setup] Oct 22 16:39:14.601 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
32032024-10-22T16:39:22.696Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32042024-10-22T16:39:23.154Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32052024-10-22T16:39:35.518Z[ host-package] Compiling tui-tree-widget v0.22.0
32062024-10-22T16:39:36.461Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32072024-10-22T16:39:45.242Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32082024-10-22T16:39:58.990Z[ helios-setup] Oct 22 16:39:58.250 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
32092024-10-22T16:40:03.116Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32102024-10-22T16:40:03.475Z[ host-package] Compiling uzers v0.12.1
32112024-10-22T16:40:03.751Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32122024-10-22T16:40:06.921Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32132024-10-22T16:40:07.078Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32142024-10-22T16:40:51.056Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32152024-10-22T16:40:54.814Z[ host-package] Compiling multimap v0.10.0
32162024-10-22T16:41:02.805Z[ helios-setup] Oct 22 16:41:02.055 INFO E| Finished `release` profile [optimized] target(s) in 6m 49s
32172024-10-22T16:41:02.940Z[ helios-setup] Oct 22 16:41:02.191 INFO building project "pilot" ok (409 seconds)
32182024-10-22T16:41:02.943Z[ helios-setup] Oct 22 16:41:02.191 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
32192024-10-22T16:41:02.943Z[ helios-setup] Oct 22 16:41:02.191 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
32202024-10-22T16:41:03.298Z[ helios-setup] Oct 22 16:41:02.547 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
32212024-10-22T16:41:04.061Z[ helios-setup] Oct 22 16:41:03.311 INFO E| From https://github.com/jclulow/rust-jmclib
32222024-10-22T16:41:04.061Z[ helios-setup] Oct 22 16:41:03.311 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
32232024-10-22T16:41:04.084Z[ helios-setup] Oct 22 16:41:03.334 INFO E| Updating crates.io index
32242024-10-22T16:41:04.420Z[ helios-setup] Oct 22 16:41:03.670 INFO E| Downloading crates ...
32252024-10-22T16:41:04.499Z[ helios-setup] Oct 22 16:41:03.749 INFO E| Downloaded bitflags v2.3.3
32262024-10-22T16:41:04.504Z[ helios-setup] Oct 22 16:41:03.754 INFO E| Downloaded libdevinfo-sys v1.0.0
32272024-10-22T16:41:04.506Z[ helios-setup] Oct 22 16:41:03.755 INFO E| Downloaded fastrand v2.0.0
32282024-10-22T16:41:04.509Z[ helios-setup] Oct 22 16:41:03.757 INFO E| Downloaded block-buffer v0.9.0
32292024-10-22T16:41:04.516Z[ helios-setup] Oct 22 16:41:03.766 INFO E| Downloaded unicode-ident v1.0.11
32302024-10-22T16:41:04.521Z[ helios-setup] Oct 22 16:41:03.771 INFO E| Downloaded anyhow v1.0.72
32312024-10-22T16:41:04.527Z[ helios-setup] Oct 22 16:41:03.777 INFO E| Downloaded md-5 v0.9.1
32322024-10-22T16:41:04.531Z[ helios-setup] Oct 22 16:41:03.779 INFO E| Downloaded digest v0.9.0
32332024-10-22T16:41:04.533Z[ helios-setup] Oct 22 16:41:03.781 INFO E| Downloaded sha-1 v0.9.8
32342024-10-22T16:41:04.536Z[ helios-setup] Oct 22 16:41:03.784 INFO E| Downloaded cpufeatures v0.2.9
32352024-10-22T16:41:04.538Z[ helios-setup] Oct 22 16:41:03.788 INFO E| Downloaded uuid v0.8.2
32362024-10-22T16:41:04.542Z[ helios-setup] Oct 22 16:41:03.792 INFO E| Downloaded quote v1.0.31
32372024-10-22T16:41:04.546Z[ helios-setup] Oct 22 16:41:03.796 INFO E| Downloaded tempfile v3.7.0
32382024-10-22T16:41:04.560Z[ helios-setup] Oct 22 16:41:03.811 INFO E| Downloaded proc-macro2 v1.0.66
32392024-10-22T16:41:04.564Z[ helios-setup] Oct 22 16:41:03.814 INFO E| Downloaded serde_derive v1.0.193
32402024-10-22T16:41:04.568Z[ helios-setup] Oct 22 16:41:03.818 INFO E| Downloaded syn v2.0.32
32412024-10-22T16:41:04.582Z[ helios-setup] Oct 22 16:41:03.832 INFO E| Downloaded serde_json v1.0.103
32422024-10-22T16:41:04.609Z[ helios-setup] Oct 22 16:41:03.859 INFO E| Downloaded serde v1.0.193
32432024-10-22T16:41:04.613Z[ helios-setup] Oct 22 16:41:03.864 INFO E| Downloaded rustix v0.38.4
32442024-10-22T16:41:04.644Z[ helios-setup] Oct 22 16:41:03.894 INFO E| Downloaded once_cell v1.18.0
32452024-10-22T16:41:04.647Z[ helios-setup] Oct 22 16:41:03.897 INFO E| Downloaded getrandom v0.2.10
32462024-10-22T16:41:04.651Z[ helios-setup] Oct 22 16:41:03.901 INFO E| Downloaded libc v0.2.147
32472024-10-22T16:41:04.925Z[ helios-setup] Oct 22 16:41:04.174 INFO E| Compiling libc v0.2.147
32482024-10-22T16:41:04.925Z[ helios-setup] Oct 22 16:41:04.174 INFO E| Compiling proc-macro2 v1.0.66
32492024-10-22T16:41:04.927Z[ helios-setup] Oct 22 16:41:04.175 INFO E| Compiling cfg-if v1.0.0
32502024-10-22T16:41:04.927Z[ helios-setup] Oct 22 16:41:04.175 INFO E| Compiling unicode-ident v1.0.11
32512024-10-22T16:41:04.927Z[ helios-setup] Oct 22 16:41:04.175 INFO E| Compiling typenum v1.16.0
32522024-10-22T16:41:04.927Z[ helios-setup] Oct 22 16:41:04.175 INFO E| Compiling version_check v0.9.4
32532024-10-22T16:41:04.927Z[ helios-setup] Oct 22 16:41:04.175 INFO E| Compiling serde v1.0.193
32542024-10-22T16:41:04.927Z[ helios-setup] Oct 22 16:41:04.175 INFO E| Compiling slog v2.7.0
32552024-10-22T16:41:05.403Z[ helios-setup] Oct 22 16:41:04.652 INFO E| Compiling rustix v0.38.4
32562024-10-22T16:41:05.583Z[ helios-setup] Oct 22 16:41:04.832 INFO E| Compiling time-core v0.1.2
32572024-10-22T16:41:06.055Z[ helios-setup] Oct 22 16:41:05.304 INFO E| Compiling powerfmt v0.2.0
32582024-10-22T16:41:06.531Z[ helios-setup] Oct 22 16:41:05.781 INFO E| Compiling itoa v1.0.9
32592024-10-22T16:41:06.623Z[ helios-setup] Oct 22 16:41:05.873 INFO E| Compiling generic-array v0.14.7
32602024-10-22T16:41:06.687Z[ helios-setup] Oct 22 16:41:05.937 INFO E| Compiling num-conv v0.1.0
32612024-10-22T16:41:07.019Z[ helios-setup] Oct 22 16:41:06.268 INFO E| Compiling deranged v0.3.11
32622024-10-22T16:41:07.076Z[ helios-setup] Oct 22 16:41:06.325 INFO E| Compiling once_cell v1.18.0
32632024-10-22T16:41:07.375Z[ helios-setup] Oct 22 16:41:06.624 INFO E| Compiling bitflags v2.3.3
32642024-10-22T16:41:07.411Z[ helios-setup] Oct 22 16:41:06.660 INFO E| Compiling time-macros v0.2.18
32652024-10-22T16:41:07.524Z[ helios-setup] Oct 22 16:41:06.774 INFO E| Compiling num_threads v0.1.6
32662024-10-22T16:41:07.755Z[ helios-setup] Oct 22 16:41:07.004 INFO E| Compiling quote v1.0.31
32672024-10-22T16:41:07.823Z[ helios-setup] Oct 22 16:41:07.072 INFO E| Compiling thread_local v1.1.7
32682024-10-22T16:41:08.417Z[ helios-setup] Oct 22 16:41:07.666 INFO E| Compiling syn v2.0.32
32692024-10-22T16:41:09.061Z[ helios-setup] Oct 22 16:41:08.310 INFO E| Compiling opaque-debug v0.3.0
32702024-10-22T16:41:09.156Z[ helios-setup] Oct 22 16:41:08.405 INFO E| Compiling fastrand v2.0.0
32712024-10-22T16:41:09.304Z[ helios-setup] Oct 22 16:41:08.553 INFO E| Compiling serde_json v1.0.103
32722024-10-22T16:41:10.072Z[ helios-setup] Oct 22 16:41:09.320 INFO E| Compiling dirs-sys-next v0.1.2
32732024-10-22T16:41:10.469Z[ helios-setup] Oct 22 16:41:09.718 INFO E| Compiling errno v0.3.1
32742024-10-22T16:41:10.476Z[ helios-setup] Oct 22 16:41:09.725 INFO E| Compiling atty v0.2.14
32752024-10-22T16:41:10.566Z[ helios-setup] Oct 22 16:41:09.815 INFO E| Compiling dirs-next v2.0.0
32762024-10-22T16:41:10.848Z[ helios-setup] Oct 22 16:41:10.095 INFO E| Compiling term v0.7.0
32772024-10-22T16:41:11.032Z[ helios-setup] Oct 22 16:41:10.281 INFO E| Compiling anyhow v1.0.72
32782024-10-22T16:41:11.167Z[ helios-setup] Oct 22 16:41:10.416 INFO E| Compiling getrandom v0.2.10
32792024-10-22T16:41:11.783Z[ helios-setup] Oct 22 16:41:11.032 INFO E| Compiling block-buffer v0.9.0
32802024-10-22T16:41:12.101Z[ helios-setup] Oct 22 16:41:11.348 INFO E| Compiling digest v0.9.0
32812024-10-22T16:41:12.141Z[ helios-setup] Oct 22 16:41:11.390 INFO E| Compiling same-file v1.0.6
32822024-10-22T16:41:12.387Z[ helios-setup] Oct 22 16:41:11.635 INFO E| Compiling ryu v1.0.15
32832024-10-22T16:41:12.500Z[ helios-setup] Oct 22 16:41:11.749 INFO E| Compiling cpufeatures v0.2.9
32842024-10-22T16:41:12.762Z[ helios-setup] Oct 22 16:41:12.011 INFO E| Compiling unicode-width v0.1.10
32852024-10-22T16:41:12.913Z[ helios-setup] Oct 22 16:41:12.162 INFO E| Compiling getopts v0.2.21
32862024-10-22T16:41:13.038Z[ helios-setup] Oct 22 16:41:12.287 INFO E| Compiling time v0.3.36
32872024-10-22T16:41:13.049Z[ helios-setup] Oct 22 16:41:12.296 INFO E| Compiling sha-1 v0.9.8
32882024-10-22T16:41:13.171Z[ helios-setup] Oct 22 16:41:12.420 INFO E| Compiling walkdir v2.3.3
32892024-10-22T16:41:14.201Z[ helios-setup] Oct 22 16:41:13.449 INFO E| Compiling tempfile v3.7.0
32902024-10-22T16:41:14.344Z[ helios-setup] Oct 22 16:41:13.593 INFO E| Compiling md-5 v0.9.1
32912024-10-22T16:41:14.749Z[ helios-setup] Oct 22 16:41:13.997 INFO E| Compiling glob v0.3.1
32922024-10-22T16:41:15.230Z[ helios-setup] Oct 22 16:41:14.479 INFO E| Compiling libdevinfo-sys v1.0.0
32932024-10-22T16:41:16.748Z[ helios-setup] Oct 22 16:41:15.997 INFO E| Compiling slog-term v2.9.0
32942024-10-22T16:41:17.761Z[ helios-setup] Oct 22 16:41:17.009 INFO E| Compiling serde_derive v1.0.193
32952024-10-22T16:41:34.850Z[ helios-setup] Oct 22 16:41:34.095 INFO E| Compiling toml v0.5.11
32962024-10-22T16:41:34.850Z[ helios-setup] Oct 22 16:41:34.095 INFO E| Compiling uuid v0.8.2
32972024-10-22T16:41:37.167Z[ helios-setup] Oct 22 16:41:36.412 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
32982024-10-22T16:41:41.449Z[ helios-setup] Oct 22 16:41:40.693 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
32992024-10-22T16:41:57.297Z[ helios-setup] Oct 22 16:41:56.539 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.24s
33002024-10-22T16:41:57.333Z[ helios-setup] Oct 22 16:41:56.575 INFO building project "image-builder" ok (54 seconds)
33012024-10-22T16:41:57.336Z[ helios-setup] rm -f helios-build
33022024-10-22T16:41:57.339Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
33032024-10-22T16:41:57.341Z[ helios-setup]
33042024-10-22T16:41:57.343Z[ helios-setup] Setup complete! ./helios-build is now available.
33052024-10-22T16:41:57.345Z[ helios-setup]
33062024-10-22T16:41:57.348Z[ helios-setup]
33072024-10-22T16:41:57.348Z[ helios-setup] real 12:04.100887416
33082024-10-22T16:41:57.348ZOct 22 16:41:56.589 INFO [helios-setup] process exited with exit status: 0 (724.106842623s)
33092024-10-22T16:41:57.348Z[ helios-setup] user 28:51.395483450
33102024-10-22T16:41:57.348Z[ helios-setup] sys 3:34.158179366
33112024-10-22T16:41:57.348Z[ helios-setup] trap 1.734137962
33122024-10-22T16:41:57.348Z[ helios-setup] tflt 6.642706094
33132024-10-22T16:41:57.348Z[ helios-setup] dflt 30.057567444
33142024-10-22T16:41:57.348Z[ helios-setup] kflt 0.060782627
33152024-10-22T16:41:57.348Z[ helios-setup] lock 2:09:37.083672347
33162024-10-22T16:41:57.348Z[ helios-setup] slp 3:43:43.917769666
33172024-10-22T16:41:57.348Z[ helios-setup] lat 32:44.291903486
33182024-10-22T16:41:57.348Z[ helios-setup] stop 4:53.972748412
33192024-10-22T16:41:57.348ZOct 22 16:41:56.590 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
33202024-10-22T16:41:57.374Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos'
33212024-10-22T16:41:57.966Z[ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18)
33222024-10-22T16:41:57.966Z[ phbl-toolchain] info: downloading component 'cargo'
33232024-10-22T16:41:59.241Z[ phbl-toolchain] info: downloading component 'clippy'
33242024-10-22T16:41:59.746Z[ phbl-toolchain] info: downloading component 'llvm-tools'
33252024-10-22T16:42:05.214Z[ phbl-toolchain] info: downloading component 'miri'
33262024-10-22T16:42:06.375Z[ phbl-toolchain] info: downloading component 'rust-docs'
33272024-10-22T16:42:07.773Z[ phbl-toolchain] info: downloading component 'rust-src'
33282024-10-22T16:42:08.514Z[ phbl-toolchain] info: downloading component 'rust-std'
33292024-10-22T16:42:10.695Z[ phbl-toolchain] info: downloading component 'rustc'
33302024-10-22T16:42:18.721Z[ phbl-toolchain] info: downloading component 'rustfmt'
33312024-10-22T16:42:19.951Z[ phbl-toolchain] info: installing component 'cargo'
33322024-10-22T16:42:21.381Z[ phbl-toolchain] info: installing component 'clippy'
33332024-10-22T16:42:21.960Z[ phbl-toolchain] info: installing component 'llvm-tools'
33342024-10-22T16:42:27.769Z[ phbl-toolchain] info: installing component 'miri'
33352024-10-22T16:42:28.171Z[ phbl-toolchain] info: installing component 'rust-docs'
33362024-10-22T16:42:35.436Z[ phbl-toolchain] info: installing component 'rust-src'
33372024-10-22T16:42:37.017Z[ phbl-toolchain] info: installing component 'rust-std'
33382024-10-22T16:42:39.435Z[ phbl-toolchain] info: installing component 'rustc'
33392024-10-22T16:42:48.819Z[ phbl-toolchain] info: installing component 'rustfmt'
33402024-10-22T16:42:49.578Z[ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15)
33412024-10-22T16:42:49.580ZOct 22 16:42:48.815 INFO [phbl-toolchain] process exited with exit status: 0 (52.224565208s)
33422024-10-22T16:43:22.267Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33432024-10-22T16:43:41.316Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33442024-10-22T16:50:09.556Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 32s
33452024-10-22T16:51:13.036ZOct 22 16:51:12.198 INFO [host-package] process exited with exit status: 0 (1235.705591554s)
33462024-10-22T16:51:13.039ZOct 22 16:51:12.198 INFO [host-stamp] running task
33472024-10-22T16:51:13.039ZOct 22 16:51:12.199 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
33482024-10-22T16:51:13.039ZOct 22 16:51:12.199 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+gitab1f3779636
33492024-10-22T16:51:13.051ZOct 22 16:51:12.214 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+gitab1f3779636
33502024-10-22T16:51:13.057Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
33512024-10-22T16:51:13.060ZOct 22 16:51:12.222 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+gitab1f3779636
33522024-10-22T16:51:13.066Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
33532024-10-22T16:51:13.068Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
33542024-10-22T16:51:13.071ZOct 22 16:51:12.231 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+gitab1f3779636
33552024-10-22T16:51:13.076Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
33562024-10-22T16:51:13.079Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
33572024-10-22T16:51:13.081ZOct 22 16:51:12.241 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+gitab1f3779636
33582024-10-22T16:51:13.091Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33592024-10-22T16:51:13.093ZOct 22 16:51:12.253 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+gitab1f3779636
33602024-10-22T16:51:13.099Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
33612024-10-22T16:51:13.103Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
33622024-10-22T16:51:13.105ZOct 22 16:51:12.265 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+gitab1f3779636
33632024-10-22T16:51:13.115Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33642024-10-22T16:51:13.115ZOct 22 16:51:12.277 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+gitab1f3779636
33652024-10-22T16:51:13.128Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
33662024-10-22T16:51:13.128ZOct 22 16:51:12.290 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (76.604859ms)
33672024-10-22T16:51:13.130ZOct 22 16:51:12.290 INFO [stamp-oxlog] process exited with exit status: 0 (68.077622ms)
33682024-10-22T16:51:13.139Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
33692024-10-22T16:51:13.141Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
33702024-10-22T16:51:13.144ZOct 22 16:51:12.306 INFO [stamp-overlay] process exited with exit status: 0 (28.923392ms)
33712024-10-22T16:51:13.193Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
33722024-10-22T16:51:13.197ZOct 22 16:51:12.359 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (128.091919ms)
33732024-10-22T16:51:13.309Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
33742024-10-22T16:51:13.312ZOct 22 16:51:12.474 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (221.145009ms)
33752024-10-22T16:51:13.451Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
33762024-10-22T16:51:13.454ZOct 22 16:51:12.616 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (350.948478ms)
33772024-10-22T16:51:14.153Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
33782024-10-22T16:51:14.156ZOct 22 16:51:13.318 INFO [stamp-propolis-server] process exited with exit status: 0 (1.119633493s)
33792024-10-22T16:51:14.361Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33802024-10-22T16:51:16.683Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33812024-10-22T16:51:23.538Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
33822024-10-22T16:51:23.541ZOct 22 16:51:22.702 INFO [stamp-switch-asic] process exited with exit status: 0 (10.46036731s)
33832024-10-22T16:51:23.543ZOct 22 16:51:22.702 INFO [host-stamp] task succeeded (10.50365996s)
33842024-10-22T16:51:23.543ZOct 22 16:51:22.702 INFO [host-proto] running task
33852024-10-22T16:51:23.935ZOct 22 16:51:23.096 INFO [host-proto] task succeeded (393.678451ms)
33862024-10-22T16:51:23.935ZOct 22 16:51:23.096 INFO [host-profile] running task
33872024-10-22T16:51:23.938ZOct 22 16:51:23.096 INFO [host-profile] task succeeded (317.72µs)
33882024-10-22T16:51:23.938ZOct 22 16:51:23.096 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/.tmpdGrXoe/proto/host/root -N 'ci ab1f377/${os_short_commit} 2024-10-22 16:29' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33892024-10-22T16:51:23.952Z[ host-image] Oct 22 16:51:23.113 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33902024-10-22T16:51:23.952Z[ host-image] Oct 22 16:51:23.113 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33912024-10-22T16:51:23.967Z[ host-image] Oct 22 16:51:23.128 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpdGrXoe/proto/host/root"
33922024-10-22T16:51:23.967Z[ host-image] Oct 22 16:51:23.128 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33932024-10-22T16:51:23.970Z[ host-image] Oct 22 16:51:23.128 INFO image builder template: ramdisk-01-os...
33942024-10-22T16:51:23.970Z[ host-image] Oct 22 16:51:23.128 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpdGrXoe/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-22T16:51:23.986Z[ host-image] Oct 22 16:51:23.147 INFO O| Oct 22 16:51:23.147 INFO CREATE DATASET: rpool/images/build/host/output
33962024-10-22T16:51:24.210Z[ host-image] Oct 22 16:51:23.370 INFO O| Oct 22 16:51:23.370 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33972024-10-22T16:51:24.215Z[ host-image] Oct 22 16:51:23.376 INFO O| Oct 22 16:51:23.376 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33982024-10-22T16:51:24.375Z[ host-image] Oct 22 16:51:23.535 INFO O| Oct 22 16:51:23.535 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
33992024-10-22T16:51:24.420Z[ host-image] Oct 22 16:51:23.580 INFO O| Oct 22 16:51:23.580 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34002024-10-22T16:51:24.422Z[ host-image] Oct 22 16:51:23.580 INFO O| Oct 22 16:51:23.580 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
34012024-10-22T16:51:24.422Z[ host-image] Oct 22 16:51:23.580 INFO O| Oct 22 16:51:23.580 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
34022024-10-22T16:51:24.422Z[ host-image] Oct 22 16:51:23.581 INFO O| Oct 22 16:51:23.580 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
34032024-10-22T16:51:24.428Z[ host-image] Oct 22 16:51:23.589 INFO O| Oct 22 16:51:23.589 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
34042024-10-22T16:51:24.595Z[ host-image] Oct 22 16:51:23.755 INFO O| Oct 22 16:51:23.755 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34052024-10-22T16:51:24.606Z[ host-image] Oct 22 16:51:23.766 INFO O| Oct 22 16:51:23.766 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
34062024-10-22T16:51:25.093Z[ host-image] Oct 22 16:51:24.253 INFO O| Oct 22 16:51:24.253 INFO O| Caching catalogs ... Done
34072024-10-22T16:51:25.197Z[ host-image] Oct 22 16:51:24.357 INFO O| Oct 22 16:51:24.357 INFO STEP 0 (pkg_image_create) COMPLETE
34082024-10-22T16:51:25.197Z[ host-image] Oct 22 16:51:24.357 INFO O| Oct 22 16:51:24.357 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34092024-10-22T16:51:25.199Z[ host-image] Oct 22 16:51:24.357 INFO O| Oct 22 16:51:24.357 INFO skip step because feature "repo_redist" is not enabled
34102024-10-22T16:51:25.199Z[ host-image] Oct 22 16:51:24.357 INFO O| Oct 22 16:51:24.357 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34112024-10-22T16:51:25.208Z[ host-image] Oct 22 16:51:24.369 INFO O| Oct 22 16:51:24.369 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-22T16:51:25.749Z[ host-image] Oct 22 16:51:24.909 INFO O| Oct 22 16:51:24.909 INFO STEP 2 (pkg_set_publisher) COMPLETE
34132024-10-22T16:51:25.749Z[ host-image] Oct 22 16:51:24.909 INFO O| Oct 22 16:51:24.909 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34142024-10-22T16:51:25.766Z[ host-image] Oct 22 16:51:24.926 INFO O| Oct 22 16:51:24.926 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-22T16:51:26.321Z[ host-image] Oct 22 16:51:25.482 INFO O| Oct 22 16:51:25.481 INFO STEP 3 (pkg_set_publisher) COMPLETE
34162024-10-22T16:51:26.322Z[ host-image] Oct 22 16:51:25.482 INFO O| Oct 22 16:51:25.482 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34172024-10-22T16:51:26.324Z[ host-image] Oct 22 16:51:25.482 INFO O| Oct 22 16:51:25.482 INFO skip step because feature "repo_redist" is not enabled
34182024-10-22T16:51:26.324Z[ host-image] Oct 22 16:51:25.482 INFO O| Oct 22 16:51:25.482 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34192024-10-22T16:51:26.867Z[ host-image] Oct 22 16:51:26.027 INFO O| Oct 22 16:51:26.027 INFO variant opensolaris.zone is already global
34202024-10-22T16:51:26.868Z[ host-image] Oct 22 16:51:26.027 INFO O| Oct 22 16:51:26.027 INFO STEP 5 (pkg_change_variant) COMPLETE
34212024-10-22T16:51:26.870Z[ host-image] Oct 22 16:51:26.027 INFO O| Oct 22 16:51:26.027 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34222024-10-22T16:51:27.399Z[ host-image] Oct 22 16:51:26.559 INFO O| Oct 22 16:51:26.559 INFO variant opensolaris.imagetype is full; changing to partial
34232024-10-22T16:51:27.399Z[ host-image] Oct 22 16:51:26.559 INFO O| Oct 22 16:51:26.559 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34242024-10-22T16:51:34.327Z[ host-image] Oct 22 16:51:33.486 INFO O| Oct 22 16:51:33.485 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34252024-10-22T16:51:35.617Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.31s
34262024-10-22T16:51:37.328ZOct 22 16:51:36.486 INFO [recovery-package] process exited with exit status: 0 (24.287699094s)
34272024-10-22T16:51:37.328ZOct 22 16:51:36.486 INFO [recovery-stamp] running task
34282024-10-22T16:51:37.331ZOct 22 16:51:36.487 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
34292024-10-22T16:51:37.337ZOct 22 16:51:36.496 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+gitab1f3779636
34302024-10-22T16:51:37.347ZOct 22 16:51:36.506 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitab1f3779636
34312024-10-22T16:51:37.358Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
34322024-10-22T16:51:37.367Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
34332024-10-22T16:51:37.444Z[ host-image] Oct 22 16:51:36.602 INFO O| Oct 22 16:51:36.602 INFO O| Startup: Caching catalogs ... Done
34342024-10-22T16:51:37.451Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
34352024-10-22T16:51:37.455ZOct 22 16:51:36.613 INFO [stamp-installinator] process exited with exit status: 0 (107.324061ms)
34362024-10-22T16:51:37.479Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
34372024-10-22T16:51:37.483ZOct 22 16:51:36.642 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (146.56413ms)
34382024-10-22T16:51:37.486ZOct 22 16:51:36.642 INFO [recovery-stamp] task succeeded (155.820104ms)
34392024-10-22T16:51:37.486ZOct 22 16:51:36.642 INFO [recovery-proto] running task
34402024-10-22T16:51:37.486ZOct 22 16:51:36.642 INFO [tuf-stamp] running task
34412024-10-22T16:51:37.486ZOct 22 16:51:36.644 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+gitab1f3779636
34422024-10-22T16:51:37.502ZOct 22 16:51:36.661 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+gitab1f3779636
34432024-10-22T16:51:37.511Z[ host-image] Oct 22 16:51:36.669 INFO O| Oct 22 16:51:36.669 INFO O| Planning: Planning completed in 0.00 seconds
34442024-10-22T16:51:37.513Z[ host-image] Oct 22 16:51:36.670 INFO O| Oct 22 16:51:36.670 INFO O| Planning: Consolidating action changes ... Done
34452024-10-22T16:51:37.513Z[ host-image] Oct 22 16:51:36.670 INFO O| Oct 22 16:51:36.670 INFO O| Planning: Evaluating mediators ... Done
34462024-10-22T16:51:37.513Z[ host-image] Oct 22 16:51:36.670 INFO O| Oct 22 16:51:36.670 INFO O| Planning: Planning completed in 0.00 seconds
34472024-10-22T16:51:37.513Z[ host-image] Oct 22 16:51:36.670 INFO O| Oct 22 16:51:36.670 INFO O| Variants/Facets to change: 1
34482024-10-22T16:51:37.515Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34492024-10-22T16:51:37.515ZOct 22 16:51:36.674 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+gitab1f3779636
34502024-10-22T16:51:37.532Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
34512024-10-22T16:51:37.534ZOct 22 16:51:36.691 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+gitab1f3779636
34522024-10-22T16:51:37.543Z[ host-image] Oct 22 16:51:36.693 INFO O| Oct 22 16:51:36.693 INFO O| Done
34532024-10-22T16:51:37.546Z[ host-image] Oct 22 16:51:36.693 INFO O| Oct 22 16:51:36.693 INFO O| Done
34542024-10-22T16:51:37.546Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34552024-10-22T16:51:37.549ZOct 22 16:51:36.708 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+gitab1f3779636
34562024-10-22T16:51:37.567Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
34572024-10-22T16:51:37.571ZOct 22 16:51:36.730 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+gitab1f3779636
34582024-10-22T16:51:37.590Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
34592024-10-22T16:51:37.590ZOct 22 16:51:36.748 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+gitab1f3779636
34602024-10-22T16:51:37.659ZOct 22 16:51:36.818 INFO [recovery-proto] task succeeded (175.307876ms)
34612024-10-22T16:51:37.667Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
34622024-10-22T16:51:37.669ZOct 22 16:51:36.825 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/.tmpdGrXoe/proto/recovery/root -N 'recovery ab1f377/${os_short_commit} 2024-10-22 16:29' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
34632024-10-22T16:51:37.680Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
34642024-10-22T16:51:37.680ZOct 22 16:51:36.838 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+gitab1f3779636
34652024-10-22T16:51:37.716Z[ recovery-image] Oct 22 16:51:36.854 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
34662024-10-22T16:51:37.716Z[ recovery-image] Oct 22 16:51:36.854 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
34672024-10-22T16:51:37.719Z[ recovery-image] Oct 22 16:51:36.872 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpdGrXoe/proto/recovery/root"
34682024-10-22T16:51:37.719Z[ recovery-image] Oct 22 16:51:36.872 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34692024-10-22T16:51:37.719Z[ recovery-image] Oct 22 16:51:36.872 INFO image builder template: ramdisk-01-os...
34702024-10-22T16:51:37.719Z[ recovery-image] Oct 22 16:51:36.872 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/.tmpdGrXoe/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
34712024-10-22T16:51:37.719Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
34722024-10-22T16:51:37.719ZOct 22 16:51:36.876 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+gitab1f3779636
34732024-10-22T16:51:37.974Z[ recovery-image] Oct 22 16:51:36.915 INFO O| Oct 22 16:51:36.914 INFO CREATE DATASET: rpool/images/build/recovery/output
34742024-10-22T16:51:37.995Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
34752024-10-22T16:51:37.998ZOct 22 16:51:37.154 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+gitab1f3779636
34762024-10-22T16:51:38.064Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
34772024-10-22T16:51:38.066Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
34782024-10-22T16:51:38.076ZOct 22 16:51:37.235 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+gitab1f3779636
34792024-10-22T16:51:38.109ZOct 22 16:51:37.267 INFO [stamp-probe] process exited with exit status: 0 (576.52482ms)
34802024-10-22T16:51:38.112Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34812024-10-22T16:51:38.130ZOct 22 16:51:37.282 INFO [stamp-ntp] process exited with exit status: 0 (534.054914ms)
34822024-10-22T16:51:38.135Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34832024-10-22T16:51:38.176Z[ recovery-image] Oct 22 16:51:37.335 INFO O| Oct 22 16:51:37.327 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34842024-10-22T16:51:38.209Z[ recovery-image] Oct 22 16:51:37.367 INFO O| Oct 22 16:51:37.367 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34852024-10-22T16:51:38.499Z[ recovery-image] Oct 22 16:51:37.657 INFO O| Oct 22 16:51:37.657 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
34862024-10-22T16:51:38.541Z[ host-image] Oct 22 16:51:37.699 INFO O| Oct 22 16:51:37.699 INFO O| Done
34872024-10-22T16:51:38.578Z[ recovery-image] Oct 22 16:51:37.736 INFO O| Oct 22 16:51:37.736 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34882024-10-22T16:51:38.578Z[ recovery-image] Oct 22 16:51:37.736 INFO O| Oct 22 16:51:37.736 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34892024-10-22T16:51:38.580Z[ recovery-image] Oct 22 16:51:37.736 INFO O| Oct 22 16:51:37.736 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34902024-10-22T16:51:38.580Z[ recovery-image] Oct 22 16:51:37.736 INFO O| Oct 22 16:51:37.736 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34912024-10-22T16:51:38.589Z[ recovery-image] Oct 22 16:51:37.748 INFO O| Oct 22 16:51:37.748 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34922024-10-22T16:51:38.673Z[ host-image] Oct 22 16:51:37.831 INFO O| Oct 22 16:51:37.831 INFO O| Done
34932024-10-22T16:51:38.675Z[ host-image] Oct 22 16:51:37.832 INFO O| Oct 22 16:51:37.832 INFO O| Done
34942024-10-22T16:51:38.675Z[ host-image] Oct 22 16:51:37.833 INFO O| Oct 22 16:51:37.833 INFO O| Done
34952024-10-22T16:51:38.678Z[ host-image] Oct 22 16:51:37.834 INFO O| Oct 22 16:51:37.834 INFO O| Done
34962024-10-22T16:51:38.936Z[ recovery-image] Oct 22 16:51:38.094 INFO O| Oct 22 16:51:38.094 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34972024-10-22T16:51:38.979Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
34982024-10-22T16:51:38.992Z[ recovery-image] Oct 22 16:51:38.150 INFO O| Oct 22 16:51:38.150 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
34992024-10-22T16:51:39.002ZOct 22 16:51:38.160 INFO [stamp-internal-dns] process exited with exit status: 0 (1.516548158s)
35002024-10-22T16:51:39.022Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
35012024-10-22T16:51:39.068Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
35022024-10-22T16:51:39.239Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
35032024-10-22T16:51:39.288ZOct 22 16:51:38.446 INFO [stamp-external-dns] process exited with exit status: 0 (1.772579275s)
35042024-10-22T16:51:39.341Z[ host-image] Oct 22 16:51:38.500 INFO O| Oct 22 16:51:38.499 INFO STEP 6 (pkg_change_variant) COMPLETE
35052024-10-22T16:51:39.342Z[ host-image] Oct 22 16:51:38.500 INFO O| Oct 22 16:51:38.499 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35062024-10-22T16:51:39.344Z[ host-image] Oct 22 16:51:38.500 INFO O| Oct 22 16:51:38.500 INFO skip step because feature "debug_variant" is not enabled
35072024-10-22T16:51:39.344Z[ host-image] Oct 22 16:51:38.500 INFO O| Oct 22 16:51:38.500 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35082024-10-22T16:51:39.353Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
35092024-10-22T16:51:39.421ZOct 22 16:51:38.578 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.343752182s)
35102024-10-22T16:51:39.622Z[ recovery-image] Oct 22 16:51:38.780 INFO O| Oct 22 16:51:38.780 INFO O| Caching catalogs ... Done
35112024-10-22T16:51:39.745Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
35122024-10-22T16:51:39.747Z[ recovery-image] Oct 22 16:51:38.904 INFO O| Oct 22 16:51:38.904 INFO STEP 0 (pkg_image_create) COMPLETE
35132024-10-22T16:51:39.747Z[ recovery-image] Oct 22 16:51:38.904 INFO O| Oct 22 16:51:38.904 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35142024-10-22T16:51:39.747Z[ recovery-image] Oct 22 16:51:38.904 INFO O| Oct 22 16:51:38.904 INFO skip step because feature "repo_redist" is not enabled
35152024-10-22T16:51:39.747Z[ recovery-image] Oct 22 16:51:38.904 INFO O| Oct 22 16:51:38.904 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35162024-10-22T16:51:39.750ZOct 22 16:51:38.906 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.75233508s)
35172024-10-22T16:51:39.761Z[ recovery-image] Oct 22 16:51:38.919 INFO O| Oct 22 16:51:38.919 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"]
35182024-10-22T16:51:39.827Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
35192024-10-22T16:51:39.831ZOct 22 16:51:38.989 INFO [stamp-oximeter] process exited with exit status: 0 (2.151032068s)
35202024-10-22T16:51:39.836Z[ host-image] Oct 22 16:51:38.994 INFO O| Oct 22 16:51:38.994 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
35212024-10-22T16:51:40.255Z[ recovery-image] Oct 22 16:51:39.413 INFO O| Oct 22 16:51:39.413 INFO STEP 2 (pkg_set_publisher) COMPLETE
35222024-10-22T16:51:40.255Z[ recovery-image] Oct 22 16:51:39.413 INFO O| Oct 22 16:51:39.413 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35232024-10-22T16:51:40.270Z[ recovery-image] Oct 22 16:51:39.428 INFO O| Oct 22 16:51:39.428 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"]
35242024-10-22T16:51:40.490Z[ host-image] Oct 22 16:51:39.648 INFO O| Oct 22 16:51:39.648 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35252024-10-22T16:51:40.493Z[ host-image] Oct 22 16:51:39.650 INFO O| Oct 22 16:51:39.650 INFO O| Planning: Planning completed in 0.00 seconds
35262024-10-22T16:51:40.493Z[ host-image] Oct 22 16:51:39.650 INFO O| Oct 22 16:51:39.650 INFO O| Planning: Consolidating action changes ... Done
35272024-10-22T16:51:40.493Z[ host-image] Oct 22 16:51:39.651 INFO O| Oct 22 16:51:39.651 INFO O| Planning: Evaluating mediators ... Done
35282024-10-22T16:51:40.493Z[ host-image] Oct 22 16:51:39.651 INFO O| Oct 22 16:51:39.651 INFO O| Planning: Planning completed in 0.00 seconds
35292024-10-22T16:51:40.495Z[ host-image] Oct 22 16:51:39.651 INFO O| Oct 22 16:51:39.651 INFO O| Variants/Facets to change: 1
35302024-10-22T16:51:40.517Z[ host-image] Oct 22 16:51:39.675 INFO O| Oct 22 16:51:39.675 INFO O| Done
35312024-10-22T16:51:40.517Z[ host-image] Oct 22 16:51:39.675 INFO O| Oct 22 16:51:39.675 INFO O| Done
35322024-10-22T16:51:40.739Z[ recovery-image] Oct 22 16:51:39.897 INFO O| Oct 22 16:51:39.897 INFO STEP 3 (pkg_set_publisher) COMPLETE
35332024-10-22T16:51:40.739Z[ recovery-image] Oct 22 16:51:39.897 INFO O| Oct 22 16:51:39.897 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35342024-10-22T16:51:40.739Z[ recovery-image] Oct 22 16:51:39.897 INFO O| Oct 22 16:51:39.897 INFO skip step because feature "repo_redist" is not enabled
35352024-10-22T16:51:40.742Z[ recovery-image] Oct 22 16:51:39.897 INFO O| Oct 22 16:51:39.897 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35362024-10-22T16:51:41.088Z[ host-image] Oct 22 16:51:40.246 INFO O| Oct 22 16:51:40.246 INFO O| Done
35372024-10-22T16:51:41.154Z[ host-image] Oct 22 16:51:40.312 INFO O| Oct 22 16:51:40.312 INFO O| Done
35382024-10-22T16:51:41.157Z[ host-image] Oct 22 16:51:40.313 INFO O| Oct 22 16:51:40.313 INFO O| Done
35392024-10-22T16:51:41.157Z[ host-image] Oct 22 16:51:40.313 INFO O| Oct 22 16:51:40.313 INFO O| Done
35402024-10-22T16:51:41.157Z[ host-image] Oct 22 16:51:40.315 INFO O| Oct 22 16:51:40.315 INFO O| Done
35412024-10-22T16:51:41.188Z[ recovery-image] Oct 22 16:51:40.346 INFO O| Oct 22 16:51:40.346 INFO variant opensolaris.zone is already global
35422024-10-22T16:51:41.188Z[ recovery-image] Oct 22 16:51:40.346 INFO O| Oct 22 16:51:40.346 INFO STEP 5 (pkg_change_variant) COMPLETE
35432024-10-22T16:51:41.190Z[ recovery-image] Oct 22 16:51:40.346 INFO O| Oct 22 16:51:40.346 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35442024-10-22T16:51:41.225Z[ host-image] Oct 22 16:51:40.383 INFO O| Oct 22 16:51:40.383 INFO STEP 8 (pkg_change_facet) COMPLETE
35452024-10-22T16:51:41.225Z[ host-image] Oct 22 16:51:40.383 INFO O| Oct 22 16:51:40.383 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35462024-10-22T16:51:41.225Z[ host-image] Oct 22 16:51:40.383 INFO O| Oct 22 16:51:40.383 INFO skip step because feature "recovery" is not enabled
35472024-10-22T16:51:41.225Z[ host-image] Oct 22 16:51:40.383 INFO O| Oct 22 16:51:40.383 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35482024-10-22T16:51:41.225Z[ host-image] Oct 22 16:51:40.383 INFO O| Oct 22 16:51:40.383 INFO skip step because feature "recovery" is not enabled
35492024-10-22T16:51:41.228Z[ host-image] Oct 22 16:51:40.383 INFO O| Oct 22 16:51:40.383 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35502024-10-22T16:51:41.237Z[ host-image] Oct 22 16:51:40.395 INFO O| Oct 22 16:51:40.395 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"]
35512024-10-22T16:51:41.460Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
35522024-10-22T16:51:41.463ZOct 22 16:51:40.621 INFO [stamp-nexus] process exited with exit status: 0 (3.913607404s)
35532024-10-22T16:51:41.662Z[ recovery-image] Oct 22 16:51:40.820 INFO O| Oct 22 16:51:40.820 INFO variant opensolaris.imagetype is full; changing to partial
35542024-10-22T16:51:41.662Z[ recovery-image] Oct 22 16:51:40.820 INFO O| Oct 22 16:51:40.820 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35552024-10-22T16:51:41.759Z[ host-image] Oct 22 16:51:40.917 INFO O| Oct 22 16:51:40.917 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35562024-10-22T16:51:42.803Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35572024-10-22T16:51:42.943Z[verify-libraries] Compiling polyval v0.6.2
35582024-10-22T16:51:42.959Z[verify-libraries] Compiling ctr v0.9.2
35592024-10-22T16:51:42.976Z[verify-libraries] Compiling ssh-encoding v0.2.0
35602024-10-22T16:51:42.976Z[verify-libraries] Compiling blowfish v0.9.1
35612024-10-22T16:51:42.978Z[verify-libraries] Compiling password-hash v0.4.2
35622024-10-22T16:51:42.980Z[verify-libraries] Compiling matches v0.1.10
35632024-10-22T16:51:42.980Z[verify-libraries] Compiling p521 v0.13.3
35642024-10-22T16:51:43.084Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
35652024-10-22T16:51:43.210ZOct 22 16:51:42.367 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.706740524s)
35662024-10-22T16:51:43.403Z[verify-libraries] Compiling ghash v0.5.1
35672024-10-22T16:51:43.546Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
35682024-10-22T16:51:43.585Z[verify-libraries] Compiling idna v0.2.3
35692024-10-22T16:51:43.667Z[verify-libraries] Compiling p256 v0.13.2
35702024-10-22T16:51:44.366Z[verify-libraries] Compiling aes-gcm v0.10.3
35712024-10-22T16:51:44.492Z[verify-libraries] Compiling pbkdf2 v0.11.0
35722024-10-22T16:51:44.542Z[verify-libraries] Compiling enum-as-inner v0.5.1
35732024-10-22T16:51:45.317Z[verify-libraries] Compiling ssh-cipher v0.2.0
35742024-10-22T16:51:45.515Z[verify-libraries] Compiling russh-cryptovec v0.7.3
35752024-10-22T16:51:46.093Z[verify-libraries] Compiling ssh-key v0.6.6
35762024-10-22T16:51:46.148Z[verify-libraries] Compiling md5 v0.7.0
35772024-10-22T16:51:46.306Z[verify-libraries] Compiling trust-dns-proto v0.22.0
35782024-10-22T16:51:46.876Z[verify-libraries] Compiling num-bigint v0.4.6
35792024-10-22T16:51:46.945Z[verify-libraries] Compiling des v0.8.1
35802024-10-22T16:51:47.587Z[verify-libraries] Compiling dhcproto-macros v0.1.0
35812024-10-22T16:51:48.039Z[verify-libraries] Compiling hex-literal v0.4.1
35822024-10-22T16:51:48.505Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35832024-10-22T16:51:48.995Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35842024-10-22T16:51:49.112Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
35852024-10-22T16:51:49.156ZOct 22 16:51:48.313 INFO [stamp-clickhouse] process exited with exit status: 0 (11.429178018s)
35862024-10-22T16:51:49.295Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
35872024-10-22T16:51:49.354ZOct 22 16:51:48.510 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (11.780567399s)
35882024-10-22T16:51:49.354ZOct 22 16:51:48.510 INFO [tuf-stamp] task succeeded (11.868016599s)
35892024-10-22T16:51:49.759Z[verify-libraries] Compiling russh-keys v0.45.0
35902024-10-22T16:51:50.831Z[verify-libraries] Compiling internet-checksum v0.2.1
35912024-10-22T16:51:51.521Z[verify-libraries] Compiling heck v0.4.1
35922024-10-22T16:51:52.875Z[ recovery-image] Oct 22 16:51:52.030 INFO O| Oct 22 16:51:52.030 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35932024-10-22T16:51:53.184Z[verify-libraries] Compiling dhcproto v0.12.0
35942024-10-22T16:51:56.930Z[verify-libraries] Compiling russh v0.45.0
35952024-10-22T16:51:58.471Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35962024-10-22T16:52:00.040Z[ recovery-image] Oct 22 16:51:59.195 INFO O| Oct 22 16:51:59.195 INFO O| Startup: Caching catalogs ... Done
35972024-10-22T16:52:00.149Z[ recovery-image] Oct 22 16:51:59.304 INFO O| Oct 22 16:51:59.304 INFO O| Planning: Planning completed in 0.00 seconds
35982024-10-22T16:52:00.151Z[ recovery-image] Oct 22 16:51:59.305 INFO O| Oct 22 16:51:59.305 INFO O| Planning: Consolidating action changes ... Done
35992024-10-22T16:52:00.152Z[ recovery-image] Oct 22 16:51:59.305 INFO O| Oct 22 16:51:59.305 INFO O| Planning: Evaluating mediators ... Done
36002024-10-22T16:52:00.152Z[ recovery-image] Oct 22 16:51:59.306 INFO O| Oct 22 16:51:59.306 INFO O| Planning: Planning completed in 0.00 seconds
36012024-10-22T16:52:00.152Z[ recovery-image] Oct 22 16:51:59.306 INFO O| Oct 22 16:51:59.306 INFO O| Variants/Facets to change: 1
36022024-10-22T16:52:00.249Z[ recovery-image] Oct 22 16:51:59.404 INFO O| Oct 22 16:51:59.404 INFO O| Done
36032024-10-22T16:52:00.249Z[ recovery-image] Oct 22 16:51:59.404 INFO O| Oct 22 16:51:59.404 INFO O| Done
36042024-10-22T16:52:01.099Z[ recovery-image] Oct 22 16:52:00.254 INFO O| Oct 22 16:52:00.253 INFO O| Done
36052024-10-22T16:52:01.160Z[ recovery-image] Oct 22 16:52:00.314 INFO O| Oct 22 16:52:00.314 INFO O| Done
36062024-10-22T16:52:01.163Z[ recovery-image] Oct 22 16:52:00.315 INFO O| Oct 22 16:52:00.315 INFO O| Done
36072024-10-22T16:52:01.163Z[ recovery-image] Oct 22 16:52:00.315 INFO O| Oct 22 16:52:00.315 INFO O| Done
36082024-10-22T16:52:01.163Z[ recovery-image] Oct 22 16:52:00.317 INFO O| Oct 22 16:52:00.317 INFO O| Done
36092024-10-22T16:52:01.895Z[ recovery-image] Oct 22 16:52:01.050 INFO O| Oct 22 16:52:01.050 INFO STEP 6 (pkg_change_variant) COMPLETE
36102024-10-22T16:52:01.895Z[ recovery-image] Oct 22 16:52:01.050 INFO O| Oct 22 16:52:01.050 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36112024-10-22T16:52:01.898Z[ recovery-image] Oct 22 16:52:01.050 INFO O| Oct 22 16:52:01.050 INFO skip step because feature "debug_variant" is not enabled
36122024-10-22T16:52:01.898Z[ recovery-image] Oct 22 16:52:01.050 INFO O| Oct 22 16:52:01.050 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36132024-10-22T16:52:02.605Z[ recovery-image] Oct 22 16:52:01.760 INFO O| Oct 22 16:52:01.760 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36142024-10-22T16:52:03.745Z[ recovery-image] Oct 22 16:52:02.898 INFO O| Oct 22 16:52:02.898 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36152024-10-22T16:52:03.748Z[ recovery-image] Oct 22 16:52:02.900 INFO O| Oct 22 16:52:02.900 INFO O| Planning: Planning completed in 0.00 seconds
36162024-10-22T16:52:03.748Z[ recovery-image] Oct 22 16:52:02.901 INFO O| Oct 22 16:52:02.901 INFO O| Planning: Consolidating action changes ... Done
36172024-10-22T16:52:03.749Z[ recovery-image] Oct 22 16:52:02.901 INFO O| Oct 22 16:52:02.901 INFO O| Planning: Evaluating mediators ... Done
36182024-10-22T16:52:03.749Z[ recovery-image] Oct 22 16:52:02.902 INFO O| Oct 22 16:52:02.902 INFO O| Planning: Planning completed in 0.00 seconds
36192024-10-22T16:52:03.749Z[ recovery-image] Oct 22 16:52:02.902 INFO O| Oct 22 16:52:02.902 INFO O| Variants/Facets to change: 1
36202024-10-22T16:52:03.844Z[ recovery-image] Oct 22 16:52:02.998 INFO O| Oct 22 16:52:02.998 INFO O| Done
36212024-10-22T16:52:03.844Z[ recovery-image] Oct 22 16:52:02.998 INFO O| Oct 22 16:52:02.998 INFO O| Done
36222024-10-22T16:52:04.601Z[ recovery-image] Oct 22 16:52:03.754 INFO O| Oct 22 16:52:03.754 INFO O| Done
36232024-10-22T16:52:04.675Z[ recovery-image] Oct 22 16:52:03.828 INFO O| Oct 22 16:52:03.828 INFO O| Done
36242024-10-22T16:52:04.677Z[ recovery-image] Oct 22 16:52:03.829 INFO O| Oct 22 16:52:03.829 INFO O| Done
36252024-10-22T16:52:04.677Z[ recovery-image] Oct 22 16:52:03.829 INFO O| Oct 22 16:52:03.829 INFO O| Done
36262024-10-22T16:52:04.677Z[ recovery-image] Oct 22 16:52:03.831 INFO O| Oct 22 16:52:03.831 INFO O| Done
36272024-10-22T16:52:04.782Z[ recovery-image] Oct 22 16:52:03.933 INFO O| Oct 22 16:52:03.933 INFO STEP 8 (pkg_change_facet) COMPLETE
36282024-10-22T16:52:04.783Z[ recovery-image] Oct 22 16:52:03.933 INFO O| Oct 22 16:52:03.933 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36292024-10-22T16:52:04.968Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36302024-10-22T16:52:05.422Z[ recovery-image] Oct 22 16:52:04.576 INFO O| Oct 22 16:52:04.576 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
36312024-10-22T16:52:06.504Z[ recovery-image] Oct 22 16:52:05.658 INFO O| Oct 22 16:52:05.658 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36322024-10-22T16:52:06.507Z[ recovery-image] Oct 22 16:52:05.660 INFO O| Oct 22 16:52:05.660 INFO O| Planning: Planning completed in 0.00 seconds
36332024-10-22T16:52:06.507Z[ recovery-image] Oct 22 16:52:05.661 INFO O| Oct 22 16:52:05.661 INFO O| Planning: Consolidating action changes ... Done
36342024-10-22T16:52:06.507Z[ recovery-image] Oct 22 16:52:05.661 INFO O| Oct 22 16:52:05.661 INFO O| Planning: Evaluating mediators ... Done
36352024-10-22T16:52:06.510Z[ recovery-image] Oct 22 16:52:05.662 INFO O| Oct 22 16:52:05.662 INFO O| Planning: Planning completed in 0.00 seconds
36362024-10-22T16:52:06.510Z[ recovery-image] Oct 22 16:52:05.662 INFO O| Oct 22 16:52:05.662 INFO O| Variants/Facets to change: 1
36372024-10-22T16:52:06.550Z[ recovery-image] Oct 22 16:52:05.704 INFO O| Oct 22 16:52:05.704 INFO O| Done
36382024-10-22T16:52:06.550Z[ recovery-image] Oct 22 16:52:05.705 INFO O| Oct 22 16:52:05.704 INFO O| Done
36392024-10-22T16:52:07.007Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36402024-10-22T16:52:07.291Z[ recovery-image] Oct 22 16:52:06.444 INFO O| Oct 22 16:52:06.444 INFO O| Done
36412024-10-22T16:52:07.360Z[ recovery-image] Oct 22 16:52:06.514 INFO O| Oct 22 16:52:06.514 INFO O| Done
36422024-10-22T16:52:07.362Z[ recovery-image] Oct 22 16:52:06.515 INFO O| Oct 22 16:52:06.515 INFO O| Done
36432024-10-22T16:52:07.362Z[ recovery-image] Oct 22 16:52:06.515 INFO O| Oct 22 16:52:06.515 INFO O| Done
36442024-10-22T16:52:07.365Z[ recovery-image] Oct 22 16:52:06.517 INFO O| Oct 22 16:52:06.517 INFO O| Done
36452024-10-22T16:52:07.495Z[ recovery-image] Oct 22 16:52:06.649 INFO O| Oct 22 16:52:06.649 INFO STEP 9 (pkg_change_facet) COMPLETE
36462024-10-22T16:52:07.495Z[ recovery-image] Oct 22 16:52:06.649 INFO O| Oct 22 16:52:06.649 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36472024-10-22T16:52:07.622Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36482024-10-22T16:52:08.117Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36492024-10-22T16:52:08.447Z[ recovery-image] Oct 22 16:52:07.600 INFO O| Oct 22 16:52:07.600 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
36502024-10-22T16:52:08.586Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36512024-10-22T16:52:09.095Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36522024-10-22T16:52:09.196Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36532024-10-22T16:52:09.603Z[ recovery-image] Oct 22 16:52:08.757 INFO O| Oct 22 16:52:08.757 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36542024-10-22T16:52:09.606Z[ recovery-image] Oct 22 16:52:08.759 INFO O| Oct 22 16:52:08.759 INFO O| Planning: Planning completed in 0.00 seconds
36552024-10-22T16:52:09.606Z[ recovery-image] Oct 22 16:52:08.760 INFO O| Oct 22 16:52:08.759 INFO O| Planning: Consolidating action changes ... Done
36562024-10-22T16:52:09.606Z[ recovery-image] Oct 22 16:52:08.760 INFO O| Oct 22 16:52:08.760 INFO O| Planning: Evaluating mediators ... Done
36572024-10-22T16:52:09.608Z[ recovery-image] Oct 22 16:52:08.760 INFO O| Oct 22 16:52:08.760 INFO O| Planning: Planning completed in 0.00 seconds
36582024-10-22T16:52:09.608Z[ recovery-image] Oct 22 16:52:08.761 INFO O| Oct 22 16:52:08.761 INFO O| Variants/Facets to change: 1
36592024-10-22T16:52:09.704Z[ recovery-image] Oct 22 16:52:08.857 INFO O| Oct 22 16:52:08.857 INFO O| Done
36602024-10-22T16:52:09.704Z[ recovery-image] Oct 22 16:52:08.857 INFO O| Oct 22 16:52:08.857 INFO O| Done
36612024-10-22T16:52:10.296Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36622024-10-22T16:52:10.406Z[ recovery-image] Oct 22 16:52:09.558 INFO O| Oct 22 16:52:09.558 INFO O| Done
36632024-10-22T16:52:10.506Z[ recovery-image] Oct 22 16:52:09.659 INFO O| Oct 22 16:52:09.659 INFO O| Done
36642024-10-22T16:52:10.510Z[ recovery-image] Oct 22 16:52:09.660 INFO O| Oct 22 16:52:09.660 INFO O| Done
36652024-10-22T16:52:10.510Z[ recovery-image] Oct 22 16:52:09.660 INFO O| Oct 22 16:52:09.660 INFO O| Done
36662024-10-22T16:52:10.511Z[ recovery-image] Oct 22 16:52:09.662 INFO O| Oct 22 16:52:09.662 INFO O| Done
36672024-10-22T16:52:10.613Z[ recovery-image] Oct 22 16:52:09.766 INFO O| Oct 22 16:52:09.766 INFO STEP 10 (pkg_change_facet) COMPLETE
36682024-10-22T16:52:10.615Z[ recovery-image] Oct 22 16:52:09.766 INFO O| Oct 22 16:52:09.766 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36692024-10-22T16:52:10.631Z[ recovery-image] Oct 22 16:52:09.784 INFO O| Oct 22 16:52:09.784 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-22T16:52:11.763Z[ recovery-image] Oct 22 16:52:10.916 INFO O| Oct 22 16:52:10.916 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36712024-10-22T16:52:15.172Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36722024-10-22T16:52:18.982Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36732024-10-22T16:52:21.528Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36742024-10-22T16:52:25.812Z[verify-libraries] Compiling termios v0.3.3
36752024-10-22T16:52:26.587Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
36762024-10-22T16:52:31.088Z[ host-image] Oct 22 16:52:30.238 INFO O| Oct 22 16:52:30.238 INFO O| Planning: Solver setup ... Done
36772024-10-22T16:52:40.578Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
36782024-10-22T16:53:01.415Z[ recovery-image] Oct 22 16:53:00.561 INFO O| Oct 22 16:53:00.561 INFO O| Planning: Solver setup ... Done
36792024-10-22T16:53:23.270Z[ host-image] Oct 22 16:53:22.413 INFO O| Oct 22 16:53:22.413 INFO O| Planning: Running solver ... Done
36802024-10-22T16:53:23.733Z[ host-image] Oct 22 16:53:22.876 INFO O| Oct 22 16:53:22.876 INFO O| Planning: Finding local manifests ... Done
36812024-10-22T16:53:23.747Z[ host-image] Oct 22 16:53:22.890 INFO O| Oct 22 16:53:22.890 INFO O| Planning: Fetching manifests: 0/124 0% complete
36822024-10-22T16:53:27.988Z[ host-image] Oct 22 16:53:27.130 INFO O| Oct 22 16:53:27.130 INFO O| Planning: Fetching manifests: 124/124 100% complete
36832024-10-22T16:53:29.133Z[ host-image] Oct 22 16:53:28.275 INFO O| Oct 22 16:53:28.275 INFO O| Planning: Package planning ... Done
36842024-10-22T16:53:30.822Z[ host-image] Oct 22 16:53:29.964 INFO O| Oct 22 16:53:29.964 INFO O| Planning: Merging actions ... Done
36852024-10-22T16:53:31.162Z[ host-image] Oct 22 16:53:30.304 INFO O| Oct 22 16:53:30.304 INFO O| Planning: Checking for conflicting actions ... Done
36862024-10-22T16:53:31.444Z[ host-image] Oct 22 16:53:30.586 INFO O| Oct 22 16:53:30.586 INFO O| Planning: Consolidating action changes ... Done
36872024-10-22T16:53:32.133Z[ host-image] Oct 22 16:53:31.274 INFO O| Oct 22 16:53:31.274 INFO O| Planning: Evaluating mediators ... Done
36882024-10-22T16:53:38.262Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36892024-10-22T16:53:39.187Z[ host-image] Oct 22 16:53:38.328 INFO O| Oct 22 16:53:38.327 INFO O| Planning: Planning completed in 117.41 seconds
36902024-10-22T16:53:39.194Z[ host-image] Oct 22 16:53:38.335 INFO O| Oct 22 16:53:38.335 INFO O| Packages to install: 124
36912024-10-22T16:53:39.197Z[ host-image] Oct 22 16:53:38.336 INFO O| Oct 22 16:53:38.335 INFO O| Mediators to change: 4
36922024-10-22T16:53:39.197Z[ host-image] Oct 22 16:53:38.336 INFO O| Oct 22 16:53:38.336 INFO O| Services to change: 6
36932024-10-22T16:53:39.321Z[ host-image] Oct 22 16:53:38.462 INFO O| Oct 22 16:53:38.462 INFO O| Download: 0/22744 items 0.0/199.4MB 0% complete
36942024-10-22T16:53:43.931Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36952024-10-22T16:53:44.436Z[ host-image] Oct 22 16:53:43.575 INFO O| Oct 22 16:53:43.575 INFO O| Download: 1228/22744 items 6.7/199.4MB 3% complete (1.4M/s)
36962024-10-22T16:53:49.511Z[ host-image] Oct 22 16:53:48.651 INFO O| Oct 22 16:53:48.650 INFO O| Download: 1805/22744 items 15.6/199.4MB 7% complete (1.5M/s)
36972024-10-22T16:53:52.411Z[ recovery-image] Oct 22 16:53:51.550 INFO O| Oct 22 16:53:51.550 INFO O| Planning: Running solver ... Done
36982024-10-22T16:53:52.414Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36992024-10-22T16:53:52.844Z[ recovery-image] Oct 22 16:53:51.983 INFO O| Oct 22 16:53:51.983 INFO O| Planning: Finding local manifests ... Done
37002024-10-22T16:53:52.859Z[ recovery-image] Oct 22 16:53:51.998 INFO O| Oct 22 16:53:51.998 INFO O| Planning: Fetching manifests: 0/124 0% complete
37012024-10-22T16:53:54.515Z[ host-image] Oct 22 16:53:53.654 INFO O| Oct 22 16:53:53.654 INFO O| Download: 2232/22744 items 24.4/199.4MB 12% complete (1.8M/s)
37022024-10-22T16:53:57.157Z[ recovery-image] Oct 22 16:53:56.295 INFO O| Oct 22 16:53:56.295 INFO O| Planning: Fetching manifests: 124/124 100% complete
37032024-10-22T16:53:58.264Z[ recovery-image] Oct 22 16:53:57.402 INFO O| Oct 22 16:53:57.402 INFO O| Planning: Package planning ... Done
37042024-10-22T16:53:58.950Z[ recovery-image] Oct 22 16:53:58.087 INFO O| Oct 22 16:53:58.087 INFO O| Planning: Merging actions ... Done
37052024-10-22T16:53:59.265Z[ recovery-image] Oct 22 16:53:58.402 INFO O| Oct 22 16:53:58.402 INFO O| Planning: Checking for conflicting actions ... Done
37062024-10-22T16:53:59.390Z[ recovery-image] Oct 22 16:53:58.527 INFO O| Oct 22 16:53:58.527 INFO O| Planning: Consolidating action changes ... Done
37072024-10-22T16:53:59.521Z[ host-image] Oct 22 16:53:58.659 INFO O| Oct 22 16:53:58.659 INFO O| Download: 3461/22744 items 35.6/199.4MB 17% complete (2.0M/s)
37082024-10-22T16:53:59.904Z[ recovery-image] Oct 22 16:53:59.042 INFO O| Oct 22 16:53:59.042 INFO O| Planning: Evaluating mediators ... Done
37092024-10-22T16:54:04.522Z[ host-image] Oct 22 16:54:03.659 INFO O| Oct 22 16:54:03.659 INFO O| Download: 4514/22744 items 41.9/199.4MB 21% complete (1.8M/s)
37102024-10-22T16:54:05.727Z[ recovery-image] Oct 22 16:54:04.855 INFO O| Oct 22 16:54:04.855 INFO O| Planning: Planning completed in 113.94 seconds
37112024-10-22T16:54:05.727Z[ recovery-image] Oct 22 16:54:04.863 INFO O| Oct 22 16:54:04.863 INFO O| Packages to install: 124
37122024-10-22T16:54:05.727Z[ recovery-image] Oct 22 16:54:04.863 INFO O| Oct 22 16:54:04.863 INFO O| Mediators to change: 4
37132024-10-22T16:54:05.727Z[ recovery-image] Oct 22 16:54:04.863 INFO O| Oct 22 16:54:04.863 INFO O| Services to change: 5
37142024-10-22T16:54:05.812Z[ recovery-image] Oct 22 16:54:04.945 INFO O| Oct 22 16:54:04.944 INFO O| Download: 0/15846 items 0.0/176.2MB 0% complete
37152024-10-22T16:54:09.547Z[ host-image] Oct 22 16:54:08.683 INFO O| Oct 22 16:54:08.683 INFO O| Download: 4747/22744 items 45.2/199.4MB 22% complete (1.1M/s)
37162024-10-22T16:54:10.899Z[ recovery-image] Oct 22 16:54:10.036 INFO O| Oct 22 16:54:10.035 INFO O| Download: 1007/15846 items 7.9/176.2MB 4% complete (1.7M/s)
37172024-10-22T16:54:14.550Z[ host-image] Oct 22 16:54:13.685 INFO O| Oct 22 16:54:13.685 INFO O| Download: 5859/22744 items 46.3/199.4MB 23% complete (449k/s)
37182024-10-22T16:54:16.229Z[ recovery-image] Oct 22 16:54:15.364 INFO O| Oct 22 16:54:15.364 INFO O| Download: 1106/15846 items 9.4/176.2MB 5% complete (987k/s)
37192024-10-22T16:54:19.553Z[ host-image] Oct 22 16:54:18.688 INFO O| Oct 22 16:54:18.688 INFO O| Download: 6828/22744 items 48.9/199.4MB 24% complete (369k/s)
37202024-10-22T16:54:21.270Z[ recovery-image] Oct 22 16:54:20.405 INFO O| Oct 22 16:54:20.405 INFO O| Download: 1464/15846 items 21.4/176.2MB 12% complete (1.3M/s)
37212024-10-22T16:54:23.925Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
37222024-10-22T16:54:24.554Z[ host-image] Oct 22 16:54:23.688 INFO O| Oct 22 16:54:23.688 INFO O| Download: 7468/22744 items 58.0/199.4MB 29% complete (1.2M/s)
37232024-10-22T16:54:26.438Z[ recovery-image] Oct 22 16:54:25.572 INFO O| Oct 22 16:54:25.572 INFO O| Download: 1643/15846 items 25.5/176.2MB 14% complete (1.6M/s)
37242024-10-22T16:54:29.776Z[ host-image] Oct 22 16:54:28.909 INFO O| Oct 22 16:54:28.909 INFO O| Download: 8084/22744 items 60.5/199.4MB 30% complete (1.2M/s)
37252024-10-22T16:54:31.440Z[ recovery-image] Oct 22 16:54:30.573 INFO O| Oct 22 16:54:30.573 INFO O| Download: 2735/15846 items 34.0/176.2MB 19% complete (1.2M/s)
37262024-10-22T16:54:34.855Z[ host-image] Oct 22 16:54:33.988 INFO O| Oct 22 16:54:33.988 INFO O| Download: 8365/22744 items 69.1/199.4MB 34% complete (1.1M/s)
37272024-10-22T16:54:36.247Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37282024-10-22T16:54:36.457Z[ recovery-image] Oct 22 16:54:35.589 INFO O| Oct 22 16:54:35.589 INFO O| Download: 3641/15846 items 39.6/176.2MB 22% complete (1.4M/s)
37292024-10-22T16:54:40.111Z[ host-image] Oct 22 16:54:39.242 INFO O| Oct 22 16:54:39.242 INFO O| Download: 9386/22744 items 81.5/199.4MB 40% complete (2.1M/s)
37302024-10-22T16:54:41.326Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
37312024-10-22T16:54:41.475Z[ recovery-image] Oct 22 16:54:40.607 INFO O| Oct 22 16:54:40.606 INFO O| Download: 4227/15846 items 42.7/176.2MB 24% complete (936k/s)
37322024-10-22T16:54:43.081Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
37332024-10-22T16:54:45.117Z[ host-image] Oct 22 16:54:44.248 INFO O| Oct 22 16:54:44.248 INFO O| Download: 10189/22744 items 86.1/199.4MB 43% complete (1.7M/s)
37342024-10-22T16:54:46.493Z[ recovery-image] Oct 22 16:54:45.624 INFO O| Oct 22 16:54:45.624 INFO O| Download: 5067/15846 items 43.2/176.2MB 24% complete (377k/s)
37352024-10-22T16:54:50.124Z[ host-image] Oct 22 16:54:49.254 INFO O| Oct 22 16:54:49.254 INFO O| Download: 10838/22744 items 89.9/199.4MB 45% complete (864k/s)
37362024-10-22T16:54:51.501Z[ recovery-image] Oct 22 16:54:50.631 INFO O| Oct 22 16:54:50.631 INFO O| Download: 5807/15846 items 52.0/176.2MB 29% complete (830k/s)
37372024-10-22T16:54:55.440Z[ host-image] Oct 22 16:54:54.570 INFO O| Oct 22 16:54:54.569 INFO O| Download: 11317/22744 items 95.9/199.4MB 48% complete (1.0M/s)
37382024-10-22T16:54:56.829Z[ recovery-image] Oct 22 16:54:55.959 INFO O| Oct 22 16:54:55.959 INFO O| Download: 6112/15846 items 57.2/176.2MB 32% complete (1.3M/s)
37392024-10-22T16:55:00.613Z[ host-image] Oct 22 16:54:59.742 INFO O| Oct 22 16:54:59.742 INFO O| Download: 12118/22744 items 104.6/199.4MB 52% complete (1.2M/s)
37402024-10-22T16:55:01.832Z[ recovery-image] Oct 22 16:55:00.960 INFO O| Oct 22 16:55:00.960 INFO O| Download: 7097/15846 items 73.0/176.2MB 41% complete (2.0M/s)
37412024-10-22T16:55:05.619Z[ host-image] Oct 22 16:55:04.748 INFO O| Oct 22 16:55:04.748 INFO O| Download: 13114/22744 items 109.8/199.4MB 55% complete (1.4M/s)
37422024-10-22T16:55:07.150Z[ recovery-image] Oct 22 16:55:06.278 INFO O| Oct 22 16:55:06.277 INFO O| Download: 7618/15846 items 73.6/176.2MB 41% complete (1.7M/s)
37432024-10-22T16:55:10.620Z[ host-image] Oct 22 16:55:09.748 INFO O| Oct 22 16:55:09.748 INFO O| Download: 14273/22744 items 110.7/199.4MB 55% complete (597k/s)
37442024-10-22T16:55:12.332Z[ recovery-image] Oct 22 16:55:11.459 INFO O| Oct 22 16:55:11.459 INFO O| Download: 7891/15846 items 76.2/176.2MB 43% complete (288k/s)
37452024-10-22T16:55:15.621Z[ host-image] Oct 22 16:55:14.748 INFO O| Oct 22 16:55:14.748 INFO O| Download: 15116/22744 items 119.3/199.4MB 59% complete (962k/s)
37462024-10-22T16:55:17.338Z[ recovery-image] Oct 22 16:55:16.464 INFO O| Oct 22 16:55:16.464 INFO O| Download: 8444/15846 items 79.8/176.2MB 45% complete (643k/s)
37472024-10-22T16:55:20.626Z[ host-image] Oct 22 16:55:19.752 INFO O| Oct 22 16:55:19.752 INFO O| Download: 15722/22744 items 125.9/199.4MB 63% complete (1.5M/s)
37482024-10-22T16:55:22.517Z[ recovery-image] Oct 22 16:55:21.643 INFO O| Oct 22 16:55:21.643 INFO O| Download: 8837/15846 items 91.9/176.2MB 52% complete (1.6M/s)
37492024-10-22T16:55:25.628Z[ host-image] Oct 22 16:55:24.753 INFO O| Oct 22 16:55:24.753 INFO O| Download: 16595/22744 items 145.7/199.4MB 73% complete (2.6M/s)
37502024-10-22T16:55:27.576Z[ recovery-image] Oct 22 16:55:26.701 INFO O| Oct 22 16:55:26.701 INFO O| Download: 9953/15846 items 93.1/176.2MB 52% complete (1.3M/s)
37512024-10-22T16:55:30.632Z[ host-image] Oct 22 16:55:29.757 INFO O| Oct 22 16:55:29.757 INFO O| Download: 17369/22744 items 149.3/199.4MB 74% complete (2.3M/s)
37522024-10-22T16:55:32.579Z[ recovery-image] Oct 22 16:55:31.703 INFO O| Oct 22 16:55:31.703 INFO O| Download: 10662/15846 items 93.8/176.2MB 53% complete (171k/s)
37532024-10-22T16:55:35.919Z[ host-image] Oct 22 16:55:35.043 INFO O| Oct 22 16:55:35.043 INFO O| Download: 17885/22744 items 155.9/199.4MB 78% complete (942k/s)
37542024-10-22T16:55:37.755Z[ recovery-image] Oct 22 16:55:36.879 INFO O| Oct 22 16:55:36.879 INFO O| Download: 11395/15846 items 107.1/176.2MB 60% complete (1.4M/s)
37552024-10-22T16:55:40.927Z[ host-image] Oct 22 16:55:40.050 INFO O| Oct 22 16:55:40.050 INFO O| Download: 18820/22744 items 165.6/199.4MB 83% complete (1.6M/s)
37562024-10-22T16:55:42.958Z[ recovery-image] Oct 22 16:55:42.080 INFO O| Oct 22 16:55:42.080 INFO O| Download: 11944/15846 items 134.1/176.2MB 76% complete (3.9M/s)
37572024-10-22T16:55:45.931Z[ host-image] Oct 22 16:55:45.053 INFO O| Oct 22 16:55:45.053 INFO O| Download: 19946/22744 items 170.0/199.4MB 85% complete (1.4M/s)
37582024-10-22T16:55:47.972Z[ recovery-image] Oct 22 16:55:47.094 INFO O| Oct 22 16:55:47.093 INFO O| Download: 12602/15846 items 142.5/176.2MB 80% complete (3.5M/s)
37592024-10-22T16:55:51.104Z[ host-image] Oct 22 16:55:50.225 INFO O| Oct 22 16:55:50.225 INFO O| Download: 20620/22744 items 172.4/199.4MB 86% complete (720k/s)
37602024-10-22T16:55:52.974Z[ recovery-image] Oct 22 16:55:52.095 INFO O| Oct 22 16:55:52.095 INFO O| Download: 13450/15846 items 146.2/176.2MB 82% complete (1.2M/s)
37612024-10-22T16:55:56.176Z[ host-image] Oct 22 16:55:55.297 INFO O| Oct 22 16:55:55.297 INFO O| Download: 21038/22744 items 179.2/199.4MB 89% complete (1019k/s)
37622024-10-22T16:55:57.992Z[ recovery-image] Oct 22 16:55:57.113 INFO O| Oct 22 16:55:57.113 INFO O| Download: 14370/15846 items 149.5/176.2MB 84% complete (712k/s)
37632024-10-22T16:56:01.225Z[ host-image] Oct 22 16:56:00.344 INFO O| Oct 22 16:56:00.344 INFO O| Download: 21883/22744 items 191.1/199.4MB 95% complete (1.8M/s)
37642024-10-22T16:56:03.250Z[ recovery-image] Oct 22 16:56:02.370 INFO O| Oct 22 16:56:02.370 INFO O| Download: 14843/15846 items 157.0/176.2MB 89% complete (1.1M/s)
37652024-10-22T16:56:06.812Z[ host-image] Oct 22 16:56:05.931 INFO O| Oct 22 16:56:05.931 INFO O| Download: 22218/22744 items 197.6/199.4MB 99% complete (1.9M/s)
37662024-10-22T16:56:08.288Z[ recovery-image] Oct 22 16:56:07.407 INFO O| Oct 22 16:56:07.407 INFO O| Download: 15507/15846 items 168.1/176.2MB 95% complete (1.9M/s)
37672024-10-22T16:56:10.283Z[ host-image] Oct 22 16:56:09.402 INFO O| Oct 22 16:56:09.402 INFO O| Download: Completed 199.42 MB in 150.94 seconds (1.3M/s)
37682024-10-22T16:56:11.800Z[ host-image] Oct 22 16:56:10.919 INFO O| Oct 22 16:56:10.919 INFO O| Actions: 1/49311 actions (Installing new actions)
37692024-10-22T16:56:13.293Z[ recovery-image] Oct 22 16:56:12.411 INFO O| Oct 22 16:56:12.411 INFO O| Download: 15757/15846 items 174.5/176.2MB 99% complete (1.8M/s)
37702024-10-22T16:56:14.387Z[ recovery-image] Oct 22 16:56:13.505 INFO O| Oct 22 16:56:13.505 INFO O| Download: Completed 176.18 MB in 128.56 seconds (1.4M/s)
37712024-10-22T16:56:15.634Z[ recovery-image] Oct 22 16:56:14.752 INFO O| Oct 22 16:56:14.752 INFO O| Actions: 1/25012 actions (Installing new actions)
37722024-10-22T16:56:16.802Z[ host-image] Oct 22 16:56:15.920 INFO O| Oct 22 16:56:15.920 INFO O| Actions: 9349/49311 actions (Installing new actions)
37732024-10-22T16:56:20.635Z[ recovery-image] Oct 22 16:56:19.752 INFO O| Oct 22 16:56:19.752 INFO O| Actions: 8891/25012 actions (Installing new actions)
37742024-10-22T16:56:21.803Z[ host-image] Oct 22 16:56:20.920 INFO O| Oct 22 16:56:20.920 INFO O| Actions: 16115/49311 actions (Installing new actions)
37752024-10-22T16:56:25.638Z[ recovery-image] Oct 22 16:56:24.754 INFO O| Oct 22 16:56:24.754 INFO O| Actions: 15522/25012 actions (Installing new actions)
37762024-10-22T16:56:26.804Z[ host-image] Oct 22 16:56:25.920 INFO O| Oct 22 16:56:25.920 INFO O| Actions: 23571/49311 actions (Installing new actions)
37772024-10-22T16:56:31.805Z[ host-image] Oct 22 16:56:30.920 INFO O| Oct 22 16:56:30.920 INFO O| Actions: 44614/49311 actions (Installing new actions)
37782024-10-22T16:56:33.095Z[ recovery-image] Oct 22 16:56:32.209 INFO O| Oct 22 16:56:32.209 INFO O| Actions: 24459/25012 actions (Installing new actions)
37792024-10-22T16:56:36.761Z[ recovery-image] Oct 22 16:56:35.876 INFO O| Oct 22 16:56:35.876 INFO O| Actions: Completed 25012 actions in 21.12 seconds.
37802024-10-22T16:56:36.830Z[ host-image] Oct 22 16:56:35.945 INFO O| Oct 22 16:56:35.945 INFO O| Actions: 48915/49311 actions (Installing new actions)
37812024-10-22T16:56:37.460Z[ recovery-image] Oct 22 16:56:36.574 INFO O| Oct 22 16:56:36.574 INFO O| Done
37822024-10-22T16:56:37.460Z[ recovery-image] Oct 22 16:56:36.575 INFO O| Oct 22 16:56:36.574 INFO O| Done
37832024-10-22T16:56:37.548Z[ host-image] Oct 22 16:56:36.663 INFO O| Oct 22 16:56:36.663 INFO O| Actions: Completed 49311 actions in 25.71 seconds.
37842024-10-22T16:56:38.158Z[ host-image] Oct 22 16:56:37.273 INFO O| Oct 22 16:56:37.273 INFO O| Done
37852024-10-22T16:56:38.158Z[ host-image] Oct 22 16:56:37.273 INFO O| Oct 22 16:56:37.273 INFO O| Done
37862024-10-22T16:56:38.985Z[ recovery-image] Oct 22 16:56:38.100 INFO O| Oct 22 16:56:38.100 INFO O| Done
37872024-10-22T16:56:39.747Z[ host-image] Oct 22 16:56:38.862 INFO O| Oct 22 16:56:38.862 INFO O| Done
37882024-10-22T16:56:40.845Z[ recovery-image] Oct 22 16:56:39.959 INFO O| Oct 22 16:56:39.959 INFO O| Done
37892024-10-22T16:56:40.874Z[ recovery-image] Oct 22 16:56:39.981 INFO O| Oct 22 16:56:39.981 INFO O| Done
37902024-10-22T16:56:42.412Z[ host-image] Oct 22 16:56:41.526 INFO O| Oct 22 16:56:41.526 INFO O| Done
37912024-10-22T16:56:42.449Z[ host-image] Oct 22 16:56:41.563 INFO O| Oct 22 16:56:41.563 INFO O| Done
37922024-10-22T16:56:45.839Z[ recovery-image] Oct 22 16:56:44.952 INFO O| Oct 22 16:56:44.952 INFO O| Done
37932024-10-22T16:56:46.618Z[ recovery-image] Oct 22 16:56:45.731 INFO O| Oct 22 16:56:45.731 INFO O| Done
37942024-10-22T16:56:47.063Z[ recovery-image] Oct 22 16:56:46.176 INFO O| Oct 22 16:56:46.176 INFO STEP 11 (pkg_install) COMPLETE
37952024-10-22T16:56:47.063Z[ recovery-image] Oct 22 16:56:46.176 INFO O| Oct 22 16:56:46.176 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37962024-10-22T16:56:47.065Z[ recovery-image] Oct 22 16:56:46.176 INFO O| Oct 22 16:56:46.176 INFO skip step because feature "recovery" is enabled
37972024-10-22T16:56:47.065Z[ recovery-image] Oct 22 16:56:46.176 INFO O| Oct 22 16:56:46.176 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37982024-10-22T16:56:47.065Z[ recovery-image] Oct 22 16:56:46.176 INFO O| Oct 22 16:56:46.176 INFO skip step because feature "omicron1" is not enabled
37992024-10-22T16:56:47.065Z[ recovery-image] Oct 22 16:56:46.176 INFO O| Oct 22 16:56:46.176 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38002024-10-22T16:56:47.081Z[ recovery-image] Oct 22 16:56:46.195 INFO O| Oct 22 16:56:46.195 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
38012024-10-22T16:56:48.213Z[ recovery-image] Oct 22 16:56:47.326 INFO O| Oct 22 16:56:47.326 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38022024-10-22T16:56:50.076Z[ host-image] Oct 22 16:56:49.189 INFO O| Oct 22 16:56:49.189 INFO O| Done
38032024-10-22T16:56:51.258Z[ host-image] Oct 22 16:56:50.371 INFO O| Oct 22 16:56:50.370 INFO O| Done
38042024-10-22T16:56:51.724Z[ host-image] Oct 22 16:56:50.837 INFO O| Oct 22 16:56:50.837 INFO STEP 11 (pkg_install) COMPLETE
38052024-10-22T16:56:51.724Z[ host-image] Oct 22 16:56:50.837 INFO O| Oct 22 16:56:50.837 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38062024-10-22T16:56:51.742Z[ host-image] Oct 22 16:56:50.855 INFO O| Oct 22 16:56:50.855 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
38072024-10-22T16:56:51.897Z[ recovery-image] Oct 22 16:56:51.010 INFO O| Oct 22 16:56:51.010 INFO O| Planning: Solver setup ... Done
38082024-10-22T16:56:51.919Z[ recovery-image] Oct 22 16:56:51.031 INFO O| Oct 22 16:56:51.031 INFO O| Planning: Running solver ... Done
38092024-10-22T16:56:52.006Z[ recovery-image] Oct 22 16:56:51.118 INFO O| Oct 22 16:56:51.118 INFO O| Planning: Finding local manifests ... Done
38102024-10-22T16:56:52.008Z[ recovery-image] Oct 22 16:56:51.119 INFO O| Oct 22 16:56:51.119 INFO O| Planning: Fetching manifests: 0/1 0% complete
38112024-10-22T16:56:52.186Z[ recovery-image] Oct 22 16:56:51.299 INFO O| Oct 22 16:56:51.298 INFO O| Planning: Fetching manifests: 1/1 100% complete
38122024-10-22T16:56:52.233Z[ recovery-image] Oct 22 16:56:51.345 INFO O| Oct 22 16:56:51.345 INFO O| Planning: Package planning ... Done
38132024-10-22T16:56:52.235Z[ recovery-image] Oct 22 16:56:51.346 INFO O| Oct 22 16:56:51.346 INFO O| Planning: Merging actions ... Done
38142024-10-22T16:56:52.323Z[ recovery-image] Oct 22 16:56:51.436 INFO O| Oct 22 16:56:51.436 INFO O| Planning: Checking for conflicting actions ... Done
38152024-10-22T16:56:52.326Z[ recovery-image] Oct 22 16:56:51.437 INFO O| Oct 22 16:56:51.437 INFO O| Planning: Consolidating action changes ... Done
38162024-10-22T16:56:52.577Z[ recovery-image] Oct 22 16:56:51.690 INFO O| Oct 22 16:56:51.690 INFO O| Planning: Evaluating mediators ... Done
38172024-10-22T16:56:52.580Z[ recovery-image] Oct 22 16:56:51.691 INFO O| Oct 22 16:56:51.691 INFO O| Planning: Planning completed in 4.36 seconds
38182024-10-22T16:56:52.582Z[ recovery-image] Oct 22 16:56:51.693 INFO O| Oct 22 16:56:51.693 INFO O| Packages to install: 1
38192024-10-22T16:56:52.600Z[ recovery-image] Oct 22 16:56:51.713 INFO O| Oct 22 16:56:51.713 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
38202024-10-22T16:56:52.782Z[ host-image] Oct 22 16:56:51.895 INFO O| Oct 22 16:56:51.894 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38212024-10-22T16:56:53.729Z[ recovery-image] Oct 22 16:56:52.841 INFO O| Oct 22 16:56:52.841 INFO O| Download: Completed 20.80 MB in 1.13 seconds (18.4M/s)
38222024-10-22T16:56:53.849Z[ recovery-image] Oct 22 16:56:52.961 INFO O| Oct 22 16:56:52.961 INFO O| Actions: 1/22 actions (Installing new actions)
38232024-10-22T16:56:54.791Z[ recovery-image] Oct 22 16:56:53.903 INFO O| Oct 22 16:56:53.903 INFO O| Actions: Completed 22 actions in 0.94 seconds.
38242024-10-22T16:56:55.416Z[ recovery-image] Oct 22 16:56:54.528 INFO O| Oct 22 16:56:54.528 INFO O| Done
38252024-10-22T16:56:55.416Z[ recovery-image] Oct 22 16:56:54.528 INFO O| Oct 22 16:56:54.528 INFO O| Done
38262024-10-22T16:56:56.578Z[ recovery-image] Oct 22 16:56:55.690 INFO O| Oct 22 16:56:55.690 INFO O| Done
38272024-10-22T16:56:58.334Z[ host-image] Oct 22 16:56:57.445 INFO O| Oct 22 16:56:57.445 INFO O| Planning: Solver setup ... Done
38282024-10-22T16:56:58.340Z[ host-image] Oct 22 16:56:57.452 INFO O| Oct 22 16:56:57.452 INFO O| Planning: Running solver ... Done
38292024-10-22T16:56:58.435Z[ host-image] Oct 22 16:56:57.547 INFO O| Oct 22 16:56:57.546 INFO O| Planning: Finding local manifests ... Done
38302024-10-22T16:56:58.437Z[ host-image] Oct 22 16:56:57.549 INFO O| Oct 22 16:56:57.549 INFO O| Planning: Fetching manifests: 0/4 0% complete
38312024-10-22T16:56:58.480Z[ recovery-image] Oct 22 16:56:57.592 INFO O| Oct 22 16:56:57.592 INFO O| Done
38322024-10-22T16:56:58.519Z[ recovery-image] Oct 22 16:56:57.631 INFO O| Oct 22 16:56:57.630 INFO O| Done
38332024-10-22T16:56:58.519Z[ recovery-image] Oct 22 16:56:57.631 INFO O| Oct 22 16:56:57.631 INFO O| Done
38342024-10-22T16:56:58.563Z[ recovery-image] Oct 22 16:56:57.675 INFO O| Oct 22 16:56:57.675 INFO O| Done
38352024-10-22T16:56:58.716Z[ host-image] Oct 22 16:56:57.828 INFO O| Oct 22 16:56:57.828 INFO O| Planning: Fetching manifests: 4/4 100% complete
38362024-10-22T16:56:58.746Z[ recovery-image] Oct 22 16:56:57.858 INFO O| Oct 22 16:56:57.858 INFO STEP 14 (pkg_install) COMPLETE
38372024-10-22T16:56:58.746Z[ recovery-image] Oct 22 16:56:57.858 INFO O| Oct 22 16:56:57.858 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38382024-10-22T16:56:58.749Z[ recovery-image] Oct 22 16:56:57.858 INFO O| Oct 22 16:56:57.858 INFO skip step because feature "mfg" is not enabled
38392024-10-22T16:56:58.749Z[ recovery-image] Oct 22 16:56:57.858 INFO O| Oct 22 16:56:57.858 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38402024-10-22T16:56:58.749Z[ recovery-image] Oct 22 16:56:57.858 INFO O| Oct 22 16:56:57.858 INFO skip step because feature "compliance" is not enabled
38412024-10-22T16:56:58.749Z[ recovery-image] Oct 22 16:56:57.858 INFO O| Oct 22 16:56:57.858 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38422024-10-22T16:56:58.749Z[ recovery-image] Oct 22 16:56:57.858 INFO O| Oct 22 16:56:57.858 INFO skip step because feature "stress" is not enabled
38432024-10-22T16:56:58.749Z[ recovery-image] Oct 22 16:56:57.858 INFO O| Oct 22 16:56:57.858 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38442024-10-22T16:56:58.749Z[ recovery-image] Oct 22 16:56:57.858 INFO O| Oct 22 16:56:57.858 INFO skip step because feature "nfs" is not enabled
38452024-10-22T16:56:58.749Z[ recovery-image] Oct 22 16:56:57.858 INFO O| Oct 22 16:56:57.858 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38462024-10-22T16:56:58.749Z[ recovery-image] Oct 22 16:56:57.858 INFO O| Oct 22 16:56:57.858 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38472024-10-22T16:56:58.775Z[ host-image] Oct 22 16:56:57.887 INFO O| Oct 22 16:56:57.887 INFO O| Planning: Package planning ... Done
38482024-10-22T16:56:58.781Z[ host-image] Oct 22 16:56:57.893 INFO O| Oct 22 16:56:57.893 INFO O| Planning: Merging actions ... Done
38492024-10-22T16:56:58.808Z[ recovery-image] Oct 22 16:56:57.919 INFO O| Oct 22 16:56:57.919 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38502024-10-22T16:56:58.899Z[ recovery-image] Oct 22 16:56:58.011 INFO O| Oct 22 16:56:58.011 INFO completed processing gimlet/ramdisk-01-os
38512024-10-22T16:56:58.902Z[ recovery-image] Oct 22 16:56:58.014 INFO image builder template: ramdisk-02-trim...
38522024-10-22T16:56:58.905Z[ recovery-image] Oct 22 16:56:58.014 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/.tmpdGrXoe/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
38532024-10-22T16:56:58.933Z[ host-image] Oct 22 16:56:58.045 INFO O| Oct 22 16:56:58.045 INFO O| Planning: Checking for conflicting actions ... Done
38542024-10-22T16:56:58.935Z[ host-image] Oct 22 16:56:58.047 INFO O| Oct 22 16:56:58.047 INFO O| Planning: Consolidating action changes ... Done
38552024-10-22T16:56:58.941Z[ recovery-image] Oct 22 16:56:58.053 INFO O| Oct 22 16:56:58.053 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38562024-10-22T16:56:58.956Z[ recovery-image] Oct 22 16:56:58.067 INFO O| Oct 22 16:56:58.067 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38572024-10-22T16:56:59.055Z[ recovery-image] Oct 22 16:56:58.167 INFO O| Oct 22 16:56:58.166 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
38582024-10-22T16:56:59.164Z[ recovery-image] Oct 22 16:56:58.276 INFO O| Oct 22 16:56:58.275 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38592024-10-22T16:56:59.167Z[ recovery-image] Oct 22 16:56:58.276 INFO O| Oct 22 16:56:58.276 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38602024-10-22T16:56:59.174Z[ recovery-image] Oct 22 16:56:58.286 INFO O| Oct 22 16:56:58.285 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38612024-10-22T16:56:59.181Z[ recovery-image] Oct 22 16:56:58.293 INFO O| Oct 22 16:56:58.293 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38622024-10-22T16:56:59.191Z[ recovery-image] Oct 22 16:56:58.303 INFO O| Oct 22 16:56:58.303 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38632024-10-22T16:56:59.346Z[ host-image] Oct 22 16:56:58.458 INFO O| Oct 22 16:56:58.458 INFO O| Planning: Evaluating mediators ... Done
38642024-10-22T16:56:59.349Z[ host-image] Oct 22 16:56:58.460 INFO O| Oct 22 16:56:58.459 INFO O| Planning: Planning completed in 6.56 seconds
38652024-10-22T16:56:59.351Z[ host-image] Oct 22 16:56:58.462 INFO O| Oct 22 16:56:58.462 INFO O| Packages to install: 4
38662024-10-22T16:56:59.351Z[ host-image] Oct 22 16:56:58.462 INFO O| Oct 22 16:56:58.462 INFO O| Services to change: 2
38672024-10-22T16:56:59.373Z[ host-image] Oct 22 16:56:58.485 INFO O| Oct 22 16:56:58.485 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
38682024-10-22T16:56:59.520Z[ recovery-image] Oct 22 16:56:58.632 INFO O| Oct 22 16:56:58.632 INFO rolled back to input snapshot; work may begin
38692024-10-22T16:56:59.520Z[ recovery-image] Oct 22 16:56:58.632 INFO O| Oct 22 16:56:58.632 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38702024-10-22T16:56:59.533Z[ recovery-image] Oct 22 16:56:58.645 INFO O| Oct 22 16:56:58.645 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38712024-10-22T16:56:59.579Z[ recovery-image] Oct 22 16:56:58.691 INFO O| Oct 22 16:56:58.690 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
38722024-10-22T16:56:59.673Z[ recovery-image] Oct 22 16:56:58.785 INFO O| Oct 22 16:56:58.785 INFO STEP 0 (remove_files) COMPLETE
38732024-10-22T16:56:59.673Z[ recovery-image] Oct 22 16:56:58.785 INFO O| Oct 22 16:56:58.785 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38742024-10-22T16:56:59.691Z[ recovery-image] Oct 22 16:56:58.803 INFO O| Oct 22 16:56:58.803 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
38752024-10-22T16:56:59.694Z[ recovery-image] Oct 22 16:56:58.806 INFO O| Oct 22 16:56:58.806 INFO STEP 1 (remove_files) COMPLETE
38762024-10-22T16:56:59.697Z[ recovery-image] Oct 22 16:56:58.806 INFO O| Oct 22 16:56:58.806 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38772024-10-22T16:56:59.712Z[ recovery-image] Oct 22 16:56:58.824 INFO O| Oct 22 16:56:58.824 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
38782024-10-22T16:56:59.738Z[ recovery-image] Oct 22 16:56:58.850 INFO O| Oct 22 16:56:58.850 INFO STEP 2 (remove_files) COMPLETE
38792024-10-22T16:56:59.738Z[ recovery-image] Oct 22 16:56:58.850 INFO O| Oct 22 16:56:58.850 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38802024-10-22T16:56:59.757Z[ recovery-image] Oct 22 16:56:58.869 INFO O| Oct 22 16:56:58.869 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
38812024-10-22T16:56:59.760Z[ recovery-image] Oct 22 16:56:58.872 INFO O| Oct 22 16:56:58.871 INFO STEP 3 (remove_files) COMPLETE
38822024-10-22T16:56:59.760Z[ recovery-image] Oct 22 16:56:58.872 INFO O| Oct 22 16:56:58.872 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38832024-10-22T16:56:59.799Z[ recovery-image] Oct 22 16:56:58.911 INFO O| Oct 22 16:56:58.911 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
38842024-10-22T16:56:59.806Z[ recovery-image] Oct 22 16:56:58.918 INFO O| Oct 22 16:56:58.918 INFO STEP 4 (remove_files) COMPLETE
38852024-10-22T16:56:59.806Z[ recovery-image] Oct 22 16:56:58.918 INFO O| Oct 22 16:56:58.918 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38862024-10-22T16:56:59.844Z[ recovery-image] Oct 22 16:56:58.956 INFO O| Oct 22 16:56:58.955 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
38872024-10-22T16:56:59.846Z[ recovery-image] Oct 22 16:56:58.956 INFO O| Oct 22 16:56:58.956 INFO STEP 5 (remove_files) COMPLETE
38882024-10-22T16:56:59.846Z[ recovery-image] Oct 22 16:56:58.956 INFO O| Oct 22 16:56:58.956 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38892024-10-22T16:56:59.861Z[ recovery-image] Oct 22 16:56:58.973 INFO O| Oct 22 16:56:58.973 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
38902024-10-22T16:56:59.882Z[ recovery-image] Oct 22 16:56:58.994 INFO O| Oct 22 16:56:58.993 INFO STEP 6 (remove_files) COMPLETE
38912024-10-22T16:56:59.882Z[ recovery-image] Oct 22 16:56:58.994 INFO O| Oct 22 16:56:58.994 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38922024-10-22T16:56:59.884Z[ recovery-image] Oct 22 16:56:58.994 INFO O| Oct 22 16:56:58.994 INFO skip step because feature "recovery" is enabled
38932024-10-22T16:56:59.884Z[ recovery-image] Oct 22 16:56:58.994 INFO O| Oct 22 16:56:58.994 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38942024-10-22T16:56:59.884Z[ recovery-image] Oct 22 16:56:58.994 INFO O| Oct 22 16:56:58.994 INFO skip step because feature "recovery" is enabled
38952024-10-22T16:56:59.884Z[ recovery-image] Oct 22 16:56:58.994 INFO O| Oct 22 16:56:58.994 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38962024-10-22T16:56:59.884Z[ recovery-image] Oct 22 16:56:58.994 INFO O| Oct 22 16:56:58.994 INFO skip step because feature "recovery" is enabled
38972024-10-22T16:56:59.884Z[ recovery-image] Oct 22 16:56:58.994 INFO O| Oct 22 16:56:58.994 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38982024-10-22T16:56:59.899Z[ recovery-image] Oct 22 16:56:59.011 INFO O| Oct 22 16:56:59.011 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
38992024-10-22T16:56:59.904Z[ recovery-image] Oct 22 16:56:59.016 INFO O| Oct 22 16:56:59.016 INFO STEP 10 (remove_files) COMPLETE
39002024-10-22T16:56:59.904Z[ recovery-image] Oct 22 16:56:59.016 INFO O| Oct 22 16:56:59.016 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39012024-10-22T16:56:59.926Z[ recovery-image] Oct 22 16:56:59.037 INFO O| Oct 22 16:56:59.037 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
39022024-10-22T16:56:59.928Z[ recovery-image] Oct 22 16:56:59.040 INFO O| Oct 22 16:56:59.040 INFO STEP 11 (remove_files) COMPLETE
39032024-10-22T16:56:59.928Z[ recovery-image] Oct 22 16:56:59.040 INFO O| Oct 22 16:56:59.040 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39042024-10-22T16:56:59.976Z[ recovery-image] Oct 22 16:56:59.087 INFO O| Oct 22 16:56:59.087 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
39052024-10-22T16:56:59.979Z[ recovery-image] Oct 22 16:56:59.091 INFO O| Oct 22 16:56:59.091 INFO STEP 12 (remove_files) COMPLETE
39062024-10-22T16:56:59.979Z[ recovery-image] Oct 22 16:56:59.091 INFO O| Oct 22 16:56:59.091 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39072024-10-22T16:57:00.089Z[ host-image] Oct 22 16:56:59.201 INFO O| Oct 22 16:56:59.201 INFO O| Download: Completed 1.39 MB in 0.72 seconds (1.9M/s)
39082024-10-22T16:57:00.238Z[ host-image] Oct 22 16:56:59.348 INFO O| Oct 22 16:56:59.348 INFO O| Actions: 1/238 actions (Installing new actions)
39092024-10-22T16:57:00.294Z[ recovery-image] Oct 22 16:56:59.404 INFO O| Oct 22 16:56:59.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
39102024-10-22T16:57:00.322Z[ recovery-image] Oct 22 16:56:59.432 INFO O| Oct 22 16:56:59.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
39112024-10-22T16:57:00.322Z[ recovery-image] Oct 22 16:56:59.432 INFO O| Oct 22 16:56:59.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
39122024-10-22T16:57:00.329Z[ recovery-image] Oct 22 16:56:59.441 INFO O| Oct 22 16:56:59.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
39132024-10-22T16:57:00.419Z[ recovery-image] Oct 22 16:56:59.530 INFO O| Oct 22 16:56:59.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
39142024-10-22T16:57:00.440Z[ recovery-image] Oct 22 16:56:59.551 INFO O| Oct 22 16:56:59.551 INFO STEP 13 (remove_files) COMPLETE
39152024-10-22T16:57:00.440Z[ recovery-image] Oct 22 16:56:59.551 INFO O| Oct 22 16:56:59.551 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39162024-10-22T16:57:00.459Z[ recovery-image] Oct 22 16:56:59.570 INFO O| Oct 22 16:56:59.570 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
39172024-10-22T16:57:00.461Z[ recovery-image] Oct 22 16:56:59.573 INFO O| Oct 22 16:56:59.572 INFO STEP 14 (remove_files) COMPLETE
39182024-10-22T16:57:00.461Z[ recovery-image] Oct 22 16:56:59.573 INFO O| Oct 22 16:56:59.573 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39192024-10-22T16:57:00.478Z[ recovery-image] Oct 22 16:56:59.589 INFO O| Oct 22 16:56:59.589 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
39202024-10-22T16:57:00.487Z[ recovery-image] Oct 22 16:56:59.599 INFO O| Oct 22 16:56:59.599 INFO STEP 15 (remove_files) COMPLETE
39212024-10-22T16:57:00.488Z[ recovery-image] Oct 22 16:56:59.599 INFO O| Oct 22 16:56:59.599 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39222024-10-22T16:57:00.504Z[ recovery-image] Oct 22 16:56:59.616 INFO O| Oct 22 16:56:59.616 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
39232024-10-22T16:57:00.507Z[ recovery-image] Oct 22 16:56:59.617 INFO O| Oct 22 16:56:59.617 INFO STEP 16 (remove_files) COMPLETE
39242024-10-22T16:57:00.507Z[ recovery-image] Oct 22 16:56:59.617 INFO O| Oct 22 16:56:59.617 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39252024-10-22T16:57:00.528Z[ recovery-image] Oct 22 16:56:59.637 INFO O| Oct 22 16:56:59.637 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
39262024-10-22T16:57:00.535Z[ recovery-image] Oct 22 16:56:59.639 INFO O| Oct 22 16:56:59.639 INFO STEP 17 (remove_files) COMPLETE
39272024-10-22T16:57:00.535Z[ recovery-image] Oct 22 16:56:59.639 INFO O| Oct 22 16:56:59.639 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39282024-10-22T16:57:00.549Z[ host-image] Oct 22 16:56:59.661 INFO O| Oct 22 16:56:59.661 INFO O| Actions: Completed 238 actions in 0.31 seconds.
39292024-10-22T16:57:00.553Z[ recovery-image] Oct 22 16:56:59.664 INFO O| Oct 22 16:56:59.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
39302024-10-22T16:57:00.556Z[ recovery-image] Oct 22 16:56:59.664 INFO O| Oct 22 16:56:59.664 INFO STEP 18 (remove_files) COMPLETE
39312024-10-22T16:57:00.556Z[ recovery-image] Oct 22 16:56:59.664 INFO O| Oct 22 16:56:59.664 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39322024-10-22T16:57:00.571Z[ recovery-image] Oct 22 16:56:59.682 INFO O| Oct 22 16:56:59.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
39332024-10-22T16:57:00.574Z[ recovery-image] Oct 22 16:56:59.683 INFO O| Oct 22 16:56:59.682 INFO STEP 19 (remove_files) COMPLETE
39342024-10-22T16:57:00.574Z[ recovery-image] Oct 22 16:56:59.683 INFO O| Oct 22 16:56:59.683 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39352024-10-22T16:57:00.589Z[ recovery-image] Oct 22 16:56:59.700 INFO O| Oct 22 16:56:59.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
39362024-10-22T16:57:00.591Z[ recovery-image] Oct 22 16:56:59.701 INFO O| Oct 22 16:56:59.701 INFO STEP 20 (remove_files) COMPLETE
39372024-10-22T16:57:00.591Z[ recovery-image] Oct 22 16:56:59.701 INFO O| Oct 22 16:56:59.701 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39382024-10-22T16:57:00.607Z[ recovery-image] Oct 22 16:56:59.718 INFO O| Oct 22 16:56:59.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
39392024-10-22T16:57:00.609Z[ recovery-image] Oct 22 16:56:59.719 INFO O| Oct 22 16:56:59.718 INFO STEP 21 (remove_files) COMPLETE
39402024-10-22T16:57:00.609Z[ recovery-image] Oct 22 16:56:59.719 INFO O| Oct 22 16:56:59.719 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39412024-10-22T16:57:00.624Z[ recovery-image] Oct 22 16:56:59.736 INFO O| Oct 22 16:56:59.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
39422024-10-22T16:57:00.626Z[ recovery-image] Oct 22 16:56:59.736 INFO O| Oct 22 16:56:59.736 INFO STEP 22 (remove_files) COMPLETE
39432024-10-22T16:57:00.626Z[ recovery-image] Oct 22 16:56:59.736 INFO O| Oct 22 16:56:59.736 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39442024-10-22T16:57:00.642Z[ recovery-image] Oct 22 16:56:59.754 INFO O| Oct 22 16:56:59.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
39452024-10-22T16:57:00.645Z[ recovery-image] Oct 22 16:56:59.754 INFO O| Oct 22 16:56:59.754 INFO STEP 23 (remove_files) COMPLETE
39462024-10-22T16:57:00.645Z[ recovery-image] Oct 22 16:56:59.754 INFO O| Oct 22 16:56:59.754 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39472024-10-22T16:57:00.685Z[ recovery-image] Oct 22 16:56:59.795 INFO O| Oct 22 16:56:59.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
39482024-10-22T16:57:00.688Z[ recovery-image] Oct 22 16:56:59.795 INFO O| Oct 22 16:56:59.795 INFO STEP 24 (remove_files) COMPLETE
39492024-10-22T16:57:00.688Z[ recovery-image] Oct 22 16:56:59.795 INFO O| Oct 22 16:56:59.795 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39502024-10-22T16:57:00.720Z[ recovery-image] Oct 22 16:56:59.830 INFO O| Oct 22 16:56:59.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
39512024-10-22T16:57:00.720Z[ recovery-image] Oct 22 16:56:59.830 INFO O| Oct 22 16:56:59.830 INFO STEP 25 (remove_files) COMPLETE
39522024-10-22T16:57:00.723Z[ recovery-image] Oct 22 16:56:59.830 INFO O| Oct 22 16:56:59.830 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39532024-10-22T16:57:00.754Z[ recovery-image] Oct 22 16:56:59.864 INFO O| Oct 22 16:56:59.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
39542024-10-22T16:57:00.754Z[ recovery-image] Oct 22 16:56:59.864 INFO O| Oct 22 16:56:59.864 INFO STEP 26 (remove_files) COMPLETE
39552024-10-22T16:57:00.762Z[ recovery-image] Oct 22 16:56:59.864 INFO O| Oct 22 16:56:59.864 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39562024-10-22T16:57:00.786Z[ recovery-image] Oct 22 16:56:59.896 INFO O| Oct 22 16:56:59.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
39572024-10-22T16:57:00.786Z[ recovery-image] Oct 22 16:56:59.896 INFO O| Oct 22 16:56:59.896 INFO STEP 27 (remove_files) COMPLETE
39582024-10-22T16:57:00.786Z[ recovery-image] Oct 22 16:56:59.896 INFO O| Oct 22 16:56:59.896 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39592024-10-22T16:57:00.821Z[ recovery-image] Oct 22 16:56:59.932 INFO O| Oct 22 16:56:59.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
39602024-10-22T16:57:00.821Z[ recovery-image] Oct 22 16:56:59.932 INFO O| Oct 22 16:56:59.932 INFO STEP 28 (remove_files) COMPLETE
39612024-10-22T16:57:00.821Z[ recovery-image] Oct 22 16:56:59.932 INFO O| Oct 22 16:56:59.932 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39622024-10-22T16:57:00.882Z[ recovery-image] Oct 22 16:56:59.991 INFO O| Oct 22 16:56:59.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
39632024-10-22T16:57:00.882Z[ recovery-image] Oct 22 16:56:59.991 INFO O| Oct 22 16:56:59.991 INFO STEP 29 (remove_files) COMPLETE
39642024-10-22T16:57:00.883Z[ recovery-image] Oct 22 16:56:59.991 INFO O| Oct 22 16:56:59.991 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39652024-10-22T16:57:00.914Z[ recovery-image] Oct 22 16:57:00.026 INFO O| Oct 22 16:57:00.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
39662024-10-22T16:57:00.914Z[ recovery-image] Oct 22 16:57:00.026 INFO O| Oct 22 16:57:00.026 INFO STEP 30 (remove_files) COMPLETE
39672024-10-22T16:57:00.917Z[ recovery-image] Oct 22 16:57:00.026 INFO O| Oct 22 16:57:00.026 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39682024-10-22T16:57:00.961Z[ recovery-image] Oct 22 16:57:00.072 INFO O| Oct 22 16:57:00.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
39692024-10-22T16:57:00.961Z[ recovery-image] Oct 22 16:57:00.072 INFO O| Oct 22 16:57:00.072 INFO STEP 31 (remove_files) COMPLETE
39702024-10-22T16:57:00.961Z[ recovery-image] Oct 22 16:57:00.072 INFO O| Oct 22 16:57:00.072 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39712024-10-22T16:57:01.002Z[ recovery-image] Oct 22 16:57:00.114 INFO O| Oct 22 16:57:00.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
39722024-10-22T16:57:01.002Z[ recovery-image] Oct 22 16:57:00.114 INFO O| Oct 22 16:57:00.114 INFO STEP 32 (remove_files) COMPLETE
39732024-10-22T16:57:01.005Z[ recovery-image] Oct 22 16:57:00.114 INFO O| Oct 22 16:57:00.114 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39742024-10-22T16:57:01.020Z[ recovery-image] Oct 22 16:57:00.132 INFO O| Oct 22 16:57:00.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
39752024-10-22T16:57:01.020Z[ recovery-image] Oct 22 16:57:00.132 INFO O| Oct 22 16:57:00.132 INFO STEP 33 (remove_files) COMPLETE
39762024-10-22T16:57:01.020Z[ recovery-image] Oct 22 16:57:00.132 INFO O| Oct 22 16:57:00.132 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39772024-10-22T16:57:01.054Z[ recovery-image] Oct 22 16:57:00.165 INFO O| Oct 22 16:57:00.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
39782024-10-22T16:57:01.054Z[ recovery-image] Oct 22 16:57:00.165 INFO O| Oct 22 16:57:00.165 INFO STEP 34 (remove_files) COMPLETE
39792024-10-22T16:57:01.057Z[ recovery-image] Oct 22 16:57:00.165 INFO O| Oct 22 16:57:00.165 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39802024-10-22T16:57:01.077Z[ host-image] Oct 22 16:57:00.185 INFO O| Oct 22 16:57:00.185 INFO O| Done
39812024-10-22T16:57:01.078Z[ host-image] Oct 22 16:57:00.185 INFO O| Oct 22 16:57:00.185 INFO O| Done
39822024-10-22T16:57:01.117Z[ recovery-image] Oct 22 16:57:00.229 INFO O| Oct 22 16:57:00.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
39832024-10-22T16:57:01.117Z[ recovery-image] Oct 22 16:57:00.229 INFO O| Oct 22 16:57:00.229 INFO STEP 35 (remove_files) COMPLETE
39842024-10-22T16:57:01.117Z[ recovery-image] Oct 22 16:57:00.229 INFO O| Oct 22 16:57:00.229 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39852024-10-22T16:57:01.134Z[ recovery-image] Oct 22 16:57:00.246 INFO O| Oct 22 16:57:00.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
39862024-10-22T16:57:01.134Z[ recovery-image] Oct 22 16:57:00.246 INFO O| Oct 22 16:57:00.246 INFO STEP 36 (remove_files) COMPLETE
39872024-10-22T16:57:01.137Z[ recovery-image] Oct 22 16:57:00.246 INFO O| Oct 22 16:57:00.246 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39882024-10-22T16:57:01.170Z[ recovery-image] Oct 22 16:57:00.281 INFO O| Oct 22 16:57:00.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
39892024-10-22T16:57:01.170Z[ recovery-image] Oct 22 16:57:00.281 INFO O| Oct 22 16:57:00.281 INFO STEP 37 (remove_files) COMPLETE
39902024-10-22T16:57:01.173Z[ recovery-image] Oct 22 16:57:00.281 INFO O| Oct 22 16:57:00.281 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39912024-10-22T16:57:01.187Z[ recovery-image] Oct 22 16:57:00.298 INFO O| Oct 22 16:57:00.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
39922024-10-22T16:57:01.187Z[ recovery-image] Oct 22 16:57:00.298 INFO O| Oct 22 16:57:00.298 INFO STEP 38 (remove_files) COMPLETE
39932024-10-22T16:57:01.187Z[ recovery-image] Oct 22 16:57:00.298 INFO O| Oct 22 16:57:00.298 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39942024-10-22T16:57:01.204Z[ recovery-image] Oct 22 16:57:00.315 INFO O| Oct 22 16:57:00.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
39952024-10-22T16:57:01.205Z[ recovery-image] Oct 22 16:57:00.316 INFO O| Oct 22 16:57:00.316 INFO STEP 39 (remove_files) COMPLETE
39962024-10-22T16:57:01.213Z[ recovery-image] Oct 22 16:57:00.316 INFO O| Oct 22 16:57:00.316 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39972024-10-22T16:57:01.227Z[ recovery-image] Oct 22 16:57:00.337 INFO O| Oct 22 16:57:00.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
39982024-10-22T16:57:01.227Z[ recovery-image] Oct 22 16:57:00.337 INFO O| Oct 22 16:57:00.337 INFO STEP 40 (remove_files) COMPLETE
39992024-10-22T16:57:01.232Z[ recovery-image] Oct 22 16:57:00.337 INFO O| Oct 22 16:57:00.337 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40002024-10-22T16:57:01.286Z[ recovery-image] Oct 22 16:57:00.394 INFO O| Oct 22 16:57:00.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
40012024-10-22T16:57:01.286Z[ recovery-image] Oct 22 16:57:00.394 INFO O| Oct 22 16:57:00.394 INFO STEP 41 (remove_files) COMPLETE
40022024-10-22T16:57:01.286Z[ recovery-image] Oct 22 16:57:00.394 INFO O| Oct 22 16:57:00.394 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40032024-10-22T16:57:01.362Z[ recovery-image] Oct 22 16:57:00.474 INFO O| Oct 22 16:57:00.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
40042024-10-22T16:57:01.365Z[ recovery-image] Oct 22 16:57:00.474 INFO O| Oct 22 16:57:00.474 INFO STEP 42 (remove_files) COMPLETE
40052024-10-22T16:57:01.365Z[ recovery-image] Oct 22 16:57:00.474 INFO O| Oct 22 16:57:00.474 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40062024-10-22T16:57:01.380Z[ recovery-image] Oct 22 16:57:00.491 INFO O| Oct 22 16:57:00.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
40072024-10-22T16:57:01.380Z[ recovery-image] Oct 22 16:57:00.492 INFO O| Oct 22 16:57:00.492 INFO STEP 43 (remove_files) COMPLETE
40082024-10-22T16:57:01.383Z[ recovery-image] Oct 22 16:57:00.492 INFO O| Oct 22 16:57:00.492 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40092024-10-22T16:57:01.397Z[ recovery-image] Oct 22 16:57:00.508 INFO O| Oct 22 16:57:00.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
40102024-10-22T16:57:01.399Z[ recovery-image] Oct 22 16:57:00.509 INFO O| Oct 22 16:57:00.508 INFO STEP 44 (remove_files) COMPLETE
40112024-10-22T16:57:01.399Z[ recovery-image] Oct 22 16:57:00.509 INFO O| Oct 22 16:57:00.508 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40122024-10-22T16:57:01.414Z[ recovery-image] Oct 22 16:57:00.525 INFO O| Oct 22 16:57:00.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
40132024-10-22T16:57:01.414Z[ recovery-image] Oct 22 16:57:00.525 INFO O| Oct 22 16:57:00.525 INFO STEP 45 (remove_files) COMPLETE
40142024-10-22T16:57:01.416Z[ recovery-image] Oct 22 16:57:00.525 INFO O| Oct 22 16:57:00.525 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40152024-10-22T16:57:01.446Z[ recovery-image] Oct 22 16:57:00.558 INFO O| Oct 22 16:57:00.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
40162024-10-22T16:57:01.449Z[ recovery-image] Oct 22 16:57:00.558 INFO O| Oct 22 16:57:00.558 INFO STEP 46 (remove_files) COMPLETE
40172024-10-22T16:57:01.449Z[ recovery-image] Oct 22 16:57:00.558 INFO O| Oct 22 16:57:00.558 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40182024-10-22T16:57:01.465Z[ recovery-image] Oct 22 16:57:00.576 INFO O| Oct 22 16:57:00.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
40192024-10-22T16:57:01.467Z[ recovery-image] Oct 22 16:57:00.576 INFO O| Oct 22 16:57:00.576 INFO STEP 47 (remove_files) COMPLETE
40202024-10-22T16:57:01.467Z[ recovery-image] Oct 22 16:57:00.576 INFO O| Oct 22 16:57:00.576 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40212024-10-22T16:57:01.506Z[ recovery-image] Oct 22 16:57:00.613 INFO O| Oct 22 16:57:00.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
40222024-10-22T16:57:01.506Z[ recovery-image] Oct 22 16:57:00.613 INFO O| Oct 22 16:57:00.613 INFO STEP 48 (remove_files) COMPLETE
40232024-10-22T16:57:01.518Z[ recovery-image] Oct 22 16:57:00.613 INFO O| Oct 22 16:57:00.613 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40242024-10-22T16:57:01.532Z[ recovery-image] Oct 22 16:57:00.643 INFO O| Oct 22 16:57:00.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
40252024-10-22T16:57:01.532Z[ recovery-image] Oct 22 16:57:00.643 INFO O| Oct 22 16:57:00.643 INFO STEP 49 (remove_files) COMPLETE
40262024-10-22T16:57:01.536Z[ recovery-image] Oct 22 16:57:00.643 INFO O| Oct 22 16:57:00.643 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40272024-10-22T16:57:01.548Z[ recovery-image] Oct 22 16:57:00.660 INFO O| Oct 22 16:57:00.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
40282024-10-22T16:57:01.549Z[ recovery-image] Oct 22 16:57:00.660 INFO O| Oct 22 16:57:00.660 INFO STEP 50 (remove_files) COMPLETE
40292024-10-22T16:57:01.549Z[ recovery-image] Oct 22 16:57:00.660 INFO O| Oct 22 16:57:00.660 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40302024-10-22T16:57:01.566Z[ recovery-image] Oct 22 16:57:00.677 INFO O| Oct 22 16:57:00.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
40312024-10-22T16:57:01.569Z[ recovery-image] Oct 22 16:57:00.677 INFO O| Oct 22 16:57:00.677 INFO STEP 51 (remove_files) COMPLETE
40322024-10-22T16:57:01.569Z[ recovery-image] Oct 22 16:57:00.678 INFO O| Oct 22 16:57:00.678 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40332024-10-22T16:57:01.582Z[ recovery-image] Oct 22 16:57:00.693 INFO O| Oct 22 16:57:00.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
40342024-10-22T16:57:01.584Z[ recovery-image] Oct 22 16:57:00.694 INFO O| Oct 22 16:57:00.694 INFO STEP 52 (remove_files) COMPLETE
40352024-10-22T16:57:01.584Z[ recovery-image] Oct 22 16:57:00.694 INFO O| Oct 22 16:57:00.694 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40362024-10-22T16:57:01.598Z[ recovery-image] Oct 22 16:57:00.710 INFO O| Oct 22 16:57:00.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
40372024-10-22T16:57:01.601Z[ recovery-image] Oct 22 16:57:00.710 INFO O| Oct 22 16:57:00.710 INFO STEP 53 (remove_files) COMPLETE
40382024-10-22T16:57:01.601Z[ recovery-image] Oct 22 16:57:00.710 INFO O| Oct 22 16:57:00.710 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40392024-10-22T16:57:01.636Z[ recovery-image] Oct 22 16:57:00.748 INFO O| Oct 22 16:57:00.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
40402024-10-22T16:57:01.637Z[ recovery-image] Oct 22 16:57:00.748 INFO O| Oct 22 16:57:00.748 INFO STEP 54 (remove_files) COMPLETE
40412024-10-22T16:57:01.639Z[ recovery-image] Oct 22 16:57:00.748 INFO O| Oct 22 16:57:00.748 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40422024-10-22T16:57:01.658Z[ recovery-image] Oct 22 16:57:00.770 INFO O| Oct 22 16:57:00.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
40432024-10-22T16:57:01.658Z[ recovery-image] Oct 22 16:57:00.770 INFO O| Oct 22 16:57:00.770 INFO STEP 55 (remove_files) COMPLETE
40442024-10-22T16:57:01.661Z[ recovery-image] Oct 22 16:57:00.770 INFO O| Oct 22 16:57:00.770 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40452024-10-22T16:57:01.672Z[ recovery-image] Oct 22 16:57:00.784 INFO O| Oct 22 16:57:00.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
40462024-10-22T16:57:01.672Z[ recovery-image] Oct 22 16:57:00.784 INFO O| Oct 22 16:57:00.784 INFO STEP 56 (remove_files) COMPLETE
40472024-10-22T16:57:01.675Z[ recovery-image] Oct 22 16:57:00.784 INFO O| Oct 22 16:57:00.784 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40482024-10-22T16:57:01.687Z[ recovery-image] Oct 22 16:57:00.799 INFO O| Oct 22 16:57:00.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
40492024-10-22T16:57:01.690Z[ recovery-image] Oct 22 16:57:00.799 INFO O| Oct 22 16:57:00.799 INFO STEP 57 (remove_files) COMPLETE
40502024-10-22T16:57:01.690Z[ recovery-image] Oct 22 16:57:00.799 INFO O| Oct 22 16:57:00.799 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40512024-10-22T16:57:01.702Z[ recovery-image] Oct 22 16:57:00.814 INFO O| Oct 22 16:57:00.814 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
40522024-10-22T16:57:01.705Z[ recovery-image] Oct 22 16:57:00.814 INFO O| Oct 22 16:57:00.814 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
40532024-10-22T16:57:01.705Z[ recovery-image] Oct 22 16:57:00.814 INFO O| Oct 22 16:57:00.814 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40542024-10-22T16:57:01.705Z[ recovery-image] Oct 22 16:57:00.815 INFO O| Oct 22 16:57:00.815 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40552024-10-22T16:57:01.705Z[ recovery-image] Oct 22 16:57:00.815 INFO O| Oct 22 16:57:00.815 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40562024-10-22T16:57:01.705Z[ recovery-image] Oct 22 16:57:00.815 INFO O| Oct 22 16:57:00.815 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40572024-10-22T16:57:01.705Z[ recovery-image] Oct 22 16:57:00.815 INFO O| Oct 22 16:57:00.815 INFO ok!
40582024-10-22T16:57:01.705Z[ recovery-image] Oct 22 16:57:00.815 INFO O| Oct 22 16:57:00.815 INFO STEP 58 (ensure_file) COMPLETE
40592024-10-22T16:57:01.705Z[ recovery-image] Oct 22 16:57:00.815 INFO O| Oct 22 16:57:00.815 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40602024-10-22T16:57:01.718Z[ recovery-image] Oct 22 16:57:00.830 INFO O| Oct 22 16:57:00.830 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
40612024-10-22T16:57:01.718Z[ recovery-image] Oct 22 16:57:00.830 INFO O| Oct 22 16:57:00.830 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
40622024-10-22T16:57:01.721Z[ recovery-image] Oct 22 16:57:00.830 INFO O| Oct 22 16:57:00.830 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40632024-10-22T16:57:01.721Z[ recovery-image] Oct 22 16:57:00.830 INFO O| Oct 22 16:57:00.830 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40642024-10-22T16:57:01.721Z[ recovery-image] Oct 22 16:57:00.830 INFO O| Oct 22 16:57:00.830 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40652024-10-22T16:57:01.721Z[ recovery-image] Oct 22 16:57:00.831 INFO O| Oct 22 16:57:00.830 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40662024-10-22T16:57:01.721Z[ recovery-image] Oct 22 16:57:00.831 INFO O| Oct 22 16:57:00.831 INFO ok!
40672024-10-22T16:57:01.721Z[ recovery-image] Oct 22 16:57:00.831 INFO O| Oct 22 16:57:00.831 INFO STEP 59 (ensure_file) COMPLETE
40682024-10-22T16:57:01.721Z[ recovery-image] Oct 22 16:57:00.831 INFO O| Oct 22 16:57:00.831 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40692024-10-22T16:57:01.733Z[ recovery-image] Oct 22 16:57:00.845 INFO O| Oct 22 16:57:00.845 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
40702024-10-22T16:57:01.733Z[ recovery-image] Oct 22 16:57:00.845 INFO O| Oct 22 16:57:00.845 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
40712024-10-22T16:57:01.736Z[ recovery-image] Oct 22 16:57:00.845 INFO O| Oct 22 16:57:00.845 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
40722024-10-22T16:57:01.736Z[ recovery-image] Oct 22 16:57:00.845 INFO O| Oct 22 16:57:00.845 INFO ok!
40732024-10-22T16:57:01.736Z[ recovery-image] Oct 22 16:57:00.845 INFO O| Oct 22 16:57:00.845 INFO STEP 60 (ensure_file) COMPLETE
40742024-10-22T16:57:01.736Z[ recovery-image] Oct 22 16:57:00.845 INFO O| Oct 22 16:57:00.845 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40752024-10-22T16:57:01.748Z[ recovery-image] Oct 22 16:57:00.859 INFO O| Oct 22 16:57:00.859 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
40762024-10-22T16:57:01.750Z[ recovery-image] Oct 22 16:57:00.859 INFO O| Oct 22 16:57:00.859 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
40772024-10-22T16:57:01.750Z[ recovery-image] Oct 22 16:57:00.860 INFO O| Oct 22 16:57:00.860 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
40782024-10-22T16:57:01.750Z[ recovery-image] Oct 22 16:57:00.860 INFO O| Oct 22 16:57:00.860 INFO ok!
40792024-10-22T16:57:01.750Z[ recovery-image] Oct 22 16:57:00.860 INFO O| Oct 22 16:57:00.860 INFO STEP 61 (ensure_file) COMPLETE
40802024-10-22T16:57:01.750Z[ recovery-image] Oct 22 16:57:00.860 INFO O| Oct 22 16:57:00.860 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40812024-10-22T16:57:01.783Z[ recovery-image] Oct 22 16:57:00.894 INFO O| Oct 22 16:57:00.894 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
40822024-10-22T16:57:01.783Z[ recovery-image] Oct 22 16:57:00.894 INFO O| Oct 22 16:57:00.894 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
40832024-10-22T16:57:01.786Z[ recovery-image] Oct 22 16:57:00.894 INFO O| Oct 22 16:57:00.894 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40842024-10-22T16:57:01.787Z[ recovery-image] Oct 22 16:57:00.894 INFO O| Oct 22 16:57:00.894 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40852024-10-22T16:57:01.787Z[ recovery-image] Oct 22 16:57:00.894 INFO O| Oct 22 16:57:00.894 INFO ok!
40862024-10-22T16:57:01.787Z[ recovery-image] Oct 22 16:57:00.894 INFO O| Oct 22 16:57:00.894 INFO STEP 62 (ensure_file) COMPLETE
40872024-10-22T16:57:01.787Z[ recovery-image] Oct 22 16:57:00.894 INFO O| Oct 22 16:57:00.894 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40882024-10-22T16:57:01.824Z[ recovery-image] Oct 22 16:57:00.936 INFO O| Oct 22 16:57:00.936 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
40892024-10-22T16:57:01.824Z[ recovery-image] Oct 22 16:57:00.936 INFO O| Oct 22 16:57:00.936 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
40902024-10-22T16:57:01.827Z[ recovery-image] Oct 22 16:57:00.936 INFO O| Oct 22 16:57:00.936 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40912024-10-22T16:57:01.827Z[ recovery-image] Oct 22 16:57:00.936 INFO O| Oct 22 16:57:00.936 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40922024-10-22T16:57:01.827Z[ recovery-image] Oct 22 16:57:00.936 INFO O| Oct 22 16:57:00.936 INFO ok!
40932024-10-22T16:57:01.827Z[ recovery-image] Oct 22 16:57:00.936 INFO O| Oct 22 16:57:00.936 INFO STEP 63 (ensure_file) COMPLETE
40942024-10-22T16:57:01.827Z[ recovery-image] Oct 22 16:57:00.937 INFO O| Oct 22 16:57:00.937 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40952024-10-22T16:57:01.844Z[ recovery-image] Oct 22 16:57:00.955 INFO O| Oct 22 16:57:00.955 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
40962024-10-22T16:57:01.844Z[ recovery-image] Oct 22 16:57:00.956 INFO O| Oct 22 16:57:00.955 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
40972024-10-22T16:57:01.847Z[ recovery-image] Oct 22 16:57:00.956 INFO O| Oct 22 16:57:00.956 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
40982024-10-22T16:57:01.847Z[ recovery-image] Oct 22 16:57:00.956 INFO O| Oct 22 16:57:00.956 INFO ok!
40992024-10-22T16:57:01.847Z[ recovery-image] Oct 22 16:57:00.956 INFO O| Oct 22 16:57:00.956 INFO STEP 64 (assemble_files) COMPLETE
41002024-10-22T16:57:01.847Z[ recovery-image] Oct 22 16:57:00.956 INFO O| Oct 22 16:57:00.956 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41012024-10-22T16:57:01.863Z[ recovery-image] Oct 22 16:57:00.974 INFO O| Oct 22 16:57:00.974 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
41022024-10-22T16:57:01.863Z[ recovery-image] Oct 22 16:57:00.974 INFO O| Oct 22 16:57:00.974 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
41032024-10-22T16:57:01.863Z[ recovery-image] Oct 22 16:57:00.974 INFO O| Oct 22 16:57:00.974 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
41042024-10-22T16:57:01.865Z[ recovery-image] Oct 22 16:57:00.974 INFO O| Oct 22 16:57:00.974 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
41052024-10-22T16:57:01.866Z[ recovery-image] Oct 22 16:57:00.974 INFO O| Oct 22 16:57:00.974 INFO ok!
41062024-10-22T16:57:01.866Z[ recovery-image] Oct 22 16:57:00.974 INFO O| Oct 22 16:57:00.974 INFO STEP 65 (ensure_file) COMPLETE
41072024-10-22T16:57:01.866Z[ recovery-image] Oct 22 16:57:00.974 INFO O| Oct 22 16:57:00.974 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41082024-10-22T16:57:01.866Z[ recovery-image] Oct 22 16:57:00.974 INFO O| Oct 22 16:57:00.974 INFO skip step because feature "omicron1" is not enabled
41092024-10-22T16:57:01.866Z[ recovery-image] Oct 22 16:57:00.974 INFO O| Oct 22 16:57:00.974 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41102024-10-22T16:57:01.866Z[ recovery-image] Oct 22 16:57:00.974 INFO O| Oct 22 16:57:00.974 INFO skip step because feature "omicron1" is not enabled
41112024-10-22T16:57:01.866Z[ recovery-image] Oct 22 16:57:00.974 INFO O| Oct 22 16:57:00.974 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41122024-10-22T16:57:01.866Z[ recovery-image] Oct 22 16:57:00.974 INFO O| Oct 22 16:57:00.974 INFO skip step because feature "omicron1" is not enabled
41132024-10-22T16:57:01.866Z[ recovery-image] Oct 22 16:57:00.974 INFO O| Oct 22 16:57:00.974 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41142024-10-22T16:57:01.903Z[ recovery-image] Oct 22 16:57:01.014 INFO O| Oct 22 16:57:01.014 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
41152024-10-22T16:57:01.903Z[ recovery-image] Oct 22 16:57:01.014 INFO O| Oct 22 16:57:01.014 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
41162024-10-22T16:57:02.087Z[ host-image] Oct 22 16:57:01.198 INFO O| Oct 22 16:57:01.198 INFO O| Done
41172024-10-22T16:57:04.942Z[ host-image] Oct 22 16:57:04.053 INFO O| Oct 22 16:57:04.053 INFO O| Done
41182024-10-22T16:57:04.988Z[ recovery-image] Oct 22 16:57:04.099 INFO O| Oct 22 16:57:04.099 INFO STEP 69 (pack_tar) COMPLETE
41192024-10-22T16:57:04.988Z[ recovery-image] Oct 22 16:57:04.099 INFO O| Oct 22 16:57:04.099 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41202024-10-22T16:57:04.991Z[ recovery-image] Oct 22 16:57:04.099 INFO O| Oct 22 16:57:04.099 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41212024-10-22T16:57:05.026Z[ host-image] Oct 22 16:57:04.136 INFO O| Oct 22 16:57:04.136 INFO O| Done
41222024-10-22T16:57:05.028Z[ host-image] Oct 22 16:57:04.137 INFO O| Oct 22 16:57:04.137 INFO O| Done
41232024-10-22T16:57:05.070Z[ host-image] Oct 22 16:57:04.181 INFO O| Oct 22 16:57:04.181 INFO O| Done
41242024-10-22T16:57:05.215Z[ recovery-image] Oct 22 16:57:04.326 INFO O| Oct 22 16:57:04.326 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41252024-10-22T16:57:05.297Z[ host-image] Oct 22 16:57:04.407 INFO O| Oct 22 16:57:04.407 INFO STEP 12 (pkg_install) COMPLETE
41262024-10-22T16:57:05.297Z[ host-image] Oct 22 16:57:04.407 INFO O| Oct 22 16:57:04.407 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41272024-10-22T16:57:05.315Z[ host-image] Oct 22 16:57:04.426 INFO O| Oct 22 16:57:04.426 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
41282024-10-22T16:57:05.328Z[ recovery-image] Oct 22 16:57:04.439 INFO O| Oct 22 16:57:04.439 INFO completed processing gimlet/ramdisk-02-trim
41292024-10-22T16:57:05.331Z[ recovery-image] Oct 22 16:57:04.442 INFO image builder template: ramdisk-03-recovery-trim...
41302024-10-22T16:57:05.331Z[ recovery-image] Oct 22 16:57:04.442 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/.tmpdGrXoe/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
41312024-10-22T16:57:05.515Z[ recovery-image] Oct 22 16:57:04.626 INFO O| Oct 22 16:57:04.625 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41322024-10-22T16:57:05.522Z[ recovery-image] Oct 22 16:57:04.633 INFO O| Oct 22 16:57:04.633 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41332024-10-22T16:57:05.631Z[ recovery-image] Oct 22 16:57:04.742 INFO O| Oct 22 16:57:04.742 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
41342024-10-22T16:57:05.687Z[ recovery-image] Oct 22 16:57:04.798 INFO O| Oct 22 16:57:04.798 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41352024-10-22T16:57:05.696Z[ recovery-image] Oct 22 16:57:04.798 INFO O| Oct 22 16:57:04.798 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41362024-10-22T16:57:05.718Z[ recovery-image] Oct 22 16:57:04.829 INFO O| Oct 22 16:57:04.829 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
41372024-10-22T16:57:05.727Z[ recovery-image] Oct 22 16:57:04.838 INFO O| Oct 22 16:57:04.837 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41382024-10-22T16:57:05.735Z[ recovery-image] Oct 22 16:57:04.846 INFO O| Oct 22 16:57:04.846 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41392024-10-22T16:57:06.098Z[ recovery-image] Oct 22 16:57:05.208 INFO O| Oct 22 16:57:05.208 INFO rolled back to input snapshot; work may begin
41402024-10-22T16:57:06.098Z[ recovery-image] Oct 22 16:57:05.208 INFO O| Oct 22 16:57:05.208 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41412024-10-22T16:57:06.118Z[ recovery-image] Oct 22 16:57:05.229 INFO O| Oct 22 16:57:05.229 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41422024-10-22T16:57:06.201Z[ recovery-image] Oct 22 16:57:05.311 INFO O| Oct 22 16:57:05.311 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
41432024-10-22T16:57:06.392Z[ host-image] Oct 22 16:57:05.502 INFO O| Oct 22 16:57:05.502 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41442024-10-22T16:57:06.460Z[ recovery-image] Oct 22 16:57:05.570 INFO O| Oct 22 16:57:05.570 INFO STEP 0 (remove_files) COMPLETE
41452024-10-22T16:57:06.460Z[ recovery-image] Oct 22 16:57:05.570 INFO O| Oct 22 16:57:05.570 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41462024-10-22T16:57:06.529Z[ recovery-image] Oct 22 16:57:05.640 INFO O| Oct 22 16:57:05.640 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
41472024-10-22T16:57:06.643Z[ recovery-image] Oct 22 16:57:05.754 INFO O| Oct 22 16:57:05.754 INFO STEP 1 (remove_files) COMPLETE
41482024-10-22T16:57:06.643Z[ recovery-image] Oct 22 16:57:05.754 INFO O| Oct 22 16:57:05.754 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41492024-10-22T16:57:06.662Z[ recovery-image] Oct 22 16:57:05.773 INFO O| Oct 22 16:57:05.773 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
41502024-10-22T16:57:06.725Z[ recovery-image] Oct 22 16:57:05.835 INFO O| Oct 22 16:57:05.835 INFO STEP 2 (remove_files) COMPLETE
41512024-10-22T16:57:06.725Z[ recovery-image] Oct 22 16:57:05.836 INFO O| Oct 22 16:57:05.835 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41522024-10-22T16:57:06.744Z[ recovery-image] Oct 22 16:57:05.855 INFO O| Oct 22 16:57:05.855 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
41532024-10-22T16:57:06.880Z[ recovery-image] Oct 22 16:57:05.991 INFO O| Oct 22 16:57:05.991 INFO STEP 3 (remove_files) COMPLETE
41542024-10-22T16:57:06.880Z[ recovery-image] Oct 22 16:57:05.991 INFO O| Oct 22 16:57:05.991 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41552024-10-22T16:57:06.900Z[ recovery-image] Oct 22 16:57:06.011 INFO O| Oct 22 16:57:06.011 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
41562024-10-22T16:57:07.313Z[ recovery-image] Oct 22 16:57:06.423 INFO O| Oct 22 16:57:06.423 INFO STEP 4 (remove_files) COMPLETE
41572024-10-22T16:57:07.313Z[ recovery-image] Oct 22 16:57:06.424 INFO O| Oct 22 16:57:06.424 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-10-22T16:57:07.391Z[ recovery-image] Oct 22 16:57:06.502 INFO O| Oct 22 16:57:06.502 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
41592024-10-22T16:57:07.464Z[ recovery-image] Oct 22 16:57:06.574 INFO O| Oct 22 16:57:06.574 INFO STEP 5 (remove_files) COMPLETE
41602024-10-22T16:57:07.464Z[ recovery-image] Oct 22 16:57:06.574 INFO O| Oct 22 16:57:06.574 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41612024-10-22T16:57:07.487Z[ recovery-image] Oct 22 16:57:06.598 INFO O| Oct 22 16:57:06.597 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
41622024-10-22T16:57:07.514Z[ recovery-image] Oct 22 16:57:06.624 INFO O| Oct 22 16:57:06.624 INFO STEP 6 (remove_files) COMPLETE
41632024-10-22T16:57:07.514Z[ recovery-image] Oct 22 16:57:06.624 INFO O| Oct 22 16:57:06.624 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-10-22T16:57:07.541Z[ recovery-image] Oct 22 16:57:06.652 INFO O| Oct 22 16:57:06.652 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
41652024-10-22T16:57:07.544Z[ recovery-image] Oct 22 16:57:06.654 INFO O| Oct 22 16:57:06.654 INFO STEP 7 (remove_files) COMPLETE
41662024-10-22T16:57:07.544Z[ recovery-image] Oct 22 16:57:06.654 INFO O| Oct 22 16:57:06.654 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-10-22T16:57:07.562Z[ recovery-image] Oct 22 16:57:06.673 INFO O| Oct 22 16:57:06.673 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
41682024-10-22T16:57:07.588Z[ recovery-image] Oct 22 16:57:06.699 INFO O| Oct 22 16:57:06.699 INFO STEP 8 (remove_files) COMPLETE
41692024-10-22T16:57:07.588Z[ recovery-image] Oct 22 16:57:06.699 INFO O| Oct 22 16:57:06.699 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41702024-10-22T16:57:07.611Z[ recovery-image] Oct 22 16:57:06.721 INFO O| Oct 22 16:57:06.721 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
41712024-10-22T16:57:07.624Z[ recovery-image] Oct 22 16:57:06.735 INFO O| Oct 22 16:57:06.735 INFO STEP 9 (remove_files) COMPLETE
41722024-10-22T16:57:07.627Z[ recovery-image] Oct 22 16:57:06.735 INFO O| Oct 22 16:57:06.735 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-10-22T16:57:07.658Z[ recovery-image] Oct 22 16:57:06.767 INFO O| Oct 22 16:57:06.767 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
41742024-10-22T16:57:07.682Z[ recovery-image] Oct 22 16:57:06.793 INFO O| Oct 22 16:57:06.793 INFO STEP 10 (remove_files) COMPLETE
41752024-10-22T16:57:07.682Z[ recovery-image] Oct 22 16:57:06.793 INFO O| Oct 22 16:57:06.793 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-10-22T16:57:07.746Z[ recovery-image] Oct 22 16:57:06.856 INFO O| Oct 22 16:57:06.856 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
41772024-10-22T16:57:08.444Z[ recovery-image] Oct 22 16:57:07.554 INFO O| Oct 22 16:57:07.554 INFO STEP 11 (remove_files) COMPLETE
41782024-10-22T16:57:08.444Z[ recovery-image] Oct 22 16:57:07.554 INFO O| Oct 22 16:57:07.554 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-10-22T16:57:08.465Z[ recovery-image] Oct 22 16:57:07.573 INFO O| Oct 22 16:57:07.573 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
41802024-10-22T16:57:08.467Z[ recovery-image] Oct 22 16:57:07.576 INFO O| Oct 22 16:57:07.576 INFO STEP 12 (remove_files) COMPLETE
41812024-10-22T16:57:08.467Z[ recovery-image] Oct 22 16:57:07.576 INFO O| Oct 22 16:57:07.576 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-10-22T16:57:08.510Z[ recovery-image] Oct 22 16:57:07.620 INFO O| Oct 22 16:57:07.620 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
41832024-10-22T16:57:08.513Z[ recovery-image] Oct 22 16:57:07.624 INFO O| Oct 22 16:57:07.624 INFO STEP 13 (remove_files) COMPLETE
41842024-10-22T16:57:08.513Z[ recovery-image] Oct 22 16:57:07.624 INFO O| Oct 22 16:57:07.624 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-10-22T16:57:08.535Z[ recovery-image] Oct 22 16:57:07.645 INFO O| Oct 22 16:57:07.645 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
41862024-10-22T16:57:08.537Z[ recovery-image] Oct 22 16:57:07.646 INFO O| Oct 22 16:57:07.646 INFO STEP 14 (remove_files) COMPLETE
41872024-10-22T16:57:08.537Z[ recovery-image] Oct 22 16:57:07.646 INFO O| Oct 22 16:57:07.646 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-10-22T16:57:08.568Z[ recovery-image] Oct 22 16:57:07.678 INFO O| Oct 22 16:57:07.678 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
41892024-10-22T16:57:08.571Z[ recovery-image] Oct 22 16:57:07.679 INFO O| Oct 22 16:57:07.679 INFO STEP 15 (remove_files) COMPLETE
41902024-10-22T16:57:08.571Z[ recovery-image] Oct 22 16:57:07.679 INFO O| Oct 22 16:57:07.679 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-10-22T16:57:08.591Z[ recovery-image] Oct 22 16:57:07.702 INFO O| Oct 22 16:57:07.702 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
41922024-10-22T16:57:08.720Z[ recovery-image] Oct 22 16:57:07.830 INFO O| Oct 22 16:57:07.830 INFO STEP 16 (remove_files) COMPLETE
41932024-10-22T16:57:08.720Z[ recovery-image] Oct 22 16:57:07.830 INFO O| Oct 22 16:57:07.830 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-10-22T16:57:08.741Z[ recovery-image] Oct 22 16:57:07.851 INFO O| Oct 22 16:57:07.851 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
41952024-10-22T16:57:08.743Z[ recovery-image] Oct 22 16:57:07.851 INFO O| Oct 22 16:57:07.851 INFO STEP 17 (remove_files) COMPLETE
41962024-10-22T16:57:08.743Z[ recovery-image] Oct 22 16:57:07.851 INFO O| Oct 22 16:57:07.851 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41972024-10-22T16:57:08.758Z[ recovery-image] Oct 22 16:57:07.869 INFO O| Oct 22 16:57:07.869 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
41982024-10-22T16:57:08.779Z[ recovery-image] Oct 22 16:57:07.890 INFO O| Oct 22 16:57:07.890 INFO STEP 18 (remove_files) COMPLETE
41992024-10-22T16:57:08.779Z[ recovery-image] Oct 22 16:57:07.890 INFO O| Oct 22 16:57:07.890 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42002024-10-22T16:57:08.813Z[ recovery-image] Oct 22 16:57:07.923 INFO O| Oct 22 16:57:07.923 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
42012024-10-22T16:57:09.015Z[ recovery-image] Oct 22 16:57:08.125 INFO O| Oct 22 16:57:08.125 INFO STEP 19 (remove_files) COMPLETE
42022024-10-22T16:57:09.015Z[ recovery-image] Oct 22 16:57:08.125 INFO O| Oct 22 16:57:08.125 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42032024-10-22T16:57:09.044Z[ recovery-image] Oct 22 16:57:08.154 INFO O| Oct 22 16:57:08.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
42042024-10-22T16:57:09.083Z[ recovery-image] Oct 22 16:57:08.194 INFO O| Oct 22 16:57:08.194 INFO STEP 20 (remove_files) COMPLETE
42052024-10-22T16:57:09.086Z[ recovery-image] Oct 22 16:57:08.194 INFO O| Oct 22 16:57:08.194 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42062024-10-22T16:57:09.115Z[ recovery-image] Oct 22 16:57:08.225 INFO O| Oct 22 16:57:08.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
42072024-10-22T16:57:09.115Z[ recovery-image] Oct 22 16:57:08.225 INFO O| Oct 22 16:57:08.225 INFO STEP 21 (remove_files) COMPLETE
42082024-10-22T16:57:09.117Z[ recovery-image] Oct 22 16:57:08.225 INFO O| Oct 22 16:57:08.225 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42092024-10-22T16:57:09.145Z[ recovery-image] Oct 22 16:57:08.255 INFO O| Oct 22 16:57:08.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
42102024-10-22T16:57:09.169Z[ recovery-image] Oct 22 16:57:08.279 INFO O| Oct 22 16:57:08.279 INFO STEP 22 (remove_files) COMPLETE
42112024-10-22T16:57:09.169Z[ recovery-image] Oct 22 16:57:08.279 INFO O| Oct 22 16:57:08.279 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42122024-10-22T16:57:09.206Z[ recovery-image] Oct 22 16:57:08.316 INFO O| Oct 22 16:57:08.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
42132024-10-22T16:57:09.206Z[ recovery-image] Oct 22 16:57:08.316 INFO O| Oct 22 16:57:08.316 INFO STEP 23 (remove_files) COMPLETE
42142024-10-22T16:57:09.208Z[ recovery-image] Oct 22 16:57:08.316 INFO O| Oct 22 16:57:08.316 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42152024-10-22T16:57:09.244Z[ recovery-image] Oct 22 16:57:08.355 INFO O| Oct 22 16:57:08.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
42162024-10-22T16:57:09.274Z[ recovery-image] Oct 22 16:57:08.384 INFO O| Oct 22 16:57:08.384 INFO STEP 24 (remove_files) COMPLETE
42172024-10-22T16:57:09.274Z[ recovery-image] Oct 22 16:57:08.384 INFO O| Oct 22 16:57:08.384 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42182024-10-22T16:57:09.317Z[ recovery-image] Oct 22 16:57:08.427 INFO O| Oct 22 16:57:08.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
42192024-10-22T16:57:09.329Z[ recovery-image] Oct 22 16:57:08.440 INFO O| Oct 22 16:57:08.440 INFO STEP 25 (remove_files) COMPLETE
42202024-10-22T16:57:09.329Z[ recovery-image] Oct 22 16:57:08.440 INFO O| Oct 22 16:57:08.440 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42212024-10-22T16:57:09.363Z[ recovery-image] Oct 22 16:57:08.473 INFO O| Oct 22 16:57:08.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
42222024-10-22T16:57:09.363Z[ recovery-image] Oct 22 16:57:08.473 INFO O| Oct 22 16:57:08.473 INFO STEP 26 (remove_files) COMPLETE
42232024-10-22T16:57:09.363Z[ recovery-image] Oct 22 16:57:08.473 INFO O| Oct 22 16:57:08.473 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42242024-10-22T16:57:09.390Z[ recovery-image] Oct 22 16:57:08.500 INFO O| Oct 22 16:57:08.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
42252024-10-22T16:57:09.391Z[ recovery-image] Oct 22 16:57:08.500 INFO O| Oct 22 16:57:08.500 INFO STEP 27 (remove_files) COMPLETE
42262024-10-22T16:57:09.391Z[ recovery-image] Oct 22 16:57:08.500 INFO O| Oct 22 16:57:08.500 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42272024-10-22T16:57:09.424Z[ recovery-image] Oct 22 16:57:08.535 INFO O| Oct 22 16:57:08.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
42282024-10-22T16:57:09.424Z[ recovery-image] Oct 22 16:57:08.535 INFO O| Oct 22 16:57:08.535 INFO STEP 28 (remove_files) COMPLETE
42292024-10-22T16:57:09.427Z[ recovery-image] Oct 22 16:57:08.535 INFO O| Oct 22 16:57:08.535 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42302024-10-22T16:57:09.466Z[ recovery-image] Oct 22 16:57:08.577 INFO O| Oct 22 16:57:08.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
42312024-10-22T16:57:09.469Z[ recovery-image] Oct 22 16:57:08.577 INFO O| Oct 22 16:57:08.577 INFO STEP 29 (remove_files) COMPLETE
42322024-10-22T16:57:09.469Z[ recovery-image] Oct 22 16:57:08.577 INFO O| Oct 22 16:57:08.577 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42332024-10-22T16:57:09.513Z[ recovery-image] Oct 22 16:57:08.623 INFO O| Oct 22 16:57:08.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
42342024-10-22T16:57:09.513Z[ recovery-image] Oct 22 16:57:08.623 INFO O| Oct 22 16:57:08.623 INFO STEP 30 (remove_files) COMPLETE
42352024-10-22T16:57:09.513Z[ recovery-image] Oct 22 16:57:08.623 INFO O| Oct 22 16:57:08.623 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42362024-10-22T16:57:09.540Z[ recovery-image] Oct 22 16:57:08.650 INFO O| Oct 22 16:57:08.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
42372024-10-22T16:57:09.540Z[ recovery-image] Oct 22 16:57:08.650 INFO O| Oct 22 16:57:08.650 INFO STEP 31 (remove_files) COMPLETE
42382024-10-22T16:57:09.540Z[ recovery-image] Oct 22 16:57:08.650 INFO O| Oct 22 16:57:08.650 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42392024-10-22T16:57:09.563Z[ recovery-image] Oct 22 16:57:08.673 INFO O| Oct 22 16:57:08.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
42402024-10-22T16:57:09.577Z[ recovery-image] Oct 22 16:57:08.688 INFO O| Oct 22 16:57:08.688 INFO STEP 32 (remove_files) COMPLETE
42412024-10-22T16:57:09.578Z[ recovery-image] Oct 22 16:57:08.688 INFO O| Oct 22 16:57:08.688 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42422024-10-22T16:57:09.609Z[ recovery-image] Oct 22 16:57:08.719 INFO O| Oct 22 16:57:08.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
42432024-10-22T16:57:09.609Z[ recovery-image] Oct 22 16:57:08.720 INFO O| Oct 22 16:57:08.720 INFO STEP 33 (remove_files) COMPLETE
42442024-10-22T16:57:09.612Z[ recovery-image] Oct 22 16:57:08.720 INFO O| Oct 22 16:57:08.720 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42452024-10-22T16:57:09.628Z[ recovery-image] Oct 22 16:57:08.738 INFO O| Oct 22 16:57:08.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
42462024-10-22T16:57:09.650Z[ recovery-image] Oct 22 16:57:08.761 INFO O| Oct 22 16:57:08.761 INFO STEP 34 (remove_files) COMPLETE
42472024-10-22T16:57:09.650Z[ recovery-image] Oct 22 16:57:08.761 INFO O| Oct 22 16:57:08.761 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42482024-10-22T16:57:09.704Z[ recovery-image] Oct 22 16:57:08.814 INFO O| Oct 22 16:57:08.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
42492024-10-22T16:57:09.704Z[ recovery-image] Oct 22 16:57:08.814 INFO O| Oct 22 16:57:08.814 INFO STEP 35 (remove_files) COMPLETE
42502024-10-22T16:57:09.706Z[ recovery-image] Oct 22 16:57:08.814 INFO O| Oct 22 16:57:08.814 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42512024-10-22T16:57:09.722Z[ recovery-image] Oct 22 16:57:08.832 INFO O| Oct 22 16:57:08.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
42522024-10-22T16:57:09.746Z[ recovery-image] Oct 22 16:57:08.856 INFO O| Oct 22 16:57:08.856 INFO STEP 36 (remove_files) COMPLETE
42532024-10-22T16:57:09.746Z[ recovery-image] Oct 22 16:57:08.856 INFO O| Oct 22 16:57:08.856 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42542024-10-22T16:57:09.826Z[ host-image] Oct 22 16:57:08.936 INFO O| Oct 22 16:57:08.936 INFO O| Planning: Solver setup ... Done
42552024-10-22T16:57:09.832Z[ host-image] Oct 22 16:57:08.943 INFO O| Oct 22 16:57:08.943 INFO O| Planning: Running solver ... Done
42562024-10-22T16:57:09.880Z[ recovery-image] Oct 22 16:57:08.990 INFO O| Oct 22 16:57:08.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
42572024-10-22T16:57:09.880Z[ recovery-image] Oct 22 16:57:08.990 INFO O| Oct 22 16:57:08.990 INFO STEP 37 (remove_files) COMPLETE
42582024-10-22T16:57:09.882Z[ recovery-image] Oct 22 16:57:08.990 INFO O| Oct 22 16:57:08.990 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42592024-10-22T16:57:09.901Z[ recovery-image] Oct 22 16:57:09.011 INFO O| Oct 22 16:57:09.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
42602024-10-22T16:57:09.901Z[ recovery-image] Oct 22 16:57:09.011 INFO O| Oct 22 16:57:09.011 INFO STEP 38 (remove_files) COMPLETE
42612024-10-22T16:57:09.901Z[ recovery-image] Oct 22 16:57:09.011 INFO O| Oct 22 16:57:09.011 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42622024-10-22T16:57:09.918Z[ host-image] Oct 22 16:57:09.028 INFO O| Oct 22 16:57:09.027 INFO O| Planning: Finding local manifests ... Done
42632024-10-22T16:57:09.921Z[ host-image] Oct 22 16:57:09.030 INFO O| Oct 22 16:57:09.030 INFO O| Planning: Fetching manifests: 0/6 0% complete
42642024-10-22T16:57:09.921Z[ recovery-image] Oct 22 16:57:09.030 INFO O| Oct 22 16:57:09.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
42652024-10-22T16:57:09.921Z[ recovery-image] Oct 22 16:57:09.030 INFO O| Oct 22 16:57:09.030 INFO STEP 39 (remove_files) COMPLETE
42662024-10-22T16:57:09.921Z[ recovery-image] Oct 22 16:57:09.030 INFO O| Oct 22 16:57:09.030 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-10-22T16:57:09.987Z[ recovery-image] Oct 22 16:57:09.096 INFO O| Oct 22 16:57:09.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
42682024-10-22T16:57:09.987Z[ recovery-image] Oct 22 16:57:09.097 INFO O| Oct 22 16:57:09.096 INFO STEP 40 (remove_files) COMPLETE
42692024-10-22T16:57:09.987Z[ recovery-image] Oct 22 16:57:09.097 INFO O| Oct 22 16:57:09.097 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-10-22T16:57:10.027Z[ recovery-image] Oct 22 16:57:09.137 INFO O| Oct 22 16:57:09.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
42712024-10-22T16:57:10.028Z[ recovery-image] Oct 22 16:57:09.137 INFO O| Oct 22 16:57:09.137 INFO STEP 41 (remove_files) COMPLETE
42722024-10-22T16:57:10.028Z[ recovery-image] Oct 22 16:57:09.137 INFO O| Oct 22 16:57:09.137 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-10-22T16:57:10.063Z[ recovery-image] Oct 22 16:57:09.173 INFO O| Oct 22 16:57:09.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
42742024-10-22T16:57:10.063Z[ recovery-image] Oct 22 16:57:09.173 INFO O| Oct 22 16:57:09.173 INFO STEP 42 (remove_files) COMPLETE
42752024-10-22T16:57:10.063Z[ recovery-image] Oct 22 16:57:09.173 INFO O| Oct 22 16:57:09.173 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-10-22T16:57:10.082Z[ recovery-image] Oct 22 16:57:09.192 INFO O| Oct 22 16:57:09.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
42772024-10-22T16:57:10.082Z[ recovery-image] Oct 22 16:57:09.192 INFO O| Oct 22 16:57:09.192 INFO STEP 43 (remove_files) COMPLETE
42782024-10-22T16:57:10.082Z[ recovery-image] Oct 22 16:57:09.192 INFO O| Oct 22 16:57:09.192 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-10-22T16:57:10.118Z[ recovery-image] Oct 22 16:57:09.228 INFO O| Oct 22 16:57:09.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
42802024-10-22T16:57:10.118Z[ recovery-image] Oct 22 16:57:09.228 INFO O| Oct 22 16:57:09.228 INFO STEP 44 (remove_files) COMPLETE
42812024-10-22T16:57:10.118Z[ recovery-image] Oct 22 16:57:09.228 INFO O| Oct 22 16:57:09.228 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-10-22T16:57:10.175Z[ recovery-image] Oct 22 16:57:09.285 INFO O| Oct 22 16:57:09.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
42832024-10-22T16:57:10.175Z[ recovery-image] Oct 22 16:57:09.285 INFO O| Oct 22 16:57:09.285 INFO STEP 45 (remove_files) COMPLETE
42842024-10-22T16:57:10.175Z[ recovery-image] Oct 22 16:57:09.286 INFO O| Oct 22 16:57:09.285 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-10-22T16:57:10.194Z[ recovery-image] Oct 22 16:57:09.304 INFO O| Oct 22 16:57:09.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
42862024-10-22T16:57:10.194Z[ recovery-image] Oct 22 16:57:09.304 INFO O| Oct 22 16:57:09.304 INFO STEP 46 (remove_files) COMPLETE
42872024-10-22T16:57:10.194Z[ recovery-image] Oct 22 16:57:09.304 INFO O| Oct 22 16:57:09.304 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-10-22T16:57:10.230Z[ recovery-image] Oct 22 16:57:09.339 INFO O| Oct 22 16:57:09.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
42892024-10-22T16:57:10.230Z[ recovery-image] Oct 22 16:57:09.339 INFO O| Oct 22 16:57:09.339 INFO STEP 47 (remove_files) COMPLETE
42902024-10-22T16:57:10.230Z[ recovery-image] Oct 22 16:57:09.339 INFO O| Oct 22 16:57:09.339 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-10-22T16:57:10.293Z[ recovery-image] Oct 22 16:57:09.403 INFO O| Oct 22 16:57:09.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
42922024-10-22T16:57:10.295Z[ recovery-image] Oct 22 16:57:09.403 INFO O| Oct 22 16:57:09.403 INFO STEP 48 (remove_files) COMPLETE
42932024-10-22T16:57:10.295Z[ recovery-image] Oct 22 16:57:09.403 INFO O| Oct 22 16:57:09.403 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-10-22T16:57:10.318Z[ host-image] Oct 22 16:57:09.428 INFO O| Oct 22 16:57:09.428 INFO O| Planning: Fetching manifests: 6/6 100% complete
42952024-10-22T16:57:10.320Z[ recovery-image] Oct 22 16:57:09.428 INFO O| Oct 22 16:57:09.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
42962024-10-22T16:57:10.339Z[ recovery-image] Oct 22 16:57:09.450 INFO O| Oct 22 16:57:09.450 INFO STEP 49 (remove_files) COMPLETE
42972024-10-22T16:57:10.339Z[ recovery-image] Oct 22 16:57:09.450 INFO O| Oct 22 16:57:09.450 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-10-22T16:57:10.359Z[ recovery-image] Oct 22 16:57:09.470 INFO O| Oct 22 16:57:09.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
42992024-10-22T16:57:10.362Z[ recovery-image] Oct 22 16:57:09.470 INFO O| Oct 22 16:57:09.470 INFO STEP 50 (remove_files) COMPLETE
43002024-10-22T16:57:10.362Z[ recovery-image] Oct 22 16:57:09.470 INFO O| Oct 22 16:57:09.470 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-10-22T16:57:10.377Z[ host-image] Oct 22 16:57:09.487 INFO O| Oct 22 16:57:09.487 INFO O| Planning: Package planning ... Done
43022024-10-22T16:57:10.377Z[ recovery-image] Oct 22 16:57:09.488 INFO O| Oct 22 16:57:09.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
43032024-10-22T16:57:10.379Z[ recovery-image] Oct 22 16:57:09.488 INFO O| Oct 22 16:57:09.488 INFO STEP 51 (remove_files) COMPLETE
43042024-10-22T16:57:10.380Z[ recovery-image] Oct 22 16:57:09.488 INFO O| Oct 22 16:57:09.488 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43052024-10-22T16:57:10.416Z[ host-image] Oct 22 16:57:09.526 INFO O| Oct 22 16:57:09.526 INFO O| Planning: Merging actions ... Done
43062024-10-22T16:57:10.419Z[ recovery-image] Oct 22 16:57:09.527 INFO O| Oct 22 16:57:09.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
43072024-10-22T16:57:10.419Z[ recovery-image] Oct 22 16:57:09.527 INFO O| Oct 22 16:57:09.527 INFO STEP 52 (remove_files) COMPLETE
43082024-10-22T16:57:10.419Z[ recovery-image] Oct 22 16:57:09.527 INFO O| Oct 22 16:57:09.527 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-10-22T16:57:10.437Z[ recovery-image] Oct 22 16:57:09.548 INFO O| Oct 22 16:57:09.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
43102024-10-22T16:57:10.440Z[ recovery-image] Oct 22 16:57:09.548 INFO O| Oct 22 16:57:09.548 INFO STEP 53 (remove_files) COMPLETE
43112024-10-22T16:57:10.440Z[ recovery-image] Oct 22 16:57:09.548 INFO O| Oct 22 16:57:09.548 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-10-22T16:57:10.529Z[ recovery-image] Oct 22 16:57:09.631 INFO O| Oct 22 16:57:09.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
43132024-10-22T16:57:10.532Z[ recovery-image] Oct 22 16:57:09.632 INFO O| Oct 22 16:57:09.632 INFO STEP 54 (remove_files) COMPLETE
43142024-10-22T16:57:10.532Z[ recovery-image] Oct 22 16:57:09.632 INFO O| Oct 22 16:57:09.632 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-10-22T16:57:10.539Z[ recovery-image] Oct 22 16:57:09.650 INFO O| Oct 22 16:57:09.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
43162024-10-22T16:57:10.539Z[ recovery-image] Oct 22 16:57:09.650 INFO O| Oct 22 16:57:09.650 INFO STEP 55 (remove_files) COMPLETE
43172024-10-22T16:57:10.542Z[ recovery-image] Oct 22 16:57:09.650 INFO O| Oct 22 16:57:09.650 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-10-22T16:57:10.556Z[ recovery-image] Oct 22 16:57:09.667 INFO O| Oct 22 16:57:09.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
43192024-10-22T16:57:10.556Z[ recovery-image] Oct 22 16:57:09.667 INFO O| Oct 22 16:57:09.667 INFO STEP 56 (remove_files) COMPLETE
43202024-10-22T16:57:10.556Z[ recovery-image] Oct 22 16:57:09.667 INFO O| Oct 22 16:57:09.667 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-10-22T16:57:10.565Z[ host-image] Oct 22 16:57:09.675 INFO O| Oct 22 16:57:09.675 INFO O| Planning: Checking for conflicting actions ... Done
43222024-10-22T16:57:10.573Z[ host-image] Oct 22 16:57:09.683 INFO O| Oct 22 16:57:09.683 INFO O| Planning: Consolidating action changes ... Done
43232024-10-22T16:57:10.594Z[ recovery-image] Oct 22 16:57:09.704 INFO O| Oct 22 16:57:09.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
43242024-10-22T16:57:10.596Z[ recovery-image] Oct 22 16:57:09.704 INFO O| Oct 22 16:57:09.704 INFO STEP 57 (remove_files) COMPLETE
43252024-10-22T16:57:10.596Z[ recovery-image] Oct 22 16:57:09.704 INFO O| Oct 22 16:57:09.704 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-10-22T16:57:10.622Z[ recovery-image] Oct 22 16:57:09.732 INFO O| Oct 22 16:57:09.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
43272024-10-22T16:57:10.622Z[ recovery-image] Oct 22 16:57:09.732 INFO O| Oct 22 16:57:09.732 INFO STEP 58 (remove_files) COMPLETE
43282024-10-22T16:57:10.625Z[ recovery-image] Oct 22 16:57:09.732 INFO O| Oct 22 16:57:09.732 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43292024-10-22T16:57:10.643Z[ recovery-image] Oct 22 16:57:09.752 INFO O| Oct 22 16:57:09.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
43302024-10-22T16:57:10.643Z[ recovery-image] Oct 22 16:57:09.753 INFO O| Oct 22 16:57:09.753 INFO STEP 59 (remove_files) COMPLETE
43312024-10-22T16:57:10.643Z[ recovery-image] Oct 22 16:57:09.753 INFO O| Oct 22 16:57:09.753 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43322024-10-22T16:57:10.682Z[ recovery-image] Oct 22 16:57:09.792 INFO O| Oct 22 16:57:09.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
43332024-10-22T16:57:10.685Z[ recovery-image] Oct 22 16:57:09.792 INFO O| Oct 22 16:57:09.792 INFO STEP 60 (remove_files) COMPLETE
43342024-10-22T16:57:10.685Z[ recovery-image] Oct 22 16:57:09.793 INFO O| Oct 22 16:57:09.792 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43352024-10-22T16:57:10.702Z[ recovery-image] Oct 22 16:57:09.812 INFO O| Oct 22 16:57:09.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
43362024-10-22T16:57:10.704Z[ recovery-image] Oct 22 16:57:09.812 INFO O| Oct 22 16:57:09.812 INFO STEP 61 (remove_files) COMPLETE
43372024-10-22T16:57:10.705Z[ recovery-image] Oct 22 16:57:09.813 INFO O| Oct 22 16:57:09.812 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43382024-10-22T16:57:10.720Z[ recovery-image] Oct 22 16:57:09.831 INFO O| Oct 22 16:57:09.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
43392024-10-22T16:57:10.723Z[ recovery-image] Oct 22 16:57:09.831 INFO O| Oct 22 16:57:09.831 INFO STEP 62 (remove_files) COMPLETE
43402024-10-22T16:57:10.723Z[ recovery-image] Oct 22 16:57:09.831 INFO O| Oct 22 16:57:09.831 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-10-22T16:57:10.744Z[ recovery-image] Oct 22 16:57:09.854 INFO O| Oct 22 16:57:09.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
43422024-10-22T16:57:10.744Z[ recovery-image] Oct 22 16:57:09.854 INFO O| Oct 22 16:57:09.854 INFO STEP 63 (remove_files) COMPLETE
43432024-10-22T16:57:10.744Z[ recovery-image] Oct 22 16:57:09.854 INFO O| Oct 22 16:57:09.854 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43442024-10-22T16:57:10.785Z[ recovery-image] Oct 22 16:57:09.895 INFO O| Oct 22 16:57:09.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
43452024-10-22T16:57:10.785Z[ recovery-image] Oct 22 16:57:09.895 INFO O| Oct 22 16:57:09.895 INFO STEP 64 (remove_files) COMPLETE
43462024-10-22T16:57:10.785Z[ recovery-image] Oct 22 16:57:09.895 INFO O| Oct 22 16:57:09.895 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43472024-10-22T16:57:10.843Z[ recovery-image] Oct 22 16:57:09.953 INFO O| Oct 22 16:57:09.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
43482024-10-22T16:57:10.843Z[ recovery-image] Oct 22 16:57:09.954 INFO O| Oct 22 16:57:09.954 INFO STEP 65 (remove_files) COMPLETE
43492024-10-22T16:57:10.843Z[ recovery-image] Oct 22 16:57:09.954 INFO O| Oct 22 16:57:09.954 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43502024-10-22T16:57:10.901Z[ recovery-image] Oct 22 16:57:10.012 INFO O| Oct 22 16:57:10.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
43512024-10-22T16:57:10.902Z[ recovery-image] Oct 22 16:57:10.012 INFO O| Oct 22 16:57:10.012 INFO STEP 66 (remove_files) COMPLETE
43522024-10-22T16:57:10.904Z[ recovery-image] Oct 22 16:57:10.012 INFO O| Oct 22 16:57:10.012 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43532024-10-22T16:57:10.957Z[ recovery-image] Oct 22 16:57:10.067 INFO O| Oct 22 16:57:10.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
43542024-10-22T16:57:10.957Z[ recovery-image] Oct 22 16:57:10.067 INFO O| Oct 22 16:57:10.067 INFO STEP 67 (remove_files) COMPLETE
43552024-10-22T16:57:10.959Z[ recovery-image] Oct 22 16:57:10.067 INFO O| Oct 22 16:57:10.067 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562024-10-22T16:57:10.991Z[ recovery-image] Oct 22 16:57:10.101 INFO O| Oct 22 16:57:10.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
43572024-10-22T16:57:10.994Z[ host-image] Oct 22 16:57:10.105 INFO O| Oct 22 16:57:10.105 INFO O| Planning: Evaluating mediators ... Done
43582024-10-22T16:57:11.000Z[ host-image] Oct 22 16:57:10.110 INFO O| Oct 22 16:57:10.110 INFO O| Planning: Planning completed in 4.61 seconds
43592024-10-22T16:57:11.003Z[ host-image] Oct 22 16:57:10.113 INFO O| Oct 22 16:57:10.113 INFO O| Packages to install: 6
43602024-10-22T16:57:11.003Z[ host-image] Oct 22 16:57:10.113 INFO O| Oct 22 16:57:10.113 INFO O| Mediators to change: 1
43612024-10-22T16:57:11.003Z[ host-image] Oct 22 16:57:10.113 INFO O| Oct 22 16:57:10.113 INFO O| Services to change: 1
43622024-10-22T16:57:11.014Z[ recovery-image] Oct 22 16:57:10.124 INFO O| Oct 22 16:57:10.124 INFO STEP 68 (remove_files) COMPLETE
43632024-10-22T16:57:11.014Z[ recovery-image] Oct 22 16:57:10.124 INFO O| Oct 22 16:57:10.124 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-10-22T16:57:11.027Z[ host-image] Oct 22 16:57:10.137 INFO O| Oct 22 16:57:10.137 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
43652024-10-22T16:57:11.108Z[ recovery-image] Oct 22 16:57:10.161 INFO O| Oct 22 16:57:10.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
43662024-10-22T16:57:11.108Z[ recovery-image] Oct 22 16:57:10.161 INFO O| Oct 22 16:57:10.161 INFO STEP 69 (remove_files) COMPLETE
43672024-10-22T16:57:11.111Z[ recovery-image] Oct 22 16:57:10.162 INFO O| Oct 22 16:57:10.161 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43682024-10-22T16:57:11.111Z[ recovery-image] Oct 22 16:57:10.179 INFO O| Oct 22 16:57:10.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
43692024-10-22T16:57:11.111Z[ recovery-image] Oct 22 16:57:10.179 INFO O| Oct 22 16:57:10.179 INFO STEP 70 (remove_files) COMPLETE
43702024-10-22T16:57:11.111Z[ recovery-image] Oct 22 16:57:10.179 INFO O| Oct 22 16:57:10.179 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43712024-10-22T16:57:11.111Z[ recovery-image] Oct 22 16:57:10.196 INFO O| Oct 22 16:57:10.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
43722024-10-22T16:57:11.111Z[ recovery-image] Oct 22 16:57:10.196 INFO O| Oct 22 16:57:10.196 INFO STEP 71 (remove_files) COMPLETE
43732024-10-22T16:57:11.111Z[ recovery-image] Oct 22 16:57:10.196 INFO O| Oct 22 16:57:10.196 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43742024-10-22T16:57:11.111Z[ recovery-image] Oct 22 16:57:10.213 INFO O| Oct 22 16:57:10.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
43752024-10-22T16:57:11.111Z[ recovery-image] Oct 22 16:57:10.213 INFO O| Oct 22 16:57:10.213 INFO STEP 72 (remove_files) COMPLETE
43762024-10-22T16:57:11.111Z[ recovery-image] Oct 22 16:57:10.213 INFO O| Oct 22 16:57:10.213 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772024-10-22T16:57:11.120Z[ recovery-image] Oct 22 16:57:10.230 INFO O| Oct 22 16:57:10.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
43782024-10-22T16:57:11.120Z[ recovery-image] Oct 22 16:57:10.231 INFO O| Oct 22 16:57:10.230 INFO STEP 73 (remove_files) COMPLETE
43792024-10-22T16:57:11.123Z[ recovery-image] Oct 22 16:57:10.231 INFO O| Oct 22 16:57:10.230 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43802024-10-22T16:57:11.135Z[ recovery-image] Oct 22 16:57:10.246 INFO O| Oct 22 16:57:10.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
43812024-10-22T16:57:11.135Z[ recovery-image] Oct 22 16:57:10.246 INFO O| Oct 22 16:57:10.246 INFO STEP 74 (remove_files) COMPLETE
43822024-10-22T16:57:11.138Z[ recovery-image] Oct 22 16:57:10.246 INFO O| Oct 22 16:57:10.246 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832024-10-22T16:57:11.167Z[ recovery-image] Oct 22 16:57:10.277 INFO O| Oct 22 16:57:10.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
43842024-10-22T16:57:11.167Z[ recovery-image] Oct 22 16:57:10.277 INFO O| Oct 22 16:57:10.277 INFO STEP 75 (remove_files) COMPLETE
43852024-10-22T16:57:11.167Z[ recovery-image] Oct 22 16:57:10.277 INFO O| Oct 22 16:57:10.277 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43862024-10-22T16:57:11.185Z[ recovery-image] Oct 22 16:57:10.295 INFO O| Oct 22 16:57:10.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
43872024-10-22T16:57:11.185Z[ recovery-image] Oct 22 16:57:10.295 INFO O| Oct 22 16:57:10.295 INFO STEP 76 (remove_files) COMPLETE
43882024-10-22T16:57:11.185Z[ recovery-image] Oct 22 16:57:10.295 INFO O| Oct 22 16:57:10.295 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892024-10-22T16:57:11.203Z[ recovery-image] Oct 22 16:57:10.313 INFO O| Oct 22 16:57:10.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
43902024-10-22T16:57:11.205Z[ recovery-image] Oct 22 16:57:10.313 INFO O| Oct 22 16:57:10.313 INFO STEP 77 (remove_files) COMPLETE
43912024-10-22T16:57:11.205Z[ recovery-image] Oct 22 16:57:10.313 INFO O| Oct 22 16:57:10.313 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922024-10-22T16:57:11.220Z[ recovery-image] Oct 22 16:57:10.330 INFO O| Oct 22 16:57:10.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
43932024-10-22T16:57:11.222Z[ recovery-image] Oct 22 16:57:10.330 INFO O| Oct 22 16:57:10.330 INFO STEP 78 (remove_files) COMPLETE
43942024-10-22T16:57:11.222Z[ recovery-image] Oct 22 16:57:10.330 INFO O| Oct 22 16:57:10.330 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952024-10-22T16:57:11.237Z[ recovery-image] Oct 22 16:57:10.347 INFO O| Oct 22 16:57:10.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
43962024-10-22T16:57:11.237Z[ recovery-image] Oct 22 16:57:10.347 INFO O| Oct 22 16:57:10.347 INFO STEP 79 (remove_files) COMPLETE
43972024-10-22T16:57:11.237Z[ recovery-image] Oct 22 16:57:10.347 INFO O| Oct 22 16:57:10.347 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43982024-10-22T16:57:11.253Z[ recovery-image] Oct 22 16:57:10.363 INFO O| Oct 22 16:57:10.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
43992024-10-22T16:57:11.254Z[ recovery-image] Oct 22 16:57:10.363 INFO O| Oct 22 16:57:10.363 INFO STEP 80 (remove_files) COMPLETE
44002024-10-22T16:57:11.254Z[ recovery-image] Oct 22 16:57:10.363 INFO O| Oct 22 16:57:10.363 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-10-22T16:57:11.267Z[ recovery-image] Oct 22 16:57:10.377 INFO O| Oct 22 16:57:10.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
44022024-10-22T16:57:11.269Z[ recovery-image] Oct 22 16:57:10.377 INFO O| Oct 22 16:57:10.377 INFO STEP 81 (remove_files) COMPLETE
44032024-10-22T16:57:11.272Z[ recovery-image] Oct 22 16:57:10.378 INFO O| Oct 22 16:57:10.377 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44042024-10-22T16:57:11.283Z[ recovery-image] Oct 22 16:57:10.392 INFO O| Oct 22 16:57:10.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
44052024-10-22T16:57:11.283Z[ recovery-image] Oct 22 16:57:10.392 INFO O| Oct 22 16:57:10.392 INFO STEP 82 (remove_files) COMPLETE
44062024-10-22T16:57:11.283Z[ recovery-image] Oct 22 16:57:10.392 INFO O| Oct 22 16:57:10.392 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-10-22T16:57:11.303Z[ recovery-image] Oct 22 16:57:10.407 INFO O| Oct 22 16:57:10.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
44082024-10-22T16:57:11.303Z[ recovery-image] Oct 22 16:57:10.407 INFO O| Oct 22 16:57:10.407 INFO STEP 83 (remove_files) COMPLETE
44092024-10-22T16:57:11.303Z[ recovery-image] Oct 22 16:57:10.407 INFO O| Oct 22 16:57:10.407 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-10-22T16:57:11.313Z[ recovery-image] Oct 22 16:57:10.422 INFO O| Oct 22 16:57:10.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
44112024-10-22T16:57:11.313Z[ recovery-image] Oct 22 16:57:10.422 INFO O| Oct 22 16:57:10.422 INFO STEP 84 (remove_files) COMPLETE
44122024-10-22T16:57:11.313Z[ recovery-image] Oct 22 16:57:10.422 INFO O| Oct 22 16:57:10.422 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-10-22T16:57:11.329Z[ recovery-image] Oct 22 16:57:10.437 INFO O| Oct 22 16:57:10.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
44142024-10-22T16:57:11.329Z[ recovery-image] Oct 22 16:57:10.437 INFO O| Oct 22 16:57:10.437 INFO STEP 85 (remove_files) COMPLETE
44152024-10-22T16:57:11.329Z[ recovery-image] Oct 22 16:57:10.438 INFO O| Oct 22 16:57:10.437 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-10-22T16:57:11.343Z[ recovery-image] Oct 22 16:57:10.453 INFO O| Oct 22 16:57:10.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
44172024-10-22T16:57:11.346Z[ recovery-image] Oct 22 16:57:10.453 INFO O| Oct 22 16:57:10.453 INFO STEP 86 (remove_files) COMPLETE
44182024-10-22T16:57:11.346Z[ recovery-image] Oct 22 16:57:10.453 INFO O| Oct 22 16:57:10.453 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-10-22T16:57:11.358Z[ recovery-image] Oct 22 16:57:10.468 INFO O| Oct 22 16:57:10.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
44202024-10-22T16:57:11.358Z[ recovery-image] Oct 22 16:57:10.468 INFO O| Oct 22 16:57:10.468 INFO STEP 87 (remove_files) COMPLETE
44212024-10-22T16:57:11.360Z[ recovery-image] Oct 22 16:57:10.468 INFO O| Oct 22 16:57:10.468 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-10-22T16:57:11.373Z[ recovery-image] Oct 22 16:57:10.483 INFO O| Oct 22 16:57:10.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
44232024-10-22T16:57:11.373Z[ recovery-image] Oct 22 16:57:10.483 INFO O| Oct 22 16:57:10.483 INFO STEP 88 (remove_files) COMPLETE
44242024-10-22T16:57:11.376Z[ recovery-image] Oct 22 16:57:10.483 INFO O| Oct 22 16:57:10.483 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-10-22T16:57:11.391Z[ recovery-image] Oct 22 16:57:10.501 INFO O| Oct 22 16:57:10.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
44262024-10-22T16:57:11.391Z[ recovery-image] Oct 22 16:57:10.501 INFO O| Oct 22 16:57:10.501 INFO STEP 89 (remove_files) COMPLETE
44272024-10-22T16:57:11.391Z[ recovery-image] Oct 22 16:57:10.501 INFO O| Oct 22 16:57:10.501 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-10-22T16:57:11.470Z[ recovery-image] Oct 22 16:57:10.580 INFO O| Oct 22 16:57:10.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
44292024-10-22T16:57:11.470Z[ recovery-image] Oct 22 16:57:10.580 INFO O| Oct 22 16:57:10.580 INFO STEP 90 (remove_files) COMPLETE
44302024-10-22T16:57:11.470Z[ recovery-image] Oct 22 16:57:10.580 INFO O| Oct 22 16:57:10.580 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-10-22T16:57:11.488Z[ recovery-image] Oct 22 16:57:10.597 INFO O| Oct 22 16:57:10.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
44322024-10-22T16:57:11.488Z[ recovery-image] Oct 22 16:57:10.597 INFO O| Oct 22 16:57:10.597 INFO STEP 91 (remove_files) COMPLETE
44332024-10-22T16:57:11.489Z[ recovery-image] Oct 22 16:57:10.597 INFO O| Oct 22 16:57:10.597 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-10-22T16:57:11.503Z[ recovery-image] Oct 22 16:57:10.612 INFO O| Oct 22 16:57:10.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
44352024-10-22T16:57:11.503Z[ recovery-image] Oct 22 16:57:10.613 INFO O| Oct 22 16:57:10.613 INFO STEP 92 (remove_files) COMPLETE
44362024-10-22T16:57:11.503Z[ recovery-image] Oct 22 16:57:10.613 INFO O| Oct 22 16:57:10.613 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-10-22T16:57:11.518Z[ recovery-image] Oct 22 16:57:10.627 INFO O| Oct 22 16:57:10.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
44382024-10-22T16:57:11.518Z[ recovery-image] Oct 22 16:57:10.628 INFO O| Oct 22 16:57:10.628 INFO STEP 93 (remove_files) COMPLETE
44392024-10-22T16:57:11.518Z[ recovery-image] Oct 22 16:57:10.628 INFO O| Oct 22 16:57:10.628 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-10-22T16:57:11.536Z[ recovery-image] Oct 22 16:57:10.646 INFO O| Oct 22 16:57:10.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
44412024-10-22T16:57:11.538Z[ recovery-image] Oct 22 16:57:10.647 INFO O| Oct 22 16:57:10.647 INFO STEP 94 (remove_files) COMPLETE
44422024-10-22T16:57:11.538Z[ recovery-image] Oct 22 16:57:10.647 INFO O| Oct 22 16:57:10.647 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-10-22T16:57:11.565Z[ recovery-image] Oct 22 16:57:10.675 INFO O| Oct 22 16:57:10.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
44442024-10-22T16:57:11.567Z[ recovery-image] Oct 22 16:57:10.675 INFO O| Oct 22 16:57:10.675 INFO STEP 95 (remove_files) COMPLETE
44452024-10-22T16:57:11.568Z[ recovery-image] Oct 22 16:57:10.676 INFO O| Oct 22 16:57:10.675 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-10-22T16:57:11.589Z[ recovery-image] Oct 22 16:57:10.697 INFO O| Oct 22 16:57:10.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
44472024-10-22T16:57:11.589Z[ recovery-image] Oct 22 16:57:10.697 INFO O| Oct 22 16:57:10.697 INFO STEP 96 (remove_files) COMPLETE
44482024-10-22T16:57:11.589Z[ recovery-image] Oct 22 16:57:10.697 INFO O| Oct 22 16:57:10.697 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-10-22T16:57:11.605Z[ recovery-image] Oct 22 16:57:10.715 INFO O| Oct 22 16:57:10.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
44502024-10-22T16:57:11.605Z[ recovery-image] Oct 22 16:57:10.715 INFO O| Oct 22 16:57:10.715 INFO STEP 97 (remove_files) COMPLETE
44512024-10-22T16:57:11.605Z[ recovery-image] Oct 22 16:57:10.715 INFO O| Oct 22 16:57:10.715 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-10-22T16:57:11.625Z[ recovery-image] Oct 22 16:57:10.734 INFO O| Oct 22 16:57:10.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
44532024-10-22T16:57:11.625Z[ recovery-image] Oct 22 16:57:10.734 INFO O| Oct 22 16:57:10.734 INFO STEP 98 (remove_files) COMPLETE
44542024-10-22T16:57:11.625Z[ recovery-image] Oct 22 16:57:10.734 INFO O| Oct 22 16:57:10.734 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-10-22T16:57:11.704Z[ recovery-image] Oct 22 16:57:10.814 INFO O| Oct 22 16:57:10.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
44562024-10-22T16:57:11.706Z[ recovery-image] Oct 22 16:57:10.814 INFO O| Oct 22 16:57:10.814 INFO STEP 99 (remove_files) COMPLETE
44572024-10-22T16:57:11.706Z[ recovery-image] Oct 22 16:57:10.814 INFO O| Oct 22 16:57:10.814 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-10-22T16:57:11.723Z[ recovery-image] Oct 22 16:57:10.832 INFO O| Oct 22 16:57:10.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
44592024-10-22T16:57:11.723Z[ recovery-image] Oct 22 16:57:10.832 INFO O| Oct 22 16:57:10.832 INFO STEP 100 (remove_files) COMPLETE
44602024-10-22T16:57:11.727Z[ recovery-image] Oct 22 16:57:10.833 INFO O| Oct 22 16:57:10.832 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-10-22T16:57:11.740Z[ recovery-image] Oct 22 16:57:10.849 INFO O| Oct 22 16:57:10.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
44622024-10-22T16:57:11.743Z[ recovery-image] Oct 22 16:57:10.849 INFO O| Oct 22 16:57:10.849 INFO STEP 101 (remove_files) COMPLETE
44632024-10-22T16:57:11.743Z[ recovery-image] Oct 22 16:57:10.849 INFO O| Oct 22 16:57:10.849 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-10-22T16:57:11.754Z[ recovery-image] Oct 22 16:57:10.865 INFO O| Oct 22 16:57:10.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
44652024-10-22T16:57:11.785Z[ recovery-image] Oct 22 16:57:10.895 INFO O| Oct 22 16:57:10.895 INFO STEP 102 (remove_files) COMPLETE
44662024-10-22T16:57:11.785Z[ recovery-image] Oct 22 16:57:10.895 INFO O| Oct 22 16:57:10.895 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-10-22T16:57:11.806Z[ recovery-image] Oct 22 16:57:10.916 INFO O| Oct 22 16:57:10.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
44682024-10-22T16:57:11.809Z[ recovery-image] Oct 22 16:57:10.917 INFO O| Oct 22 16:57:10.917 INFO STEP 103 (remove_files) COMPLETE
44692024-10-22T16:57:11.809Z[ recovery-image] Oct 22 16:57:10.917 INFO O| Oct 22 16:57:10.917 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-10-22T16:57:11.827Z[ recovery-image] Oct 22 16:57:10.937 INFO O| Oct 22 16:57:10.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
44712024-10-22T16:57:11.830Z[ recovery-image] Oct 22 16:57:10.938 INFO O| Oct 22 16:57:10.938 INFO STEP 104 (remove_files) COMPLETE
44722024-10-22T16:57:11.830Z[ recovery-image] Oct 22 16:57:10.938 INFO O| Oct 22 16:57:10.938 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-10-22T16:57:11.847Z[ recovery-image] Oct 22 16:57:10.957 INFO O| Oct 22 16:57:10.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
44742024-10-22T16:57:11.850Z[ recovery-image] Oct 22 16:57:10.958 INFO O| Oct 22 16:57:10.958 INFO STEP 105 (remove_files) COMPLETE
44752024-10-22T16:57:11.850Z[ recovery-image] Oct 22 16:57:10.958 INFO O| Oct 22 16:57:10.958 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-10-22T16:57:11.866Z[ recovery-image] Oct 22 16:57:10.976 INFO O| Oct 22 16:57:10.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
44772024-10-22T16:57:11.869Z[ recovery-image] Oct 22 16:57:10.977 INFO O| Oct 22 16:57:10.977 INFO STEP 106 (remove_files) COMPLETE
44782024-10-22T16:57:11.869Z[ recovery-image] Oct 22 16:57:10.977 INFO O| Oct 22 16:57:10.977 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-10-22T16:57:11.885Z[ recovery-image] Oct 22 16:57:10.995 INFO O| Oct 22 16:57:10.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
44802024-10-22T16:57:11.885Z[ recovery-image] Oct 22 16:57:10.996 INFO O| Oct 22 16:57:10.995 INFO STEP 107 (remove_files) COMPLETE
44812024-10-22T16:57:11.888Z[ recovery-image] Oct 22 16:57:10.996 INFO O| Oct 22 16:57:10.996 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-10-22T16:57:11.905Z[ recovery-image] Oct 22 16:57:11.015 INFO O| Oct 22 16:57:11.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
44832024-10-22T16:57:11.907Z[ recovery-image] Oct 22 16:57:11.015 INFO O| Oct 22 16:57:11.015 INFO STEP 108 (remove_files) COMPLETE
44842024-10-22T16:57:11.907Z[ recovery-image] Oct 22 16:57:11.015 INFO O| Oct 22 16:57:11.015 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-10-22T16:57:11.924Z[ recovery-image] Oct 22 16:57:11.034 INFO O| Oct 22 16:57:11.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
44862024-10-22T16:57:11.926Z[ recovery-image] Oct 22 16:57:11.034 INFO O| Oct 22 16:57:11.034 INFO STEP 109 (remove_files) COMPLETE
44872024-10-22T16:57:11.926Z[ recovery-image] Oct 22 16:57:11.034 INFO O| Oct 22 16:57:11.034 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-10-22T16:57:11.943Z[ recovery-image] Oct 22 16:57:11.052 INFO O| Oct 22 16:57:11.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
44892024-10-22T16:57:11.946Z[ recovery-image] Oct 22 16:57:11.053 INFO O| Oct 22 16:57:11.053 INFO STEP 110 (remove_files) COMPLETE
44902024-10-22T16:57:11.946Z[ recovery-image] Oct 22 16:57:11.053 INFO O| Oct 22 16:57:11.053 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-10-22T16:57:11.961Z[ recovery-image] Oct 22 16:57:11.071 INFO O| Oct 22 16:57:11.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
44922024-10-22T16:57:11.966Z[ recovery-image] Oct 22 16:57:11.071 INFO O| Oct 22 16:57:11.071 INFO STEP 111 (remove_files) COMPLETE
44932024-10-22T16:57:11.966Z[ recovery-image] Oct 22 16:57:11.071 INFO O| Oct 22 16:57:11.071 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942024-10-22T16:57:11.979Z[ recovery-image] Oct 22 16:57:11.089 INFO O| Oct 22 16:57:11.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
44952024-10-22T16:57:11.982Z[ recovery-image] Oct 22 16:57:11.089 INFO O| Oct 22 16:57:11.089 INFO STEP 112 (remove_files) COMPLETE
44962024-10-22T16:57:11.982Z[ recovery-image] Oct 22 16:57:11.089 INFO O| Oct 22 16:57:11.089 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-10-22T16:57:11.998Z[ recovery-image] Oct 22 16:57:11.108 INFO O| Oct 22 16:57:11.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
44982024-10-22T16:57:12.000Z[ recovery-image] Oct 22 16:57:11.108 INFO O| Oct 22 16:57:11.108 INFO STEP 113 (remove_files) COMPLETE
44992024-10-22T16:57:12.000Z[ recovery-image] Oct 22 16:57:11.108 INFO O| Oct 22 16:57:11.108 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-10-22T16:57:12.016Z[ recovery-image] Oct 22 16:57:11.126 INFO O| Oct 22 16:57:11.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
45012024-10-22T16:57:12.019Z[ recovery-image] Oct 22 16:57:11.126 INFO O| Oct 22 16:57:11.126 INFO STEP 114 (remove_files) COMPLETE
45022024-10-22T16:57:12.019Z[ recovery-image] Oct 22 16:57:11.126 INFO O| Oct 22 16:57:11.126 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-10-22T16:57:12.034Z[ recovery-image] Oct 22 16:57:11.144 INFO O| Oct 22 16:57:11.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
45042024-10-22T16:57:12.037Z[ recovery-image] Oct 22 16:57:11.144 INFO O| Oct 22 16:57:11.144 INFO STEP 115 (remove_files) COMPLETE
45052024-10-22T16:57:12.037Z[ recovery-image] Oct 22 16:57:11.145 INFO O| Oct 22 16:57:11.145 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-10-22T16:57:12.052Z[ recovery-image] Oct 22 16:57:11.162 INFO O| Oct 22 16:57:11.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
45072024-10-22T16:57:12.055Z[ recovery-image] Oct 22 16:57:11.162 INFO O| Oct 22 16:57:11.162 INFO STEP 116 (remove_files) COMPLETE
45082024-10-22T16:57:12.055Z[ recovery-image] Oct 22 16:57:11.162 INFO O| Oct 22 16:57:11.162 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-10-22T16:57:12.072Z[ recovery-image] Oct 22 16:57:11.181 INFO O| Oct 22 16:57:11.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
45102024-10-22T16:57:12.075Z[ recovery-image] Oct 22 16:57:11.182 INFO O| Oct 22 16:57:11.182 INFO STEP 117 (remove_files) COMPLETE
45112024-10-22T16:57:12.075Z[ recovery-image] Oct 22 16:57:11.182 INFO O| Oct 22 16:57:11.182 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-10-22T16:57:12.091Z[ recovery-image] Oct 22 16:57:11.200 INFO O| Oct 22 16:57:11.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
45132024-10-22T16:57:12.096Z[ recovery-image] Oct 22 16:57:11.200 INFO O| Oct 22 16:57:11.200 INFO STEP 118 (remove_files) COMPLETE
45142024-10-22T16:57:12.096Z[ recovery-image] Oct 22 16:57:11.200 INFO O| Oct 22 16:57:11.200 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-10-22T16:57:12.111Z[ recovery-image] Oct 22 16:57:11.220 INFO O| Oct 22 16:57:11.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
45162024-10-22T16:57:12.113Z[ recovery-image] Oct 22 16:57:11.220 INFO O| Oct 22 16:57:11.220 INFO STEP 119 (remove_files) COMPLETE
45172024-10-22T16:57:12.113Z[ recovery-image] Oct 22 16:57:11.221 INFO O| Oct 22 16:57:11.220 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-10-22T16:57:12.139Z[ recovery-image] Oct 22 16:57:11.248 INFO O| Oct 22 16:57:11.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
45192024-10-22T16:57:12.139Z[ recovery-image] Oct 22 16:57:11.248 INFO O| Oct 22 16:57:11.248 INFO STEP 120 (remove_files) COMPLETE
45202024-10-22T16:57:12.142Z[ recovery-image] Oct 22 16:57:11.248 INFO O| Oct 22 16:57:11.248 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-10-22T16:57:12.156Z[ recovery-image] Oct 22 16:57:11.265 INFO O| Oct 22 16:57:11.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
45222024-10-22T16:57:12.156Z[ recovery-image] Oct 22 16:57:11.265 INFO O| Oct 22 16:57:11.265 INFO STEP 121 (remove_files) COMPLETE
45232024-10-22T16:57:12.158Z[ recovery-image] Oct 22 16:57:11.266 INFO O| Oct 22 16:57:11.265 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-10-22T16:57:12.173Z[ recovery-image] Oct 22 16:57:11.282 INFO O| Oct 22 16:57:11.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
45252024-10-22T16:57:12.173Z[ recovery-image] Oct 22 16:57:11.282 INFO O| Oct 22 16:57:11.282 INFO STEP 122 (remove_files) COMPLETE
45262024-10-22T16:57:12.179Z[ recovery-image] Oct 22 16:57:11.282 INFO O| Oct 22 16:57:11.282 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272024-10-22T16:57:12.190Z[ recovery-image] Oct 22 16:57:11.300 INFO O| Oct 22 16:57:11.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
45282024-10-22T16:57:12.191Z[ recovery-image] Oct 22 16:57:11.300 INFO O| Oct 22 16:57:11.300 INFO STEP 123 (remove_files) COMPLETE
45292024-10-22T16:57:12.191Z[ recovery-image] Oct 22 16:57:11.300 INFO O| Oct 22 16:57:11.300 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302024-10-22T16:57:12.210Z[ recovery-image] Oct 22 16:57:11.319 INFO O| Oct 22 16:57:11.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
45312024-10-22T16:57:12.210Z[ recovery-image] Oct 22 16:57:11.319 INFO O| Oct 22 16:57:11.319 INFO STEP 124 (remove_files) COMPLETE
45322024-10-22T16:57:12.210Z[ recovery-image] Oct 22 16:57:11.319 INFO O| Oct 22 16:57:11.319 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332024-10-22T16:57:12.242Z[ recovery-image] Oct 22 16:57:11.350 INFO O| Oct 22 16:57:11.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
45342024-10-22T16:57:12.242Z[ recovery-image] Oct 22 16:57:11.350 INFO O| Oct 22 16:57:11.350 INFO STEP 125 (remove_files) COMPLETE
45352024-10-22T16:57:12.246Z[ recovery-image] Oct 22 16:57:11.350 INFO O| Oct 22 16:57:11.350 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-10-22T16:57:12.355Z[ recovery-image] Oct 22 16:57:11.465 INFO O| Oct 22 16:57:11.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
45372024-10-22T16:57:12.356Z[ recovery-image] Oct 22 16:57:11.465 INFO O| Oct 22 16:57:11.465 INFO STEP 126 (remove_files) COMPLETE
45382024-10-22T16:57:12.356Z[ recovery-image] Oct 22 16:57:11.465 INFO O| Oct 22 16:57:11.465 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392024-10-22T16:57:12.375Z[ recovery-image] Oct 22 16:57:11.485 INFO O| Oct 22 16:57:11.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
45402024-10-22T16:57:12.375Z[ recovery-image] Oct 22 16:57:11.485 INFO O| Oct 22 16:57:11.485 INFO STEP 127 (remove_files) COMPLETE
45412024-10-22T16:57:12.376Z[ recovery-image] Oct 22 16:57:11.485 INFO O| Oct 22 16:57:11.485 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422024-10-22T16:57:12.394Z[ recovery-image] Oct 22 16:57:11.504 INFO O| Oct 22 16:57:11.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
45432024-10-22T16:57:12.394Z[ recovery-image] Oct 22 16:57:11.504 INFO O| Oct 22 16:57:11.504 INFO STEP 128 (remove_files) COMPLETE
45442024-10-22T16:57:12.397Z[ recovery-image] Oct 22 16:57:11.505 INFO O| Oct 22 16:57:11.504 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-10-22T16:57:12.414Z[ recovery-image] Oct 22 16:57:11.524 INFO O| Oct 22 16:57:11.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
45462024-10-22T16:57:12.414Z[ recovery-image] Oct 22 16:57:11.524 INFO O| Oct 22 16:57:11.524 INFO STEP 129 (remove_files) COMPLETE
45472024-10-22T16:57:12.416Z[ recovery-image] Oct 22 16:57:11.524 INFO O| Oct 22 16:57:11.524 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-10-22T16:57:12.433Z[ recovery-image] Oct 22 16:57:11.543 INFO O| Oct 22 16:57:11.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
45492024-10-22T16:57:12.433Z[ recovery-image] Oct 22 16:57:11.543 INFO O| Oct 22 16:57:11.543 INFO STEP 130 (remove_files) COMPLETE
45502024-10-22T16:57:12.433Z[ recovery-image] Oct 22 16:57:11.543 INFO O| Oct 22 16:57:11.543 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512024-10-22T16:57:12.470Z[ recovery-image] Oct 22 16:57:11.578 INFO O| Oct 22 16:57:11.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
45522024-10-22T16:57:12.470Z[ recovery-image] Oct 22 16:57:11.578 INFO O| Oct 22 16:57:11.578 INFO STEP 131 (remove_files) COMPLETE
45532024-10-22T16:57:12.470Z[ recovery-image] Oct 22 16:57:11.578 INFO O| Oct 22 16:57:11.578 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542024-10-22T16:57:12.506Z[ recovery-image] Oct 22 16:57:11.616 INFO O| Oct 22 16:57:11.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
45552024-10-22T16:57:12.507Z[ recovery-image] Oct 22 16:57:11.616 INFO O| Oct 22 16:57:11.616 INFO STEP 132 (remove_files) COMPLETE
45562024-10-22T16:57:12.509Z[ recovery-image] Oct 22 16:57:11.617 INFO O| Oct 22 16:57:11.616 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-10-22T16:57:12.536Z[ recovery-image] Oct 22 16:57:11.646 INFO O| Oct 22 16:57:11.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
45582024-10-22T16:57:12.536Z[ recovery-image] Oct 22 16:57:11.646 INFO O| Oct 22 16:57:11.646 INFO STEP 133 (remove_files) COMPLETE
45592024-10-22T16:57:12.536Z[ recovery-image] Oct 22 16:57:11.646 INFO O| Oct 22 16:57:11.646 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-10-22T16:57:12.560Z[ recovery-image] Oct 22 16:57:11.670 INFO O| Oct 22 16:57:11.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
45612024-10-22T16:57:12.560Z[ recovery-image] Oct 22 16:57:11.670 INFO O| Oct 22 16:57:11.670 INFO STEP 134 (remove_files) COMPLETE
45622024-10-22T16:57:12.560Z[ recovery-image] Oct 22 16:57:11.670 INFO O| Oct 22 16:57:11.670 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632024-10-22T16:57:12.582Z[ recovery-image] Oct 22 16:57:11.692 INFO O| Oct 22 16:57:11.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
45642024-10-22T16:57:12.582Z[ recovery-image] Oct 22 16:57:11.692 INFO O| Oct 22 16:57:11.692 INFO STEP 135 (remove_files) COMPLETE
45652024-10-22T16:57:12.584Z[ recovery-image] Oct 22 16:57:11.692 INFO O| Oct 22 16:57:11.692 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662024-10-22T16:57:12.701Z[ recovery-image] Oct 22 16:57:11.810 INFO O| Oct 22 16:57:11.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
45672024-10-22T16:57:12.706Z[ recovery-image] Oct 22 16:57:11.811 INFO O| Oct 22 16:57:11.811 INFO STEP 136 (remove_files) COMPLETE
45682024-10-22T16:57:12.706Z[ recovery-image] Oct 22 16:57:11.811 INFO O| Oct 22 16:57:11.811 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692024-10-22T16:57:12.722Z[ recovery-image] Oct 22 16:57:11.830 INFO O| Oct 22 16:57:11.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
45702024-10-22T16:57:12.722Z[ recovery-image] Oct 22 16:57:11.831 INFO O| Oct 22 16:57:11.831 INFO STEP 137 (remove_files) COMPLETE
45712024-10-22T16:57:12.722Z[ recovery-image] Oct 22 16:57:11.831 INFO O| Oct 22 16:57:11.831 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-10-22T16:57:12.785Z[ recovery-image] Oct 22 16:57:11.895 INFO O| Oct 22 16:57:11.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
45732024-10-22T16:57:12.785Z[ recovery-image] Oct 22 16:57:11.895 INFO O| Oct 22 16:57:11.895 INFO STEP 138 (remove_files) COMPLETE
45742024-10-22T16:57:12.785Z[ recovery-image] Oct 22 16:57:11.895 INFO O| Oct 22 16:57:11.895 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-10-22T16:57:12.801Z[ recovery-image] Oct 22 16:57:11.911 INFO O| Oct 22 16:57:11.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
45762024-10-22T16:57:12.801Z[ recovery-image] Oct 22 16:57:11.911 INFO O| Oct 22 16:57:11.911 INFO STEP 139 (remove_files) COMPLETE
45772024-10-22T16:57:12.801Z[ recovery-image] Oct 22 16:57:11.911 INFO O| Oct 22 16:57:11.911 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-10-22T16:57:12.819Z[ recovery-image] Oct 22 16:57:11.927 INFO O| Oct 22 16:57:11.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
45792024-10-22T16:57:12.819Z[ recovery-image] Oct 22 16:57:11.927 INFO O| Oct 22 16:57:11.927 INFO STEP 140 (remove_files) COMPLETE
45802024-10-22T16:57:12.825Z[ recovery-image] Oct 22 16:57:11.927 INFO O| Oct 22 16:57:11.927 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-10-22T16:57:12.834Z[ recovery-image] Oct 22 16:57:11.944 INFO O| Oct 22 16:57:11.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
45822024-10-22T16:57:12.834Z[ recovery-image] Oct 22 16:57:11.944 INFO O| Oct 22 16:57:11.944 INFO STEP 141 (remove_files) COMPLETE
45832024-10-22T16:57:12.834Z[ recovery-image] Oct 22 16:57:11.944 INFO O| Oct 22 16:57:11.944 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-10-22T16:57:12.851Z[ recovery-image] Oct 22 16:57:11.960 INFO O| Oct 22 16:57:11.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
45852024-10-22T16:57:12.851Z[ recovery-image] Oct 22 16:57:11.960 INFO O| Oct 22 16:57:11.960 INFO STEP 142 (remove_files) COMPLETE
45862024-10-22T16:57:12.851Z[ recovery-image] Oct 22 16:57:11.960 INFO O| Oct 22 16:57:11.960 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-10-22T16:57:12.868Z[ recovery-image] Oct 22 16:57:11.978 INFO O| Oct 22 16:57:11.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
45882024-10-22T16:57:12.868Z[ recovery-image] Oct 22 16:57:11.978 INFO O| Oct 22 16:57:11.978 INFO STEP 143 (remove_files) COMPLETE
45892024-10-22T16:57:12.870Z[ recovery-image] Oct 22 16:57:11.978 INFO O| Oct 22 16:57:11.978 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-10-22T16:57:12.885Z[ recovery-image] Oct 22 16:57:11.995 INFO O| Oct 22 16:57:11.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
45912024-10-22T16:57:12.885Z[ recovery-image] Oct 22 16:57:11.995 INFO O| Oct 22 16:57:11.995 INFO STEP 144 (remove_files) COMPLETE
45922024-10-22T16:57:12.887Z[ recovery-image] Oct 22 16:57:11.995 INFO O| Oct 22 16:57:11.995 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-10-22T16:57:12.903Z[ recovery-image] Oct 22 16:57:12.013 INFO O| Oct 22 16:57:12.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
45942024-10-22T16:57:12.905Z[ recovery-image] Oct 22 16:57:12.013 INFO O| Oct 22 16:57:12.013 INFO STEP 145 (remove_files) COMPLETE
45952024-10-22T16:57:12.905Z[ recovery-image] Oct 22 16:57:12.013 INFO O| Oct 22 16:57:12.013 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-10-22T16:57:12.922Z[ recovery-image] Oct 22 16:57:12.032 INFO O| Oct 22 16:57:12.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
45972024-10-22T16:57:12.922Z[ recovery-image] Oct 22 16:57:12.032 INFO O| Oct 22 16:57:12.032 INFO STEP 146 (remove_files) COMPLETE
45982024-10-22T16:57:12.922Z[ recovery-image] Oct 22 16:57:12.032 INFO O| Oct 22 16:57:12.032 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-10-22T16:57:12.941Z[ recovery-image] Oct 22 16:57:12.050 INFO O| Oct 22 16:57:12.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
46002024-10-22T16:57:12.941Z[ recovery-image] Oct 22 16:57:12.050 INFO O| Oct 22 16:57:12.050 INFO STEP 147 (remove_files) COMPLETE
46012024-10-22T16:57:12.941Z[ recovery-image] Oct 22 16:57:12.050 INFO O| Oct 22 16:57:12.050 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-10-22T16:57:12.959Z[ recovery-image] Oct 22 16:57:12.069 INFO O| Oct 22 16:57:12.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
46032024-10-22T16:57:12.959Z[ recovery-image] Oct 22 16:57:12.069 INFO O| Oct 22 16:57:12.069 INFO STEP 148 (remove_files) COMPLETE
46042024-10-22T16:57:12.959Z[ recovery-image] Oct 22 16:57:12.069 INFO O| Oct 22 16:57:12.069 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-10-22T16:57:12.977Z[ recovery-image] Oct 22 16:57:12.087 INFO O| Oct 22 16:57:12.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
46062024-10-22T16:57:13.001Z[ recovery-image] Oct 22 16:57:12.110 INFO O| Oct 22 16:57:12.110 INFO STEP 149 (remove_files) COMPLETE
46072024-10-22T16:57:13.001Z[ recovery-image] Oct 22 16:57:12.110 INFO O| Oct 22 16:57:12.110 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-10-22T16:57:13.038Z[ recovery-image] Oct 22 16:57:12.148 INFO O| Oct 22 16:57:12.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
46092024-10-22T16:57:13.038Z[ recovery-image] Oct 22 16:57:12.148 INFO O| Oct 22 16:57:12.148 INFO STEP 150 (remove_files) COMPLETE
46102024-10-22T16:57:13.038Z[ recovery-image] Oct 22 16:57:12.148 INFO O| Oct 22 16:57:12.148 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-10-22T16:57:13.280Z[ recovery-image] Oct 22 16:57:12.389 INFO O| Oct 22 16:57:12.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
46122024-10-22T16:57:13.280Z[ recovery-image] Oct 22 16:57:12.389 INFO O| Oct 22 16:57:12.389 INFO STEP 151 (remove_files) COMPLETE
46132024-10-22T16:57:13.280Z[ recovery-image] Oct 22 16:57:12.389 INFO O| Oct 22 16:57:12.389 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-10-22T16:57:13.323Z[ recovery-image] Oct 22 16:57:12.432 INFO O| Oct 22 16:57:12.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
46152024-10-22T16:57:13.323Z[ recovery-image] Oct 22 16:57:12.432 INFO O| Oct 22 16:57:12.432 INFO STEP 152 (remove_files) COMPLETE
46162024-10-22T16:57:13.323Z[ recovery-image] Oct 22 16:57:12.432 INFO O| Oct 22 16:57:12.432 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-10-22T16:57:13.365Z[ recovery-image] Oct 22 16:57:12.474 INFO O| Oct 22 16:57:12.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
46182024-10-22T16:57:13.365Z[ recovery-image] Oct 22 16:57:12.474 INFO O| Oct 22 16:57:12.474 INFO STEP 153 (remove_files) COMPLETE
46192024-10-22T16:57:13.365Z[ recovery-image] Oct 22 16:57:12.474 INFO O| Oct 22 16:57:12.474 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-10-22T16:57:13.403Z[ recovery-image] Oct 22 16:57:12.512 INFO O| Oct 22 16:57:12.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
46212024-10-22T16:57:13.403Z[ recovery-image] Oct 22 16:57:12.512 INFO O| Oct 22 16:57:12.512 INFO STEP 154 (remove_files) COMPLETE
46222024-10-22T16:57:13.403Z[ recovery-image] Oct 22 16:57:12.512 INFO O| Oct 22 16:57:12.512 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-10-22T16:57:13.437Z[ recovery-image] Oct 22 16:57:12.546 INFO O| Oct 22 16:57:12.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
46242024-10-22T16:57:13.437Z[ recovery-image] Oct 22 16:57:12.546 INFO O| Oct 22 16:57:12.546 INFO STEP 155 (remove_files) COMPLETE
46252024-10-22T16:57:13.437Z[ recovery-image] Oct 22 16:57:12.546 INFO O| Oct 22 16:57:12.546 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-10-22T16:57:13.477Z[ recovery-image] Oct 22 16:57:12.584 INFO O| Oct 22 16:57:12.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
46272024-10-22T16:57:13.477Z[ recovery-image] Oct 22 16:57:12.584 INFO O| Oct 22 16:57:12.584 INFO STEP 156 (remove_files) COMPLETE
46282024-10-22T16:57:13.477Z[ recovery-image] Oct 22 16:57:12.584 INFO O| Oct 22 16:57:12.584 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-10-22T16:57:13.526Z[ recovery-image] Oct 22 16:57:12.636 INFO O| Oct 22 16:57:12.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
46302024-10-22T16:57:13.526Z[ recovery-image] Oct 22 16:57:12.636 INFO O| Oct 22 16:57:12.636 INFO STEP 157 (remove_files) COMPLETE
46312024-10-22T16:57:13.526Z[ recovery-image] Oct 22 16:57:12.636 INFO O| Oct 22 16:57:12.636 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-10-22T16:57:13.548Z[ recovery-image] Oct 22 16:57:12.658 INFO O| Oct 22 16:57:12.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
46332024-10-22T16:57:13.548Z[ recovery-image] Oct 22 16:57:12.658 INFO O| Oct 22 16:57:12.658 INFO STEP 158 (remove_files) COMPLETE
46342024-10-22T16:57:13.548Z[ recovery-image] Oct 22 16:57:12.658 INFO O| Oct 22 16:57:12.658 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-10-22T16:57:13.566Z[ recovery-image] Oct 22 16:57:12.676 INFO O| Oct 22 16:57:12.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
46362024-10-22T16:57:13.567Z[ recovery-image] Oct 22 16:57:12.676 INFO O| Oct 22 16:57:12.676 INFO STEP 159 (remove_files) COMPLETE
46372024-10-22T16:57:13.569Z[ recovery-image] Oct 22 16:57:12.676 INFO O| Oct 22 16:57:12.676 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-10-22T16:57:13.628Z[ recovery-image] Oct 22 16:57:12.737 INFO O| Oct 22 16:57:12.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
46392024-10-22T16:57:13.628Z[ recovery-image] Oct 22 16:57:12.737 INFO O| Oct 22 16:57:12.737 INFO STEP 160 (remove_files) COMPLETE
46402024-10-22T16:57:13.631Z[ recovery-image] Oct 22 16:57:12.737 INFO O| Oct 22 16:57:12.737 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-10-22T16:57:13.646Z[ recovery-image] Oct 22 16:57:12.755 INFO O| Oct 22 16:57:12.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
46422024-10-22T16:57:13.649Z[ recovery-image] Oct 22 16:57:12.755 INFO O| Oct 22 16:57:12.755 INFO STEP 161 (remove_files) COMPLETE
46432024-10-22T16:57:13.649Z[ recovery-image] Oct 22 16:57:12.756 INFO O| Oct 22 16:57:12.755 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-10-22T16:57:13.667Z[ recovery-image] Oct 22 16:57:12.776 INFO O| Oct 22 16:57:12.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
46452024-10-22T16:57:13.667Z[ recovery-image] Oct 22 16:57:12.776 INFO O| Oct 22 16:57:12.772 INFO STEP 162 (remove_files) COMPLETE
46462024-10-22T16:57:13.669Z[ recovery-image] Oct 22 16:57:12.776 INFO O| Oct 22 16:57:12.772 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-10-22T16:57:13.678Z[ recovery-image] Oct 22 16:57:12.787 INFO O| Oct 22 16:57:12.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
46482024-10-22T16:57:13.678Z[ recovery-image] Oct 22 16:57:12.787 INFO O| Oct 22 16:57:12.787 INFO STEP 163 (remove_files) COMPLETE
46492024-10-22T16:57:13.680Z[ recovery-image] Oct 22 16:57:12.787 INFO O| Oct 22 16:57:12.787 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-10-22T16:57:13.713Z[ recovery-image] Oct 22 16:57:12.823 INFO O| Oct 22 16:57:12.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
46512024-10-22T16:57:13.713Z[ recovery-image] Oct 22 16:57:12.823 INFO O| Oct 22 16:57:12.810 INFO STEP 164 (remove_files) COMPLETE
46522024-10-22T16:57:13.713Z[ recovery-image] Oct 22 16:57:12.823 INFO O| Oct 22 16:57:12.810 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-10-22T16:57:13.719Z[ recovery-image] Oct 22 16:57:12.829 INFO O| Oct 22 16:57:12.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
46542024-10-22T16:57:13.719Z[ recovery-image] Oct 22 16:57:12.829 INFO O| Oct 22 16:57:12.829 INFO STEP 165 (remove_files) COMPLETE
46552024-10-22T16:57:13.719Z[ recovery-image] Oct 22 16:57:12.829 INFO O| Oct 22 16:57:12.829 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-10-22T16:57:13.736Z[ recovery-image] Oct 22 16:57:12.846 INFO O| Oct 22 16:57:12.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
46572024-10-22T16:57:13.757Z[ recovery-image] Oct 22 16:57:12.867 INFO O| Oct 22 16:57:12.867 INFO STEP 166 (remove_files) COMPLETE
46582024-10-22T16:57:13.757Z[ recovery-image] Oct 22 16:57:12.867 INFO O| Oct 22 16:57:12.867 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-10-22T16:57:13.776Z[ recovery-image] Oct 22 16:57:12.886 INFO O| Oct 22 16:57:12.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
46602024-10-22T16:57:13.776Z[ recovery-image] Oct 22 16:57:12.886 INFO O| Oct 22 16:57:12.886 INFO STEP 167 (remove_files) COMPLETE
46612024-10-22T16:57:13.776Z[ recovery-image] Oct 22 16:57:12.886 INFO O| Oct 22 16:57:12.886 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-10-22T16:57:13.793Z[ recovery-image] Oct 22 16:57:12.903 INFO O| Oct 22 16:57:12.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
46632024-10-22T16:57:13.793Z[ recovery-image] Oct 22 16:57:12.903 INFO O| Oct 22 16:57:12.903 INFO STEP 168 (remove_files) COMPLETE
46642024-10-22T16:57:13.793Z[ recovery-image] Oct 22 16:57:12.903 INFO O| Oct 22 16:57:12.903 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-10-22T16:57:13.811Z[ recovery-image] Oct 22 16:57:12.920 INFO O| Oct 22 16:57:12.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
46662024-10-22T16:57:13.812Z[ recovery-image] Oct 22 16:57:12.920 INFO O| Oct 22 16:57:12.920 INFO STEP 169 (remove_files) COMPLETE
46672024-10-22T16:57:13.812Z[ recovery-image] Oct 22 16:57:12.920 INFO O| Oct 22 16:57:12.920 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-10-22T16:57:13.828Z[ recovery-image] Oct 22 16:57:12.937 INFO O| Oct 22 16:57:12.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
46692024-10-22T16:57:13.830Z[ recovery-image] Oct 22 16:57:12.937 INFO O| Oct 22 16:57:12.937 INFO STEP 170 (remove_files) COMPLETE
46702024-10-22T16:57:13.830Z[ recovery-image] Oct 22 16:57:12.938 INFO O| Oct 22 16:57:12.937 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-10-22T16:57:13.845Z[ recovery-image] Oct 22 16:57:12.954 INFO O| Oct 22 16:57:12.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
46722024-10-22T16:57:13.847Z[ recovery-image] Oct 22 16:57:12.955 INFO O| Oct 22 16:57:12.955 INFO STEP 171 (remove_files) COMPLETE
46732024-10-22T16:57:13.847Z[ recovery-image] Oct 22 16:57:12.955 INFO O| Oct 22 16:57:12.955 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-10-22T16:57:13.861Z[ recovery-image] Oct 22 16:57:12.971 INFO O| Oct 22 16:57:12.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
46752024-10-22T16:57:13.861Z[ recovery-image] Oct 22 16:57:12.971 INFO O| Oct 22 16:57:12.971 INFO STEP 172 (remove_files) COMPLETE
46762024-10-22T16:57:13.863Z[ recovery-image] Oct 22 16:57:12.971 INFO O| Oct 22 16:57:12.971 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-10-22T16:57:13.877Z[ recovery-image] Oct 22 16:57:12.987 INFO O| Oct 22 16:57:12.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
46782024-10-22T16:57:13.880Z[ recovery-image] Oct 22 16:57:12.987 INFO O| Oct 22 16:57:12.987 INFO STEP 173 (remove_files) COMPLETE
46792024-10-22T16:57:13.880Z[ recovery-image] Oct 22 16:57:12.988 INFO O| Oct 22 16:57:12.987 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-10-22T16:57:13.915Z[ recovery-image] Oct 22 16:57:13.016 INFO O| Oct 22 16:57:13.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
46812024-10-22T16:57:13.915Z[ recovery-image] Oct 22 16:57:13.016 INFO O| Oct 22 16:57:13.016 INFO STEP 174 (remove_files) COMPLETE
46822024-10-22T16:57:13.915Z[ recovery-image] Oct 22 16:57:13.017 INFO O| Oct 22 16:57:13.016 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-10-22T16:57:13.926Z[ recovery-image] Oct 22 16:57:13.035 INFO O| Oct 22 16:57:13.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
46842024-10-22T16:57:13.933Z[ recovery-image] Oct 22 16:57:13.036 INFO O| Oct 22 16:57:13.035 INFO STEP 175 (remove_files) COMPLETE
46852024-10-22T16:57:13.933Z[ recovery-image] Oct 22 16:57:13.036 INFO O| Oct 22 16:57:13.036 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-10-22T16:57:13.943Z[ recovery-image] Oct 22 16:57:13.053 INFO O| Oct 22 16:57:13.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
46872024-10-22T16:57:13.946Z[ recovery-image] Oct 22 16:57:13.053 INFO O| Oct 22 16:57:13.053 INFO STEP 176 (remove_files) COMPLETE
46882024-10-22T16:57:13.946Z[ recovery-image] Oct 22 16:57:13.053 INFO O| Oct 22 16:57:13.053 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-10-22T16:57:13.961Z[ recovery-image] Oct 22 16:57:13.071 INFO O| Oct 22 16:57:13.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
46902024-10-22T16:57:13.983Z[ recovery-image] Oct 22 16:57:13.092 INFO O| Oct 22 16:57:13.092 INFO STEP 177 (remove_files) COMPLETE
46912024-10-22T16:57:13.983Z[ recovery-image] Oct 22 16:57:13.092 INFO O| Oct 22 16:57:13.092 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-10-22T16:57:14.044Z[ recovery-image] Oct 22 16:57:13.154 INFO O| Oct 22 16:57:13.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
46932024-10-22T16:57:14.048Z[ recovery-image] Oct 22 16:57:13.154 INFO O| Oct 22 16:57:13.154 INFO STEP 178 (remove_files) COMPLETE
46942024-10-22T16:57:14.048Z[ recovery-image] Oct 22 16:57:13.154 INFO O| Oct 22 16:57:13.154 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-10-22T16:57:14.063Z[ recovery-image] Oct 22 16:57:13.173 INFO O| Oct 22 16:57:13.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
46962024-10-22T16:57:14.066Z[ recovery-image] Oct 22 16:57:13.173 INFO O| Oct 22 16:57:13.173 INFO STEP 179 (remove_files) COMPLETE
46972024-10-22T16:57:14.066Z[ recovery-image] Oct 22 16:57:13.173 INFO O| Oct 22 16:57:13.173 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-10-22T16:57:14.081Z[ recovery-image] Oct 22 16:57:13.191 INFO O| Oct 22 16:57:13.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
46992024-10-22T16:57:14.083Z[ recovery-image] Oct 22 16:57:13.191 INFO O| Oct 22 16:57:13.191 INFO STEP 180 (remove_files) COMPLETE
47002024-10-22T16:57:14.084Z[ recovery-image] Oct 22 16:57:13.191 INFO O| Oct 22 16:57:13.191 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-10-22T16:57:14.100Z[ recovery-image] Oct 22 16:57:13.209 INFO O| Oct 22 16:57:13.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
47022024-10-22T16:57:14.103Z[ recovery-image] Oct 22 16:57:13.209 INFO O| Oct 22 16:57:13.209 INFO STEP 181 (remove_files) COMPLETE
47032024-10-22T16:57:14.103Z[ recovery-image] Oct 22 16:57:13.209 INFO O| Oct 22 16:57:13.209 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-10-22T16:57:14.194Z[ recovery-image] Oct 22 16:57:13.304 INFO O| Oct 22 16:57:13.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
47052024-10-22T16:57:14.194Z[ recovery-image] Oct 22 16:57:13.304 INFO O| Oct 22 16:57:13.304 INFO STEP 182 (remove_files) COMPLETE
47062024-10-22T16:57:14.194Z[ recovery-image] Oct 22 16:57:13.304 INFO O| Oct 22 16:57:13.304 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-10-22T16:57:14.251Z[ recovery-image] Oct 22 16:57:13.360 INFO O| Oct 22 16:57:13.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
47082024-10-22T16:57:14.251Z[ recovery-image] Oct 22 16:57:13.360 INFO O| Oct 22 16:57:13.360 INFO STEP 183 (remove_files) COMPLETE
47092024-10-22T16:57:14.251Z[ recovery-image] Oct 22 16:57:13.360 INFO O| Oct 22 16:57:13.360 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-10-22T16:57:14.268Z[ recovery-image] Oct 22 16:57:13.378 INFO O| Oct 22 16:57:13.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
47112024-10-22T16:57:14.268Z[ recovery-image] Oct 22 16:57:13.378 INFO O| Oct 22 16:57:13.378 INFO STEP 184 (remove_files) COMPLETE
47122024-10-22T16:57:14.270Z[ recovery-image] Oct 22 16:57:13.378 INFO O| Oct 22 16:57:13.378 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-10-22T16:57:14.285Z[ recovery-image] Oct 22 16:57:13.394 INFO O| Oct 22 16:57:13.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
47142024-10-22T16:57:14.285Z[ recovery-image] Oct 22 16:57:13.394 INFO O| Oct 22 16:57:13.394 INFO STEP 185 (remove_files) COMPLETE
47152024-10-22T16:57:14.285Z[ recovery-image] Oct 22 16:57:13.394 INFO O| Oct 22 16:57:13.394 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-10-22T16:57:14.302Z[ recovery-image] Oct 22 16:57:13.412 INFO O| Oct 22 16:57:13.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
47172024-10-22T16:57:14.302Z[ recovery-image] Oct 22 16:57:13.412 INFO O| Oct 22 16:57:13.412 INFO STEP 186 (remove_files) COMPLETE
47182024-10-22T16:57:14.304Z[ recovery-image] Oct 22 16:57:13.412 INFO O| Oct 22 16:57:13.412 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-10-22T16:57:14.320Z[ recovery-image] Oct 22 16:57:13.430 INFO O| Oct 22 16:57:13.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
47202024-10-22T16:57:14.321Z[ recovery-image] Oct 22 16:57:13.430 INFO O| Oct 22 16:57:13.430 INFO STEP 187 (remove_files) COMPLETE
47212024-10-22T16:57:14.323Z[ recovery-image] Oct 22 16:57:13.430 INFO O| Oct 22 16:57:13.430 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-10-22T16:57:14.355Z[ recovery-image] Oct 22 16:57:13.465 INFO O| Oct 22 16:57:13.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
47232024-10-22T16:57:14.355Z[ recovery-image] Oct 22 16:57:13.465 INFO O| Oct 22 16:57:13.465 INFO STEP 188 (remove_files) COMPLETE
47242024-10-22T16:57:14.356Z[ recovery-image] Oct 22 16:57:13.465 INFO O| Oct 22 16:57:13.465 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-10-22T16:57:14.443Z[ recovery-image] Oct 22 16:57:13.552 INFO O| Oct 22 16:57:13.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
47262024-10-22T16:57:14.446Z[ recovery-image] Oct 22 16:57:13.552 INFO O| Oct 22 16:57:13.552 INFO STEP 189 (remove_files) COMPLETE
47272024-10-22T16:57:14.446Z[ recovery-image] Oct 22 16:57:13.552 INFO O| Oct 22 16:57:13.552 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-10-22T16:57:14.465Z[ recovery-image] Oct 22 16:57:13.575 INFO O| Oct 22 16:57:13.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
47292024-10-22T16:57:14.465Z[ recovery-image] Oct 22 16:57:13.575 INFO O| Oct 22 16:57:13.575 INFO STEP 190 (remove_files) COMPLETE
47302024-10-22T16:57:14.465Z[ recovery-image] Oct 22 16:57:13.575 INFO O| Oct 22 16:57:13.575 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-10-22T16:57:14.488Z[ recovery-image] Oct 22 16:57:13.598 INFO O| Oct 22 16:57:13.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
47322024-10-22T16:57:14.489Z[ recovery-image] Oct 22 16:57:13.598 INFO O| Oct 22 16:57:13.598 INFO STEP 191 (remove_files) COMPLETE
47332024-10-22T16:57:14.491Z[ recovery-image] Oct 22 16:57:13.598 INFO O| Oct 22 16:57:13.598 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-10-22T16:57:14.504Z[ recovery-image] Oct 22 16:57:13.614 INFO O| Oct 22 16:57:13.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
47352024-10-22T16:57:14.504Z[ recovery-image] Oct 22 16:57:13.614 INFO O| Oct 22 16:57:13.614 INFO STEP 192 (remove_files) COMPLETE
47362024-10-22T16:57:14.504Z[ recovery-image] Oct 22 16:57:13.614 INFO O| Oct 22 16:57:13.614 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-10-22T16:57:14.535Z[ recovery-image] Oct 22 16:57:13.644 INFO O| Oct 22 16:57:13.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
47382024-10-22T16:57:14.535Z[ recovery-image] Oct 22 16:57:13.644 INFO O| Oct 22 16:57:13.644 INFO STEP 193 (remove_files) COMPLETE
47392024-10-22T16:57:14.537Z[ recovery-image] Oct 22 16:57:13.644 INFO O| Oct 22 16:57:13.644 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-10-22T16:57:14.565Z[ recovery-image] Oct 22 16:57:13.674 INFO O| Oct 22 16:57:13.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
47412024-10-22T16:57:14.565Z[ recovery-image] Oct 22 16:57:13.674 INFO O| Oct 22 16:57:13.674 INFO STEP 194 (remove_files) COMPLETE
47422024-10-22T16:57:14.567Z[ recovery-image] Oct 22 16:57:13.674 INFO O| Oct 22 16:57:13.674 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-10-22T16:57:14.663Z[ recovery-image] Oct 22 16:57:13.772 INFO O| Oct 22 16:57:13.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
47442024-10-22T16:57:14.663Z[ recovery-image] Oct 22 16:57:13.772 INFO O| Oct 22 16:57:13.772 INFO STEP 195 (remove_files) COMPLETE
47452024-10-22T16:57:14.666Z[ recovery-image] Oct 22 16:57:13.773 INFO O| Oct 22 16:57:13.772 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-10-22T16:57:14.683Z[ recovery-image] Oct 22 16:57:13.791 INFO O| Oct 22 16:57:13.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
47472024-10-22T16:57:14.712Z[ recovery-image] Oct 22 16:57:13.811 INFO O| Oct 22 16:57:13.811 INFO STEP 196 (remove_files) COMPLETE
47482024-10-22T16:57:14.712Z[ recovery-image] Oct 22 16:57:13.811 INFO O| Oct 22 16:57:13.811 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-10-22T16:57:14.719Z[ recovery-image] Oct 22 16:57:13.828 INFO O| Oct 22 16:57:13.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
47502024-10-22T16:57:14.719Z[ recovery-image] Oct 22 16:57:13.829 INFO O| Oct 22 16:57:13.829 INFO STEP 197 (remove_files) COMPLETE
47512024-10-22T16:57:14.721Z[ recovery-image] Oct 22 16:57:13.829 INFO O| Oct 22 16:57:13.829 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-10-22T16:57:14.765Z[ recovery-image] Oct 22 16:57:13.859 INFO O| Oct 22 16:57:13.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
47532024-10-22T16:57:14.765Z[ recovery-image] Oct 22 16:57:13.859 INFO O| Oct 22 16:57:13.859 INFO STEP 198 (remove_files) COMPLETE
47542024-10-22T16:57:14.765Z[ recovery-image] Oct 22 16:57:13.859 INFO O| Oct 22 16:57:13.859 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-10-22T16:57:14.782Z[ recovery-image] Oct 22 16:57:13.891 INFO O| Oct 22 16:57:13.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
47562024-10-22T16:57:14.782Z[ recovery-image] Oct 22 16:57:13.891 INFO O| Oct 22 16:57:13.891 INFO STEP 199 (remove_files) COMPLETE
47572024-10-22T16:57:14.782Z[ recovery-image] Oct 22 16:57:13.891 INFO O| Oct 22 16:57:13.891 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-10-22T16:57:14.816Z[ recovery-image] Oct 22 16:57:13.926 INFO O| Oct 22 16:57:13.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
47592024-10-22T16:57:14.816Z[ recovery-image] Oct 22 16:57:13.926 INFO O| Oct 22 16:57:13.926 INFO STEP 200 (remove_files) COMPLETE
47602024-10-22T16:57:14.816Z[ recovery-image] Oct 22 16:57:13.926 INFO O| Oct 22 16:57:13.926 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-10-22T16:57:14.883Z[ recovery-image] Oct 22 16:57:13.992 INFO O| Oct 22 16:57:13.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
47622024-10-22T16:57:14.883Z[ recovery-image] Oct 22 16:57:13.992 INFO O| Oct 22 16:57:13.992 INFO STEP 201 (remove_files) COMPLETE
47632024-10-22T16:57:14.883Z[ recovery-image] Oct 22 16:57:13.992 INFO O| Oct 22 16:57:13.992 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-10-22T16:57:14.948Z[ recovery-image] Oct 22 16:57:14.058 INFO O| Oct 22 16:57:14.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
47652024-10-22T16:57:14.948Z[ recovery-image] Oct 22 16:57:14.058 INFO O| Oct 22 16:57:14.058 INFO STEP 202 (remove_files) COMPLETE
47662024-10-22T16:57:14.989Z[ recovery-image] Oct 22 16:57:14.058 INFO O| Oct 22 16:57:14.058 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-10-22T16:57:14.989Z[ recovery-image] Oct 22 16:57:14.091 INFO O| Oct 22 16:57:14.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
47682024-10-22T16:57:14.989Z[ recovery-image] Oct 22 16:57:14.092 INFO O| Oct 22 16:57:14.092 INFO STEP 203 (remove_files) COMPLETE
47692024-10-22T16:57:14.990Z[ recovery-image] Oct 22 16:57:14.092 INFO O| Oct 22 16:57:14.092 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-10-22T16:57:15.024Z[ recovery-image] Oct 22 16:57:14.133 INFO O| Oct 22 16:57:14.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
47712024-10-22T16:57:15.024Z[ recovery-image] Oct 22 16:57:14.133 INFO O| Oct 22 16:57:14.133 INFO STEP 204 (remove_files) COMPLETE
47722024-10-22T16:57:15.024Z[ recovery-image] Oct 22 16:57:14.133 INFO O| Oct 22 16:57:14.133 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-10-22T16:57:15.047Z[ recovery-image] Oct 22 16:57:14.157 INFO O| Oct 22 16:57:14.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
47742024-10-22T16:57:15.047Z[ recovery-image] Oct 22 16:57:14.157 INFO O| Oct 22 16:57:14.157 INFO STEP 205 (remove_files) COMPLETE
47752024-10-22T16:57:15.051Z[ recovery-image] Oct 22 16:57:14.157 INFO O| Oct 22 16:57:14.157 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-10-22T16:57:15.081Z[ recovery-image] Oct 22 16:57:14.191 INFO O| Oct 22 16:57:14.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
47772024-10-22T16:57:15.081Z[ recovery-image] Oct 22 16:57:14.191 INFO O| Oct 22 16:57:14.191 INFO STEP 206 (remove_files) COMPLETE
47782024-10-22T16:57:15.084Z[ recovery-image] Oct 22 16:57:14.191 INFO O| Oct 22 16:57:14.191 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-10-22T16:57:15.137Z[ recovery-image] Oct 22 16:57:14.247 INFO O| Oct 22 16:57:14.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
47802024-10-22T16:57:15.137Z[ recovery-image] Oct 22 16:57:14.247 INFO O| Oct 22 16:57:14.247 INFO STEP 207 (remove_files) COMPLETE
47812024-10-22T16:57:15.140Z[ recovery-image] Oct 22 16:57:14.247 INFO O| Oct 22 16:57:14.247 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-10-22T16:57:15.173Z[ recovery-image] Oct 22 16:57:14.282 INFO O| Oct 22 16:57:14.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
47832024-10-22T16:57:15.173Z[ recovery-image] Oct 22 16:57:14.282 INFO O| Oct 22 16:57:14.282 INFO STEP 208 (remove_files) COMPLETE
47842024-10-22T16:57:15.174Z[ recovery-image] Oct 22 16:57:14.282 INFO O| Oct 22 16:57:14.282 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-10-22T16:57:15.207Z[ recovery-image] Oct 22 16:57:14.316 INFO O| Oct 22 16:57:14.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
47862024-10-22T16:57:15.207Z[ recovery-image] Oct 22 16:57:14.316 INFO O| Oct 22 16:57:14.316 INFO STEP 209 (remove_files) COMPLETE
47872024-10-22T16:57:15.210Z[ recovery-image] Oct 22 16:57:14.316 INFO O| Oct 22 16:57:14.316 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-10-22T16:57:15.222Z[ recovery-image] Oct 22 16:57:14.331 INFO O| Oct 22 16:57:14.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
47892024-10-22T16:57:15.222Z[ recovery-image] Oct 22 16:57:14.332 INFO O| Oct 22 16:57:14.331 INFO STEP 210 (remove_files) COMPLETE
47902024-10-22T16:57:15.222Z[ recovery-image] Oct 22 16:57:14.332 INFO O| Oct 22 16:57:14.332 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-10-22T16:57:15.237Z[ recovery-image] Oct 22 16:57:14.346 INFO O| Oct 22 16:57:14.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
47922024-10-22T16:57:15.237Z[ recovery-image] Oct 22 16:57:14.346 INFO O| Oct 22 16:57:14.346 INFO STEP 211 (remove_files) COMPLETE
47932024-10-22T16:57:15.237Z[ recovery-image] Oct 22 16:57:14.346 INFO O| Oct 22 16:57:14.346 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-10-22T16:57:15.252Z[ recovery-image] Oct 22 16:57:14.361 INFO O| Oct 22 16:57:14.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
47952024-10-22T16:57:15.252Z[ recovery-image] Oct 22 16:57:14.361 INFO O| Oct 22 16:57:14.361 INFO STEP 212 (remove_files) COMPLETE
47962024-10-22T16:57:15.252Z[ recovery-image] Oct 22 16:57:14.361 INFO O| Oct 22 16:57:14.361 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-10-22T16:57:15.265Z[ recovery-image] Oct 22 16:57:14.375 INFO O| Oct 22 16:57:14.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
47982024-10-22T16:57:15.265Z[ recovery-image] Oct 22 16:57:14.375 INFO O| Oct 22 16:57:14.375 INFO STEP 213 (remove_files) COMPLETE
47992024-10-22T16:57:15.265Z[ recovery-image] Oct 22 16:57:14.375 INFO O| Oct 22 16:57:14.375 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-10-22T16:57:15.280Z[ recovery-image] Oct 22 16:57:14.389 INFO O| Oct 22 16:57:14.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
48012024-10-22T16:57:15.280Z[ recovery-image] Oct 22 16:57:14.390 INFO O| Oct 22 16:57:14.389 INFO STEP 214 (remove_files) COMPLETE
48022024-10-22T16:57:15.280Z[ recovery-image] Oct 22 16:57:14.390 INFO O| Oct 22 16:57:14.390 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-10-22T16:57:15.297Z[ recovery-image] Oct 22 16:57:14.407 INFO O| Oct 22 16:57:14.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
48042024-10-22T16:57:15.297Z[ recovery-image] Oct 22 16:57:14.407 INFO O| Oct 22 16:57:14.407 INFO STEP 215 (remove_files) COMPLETE
48052024-10-22T16:57:15.297Z[ recovery-image] Oct 22 16:57:14.407 INFO O| Oct 22 16:57:14.407 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-10-22T16:57:15.315Z[ recovery-image] Oct 22 16:57:14.424 INFO O| Oct 22 16:57:14.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
48072024-10-22T16:57:15.315Z[ recovery-image] Oct 22 16:57:14.424 INFO O| Oct 22 16:57:14.424 INFO STEP 216 (remove_files) COMPLETE
48082024-10-22T16:57:15.315Z[ recovery-image] Oct 22 16:57:14.424 INFO O| Oct 22 16:57:14.424 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-10-22T16:57:15.339Z[ recovery-image] Oct 22 16:57:14.441 INFO O| Oct 22 16:57:14.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
48102024-10-22T16:57:15.339Z[ recovery-image] Oct 22 16:57:14.441 INFO O| Oct 22 16:57:14.441 INFO STEP 217 (remove_files) COMPLETE
48112024-10-22T16:57:15.339Z[ recovery-image] Oct 22 16:57:14.441 INFO O| Oct 22 16:57:14.441 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-10-22T16:57:15.349Z[ recovery-image] Oct 22 16:57:14.458 INFO O| Oct 22 16:57:14.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
48132024-10-22T16:57:15.349Z[ recovery-image] Oct 22 16:57:14.458 INFO O| Oct 22 16:57:14.458 INFO STEP 218 (remove_files) COMPLETE
48142024-10-22T16:57:15.351Z[ recovery-image] Oct 22 16:57:14.458 INFO O| Oct 22 16:57:14.458 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-10-22T16:57:15.375Z[ recovery-image] Oct 22 16:57:14.482 INFO O| Oct 22 16:57:14.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
48162024-10-22T16:57:15.375Z[ recovery-image] Oct 22 16:57:14.482 INFO O| Oct 22 16:57:14.482 INFO STEP 219 (remove_files) COMPLETE
48172024-10-22T16:57:15.375Z[ recovery-image] Oct 22 16:57:14.482 INFO O| Oct 22 16:57:14.482 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-10-22T16:57:15.393Z[ recovery-image] Oct 22 16:57:14.503 INFO O| Oct 22 16:57:14.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
48192024-10-22T16:57:15.393Z[ recovery-image] Oct 22 16:57:14.503 INFO O| Oct 22 16:57:14.503 INFO STEP 220 (remove_files) COMPLETE
48202024-10-22T16:57:15.396Z[ recovery-image] Oct 22 16:57:14.503 INFO O| Oct 22 16:57:14.503 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-10-22T16:57:15.412Z[ recovery-image] Oct 22 16:57:14.522 INFO O| Oct 22 16:57:14.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
48222024-10-22T16:57:15.412Z[ recovery-image] Oct 22 16:57:14.522 INFO O| Oct 22 16:57:14.522 INFO STEP 221 (remove_files) COMPLETE
48232024-10-22T16:57:15.415Z[ recovery-image] Oct 22 16:57:14.522 INFO O| Oct 22 16:57:14.522 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-10-22T16:57:15.434Z[ recovery-image] Oct 22 16:57:14.544 INFO O| Oct 22 16:57:14.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
48252024-10-22T16:57:15.434Z[ recovery-image] Oct 22 16:57:14.544 INFO O| Oct 22 16:57:14.544 INFO STEP 222 (remove_files) COMPLETE
48262024-10-22T16:57:15.434Z[ recovery-image] Oct 22 16:57:14.544 INFO O| Oct 22 16:57:14.544 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-10-22T16:57:15.453Z[ recovery-image] Oct 22 16:57:14.563 INFO O| Oct 22 16:57:14.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
48282024-10-22T16:57:15.453Z[ recovery-image] Oct 22 16:57:14.563 INFO O| Oct 22 16:57:14.563 INFO STEP 223 (remove_files) COMPLETE
48292024-10-22T16:57:15.453Z[ recovery-image] Oct 22 16:57:14.563 INFO O| Oct 22 16:57:14.563 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-10-22T16:57:15.495Z[ recovery-image] Oct 22 16:57:14.604 INFO O| Oct 22 16:57:14.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
48312024-10-22T16:57:15.495Z[ recovery-image] Oct 22 16:57:14.604 INFO O| Oct 22 16:57:14.604 INFO STEP 224 (remove_files) COMPLETE
48322024-10-22T16:57:15.495Z[ recovery-image] Oct 22 16:57:14.604 INFO O| Oct 22 16:57:14.604 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-10-22T16:57:15.513Z[ recovery-image] Oct 22 16:57:14.623 INFO O| Oct 22 16:57:14.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
48342024-10-22T16:57:15.516Z[ recovery-image] Oct 22 16:57:14.623 INFO O| Oct 22 16:57:14.623 INFO STEP 225 (remove_files) COMPLETE
48352024-10-22T16:57:15.516Z[ recovery-image] Oct 22 16:57:14.623 INFO O| Oct 22 16:57:14.623 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-10-22T16:57:15.531Z[ recovery-image] Oct 22 16:57:14.641 INFO O| Oct 22 16:57:14.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
48372024-10-22T16:57:15.531Z[ recovery-image] Oct 22 16:57:14.641 INFO O| Oct 22 16:57:14.641 INFO STEP 226 (remove_files) COMPLETE
48382024-10-22T16:57:15.534Z[ recovery-image] Oct 22 16:57:14.641 INFO O| Oct 22 16:57:14.641 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-10-22T16:57:15.563Z[ recovery-image] Oct 22 16:57:14.672 INFO O| Oct 22 16:57:14.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
48402024-10-22T16:57:15.565Z[ recovery-image] Oct 22 16:57:14.672 INFO O| Oct 22 16:57:14.672 INFO STEP 227 (remove_files) COMPLETE
48412024-10-22T16:57:15.565Z[ recovery-image] Oct 22 16:57:14.672 INFO O| Oct 22 16:57:14.672 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-10-22T16:57:15.609Z[ recovery-image] Oct 22 16:57:14.718 INFO O| Oct 22 16:57:14.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
48432024-10-22T16:57:15.609Z[ recovery-image] Oct 22 16:57:14.718 INFO O| Oct 22 16:57:14.718 INFO STEP 228 (remove_files) COMPLETE
48442024-10-22T16:57:15.609Z[ recovery-image] Oct 22 16:57:14.718 INFO O| Oct 22 16:57:14.718 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-10-22T16:57:15.673Z[ recovery-image] Oct 22 16:57:14.782 INFO O| Oct 22 16:57:14.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
48462024-10-22T16:57:15.673Z[ recovery-image] Oct 22 16:57:14.782 INFO O| Oct 22 16:57:14.782 INFO STEP 229 (remove_files) COMPLETE
48472024-10-22T16:57:15.676Z[ recovery-image] Oct 22 16:57:14.782 INFO O| Oct 22 16:57:14.782 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-10-22T16:57:15.692Z[ recovery-image] Oct 22 16:57:14.802 INFO O| Oct 22 16:57:14.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
48492024-10-22T16:57:15.692Z[ recovery-image] Oct 22 16:57:14.802 INFO O| Oct 22 16:57:14.802 INFO STEP 230 (remove_files) COMPLETE
48502024-10-22T16:57:15.695Z[ recovery-image] Oct 22 16:57:14.802 INFO O| Oct 22 16:57:14.802 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-10-22T16:57:15.735Z[ recovery-image] Oct 22 16:57:14.844 INFO O| Oct 22 16:57:14.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
48522024-10-22T16:57:15.735Z[ recovery-image] Oct 22 16:57:14.844 INFO O| Oct 22 16:57:14.844 INFO STEP 231 (remove_files) COMPLETE
48532024-10-22T16:57:15.735Z[ recovery-image] Oct 22 16:57:14.844 INFO O| Oct 22 16:57:14.844 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-10-22T16:57:15.752Z[ recovery-image] Oct 22 16:57:14.861 INFO O| Oct 22 16:57:14.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
48552024-10-22T16:57:15.752Z[ recovery-image] Oct 22 16:57:14.861 INFO O| Oct 22 16:57:14.861 INFO STEP 232 (remove_files) COMPLETE
48562024-10-22T16:57:15.755Z[ recovery-image] Oct 22 16:57:14.862 INFO O| Oct 22 16:57:14.861 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-10-22T16:57:15.770Z[ recovery-image] Oct 22 16:57:14.879 INFO O| Oct 22 16:57:14.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
48582024-10-22T16:57:15.770Z[ recovery-image] Oct 22 16:57:14.879 INFO O| Oct 22 16:57:14.879 INFO STEP 233 (remove_files) COMPLETE
48592024-10-22T16:57:15.772Z[ recovery-image] Oct 22 16:57:14.880 INFO O| Oct 22 16:57:14.879 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-10-22T16:57:15.787Z[ recovery-image] Oct 22 16:57:14.897 INFO O| Oct 22 16:57:14.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
48612024-10-22T16:57:15.787Z[ recovery-image] Oct 22 16:57:14.897 INFO O| Oct 22 16:57:14.897 INFO STEP 234 (remove_files) COMPLETE
48622024-10-22T16:57:15.790Z[ recovery-image] Oct 22 16:57:14.897 INFO O| Oct 22 16:57:14.897 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-10-22T16:57:15.812Z[ recovery-image] Oct 22 16:57:14.921 INFO O| Oct 22 16:57:14.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
48642024-10-22T16:57:15.812Z[ recovery-image] Oct 22 16:57:14.921 INFO O| Oct 22 16:57:14.921 INFO STEP 235 (remove_files) COMPLETE
48652024-10-22T16:57:15.812Z[ recovery-image] Oct 22 16:57:14.921 INFO O| Oct 22 16:57:14.921 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-10-22T16:57:15.863Z[ recovery-image] Oct 22 16:57:14.972 INFO O| Oct 22 16:57:14.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
48672024-10-22T16:57:15.863Z[ recovery-image] Oct 22 16:57:14.972 INFO O| Oct 22 16:57:14.972 INFO STEP 236 (remove_files) COMPLETE
48682024-10-22T16:57:15.865Z[ recovery-image] Oct 22 16:57:14.972 INFO O| Oct 22 16:57:14.972 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-10-22T16:57:15.911Z[ recovery-image] Oct 22 16:57:15.020 INFO O| Oct 22 16:57:15.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
48702024-10-22T16:57:15.911Z[ recovery-image] Oct 22 16:57:15.020 INFO O| Oct 22 16:57:15.020 INFO STEP 237 (remove_files) COMPLETE
48712024-10-22T16:57:15.911Z[ recovery-image] Oct 22 16:57:15.020 INFO O| Oct 22 16:57:15.020 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-10-22T16:57:16.024Z[ recovery-image] Oct 22 16:57:15.133 INFO O| Oct 22 16:57:15.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
48732024-10-22T16:57:16.024Z[ recovery-image] Oct 22 16:57:15.133 INFO O| Oct 22 16:57:15.133 INFO STEP 238 (remove_files) COMPLETE
48742024-10-22T16:57:16.024Z[ recovery-image] Oct 22 16:57:15.134 INFO O| Oct 22 16:57:15.133 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-10-22T16:57:16.044Z[ recovery-image] Oct 22 16:57:15.153 INFO O| Oct 22 16:57:15.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
48762024-10-22T16:57:16.044Z[ recovery-image] Oct 22 16:57:15.153 INFO O| Oct 22 16:57:15.153 INFO STEP 239 (remove_files) COMPLETE
48772024-10-22T16:57:16.044Z[ recovery-image] Oct 22 16:57:15.153 INFO O| Oct 22 16:57:15.153 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-10-22T16:57:16.063Z[ recovery-image] Oct 22 16:57:15.172 INFO O| Oct 22 16:57:15.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
48792024-10-22T16:57:16.063Z[ recovery-image] Oct 22 16:57:15.172 INFO O| Oct 22 16:57:15.172 INFO STEP 240 (remove_files) COMPLETE
48802024-10-22T16:57:16.063Z[ recovery-image] Oct 22 16:57:15.172 INFO O| Oct 22 16:57:15.172 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-10-22T16:57:16.081Z[ recovery-image] Oct 22 16:57:15.190 INFO O| Oct 22 16:57:15.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
48822024-10-22T16:57:16.081Z[ recovery-image] Oct 22 16:57:15.190 INFO O| Oct 22 16:57:15.190 INFO STEP 241 (remove_files) COMPLETE
48832024-10-22T16:57:16.081Z[ recovery-image] Oct 22 16:57:15.190 INFO O| Oct 22 16:57:15.190 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-10-22T16:57:16.100Z[ recovery-image] Oct 22 16:57:15.209 INFO O| Oct 22 16:57:15.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
48852024-10-22T16:57:16.100Z[ recovery-image] Oct 22 16:57:15.210 INFO O| Oct 22 16:57:15.209 INFO STEP 242 (remove_files) COMPLETE
48862024-10-22T16:57:16.102Z[ recovery-image] Oct 22 16:57:15.210 INFO O| Oct 22 16:57:15.210 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-10-22T16:57:16.119Z[ recovery-image] Oct 22 16:57:15.228 INFO O| Oct 22 16:57:15.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
48882024-10-22T16:57:16.119Z[ recovery-image] Oct 22 16:57:15.228 INFO O| Oct 22 16:57:15.228 INFO STEP 243 (remove_files) COMPLETE
48892024-10-22T16:57:16.119Z[ recovery-image] Oct 22 16:57:15.228 INFO O| Oct 22 16:57:15.228 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-10-22T16:57:16.137Z[ recovery-image] Oct 22 16:57:15.246 INFO O| Oct 22 16:57:15.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
48912024-10-22T16:57:16.137Z[ recovery-image] Oct 22 16:57:15.246 INFO O| Oct 22 16:57:15.246 INFO STEP 244 (remove_files) COMPLETE
48922024-10-22T16:57:16.140Z[ recovery-image] Oct 22 16:57:15.247 INFO O| Oct 22 16:57:15.246 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-10-22T16:57:16.155Z[ recovery-image] Oct 22 16:57:15.264 INFO O| Oct 22 16:57:15.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
48942024-10-22T16:57:16.155Z[ recovery-image] Oct 22 16:57:15.264 INFO O| Oct 22 16:57:15.264 INFO STEP 245 (remove_files) COMPLETE
48952024-10-22T16:57:16.157Z[ recovery-image] Oct 22 16:57:15.264 INFO O| Oct 22 16:57:15.264 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-10-22T16:57:16.173Z[ recovery-image] Oct 22 16:57:15.283 INFO O| Oct 22 16:57:15.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
48972024-10-22T16:57:16.173Z[ recovery-image] Oct 22 16:57:15.283 INFO O| Oct 22 16:57:15.283 INFO STEP 246 (remove_files) COMPLETE
48982024-10-22T16:57:16.173Z[ recovery-image] Oct 22 16:57:15.283 INFO O| Oct 22 16:57:15.283 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-10-22T16:57:16.192Z[ recovery-image] Oct 22 16:57:15.301 INFO O| Oct 22 16:57:15.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
49002024-10-22T16:57:16.194Z[ recovery-image] Oct 22 16:57:15.301 INFO O| Oct 22 16:57:15.301 INFO STEP 247 (remove_files) COMPLETE
49012024-10-22T16:57:16.194Z[ recovery-image] Oct 22 16:57:15.301 INFO O| Oct 22 16:57:15.301 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-10-22T16:57:16.209Z[ recovery-image] Oct 22 16:57:15.318 INFO O| Oct 22 16:57:15.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
49032024-10-22T16:57:16.212Z[ recovery-image] Oct 22 16:57:15.318 INFO O| Oct 22 16:57:15.318 INFO STEP 248 (remove_files) COMPLETE
49042024-10-22T16:57:16.212Z[ recovery-image] Oct 22 16:57:15.319 INFO O| Oct 22 16:57:15.319 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-10-22T16:57:16.226Z[ recovery-image] Oct 22 16:57:15.336 INFO O| Oct 22 16:57:15.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
49062024-10-22T16:57:16.229Z[ recovery-image] Oct 22 16:57:15.336 INFO O| Oct 22 16:57:15.336 INFO STEP 249 (remove_files) COMPLETE
49072024-10-22T16:57:16.229Z[ recovery-image] Oct 22 16:57:15.336 INFO O| Oct 22 16:57:15.336 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-10-22T16:57:16.244Z[ host-image] Oct 22 16:57:15.353 INFO O| Oct 22 16:57:15.353 INFO O| Download: 1115/1140 items 6.6/8.4MB 78% complete (1.3M/s)
49092024-10-22T16:57:16.255Z[ recovery-image] Oct 22 16:57:15.364 INFO O| Oct 22 16:57:15.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
49102024-10-22T16:57:16.255Z[ recovery-image] Oct 22 16:57:15.364 INFO O| Oct 22 16:57:15.364 INFO STEP 250 (remove_files) COMPLETE
49112024-10-22T16:57:16.255Z[ recovery-image] Oct 22 16:57:15.364 INFO O| Oct 22 16:57:15.364 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-10-22T16:57:16.290Z[ recovery-image] Oct 22 16:57:15.400 INFO O| Oct 22 16:57:15.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
49132024-10-22T16:57:16.290Z[ recovery-image] Oct 22 16:57:15.400 INFO O| Oct 22 16:57:15.400 INFO STEP 251 (remove_files) COMPLETE
49142024-10-22T16:57:16.290Z[ recovery-image] Oct 22 16:57:15.400 INFO O| Oct 22 16:57:15.400 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-10-22T16:57:16.310Z[ recovery-image] Oct 22 16:57:15.419 INFO O| Oct 22 16:57:15.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
49162024-10-22T16:57:16.310Z[ recovery-image] Oct 22 16:57:15.419 INFO O| Oct 22 16:57:15.419 INFO STEP 252 (remove_files) COMPLETE
49172024-10-22T16:57:16.310Z[ recovery-image] Oct 22 16:57:15.419 INFO O| Oct 22 16:57:15.419 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-10-22T16:57:16.326Z[ recovery-image] Oct 22 16:57:15.435 INFO O| Oct 22 16:57:15.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
49192024-10-22T16:57:16.326Z[ recovery-image] Oct 22 16:57:15.435 INFO O| Oct 22 16:57:15.435 INFO STEP 253 (remove_files) COMPLETE
49202024-10-22T16:57:16.328Z[ recovery-image] Oct 22 16:57:15.435 INFO O| Oct 22 16:57:15.435 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-10-22T16:57:16.343Z[ recovery-image] Oct 22 16:57:15.452 INFO O| Oct 22 16:57:15.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
49222024-10-22T16:57:16.343Z[ recovery-image] Oct 22 16:57:15.452 INFO O| Oct 22 16:57:15.452 INFO STEP 254 (remove_files) COMPLETE
49232024-10-22T16:57:16.343Z[ recovery-image] Oct 22 16:57:15.452 INFO O| Oct 22 16:57:15.452 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-10-22T16:57:16.359Z[ recovery-image] Oct 22 16:57:15.468 INFO O| Oct 22 16:57:15.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
49252024-10-22T16:57:16.359Z[ recovery-image] Oct 22 16:57:15.468 INFO O| Oct 22 16:57:15.468 INFO STEP 255 (remove_files) COMPLETE
49262024-10-22T16:57:16.359Z[ recovery-image] Oct 22 16:57:15.468 INFO O| Oct 22 16:57:15.468 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-10-22T16:57:16.395Z[ recovery-image] Oct 22 16:57:15.504 INFO O| Oct 22 16:57:15.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
49282024-10-22T16:57:16.395Z[ recovery-image] Oct 22 16:57:15.504 INFO O| Oct 22 16:57:15.504 INFO STEP 256 (remove_files) COMPLETE
49292024-10-22T16:57:16.395Z[ recovery-image] Oct 22 16:57:15.504 INFO O| Oct 22 16:57:15.504 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-10-22T16:57:16.418Z[ recovery-image] Oct 22 16:57:15.527 INFO O| Oct 22 16:57:15.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
49312024-10-22T16:57:16.418Z[ recovery-image] Oct 22 16:57:15.527 INFO O| Oct 22 16:57:15.527 INFO STEP 257 (remove_files) COMPLETE
49322024-10-22T16:57:16.418Z[ recovery-image] Oct 22 16:57:15.527 INFO O| Oct 22 16:57:15.527 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-10-22T16:57:16.435Z[ recovery-image] Oct 22 16:57:15.545 INFO O| Oct 22 16:57:15.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
49342024-10-22T16:57:16.435Z[ recovery-image] Oct 22 16:57:15.545 INFO O| Oct 22 16:57:15.545 INFO STEP 258 (remove_files) COMPLETE
49352024-10-22T16:57:16.435Z[ recovery-image] Oct 22 16:57:15.545 INFO O| Oct 22 16:57:15.545 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-10-22T16:57:16.452Z[ recovery-image] Oct 22 16:57:15.562 INFO O| Oct 22 16:57:15.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
49372024-10-22T16:57:16.452Z[ recovery-image] Oct 22 16:57:15.562 INFO O| Oct 22 16:57:15.562 INFO STEP 259 (remove_files) COMPLETE
49382024-10-22T16:57:16.455Z[ recovery-image] Oct 22 16:57:15.562 INFO O| Oct 22 16:57:15.562 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-10-22T16:57:16.471Z[ recovery-image] Oct 22 16:57:15.580 INFO O| Oct 22 16:57:15.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
49402024-10-22T16:57:16.471Z[ recovery-image] Oct 22 16:57:15.580 INFO O| Oct 22 16:57:15.580 INFO STEP 260 (remove_files) COMPLETE
49412024-10-22T16:57:16.473Z[ recovery-image] Oct 22 16:57:15.580 INFO O| Oct 22 16:57:15.580 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-10-22T16:57:16.489Z[ recovery-image] Oct 22 16:57:15.599 INFO O| Oct 22 16:57:15.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
49432024-10-22T16:57:16.489Z[ recovery-image] Oct 22 16:57:15.599 INFO O| Oct 22 16:57:15.599 INFO STEP 261 (remove_files) COMPLETE
49442024-10-22T16:57:16.489Z[ recovery-image] Oct 22 16:57:15.599 INFO O| Oct 22 16:57:15.599 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-10-22T16:57:16.507Z[ recovery-image] Oct 22 16:57:15.616 INFO O| Oct 22 16:57:15.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
49462024-10-22T16:57:16.507Z[ recovery-image] Oct 22 16:57:15.616 INFO O| Oct 22 16:57:15.616 INFO STEP 262 (remove_files) COMPLETE
49472024-10-22T16:57:16.507Z[ recovery-image] Oct 22 16:57:15.616 INFO O| Oct 22 16:57:15.616 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-10-22T16:57:16.538Z[ recovery-image] Oct 22 16:57:15.647 INFO O| Oct 22 16:57:15.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
49492024-10-22T16:57:16.538Z[ recovery-image] Oct 22 16:57:15.647 INFO O| Oct 22 16:57:15.647 INFO STEP 263 (remove_files) COMPLETE
49502024-10-22T16:57:16.538Z[ recovery-image] Oct 22 16:57:15.647 INFO O| Oct 22 16:57:15.647 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-10-22T16:57:16.546Z[ host-image] Oct 22 16:57:15.655 INFO O| Oct 22 16:57:15.655 INFO O| Download: Completed 8.42 MB in 5.52 seconds (1.5M/s)
49522024-10-22T16:57:16.567Z[ recovery-image] Oct 22 16:57:15.677 INFO O| Oct 22 16:57:15.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
49532024-10-22T16:57:16.567Z[ recovery-image] Oct 22 16:57:15.677 INFO O| Oct 22 16:57:15.677 INFO STEP 264 (remove_files) COMPLETE
49542024-10-22T16:57:16.568Z[ recovery-image] Oct 22 16:57:15.677 INFO O| Oct 22 16:57:15.677 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-10-22T16:57:16.674Z[ recovery-image] Oct 22 16:57:15.782 INFO O| Oct 22 16:57:15.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
49562024-10-22T16:57:16.674Z[ recovery-image] Oct 22 16:57:15.782 INFO O| Oct 22 16:57:15.782 INFO STEP 265 (remove_files) COMPLETE
49572024-10-22T16:57:16.674Z[ recovery-image] Oct 22 16:57:15.782 INFO O| Oct 22 16:57:15.782 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-10-22T16:57:16.713Z[ recovery-image] Oct 22 16:57:15.822 INFO O| Oct 22 16:57:15.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
49592024-10-22T16:57:16.713Z[ recovery-image] Oct 22 16:57:15.822 INFO O| Oct 22 16:57:15.822 INFO STEP 266 (remove_files) COMPLETE
49602024-10-22T16:57:16.713Z[ recovery-image] Oct 22 16:57:15.822 INFO O| Oct 22 16:57:15.822 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-10-22T16:57:16.735Z[ host-image] Oct 22 16:57:15.844 INFO O| Oct 22 16:57:15.844 INFO O| Actions: 1/1361 actions (Installing new actions)
49622024-10-22T16:57:16.750Z[ recovery-image] Oct 22 16:57:15.860 INFO O| Oct 22 16:57:15.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
49632024-10-22T16:57:16.753Z[ recovery-image] Oct 22 16:57:15.860 INFO O| Oct 22 16:57:15.860 INFO STEP 267 (remove_files) COMPLETE
49642024-10-22T16:57:16.753Z[ recovery-image] Oct 22 16:57:15.860 INFO O| Oct 22 16:57:15.860 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-10-22T16:57:16.832Z[ recovery-image] Oct 22 16:57:15.940 INFO O| Oct 22 16:57:15.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
49662024-10-22T16:57:16.832Z[ recovery-image] Oct 22 16:57:15.940 INFO O| Oct 22 16:57:15.940 INFO STEP 268 (remove_files) COMPLETE
49672024-10-22T16:57:16.832Z[ recovery-image] Oct 22 16:57:15.940 INFO O| Oct 22 16:57:15.940 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-10-22T16:57:16.903Z[ recovery-image] Oct 22 16:57:16.013 INFO O| Oct 22 16:57:16.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
49692024-10-22T16:57:16.903Z[ recovery-image] Oct 22 16:57:16.013 INFO O| Oct 22 16:57:16.013 INFO STEP 269 (remove_files) COMPLETE
49702024-10-22T16:57:16.903Z[ recovery-image] Oct 22 16:57:16.013 INFO O| Oct 22 16:57:16.013 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-10-22T16:57:16.921Z[ recovery-image] Oct 22 16:57:16.031 INFO O| Oct 22 16:57:16.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
49722024-10-22T16:57:16.921Z[ recovery-image] Oct 22 16:57:16.031 INFO O| Oct 22 16:57:16.031 INFO STEP 270 (remove_files) COMPLETE
49732024-10-22T16:57:16.921Z[ recovery-image] Oct 22 16:57:16.031 INFO O| Oct 22 16:57:16.031 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-10-22T16:57:16.938Z[ recovery-image] Oct 22 16:57:16.047 INFO O| Oct 22 16:57:16.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
49752024-10-22T16:57:16.938Z[ recovery-image] Oct 22 16:57:16.047 INFO O| Oct 22 16:57:16.047 INFO STEP 271 (remove_files) COMPLETE
49762024-10-22T16:57:16.938Z[ recovery-image] Oct 22 16:57:16.047 INFO O| Oct 22 16:57:16.047 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-10-22T16:57:16.954Z[ recovery-image] Oct 22 16:57:16.063 INFO O| Oct 22 16:57:16.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
49782024-10-22T16:57:16.962Z[ recovery-image] Oct 22 16:57:16.072 INFO O| Oct 22 16:57:16.072 INFO STEP 272 (remove_files) COMPLETE
49792024-10-22T16:57:16.962Z[ recovery-image] Oct 22 16:57:16.072 INFO O| Oct 22 16:57:16.072 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-10-22T16:57:17.006Z[ recovery-image] Oct 22 16:57:16.115 INFO O| Oct 22 16:57:16.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
49812024-10-22T16:57:17.006Z[ recovery-image] Oct 22 16:57:16.115 INFO O| Oct 22 16:57:16.115 INFO STEP 273 (remove_files) COMPLETE
49822024-10-22T16:57:17.008Z[ recovery-image] Oct 22 16:57:16.115 INFO O| Oct 22 16:57:16.115 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-10-22T16:57:17.051Z[ recovery-image] Oct 22 16:57:16.160 INFO O| Oct 22 16:57:16.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
49842024-10-22T16:57:17.051Z[ recovery-image] Oct 22 16:57:16.160 INFO O| Oct 22 16:57:16.160 INFO STEP 274 (remove_files) COMPLETE
49852024-10-22T16:57:17.051Z[ recovery-image] Oct 22 16:57:16.160 INFO O| Oct 22 16:57:16.160 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-10-22T16:57:17.069Z[ recovery-image] Oct 22 16:57:16.178 INFO O| Oct 22 16:57:16.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
49872024-10-22T16:57:17.069Z[ recovery-image] Oct 22 16:57:16.178 INFO O| Oct 22 16:57:16.178 INFO STEP 275 (remove_files) COMPLETE
49882024-10-22T16:57:17.071Z[ recovery-image] Oct 22 16:57:16.178 INFO O| Oct 22 16:57:16.178 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-10-22T16:57:17.084Z[ recovery-image] Oct 22 16:57:16.194 INFO O| Oct 22 16:57:16.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
49902024-10-22T16:57:17.087Z[ recovery-image] Oct 22 16:57:16.194 INFO O| Oct 22 16:57:16.194 INFO STEP 276 (remove_files) COMPLETE
49912024-10-22T16:57:17.087Z[ recovery-image] Oct 22 16:57:16.194 INFO O| Oct 22 16:57:16.194 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-10-22T16:57:17.099Z[ recovery-image] Oct 22 16:57:16.209 INFO O| Oct 22 16:57:16.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
49932024-10-22T16:57:17.099Z[ recovery-image] Oct 22 16:57:16.209 INFO O| Oct 22 16:57:16.209 INFO STEP 277 (remove_files) COMPLETE
49942024-10-22T16:57:17.102Z[ recovery-image] Oct 22 16:57:16.209 INFO O| Oct 22 16:57:16.209 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-10-22T16:57:17.115Z[ recovery-image] Oct 22 16:57:16.225 INFO O| Oct 22 16:57:16.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
49962024-10-22T16:57:17.115Z[ recovery-image] Oct 22 16:57:16.225 INFO O| Oct 22 16:57:16.225 INFO STEP 278 (remove_files) COMPLETE
49972024-10-22T16:57:17.116Z[ recovery-image] Oct 22 16:57:16.225 INFO O| Oct 22 16:57:16.225 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-10-22T16:57:17.131Z[ recovery-image] Oct 22 16:57:16.240 INFO O| Oct 22 16:57:16.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
49992024-10-22T16:57:17.131Z[ recovery-image] Oct 22 16:57:16.240 INFO O| Oct 22 16:57:16.240 INFO STEP 279 (remove_files) COMPLETE
50002024-10-22T16:57:17.131Z[ recovery-image] Oct 22 16:57:16.240 INFO O| Oct 22 16:57:16.240 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-10-22T16:57:17.146Z[ recovery-image] Oct 22 16:57:16.255 INFO O| Oct 22 16:57:16.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
50022024-10-22T16:57:17.146Z[ recovery-image] Oct 22 16:57:16.256 INFO O| Oct 22 16:57:16.256 INFO STEP 280 (remove_files) COMPLETE
50032024-10-22T16:57:17.149Z[ recovery-image] Oct 22 16:57:16.256 INFO O| Oct 22 16:57:16.256 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-10-22T16:57:17.162Z[ recovery-image] Oct 22 16:57:16.271 INFO O| Oct 22 16:57:16.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
50052024-10-22T16:57:17.162Z[ recovery-image] Oct 22 16:57:16.271 INFO O| Oct 22 16:57:16.271 INFO STEP 281 (remove_files) COMPLETE
50062024-10-22T16:57:17.162Z[ recovery-image] Oct 22 16:57:16.271 INFO O| Oct 22 16:57:16.271 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-10-22T16:57:17.176Z[ recovery-image] Oct 22 16:57:16.286 INFO O| Oct 22 16:57:16.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
50082024-10-22T16:57:17.176Z[ recovery-image] Oct 22 16:57:16.286 INFO O| Oct 22 16:57:16.286 INFO STEP 282 (remove_files) COMPLETE
50092024-10-22T16:57:17.179Z[ recovery-image] Oct 22 16:57:16.286 INFO O| Oct 22 16:57:16.286 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-10-22T16:57:17.193Z[ recovery-image] Oct 22 16:57:16.302 INFO O| Oct 22 16:57:16.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
50112024-10-22T16:57:17.193Z[ recovery-image] Oct 22 16:57:16.302 INFO O| Oct 22 16:57:16.302 INFO STEP 283 (remove_files) COMPLETE
50122024-10-22T16:57:17.193Z[ recovery-image] Oct 22 16:57:16.302 INFO O| Oct 22 16:57:16.302 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-10-22T16:57:17.209Z[ recovery-image] Oct 22 16:57:16.318 INFO O| Oct 22 16:57:16.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
50142024-10-22T16:57:17.211Z[ recovery-image] Oct 22 16:57:16.319 INFO O| Oct 22 16:57:16.319 INFO STEP 284 (remove_files) COMPLETE
50152024-10-22T16:57:17.212Z[ recovery-image] Oct 22 16:57:16.319 INFO O| Oct 22 16:57:16.319 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-10-22T16:57:17.227Z[ recovery-image] Oct 22 16:57:16.335 INFO O| Oct 22 16:57:16.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
50172024-10-22T16:57:17.227Z[ recovery-image] Oct 22 16:57:16.335 INFO O| Oct 22 16:57:16.335 INFO STEP 285 (remove_files) COMPLETE
50182024-10-22T16:57:17.227Z[ recovery-image] Oct 22 16:57:16.336 INFO O| Oct 22 16:57:16.335 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-10-22T16:57:17.242Z[ recovery-image] Oct 22 16:57:16.351 INFO O| Oct 22 16:57:16.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
50202024-10-22T16:57:17.242Z[ recovery-image] Oct 22 16:57:16.351 INFO O| Oct 22 16:57:16.351 INFO STEP 286 (remove_files) COMPLETE
50212024-10-22T16:57:17.245Z[ recovery-image] Oct 22 16:57:16.351 INFO O| Oct 22 16:57:16.351 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-10-22T16:57:17.257Z[ recovery-image] Oct 22 16:57:16.367 INFO O| Oct 22 16:57:16.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
50232024-10-22T16:57:17.287Z[ recovery-image] Oct 22 16:57:16.396 INFO O| Oct 22 16:57:16.396 INFO STEP 287 (remove_files) COMPLETE
50242024-10-22T16:57:17.287Z[ recovery-image] Oct 22 16:57:16.396 INFO O| Oct 22 16:57:16.396 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-10-22T16:57:17.314Z[ recovery-image] Oct 22 16:57:16.423 INFO O| Oct 22 16:57:16.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
50262024-10-22T16:57:17.314Z[ recovery-image] Oct 22 16:57:16.423 INFO O| Oct 22 16:57:16.423 INFO STEP 288 (remove_files) COMPLETE
50272024-10-22T16:57:17.316Z[ recovery-image] Oct 22 16:57:16.424 INFO O| Oct 22 16:57:16.423 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-10-22T16:57:17.331Z[ recovery-image] Oct 22 16:57:16.440 INFO O| Oct 22 16:57:16.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
50292024-10-22T16:57:17.334Z[ recovery-image] Oct 22 16:57:16.441 INFO O| Oct 22 16:57:16.441 INFO STEP 289 (remove_files) COMPLETE
50302024-10-22T16:57:17.334Z[ recovery-image] Oct 22 16:57:16.441 INFO O| Oct 22 16:57:16.441 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-10-22T16:57:17.349Z[ recovery-image] Oct 22 16:57:16.458 INFO O| Oct 22 16:57:16.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
50322024-10-22T16:57:17.349Z[ recovery-image] Oct 22 16:57:16.459 INFO O| Oct 22 16:57:16.459 INFO STEP 290 (remove_files) COMPLETE
50332024-10-22T16:57:17.349Z[ recovery-image] Oct 22 16:57:16.459 INFO O| Oct 22 16:57:16.459 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-10-22T16:57:17.366Z[ recovery-image] Oct 22 16:57:16.476 INFO O| Oct 22 16:57:16.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
50352024-10-22T16:57:17.366Z[ recovery-image] Oct 22 16:57:16.476 INFO O| Oct 22 16:57:16.476 INFO STEP 291 (remove_files) COMPLETE
50362024-10-22T16:57:17.366Z[ recovery-image] Oct 22 16:57:16.476 INFO O| Oct 22 16:57:16.476 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-10-22T16:57:17.384Z[ recovery-image] Oct 22 16:57:16.493 INFO O| Oct 22 16:57:16.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
50382024-10-22T16:57:17.384Z[ recovery-image] Oct 22 16:57:16.493 INFO O| Oct 22 16:57:16.493 INFO STEP 292 (remove_files) COMPLETE
50392024-10-22T16:57:17.384Z[ recovery-image] Oct 22 16:57:16.493 INFO O| Oct 22 16:57:16.493 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-10-22T16:57:17.401Z[ recovery-image] Oct 22 16:57:16.510 INFO O| Oct 22 16:57:16.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
50412024-10-22T16:57:17.401Z[ recovery-image] Oct 22 16:57:16.510 INFO O| Oct 22 16:57:16.510 INFO STEP 293 (remove_files) COMPLETE
50422024-10-22T16:57:17.403Z[ recovery-image] Oct 22 16:57:16.510 INFO O| Oct 22 16:57:16.510 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-10-22T16:57:17.403Z[ host-image] Oct 22 16:57:16.512 INFO O| Oct 22 16:57:16.512 INFO O| Actions: Completed 1361 actions in 0.67 seconds.
50442024-10-22T16:57:17.418Z[ recovery-image] Oct 22 16:57:16.527 INFO O| Oct 22 16:57:16.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
50452024-10-22T16:57:17.418Z[ recovery-image] Oct 22 16:57:16.527 INFO O| Oct 22 16:57:16.527 INFO STEP 294 (remove_files) COMPLETE
50462024-10-22T16:57:17.418Z[ recovery-image] Oct 22 16:57:16.527 INFO O| Oct 22 16:57:16.527 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-10-22T16:57:17.434Z[ recovery-image] Oct 22 16:57:16.544 INFO O| Oct 22 16:57:16.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
50482024-10-22T16:57:17.437Z[ recovery-image] Oct 22 16:57:16.544 INFO O| Oct 22 16:57:16.544 INFO STEP 295 (remove_files) COMPLETE
50492024-10-22T16:57:17.437Z[ recovery-image] Oct 22 16:57:16.544 INFO O| Oct 22 16:57:16.544 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-10-22T16:57:17.452Z[ recovery-image] Oct 22 16:57:16.562 INFO O| Oct 22 16:57:16.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
50512024-10-22T16:57:17.452Z[ recovery-image] Oct 22 16:57:16.562 INFO O| Oct 22 16:57:16.562 INFO STEP 296 (remove_files) COMPLETE
50522024-10-22T16:57:17.452Z[ recovery-image] Oct 22 16:57:16.562 INFO O| Oct 22 16:57:16.562 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-10-22T16:57:17.468Z[ recovery-image] Oct 22 16:57:16.577 INFO O| Oct 22 16:57:16.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
50542024-10-22T16:57:17.468Z[ recovery-image] Oct 22 16:57:16.577 INFO O| Oct 22 16:57:16.577 INFO STEP 297 (remove_files) COMPLETE
50552024-10-22T16:57:17.470Z[ recovery-image] Oct 22 16:57:16.577 INFO O| Oct 22 16:57:16.577 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-10-22T16:57:17.483Z[ recovery-image] Oct 22 16:57:16.592 INFO O| Oct 22 16:57:16.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
50572024-10-22T16:57:17.486Z[ recovery-image] Oct 22 16:57:16.592 INFO O| Oct 22 16:57:16.592 INFO STEP 298 (remove_files) COMPLETE
50582024-10-22T16:57:17.486Z[ recovery-image] Oct 22 16:57:16.593 INFO O| Oct 22 16:57:16.592 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-10-22T16:57:17.498Z[ recovery-image] Oct 22 16:57:16.608 INFO O| Oct 22 16:57:16.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
50602024-10-22T16:57:17.498Z[ recovery-image] Oct 22 16:57:16.608 INFO O| Oct 22 16:57:16.608 INFO STEP 299 (remove_files) COMPLETE
50612024-10-22T16:57:17.498Z[ recovery-image] Oct 22 16:57:16.608 INFO O| Oct 22 16:57:16.608 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-10-22T16:57:17.514Z[ recovery-image] Oct 22 16:57:16.623 INFO O| Oct 22 16:57:16.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
50632024-10-22T16:57:17.514Z[ recovery-image] Oct 22 16:57:16.623 INFO O| Oct 22 16:57:16.623 INFO STEP 300 (remove_files) COMPLETE
50642024-10-22T16:57:17.516Z[ recovery-image] Oct 22 16:57:16.623 INFO O| Oct 22 16:57:16.623 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-10-22T16:57:17.529Z[ recovery-image] Oct 22 16:57:16.639 INFO O| Oct 22 16:57:16.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
50662024-10-22T16:57:17.529Z[ recovery-image] Oct 22 16:57:16.639 INFO O| Oct 22 16:57:16.639 INFO STEP 301 (remove_files) COMPLETE
50672024-10-22T16:57:17.532Z[ recovery-image] Oct 22 16:57:16.639 INFO O| Oct 22 16:57:16.639 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-10-22T16:57:17.545Z[ recovery-image] Oct 22 16:57:16.654 INFO O| Oct 22 16:57:16.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
50692024-10-22T16:57:17.548Z[ recovery-image] Oct 22 16:57:16.655 INFO O| Oct 22 16:57:16.655 INFO STEP 302 (remove_files) COMPLETE
50702024-10-22T16:57:17.548Z[ recovery-image] Oct 22 16:57:16.655 INFO O| Oct 22 16:57:16.655 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-10-22T16:57:17.562Z[ recovery-image] Oct 22 16:57:16.671 INFO O| Oct 22 16:57:16.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
50722024-10-22T16:57:17.564Z[ recovery-image] Oct 22 16:57:16.671 INFO O| Oct 22 16:57:16.671 INFO STEP 303 (remove_files) COMPLETE
50732024-10-22T16:57:17.564Z[ recovery-image] Oct 22 16:57:16.672 INFO O| Oct 22 16:57:16.671 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-10-22T16:57:17.580Z[ recovery-image] Oct 22 16:57:16.689 INFO O| Oct 22 16:57:16.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
50752024-10-22T16:57:17.582Z[ recovery-image] Oct 22 16:57:16.689 INFO O| Oct 22 16:57:16.689 INFO STEP 304 (remove_files) COMPLETE
50762024-10-22T16:57:17.582Z[ recovery-image] Oct 22 16:57:16.689 INFO O| Oct 22 16:57:16.689 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-10-22T16:57:17.597Z[ recovery-image] Oct 22 16:57:16.707 INFO O| Oct 22 16:57:16.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
50782024-10-22T16:57:17.600Z[ recovery-image] Oct 22 16:57:16.707 INFO O| Oct 22 16:57:16.707 INFO STEP 305 (remove_files) COMPLETE
50792024-10-22T16:57:17.600Z[ recovery-image] Oct 22 16:57:16.707 INFO O| Oct 22 16:57:16.707 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-10-22T16:57:17.614Z[ recovery-image] Oct 22 16:57:16.723 INFO O| Oct 22 16:57:16.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
50812024-10-22T16:57:17.617Z[ recovery-image] Oct 22 16:57:16.724 INFO O| Oct 22 16:57:16.724 INFO STEP 306 (remove_files) COMPLETE
50822024-10-22T16:57:17.617Z[ recovery-image] Oct 22 16:57:16.724 INFO O| Oct 22 16:57:16.724 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-10-22T16:57:17.631Z[ recovery-image] Oct 22 16:57:16.741 INFO O| Oct 22 16:57:16.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
50842024-10-22T16:57:17.634Z[ recovery-image] Oct 22 16:57:16.741 INFO O| Oct 22 16:57:16.741 INFO STEP 307 (remove_files) COMPLETE
50852024-10-22T16:57:17.634Z[ recovery-image] Oct 22 16:57:16.741 INFO O| Oct 22 16:57:16.741 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-10-22T16:57:17.652Z[ recovery-image] Oct 22 16:57:16.761 INFO O| Oct 22 16:57:16.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
50872024-10-22T16:57:17.654Z[ recovery-image] Oct 22 16:57:16.761 INFO O| Oct 22 16:57:16.761 INFO STEP 308 (remove_files) COMPLETE
50882024-10-22T16:57:17.654Z[ recovery-image] Oct 22 16:57:16.761 INFO O| Oct 22 16:57:16.761 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-10-22T16:57:17.674Z[ recovery-image] Oct 22 16:57:16.783 INFO O| Oct 22 16:57:16.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
50902024-10-22T16:57:17.676Z[ recovery-image] Oct 22 16:57:16.784 INFO O| Oct 22 16:57:16.784 INFO STEP 309 (remove_files) COMPLETE
50912024-10-22T16:57:17.676Z[ recovery-image] Oct 22 16:57:16.784 INFO O| Oct 22 16:57:16.784 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-10-22T16:57:17.696Z[ recovery-image] Oct 22 16:57:16.805 INFO O| Oct 22 16:57:16.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
50932024-10-22T16:57:17.698Z[ recovery-image] Oct 22 16:57:16.805 INFO O| Oct 22 16:57:16.805 INFO STEP 310 (remove_files) COMPLETE
50942024-10-22T16:57:17.698Z[ recovery-image] Oct 22 16:57:16.805 INFO O| Oct 22 16:57:16.805 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-10-22T16:57:17.717Z[ recovery-image] Oct 22 16:57:16.826 INFO O| Oct 22 16:57:16.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
50962024-10-22T16:57:17.719Z[ recovery-image] Oct 22 16:57:16.827 INFO O| Oct 22 16:57:16.827 INFO STEP 311 (remove_files) COMPLETE
50972024-10-22T16:57:17.719Z[ recovery-image] Oct 22 16:57:16.827 INFO O| Oct 22 16:57:16.827 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-10-22T16:57:17.740Z[ recovery-image] Oct 22 16:57:16.849 INFO O| Oct 22 16:57:16.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
50992024-10-22T16:57:17.742Z[ recovery-image] Oct 22 16:57:16.849 INFO O| Oct 22 16:57:16.849 INFO STEP 312 (remove_files) COMPLETE
51002024-10-22T16:57:17.742Z[ recovery-image] Oct 22 16:57:16.849 INFO O| Oct 22 16:57:16.849 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-10-22T16:57:17.760Z[ recovery-image] Oct 22 16:57:16.869 INFO O| Oct 22 16:57:16.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
51022024-10-22T16:57:17.763Z[ recovery-image] Oct 22 16:57:16.870 INFO O| Oct 22 16:57:16.870 INFO STEP 313 (remove_files) COMPLETE
51032024-10-22T16:57:17.763Z[ recovery-image] Oct 22 16:57:16.870 INFO O| Oct 22 16:57:16.870 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-10-22T16:57:17.779Z[ recovery-image] Oct 22 16:57:16.888 INFO O| Oct 22 16:57:16.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
51052024-10-22T16:57:17.781Z[ recovery-image] Oct 22 16:57:16.888 INFO O| Oct 22 16:57:16.888 INFO STEP 314 (remove_files) COMPLETE
51062024-10-22T16:57:17.781Z[ recovery-image] Oct 22 16:57:16.888 INFO O| Oct 22 16:57:16.888 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-10-22T16:57:17.796Z[ recovery-image] Oct 22 16:57:16.905 INFO O| Oct 22 16:57:16.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
51082024-10-22T16:57:17.799Z[ recovery-image] Oct 22 16:57:16.906 INFO O| Oct 22 16:57:16.906 INFO STEP 315 (remove_files) COMPLETE
51092024-10-22T16:57:17.799Z[ recovery-image] Oct 22 16:57:16.906 INFO O| Oct 22 16:57:16.906 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-10-22T16:57:17.813Z[ recovery-image] Oct 22 16:57:16.922 INFO O| Oct 22 16:57:16.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
51112024-10-22T16:57:17.816Z[ recovery-image] Oct 22 16:57:16.922 INFO O| Oct 22 16:57:16.922 INFO STEP 316 (remove_files) COMPLETE
51122024-10-22T16:57:17.816Z[ recovery-image] Oct 22 16:57:16.923 INFO O| Oct 22 16:57:16.923 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-10-22T16:57:17.830Z[ recovery-image] Oct 22 16:57:16.939 INFO O| Oct 22 16:57:16.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
51142024-10-22T16:57:17.832Z[ recovery-image] Oct 22 16:57:16.939 INFO O| Oct 22 16:57:16.939 INFO STEP 317 (remove_files) COMPLETE
51152024-10-22T16:57:17.832Z[ recovery-image] Oct 22 16:57:16.939 INFO O| Oct 22 16:57:16.939 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-10-22T16:57:17.846Z[ recovery-image] Oct 22 16:57:16.956 INFO O| Oct 22 16:57:16.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
51172024-10-22T16:57:17.849Z[ recovery-image] Oct 22 16:57:16.956 INFO O| Oct 22 16:57:16.956 INFO STEP 318 (remove_files) COMPLETE
51182024-10-22T16:57:17.849Z[ recovery-image] Oct 22 16:57:16.956 INFO O| Oct 22 16:57:16.956 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-10-22T16:57:17.862Z[ host-image] Oct 22 16:57:16.971 INFO O| Oct 22 16:57:16.971 INFO O| Done
51202024-10-22T16:57:17.862Z[ host-image] Oct 22 16:57:16.971 INFO O| Oct 22 16:57:16.971 INFO O| Done
51212024-10-22T16:57:17.867Z[ recovery-image] Oct 22 16:57:16.972 INFO O| Oct 22 16:57:16.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
51222024-10-22T16:57:17.867Z[ recovery-image] Oct 22 16:57:16.973 INFO O| Oct 22 16:57:16.973 INFO STEP 319 (remove_files) COMPLETE
51232024-10-22T16:57:17.867Z[ recovery-image] Oct 22 16:57:16.973 INFO O| Oct 22 16:57:16.973 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-10-22T16:57:17.882Z[ recovery-image] Oct 22 16:57:16.990 INFO O| Oct 22 16:57:16.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
51252024-10-22T16:57:17.883Z[ recovery-image] Oct 22 16:57:16.990 INFO O| Oct 22 16:57:16.990 INFO STEP 320 (remove_files) COMPLETE
51262024-10-22T16:57:17.883Z[ recovery-image] Oct 22 16:57:16.991 INFO O| Oct 22 16:57:16.991 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-10-22T16:57:17.900Z[ recovery-image] Oct 22 16:57:17.009 INFO O| Oct 22 16:57:17.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
51282024-10-22T16:57:17.902Z[ recovery-image] Oct 22 16:57:17.009 INFO O| Oct 22 16:57:17.009 INFO STEP 321 (remove_files) COMPLETE
51292024-10-22T16:57:17.902Z[ recovery-image] Oct 22 16:57:17.009 INFO O| Oct 22 16:57:17.009 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-10-22T16:57:17.918Z[ recovery-image] Oct 22 16:57:17.027 INFO O| Oct 22 16:57:17.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
51312024-10-22T16:57:17.920Z[ recovery-image] Oct 22 16:57:17.027 INFO O| Oct 22 16:57:17.027 INFO STEP 322 (remove_files) COMPLETE
51322024-10-22T16:57:17.920Z[ recovery-image] Oct 22 16:57:17.027 INFO O| Oct 22 16:57:17.027 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-10-22T16:57:17.935Z[ recovery-image] Oct 22 16:57:17.044 INFO O| Oct 22 16:57:17.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
51342024-10-22T16:57:17.938Z[ recovery-image] Oct 22 16:57:17.045 INFO O| Oct 22 16:57:17.045 INFO STEP 323 (remove_files) COMPLETE
51352024-10-22T16:57:17.938Z[ recovery-image] Oct 22 16:57:17.045 INFO O| Oct 22 16:57:17.045 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-10-22T16:57:17.952Z[ recovery-image] Oct 22 16:57:17.061 INFO O| Oct 22 16:57:17.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
51372024-10-22T16:57:17.955Z[ recovery-image] Oct 22 16:57:17.062 INFO O| Oct 22 16:57:17.062 INFO STEP 324 (remove_files) COMPLETE
51382024-10-22T16:57:17.955Z[ recovery-image] Oct 22 16:57:17.062 INFO O| Oct 22 16:57:17.062 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-10-22T16:57:17.969Z[ recovery-image] Oct 22 16:57:17.078 INFO O| Oct 22 16:57:17.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
51402024-10-22T16:57:17.972Z[ recovery-image] Oct 22 16:57:17.078 INFO O| Oct 22 16:57:17.078 INFO STEP 325 (remove_files) COMPLETE
51412024-10-22T16:57:17.972Z[ recovery-image] Oct 22 16:57:17.078 INFO O| Oct 22 16:57:17.078 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-10-22T16:57:17.986Z[ recovery-image] Oct 22 16:57:17.095 INFO O| Oct 22 16:57:17.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
51432024-10-22T16:57:17.988Z[ recovery-image] Oct 22 16:57:17.095 INFO O| Oct 22 16:57:17.095 INFO STEP 326 (remove_files) COMPLETE
51442024-10-22T16:57:17.988Z[ recovery-image] Oct 22 16:57:17.095 INFO O| Oct 22 16:57:17.095 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-10-22T16:57:18.003Z[ recovery-image] Oct 22 16:57:17.112 INFO O| Oct 22 16:57:17.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
51462024-10-22T16:57:18.003Z[ recovery-image] Oct 22 16:57:17.112 INFO O| Oct 22 16:57:17.112 INFO STEP 327 (remove_files) COMPLETE
51472024-10-22T16:57:18.005Z[ recovery-image] Oct 22 16:57:17.112 INFO O| Oct 22 16:57:17.112 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-10-22T16:57:18.018Z[ recovery-image] Oct 22 16:57:17.127 INFO O| Oct 22 16:57:17.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
51492024-10-22T16:57:18.018Z[ recovery-image] Oct 22 16:57:17.127 INFO O| Oct 22 16:57:17.127 INFO STEP 328 (remove_files) COMPLETE
51502024-10-22T16:57:18.018Z[ recovery-image] Oct 22 16:57:17.127 INFO O| Oct 22 16:57:17.127 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-10-22T16:57:18.029Z[ recovery-image] Oct 22 16:57:17.139 INFO O| Oct 22 16:57:17.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
51522024-10-22T16:57:18.032Z[ recovery-image] Oct 22 16:57:17.139 INFO O| Oct 22 16:57:17.139 INFO STEP 329 (remove_files) COMPLETE
51532024-10-22T16:57:18.032Z[ recovery-image] Oct 22 16:57:17.139 INFO O| Oct 22 16:57:17.139 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-10-22T16:57:18.040Z[ recovery-image] Oct 22 16:57:17.149 INFO O| Oct 22 16:57:17.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
51552024-10-22T16:57:18.042Z[ recovery-image] Oct 22 16:57:17.149 INFO O| Oct 22 16:57:17.149 INFO STEP 330 (remove_files) COMPLETE
51562024-10-22T16:57:18.042Z[ recovery-image] Oct 22 16:57:17.149 INFO O| Oct 22 16:57:17.149 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-10-22T16:57:18.052Z[ recovery-image] Oct 22 16:57:17.161 INFO O| Oct 22 16:57:17.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
51582024-10-22T16:57:18.052Z[ recovery-image] Oct 22 16:57:17.161 INFO O| Oct 22 16:57:17.161 INFO STEP 331 (remove_files) COMPLETE
51592024-10-22T16:57:18.055Z[ recovery-image] Oct 22 16:57:17.161 INFO O| Oct 22 16:57:17.161 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-10-22T16:57:18.062Z[ recovery-image] Oct 22 16:57:17.172 INFO O| Oct 22 16:57:17.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
51612024-10-22T16:57:18.063Z[ recovery-image] Oct 22 16:57:17.172 INFO O| Oct 22 16:57:17.172 INFO STEP 332 (remove_files) COMPLETE
51622024-10-22T16:57:18.065Z[ recovery-image] Oct 22 16:57:17.172 INFO O| Oct 22 16:57:17.172 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-10-22T16:57:18.077Z[ recovery-image] Oct 22 16:57:17.186 INFO O| Oct 22 16:57:17.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
51642024-10-22T16:57:18.077Z[ recovery-image] Oct 22 16:57:17.186 INFO O| Oct 22 16:57:17.186 INFO STEP 333 (remove_files) COMPLETE
51652024-10-22T16:57:18.079Z[ recovery-image] Oct 22 16:57:17.186 INFO O| Oct 22 16:57:17.186 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-10-22T16:57:18.091Z[ recovery-image] Oct 22 16:57:17.200 INFO O| Oct 22 16:57:17.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
51672024-10-22T16:57:18.091Z[ recovery-image] Oct 22 16:57:17.200 INFO O| Oct 22 16:57:17.200 INFO STEP 334 (remove_files) COMPLETE
51682024-10-22T16:57:18.093Z[ recovery-image] Oct 22 16:57:17.200 INFO O| Oct 22 16:57:17.200 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-10-22T16:57:18.105Z[ recovery-image] Oct 22 16:57:17.214 INFO O| Oct 22 16:57:17.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
51702024-10-22T16:57:18.105Z[ recovery-image] Oct 22 16:57:17.214 INFO O| Oct 22 16:57:17.214 INFO STEP 335 (remove_files) COMPLETE
51712024-10-22T16:57:18.107Z[ recovery-image] Oct 22 16:57:17.215 INFO O| Oct 22 16:57:17.215 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-10-22T16:57:18.119Z[ recovery-image] Oct 22 16:57:17.228 INFO O| Oct 22 16:57:17.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
51732024-10-22T16:57:18.119Z[ recovery-image] Oct 22 16:57:17.228 INFO O| Oct 22 16:57:17.228 INFO STEP 336 (remove_files) COMPLETE
51742024-10-22T16:57:18.121Z[ recovery-image] Oct 22 16:57:17.228 INFO O| Oct 22 16:57:17.228 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-10-22T16:57:18.134Z[ recovery-image] Oct 22 16:57:17.243 INFO O| Oct 22 16:57:17.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
51762024-10-22T16:57:18.134Z[ recovery-image] Oct 22 16:57:17.243 INFO O| Oct 22 16:57:17.243 INFO STEP 337 (remove_files) COMPLETE
51772024-10-22T16:57:18.134Z[ recovery-image] Oct 22 16:57:17.243 INFO O| Oct 22 16:57:17.243 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-10-22T16:57:18.145Z[ recovery-image] Oct 22 16:57:17.254 INFO O| Oct 22 16:57:17.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
51792024-10-22T16:57:18.145Z[ recovery-image] Oct 22 16:57:17.254 INFO O| Oct 22 16:57:17.254 INFO STEP 338 (remove_files) COMPLETE
51802024-10-22T16:57:18.145Z[ recovery-image] Oct 22 16:57:17.254 INFO O| Oct 22 16:57:17.254 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-10-22T16:57:18.160Z[ recovery-image] Oct 22 16:57:17.269 INFO O| Oct 22 16:57:17.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
51822024-10-22T16:57:18.160Z[ recovery-image] Oct 22 16:57:17.269 INFO O| Oct 22 16:57:17.269 INFO STEP 339 (remove_files) COMPLETE
51832024-10-22T16:57:18.162Z[ recovery-image] Oct 22 16:57:17.269 INFO O| Oct 22 16:57:17.269 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-10-22T16:57:18.176Z[ recovery-image] Oct 22 16:57:17.285 INFO O| Oct 22 16:57:17.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
51852024-10-22T16:57:18.176Z[ recovery-image] Oct 22 16:57:17.285 INFO O| Oct 22 16:57:17.285 INFO STEP 340 (remove_files) COMPLETE
51862024-10-22T16:57:18.176Z[ recovery-image] Oct 22 16:57:17.285 INFO O| Oct 22 16:57:17.285 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-10-22T16:57:18.190Z[ recovery-image] Oct 22 16:57:17.300 INFO O| Oct 22 16:57:17.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
51882024-10-22T16:57:18.190Z[ recovery-image] Oct 22 16:57:17.300 INFO O| Oct 22 16:57:17.300 INFO STEP 341 (remove_files) COMPLETE
51892024-10-22T16:57:18.193Z[ recovery-image] Oct 22 16:57:17.300 INFO O| Oct 22 16:57:17.300 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-10-22T16:57:18.205Z[ recovery-image] Oct 22 16:57:17.315 INFO O| Oct 22 16:57:17.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
51912024-10-22T16:57:18.208Z[ recovery-image] Oct 22 16:57:17.315 INFO O| Oct 22 16:57:17.315 INFO STEP 342 (remove_files) COMPLETE
51922024-10-22T16:57:18.208Z[ recovery-image] Oct 22 16:57:17.315 INFO O| Oct 22 16:57:17.315 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-10-22T16:57:18.221Z[ recovery-image] Oct 22 16:57:17.330 INFO O| Oct 22 16:57:17.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
51942024-10-22T16:57:18.221Z[ recovery-image] Oct 22 16:57:17.330 INFO O| Oct 22 16:57:17.330 INFO STEP 343 (remove_files) COMPLETE
51952024-10-22T16:57:18.223Z[ recovery-image] Oct 22 16:57:17.330 INFO O| Oct 22 16:57:17.330 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-10-22T16:57:18.232Z[ recovery-image] Oct 22 16:57:17.341 INFO O| Oct 22 16:57:17.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
51972024-10-22T16:57:18.232Z[ recovery-image] Oct 22 16:57:17.341 INFO O| Oct 22 16:57:17.341 INFO STEP 344 (remove_files) COMPLETE
51982024-10-22T16:57:18.235Z[ recovery-image] Oct 22 16:57:17.341 INFO O| Oct 22 16:57:17.341 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-10-22T16:57:18.246Z[ recovery-image] Oct 22 16:57:17.355 INFO O| Oct 22 16:57:17.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
52002024-10-22T16:57:18.246Z[ recovery-image] Oct 22 16:57:17.355 INFO O| Oct 22 16:57:17.355 INFO STEP 345 (remove_files) COMPLETE
52012024-10-22T16:57:18.248Z[ recovery-image] Oct 22 16:57:17.355 INFO O| Oct 22 16:57:17.355 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-10-22T16:57:18.261Z[ recovery-image] Oct 22 16:57:17.370 INFO O| Oct 22 16:57:17.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
52032024-10-22T16:57:18.263Z[ recovery-image] Oct 22 16:57:17.371 INFO O| Oct 22 16:57:17.370 INFO STEP 346 (remove_files) COMPLETE
52042024-10-22T16:57:18.263Z[ recovery-image] Oct 22 16:57:17.371 INFO O| Oct 22 16:57:17.371 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-10-22T16:57:18.276Z[ recovery-image] Oct 22 16:57:17.385 INFO O| Oct 22 16:57:17.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
52062024-10-22T16:57:18.276Z[ recovery-image] Oct 22 16:57:17.385 INFO O| Oct 22 16:57:17.385 INFO STEP 347 (remove_files) COMPLETE
52072024-10-22T16:57:18.276Z[ recovery-image] Oct 22 16:57:17.385 INFO O| Oct 22 16:57:17.385 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-10-22T16:57:18.287Z[ recovery-image] Oct 22 16:57:17.396 INFO O| Oct 22 16:57:17.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
52092024-10-22T16:57:18.287Z[ recovery-image] Oct 22 16:57:17.396 INFO O| Oct 22 16:57:17.396 INFO STEP 348 (remove_files) COMPLETE
52102024-10-22T16:57:18.289Z[ recovery-image] Oct 22 16:57:17.396 INFO O| Oct 22 16:57:17.396 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-10-22T16:57:18.301Z[ recovery-image] Oct 22 16:57:17.410 INFO O| Oct 22 16:57:17.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
52122024-10-22T16:57:18.301Z[ recovery-image] Oct 22 16:57:17.410 INFO O| Oct 22 16:57:17.410 INFO STEP 349 (remove_files) COMPLETE
52132024-10-22T16:57:18.303Z[ recovery-image] Oct 22 16:57:17.410 INFO O| Oct 22 16:57:17.410 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-10-22T16:57:18.314Z[ recovery-image] Oct 22 16:57:17.423 INFO O| Oct 22 16:57:17.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
52152024-10-22T16:57:18.314Z[ recovery-image] Oct 22 16:57:17.423 INFO O| Oct 22 16:57:17.423 INFO STEP 350 (remove_files) COMPLETE
52162024-10-22T16:57:18.317Z[ recovery-image] Oct 22 16:57:17.423 INFO O| Oct 22 16:57:17.423 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-10-22T16:57:18.327Z[ recovery-image] Oct 22 16:57:17.436 INFO O| Oct 22 16:57:17.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
52182024-10-22T16:57:18.327Z[ recovery-image] Oct 22 16:57:17.436 INFO O| Oct 22 16:57:17.436 INFO STEP 351 (remove_files) COMPLETE
52192024-10-22T16:57:18.327Z[ recovery-image] Oct 22 16:57:17.436 INFO O| Oct 22 16:57:17.436 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-10-22T16:57:18.342Z[ recovery-image] Oct 22 16:57:17.451 INFO O| Oct 22 16:57:17.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
52212024-10-22T16:57:18.342Z[ recovery-image] Oct 22 16:57:17.451 INFO O| Oct 22 16:57:17.451 INFO STEP 352 (remove_files) COMPLETE
52222024-10-22T16:57:18.342Z[ recovery-image] Oct 22 16:57:17.451 INFO O| Oct 22 16:57:17.451 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-10-22T16:57:18.357Z[ recovery-image] Oct 22 16:57:17.467 INFO O| Oct 22 16:57:17.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
52242024-10-22T16:57:18.357Z[ recovery-image] Oct 22 16:57:17.467 INFO O| Oct 22 16:57:17.467 INFO STEP 353 (remove_files) COMPLETE
52252024-10-22T16:57:18.360Z[ recovery-image] Oct 22 16:57:17.467 INFO O| Oct 22 16:57:17.467 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-10-22T16:57:18.372Z[ recovery-image] Oct 22 16:57:17.482 INFO O| Oct 22 16:57:17.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
52272024-10-22T16:57:18.372Z[ recovery-image] Oct 22 16:57:17.482 INFO O| Oct 22 16:57:17.482 INFO STEP 354 (remove_files) COMPLETE
52282024-10-22T16:57:18.375Z[ recovery-image] Oct 22 16:57:17.482 INFO O| Oct 22 16:57:17.482 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-10-22T16:57:18.387Z[ recovery-image] Oct 22 16:57:17.496 INFO O| Oct 22 16:57:17.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
52302024-10-22T16:57:18.387Z[ recovery-image] Oct 22 16:57:17.496 INFO O| Oct 22 16:57:17.496 INFO STEP 355 (remove_files) COMPLETE
52312024-10-22T16:57:18.390Z[ recovery-image] Oct 22 16:57:17.496 INFO O| Oct 22 16:57:17.496 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-10-22T16:57:18.402Z[ recovery-image] Oct 22 16:57:17.511 INFO O| Oct 22 16:57:17.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
52332024-10-22T16:57:18.402Z[ recovery-image] Oct 22 16:57:17.511 INFO O| Oct 22 16:57:17.511 INFO STEP 356 (remove_files) COMPLETE
52342024-10-22T16:57:18.402Z[ recovery-image] Oct 22 16:57:17.511 INFO O| Oct 22 16:57:17.511 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-10-22T16:57:18.417Z[ recovery-image] Oct 22 16:57:17.526 INFO O| Oct 22 16:57:17.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
52362024-10-22T16:57:18.417Z[ recovery-image] Oct 22 16:57:17.526 INFO O| Oct 22 16:57:17.526 INFO STEP 357 (remove_files) COMPLETE
52372024-10-22T16:57:18.419Z[ recovery-image] Oct 22 16:57:17.526 INFO O| Oct 22 16:57:17.526 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-10-22T16:57:18.431Z[ recovery-image] Oct 22 16:57:17.540 INFO O| Oct 22 16:57:17.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
52392024-10-22T16:57:18.433Z[ recovery-image] Oct 22 16:57:17.540 INFO O| Oct 22 16:57:17.540 INFO STEP 358 (remove_files) COMPLETE
52402024-10-22T16:57:18.433Z[ recovery-image] Oct 22 16:57:17.540 INFO O| Oct 22 16:57:17.540 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-10-22T16:57:18.445Z[ recovery-image] Oct 22 16:57:17.554 INFO O| Oct 22 16:57:17.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
52422024-10-22T16:57:18.445Z[ recovery-image] Oct 22 16:57:17.554 INFO O| Oct 22 16:57:17.554 INFO STEP 359 (remove_files) COMPLETE
52432024-10-22T16:57:18.445Z[ recovery-image] Oct 22 16:57:17.554 INFO O| Oct 22 16:57:17.554 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-10-22T16:57:18.460Z[ recovery-image] Oct 22 16:57:17.569 INFO O| Oct 22 16:57:17.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
52452024-10-22T16:57:18.460Z[ recovery-image] Oct 22 16:57:17.569 INFO O| Oct 22 16:57:17.569 INFO STEP 360 (remove_files) COMPLETE
52462024-10-22T16:57:18.460Z[ recovery-image] Oct 22 16:57:17.569 INFO O| Oct 22 16:57:17.569 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-10-22T16:57:18.474Z[ recovery-image] Oct 22 16:57:17.582 INFO O| Oct 22 16:57:17.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
52482024-10-22T16:57:18.476Z[ recovery-image] Oct 22 16:57:17.582 INFO O| Oct 22 16:57:17.582 INFO STEP 361 (remove_files) COMPLETE
52492024-10-22T16:57:18.477Z[ recovery-image] Oct 22 16:57:17.582 INFO O| Oct 22 16:57:17.582 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-10-22T16:57:18.488Z[ recovery-image] Oct 22 16:57:17.597 INFO O| Oct 22 16:57:17.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
52512024-10-22T16:57:18.488Z[ recovery-image] Oct 22 16:57:17.597 INFO O| Oct 22 16:57:17.597 INFO STEP 362 (remove_files) COMPLETE
52522024-10-22T16:57:18.491Z[ recovery-image] Oct 22 16:57:17.598 INFO O| Oct 22 16:57:17.597 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-10-22T16:57:18.503Z[ recovery-image] Oct 22 16:57:17.612 INFO O| Oct 22 16:57:17.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
52542024-10-22T16:57:18.503Z[ recovery-image] Oct 22 16:57:17.612 INFO O| Oct 22 16:57:17.612 INFO STEP 363 (remove_files) COMPLETE
52552024-10-22T16:57:18.503Z[ recovery-image] Oct 22 16:57:17.612 INFO O| Oct 22 16:57:17.612 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-10-22T16:57:18.517Z[ recovery-image] Oct 22 16:57:17.626 INFO O| Oct 22 16:57:17.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
52572024-10-22T16:57:18.517Z[ recovery-image] Oct 22 16:57:17.626 INFO O| Oct 22 16:57:17.626 INFO STEP 364 (remove_files) COMPLETE
52582024-10-22T16:57:18.519Z[ recovery-image] Oct 22 16:57:17.626 INFO O| Oct 22 16:57:17.626 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-10-22T16:57:18.529Z[ host-image] Oct 22 16:57:17.638 INFO O| Oct 22 16:57:17.638 INFO O| Done
52602024-10-22T16:57:18.532Z[ recovery-image] Oct 22 16:57:17.641 INFO O| Oct 22 16:57:17.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
52612024-10-22T16:57:18.532Z[ recovery-image] Oct 22 16:57:17.641 INFO O| Oct 22 16:57:17.641 INFO STEP 365 (remove_files) COMPLETE
52622024-10-22T16:57:18.534Z[ recovery-image] Oct 22 16:57:17.641 INFO O| Oct 22 16:57:17.641 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-10-22T16:57:18.546Z[ recovery-image] Oct 22 16:57:17.655 INFO O| Oct 22 16:57:17.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
52642024-10-22T16:57:18.546Z[ recovery-image] Oct 22 16:57:17.655 INFO O| Oct 22 16:57:17.655 INFO STEP 366 (remove_files) COMPLETE
52652024-10-22T16:57:18.549Z[ recovery-image] Oct 22 16:57:17.655 INFO O| Oct 22 16:57:17.655 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-10-22T16:57:18.561Z[ recovery-image] Oct 22 16:57:17.670 INFO O| Oct 22 16:57:17.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
52672024-10-22T16:57:18.561Z[ recovery-image] Oct 22 16:57:17.670 INFO O| Oct 22 16:57:17.670 INFO STEP 367 (remove_files) COMPLETE
52682024-10-22T16:57:18.564Z[ recovery-image] Oct 22 16:57:17.670 INFO O| Oct 22 16:57:17.670 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-10-22T16:57:18.572Z[ recovery-image] Oct 22 16:57:17.681 INFO O| Oct 22 16:57:17.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
52702024-10-22T16:57:18.572Z[ recovery-image] Oct 22 16:57:17.681 INFO O| Oct 22 16:57:17.681 INFO STEP 368 (remove_files) COMPLETE
52712024-10-22T16:57:18.572Z[ recovery-image] Oct 22 16:57:17.681 INFO O| Oct 22 16:57:17.681 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-10-22T16:57:18.585Z[ recovery-image] Oct 22 16:57:17.694 INFO O| Oct 22 16:57:17.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
52732024-10-22T16:57:18.585Z[ recovery-image] Oct 22 16:57:17.694 INFO O| Oct 22 16:57:17.694 INFO STEP 369 (remove_files) COMPLETE
52742024-10-22T16:57:18.585Z[ recovery-image] Oct 22 16:57:17.694 INFO O| Oct 22 16:57:17.694 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-10-22T16:57:18.597Z[ recovery-image] Oct 22 16:57:17.706 INFO O| Oct 22 16:57:17.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
52762024-10-22T16:57:18.597Z[ recovery-image] Oct 22 16:57:17.706 INFO O| Oct 22 16:57:17.706 INFO STEP 370 (remove_files) COMPLETE
52772024-10-22T16:57:18.597Z[ recovery-image] Oct 22 16:57:17.706 INFO O| Oct 22 16:57:17.706 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-10-22T16:57:18.608Z[ recovery-image] Oct 22 16:57:17.717 INFO O| Oct 22 16:57:17.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
52792024-10-22T16:57:18.608Z[ recovery-image] Oct 22 16:57:17.717 INFO O| Oct 22 16:57:17.717 INFO STEP 371 (remove_files) COMPLETE
52802024-10-22T16:57:18.611Z[ recovery-image] Oct 22 16:57:17.718 INFO O| Oct 22 16:57:17.717 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-10-22T16:57:18.623Z[ recovery-image] Oct 22 16:57:17.732 INFO O| Oct 22 16:57:17.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
52822024-10-22T16:57:18.623Z[ recovery-image] Oct 22 16:57:17.733 INFO O| Oct 22 16:57:17.733 INFO STEP 372 (remove_files) COMPLETE
52832024-10-22T16:57:18.626Z[ recovery-image] Oct 22 16:57:17.733 INFO O| Oct 22 16:57:17.733 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-10-22T16:57:18.638Z[ recovery-image] Oct 22 16:57:17.747 INFO O| Oct 22 16:57:17.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
52852024-10-22T16:57:18.638Z[ recovery-image] Oct 22 16:57:17.747 INFO O| Oct 22 16:57:17.747 INFO STEP 373 (remove_files) COMPLETE
52862024-10-22T16:57:18.638Z[ recovery-image] Oct 22 16:57:17.748 INFO O| Oct 22 16:57:17.747 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-10-22T16:57:18.651Z[ recovery-image] Oct 22 16:57:17.761 INFO O| Oct 22 16:57:17.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
52882024-10-22T16:57:18.651Z[ recovery-image] Oct 22 16:57:17.761 INFO O| Oct 22 16:57:17.761 INFO STEP 374 (remove_files) COMPLETE
52892024-10-22T16:57:18.654Z[ recovery-image] Oct 22 16:57:17.761 INFO O| Oct 22 16:57:17.761 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-10-22T16:57:18.663Z[ recovery-image] Oct 22 16:57:17.772 INFO O| Oct 22 16:57:17.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
52912024-10-22T16:57:18.663Z[ recovery-image] Oct 22 16:57:17.772 INFO O| Oct 22 16:57:17.772 INFO STEP 375 (remove_files) COMPLETE
52922024-10-22T16:57:18.663Z[ recovery-image] Oct 22 16:57:17.772 INFO O| Oct 22 16:57:17.772 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-10-22T16:57:18.678Z[ recovery-image] Oct 22 16:57:17.787 INFO O| Oct 22 16:57:17.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
52942024-10-22T16:57:18.678Z[ recovery-image] Oct 22 16:57:17.787 INFO O| Oct 22 16:57:17.787 INFO STEP 376 (remove_files) COMPLETE
52952024-10-22T16:57:18.678Z[ recovery-image] Oct 22 16:57:17.787 INFO O| Oct 22 16:57:17.787 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-10-22T16:57:18.692Z[ recovery-image] Oct 22 16:57:17.801 INFO O| Oct 22 16:57:17.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
52972024-10-22T16:57:18.692Z[ recovery-image] Oct 22 16:57:17.801 INFO O| Oct 22 16:57:17.801 INFO STEP 377 (remove_files) COMPLETE
52982024-10-22T16:57:18.692Z[ recovery-image] Oct 22 16:57:17.801 INFO O| Oct 22 16:57:17.801 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-10-22T16:57:18.705Z[ recovery-image] Oct 22 16:57:17.814 INFO O| Oct 22 16:57:17.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
53002024-10-22T16:57:18.708Z[ recovery-image] Oct 22 16:57:17.814 INFO O| Oct 22 16:57:17.814 INFO STEP 378 (remove_files) COMPLETE
53012024-10-22T16:57:18.708Z[ recovery-image] Oct 22 16:57:17.814 INFO O| Oct 22 16:57:17.814 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-10-22T16:57:18.716Z[ recovery-image] Oct 22 16:57:17.825 INFO O| Oct 22 16:57:17.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
53032024-10-22T16:57:18.716Z[ recovery-image] Oct 22 16:57:17.825 INFO O| Oct 22 16:57:17.825 INFO STEP 379 (remove_files) COMPLETE
53042024-10-22T16:57:18.716Z[ recovery-image] Oct 22 16:57:17.825 INFO O| Oct 22 16:57:17.825 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-10-22T16:57:18.727Z[ recovery-image] Oct 22 16:57:17.836 INFO O| Oct 22 16:57:17.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
53062024-10-22T16:57:18.729Z[ recovery-image] Oct 22 16:57:17.836 INFO O| Oct 22 16:57:17.836 INFO STEP 380 (remove_files) COMPLETE
53072024-10-22T16:57:18.729Z[ recovery-image] Oct 22 16:57:17.836 INFO O| Oct 22 16:57:17.836 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-10-22T16:57:18.737Z[ recovery-image] Oct 22 16:57:17.846 INFO O| Oct 22 16:57:17.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
53092024-10-22T16:57:18.737Z[ recovery-image] Oct 22 16:57:17.846 INFO O| Oct 22 16:57:17.846 INFO STEP 381 (remove_files) COMPLETE
53102024-10-22T16:57:18.739Z[ recovery-image] Oct 22 16:57:17.846 INFO O| Oct 22 16:57:17.846 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-10-22T16:57:18.749Z[ recovery-image] Oct 22 16:57:17.858 INFO O| Oct 22 16:57:17.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
53122024-10-22T16:57:18.749Z[ recovery-image] Oct 22 16:57:17.858 INFO O| Oct 22 16:57:17.858 INFO STEP 382 (remove_files) COMPLETE
53132024-10-22T16:57:18.749Z[ recovery-image] Oct 22 16:57:17.858 INFO O| Oct 22 16:57:17.858 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-10-22T16:57:18.763Z[ recovery-image] Oct 22 16:57:17.872 INFO O| Oct 22 16:57:17.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
53152024-10-22T16:57:18.763Z[ recovery-image] Oct 22 16:57:17.872 INFO O| Oct 22 16:57:17.872 INFO STEP 383 (remove_files) COMPLETE
53162024-10-22T16:57:18.763Z[ recovery-image] Oct 22 16:57:17.872 INFO O| Oct 22 16:57:17.872 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-10-22T16:57:18.775Z[ recovery-image] Oct 22 16:57:17.884 INFO O| Oct 22 16:57:17.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
53182024-10-22T16:57:18.775Z[ recovery-image] Oct 22 16:57:17.884 INFO O| Oct 22 16:57:17.884 INFO STEP 384 (remove_files) COMPLETE
53192024-10-22T16:57:18.775Z[ recovery-image] Oct 22 16:57:17.884 INFO O| Oct 22 16:57:17.884 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-10-22T16:57:18.786Z[ recovery-image] Oct 22 16:57:17.895 INFO O| Oct 22 16:57:17.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
53212024-10-22T16:57:18.786Z[ recovery-image] Oct 22 16:57:17.895 INFO O| Oct 22 16:57:17.895 INFO STEP 385 (remove_files) COMPLETE
53222024-10-22T16:57:18.789Z[ recovery-image] Oct 22 16:57:17.895 INFO O| Oct 22 16:57:17.895 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-10-22T16:57:18.798Z[ recovery-image] Oct 22 16:57:17.907 INFO O| Oct 22 16:57:17.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
53242024-10-22T16:57:18.798Z[ recovery-image] Oct 22 16:57:17.908 INFO O| Oct 22 16:57:17.908 INFO STEP 386 (remove_files) COMPLETE
53252024-10-22T16:57:18.801Z[ recovery-image] Oct 22 16:57:17.908 INFO O| Oct 22 16:57:17.908 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-10-22T16:57:18.813Z[ recovery-image] Oct 22 16:57:17.922 INFO O| Oct 22 16:57:17.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
53272024-10-22T16:57:18.813Z[ recovery-image] Oct 22 16:57:17.922 INFO O| Oct 22 16:57:17.922 INFO STEP 387 (remove_files) COMPLETE
53282024-10-22T16:57:18.813Z[ recovery-image] Oct 22 16:57:17.922 INFO O| Oct 22 16:57:17.922 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-10-22T16:57:18.823Z[ recovery-image] Oct 22 16:57:17.933 INFO O| Oct 22 16:57:17.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
53302024-10-22T16:57:18.823Z[ recovery-image] Oct 22 16:57:17.933 INFO O| Oct 22 16:57:17.933 INFO STEP 388 (remove_files) COMPLETE
53312024-10-22T16:57:18.826Z[ recovery-image] Oct 22 16:57:17.933 INFO O| Oct 22 16:57:17.933 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-10-22T16:57:18.834Z[ recovery-image] Oct 22 16:57:17.943 INFO O| Oct 22 16:57:17.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
53332024-10-22T16:57:18.834Z[ recovery-image] Oct 22 16:57:17.944 INFO O| Oct 22 16:57:17.943 INFO STEP 389 (remove_files) COMPLETE
53342024-10-22T16:57:18.836Z[ recovery-image] Oct 22 16:57:17.944 INFO O| Oct 22 16:57:17.943 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-10-22T16:57:18.845Z[ recovery-image] Oct 22 16:57:17.955 INFO O| Oct 22 16:57:17.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
53362024-10-22T16:57:18.848Z[ recovery-image] Oct 22 16:57:17.955 INFO O| Oct 22 16:57:17.955 INFO STEP 390 (remove_files) COMPLETE
53372024-10-22T16:57:18.848Z[ recovery-image] Oct 22 16:57:17.955 INFO O| Oct 22 16:57:17.955 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-10-22T16:57:18.861Z[ recovery-image] Oct 22 16:57:17.970 INFO O| Oct 22 16:57:17.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
53392024-10-22T16:57:18.861Z[ recovery-image] Oct 22 16:57:17.970 INFO O| Oct 22 16:57:17.970 INFO STEP 391 (remove_files) COMPLETE
53402024-10-22T16:57:18.861Z[ recovery-image] Oct 22 16:57:17.970 INFO O| Oct 22 16:57:17.970 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-10-22T16:57:18.874Z[ recovery-image] Oct 22 16:57:17.984 INFO O| Oct 22 16:57:17.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
53422024-10-22T16:57:18.877Z[ recovery-image] Oct 22 16:57:17.984 INFO O| Oct 22 16:57:17.984 INFO STEP 392 (remove_files) COMPLETE
53432024-10-22T16:57:18.877Z[ recovery-image] Oct 22 16:57:17.984 INFO O| Oct 22 16:57:17.984 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-10-22T16:57:18.887Z[ recovery-image] Oct 22 16:57:17.996 INFO O| Oct 22 16:57:17.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
53452024-10-22T16:57:18.889Z[ recovery-image] Oct 22 16:57:17.996 INFO O| Oct 22 16:57:17.996 INFO STEP 393 (remove_files) COMPLETE
53462024-10-22T16:57:18.889Z[ recovery-image] Oct 22 16:57:17.996 INFO O| Oct 22 16:57:17.996 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-10-22T16:57:18.899Z[ recovery-image] Oct 22 16:57:18.008 INFO O| Oct 22 16:57:18.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
53482024-10-22T16:57:18.899Z[ recovery-image] Oct 22 16:57:18.008 INFO O| Oct 22 16:57:18.008 INFO STEP 394 (remove_files) COMPLETE
53492024-10-22T16:57:18.899Z[ recovery-image] Oct 22 16:57:18.008 INFO O| Oct 22 16:57:18.008 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-10-22T16:57:18.909Z[ recovery-image] Oct 22 16:57:18.019 INFO O| Oct 22 16:57:18.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
53512024-10-22T16:57:18.912Z[ recovery-image] Oct 22 16:57:18.019 INFO O| Oct 22 16:57:18.019 INFO STEP 395 (remove_files) COMPLETE
53522024-10-22T16:57:18.912Z[ recovery-image] Oct 22 16:57:18.019 INFO O| Oct 22 16:57:18.019 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-10-22T16:57:18.921Z[ recovery-image] Oct 22 16:57:18.030 INFO O| Oct 22 16:57:18.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
53542024-10-22T16:57:18.924Z[ recovery-image] Oct 22 16:57:18.031 INFO O| Oct 22 16:57:18.030 INFO STEP 396 (remove_files) COMPLETE
53552024-10-22T16:57:18.924Z[ recovery-image] Oct 22 16:57:18.031 INFO O| Oct 22 16:57:18.031 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-10-22T16:57:18.933Z[ recovery-image] Oct 22 16:57:18.042 INFO O| Oct 22 16:57:18.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
53572024-10-22T16:57:18.933Z[ recovery-image] Oct 22 16:57:18.042 INFO O| Oct 22 16:57:18.042 INFO STEP 397 (remove_files) COMPLETE
53582024-10-22T16:57:18.936Z[ recovery-image] Oct 22 16:57:18.042 INFO O| Oct 22 16:57:18.042 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-10-22T16:57:18.943Z[ recovery-image] Oct 22 16:57:18.053 INFO O| Oct 22 16:57:18.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
53602024-10-22T16:57:18.946Z[ recovery-image] Oct 22 16:57:18.053 INFO O| Oct 22 16:57:18.053 INFO STEP 398 (remove_files) COMPLETE
53612024-10-22T16:57:18.946Z[ recovery-image] Oct 22 16:57:18.053 INFO O| Oct 22 16:57:18.053 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-10-22T16:57:18.954Z[ recovery-image] Oct 22 16:57:18.063 INFO O| Oct 22 16:57:18.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
53632024-10-22T16:57:18.954Z[ recovery-image] Oct 22 16:57:18.063 INFO O| Oct 22 16:57:18.063 INFO STEP 399 (remove_files) COMPLETE
53642024-10-22T16:57:18.954Z[ recovery-image] Oct 22 16:57:18.063 INFO O| Oct 22 16:57:18.063 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-10-22T16:57:18.966Z[ recovery-image] Oct 22 16:57:18.075 INFO O| Oct 22 16:57:18.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
53662024-10-22T16:57:18.966Z[ recovery-image] Oct 22 16:57:18.075 INFO O| Oct 22 16:57:18.075 INFO STEP 400 (remove_files) COMPLETE
53672024-10-22T16:57:18.966Z[ recovery-image] Oct 22 16:57:18.075 INFO O| Oct 22 16:57:18.075 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-10-22T16:57:18.976Z[ recovery-image] Oct 22 16:57:18.085 INFO O| Oct 22 16:57:18.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
53692024-10-22T16:57:18.976Z[ recovery-image] Oct 22 16:57:18.085 INFO O| Oct 22 16:57:18.085 INFO STEP 401 (remove_files) COMPLETE
53702024-10-22T16:57:18.976Z[ recovery-image] Oct 22 16:57:18.085 INFO O| Oct 22 16:57:18.085 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-10-22T16:57:18.989Z[ recovery-image] Oct 22 16:57:18.097 INFO O| Oct 22 16:57:18.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
53722024-10-22T16:57:18.989Z[ recovery-image] Oct 22 16:57:18.097 INFO O| Oct 22 16:57:18.097 INFO STEP 402 (remove_files) COMPLETE
53732024-10-22T16:57:18.991Z[ recovery-image] Oct 22 16:57:18.097 INFO O| Oct 22 16:57:18.097 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-10-22T16:57:19.001Z[ recovery-image] Oct 22 16:57:18.110 INFO O| Oct 22 16:57:18.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
53752024-10-22T16:57:19.001Z[ recovery-image] Oct 22 16:57:18.110 INFO O| Oct 22 16:57:18.110 INFO STEP 403 (remove_files) COMPLETE
53762024-10-22T16:57:19.004Z[ recovery-image] Oct 22 16:57:18.110 INFO O| Oct 22 16:57:18.110 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-10-22T16:57:19.014Z[ recovery-image] Oct 22 16:57:18.123 INFO O| Oct 22 16:57:18.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
53782024-10-22T16:57:19.014Z[ recovery-image] Oct 22 16:57:18.123 INFO O| Oct 22 16:57:18.123 INFO STEP 404 (remove_files) COMPLETE
53792024-10-22T16:57:19.016Z[ recovery-image] Oct 22 16:57:18.123 INFO O| Oct 22 16:57:18.123 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-10-22T16:57:19.027Z[ recovery-image] Oct 22 16:57:18.136 INFO O| Oct 22 16:57:18.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
53812024-10-22T16:57:19.027Z[ recovery-image] Oct 22 16:57:18.137 INFO O| Oct 22 16:57:18.137 INFO STEP 405 (remove_files) COMPLETE
53822024-10-22T16:57:19.030Z[ recovery-image] Oct 22 16:57:18.137 INFO O| Oct 22 16:57:18.137 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-10-22T16:57:19.041Z[ recovery-image] Oct 22 16:57:18.150 INFO O| Oct 22 16:57:18.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
53842024-10-22T16:57:19.041Z[ recovery-image] Oct 22 16:57:18.150 INFO O| Oct 22 16:57:18.150 INFO STEP 406 (remove_files) COMPLETE
53852024-10-22T16:57:19.041Z[ recovery-image] Oct 22 16:57:18.150 INFO O| Oct 22 16:57:18.150 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-10-22T16:57:19.055Z[ recovery-image] Oct 22 16:57:18.164 INFO O| Oct 22 16:57:18.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
53872024-10-22T16:57:19.055Z[ recovery-image] Oct 22 16:57:18.164 INFO O| Oct 22 16:57:18.164 INFO STEP 407 (remove_files) COMPLETE
53882024-10-22T16:57:19.055Z[ recovery-image] Oct 22 16:57:18.164 INFO O| Oct 22 16:57:18.164 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-10-22T16:57:19.067Z[ recovery-image] Oct 22 16:57:18.176 INFO O| Oct 22 16:57:18.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
53902024-10-22T16:57:19.067Z[ recovery-image] Oct 22 16:57:18.176 INFO O| Oct 22 16:57:18.176 INFO STEP 408 (remove_files) COMPLETE
53912024-10-22T16:57:19.070Z[ recovery-image] Oct 22 16:57:18.176 INFO O| Oct 22 16:57:18.176 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-10-22T16:57:19.079Z[ recovery-image] Oct 22 16:57:18.189 INFO O| Oct 22 16:57:18.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
53932024-10-22T16:57:19.080Z[ recovery-image] Oct 22 16:57:18.189 INFO O| Oct 22 16:57:18.189 INFO STEP 409 (remove_files) COMPLETE
53942024-10-22T16:57:19.082Z[ recovery-image] Oct 22 16:57:18.189 INFO O| Oct 22 16:57:18.189 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-10-22T16:57:19.090Z[ recovery-image] Oct 22 16:57:18.199 INFO O| Oct 22 16:57:18.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
53962024-10-22T16:57:19.090Z[ recovery-image] Oct 22 16:57:18.199 INFO O| Oct 22 16:57:18.199 INFO STEP 410 (remove_files) COMPLETE
53972024-10-22T16:57:19.092Z[ recovery-image] Oct 22 16:57:18.199 INFO O| Oct 22 16:57:18.199 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-10-22T16:57:19.100Z[ recovery-image] Oct 22 16:57:18.209 INFO O| Oct 22 16:57:18.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
53992024-10-22T16:57:19.100Z[ recovery-image] Oct 22 16:57:18.209 INFO O| Oct 22 16:57:18.209 INFO STEP 411 (remove_files) COMPLETE
54002024-10-22T16:57:19.102Z[ recovery-image] Oct 22 16:57:18.209 INFO O| Oct 22 16:57:18.209 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-10-22T16:57:19.112Z[ recovery-image] Oct 22 16:57:18.221 INFO O| Oct 22 16:57:18.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
54022024-10-22T16:57:19.112Z[ recovery-image] Oct 22 16:57:18.221 INFO O| Oct 22 16:57:18.221 INFO STEP 412 (remove_files) COMPLETE
54032024-10-22T16:57:19.114Z[ recovery-image] Oct 22 16:57:18.221 INFO O| Oct 22 16:57:18.221 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-10-22T16:57:19.124Z[ recovery-image] Oct 22 16:57:18.233 INFO O| Oct 22 16:57:18.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
54052024-10-22T16:57:19.127Z[ recovery-image] Oct 22 16:57:18.233 INFO O| Oct 22 16:57:18.233 INFO STEP 413 (remove_files) COMPLETE
54062024-10-22T16:57:19.127Z[ recovery-image] Oct 22 16:57:18.233 INFO O| Oct 22 16:57:18.233 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-10-22T16:57:19.135Z[ recovery-image] Oct 22 16:57:18.244 INFO O| Oct 22 16:57:18.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
54082024-10-22T16:57:19.137Z[ recovery-image] Oct 22 16:57:18.244 INFO O| Oct 22 16:57:18.244 INFO STEP 414 (remove_files) COMPLETE
54092024-10-22T16:57:19.137Z[ recovery-image] Oct 22 16:57:18.244 INFO O| Oct 22 16:57:18.244 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-10-22T16:57:19.147Z[ recovery-image] Oct 22 16:57:18.256 INFO O| Oct 22 16:57:18.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
54112024-10-22T16:57:19.149Z[ recovery-image] Oct 22 16:57:18.256 INFO O| Oct 22 16:57:18.256 INFO STEP 415 (remove_files) COMPLETE
54122024-10-22T16:57:19.149Z[ recovery-image] Oct 22 16:57:18.256 INFO O| Oct 22 16:57:18.256 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-10-22T16:57:19.159Z[ recovery-image] Oct 22 16:57:18.268 INFO O| Oct 22 16:57:18.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
54142024-10-22T16:57:19.162Z[ recovery-image] Oct 22 16:57:18.269 INFO O| Oct 22 16:57:18.269 INFO STEP 416 (remove_files) COMPLETE
54152024-10-22T16:57:19.162Z[ recovery-image] Oct 22 16:57:18.269 INFO O| Oct 22 16:57:18.269 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-10-22T16:57:19.169Z[ recovery-image] Oct 22 16:57:18.279 INFO O| Oct 22 16:57:18.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
54172024-10-22T16:57:19.172Z[ recovery-image] Oct 22 16:57:18.279 INFO O| Oct 22 16:57:18.279 INFO STEP 417 (remove_files) COMPLETE
54182024-10-22T16:57:19.172Z[ recovery-image] Oct 22 16:57:18.279 INFO O| Oct 22 16:57:18.279 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-10-22T16:57:19.179Z[ recovery-image] Oct 22 16:57:18.288 INFO O| Oct 22 16:57:18.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
54202024-10-22T16:57:19.182Z[ recovery-image] Oct 22 16:57:18.289 INFO O| Oct 22 16:57:18.288 INFO STEP 418 (remove_files) COMPLETE
54212024-10-22T16:57:19.182Z[ recovery-image] Oct 22 16:57:18.289 INFO O| Oct 22 16:57:18.288 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-10-22T16:57:19.189Z[ recovery-image] Oct 22 16:57:18.298 INFO O| Oct 22 16:57:18.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
54232024-10-22T16:57:19.189Z[ recovery-image] Oct 22 16:57:18.298 INFO O| Oct 22 16:57:18.298 INFO STEP 419 (remove_files) COMPLETE
54242024-10-22T16:57:19.192Z[ recovery-image] Oct 22 16:57:18.298 INFO O| Oct 22 16:57:18.298 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-10-22T16:57:19.201Z[ recovery-image] Oct 22 16:57:18.310 INFO O| Oct 22 16:57:18.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
54262024-10-22T16:57:19.201Z[ recovery-image] Oct 22 16:57:18.310 INFO O| Oct 22 16:57:18.310 INFO STEP 420 (remove_files) COMPLETE
54272024-10-22T16:57:19.204Z[ recovery-image] Oct 22 16:57:18.310 INFO O| Oct 22 16:57:18.310 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-10-22T16:57:19.211Z[ recovery-image] Oct 22 16:57:18.321 INFO O| Oct 22 16:57:18.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
54292024-10-22T16:57:19.211Z[ recovery-image] Oct 22 16:57:18.321 INFO O| Oct 22 16:57:18.321 INFO STEP 421 (remove_files) COMPLETE
54302024-10-22T16:57:19.211Z[ recovery-image] Oct 22 16:57:18.321 INFO O| Oct 22 16:57:18.321 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-10-22T16:57:19.223Z[ recovery-image] Oct 22 16:57:18.332 INFO O| Oct 22 16:57:18.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
54322024-10-22T16:57:19.226Z[ recovery-image] Oct 22 16:57:18.332 INFO O| Oct 22 16:57:18.332 INFO STEP 422 (remove_files) COMPLETE
54332024-10-22T16:57:19.226Z[ recovery-image] Oct 22 16:57:18.332 INFO O| Oct 22 16:57:18.332 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-10-22T16:57:19.235Z[ recovery-image] Oct 22 16:57:18.344 INFO O| Oct 22 16:57:18.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
54352024-10-22T16:57:19.235Z[ recovery-image] Oct 22 16:57:18.345 INFO O| Oct 22 16:57:18.345 INFO STEP 423 (remove_files) COMPLETE
54362024-10-22T16:57:19.235Z[ recovery-image] Oct 22 16:57:18.345 INFO O| Oct 22 16:57:18.345 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-10-22T16:57:19.246Z[ recovery-image] Oct 22 16:57:18.355 INFO O| Oct 22 16:57:18.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
54382024-10-22T16:57:19.246Z[ recovery-image] Oct 22 16:57:18.355 INFO O| Oct 22 16:57:18.355 INFO STEP 424 (remove_files) COMPLETE
54392024-10-22T16:57:19.246Z[ recovery-image] Oct 22 16:57:18.355 INFO O| Oct 22 16:57:18.355 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-10-22T16:57:19.258Z[ recovery-image] Oct 22 16:57:18.367 INFO O| Oct 22 16:57:18.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
54412024-10-22T16:57:19.258Z[ recovery-image] Oct 22 16:57:18.367 INFO O| Oct 22 16:57:18.367 INFO STEP 425 (remove_files) COMPLETE
54422024-10-22T16:57:19.260Z[ recovery-image] Oct 22 16:57:18.367 INFO O| Oct 22 16:57:18.367 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-10-22T16:57:19.269Z[ recovery-image] Oct 22 16:57:18.378 INFO O| Oct 22 16:57:18.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
54442024-10-22T16:57:19.269Z[ recovery-image] Oct 22 16:57:18.378 INFO O| Oct 22 16:57:18.378 INFO STEP 426 (remove_files) COMPLETE
54452024-10-22T16:57:19.272Z[ recovery-image] Oct 22 16:57:18.379 INFO O| Oct 22 16:57:18.378 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-10-22T16:57:19.279Z[ recovery-image] Oct 22 16:57:18.389 INFO O| Oct 22 16:57:18.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
54472024-10-22T16:57:19.279Z[ recovery-image] Oct 22 16:57:18.389 INFO O| Oct 22 16:57:18.389 INFO STEP 427 (remove_files) COMPLETE
54482024-10-22T16:57:19.282Z[ recovery-image] Oct 22 16:57:18.389 INFO O| Oct 22 16:57:18.389 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-10-22T16:57:19.292Z[ recovery-image] Oct 22 16:57:18.401 INFO O| Oct 22 16:57:18.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
54502024-10-22T16:57:19.293Z[ recovery-image] Oct 22 16:57:18.402 INFO O| Oct 22 16:57:18.402 INFO STEP 428 (remove_files) COMPLETE
54512024-10-22T16:57:19.293Z[ recovery-image] Oct 22 16:57:18.402 INFO O| Oct 22 16:57:18.402 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-10-22T16:57:19.306Z[ recovery-image] Oct 22 16:57:18.415 INFO O| Oct 22 16:57:18.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
54532024-10-22T16:57:19.306Z[ recovery-image] Oct 22 16:57:18.415 INFO O| Oct 22 16:57:18.415 INFO STEP 429 (remove_files) COMPLETE
54542024-10-22T16:57:19.308Z[ recovery-image] Oct 22 16:57:18.415 INFO O| Oct 22 16:57:18.415 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-10-22T16:57:19.319Z[ recovery-image] Oct 22 16:57:18.428 INFO O| Oct 22 16:57:18.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
54562024-10-22T16:57:19.319Z[ recovery-image] Oct 22 16:57:18.428 INFO O| Oct 22 16:57:18.428 INFO STEP 430 (remove_files) COMPLETE
54572024-10-22T16:57:19.319Z[ recovery-image] Oct 22 16:57:18.428 INFO O| Oct 22 16:57:18.428 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-10-22T16:57:19.330Z[ recovery-image] Oct 22 16:57:18.439 INFO O| Oct 22 16:57:18.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
54592024-10-22T16:57:19.330Z[ recovery-image] Oct 22 16:57:18.439 INFO O| Oct 22 16:57:18.439 INFO STEP 431 (remove_files) COMPLETE
54602024-10-22T16:57:19.332Z[ recovery-image] Oct 22 16:57:18.439 INFO O| Oct 22 16:57:18.439 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-10-22T16:57:19.340Z[ recovery-image] Oct 22 16:57:18.449 INFO O| Oct 22 16:57:18.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
54622024-10-22T16:57:19.340Z[ recovery-image] Oct 22 16:57:18.449 INFO O| Oct 22 16:57:18.449 INFO STEP 432 (remove_files) COMPLETE
54632024-10-22T16:57:19.344Z[ recovery-image] Oct 22 16:57:18.449 INFO O| Oct 22 16:57:18.449 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-10-22T16:57:19.350Z[ recovery-image] Oct 22 16:57:18.459 INFO O| Oct 22 16:57:18.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
54652024-10-22T16:57:19.350Z[ recovery-image] Oct 22 16:57:18.460 INFO O| Oct 22 16:57:18.460 INFO STEP 433 (remove_files) COMPLETE
54662024-10-22T16:57:19.353Z[ recovery-image] Oct 22 16:57:18.460 INFO O| Oct 22 16:57:18.460 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-10-22T16:57:19.361Z[ recovery-image] Oct 22 16:57:18.470 INFO O| Oct 22 16:57:18.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
54682024-10-22T16:57:19.361Z[ recovery-image] Oct 22 16:57:18.470 INFO O| Oct 22 16:57:18.470 INFO STEP 434 (remove_files) COMPLETE
54692024-10-22T16:57:19.363Z[ recovery-image] Oct 22 16:57:18.470 INFO O| Oct 22 16:57:18.470 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-10-22T16:57:19.371Z[ recovery-image] Oct 22 16:57:18.480 INFO O| Oct 22 16:57:18.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
54712024-10-22T16:57:19.371Z[ recovery-image] Oct 22 16:57:18.480 INFO O| Oct 22 16:57:18.480 INFO STEP 435 (remove_files) COMPLETE
54722024-10-22T16:57:19.371Z[ recovery-image] Oct 22 16:57:18.480 INFO O| Oct 22 16:57:18.480 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-10-22T16:57:19.381Z[ recovery-image] Oct 22 16:57:18.491 INFO O| Oct 22 16:57:18.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
54742024-10-22T16:57:19.381Z[ recovery-image] Oct 22 16:57:18.491 INFO O| Oct 22 16:57:18.491 INFO STEP 436 (remove_files) COMPLETE
54752024-10-22T16:57:19.381Z[ recovery-image] Oct 22 16:57:18.491 INFO O| Oct 22 16:57:18.491 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-10-22T16:57:19.392Z[ recovery-image] Oct 22 16:57:18.501 INFO O| Oct 22 16:57:18.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
54772024-10-22T16:57:19.394Z[ recovery-image] Oct 22 16:57:18.501 INFO O| Oct 22 16:57:18.501 INFO STEP 437 (remove_files) COMPLETE
54782024-10-22T16:57:19.394Z[ recovery-image] Oct 22 16:57:18.501 INFO O| Oct 22 16:57:18.501 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-10-22T16:57:19.402Z[ recovery-image] Oct 22 16:57:18.511 INFO O| Oct 22 16:57:18.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
54802024-10-22T16:57:19.402Z[ recovery-image] Oct 22 16:57:18.511 INFO O| Oct 22 16:57:18.511 INFO STEP 438 (remove_files) COMPLETE
54812024-10-22T16:57:19.404Z[ recovery-image] Oct 22 16:57:18.511 INFO O| Oct 22 16:57:18.511 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-10-22T16:57:19.412Z[ recovery-image] Oct 22 16:57:18.521 INFO O| Oct 22 16:57:18.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
54832024-10-22T16:57:19.412Z[ recovery-image] Oct 22 16:57:18.521 INFO O| Oct 22 16:57:18.521 INFO STEP 439 (remove_files) COMPLETE
54842024-10-22T16:57:19.415Z[ recovery-image] Oct 22 16:57:18.521 INFO O| Oct 22 16:57:18.521 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-10-22T16:57:19.422Z[ recovery-image] Oct 22 16:57:18.531 INFO O| Oct 22 16:57:18.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
54862024-10-22T16:57:19.422Z[ recovery-image] Oct 22 16:57:18.531 INFO O| Oct 22 16:57:18.531 INFO STEP 440 (remove_files) COMPLETE
54872024-10-22T16:57:19.422Z[ recovery-image] Oct 22 16:57:18.532 INFO O| Oct 22 16:57:18.531 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-10-22T16:57:19.432Z[ recovery-image] Oct 22 16:57:18.541 INFO O| Oct 22 16:57:18.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
54892024-10-22T16:57:19.434Z[ recovery-image] Oct 22 16:57:18.541 INFO O| Oct 22 16:57:18.541 INFO STEP 441 (remove_files) COMPLETE
54902024-10-22T16:57:19.434Z[ recovery-image] Oct 22 16:57:18.542 INFO O| Oct 22 16:57:18.541 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-10-22T16:57:19.442Z[ recovery-image] Oct 22 16:57:18.551 INFO O| Oct 22 16:57:18.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54922024-10-22T16:57:19.444Z[ recovery-image] Oct 22 16:57:18.551 INFO O| Oct 22 16:57:18.551 INFO STEP 442 (remove_files) COMPLETE
54932024-10-22T16:57:19.444Z[ recovery-image] Oct 22 16:57:18.551 INFO O| Oct 22 16:57:18.551 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-10-22T16:57:19.452Z[ recovery-image] Oct 22 16:57:18.561 INFO O| Oct 22 16:57:18.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
54952024-10-22T16:57:19.454Z[ recovery-image] Oct 22 16:57:18.561 INFO O| Oct 22 16:57:18.561 INFO STEP 443 (remove_files) COMPLETE
54962024-10-22T16:57:19.454Z[ recovery-image] Oct 22 16:57:18.561 INFO O| Oct 22 16:57:18.561 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-10-22T16:57:19.461Z[ recovery-image] Oct 22 16:57:18.571 INFO O| Oct 22 16:57:18.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
54982024-10-22T16:57:19.464Z[ recovery-image] Oct 22 16:57:18.571 INFO O| Oct 22 16:57:18.571 INFO STEP 444 (remove_files) COMPLETE
54992024-10-22T16:57:19.464Z[ recovery-image] Oct 22 16:57:18.571 INFO O| Oct 22 16:57:18.571 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-10-22T16:57:19.471Z[ recovery-image] Oct 22 16:57:18.580 INFO O| Oct 22 16:57:18.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
55012024-10-22T16:57:19.471Z[ recovery-image] Oct 22 16:57:18.580 INFO O| Oct 22 16:57:18.580 INFO STEP 445 (remove_files) COMPLETE
55022024-10-22T16:57:19.474Z[ recovery-image] Oct 22 16:57:18.580 INFO O| Oct 22 16:57:18.580 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-10-22T16:57:19.481Z[ recovery-image] Oct 22 16:57:18.590 INFO O| Oct 22 16:57:18.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
55042024-10-22T16:57:19.484Z[ recovery-image] Oct 22 16:57:18.591 INFO O| Oct 22 16:57:18.591 INFO STEP 446 (remove_files) COMPLETE
55052024-10-22T16:57:19.484Z[ recovery-image] Oct 22 16:57:18.591 INFO O| Oct 22 16:57:18.591 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-10-22T16:57:19.491Z[ recovery-image] Oct 22 16:57:18.600 INFO O| Oct 22 16:57:18.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
55072024-10-22T16:57:19.491Z[ recovery-image] Oct 22 16:57:18.600 INFO O| Oct 22 16:57:18.600 INFO STEP 447 (remove_files) COMPLETE
55082024-10-22T16:57:19.494Z[ recovery-image] Oct 22 16:57:18.600 INFO O| Oct 22 16:57:18.600 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-10-22T16:57:19.501Z[ recovery-image] Oct 22 16:57:18.610 INFO O| Oct 22 16:57:18.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
55102024-10-22T16:57:19.501Z[ recovery-image] Oct 22 16:57:18.610 INFO O| Oct 22 16:57:18.610 INFO STEP 448 (remove_files) COMPLETE
55112024-10-22T16:57:19.503Z[ recovery-image] Oct 22 16:57:18.610 INFO O| Oct 22 16:57:18.610 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-10-22T16:57:19.511Z[ recovery-image] Oct 22 16:57:18.620 INFO O| Oct 22 16:57:18.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
55132024-10-22T16:57:19.511Z[ recovery-image] Oct 22 16:57:18.620 INFO O| Oct 22 16:57:18.620 INFO STEP 449 (remove_files) COMPLETE
55142024-10-22T16:57:19.513Z[ recovery-image] Oct 22 16:57:18.620 INFO O| Oct 22 16:57:18.620 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-10-22T16:57:19.521Z[ recovery-image] Oct 22 16:57:18.630 INFO O| Oct 22 16:57:18.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
55162024-10-22T16:57:19.529Z[ recovery-image] Oct 22 16:57:18.630 INFO O| Oct 22 16:57:18.630 INFO STEP 450 (remove_files) COMPLETE
55172024-10-22T16:57:19.529Z[ recovery-image] Oct 22 16:57:18.630 INFO O| Oct 22 16:57:18.630 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-10-22T16:57:19.535Z[ recovery-image] Oct 22 16:57:18.640 INFO O| Oct 22 16:57:18.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
55192024-10-22T16:57:19.535Z[ recovery-image] Oct 22 16:57:18.640 INFO O| Oct 22 16:57:18.640 INFO STEP 451 (remove_files) COMPLETE
55202024-10-22T16:57:19.535Z[ recovery-image] Oct 22 16:57:18.640 INFO O| Oct 22 16:57:18.640 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-10-22T16:57:19.540Z[ recovery-image] Oct 22 16:57:18.649 INFO O| Oct 22 16:57:18.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
55222024-10-22T16:57:19.543Z[ recovery-image] Oct 22 16:57:18.649 INFO O| Oct 22 16:57:18.649 INFO STEP 452 (remove_files) COMPLETE
55232024-10-22T16:57:19.543Z[ recovery-image] Oct 22 16:57:18.649 INFO O| Oct 22 16:57:18.649 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-10-22T16:57:19.550Z[ recovery-image] Oct 22 16:57:18.659 INFO O| Oct 22 16:57:18.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
55252024-10-22T16:57:19.550Z[ recovery-image] Oct 22 16:57:18.659 INFO O| Oct 22 16:57:18.659 INFO STEP 453 (remove_files) COMPLETE
55262024-10-22T16:57:19.552Z[ recovery-image] Oct 22 16:57:18.659 INFO O| Oct 22 16:57:18.659 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-10-22T16:57:19.560Z[ recovery-image] Oct 22 16:57:18.669 INFO O| Oct 22 16:57:18.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
55282024-10-22T16:57:19.560Z[ recovery-image] Oct 22 16:57:18.669 INFO O| Oct 22 16:57:18.669 INFO STEP 454 (remove_files) COMPLETE
55292024-10-22T16:57:19.562Z[ recovery-image] Oct 22 16:57:18.669 INFO O| Oct 22 16:57:18.669 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-10-22T16:57:19.569Z[ recovery-image] Oct 22 16:57:18.679 INFO O| Oct 22 16:57:18.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
55312024-10-22T16:57:19.572Z[ recovery-image] Oct 22 16:57:18.679 INFO O| Oct 22 16:57:18.679 INFO STEP 455 (remove_files) COMPLETE
55322024-10-22T16:57:19.572Z[ recovery-image] Oct 22 16:57:18.679 INFO O| Oct 22 16:57:18.679 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-10-22T16:57:19.579Z[ recovery-image] Oct 22 16:57:18.688 INFO O| Oct 22 16:57:18.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
55342024-10-22T16:57:19.581Z[ recovery-image] Oct 22 16:57:18.688 INFO O| Oct 22 16:57:18.688 INFO STEP 456 (remove_files) COMPLETE
55352024-10-22T16:57:19.582Z[ recovery-image] Oct 22 16:57:18.689 INFO O| Oct 22 16:57:18.688 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-10-22T16:57:19.589Z[ recovery-image] Oct 22 16:57:18.698 INFO O| Oct 22 16:57:18.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
55372024-10-22T16:57:19.591Z[ recovery-image] Oct 22 16:57:18.698 INFO O| Oct 22 16:57:18.698 INFO STEP 457 (remove_files) COMPLETE
55382024-10-22T16:57:19.591Z[ recovery-image] Oct 22 16:57:18.698 INFO O| Oct 22 16:57:18.698 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-10-22T16:57:19.599Z[ recovery-image] Oct 22 16:57:18.708 INFO O| Oct 22 16:57:18.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
55402024-10-22T16:57:19.599Z[ recovery-image] Oct 22 16:57:18.708 INFO O| Oct 22 16:57:18.708 INFO STEP 458 (remove_files) COMPLETE
55412024-10-22T16:57:19.599Z[ recovery-image] Oct 22 16:57:18.708 INFO O| Oct 22 16:57:18.708 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-10-22T16:57:19.609Z[ recovery-image] Oct 22 16:57:18.718 INFO O| Oct 22 16:57:18.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
55432024-10-22T16:57:19.609Z[ recovery-image] Oct 22 16:57:18.718 INFO O| Oct 22 16:57:18.718 INFO STEP 459 (remove_files) COMPLETE
55442024-10-22T16:57:19.611Z[ recovery-image] Oct 22 16:57:18.718 INFO O| Oct 22 16:57:18.718 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-10-22T16:57:19.619Z[ recovery-image] Oct 22 16:57:18.728 INFO O| Oct 22 16:57:18.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
55462024-10-22T16:57:19.619Z[ recovery-image] Oct 22 16:57:18.728 INFO O| Oct 22 16:57:18.728 INFO STEP 460 (remove_files) COMPLETE
55472024-10-22T16:57:19.619Z[ recovery-image] Oct 22 16:57:18.728 INFO O| Oct 22 16:57:18.728 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-10-22T16:57:19.629Z[ recovery-image] Oct 22 16:57:18.738 INFO O| Oct 22 16:57:18.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
55492024-10-22T16:57:19.629Z[ recovery-image] Oct 22 16:57:18.738 INFO O| Oct 22 16:57:18.738 INFO STEP 461 (remove_files) COMPLETE
55502024-10-22T16:57:19.631Z[ recovery-image] Oct 22 16:57:18.738 INFO O| Oct 22 16:57:18.738 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-10-22T16:57:19.638Z[ recovery-image] Oct 22 16:57:18.748 INFO O| Oct 22 16:57:18.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
55522024-10-22T16:57:19.641Z[ recovery-image] Oct 22 16:57:18.748 INFO O| Oct 22 16:57:18.748 INFO STEP 462 (remove_files) COMPLETE
55532024-10-22T16:57:19.641Z[ recovery-image] Oct 22 16:57:18.748 INFO O| Oct 22 16:57:18.748 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-10-22T16:57:19.648Z[ recovery-image] Oct 22 16:57:18.757 INFO O| Oct 22 16:57:18.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
55552024-10-22T16:57:19.651Z[ recovery-image] Oct 22 16:57:18.757 INFO O| Oct 22 16:57:18.757 INFO STEP 463 (remove_files) COMPLETE
55562024-10-22T16:57:19.651Z[ recovery-image] Oct 22 16:57:18.757 INFO O| Oct 22 16:57:18.757 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-10-22T16:57:19.658Z[ recovery-image] Oct 22 16:57:18.767 INFO O| Oct 22 16:57:18.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
55582024-10-22T16:57:19.660Z[ recovery-image] Oct 22 16:57:18.767 INFO O| Oct 22 16:57:18.767 INFO STEP 464 (remove_files) COMPLETE
55592024-10-22T16:57:19.660Z[ recovery-image] Oct 22 16:57:18.767 INFO O| Oct 22 16:57:18.767 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-10-22T16:57:19.668Z[ recovery-image] Oct 22 16:57:18.777 INFO O| Oct 22 16:57:18.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
55612024-10-22T16:57:19.668Z[ recovery-image] Oct 22 16:57:18.777 INFO O| Oct 22 16:57:18.777 INFO STEP 465 (remove_files) COMPLETE
55622024-10-22T16:57:19.670Z[ recovery-image] Oct 22 16:57:18.777 INFO O| Oct 22 16:57:18.777 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-10-22T16:57:19.678Z[ recovery-image] Oct 22 16:57:18.787 INFO O| Oct 22 16:57:18.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
55642024-10-22T16:57:19.680Z[ recovery-image] Oct 22 16:57:18.787 INFO O| Oct 22 16:57:18.787 INFO STEP 466 (remove_files) COMPLETE
55652024-10-22T16:57:19.680Z[ recovery-image] Oct 22 16:57:18.787 INFO O| Oct 22 16:57:18.787 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-10-22T16:57:19.687Z[ recovery-image] Oct 22 16:57:18.796 INFO O| Oct 22 16:57:18.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
55672024-10-22T16:57:19.687Z[ recovery-image] Oct 22 16:57:18.796 INFO O| Oct 22 16:57:18.796 INFO STEP 467 (remove_files) COMPLETE
55682024-10-22T16:57:19.687Z[ recovery-image] Oct 22 16:57:18.796 INFO O| Oct 22 16:57:18.796 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-10-22T16:57:19.697Z[ recovery-image] Oct 22 16:57:18.806 INFO O| Oct 22 16:57:18.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
55702024-10-22T16:57:19.697Z[ recovery-image] Oct 22 16:57:18.806 INFO O| Oct 22 16:57:18.806 INFO STEP 468 (remove_files) COMPLETE
55712024-10-22T16:57:19.700Z[ recovery-image] Oct 22 16:57:18.806 INFO O| Oct 22 16:57:18.806 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-10-22T16:57:19.707Z[ recovery-image] Oct 22 16:57:18.816 INFO O| Oct 22 16:57:18.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
55732024-10-22T16:57:19.709Z[ recovery-image] Oct 22 16:57:18.816 INFO O| Oct 22 16:57:18.816 INFO STEP 469 (remove_files) COMPLETE
55742024-10-22T16:57:19.710Z[ recovery-image] Oct 22 16:57:18.816 INFO O| Oct 22 16:57:18.816 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-10-22T16:57:19.717Z[ recovery-image] Oct 22 16:57:18.826 INFO O| Oct 22 16:57:18.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
55762024-10-22T16:57:19.717Z[ recovery-image] Oct 22 16:57:18.826 INFO O| Oct 22 16:57:18.826 INFO STEP 470 (remove_files) COMPLETE
55772024-10-22T16:57:19.719Z[ recovery-image] Oct 22 16:57:18.826 INFO O| Oct 22 16:57:18.826 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-10-22T16:57:19.727Z[ recovery-image] Oct 22 16:57:18.836 INFO O| Oct 22 16:57:18.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
55792024-10-22T16:57:19.727Z[ recovery-image] Oct 22 16:57:18.836 INFO O| Oct 22 16:57:18.836 INFO STEP 471 (remove_files) COMPLETE
55802024-10-22T16:57:19.727Z[ recovery-image] Oct 22 16:57:18.836 INFO O| Oct 22 16:57:18.836 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-10-22T16:57:19.737Z[ recovery-image] Oct 22 16:57:18.845 INFO O| Oct 22 16:57:18.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
55822024-10-22T16:57:19.739Z[ recovery-image] Oct 22 16:57:18.846 INFO O| Oct 22 16:57:18.846 INFO STEP 472 (remove_files) COMPLETE
55832024-10-22T16:57:19.739Z[ recovery-image] Oct 22 16:57:18.846 INFO O| Oct 22 16:57:18.846 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-10-22T16:57:19.748Z[ recovery-image] Oct 22 16:57:18.857 INFO O| Oct 22 16:57:18.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
55852024-10-22T16:57:19.748Z[ recovery-image] Oct 22 16:57:18.857 INFO O| Oct 22 16:57:18.857 INFO STEP 473 (remove_files) COMPLETE
55862024-10-22T16:57:19.751Z[ recovery-image] Oct 22 16:57:18.857 INFO O| Oct 22 16:57:18.857 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-10-22T16:57:19.759Z[ recovery-image] Oct 22 16:57:18.868 INFO O| Oct 22 16:57:18.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
55882024-10-22T16:57:19.761Z[ recovery-image] Oct 22 16:57:18.868 INFO O| Oct 22 16:57:18.868 INFO STEP 474 (remove_files) COMPLETE
55892024-10-22T16:57:19.761Z[ recovery-image] Oct 22 16:57:18.868 INFO O| Oct 22 16:57:18.868 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-10-22T16:57:19.769Z[ recovery-image] Oct 22 16:57:18.878 INFO O| Oct 22 16:57:18.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
55912024-10-22T16:57:19.769Z[ recovery-image] Oct 22 16:57:18.878 INFO O| Oct 22 16:57:18.878 INFO STEP 475 (remove_files) COMPLETE
55922024-10-22T16:57:19.772Z[ recovery-image] Oct 22 16:57:18.878 INFO O| Oct 22 16:57:18.878 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-10-22T16:57:19.779Z[ recovery-image] Oct 22 16:57:18.888 INFO O| Oct 22 16:57:18.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
55942024-10-22T16:57:19.779Z[ recovery-image] Oct 22 16:57:18.888 INFO O| Oct 22 16:57:18.888 INFO STEP 476 (remove_files) COMPLETE
55952024-10-22T16:57:19.782Z[ recovery-image] Oct 22 16:57:18.888 INFO O| Oct 22 16:57:18.888 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-10-22T16:57:19.792Z[ recovery-image] Oct 22 16:57:18.901 INFO O| Oct 22 16:57:18.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
55972024-10-22T16:57:19.792Z[ recovery-image] Oct 22 16:57:18.901 INFO O| Oct 22 16:57:18.901 INFO STEP 477 (remove_files) COMPLETE
55982024-10-22T16:57:19.794Z[ recovery-image] Oct 22 16:57:18.901 INFO O| Oct 22 16:57:18.901 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-10-22T16:57:19.804Z[ recovery-image] Oct 22 16:57:18.913 INFO O| Oct 22 16:57:18.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
56002024-10-22T16:57:19.804Z[ recovery-image] Oct 22 16:57:18.913 INFO O| Oct 22 16:57:18.913 INFO STEP 478 (remove_files) COMPLETE
56012024-10-22T16:57:19.806Z[ recovery-image] Oct 22 16:57:18.913 INFO O| Oct 22 16:57:18.913 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-10-22T16:57:19.816Z[ recovery-image] Oct 22 16:57:18.925 INFO O| Oct 22 16:57:18.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
56032024-10-22T16:57:19.817Z[ recovery-image] Oct 22 16:57:18.926 INFO O| Oct 22 16:57:18.926 INFO STEP 479 (remove_files) COMPLETE
56042024-10-22T16:57:19.819Z[ recovery-image] Oct 22 16:57:18.926 INFO O| Oct 22 16:57:18.926 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-10-22T16:57:19.830Z[ recovery-image] Oct 22 16:57:18.939 INFO O| Oct 22 16:57:18.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
56062024-10-22T16:57:19.830Z[ recovery-image] Oct 22 16:57:18.939 INFO O| Oct 22 16:57:18.939 INFO STEP 480 (remove_files) COMPLETE
56072024-10-22T16:57:19.830Z[ recovery-image] Oct 22 16:57:18.939 INFO O| Oct 22 16:57:18.939 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-10-22T16:57:19.841Z[ recovery-image] Oct 22 16:57:18.950 INFO O| Oct 22 16:57:18.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
56092024-10-22T16:57:19.841Z[ recovery-image] Oct 22 16:57:18.950 INFO O| Oct 22 16:57:18.950 INFO STEP 481 (remove_files) COMPLETE
56102024-10-22T16:57:19.841Z[ recovery-image] Oct 22 16:57:18.950 INFO O| Oct 22 16:57:18.950 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-10-22T16:57:19.852Z[ recovery-image] Oct 22 16:57:18.961 INFO O| Oct 22 16:57:18.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
56122024-10-22T16:57:19.855Z[ recovery-image] Oct 22 16:57:18.961 INFO O| Oct 22 16:57:18.961 INFO STEP 482 (remove_files) COMPLETE
56132024-10-22T16:57:19.855Z[ recovery-image] Oct 22 16:57:18.961 INFO O| Oct 22 16:57:18.961 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-10-22T16:57:19.863Z[ recovery-image] Oct 22 16:57:18.972 INFO O| Oct 22 16:57:18.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
56152024-10-22T16:57:19.865Z[ recovery-image] Oct 22 16:57:18.972 INFO O| Oct 22 16:57:18.972 INFO STEP 483 (remove_files) COMPLETE
56162024-10-22T16:57:19.865Z[ recovery-image] Oct 22 16:57:18.972 INFO O| Oct 22 16:57:18.972 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-10-22T16:57:19.873Z[ recovery-image] Oct 22 16:57:18.982 INFO O| Oct 22 16:57:18.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
56182024-10-22T16:57:19.875Z[ recovery-image] Oct 22 16:57:18.982 INFO O| Oct 22 16:57:18.982 INFO STEP 484 (remove_files) COMPLETE
56192024-10-22T16:57:19.875Z[ recovery-image] Oct 22 16:57:18.982 INFO O| Oct 22 16:57:18.982 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-10-22T16:57:19.878Z[ host-image] Oct 22 16:57:18.987 INFO O| Oct 22 16:57:18.987 INFO O| Done
56212024-10-22T16:57:19.883Z[ recovery-image] Oct 22 16:57:18.992 INFO O| Oct 22 16:57:18.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
56222024-10-22T16:57:19.885Z[ recovery-image] Oct 22 16:57:18.992 INFO O| Oct 22 16:57:18.992 INFO STEP 485 (remove_files) COMPLETE
56232024-10-22T16:57:19.885Z[ recovery-image] Oct 22 16:57:18.992 INFO O| Oct 22 16:57:18.992 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-10-22T16:57:19.893Z[ recovery-image] Oct 22 16:57:19.002 INFO O| Oct 22 16:57:19.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
56252024-10-22T16:57:19.896Z[ recovery-image] Oct 22 16:57:19.003 INFO O| Oct 22 16:57:19.003 INFO STEP 486 (remove_files) COMPLETE
56262024-10-22T16:57:19.896Z[ recovery-image] Oct 22 16:57:19.003 INFO O| Oct 22 16:57:19.003 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-10-22T16:57:19.904Z[ recovery-image] Oct 22 16:57:19.013 INFO O| Oct 22 16:57:19.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
56282024-10-22T16:57:19.907Z[ recovery-image] Oct 22 16:57:19.014 INFO O| Oct 22 16:57:19.013 INFO STEP 487 (remove_files) COMPLETE
56292024-10-22T16:57:19.907Z[ recovery-image] Oct 22 16:57:19.014 INFO O| Oct 22 16:57:19.013 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-10-22T16:57:19.907Z[ host-image] Oct 22 16:57:19.014 INFO O| Oct 22 16:57:19.014 INFO O| Done
56312024-10-22T16:57:19.907Z[ host-image] Oct 22 16:57:19.014 INFO O| Oct 22 16:57:19.014 INFO O| Done
56322024-10-22T16:57:19.915Z[ recovery-image] Oct 22 16:57:19.024 INFO O| Oct 22 16:57:19.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
56332024-10-22T16:57:19.917Z[ recovery-image] Oct 22 16:57:19.024 INFO O| Oct 22 16:57:19.024 INFO STEP 488 (remove_files) COMPLETE
56342024-10-22T16:57:19.917Z[ recovery-image] Oct 22 16:57:19.024 INFO O| Oct 22 16:57:19.024 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-10-22T16:57:19.925Z[ recovery-image] Oct 22 16:57:19.034 INFO O| Oct 22 16:57:19.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
56362024-10-22T16:57:19.925Z[ recovery-image] Oct 22 16:57:19.034 INFO O| Oct 22 16:57:19.034 INFO STEP 489 (remove_files) COMPLETE
56372024-10-22T16:57:19.925Z[ recovery-image] Oct 22 16:57:19.034 INFO O| Oct 22 16:57:19.034 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-10-22T16:57:19.935Z[ recovery-image] Oct 22 16:57:19.044 INFO O| Oct 22 16:57:19.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
56392024-10-22T16:57:19.935Z[ recovery-image] Oct 22 16:57:19.044 INFO O| Oct 22 16:57:19.044 INFO STEP 490 (remove_files) COMPLETE
56402024-10-22T16:57:19.937Z[ recovery-image] Oct 22 16:57:19.044 INFO O| Oct 22 16:57:19.044 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-10-22T16:57:19.941Z[ host-image] Oct 22 16:57:19.050 INFO O| Oct 22 16:57:19.050 INFO O| Done
56422024-10-22T16:57:19.945Z[ recovery-image] Oct 22 16:57:19.054 INFO O| Oct 22 16:57:19.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
56432024-10-22T16:57:19.945Z[ recovery-image] Oct 22 16:57:19.054 INFO O| Oct 22 16:57:19.054 INFO STEP 491 (remove_files) COMPLETE
56442024-10-22T16:57:19.947Z[ recovery-image] Oct 22 16:57:19.054 INFO O| Oct 22 16:57:19.054 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-10-22T16:57:19.955Z[ recovery-image] Oct 22 16:57:19.064 INFO O| Oct 22 16:57:19.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
56462024-10-22T16:57:19.956Z[ recovery-image] Oct 22 16:57:19.065 INFO O| Oct 22 16:57:19.065 INFO STEP 492 (remove_files) COMPLETE
56472024-10-22T16:57:19.956Z[ recovery-image] Oct 22 16:57:19.065 INFO O| Oct 22 16:57:19.065 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-10-22T16:57:19.970Z[ recovery-image] Oct 22 16:57:19.078 INFO O| Oct 22 16:57:19.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
56492024-10-22T16:57:19.970Z[ recovery-image] Oct 22 16:57:19.079 INFO O| Oct 22 16:57:19.079 INFO STEP 493 (remove_files) COMPLETE
56502024-10-22T16:57:19.970Z[ recovery-image] Oct 22 16:57:19.079 INFO O| Oct 22 16:57:19.079 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-10-22T16:57:19.982Z[ recovery-image] Oct 22 16:57:19.091 INFO O| Oct 22 16:57:19.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
56522024-10-22T16:57:19.982Z[ recovery-image] Oct 22 16:57:19.091 INFO O| Oct 22 16:57:19.091 INFO STEP 494 (remove_files) COMPLETE
56532024-10-22T16:57:19.984Z[ recovery-image] Oct 22 16:57:19.091 INFO O| Oct 22 16:57:19.091 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-10-22T16:57:19.994Z[ recovery-image] Oct 22 16:57:19.103 INFO O| Oct 22 16:57:19.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
56552024-10-22T16:57:19.994Z[ recovery-image] Oct 22 16:57:19.103 INFO O| Oct 22 16:57:19.103 INFO STEP 495 (remove_files) COMPLETE
56562024-10-22T16:57:19.996Z[ recovery-image] Oct 22 16:57:19.103 INFO O| Oct 22 16:57:19.103 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-10-22T16:57:20.006Z[ recovery-image] Oct 22 16:57:19.115 INFO O| Oct 22 16:57:19.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
56582024-10-22T16:57:20.006Z[ recovery-image] Oct 22 16:57:19.115 INFO O| Oct 22 16:57:19.115 INFO STEP 496 (remove_files) COMPLETE
56592024-10-22T16:57:20.008Z[ recovery-image] Oct 22 16:57:19.115 INFO O| Oct 22 16:57:19.115 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-10-22T16:57:20.016Z[ recovery-image] Oct 22 16:57:19.125 INFO O| Oct 22 16:57:19.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
56612024-10-22T16:57:20.016Z[ recovery-image] Oct 22 16:57:19.125 INFO O| Oct 22 16:57:19.125 INFO STEP 497 (remove_files) COMPLETE
56622024-10-22T16:57:20.016Z[ recovery-image] Oct 22 16:57:19.125 INFO O| Oct 22 16:57:19.125 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-10-22T16:57:20.028Z[ recovery-image] Oct 22 16:57:19.137 INFO O| Oct 22 16:57:19.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
56642024-10-22T16:57:20.030Z[ recovery-image] Oct 22 16:57:19.137 INFO O| Oct 22 16:57:19.137 INFO STEP 498 (remove_files) COMPLETE
56652024-10-22T16:57:20.030Z[ recovery-image] Oct 22 16:57:19.137 INFO O| Oct 22 16:57:19.137 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-10-22T16:57:20.038Z[ recovery-image] Oct 22 16:57:19.147 INFO O| Oct 22 16:57:19.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
56672024-10-22T16:57:20.038Z[ recovery-image] Oct 22 16:57:19.148 INFO O| Oct 22 16:57:19.147 INFO STEP 499 (remove_files) COMPLETE
56682024-10-22T16:57:20.038Z[ recovery-image] Oct 22 16:57:19.148 INFO O| Oct 22 16:57:19.147 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-10-22T16:57:20.049Z[ recovery-image] Oct 22 16:57:19.158 INFO O| Oct 22 16:57:19.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
56702024-10-22T16:57:20.049Z[ recovery-image] Oct 22 16:57:19.158 INFO O| Oct 22 16:57:19.158 INFO STEP 500 (remove_files) COMPLETE
56712024-10-22T16:57:20.049Z[ recovery-image] Oct 22 16:57:19.158 INFO O| Oct 22 16:57:19.158 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-10-22T16:57:20.052Z[ host-image] Oct 22 16:57:19.159 INFO O| Oct 22 16:57:19.159 INFO STEP 13 (pkg_install) COMPLETE
56732024-10-22T16:57:20.052Z[ host-image] Oct 22 16:57:19.159 INFO O| Oct 22 16:57:19.159 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
56742024-10-22T16:57:20.060Z[ recovery-image] Oct 22 16:57:19.169 INFO O| Oct 22 16:57:19.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
56752024-10-22T16:57:20.063Z[ recovery-image] Oct 22 16:57:19.169 INFO O| Oct 22 16:57:19.169 INFO STEP 501 (remove_files) COMPLETE
56762024-10-22T16:57:20.063Z[ recovery-image] Oct 22 16:57:19.169 INFO O| Oct 22 16:57:19.169 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-10-22T16:57:20.063Z[ host-image] Oct 22 16:57:19.171 INFO O| Oct 22 16:57:19.171 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
56782024-10-22T16:57:20.071Z[ recovery-image] Oct 22 16:57:19.180 INFO O| Oct 22 16:57:19.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
56792024-10-22T16:57:20.073Z[ recovery-image] Oct 22 16:57:19.180 INFO O| Oct 22 16:57:19.180 INFO STEP 502 (remove_files) COMPLETE
56802024-10-22T16:57:20.073Z[ recovery-image] Oct 22 16:57:19.180 INFO O| Oct 22 16:57:19.180 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-10-22T16:57:20.082Z[ recovery-image] Oct 22 16:57:19.191 INFO O| Oct 22 16:57:19.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
56822024-10-22T16:57:20.082Z[ recovery-image] Oct 22 16:57:19.192 INFO O| Oct 22 16:57:19.191 INFO STEP 503 (remove_files) COMPLETE
56832024-10-22T16:57:20.082Z[ recovery-image] Oct 22 16:57:19.192 INFO O| Oct 22 16:57:19.192 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-10-22T16:57:20.094Z[ recovery-image] Oct 22 16:57:19.203 INFO O| Oct 22 16:57:19.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
56852024-10-22T16:57:20.094Z[ recovery-image] Oct 22 16:57:19.203 INFO O| Oct 22 16:57:19.203 INFO STEP 504 (remove_files) COMPLETE
56862024-10-22T16:57:20.097Z[ recovery-image] Oct 22 16:57:19.203 INFO O| Oct 22 16:57:19.203 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-10-22T16:57:20.106Z[ recovery-image] Oct 22 16:57:19.215 INFO O| Oct 22 16:57:19.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
56882024-10-22T16:57:20.109Z[ recovery-image] Oct 22 16:57:19.215 INFO O| Oct 22 16:57:19.215 INFO STEP 505 (remove_files) COMPLETE
56892024-10-22T16:57:20.110Z[ recovery-image] Oct 22 16:57:19.215 INFO O| Oct 22 16:57:19.215 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-10-22T16:57:20.118Z[ recovery-image] Oct 22 16:57:19.227 INFO O| Oct 22 16:57:19.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
56912024-10-22T16:57:20.120Z[ recovery-image] Oct 22 16:57:19.227 INFO O| Oct 22 16:57:19.227 INFO STEP 506 (remove_files) COMPLETE
56922024-10-22T16:57:20.120Z[ recovery-image] Oct 22 16:57:19.227 INFO O| Oct 22 16:57:19.227 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-10-22T16:57:20.128Z[ recovery-image] Oct 22 16:57:19.237 INFO O| Oct 22 16:57:19.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
56942024-10-22T16:57:20.128Z[ recovery-image] Oct 22 16:57:19.237 INFO O| Oct 22 16:57:19.237 INFO STEP 507 (remove_files) COMPLETE
56952024-10-22T16:57:20.131Z[ recovery-image] Oct 22 16:57:19.237 INFO O| Oct 22 16:57:19.237 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-10-22T16:57:20.138Z[ recovery-image] Oct 22 16:57:19.247 INFO O| Oct 22 16:57:19.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
56972024-10-22T16:57:20.138Z[ recovery-image] Oct 22 16:57:19.247 INFO O| Oct 22 16:57:19.247 INFO STEP 508 (remove_files) COMPLETE
56982024-10-22T16:57:20.141Z[ recovery-image] Oct 22 16:57:19.247 INFO O| Oct 22 16:57:19.247 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-10-22T16:57:20.148Z[ recovery-image] Oct 22 16:57:19.257 INFO O| Oct 22 16:57:19.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
57002024-10-22T16:57:20.148Z[ recovery-image] Oct 22 16:57:19.257 INFO O| Oct 22 16:57:19.257 INFO STEP 509 (remove_files) COMPLETE
57012024-10-22T16:57:20.150Z[ recovery-image] Oct 22 16:57:19.257 INFO O| Oct 22 16:57:19.257 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-10-22T16:57:20.159Z[ recovery-image] Oct 22 16:57:19.269 INFO O| Oct 22 16:57:19.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
57032024-10-22T16:57:20.162Z[ recovery-image] Oct 22 16:57:19.269 INFO O| Oct 22 16:57:19.269 INFO STEP 510 (remove_files) COMPLETE
57042024-10-22T16:57:20.162Z[ recovery-image] Oct 22 16:57:19.269 INFO O| Oct 22 16:57:19.269 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-10-22T16:57:20.169Z[ recovery-image] Oct 22 16:57:19.278 INFO O| Oct 22 16:57:19.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
57062024-10-22T16:57:20.172Z[ recovery-image] Oct 22 16:57:19.279 INFO O| Oct 22 16:57:19.279 INFO STEP 511 (remove_files) COMPLETE
57072024-10-22T16:57:20.172Z[ recovery-image] Oct 22 16:57:19.279 INFO O| Oct 22 16:57:19.279 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-10-22T16:57:20.179Z[ recovery-image] Oct 22 16:57:19.288 INFO O| Oct 22 16:57:19.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
57092024-10-22T16:57:20.179Z[ recovery-image] Oct 22 16:57:19.288 INFO O| Oct 22 16:57:19.288 INFO STEP 512 (remove_files) COMPLETE
57102024-10-22T16:57:20.182Z[ recovery-image] Oct 22 16:57:19.289 INFO O| Oct 22 16:57:19.288 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-10-22T16:57:20.189Z[ recovery-image] Oct 22 16:57:19.298 INFO O| Oct 22 16:57:19.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
57122024-10-22T16:57:20.189Z[ recovery-image] Oct 22 16:57:19.298 INFO O| Oct 22 16:57:19.298 INFO STEP 513 (remove_files) COMPLETE
57132024-10-22T16:57:20.192Z[ recovery-image] Oct 22 16:57:19.298 INFO O| Oct 22 16:57:19.298 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-10-22T16:57:20.199Z[ recovery-image] Oct 22 16:57:19.308 INFO O| Oct 22 16:57:19.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
57152024-10-22T16:57:20.199Z[ recovery-image] Oct 22 16:57:19.308 INFO O| Oct 22 16:57:19.308 INFO STEP 514 (remove_files) COMPLETE
57162024-10-22T16:57:20.202Z[ recovery-image] Oct 22 16:57:19.309 INFO O| Oct 22 16:57:19.308 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-10-22T16:57:20.209Z[ recovery-image] Oct 22 16:57:19.318 INFO O| Oct 22 16:57:19.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
57182024-10-22T16:57:20.209Z[ recovery-image] Oct 22 16:57:19.318 INFO O| Oct 22 16:57:19.318 INFO STEP 515 (remove_files) COMPLETE
57192024-10-22T16:57:20.212Z[ recovery-image] Oct 22 16:57:19.319 INFO O| Oct 22 16:57:19.318 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-10-22T16:57:20.220Z[ recovery-image] Oct 22 16:57:19.329 INFO O| Oct 22 16:57:19.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
57212024-10-22T16:57:20.220Z[ recovery-image] Oct 22 16:57:19.329 INFO O| Oct 22 16:57:19.329 INFO STEP 516 (remove_files) COMPLETE
57222024-10-22T16:57:20.222Z[ recovery-image] Oct 22 16:57:19.329 INFO O| Oct 22 16:57:19.329 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-10-22T16:57:20.232Z[ recovery-image] Oct 22 16:57:19.341 INFO O| Oct 22 16:57:19.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
57242024-10-22T16:57:20.234Z[ recovery-image] Oct 22 16:57:19.341 INFO O| Oct 22 16:57:19.341 INFO STEP 517 (remove_files) COMPLETE
57252024-10-22T16:57:20.234Z[ recovery-image] Oct 22 16:57:19.341 INFO O| Oct 22 16:57:19.341 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-10-22T16:57:20.241Z[ recovery-image] Oct 22 16:57:19.350 INFO O| Oct 22 16:57:19.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
57272024-10-22T16:57:20.241Z[ recovery-image] Oct 22 16:57:19.351 INFO O| Oct 22 16:57:19.350 INFO STEP 518 (remove_files) COMPLETE
57282024-10-22T16:57:20.244Z[ recovery-image] Oct 22 16:57:19.351 INFO O| Oct 22 16:57:19.350 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-10-22T16:57:20.251Z[ recovery-image] Oct 22 16:57:19.360 INFO O| Oct 22 16:57:19.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
57302024-10-22T16:57:20.251Z[ recovery-image] Oct 22 16:57:19.360 INFO O| Oct 22 16:57:19.360 INFO STEP 519 (remove_files) COMPLETE
57312024-10-22T16:57:20.254Z[ recovery-image] Oct 22 16:57:19.360 INFO O| Oct 22 16:57:19.360 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-10-22T16:57:20.261Z[ recovery-image] Oct 22 16:57:19.370 INFO O| Oct 22 16:57:19.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
57332024-10-22T16:57:20.261Z[ recovery-image] Oct 22 16:57:19.370 INFO O| Oct 22 16:57:19.370 INFO STEP 520 (remove_files) COMPLETE
57342024-10-22T16:57:20.264Z[ recovery-image] Oct 22 16:57:19.370 INFO O| Oct 22 16:57:19.370 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-10-22T16:57:20.271Z[ recovery-image] Oct 22 16:57:19.380 INFO O| Oct 22 16:57:19.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
57362024-10-22T16:57:20.271Z[ recovery-image] Oct 22 16:57:19.380 INFO O| Oct 22 16:57:19.380 INFO STEP 521 (remove_files) COMPLETE
57372024-10-22T16:57:20.271Z[ recovery-image] Oct 22 16:57:19.380 INFO O| Oct 22 16:57:19.380 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-10-22T16:57:20.281Z[ recovery-image] Oct 22 16:57:19.390 INFO O| Oct 22 16:57:19.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
57392024-10-22T16:57:20.281Z[ recovery-image] Oct 22 16:57:19.390 INFO O| Oct 22 16:57:19.390 INFO STEP 522 (remove_files) COMPLETE
57402024-10-22T16:57:20.284Z[ recovery-image] Oct 22 16:57:19.390 INFO O| Oct 22 16:57:19.390 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-10-22T16:57:20.291Z[ recovery-image] Oct 22 16:57:19.400 INFO O| Oct 22 16:57:19.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
57422024-10-22T16:57:20.294Z[ recovery-image] Oct 22 16:57:19.400 INFO O| Oct 22 16:57:19.400 INFO STEP 523 (remove_files) COMPLETE
57432024-10-22T16:57:20.294Z[ recovery-image] Oct 22 16:57:19.400 INFO O| Oct 22 16:57:19.400 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-10-22T16:57:20.301Z[ recovery-image] Oct 22 16:57:19.410 INFO O| Oct 22 16:57:19.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
57452024-10-22T16:57:20.301Z[ recovery-image] Oct 22 16:57:19.410 INFO O| Oct 22 16:57:19.410 INFO STEP 524 (remove_files) COMPLETE
57462024-10-22T16:57:20.302Z[ recovery-image] Oct 22 16:57:19.410 INFO O| Oct 22 16:57:19.410 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-10-22T16:57:20.311Z[ recovery-image] Oct 22 16:57:19.420 INFO O| Oct 22 16:57:19.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
57482024-10-22T16:57:20.311Z[ recovery-image] Oct 22 16:57:19.420 INFO O| Oct 22 16:57:19.420 INFO STEP 525 (remove_files) COMPLETE
57492024-10-22T16:57:20.314Z[ recovery-image] Oct 22 16:57:19.420 INFO O| Oct 22 16:57:19.420 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-10-22T16:57:20.321Z[ recovery-image] Oct 22 16:57:19.430 INFO O| Oct 22 16:57:19.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
57512024-10-22T16:57:20.324Z[ recovery-image] Oct 22 16:57:19.431 INFO O| Oct 22 16:57:19.430 INFO STEP 526 (remove_files) COMPLETE
57522024-10-22T16:57:20.324Z[ recovery-image] Oct 22 16:57:19.431 INFO O| Oct 22 16:57:19.430 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-10-22T16:57:20.331Z[ recovery-image] Oct 22 16:57:19.440 INFO O| Oct 22 16:57:19.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
57542024-10-22T16:57:20.334Z[ recovery-image] Oct 22 16:57:19.441 INFO O| Oct 22 16:57:19.440 INFO STEP 527 (remove_files) COMPLETE
57552024-10-22T16:57:20.334Z[ recovery-image] Oct 22 16:57:19.441 INFO O| Oct 22 16:57:19.441 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-10-22T16:57:20.341Z[ recovery-image] Oct 22 16:57:19.450 INFO O| Oct 22 16:57:19.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
57572024-10-22T16:57:20.341Z[ recovery-image] Oct 22 16:57:19.450 INFO O| Oct 22 16:57:19.450 INFO STEP 528 (remove_files) COMPLETE
57582024-10-22T16:57:20.341Z[ recovery-image] Oct 22 16:57:19.450 INFO O| Oct 22 16:57:19.450 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-10-22T16:57:20.351Z[ recovery-image] Oct 22 16:57:19.460 INFO O| Oct 22 16:57:19.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
57602024-10-22T16:57:20.351Z[ recovery-image] Oct 22 16:57:19.460 INFO O| Oct 22 16:57:19.460 INFO STEP 529 (remove_files) COMPLETE
57612024-10-22T16:57:20.353Z[ recovery-image] Oct 22 16:57:19.460 INFO O| Oct 22 16:57:19.460 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-10-22T16:57:20.361Z[ recovery-image] Oct 22 16:57:19.470 INFO O| Oct 22 16:57:19.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
57632024-10-22T16:57:20.363Z[ recovery-image] Oct 22 16:57:19.470 INFO O| Oct 22 16:57:19.470 INFO STEP 530 (remove_files) COMPLETE
57642024-10-22T16:57:20.363Z[ recovery-image] Oct 22 16:57:19.470 INFO O| Oct 22 16:57:19.470 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-10-22T16:57:20.371Z[ recovery-image] Oct 22 16:57:19.480 INFO O| Oct 22 16:57:19.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
57662024-10-22T16:57:20.374Z[ recovery-image] Oct 22 16:57:19.480 INFO O| Oct 22 16:57:19.480 INFO STEP 531 (remove_files) COMPLETE
57672024-10-22T16:57:20.374Z[ recovery-image] Oct 22 16:57:19.480 INFO O| Oct 22 16:57:19.480 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-10-22T16:57:20.382Z[ recovery-image] Oct 22 16:57:19.491 INFO O| Oct 22 16:57:19.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
57692024-10-22T16:57:20.382Z[ recovery-image] Oct 22 16:57:19.491 INFO O| Oct 22 16:57:19.491 INFO STEP 532 (remove_files) COMPLETE
57702024-10-22T16:57:20.384Z[ recovery-image] Oct 22 16:57:19.491 INFO O| Oct 22 16:57:19.491 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-10-22T16:57:20.393Z[ recovery-image] Oct 22 16:57:19.502 INFO O| Oct 22 16:57:19.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
57722024-10-22T16:57:20.396Z[ recovery-image] Oct 22 16:57:19.502 INFO O| Oct 22 16:57:19.502 INFO STEP 533 (remove_files) COMPLETE
57732024-10-22T16:57:20.396Z[ recovery-image] Oct 22 16:57:19.502 INFO O| Oct 22 16:57:19.502 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-10-22T16:57:20.403Z[ recovery-image] Oct 22 16:57:19.513 INFO O| Oct 22 16:57:19.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
57752024-10-22T16:57:20.406Z[ recovery-image] Oct 22 16:57:19.513 INFO O| Oct 22 16:57:19.513 INFO STEP 534 (remove_files) COMPLETE
57762024-10-22T16:57:20.406Z[ recovery-image] Oct 22 16:57:19.513 INFO O| Oct 22 16:57:19.513 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-10-22T16:57:20.414Z[ recovery-image] Oct 22 16:57:19.523 INFO O| Oct 22 16:57:19.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
57782024-10-22T16:57:20.414Z[ recovery-image] Oct 22 16:57:19.523 INFO O| Oct 22 16:57:19.523 INFO STEP 535 (remove_files) COMPLETE
57792024-10-22T16:57:20.414Z[ recovery-image] Oct 22 16:57:19.523 INFO O| Oct 22 16:57:19.523 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-10-22T16:57:20.426Z[ recovery-image] Oct 22 16:57:19.535 INFO O| Oct 22 16:57:19.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
57812024-10-22T16:57:20.428Z[ recovery-image] Oct 22 16:57:19.535 INFO O| Oct 22 16:57:19.535 INFO STEP 536 (remove_files) COMPLETE
57822024-10-22T16:57:20.428Z[ recovery-image] Oct 22 16:57:19.535 INFO O| Oct 22 16:57:19.535 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-10-22T16:57:20.438Z[ recovery-image] Oct 22 16:57:19.547 INFO O| Oct 22 16:57:19.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
57842024-10-22T16:57:20.438Z[ recovery-image] Oct 22 16:57:19.547 INFO O| Oct 22 16:57:19.547 INFO STEP 537 (remove_files) COMPLETE
57852024-10-22T16:57:20.440Z[ recovery-image] Oct 22 16:57:19.547 INFO O| Oct 22 16:57:19.547 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-10-22T16:57:20.448Z[ recovery-image] Oct 22 16:57:19.557 INFO O| Oct 22 16:57:19.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
57872024-10-22T16:57:20.448Z[ recovery-image] Oct 22 16:57:19.557 INFO O| Oct 22 16:57:19.557 INFO STEP 538 (remove_files) COMPLETE
57882024-10-22T16:57:20.448Z[ recovery-image] Oct 22 16:57:19.557 INFO O| Oct 22 16:57:19.557 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-10-22T16:57:20.459Z[ recovery-image] Oct 22 16:57:19.567 INFO O| Oct 22 16:57:19.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
57902024-10-22T16:57:20.459Z[ recovery-image] Oct 22 16:57:19.567 INFO O| Oct 22 16:57:19.567 INFO STEP 539 (remove_files) COMPLETE
57912024-10-22T16:57:20.459Z[ recovery-image] Oct 22 16:57:19.567 INFO O| Oct 22 16:57:19.567 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-10-22T16:57:20.469Z[ recovery-image] Oct 22 16:57:19.577 INFO O| Oct 22 16:57:19.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
57932024-10-22T16:57:20.469Z[ recovery-image] Oct 22 16:57:19.578 INFO O| Oct 22 16:57:19.577 INFO STEP 540 (remove_files) COMPLETE
57942024-10-22T16:57:20.469Z[ recovery-image] Oct 22 16:57:19.578 INFO O| Oct 22 16:57:19.578 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-10-22T16:57:20.479Z[ recovery-image] Oct 22 16:57:19.588 INFO O| Oct 22 16:57:19.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
57962024-10-22T16:57:20.479Z[ recovery-image] Oct 22 16:57:19.588 INFO O| Oct 22 16:57:19.588 INFO STEP 541 (remove_files) COMPLETE
57972024-10-22T16:57:20.481Z[ recovery-image] Oct 22 16:57:19.588 INFO O| Oct 22 16:57:19.588 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-10-22T16:57:20.490Z[ recovery-image] Oct 22 16:57:19.599 INFO O| Oct 22 16:57:19.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
57992024-10-22T16:57:20.495Z[ recovery-image] Oct 22 16:57:19.599 INFO O| Oct 22 16:57:19.599 INFO STEP 542 (remove_files) COMPLETE
58002024-10-22T16:57:20.495Z[ recovery-image] Oct 22 16:57:19.599 INFO O| Oct 22 16:57:19.599 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-10-22T16:57:20.500Z[ recovery-image] Oct 22 16:57:19.609 INFO O| Oct 22 16:57:19.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
58022024-10-22T16:57:20.503Z[ recovery-image] Oct 22 16:57:19.609 INFO O| Oct 22 16:57:19.609 INFO STEP 543 (remove_files) COMPLETE
58032024-10-22T16:57:20.503Z[ recovery-image] Oct 22 16:57:19.609 INFO O| Oct 22 16:57:19.609 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-10-22T16:57:20.510Z[ recovery-image] Oct 22 16:57:19.619 INFO O| Oct 22 16:57:19.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
58052024-10-22T16:57:20.510Z[ recovery-image] Oct 22 16:57:19.619 INFO O| Oct 22 16:57:19.619 INFO STEP 544 (remove_files) COMPLETE
58062024-10-22T16:57:20.512Z[ recovery-image] Oct 22 16:57:19.619 INFO O| Oct 22 16:57:19.619 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-10-22T16:57:20.520Z[ recovery-image] Oct 22 16:57:19.629 INFO O| Oct 22 16:57:19.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
58082024-10-22T16:57:20.520Z[ recovery-image] Oct 22 16:57:19.629 INFO O| Oct 22 16:57:19.629 INFO STEP 545 (remove_files) COMPLETE
58092024-10-22T16:57:20.523Z[ recovery-image] Oct 22 16:57:19.629 INFO O| Oct 22 16:57:19.629 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-10-22T16:57:20.530Z[ recovery-image] Oct 22 16:57:19.639 INFO O| Oct 22 16:57:19.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
58112024-10-22T16:57:20.532Z[ recovery-image] Oct 22 16:57:19.639 INFO O| Oct 22 16:57:19.639 INFO STEP 546 (remove_files) COMPLETE
58122024-10-22T16:57:20.532Z[ recovery-image] Oct 22 16:57:19.639 INFO O| Oct 22 16:57:19.639 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-10-22T16:57:20.540Z[ recovery-image] Oct 22 16:57:19.649 INFO O| Oct 22 16:57:19.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
58142024-10-22T16:57:20.542Z[ recovery-image] Oct 22 16:57:19.649 INFO O| Oct 22 16:57:19.649 INFO STEP 547 (remove_files) COMPLETE
58152024-10-22T16:57:20.542Z[ recovery-image] Oct 22 16:57:19.649 INFO O| Oct 22 16:57:19.649 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-10-22T16:57:20.550Z[ recovery-image] Oct 22 16:57:19.659 INFO O| Oct 22 16:57:19.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
58172024-10-22T16:57:20.552Z[ recovery-image] Oct 22 16:57:19.659 INFO O| Oct 22 16:57:19.659 INFO STEP 548 (remove_files) COMPLETE
58182024-10-22T16:57:20.552Z[ recovery-image] Oct 22 16:57:19.659 INFO O| Oct 22 16:57:19.659 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-10-22T16:57:20.558Z[ host-image] Oct 22 16:57:19.667 INFO O| Oct 22 16:57:19.667 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
58202024-10-22T16:57:20.560Z[ recovery-image] Oct 22 16:57:19.669 INFO O| Oct 22 16:57:19.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
58212024-10-22T16:57:20.562Z[ recovery-image] Oct 22 16:57:19.669 INFO O| Oct 22 16:57:19.669 INFO STEP 549 (remove_files) COMPLETE
58222024-10-22T16:57:20.562Z[ recovery-image] Oct 22 16:57:19.669 INFO O| Oct 22 16:57:19.669 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-10-22T16:57:20.570Z[ recovery-image] Oct 22 16:57:19.679 INFO O| Oct 22 16:57:19.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
58242024-10-22T16:57:20.570Z[ recovery-image] Oct 22 16:57:19.679 INFO O| Oct 22 16:57:19.679 INFO STEP 550 (remove_files) COMPLETE
58252024-10-22T16:57:20.570Z[ recovery-image] Oct 22 16:57:19.679 INFO O| Oct 22 16:57:19.679 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-10-22T16:57:20.580Z[ recovery-image] Oct 22 16:57:19.689 INFO O| Oct 22 16:57:19.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
58272024-10-22T16:57:20.583Z[ recovery-image] Oct 22 16:57:19.689 INFO O| Oct 22 16:57:19.689 INFO STEP 551 (remove_files) COMPLETE
58282024-10-22T16:57:20.583Z[ recovery-image] Oct 22 16:57:19.689 INFO O| Oct 22 16:57:19.689 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-10-22T16:57:20.590Z[ recovery-image] Oct 22 16:57:19.699 INFO O| Oct 22 16:57:19.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
58302024-10-22T16:57:20.593Z[ recovery-image] Oct 22 16:57:19.700 INFO O| Oct 22 16:57:19.699 INFO STEP 552 (remove_files) COMPLETE
58312024-10-22T16:57:20.593Z[ recovery-image] Oct 22 16:57:19.700 INFO O| Oct 22 16:57:19.700 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-10-22T16:57:20.601Z[ recovery-image] Oct 22 16:57:19.709 INFO O| Oct 22 16:57:19.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
58332024-10-22T16:57:20.603Z[ recovery-image] Oct 22 16:57:19.710 INFO O| Oct 22 16:57:19.710 INFO STEP 553 (remove_files) COMPLETE
58342024-10-22T16:57:20.603Z[ recovery-image] Oct 22 16:57:19.710 INFO O| Oct 22 16:57:19.710 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-10-22T16:57:20.610Z[ recovery-image] Oct 22 16:57:19.720 INFO O| Oct 22 16:57:19.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
58362024-10-22T16:57:20.613Z[ recovery-image] Oct 22 16:57:19.720 INFO O| Oct 22 16:57:19.720 INFO STEP 554 (remove_files) COMPLETE
58372024-10-22T16:57:20.613Z[ recovery-image] Oct 22 16:57:19.720 INFO O| Oct 22 16:57:19.720 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-10-22T16:57:20.622Z[ recovery-image] Oct 22 16:57:19.731 INFO O| Oct 22 16:57:19.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
58392024-10-22T16:57:20.624Z[ recovery-image] Oct 22 16:57:19.731 INFO O| Oct 22 16:57:19.731 INFO STEP 555 (remove_files) COMPLETE
58402024-10-22T16:57:20.624Z[ recovery-image] Oct 22 16:57:19.731 INFO O| Oct 22 16:57:19.731 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-10-22T16:57:20.632Z[ recovery-image] Oct 22 16:57:19.741 INFO O| Oct 22 16:57:19.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
58422024-10-22T16:57:20.632Z[ recovery-image] Oct 22 16:57:19.741 INFO O| Oct 22 16:57:19.741 INFO STEP 556 (remove_files) COMPLETE
58432024-10-22T16:57:20.634Z[ recovery-image] Oct 22 16:57:19.741 INFO O| Oct 22 16:57:19.741 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-10-22T16:57:20.642Z[ recovery-image] Oct 22 16:57:19.751 INFO O| Oct 22 16:57:19.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
58452024-10-22T16:57:20.642Z[ recovery-image] Oct 22 16:57:19.751 INFO O| Oct 22 16:57:19.751 INFO STEP 557 (remove_files) COMPLETE
58462024-10-22T16:57:20.645Z[ recovery-image] Oct 22 16:57:19.751 INFO O| Oct 22 16:57:19.751 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-10-22T16:57:20.653Z[ recovery-image] Oct 22 16:57:19.762 INFO O| Oct 22 16:57:19.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
58482024-10-22T16:57:20.655Z[ recovery-image] Oct 22 16:57:19.762 INFO O| Oct 22 16:57:19.762 INFO STEP 558 (remove_files) COMPLETE
58492024-10-22T16:57:20.655Z[ recovery-image] Oct 22 16:57:19.762 INFO O| Oct 22 16:57:19.762 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-10-22T16:57:20.663Z[ recovery-image] Oct 22 16:57:19.772 INFO O| Oct 22 16:57:19.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
58512024-10-22T16:57:20.664Z[ recovery-image] Oct 22 16:57:19.773 INFO O| Oct 22 16:57:19.772 INFO STEP 559 (remove_files) COMPLETE
58522024-10-22T16:57:20.664Z[ recovery-image] Oct 22 16:57:19.773 INFO O| Oct 22 16:57:19.773 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-10-22T16:57:20.674Z[ recovery-image] Oct 22 16:57:19.782 INFO O| Oct 22 16:57:19.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
58542024-10-22T16:57:20.674Z[ recovery-image] Oct 22 16:57:19.783 INFO O| Oct 22 16:57:19.783 INFO STEP 560 (remove_files) COMPLETE
58552024-10-22T16:57:20.674Z[ recovery-image] Oct 22 16:57:19.783 INFO O| Oct 22 16:57:19.783 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-10-22T16:57:20.684Z[ recovery-image] Oct 22 16:57:19.793 INFO O| Oct 22 16:57:19.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
58572024-10-22T16:57:20.684Z[ recovery-image] Oct 22 16:57:19.793 INFO O| Oct 22 16:57:19.793 INFO STEP 561 (remove_files) COMPLETE
58582024-10-22T16:57:20.684Z[ recovery-image] Oct 22 16:57:19.793 INFO O| Oct 22 16:57:19.793 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-10-22T16:57:20.694Z[ recovery-image] Oct 22 16:57:19.802 INFO O| Oct 22 16:57:19.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
58602024-10-22T16:57:20.694Z[ recovery-image] Oct 22 16:57:19.803 INFO O| Oct 22 16:57:19.803 INFO STEP 562 (remove_files) COMPLETE
58612024-10-22T16:57:20.697Z[ recovery-image] Oct 22 16:57:19.803 INFO O| Oct 22 16:57:19.803 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-10-22T16:57:20.704Z[ recovery-image] Oct 22 16:57:19.812 INFO O| Oct 22 16:57:19.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
58632024-10-22T16:57:20.704Z[ recovery-image] Oct 22 16:57:19.813 INFO O| Oct 22 16:57:19.812 INFO STEP 563 (remove_files) COMPLETE
58642024-10-22T16:57:20.706Z[ recovery-image] Oct 22 16:57:19.813 INFO O| Oct 22 16:57:19.812 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-10-22T16:57:20.713Z[ recovery-image] Oct 22 16:57:19.822 INFO O| Oct 22 16:57:19.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
58662024-10-22T16:57:20.716Z[ recovery-image] Oct 22 16:57:19.822 INFO O| Oct 22 16:57:19.822 INFO STEP 564 (remove_files) COMPLETE
58672024-10-22T16:57:20.716Z[ recovery-image] Oct 22 16:57:19.822 INFO O| Oct 22 16:57:19.822 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-10-22T16:57:20.724Z[ recovery-image] Oct 22 16:57:19.833 INFO O| Oct 22 16:57:19.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
58692024-10-22T16:57:20.724Z[ recovery-image] Oct 22 16:57:19.833 INFO O| Oct 22 16:57:19.833 INFO STEP 565 (remove_files) COMPLETE
58702024-10-22T16:57:20.724Z[ recovery-image] Oct 22 16:57:19.833 INFO O| Oct 22 16:57:19.833 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-10-22T16:57:20.734Z[ recovery-image] Oct 22 16:57:19.843 INFO O| Oct 22 16:57:19.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
58722024-10-22T16:57:20.734Z[ recovery-image] Oct 22 16:57:19.843 INFO O| Oct 22 16:57:19.843 INFO STEP 566 (remove_files) COMPLETE
58732024-10-22T16:57:20.736Z[ recovery-image] Oct 22 16:57:19.843 INFO O| Oct 22 16:57:19.843 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-10-22T16:57:20.745Z[ recovery-image] Oct 22 16:57:19.854 INFO O| Oct 22 16:57:19.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
58752024-10-22T16:57:20.745Z[ recovery-image] Oct 22 16:57:19.854 INFO O| Oct 22 16:57:19.854 INFO STEP 567 (remove_files) COMPLETE
58762024-10-22T16:57:20.745Z[ recovery-image] Oct 22 16:57:19.854 INFO O| Oct 22 16:57:19.854 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-10-22T16:57:20.755Z[ recovery-image] Oct 22 16:57:19.864 INFO O| Oct 22 16:57:19.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
58782024-10-22T16:57:20.755Z[ recovery-image] Oct 22 16:57:19.864 INFO O| Oct 22 16:57:19.864 INFO STEP 568 (remove_files) COMPLETE
58792024-10-22T16:57:20.755Z[ recovery-image] Oct 22 16:57:19.864 INFO O| Oct 22 16:57:19.864 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-10-22T16:57:20.765Z[ recovery-image] Oct 22 16:57:19.874 INFO O| Oct 22 16:57:19.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
58812024-10-22T16:57:20.765Z[ recovery-image] Oct 22 16:57:19.874 INFO O| Oct 22 16:57:19.874 INFO STEP 569 (remove_files) COMPLETE
58822024-10-22T16:57:20.765Z[ recovery-image] Oct 22 16:57:19.874 INFO O| Oct 22 16:57:19.874 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-10-22T16:57:20.775Z[ recovery-image] Oct 22 16:57:19.884 INFO O| Oct 22 16:57:19.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
58842024-10-22T16:57:20.775Z[ recovery-image] Oct 22 16:57:19.884 INFO O| Oct 22 16:57:19.884 INFO STEP 570 (remove_files) COMPLETE
58852024-10-22T16:57:20.775Z[ recovery-image] Oct 22 16:57:19.884 INFO O| Oct 22 16:57:19.884 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-10-22T16:57:20.785Z[ recovery-image] Oct 22 16:57:19.894 INFO O| Oct 22 16:57:19.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
58872024-10-22T16:57:20.785Z[ recovery-image] Oct 22 16:57:19.894 INFO O| Oct 22 16:57:19.894 INFO STEP 571 (remove_files) COMPLETE
58882024-10-22T16:57:20.785Z[ recovery-image] Oct 22 16:57:19.894 INFO O| Oct 22 16:57:19.894 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-10-22T16:57:20.795Z[ recovery-image] Oct 22 16:57:19.904 INFO O| Oct 22 16:57:19.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
58902024-10-22T16:57:20.795Z[ recovery-image] Oct 22 16:57:19.904 INFO O| Oct 22 16:57:19.904 INFO STEP 572 (remove_files) COMPLETE
58912024-10-22T16:57:20.795Z[ recovery-image] Oct 22 16:57:19.904 INFO O| Oct 22 16:57:19.904 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-10-22T16:57:20.805Z[ recovery-image] Oct 22 16:57:19.914 INFO O| Oct 22 16:57:19.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
58932024-10-22T16:57:20.807Z[ recovery-image] Oct 22 16:57:19.914 INFO O| Oct 22 16:57:19.914 INFO STEP 573 (remove_files) COMPLETE
58942024-10-22T16:57:20.807Z[ recovery-image] Oct 22 16:57:19.914 INFO O| Oct 22 16:57:19.914 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-10-22T16:57:20.815Z[ recovery-image] Oct 22 16:57:19.924 INFO O| Oct 22 16:57:19.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
58962024-10-22T16:57:20.815Z[ recovery-image] Oct 22 16:57:19.924 INFO O| Oct 22 16:57:19.924 INFO STEP 574 (remove_files) COMPLETE
58972024-10-22T16:57:20.817Z[ recovery-image] Oct 22 16:57:19.924 INFO O| Oct 22 16:57:19.924 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-10-22T16:57:20.826Z[ recovery-image] Oct 22 16:57:19.935 INFO O| Oct 22 16:57:19.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
58992024-10-22T16:57:20.826Z[ recovery-image] Oct 22 16:57:19.935 INFO O| Oct 22 16:57:19.935 INFO STEP 575 (remove_files) COMPLETE
59002024-10-22T16:57:20.829Z[ recovery-image] Oct 22 16:57:19.935 INFO O| Oct 22 16:57:19.935 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-10-22T16:57:20.838Z[ recovery-image] Oct 22 16:57:19.947 INFO O| Oct 22 16:57:19.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
59022024-10-22T16:57:20.838Z[ recovery-image] Oct 22 16:57:19.947 INFO O| Oct 22 16:57:19.947 INFO STEP 576 (remove_files) COMPLETE
59032024-10-22T16:57:20.841Z[ recovery-image] Oct 22 16:57:19.947 INFO O| Oct 22 16:57:19.947 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-10-22T16:57:20.848Z[ recovery-image] Oct 22 16:57:19.957 INFO O| Oct 22 16:57:19.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
59052024-10-22T16:57:20.851Z[ recovery-image] Oct 22 16:57:19.957 INFO O| Oct 22 16:57:19.957 INFO STEP 577 (remove_files) COMPLETE
59062024-10-22T16:57:20.851Z[ recovery-image] Oct 22 16:57:19.957 INFO O| Oct 22 16:57:19.957 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-10-22T16:57:20.859Z[ recovery-image] Oct 22 16:57:19.967 INFO O| Oct 22 16:57:19.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
59082024-10-22T16:57:20.862Z[ recovery-image] Oct 22 16:57:19.968 INFO O| Oct 22 16:57:19.967 INFO STEP 578 (remove_files) COMPLETE
59092024-10-22T16:57:20.862Z[ recovery-image] Oct 22 16:57:19.968 INFO O| Oct 22 16:57:19.967 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-10-22T16:57:20.869Z[ recovery-image] Oct 22 16:57:19.977 INFO O| Oct 22 16:57:19.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
59112024-10-22T16:57:20.869Z[ recovery-image] Oct 22 16:57:19.978 INFO O| Oct 22 16:57:19.978 INFO STEP 579 (remove_files) COMPLETE
59122024-10-22T16:57:20.869Z[ recovery-image] Oct 22 16:57:19.978 INFO O| Oct 22 16:57:19.978 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-10-22T16:57:20.881Z[ recovery-image] Oct 22 16:57:19.989 INFO O| Oct 22 16:57:19.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
59142024-10-22T16:57:20.883Z[ recovery-image] Oct 22 16:57:19.990 INFO O| Oct 22 16:57:19.990 INFO STEP 580 (remove_files) COMPLETE
59152024-10-22T16:57:20.883Z[ recovery-image] Oct 22 16:57:19.990 INFO O| Oct 22 16:57:19.990 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-10-22T16:57:20.894Z[ recovery-image] Oct 22 16:57:20.003 INFO O| Oct 22 16:57:20.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
59172024-10-22T16:57:20.894Z[ recovery-image] Oct 22 16:57:20.003 INFO O| Oct 22 16:57:20.003 INFO STEP 581 (remove_files) COMPLETE
59182024-10-22T16:57:20.897Z[ recovery-image] Oct 22 16:57:20.003 INFO O| Oct 22 16:57:20.003 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-10-22T16:57:20.906Z[ recovery-image] Oct 22 16:57:20.015 INFO O| Oct 22 16:57:20.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
59202024-10-22T16:57:20.906Z[ recovery-image] Oct 22 16:57:20.015 INFO O| Oct 22 16:57:20.015 INFO STEP 582 (remove_files) COMPLETE
59212024-10-22T16:57:20.908Z[ recovery-image] Oct 22 16:57:20.015 INFO O| Oct 22 16:57:20.015 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-10-22T16:57:20.917Z[ recovery-image] Oct 22 16:57:20.026 INFO O| Oct 22 16:57:20.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
59232024-10-22T16:57:20.919Z[ recovery-image] Oct 22 16:57:20.026 INFO O| Oct 22 16:57:20.026 INFO STEP 583 (remove_files) COMPLETE
59242024-10-22T16:57:20.919Z[ recovery-image] Oct 22 16:57:20.026 INFO O| Oct 22 16:57:20.026 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-10-22T16:57:20.931Z[ recovery-image] Oct 22 16:57:20.040 INFO O| Oct 22 16:57:20.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
59262024-10-22T16:57:20.934Z[ recovery-image] Oct 22 16:57:20.041 INFO O| Oct 22 16:57:20.041 INFO STEP 584 (remove_files) COMPLETE
59272024-10-22T16:57:20.934Z[ recovery-image] Oct 22 16:57:20.041 INFO O| Oct 22 16:57:20.041 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282024-10-22T16:57:20.964Z[ recovery-image] Oct 22 16:57:20.072 INFO O| Oct 22 16:57:20.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
59292024-10-22T16:57:20.964Z[ recovery-image] Oct 22 16:57:20.072 INFO O| Oct 22 16:57:20.072 INFO STEP 585 (remove_files) COMPLETE
59302024-10-22T16:57:20.964Z[ recovery-image] Oct 22 16:57:20.072 INFO O| Oct 22 16:57:20.072 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312024-10-22T16:57:20.980Z[ recovery-image] Oct 22 16:57:20.088 INFO O| Oct 22 16:57:20.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
59322024-10-22T16:57:20.980Z[ recovery-image] Oct 22 16:57:20.088 INFO O| Oct 22 16:57:20.088 INFO STEP 586 (remove_files) COMPLETE
59332024-10-22T16:57:20.980Z[ recovery-image] Oct 22 16:57:20.089 INFO O| Oct 22 16:57:20.088 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-10-22T16:57:20.994Z[ recovery-image] Oct 22 16:57:20.103 INFO O| Oct 22 16:57:20.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
59352024-10-22T16:57:20.994Z[ recovery-image] Oct 22 16:57:20.103 INFO O| Oct 22 16:57:20.103 INFO STEP 587 (remove_files) COMPLETE
59362024-10-22T16:57:20.997Z[ recovery-image] Oct 22 16:57:20.103 INFO O| Oct 22 16:57:20.103 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372024-10-22T16:57:21.009Z[ recovery-image] Oct 22 16:57:20.118 INFO O| Oct 22 16:57:20.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
59382024-10-22T16:57:21.009Z[ recovery-image] Oct 22 16:57:20.118 INFO O| Oct 22 16:57:20.118 INFO STEP 588 (remove_files) COMPLETE
59392024-10-22T16:57:21.009Z[ recovery-image] Oct 22 16:57:20.118 INFO O| Oct 22 16:57:20.118 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402024-10-22T16:57:21.022Z[ recovery-image] Oct 22 16:57:20.131 INFO O| Oct 22 16:57:20.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
59412024-10-22T16:57:21.022Z[ recovery-image] Oct 22 16:57:20.131 INFO O| Oct 22 16:57:20.131 INFO STEP 589 (remove_files) COMPLETE
59422024-10-22T16:57:21.025Z[ recovery-image] Oct 22 16:57:20.131 INFO O| Oct 22 16:57:20.131 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-10-22T16:57:21.040Z[ recovery-image] Oct 22 16:57:20.142 INFO O| Oct 22 16:57:20.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
59442024-10-22T16:57:21.042Z[ recovery-image] Oct 22 16:57:20.143 INFO O| Oct 22 16:57:20.142 INFO STEP 590 (remove_files) COMPLETE
59452024-10-22T16:57:21.042Z[ recovery-image] Oct 22 16:57:20.143 INFO O| Oct 22 16:57:20.142 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-10-22T16:57:21.047Z[ recovery-image] Oct 22 16:57:20.155 INFO O| Oct 22 16:57:20.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
59472024-10-22T16:57:21.047Z[ recovery-image] Oct 22 16:57:20.156 INFO O| Oct 22 16:57:20.156 INFO STEP 591 (remove_files) COMPLETE
59482024-10-22T16:57:21.049Z[ recovery-image] Oct 22 16:57:20.156 INFO O| Oct 22 16:57:20.156 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492024-10-22T16:57:21.061Z[ recovery-image] Oct 22 16:57:20.169 INFO O| Oct 22 16:57:20.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
59502024-10-22T16:57:21.063Z[ recovery-image] Oct 22 16:57:20.169 INFO O| Oct 22 16:57:20.169 INFO STEP 592 (remove_files) COMPLETE
59512024-10-22T16:57:21.063Z[ recovery-image] Oct 22 16:57:20.169 INFO O| Oct 22 16:57:20.169 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522024-10-22T16:57:21.072Z[ recovery-image] Oct 22 16:57:20.180 INFO O| Oct 22 16:57:20.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
59532024-10-22T16:57:21.074Z[ recovery-image] Oct 22 16:57:20.181 INFO O| Oct 22 16:57:20.181 INFO STEP 593 (remove_files) COMPLETE
59542024-10-22T16:57:21.074Z[ recovery-image] Oct 22 16:57:20.181 INFO O| Oct 22 16:57:20.181 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552024-10-22T16:57:21.084Z[ recovery-image] Oct 22 16:57:20.193 INFO O| Oct 22 16:57:20.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
59562024-10-22T16:57:21.084Z[ recovery-image] Oct 22 16:57:20.193 INFO O| Oct 22 16:57:20.193 INFO STEP 594 (remove_files) COMPLETE
59572024-10-22T16:57:21.087Z[ recovery-image] Oct 22 16:57:20.193 INFO O| Oct 22 16:57:20.193 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582024-10-22T16:57:21.099Z[ recovery-image] Oct 22 16:57:20.207 INFO O| Oct 22 16:57:20.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
59592024-10-22T16:57:21.102Z[ recovery-image] Oct 22 16:57:20.207 INFO O| Oct 22 16:57:20.207 INFO STEP 595 (remove_files) COMPLETE
59602024-10-22T16:57:21.102Z[ recovery-image] Oct 22 16:57:20.208 INFO O| Oct 22 16:57:20.207 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612024-10-22T16:57:21.112Z[ recovery-image] Oct 22 16:57:20.221 INFO O| Oct 22 16:57:20.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
59622024-10-22T16:57:21.114Z[ recovery-image] Oct 22 16:57:20.221 INFO O| Oct 22 16:57:20.221 INFO STEP 596 (remove_files) COMPLETE
59632024-10-22T16:57:21.114Z[ recovery-image] Oct 22 16:57:20.221 INFO O| Oct 22 16:57:20.221 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642024-10-22T16:57:21.125Z[ recovery-image] Oct 22 16:57:20.234 INFO O| Oct 22 16:57:20.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
59652024-10-22T16:57:21.125Z[ recovery-image] Oct 22 16:57:20.234 INFO O| Oct 22 16:57:20.234 INFO STEP 597 (remove_files) COMPLETE
59662024-10-22T16:57:21.125Z[ recovery-image] Oct 22 16:57:20.234 INFO O| Oct 22 16:57:20.234 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672024-10-22T16:57:21.140Z[ recovery-image] Oct 22 16:57:20.249 INFO O| Oct 22 16:57:20.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
59682024-10-22T16:57:21.140Z[ recovery-image] Oct 22 16:57:20.249 INFO O| Oct 22 16:57:20.249 INFO STEP 598 (remove_files) COMPLETE
59692024-10-22T16:57:21.140Z[ recovery-image] Oct 22 16:57:20.249 INFO O| Oct 22 16:57:20.249 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702024-10-22T16:57:21.152Z[ recovery-image] Oct 22 16:57:20.261 INFO O| Oct 22 16:57:20.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
59712024-10-22T16:57:21.152Z[ recovery-image] Oct 22 16:57:20.261 INFO O| Oct 22 16:57:20.261 INFO STEP 599 (remove_files) COMPLETE
59722024-10-22T16:57:21.152Z[ recovery-image] Oct 22 16:57:20.261 INFO O| Oct 22 16:57:20.261 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732024-10-22T16:57:21.166Z[ recovery-image] Oct 22 16:57:20.275 INFO O| Oct 22 16:57:20.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
59742024-10-22T16:57:21.168Z[ recovery-image] Oct 22 16:57:20.275 INFO O| Oct 22 16:57:20.275 INFO STEP 600 (remove_files) COMPLETE
59752024-10-22T16:57:21.168Z[ recovery-image] Oct 22 16:57:20.275 INFO O| Oct 22 16:57:20.275 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762024-10-22T16:57:21.177Z[ recovery-image] Oct 22 16:57:20.286 INFO O| Oct 22 16:57:20.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
59772024-10-22T16:57:21.180Z[ recovery-image] Oct 22 16:57:20.286 INFO O| Oct 22 16:57:20.286 INFO STEP 601 (remove_files) COMPLETE
59782024-10-22T16:57:21.180Z[ recovery-image] Oct 22 16:57:20.287 INFO O| Oct 22 16:57:20.286 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792024-10-22T16:57:21.191Z[ recovery-image] Oct 22 16:57:20.300 INFO O| Oct 22 16:57:20.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
59802024-10-22T16:57:21.193Z[ recovery-image] Oct 22 16:57:20.300 INFO O| Oct 22 16:57:20.300 INFO STEP 602 (remove_files) COMPLETE
59812024-10-22T16:57:21.193Z[ recovery-image] Oct 22 16:57:20.300 INFO O| Oct 22 16:57:20.300 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822024-10-22T16:57:21.203Z[ recovery-image] Oct 22 16:57:20.311 INFO O| Oct 22 16:57:20.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
59832024-10-22T16:57:21.205Z[ recovery-image] Oct 22 16:57:20.312 INFO O| Oct 22 16:57:20.311 INFO STEP 603 (remove_files) COMPLETE
59842024-10-22T16:57:21.205Z[ recovery-image] Oct 22 16:57:20.312 INFO O| Oct 22 16:57:20.312 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852024-10-22T16:57:21.214Z[ recovery-image] Oct 22 16:57:20.323 INFO O| Oct 22 16:57:20.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
59862024-10-22T16:57:21.216Z[ recovery-image] Oct 22 16:57:20.323 INFO O| Oct 22 16:57:20.323 INFO STEP 604 (remove_files) COMPLETE
59872024-10-22T16:57:21.216Z[ recovery-image] Oct 22 16:57:20.323 INFO O| Oct 22 16:57:20.323 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882024-10-22T16:57:21.225Z[ recovery-image] Oct 22 16:57:20.334 INFO O| Oct 22 16:57:20.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
59892024-10-22T16:57:21.225Z[ recovery-image] Oct 22 16:57:20.334 INFO O| Oct 22 16:57:20.334 INFO STEP 605 (remove_files) COMPLETE
59902024-10-22T16:57:21.225Z[ recovery-image] Oct 22 16:57:20.334 INFO O| Oct 22 16:57:20.334 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912024-10-22T16:57:21.237Z[ recovery-image] Oct 22 16:57:20.346 INFO O| Oct 22 16:57:20.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
59922024-10-22T16:57:21.237Z[ recovery-image] Oct 22 16:57:20.346 INFO O| Oct 22 16:57:20.346 INFO STEP 606 (remove_files) COMPLETE
59932024-10-22T16:57:21.240Z[ recovery-image] Oct 22 16:57:20.346 INFO O| Oct 22 16:57:20.346 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-10-22T16:57:21.248Z[ recovery-image] Oct 22 16:57:20.357 INFO O| Oct 22 16:57:20.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
59952024-10-22T16:57:21.248Z[ recovery-image] Oct 22 16:57:20.357 INFO O| Oct 22 16:57:20.357 INFO STEP 607 (remove_files) COMPLETE
59962024-10-22T16:57:21.248Z[ recovery-image] Oct 22 16:57:20.357 INFO O| Oct 22 16:57:20.357 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-10-22T16:57:21.259Z[ recovery-image] Oct 22 16:57:20.368 INFO O| Oct 22 16:57:20.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
59982024-10-22T16:57:21.259Z[ recovery-image] Oct 22 16:57:20.368 INFO O| Oct 22 16:57:20.368 INFO STEP 608 (remove_files) COMPLETE
59992024-10-22T16:57:21.259Z[ recovery-image] Oct 22 16:57:20.368 INFO O| Oct 22 16:57:20.368 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-10-22T16:57:21.270Z[ recovery-image] Oct 22 16:57:20.379 INFO O| Oct 22 16:57:20.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
60012024-10-22T16:57:21.270Z[ recovery-image] Oct 22 16:57:20.379 INFO O| Oct 22 16:57:20.379 INFO STEP 609 (remove_files) COMPLETE
60022024-10-22T16:57:21.273Z[ recovery-image] Oct 22 16:57:20.379 INFO O| Oct 22 16:57:20.379 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-10-22T16:57:21.281Z[ recovery-image] Oct 22 16:57:20.390 INFO O| Oct 22 16:57:20.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
60042024-10-22T16:57:21.281Z[ recovery-image] Oct 22 16:57:20.390 INFO O| Oct 22 16:57:20.390 INFO STEP 610 (remove_files) COMPLETE
60052024-10-22T16:57:21.284Z[ recovery-image] Oct 22 16:57:20.390 INFO O| Oct 22 16:57:20.390 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062024-10-22T16:57:21.291Z[ recovery-image] Oct 22 16:57:20.400 INFO O| Oct 22 16:57:20.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
60072024-10-22T16:57:21.293Z[ recovery-image] Oct 22 16:57:20.400 INFO O| Oct 22 16:57:20.400 INFO STEP 611 (remove_files) COMPLETE
60082024-10-22T16:57:21.293Z[ recovery-image] Oct 22 16:57:20.400 INFO O| Oct 22 16:57:20.400 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092024-10-22T16:57:21.302Z[ recovery-image] Oct 22 16:57:20.411 INFO O| Oct 22 16:57:20.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
60102024-10-22T16:57:21.304Z[ recovery-image] Oct 22 16:57:20.411 INFO O| Oct 22 16:57:20.411 INFO STEP 612 (remove_files) COMPLETE
60112024-10-22T16:57:21.304Z[ recovery-image] Oct 22 16:57:20.411 INFO O| Oct 22 16:57:20.411 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122024-10-22T16:57:21.312Z[ recovery-image] Oct 22 16:57:20.421 INFO O| Oct 22 16:57:20.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
60132024-10-22T16:57:21.315Z[ recovery-image] Oct 22 16:57:20.421 INFO O| Oct 22 16:57:20.421 INFO STEP 613 (remove_files) COMPLETE
60142024-10-22T16:57:21.315Z[ recovery-image] Oct 22 16:57:20.421 INFO O| Oct 22 16:57:20.421 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152024-10-22T16:57:21.323Z[ recovery-image] Oct 22 16:57:20.432 INFO O| Oct 22 16:57:20.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
60162024-10-22T16:57:21.323Z[ recovery-image] Oct 22 16:57:20.432 INFO O| Oct 22 16:57:20.432 INFO STEP 614 (remove_files) COMPLETE
60172024-10-22T16:57:21.323Z[ recovery-image] Oct 22 16:57:20.432 INFO O| Oct 22 16:57:20.432 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-10-22T16:57:21.333Z[ recovery-image] Oct 22 16:57:20.442 INFO O| Oct 22 16:57:20.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
60192024-10-22T16:57:21.333Z[ recovery-image] Oct 22 16:57:20.442 INFO O| Oct 22 16:57:20.442 INFO STEP 615 (remove_files) COMPLETE
60202024-10-22T16:57:21.336Z[ recovery-image] Oct 22 16:57:20.442 INFO O| Oct 22 16:57:20.442 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-10-22T16:57:21.344Z[ recovery-image] Oct 22 16:57:20.453 INFO O| Oct 22 16:57:20.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
60222024-10-22T16:57:21.347Z[ recovery-image] Oct 22 16:57:20.453 INFO O| Oct 22 16:57:20.453 INFO STEP 616 (remove_files) COMPLETE
60232024-10-22T16:57:21.347Z[ recovery-image] Oct 22 16:57:20.453 INFO O| Oct 22 16:57:20.453 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-10-22T16:57:21.355Z[ recovery-image] Oct 22 16:57:20.464 INFO O| Oct 22 16:57:20.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
60252024-10-22T16:57:21.356Z[ recovery-image] Oct 22 16:57:20.464 INFO O| Oct 22 16:57:20.464 INFO STEP 617 (remove_files) COMPLETE
60262024-10-22T16:57:21.356Z[ recovery-image] Oct 22 16:57:20.464 INFO O| Oct 22 16:57:20.464 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-10-22T16:57:21.369Z[ recovery-image] Oct 22 16:57:20.478 INFO O| Oct 22 16:57:20.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
60282024-10-22T16:57:21.372Z[ recovery-image] Oct 22 16:57:20.479 INFO O| Oct 22 16:57:20.479 INFO STEP 618 (remove_files) COMPLETE
60292024-10-22T16:57:21.372Z[ recovery-image] Oct 22 16:57:20.479 INFO O| Oct 22 16:57:20.479 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302024-10-22T16:57:21.382Z[ recovery-image] Oct 22 16:57:20.491 INFO O| Oct 22 16:57:20.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
60312024-10-22T16:57:21.385Z[ recovery-image] Oct 22 16:57:20.491 INFO O| Oct 22 16:57:20.491 INFO STEP 619 (remove_files) COMPLETE
60322024-10-22T16:57:21.385Z[ recovery-image] Oct 22 16:57:20.491 INFO O| Oct 22 16:57:20.491 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-10-22T16:57:21.394Z[ recovery-image] Oct 22 16:57:20.503 INFO O| Oct 22 16:57:20.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
60342024-10-22T16:57:21.395Z[ recovery-image] Oct 22 16:57:20.503 INFO O| Oct 22 16:57:20.503 INFO STEP 620 (remove_files) COMPLETE
60352024-10-22T16:57:21.395Z[ recovery-image] Oct 22 16:57:20.503 INFO O| Oct 22 16:57:20.503 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362024-10-22T16:57:21.406Z[ recovery-image] Oct 22 16:57:20.515 INFO O| Oct 22 16:57:20.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
60372024-10-22T16:57:21.409Z[ recovery-image] Oct 22 16:57:20.515 INFO O| Oct 22 16:57:20.515 INFO STEP 621 (remove_files) COMPLETE
60382024-10-22T16:57:21.409Z[ recovery-image] Oct 22 16:57:20.515 INFO O| Oct 22 16:57:20.515 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-10-22T16:57:21.420Z[ recovery-image] Oct 22 16:57:20.529 INFO O| Oct 22 16:57:20.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
60402024-10-22T16:57:21.420Z[ recovery-image] Oct 22 16:57:20.529 INFO O| Oct 22 16:57:20.529 INFO STEP 622 (remove_files) COMPLETE
60412024-10-22T16:57:21.422Z[ recovery-image] Oct 22 16:57:20.529 INFO O| Oct 22 16:57:20.529 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-10-22T16:57:21.432Z[ recovery-image] Oct 22 16:57:20.541 INFO O| Oct 22 16:57:20.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
60432024-10-22T16:57:21.434Z[ recovery-image] Oct 22 16:57:20.541 INFO O| Oct 22 16:57:20.541 INFO STEP 623 (remove_files) COMPLETE
60442024-10-22T16:57:21.434Z[ recovery-image] Oct 22 16:57:20.541 INFO O| Oct 22 16:57:20.541 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-10-22T16:57:21.443Z[ recovery-image] Oct 22 16:57:20.552 INFO O| Oct 22 16:57:20.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
60462024-10-22T16:57:21.445Z[ recovery-image] Oct 22 16:57:20.552 INFO O| Oct 22 16:57:20.552 INFO STEP 624 (remove_files) COMPLETE
60472024-10-22T16:57:21.445Z[ recovery-image] Oct 22 16:57:20.552 INFO O| Oct 22 16:57:20.552 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-10-22T16:57:21.454Z[ recovery-image] Oct 22 16:57:20.563 INFO O| Oct 22 16:57:20.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
60492024-10-22T16:57:21.456Z[ recovery-image] Oct 22 16:57:20.563 INFO O| Oct 22 16:57:20.563 INFO STEP 625 (remove_files) COMPLETE
60502024-10-22T16:57:21.456Z[ recovery-image] Oct 22 16:57:20.563 INFO O| Oct 22 16:57:20.563 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-10-22T16:57:21.464Z[ recovery-image] Oct 22 16:57:20.573 INFO O| Oct 22 16:57:20.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
60522024-10-22T16:57:21.464Z[ recovery-image] Oct 22 16:57:20.573 INFO O| Oct 22 16:57:20.573 INFO STEP 626 (remove_files) COMPLETE
60532024-10-22T16:57:21.466Z[ recovery-image] Oct 22 16:57:20.573 INFO O| Oct 22 16:57:20.573 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-10-22T16:57:21.475Z[ recovery-image] Oct 22 16:57:20.584 INFO O| Oct 22 16:57:20.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
60552024-10-22T16:57:21.477Z[ recovery-image] Oct 22 16:57:20.584 INFO O| Oct 22 16:57:20.584 INFO STEP 627 (remove_files) COMPLETE
60562024-10-22T16:57:21.477Z[ recovery-image] Oct 22 16:57:20.584 INFO O| Oct 22 16:57:20.584 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-10-22T16:57:21.485Z[ recovery-image] Oct 22 16:57:20.594 INFO O| Oct 22 16:57:20.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
60582024-10-22T16:57:21.485Z[ recovery-image] Oct 22 16:57:20.594 INFO O| Oct 22 16:57:20.594 INFO STEP 628 (remove_files) COMPLETE
60592024-10-22T16:57:21.487Z[ recovery-image] Oct 22 16:57:20.594 INFO O| Oct 22 16:57:20.594 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-10-22T16:57:21.496Z[ recovery-image] Oct 22 16:57:20.605 INFO O| Oct 22 16:57:20.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
60612024-10-22T16:57:21.496Z[ recovery-image] Oct 22 16:57:20.605 INFO O| Oct 22 16:57:20.605 INFO STEP 629 (remove_files) COMPLETE
60622024-10-22T16:57:21.496Z[ recovery-image] Oct 22 16:57:20.605 INFO O| Oct 22 16:57:20.605 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-10-22T16:57:21.506Z[ recovery-image] Oct 22 16:57:20.615 INFO O| Oct 22 16:57:20.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
60642024-10-22T16:57:21.506Z[ recovery-image] Oct 22 16:57:20.615 INFO O| Oct 22 16:57:20.615 INFO STEP 630 (remove_files) COMPLETE
60652024-10-22T16:57:21.508Z[ recovery-image] Oct 22 16:57:20.615 INFO O| Oct 22 16:57:20.615 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-10-22T16:57:21.516Z[ recovery-image] Oct 22 16:57:20.625 INFO O| Oct 22 16:57:20.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
60672024-10-22T16:57:21.516Z[ recovery-image] Oct 22 16:57:20.625 INFO O| Oct 22 16:57:20.625 INFO STEP 631 (remove_files) COMPLETE
60682024-10-22T16:57:21.518Z[ recovery-image] Oct 22 16:57:20.625 INFO O| Oct 22 16:57:20.625 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-10-22T16:57:21.526Z[ recovery-image] Oct 22 16:57:20.635 INFO O| Oct 22 16:57:20.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
60702024-10-22T16:57:21.528Z[ recovery-image] Oct 22 16:57:20.635 INFO O| Oct 22 16:57:20.635 INFO STEP 632 (remove_files) COMPLETE
60712024-10-22T16:57:21.528Z[ recovery-image] Oct 22 16:57:20.635 INFO O| Oct 22 16:57:20.635 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-10-22T16:57:21.536Z[ recovery-image] Oct 22 16:57:20.645 INFO O| Oct 22 16:57:20.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
60732024-10-22T16:57:21.536Z[ recovery-image] Oct 22 16:57:20.645 INFO O| Oct 22 16:57:20.645 INFO STEP 633 (remove_files) COMPLETE
60742024-10-22T16:57:21.536Z[ recovery-image] Oct 22 16:57:20.645 INFO O| Oct 22 16:57:20.645 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-10-22T16:57:21.545Z[ recovery-image] Oct 22 16:57:20.654 INFO O| Oct 22 16:57:20.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
60762024-10-22T16:57:21.546Z[ recovery-image] Oct 22 16:57:20.655 INFO O| Oct 22 16:57:20.654 INFO STEP 634 (remove_files) COMPLETE
60772024-10-22T16:57:21.553Z[ recovery-image] Oct 22 16:57:20.655 INFO O| Oct 22 16:57:20.655 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-10-22T16:57:21.560Z[ recovery-image] Oct 22 16:57:20.664 INFO O| Oct 22 16:57:20.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
60792024-10-22T16:57:21.560Z[ recovery-image] Oct 22 16:57:20.664 INFO O| Oct 22 16:57:20.664 INFO STEP 635 (remove_files) COMPLETE
60802024-10-22T16:57:21.560Z[ recovery-image] Oct 22 16:57:20.664 INFO O| Oct 22 16:57:20.664 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-10-22T16:57:21.568Z[ recovery-image] Oct 22 16:57:20.674 INFO O| Oct 22 16:57:20.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
60822024-10-22T16:57:21.568Z[ recovery-image] Oct 22 16:57:20.674 INFO O| Oct 22 16:57:20.674 INFO STEP 636 (remove_files) COMPLETE
60832024-10-22T16:57:21.568Z[ recovery-image] Oct 22 16:57:20.674 INFO O| Oct 22 16:57:20.674 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-10-22T16:57:21.576Z[ recovery-image] Oct 22 16:57:20.684 INFO O| Oct 22 16:57:20.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
60852024-10-22T16:57:21.576Z[ recovery-image] Oct 22 16:57:20.684 INFO O| Oct 22 16:57:20.684 INFO STEP 637 (remove_files) COMPLETE
60862024-10-22T16:57:21.576Z[ recovery-image] Oct 22 16:57:20.684 INFO O| Oct 22 16:57:20.684 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-10-22T16:57:21.585Z[ recovery-image] Oct 22 16:57:20.694 INFO O| Oct 22 16:57:20.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
60882024-10-22T16:57:21.591Z[ recovery-image] Oct 22 16:57:20.694 INFO O| Oct 22 16:57:20.694 INFO STEP 638 (remove_files) COMPLETE
60892024-10-22T16:57:21.591Z[ recovery-image] Oct 22 16:57:20.694 INFO O| Oct 22 16:57:20.694 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-10-22T16:57:21.595Z[ recovery-image] Oct 22 16:57:20.704 INFO O| Oct 22 16:57:20.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
60912024-10-22T16:57:21.598Z[ recovery-image] Oct 22 16:57:20.705 INFO O| Oct 22 16:57:20.705 INFO STEP 639 (remove_files) COMPLETE
60922024-10-22T16:57:21.598Z[ recovery-image] Oct 22 16:57:20.705 INFO O| Oct 22 16:57:20.705 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-10-22T16:57:21.606Z[ recovery-image] Oct 22 16:57:20.714 INFO O| Oct 22 16:57:20.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
60942024-10-22T16:57:21.606Z[ recovery-image] Oct 22 16:57:20.714 INFO O| Oct 22 16:57:20.714 INFO STEP 640 (remove_files) COMPLETE
60952024-10-22T16:57:21.606Z[ recovery-image] Oct 22 16:57:20.715 INFO O| Oct 22 16:57:20.714 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-10-22T16:57:21.618Z[ recovery-image] Oct 22 16:57:20.726 INFO O| Oct 22 16:57:20.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
60972024-10-22T16:57:21.618Z[ recovery-image] Oct 22 16:57:20.726 INFO O| Oct 22 16:57:20.726 INFO STEP 641 (remove_files) COMPLETE
60982024-10-22T16:57:21.618Z[ recovery-image] Oct 22 16:57:20.726 INFO O| Oct 22 16:57:20.726 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-10-22T16:57:21.628Z[ recovery-image] Oct 22 16:57:20.737 INFO O| Oct 22 16:57:20.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
61002024-10-22T16:57:21.628Z[ recovery-image] Oct 22 16:57:20.737 INFO O| Oct 22 16:57:20.737 INFO STEP 642 (remove_files) COMPLETE
61012024-10-22T16:57:21.628Z[ recovery-image] Oct 22 16:57:20.737 INFO O| Oct 22 16:57:20.737 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-10-22T16:57:21.638Z[ recovery-image] Oct 22 16:57:20.747 INFO O| Oct 22 16:57:20.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
61032024-10-22T16:57:21.638Z[ recovery-image] Oct 22 16:57:20.747 INFO O| Oct 22 16:57:20.747 INFO STEP 643 (remove_files) COMPLETE
61042024-10-22T16:57:21.638Z[ recovery-image] Oct 22 16:57:20.747 INFO O| Oct 22 16:57:20.747 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-10-22T16:57:21.648Z[ recovery-image] Oct 22 16:57:20.757 INFO O| Oct 22 16:57:20.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
61062024-10-22T16:57:21.648Z[ recovery-image] Oct 22 16:57:20.757 INFO O| Oct 22 16:57:20.757 INFO STEP 644 (remove_files) COMPLETE
61072024-10-22T16:57:21.648Z[ recovery-image] Oct 22 16:57:20.757 INFO O| Oct 22 16:57:20.757 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-10-22T16:57:21.660Z[ recovery-image] Oct 22 16:57:20.769 INFO O| Oct 22 16:57:20.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
61092024-10-22T16:57:21.663Z[ recovery-image] Oct 22 16:57:20.770 INFO O| Oct 22 16:57:20.770 INFO STEP 645 (remove_files) COMPLETE
61102024-10-22T16:57:21.663Z[ recovery-image] Oct 22 16:57:20.770 INFO O| Oct 22 16:57:20.770 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-10-22T16:57:21.671Z[ recovery-image] Oct 22 16:57:20.780 INFO O| Oct 22 16:57:20.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
61122024-10-22T16:57:21.671Z[ recovery-image] Oct 22 16:57:20.780 INFO O| Oct 22 16:57:20.780 INFO STEP 646 (remove_files) COMPLETE
61132024-10-22T16:57:21.671Z[ recovery-image] Oct 22 16:57:20.780 INFO O| Oct 22 16:57:20.780 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-10-22T16:57:21.683Z[ recovery-image] Oct 22 16:57:20.792 INFO O| Oct 22 16:57:20.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
61152024-10-22T16:57:21.683Z[ recovery-image] Oct 22 16:57:20.792 INFO O| Oct 22 16:57:20.792 INFO STEP 647 (remove_files) COMPLETE
61162024-10-22T16:57:21.683Z[ recovery-image] Oct 22 16:57:20.792 INFO O| Oct 22 16:57:20.792 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-10-22T16:57:21.693Z[ recovery-image] Oct 22 16:57:20.801 INFO O| Oct 22 16:57:20.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
61182024-10-22T16:57:21.695Z[ recovery-image] Oct 22 16:57:20.802 INFO O| Oct 22 16:57:20.802 INFO STEP 648 (remove_files) COMPLETE
61192024-10-22T16:57:21.695Z[ recovery-image] Oct 22 16:57:20.802 INFO O| Oct 22 16:57:20.802 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-10-22T16:57:21.704Z[ recovery-image] Oct 22 16:57:20.813 INFO O| Oct 22 16:57:20.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
61212024-10-22T16:57:21.704Z[ recovery-image] Oct 22 16:57:20.813 INFO O| Oct 22 16:57:20.813 INFO STEP 649 (remove_files) COMPLETE
61222024-10-22T16:57:21.707Z[ recovery-image] Oct 22 16:57:20.813 INFO O| Oct 22 16:57:20.813 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-10-22T16:57:21.717Z[ recovery-image] Oct 22 16:57:20.826 INFO O| Oct 22 16:57:20.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
61242024-10-22T16:57:21.717Z[ recovery-image] Oct 22 16:57:20.826 INFO O| Oct 22 16:57:20.826 INFO STEP 650 (remove_files) COMPLETE
61252024-10-22T16:57:21.719Z[ recovery-image] Oct 22 16:57:20.826 INFO O| Oct 22 16:57:20.826 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-10-22T16:57:21.730Z[ recovery-image] Oct 22 16:57:20.838 INFO O| Oct 22 16:57:20.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
61272024-10-22T16:57:21.732Z[ recovery-image] Oct 22 16:57:20.839 INFO O| Oct 22 16:57:20.838 INFO STEP 651 (remove_files) COMPLETE
61282024-10-22T16:57:21.732Z[ recovery-image] Oct 22 16:57:20.839 INFO O| Oct 22 16:57:20.839 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-10-22T16:57:21.741Z[ recovery-image] Oct 22 16:57:20.850 INFO O| Oct 22 16:57:20.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
61302024-10-22T16:57:21.744Z[ recovery-image] Oct 22 16:57:20.850 INFO O| Oct 22 16:57:20.850 INFO STEP 652 (remove_files) COMPLETE
61312024-10-22T16:57:21.744Z[ recovery-image] Oct 22 16:57:20.850 INFO O| Oct 22 16:57:20.850 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-10-22T16:57:21.754Z[ recovery-image] Oct 22 16:57:20.863 INFO O| Oct 22 16:57:20.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
61332024-10-22T16:57:21.754Z[ recovery-image] Oct 22 16:57:20.863 INFO O| Oct 22 16:57:20.863 INFO STEP 653 (remove_files) COMPLETE
61342024-10-22T16:57:21.756Z[ recovery-image] Oct 22 16:57:20.863 INFO O| Oct 22 16:57:20.863 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-10-22T16:57:21.766Z[ recovery-image] Oct 22 16:57:20.875 INFO O| Oct 22 16:57:20.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
61362024-10-22T16:57:21.766Z[ recovery-image] Oct 22 16:57:20.875 INFO O| Oct 22 16:57:20.875 INFO STEP 654 (remove_files) COMPLETE
61372024-10-22T16:57:21.766Z[ recovery-image] Oct 22 16:57:20.875 INFO O| Oct 22 16:57:20.875 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-10-22T16:57:21.777Z[ recovery-image] Oct 22 16:57:20.886 INFO O| Oct 22 16:57:20.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
61392024-10-22T16:57:21.780Z[ recovery-image] Oct 22 16:57:20.886 INFO O| Oct 22 16:57:20.886 INFO STEP 655 (remove_files) COMPLETE
61402024-10-22T16:57:21.780Z[ recovery-image] Oct 22 16:57:20.886 INFO O| Oct 22 16:57:20.886 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-10-22T16:57:21.788Z[ recovery-image] Oct 22 16:57:20.897 INFO O| Oct 22 16:57:20.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
61422024-10-22T16:57:21.791Z[ recovery-image] Oct 22 16:57:20.897 INFO O| Oct 22 16:57:20.897 INFO STEP 656 (remove_files) COMPLETE
61432024-10-22T16:57:21.791Z[ recovery-image] Oct 22 16:57:20.897 INFO O| Oct 22 16:57:20.897 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-10-22T16:57:21.799Z[ recovery-image] Oct 22 16:57:20.908 INFO O| Oct 22 16:57:20.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
61452024-10-22T16:57:21.802Z[ recovery-image] Oct 22 16:57:20.908 INFO O| Oct 22 16:57:20.908 INFO STEP 657 (remove_files) COMPLETE
61462024-10-22T16:57:21.802Z[ recovery-image] Oct 22 16:57:20.908 INFO O| Oct 22 16:57:20.908 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-10-22T16:57:21.812Z[ recovery-image] Oct 22 16:57:20.921 INFO O| Oct 22 16:57:20.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
61482024-10-22T16:57:21.814Z[ recovery-image] Oct 22 16:57:20.921 INFO O| Oct 22 16:57:20.921 INFO STEP 658 (remove_files) COMPLETE
61492024-10-22T16:57:21.814Z[ recovery-image] Oct 22 16:57:20.921 INFO O| Oct 22 16:57:20.921 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-10-22T16:57:21.824Z[ recovery-image] Oct 22 16:57:20.933 INFO O| Oct 22 16:57:20.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
61512024-10-22T16:57:21.824Z[ recovery-image] Oct 22 16:57:20.933 INFO O| Oct 22 16:57:20.933 INFO STEP 659 (remove_files) COMPLETE
61522024-10-22T16:57:21.826Z[ recovery-image] Oct 22 16:57:20.933 INFO O| Oct 22 16:57:20.933 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-10-22T16:57:21.836Z[ recovery-image] Oct 22 16:57:20.945 INFO O| Oct 22 16:57:20.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
61542024-10-22T16:57:21.836Z[ recovery-image] Oct 22 16:57:20.945 INFO O| Oct 22 16:57:20.945 INFO STEP 660 (remove_files) COMPLETE
61552024-10-22T16:57:21.836Z[ recovery-image] Oct 22 16:57:20.945 INFO O| Oct 22 16:57:20.945 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-10-22T16:57:21.846Z[ recovery-image] Oct 22 16:57:20.955 INFO O| Oct 22 16:57:20.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
61572024-10-22T16:57:21.849Z[ recovery-image] Oct 22 16:57:20.956 INFO O| Oct 22 16:57:20.956 INFO STEP 661 (remove_files) COMPLETE
61582024-10-22T16:57:21.849Z[ recovery-image] Oct 22 16:57:20.956 INFO O| Oct 22 16:57:20.956 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-10-22T16:57:21.857Z[ recovery-image] Oct 22 16:57:20.966 INFO O| Oct 22 16:57:20.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
61602024-10-22T16:57:21.857Z[ recovery-image] Oct 22 16:57:20.966 INFO O| Oct 22 16:57:20.966 INFO STEP 662 (remove_files) COMPLETE
61612024-10-22T16:57:21.859Z[ recovery-image] Oct 22 16:57:20.966 INFO O| Oct 22 16:57:20.966 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-10-22T16:57:21.867Z[ recovery-image] Oct 22 16:57:20.976 INFO O| Oct 22 16:57:20.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
61632024-10-22T16:57:21.869Z[ recovery-image] Oct 22 16:57:20.976 INFO O| Oct 22 16:57:20.976 INFO STEP 663 (remove_files) COMPLETE
61642024-10-22T16:57:21.869Z[ recovery-image] Oct 22 16:57:20.976 INFO O| Oct 22 16:57:20.976 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-10-22T16:57:21.877Z[ recovery-image] Oct 22 16:57:20.986 INFO O| Oct 22 16:57:20.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
61662024-10-22T16:57:21.877Z[ recovery-image] Oct 22 16:57:20.986 INFO O| Oct 22 16:57:20.986 INFO STEP 664 (remove_files) COMPLETE
61672024-10-22T16:57:21.877Z[ recovery-image] Oct 22 16:57:20.986 INFO O| Oct 22 16:57:20.986 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-10-22T16:57:21.889Z[ recovery-image] Oct 22 16:57:20.997 INFO O| Oct 22 16:57:20.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
61692024-10-22T16:57:21.889Z[ recovery-image] Oct 22 16:57:20.997 INFO O| Oct 22 16:57:20.997 INFO STEP 665 (remove_files) COMPLETE
61702024-10-22T16:57:21.891Z[ recovery-image] Oct 22 16:57:20.997 INFO O| Oct 22 16:57:20.997 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-10-22T16:57:21.901Z[ recovery-image] Oct 22 16:57:21.010 INFO O| Oct 22 16:57:21.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
61722024-10-22T16:57:21.901Z[ recovery-image] Oct 22 16:57:21.010 INFO O| Oct 22 16:57:21.010 INFO STEP 666 (remove_files) COMPLETE
61732024-10-22T16:57:21.901Z[ recovery-image] Oct 22 16:57:21.010 INFO O| Oct 22 16:57:21.010 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-10-22T16:57:21.913Z[ recovery-image] Oct 22 16:57:21.021 INFO O| Oct 22 16:57:21.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
61752024-10-22T16:57:21.913Z[ recovery-image] Oct 22 16:57:21.021 INFO O| Oct 22 16:57:21.021 INFO STEP 667 (remove_files) COMPLETE
61762024-10-22T16:57:21.915Z[ recovery-image] Oct 22 16:57:21.021 INFO O| Oct 22 16:57:21.021 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-10-22T16:57:21.924Z[ recovery-image] Oct 22 16:57:21.033 INFO O| Oct 22 16:57:21.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
61782024-10-22T16:57:21.926Z[ recovery-image] Oct 22 16:57:21.033 INFO O| Oct 22 16:57:21.033 INFO STEP 668 (remove_files) COMPLETE
61792024-10-22T16:57:21.926Z[ recovery-image] Oct 22 16:57:21.033 INFO O| Oct 22 16:57:21.033 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-10-22T16:57:21.936Z[ recovery-image] Oct 22 16:57:21.044 INFO O| Oct 22 16:57:21.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
61812024-10-22T16:57:21.938Z[ recovery-image] Oct 22 16:57:21.044 INFO O| Oct 22 16:57:21.044 INFO STEP 669 (remove_files) COMPLETE
61822024-10-22T16:57:21.938Z[ recovery-image] Oct 22 16:57:21.044 INFO O| Oct 22 16:57:21.044 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-10-22T16:57:21.947Z[ recovery-image] Oct 22 16:57:21.056 INFO O| Oct 22 16:57:21.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
61842024-10-22T16:57:21.947Z[ recovery-image] Oct 22 16:57:21.056 INFO O| Oct 22 16:57:21.056 INFO STEP 670 (remove_files) COMPLETE
61852024-10-22T16:57:21.950Z[ recovery-image] Oct 22 16:57:21.056 INFO O| Oct 22 16:57:21.056 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-10-22T16:57:21.959Z[ recovery-image] Oct 22 16:57:21.068 INFO O| Oct 22 16:57:21.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
61872024-10-22T16:57:21.959Z[ recovery-image] Oct 22 16:57:21.068 INFO O| Oct 22 16:57:21.068 INFO STEP 671 (remove_files) COMPLETE
61882024-10-22T16:57:21.959Z[ recovery-image] Oct 22 16:57:21.068 INFO O| Oct 22 16:57:21.068 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-10-22T16:57:21.971Z[ recovery-image] Oct 22 16:57:21.080 INFO O| Oct 22 16:57:21.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
61902024-10-22T16:57:21.973Z[ recovery-image] Oct 22 16:57:21.080 INFO O| Oct 22 16:57:21.080 INFO STEP 672 (remove_files) COMPLETE
61912024-10-22T16:57:21.973Z[ recovery-image] Oct 22 16:57:21.080 INFO O| Oct 22 16:57:21.080 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-10-22T16:57:21.981Z[ recovery-image] Oct 22 16:57:21.090 INFO O| Oct 22 16:57:21.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
61932024-10-22T16:57:21.981Z[ recovery-image] Oct 22 16:57:21.090 INFO O| Oct 22 16:57:21.090 INFO STEP 673 (remove_files) COMPLETE
61942024-10-22T16:57:21.983Z[ recovery-image] Oct 22 16:57:21.090 INFO O| Oct 22 16:57:21.090 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-10-22T16:57:21.999Z[ recovery-image] Oct 22 16:57:21.101 INFO O| Oct 22 16:57:21.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
61962024-10-22T16:57:21.999Z[ recovery-image] Oct 22 16:57:21.101 INFO O| Oct 22 16:57:21.101 INFO STEP 674 (remove_files) COMPLETE
61972024-10-22T16:57:21.999Z[ recovery-image] Oct 22 16:57:21.101 INFO O| Oct 22 16:57:21.101 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-10-22T16:57:22.004Z[ recovery-image] Oct 22 16:57:21.113 INFO O| Oct 22 16:57:21.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
61992024-10-22T16:57:22.006Z[ recovery-image] Oct 22 16:57:21.113 INFO O| Oct 22 16:57:21.113 INFO STEP 675 (remove_files) COMPLETE
62002024-10-22T16:57:22.006Z[ recovery-image] Oct 22 16:57:21.113 INFO O| Oct 22 16:57:21.113 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-10-22T16:57:22.015Z[ recovery-image] Oct 22 16:57:21.123 INFO O| Oct 22 16:57:21.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
62022024-10-22T16:57:22.017Z[ recovery-image] Oct 22 16:57:21.123 INFO O| Oct 22 16:57:21.123 INFO STEP 676 (remove_files) COMPLETE
62032024-10-22T16:57:22.017Z[ recovery-image] Oct 22 16:57:21.123 INFO O| Oct 22 16:57:21.123 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-10-22T16:57:22.025Z[ recovery-image] Oct 22 16:57:21.133 INFO O| Oct 22 16:57:21.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
62052024-10-22T16:57:22.025Z[ recovery-image] Oct 22 16:57:21.133 INFO O| Oct 22 16:57:21.133 INFO STEP 677 (remove_files) COMPLETE
62062024-10-22T16:57:22.027Z[ recovery-image] Oct 22 16:57:21.134 INFO O| Oct 22 16:57:21.133 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-10-22T16:57:22.036Z[ recovery-image] Oct 22 16:57:21.144 INFO O| Oct 22 16:57:21.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
62082024-10-22T16:57:22.036Z[ recovery-image] Oct 22 16:57:21.145 INFO O| Oct 22 16:57:21.144 INFO STEP 678 (remove_files) COMPLETE
62092024-10-22T16:57:22.038Z[ recovery-image] Oct 22 16:57:21.145 INFO O| Oct 22 16:57:21.145 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-10-22T16:57:22.046Z[ recovery-image] Oct 22 16:57:21.155 INFO O| Oct 22 16:57:21.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
62112024-10-22T16:57:22.046Z[ recovery-image] Oct 22 16:57:21.155 INFO O| Oct 22 16:57:21.155 INFO STEP 679 (remove_files) COMPLETE
62122024-10-22T16:57:22.048Z[ recovery-image] Oct 22 16:57:21.155 INFO O| Oct 22 16:57:21.155 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-10-22T16:57:22.057Z[ recovery-image] Oct 22 16:57:21.166 INFO O| Oct 22 16:57:21.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
62142024-10-22T16:57:22.059Z[ recovery-image] Oct 22 16:57:21.166 INFO O| Oct 22 16:57:21.166 INFO STEP 680 (remove_files) COMPLETE
62152024-10-22T16:57:22.059Z[ recovery-image] Oct 22 16:57:21.166 INFO O| Oct 22 16:57:21.166 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-10-22T16:57:22.067Z[ recovery-image] Oct 22 16:57:21.176 INFO O| Oct 22 16:57:21.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
62172024-10-22T16:57:22.069Z[ recovery-image] Oct 22 16:57:21.176 INFO O| Oct 22 16:57:21.176 INFO STEP 681 (remove_files) COMPLETE
62182024-10-22T16:57:22.069Z[ recovery-image] Oct 22 16:57:21.176 INFO O| Oct 22 16:57:21.176 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-10-22T16:57:22.078Z[ recovery-image] Oct 22 16:57:21.187 INFO O| Oct 22 16:57:21.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
62202024-10-22T16:57:22.079Z[ recovery-image] Oct 22 16:57:21.187 INFO O| Oct 22 16:57:21.187 INFO STEP 682 (remove_files) COMPLETE
62212024-10-22T16:57:22.079Z[ recovery-image] Oct 22 16:57:21.187 INFO O| Oct 22 16:57:21.187 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-10-22T16:57:22.089Z[ recovery-image] Oct 22 16:57:21.197 INFO O| Oct 22 16:57:21.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
62232024-10-22T16:57:22.089Z[ recovery-image] Oct 22 16:57:21.198 INFO O| Oct 22 16:57:21.197 INFO STEP 683 (remove_files) COMPLETE
62242024-10-22T16:57:22.091Z[ recovery-image] Oct 22 16:57:21.198 INFO O| Oct 22 16:57:21.197 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-10-22T16:57:22.100Z[ recovery-image] Oct 22 16:57:21.209 INFO O| Oct 22 16:57:21.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
62262024-10-22T16:57:22.102Z[ recovery-image] Oct 22 16:57:21.209 INFO O| Oct 22 16:57:21.209 INFO STEP 684 (remove_files) COMPLETE
62272024-10-22T16:57:22.102Z[ recovery-image] Oct 22 16:57:21.209 INFO O| Oct 22 16:57:21.209 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-10-22T16:57:22.111Z[ recovery-image] Oct 22 16:57:21.220 INFO O| Oct 22 16:57:21.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
62292024-10-22T16:57:22.111Z[ recovery-image] Oct 22 16:57:21.220 INFO O| Oct 22 16:57:21.220 INFO STEP 685 (remove_files) COMPLETE
62302024-10-22T16:57:22.111Z[ recovery-image] Oct 22 16:57:21.220 INFO O| Oct 22 16:57:21.220 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-10-22T16:57:22.122Z[ recovery-image] Oct 22 16:57:21.231 INFO O| Oct 22 16:57:21.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
62322024-10-22T16:57:22.124Z[ recovery-image] Oct 22 16:57:21.231 INFO O| Oct 22 16:57:21.231 INFO STEP 686 (remove_files) COMPLETE
62332024-10-22T16:57:22.124Z[ recovery-image] Oct 22 16:57:21.231 INFO O| Oct 22 16:57:21.231 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-10-22T16:57:22.133Z[ recovery-image] Oct 22 16:57:21.242 INFO O| Oct 22 16:57:21.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
62352024-10-22T16:57:22.133Z[ recovery-image] Oct 22 16:57:21.242 INFO O| Oct 22 16:57:21.242 INFO STEP 687 (remove_files) COMPLETE
62362024-10-22T16:57:22.136Z[ recovery-image] Oct 22 16:57:21.242 INFO O| Oct 22 16:57:21.242 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-10-22T16:57:22.145Z[ recovery-image] Oct 22 16:57:21.253 INFO O| Oct 22 16:57:21.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
62382024-10-22T16:57:22.145Z[ recovery-image] Oct 22 16:57:21.254 INFO O| Oct 22 16:57:21.253 INFO STEP 688 (remove_files) COMPLETE
62392024-10-22T16:57:22.147Z[ recovery-image] Oct 22 16:57:21.254 INFO O| Oct 22 16:57:21.253 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-10-22T16:57:22.155Z[ recovery-image] Oct 22 16:57:21.263 INFO O| Oct 22 16:57:21.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
62412024-10-22T16:57:22.155Z[ recovery-image] Oct 22 16:57:21.264 INFO O| Oct 22 16:57:21.263 INFO STEP 689 (remove_files) COMPLETE
62422024-10-22T16:57:22.155Z[ recovery-image] Oct 22 16:57:21.264 INFO O| Oct 22 16:57:21.264 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-10-22T16:57:22.168Z[ recovery-image] Oct 22 16:57:21.276 INFO O| Oct 22 16:57:21.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
62442024-10-22T16:57:22.168Z[ recovery-image] Oct 22 16:57:21.276 INFO O| Oct 22 16:57:21.276 INFO STEP 690 (remove_files) COMPLETE
62452024-10-22T16:57:22.170Z[ recovery-image] Oct 22 16:57:21.276 INFO O| Oct 22 16:57:21.276 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-10-22T16:57:22.180Z[ recovery-image] Oct 22 16:57:21.289 INFO O| Oct 22 16:57:21.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
62472024-10-22T16:57:22.180Z[ recovery-image] Oct 22 16:57:21.289 INFO O| Oct 22 16:57:21.289 INFO STEP 691 (remove_files) COMPLETE
62482024-10-22T16:57:22.182Z[ recovery-image] Oct 22 16:57:21.289 INFO O| Oct 22 16:57:21.289 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-10-22T16:57:22.191Z[ recovery-image] Oct 22 16:57:21.300 INFO O| Oct 22 16:57:21.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
62502024-10-22T16:57:22.191Z[ recovery-image] Oct 22 16:57:21.300 INFO O| Oct 22 16:57:21.300 INFO STEP 692 (remove_files) COMPLETE
62512024-10-22T16:57:22.193Z[ recovery-image] Oct 22 16:57:21.300 INFO O| Oct 22 16:57:21.300 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-10-22T16:57:22.203Z[ recovery-image] Oct 22 16:57:21.312 INFO O| Oct 22 16:57:21.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
62532024-10-22T16:57:22.203Z[ recovery-image] Oct 22 16:57:21.312 INFO O| Oct 22 16:57:21.312 INFO STEP 693 (remove_files) COMPLETE
62542024-10-22T16:57:22.204Z[ recovery-image] Oct 22 16:57:21.312 INFO O| Oct 22 16:57:21.312 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-10-22T16:57:22.210Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 40s
62562024-10-22T16:57:22.213Z[ recovery-image] Oct 22 16:57:21.322 INFO O| Oct 22 16:57:21.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
62572024-10-22T16:57:22.213Z[ recovery-image] Oct 22 16:57:21.322 INFO O| Oct 22 16:57:21.322 INFO STEP 694 (remove_files) COMPLETE
62582024-10-22T16:57:22.215Z[ recovery-image] Oct 22 16:57:21.322 INFO O| Oct 22 16:57:21.322 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-10-22T16:57:22.224Z[ recovery-image] Oct 22 16:57:21.333 INFO O| Oct 22 16:57:21.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
62602024-10-22T16:57:22.224Z[ recovery-image] Oct 22 16:57:21.333 INFO O| Oct 22 16:57:21.333 INFO STEP 695 (remove_files) COMPLETE
62612024-10-22T16:57:22.224Z[ recovery-image] Oct 22 16:57:21.333 INFO O| Oct 22 16:57:21.333 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-10-22T16:57:22.238Z[ recovery-image] Oct 22 16:57:21.347 INFO O| Oct 22 16:57:21.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
62632024-10-22T16:57:22.238Z[ recovery-image] Oct 22 16:57:21.347 INFO O| Oct 22 16:57:21.347 INFO STEP 696 (remove_files) COMPLETE
62642024-10-22T16:57:22.238Z[ recovery-image] Oct 22 16:57:21.347 INFO O| Oct 22 16:57:21.347 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-10-22T16:57:22.254Z[ recovery-image] Oct 22 16:57:21.362 INFO O| Oct 22 16:57:21.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
62662024-10-22T16:57:22.254Z[ recovery-image] Oct 22 16:57:21.362 INFO O| Oct 22 16:57:21.362 INFO STEP 697 (remove_files) COMPLETE
62672024-10-22T16:57:22.254Z[ recovery-image] Oct 22 16:57:21.362 INFO O| Oct 22 16:57:21.362 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-10-22T16:57:22.266Z[ recovery-image] Oct 22 16:57:21.375 INFO O| Oct 22 16:57:21.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
62692024-10-22T16:57:22.266Z[ recovery-image] Oct 22 16:57:21.375 INFO O| Oct 22 16:57:21.375 INFO STEP 698 (remove_files) COMPLETE
62702024-10-22T16:57:22.269Z[ recovery-image] Oct 22 16:57:21.375 INFO O| Oct 22 16:57:21.375 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-10-22T16:57:22.279Z[ recovery-image] Oct 22 16:57:21.388 INFO O| Oct 22 16:57:21.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
62722024-10-22T16:57:22.279Z[ recovery-image] Oct 22 16:57:21.388 INFO O| Oct 22 16:57:21.388 INFO STEP 699 (remove_files) COMPLETE
62732024-10-22T16:57:22.279Z[ recovery-image] Oct 22 16:57:21.388 INFO O| Oct 22 16:57:21.388 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-10-22T16:57:22.292Z[ recovery-image] Oct 22 16:57:21.400 INFO O| Oct 22 16:57:21.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
62752024-10-22T16:57:22.292Z[ recovery-image] Oct 22 16:57:21.401 INFO O| Oct 22 16:57:21.401 INFO STEP 700 (remove_files) COMPLETE
62762024-10-22T16:57:22.292Z[ recovery-image] Oct 22 16:57:21.401 INFO O| Oct 22 16:57:21.401 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-10-22T16:57:22.302Z[ recovery-image] Oct 22 16:57:21.411 INFO O| Oct 22 16:57:21.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
62782024-10-22T16:57:22.304Z[ recovery-image] Oct 22 16:57:21.411 INFO O| Oct 22 16:57:21.411 INFO STEP 701 (remove_files) COMPLETE
62792024-10-22T16:57:22.304Z[ recovery-image] Oct 22 16:57:21.411 INFO O| Oct 22 16:57:21.411 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-10-22T16:57:22.312Z[ recovery-image] Oct 22 16:57:21.421 INFO O| Oct 22 16:57:21.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
62812024-10-22T16:57:22.312Z[ recovery-image] Oct 22 16:57:21.421 INFO O| Oct 22 16:57:21.421 INFO STEP 702 (remove_files) COMPLETE
62822024-10-22T16:57:22.312Z[ recovery-image] Oct 22 16:57:21.421 INFO O| Oct 22 16:57:21.421 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-10-22T16:57:22.323Z[ recovery-image] Oct 22 16:57:21.431 INFO O| Oct 22 16:57:21.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
62842024-10-22T16:57:22.323Z[ recovery-image] Oct 22 16:57:21.431 INFO O| Oct 22 16:57:21.431 INFO STEP 703 (remove_files) COMPLETE
62852024-10-22T16:57:22.323Z[ recovery-image] Oct 22 16:57:21.431 INFO O| Oct 22 16:57:21.431 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-10-22T16:57:22.334Z[ recovery-image] Oct 22 16:57:21.442 INFO O| Oct 22 16:57:21.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
62872024-10-22T16:57:22.336Z[ recovery-image] Oct 22 16:57:21.443 INFO O| Oct 22 16:57:21.443 INFO STEP 704 (remove_files) COMPLETE
62882024-10-22T16:57:22.336Z[ recovery-image] Oct 22 16:57:21.443 INFO O| Oct 22 16:57:21.443 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-10-22T16:57:22.343Z[ recovery-image] Oct 22 16:57:21.452 INFO O| Oct 22 16:57:21.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
62902024-10-22T16:57:22.346Z[ recovery-image] Oct 22 16:57:21.453 INFO O| Oct 22 16:57:21.453 INFO STEP 705 (remove_files) COMPLETE
62912024-10-22T16:57:22.346Z[ recovery-image] Oct 22 16:57:21.453 INFO O| Oct 22 16:57:21.453 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-10-22T16:57:22.353Z[ recovery-image] Oct 22 16:57:21.462 INFO O| Oct 22 16:57:21.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
62932024-10-22T16:57:22.353Z[ recovery-image] Oct 22 16:57:21.462 INFO O| Oct 22 16:57:21.462 INFO STEP 706 (remove_files) COMPLETE
62942024-10-22T16:57:22.355Z[ recovery-image] Oct 22 16:57:21.462 INFO O| Oct 22 16:57:21.462 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-10-22T16:57:22.363Z[ recovery-image] Oct 22 16:57:21.472 INFO O| Oct 22 16:57:21.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
62962024-10-22T16:57:22.363Z[ recovery-image] Oct 22 16:57:21.472 INFO O| Oct 22 16:57:21.472 INFO STEP 707 (remove_files) COMPLETE
62972024-10-22T16:57:22.365Z[ recovery-image] Oct 22 16:57:21.472 INFO O| Oct 22 16:57:21.472 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-10-22T16:57:22.373Z[ recovery-image] Oct 22 16:57:21.482 INFO O| Oct 22 16:57:21.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
62992024-10-22T16:57:22.375Z[ recovery-image] Oct 22 16:57:21.482 INFO O| Oct 22 16:57:21.482 INFO STEP 708 (remove_files) COMPLETE
63002024-10-22T16:57:22.375Z[ recovery-image] Oct 22 16:57:21.482 INFO O| Oct 22 16:57:21.482 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-10-22T16:57:22.383Z[ recovery-image] Oct 22 16:57:21.492 INFO O| Oct 22 16:57:21.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
63022024-10-22T16:57:22.383Z[ recovery-image] Oct 22 16:57:21.492 INFO O| Oct 22 16:57:21.492 INFO STEP 709 (remove_files) COMPLETE
63032024-10-22T16:57:22.385Z[ recovery-image] Oct 22 16:57:21.492 INFO O| Oct 22 16:57:21.492 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-10-22T16:57:22.393Z[ recovery-image] Oct 22 16:57:21.502 INFO O| Oct 22 16:57:21.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
63052024-10-22T16:57:22.393Z[ recovery-image] Oct 22 16:57:21.502 INFO O| Oct 22 16:57:21.502 INFO STEP 710 (remove_files) COMPLETE
63062024-10-22T16:57:22.395Z[ recovery-image] Oct 22 16:57:21.502 INFO O| Oct 22 16:57:21.502 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-10-22T16:57:22.402Z[ recovery-image] Oct 22 16:57:21.511 INFO O| Oct 22 16:57:21.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
63082024-10-22T16:57:22.402Z[ recovery-image] Oct 22 16:57:21.511 INFO O| Oct 22 16:57:21.511 INFO STEP 711 (remove_files) COMPLETE
63092024-10-22T16:57:22.403Z[ recovery-image] Oct 22 16:57:21.511 INFO O| Oct 22 16:57:21.511 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-10-22T16:57:22.412Z[ recovery-image] Oct 22 16:57:21.521 INFO O| Oct 22 16:57:21.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
63112024-10-22T16:57:22.412Z[ recovery-image] Oct 22 16:57:21.521 INFO O| Oct 22 16:57:21.521 INFO STEP 712 (remove_files) COMPLETE
63122024-10-22T16:57:22.414Z[ recovery-image] Oct 22 16:57:21.521 INFO O| Oct 22 16:57:21.521 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-10-22T16:57:22.421Z[ recovery-image] Oct 22 16:57:21.530 INFO O| Oct 22 16:57:21.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
63142024-10-22T16:57:22.424Z[ recovery-image] Oct 22 16:57:21.530 INFO O| Oct 22 16:57:21.530 INFO STEP 713 (remove_files) COMPLETE
63152024-10-22T16:57:22.424Z[ recovery-image] Oct 22 16:57:21.530 INFO O| Oct 22 16:57:21.530 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-10-22T16:57:22.431Z[ recovery-image] Oct 22 16:57:21.540 INFO O| Oct 22 16:57:21.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
63172024-10-22T16:57:22.431Z[ recovery-image] Oct 22 16:57:21.540 INFO O| Oct 22 16:57:21.540 INFO STEP 714 (remove_files) COMPLETE
63182024-10-22T16:57:22.431Z[ recovery-image] Oct 22 16:57:21.540 INFO O| Oct 22 16:57:21.540 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-10-22T16:57:22.441Z[ recovery-image] Oct 22 16:57:21.549 INFO O| Oct 22 16:57:21.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
63202024-10-22T16:57:22.441Z[ recovery-image] Oct 22 16:57:21.549 INFO O| Oct 22 16:57:21.549 INFO STEP 715 (remove_files) COMPLETE
63212024-10-22T16:57:22.443Z[ recovery-image] Oct 22 16:57:21.550 INFO O| Oct 22 16:57:21.549 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-10-22T16:57:22.450Z[ recovery-image] Oct 22 16:57:21.559 INFO O| Oct 22 16:57:21.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
63232024-10-22T16:57:22.450Z[ recovery-image] Oct 22 16:57:21.559 INFO O| Oct 22 16:57:21.559 INFO STEP 716 (remove_files) COMPLETE
63242024-10-22T16:57:22.450Z[ recovery-image] Oct 22 16:57:21.559 INFO O| Oct 22 16:57:21.559 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-10-22T16:57:22.460Z[ recovery-image] Oct 22 16:57:21.569 INFO O| Oct 22 16:57:21.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
63262024-10-22T16:57:22.460Z[ recovery-image] Oct 22 16:57:21.569 INFO O| Oct 22 16:57:21.569 INFO STEP 717 (remove_files) COMPLETE
63272024-10-22T16:57:22.463Z[ recovery-image] Oct 22 16:57:21.569 INFO O| Oct 22 16:57:21.569 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-10-22T16:57:22.470Z[ recovery-image] Oct 22 16:57:21.579 INFO O| Oct 22 16:57:21.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
63292024-10-22T16:57:22.472Z[ recovery-image] Oct 22 16:57:21.579 INFO O| Oct 22 16:57:21.579 INFO STEP 718 (remove_files) COMPLETE
63302024-10-22T16:57:22.472Z[ recovery-image] Oct 22 16:57:21.579 INFO O| Oct 22 16:57:21.579 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-10-22T16:57:22.482Z[ recovery-image] Oct 22 16:57:21.591 INFO O| Oct 22 16:57:21.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
63322024-10-22T16:57:22.484Z[ recovery-image] Oct 22 16:57:21.591 INFO O| Oct 22 16:57:21.591 INFO STEP 719 (remove_files) COMPLETE
63332024-10-22T16:57:22.484Z[ recovery-image] Oct 22 16:57:21.591 INFO O| Oct 22 16:57:21.591 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-10-22T16:57:22.493Z[ recovery-image] Oct 22 16:57:21.602 INFO O| Oct 22 16:57:21.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
63352024-10-22T16:57:22.495Z[ recovery-image] Oct 22 16:57:21.602 INFO O| Oct 22 16:57:21.602 INFO STEP 720 (remove_files) COMPLETE
63362024-10-22T16:57:22.495Z[ recovery-image] Oct 22 16:57:21.602 INFO O| Oct 22 16:57:21.602 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-10-22T16:57:22.502Z[ recovery-image] Oct 22 16:57:21.611 INFO O| Oct 22 16:57:21.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
63382024-10-22T16:57:22.510Z[ recovery-image] Oct 22 16:57:21.611 INFO O| Oct 22 16:57:21.611 INFO STEP 721 (remove_files) COMPLETE
63392024-10-22T16:57:22.510Z[ recovery-image] Oct 22 16:57:21.611 INFO O| Oct 22 16:57:21.611 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-10-22T16:57:22.513Z[ recovery-image] Oct 22 16:57:21.621 INFO O| Oct 22 16:57:21.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
63412024-10-22T16:57:22.513Z[ recovery-image] Oct 22 16:57:21.621 INFO O| Oct 22 16:57:21.621 INFO STEP 722 (remove_files) COMPLETE
63422024-10-22T16:57:22.513Z[ recovery-image] Oct 22 16:57:21.621 INFO O| Oct 22 16:57:21.621 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-10-22T16:57:22.522Z[ recovery-image] Oct 22 16:57:21.631 INFO O| Oct 22 16:57:21.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
63442024-10-22T16:57:22.524Z[ recovery-image] Oct 22 16:57:21.631 INFO O| Oct 22 16:57:21.631 INFO STEP 723 (remove_files) COMPLETE
63452024-10-22T16:57:22.524Z[ recovery-image] Oct 22 16:57:21.631 INFO O| Oct 22 16:57:21.631 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-10-22T16:57:22.527ZOct 22 16:57:21.634 INFO [verify-libraries] process exited with exit status: 0 (345.147511071s)
63472024-10-22T16:57:22.531Z[ recovery-image] Oct 22 16:57:21.640 INFO O| Oct 22 16:57:21.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
63482024-10-22T16:57:22.531Z[ recovery-image] Oct 22 16:57:21.640 INFO O| Oct 22 16:57:21.640 INFO STEP 724 (remove_files) COMPLETE
63492024-10-22T16:57:22.534Z[ recovery-image] Oct 22 16:57:21.640 INFO O| Oct 22 16:57:21.640 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-10-22T16:57:22.541Z[ recovery-image] Oct 22 16:57:21.650 INFO O| Oct 22 16:57:21.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
63512024-10-22T16:57:22.541Z[ recovery-image] Oct 22 16:57:21.650 INFO O| Oct 22 16:57:21.650 INFO STEP 725 (remove_files) COMPLETE
63522024-10-22T16:57:22.543Z[ recovery-image] Oct 22 16:57:21.650 INFO O| Oct 22 16:57:21.650 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-10-22T16:57:22.543Z[ host-image] Oct 22 16:57:21.650 INFO O| Oct 22 16:57:21.650 INFO O| Planning: Solver setup ... Done
63542024-10-22T16:57:22.546Z[ host-image] Oct 22 16:57:21.654 INFO O| Oct 22 16:57:21.654 INFO O| Planning: Running solver ... Done
63552024-10-22T16:57:22.550Z[ recovery-image] Oct 22 16:57:21.659 INFO O| Oct 22 16:57:21.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
63562024-10-22T16:57:22.552Z[ recovery-image] Oct 22 16:57:21.659 INFO O| Oct 22 16:57:21.659 INFO STEP 726 (remove_files) COMPLETE
63572024-10-22T16:57:22.552Z[ recovery-image] Oct 22 16:57:21.659 INFO O| Oct 22 16:57:21.659 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-10-22T16:57:22.560Z[ recovery-image] Oct 22 16:57:21.669 INFO O| Oct 22 16:57:21.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
63592024-10-22T16:57:22.562Z[ recovery-image] Oct 22 16:57:21.669 INFO O| Oct 22 16:57:21.669 INFO STEP 727 (remove_files) COMPLETE
63602024-10-22T16:57:22.563Z[ recovery-image] Oct 22 16:57:21.669 INFO O| Oct 22 16:57:21.669 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-10-22T16:57:22.570Z[ recovery-image] Oct 22 16:57:21.679 INFO O| Oct 22 16:57:21.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
63622024-10-22T16:57:22.570Z[ recovery-image] Oct 22 16:57:21.679 INFO O| Oct 22 16:57:21.679 INFO STEP 728 (remove_files) COMPLETE
63632024-10-22T16:57:22.570Z[ recovery-image] Oct 22 16:57:21.679 INFO O| Oct 22 16:57:21.679 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-10-22T16:57:22.579Z[ recovery-image] Oct 22 16:57:21.688 INFO O| Oct 22 16:57:21.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
63652024-10-22T16:57:22.579Z[ recovery-image] Oct 22 16:57:21.688 INFO O| Oct 22 16:57:21.688 INFO STEP 729 (remove_files) COMPLETE
63662024-10-22T16:57:22.582Z[ recovery-image] Oct 22 16:57:21.688 INFO O| Oct 22 16:57:21.688 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-10-22T16:57:22.589Z[ recovery-image] Oct 22 16:57:21.698 INFO O| Oct 22 16:57:21.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
63682024-10-22T16:57:22.591Z[ recovery-image] Oct 22 16:57:21.698 INFO O| Oct 22 16:57:21.698 INFO STEP 730 (remove_files) COMPLETE
63692024-10-22T16:57:22.591Z[ recovery-image] Oct 22 16:57:21.698 INFO O| Oct 22 16:57:21.698 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-10-22T16:57:22.597Z[ host-image] Oct 22 16:57:21.706 INFO O| Oct 22 16:57:21.706 INFO O| Planning: Finding local manifests ... Done
63712024-10-22T16:57:22.600Z[ host-image] Oct 22 16:57:21.707 INFO O| Oct 22 16:57:21.707 INFO O| Planning: Fetching manifests: 0/1 0% complete
63722024-10-22T16:57:22.600Z[ recovery-image] Oct 22 16:57:21.707 INFO O| Oct 22 16:57:21.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
63732024-10-22T16:57:22.600Z[ recovery-image] Oct 22 16:57:21.708 INFO O| Oct 22 16:57:21.708 INFO STEP 731 (remove_files) COMPLETE
63742024-10-22T16:57:22.600Z[ recovery-image] Oct 22 16:57:21.708 INFO O| Oct 22 16:57:21.708 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752024-10-22T16:57:22.608Z[ recovery-image] Oct 22 16:57:21.717 INFO O| Oct 22 16:57:21.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
63762024-10-22T16:57:22.608Z[ recovery-image] Oct 22 16:57:21.717 INFO O| Oct 22 16:57:21.717 INFO STEP 732 (remove_files) COMPLETE
63772024-10-22T16:57:22.611Z[ recovery-image] Oct 22 16:57:21.717 INFO O| Oct 22 16:57:21.717 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-10-22T16:57:22.618Z[ recovery-image] Oct 22 16:57:21.727 INFO O| Oct 22 16:57:21.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
63792024-10-22T16:57:22.620Z[ recovery-image] Oct 22 16:57:21.727 INFO O| Oct 22 16:57:21.727 INFO STEP 733 (remove_files) COMPLETE
63802024-10-22T16:57:22.620Z[ recovery-image] Oct 22 16:57:21.727 INFO O| Oct 22 16:57:21.727 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-10-22T16:57:22.627Z[ recovery-image] Oct 22 16:57:21.736 INFO O| Oct 22 16:57:21.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
63822024-10-22T16:57:22.627Z[ recovery-image] Oct 22 16:57:21.736 INFO O| Oct 22 16:57:21.736 INFO STEP 734 (remove_files) COMPLETE
63832024-10-22T16:57:22.630Z[ recovery-image] Oct 22 16:57:21.736 INFO O| Oct 22 16:57:21.736 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-10-22T16:57:22.637Z[ recovery-image] Oct 22 16:57:21.746 INFO O| Oct 22 16:57:21.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
63852024-10-22T16:57:22.639Z[ recovery-image] Oct 22 16:57:21.746 INFO O| Oct 22 16:57:21.746 INFO STEP 735 (remove_files) COMPLETE
63862024-10-22T16:57:22.639Z[ recovery-image] Oct 22 16:57:21.746 INFO O| Oct 22 16:57:21.746 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-10-22T16:57:22.647Z[ recovery-image] Oct 22 16:57:21.755 INFO O| Oct 22 16:57:21.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
63882024-10-22T16:57:22.647Z[ recovery-image] Oct 22 16:57:21.756 INFO O| Oct 22 16:57:21.755 INFO STEP 736 (remove_files) COMPLETE
63892024-10-22T16:57:22.649Z[ recovery-image] Oct 22 16:57:21.756 INFO O| Oct 22 16:57:21.755 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-10-22T16:57:22.656Z[ recovery-image] Oct 22 16:57:21.765 INFO O| Oct 22 16:57:21.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
63912024-10-22T16:57:22.656Z[ recovery-image] Oct 22 16:57:21.765 INFO O| Oct 22 16:57:21.765 INFO STEP 737 (remove_files) COMPLETE
63922024-10-22T16:57:22.659Z[ recovery-image] Oct 22 16:57:21.765 INFO O| Oct 22 16:57:21.765 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-10-22T16:57:22.666Z[ recovery-image] Oct 22 16:57:21.775 INFO O| Oct 22 16:57:21.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
63942024-10-22T16:57:22.668Z[ recovery-image] Oct 22 16:57:21.775 INFO O| Oct 22 16:57:21.775 INFO STEP 738 (remove_files) COMPLETE
63952024-10-22T16:57:22.668Z[ recovery-image] Oct 22 16:57:21.775 INFO O| Oct 22 16:57:21.775 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-10-22T16:57:22.675Z[ recovery-image] Oct 22 16:57:21.784 INFO O| Oct 22 16:57:21.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
63972024-10-22T16:57:22.675Z[ recovery-image] Oct 22 16:57:21.784 INFO O| Oct 22 16:57:21.784 INFO STEP 739 (remove_files) COMPLETE
63982024-10-22T16:57:22.678Z[ recovery-image] Oct 22 16:57:21.784 INFO O| Oct 22 16:57:21.784 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-10-22T16:57:22.680Z[ host-image] Oct 22 16:57:21.788 INFO O| Oct 22 16:57:21.788 INFO O| Planning: Fetching manifests: 1/1 100% complete
64002024-10-22T16:57:22.685Z[ recovery-image] Oct 22 16:57:21.793 INFO O| Oct 22 16:57:21.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
64012024-10-22T16:57:22.687Z[ recovery-image] Oct 22 16:57:21.794 INFO O| Oct 22 16:57:21.793 INFO STEP 740 (remove_files) COMPLETE
64022024-10-22T16:57:22.687Z[ recovery-image] Oct 22 16:57:21.794 INFO O| Oct 22 16:57:21.794 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-10-22T16:57:22.694Z[ recovery-image] Oct 22 16:57:21.803 INFO O| Oct 22 16:57:21.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
64042024-10-22T16:57:22.696Z[ recovery-image] Oct 22 16:57:21.803 INFO O| Oct 22 16:57:21.803 INFO STEP 741 (remove_files) COMPLETE
64052024-10-22T16:57:22.697Z[ recovery-image] Oct 22 16:57:21.803 INFO O| Oct 22 16:57:21.803 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-10-22T16:57:22.699Z[ host-image] Oct 22 16:57:21.807 INFO O| Oct 22 16:57:21.807 INFO O| Planning: Package planning ... Done
64072024-10-22T16:57:22.699Z[ host-image] Oct 22 16:57:21.808 INFO O| Oct 22 16:57:21.808 INFO O| Planning: Merging actions ... Done
64082024-10-22T16:57:22.704Z[ recovery-image] Oct 22 16:57:21.813 INFO O| Oct 22 16:57:21.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
64092024-10-22T16:57:22.704Z[ recovery-image] Oct 22 16:57:21.813 INFO O| Oct 22 16:57:21.813 INFO STEP 742 (remove_files) COMPLETE
64102024-10-22T16:57:22.704Z[ recovery-image] Oct 22 16:57:21.813 INFO O| Oct 22 16:57:21.813 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-10-22T16:57:22.714Z[ recovery-image] Oct 22 16:57:21.822 INFO O| Oct 22 16:57:21.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
64122024-10-22T16:57:22.714Z[ recovery-image] Oct 22 16:57:21.822 INFO O| Oct 22 16:57:21.822 INFO STEP 743 (remove_files) COMPLETE
64132024-10-22T16:57:22.716Z[ recovery-image] Oct 22 16:57:21.822 INFO O| Oct 22 16:57:21.822 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-10-22T16:57:22.723Z[ recovery-image] Oct 22 16:57:21.832 INFO O| Oct 22 16:57:21.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
64152024-10-22T16:57:22.723Z[ recovery-image] Oct 22 16:57:21.832 INFO O| Oct 22 16:57:21.832 INFO STEP 744 (remove_files) COMPLETE
64162024-10-22T16:57:22.726Z[ recovery-image] Oct 22 16:57:21.832 INFO O| Oct 22 16:57:21.832 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-10-22T16:57:22.732Z[ recovery-image] Oct 22 16:57:21.841 INFO O| Oct 22 16:57:21.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
64182024-10-22T16:57:22.733Z[ recovery-image] Oct 22 16:57:21.841 INFO O| Oct 22 16:57:21.841 INFO STEP 745 (remove_files) COMPLETE
64192024-10-22T16:57:22.733Z[ recovery-image] Oct 22 16:57:21.841 INFO O| Oct 22 16:57:21.841 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-10-22T16:57:22.742Z[ recovery-image] Oct 22 16:57:21.851 INFO O| Oct 22 16:57:21.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
64212024-10-22T16:57:22.742Z[ recovery-image] Oct 22 16:57:21.851 INFO O| Oct 22 16:57:21.851 INFO STEP 746 (remove_files) COMPLETE
64222024-10-22T16:57:22.742Z[ recovery-image] Oct 22 16:57:21.851 INFO O| Oct 22 16:57:21.851 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-10-22T16:57:22.752Z[ recovery-image] Oct 22 16:57:21.860 INFO O| Oct 22 16:57:21.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
64242024-10-22T16:57:22.754Z[ recovery-image] Oct 22 16:57:21.861 INFO O| Oct 22 16:57:21.861 INFO STEP 747 (remove_files) COMPLETE
64252024-10-22T16:57:22.754Z[ recovery-image] Oct 22 16:57:21.861 INFO O| Oct 22 16:57:21.861 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-10-22T16:57:22.759Z[ host-image] Oct 22 16:57:21.868 INFO O| Oct 22 16:57:21.868 INFO O| Planning: Checking for conflicting actions ... Done
64272024-10-22T16:57:22.762Z[ host-image] Oct 22 16:57:21.868 INFO O| Oct 22 16:57:21.868 INFO O| Planning: Consolidating action changes ... Done
64282024-10-22T16:57:22.762Z[ recovery-image] Oct 22 16:57:21.870 INFO O| Oct 22 16:57:21.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
64292024-10-22T16:57:22.762Z[ recovery-image] Oct 22 16:57:21.870 INFO O| Oct 22 16:57:21.870 INFO STEP 748 (remove_files) COMPLETE
64302024-10-22T16:57:22.762Z[ recovery-image] Oct 22 16:57:21.870 INFO O| Oct 22 16:57:21.870 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-10-22T16:57:22.771Z[ recovery-image] Oct 22 16:57:21.879 INFO O| Oct 22 16:57:21.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
64322024-10-22T16:57:22.771Z[ recovery-image] Oct 22 16:57:21.880 INFO O| Oct 22 16:57:21.879 INFO STEP 749 (remove_files) COMPLETE
64332024-10-22T16:57:22.773Z[ recovery-image] Oct 22 16:57:21.880 INFO O| Oct 22 16:57:21.880 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-10-22T16:57:22.780Z[ recovery-image] Oct 22 16:57:21.889 INFO O| Oct 22 16:57:21.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
64352024-10-22T16:57:22.780Z[ recovery-image] Oct 22 16:57:21.889 INFO O| Oct 22 16:57:21.889 INFO STEP 750 (remove_files) COMPLETE
64362024-10-22T16:57:22.780Z[ recovery-image] Oct 22 16:57:21.889 INFO O| Oct 22 16:57:21.889 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-10-22T16:57:22.789Z[ recovery-image] Oct 22 16:57:21.898 INFO O| Oct 22 16:57:21.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
64382024-10-22T16:57:22.789Z[ recovery-image] Oct 22 16:57:21.898 INFO O| Oct 22 16:57:21.898 INFO STEP 751 (remove_files) COMPLETE
64392024-10-22T16:57:22.789Z[ recovery-image] Oct 22 16:57:21.898 INFO O| Oct 22 16:57:21.898 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-10-22T16:57:22.799Z[ recovery-image] Oct 22 16:57:21.908 INFO O| Oct 22 16:57:21.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
64412024-10-22T16:57:22.799Z[ recovery-image] Oct 22 16:57:21.908 INFO O| Oct 22 16:57:21.908 INFO STEP 752 (remove_files) COMPLETE
64422024-10-22T16:57:22.799Z[ recovery-image] Oct 22 16:57:21.908 INFO O| Oct 22 16:57:21.908 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-10-22T16:57:22.808Z[ recovery-image] Oct 22 16:57:21.917 INFO O| Oct 22 16:57:21.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
64442024-10-22T16:57:22.808Z[ recovery-image] Oct 22 16:57:21.917 INFO O| Oct 22 16:57:21.917 INFO STEP 753 (remove_files) COMPLETE
64452024-10-22T16:57:22.810Z[ recovery-image] Oct 22 16:57:21.917 INFO O| Oct 22 16:57:21.917 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-10-22T16:57:22.818Z[ recovery-image] Oct 22 16:57:21.926 INFO O| Oct 22 16:57:21.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
64472024-10-22T16:57:22.820Z[ recovery-image] Oct 22 16:57:21.926 INFO O| Oct 22 16:57:21.926 INFO STEP 754 (remove_files) COMPLETE
64482024-10-22T16:57:22.820Z[ recovery-image] Oct 22 16:57:21.926 INFO O| Oct 22 16:57:21.926 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-10-22T16:57:22.827Z[ recovery-image] Oct 22 16:57:21.936 INFO O| Oct 22 16:57:21.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
64502024-10-22T16:57:22.827Z[ recovery-image] Oct 22 16:57:21.936 INFO O| Oct 22 16:57:21.936 INFO STEP 755 (remove_files) COMPLETE
64512024-10-22T16:57:22.827Z[ recovery-image] Oct 22 16:57:21.936 INFO O| Oct 22 16:57:21.936 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-10-22T16:57:22.837Z[ recovery-image] Oct 22 16:57:21.945 INFO O| Oct 22 16:57:21.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
64532024-10-22T16:57:22.839Z[ recovery-image] Oct 22 16:57:21.945 INFO O| Oct 22 16:57:21.945 INFO STEP 756 (remove_files) COMPLETE
64542024-10-22T16:57:22.839Z[ recovery-image] Oct 22 16:57:21.945 INFO O| Oct 22 16:57:21.945 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-10-22T16:57:22.846Z[ recovery-image] Oct 22 16:57:21.955 INFO O| Oct 22 16:57:21.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
64562024-10-22T16:57:22.846Z[ recovery-image] Oct 22 16:57:21.955 INFO O| Oct 22 16:57:21.955 INFO STEP 757 (remove_files) COMPLETE
64572024-10-22T16:57:22.848Z[ recovery-image] Oct 22 16:57:21.955 INFO O| Oct 22 16:57:21.955 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-10-22T16:57:22.855Z[ recovery-image] Oct 22 16:57:21.964 INFO O| Oct 22 16:57:21.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
64592024-10-22T16:57:22.858Z[ recovery-image] Oct 22 16:57:21.964 INFO O| Oct 22 16:57:21.964 INFO STEP 758 (remove_files) COMPLETE
64602024-10-22T16:57:22.858Z[ recovery-image] Oct 22 16:57:21.964 INFO O| Oct 22 16:57:21.964 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-10-22T16:57:22.865Z[ recovery-image] Oct 22 16:57:21.973 INFO O| Oct 22 16:57:21.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
64622024-10-22T16:57:22.867Z[ recovery-image] Oct 22 16:57:21.974 INFO O| Oct 22 16:57:21.974 INFO STEP 759 (remove_files) COMPLETE
64632024-10-22T16:57:22.867Z[ recovery-image] Oct 22 16:57:21.974 INFO O| Oct 22 16:57:21.974 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-10-22T16:57:22.874Z[ recovery-image] Oct 22 16:57:21.983 INFO O| Oct 22 16:57:21.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
64652024-10-22T16:57:22.874Z[ recovery-image] Oct 22 16:57:21.983 INFO O| Oct 22 16:57:21.983 INFO STEP 760 (remove_files) COMPLETE
64662024-10-22T16:57:22.874Z[ recovery-image] Oct 22 16:57:21.983 INFO O| Oct 22 16:57:21.983 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-10-22T16:57:22.884Z[ recovery-image] Oct 22 16:57:21.993 INFO O| Oct 22 16:57:21.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
64682024-10-22T16:57:22.884Z[ recovery-image] Oct 22 16:57:21.993 INFO O| Oct 22 16:57:21.993 INFO STEP 761 (remove_files) COMPLETE
64692024-10-22T16:57:22.884Z[ recovery-image] Oct 22 16:57:21.993 INFO O| Oct 22 16:57:21.993 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-10-22T16:57:22.894Z[ recovery-image] Oct 22 16:57:22.002 INFO O| Oct 22 16:57:22.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
64712024-10-22T16:57:22.894Z[ recovery-image] Oct 22 16:57:22.002 INFO O| Oct 22 16:57:22.002 INFO STEP 762 (remove_files) COMPLETE
64722024-10-22T16:57:22.896Z[ recovery-image] Oct 22 16:57:22.002 INFO O| Oct 22 16:57:22.002 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-10-22T16:57:22.904Z[ recovery-image] Oct 22 16:57:22.013 INFO O| Oct 22 16:57:22.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
64742024-10-22T16:57:22.906Z[ recovery-image] Oct 22 16:57:22.013 INFO O| Oct 22 16:57:22.013 INFO STEP 763 (remove_files) COMPLETE
64752024-10-22T16:57:22.906Z[ recovery-image] Oct 22 16:57:22.013 INFO O| Oct 22 16:57:22.013 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-10-22T16:57:22.913Z[ recovery-image] Oct 22 16:57:22.022 INFO O| Oct 22 16:57:22.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
64772024-10-22T16:57:22.913Z[ recovery-image] Oct 22 16:57:22.022 INFO O| Oct 22 16:57:22.022 INFO STEP 764 (remove_files) COMPLETE
64782024-10-22T16:57:22.913Z[ recovery-image] Oct 22 16:57:22.022 INFO O| Oct 22 16:57:22.022 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-10-22T16:57:22.923Z[ recovery-image] Oct 22 16:57:22.031 INFO O| Oct 22 16:57:22.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
64802024-10-22T16:57:22.923Z[ recovery-image] Oct 22 16:57:22.031 INFO O| Oct 22 16:57:22.031 INFO STEP 765 (remove_files) COMPLETE
64812024-10-22T16:57:22.923Z[ recovery-image] Oct 22 16:57:22.031 INFO O| Oct 22 16:57:22.031 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-10-22T16:57:22.932Z[ recovery-image] Oct 22 16:57:22.041 INFO O| Oct 22 16:57:22.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
64832024-10-22T16:57:22.932Z[ recovery-image] Oct 22 16:57:22.041 INFO O| Oct 22 16:57:22.041 INFO STEP 766 (remove_files) COMPLETE
64842024-10-22T16:57:22.932Z[ recovery-image] Oct 22 16:57:22.041 INFO O| Oct 22 16:57:22.041 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-10-22T16:57:22.941Z[ recovery-image] Oct 22 16:57:22.050 INFO O| Oct 22 16:57:22.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
64862024-10-22T16:57:22.944Z[ recovery-image] Oct 22 16:57:22.050 INFO O| Oct 22 16:57:22.050 INFO STEP 767 (remove_files) COMPLETE
64872024-10-22T16:57:22.944Z[ recovery-image] Oct 22 16:57:22.050 INFO O| Oct 22 16:57:22.050 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-10-22T16:57:22.947Z[ host-image] Oct 22 16:57:22.056 INFO O| Oct 22 16:57:22.056 INFO O| Planning: Evaluating mediators ... Done
64892024-10-22T16:57:22.949Z[ host-image] Oct 22 16:57:22.056 INFO O| Oct 22 16:57:22.056 INFO O| Planning: Planning completed in 2.39 seconds
64902024-10-22T16:57:22.949Z[ host-image] Oct 22 16:57:22.058 INFO O| Oct 22 16:57:22.058 INFO O| Packages to install: 1
64912024-10-22T16:57:22.952Z[ recovery-image] Oct 22 16:57:22.060 INFO O| Oct 22 16:57:22.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
64922024-10-22T16:57:22.952Z[ recovery-image] Oct 22 16:57:22.060 INFO O| Oct 22 16:57:22.060 INFO STEP 768 (remove_files) COMPLETE
64932024-10-22T16:57:22.952Z[ recovery-image] Oct 22 16:57:22.060 INFO O| Oct 22 16:57:22.060 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-10-22T16:57:22.960Z[ recovery-image] Oct 22 16:57:22.069 INFO O| Oct 22 16:57:22.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
64952024-10-22T16:57:22.961Z[ recovery-image] Oct 22 16:57:22.069 INFO O| Oct 22 16:57:22.069 INFO STEP 769 (remove_files) COMPLETE
64962024-10-22T16:57:22.963Z[ recovery-image] Oct 22 16:57:22.069 INFO O| Oct 22 16:57:22.069 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-10-22T16:57:22.963Z[ host-image] Oct 22 16:57:22.070 INFO O| Oct 22 16:57:22.070 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
64982024-10-22T16:57:22.972Z[ recovery-image] Oct 22 16:57:22.080 INFO O| Oct 22 16:57:22.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
64992024-10-22T16:57:22.972Z[ recovery-image] Oct 22 16:57:22.080 INFO O| Oct 22 16:57:22.080 INFO STEP 770 (remove_files) COMPLETE
65002024-10-22T16:57:22.974Z[ recovery-image] Oct 22 16:57:22.080 INFO O| Oct 22 16:57:22.080 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-10-22T16:57:22.982Z[ recovery-image] Oct 22 16:57:22.091 INFO O| Oct 22 16:57:22.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
65022024-10-22T16:57:22.982Z[ recovery-image] Oct 22 16:57:22.091 INFO O| Oct 22 16:57:22.091 INFO STEP 771 (remove_files) COMPLETE
65032024-10-22T16:57:22.985Z[ recovery-image] Oct 22 16:57:22.091 INFO O| Oct 22 16:57:22.091 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-10-22T16:57:22.995Z[ recovery-image] Oct 22 16:57:22.104 INFO O| Oct 22 16:57:22.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
65052024-10-22T16:57:22.997Z[ recovery-image] Oct 22 16:57:22.104 INFO O| Oct 22 16:57:22.104 INFO STEP 772 (remove_files) COMPLETE
65062024-10-22T16:57:22.997Z[ recovery-image] Oct 22 16:57:22.104 INFO O| Oct 22 16:57:22.104 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-10-22T16:57:23.006Z[ recovery-image] Oct 22 16:57:22.115 INFO O| Oct 22 16:57:22.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
65082024-10-22T16:57:23.006Z[ recovery-image] Oct 22 16:57:22.115 INFO O| Oct 22 16:57:22.115 INFO STEP 773 (remove_files) COMPLETE
65092024-10-22T16:57:23.009Z[ recovery-image] Oct 22 16:57:22.115 INFO O| Oct 22 16:57:22.115 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-10-22T16:57:23.016Z[ recovery-image] Oct 22 16:57:22.125 INFO O| Oct 22 16:57:22.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
65112024-10-22T16:57:23.016Z[ recovery-image] Oct 22 16:57:22.125 INFO O| Oct 22 16:57:22.125 INFO STEP 774 (remove_files) COMPLETE
65122024-10-22T16:57:23.017Z[ recovery-image] Oct 22 16:57:22.125 INFO O| Oct 22 16:57:22.125 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-10-22T16:57:23.027Z[ recovery-image] Oct 22 16:57:22.135 INFO O| Oct 22 16:57:22.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
65142024-10-22T16:57:23.027Z[ recovery-image] Oct 22 16:57:22.135 INFO O| Oct 22 16:57:22.135 INFO STEP 775 (remove_files) COMPLETE
65152024-10-22T16:57:23.030Z[ recovery-image] Oct 22 16:57:22.136 INFO O| Oct 22 16:57:22.135 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-10-22T16:57:23.037Z[ recovery-image] Oct 22 16:57:22.146 INFO O| Oct 22 16:57:22.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
65172024-10-22T16:57:23.037Z[ recovery-image] Oct 22 16:57:22.146 INFO O| Oct 22 16:57:22.146 INFO STEP 776 (remove_files) COMPLETE
65182024-10-22T16:57:23.037Z[ recovery-image] Oct 22 16:57:22.146 INFO O| Oct 22 16:57:22.146 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-10-22T16:57:23.049Z[ recovery-image] Oct 22 16:57:22.158 INFO O| Oct 22 16:57:22.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
65202024-10-22T16:57:23.049Z[ recovery-image] Oct 22 16:57:22.158 INFO O| Oct 22 16:57:22.158 INFO STEP 777 (remove_files) COMPLETE
65212024-10-22T16:57:23.052Z[ recovery-image] Oct 22 16:57:22.158 INFO O| Oct 22 16:57:22.158 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-10-22T16:57:23.059Z[ recovery-image] Oct 22 16:57:22.168 INFO O| Oct 22 16:57:22.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
65232024-10-22T16:57:23.062Z[ recovery-image] Oct 22 16:57:22.168 INFO O| Oct 22 16:57:22.168 INFO STEP 778 (remove_files) COMPLETE
65242024-10-22T16:57:23.062Z[ recovery-image] Oct 22 16:57:22.168 INFO O| Oct 22 16:57:22.168 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-10-22T16:57:23.069Z[ recovery-image] Oct 22 16:57:22.178 INFO O| Oct 22 16:57:22.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
65262024-10-22T16:57:23.072Z[ recovery-image] Oct 22 16:57:22.178 INFO O| Oct 22 16:57:22.178 INFO STEP 779 (remove_files) COMPLETE
65272024-10-22T16:57:23.072Z[ recovery-image] Oct 22 16:57:22.178 INFO O| Oct 22 16:57:22.178 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-10-22T16:57:23.079Z[ recovery-image] Oct 22 16:57:22.188 INFO O| Oct 22 16:57:22.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
65292024-10-22T16:57:23.079Z[ recovery-image] Oct 22 16:57:22.188 INFO O| Oct 22 16:57:22.188 INFO STEP 780 (remove_files) COMPLETE
65302024-10-22T16:57:23.082Z[ recovery-image] Oct 22 16:57:22.188 INFO O| Oct 22 16:57:22.188 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-10-22T16:57:23.090Z[ recovery-image] Oct 22 16:57:22.199 INFO O| Oct 22 16:57:22.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
65322024-10-22T16:57:23.090Z[ recovery-image] Oct 22 16:57:22.199 INFO O| Oct 22 16:57:22.199 INFO STEP 781 (remove_files) COMPLETE
65332024-10-22T16:57:23.090Z[ recovery-image] Oct 22 16:57:22.199 INFO O| Oct 22 16:57:22.199 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-10-22T16:57:23.100Z[ recovery-image] Oct 22 16:57:22.209 INFO O| Oct 22 16:57:22.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
65352024-10-22T16:57:23.100Z[ recovery-image] Oct 22 16:57:22.209 INFO O| Oct 22 16:57:22.209 INFO STEP 782 (remove_files) COMPLETE
65362024-10-22T16:57:23.102Z[ recovery-image] Oct 22 16:57:22.209 INFO O| Oct 22 16:57:22.209 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-10-22T16:57:23.113Z[ recovery-image] Oct 22 16:57:22.221 INFO O| Oct 22 16:57:22.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
65382024-10-22T16:57:23.113Z[ recovery-image] Oct 22 16:57:22.221 INFO O| Oct 22 16:57:22.221 INFO STEP 783 (remove_files) COMPLETE
65392024-10-22T16:57:23.115Z[ recovery-image] Oct 22 16:57:22.221 INFO O| Oct 22 16:57:22.221 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-10-22T16:57:23.124Z[ recovery-image] Oct 22 16:57:22.233 INFO O| Oct 22 16:57:22.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
65412024-10-22T16:57:23.125Z[ recovery-image] Oct 22 16:57:22.233 INFO O| Oct 22 16:57:22.233 INFO STEP 784 (remove_files) COMPLETE
65422024-10-22T16:57:23.127Z[ recovery-image] Oct 22 16:57:22.233 INFO O| Oct 22 16:57:22.233 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-10-22T16:57:23.135Z[ recovery-image] Oct 22 16:57:22.243 INFO O| Oct 22 16:57:22.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
65442024-10-22T16:57:23.135Z[ recovery-image] Oct 22 16:57:22.243 INFO O| Oct 22 16:57:22.243 INFO STEP 785 (remove_files) COMPLETE
65452024-10-22T16:57:23.137Z[ recovery-image] Oct 22 16:57:22.243 INFO O| Oct 22 16:57:22.243 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-10-22T16:57:23.147Z[ recovery-image] Oct 22 16:57:22.255 INFO O| Oct 22 16:57:22.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
65472024-10-22T16:57:23.149Z[ recovery-image] Oct 22 16:57:22.255 INFO O| Oct 22 16:57:22.255 INFO STEP 786 (remove_files) COMPLETE
65482024-10-22T16:57:23.149Z[ recovery-image] Oct 22 16:57:22.255 INFO O| Oct 22 16:57:22.255 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-10-22T16:57:23.161Z[ recovery-image] Oct 22 16:57:22.269 INFO O| Oct 22 16:57:22.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
65502024-10-22T16:57:23.161Z[ recovery-image] Oct 22 16:57:22.269 INFO O| Oct 22 16:57:22.269 INFO STEP 787 (remove_files) COMPLETE
65512024-10-22T16:57:23.163Z[ recovery-image] Oct 22 16:57:22.269 INFO O| Oct 22 16:57:22.269 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-10-22T16:57:23.172Z[ recovery-image] Oct 22 16:57:22.281 INFO O| Oct 22 16:57:22.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
65532024-10-22T16:57:23.172Z[ recovery-image] Oct 22 16:57:22.281 INFO O| Oct 22 16:57:22.281 INFO STEP 788 (remove_files) COMPLETE
65542024-10-22T16:57:23.175Z[ recovery-image] Oct 22 16:57:22.281 INFO O| Oct 22 16:57:22.281 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-10-22T16:57:23.186Z[ recovery-image] Oct 22 16:57:22.295 INFO O| Oct 22 16:57:22.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
65562024-10-22T16:57:23.186Z[ recovery-image] Oct 22 16:57:22.295 INFO O| Oct 22 16:57:22.295 INFO STEP 789 (remove_files) COMPLETE
65572024-10-22T16:57:23.189Z[ recovery-image] Oct 22 16:57:22.295 INFO O| Oct 22 16:57:22.295 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-10-22T16:57:23.199Z[ recovery-image] Oct 22 16:57:22.308 INFO O| Oct 22 16:57:22.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
65592024-10-22T16:57:23.200Z[ recovery-image] Oct 22 16:57:22.308 INFO O| Oct 22 16:57:22.308 INFO STEP 790 (remove_files) COMPLETE
65602024-10-22T16:57:23.202Z[ recovery-image] Oct 22 16:57:22.308 INFO O| Oct 22 16:57:22.308 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-10-22T16:57:23.211Z[ recovery-image] Oct 22 16:57:22.320 INFO O| Oct 22 16:57:22.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
65622024-10-22T16:57:23.211Z[ recovery-image] Oct 22 16:57:22.320 INFO O| Oct 22 16:57:22.320 INFO STEP 791 (remove_files) COMPLETE
65632024-10-22T16:57:23.211Z[ recovery-image] Oct 22 16:57:22.320 INFO O| Oct 22 16:57:22.320 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-10-22T16:57:23.221Z[ recovery-image] Oct 22 16:57:22.330 INFO O| Oct 22 16:57:22.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
65652024-10-22T16:57:23.221Z[ recovery-image] Oct 22 16:57:22.330 INFO O| Oct 22 16:57:22.330 INFO STEP 792 (remove_files) COMPLETE
65662024-10-22T16:57:23.221Z[ recovery-image] Oct 22 16:57:22.330 INFO O| Oct 22 16:57:22.330 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-10-22T16:57:23.231Z[ recovery-image] Oct 22 16:57:22.340 INFO O| Oct 22 16:57:22.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
65682024-10-22T16:57:23.234Z[ recovery-image] Oct 22 16:57:22.340 INFO O| Oct 22 16:57:22.340 INFO STEP 793 (remove_files) COMPLETE
65692024-10-22T16:57:23.234Z[ recovery-image] Oct 22 16:57:22.340 INFO O| Oct 22 16:57:22.340 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-10-22T16:57:23.241Z[ recovery-image] Oct 22 16:57:22.350 INFO O| Oct 22 16:57:22.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
65712024-10-22T16:57:23.241Z[ recovery-image] Oct 22 16:57:22.350 INFO O| Oct 22 16:57:22.350 INFO STEP 794 (remove_files) COMPLETE
65722024-10-22T16:57:23.243Z[ recovery-image] Oct 22 16:57:22.350 INFO O| Oct 22 16:57:22.350 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-10-22T16:57:23.253Z[ recovery-image] Oct 22 16:57:22.362 INFO O| Oct 22 16:57:22.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
65742024-10-22T16:57:23.253Z[ recovery-image] Oct 22 16:57:22.362 INFO O| Oct 22 16:57:22.362 INFO STEP 795 (remove_files) COMPLETE
65752024-10-22T16:57:23.256Z[ recovery-image] Oct 22 16:57:22.362 INFO O| Oct 22 16:57:22.362 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-10-22T16:57:23.267Z[ recovery-image] Oct 22 16:57:22.376 INFO O| Oct 22 16:57:22.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
65772024-10-22T16:57:23.269Z[ recovery-image] Oct 22 16:57:22.376 INFO O| Oct 22 16:57:22.376 INFO STEP 796 (remove_files) COMPLETE
65782024-10-22T16:57:23.269Z[ recovery-image] Oct 22 16:57:22.376 INFO O| Oct 22 16:57:22.376 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-10-22T16:57:23.277Z[ recovery-image] Oct 22 16:57:22.385 INFO O| Oct 22 16:57:22.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
65802024-10-22T16:57:23.279Z[ recovery-image] Oct 22 16:57:22.386 INFO O| Oct 22 16:57:22.385 INFO STEP 797 (remove_files) COMPLETE
65812024-10-22T16:57:23.279Z[ recovery-image] Oct 22 16:57:22.386 INFO O| Oct 22 16:57:22.385 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-10-22T16:57:23.286Z[ recovery-image] Oct 22 16:57:22.395 INFO O| Oct 22 16:57:22.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
65832024-10-22T16:57:23.289Z[ recovery-image] Oct 22 16:57:22.396 INFO O| Oct 22 16:57:22.396 INFO STEP 798 (remove_files) COMPLETE
65842024-10-22T16:57:23.289Z[ recovery-image] Oct 22 16:57:22.396 INFO O| Oct 22 16:57:22.396 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-10-22T16:57:23.296Z[ recovery-image] Oct 22 16:57:22.405 INFO O| Oct 22 16:57:22.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
65862024-10-22T16:57:23.299Z[ recovery-image] Oct 22 16:57:22.405 INFO O| Oct 22 16:57:22.405 INFO STEP 799 (remove_files) COMPLETE
65872024-10-22T16:57:23.299Z[ recovery-image] Oct 22 16:57:22.405 INFO O| Oct 22 16:57:22.405 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-10-22T16:57:23.306Z[ recovery-image] Oct 22 16:57:22.414 INFO O| Oct 22 16:57:22.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
65892024-10-22T16:57:23.306Z[ recovery-image] Oct 22 16:57:22.415 INFO O| Oct 22 16:57:22.415 INFO STEP 800 (remove_files) COMPLETE
65902024-10-22T16:57:23.308Z[ recovery-image] Oct 22 16:57:22.415 INFO O| Oct 22 16:57:22.415 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-10-22T16:57:23.311Z[ host-image] Oct 22 16:57:22.417 INFO O| Oct 22 16:57:22.417 INFO O| Download: Completed 20.80 MB in 0.35 seconds (59.8M/s)
65922024-10-22T16:57:23.316Z[ recovery-image] Oct 22 16:57:22.424 INFO O| Oct 22 16:57:22.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
65932024-10-22T16:57:23.316Z[ recovery-image] Oct 22 16:57:22.424 INFO O| Oct 22 16:57:22.424 INFO STEP 801 (remove_files) COMPLETE
65942024-10-22T16:57:23.318Z[ recovery-image] Oct 22 16:57:22.424 INFO O| Oct 22 16:57:22.424 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-10-22T16:57:23.325Z[ recovery-image] Oct 22 16:57:22.434 INFO O| Oct 22 16:57:22.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
65962024-10-22T16:57:23.325Z[ recovery-image] Oct 22 16:57:22.434 INFO O| Oct 22 16:57:22.434 INFO STEP 802 (remove_files) COMPLETE
65972024-10-22T16:57:23.328Z[ recovery-image] Oct 22 16:57:22.434 INFO O| Oct 22 16:57:22.434 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-10-22T16:57:23.333Z[ host-image] Oct 22 16:57:22.442 INFO O| Oct 22 16:57:22.442 INFO O| Actions: 1/22 actions (Installing new actions)
65992024-10-22T16:57:23.336Z[ recovery-image] Oct 22 16:57:22.443 INFO O| Oct 22 16:57:22.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
66002024-10-22T16:57:23.336Z[ recovery-image] Oct 22 16:57:22.444 INFO O| Oct 22 16:57:22.443 INFO STEP 803 (remove_files) COMPLETE
66012024-10-22T16:57:23.336Z[ recovery-image] Oct 22 16:57:22.444 INFO O| Oct 22 16:57:22.443 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-10-22T16:57:23.344Z[ recovery-image] Oct 22 16:57:22.453 INFO O| Oct 22 16:57:22.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
66032024-10-22T16:57:23.345Z[ recovery-image] Oct 22 16:57:22.453 INFO O| Oct 22 16:57:22.453 INFO STEP 804 (remove_files) COMPLETE
66042024-10-22T16:57:23.345Z[ recovery-image] Oct 22 16:57:22.453 INFO O| Oct 22 16:57:22.453 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-10-22T16:57:23.354Z[ recovery-image] Oct 22 16:57:22.462 INFO O| Oct 22 16:57:22.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
66062024-10-22T16:57:23.354Z[ recovery-image] Oct 22 16:57:22.462 INFO O| Oct 22 16:57:22.462 INFO STEP 805 (remove_files) COMPLETE
66072024-10-22T16:57:23.354Z[ recovery-image] Oct 22 16:57:22.462 INFO O| Oct 22 16:57:22.462 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-10-22T16:57:23.363Z[ recovery-image] Oct 22 16:57:22.472 INFO O| Oct 22 16:57:22.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
66092024-10-22T16:57:23.363Z[ recovery-image] Oct 22 16:57:22.472 INFO O| Oct 22 16:57:22.472 INFO STEP 806 (remove_files) COMPLETE
66102024-10-22T16:57:23.363Z[ recovery-image] Oct 22 16:57:22.472 INFO O| Oct 22 16:57:22.472 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-10-22T16:57:23.373Z[ recovery-image] Oct 22 16:57:22.481 INFO O| Oct 22 16:57:22.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
66122024-10-22T16:57:23.373Z[ recovery-image] Oct 22 16:57:22.481 INFO O| Oct 22 16:57:22.481 INFO STEP 807 (remove_files) COMPLETE
66132024-10-22T16:57:23.373Z[ recovery-image] Oct 22 16:57:22.481 INFO O| Oct 22 16:57:22.481 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-10-22T16:57:23.382Z[ recovery-image] Oct 22 16:57:22.491 INFO O| Oct 22 16:57:22.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
66152024-10-22T16:57:23.382Z[ recovery-image] Oct 22 16:57:22.491 INFO O| Oct 22 16:57:22.491 INFO STEP 808 (remove_files) COMPLETE
66162024-10-22T16:57:23.384Z[ recovery-image] Oct 22 16:57:22.491 INFO O| Oct 22 16:57:22.491 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-10-22T16:57:23.392Z[ recovery-image] Oct 22 16:57:22.500 INFO O| Oct 22 16:57:22.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
66182024-10-22T16:57:23.392Z[ recovery-image] Oct 22 16:57:22.500 INFO O| Oct 22 16:57:22.500 INFO STEP 809 (remove_files) COMPLETE
66192024-10-22T16:57:23.394Z[ recovery-image] Oct 22 16:57:22.500 INFO O| Oct 22 16:57:22.500 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-10-22T16:57:23.401Z[ recovery-image] Oct 22 16:57:22.509 INFO O| Oct 22 16:57:22.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
66212024-10-22T16:57:23.403Z[ recovery-image] Oct 22 16:57:22.510 INFO O| Oct 22 16:57:22.510 INFO STEP 810 (remove_files) COMPLETE
66222024-10-22T16:57:23.403Z[ recovery-image] Oct 22 16:57:22.510 INFO O| Oct 22 16:57:22.510 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-10-22T16:57:23.410Z[ recovery-image] Oct 22 16:57:22.519 INFO O| Oct 22 16:57:22.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
66242024-10-22T16:57:23.410Z[ recovery-image] Oct 22 16:57:22.519 INFO O| Oct 22 16:57:22.519 INFO STEP 811 (remove_files) COMPLETE
66252024-10-22T16:57:23.413Z[ recovery-image] Oct 22 16:57:22.519 INFO O| Oct 22 16:57:22.519 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-10-22T16:57:23.419Z[ recovery-image] Oct 22 16:57:22.528 INFO O| Oct 22 16:57:22.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
66272024-10-22T16:57:23.422Z[ recovery-image] Oct 22 16:57:22.528 INFO O| Oct 22 16:57:22.528 INFO STEP 812 (remove_files) COMPLETE
66282024-10-22T16:57:23.422Z[ recovery-image] Oct 22 16:57:22.528 INFO O| Oct 22 16:57:22.528 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-10-22T16:57:23.429Z[ recovery-image] Oct 22 16:57:22.537 INFO O| Oct 22 16:57:22.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
66302024-10-22T16:57:23.429Z[ recovery-image] Oct 22 16:57:22.537 INFO O| Oct 22 16:57:22.537 INFO STEP 813 (remove_files) COMPLETE
66312024-10-22T16:57:23.431Z[ recovery-image] Oct 22 16:57:22.537 INFO O| Oct 22 16:57:22.537 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-10-22T16:57:23.438Z[ recovery-image] Oct 22 16:57:22.547 INFO O| Oct 22 16:57:22.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
66332024-10-22T16:57:23.438Z[ recovery-image] Oct 22 16:57:22.547 INFO O| Oct 22 16:57:22.547 INFO STEP 814 (remove_files) COMPLETE
66342024-10-22T16:57:23.438Z[ recovery-image] Oct 22 16:57:22.547 INFO O| Oct 22 16:57:22.547 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-10-22T16:57:23.447Z[ recovery-image] Oct 22 16:57:22.556 INFO O| Oct 22 16:57:22.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
66362024-10-22T16:57:23.447Z[ recovery-image] Oct 22 16:57:22.556 INFO O| Oct 22 16:57:22.556 INFO STEP 815 (remove_files) COMPLETE
66372024-10-22T16:57:23.447Z[ recovery-image] Oct 22 16:57:22.556 INFO O| Oct 22 16:57:22.556 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-10-22T16:57:23.457Z[ recovery-image] Oct 22 16:57:22.565 INFO O| Oct 22 16:57:22.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
66392024-10-22T16:57:23.457Z[ recovery-image] Oct 22 16:57:22.565 INFO O| Oct 22 16:57:22.565 INFO STEP 816 (remove_files) COMPLETE
66402024-10-22T16:57:23.460Z[ recovery-image] Oct 22 16:57:22.565 INFO O| Oct 22 16:57:22.565 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-10-22T16:57:23.470Z[ recovery-image] Oct 22 16:57:22.575 INFO O| Oct 22 16:57:22.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
66422024-10-22T16:57:23.470Z[ recovery-image] Oct 22 16:57:22.575 INFO O| Oct 22 16:57:22.575 INFO STEP 817 (remove_files) COMPLETE
66432024-10-22T16:57:23.470Z[ recovery-image] Oct 22 16:57:22.575 INFO O| Oct 22 16:57:22.575 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442024-10-22T16:57:23.475Z[ recovery-image] Oct 22 16:57:22.584 INFO O| Oct 22 16:57:22.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
66452024-10-22T16:57:23.475Z[ recovery-image] Oct 22 16:57:22.584 INFO O| Oct 22 16:57:22.584 INFO STEP 818 (remove_files) COMPLETE
66462024-10-22T16:57:23.475Z[ recovery-image] Oct 22 16:57:22.584 INFO O| Oct 22 16:57:22.584 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-10-22T16:57:23.485Z[ recovery-image] Oct 22 16:57:22.593 INFO O| Oct 22 16:57:22.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
66482024-10-22T16:57:23.486Z[ recovery-image] Oct 22 16:57:22.593 INFO O| Oct 22 16:57:22.593 INFO STEP 819 (remove_files) COMPLETE
66492024-10-22T16:57:23.486Z[ recovery-image] Oct 22 16:57:22.593 INFO O| Oct 22 16:57:22.593 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-10-22T16:57:23.494Z[ recovery-image] Oct 22 16:57:22.603 INFO O| Oct 22 16:57:22.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
66512024-10-22T16:57:23.494Z[ recovery-image] Oct 22 16:57:22.603 INFO O| Oct 22 16:57:22.603 INFO STEP 820 (remove_files) COMPLETE
66522024-10-22T16:57:23.494Z[ recovery-image] Oct 22 16:57:22.603 INFO O| Oct 22 16:57:22.603 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-10-22T16:57:23.504Z[ recovery-image] Oct 22 16:57:22.612 INFO O| Oct 22 16:57:22.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
66542024-10-22T16:57:23.504Z[ recovery-image] Oct 22 16:57:22.612 INFO O| Oct 22 16:57:22.612 INFO STEP 821 (remove_files) COMPLETE
66552024-10-22T16:57:23.506Z[ recovery-image] Oct 22 16:57:22.612 INFO O| Oct 22 16:57:22.612 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-10-22T16:57:23.513Z[ recovery-image] Oct 22 16:57:22.622 INFO O| Oct 22 16:57:22.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
66572024-10-22T16:57:23.513Z[ recovery-image] Oct 22 16:57:22.622 INFO O| Oct 22 16:57:22.622 INFO STEP 822 (remove_files) COMPLETE
66582024-10-22T16:57:23.513Z[ recovery-image] Oct 22 16:57:22.622 INFO O| Oct 22 16:57:22.622 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-10-22T16:57:23.522Z[ recovery-image] Oct 22 16:57:22.631 INFO O| Oct 22 16:57:22.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
66602024-10-22T16:57:23.524Z[ recovery-image] Oct 22 16:57:22.631 INFO O| Oct 22 16:57:22.631 INFO STEP 823 (remove_files) COMPLETE
66612024-10-22T16:57:23.525Z[ recovery-image] Oct 22 16:57:22.631 INFO O| Oct 22 16:57:22.631 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-10-22T16:57:23.532Z[ recovery-image] Oct 22 16:57:22.640 INFO O| Oct 22 16:57:22.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
66632024-10-22T16:57:23.534Z[ recovery-image] Oct 22 16:57:22.641 INFO O| Oct 22 16:57:22.641 INFO STEP 824 (remove_files) COMPLETE
66642024-10-22T16:57:23.534Z[ recovery-image] Oct 22 16:57:22.641 INFO O| Oct 22 16:57:22.641 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-10-22T16:57:23.542Z[ recovery-image] Oct 22 16:57:22.650 INFO O| Oct 22 16:57:22.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
66662024-10-22T16:57:23.542Z[ recovery-image] Oct 22 16:57:22.650 INFO O| Oct 22 16:57:22.650 INFO STEP 825 (remove_files) COMPLETE
66672024-10-22T16:57:23.542Z[ recovery-image] Oct 22 16:57:22.650 INFO O| Oct 22 16:57:22.650 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682024-10-22T16:57:23.551Z[ recovery-image] Oct 22 16:57:22.660 INFO O| Oct 22 16:57:22.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
66692024-10-22T16:57:23.551Z[ recovery-image] Oct 22 16:57:22.660 INFO O| Oct 22 16:57:22.660 INFO STEP 826 (remove_files) COMPLETE
66702024-10-22T16:57:23.553Z[ recovery-image] Oct 22 16:57:22.660 INFO O| Oct 22 16:57:22.660 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712024-10-22T16:57:23.561Z[ recovery-image] Oct 22 16:57:22.669 INFO O| Oct 22 16:57:22.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
66722024-10-22T16:57:23.561Z[ recovery-image] Oct 22 16:57:22.669 INFO O| Oct 22 16:57:22.669 INFO STEP 827 (remove_files) COMPLETE
66732024-10-22T16:57:23.563Z[ recovery-image] Oct 22 16:57:22.669 INFO O| Oct 22 16:57:22.669 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-10-22T16:57:23.570Z[ recovery-image] Oct 22 16:57:22.679 INFO O| Oct 22 16:57:22.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
66752024-10-22T16:57:23.570Z[ recovery-image] Oct 22 16:57:22.679 INFO O| Oct 22 16:57:22.679 INFO STEP 828 (remove_files) COMPLETE
66762024-10-22T16:57:23.573Z[ recovery-image] Oct 22 16:57:22.679 INFO O| Oct 22 16:57:22.679 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-10-22T16:57:23.580Z[ recovery-image] Oct 22 16:57:22.688 INFO O| Oct 22 16:57:22.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
66782024-10-22T16:57:23.580Z[ recovery-image] Oct 22 16:57:22.688 INFO O| Oct 22 16:57:22.688 INFO STEP 829 (remove_files) COMPLETE
66792024-10-22T16:57:23.580Z[ recovery-image] Oct 22 16:57:22.688 INFO O| Oct 22 16:57:22.688 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-10-22T16:57:23.589Z[ recovery-image] Oct 22 16:57:22.698 INFO O| Oct 22 16:57:22.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
66812024-10-22T16:57:23.589Z[ recovery-image] Oct 22 16:57:22.698 INFO O| Oct 22 16:57:22.698 INFO STEP 830 (remove_files) COMPLETE
66822024-10-22T16:57:23.589Z[ recovery-image] Oct 22 16:57:22.698 INFO O| Oct 22 16:57:22.698 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-10-22T16:57:23.598Z[ recovery-image] Oct 22 16:57:22.707 INFO O| Oct 22 16:57:22.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
66842024-10-22T16:57:23.598Z[ recovery-image] Oct 22 16:57:22.707 INFO O| Oct 22 16:57:22.707 INFO STEP 831 (remove_files) COMPLETE
66852024-10-22T16:57:23.599Z[ recovery-image] Oct 22 16:57:22.707 INFO O| Oct 22 16:57:22.707 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-10-22T16:57:23.608Z[ recovery-image] Oct 22 16:57:22.716 INFO O| Oct 22 16:57:22.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
66872024-10-22T16:57:23.611Z[ recovery-image] Oct 22 16:57:22.717 INFO O| Oct 22 16:57:22.716 INFO STEP 832 (remove_files) COMPLETE
66882024-10-22T16:57:23.611Z[ recovery-image] Oct 22 16:57:22.717 INFO O| Oct 22 16:57:22.716 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-10-22T16:57:23.617Z[ recovery-image] Oct 22 16:57:22.726 INFO O| Oct 22 16:57:22.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
66902024-10-22T16:57:23.620Z[ recovery-image] Oct 22 16:57:22.726 INFO O| Oct 22 16:57:22.726 INFO STEP 833 (remove_files) COMPLETE
66912024-10-22T16:57:23.620Z[ recovery-image] Oct 22 16:57:22.726 INFO O| Oct 22 16:57:22.726 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-10-22T16:57:23.627Z[ recovery-image] Oct 22 16:57:22.735 INFO O| Oct 22 16:57:22.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
66932024-10-22T16:57:23.627Z[ recovery-image] Oct 22 16:57:22.735 INFO O| Oct 22 16:57:22.735 INFO STEP 834 (remove_files) COMPLETE
66942024-10-22T16:57:23.627Z[ recovery-image] Oct 22 16:57:22.736 INFO O| Oct 22 16:57:22.735 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-10-22T16:57:23.636Z[ recovery-image] Oct 22 16:57:22.745 INFO O| Oct 22 16:57:22.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
66962024-10-22T16:57:23.636Z[ recovery-image] Oct 22 16:57:22.745 INFO O| Oct 22 16:57:22.745 INFO STEP 835 (remove_files) COMPLETE
66972024-10-22T16:57:23.636Z[ recovery-image] Oct 22 16:57:22.745 INFO O| Oct 22 16:57:22.745 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-10-22T16:57:23.646Z[ recovery-image] Oct 22 16:57:22.754 INFO O| Oct 22 16:57:22.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
66992024-10-22T16:57:23.646Z[ recovery-image] Oct 22 16:57:22.754 INFO O| Oct 22 16:57:22.754 INFO STEP 836 (remove_files) COMPLETE
67002024-10-22T16:57:23.646Z[ recovery-image] Oct 22 16:57:22.754 INFO O| Oct 22 16:57:22.754 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-10-22T16:57:23.655Z[ recovery-image] Oct 22 16:57:22.764 INFO O| Oct 22 16:57:22.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
67022024-10-22T16:57:23.658Z[ recovery-image] Oct 22 16:57:22.764 INFO O| Oct 22 16:57:22.764 INFO STEP 837 (remove_files) COMPLETE
67032024-10-22T16:57:23.658Z[ recovery-image] Oct 22 16:57:22.764 INFO O| Oct 22 16:57:22.764 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042024-10-22T16:57:23.665Z[ recovery-image] Oct 22 16:57:22.773 INFO O| Oct 22 16:57:22.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
67052024-10-22T16:57:23.667Z[ recovery-image] Oct 22 16:57:22.773 INFO O| Oct 22 16:57:22.773 INFO STEP 838 (remove_files) COMPLETE
67062024-10-22T16:57:23.667Z[ recovery-image] Oct 22 16:57:22.773 INFO O| Oct 22 16:57:22.773 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072024-10-22T16:57:23.674Z[ recovery-image] Oct 22 16:57:22.783 INFO O| Oct 22 16:57:22.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
67082024-10-22T16:57:23.677Z[ recovery-image] Oct 22 16:57:22.783 INFO O| Oct 22 16:57:22.783 INFO STEP 839 (remove_files) COMPLETE
67092024-10-22T16:57:23.677Z[ recovery-image] Oct 22 16:57:22.783 INFO O| Oct 22 16:57:22.783 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102024-10-22T16:57:23.684Z[ recovery-image] Oct 22 16:57:22.792 INFO O| Oct 22 16:57:22.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
67112024-10-22T16:57:23.684Z[ recovery-image] Oct 22 16:57:22.792 INFO O| Oct 22 16:57:22.792 INFO STEP 840 (remove_files) COMPLETE
67122024-10-22T16:57:23.684Z[ recovery-image] Oct 22 16:57:22.792 INFO O| Oct 22 16:57:22.792 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132024-10-22T16:57:23.693Z[ recovery-image] Oct 22 16:57:22.802 INFO O| Oct 22 16:57:22.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
67142024-10-22T16:57:23.696Z[ recovery-image] Oct 22 16:57:22.802 INFO O| Oct 22 16:57:22.802 INFO STEP 841 (remove_files) COMPLETE
67152024-10-22T16:57:23.696Z[ recovery-image] Oct 22 16:57:22.802 INFO O| Oct 22 16:57:22.802 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162024-10-22T16:57:23.703Z[ recovery-image] Oct 22 16:57:22.811 INFO O| Oct 22 16:57:22.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
67172024-10-22T16:57:23.705Z[ recovery-image] Oct 22 16:57:22.811 INFO O| Oct 22 16:57:22.811 INFO STEP 842 (remove_files) COMPLETE
67182024-10-22T16:57:23.705Z[ recovery-image] Oct 22 16:57:22.811 INFO O| Oct 22 16:57:22.811 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192024-10-22T16:57:23.712Z[ recovery-image] Oct 22 16:57:22.821 INFO O| Oct 22 16:57:22.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
67202024-10-22T16:57:23.715Z[ recovery-image] Oct 22 16:57:22.821 INFO O| Oct 22 16:57:22.821 INFO STEP 843 (remove_files) COMPLETE
67212024-10-22T16:57:23.715Z[ recovery-image] Oct 22 16:57:22.821 INFO O| Oct 22 16:57:22.821 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222024-10-22T16:57:23.722Z[ recovery-image] Oct 22 16:57:22.830 INFO O| Oct 22 16:57:22.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
67232024-10-22T16:57:23.725Z[ recovery-image] Oct 22 16:57:22.831 INFO O| Oct 22 16:57:22.831 INFO STEP 844 (remove_files) COMPLETE
67242024-10-22T16:57:23.725Z[ recovery-image] Oct 22 16:57:22.831 INFO O| Oct 22 16:57:22.831 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252024-10-22T16:57:23.732Z[ recovery-image] Oct 22 16:57:22.841 INFO O| Oct 22 16:57:22.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
67262024-10-22T16:57:23.732Z[ recovery-image] Oct 22 16:57:22.841 INFO O| Oct 22 16:57:22.841 INFO STEP 845 (remove_files) COMPLETE
67272024-10-22T16:57:23.732Z[ recovery-image] Oct 22 16:57:22.841 INFO O| Oct 22 16:57:22.841 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282024-10-22T16:57:23.742Z[ recovery-image] Oct 22 16:57:22.850 INFO O| Oct 22 16:57:22.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
67292024-10-22T16:57:23.742Z[ recovery-image] Oct 22 16:57:22.850 INFO O| Oct 22 16:57:22.850 INFO STEP 846 (remove_files) COMPLETE
67302024-10-22T16:57:23.744Z[ recovery-image] Oct 22 16:57:22.850 INFO O| Oct 22 16:57:22.850 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312024-10-22T16:57:23.751Z[ recovery-image] Oct 22 16:57:22.860 INFO O| Oct 22 16:57:22.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
67322024-10-22T16:57:23.751Z[ recovery-image] Oct 22 16:57:22.860 INFO O| Oct 22 16:57:22.860 INFO STEP 847 (remove_files) COMPLETE
67332024-10-22T16:57:23.754Z[ recovery-image] Oct 22 16:57:22.860 INFO O| Oct 22 16:57:22.860 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342024-10-22T16:57:23.761Z[ recovery-image] Oct 22 16:57:22.869 INFO O| Oct 22 16:57:22.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
67352024-10-22T16:57:23.761Z[ recovery-image] Oct 22 16:57:22.870 INFO O| Oct 22 16:57:22.869 INFO STEP 848 (remove_files) COMPLETE
67362024-10-22T16:57:23.764Z[ recovery-image] Oct 22 16:57:22.870 INFO O| Oct 22 16:57:22.870 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-10-22T16:57:23.771Z[ recovery-image] Oct 22 16:57:22.879 INFO O| Oct 22 16:57:22.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
67382024-10-22T16:57:23.774Z[ recovery-image] Oct 22 16:57:22.879 INFO O| Oct 22 16:57:22.879 INFO STEP 849 (remove_files) COMPLETE
67392024-10-22T16:57:23.774Z[ recovery-image] Oct 22 16:57:22.879 INFO O| Oct 22 16:57:22.879 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-10-22T16:57:23.780Z[ recovery-image] Oct 22 16:57:22.888 INFO O| Oct 22 16:57:22.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
67412024-10-22T16:57:23.783Z[ recovery-image] Oct 22 16:57:22.889 INFO O| Oct 22 16:57:22.889 INFO STEP 850 (remove_files) COMPLETE
67422024-10-22T16:57:23.783Z[ recovery-image] Oct 22 16:57:22.889 INFO O| Oct 22 16:57:22.889 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432024-10-22T16:57:23.795Z[ recovery-image] Oct 22 16:57:22.904 INFO O| Oct 22 16:57:22.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
67442024-10-22T16:57:23.795Z[ recovery-image] Oct 22 16:57:22.904 INFO O| Oct 22 16:57:22.904 INFO STEP 851 (remove_files) COMPLETE
67452024-10-22T16:57:23.797Z[ recovery-image] Oct 22 16:57:22.904 INFO O| Oct 22 16:57:22.904 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462024-10-22T16:57:23.807Z[ recovery-image] Oct 22 16:57:22.915 INFO O| Oct 22 16:57:22.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
67472024-10-22T16:57:23.810Z[ recovery-image] Oct 22 16:57:22.916 INFO O| Oct 22 16:57:22.915 INFO STEP 852 (remove_files) COMPLETE
67482024-10-22T16:57:23.810Z[ recovery-image] Oct 22 16:57:22.916 INFO O| Oct 22 16:57:22.916 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492024-10-22T16:57:23.820Z[ recovery-image] Oct 22 16:57:22.929 INFO O| Oct 22 16:57:22.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
67502024-10-22T16:57:23.820Z[ recovery-image] Oct 22 16:57:22.929 INFO O| Oct 22 16:57:22.929 INFO STEP 853 (remove_files) COMPLETE
67512024-10-22T16:57:23.823Z[ recovery-image] Oct 22 16:57:22.929 INFO O| Oct 22 16:57:22.929 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522024-10-22T16:57:23.831Z[ recovery-image] Oct 22 16:57:22.940 INFO O| Oct 22 16:57:22.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
67532024-10-22T16:57:23.834Z[ recovery-image] Oct 22 16:57:22.940 INFO O| Oct 22 16:57:22.940 INFO STEP 854 (remove_files) COMPLETE
67542024-10-22T16:57:23.834Z[ recovery-image] Oct 22 16:57:22.940 INFO O| Oct 22 16:57:22.940 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552024-10-22T16:57:23.842Z[ recovery-image] Oct 22 16:57:22.950 INFO O| Oct 22 16:57:22.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
67562024-10-22T16:57:23.842Z[ recovery-image] Oct 22 16:57:22.950 INFO O| Oct 22 16:57:22.950 INFO STEP 855 (remove_files) COMPLETE
67572024-10-22T16:57:23.844Z[ recovery-image] Oct 22 16:57:22.950 INFO O| Oct 22 16:57:22.950 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582024-10-22T16:57:23.852Z[ recovery-image] Oct 22 16:57:22.960 INFO O| Oct 22 16:57:22.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
67592024-10-22T16:57:23.852Z[ recovery-image] Oct 22 16:57:22.960 INFO O| Oct 22 16:57:22.960 INFO STEP 856 (remove_files) COMPLETE
67602024-10-22T16:57:23.854Z[ recovery-image] Oct 22 16:57:22.960 INFO O| Oct 22 16:57:22.960 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612024-10-22T16:57:23.862Z[ recovery-image] Oct 22 16:57:22.970 INFO O| Oct 22 16:57:22.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
67622024-10-22T16:57:23.864Z[ recovery-image] Oct 22 16:57:22.970 INFO O| Oct 22 16:57:22.970 INFO STEP 857 (remove_files) COMPLETE
67632024-10-22T16:57:23.864Z[ recovery-image] Oct 22 16:57:22.970 INFO O| Oct 22 16:57:22.970 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642024-10-22T16:57:23.867Z[ host-image] Oct 22 16:57:22.973 INFO O| Oct 22 16:57:22.973 INFO O| Actions: Completed 22 actions in 0.53 seconds.
67652024-10-22T16:57:23.872Z[ recovery-image] Oct 22 16:57:22.980 INFO O| Oct 22 16:57:22.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
67662024-10-22T16:57:23.875Z[ recovery-image] Oct 22 16:57:22.980 INFO O| Oct 22 16:57:22.980 INFO STEP 858 (remove_files) COMPLETE
67672024-10-22T16:57:23.875Z[ recovery-image] Oct 22 16:57:22.980 INFO O| Oct 22 16:57:22.980 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-10-22T16:57:23.881Z[ recovery-image] Oct 22 16:57:22.990 INFO O| Oct 22 16:57:22.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
67692024-10-22T16:57:23.884Z[ recovery-image] Oct 22 16:57:22.990 INFO O| Oct 22 16:57:22.990 INFO STEP 859 (remove_files) COMPLETE
67702024-10-22T16:57:23.884Z[ recovery-image] Oct 22 16:57:22.990 INFO O| Oct 22 16:57:22.990 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-10-22T16:57:23.891Z[ recovery-image] Oct 22 16:57:22.999 INFO O| Oct 22 16:57:22.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
67722024-10-22T16:57:23.891Z[ recovery-image] Oct 22 16:57:22.999 INFO O| Oct 22 16:57:22.999 INFO STEP 860 (remove_files) COMPLETE
67732024-10-22T16:57:23.893Z[ recovery-image] Oct 22 16:57:22.999 INFO O| Oct 22 16:57:22.999 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-10-22T16:57:23.902Z[ recovery-image] Oct 22 16:57:23.011 INFO O| Oct 22 16:57:23.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
67752024-10-22T16:57:23.904Z[ recovery-image] Oct 22 16:57:23.011 INFO O| Oct 22 16:57:23.011 INFO STEP 861 (remove_files) COMPLETE
67762024-10-22T16:57:23.904Z[ recovery-image] Oct 22 16:57:23.011 INFO O| Oct 22 16:57:23.011 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-10-22T16:57:23.912Z[ recovery-image] Oct 22 16:57:23.020 INFO O| Oct 22 16:57:23.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
67782024-10-22T16:57:23.914Z[ recovery-image] Oct 22 16:57:23.021 INFO O| Oct 22 16:57:23.021 INFO STEP 862 (remove_files) COMPLETE
67792024-10-22T16:57:23.914Z[ recovery-image] Oct 22 16:57:23.021 INFO O| Oct 22 16:57:23.021 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-10-22T16:57:23.922Z[ recovery-image] Oct 22 16:57:23.030 INFO O| Oct 22 16:57:23.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
67812024-10-22T16:57:23.922Z[ recovery-image] Oct 22 16:57:23.030 INFO O| Oct 22 16:57:23.030 INFO STEP 863 (remove_files) COMPLETE
67822024-10-22T16:57:23.922Z[ recovery-image] Oct 22 16:57:23.030 INFO O| Oct 22 16:57:23.030 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-10-22T16:57:23.931Z[ recovery-image] Oct 22 16:57:23.040 INFO O| Oct 22 16:57:23.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
67842024-10-22T16:57:23.931Z[ recovery-image] Oct 22 16:57:23.040 INFO O| Oct 22 16:57:23.040 INFO STEP 864 (remove_files) COMPLETE
67852024-10-22T16:57:23.935Z[ recovery-image] Oct 22 16:57:23.040 INFO O| Oct 22 16:57:23.040 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-10-22T16:57:23.941Z[ recovery-image] Oct 22 16:57:23.049 INFO O| Oct 22 16:57:23.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
67872024-10-22T16:57:23.941Z[ recovery-image] Oct 22 16:57:23.049 INFO O| Oct 22 16:57:23.049 INFO STEP 865 (remove_files) COMPLETE
67882024-10-22T16:57:23.943Z[ recovery-image] Oct 22 16:57:23.049 INFO O| Oct 22 16:57:23.049 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-10-22T16:57:23.950Z[ recovery-image] Oct 22 16:57:23.059 INFO O| Oct 22 16:57:23.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
67902024-10-22T16:57:23.953Z[ recovery-image] Oct 22 16:57:23.059 INFO O| Oct 22 16:57:23.059 INFO STEP 866 (remove_files) COMPLETE
67912024-10-22T16:57:23.953Z[ recovery-image] Oct 22 16:57:23.059 INFO O| Oct 22 16:57:23.059 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-10-22T16:57:23.960Z[ recovery-image] Oct 22 16:57:23.069 INFO O| Oct 22 16:57:23.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
67932024-10-22T16:57:23.960Z[ recovery-image] Oct 22 16:57:23.069 INFO O| Oct 22 16:57:23.069 INFO STEP 867 (remove_files) COMPLETE
67942024-10-22T16:57:23.962Z[ recovery-image] Oct 22 16:57:23.069 INFO O| Oct 22 16:57:23.069 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-10-22T16:57:23.970Z[ recovery-image] Oct 22 16:57:23.078 INFO O| Oct 22 16:57:23.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
67962024-10-22T16:57:23.970Z[ recovery-image] Oct 22 16:57:23.078 INFO O| Oct 22 16:57:23.078 INFO STEP 868 (remove_files) COMPLETE
67972024-10-22T16:57:23.972Z[ recovery-image] Oct 22 16:57:23.078 INFO O| Oct 22 16:57:23.078 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-10-22T16:57:23.979Z[ recovery-image] Oct 22 16:57:23.088 INFO O| Oct 22 16:57:23.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
67992024-10-22T16:57:23.979Z[ recovery-image] Oct 22 16:57:23.088 INFO O| Oct 22 16:57:23.088 INFO STEP 869 (remove_files) COMPLETE
68002024-10-22T16:57:23.982Z[ recovery-image] Oct 22 16:57:23.088 INFO O| Oct 22 16:57:23.088 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-10-22T16:57:23.989Z[ recovery-image] Oct 22 16:57:23.097 INFO O| Oct 22 16:57:23.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
68022024-10-22T16:57:23.991Z[ recovery-image] Oct 22 16:57:23.097 INFO O| Oct 22 16:57:23.097 INFO STEP 870 (remove_files) COMPLETE
68032024-10-22T16:57:23.991Z[ recovery-image] Oct 22 16:57:23.097 INFO O| Oct 22 16:57:23.097 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-10-22T16:57:23.998Z[ recovery-image] Oct 22 16:57:23.107 INFO O| Oct 22 16:57:23.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
68052024-10-22T16:57:23.998Z[ recovery-image] Oct 22 16:57:23.107 INFO O| Oct 22 16:57:23.107 INFO STEP 871 (remove_files) COMPLETE
68062024-10-22T16:57:24.001Z[ recovery-image] Oct 22 16:57:23.107 INFO O| Oct 22 16:57:23.107 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-10-22T16:57:24.010Z[ recovery-image] Oct 22 16:57:23.118 INFO O| Oct 22 16:57:23.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
68082024-10-22T16:57:24.010Z[ recovery-image] Oct 22 16:57:23.118 INFO O| Oct 22 16:57:23.118 INFO STEP 872 (remove_files) COMPLETE
68092024-10-22T16:57:24.010Z[ recovery-image] Oct 22 16:57:23.118 INFO O| Oct 22 16:57:23.118 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-10-22T16:57:24.020Z[ recovery-image] Oct 22 16:57:23.128 INFO O| Oct 22 16:57:23.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
68112024-10-22T16:57:24.022Z[ recovery-image] Oct 22 16:57:23.128 INFO O| Oct 22 16:57:23.128 INFO STEP 873 (remove_files) COMPLETE
68122024-10-22T16:57:24.022Z[ recovery-image] Oct 22 16:57:23.128 INFO O| Oct 22 16:57:23.128 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-10-22T16:57:24.030Z[ recovery-image] Oct 22 16:57:23.138 INFO O| Oct 22 16:57:23.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
68142024-10-22T16:57:24.032Z[ recovery-image] Oct 22 16:57:23.138 INFO O| Oct 22 16:57:23.138 INFO STEP 874 (remove_files) COMPLETE
68152024-10-22T16:57:24.032Z[ recovery-image] Oct 22 16:57:23.138 INFO O| Oct 22 16:57:23.138 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-10-22T16:57:24.039Z[ recovery-image] Oct 22 16:57:23.148 INFO O| Oct 22 16:57:23.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
68172024-10-22T16:57:24.039Z[ recovery-image] Oct 22 16:57:23.148 INFO O| Oct 22 16:57:23.148 INFO STEP 875 (remove_files) COMPLETE
68182024-10-22T16:57:24.039Z[ recovery-image] Oct 22 16:57:23.148 INFO O| Oct 22 16:57:23.148 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-10-22T16:57:24.049Z[ recovery-image] Oct 22 16:57:23.158 INFO O| Oct 22 16:57:23.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
68202024-10-22T16:57:24.049Z[ recovery-image] Oct 22 16:57:23.158 INFO O| Oct 22 16:57:23.158 INFO STEP 876 (remove_files) COMPLETE
68212024-10-22T16:57:24.052Z[ recovery-image] Oct 22 16:57:23.158 INFO O| Oct 22 16:57:23.158 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-10-22T16:57:24.059Z[ recovery-image] Oct 22 16:57:23.167 INFO O| Oct 22 16:57:23.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
68232024-10-22T16:57:24.059Z[ recovery-image] Oct 22 16:57:23.167 INFO O| Oct 22 16:57:23.167 INFO STEP 877 (remove_files) COMPLETE
68242024-10-22T16:57:24.059Z[ recovery-image] Oct 22 16:57:23.167 INFO O| Oct 22 16:57:23.167 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-10-22T16:57:24.068Z[ recovery-image] Oct 22 16:57:23.177 INFO O| Oct 22 16:57:23.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
68262024-10-22T16:57:24.070Z[ recovery-image] Oct 22 16:57:23.177 INFO O| Oct 22 16:57:23.177 INFO STEP 878 (remove_files) COMPLETE
68272024-10-22T16:57:24.070Z[ recovery-image] Oct 22 16:57:23.177 INFO O| Oct 22 16:57:23.177 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-10-22T16:57:24.078Z[ recovery-image] Oct 22 16:57:23.187 INFO O| Oct 22 16:57:23.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
68292024-10-22T16:57:24.081Z[ recovery-image] Oct 22 16:57:23.187 INFO O| Oct 22 16:57:23.187 INFO STEP 879 (remove_files) COMPLETE
68302024-10-22T16:57:24.081Z[ recovery-image] Oct 22 16:57:23.187 INFO O| Oct 22 16:57:23.187 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-10-22T16:57:24.089Z[ recovery-image] Oct 22 16:57:23.197 INFO O| Oct 22 16:57:23.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
68322024-10-22T16:57:24.091Z[ recovery-image] Oct 22 16:57:23.197 INFO O| Oct 22 16:57:23.197 INFO STEP 880 (remove_files) COMPLETE
68332024-10-22T16:57:24.091Z[ recovery-image] Oct 22 16:57:23.197 INFO O| Oct 22 16:57:23.197 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-10-22T16:57:24.099Z[ recovery-image] Oct 22 16:57:23.207 INFO O| Oct 22 16:57:23.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
68352024-10-22T16:57:24.101Z[ recovery-image] Oct 22 16:57:23.207 INFO O| Oct 22 16:57:23.207 INFO STEP 881 (remove_files) COMPLETE
68362024-10-22T16:57:24.101Z[ recovery-image] Oct 22 16:57:23.207 INFO O| Oct 22 16:57:23.207 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-10-22T16:57:24.109Z[ recovery-image] Oct 22 16:57:23.217 INFO O| Oct 22 16:57:23.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
68382024-10-22T16:57:24.109Z[ recovery-image] Oct 22 16:57:23.217 INFO O| Oct 22 16:57:23.217 INFO STEP 882 (remove_files) COMPLETE
68392024-10-22T16:57:24.111Z[ recovery-image] Oct 22 16:57:23.217 INFO O| Oct 22 16:57:23.217 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-10-22T16:57:24.119Z[ recovery-image] Oct 22 16:57:23.227 INFO O| Oct 22 16:57:23.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
68412024-10-22T16:57:24.121Z[ recovery-image] Oct 22 16:57:23.227 INFO O| Oct 22 16:57:23.227 INFO STEP 883 (remove_files) COMPLETE
68422024-10-22T16:57:24.121Z[ recovery-image] Oct 22 16:57:23.227 INFO O| Oct 22 16:57:23.227 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-10-22T16:57:24.129Z[ recovery-image] Oct 22 16:57:23.237 INFO O| Oct 22 16:57:23.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
68442024-10-22T16:57:24.129Z[ recovery-image] Oct 22 16:57:23.237 INFO O| Oct 22 16:57:23.237 INFO STEP 884 (remove_files) COMPLETE
68452024-10-22T16:57:24.131Z[ recovery-image] Oct 22 16:57:23.237 INFO O| Oct 22 16:57:23.237 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-10-22T16:57:24.138Z[ recovery-image] Oct 22 16:57:23.247 INFO O| Oct 22 16:57:23.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
68472024-10-22T16:57:24.141Z[ recovery-image] Oct 22 16:57:23.247 INFO O| Oct 22 16:57:23.247 INFO STEP 885 (remove_files) COMPLETE
68482024-10-22T16:57:24.141Z[ recovery-image] Oct 22 16:57:23.247 INFO O| Oct 22 16:57:23.247 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-10-22T16:57:24.148Z[ recovery-image] Oct 22 16:57:23.257 INFO O| Oct 22 16:57:23.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
68502024-10-22T16:57:24.150Z[ recovery-image] Oct 22 16:57:23.257 INFO O| Oct 22 16:57:23.257 INFO STEP 886 (remove_files) COMPLETE
68512024-10-22T16:57:24.150Z[ recovery-image] Oct 22 16:57:23.257 INFO O| Oct 22 16:57:23.257 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-10-22T16:57:24.158Z[ recovery-image] Oct 22 16:57:23.266 INFO O| Oct 22 16:57:23.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
68532024-10-22T16:57:24.158Z[ recovery-image] Oct 22 16:57:23.267 INFO O| Oct 22 16:57:23.266 INFO STEP 887 (remove_files) COMPLETE
68542024-10-22T16:57:24.161Z[ recovery-image] Oct 22 16:57:23.267 INFO O| Oct 22 16:57:23.267 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-10-22T16:57:24.161Z[ host-image] Oct 22 16:57:23.269 INFO O| Oct 22 16:57:23.269 INFO O| Done
68562024-10-22T16:57:24.161Z[ host-image] Oct 22 16:57:23.269 INFO O| Oct 22 16:57:23.269 INFO O| Done
68572024-10-22T16:57:24.169Z[ recovery-image] Oct 22 16:57:23.277 INFO O| Oct 22 16:57:23.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
68582024-10-22T16:57:24.171Z[ recovery-image] Oct 22 16:57:23.277 INFO O| Oct 22 16:57:23.277 INFO STEP 888 (remove_files) COMPLETE
68592024-10-22T16:57:24.171Z[ recovery-image] Oct 22 16:57:23.277 INFO O| Oct 22 16:57:23.277 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602024-10-22T16:57:24.179Z[ recovery-image] Oct 22 16:57:23.287 INFO O| Oct 22 16:57:23.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
68612024-10-22T16:57:24.179Z[ recovery-image] Oct 22 16:57:23.287 INFO O| Oct 22 16:57:23.287 INFO STEP 889 (remove_files) COMPLETE
68622024-10-22T16:57:24.181Z[ recovery-image] Oct 22 16:57:23.287 INFO O| Oct 22 16:57:23.287 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632024-10-22T16:57:24.189Z[ recovery-image] Oct 22 16:57:23.297 INFO O| Oct 22 16:57:23.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
68642024-10-22T16:57:24.189Z[ recovery-image] Oct 22 16:57:23.297 INFO O| Oct 22 16:57:23.297 INFO STEP 890 (remove_files) COMPLETE
68652024-10-22T16:57:24.191Z[ recovery-image] Oct 22 16:57:23.297 INFO O| Oct 22 16:57:23.297 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-10-22T16:57:24.198Z[ recovery-image] Oct 22 16:57:23.307 INFO O| Oct 22 16:57:23.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
68672024-10-22T16:57:24.200Z[ recovery-image] Oct 22 16:57:23.307 INFO O| Oct 22 16:57:23.307 INFO STEP 891 (remove_files) COMPLETE
68682024-10-22T16:57:24.200Z[ recovery-image] Oct 22 16:57:23.307 INFO O| Oct 22 16:57:23.307 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-10-22T16:57:24.208Z[ recovery-image] Oct 22 16:57:23.316 INFO O| Oct 22 16:57:23.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
68702024-10-22T16:57:24.208Z[ recovery-image] Oct 22 16:57:23.316 INFO O| Oct 22 16:57:23.316 INFO STEP 892 (remove_files) COMPLETE
68712024-10-22T16:57:24.210Z[ recovery-image] Oct 22 16:57:23.316 INFO O| Oct 22 16:57:23.316 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-10-22T16:57:24.217Z[ recovery-image] Oct 22 16:57:23.325 INFO O| Oct 22 16:57:23.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
68732024-10-22T16:57:24.217Z[ recovery-image] Oct 22 16:57:23.325 INFO O| Oct 22 16:57:23.325 INFO STEP 893 (remove_files) COMPLETE
68742024-10-22T16:57:24.217Z[ recovery-image] Oct 22 16:57:23.325 INFO O| Oct 22 16:57:23.325 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-10-22T16:57:24.226Z[ recovery-image] Oct 22 16:57:23.335 INFO O| Oct 22 16:57:23.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
68762024-10-22T16:57:24.226Z[ recovery-image] Oct 22 16:57:23.335 INFO O| Oct 22 16:57:23.335 INFO STEP 894 (remove_files) COMPLETE
68772024-10-22T16:57:24.229Z[ recovery-image] Oct 22 16:57:23.335 INFO O| Oct 22 16:57:23.335 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-10-22T16:57:24.235Z[ recovery-image] Oct 22 16:57:23.344 INFO O| Oct 22 16:57:23.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
68792024-10-22T16:57:24.238Z[ recovery-image] Oct 22 16:57:23.344 INFO O| Oct 22 16:57:23.344 INFO STEP 895 (remove_files) COMPLETE
68802024-10-22T16:57:24.238Z[ recovery-image] Oct 22 16:57:23.344 INFO O| Oct 22 16:57:23.344 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-10-22T16:57:24.245Z[ recovery-image] Oct 22 16:57:23.353 INFO O| Oct 22 16:57:23.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
68822024-10-22T16:57:24.247Z[ recovery-image] Oct 22 16:57:23.353 INFO O| Oct 22 16:57:23.353 INFO STEP 896 (remove_files) COMPLETE
68832024-10-22T16:57:24.247Z[ recovery-image] Oct 22 16:57:23.353 INFO O| Oct 22 16:57:23.353 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-10-22T16:57:24.254Z[ recovery-image] Oct 22 16:57:23.363 INFO O| Oct 22 16:57:23.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
68852024-10-22T16:57:24.254Z[ recovery-image] Oct 22 16:57:23.363 INFO O| Oct 22 16:57:23.363 INFO STEP 897 (remove_files) COMPLETE
68862024-10-22T16:57:24.257Z[ recovery-image] Oct 22 16:57:23.363 INFO O| Oct 22 16:57:23.363 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-10-22T16:57:24.263Z[ recovery-image] Oct 22 16:57:23.372 INFO O| Oct 22 16:57:23.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
68882024-10-22T16:57:24.266Z[ recovery-image] Oct 22 16:57:23.372 INFO O| Oct 22 16:57:23.372 INFO STEP 898 (remove_files) COMPLETE
68892024-10-22T16:57:24.266Z[ recovery-image] Oct 22 16:57:23.372 INFO O| Oct 22 16:57:23.372 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-10-22T16:57:24.273Z[ recovery-image] Oct 22 16:57:23.381 INFO O| Oct 22 16:57:23.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
68912024-10-22T16:57:24.275Z[ recovery-image] Oct 22 16:57:23.382 INFO O| Oct 22 16:57:23.381 INFO STEP 899 (remove_files) COMPLETE
68922024-10-22T16:57:24.275Z[ recovery-image] Oct 22 16:57:23.382 INFO O| Oct 22 16:57:23.382 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-10-22T16:57:24.282Z[ recovery-image] Oct 22 16:57:23.391 INFO O| Oct 22 16:57:23.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
68942024-10-22T16:57:24.282Z[ recovery-image] Oct 22 16:57:23.391 INFO O| Oct 22 16:57:23.391 INFO STEP 900 (remove_files) COMPLETE
68952024-10-22T16:57:24.285Z[ recovery-image] Oct 22 16:57:23.391 INFO O| Oct 22 16:57:23.391 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-10-22T16:57:24.291Z[ recovery-image] Oct 22 16:57:23.400 INFO O| Oct 22 16:57:23.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
68972024-10-22T16:57:24.291Z[ recovery-image] Oct 22 16:57:23.400 INFO O| Oct 22 16:57:23.400 INFO STEP 901 (remove_files) COMPLETE
68982024-10-22T16:57:24.294Z[ recovery-image] Oct 22 16:57:23.400 INFO O| Oct 22 16:57:23.400 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-10-22T16:57:24.301Z[ recovery-image] Oct 22 16:57:23.409 INFO O| Oct 22 16:57:23.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
69002024-10-22T16:57:24.303Z[ recovery-image] Oct 22 16:57:23.409 INFO O| Oct 22 16:57:23.409 INFO STEP 902 (remove_files) COMPLETE
69012024-10-22T16:57:24.303Z[ recovery-image] Oct 22 16:57:23.409 INFO O| Oct 22 16:57:23.409 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-10-22T16:57:24.310Z[ recovery-image] Oct 22 16:57:23.419 INFO O| Oct 22 16:57:23.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
69032024-10-22T16:57:24.310Z[ recovery-image] Oct 22 16:57:23.419 INFO O| Oct 22 16:57:23.419 INFO STEP 903 (remove_files) COMPLETE
69042024-10-22T16:57:24.310Z[ recovery-image] Oct 22 16:57:23.419 INFO O| Oct 22 16:57:23.419 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-10-22T16:57:24.319Z[ recovery-image] Oct 22 16:57:23.428 INFO O| Oct 22 16:57:23.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
69062024-10-22T16:57:24.319Z[ recovery-image] Oct 22 16:57:23.428 INFO O| Oct 22 16:57:23.428 INFO STEP 904 (remove_files) COMPLETE
69072024-10-22T16:57:24.319Z[ recovery-image] Oct 22 16:57:23.428 INFO O| Oct 22 16:57:23.428 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-10-22T16:57:24.329Z[ recovery-image] Oct 22 16:57:23.437 INFO O| Oct 22 16:57:23.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
69092024-10-22T16:57:24.329Z[ recovery-image] Oct 22 16:57:23.437 INFO O| Oct 22 16:57:23.437 INFO STEP 905 (remove_files) COMPLETE
69102024-10-22T16:57:24.329Z[ recovery-image] Oct 22 16:57:23.437 INFO O| Oct 22 16:57:23.437 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-10-22T16:57:24.338Z[ recovery-image] Oct 22 16:57:23.446 INFO O| Oct 22 16:57:23.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
69122024-10-22T16:57:24.338Z[ recovery-image] Oct 22 16:57:23.447 INFO O| Oct 22 16:57:23.446 INFO STEP 906 (remove_files) COMPLETE
69132024-10-22T16:57:24.340Z[ recovery-image] Oct 22 16:57:23.447 INFO O| Oct 22 16:57:23.447 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-10-22T16:57:24.347Z[ recovery-image] Oct 22 16:57:23.456 INFO O| Oct 22 16:57:23.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
69152024-10-22T16:57:24.350Z[ recovery-image] Oct 22 16:57:23.457 INFO O| Oct 22 16:57:23.456 INFO STEP 907 (remove_files) COMPLETE
69162024-10-22T16:57:24.350Z[ recovery-image] Oct 22 16:57:23.457 INFO O| Oct 22 16:57:23.457 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-10-22T16:57:24.357Z[ recovery-image] Oct 22 16:57:23.466 INFO O| Oct 22 16:57:23.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
69182024-10-22T16:57:24.357Z[ recovery-image] Oct 22 16:57:23.466 INFO O| Oct 22 16:57:23.466 INFO STEP 908 (remove_files) COMPLETE
69192024-10-22T16:57:24.357Z[ recovery-image] Oct 22 16:57:23.466 INFO O| Oct 22 16:57:23.466 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-10-22T16:57:24.366Z[ recovery-image] Oct 22 16:57:23.475 INFO O| Oct 22 16:57:23.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
69212024-10-22T16:57:24.366Z[ recovery-image] Oct 22 16:57:23.475 INFO O| Oct 22 16:57:23.475 INFO STEP 909 (remove_files) COMPLETE
69222024-10-22T16:57:24.367Z[ recovery-image] Oct 22 16:57:23.475 INFO O| Oct 22 16:57:23.475 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-10-22T16:57:24.376Z[ recovery-image] Oct 22 16:57:23.484 INFO O| Oct 22 16:57:23.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
69242024-10-22T16:57:24.376Z[ recovery-image] Oct 22 16:57:23.484 INFO O| Oct 22 16:57:23.484 INFO STEP 910 (remove_files) COMPLETE
69252024-10-22T16:57:24.376Z[ recovery-image] Oct 22 16:57:23.484 INFO O| Oct 22 16:57:23.484 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-10-22T16:57:24.385Z[ recovery-image] Oct 22 16:57:23.494 INFO O| Oct 22 16:57:23.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
69272024-10-22T16:57:24.385Z[ recovery-image] Oct 22 16:57:23.494 INFO O| Oct 22 16:57:23.494 INFO STEP 911 (remove_files) COMPLETE
69282024-10-22T16:57:24.385Z[ recovery-image] Oct 22 16:57:23.494 INFO O| Oct 22 16:57:23.494 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-10-22T16:57:24.394Z[ recovery-image] Oct 22 16:57:23.503 INFO O| Oct 22 16:57:23.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
69302024-10-22T16:57:24.395Z[ recovery-image] Oct 22 16:57:23.503 INFO O| Oct 22 16:57:23.503 INFO STEP 912 (remove_files) COMPLETE
69312024-10-22T16:57:24.395Z[ recovery-image] Oct 22 16:57:23.503 INFO O| Oct 22 16:57:23.503 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-10-22T16:57:24.404Z[ recovery-image] Oct 22 16:57:23.512 INFO O| Oct 22 16:57:23.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
69332024-10-22T16:57:24.407Z[ recovery-image] Oct 22 16:57:23.512 INFO O| Oct 22 16:57:23.512 INFO STEP 913 (remove_files) COMPLETE
69342024-10-22T16:57:24.407Z[ recovery-image] Oct 22 16:57:23.512 INFO O| Oct 22 16:57:23.512 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-10-22T16:57:24.413Z[ recovery-image] Oct 22 16:57:23.522 INFO O| Oct 22 16:57:23.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
69362024-10-22T16:57:24.413Z[ recovery-image] Oct 22 16:57:23.522 INFO O| Oct 22 16:57:23.522 INFO STEP 914 (remove_files) COMPLETE
69372024-10-22T16:57:24.415Z[ recovery-image] Oct 22 16:57:23.522 INFO O| Oct 22 16:57:23.522 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-10-22T16:57:24.422Z[ recovery-image] Oct 22 16:57:23.531 INFO O| Oct 22 16:57:23.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
69392024-10-22T16:57:24.422Z[ recovery-image] Oct 22 16:57:23.531 INFO O| Oct 22 16:57:23.531 INFO STEP 915 (remove_files) COMPLETE
69402024-10-22T16:57:24.422Z[ recovery-image] Oct 22 16:57:23.531 INFO O| Oct 22 16:57:23.531 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-10-22T16:57:24.432Z[ recovery-image] Oct 22 16:57:23.540 INFO O| Oct 22 16:57:23.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
69422024-10-22T16:57:24.432Z[ recovery-image] Oct 22 16:57:23.540 INFO O| Oct 22 16:57:23.540 INFO STEP 916 (remove_files) COMPLETE
69432024-10-22T16:57:24.434Z[ recovery-image] Oct 22 16:57:23.540 INFO O| Oct 22 16:57:23.540 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-10-22T16:57:24.441Z[ recovery-image] Oct 22 16:57:23.549 INFO O| Oct 22 16:57:23.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
69452024-10-22T16:57:24.441Z[ recovery-image] Oct 22 16:57:23.550 INFO O| Oct 22 16:57:23.549 INFO STEP 917 (remove_files) COMPLETE
69462024-10-22T16:57:24.441Z[ recovery-image] Oct 22 16:57:23.550 INFO O| Oct 22 16:57:23.550 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-10-22T16:57:24.450Z[ recovery-image] Oct 22 16:57:23.559 INFO O| Oct 22 16:57:23.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
69482024-10-22T16:57:24.450Z[ recovery-image] Oct 22 16:57:23.559 INFO O| Oct 22 16:57:23.559 INFO STEP 918 (remove_files) COMPLETE
69492024-10-22T16:57:24.453Z[ recovery-image] Oct 22 16:57:23.559 INFO O| Oct 22 16:57:23.559 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-10-22T16:57:24.460Z[ recovery-image] Oct 22 16:57:23.569 INFO O| Oct 22 16:57:23.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
69512024-10-22T16:57:24.462Z[ recovery-image] Oct 22 16:57:23.569 INFO O| Oct 22 16:57:23.569 INFO STEP 919 (remove_files) COMPLETE
69522024-10-22T16:57:24.462Z[ recovery-image] Oct 22 16:57:23.569 INFO O| Oct 22 16:57:23.569 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-10-22T16:57:24.469Z[ recovery-image] Oct 22 16:57:23.578 INFO O| Oct 22 16:57:23.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
69542024-10-22T16:57:24.471Z[ recovery-image] Oct 22 16:57:23.578 INFO O| Oct 22 16:57:23.578 INFO STEP 920 (remove_files) COMPLETE
69552024-10-22T16:57:24.472Z[ recovery-image] Oct 22 16:57:23.578 INFO O| Oct 22 16:57:23.578 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-10-22T16:57:24.479Z[ recovery-image] Oct 22 16:57:23.587 INFO O| Oct 22 16:57:23.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
69572024-10-22T16:57:24.479Z[ recovery-image] Oct 22 16:57:23.587 INFO O| Oct 22 16:57:23.587 INFO STEP 921 (remove_files) COMPLETE
69582024-10-22T16:57:24.479Z[ recovery-image] Oct 22 16:57:23.587 INFO O| Oct 22 16:57:23.587 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-10-22T16:57:24.488Z[ recovery-image] Oct 22 16:57:23.597 INFO O| Oct 22 16:57:23.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
69602024-10-22T16:57:24.488Z[ recovery-image] Oct 22 16:57:23.597 INFO O| Oct 22 16:57:23.597 INFO STEP 922 (remove_files) COMPLETE
69612024-10-22T16:57:24.491Z[ recovery-image] Oct 22 16:57:23.597 INFO O| Oct 22 16:57:23.597 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-10-22T16:57:24.497Z[ recovery-image] Oct 22 16:57:23.606 INFO O| Oct 22 16:57:23.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
69632024-10-22T16:57:24.500Z[ recovery-image] Oct 22 16:57:23.606 INFO O| Oct 22 16:57:23.606 INFO STEP 923 (remove_files) COMPLETE
69642024-10-22T16:57:24.500Z[ recovery-image] Oct 22 16:57:23.606 INFO O| Oct 22 16:57:23.606 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-10-22T16:57:24.507Z[ recovery-image] Oct 22 16:57:23.615 INFO O| Oct 22 16:57:23.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
69662024-10-22T16:57:24.509Z[ recovery-image] Oct 22 16:57:23.615 INFO O| Oct 22 16:57:23.615 INFO STEP 924 (remove_files) COMPLETE
69672024-10-22T16:57:24.509Z[ recovery-image] Oct 22 16:57:23.615 INFO O| Oct 22 16:57:23.615 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-10-22T16:57:24.516Z[ recovery-image] Oct 22 16:57:23.625 INFO O| Oct 22 16:57:23.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
69692024-10-22T16:57:24.516Z[ recovery-image] Oct 22 16:57:23.625 INFO O| Oct 22 16:57:23.625 INFO STEP 925 (remove_files) COMPLETE
69702024-10-22T16:57:24.516Z[ recovery-image] Oct 22 16:57:23.625 INFO O| Oct 22 16:57:23.625 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-10-22T16:57:24.525Z[ recovery-image] Oct 22 16:57:23.634 INFO O| Oct 22 16:57:23.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
69722024-10-22T16:57:24.525Z[ recovery-image] Oct 22 16:57:23.634 INFO O| Oct 22 16:57:23.634 INFO STEP 926 (remove_files) COMPLETE
69732024-10-22T16:57:24.528Z[ recovery-image] Oct 22 16:57:23.634 INFO O| Oct 22 16:57:23.634 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-10-22T16:57:24.535Z[ recovery-image] Oct 22 16:57:23.643 INFO O| Oct 22 16:57:23.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
69752024-10-22T16:57:24.537Z[ recovery-image] Oct 22 16:57:23.643 INFO O| Oct 22 16:57:23.643 INFO STEP 927 (remove_files) COMPLETE
69762024-10-22T16:57:24.537Z[ recovery-image] Oct 22 16:57:23.643 INFO O| Oct 22 16:57:23.643 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-10-22T16:57:24.544Z[ recovery-image] Oct 22 16:57:23.653 INFO O| Oct 22 16:57:23.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
69782024-10-22T16:57:24.544Z[ recovery-image] Oct 22 16:57:23.653 INFO O| Oct 22 16:57:23.653 INFO STEP 928 (remove_files) COMPLETE
69792024-10-22T16:57:24.547Z[ recovery-image] Oct 22 16:57:23.653 INFO O| Oct 22 16:57:23.653 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-10-22T16:57:24.554Z[ recovery-image] Oct 22 16:57:23.662 INFO O| Oct 22 16:57:23.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
69812024-10-22T16:57:24.556Z[ recovery-image] Oct 22 16:57:23.662 INFO O| Oct 22 16:57:23.662 INFO STEP 929 (remove_files) COMPLETE
69822024-10-22T16:57:24.556Z[ recovery-image] Oct 22 16:57:23.662 INFO O| Oct 22 16:57:23.662 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-10-22T16:57:24.563Z[ recovery-image] Oct 22 16:57:23.671 INFO O| Oct 22 16:57:23.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
69842024-10-22T16:57:24.565Z[ recovery-image] Oct 22 16:57:23.671 INFO O| Oct 22 16:57:23.671 INFO STEP 930 (remove_files) COMPLETE
69852024-10-22T16:57:24.565Z[ recovery-image] Oct 22 16:57:23.671 INFO O| Oct 22 16:57:23.671 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-10-22T16:57:24.572Z[ recovery-image] Oct 22 16:57:23.681 INFO O| Oct 22 16:57:23.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
69872024-10-22T16:57:24.572Z[ recovery-image] Oct 22 16:57:23.681 INFO O| Oct 22 16:57:23.681 INFO STEP 931 (remove_files) COMPLETE
69882024-10-22T16:57:24.572Z[ recovery-image] Oct 22 16:57:23.681 INFO O| Oct 22 16:57:23.681 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-10-22T16:57:24.581Z[ recovery-image] Oct 22 16:57:23.690 INFO O| Oct 22 16:57:23.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
69902024-10-22T16:57:24.581Z[ recovery-image] Oct 22 16:57:23.690 INFO O| Oct 22 16:57:23.690 INFO STEP 932 (remove_files) COMPLETE
69912024-10-22T16:57:24.584Z[ recovery-image] Oct 22 16:57:23.690 INFO O| Oct 22 16:57:23.690 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-10-22T16:57:24.591Z[ recovery-image] Oct 22 16:57:23.699 INFO O| Oct 22 16:57:23.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
69932024-10-22T16:57:24.593Z[ recovery-image] Oct 22 16:57:23.699 INFO O| Oct 22 16:57:23.699 INFO STEP 933 (remove_files) COMPLETE
69942024-10-22T16:57:24.594Z[ recovery-image] Oct 22 16:57:23.699 INFO O| Oct 22 16:57:23.699 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-10-22T16:57:24.600Z[ recovery-image] Oct 22 16:57:23.709 INFO O| Oct 22 16:57:23.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
69962024-10-22T16:57:24.600Z[ recovery-image] Oct 22 16:57:23.709 INFO O| Oct 22 16:57:23.709 INFO STEP 934 (remove_files) COMPLETE
69972024-10-22T16:57:24.600Z[ recovery-image] Oct 22 16:57:23.709 INFO O| Oct 22 16:57:23.709 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-10-22T16:57:24.609Z[ recovery-image] Oct 22 16:57:23.718 INFO O| Oct 22 16:57:23.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
69992024-10-22T16:57:24.610Z[ recovery-image] Oct 22 16:57:23.718 INFO O| Oct 22 16:57:23.718 INFO STEP 935 (remove_files) COMPLETE
70002024-10-22T16:57:24.612Z[ recovery-image] Oct 22 16:57:23.718 INFO O| Oct 22 16:57:23.718 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-10-22T16:57:24.619Z[ recovery-image] Oct 22 16:57:23.728 INFO O| Oct 22 16:57:23.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
70022024-10-22T16:57:24.619Z[ recovery-image] Oct 22 16:57:23.728 INFO O| Oct 22 16:57:23.728 INFO STEP 936 (remove_files) COMPLETE
70032024-10-22T16:57:24.619Z[ recovery-image] Oct 22 16:57:23.728 INFO O| Oct 22 16:57:23.728 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-10-22T16:57:24.626Z[ host-image] Oct 22 16:57:23.734 INFO O| Oct 22 16:57:23.734 INFO O| Done
70052024-10-22T16:57:24.629Z[ recovery-image] Oct 22 16:57:23.737 INFO O| Oct 22 16:57:23.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
70062024-10-22T16:57:24.629Z[ recovery-image] Oct 22 16:57:23.737 INFO O| Oct 22 16:57:23.737 INFO STEP 937 (remove_files) COMPLETE
70072024-10-22T16:57:24.629Z[ recovery-image] Oct 22 16:57:23.737 INFO O| Oct 22 16:57:23.737 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082024-10-22T16:57:24.638Z[ recovery-image] Oct 22 16:57:23.747 INFO O| Oct 22 16:57:23.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
70092024-10-22T16:57:24.638Z[ recovery-image] Oct 22 16:57:23.747 INFO O| Oct 22 16:57:23.747 INFO STEP 938 (remove_files) COMPLETE
70102024-10-22T16:57:24.638Z[ recovery-image] Oct 22 16:57:23.747 INFO O| Oct 22 16:57:23.747 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112024-10-22T16:57:24.648Z[ recovery-image] Oct 22 16:57:23.756 INFO O| Oct 22 16:57:23.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
70122024-10-22T16:57:24.648Z[ recovery-image] Oct 22 16:57:23.756 INFO O| Oct 22 16:57:23.756 INFO STEP 939 (remove_files) COMPLETE
70132024-10-22T16:57:24.650Z[ recovery-image] Oct 22 16:57:23.757 INFO O| Oct 22 16:57:23.756 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-10-22T16:57:24.657Z[ recovery-image] Oct 22 16:57:23.766 INFO O| Oct 22 16:57:23.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
70152024-10-22T16:57:24.660Z[ recovery-image] Oct 22 16:57:23.766 INFO O| Oct 22 16:57:23.766 INFO STEP 940 (remove_files) COMPLETE
70162024-10-22T16:57:24.660Z[ recovery-image] Oct 22 16:57:23.766 INFO O| Oct 22 16:57:23.766 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-10-22T16:57:24.667Z[ recovery-image] Oct 22 16:57:23.775 INFO O| Oct 22 16:57:23.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
70182024-10-22T16:57:24.669Z[ recovery-image] Oct 22 16:57:23.776 INFO O| Oct 22 16:57:23.775 INFO STEP 941 (remove_files) COMPLETE
70192024-10-22T16:57:24.670Z[ recovery-image] Oct 22 16:57:23.776 INFO O| Oct 22 16:57:23.776 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-10-22T16:57:24.677Z[ recovery-image] Oct 22 16:57:23.785 INFO O| Oct 22 16:57:23.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
70212024-10-22T16:57:24.679Z[ recovery-image] Oct 22 16:57:23.785 INFO O| Oct 22 16:57:23.785 INFO STEP 942 (remove_files) COMPLETE
70222024-10-22T16:57:24.679Z[ recovery-image] Oct 22 16:57:23.785 INFO O| Oct 22 16:57:23.785 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-10-22T16:57:24.686Z[ recovery-image] Oct 22 16:57:23.795 INFO O| Oct 22 16:57:23.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
70242024-10-22T16:57:24.686Z[ recovery-image] Oct 22 16:57:23.795 INFO O| Oct 22 16:57:23.795 INFO STEP 943 (remove_files) COMPLETE
70252024-10-22T16:57:24.688Z[ recovery-image] Oct 22 16:57:23.795 INFO O| Oct 22 16:57:23.795 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-10-22T16:57:24.696Z[ recovery-image] Oct 22 16:57:23.804 INFO O| Oct 22 16:57:23.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
70272024-10-22T16:57:24.696Z[ recovery-image] Oct 22 16:57:23.804 INFO O| Oct 22 16:57:23.804 INFO STEP 944 (remove_files) COMPLETE
70282024-10-22T16:57:24.698Z[ recovery-image] Oct 22 16:57:23.804 INFO O| Oct 22 16:57:23.804 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-10-22T16:57:24.705Z[ recovery-image] Oct 22 16:57:23.814 INFO O| Oct 22 16:57:23.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
70302024-10-22T16:57:24.708Z[ recovery-image] Oct 22 16:57:23.814 INFO O| Oct 22 16:57:23.814 INFO STEP 945 (remove_files) COMPLETE
70312024-10-22T16:57:24.708Z[ recovery-image] Oct 22 16:57:23.815 INFO O| Oct 22 16:57:23.814 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-10-22T16:57:24.716Z[ recovery-image] Oct 22 16:57:23.824 INFO O| Oct 22 16:57:23.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
70332024-10-22T16:57:24.716Z[ recovery-image] Oct 22 16:57:23.824 INFO O| Oct 22 16:57:23.824 INFO STEP 946 (remove_files) COMPLETE
70342024-10-22T16:57:24.716Z[ recovery-image] Oct 22 16:57:23.824 INFO O| Oct 22 16:57:23.824 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-10-22T16:57:24.726Z[ recovery-image] Oct 22 16:57:23.834 INFO O| Oct 22 16:57:23.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
70362024-10-22T16:57:24.726Z[ recovery-image] Oct 22 16:57:23.834 INFO O| Oct 22 16:57:23.834 INFO STEP 947 (remove_files) COMPLETE
70372024-10-22T16:57:24.728Z[ recovery-image] Oct 22 16:57:23.834 INFO O| Oct 22 16:57:23.834 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-10-22T16:57:24.735Z[ recovery-image] Oct 22 16:57:23.844 INFO O| Oct 22 16:57:23.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
70392024-10-22T16:57:24.737Z[ recovery-image] Oct 22 16:57:23.844 INFO O| Oct 22 16:57:23.844 INFO STEP 948 (remove_files) COMPLETE
70402024-10-22T16:57:24.737Z[ recovery-image] Oct 22 16:57:23.844 INFO O| Oct 22 16:57:23.844 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-10-22T16:57:24.745Z[ recovery-image] Oct 22 16:57:23.853 INFO O| Oct 22 16:57:23.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
70422024-10-22T16:57:24.745Z[ recovery-image] Oct 22 16:57:23.853 INFO O| Oct 22 16:57:23.853 INFO STEP 949 (remove_files) COMPLETE
70432024-10-22T16:57:24.747Z[ recovery-image] Oct 22 16:57:23.853 INFO O| Oct 22 16:57:23.853 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-10-22T16:57:24.754Z[ recovery-image] Oct 22 16:57:23.863 INFO O| Oct 22 16:57:23.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
70452024-10-22T16:57:24.757Z[ recovery-image] Oct 22 16:57:23.863 INFO O| Oct 22 16:57:23.863 INFO STEP 950 (remove_files) COMPLETE
70462024-10-22T16:57:24.757Z[ recovery-image] Oct 22 16:57:23.863 INFO O| Oct 22 16:57:23.863 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-10-22T16:57:24.764Z[ recovery-image] Oct 22 16:57:23.872 INFO O| Oct 22 16:57:23.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
70482024-10-22T16:57:24.764Z[ recovery-image] Oct 22 16:57:23.872 INFO O| Oct 22 16:57:23.872 INFO STEP 951 (remove_files) COMPLETE
70492024-10-22T16:57:24.766Z[ recovery-image] Oct 22 16:57:23.872 INFO O| Oct 22 16:57:23.872 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-10-22T16:57:24.773Z[ recovery-image] Oct 22 16:57:23.882 INFO O| Oct 22 16:57:23.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
70512024-10-22T16:57:24.773Z[ recovery-image] Oct 22 16:57:23.882 INFO O| Oct 22 16:57:23.882 INFO STEP 952 (remove_files) COMPLETE
70522024-10-22T16:57:24.773Z[ recovery-image] Oct 22 16:57:23.882 INFO O| Oct 22 16:57:23.882 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-10-22T16:57:24.783Z[ recovery-image] Oct 22 16:57:23.891 INFO O| Oct 22 16:57:23.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
70542024-10-22T16:57:24.783Z[ recovery-image] Oct 22 16:57:23.891 INFO O| Oct 22 16:57:23.891 INFO STEP 953 (remove_files) COMPLETE
70552024-10-22T16:57:24.785Z[ recovery-image] Oct 22 16:57:23.891 INFO O| Oct 22 16:57:23.891 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-10-22T16:57:24.792Z[ recovery-image] Oct 22 16:57:23.901 INFO O| Oct 22 16:57:23.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
70572024-10-22T16:57:24.795Z[ recovery-image] Oct 22 16:57:23.901 INFO O| Oct 22 16:57:23.901 INFO STEP 954 (remove_files) COMPLETE
70582024-10-22T16:57:24.795Z[ recovery-image] Oct 22 16:57:23.901 INFO O| Oct 22 16:57:23.901 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-10-22T16:57:24.802Z[ recovery-image] Oct 22 16:57:23.910 INFO O| Oct 22 16:57:23.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
70602024-10-22T16:57:24.804Z[ recovery-image] Oct 22 16:57:23.910 INFO O| Oct 22 16:57:23.910 INFO STEP 955 (remove_files) COMPLETE
70612024-10-22T16:57:24.804Z[ recovery-image] Oct 22 16:57:23.910 INFO O| Oct 22 16:57:23.910 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-10-22T16:57:24.811Z[ recovery-image] Oct 22 16:57:23.920 INFO O| Oct 22 16:57:23.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
70632024-10-22T16:57:24.811Z[ recovery-image] Oct 22 16:57:23.920 INFO O| Oct 22 16:57:23.920 INFO STEP 956 (remove_files) COMPLETE
70642024-10-22T16:57:24.814Z[ recovery-image] Oct 22 16:57:23.920 INFO O| Oct 22 16:57:23.920 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-10-22T16:57:24.821Z[ recovery-image] Oct 22 16:57:23.929 INFO O| Oct 22 16:57:23.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
70662024-10-22T16:57:24.823Z[ recovery-image] Oct 22 16:57:23.929 INFO O| Oct 22 16:57:23.929 INFO STEP 957 (remove_files) COMPLETE
70672024-10-22T16:57:24.823Z[ recovery-image] Oct 22 16:57:23.929 INFO O| Oct 22 16:57:23.929 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-10-22T16:57:24.830Z[ recovery-image] Oct 22 16:57:23.939 INFO O| Oct 22 16:57:23.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
70692024-10-22T16:57:24.833Z[ recovery-image] Oct 22 16:57:23.939 INFO O| Oct 22 16:57:23.939 INFO STEP 958 (remove_files) COMPLETE
70702024-10-22T16:57:24.833Z[ recovery-image] Oct 22 16:57:23.939 INFO O| Oct 22 16:57:23.939 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-10-22T16:57:24.839Z[ recovery-image] Oct 22 16:57:23.948 INFO O| Oct 22 16:57:23.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
70722024-10-22T16:57:24.839Z[ recovery-image] Oct 22 16:57:23.948 INFO O| Oct 22 16:57:23.948 INFO STEP 959 (remove_files) COMPLETE
70732024-10-22T16:57:24.840Z[ recovery-image] Oct 22 16:57:23.948 INFO O| Oct 22 16:57:23.948 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-10-22T16:57:24.849Z[ recovery-image] Oct 22 16:57:23.957 INFO O| Oct 22 16:57:23.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
70752024-10-22T16:57:24.849Z[ recovery-image] Oct 22 16:57:23.957 INFO O| Oct 22 16:57:23.957 INFO STEP 960 (remove_files) COMPLETE
70762024-10-22T16:57:24.849Z[ recovery-image] Oct 22 16:57:23.957 INFO O| Oct 22 16:57:23.957 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-10-22T16:57:24.858Z[ recovery-image] Oct 22 16:57:23.967 INFO O| Oct 22 16:57:23.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
70782024-10-22T16:57:24.858Z[ recovery-image] Oct 22 16:57:23.967 INFO O| Oct 22 16:57:23.967 INFO STEP 961 (remove_files) COMPLETE
70792024-10-22T16:57:24.861Z[ recovery-image] Oct 22 16:57:23.967 INFO O| Oct 22 16:57:23.967 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-10-22T16:57:24.868Z[ recovery-image] Oct 22 16:57:23.976 INFO O| Oct 22 16:57:23.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
70812024-10-22T16:57:24.868Z[ recovery-image] Oct 22 16:57:23.976 INFO O| Oct 22 16:57:23.976 INFO STEP 962 (remove_files) COMPLETE
70822024-10-22T16:57:24.868Z[ recovery-image] Oct 22 16:57:23.976 INFO O| Oct 22 16:57:23.976 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-10-22T16:57:24.877Z[ recovery-image] Oct 22 16:57:23.985 INFO O| Oct 22 16:57:23.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
70842024-10-22T16:57:24.877Z[ recovery-image] Oct 22 16:57:23.985 INFO O| Oct 22 16:57:23.985 INFO STEP 963 (remove_files) COMPLETE
70852024-10-22T16:57:24.877Z[ recovery-image] Oct 22 16:57:23.985 INFO O| Oct 22 16:57:23.985 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-10-22T16:57:24.886Z[ recovery-image] Oct 22 16:57:23.995 INFO O| Oct 22 16:57:23.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
70872024-10-22T16:57:24.886Z[ recovery-image] Oct 22 16:57:23.995 INFO O| Oct 22 16:57:23.995 INFO STEP 964 (remove_files) COMPLETE
70882024-10-22T16:57:24.889Z[ recovery-image] Oct 22 16:57:23.995 INFO O| Oct 22 16:57:23.995 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-10-22T16:57:24.897Z[ recovery-image] Oct 22 16:57:24.006 INFO O| Oct 22 16:57:24.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
70902024-10-22T16:57:24.897Z[ recovery-image] Oct 22 16:57:24.006 INFO O| Oct 22 16:57:24.006 INFO STEP 965 (remove_files) COMPLETE
70912024-10-22T16:57:24.900Z[ recovery-image] Oct 22 16:57:24.006 INFO O| Oct 22 16:57:24.006 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-10-22T16:57:24.907Z[ recovery-image] Oct 22 16:57:24.015 INFO O| Oct 22 16:57:24.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
70932024-10-22T16:57:24.909Z[ recovery-image] Oct 22 16:57:24.016 INFO O| Oct 22 16:57:24.016 INFO STEP 966 (remove_files) COMPLETE
70942024-10-22T16:57:24.909Z[ recovery-image] Oct 22 16:57:24.016 INFO O| Oct 22 16:57:24.016 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-10-22T16:57:24.917Z[ recovery-image] Oct 22 16:57:24.025 INFO O| Oct 22 16:57:24.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
70962024-10-22T16:57:24.919Z[ recovery-image] Oct 22 16:57:24.025 INFO O| Oct 22 16:57:24.025 INFO STEP 967 (remove_files) COMPLETE
70972024-10-22T16:57:24.919Z[ recovery-image] Oct 22 16:57:24.025 INFO O| Oct 22 16:57:24.025 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-10-22T16:57:24.926Z[ recovery-image] Oct 22 16:57:24.035 INFO O| Oct 22 16:57:24.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
70992024-10-22T16:57:24.926Z[ recovery-image] Oct 22 16:57:24.035 INFO O| Oct 22 16:57:24.035 INFO STEP 968 (remove_files) COMPLETE
71002024-10-22T16:57:24.929Z[ recovery-image] Oct 22 16:57:24.035 INFO O| Oct 22 16:57:24.035 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-10-22T16:57:24.936Z[ recovery-image] Oct 22 16:57:24.044 INFO O| Oct 22 16:57:24.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
71022024-10-22T16:57:24.939Z[ recovery-image] Oct 22 16:57:24.045 INFO O| Oct 22 16:57:24.045 INFO STEP 969 (remove_files) COMPLETE
71032024-10-22T16:57:24.939Z[ recovery-image] Oct 22 16:57:24.045 INFO O| Oct 22 16:57:24.045 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-10-22T16:57:24.945Z[ recovery-image] Oct 22 16:57:24.054 INFO O| Oct 22 16:57:24.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
71052024-10-22T16:57:24.948Z[ recovery-image] Oct 22 16:57:24.054 INFO O| Oct 22 16:57:24.054 INFO STEP 970 (remove_files) COMPLETE
71062024-10-22T16:57:24.948Z[ recovery-image] Oct 22 16:57:24.054 INFO O| Oct 22 16:57:24.054 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-10-22T16:57:24.955Z[ recovery-image] Oct 22 16:57:24.063 INFO O| Oct 22 16:57:24.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
71082024-10-22T16:57:24.955Z[ recovery-image] Oct 22 16:57:24.063 INFO O| Oct 22 16:57:24.063 INFO STEP 971 (remove_files) COMPLETE
71092024-10-22T16:57:24.957Z[ recovery-image] Oct 22 16:57:24.063 INFO O| Oct 22 16:57:24.063 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-10-22T16:57:24.964Z[ recovery-image] Oct 22 16:57:24.073 INFO O| Oct 22 16:57:24.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
71112024-10-22T16:57:24.967Z[ recovery-image] Oct 22 16:57:24.073 INFO O| Oct 22 16:57:24.073 INFO STEP 972 (remove_files) COMPLETE
71122024-10-22T16:57:24.967Z[ recovery-image] Oct 22 16:57:24.073 INFO O| Oct 22 16:57:24.073 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-10-22T16:57:24.974Z[ recovery-image] Oct 22 16:57:24.082 INFO O| Oct 22 16:57:24.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
71142024-10-22T16:57:24.976Z[ recovery-image] Oct 22 16:57:24.082 INFO O| Oct 22 16:57:24.082 INFO STEP 973 (remove_files) COMPLETE
71152024-10-22T16:57:24.976Z[ recovery-image] Oct 22 16:57:24.082 INFO O| Oct 22 16:57:24.082 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-10-22T16:57:24.983Z[ recovery-image] Oct 22 16:57:24.092 INFO O| Oct 22 16:57:24.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
71172024-10-22T16:57:24.983Z[ recovery-image] Oct 22 16:57:24.092 INFO O| Oct 22 16:57:24.092 INFO STEP 974 (remove_files) COMPLETE
71182024-10-22T16:57:24.983Z[ recovery-image] Oct 22 16:57:24.092 INFO O| Oct 22 16:57:24.092 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-10-22T16:57:24.993Z[ recovery-image] Oct 22 16:57:24.101 INFO O| Oct 22 16:57:24.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
71202024-10-22T16:57:24.993Z[ recovery-image] Oct 22 16:57:24.101 INFO O| Oct 22 16:57:24.101 INFO STEP 975 (remove_files) COMPLETE
71212024-10-22T16:57:24.993Z[ recovery-image] Oct 22 16:57:24.101 INFO O| Oct 22 16:57:24.101 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-10-22T16:57:25.002Z[ recovery-image] Oct 22 16:57:24.110 INFO O| Oct 22 16:57:24.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
71232024-10-22T16:57:25.002Z[ recovery-image] Oct 22 16:57:24.111 INFO O| Oct 22 16:57:24.111 INFO STEP 976 (remove_files) COMPLETE
71242024-10-22T16:57:25.005Z[ recovery-image] Oct 22 16:57:24.111 INFO O| Oct 22 16:57:24.111 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-10-22T16:57:25.011Z[ recovery-image] Oct 22 16:57:24.120 INFO O| Oct 22 16:57:24.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
71262024-10-22T16:57:25.014Z[ recovery-image] Oct 22 16:57:24.120 INFO O| Oct 22 16:57:24.120 INFO STEP 977 (remove_files) COMPLETE
71272024-10-22T16:57:25.014Z[ recovery-image] Oct 22 16:57:24.120 INFO O| Oct 22 16:57:24.120 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-10-22T16:57:25.021Z[ recovery-image] Oct 22 16:57:24.129 INFO O| Oct 22 16:57:24.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
71292024-10-22T16:57:25.023Z[ recovery-image] Oct 22 16:57:24.129 INFO O| Oct 22 16:57:24.129 INFO STEP 978 (remove_files) COMPLETE
71302024-10-22T16:57:25.023Z[ recovery-image] Oct 22 16:57:24.129 INFO O| Oct 22 16:57:24.129 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-10-22T16:57:25.030Z[ recovery-image] Oct 22 16:57:24.139 INFO O| Oct 22 16:57:24.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
71322024-10-22T16:57:25.030Z[ recovery-image] Oct 22 16:57:24.139 INFO O| Oct 22 16:57:24.139 INFO STEP 979 (remove_files) COMPLETE
71332024-10-22T16:57:25.030Z[ recovery-image] Oct 22 16:57:24.139 INFO O| Oct 22 16:57:24.139 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-10-22T16:57:25.040Z[ recovery-image] Oct 22 16:57:24.148 INFO O| Oct 22 16:57:24.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
71352024-10-22T16:57:25.040Z[ recovery-image] Oct 22 16:57:24.148 INFO O| Oct 22 16:57:24.148 INFO STEP 980 (remove_files) COMPLETE
71362024-10-22T16:57:25.042Z[ recovery-image] Oct 22 16:57:24.148 INFO O| Oct 22 16:57:24.148 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-10-22T16:57:25.050Z[ recovery-image] Oct 22 16:57:24.158 INFO O| Oct 22 16:57:24.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
71382024-10-22T16:57:25.052Z[ recovery-image] Oct 22 16:57:24.158 INFO O| Oct 22 16:57:24.158 INFO STEP 981 (remove_files) COMPLETE
71392024-10-22T16:57:25.052Z[ recovery-image] Oct 22 16:57:24.158 INFO O| Oct 22 16:57:24.158 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-10-22T16:57:25.060Z[ recovery-image] Oct 22 16:57:24.168 INFO O| Oct 22 16:57:24.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
71412024-10-22T16:57:25.060Z[ recovery-image] Oct 22 16:57:24.168 INFO O| Oct 22 16:57:24.168 INFO STEP 982 (remove_files) COMPLETE
71422024-10-22T16:57:25.060Z[ recovery-image] Oct 22 16:57:24.168 INFO O| Oct 22 16:57:24.168 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-10-22T16:57:25.070Z[ recovery-image] Oct 22 16:57:24.178 INFO O| Oct 22 16:57:24.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
71442024-10-22T16:57:25.072Z[ recovery-image] Oct 22 16:57:24.178 INFO O| Oct 22 16:57:24.178 INFO STEP 983 (remove_files) COMPLETE
71452024-10-22T16:57:25.072Z[ recovery-image] Oct 22 16:57:24.178 INFO O| Oct 22 16:57:24.178 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-10-22T16:57:25.080Z[ recovery-image] Oct 22 16:57:24.188 INFO O| Oct 22 16:57:24.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
71472024-10-22T16:57:25.080Z[ recovery-image] Oct 22 16:57:24.188 INFO O| Oct 22 16:57:24.188 INFO STEP 984 (remove_files) COMPLETE
71482024-10-22T16:57:25.080Z[ recovery-image] Oct 22 16:57:24.188 INFO O| Oct 22 16:57:24.188 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-10-22T16:57:25.089Z[ recovery-image] Oct 22 16:57:24.198 INFO O| Oct 22 16:57:24.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
71502024-10-22T16:57:25.089Z[ recovery-image] Oct 22 16:57:24.198 INFO O| Oct 22 16:57:24.198 INFO STEP 985 (remove_files) COMPLETE
71512024-10-22T16:57:25.089Z[ recovery-image] Oct 22 16:57:24.198 INFO O| Oct 22 16:57:24.198 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-10-22T16:57:25.099Z[ recovery-image] Oct 22 16:57:24.207 INFO O| Oct 22 16:57:24.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
71532024-10-22T16:57:25.099Z[ recovery-image] Oct 22 16:57:24.207 INFO O| Oct 22 16:57:24.207 INFO STEP 986 (remove_files) COMPLETE
71542024-10-22T16:57:25.099Z[ recovery-image] Oct 22 16:57:24.207 INFO O| Oct 22 16:57:24.207 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-10-22T16:57:25.108Z[ recovery-image] Oct 22 16:57:24.217 INFO O| Oct 22 16:57:24.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
71562024-10-22T16:57:25.108Z[ recovery-image] Oct 22 16:57:24.217 INFO O| Oct 22 16:57:24.217 INFO STEP 987 (remove_files) COMPLETE
71572024-10-22T16:57:25.108Z[ recovery-image] Oct 22 16:57:24.217 INFO O| Oct 22 16:57:24.217 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-10-22T16:57:25.118Z[ recovery-image] Oct 22 16:57:24.226 INFO O| Oct 22 16:57:24.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
71592024-10-22T16:57:25.118Z[ recovery-image] Oct 22 16:57:24.226 INFO O| Oct 22 16:57:24.226 INFO STEP 988 (remove_files) COMPLETE
71602024-10-22T16:57:25.118Z[ recovery-image] Oct 22 16:57:24.226 INFO O| Oct 22 16:57:24.226 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-10-22T16:57:25.127Z[ recovery-image] Oct 22 16:57:24.235 INFO O| Oct 22 16:57:24.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
71622024-10-22T16:57:25.130Z[ recovery-image] Oct 22 16:57:24.236 INFO O| Oct 22 16:57:24.235 INFO STEP 989 (remove_files) COMPLETE
71632024-10-22T16:57:25.130Z[ recovery-image] Oct 22 16:57:24.236 INFO O| Oct 22 16:57:24.236 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-10-22T16:57:25.137Z[ recovery-image] Oct 22 16:57:24.245 INFO O| Oct 22 16:57:24.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
71652024-10-22T16:57:25.137Z[ recovery-image] Oct 22 16:57:24.245 INFO O| Oct 22 16:57:24.245 INFO STEP 990 (remove_files) COMPLETE
71662024-10-22T16:57:25.139Z[ recovery-image] Oct 22 16:57:24.245 INFO O| Oct 22 16:57:24.245 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-10-22T16:57:25.146Z[ recovery-image] Oct 22 16:57:24.254 INFO O| Oct 22 16:57:24.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
71682024-10-22T16:57:25.146Z[ recovery-image] Oct 22 16:57:24.254 INFO O| Oct 22 16:57:24.254 INFO STEP 991 (remove_files) COMPLETE
71692024-10-22T16:57:25.149Z[ recovery-image] Oct 22 16:57:24.254 INFO O| Oct 22 16:57:24.254 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-10-22T16:57:25.155Z[ recovery-image] Oct 22 16:57:24.264 INFO O| Oct 22 16:57:24.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
71712024-10-22T16:57:25.156Z[ recovery-image] Oct 22 16:57:24.264 INFO O| Oct 22 16:57:24.264 INFO STEP 992 (remove_files) COMPLETE
71722024-10-22T16:57:25.158Z[ recovery-image] Oct 22 16:57:24.264 INFO O| Oct 22 16:57:24.264 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-10-22T16:57:25.165Z[ recovery-image] Oct 22 16:57:24.273 INFO O| Oct 22 16:57:24.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
71742024-10-22T16:57:25.165Z[ recovery-image] Oct 22 16:57:24.273 INFO O| Oct 22 16:57:24.273 INFO STEP 993 (remove_files) COMPLETE
71752024-10-22T16:57:25.165Z[ recovery-image] Oct 22 16:57:24.273 INFO O| Oct 22 16:57:24.273 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-10-22T16:57:25.174Z[ recovery-image] Oct 22 16:57:24.283 INFO O| Oct 22 16:57:24.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
71772024-10-22T16:57:25.174Z[ recovery-image] Oct 22 16:57:24.283 INFO O| Oct 22 16:57:24.283 INFO STEP 994 (remove_files) COMPLETE
71782024-10-22T16:57:25.177Z[ recovery-image] Oct 22 16:57:24.283 INFO O| Oct 22 16:57:24.283 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-10-22T16:57:25.184Z[ recovery-image] Oct 22 16:57:24.292 INFO O| Oct 22 16:57:24.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
71802024-10-22T16:57:25.184Z[ recovery-image] Oct 22 16:57:24.293 INFO O| Oct 22 16:57:24.293 INFO STEP 995 (remove_files) COMPLETE
71812024-10-22T16:57:25.187Z[ recovery-image] Oct 22 16:57:24.293 INFO O| Oct 22 16:57:24.293 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-10-22T16:57:25.194Z[ recovery-image] Oct 22 16:57:24.302 INFO O| Oct 22 16:57:24.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
71832024-10-22T16:57:25.194Z[ recovery-image] Oct 22 16:57:24.302 INFO O| Oct 22 16:57:24.302 INFO STEP 996 (remove_files) COMPLETE
71842024-10-22T16:57:25.194Z[ recovery-image] Oct 22 16:57:24.302 INFO O| Oct 22 16:57:24.302 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-10-22T16:57:25.203Z[ recovery-image] Oct 22 16:57:24.312 INFO O| Oct 22 16:57:24.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
71862024-10-22T16:57:25.203Z[ recovery-image] Oct 22 16:57:24.312 INFO O| Oct 22 16:57:24.312 INFO STEP 997 (remove_files) COMPLETE
71872024-10-22T16:57:25.206Z[ recovery-image] Oct 22 16:57:24.312 INFO O| Oct 22 16:57:24.312 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-10-22T16:57:25.213Z[ recovery-image] Oct 22 16:57:24.321 INFO O| Oct 22 16:57:24.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
71892024-10-22T16:57:25.215Z[ recovery-image] Oct 22 16:57:24.321 INFO O| Oct 22 16:57:24.321 INFO STEP 998 (remove_files) COMPLETE
71902024-10-22T16:57:25.215Z[ recovery-image] Oct 22 16:57:24.321 INFO O| Oct 22 16:57:24.321 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-10-22T16:57:25.222Z[ recovery-image] Oct 22 16:57:24.330 INFO O| Oct 22 16:57:24.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
71922024-10-22T16:57:25.224Z[ recovery-image] Oct 22 16:57:24.330 INFO O| Oct 22 16:57:24.330 INFO STEP 999 (remove_files) COMPLETE
71932024-10-22T16:57:25.224Z[ recovery-image] Oct 22 16:57:24.331 INFO O| Oct 22 16:57:24.330 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-10-22T16:57:25.231Z[ recovery-image] Oct 22 16:57:24.340 INFO O| Oct 22 16:57:24.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
71952024-10-22T16:57:25.231Z[ recovery-image] Oct 22 16:57:24.340 INFO O| Oct 22 16:57:24.340 INFO STEP 1000 (remove_files) COMPLETE
71962024-10-22T16:57:25.234Z[ recovery-image] Oct 22 16:57:24.340 INFO O| Oct 22 16:57:24.340 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-10-22T16:57:25.241Z[ recovery-image] Oct 22 16:57:24.349 INFO O| Oct 22 16:57:24.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
71982024-10-22T16:57:25.241Z[ recovery-image] Oct 22 16:57:24.349 INFO O| Oct 22 16:57:24.349 INFO STEP 1001 (remove_files) COMPLETE
71992024-10-22T16:57:25.243Z[ recovery-image] Oct 22 16:57:24.349 INFO O| Oct 22 16:57:24.349 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-10-22T16:57:25.250Z[ recovery-image] Oct 22 16:57:24.359 INFO O| Oct 22 16:57:24.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
72012024-10-22T16:57:25.250Z[ recovery-image] Oct 22 16:57:24.359 INFO O| Oct 22 16:57:24.359 INFO STEP 1002 (remove_files) COMPLETE
72022024-10-22T16:57:25.253Z[ recovery-image] Oct 22 16:57:24.359 INFO O| Oct 22 16:57:24.359 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-10-22T16:57:25.260Z[ recovery-image] Oct 22 16:57:24.368 INFO O| Oct 22 16:57:24.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
72042024-10-22T16:57:25.262Z[ recovery-image] Oct 22 16:57:24.368 INFO O| Oct 22 16:57:24.368 INFO STEP 1003 (remove_files) COMPLETE
72052024-10-22T16:57:25.262Z[ recovery-image] Oct 22 16:57:24.368 INFO O| Oct 22 16:57:24.368 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-10-22T16:57:25.269Z[ recovery-image] Oct 22 16:57:24.378 INFO O| Oct 22 16:57:24.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
72072024-10-22T16:57:25.269Z[ recovery-image] Oct 22 16:57:24.378 INFO O| Oct 22 16:57:24.378 INFO STEP 1004 (remove_files) COMPLETE
72082024-10-22T16:57:25.272Z[ recovery-image] Oct 22 16:57:24.378 INFO O| Oct 22 16:57:24.378 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-10-22T16:57:25.279Z[ recovery-image] Oct 22 16:57:24.387 INFO O| Oct 22 16:57:24.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
72102024-10-22T16:57:25.282Z[ recovery-image] Oct 22 16:57:24.387 INFO O| Oct 22 16:57:24.387 INFO STEP 1005 (remove_files) COMPLETE
72112024-10-22T16:57:25.282Z[ recovery-image] Oct 22 16:57:24.387 INFO O| Oct 22 16:57:24.387 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-10-22T16:57:25.289Z[ recovery-image] Oct 22 16:57:24.397 INFO O| Oct 22 16:57:24.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
72132024-10-22T16:57:25.289Z[ recovery-image] Oct 22 16:57:24.397 INFO O| Oct 22 16:57:24.397 INFO STEP 1006 (remove_files) COMPLETE
72142024-10-22T16:57:25.291Z[ recovery-image] Oct 22 16:57:24.397 INFO O| Oct 22 16:57:24.397 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-10-22T16:57:25.298Z[ recovery-image] Oct 22 16:57:24.406 INFO O| Oct 22 16:57:24.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
72162024-10-22T16:57:25.301Z[ recovery-image] Oct 22 16:57:24.407 INFO O| Oct 22 16:57:24.406 INFO STEP 1007 (remove_files) COMPLETE
72172024-10-22T16:57:25.301Z[ recovery-image] Oct 22 16:57:24.407 INFO O| Oct 22 16:57:24.407 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-10-22T16:57:25.307Z[ recovery-image] Oct 22 16:57:24.416 INFO O| Oct 22 16:57:24.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
72192024-10-22T16:57:25.307Z[ recovery-image] Oct 22 16:57:24.416 INFO O| Oct 22 16:57:24.416 INFO STEP 1008 (remove_files) COMPLETE
72202024-10-22T16:57:25.311Z[ recovery-image] Oct 22 16:57:24.416 INFO O| Oct 22 16:57:24.416 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-10-22T16:57:25.317Z[ recovery-image] Oct 22 16:57:24.425 INFO O| Oct 22 16:57:24.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
72222024-10-22T16:57:25.317Z[ recovery-image] Oct 22 16:57:24.425 INFO O| Oct 22 16:57:24.425 INFO STEP 1009 (remove_files) COMPLETE
72232024-10-22T16:57:25.319Z[ recovery-image] Oct 22 16:57:24.425 INFO O| Oct 22 16:57:24.425 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-10-22T16:57:25.326Z[ recovery-image] Oct 22 16:57:24.435 INFO O| Oct 22 16:57:24.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
72252024-10-22T16:57:25.326Z[ recovery-image] Oct 22 16:57:24.435 INFO O| Oct 22 16:57:24.435 INFO STEP 1010 (remove_files) COMPLETE
72262024-10-22T16:57:25.329Z[ recovery-image] Oct 22 16:57:24.435 INFO O| Oct 22 16:57:24.435 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-10-22T16:57:25.336Z[ recovery-image] Oct 22 16:57:24.444 INFO O| Oct 22 16:57:24.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
72282024-10-22T16:57:25.336Z[ recovery-image] Oct 22 16:57:24.445 INFO O| Oct 22 16:57:24.444 INFO STEP 1011 (remove_files) COMPLETE
72292024-10-22T16:57:25.338Z[ recovery-image] Oct 22 16:57:24.445 INFO O| Oct 22 16:57:24.445 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-10-22T16:57:25.346Z[ recovery-image] Oct 22 16:57:24.454 INFO O| Oct 22 16:57:24.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
72312024-10-22T16:57:25.348Z[ recovery-image] Oct 22 16:57:24.454 INFO O| Oct 22 16:57:24.454 INFO STEP 1012 (remove_files) COMPLETE
72322024-10-22T16:57:25.348Z[ recovery-image] Oct 22 16:57:24.454 INFO O| Oct 22 16:57:24.454 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-10-22T16:57:25.356Z[ recovery-image] Oct 22 16:57:24.464 INFO O| Oct 22 16:57:24.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
72342024-10-22T16:57:25.358Z[ recovery-image] Oct 22 16:57:24.464 INFO O| Oct 22 16:57:24.464 INFO STEP 1013 (remove_files) COMPLETE
72352024-10-22T16:57:25.358Z[ recovery-image] Oct 22 16:57:24.464 INFO O| Oct 22 16:57:24.464 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-10-22T16:57:25.366Z[ recovery-image] Oct 22 16:57:24.474 INFO O| Oct 22 16:57:24.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
72372024-10-22T16:57:25.366Z[ recovery-image] Oct 22 16:57:24.474 INFO O| Oct 22 16:57:24.474 INFO STEP 1014 (remove_files) COMPLETE
72382024-10-22T16:57:25.366Z[ recovery-image] Oct 22 16:57:24.474 INFO O| Oct 22 16:57:24.474 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-10-22T16:57:25.375Z[ recovery-image] Oct 22 16:57:24.483 INFO O| Oct 22 16:57:24.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
72402024-10-22T16:57:25.377Z[ recovery-image] Oct 22 16:57:24.484 INFO O| Oct 22 16:57:24.484 INFO STEP 1015 (remove_files) COMPLETE
72412024-10-22T16:57:25.377Z[ recovery-image] Oct 22 16:57:24.484 INFO O| Oct 22 16:57:24.484 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-10-22T16:57:25.385Z[ recovery-image] Oct 22 16:57:24.493 INFO O| Oct 22 16:57:24.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
72432024-10-22T16:57:25.385Z[ recovery-image] Oct 22 16:57:24.493 INFO O| Oct 22 16:57:24.493 INFO STEP 1016 (remove_files) COMPLETE
72442024-10-22T16:57:25.385Z[ recovery-image] Oct 22 16:57:24.493 INFO O| Oct 22 16:57:24.493 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-10-22T16:57:25.394Z[ recovery-image] Oct 22 16:57:24.502 INFO O| Oct 22 16:57:24.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
72462024-10-22T16:57:25.396Z[ recovery-image] Oct 22 16:57:24.503 INFO O| Oct 22 16:57:24.503 INFO STEP 1017 (remove_files) COMPLETE
72472024-10-22T16:57:25.397Z[ recovery-image] Oct 22 16:57:24.503 INFO O| Oct 22 16:57:24.503 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-10-22T16:57:25.404Z[ recovery-image] Oct 22 16:57:24.512 INFO O| Oct 22 16:57:24.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
72492024-10-22T16:57:25.406Z[ recovery-image] Oct 22 16:57:24.512 INFO O| Oct 22 16:57:24.512 INFO STEP 1018 (remove_files) COMPLETE
72502024-10-22T16:57:25.407Z[ recovery-image] Oct 22 16:57:24.512 INFO O| Oct 22 16:57:24.512 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-10-22T16:57:25.413Z[ recovery-image] Oct 22 16:57:24.522 INFO O| Oct 22 16:57:24.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
72522024-10-22T16:57:25.413Z[ recovery-image] Oct 22 16:57:24.522 INFO O| Oct 22 16:57:24.522 INFO STEP 1019 (remove_files) COMPLETE
72532024-10-22T16:57:25.416Z[ recovery-image] Oct 22 16:57:24.522 INFO O| Oct 22 16:57:24.522 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-10-22T16:57:25.423Z[ recovery-image] Oct 22 16:57:24.531 INFO O| Oct 22 16:57:24.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
72552024-10-22T16:57:25.425Z[ recovery-image] Oct 22 16:57:24.531 INFO O| Oct 22 16:57:24.531 INFO STEP 1020 (remove_files) COMPLETE
72562024-10-22T16:57:25.425Z[ recovery-image] Oct 22 16:57:24.531 INFO O| Oct 22 16:57:24.531 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-10-22T16:57:25.432Z[ recovery-image] Oct 22 16:57:24.541 INFO O| Oct 22 16:57:24.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
72582024-10-22T16:57:25.432Z[ recovery-image] Oct 22 16:57:24.541 INFO O| Oct 22 16:57:24.541 INFO STEP 1021 (remove_files) COMPLETE
72592024-10-22T16:57:25.435Z[ recovery-image] Oct 22 16:57:24.541 INFO O| Oct 22 16:57:24.541 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-10-22T16:57:25.442Z[ recovery-image] Oct 22 16:57:24.550 INFO O| Oct 22 16:57:24.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
72612024-10-22T16:57:25.444Z[ recovery-image] Oct 22 16:57:24.551 INFO O| Oct 22 16:57:24.551 INFO STEP 1022 (remove_files) COMPLETE
72622024-10-22T16:57:25.444Z[ recovery-image] Oct 22 16:57:24.551 INFO O| Oct 22 16:57:24.551 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-10-22T16:57:25.452Z[ recovery-image] Oct 22 16:57:24.560 INFO O| Oct 22 16:57:24.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
72642024-10-22T16:57:25.455Z[ recovery-image] Oct 22 16:57:24.560 INFO O| Oct 22 16:57:24.560 INFO STEP 1023 (remove_files) COMPLETE
72652024-10-22T16:57:25.455Z[ recovery-image] Oct 22 16:57:24.560 INFO O| Oct 22 16:57:24.560 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-10-22T16:57:25.462Z[ recovery-image] Oct 22 16:57:24.570 INFO O| Oct 22 16:57:24.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
72672024-10-22T16:57:25.462Z[ recovery-image] Oct 22 16:57:24.570 INFO O| Oct 22 16:57:24.570 INFO STEP 1024 (remove_files) COMPLETE
72682024-10-22T16:57:25.462Z[ recovery-image] Oct 22 16:57:24.570 INFO O| Oct 22 16:57:24.570 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-10-22T16:57:25.471Z[ recovery-image] Oct 22 16:57:24.579 INFO O| Oct 22 16:57:24.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
72702024-10-22T16:57:25.473Z[ recovery-image] Oct 22 16:57:24.580 INFO O| Oct 22 16:57:24.580 INFO STEP 1025 (remove_files) COMPLETE
72712024-10-22T16:57:25.473Z[ recovery-image] Oct 22 16:57:24.580 INFO O| Oct 22 16:57:24.580 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-10-22T16:57:25.481Z[ recovery-image] Oct 22 16:57:24.589 INFO O| Oct 22 16:57:24.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
72732024-10-22T16:57:25.481Z[ recovery-image] Oct 22 16:57:24.590 INFO O| Oct 22 16:57:24.589 INFO STEP 1026 (remove_files) COMPLETE
72742024-10-22T16:57:25.484Z[ recovery-image] Oct 22 16:57:24.590 INFO O| Oct 22 16:57:24.589 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-10-22T16:57:25.491Z[ recovery-image] Oct 22 16:57:24.599 INFO O| Oct 22 16:57:24.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
72762024-10-22T16:57:25.493Z[ recovery-image] Oct 22 16:57:24.599 INFO O| Oct 22 16:57:24.599 INFO STEP 1027 (remove_files) COMPLETE
72772024-10-22T16:57:25.493Z[ recovery-image] Oct 22 16:57:24.599 INFO O| Oct 22 16:57:24.599 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-10-22T16:57:25.500Z[ recovery-image] Oct 22 16:57:24.608 INFO O| Oct 22 16:57:24.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
72792024-10-22T16:57:25.500Z[ recovery-image] Oct 22 16:57:24.609 INFO O| Oct 22 16:57:24.608 INFO STEP 1028 (remove_files) COMPLETE
72802024-10-22T16:57:25.503Z[ recovery-image] Oct 22 16:57:24.609 INFO O| Oct 22 16:57:24.609 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-10-22T16:57:25.510Z[ recovery-image] Oct 22 16:57:24.618 INFO O| Oct 22 16:57:24.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
72822024-10-22T16:57:25.510Z[ recovery-image] Oct 22 16:57:24.618 INFO O| Oct 22 16:57:24.618 INFO STEP 1029 (remove_files) COMPLETE
72832024-10-22T16:57:25.512Z[ recovery-image] Oct 22 16:57:24.618 INFO O| Oct 22 16:57:24.618 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-10-22T16:57:25.519Z[ recovery-image] Oct 22 16:57:24.627 INFO O| Oct 22 16:57:24.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
72852024-10-22T16:57:25.519Z[ recovery-image] Oct 22 16:57:24.627 INFO O| Oct 22 16:57:24.627 INFO STEP 1030 (remove_files) COMPLETE
72862024-10-22T16:57:25.522Z[ recovery-image] Oct 22 16:57:24.627 INFO O| Oct 22 16:57:24.627 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-10-22T16:57:25.529Z[ recovery-image] Oct 22 16:57:24.637 INFO O| Oct 22 16:57:24.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
72882024-10-22T16:57:25.529Z[ recovery-image] Oct 22 16:57:24.637 INFO O| Oct 22 16:57:24.637 INFO STEP 1031 (remove_files) COMPLETE
72892024-10-22T16:57:25.531Z[ recovery-image] Oct 22 16:57:24.637 INFO O| Oct 22 16:57:24.637 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-10-22T16:57:25.538Z[ recovery-image] Oct 22 16:57:24.646 INFO O| Oct 22 16:57:24.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
72912024-10-22T16:57:25.540Z[ recovery-image] Oct 22 16:57:24.646 INFO O| Oct 22 16:57:24.646 INFO STEP 1032 (remove_files) COMPLETE
72922024-10-22T16:57:25.540Z[ recovery-image] Oct 22 16:57:24.646 INFO O| Oct 22 16:57:24.646 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-10-22T16:57:25.548Z[ recovery-image] Oct 22 16:57:24.656 INFO O| Oct 22 16:57:24.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
72942024-10-22T16:57:25.548Z[ recovery-image] Oct 22 16:57:24.656 INFO O| Oct 22 16:57:24.656 INFO STEP 1033 (remove_files) COMPLETE
72952024-10-22T16:57:25.548Z[ recovery-image] Oct 22 16:57:24.656 INFO O| Oct 22 16:57:24.656 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-10-22T16:57:25.557Z[ recovery-image] Oct 22 16:57:24.665 INFO O| Oct 22 16:57:24.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
72972024-10-22T16:57:25.557Z[ recovery-image] Oct 22 16:57:24.665 INFO O| Oct 22 16:57:24.665 INFO STEP 1034 (remove_files) COMPLETE
72982024-10-22T16:57:25.557Z[ recovery-image] Oct 22 16:57:24.665 INFO O| Oct 22 16:57:24.665 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-10-22T16:57:25.566Z[ recovery-image] Oct 22 16:57:24.674 INFO O| Oct 22 16:57:24.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
73002024-10-22T16:57:25.566Z[ recovery-image] Oct 22 16:57:24.675 INFO O| Oct 22 16:57:24.675 INFO STEP 1035 (remove_files) COMPLETE
73012024-10-22T16:57:25.566Z[ recovery-image] Oct 22 16:57:24.675 INFO O| Oct 22 16:57:24.675 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-10-22T16:57:25.576Z[ recovery-image] Oct 22 16:57:24.684 INFO O| Oct 22 16:57:24.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
73032024-10-22T16:57:25.578Z[ recovery-image] Oct 22 16:57:24.684 INFO O| Oct 22 16:57:24.684 INFO STEP 1036 (remove_files) COMPLETE
73042024-10-22T16:57:25.578Z[ recovery-image] Oct 22 16:57:24.684 INFO O| Oct 22 16:57:24.684 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-10-22T16:57:25.585Z[ recovery-image] Oct 22 16:57:24.693 INFO O| Oct 22 16:57:24.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
73062024-10-22T16:57:25.585Z[ recovery-image] Oct 22 16:57:24.694 INFO O| Oct 22 16:57:24.693 INFO STEP 1037 (remove_files) COMPLETE
73072024-10-22T16:57:25.588Z[ recovery-image] Oct 22 16:57:24.694 INFO O| Oct 22 16:57:24.694 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-10-22T16:57:25.595Z[ recovery-image] Oct 22 16:57:24.703 INFO O| Oct 22 16:57:24.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
73092024-10-22T16:57:25.595Z[ recovery-image] Oct 22 16:57:24.703 INFO O| Oct 22 16:57:24.703 INFO STEP 1038 (remove_files) COMPLETE
73102024-10-22T16:57:25.598Z[ recovery-image] Oct 22 16:57:24.703 INFO O| Oct 22 16:57:24.703 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-10-22T16:57:25.605Z[ recovery-image] Oct 22 16:57:24.712 INFO O| Oct 22 16:57:24.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
73122024-10-22T16:57:25.605Z[ recovery-image] Oct 22 16:57:24.713 INFO O| Oct 22 16:57:24.712 INFO STEP 1039 (remove_files) COMPLETE
73132024-10-22T16:57:25.605Z[ recovery-image] Oct 22 16:57:24.713 INFO O| Oct 22 16:57:24.712 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-10-22T16:57:25.614Z[ recovery-image] Oct 22 16:57:24.722 INFO O| Oct 22 16:57:24.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
73152024-10-22T16:57:25.616Z[ recovery-image] Oct 22 16:57:24.722 INFO O| Oct 22 16:57:24.722 INFO STEP 1040 (remove_files) COMPLETE
73162024-10-22T16:57:25.616Z[ recovery-image] Oct 22 16:57:24.722 INFO O| Oct 22 16:57:24.722 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-10-22T16:57:25.623Z[ recovery-image] Oct 22 16:57:24.731 INFO O| Oct 22 16:57:24.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
73182024-10-22T16:57:25.623Z[ recovery-image] Oct 22 16:57:24.731 INFO O| Oct 22 16:57:24.731 INFO STEP 1041 (remove_files) COMPLETE
73192024-10-22T16:57:25.630Z[ recovery-image] Oct 22 16:57:24.731 INFO O| Oct 22 16:57:24.731 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-10-22T16:57:25.635Z[ recovery-image] Oct 22 16:57:24.741 INFO O| Oct 22 16:57:24.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
73212024-10-22T16:57:25.635Z[ recovery-image] Oct 22 16:57:24.741 INFO O| Oct 22 16:57:24.741 INFO STEP 1042 (remove_files) COMPLETE
73222024-10-22T16:57:25.635Z[ recovery-image] Oct 22 16:57:24.741 INFO O| Oct 22 16:57:24.741 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-10-22T16:57:25.642Z[ recovery-image] Oct 22 16:57:24.750 INFO O| Oct 22 16:57:24.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
73242024-10-22T16:57:25.644Z[ recovery-image] Oct 22 16:57:24.750 INFO O| Oct 22 16:57:24.750 INFO STEP 1043 (remove_files) COMPLETE
73252024-10-22T16:57:25.644Z[ recovery-image] Oct 22 16:57:24.750 INFO O| Oct 22 16:57:24.750 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-10-22T16:57:25.651Z[ recovery-image] Oct 22 16:57:24.760 INFO O| Oct 22 16:57:24.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
73272024-10-22T16:57:25.652Z[ recovery-image] Oct 22 16:57:24.760 INFO O| Oct 22 16:57:24.760 INFO STEP 1044 (remove_files) COMPLETE
73282024-10-22T16:57:25.652Z[ recovery-image] Oct 22 16:57:24.760 INFO O| Oct 22 16:57:24.760 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-10-22T16:57:25.661Z[ recovery-image] Oct 22 16:57:24.769 INFO O| Oct 22 16:57:24.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
73302024-10-22T16:57:25.661Z[ recovery-image] Oct 22 16:57:24.769 INFO O| Oct 22 16:57:24.769 INFO STEP 1045 (remove_files) COMPLETE
73312024-10-22T16:57:25.661Z[ recovery-image] Oct 22 16:57:24.769 INFO O| Oct 22 16:57:24.769 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-10-22T16:57:25.670Z[ recovery-image] Oct 22 16:57:24.779 INFO O| Oct 22 16:57:24.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
73332024-10-22T16:57:25.670Z[ recovery-image] Oct 22 16:57:24.779 INFO O| Oct 22 16:57:24.779 INFO STEP 1046 (remove_files) COMPLETE
73342024-10-22T16:57:25.671Z[ recovery-image] Oct 22 16:57:24.779 INFO O| Oct 22 16:57:24.779 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-10-22T16:57:25.680Z[ recovery-image] Oct 22 16:57:24.788 INFO O| Oct 22 16:57:24.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
73362024-10-22T16:57:25.680Z[ recovery-image] Oct 22 16:57:24.788 INFO O| Oct 22 16:57:24.788 INFO STEP 1047 (remove_files) COMPLETE
73372024-10-22T16:57:25.682Z[ recovery-image] Oct 22 16:57:24.788 INFO O| Oct 22 16:57:24.788 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-10-22T16:57:25.689Z[ recovery-image] Oct 22 16:57:24.798 INFO O| Oct 22 16:57:24.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
73392024-10-22T16:57:25.689Z[ recovery-image] Oct 22 16:57:24.798 INFO O| Oct 22 16:57:24.798 INFO STEP 1048 (remove_files) COMPLETE
73402024-10-22T16:57:25.689Z[ recovery-image] Oct 22 16:57:24.798 INFO O| Oct 22 16:57:24.798 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-10-22T16:57:25.699Z[ recovery-image] Oct 22 16:57:24.807 INFO O| Oct 22 16:57:24.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
73422024-10-22T16:57:25.699Z[ recovery-image] Oct 22 16:57:24.807 INFO O| Oct 22 16:57:24.807 INFO STEP 1049 (remove_files) COMPLETE
73432024-10-22T16:57:25.701Z[ recovery-image] Oct 22 16:57:24.807 INFO O| Oct 22 16:57:24.807 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-10-22T16:57:25.709Z[ recovery-image] Oct 22 16:57:24.817 INFO O| Oct 22 16:57:24.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
73452024-10-22T16:57:25.711Z[ recovery-image] Oct 22 16:57:24.817 INFO O| Oct 22 16:57:24.817 INFO STEP 1050 (remove_files) COMPLETE
73462024-10-22T16:57:25.711Z[ recovery-image] Oct 22 16:57:24.817 INFO O| Oct 22 16:57:24.817 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-10-22T16:57:25.718Z[ recovery-image] Oct 22 16:57:24.826 INFO O| Oct 22 16:57:24.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
73482024-10-22T16:57:25.720Z[ recovery-image] Oct 22 16:57:24.826 INFO O| Oct 22 16:57:24.826 INFO STEP 1051 (remove_files) COMPLETE
73492024-10-22T16:57:25.720Z[ recovery-image] Oct 22 16:57:24.826 INFO O| Oct 22 16:57:24.826 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-10-22T16:57:25.727Z[ recovery-image] Oct 22 16:57:24.836 INFO O| Oct 22 16:57:24.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
73512024-10-22T16:57:25.727Z[ recovery-image] Oct 22 16:57:24.836 INFO O| Oct 22 16:57:24.836 INFO STEP 1052 (remove_files) COMPLETE
73522024-10-22T16:57:25.729Z[ recovery-image] Oct 22 16:57:24.836 INFO O| Oct 22 16:57:24.836 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-10-22T16:57:25.737Z[ recovery-image] Oct 22 16:57:24.845 INFO O| Oct 22 16:57:24.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
73542024-10-22T16:57:25.740Z[ recovery-image] Oct 22 16:57:24.845 INFO O| Oct 22 16:57:24.845 INFO STEP 1053 (remove_files) COMPLETE
73552024-10-22T16:57:25.740Z[ recovery-image] Oct 22 16:57:24.845 INFO O| Oct 22 16:57:24.845 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-10-22T16:57:25.746Z[ recovery-image] Oct 22 16:57:24.855 INFO O| Oct 22 16:57:24.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
73572024-10-22T16:57:25.749Z[ recovery-image] Oct 22 16:57:24.855 INFO O| Oct 22 16:57:24.855 INFO STEP 1054 (remove_files) COMPLETE
73582024-10-22T16:57:25.749Z[ recovery-image] Oct 22 16:57:24.855 INFO O| Oct 22 16:57:24.855 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-10-22T16:57:25.756Z[ recovery-image] Oct 22 16:57:24.865 INFO O| Oct 22 16:57:24.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
73602024-10-22T16:57:25.756Z[ recovery-image] Oct 22 16:57:24.865 INFO O| Oct 22 16:57:24.865 INFO STEP 1055 (remove_files) COMPLETE
73612024-10-22T16:57:25.759Z[ recovery-image] Oct 22 16:57:24.865 INFO O| Oct 22 16:57:24.865 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-10-22T16:57:25.766Z[ recovery-image] Oct 22 16:57:24.874 INFO O| Oct 22 16:57:24.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
73632024-10-22T16:57:25.766Z[ recovery-image] Oct 22 16:57:24.874 INFO O| Oct 22 16:57:24.874 INFO STEP 1056 (remove_files) COMPLETE
73642024-10-22T16:57:25.768Z[ recovery-image] Oct 22 16:57:24.874 INFO O| Oct 22 16:57:24.874 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-10-22T16:57:25.776Z[ recovery-image] Oct 22 16:57:24.884 INFO O| Oct 22 16:57:24.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
73662024-10-22T16:57:25.776Z[ recovery-image] Oct 22 16:57:24.884 INFO O| Oct 22 16:57:24.884 INFO STEP 1057 (remove_files) COMPLETE
73672024-10-22T16:57:25.776Z[ recovery-image] Oct 22 16:57:24.884 INFO O| Oct 22 16:57:24.884 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-10-22T16:57:25.785Z[ recovery-image] Oct 22 16:57:24.893 INFO O| Oct 22 16:57:24.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
73692024-10-22T16:57:25.787Z[ recovery-image] Oct 22 16:57:24.893 INFO O| Oct 22 16:57:24.893 INFO STEP 1058 (remove_files) COMPLETE
73702024-10-22T16:57:25.787Z[ recovery-image] Oct 22 16:57:24.893 INFO O| Oct 22 16:57:24.893 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-10-22T16:57:25.794Z[ recovery-image] Oct 22 16:57:24.903 INFO O| Oct 22 16:57:24.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
73722024-10-22T16:57:25.794Z[ recovery-image] Oct 22 16:57:24.903 INFO O| Oct 22 16:57:24.903 INFO STEP 1059 (remove_files) COMPLETE
73732024-10-22T16:57:25.794Z[ recovery-image] Oct 22 16:57:24.903 INFO O| Oct 22 16:57:24.903 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-10-22T16:57:25.804Z[ recovery-image] Oct 22 16:57:24.912 INFO O| Oct 22 16:57:24.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
73752024-10-22T16:57:25.804Z[ recovery-image] Oct 22 16:57:24.912 INFO O| Oct 22 16:57:24.912 INFO STEP 1060 (remove_files) COMPLETE
73762024-10-22T16:57:25.805Z[ recovery-image] Oct 22 16:57:24.912 INFO O| Oct 22 16:57:24.912 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-10-22T16:57:25.811Z[ host-image] Oct 22 16:57:24.919 INFO O| Oct 22 16:57:24.919 INFO O| Done
73782024-10-22T16:57:25.813Z[ recovery-image] Oct 22 16:57:24.922 INFO O| Oct 22 16:57:24.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
73792024-10-22T16:57:25.816Z[ recovery-image] Oct 22 16:57:24.922 INFO O| Oct 22 16:57:24.922 INFO STEP 1061 (remove_files) COMPLETE
73802024-10-22T16:57:25.816Z[ recovery-image] Oct 22 16:57:24.922 INFO O| Oct 22 16:57:24.922 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-10-22T16:57:25.823Z[ recovery-image] Oct 22 16:57:24.931 INFO O| Oct 22 16:57:24.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
73822024-10-22T16:57:25.823Z[ recovery-image] Oct 22 16:57:24.932 INFO O| Oct 22 16:57:24.932 INFO STEP 1062 (remove_files) COMPLETE
73832024-10-22T16:57:25.825Z[ recovery-image] Oct 22 16:57:24.932 INFO O| Oct 22 16:57:24.932 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-10-22T16:57:25.833Z[ recovery-image] Oct 22 16:57:24.941 INFO O| Oct 22 16:57:24.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
73852024-10-22T16:57:25.835Z[ recovery-image] Oct 22 16:57:24.941 INFO O| Oct 22 16:57:24.941 INFO STEP 1063 (remove_files) COMPLETE
73862024-10-22T16:57:25.835Z[ recovery-image] Oct 22 16:57:24.941 INFO O| Oct 22 16:57:24.941 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-10-22T16:57:25.837Z[ host-image] Oct 22 16:57:24.944 INFO O| Oct 22 16:57:24.944 INFO O| Done
73882024-10-22T16:57:25.838Z[ host-image] Oct 22 16:57:24.944 INFO O| Oct 22 16:57:24.944 INFO O| Done
73892024-10-22T16:57:25.843Z[ recovery-image] Oct 22 16:57:24.951 INFO O| Oct 22 16:57:24.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
73902024-10-22T16:57:25.843Z[ recovery-image] Oct 22 16:57:24.951 INFO O| Oct 22 16:57:24.951 INFO STEP 1064 (remove_files) COMPLETE
73912024-10-22T16:57:25.843Z[ recovery-image] Oct 22 16:57:24.951 INFO O| Oct 22 16:57:24.951 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-10-22T16:57:25.845Z[ host-image] Oct 22 16:57:24.954 INFO O| Oct 22 16:57:24.954 INFO O| Done
73932024-10-22T16:57:25.852Z[ recovery-image] Oct 22 16:57:24.961 INFO O| Oct 22 16:57:24.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
73942024-10-22T16:57:25.852Z[ recovery-image] Oct 22 16:57:24.961 INFO O| Oct 22 16:57:24.961 INFO STEP 1065 (remove_files) COMPLETE
73952024-10-22T16:57:25.855Z[ recovery-image] Oct 22 16:57:24.961 INFO O| Oct 22 16:57:24.961 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-10-22T16:57:25.863Z[ recovery-image] Oct 22 16:57:24.971 INFO O| Oct 22 16:57:24.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
73972024-10-22T16:57:25.863Z[ recovery-image] Oct 22 16:57:24.971 INFO O| Oct 22 16:57:24.971 INFO STEP 1066 (remove_files) COMPLETE
73982024-10-22T16:57:25.863Z[ recovery-image] Oct 22 16:57:24.971 INFO O| Oct 22 16:57:24.971 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-10-22T16:57:25.873Z[ recovery-image] Oct 22 16:57:24.981 INFO O| Oct 22 16:57:24.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
74002024-10-22T16:57:25.874Z[ recovery-image] Oct 22 16:57:24.981 INFO O| Oct 22 16:57:24.981 INFO STEP 1067 (remove_files) COMPLETE
74012024-10-22T16:57:25.876Z[ recovery-image] Oct 22 16:57:24.981 INFO O| Oct 22 16:57:24.981 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-10-22T16:57:25.883Z[ recovery-image] Oct 22 16:57:24.991 INFO O| Oct 22 16:57:24.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
74032024-10-22T16:57:25.885Z[ recovery-image] Oct 22 16:57:24.991 INFO O| Oct 22 16:57:24.991 INFO STEP 1068 (remove_files) COMPLETE
74042024-10-22T16:57:25.885Z[ recovery-image] Oct 22 16:57:24.991 INFO O| Oct 22 16:57:24.991 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-10-22T16:57:25.893Z[ recovery-image] Oct 22 16:57:25.001 INFO O| Oct 22 16:57:25.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
74062024-10-22T16:57:25.895Z[ recovery-image] Oct 22 16:57:25.001 INFO O| Oct 22 16:57:25.001 INFO STEP 1069 (remove_files) COMPLETE
74072024-10-22T16:57:25.895Z[ recovery-image] Oct 22 16:57:25.001 INFO O| Oct 22 16:57:25.001 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-10-22T16:57:25.903Z[ recovery-image] Oct 22 16:57:25.011 INFO O| Oct 22 16:57:25.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
74092024-10-22T16:57:25.903Z[ recovery-image] Oct 22 16:57:25.011 INFO O| Oct 22 16:57:25.011 INFO STEP 1070 (remove_files) COMPLETE
74102024-10-22T16:57:25.903Z[ recovery-image] Oct 22 16:57:25.011 INFO O| Oct 22 16:57:25.011 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-10-22T16:57:25.913Z[ recovery-image] Oct 22 16:57:25.021 INFO O| Oct 22 16:57:25.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
74122024-10-22T16:57:25.913Z[ recovery-image] Oct 22 16:57:25.021 INFO O| Oct 22 16:57:25.021 INFO STEP 1071 (remove_files) COMPLETE
74132024-10-22T16:57:25.913Z[ recovery-image] Oct 22 16:57:25.021 INFO O| Oct 22 16:57:25.021 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-10-22T16:57:25.923Z[ recovery-image] Oct 22 16:57:25.031 INFO O| Oct 22 16:57:25.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
74152024-10-22T16:57:25.923Z[ recovery-image] Oct 22 16:57:25.031 INFO O| Oct 22 16:57:25.031 INFO STEP 1072 (remove_files) COMPLETE
74162024-10-22T16:57:25.925Z[ recovery-image] Oct 22 16:57:25.031 INFO O| Oct 22 16:57:25.031 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-10-22T16:57:25.945Z[ recovery-image] Oct 22 16:57:25.052 INFO O| Oct 22 16:57:25.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
74182024-10-22T16:57:25.945Z[ recovery-image] Oct 22 16:57:25.052 INFO O| Oct 22 16:57:25.051 INFO STEP 1073 (remove_files) COMPLETE
74192024-10-22T16:57:25.945Z[ recovery-image] Oct 22 16:57:25.052 INFO O| Oct 22 16:57:25.051 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-10-22T16:57:25.966Z[ host-image] Oct 22 16:57:25.069 INFO O| Oct 22 16:57:25.069 INFO STEP 14 (pkg_install) COMPLETE
74212024-10-22T16:57:25.966Z[ host-image] Oct 22 16:57:25.069 INFO O| Oct 22 16:57:25.069 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
74222024-10-22T16:57:25.969Z[ recovery-image] Oct 22 16:57:25.072 INFO O| Oct 22 16:57:25.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
74232024-10-22T16:57:25.969Z[ host-image] Oct 22 16:57:25.069 INFO O| Oct 22 16:57:25.069 INFO skip step because feature "mfg" is not enabled
74242024-10-22T16:57:25.969Z[ host-image] Oct 22 16:57:25.069 INFO O| Oct 22 16:57:25.069 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
74252024-10-22T16:57:25.969Z[ host-image] Oct 22 16:57:25.069 INFO O| Oct 22 16:57:25.069 INFO skip step because feature "compliance" is not enabled
74262024-10-22T16:57:25.969Z[ host-image] Oct 22 16:57:25.069 INFO O| Oct 22 16:57:25.069 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
74272024-10-22T16:57:25.969Z[ host-image] Oct 22 16:57:25.069 INFO O| Oct 22 16:57:25.069 INFO skip step because feature "stress" is not enabled
74282024-10-22T16:57:25.969Z[ host-image] Oct 22 16:57:25.069 INFO O| Oct 22 16:57:25.069 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
74292024-10-22T16:57:25.969Z[ host-image] Oct 22 16:57:25.070 INFO O| Oct 22 16:57:25.069 INFO skip step because feature "nfs" is not enabled
74302024-10-22T16:57:25.969Z[ host-image] Oct 22 16:57:25.070 INFO O| Oct 22 16:57:25.069 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
74312024-10-22T16:57:25.969Z[ host-image] Oct 22 16:57:25.070 INFO O| Oct 22 16:57:25.069 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
74322024-10-22T16:57:25.969Z[ recovery-image] Oct 22 16:57:25.072 INFO O| Oct 22 16:57:25.072 INFO STEP 1074 (remove_files) COMPLETE
74332024-10-22T16:57:25.969Z[ recovery-image] Oct 22 16:57:25.073 INFO O| Oct 22 16:57:25.072 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-10-22T16:57:25.980Z[ recovery-image] Oct 22 16:57:25.088 INFO O| Oct 22 16:57:25.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
74352024-10-22T16:57:25.980Z[ recovery-image] Oct 22 16:57:25.088 INFO O| Oct 22 16:57:25.088 INFO STEP 1075 (remove_files) COMPLETE
74362024-10-22T16:57:25.982Z[ recovery-image] Oct 22 16:57:25.088 INFO O| Oct 22 16:57:25.088 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-10-22T16:57:25.991Z[ recovery-image] Oct 22 16:57:25.099 INFO O| Oct 22 16:57:25.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
74382024-10-22T16:57:25.991Z[ recovery-image] Oct 22 16:57:25.099 INFO O| Oct 22 16:57:25.099 INFO STEP 1076 (remove_files) COMPLETE
74392024-10-22T16:57:25.993Z[ recovery-image] Oct 22 16:57:25.099 INFO O| Oct 22 16:57:25.099 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-10-22T16:57:26.001Z[ recovery-image] Oct 22 16:57:25.109 INFO O| Oct 22 16:57:25.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
74412024-10-22T16:57:26.003Z[ recovery-image] Oct 22 16:57:25.109 INFO O| Oct 22 16:57:25.109 INFO STEP 1077 (remove_files) COMPLETE
74422024-10-22T16:57:26.003Z[ recovery-image] Oct 22 16:57:25.109 INFO O| Oct 22 16:57:25.109 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-10-22T16:57:26.012Z[ recovery-image] Oct 22 16:57:25.121 INFO O| Oct 22 16:57:25.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
74442024-10-22T16:57:26.015Z[ recovery-image] Oct 22 16:57:25.121 INFO O| Oct 22 16:57:25.121 INFO STEP 1078 (remove_files) COMPLETE
74452024-10-22T16:57:26.015Z[ recovery-image] Oct 22 16:57:25.121 INFO O| Oct 22 16:57:25.121 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-10-22T16:57:26.023Z[ recovery-image] Oct 22 16:57:25.131 INFO O| Oct 22 16:57:25.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
74472024-10-22T16:57:26.025Z[ recovery-image] Oct 22 16:57:25.131 INFO O| Oct 22 16:57:25.131 INFO STEP 1079 (remove_files) COMPLETE
74482024-10-22T16:57:26.025Z[ recovery-image] Oct 22 16:57:25.131 INFO O| Oct 22 16:57:25.131 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-10-22T16:57:26.033Z[ recovery-image] Oct 22 16:57:25.141 INFO O| Oct 22 16:57:25.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
74502024-10-22T16:57:26.033Z[ recovery-image] Oct 22 16:57:25.141 INFO O| Oct 22 16:57:25.141 INFO STEP 1080 (remove_files) COMPLETE
74512024-10-22T16:57:26.033Z[ recovery-image] Oct 22 16:57:25.141 INFO O| Oct 22 16:57:25.141 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-10-22T16:57:26.043Z[ recovery-image] Oct 22 16:57:25.151 INFO O| Oct 22 16:57:25.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
74532024-10-22T16:57:26.045Z[ recovery-image] Oct 22 16:57:25.151 INFO O| Oct 22 16:57:25.151 INFO STEP 1081 (remove_files) COMPLETE
74542024-10-22T16:57:26.045Z[ recovery-image] Oct 22 16:57:25.151 INFO O| Oct 22 16:57:25.151 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-10-22T16:57:26.053Z[ recovery-image] Oct 22 16:57:25.161 INFO O| Oct 22 16:57:25.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
74562024-10-22T16:57:26.053Z[ recovery-image] Oct 22 16:57:25.161 INFO O| Oct 22 16:57:25.161 INFO STEP 1082 (remove_files) COMPLETE
74572024-10-22T16:57:26.055Z[ recovery-image] Oct 22 16:57:25.161 INFO O| Oct 22 16:57:25.161 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-10-22T16:57:26.062Z[ recovery-image] Oct 22 16:57:25.170 INFO O| Oct 22 16:57:25.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
74592024-10-22T16:57:26.062Z[ recovery-image] Oct 22 16:57:25.170 INFO O| Oct 22 16:57:25.170 INFO STEP 1083 (remove_files) COMPLETE
74602024-10-22T16:57:26.064Z[ recovery-image] Oct 22 16:57:25.170 INFO O| Oct 22 16:57:25.170 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-10-22T16:57:26.071Z[ recovery-image] Oct 22 16:57:25.180 INFO O| Oct 22 16:57:25.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
74622024-10-22T16:57:26.074Z[ recovery-image] Oct 22 16:57:25.180 INFO O| Oct 22 16:57:25.180 INFO STEP 1084 (remove_files) COMPLETE
74632024-10-22T16:57:26.074Z[ recovery-image] Oct 22 16:57:25.180 INFO O| Oct 22 16:57:25.180 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-10-22T16:57:26.077Z[ host-image] Oct 22 16:57:25.185 INFO O| Oct 22 16:57:25.185 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
74652024-10-22T16:57:26.081Z[ recovery-image] Oct 22 16:57:25.189 INFO O| Oct 22 16:57:25.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
74662024-10-22T16:57:26.081Z[ recovery-image] Oct 22 16:57:25.189 INFO O| Oct 22 16:57:25.189 INFO STEP 1085 (remove_files) COMPLETE
74672024-10-22T16:57:26.083Z[ recovery-image] Oct 22 16:57:25.189 INFO O| Oct 22 16:57:25.189 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-10-22T16:57:26.090Z[ recovery-image] Oct 22 16:57:25.199 INFO O| Oct 22 16:57:25.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
74692024-10-22T16:57:26.090Z[ recovery-image] Oct 22 16:57:25.199 INFO O| Oct 22 16:57:25.199 INFO STEP 1086 (remove_files) COMPLETE
74702024-10-22T16:57:26.091Z[ recovery-image] Oct 22 16:57:25.199 INFO O| Oct 22 16:57:25.199 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-10-22T16:57:26.100Z[ recovery-image] Oct 22 16:57:25.209 INFO O| Oct 22 16:57:25.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
74722024-10-22T16:57:26.100Z[ recovery-image] Oct 22 16:57:25.209 INFO O| Oct 22 16:57:25.209 INFO STEP 1087 (remove_files) COMPLETE
74732024-10-22T16:57:26.104Z[ recovery-image] Oct 22 16:57:25.209 INFO O| Oct 22 16:57:25.209 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-10-22T16:57:26.110Z[ recovery-image] Oct 22 16:57:25.218 INFO O| Oct 22 16:57:25.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
74752024-10-22T16:57:26.110Z[ recovery-image] Oct 22 16:57:25.218 INFO O| Oct 22 16:57:25.218 INFO STEP 1088 (remove_files) COMPLETE
74762024-10-22T16:57:26.112Z[ recovery-image] Oct 22 16:57:25.218 INFO O| Oct 22 16:57:25.218 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-10-22T16:57:26.119Z[ recovery-image] Oct 22 16:57:25.228 INFO O| Oct 22 16:57:25.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
74782024-10-22T16:57:26.119Z[ recovery-image] Oct 22 16:57:25.228 INFO O| Oct 22 16:57:25.228 INFO STEP 1089 (remove_files) COMPLETE
74792024-10-22T16:57:26.120Z[ recovery-image] Oct 22 16:57:25.228 INFO O| Oct 22 16:57:25.228 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-10-22T16:57:26.129Z[ recovery-image] Oct 22 16:57:25.237 INFO O| Oct 22 16:57:25.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
74812024-10-22T16:57:26.129Z[ recovery-image] Oct 22 16:57:25.237 INFO O| Oct 22 16:57:25.237 INFO STEP 1090 (remove_files) COMPLETE
74822024-10-22T16:57:26.131Z[ recovery-image] Oct 22 16:57:25.237 INFO O| Oct 22 16:57:25.237 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-10-22T16:57:26.138Z[ recovery-image] Oct 22 16:57:25.246 INFO O| Oct 22 16:57:25.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
74842024-10-22T16:57:26.140Z[ recovery-image] Oct 22 16:57:25.246 INFO O| Oct 22 16:57:25.246 INFO STEP 1091 (remove_files) COMPLETE
74852024-10-22T16:57:26.140Z[ recovery-image] Oct 22 16:57:25.247 INFO O| Oct 22 16:57:25.246 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-10-22T16:57:26.147Z[ recovery-image] Oct 22 16:57:25.256 INFO O| Oct 22 16:57:25.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
74872024-10-22T16:57:26.147Z[ recovery-image] Oct 22 16:57:25.256 INFO O| Oct 22 16:57:25.256 INFO STEP 1092 (remove_files) COMPLETE
74882024-10-22T16:57:26.150Z[ recovery-image] Oct 22 16:57:25.256 INFO O| Oct 22 16:57:25.256 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-10-22T16:57:26.150Z[ host-image] Oct 22 16:57:25.257 INFO O| Oct 22 16:57:25.257 INFO completed processing gimlet/ramdisk-01-os
74902024-10-22T16:57:26.152Z[ host-image] Oct 22 16:57:25.259 INFO omicron1 baseline generation...
74912024-10-22T16:57:26.152Z[ host-image] Oct 22 16:57:25.260 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
74922024-10-22T16:57:26.157Z[ recovery-image] Oct 22 16:57:25.265 INFO O| Oct 22 16:57:25.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
74932024-10-22T16:57:26.159Z[ recovery-image] Oct 22 16:57:25.265 INFO O| Oct 22 16:57:25.265 INFO STEP 1093 (remove_files) COMPLETE
74942024-10-22T16:57:26.159Z[ recovery-image] Oct 22 16:57:25.266 INFO O| Oct 22 16:57:25.265 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-10-22T16:57:26.167Z[ recovery-image] Oct 22 16:57:25.275 INFO O| Oct 22 16:57:25.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
74962024-10-22T16:57:26.167Z[ recovery-image] Oct 22 16:57:25.275 INFO O| Oct 22 16:57:25.275 INFO STEP 1094 (remove_files) COMPLETE
74972024-10-22T16:57:26.167Z[ recovery-image] Oct 22 16:57:25.275 INFO O| Oct 22 16:57:25.275 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-10-22T16:57:26.177Z[ recovery-image] Oct 22 16:57:25.285 INFO O| Oct 22 16:57:25.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
74992024-10-22T16:57:26.177Z[ recovery-image] Oct 22 16:57:25.285 INFO O| Oct 22 16:57:25.285 INFO STEP 1095 (remove_files) COMPLETE
75002024-10-22T16:57:26.179Z[ recovery-image] Oct 22 16:57:25.285 INFO O| Oct 22 16:57:25.285 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-10-22T16:57:26.187Z[ recovery-image] Oct 22 16:57:25.295 INFO O| Oct 22 16:57:25.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
75022024-10-22T16:57:26.187Z[ recovery-image] Oct 22 16:57:25.295 INFO O| Oct 22 16:57:25.295 INFO STEP 1096 (remove_files) COMPLETE
75032024-10-22T16:57:26.189Z[ recovery-image] Oct 22 16:57:25.295 INFO O| Oct 22 16:57:25.295 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-10-22T16:57:26.196Z[ recovery-image] Oct 22 16:57:25.304 INFO O| Oct 22 16:57:25.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
75052024-10-22T16:57:26.198Z[ recovery-image] Oct 22 16:57:25.304 INFO O| Oct 22 16:57:25.304 INFO STEP 1097 (remove_files) COMPLETE
75062024-10-22T16:57:26.198Z[ recovery-image] Oct 22 16:57:25.305 INFO O| Oct 22 16:57:25.304 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-10-22T16:57:26.206Z[ recovery-image] Oct 22 16:57:25.314 INFO O| Oct 22 16:57:25.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
75082024-10-22T16:57:26.208Z[ recovery-image] Oct 22 16:57:25.314 INFO O| Oct 22 16:57:25.314 INFO STEP 1098 (remove_files) COMPLETE
75092024-10-22T16:57:26.208Z[ recovery-image] Oct 22 16:57:25.314 INFO O| Oct 22 16:57:25.314 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-10-22T16:57:26.215Z[ recovery-image] Oct 22 16:57:25.324 INFO O| Oct 22 16:57:25.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
75112024-10-22T16:57:26.218Z[ recovery-image] Oct 22 16:57:25.324 INFO O| Oct 22 16:57:25.324 INFO STEP 1099 (remove_files) COMPLETE
75122024-10-22T16:57:26.218Z[ recovery-image] Oct 22 16:57:25.324 INFO O| Oct 22 16:57:25.324 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-10-22T16:57:26.225Z[ recovery-image] Oct 22 16:57:25.333 INFO O| Oct 22 16:57:25.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
75142024-10-22T16:57:26.225Z[ recovery-image] Oct 22 16:57:25.333 INFO O| Oct 22 16:57:25.333 INFO STEP 1100 (remove_files) COMPLETE
75152024-10-22T16:57:26.227Z[ recovery-image] Oct 22 16:57:25.333 INFO O| Oct 22 16:57:25.333 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-10-22T16:57:26.235Z[ recovery-image] Oct 22 16:57:25.343 INFO O| Oct 22 16:57:25.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
75172024-10-22T16:57:26.235Z[ recovery-image] Oct 22 16:57:25.343 INFO O| Oct 22 16:57:25.343 INFO STEP 1101 (remove_files) COMPLETE
75182024-10-22T16:57:26.237Z[ recovery-image] Oct 22 16:57:25.343 INFO O| Oct 22 16:57:25.343 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-10-22T16:57:26.244Z[ recovery-image] Oct 22 16:57:25.352 INFO O| Oct 22 16:57:25.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
75202024-10-22T16:57:26.244Z[ recovery-image] Oct 22 16:57:25.352 INFO O| Oct 22 16:57:25.352 INFO STEP 1102 (remove_files) COMPLETE
75212024-10-22T16:57:26.246Z[ recovery-image] Oct 22 16:57:25.353 INFO O| Oct 22 16:57:25.352 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-10-22T16:57:26.254Z[ recovery-image] Oct 22 16:57:25.362 INFO O| Oct 22 16:57:25.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
75232024-10-22T16:57:26.256Z[ recovery-image] Oct 22 16:57:25.362 INFO O| Oct 22 16:57:25.362 INFO STEP 1103 (remove_files) COMPLETE
75242024-10-22T16:57:26.256Z[ recovery-image] Oct 22 16:57:25.362 INFO O| Oct 22 16:57:25.362 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-10-22T16:57:26.264Z[ recovery-image] Oct 22 16:57:25.371 INFO O| Oct 22 16:57:25.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
75262024-10-22T16:57:26.264Z[ recovery-image] Oct 22 16:57:25.372 INFO O| Oct 22 16:57:25.371 INFO STEP 1104 (remove_files) COMPLETE
75272024-10-22T16:57:26.264Z[ recovery-image] Oct 22 16:57:25.372 INFO O| Oct 22 16:57:25.371 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-10-22T16:57:26.273Z[ recovery-image] Oct 22 16:57:25.381 INFO O| Oct 22 16:57:25.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
75292024-10-22T16:57:26.273Z[ recovery-image] Oct 22 16:57:25.381 INFO O| Oct 22 16:57:25.381 INFO STEP 1105 (remove_files) COMPLETE
75302024-10-22T16:57:26.273Z[ recovery-image] Oct 22 16:57:25.381 INFO O| Oct 22 16:57:25.381 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-10-22T16:57:26.284Z[ recovery-image] Oct 22 16:57:25.391 INFO O| Oct 22 16:57:25.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
75322024-10-22T16:57:26.284Z[ recovery-image] Oct 22 16:57:25.391 INFO O| Oct 22 16:57:25.391 INFO STEP 1106 (remove_files) COMPLETE
75332024-10-22T16:57:26.284Z[ recovery-image] Oct 22 16:57:25.391 INFO O| Oct 22 16:57:25.391 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-10-22T16:57:26.292Z[ recovery-image] Oct 22 16:57:25.400 INFO O| Oct 22 16:57:25.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
75352024-10-22T16:57:26.292Z[ recovery-image] Oct 22 16:57:25.400 INFO O| Oct 22 16:57:25.400 INFO STEP 1107 (remove_files) COMPLETE
75362024-10-22T16:57:26.292Z[ recovery-image] Oct 22 16:57:25.400 INFO O| Oct 22 16:57:25.400 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-10-22T16:57:26.301Z[ recovery-image] Oct 22 16:57:25.409 INFO O| Oct 22 16:57:25.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
75382024-10-22T16:57:26.301Z[ recovery-image] Oct 22 16:57:25.410 INFO O| Oct 22 16:57:25.410 INFO STEP 1108 (remove_files) COMPLETE
75392024-10-22T16:57:26.304Z[ recovery-image] Oct 22 16:57:25.410 INFO O| Oct 22 16:57:25.410 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-10-22T16:57:26.311Z[ recovery-image] Oct 22 16:57:25.419 INFO O| Oct 22 16:57:25.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
75412024-10-22T16:57:26.313Z[ recovery-image] Oct 22 16:57:25.419 INFO O| Oct 22 16:57:25.419 INFO STEP 1109 (remove_files) COMPLETE
75422024-10-22T16:57:26.313Z[ recovery-image] Oct 22 16:57:25.419 INFO O| Oct 22 16:57:25.419 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-10-22T16:57:26.320Z[ recovery-image] Oct 22 16:57:25.428 INFO O| Oct 22 16:57:25.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
75442024-10-22T16:57:26.322Z[ recovery-image] Oct 22 16:57:25.428 INFO O| Oct 22 16:57:25.428 INFO STEP 1110 (remove_files) COMPLETE
75452024-10-22T16:57:26.322Z[ recovery-image] Oct 22 16:57:25.429 INFO O| Oct 22 16:57:25.428 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-10-22T16:57:26.330Z[ recovery-image] Oct 22 16:57:25.438 INFO O| Oct 22 16:57:25.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
75472024-10-22T16:57:26.330Z[ recovery-image] Oct 22 16:57:25.438 INFO O| Oct 22 16:57:25.438 INFO STEP 1111 (remove_files) COMPLETE
75482024-10-22T16:57:26.332Z[ recovery-image] Oct 22 16:57:25.438 INFO O| Oct 22 16:57:25.438 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-10-22T16:57:26.339Z[ recovery-image] Oct 22 16:57:25.447 INFO O| Oct 22 16:57:25.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
75502024-10-22T16:57:26.339Z[ recovery-image] Oct 22 16:57:25.447 INFO O| Oct 22 16:57:25.447 INFO STEP 1112 (remove_files) COMPLETE
75512024-10-22T16:57:26.341Z[ recovery-image] Oct 22 16:57:25.447 INFO O| Oct 22 16:57:25.447 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-10-22T16:57:26.349Z[ recovery-image] Oct 22 16:57:25.457 INFO O| Oct 22 16:57:25.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
75532024-10-22T16:57:26.349Z[ recovery-image] Oct 22 16:57:25.457 INFO O| Oct 22 16:57:25.457 INFO STEP 1113 (remove_files) COMPLETE
75542024-10-22T16:57:26.349Z[ recovery-image] Oct 22 16:57:25.457 INFO O| Oct 22 16:57:25.457 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-10-22T16:57:26.358Z[ recovery-image] Oct 22 16:57:25.466 INFO O| Oct 22 16:57:25.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
75562024-10-22T16:57:26.358Z[ recovery-image] Oct 22 16:57:25.466 INFO O| Oct 22 16:57:25.466 INFO STEP 1114 (remove_files) COMPLETE
75572024-10-22T16:57:26.358Z[ recovery-image] Oct 22 16:57:25.466 INFO O| Oct 22 16:57:25.466 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-10-22T16:57:26.368Z[ recovery-image] Oct 22 16:57:25.476 INFO O| Oct 22 16:57:25.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
75592024-10-22T16:57:26.368Z[ recovery-image] Oct 22 16:57:25.476 INFO O| Oct 22 16:57:25.476 INFO STEP 1115 (remove_files) COMPLETE
75602024-10-22T16:57:26.370Z[ recovery-image] Oct 22 16:57:25.476 INFO O| Oct 22 16:57:25.476 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-10-22T16:57:26.377Z[ recovery-image] Oct 22 16:57:25.485 INFO O| Oct 22 16:57:25.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
75622024-10-22T16:57:26.377Z[ recovery-image] Oct 22 16:57:25.485 INFO O| Oct 22 16:57:25.485 INFO STEP 1116 (remove_files) COMPLETE
75632024-10-22T16:57:26.380Z[ recovery-image] Oct 22 16:57:25.486 INFO O| Oct 22 16:57:25.485 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-10-22T16:57:26.387Z[ recovery-image] Oct 22 16:57:25.495 INFO O| Oct 22 16:57:25.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
75652024-10-22T16:57:26.387Z[ recovery-image] Oct 22 16:57:25.495 INFO O| Oct 22 16:57:25.495 INFO STEP 1117 (remove_files) COMPLETE
75662024-10-22T16:57:26.389Z[ recovery-image] Oct 22 16:57:25.495 INFO O| Oct 22 16:57:25.495 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-10-22T16:57:26.396Z[ recovery-image] Oct 22 16:57:25.504 INFO O| Oct 22 16:57:25.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
75682024-10-22T16:57:26.396Z[ recovery-image] Oct 22 16:57:25.505 INFO O| Oct 22 16:57:25.505 INFO STEP 1118 (remove_files) COMPLETE
75692024-10-22T16:57:26.399Z[ recovery-image] Oct 22 16:57:25.505 INFO O| Oct 22 16:57:25.505 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-10-22T16:57:26.406Z[ recovery-image] Oct 22 16:57:25.514 INFO O| Oct 22 16:57:25.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
75712024-10-22T16:57:26.406Z[ recovery-image] Oct 22 16:57:25.514 INFO O| Oct 22 16:57:25.514 INFO STEP 1119 (remove_files) COMPLETE
75722024-10-22T16:57:26.406Z[ recovery-image] Oct 22 16:57:25.514 INFO O| Oct 22 16:57:25.514 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-10-22T16:57:26.415Z[ recovery-image] Oct 22 16:57:25.523 INFO O| Oct 22 16:57:25.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
75742024-10-22T16:57:26.418Z[ recovery-image] Oct 22 16:57:25.524 INFO O| Oct 22 16:57:25.523 INFO STEP 1120 (remove_files) COMPLETE
75752024-10-22T16:57:26.418Z[ recovery-image] Oct 22 16:57:25.524 INFO O| Oct 22 16:57:25.523 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762024-10-22T16:57:26.425Z[ recovery-image] Oct 22 16:57:25.533 INFO O| Oct 22 16:57:25.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
75772024-10-22T16:57:26.427Z[ recovery-image] Oct 22 16:57:25.533 INFO O| Oct 22 16:57:25.533 INFO STEP 1121 (remove_files) COMPLETE
75782024-10-22T16:57:26.427Z[ recovery-image] Oct 22 16:57:25.533 INFO O| Oct 22 16:57:25.533 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-10-22T16:57:26.435Z[ recovery-image] Oct 22 16:57:25.543 INFO O| Oct 22 16:57:25.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
75802024-10-22T16:57:26.437Z[ recovery-image] Oct 22 16:57:25.543 INFO O| Oct 22 16:57:25.543 INFO STEP 1122 (remove_files) COMPLETE
75812024-10-22T16:57:26.437Z[ recovery-image] Oct 22 16:57:25.543 INFO O| Oct 22 16:57:25.543 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-10-22T16:57:26.445Z[ recovery-image] Oct 22 16:57:25.553 INFO O| Oct 22 16:57:25.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
75832024-10-22T16:57:26.445Z[ recovery-image] Oct 22 16:57:25.553 INFO O| Oct 22 16:57:25.553 INFO STEP 1123 (remove_files) COMPLETE
75842024-10-22T16:57:26.445Z[ recovery-image] Oct 22 16:57:25.553 INFO O| Oct 22 16:57:25.553 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-10-22T16:57:26.454Z[ recovery-image] Oct 22 16:57:25.562 INFO O| Oct 22 16:57:25.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
75862024-10-22T16:57:26.456Z[ recovery-image] Oct 22 16:57:25.562 INFO O| Oct 22 16:57:25.562 INFO STEP 1124 (remove_files) COMPLETE
75872024-10-22T16:57:26.456Z[ recovery-image] Oct 22 16:57:25.563 INFO O| Oct 22 16:57:25.562 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-10-22T16:57:26.464Z[ recovery-image] Oct 22 16:57:25.572 INFO O| Oct 22 16:57:25.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
75892024-10-22T16:57:26.464Z[ recovery-image] Oct 22 16:57:25.572 INFO O| Oct 22 16:57:25.572 INFO STEP 1125 (remove_files) COMPLETE
75902024-10-22T16:57:26.466Z[ recovery-image] Oct 22 16:57:25.572 INFO O| Oct 22 16:57:25.572 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-10-22T16:57:26.474Z[ recovery-image] Oct 22 16:57:25.582 INFO O| Oct 22 16:57:25.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
75922024-10-22T16:57:26.474Z[ recovery-image] Oct 22 16:57:25.582 INFO O| Oct 22 16:57:25.582 INFO STEP 1126 (remove_files) COMPLETE
75932024-10-22T16:57:26.474Z[ recovery-image] Oct 22 16:57:25.582 INFO O| Oct 22 16:57:25.582 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-10-22T16:57:26.485Z[ recovery-image] Oct 22 16:57:25.594 INFO O| Oct 22 16:57:25.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
75952024-10-22T16:57:26.485Z[ recovery-image] Oct 22 16:57:25.594 INFO O| Oct 22 16:57:25.594 INFO STEP 1127 (remove_files) COMPLETE
75962024-10-22T16:57:26.485Z[ recovery-image] Oct 22 16:57:25.594 INFO O| Oct 22 16:57:25.594 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-10-22T16:57:26.495Z[ recovery-image] Oct 22 16:57:25.603 INFO O| Oct 22 16:57:25.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
75982024-10-22T16:57:26.497Z[ recovery-image] Oct 22 16:57:25.603 INFO O| Oct 22 16:57:25.603 INFO STEP 1128 (remove_files) COMPLETE
75992024-10-22T16:57:26.497Z[ recovery-image] Oct 22 16:57:25.603 INFO O| Oct 22 16:57:25.603 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-10-22T16:57:26.505Z[ recovery-image] Oct 22 16:57:25.613 INFO O| Oct 22 16:57:25.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
76012024-10-22T16:57:26.505Z[ recovery-image] Oct 22 16:57:25.613 INFO O| Oct 22 16:57:25.613 INFO STEP 1129 (remove_files) COMPLETE
76022024-10-22T16:57:26.505Z[ recovery-image] Oct 22 16:57:25.613 INFO O| Oct 22 16:57:25.613 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-10-22T16:57:26.515Z[ recovery-image] Oct 22 16:57:25.623 INFO O| Oct 22 16:57:25.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
76042024-10-22T16:57:26.515Z[ recovery-image] Oct 22 16:57:25.623 INFO O| Oct 22 16:57:25.623 INFO STEP 1130 (remove_files) COMPLETE
76052024-10-22T16:57:26.515Z[ recovery-image] Oct 22 16:57:25.623 INFO O| Oct 22 16:57:25.623 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-10-22T16:57:26.525Z[ recovery-image] Oct 22 16:57:25.633 INFO O| Oct 22 16:57:25.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
76072024-10-22T16:57:26.527Z[ recovery-image] Oct 22 16:57:25.633 INFO O| Oct 22 16:57:25.633 INFO STEP 1131 (remove_files) COMPLETE
76082024-10-22T16:57:26.527Z[ recovery-image] Oct 22 16:57:25.633 INFO O| Oct 22 16:57:25.633 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-10-22T16:57:26.535Z[ recovery-image] Oct 22 16:57:25.643 INFO O| Oct 22 16:57:25.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
76102024-10-22T16:57:26.535Z[ recovery-image] Oct 22 16:57:25.643 INFO O| Oct 22 16:57:25.643 INFO STEP 1132 (remove_files) COMPLETE
76112024-10-22T16:57:26.537Z[ recovery-image] Oct 22 16:57:25.643 INFO O| Oct 22 16:57:25.643 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-10-22T16:57:26.545Z[ recovery-image] Oct 22 16:57:25.653 INFO O| Oct 22 16:57:25.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
76132024-10-22T16:57:26.545Z[ recovery-image] Oct 22 16:57:25.653 INFO O| Oct 22 16:57:25.653 INFO STEP 1133 (remove_files) COMPLETE
76142024-10-22T16:57:26.545Z[ recovery-image] Oct 22 16:57:25.653 INFO O| Oct 22 16:57:25.653 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152024-10-22T16:57:26.548Z[ host-image] Oct 22 16:57:25.656 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22982:20241021T230459Z
76162024-10-22T16:57:26.555Z[ recovery-image] Oct 22 16:57:25.662 INFO O| Oct 22 16:57:25.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
76172024-10-22T16:57:26.555Z[ recovery-image] Oct 22 16:57:25.663 INFO O| Oct 22 16:57:25.662 INFO STEP 1134 (remove_files) COMPLETE
76182024-10-22T16:57:26.555Z[ recovery-image] Oct 22 16:57:25.663 INFO O| Oct 22 16:57:25.663 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-10-22T16:57:26.564Z[ recovery-image] Oct 22 16:57:25.672 INFO O| Oct 22 16:57:25.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
76202024-10-22T16:57:26.564Z[ recovery-image] Oct 22 16:57:25.672 INFO O| Oct 22 16:57:25.672 INFO STEP 1135 (remove_files) COMPLETE
76212024-10-22T16:57:26.567Z[ recovery-image] Oct 22 16:57:25.672 INFO O| Oct 22 16:57:25.672 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-10-22T16:57:26.573Z[ recovery-image] Oct 22 16:57:25.682 INFO O| Oct 22 16:57:25.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
76232024-10-22T16:57:26.574Z[ recovery-image] Oct 22 16:57:25.682 INFO O| Oct 22 16:57:25.682 INFO STEP 1136 (remove_files) COMPLETE
76242024-10-22T16:57:26.574Z[ recovery-image] Oct 22 16:57:25.682 INFO O| Oct 22 16:57:25.682 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-10-22T16:57:26.583Z[ recovery-image] Oct 22 16:57:25.691 INFO O| Oct 22 16:57:25.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
76262024-10-22T16:57:26.583Z[ recovery-image] Oct 22 16:57:25.691 INFO O| Oct 22 16:57:25.691 INFO STEP 1137 (remove_files) COMPLETE
76272024-10-22T16:57:26.583Z[ recovery-image] Oct 22 16:57:25.691 INFO O| Oct 22 16:57:25.691 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-10-22T16:57:26.593Z[ recovery-image] Oct 22 16:57:25.701 INFO O| Oct 22 16:57:25.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
76292024-10-22T16:57:26.593Z[ recovery-image] Oct 22 16:57:25.701 INFO O| Oct 22 16:57:25.701 INFO STEP 1138 (remove_files) COMPLETE
76302024-10-22T16:57:26.593Z[ recovery-image] Oct 22 16:57:25.701 INFO O| Oct 22 16:57:25.701 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-10-22T16:57:26.602Z[ recovery-image] Oct 22 16:57:25.711 INFO O| Oct 22 16:57:25.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
76322024-10-22T16:57:26.602Z[ recovery-image] Oct 22 16:57:25.711 INFO O| Oct 22 16:57:25.711 INFO STEP 1139 (remove_files) COMPLETE
76332024-10-22T16:57:26.603Z[ recovery-image] Oct 22 16:57:25.711 INFO O| Oct 22 16:57:25.711 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-10-22T16:57:26.614Z[ recovery-image] Oct 22 16:57:25.722 INFO O| Oct 22 16:57:25.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
76352024-10-22T16:57:26.614Z[ recovery-image] Oct 22 16:57:25.722 INFO O| Oct 22 16:57:25.722 INFO STEP 1140 (remove_files) COMPLETE
76362024-10-22T16:57:26.614Z[ recovery-image] Oct 22 16:57:25.722 INFO O| Oct 22 16:57:25.722 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-10-22T16:57:26.623Z[ recovery-image] Oct 22 16:57:25.731 INFO O| Oct 22 16:57:25.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
76382024-10-22T16:57:26.623Z[ recovery-image] Oct 22 16:57:25.731 INFO O| Oct 22 16:57:25.731 INFO STEP 1141 (remove_files) COMPLETE
76392024-10-22T16:57:26.623Z[ recovery-image] Oct 22 16:57:25.731 INFO O| Oct 22 16:57:25.731 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-10-22T16:57:26.633Z[ recovery-image] Oct 22 16:57:25.741 INFO O| Oct 22 16:57:25.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
76412024-10-22T16:57:26.633Z[ recovery-image] Oct 22 16:57:25.741 INFO O| Oct 22 16:57:25.741 INFO STEP 1142 (remove_files) COMPLETE
76422024-10-22T16:57:26.633Z[ recovery-image] Oct 22 16:57:25.741 INFO O| Oct 22 16:57:25.741 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-10-22T16:57:26.642Z[ recovery-image] Oct 22 16:57:25.751 INFO O| Oct 22 16:57:25.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
76442024-10-22T16:57:26.642Z[ recovery-image] Oct 22 16:57:25.751 INFO O| Oct 22 16:57:25.751 INFO STEP 1143 (remove_files) COMPLETE
76452024-10-22T16:57:26.642Z[ recovery-image] Oct 22 16:57:25.751 INFO O| Oct 22 16:57:25.751 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-10-22T16:57:26.652Z[ recovery-image] Oct 22 16:57:25.760 INFO O| Oct 22 16:57:25.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
76472024-10-22T16:57:26.654Z[ recovery-image] Oct 22 16:57:25.760 INFO O| Oct 22 16:57:25.760 INFO STEP 1144 (remove_files) COMPLETE
76482024-10-22T16:57:26.654Z[ recovery-image] Oct 22 16:57:25.760 INFO O| Oct 22 16:57:25.760 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-10-22T16:57:26.661Z[ recovery-image] Oct 22 16:57:25.770 INFO O| Oct 22 16:57:25.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
76502024-10-22T16:57:26.661Z[ recovery-image] Oct 22 16:57:25.770 INFO O| Oct 22 16:57:25.770 INFO STEP 1145 (remove_files) COMPLETE
76512024-10-22T16:57:26.661Z[ recovery-image] Oct 22 16:57:25.770 INFO O| Oct 22 16:57:25.770 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-10-22T16:57:26.671Z[ recovery-image] Oct 22 16:57:25.779 INFO O| Oct 22 16:57:25.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
76532024-10-22T16:57:26.673Z[ recovery-image] Oct 22 16:57:25.779 INFO O| Oct 22 16:57:25.779 INFO STEP 1146 (remove_files) COMPLETE
76542024-10-22T16:57:26.673Z[ recovery-image] Oct 22 16:57:25.779 INFO O| Oct 22 16:57:25.779 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552024-10-22T16:57:26.681Z[ recovery-image] Oct 22 16:57:25.789 INFO O| Oct 22 16:57:25.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
76562024-10-22T16:57:26.681Z[ recovery-image] Oct 22 16:57:25.789 INFO O| Oct 22 16:57:25.789 INFO STEP 1147 (remove_files) COMPLETE
76572024-10-22T16:57:26.681Z[ recovery-image] Oct 22 16:57:25.789 INFO O| Oct 22 16:57:25.789 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582024-10-22T16:57:26.690Z[ recovery-image] Oct 22 16:57:25.798 INFO O| Oct 22 16:57:25.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
76592024-10-22T16:57:26.693Z[ recovery-image] Oct 22 16:57:25.798 INFO O| Oct 22 16:57:25.798 INFO STEP 1148 (remove_files) COMPLETE
76602024-10-22T16:57:26.693Z[ recovery-image] Oct 22 16:57:25.798 INFO O| Oct 22 16:57:25.798 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612024-10-22T16:57:26.699Z[ recovery-image] Oct 22 16:57:25.808 INFO O| Oct 22 16:57:25.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
76622024-10-22T16:57:26.699Z[ recovery-image] Oct 22 16:57:25.808 INFO O| Oct 22 16:57:25.808 INFO STEP 1149 (remove_files) COMPLETE
76632024-10-22T16:57:26.702Z[ recovery-image] Oct 22 16:57:25.808 INFO O| Oct 22 16:57:25.808 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642024-10-22T16:57:26.710Z[ recovery-image] Oct 22 16:57:25.818 INFO O| Oct 22 16:57:25.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
76652024-10-22T16:57:26.712Z[ recovery-image] Oct 22 16:57:25.818 INFO O| Oct 22 16:57:25.818 INFO STEP 1150 (remove_files) COMPLETE
76662024-10-22T16:57:26.712Z[ recovery-image] Oct 22 16:57:25.818 INFO O| Oct 22 16:57:25.818 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672024-10-22T16:57:26.719Z[ recovery-image] Oct 22 16:57:25.827 INFO O| Oct 22 16:57:25.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
76682024-10-22T16:57:26.719Z[ recovery-image] Oct 22 16:57:25.828 INFO O| Oct 22 16:57:25.828 INFO STEP 1151 (remove_files) COMPLETE
76692024-10-22T16:57:26.722Z[ recovery-image] Oct 22 16:57:25.828 INFO O| Oct 22 16:57:25.828 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702024-10-22T16:57:26.729Z[ recovery-image] Oct 22 16:57:25.837 INFO O| Oct 22 16:57:25.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
76712024-10-22T16:57:26.731Z[ recovery-image] Oct 22 16:57:25.837 INFO O| Oct 22 16:57:25.837 INFO STEP 1152 (remove_files) COMPLETE
76722024-10-22T16:57:26.731Z[ recovery-image] Oct 22 16:57:25.837 INFO O| Oct 22 16:57:25.837 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732024-10-22T16:57:26.738Z[ recovery-image] Oct 22 16:57:25.847 INFO O| Oct 22 16:57:25.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
76742024-10-22T16:57:26.741Z[ recovery-image] Oct 22 16:57:25.847 INFO O| Oct 22 16:57:25.847 INFO STEP 1153 (remove_files) COMPLETE
76752024-10-22T16:57:26.741Z[ recovery-image] Oct 22 16:57:25.847 INFO O| Oct 22 16:57:25.847 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762024-10-22T16:57:26.748Z[ recovery-image] Oct 22 16:57:25.856 INFO O| Oct 22 16:57:25.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
76772024-10-22T16:57:26.750Z[ recovery-image] Oct 22 16:57:25.856 INFO O| Oct 22 16:57:25.856 INFO STEP 1154 (remove_files) COMPLETE
76782024-10-22T16:57:26.750Z[ recovery-image] Oct 22 16:57:25.856 INFO O| Oct 22 16:57:25.856 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792024-10-22T16:57:26.757Z[ recovery-image] Oct 22 16:57:25.865 INFO O| Oct 22 16:57:25.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
76802024-10-22T16:57:26.757Z[ recovery-image] Oct 22 16:57:25.865 INFO O| Oct 22 16:57:25.865 INFO STEP 1155 (remove_files) COMPLETE
76812024-10-22T16:57:26.757Z[ recovery-image] Oct 22 16:57:25.865 INFO O| Oct 22 16:57:25.865 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822024-10-22T16:57:26.768Z[ recovery-image] Oct 22 16:57:25.876 INFO O| Oct 22 16:57:25.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
76832024-10-22T16:57:26.770Z[ recovery-image] Oct 22 16:57:25.876 INFO O| Oct 22 16:57:25.876 INFO STEP 1156 (remove_files) COMPLETE
76842024-10-22T16:57:26.770Z[ recovery-image] Oct 22 16:57:25.876 INFO O| Oct 22 16:57:25.876 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852024-10-22T16:57:26.777Z[ recovery-image] Oct 22 16:57:25.885 INFO O| Oct 22 16:57:25.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
76862024-10-22T16:57:26.779Z[ recovery-image] Oct 22 16:57:25.885 INFO O| Oct 22 16:57:25.885 INFO STEP 1157 (remove_files) COMPLETE
76872024-10-22T16:57:26.779Z[ recovery-image] Oct 22 16:57:25.885 INFO O| Oct 22 16:57:25.885 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882024-10-22T16:57:26.787Z[ recovery-image] Oct 22 16:57:25.895 INFO O| Oct 22 16:57:25.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
76892024-10-22T16:57:26.787Z[ recovery-image] Oct 22 16:57:25.895 INFO O| Oct 22 16:57:25.895 INFO STEP 1158 (remove_files) COMPLETE
76902024-10-22T16:57:26.787Z[ recovery-image] Oct 22 16:57:25.895 INFO O| Oct 22 16:57:25.895 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912024-10-22T16:57:26.796Z[ recovery-image] Oct 22 16:57:25.904 INFO O| Oct 22 16:57:25.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
76922024-10-22T16:57:26.796Z[ recovery-image] Oct 22 16:57:25.904 INFO O| Oct 22 16:57:25.904 INFO STEP 1159 (remove_files) COMPLETE
76932024-10-22T16:57:26.798Z[ recovery-image] Oct 22 16:57:25.904 INFO O| Oct 22 16:57:25.904 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942024-10-22T16:57:26.806Z[ recovery-image] Oct 22 16:57:25.914 INFO O| Oct 22 16:57:25.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
76952024-10-22T16:57:26.806Z[ recovery-image] Oct 22 16:57:25.914 INFO O| Oct 22 16:57:25.914 INFO STEP 1160 (remove_files) COMPLETE
76962024-10-22T16:57:26.808Z[ recovery-image] Oct 22 16:57:25.914 INFO O| Oct 22 16:57:25.914 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972024-10-22T16:57:26.815Z[ recovery-image] Oct 22 16:57:25.923 INFO O| Oct 22 16:57:25.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
76982024-10-22T16:57:26.817Z[ recovery-image] Oct 22 16:57:25.923 INFO O| Oct 22 16:57:25.923 INFO STEP 1161 (remove_files) COMPLETE
76992024-10-22T16:57:26.817Z[ recovery-image] Oct 22 16:57:25.923 INFO O| Oct 22 16:57:25.923 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002024-10-22T16:57:26.825Z[ recovery-image] Oct 22 16:57:25.933 INFO O| Oct 22 16:57:25.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
77012024-10-22T16:57:26.825Z[ recovery-image] Oct 22 16:57:25.933 INFO O| Oct 22 16:57:25.933 INFO STEP 1162 (remove_files) COMPLETE
77022024-10-22T16:57:26.827Z[ recovery-image] Oct 22 16:57:25.933 INFO O| Oct 22 16:57:25.933 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032024-10-22T16:57:26.835Z[ recovery-image] Oct 22 16:57:25.943 INFO O| Oct 22 16:57:25.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
77042024-10-22T16:57:26.835Z[ recovery-image] Oct 22 16:57:25.943 INFO O| Oct 22 16:57:25.943 INFO STEP 1163 (remove_files) COMPLETE
77052024-10-22T16:57:26.835Z[ recovery-image] Oct 22 16:57:25.943 INFO O| Oct 22 16:57:25.943 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062024-10-22T16:57:26.844Z[ recovery-image] Oct 22 16:57:25.953 INFO O| Oct 22 16:57:25.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
77072024-10-22T16:57:26.847Z[ recovery-image] Oct 22 16:57:25.953 INFO O| Oct 22 16:57:25.953 INFO STEP 1164 (remove_files) COMPLETE
77082024-10-22T16:57:26.847Z[ recovery-image] Oct 22 16:57:25.953 INFO O| Oct 22 16:57:25.953 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092024-10-22T16:57:26.854Z[ recovery-image] Oct 22 16:57:25.962 INFO O| Oct 22 16:57:25.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
77102024-10-22T16:57:26.854Z[ recovery-image] Oct 22 16:57:25.962 INFO O| Oct 22 16:57:25.962 INFO STEP 1165 (remove_files) COMPLETE
77112024-10-22T16:57:26.856Z[ recovery-image] Oct 22 16:57:25.962 INFO O| Oct 22 16:57:25.962 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122024-10-22T16:57:26.863Z[ recovery-image] Oct 22 16:57:25.971 INFO O| Oct 22 16:57:25.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
77132024-10-22T16:57:26.863Z[ recovery-image] Oct 22 16:57:25.972 INFO O| Oct 22 16:57:25.972 INFO STEP 1166 (remove_files) COMPLETE
77142024-10-22T16:57:26.866Z[ recovery-image] Oct 22 16:57:25.972 INFO O| Oct 22 16:57:25.972 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152024-10-22T16:57:26.873Z[ recovery-image] Oct 22 16:57:25.981 INFO O| Oct 22 16:57:25.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
77162024-10-22T16:57:26.875Z[ recovery-image] Oct 22 16:57:25.981 INFO O| Oct 22 16:57:25.981 INFO STEP 1167 (remove_files) COMPLETE
77172024-10-22T16:57:26.875Z[ recovery-image] Oct 22 16:57:25.981 INFO O| Oct 22 16:57:25.981 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182024-10-22T16:57:26.883Z[ recovery-image] Oct 22 16:57:25.991 INFO O| Oct 22 16:57:25.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
77192024-10-22T16:57:26.885Z[ recovery-image] Oct 22 16:57:25.991 INFO O| Oct 22 16:57:25.991 INFO STEP 1168 (remove_files) COMPLETE
77202024-10-22T16:57:26.885Z[ recovery-image] Oct 22 16:57:25.991 INFO O| Oct 22 16:57:25.991 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212024-10-22T16:57:26.892Z[ recovery-image] Oct 22 16:57:26.000 INFO O| Oct 22 16:57:26.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
77222024-10-22T16:57:26.895Z[ recovery-image] Oct 22 16:57:26.001 INFO O| Oct 22 16:57:26.000 INFO STEP 1169 (remove_files) COMPLETE
77232024-10-22T16:57:26.895Z[ recovery-image] Oct 22 16:57:26.001 INFO O| Oct 22 16:57:26.001 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242024-10-22T16:57:26.903Z[ recovery-image] Oct 22 16:57:26.011 INFO O| Oct 22 16:57:26.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
77252024-10-22T16:57:26.905Z[ recovery-image] Oct 22 16:57:26.011 INFO O| Oct 22 16:57:26.011 INFO STEP 1170 (remove_files) COMPLETE
77262024-10-22T16:57:26.905Z[ recovery-image] Oct 22 16:57:26.011 INFO O| Oct 22 16:57:26.011 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272024-10-22T16:57:26.913Z[ recovery-image] Oct 22 16:57:26.021 INFO O| Oct 22 16:57:26.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
77282024-10-22T16:57:26.915Z[ recovery-image] Oct 22 16:57:26.021 INFO O| Oct 22 16:57:26.021 INFO STEP 1171 (remove_files) COMPLETE
77292024-10-22T16:57:26.915Z[ recovery-image] Oct 22 16:57:26.021 INFO O| Oct 22 16:57:26.021 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302024-10-22T16:57:26.923Z[ recovery-image] Oct 22 16:57:26.031 INFO O| Oct 22 16:57:26.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
77312024-10-22T16:57:26.923Z[ recovery-image] Oct 22 16:57:26.031 INFO O| Oct 22 16:57:26.031 INFO STEP 1172 (remove_files) COMPLETE
77322024-10-22T16:57:26.923Z[ recovery-image] Oct 22 16:57:26.031 INFO O| Oct 22 16:57:26.031 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332024-10-22T16:57:26.932Z[ recovery-image] Oct 22 16:57:26.041 INFO O| Oct 22 16:57:26.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
77342024-10-22T16:57:26.933Z[ recovery-image] Oct 22 16:57:26.041 INFO O| Oct 22 16:57:26.041 INFO STEP 1173 (remove_files) COMPLETE
77352024-10-22T16:57:26.933Z[ recovery-image] Oct 22 16:57:26.041 INFO O| Oct 22 16:57:26.041 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362024-10-22T16:57:26.942Z[ recovery-image] Oct 22 16:57:26.050 INFO O| Oct 22 16:57:26.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
77372024-10-22T16:57:26.942Z[ recovery-image] Oct 22 16:57:26.050 INFO O| Oct 22 16:57:26.050 INFO STEP 1174 (remove_files) COMPLETE
77382024-10-22T16:57:26.942Z[ recovery-image] Oct 22 16:57:26.050 INFO O| Oct 22 16:57:26.050 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392024-10-22T16:57:26.952Z[ recovery-image] Oct 22 16:57:26.060 INFO O| Oct 22 16:57:26.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
77402024-10-22T16:57:26.952Z[ recovery-image] Oct 22 16:57:26.060 INFO O| Oct 22 16:57:26.060 INFO STEP 1175 (remove_files) COMPLETE
77412024-10-22T16:57:26.952Z[ recovery-image] Oct 22 16:57:26.060 INFO O| Oct 22 16:57:26.060 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422024-10-22T16:57:26.962Z[ recovery-image] Oct 22 16:57:26.070 INFO O| Oct 22 16:57:26.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
77432024-10-22T16:57:26.962Z[ recovery-image] Oct 22 16:57:26.070 INFO O| Oct 22 16:57:26.070 INFO STEP 1176 (remove_files) COMPLETE
77442024-10-22T16:57:26.962Z[ recovery-image] Oct 22 16:57:26.070 INFO O| Oct 22 16:57:26.070 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452024-10-22T16:57:26.971Z[ recovery-image] Oct 22 16:57:26.079 INFO O| Oct 22 16:57:26.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
77462024-10-22T16:57:26.974Z[ recovery-image] Oct 22 16:57:26.080 INFO O| Oct 22 16:57:26.079 INFO STEP 1177 (remove_files) COMPLETE
77472024-10-22T16:57:26.974Z[ recovery-image] Oct 22 16:57:26.080 INFO O| Oct 22 16:57:26.080 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482024-10-22T16:57:26.981Z[ recovery-image] Oct 22 16:57:26.089 INFO O| Oct 22 16:57:26.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
77492024-10-22T16:57:26.983Z[ recovery-image] Oct 22 16:57:26.089 INFO O| Oct 22 16:57:26.089 INFO STEP 1178 (remove_files) COMPLETE
77502024-10-22T16:57:26.983Z[ recovery-image] Oct 22 16:57:26.089 INFO O| Oct 22 16:57:26.089 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512024-10-22T16:57:26.990Z[ recovery-image] Oct 22 16:57:26.098 INFO O| Oct 22 16:57:26.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
77522024-10-22T16:57:26.990Z[ recovery-image] Oct 22 16:57:26.099 INFO O| Oct 22 16:57:26.099 INFO STEP 1179 (remove_files) COMPLETE
77532024-10-22T16:57:26.993Z[ recovery-image] Oct 22 16:57:26.099 INFO O| Oct 22 16:57:26.099 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542024-10-22T16:57:27.001Z[ recovery-image] Oct 22 16:57:26.109 INFO O| Oct 22 16:57:26.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
77552024-10-22T16:57:27.003Z[ recovery-image] Oct 22 16:57:26.109 INFO O| Oct 22 16:57:26.109 INFO STEP 1180 (remove_files) COMPLETE
77562024-10-22T16:57:27.003Z[ recovery-image] Oct 22 16:57:26.109 INFO O| Oct 22 16:57:26.109 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572024-10-22T16:57:27.010Z[ recovery-image] Oct 22 16:57:26.118 INFO O| Oct 22 16:57:26.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
77582024-10-22T16:57:27.010Z[ recovery-image] Oct 22 16:57:26.118 INFO O| Oct 22 16:57:26.118 INFO STEP 1181 (remove_files) COMPLETE
77592024-10-22T16:57:27.012Z[ recovery-image] Oct 22 16:57:26.118 INFO O| Oct 22 16:57:26.118 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602024-10-22T16:57:27.020Z[ recovery-image] Oct 22 16:57:26.128 INFO O| Oct 22 16:57:26.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
77612024-10-22T16:57:27.023Z[ recovery-image] Oct 22 16:57:26.128 INFO O| Oct 22 16:57:26.128 INFO STEP 1182 (remove_files) COMPLETE
77622024-10-22T16:57:27.023Z[ recovery-image] Oct 22 16:57:26.128 INFO O| Oct 22 16:57:26.128 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632024-10-22T16:57:27.029Z[ recovery-image] Oct 22 16:57:26.138 INFO O| Oct 22 16:57:26.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
77642024-10-22T16:57:27.029Z[ recovery-image] Oct 22 16:57:26.138 INFO O| Oct 22 16:57:26.138 INFO STEP 1183 (remove_files) COMPLETE
77652024-10-22T16:57:27.030Z[ recovery-image] Oct 22 16:57:26.138 INFO O| Oct 22 16:57:26.138 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662024-10-22T16:57:27.039Z[ recovery-image] Oct 22 16:57:26.147 INFO O| Oct 22 16:57:26.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
77672024-10-22T16:57:27.039Z[ recovery-image] Oct 22 16:57:26.147 INFO O| Oct 22 16:57:26.147 INFO STEP 1184 (remove_files) COMPLETE
77682024-10-22T16:57:27.039Z[ recovery-image] Oct 22 16:57:26.147 INFO O| Oct 22 16:57:26.147 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692024-10-22T16:57:27.049Z[ recovery-image] Oct 22 16:57:26.157 INFO O| Oct 22 16:57:26.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
77702024-10-22T16:57:27.049Z[ recovery-image] Oct 22 16:57:26.157 INFO O| Oct 22 16:57:26.157 INFO STEP 1185 (remove_files) COMPLETE
77712024-10-22T16:57:27.051Z[ recovery-image] Oct 22 16:57:26.157 INFO O| Oct 22 16:57:26.157 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722024-10-22T16:57:27.058Z[ recovery-image] Oct 22 16:57:26.166 INFO O| Oct 22 16:57:26.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
77732024-10-22T16:57:27.058Z[ recovery-image] Oct 22 16:57:26.166 INFO O| Oct 22 16:57:26.166 INFO STEP 1186 (remove_files) COMPLETE
77742024-10-22T16:57:27.060Z[ recovery-image] Oct 22 16:57:26.166 INFO O| Oct 22 16:57:26.166 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752024-10-22T16:57:27.068Z[ recovery-image] Oct 22 16:57:26.176 INFO O| Oct 22 16:57:26.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
77762024-10-22T16:57:27.068Z[ recovery-image] Oct 22 16:57:26.176 INFO O| Oct 22 16:57:26.176 INFO STEP 1187 (remove_files) COMPLETE
77772024-10-22T16:57:27.071Z[ recovery-image] Oct 22 16:57:26.176 INFO O| Oct 22 16:57:26.176 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782024-10-22T16:57:27.079Z[ recovery-image] Oct 22 16:57:26.187 INFO O| Oct 22 16:57:26.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
77792024-10-22T16:57:27.079Z[ recovery-image] Oct 22 16:57:26.187 INFO O| Oct 22 16:57:26.187 INFO STEP 1188 (remove_files) COMPLETE
77802024-10-22T16:57:27.079Z[ recovery-image] Oct 22 16:57:26.187 INFO O| Oct 22 16:57:26.187 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812024-10-22T16:57:27.088Z[ recovery-image] Oct 22 16:57:26.196 INFO O| Oct 22 16:57:26.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
77822024-10-22T16:57:27.088Z[ recovery-image] Oct 22 16:57:26.196 INFO O| Oct 22 16:57:26.196 INFO STEP 1189 (remove_files) COMPLETE
77832024-10-22T16:57:27.091Z[ recovery-image] Oct 22 16:57:26.196 INFO O| Oct 22 16:57:26.196 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842024-10-22T16:57:27.098Z[ recovery-image] Oct 22 16:57:26.206 INFO O| Oct 22 16:57:26.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
77852024-10-22T16:57:27.098Z[ recovery-image] Oct 22 16:57:26.206 INFO O| Oct 22 16:57:26.206 INFO STEP 1190 (remove_files) COMPLETE
77862024-10-22T16:57:27.098Z[ recovery-image] Oct 22 16:57:26.206 INFO O| Oct 22 16:57:26.206 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872024-10-22T16:57:27.108Z[ recovery-image] Oct 22 16:57:26.216 INFO O| Oct 22 16:57:26.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
77882024-10-22T16:57:27.110Z[ recovery-image] Oct 22 16:57:26.216 INFO O| Oct 22 16:57:26.216 INFO STEP 1191 (remove_files) COMPLETE
77892024-10-22T16:57:27.110Z[ recovery-image] Oct 22 16:57:26.216 INFO O| Oct 22 16:57:26.216 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902024-10-22T16:57:27.117Z[ recovery-image] Oct 22 16:57:26.225 INFO O| Oct 22 16:57:26.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
77912024-10-22T16:57:27.117Z[ recovery-image] Oct 22 16:57:26.225 INFO O| Oct 22 16:57:26.225 INFO STEP 1192 (remove_files) COMPLETE
77922024-10-22T16:57:27.120Z[ recovery-image] Oct 22 16:57:26.225 INFO O| Oct 22 16:57:26.225 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932024-10-22T16:57:27.127Z[ recovery-image] Oct 22 16:57:26.235 INFO O| Oct 22 16:57:26.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
77942024-10-22T16:57:27.127Z[ recovery-image] Oct 22 16:57:26.235 INFO O| Oct 22 16:57:26.235 INFO STEP 1193 (remove_files) COMPLETE
77952024-10-22T16:57:27.130Z[ recovery-image] Oct 22 16:57:26.235 INFO O| Oct 22 16:57:26.235 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962024-10-22T16:57:27.137Z[ recovery-image] Oct 22 16:57:26.245 INFO O| Oct 22 16:57:26.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
77972024-10-22T16:57:27.137Z[ recovery-image] Oct 22 16:57:26.245 INFO O| Oct 22 16:57:26.245 INFO STEP 1194 (remove_files) COMPLETE
77982024-10-22T16:57:27.139Z[ recovery-image] Oct 22 16:57:26.245 INFO O| Oct 22 16:57:26.245 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992024-10-22T16:57:27.146Z[ recovery-image] Oct 22 16:57:26.255 INFO O| Oct 22 16:57:26.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
78002024-10-22T16:57:27.149Z[ recovery-image] Oct 22 16:57:26.255 INFO O| Oct 22 16:57:26.255 INFO STEP 1195 (remove_files) COMPLETE
78012024-10-22T16:57:27.149Z[ recovery-image] Oct 22 16:57:26.255 INFO O| Oct 22 16:57:26.255 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022024-10-22T16:57:27.156Z[ recovery-image] Oct 22 16:57:26.264 INFO O| Oct 22 16:57:26.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
78032024-10-22T16:57:27.156Z[ recovery-image] Oct 22 16:57:26.264 INFO O| Oct 22 16:57:26.264 INFO STEP 1196 (remove_files) COMPLETE
78042024-10-22T16:57:27.156Z[ recovery-image] Oct 22 16:57:26.264 INFO O| Oct 22 16:57:26.264 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052024-10-22T16:57:27.166Z[ recovery-image] Oct 22 16:57:26.274 INFO O| Oct 22 16:57:26.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
78062024-10-22T16:57:27.168Z[ recovery-image] Oct 22 16:57:26.274 INFO O| Oct 22 16:57:26.274 INFO STEP 1197 (remove_files) COMPLETE
78072024-10-22T16:57:27.168Z[ recovery-image] Oct 22 16:57:26.274 INFO O| Oct 22 16:57:26.274 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082024-10-22T16:57:27.177Z[ recovery-image] Oct 22 16:57:26.285 INFO O| Oct 22 16:57:26.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
78092024-10-22T16:57:27.177Z[ recovery-image] Oct 22 16:57:26.285 INFO O| Oct 22 16:57:26.285 INFO STEP 1198 (remove_files) COMPLETE
78102024-10-22T16:57:27.179Z[ recovery-image] Oct 22 16:57:26.285 INFO O| Oct 22 16:57:26.285 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112024-10-22T16:57:27.187Z[ recovery-image] Oct 22 16:57:26.295 INFO O| Oct 22 16:57:26.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
78122024-10-22T16:57:27.187Z[ recovery-image] Oct 22 16:57:26.295 INFO O| Oct 22 16:57:26.295 INFO STEP 1199 (remove_files) COMPLETE
78132024-10-22T16:57:27.189Z[ recovery-image] Oct 22 16:57:26.295 INFO O| Oct 22 16:57:26.295 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142024-10-22T16:57:27.197Z[ recovery-image] Oct 22 16:57:26.305 INFO O| Oct 22 16:57:26.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
78152024-10-22T16:57:27.197Z[ recovery-image] Oct 22 16:57:26.305 INFO O| Oct 22 16:57:26.305 INFO STEP 1200 (remove_files) COMPLETE
78162024-10-22T16:57:27.197Z[ recovery-image] Oct 22 16:57:26.305 INFO O| Oct 22 16:57:26.305 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172024-10-22T16:57:27.206Z[ recovery-image] Oct 22 16:57:26.314 INFO O| Oct 22 16:57:26.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
78182024-10-22T16:57:27.206Z[ recovery-image] Oct 22 16:57:26.314 INFO O| Oct 22 16:57:26.314 INFO STEP 1201 (remove_files) COMPLETE
78192024-10-22T16:57:27.209Z[ recovery-image] Oct 22 16:57:26.314 INFO O| Oct 22 16:57:26.314 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202024-10-22T16:57:27.216Z[ recovery-image] Oct 22 16:57:26.324 INFO O| Oct 22 16:57:26.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
78212024-10-22T16:57:27.216Z[ recovery-image] Oct 22 16:57:26.324 INFO O| Oct 22 16:57:26.324 INFO STEP 1202 (remove_files) COMPLETE
78222024-10-22T16:57:27.218Z[ recovery-image] Oct 22 16:57:26.324 INFO O| Oct 22 16:57:26.324 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232024-10-22T16:57:27.225Z[ recovery-image] Oct 22 16:57:26.333 INFO O| Oct 22 16:57:26.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
78242024-10-22T16:57:27.225Z[ recovery-image] Oct 22 16:57:26.334 INFO O| Oct 22 16:57:26.334 INFO STEP 1203 (remove_files) COMPLETE
78252024-10-22T16:57:27.226Z[ recovery-image] Oct 22 16:57:26.334 INFO O| Oct 22 16:57:26.334 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262024-10-22T16:57:27.237Z[ recovery-image] Oct 22 16:57:26.345 INFO O| Oct 22 16:57:26.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
78272024-10-22T16:57:27.237Z[ recovery-image] Oct 22 16:57:26.345 INFO O| Oct 22 16:57:26.345 INFO STEP 1204 (remove_files) COMPLETE
78282024-10-22T16:57:27.239Z[ recovery-image] Oct 22 16:57:26.345 INFO O| Oct 22 16:57:26.345 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292024-10-22T16:57:27.248Z[ recovery-image] Oct 22 16:57:26.356 INFO O| Oct 22 16:57:26.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
78302024-10-22T16:57:27.248Z[ recovery-image] Oct 22 16:57:26.356 INFO O| Oct 22 16:57:26.356 INFO STEP 1205 (remove_files) COMPLETE
78312024-10-22T16:57:27.250Z[ recovery-image] Oct 22 16:57:26.356 INFO O| Oct 22 16:57:26.356 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
78322024-10-22T16:57:27.264Z[ recovery-image] Oct 22 16:57:26.372 INFO O| Oct 22 16:57:26.372 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
78332024-10-22T16:57:27.266Z[ recovery-image] Oct 22 16:57:26.372 INFO O| Oct 22 16:57:26.372 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
78342024-10-22T16:57:28.026Z[ recovery-image] Oct 22 16:57:27.134 INFO O| Oct 22 16:57:27.134 INFO STEP 1206 (pack_tar) COMPLETE
78352024-10-22T16:57:28.026Z[ recovery-image] Oct 22 16:57:27.134 INFO O| Oct 22 16:57:27.134 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78362024-10-22T16:57:28.026Z[ recovery-image] Oct 22 16:57:27.134 INFO O| Oct 22 16:57:27.134 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78372024-10-22T16:57:28.269Z[ recovery-image] Oct 22 16:57:27.377 INFO O| Oct 22 16:57:27.377 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
78382024-10-22T16:57:28.337Z[ recovery-image] Oct 22 16:57:27.444 INFO O| Oct 22 16:57:27.444 INFO completed processing gimlet/ramdisk-03-recovery-trim
78392024-10-22T16:57:28.343Z[ recovery-image] Oct 22 16:57:27.451 INFO image builder template: zfs-recovery...
78402024-10-22T16:57:28.343Z[ recovery-image] Oct 22 16:57:27.451 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/.tmpdGrXoe/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
78412024-10-22T16:57:28.376Z[ recovery-image] Oct 22 16:57:27.483 INFO O| Oct 22 16:57:27.483 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78422024-10-22T16:57:28.380Z[ recovery-image] Oct 22 16:57:27.488 INFO O| Oct 22 16:57:27.488 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78432024-10-22T16:57:28.437Z[ recovery-image] Oct 22 16:57:27.544 INFO O| Oct 22 16:57:27.544 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
78442024-10-22T16:57:28.487Z[ recovery-image] Oct 22 16:57:27.595 INFO O| Oct 22 16:57:27.595 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78452024-10-22T16:57:28.487Z[ recovery-image] Oct 22 16:57:27.595 INFO O| Oct 22 16:57:27.595 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
78462024-10-22T16:57:28.491Z[ recovery-image] Oct 22 16:57:27.599 INFO O| Oct 22 16:57:27.599 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
78472024-10-22T16:57:28.550Z[ recovery-image] Oct 22 16:57:27.658 INFO O| Oct 22 16:57:27.658 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
78482024-10-22T16:57:28.638Z[ recovery-image] Oct 22 16:57:27.746 INFO O| Oct 22 16:57:27.746 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
78492024-10-22T16:57:28.648Z[ recovery-image] Oct 22 16:57:27.756 INFO O| Oct 22 16:57:27.756 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78502024-10-22T16:57:28.653Z[ recovery-image] Oct 22 16:57:27.761 INFO O| Oct 22 16:57:27.761 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
78512024-10-22T16:57:28.655Z[ recovery-image] Oct 22 16:57:27.762 INFO O| Oct 22 16:57:27.762 INFO no lofi found
78522024-10-22T16:57:28.655Z[ recovery-image] Oct 22 16:57:27.762 INFO O| Oct 22 16:57:27.762 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
78532024-10-22T16:57:28.655Z[ recovery-image] Oct 22 16:57:27.762 INFO O| Oct 22 16:57:27.762 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78542024-10-22T16:57:30.902Z[ recovery-image] Oct 22 16:57:30.009 INFO O| Oct 22 16:57:30.009 INFO lofi device = /dev/dsk/c2t1d0p0
78552024-10-22T16:57:30.902Z[ recovery-image] Oct 22 16:57:30.009 INFO O| Oct 22 16:57:30.009 INFO pool device = /dev/dsk/c2t1d0p0
78562024-10-22T16:57:30.906Z[ recovery-image] Oct 22 16:57:30.010 INFO O| Oct 22 16:57:30.009 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"]
78572024-10-22T16:57:30.973Z[ recovery-image] Oct 22 16:57:30.081 INFO O| Oct 22 16:57:30.081 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78582024-10-22T16:57:30.974Z[ recovery-image] Oct 22 16:57:30.081 INFO O| Oct 22 16:57:30.081 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
78592024-10-22T16:57:30.991Z[ recovery-image] Oct 22 16:57:30.099 INFO O| Oct 22 16:57:30.099 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
78602024-10-22T16:57:31.049Z[ recovery-image] Oct 22 16:57:30.156 INFO O| Oct 22 16:57:30.156 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
78612024-10-22T16:57:31.086Z[ recovery-image] Oct 22 16:57:30.193 INFO O| Oct 22 16:57:30.193 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
78622024-10-22T16:57:31.100Z[ recovery-image] Oct 22 16:57:30.207 INFO O| Oct 22 16:57:30.207 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
78632024-10-22T16:57:31.110Z[ recovery-image] Oct 22 16:57:30.218 INFO O| Oct 22 16:57:30.218 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
78642024-10-22T16:57:31.159Z[ recovery-image] Oct 22 16:57:30.267 INFO O| Oct 22 16:57:30.267 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78652024-10-22T16:57:31.160Z[ recovery-image] Oct 22 16:57:30.267 INFO O| Oct 22 16:57:30.267 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78662024-10-22T16:57:31.162Z[ recovery-image] Oct 22 16:57:30.267 INFO O| Oct 22 16:57:30.267 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78672024-10-22T16:57:31.170Z[ recovery-image] Oct 22 16:57:30.277 INFO O| Oct 22 16:57:30.277 INFO boot environment UUID: 81d68e99-e3fb-4b9a-8710-e575e47ff29d
78682024-10-22T16:57:31.170Z[ recovery-image] Oct 22 16:57:30.277 INFO O| Oct 22 16:57:30.277 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 81d68e99-e3fb-4b9a-8710-e575e47ff29d
78692024-10-22T16:57:31.180Z[ recovery-image] Oct 22 16:57:30.288 INFO O| Oct 22 16:57:30.288 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
78702024-10-22T16:57:31.191Z[ recovery-image] Oct 22 16:57:30.298 INFO O| Oct 22 16:57:30.298 INFO STEP 0 (create_be) COMPLETE
78712024-10-22T16:57:31.193Z[ recovery-image] Oct 22 16:57:30.298 INFO O| Oct 22 16:57:30.298 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78722024-10-22T16:57:31.206Z[ recovery-image] Oct 22 16:57:30.313 INFO O| Oct 22 16:57:30.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"]
78732024-10-22T16:57:33.297Z[ recovery-image] Oct 22 16:57:32.404 INFO O| Oct 22 16:57:32.404 INFO STEP 1 (unpack_tar) COMPLETE
78742024-10-22T16:57:33.297Z[ recovery-image] Oct 22 16:57:32.404 INFO O| Oct 22 16:57:32.404 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78752024-10-22T16:57:33.308Z[ recovery-image] Oct 22 16:57:32.415 INFO O| Oct 22 16:57:32.415 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78762024-10-22T16:57:33.794Z[ recovery-image] Oct 22 16:57:32.901 INFO O| Oct 22 16:57:32.900 INFO STEP 2 (devfsadm) COMPLETE
78772024-10-22T16:57:33.794Z[ recovery-image] Oct 22 16:57:32.901 INFO O| Oct 22 16:57:32.900 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78782024-10-22T16:57:33.807Z[ recovery-image] Oct 22 16:57:32.914 INFO O| Oct 22 16:57:32.914 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78792024-10-22T16:57:33.810Z[ recovery-image] Oct 22 16:57:32.914 INFO O| Oct 22 16:57:32.914 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78802024-10-22T16:57:33.810Z[ recovery-image] Oct 22 16:57:32.914 INFO O| Oct 22 16:57:32.914 INFO STEP 3 (ensure_dir) COMPLETE
78812024-10-22T16:57:33.810Z[ recovery-image] Oct 22 16:57:32.914 INFO O| Oct 22 16:57:32.914 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78822024-10-22T16:57:33.817Z[ recovery-image] Oct 22 16:57:32.924 INFO O| Oct 22 16:57:32.924 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78832024-10-22T16:57:33.820Z[ recovery-image] Oct 22 16:57:32.924 INFO O| Oct 22 16:57:32.924 INFO STEP 4 (ensure_dir) COMPLETE
78842024-10-22T16:57:33.820Z[ recovery-image] Oct 22 16:57:32.924 INFO O| Oct 22 16:57:32.924 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78852024-10-22T16:57:33.827Z[ recovery-image] Oct 22 16:57:32.934 INFO O| Oct 22 16:57:32.934 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78862024-10-22T16:57:33.829Z[ recovery-image] Oct 22 16:57:32.934 INFO O| Oct 22 16:57:32.934 INFO STEP 5 (ensure_dir) COMPLETE
78872024-10-22T16:57:33.829Z[ recovery-image] Oct 22 16:57:32.934 INFO O| Oct 22 16:57:32.934 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78882024-10-22T16:57:33.837Z[ recovery-image] Oct 22 16:57:32.944 INFO O| Oct 22 16:57:32.944 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78892024-10-22T16:57:33.837Z[ recovery-image] Oct 22 16:57:32.944 INFO O| Oct 22 16:57:32.944 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78902024-10-22T16:57:33.840Z[ recovery-image] Oct 22 16:57:32.944 INFO O| Oct 22 16:57:32.944 INFO STEP 6 (ensure_dir) COMPLETE
78912024-10-22T16:57:33.840Z[ recovery-image] Oct 22 16:57:32.944 INFO O| Oct 22 16:57:32.944 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78922024-10-22T16:57:33.847Z[ recovery-image] Oct 22 16:57:32.954 INFO O| Oct 22 16:57:32.954 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78932024-10-22T16:57:33.849Z[ recovery-image] Oct 22 16:57:32.954 INFO O| Oct 22 16:57:32.954 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78942024-10-22T16:57:33.849Z[ recovery-image] Oct 22 16:57:32.954 INFO O| Oct 22 16:57:32.954 INFO STEP 7 (ensure_dir) COMPLETE
78952024-10-22T16:57:33.849Z[ recovery-image] Oct 22 16:57:32.954 INFO O| Oct 22 16:57:32.954 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78962024-10-22T16:57:33.858Z[ recovery-image] Oct 22 16:57:32.965 INFO O| Oct 22 16:57:32.965 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
78972024-10-22T16:57:33.860Z[ recovery-image] Oct 22 16:57:32.965 INFO O| Oct 22 16:57:32.965 INFO STEP 8 (remove_files) COMPLETE
78982024-10-22T16:57:33.860Z[ recovery-image] Oct 22 16:57:32.965 INFO O| Oct 22 16:57:32.965 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78992024-10-22T16:57:33.868Z[ recovery-image] Oct 22 16:57:32.975 INFO O| Oct 22 16:57:32.975 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
79002024-10-22T16:57:33.870Z[ recovery-image] Oct 22 16:57:32.976 INFO O| Oct 22 16:57:32.976 INFO STEP 9 (remove_files) COMPLETE
79012024-10-22T16:57:33.870Z[ recovery-image] Oct 22 16:57:32.976 INFO O| Oct 22 16:57:32.976 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79022024-10-22T16:57:33.878Z[ recovery-image] Oct 22 16:57:32.985 INFO O| Oct 22 16:57:32.985 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
79032024-10-22T16:57:33.882Z[ recovery-image] Oct 22 16:57:32.986 INFO O| Oct 22 16:57:32.986 INFO STEP 10 (remove_files) COMPLETE
79042024-10-22T16:57:33.882Z[ recovery-image] Oct 22 16:57:32.986 INFO O| Oct 22 16:57:32.986 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79052024-10-22T16:57:33.890Z[ recovery-image] Oct 22 16:57:32.997 INFO O| Oct 22 16:57:32.997 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
79062024-10-22T16:57:33.893Z[ recovery-image] Oct 22 16:57:32.998 INFO O| Oct 22 16:57:32.998 INFO STEP 11 (remove_files) COMPLETE
79072024-10-22T16:57:33.893Z[ recovery-image] Oct 22 16:57:32.998 INFO O| Oct 22 16:57:32.998 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79082024-10-22T16:57:33.902Z[ recovery-image] Oct 22 16:57:33.009 INFO O| Oct 22 16:57:33.009 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
79092024-10-22T16:57:33.904Z[ recovery-image] Oct 22 16:57:33.009 INFO O| Oct 22 16:57:33.009 INFO STEP 12 (remove_files) COMPLETE
79102024-10-22T16:57:33.904Z[ recovery-image] Oct 22 16:57:33.009 INFO O| Oct 22 16:57:33.009 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79112024-10-22T16:57:33.914Z[ recovery-image] Oct 22 16:57:33.021 INFO O| Oct 22 16:57:33.021 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79122024-10-22T16:57:33.914Z[ recovery-image] Oct 22 16:57:33.021 INFO O| Oct 22 16:57:33.021 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79132024-10-22T16:57:33.916Z[ recovery-image] Oct 22 16:57:33.021 INFO O| Oct 22 16:57:33.021 INFO STEP 13 (ensure_dir) COMPLETE
79142024-10-22T16:57:33.916Z[ recovery-image] Oct 22 16:57:33.021 INFO O| Oct 22 16:57:33.021 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79152024-10-22T16:57:33.924Z[ recovery-image] Oct 22 16:57:33.031 INFO O| Oct 22 16:57:33.031 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79162024-10-22T16:57:33.926Z[ recovery-image] Oct 22 16:57:33.031 INFO O| Oct 22 16:57:33.031 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79172024-10-22T16:57:33.926Z[ recovery-image] Oct 22 16:57:33.031 INFO O| Oct 22 16:57:33.031 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79182024-10-22T16:57:33.926Z[ recovery-image] Oct 22 16:57:33.031 INFO O| Oct 22 16:57:33.031 INFO STEP 14 (ensure_dir) COMPLETE
79192024-10-22T16:57:33.926Z[ recovery-image] Oct 22 16:57:33.031 INFO O| Oct 22 16:57:33.031 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79202024-10-22T16:57:33.934Z[ recovery-image] Oct 22 16:57:33.041 INFO O| Oct 22 16:57:33.041 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79212024-10-22T16:57:33.934Z[ recovery-image] Oct 22 16:57:33.041 INFO O| Oct 22 16:57:33.041 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79222024-10-22T16:57:33.934Z[ recovery-image] Oct 22 16:57:33.041 INFO O| Oct 22 16:57:33.041 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79232024-10-22T16:57:33.937Z[ recovery-image] Oct 22 16:57:33.041 INFO O| Oct 22 16:57:33.041 INFO STEP 15 (ensure_dir) COMPLETE
79242024-10-22T16:57:33.937Z[ recovery-image] Oct 22 16:57:33.041 INFO O| Oct 22 16:57:33.041 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79252024-10-22T16:57:33.946Z[ recovery-image] Oct 22 16:57:33.053 INFO O| Oct 22 16:57:33.053 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79262024-10-22T16:57:33.948Z[ recovery-image] Oct 22 16:57:33.053 INFO O| Oct 22 16:57:33.053 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79272024-10-22T16:57:33.949Z[ recovery-image] Oct 22 16:57:33.053 INFO O| Oct 22 16:57:33.053 INFO STEP 16 (ensure_dir) COMPLETE
79282024-10-22T16:57:33.949Z[ recovery-image] Oct 22 16:57:33.053 INFO O| Oct 22 16:57:33.053 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79292024-10-22T16:57:33.956Z[ recovery-image] Oct 22 16:57:33.064 INFO O| Oct 22 16:57:33.063 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79302024-10-22T16:57:33.959Z[ recovery-image] Oct 22 16:57:33.064 INFO O| Oct 22 16:57:33.064 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79312024-10-22T16:57:33.959Z[ recovery-image] Oct 22 16:57:33.064 INFO O| Oct 22 16:57:33.064 INFO STEP 17 (ensure_dir) COMPLETE
79322024-10-22T16:57:33.959Z[ recovery-image] Oct 22 16:57:33.064 INFO O| Oct 22 16:57:33.064 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79332024-10-22T16:57:33.967Z[ recovery-image] Oct 22 16:57:33.074 INFO O| Oct 22 16:57:33.074 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
79342024-10-22T16:57:33.967Z[ recovery-image] Oct 22 16:57:33.074 INFO O| Oct 22 16:57:33.074 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
79352024-10-22T16:57:33.969Z[ recovery-image] Oct 22 16:57:33.074 INFO O| Oct 22 16:57:33.074 INFO ok!
79362024-10-22T16:57:33.969Z[ recovery-image] Oct 22 16:57:33.074 INFO O| Oct 22 16:57:33.074 INFO STEP 18 (ensure_symlink) COMPLETE
79372024-10-22T16:57:33.969Z[ recovery-image] Oct 22 16:57:33.074 INFO O| Oct 22 16:57:33.074 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79382024-10-22T16:57:33.978Z[ recovery-image] Oct 22 16:57:33.085 INFO O| Oct 22 16:57:33.085 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
79392024-10-22T16:57:33.978Z[ recovery-image] Oct 22 16:57:33.085 INFO O| Oct 22 16:57:33.085 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
79402024-10-22T16:57:33.980Z[ recovery-image] Oct 22 16:57:33.085 INFO O| Oct 22 16:57:33.085 INFO ok!
79412024-10-22T16:57:33.980Z[ recovery-image] Oct 22 16:57:33.085 INFO O| Oct 22 16:57:33.085 INFO STEP 19 (ensure_file) COMPLETE
79422024-10-22T16:57:33.980Z[ recovery-image] Oct 22 16:57:33.085 INFO O| Oct 22 16:57:33.085 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79432024-10-22T16:57:33.987Z[ recovery-image] Oct 22 16:57:33.095 INFO O| Oct 22 16:57:33.094 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
79442024-10-22T16:57:33.987Z[ recovery-image] Oct 22 16:57:33.095 INFO O| Oct 22 16:57:33.094 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
79452024-10-22T16:57:33.990Z[ recovery-image] Oct 22 16:57:33.095 INFO O| Oct 22 16:57:33.095 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
79462024-10-22T16:57:33.990Z[ recovery-image] Oct 22 16:57:33.095 INFO O| Oct 22 16:57:33.095 INFO ok!
79472024-10-22T16:57:33.990Z[ recovery-image] Oct 22 16:57:33.095 INFO O| Oct 22 16:57:33.095 INFO STEP 20 (ensure_symlink) COMPLETE
79482024-10-22T16:57:33.990Z[ recovery-image] Oct 22 16:57:33.095 INFO O| Oct 22 16:57:33.095 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79492024-10-22T16:57:33.998Z[ recovery-image] Oct 22 16:57:33.105 INFO O| Oct 22 16:57:33.105 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
79502024-10-22T16:57:34.000Z[ recovery-image] Oct 22 16:57:33.105 INFO O| Oct 22 16:57:33.105 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
79512024-10-22T16:57:34.000Z[ recovery-image] Oct 22 16:57:33.105 INFO O| Oct 22 16:57:33.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
79522024-10-22T16:57:34.000Z[ recovery-image] Oct 22 16:57:33.105 INFO O| Oct 22 16:57:33.105 INFO ok!
79532024-10-22T16:57:34.000Z[ recovery-image] Oct 22 16:57:33.105 INFO O| Oct 22 16:57:33.105 INFO STEP 21 (ensure_symlink) COMPLETE
79542024-10-22T16:57:34.000Z[ recovery-image] Oct 22 16:57:33.105 INFO O| Oct 22 16:57:33.105 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79552024-10-22T16:57:34.013Z[ recovery-image] Oct 22 16:57:33.118 INFO O| Oct 22 16:57:33.118 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
79562024-10-22T16:57:34.015Z[ recovery-image] Oct 22 16:57:33.118 INFO O| Oct 22 16:57:33.118 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
79572024-10-22T16:57:34.015Z[ recovery-image] Oct 22 16:57:33.118 INFO O| Oct 22 16:57:33.118 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
79582024-10-22T16:57:34.018Z[ recovery-image] Oct 22 16:57:33.118 INFO O| Oct 22 16:57:33.118 INFO ok!
79592024-10-22T16:57:34.018Z[ recovery-image] Oct 22 16:57:33.118 INFO O| Oct 22 16:57:33.118 INFO STEP 22 (ensure_symlink) COMPLETE
79602024-10-22T16:57:34.018Z[ recovery-image] Oct 22 16:57:33.118 INFO O| Oct 22 16:57:33.118 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79612024-10-22T16:57:34.035Z[ recovery-image] Oct 22 16:57:33.139 INFO O| Oct 22 16:57:33.139 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
79622024-10-22T16:57:34.035Z[ recovery-image] Oct 22 16:57:33.139 INFO O| Oct 22 16:57:33.139 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
79632024-10-22T16:57:34.035Z[ recovery-image] Oct 22 16:57:33.139 INFO O| Oct 22 16:57:33.139 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
79642024-10-22T16:57:34.035Z[ recovery-image] Oct 22 16:57:33.139 INFO O| Oct 22 16:57:33.139 INFO ok!
79652024-10-22T16:57:34.035Z[ recovery-image] Oct 22 16:57:33.139 INFO O| Oct 22 16:57:33.139 INFO STEP 23 (ensure_symlink) COMPLETE
79662024-10-22T16:57:34.035Z[ recovery-image] Oct 22 16:57:33.139 INFO O| Oct 22 16:57:33.139 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79672024-10-22T16:57:34.055Z[ recovery-image] Oct 22 16:57:33.161 INFO O| Oct 22 16:57:33.159 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
79682024-10-22T16:57:34.055Z[ recovery-image] Oct 22 16:57:33.161 INFO O| Oct 22 16:57:33.159 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 ...
79692024-10-22T16:57:34.055Z[ recovery-image] Oct 22 16:57:33.161 INFO O| Oct 22 16:57:33.159 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
79702024-10-22T16:57:34.055Z[ recovery-image] Oct 22 16:57:33.161 INFO O| Oct 22 16:57:33.160 INFO ok!
79712024-10-22T16:57:34.055Z[ recovery-image] Oct 22 16:57:33.161 INFO O| Oct 22 16:57:33.160 INFO STEP 24 (ensure_file) COMPLETE
79722024-10-22T16:57:34.055Z[ recovery-image] Oct 22 16:57:33.161 INFO O| Oct 22 16:57:33.160 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
79732024-10-22T16:57:34.076Z[ recovery-image] Oct 22 16:57:33.181 INFO O| Oct 22 16:57:33.180 INFO updating shadow file
79742024-10-22T16:57:34.076Z[ recovery-image] Oct 22 16:57:33.181 INFO O| Oct 22 16:57:33.180 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79752024-10-22T16:57:34.079Z[ recovery-image] Oct 22 16:57:33.181 INFO O| Oct 22 16:57:33.180 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79762024-10-22T16:57:34.079Z[ recovery-image] Oct 22 16:57:33.181 INFO O| Oct 22 16:57:33.180 INFO STEP 25 (shadow) COMPLETE
79772024-10-22T16:57:34.079Z[ recovery-image] Oct 22 16:57:33.181 INFO O| Oct 22 16:57:33.180 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79782024-10-22T16:57:34.100Z[ recovery-image] Oct 22 16:57:33.200 INFO O| Oct 22 16:57:33.200 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
79792024-10-22T16:57:34.103Z[ recovery-image] Oct 22 16:57:33.200 INFO O| Oct 22 16:57:33.200 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
79802024-10-22T16:57:34.103Z[ recovery-image] Oct 22 16:57:33.200 INFO O| Oct 22 16:57:33.200 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
79812024-10-22T16:57:34.103Z[ recovery-image] Oct 22 16:57:33.200 INFO O| Oct 22 16:57:33.200 INFO ok!
79822024-10-22T16:57:34.103Z[ recovery-image] Oct 22 16:57:33.200 INFO O| Oct 22 16:57:33.200 INFO STEP 26 (ensure_file) COMPLETE
79832024-10-22T16:57:34.103Z[ recovery-image] Oct 22 16:57:33.200 INFO O| Oct 22 16:57:33.200 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79842024-10-22T16:57:34.116Z[ recovery-image] Oct 22 16:57:33.222 INFO O| Oct 22 16:57:33.221 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
79852024-10-22T16:57:34.116Z[ recovery-image] Oct 22 16:57:33.222 INFO O| Oct 22 16:57:33.221 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
79862024-10-22T16:57:34.116Z[ recovery-image] Oct 22 16:57:33.222 INFO O| Oct 22 16:57:33.221 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
79872024-10-22T16:57:34.116Z[ recovery-image] Oct 22 16:57:33.222 INFO O| Oct 22 16:57:33.221 INFO ok!
79882024-10-22T16:57:34.116Z[ recovery-image] Oct 22 16:57:33.222 INFO O| Oct 22 16:57:33.221 INFO STEP 27 (ensure_file) COMPLETE
79892024-10-22T16:57:34.116Z[ recovery-image] Oct 22 16:57:33.222 INFO O| Oct 22 16:57:33.221 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79902024-10-22T16:57:34.132Z[ recovery-image] Oct 22 16:57:33.239 INFO O| Oct 22 16:57:33.239 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79912024-10-22T16:57:34.132Z[ recovery-image] Oct 22 16:57:33.239 INFO O| Oct 22 16:57:33.239 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79922024-10-22T16:57:34.132Z[ recovery-image] Oct 22 16:57:33.239 INFO O| Oct 22 16:57:33.239 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79932024-10-22T16:57:34.135Z[ recovery-image] Oct 22 16:57:33.239 INFO O| Oct 22 16:57:33.239 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79942024-10-22T16:57:34.135Z[ recovery-image] Oct 22 16:57:33.239 INFO O| Oct 22 16:57:33.239 INFO ok!
79952024-10-22T16:57:34.135Z[ recovery-image] Oct 22 16:57:33.239 INFO O| Oct 22 16:57:33.239 INFO STEP 28 (ensure_file) COMPLETE
79962024-10-22T16:57:34.135Z[ recovery-image] Oct 22 16:57:33.239 INFO O| Oct 22 16:57:33.239 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79972024-10-22T16:57:34.145Z[ recovery-image] Oct 22 16:57:33.252 INFO O| Oct 22 16:57:33.252 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
79982024-10-22T16:57:34.145Z[ recovery-image] Oct 22 16:57:33.252 INFO O| Oct 22 16:57:33.252 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
79992024-10-22T16:57:34.148Z[ recovery-image] Oct 22 16:57:33.252 INFO O| Oct 22 16:57:33.252 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
80002024-10-22T16:57:34.148Z[ recovery-image] Oct 22 16:57:33.252 INFO O| Oct 22 16:57:33.252 INFO ok!
80012024-10-22T16:57:34.148Z[ recovery-image] Oct 22 16:57:33.252 INFO O| Oct 22 16:57:33.252 INFO STEP 29 (ensure_file) COMPLETE
80022024-10-22T16:57:34.148Z[ recovery-image] Oct 22 16:57:33.252 INFO O| Oct 22 16:57:33.252 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80032024-10-22T16:57:34.157Z[ recovery-image] Oct 22 16:57:33.264 INFO O| Oct 22 16:57:33.263 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
80042024-10-22T16:57:34.157Z[ recovery-image] Oct 22 16:57:33.264 INFO O| Oct 22 16:57:33.264 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
80052024-10-22T16:57:34.160Z[ recovery-image] Oct 22 16:57:33.264 INFO O| Oct 22 16:57:33.264 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
80062024-10-22T16:57:34.160Z[ recovery-image] Oct 22 16:57:33.264 INFO O| Oct 22 16:57:33.264 INFO ok!
80072024-10-22T16:57:34.160Z[ recovery-image] Oct 22 16:57:33.264 INFO O| Oct 22 16:57:33.264 INFO STEP 30 (ensure_file) COMPLETE
80082024-10-22T16:57:34.160Z[ recovery-image] Oct 22 16:57:33.264 INFO O| Oct 22 16:57:33.264 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80092024-10-22T16:57:34.169Z[ recovery-image] Oct 22 16:57:33.276 INFO O| Oct 22 16:57:33.276 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
80102024-10-22T16:57:34.169Z[ recovery-image] Oct 22 16:57:33.276 INFO O| Oct 22 16:57:33.276 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
80112024-10-22T16:57:34.169Z[ recovery-image] Oct 22 16:57:33.276 INFO O| Oct 22 16:57:33.276 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80122024-10-22T16:57:34.169Z[ recovery-image] Oct 22 16:57:33.276 INFO O| Oct 22 16:57:33.276 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80132024-10-22T16:57:34.169Z[ recovery-image] Oct 22 16:57:33.276 INFO O| Oct 22 16:57:33.276 INFO ok!
80142024-10-22T16:57:34.171Z[ recovery-image] Oct 22 16:57:33.276 INFO O| Oct 22 16:57:33.276 INFO STEP 31 (ensure_file) COMPLETE
80152024-10-22T16:57:34.171Z[ recovery-image] Oct 22 16:57:33.276 INFO O| Oct 22 16:57:33.276 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80162024-10-22T16:57:34.181Z[ recovery-image] Oct 22 16:57:33.288 INFO O| Oct 22 16:57:33.288 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
80172024-10-22T16:57:34.196Z[ recovery-image] Oct 22 16:57:33.288 INFO O| Oct 22 16:57:33.288 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
80182024-10-22T16:57:34.196Z[ recovery-image] Oct 22 16:57:33.288 INFO O| Oct 22 16:57:33.288 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
80192024-10-22T16:57:34.196Z[ recovery-image] Oct 22 16:57:33.288 INFO O| Oct 22 16:57:33.288 INFO ok!
80202024-10-22T16:57:34.196Z[ recovery-image] Oct 22 16:57:33.288 INFO O| Oct 22 16:57:33.288 INFO STEP 32 (ensure_file) COMPLETE
80212024-10-22T16:57:34.196Z[ recovery-image] Oct 22 16:57:33.288 INFO O| Oct 22 16:57:33.288 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80222024-10-22T16:57:34.200Z[ recovery-image] Oct 22 16:57:33.301 INFO O| Oct 22 16:57:33.301 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
80232024-10-22T16:57:34.200Z[ recovery-image] Oct 22 16:57:33.301 INFO O| Oct 22 16:57:33.301 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
80242024-10-22T16:57:34.200Z[ recovery-image] Oct 22 16:57:33.302 INFO O| Oct 22 16:57:33.301 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
80252024-10-22T16:57:34.200Z[ recovery-image] Oct 22 16:57:33.302 INFO O| Oct 22 16:57:33.302 INFO ok!
80262024-10-22T16:57:34.200Z[ recovery-image] Oct 22 16:57:33.302 INFO O| Oct 22 16:57:33.302 INFO STEP 33 (ensure_file) COMPLETE
80272024-10-22T16:57:34.200Z[ recovery-image] Oct 22 16:57:33.302 INFO O| Oct 22 16:57:33.302 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80282024-10-22T16:57:34.208Z[ recovery-image] Oct 22 16:57:33.315 INFO O| Oct 22 16:57:33.315 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
80292024-10-22T16:57:34.208Z[ recovery-image] Oct 22 16:57:33.315 INFO O| Oct 22 16:57:33.315 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
80302024-10-22T16:57:34.210Z[ recovery-image] Oct 22 16:57:33.315 INFO O| Oct 22 16:57:33.315 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80312024-10-22T16:57:34.211Z[ recovery-image] Oct 22 16:57:33.315 INFO O| Oct 22 16:57:33.315 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80322024-10-22T16:57:34.211Z[ recovery-image] Oct 22 16:57:33.315 INFO O| Oct 22 16:57:33.315 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80332024-10-22T16:57:34.211Z[ recovery-image] Oct 22 16:57:33.315 INFO O| Oct 22 16:57:33.315 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80342024-10-22T16:57:34.211Z[ recovery-image] Oct 22 16:57:33.315 INFO O| Oct 22 16:57:33.315 INFO ok!
80352024-10-22T16:57:34.211Z[ recovery-image] Oct 22 16:57:33.315 INFO O| Oct 22 16:57:33.315 INFO STEP 34 (ensure_file) COMPLETE
80362024-10-22T16:57:34.211Z[ recovery-image] Oct 22 16:57:33.315 INFO O| Oct 22 16:57:33.315 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80372024-10-22T16:57:34.220Z[ recovery-image] Oct 22 16:57:33.327 INFO O| Oct 22 16:57:33.327 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80382024-10-22T16:57:34.223Z[ recovery-image] Oct 22 16:57:33.327 INFO O| Oct 22 16:57:33.327 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80392024-10-22T16:57:34.223Z[ recovery-image] Oct 22 16:57:33.327 INFO O| Oct 22 16:57:33.327 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80402024-10-22T16:57:34.223Z[ recovery-image] Oct 22 16:57:33.328 INFO O| Oct 22 16:57:33.327 INFO STEP 35 (ensure_dir) COMPLETE
80412024-10-22T16:57:34.223Z[ recovery-image] Oct 22 16:57:33.328 INFO O| Oct 22 16:57:33.327 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80422024-10-22T16:57:34.231Z[ recovery-image] Oct 22 16:57:33.338 INFO O| Oct 22 16:57:33.338 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
80432024-10-22T16:57:34.231Z[ recovery-image] Oct 22 16:57:33.338 INFO O| Oct 22 16:57:33.338 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 ...
80442024-10-22T16:57:34.233Z[ recovery-image] Oct 22 16:57:33.338 INFO O| Oct 22 16:57:33.338 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
80452024-10-22T16:57:34.233Z[ recovery-image] Oct 22 16:57:33.338 INFO O| Oct 22 16:57:33.338 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
80462024-10-22T16:57:34.234Z[ recovery-image] Oct 22 16:57:33.338 INFO O| Oct 22 16:57:33.338 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
80472024-10-22T16:57:34.234Z[ recovery-image] Oct 22 16:57:33.338 INFO O| Oct 22 16:57:33.338 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
80482024-10-22T16:57:34.234Z[ recovery-image] Oct 22 16:57:33.338 INFO O| Oct 22 16:57:33.338 INFO ok!
80492024-10-22T16:57:34.234Z[ recovery-image] Oct 22 16:57:33.338 INFO O| Oct 22 16:57:33.338 INFO STEP 36 (ensure_file) COMPLETE
80502024-10-22T16:57:34.234Z[ recovery-image] Oct 22 16:57:33.339 INFO O| Oct 22 16:57:33.338 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80512024-10-22T16:57:34.241Z[ recovery-image] Oct 22 16:57:33.348 INFO O| Oct 22 16:57:33.348 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
80522024-10-22T16:57:34.244Z[ recovery-image] Oct 22 16:57:33.348 INFO O| Oct 22 16:57:33.348 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 ...
80532024-10-22T16:57:34.244Z[ recovery-image] Oct 22 16:57:33.348 INFO O| Oct 22 16:57:33.348 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
80542024-10-22T16:57:34.244Z[ recovery-image] Oct 22 16:57:33.348 INFO O| Oct 22 16:57:33.348 INFO ok!
80552024-10-22T16:57:34.244Z[ recovery-image] Oct 22 16:57:33.348 INFO O| Oct 22 16:57:33.348 INFO STEP 37 (ensure_symlink) COMPLETE
80562024-10-22T16:57:34.244Z[ recovery-image] Oct 22 16:57:33.348 INFO O| Oct 22 16:57:33.348 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80572024-10-22T16:57:34.252Z[ recovery-image] Oct 22 16:57:33.359 INFO O| Oct 22 16:57:33.358 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
80582024-10-22T16:57:34.252Z[ recovery-image] Oct 22 16:57:33.359 INFO O| Oct 22 16:57:33.358 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
80592024-10-22T16:57:34.254Z[ recovery-image] Oct 22 16:57:33.359 INFO O| Oct 22 16:57:33.359 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80602024-10-22T16:57:34.254Z[ recovery-image] Oct 22 16:57:33.359 INFO O| Oct 22 16:57:33.359 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80612024-10-22T16:57:34.254Z[ recovery-image] Oct 22 16:57:33.359 INFO O| Oct 22 16:57:33.359 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80622024-10-22T16:57:34.254Z[ recovery-image] Oct 22 16:57:33.359 INFO O| Oct 22 16:57:33.359 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80632024-10-22T16:57:34.254Z[ recovery-image] Oct 22 16:57:33.359 INFO O| Oct 22 16:57:33.359 INFO ok!
80642024-10-22T16:57:34.254Z[ recovery-image] Oct 22 16:57:33.359 INFO O| Oct 22 16:57:33.359 INFO STEP 38 (ensure_file) COMPLETE
80652024-10-22T16:57:34.255Z[ recovery-image] Oct 22 16:57:33.359 INFO O| Oct 22 16:57:33.359 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80662024-10-22T16:57:34.262Z[ recovery-image] Oct 22 16:57:33.369 INFO O| Oct 22 16:57:33.369 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
80672024-10-22T16:57:34.262Z[ recovery-image] Oct 22 16:57:33.369 INFO O| Oct 22 16:57:33.369 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 ...
80682024-10-22T16:57:34.264Z[ recovery-image] Oct 22 16:57:33.369 INFO O| Oct 22 16:57:33.369 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
80692024-10-22T16:57:34.264Z[ recovery-image] Oct 22 16:57:33.369 INFO O| Oct 22 16:57:33.369 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
80702024-10-22T16:57:34.264Z[ recovery-image] Oct 22 16:57:33.369 INFO O| Oct 22 16:57:33.369 INFO ok!
80712024-10-22T16:57:34.264Z[ recovery-image] Oct 22 16:57:33.369 INFO O| Oct 22 16:57:33.369 INFO STEP 39 (ensure_file) COMPLETE
80722024-10-22T16:57:34.264Z[ recovery-image] Oct 22 16:57:33.369 INFO O| Oct 22 16:57:33.369 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80732024-10-22T16:57:34.272Z[ recovery-image] Oct 22 16:57:33.379 INFO O| Oct 22 16:57:33.379 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
80742024-10-22T16:57:34.272Z[ recovery-image] Oct 22 16:57:33.379 INFO O| Oct 22 16:57:33.379 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
80752024-10-22T16:57:34.275Z[ recovery-image] Oct 22 16:57:33.379 INFO O| Oct 22 16:57:33.379 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
80762024-10-22T16:57:34.275Z[ recovery-image] Oct 22 16:57:33.379 INFO O| Oct 22 16:57:33.379 INFO ok!
80772024-10-22T16:57:34.275Z[ recovery-image] Oct 22 16:57:33.379 INFO O| Oct 22 16:57:33.379 INFO STEP 40 (ensure_file) COMPLETE
80782024-10-22T16:57:34.275Z[ recovery-image] Oct 22 16:57:33.379 INFO O| Oct 22 16:57:33.379 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80792024-10-22T16:57:34.283Z[ recovery-image] Oct 22 16:57:33.390 INFO O| Oct 22 16:57:33.390 INFO updating shadow file
80802024-10-22T16:57:34.286Z[ recovery-image] Oct 22 16:57:33.390 INFO O| Oct 22 16:57:33.390 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80812024-10-22T16:57:34.286Z[ recovery-image] Oct 22 16:57:33.390 INFO O| Oct 22 16:57:33.390 INFO STEP 41 (shadow) COMPLETE
80822024-10-22T16:57:34.286Z[ recovery-image] Oct 22 16:57:33.390 INFO O| Oct 22 16:57:33.390 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80832024-10-22T16:57:34.294Z[ recovery-image] Oct 22 16:57:33.400 INFO O| Oct 22 16:57:33.400 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
80842024-10-22T16:57:34.294Z[ recovery-image] Oct 22 16:57:33.400 INFO O| Oct 22 16:57:33.400 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
80852024-10-22T16:57:34.296Z[ recovery-image] Oct 22 16:57:33.401 INFO O| Oct 22 16:57:33.401 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80862024-10-22T16:57:34.296Z[ recovery-image] Oct 22 16:57:33.401 INFO O| Oct 22 16:57:33.401 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80872024-10-22T16:57:34.296Z[ recovery-image] Oct 22 16:57:33.401 INFO O| Oct 22 16:57:33.401 INFO ok!
80882024-10-22T16:57:34.296Z[ recovery-image] Oct 22 16:57:33.401 INFO O| Oct 22 16:57:33.401 INFO STEP 42 (ensure_file) COMPLETE
80892024-10-22T16:57:34.296Z[ recovery-image] Oct 22 16:57:33.401 INFO O| Oct 22 16:57:33.401 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80902024-10-22T16:57:34.304Z[ recovery-image] Oct 22 16:57:33.411 INFO O| Oct 22 16:57:33.411 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80912024-10-22T16:57:34.304Z[ recovery-image] Oct 22 16:57:33.411 INFO O| Oct 22 16:57:33.411 INFO STEP 43 (ensure_dir) COMPLETE
80922024-10-22T16:57:34.304Z[ recovery-image] Oct 22 16:57:33.411 INFO O| Oct 22 16:57:33.411 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80932024-10-22T16:57:34.314Z[ recovery-image] Oct 22 16:57:33.421 INFO O| Oct 22 16:57:33.421 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80942024-10-22T16:57:34.314Z[ recovery-image] Oct 22 16:57:33.421 INFO O| Oct 22 16:57:33.421 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80952024-10-22T16:57:34.317Z[ recovery-image] Oct 22 16:57:33.421 INFO O| Oct 22 16:57:33.421 INFO STEP 44 (ensure_dir) COMPLETE
80962024-10-22T16:57:34.317Z[ recovery-image] Oct 22 16:57:33.421 INFO O| Oct 22 16:57:33.421 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80972024-10-22T16:57:34.324Z[ recovery-image] Oct 22 16:57:33.431 INFO O| Oct 22 16:57:33.431 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80982024-10-22T16:57:34.324Z[ recovery-image] Oct 22 16:57:33.431 INFO O| Oct 22 16:57:33.431 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80992024-10-22T16:57:34.327Z[ recovery-image] Oct 22 16:57:33.431 INFO O| Oct 22 16:57:33.431 INFO STEP 45 (ensure_dir) COMPLETE
81002024-10-22T16:57:34.327Z[ recovery-image] Oct 22 16:57:33.431 INFO O| Oct 22 16:57:33.431 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81012024-10-22T16:57:34.335Z[ recovery-image] Oct 22 16:57:33.442 INFO O| Oct 22 16:57:33.442 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
81022024-10-22T16:57:34.338Z[ recovery-image] Oct 22 16:57:33.442 INFO O| Oct 22 16:57:33.442 INFO copying /tmp/.tmpdGrXoe/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
81032024-10-22T16:57:34.366Z[ recovery-image] Oct 22 16:57:33.473 INFO O| Oct 22 16:57:33.473 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
81042024-10-22T16:57:34.366Z[ recovery-image] Oct 22 16:57:33.473 INFO O| Oct 22 16:57:33.473 INFO ok!
81052024-10-22T16:57:34.366Z[ recovery-image] Oct 22 16:57:33.473 INFO O| Oct 22 16:57:33.473 INFO STEP 46 (ensure_file) COMPLETE
81062024-10-22T16:57:34.369Z[ recovery-image] Oct 22 16:57:33.473 INFO O| Oct 22 16:57:33.473 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81072024-10-22T16:57:34.377Z[ recovery-image] Oct 22 16:57:33.484 INFO O| Oct 22 16:57:33.484 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81082024-10-22T16:57:34.380Z[ recovery-image] Oct 22 16:57:33.484 INFO O| Oct 22 16:57:33.484 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81092024-10-22T16:57:34.380Z[ recovery-image] Oct 22 16:57:33.484 INFO O| Oct 22 16:57:33.484 INFO STEP 47 (ensure_dir) COMPLETE
81102024-10-22T16:57:34.380Z[ recovery-image] Oct 22 16:57:33.484 INFO O| Oct 22 16:57:33.484 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81112024-10-22T16:57:34.387Z[ recovery-image] Oct 22 16:57:33.494 INFO O| Oct 22 16:57:33.494 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
81122024-10-22T16:57:34.387Z[ recovery-image] Oct 22 16:57:33.494 INFO O| Oct 22 16:57:33.494 INFO copying /tmp/.tmpdGrXoe/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
81132024-10-22T16:57:34.390Z[ recovery-image] Oct 22 16:57:33.494 INFO O| Oct 22 16:57:33.494 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
81142024-10-22T16:57:34.390Z[ recovery-image] Oct 22 16:57:33.494 INFO O| Oct 22 16:57:33.494 INFO ok!
81152024-10-22T16:57:34.390Z[ recovery-image] Oct 22 16:57:33.494 INFO O| Oct 22 16:57:33.494 INFO STEP 48 (ensure_file) COMPLETE
81162024-10-22T16:57:34.390Z[ recovery-image] Oct 22 16:57:33.494 INFO O| Oct 22 16:57:33.494 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81172024-10-22T16:57:34.397Z[ recovery-image] Oct 22 16:57:33.504 INFO O| Oct 22 16:57:33.504 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81182024-10-22T16:57:34.399Z[ recovery-image] Oct 22 16:57:33.504 INFO O| Oct 22 16:57:33.504 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81192024-10-22T16:57:34.399Z[ recovery-image] Oct 22 16:57:33.504 INFO O| Oct 22 16:57:33.504 INFO STEP 49 (ensure_dir) COMPLETE
81202024-10-22T16:57:34.399Z[ recovery-image] Oct 22 16:57:33.504 INFO O| Oct 22 16:57:33.504 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81212024-10-22T16:57:34.407Z[ recovery-image] Oct 22 16:57:33.514 INFO O| Oct 22 16:57:33.514 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
81222024-10-22T16:57:34.407Z[ recovery-image] Oct 22 16:57:33.514 INFO O| Oct 22 16:57:33.514 INFO copying /tmp/.tmpdGrXoe/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
81232024-10-22T16:57:34.422Z[ recovery-image] Oct 22 16:57:33.529 INFO O| Oct 22 16:57:33.529 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
81242024-10-22T16:57:34.422Z[ recovery-image] Oct 22 16:57:33.529 INFO O| Oct 22 16:57:33.529 INFO ok!
81252024-10-22T16:57:34.425Z[ recovery-image] Oct 22 16:57:33.529 INFO O| Oct 22 16:57:33.529 INFO STEP 50 (ensure_file) COMPLETE
81262024-10-22T16:57:34.425Z[ recovery-image] Oct 22 16:57:33.529 INFO O| Oct 22 16:57:33.529 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81272024-10-22T16:57:34.432Z[ recovery-image] Oct 22 16:57:33.539 INFO O| Oct 22 16:57:33.539 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
81282024-10-22T16:57:34.432Z[ recovery-image] Oct 22 16:57:33.539 INFO O| Oct 22 16:57:33.539 INFO copying /tmp/.tmpdGrXoe/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
81292024-10-22T16:57:34.907Z[ recovery-image] Oct 22 16:57:34.014 INFO O| Oct 22 16:57:34.014 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
81302024-10-22T16:57:34.908Z[ recovery-image] Oct 22 16:57:34.014 INFO O| Oct 22 16:57:34.014 INFO ok!
81312024-10-22T16:57:34.911Z[ recovery-image] Oct 22 16:57:34.014 INFO O| Oct 22 16:57:34.014 INFO STEP 51 (ensure_file) COMPLETE
81322024-10-22T16:57:34.911Z[ recovery-image] Oct 22 16:57:34.014 INFO O| Oct 22 16:57:34.014 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81332024-10-22T16:57:34.922Z[ recovery-image] Oct 22 16:57:34.025 INFO O| Oct 22 16:57:34.025 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81342024-10-22T16:57:34.922Z[ recovery-image] Oct 22 16:57:34.025 INFO O| Oct 22 16:57:34.025 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81352024-10-22T16:57:34.922Z[ recovery-image] Oct 22 16:57:34.025 INFO O| Oct 22 16:57:34.025 INFO STEP 52 (ensure_dir) COMPLETE
81362024-10-22T16:57:34.922Z[ recovery-image] Oct 22 16:57:34.025 INFO O| Oct 22 16:57:34.025 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81372024-10-22T16:57:34.928Z[ recovery-image] Oct 22 16:57:34.035 INFO O| Oct 22 16:57:34.035 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
81382024-10-22T16:57:34.928Z[ recovery-image] Oct 22 16:57:34.035 INFO O| Oct 22 16:57:34.035 INFO copying /tmp/.tmpdGrXoe/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 ...
81392024-10-22T16:57:34.931Z[ recovery-image] Oct 22 16:57:34.035 INFO O| Oct 22 16:57:34.035 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
81402024-10-22T16:57:34.931Z[ recovery-image] Oct 22 16:57:34.035 INFO O| Oct 22 16:57:34.035 INFO ok!
81412024-10-22T16:57:34.931Z[ recovery-image] Oct 22 16:57:34.035 INFO O| Oct 22 16:57:34.035 INFO STEP 53 (ensure_file) COMPLETE
81422024-10-22T16:57:34.931Z[ recovery-image] Oct 22 16:57:34.035 INFO O| Oct 22 16:57:34.035 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81432024-10-22T16:57:34.938Z[ recovery-image] Oct 22 16:57:34.045 INFO O| Oct 22 16:57:34.045 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
81442024-10-22T16:57:34.938Z[ recovery-image] Oct 22 16:57:34.045 INFO O| Oct 22 16:57:34.045 INFO copying /tmp/.tmpdGrXoe/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 ...
81452024-10-22T16:57:34.940Z[ recovery-image] Oct 22 16:57:34.045 INFO O| Oct 22 16:57:34.045 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
81462024-10-22T16:57:34.940Z[ recovery-image] Oct 22 16:57:34.045 INFO O| Oct 22 16:57:34.045 INFO ok!
81472024-10-22T16:57:34.940Z[ recovery-image] Oct 22 16:57:34.045 INFO O| Oct 22 16:57:34.045 INFO STEP 54 (ensure_file) COMPLETE
81482024-10-22T16:57:34.940Z[ recovery-image] Oct 22 16:57:34.045 INFO O| Oct 22 16:57:34.045 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81492024-10-22T16:57:34.948Z[ recovery-image] Oct 22 16:57:34.055 INFO O| Oct 22 16:57:34.055 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81502024-10-22T16:57:34.950Z[ recovery-image] Oct 22 16:57:34.055 INFO O| Oct 22 16:57:34.055 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81512024-10-22T16:57:34.950Z[ recovery-image] Oct 22 16:57:34.055 INFO O| Oct 22 16:57:34.055 INFO STEP 55 (ensure_dir) COMPLETE
81522024-10-22T16:57:34.950Z[ recovery-image] Oct 22 16:57:34.055 INFO O| Oct 22 16:57:34.055 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81532024-10-22T16:57:34.959Z[ recovery-image] Oct 22 16:57:34.065 INFO O| Oct 22 16:57:34.065 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
81542024-10-22T16:57:34.963Z[ recovery-image] Oct 22 16:57:34.065 INFO O| Oct 22 16:57:34.065 INFO copying /tmp/.tmpdGrXoe/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 ...
81552024-10-22T16:57:34.963Z[ recovery-image] Oct 22 16:57:34.065 INFO O| Oct 22 16:57:34.065 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
81562024-10-22T16:57:34.963Z[ recovery-image] Oct 22 16:57:34.065 INFO O| Oct 22 16:57:34.065 INFO ok!
81572024-10-22T16:57:34.964Z[ recovery-image] Oct 22 16:57:34.065 INFO O| Oct 22 16:57:34.065 INFO STEP 56 (ensure_file) COMPLETE
81582024-10-22T16:57:34.964Z[ recovery-image] Oct 22 16:57:34.065 INFO O| Oct 22 16:57:34.065 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81592024-10-22T16:57:34.973Z[ recovery-image] Oct 22 16:57:34.075 INFO O| Oct 22 16:57:34.075 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
81602024-10-22T16:57:34.974Z[ recovery-image] Oct 22 16:57:34.075 INFO O| Oct 22 16:57:34.075 INFO copying /tmp/.tmpdGrXoe/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 ...
81612024-10-22T16:57:34.982Z[ recovery-image] Oct 22 16:57:34.075 INFO O| Oct 22 16:57:34.075 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
81622024-10-22T16:57:34.982Z[ recovery-image] Oct 22 16:57:34.075 INFO O| Oct 22 16:57:34.075 INFO ok!
81632024-10-22T16:57:34.983Z[ recovery-image] Oct 22 16:57:34.075 INFO O| Oct 22 16:57:34.075 INFO STEP 57 (ensure_file) COMPLETE
81642024-10-22T16:57:34.983Z[ recovery-image] Oct 22 16:57:34.075 INFO O| Oct 22 16:57:34.075 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81652024-10-22T16:57:34.986Z[ recovery-image] Oct 22 16:57:34.086 INFO O| Oct 22 16:57:34.086 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81662024-10-22T16:57:34.986Z[ recovery-image] Oct 22 16:57:34.087 INFO O| Oct 22 16:57:34.087 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81672024-10-22T16:57:34.986Z[ recovery-image] Oct 22 16:57:34.087 INFO O| Oct 22 16:57:34.087 INFO STEP 58 (ensure_dir) COMPLETE
81682024-10-22T16:57:34.987Z[ recovery-image] Oct 22 16:57:34.087 INFO O| Oct 22 16:57:34.087 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81692024-10-22T16:57:34.994Z[ recovery-image] Oct 22 16:57:34.097 INFO O| Oct 22 16:57:34.097 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
81702024-10-22T16:57:34.994Z[ recovery-image] Oct 22 16:57:34.097 INFO O| Oct 22 16:57:34.097 INFO copying /tmp/.tmpdGrXoe/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 ...
81712024-10-22T16:57:34.994Z[ recovery-image] Oct 22 16:57:34.097 INFO O| Oct 22 16:57:34.097 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
81722024-10-22T16:57:34.995Z[ recovery-image] Oct 22 16:57:34.097 INFO O| Oct 22 16:57:34.097 INFO ok!
81732024-10-22T16:57:34.995Z[ recovery-image] Oct 22 16:57:34.097 INFO O| Oct 22 16:57:34.097 INFO STEP 59 (ensure_file) COMPLETE
81742024-10-22T16:57:34.995Z[ recovery-image] Oct 22 16:57:34.097 INFO O| Oct 22 16:57:34.097 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81752024-10-22T16:57:35.010Z[ recovery-image] Oct 22 16:57:34.107 INFO O| Oct 22 16:57:34.107 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
81762024-10-22T16:57:35.010Z[ recovery-image] Oct 22 16:57:34.107 INFO O| Oct 22 16:57:34.107 INFO copying /tmp/.tmpdGrXoe/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
81772024-10-22T16:57:35.010Z[ recovery-image] Oct 22 16:57:34.107 INFO O| Oct 22 16:57:34.107 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
81782024-10-22T16:57:35.010Z[ recovery-image] Oct 22 16:57:34.107 INFO O| Oct 22 16:57:34.107 INFO ok!
81792024-10-22T16:57:35.010Z[ recovery-image] Oct 22 16:57:34.107 INFO O| Oct 22 16:57:34.107 INFO STEP 60 (ensure_file) COMPLETE
81802024-10-22T16:57:35.011Z[ recovery-image] Oct 22 16:57:34.107 INFO O| Oct 22 16:57:34.107 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81812024-10-22T16:57:35.017Z[ recovery-image] Oct 22 16:57:34.117 INFO O| Oct 22 16:57:34.117 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
81822024-10-22T16:57:35.017Z[ recovery-image] Oct 22 16:57:34.117 INFO O| Oct 22 16:57:34.117 INFO STEP 61 (ensure_dir) COMPLETE
81832024-10-22T16:57:35.017Z[ recovery-image] Oct 22 16:57:34.117 INFO O| Oct 22 16:57:34.117 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81842024-10-22T16:57:35.021Z[ recovery-image] Oct 22 16:57:34.126 INFO O| Oct 22 16:57:34.126 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
81852024-10-22T16:57:35.022Z[ recovery-image] Oct 22 16:57:34.126 INFO O| Oct 22 16:57:34.126 INFO STEP 62 (ensure_dir) COMPLETE
81862024-10-22T16:57:35.022Z[ recovery-image] Oct 22 16:57:34.126 INFO O| Oct 22 16:57:34.126 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81872024-10-22T16:57:35.029Z[ recovery-image] Oct 22 16:57:34.136 INFO O| Oct 22 16:57:34.136 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81882024-10-22T16:57:35.032Z[ recovery-image] Oct 22 16:57:34.136 INFO O| Oct 22 16:57:34.136 INFO STEP 63 (ensure_dir) COMPLETE
81892024-10-22T16:57:35.033Z[ recovery-image] Oct 22 16:57:34.136 INFO O| Oct 22 16:57:34.136 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81902024-10-22T16:57:35.039Z[ recovery-image] Oct 22 16:57:34.146 INFO O| Oct 22 16:57:34.146 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81912024-10-22T16:57:35.040Z[ recovery-image] Oct 22 16:57:34.146 INFO O| Oct 22 16:57:34.146 INFO STEP 64 (ensure_dir) COMPLETE
81922024-10-22T16:57:35.040Z[ recovery-image] Oct 22 16:57:34.146 INFO O| Oct 22 16:57:34.146 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81932024-10-22T16:57:35.049Z[ recovery-image] Oct 22 16:57:34.156 INFO O| Oct 22 16:57:34.155 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
81942024-10-22T16:57:35.049Z[ recovery-image] Oct 22 16:57:34.156 INFO O| Oct 22 16:57:34.156 INFO copying /tmp/.tmpdGrXoe/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
81952024-10-22T16:57:35.052Z[ recovery-image] Oct 22 16:57:34.156 INFO O| Oct 22 16:57:34.156 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
81962024-10-22T16:57:35.052Z[ recovery-image] Oct 22 16:57:34.156 INFO O| Oct 22 16:57:34.156 INFO ok!
81972024-10-22T16:57:35.052Z[ recovery-image] Oct 22 16:57:34.156 INFO O| Oct 22 16:57:34.156 INFO STEP 65 (ensure_file) COMPLETE
81982024-10-22T16:57:35.052Z[ recovery-image] Oct 22 16:57:34.156 INFO O| Oct 22 16:57:34.156 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81992024-10-22T16:57:35.059Z[ recovery-image] Oct 22 16:57:34.165 INFO O| Oct 22 16:57:34.165 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
82002024-10-22T16:57:35.062Z[ recovery-image] Oct 22 16:57:34.166 INFO O| Oct 22 16:57:34.166 INFO STEP 66 (remove_files) COMPLETE
82012024-10-22T16:57:35.062Z[ recovery-image] Oct 22 16:57:34.166 INFO O| Oct 22 16:57:34.166 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82022024-10-22T16:57:35.069Z[ recovery-image] Oct 22 16:57:34.175 INFO O| Oct 22 16:57:34.175 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
82032024-10-22T16:57:35.072Z[ recovery-image] Oct 22 16:57:34.175 INFO O| Oct 22 16:57:34.175 INFO STEP 67 (remove_files) COMPLETE
82042024-10-22T16:57:35.072Z[ recovery-image] Oct 22 16:57:34.175 INFO O| Oct 22 16:57:34.175 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82052024-10-22T16:57:35.079Z[ recovery-image] Oct 22 16:57:34.185 INFO O| Oct 22 16:57:34.185 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
82062024-10-22T16:57:35.082Z[ recovery-image] Oct 22 16:57:34.185 INFO O| Oct 22 16:57:34.185 INFO STEP 68 (remove_files) COMPLETE
82072024-10-22T16:57:35.082Z[ recovery-image] Oct 22 16:57:34.185 INFO O| Oct 22 16:57:34.185 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82082024-10-22T16:57:35.089Z[ recovery-image] Oct 22 16:57:34.195 INFO O| Oct 22 16:57:34.195 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
82092024-10-22T16:57:35.091Z[ recovery-image] Oct 22 16:57:34.195 INFO O| Oct 22 16:57:34.195 INFO STEP 69 (remove_files) COMPLETE
82102024-10-22T16:57:35.091Z[ recovery-image] Oct 22 16:57:34.195 INFO O| Oct 22 16:57:34.195 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82112024-10-22T16:57:35.098Z[ recovery-image] Oct 22 16:57:34.205 INFO O| Oct 22 16:57:34.205 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
82122024-10-22T16:57:35.100Z[ recovery-image] Oct 22 16:57:34.205 INFO O| Oct 22 16:57:34.205 INFO STEP 70 (remove_files) COMPLETE
82132024-10-22T16:57:35.100Z[ recovery-image] Oct 22 16:57:34.205 INFO O| Oct 22 16:57:34.205 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82142024-10-22T16:57:35.108Z[ recovery-image] Oct 22 16:57:34.215 INFO O| Oct 22 16:57:34.215 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
82152024-10-22T16:57:35.110Z[ recovery-image] Oct 22 16:57:34.215 INFO O| Oct 22 16:57:34.215 INFO STEP 71 (remove_files) COMPLETE
82162024-10-22T16:57:35.110Z[ recovery-image] Oct 22 16:57:34.215 INFO O| Oct 22 16:57:34.215 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82172024-10-22T16:57:35.118Z[ recovery-image] Oct 22 16:57:34.225 INFO O| Oct 22 16:57:34.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
82182024-10-22T16:57:35.118Z[ recovery-image] Oct 22 16:57:34.225 INFO O| Oct 22 16:57:34.225 INFO STEP 72 (remove_files) COMPLETE
82192024-10-22T16:57:35.118Z[ recovery-image] Oct 22 16:57:34.225 INFO O| Oct 22 16:57:34.225 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82202024-10-22T16:57:35.128Z[ recovery-image] Oct 22 16:57:34.235 INFO O| Oct 22 16:57:34.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
82212024-10-22T16:57:35.128Z[ recovery-image] Oct 22 16:57:34.235 INFO O| Oct 22 16:57:34.235 INFO STEP 73 (remove_files) COMPLETE
82222024-10-22T16:57:35.130Z[ recovery-image] Oct 22 16:57:34.235 INFO O| Oct 22 16:57:34.235 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82232024-10-22T16:57:35.137Z[ recovery-image] Oct 22 16:57:34.244 INFO O| Oct 22 16:57:34.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
82242024-10-22T16:57:35.140Z[ recovery-image] Oct 22 16:57:34.244 INFO O| Oct 22 16:57:34.244 INFO STEP 74 (remove_files) COMPLETE
82252024-10-22T16:57:35.140Z[ recovery-image] Oct 22 16:57:34.244 INFO O| Oct 22 16:57:34.244 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82262024-10-22T16:57:35.147Z[ recovery-image] Oct 22 16:57:34.254 INFO O| Oct 22 16:57:34.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
82272024-10-22T16:57:35.147Z[ recovery-image] Oct 22 16:57:34.254 INFO O| Oct 22 16:57:34.254 INFO STEP 75 (remove_files) COMPLETE
82282024-10-22T16:57:35.147Z[ recovery-image] Oct 22 16:57:34.254 INFO O| Oct 22 16:57:34.254 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82292024-10-22T16:57:35.158Z[ recovery-image] Oct 22 16:57:34.263 INFO O| Oct 22 16:57:34.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
82302024-10-22T16:57:35.158Z[ recovery-image] Oct 22 16:57:34.263 INFO O| Oct 22 16:57:34.263 INFO STEP 76 (remove_files) COMPLETE
82312024-10-22T16:57:35.161Z[ recovery-image] Oct 22 16:57:34.263 INFO O| Oct 22 16:57:34.263 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82322024-10-22T16:57:35.167Z[ recovery-image] Oct 22 16:57:34.273 INFO O| Oct 22 16:57:34.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
82332024-10-22T16:57:35.167Z[ recovery-image] Oct 22 16:57:34.273 INFO O| Oct 22 16:57:34.273 INFO STEP 77 (remove_files) COMPLETE
82342024-10-22T16:57:35.169Z[ recovery-image] Oct 22 16:57:34.273 INFO O| Oct 22 16:57:34.273 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82352024-10-22T16:57:35.177Z[ recovery-image] Oct 22 16:57:34.284 INFO O| Oct 22 16:57:34.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
82362024-10-22T16:57:35.177Z[ recovery-image] Oct 22 16:57:34.284 INFO O| Oct 22 16:57:34.284 INFO STEP 78 (remove_files) COMPLETE
82372024-10-22T16:57:35.179Z[ recovery-image] Oct 22 16:57:34.284 INFO O| Oct 22 16:57:34.284 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82382024-10-22T16:57:35.187Z[ recovery-image] Oct 22 16:57:34.294 INFO O| Oct 22 16:57:34.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
82392024-10-22T16:57:35.187Z[ recovery-image] Oct 22 16:57:34.294 INFO O| Oct 22 16:57:34.294 INFO STEP 79 (remove_files) COMPLETE
82402024-10-22T16:57:35.192Z[ recovery-image] Oct 22 16:57:34.294 INFO O| Oct 22 16:57:34.294 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82412024-10-22T16:57:35.197Z[ recovery-image] Oct 22 16:57:34.304 INFO O| Oct 22 16:57:34.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
82422024-10-22T16:57:35.197Z[ recovery-image] Oct 22 16:57:34.304 INFO O| Oct 22 16:57:34.304 INFO STEP 80 (remove_files) COMPLETE
82432024-10-22T16:57:35.200Z[ recovery-image] Oct 22 16:57:34.304 INFO O| Oct 22 16:57:34.304 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82442024-10-22T16:57:35.208Z[ recovery-image] Oct 22 16:57:34.315 INFO O| Oct 22 16:57:34.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
82452024-10-22T16:57:35.208Z[ recovery-image] Oct 22 16:57:34.315 INFO O| Oct 22 16:57:34.315 INFO STEP 81 (remove_files) COMPLETE
82462024-10-22T16:57:35.208Z[ recovery-image] Oct 22 16:57:34.315 INFO O| Oct 22 16:57:34.315 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82472024-10-22T16:57:35.218Z[ recovery-image] Oct 22 16:57:34.325 INFO O| Oct 22 16:57:34.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
82482024-10-22T16:57:35.218Z[ recovery-image] Oct 22 16:57:34.325 INFO O| Oct 22 16:57:34.325 INFO STEP 82 (remove_files) COMPLETE
82492024-10-22T16:57:35.220Z[ recovery-image] Oct 22 16:57:34.325 INFO O| Oct 22 16:57:34.325 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82502024-10-22T16:57:35.228Z[ recovery-image] Oct 22 16:57:34.335 INFO O| Oct 22 16:57:34.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
82512024-10-22T16:57:35.231Z[ recovery-image] Oct 22 16:57:34.335 INFO O| Oct 22 16:57:34.335 INFO STEP 83 (remove_files) COMPLETE
82522024-10-22T16:57:35.231Z[ recovery-image] Oct 22 16:57:34.335 INFO O| Oct 22 16:57:34.335 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82532024-10-22T16:57:35.239Z[ recovery-image] Oct 22 16:57:34.345 INFO O| Oct 22 16:57:34.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
82542024-10-22T16:57:35.241Z[ recovery-image] Oct 22 16:57:34.345 INFO O| Oct 22 16:57:34.345 INFO STEP 84 (remove_files) COMPLETE
82552024-10-22T16:57:35.241Z[ recovery-image] Oct 22 16:57:34.345 INFO O| Oct 22 16:57:34.345 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82562024-10-22T16:57:35.249Z[ recovery-image] Oct 22 16:57:34.356 INFO O| Oct 22 16:57:34.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
82572024-10-22T16:57:35.249Z[ recovery-image] Oct 22 16:57:34.356 INFO O| Oct 22 16:57:34.356 INFO STEP 85 (remove_files) COMPLETE
82582024-10-22T16:57:35.251Z[ recovery-image] Oct 22 16:57:34.356 INFO O| Oct 22 16:57:34.356 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82592024-10-22T16:57:35.259Z[ recovery-image] Oct 22 16:57:34.365 INFO O| Oct 22 16:57:34.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
82602024-10-22T16:57:35.261Z[ recovery-image] Oct 22 16:57:34.365 INFO O| Oct 22 16:57:34.365 INFO STEP 86 (remove_files) COMPLETE
82612024-10-22T16:57:35.261Z[ recovery-image] Oct 22 16:57:34.365 INFO O| Oct 22 16:57:34.365 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82622024-10-22T16:57:35.270Z[ recovery-image] Oct 22 16:57:34.375 INFO O| Oct 22 16:57:34.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
82632024-10-22T16:57:35.273Z[ recovery-image] Oct 22 16:57:34.375 INFO O| Oct 22 16:57:34.375 INFO STEP 87 (remove_files) COMPLETE
82642024-10-22T16:57:35.273Z[ recovery-image] Oct 22 16:57:34.375 INFO O| Oct 22 16:57:34.375 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82652024-10-22T16:57:35.278Z[ recovery-image] Oct 22 16:57:34.385 INFO O| Oct 22 16:57:34.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
82662024-10-22T16:57:35.281Z[ recovery-image] Oct 22 16:57:34.385 INFO O| Oct 22 16:57:34.385 INFO STEP 88 (remove_files) COMPLETE
82672024-10-22T16:57:35.281Z[ recovery-image] Oct 22 16:57:34.385 INFO O| Oct 22 16:57:34.385 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82682024-10-22T16:57:35.288Z[ recovery-image] Oct 22 16:57:34.395 INFO O| Oct 22 16:57:34.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
82692024-10-22T16:57:35.290Z[ recovery-image] Oct 22 16:57:34.395 INFO O| Oct 22 16:57:34.395 INFO STEP 89 (remove_files) COMPLETE
82702024-10-22T16:57:35.290Z[ recovery-image] Oct 22 16:57:34.395 INFO O| Oct 22 16:57:34.395 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82712024-10-22T16:57:35.298Z[ recovery-image] Oct 22 16:57:34.405 INFO O| Oct 22 16:57:34.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
82722024-10-22T16:57:35.298Z[ recovery-image] Oct 22 16:57:34.405 INFO O| Oct 22 16:57:34.405 INFO STEP 90 (remove_files) COMPLETE
82732024-10-22T16:57:35.300Z[ recovery-image] Oct 22 16:57:34.405 INFO O| Oct 22 16:57:34.405 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82742024-10-22T16:57:35.308Z[ recovery-image] Oct 22 16:57:34.414 INFO O| Oct 22 16:57:34.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
82752024-10-22T16:57:35.310Z[ recovery-image] Oct 22 16:57:34.414 INFO O| Oct 22 16:57:34.414 INFO STEP 91 (remove_files) COMPLETE
82762024-10-22T16:57:35.310Z[ recovery-image] Oct 22 16:57:34.414 INFO O| Oct 22 16:57:34.414 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82772024-10-22T16:57:35.317Z[ recovery-image] Oct 22 16:57:34.424 INFO O| Oct 22 16:57:34.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
82782024-10-22T16:57:35.317Z[ recovery-image] Oct 22 16:57:34.424 INFO O| Oct 22 16:57:34.424 INFO STEP 92 (remove_files) COMPLETE
82792024-10-22T16:57:35.320Z[ recovery-image] Oct 22 16:57:34.424 INFO O| Oct 22 16:57:34.424 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82802024-10-22T16:57:35.327Z[ recovery-image] Oct 22 16:57:34.434 INFO O| Oct 22 16:57:34.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
82812024-10-22T16:57:35.327Z[ recovery-image] Oct 22 16:57:34.434 INFO O| Oct 22 16:57:34.434 INFO STEP 93 (remove_files) COMPLETE
82822024-10-22T16:57:35.327Z[ recovery-image] Oct 22 16:57:34.434 INFO O| Oct 22 16:57:34.434 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82832024-10-22T16:57:35.337Z[ recovery-image] Oct 22 16:57:34.444 INFO O| Oct 22 16:57:34.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
82842024-10-22T16:57:35.337Z[ recovery-image] Oct 22 16:57:34.444 INFO O| Oct 22 16:57:34.444 INFO STEP 94 (remove_files) COMPLETE
82852024-10-22T16:57:35.337Z[ recovery-image] Oct 22 16:57:34.444 INFO O| Oct 22 16:57:34.444 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82862024-10-22T16:57:35.352Z[ recovery-image] Oct 22 16:57:34.458 INFO O| Oct 22 16:57:34.458 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
82872024-10-22T16:57:35.354Z[ recovery-image] Oct 22 16:57:34.459 INFO O| Oct 22 16:57:34.459 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
82882024-10-22T16:57:43.014Z[ recovery-image] Oct 22 16:57:42.119 INFO O| Oct 22 16:57:42.119 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
82892024-10-22T16:57:43.014Z[ recovery-image] Oct 22 16:57:42.119 INFO O| Oct 22 16:57:42.119 INFO E| svccfg: Loaded 67 smf(7) service descriptions
82902024-10-22T16:57:43.026Z[ recovery-image] Oct 22 16:57:42.132 INFO O| Oct 22 16:57:42.132 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
82912024-10-22T16:57:43.101Z[ recovery-image] Oct 22 16:57:42.206 INFO O| Oct 22 16:57:42.206 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
82922024-10-22T16:57:43.101Z[ recovery-image] Oct 22 16:57:42.206 INFO O| Oct 22 16:57:42.206 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 ...
82932024-10-22T16:57:43.104Z[ recovery-image] Oct 22 16:57:42.208 INFO O| Oct 22 16:57:42.208 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
82942024-10-22T16:57:43.104Z[ recovery-image] Oct 22 16:57:42.208 INFO O| Oct 22 16:57:42.208 INFO ok!
82952024-10-22T16:57:43.104Z[ recovery-image] Oct 22 16:57:42.208 INFO O| Oct 22 16:57:42.208 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
82962024-10-22T16:57:43.104Z[ recovery-image] Oct 22 16:57:42.208 INFO O| Oct 22 16:57:42.208 INFO STEP 95 (seed_smf) COMPLETE
82972024-10-22T16:57:43.104Z[ recovery-image] Oct 22 16:57:42.208 INFO O| Oct 22 16:57:42.208 INFO steps complete; finalising image!
82982024-10-22T16:57:43.104Z[ recovery-image] Oct 22 16:57:42.208 INFO O| Oct 22 16:57:42.208 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
82992024-10-22T16:57:43.135Z[ recovery-image] Oct 22 16:57:42.241 INFO O| Oct 22 16:57:42.241 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Tue Oct 22 16:57:42 2024)
83002024-10-22T16:57:43.342Z[ recovery-image] Oct 22 16:57:42.447 INFO O| Oct 22 16:57:42.447 INFO trim TEMPORARY-gimlet-zfs-recovery: (68% trimmed, started at Tue Oct 22 16:57:42 2024)
83012024-10-22T16:57:43.563Z[ recovery-image] Oct 22 16:57:42.668 INFO O| Oct 22 16:57:42.668 INFO temporary pool has 411M used, 1.35G avail, 1.00x compressratio
83022024-10-22T16:57:43.563Z[ recovery-image] Oct 22 16:57:42.668 INFO O| Oct 22 16:57:42.668 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
83032024-10-22T16:57:43.820Z[ recovery-image] Oct 22 16:57:42.925 INFO O| Oct 22 16:57:42.925 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
83042024-10-22T16:57:43.820Z[ recovery-image] Oct 22 16:57:42.925 INFO O| Oct 22 16:57:42.925 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
83052024-10-22T16:57:46.929Z[ recovery-image] Oct 22 16:57:46.034 INFO O| Oct 22 16:57:46.034 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83062024-10-22T16:57:46.929Z[ recovery-image] Oct 22 16:57:46.034 INFO O| Oct 22 16:57:46.034 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83072024-10-22T16:57:46.932Z[ recovery-image] Oct 22 16:57:46.034 INFO O| Oct 22 16:57:46.034 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83082024-10-22T16:57:46.932Z[ recovery-image] Oct 22 16:57:46.034 INFO O| Oct 22 16:57:46.034 INFO completed processing gimlet/zfs-recovery
83092024-10-22T16:57:46.932Z[ recovery-image] Oct 22 16:57:46.034 INFO O| Oct 22 16:57:46.034 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
83102024-10-22T16:57:47.098Z[ recovery-image] Oct 22 16:57:46.203 INFO O| Oct 22 16:57:46.203 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
83112024-10-22T16:57:47.182Z[ recovery-image] Oct 22 16:57:46.287 INFO BUILD STRING "heads/stlouis-0-g3c4c34aff6\n"
83122024-10-22T16:57:47.184Z[ recovery-image] Oct 22 16:57:46.287 INFO expanded image name: "recovery ab1f377/${os_short_commit} 2024-10-22 16:29" -> "recovery ab1f377/3c4c34a 2024-10-22 16:29"
83132024-10-22T16:57:47.185Z[ recovery-image] Oct 22 16:57:46.287 INFO output artefacts stored in: "/work/os-recovery"
83142024-10-22T16:57:47.185Z[ recovery-image] Oct 22 16:57:46.287 INFO collecting git info from project "phbl"...
83152024-10-22T16:57:47.195Z[ recovery-image] Oct 22 16:57:46.300 INFO collecting git info from project "chelsio-t6-roms"...
83162024-10-22T16:57:47.216Z[ recovery-image] Oct 22 16:57:46.321 INFO collecting git info from project "pilot"...
83172024-10-22T16:57:47.227Z[ recovery-image] Oct 22 16:57:46.332 INFO collecting git info from project "amd-firmware"...
83182024-10-22T16:57:47.474Z[ recovery-image] Oct 22 16:57:46.579 INFO collecting git info from project "image-builder"...
83192024-10-22T16:57:47.480Z[ recovery-image] Oct 22 16:57:46.585 INFO collecting git info from project "pinprick"...
83202024-10-22T16:57:47.485Z[ recovery-image] Oct 22 16:57:46.590 INFO collecting git info from project "amd-host-image-builder"...
83212024-10-22T16:57:47.722Z[ recovery-image] Oct 22 16:57:46.826 INFO collecting git info from project "bootserver"...
83222024-10-22T16:57:47.728Z[ recovery-image] Oct 22 16:57:46.833 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
83232024-10-22T16:57:48.080Z[ recovery-image] Oct 22 16:57:47.184 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
83242024-10-22T16:57:48.425Z[ recovery-image] Oct 22 16:57:47.530 INFO creating Oxide boot image...
83252024-10-22T16:57:48.425Z[ recovery-image] Oct 22 16:57:47.530 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery ab1f377/3c4c34a 2024-10-22 16:29", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
83262024-10-22T16:58:14.961Z[ host-image] Oct 22 16:58:14.062 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22982:20241021T230534Z
83272024-10-22T16:58:14.964Z[ host-image] Oct 22 16:58:14.062 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22982:20241021T230534Z
83282024-10-22T16:58:14.964Z[ host-image] Oct 22 16:58:14.062 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
83292024-10-22T16:58:14.964Z[ host-image] Oct 22 16:58:14.063 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
83302024-10-22T16:58:14.964Z[ host-image] Oct 22 16:58:14.063 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
83312024-10-22T16:58:14.964Z[ host-image] Oct 22 16:58:14.063 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
83322024-10-22T16:58:14.964Z[ host-image] Oct 22 16:58:14.064 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
83332024-10-22T16:58:14.964Z[ host-image] Oct 22 16:58:14.064 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
83342024-10-22T16:58:14.964Z[ host-image] Oct 22 16:58:14.064 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
83352024-10-22T16:58:14.964Z[ host-image] Oct 22 16:58:14.064 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
83362024-10-22T16:58:14.964Z[ host-image] Oct 22 16:58:14.064 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22982:20241021T230535Z
83372024-10-22T16:58:14.966Z[ host-image] Oct 22 16:58:14.066 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22982:20241021T230536Z
83382024-10-22T16:58:14.967Z[ host-image] Oct 22 16:58:14.067 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22982:20241021T230536Z
83392024-10-22T16:58:14.967Z[ host-image] Oct 22 16:58:14.067 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22982:20241021T230536Z
83402024-10-22T16:58:14.967Z[ host-image] Oct 22 16:58:14.067 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
83412024-10-22T16:58:14.969Z[ host-image] Oct 22 16:58:14.068 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22982:20241021T230536Z
83422024-10-22T16:58:14.969Z[ host-image] Oct 22 16:58:14.069 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22982:20241021T230536Z
83432024-10-22T16:58:14.969Z[ host-image] Oct 22 16:58:14.069 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22982:20241021T230536Z
83442024-10-22T16:58:14.969Z[ host-image] Oct 22 16:58:14.069 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22982:20241021T230537Z
83452024-10-22T16:58:14.969Z[ host-image] Oct 22 16:58:14.069 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22982:20241021T230538Z
83462024-10-22T16:58:14.969Z[ host-image] Oct 22 16:58:14.069 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22982:20241021T230538Z
83472024-10-22T16:58:14.969Z[ host-image] Oct 22 16:58:14.069 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22982:20241021T230538Z
83482024-10-22T16:58:14.969Z[ host-image] Oct 22 16:58:14.069 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22982:20241021T230538Z
83492024-10-22T16:58:14.969Z[ host-image] Oct 22 16:58:14.070 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22982:20241021T230539Z
83502024-10-22T16:58:14.969Z[ host-image] Oct 22 16:58:14.070 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22982:20241021T230540Z
83512024-10-22T16:58:14.969Z[ host-image] Oct 22 16:58:14.070 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22982:20241021T230540Z
83522024-10-22T16:58:14.971Z[ host-image] Oct 22 16:58:14.070 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22982:20241021T230542Z
83532024-10-22T16:58:14.972Z[ host-image] Oct 22 16:58:14.070 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22982:20241021T230543Z
83542024-10-22T16:58:14.972Z[ host-image] Oct 22 16:58:14.070 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
83552024-10-22T16:58:14.972Z[ host-image] Oct 22 16:58:14.071 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22982:20241021T230544Z
83562024-10-22T16:58:14.972Z[ host-image] Oct 22 16:58:14.071 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22982:20241021T230546Z
83572024-10-22T16:58:14.972Z[ host-image] Oct 22 16:58:14.071 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22982:20241021T230547Z
83582024-10-22T16:58:14.972Z[ host-image] Oct 22 16:58:14.071 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22982:20241021T230548Z
83592024-10-22T16:58:14.972Z[ host-image] Oct 22 16:58:14.072 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22982:20241021T230549Z
83602024-10-22T16:58:14.972Z[ host-image] Oct 22 16:58:14.072 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22982:20241021T230549Z
83612024-10-22T16:58:14.980Z[ host-image] Oct 22 16:58:14.081 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
83622024-10-22T16:58:14.980Z[ host-image] Oct 22 16:58:14.081 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22982:20241021T230550Z
83632024-10-22T16:58:14.983Z[ host-image] Oct 22 16:58:14.082 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z
83642024-10-22T16:58:14.983Z[ host-image] Oct 22 16:58:14.082 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
83652024-10-22T16:58:14.983Z[ host-image] Oct 22 16:58:14.082 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
83662024-10-22T16:58:14.983Z[ host-image] Oct 22 16:58:14.083 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22982:20241021T230550Z
83672024-10-22T16:58:14.983Z[ host-image] Oct 22 16:58:14.083 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
83682024-10-22T16:58:14.983Z[ host-image] Oct 22 16:58:14.083 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
83692024-10-22T16:58:14.986Z[ host-image] Oct 22 16:58:14.084 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
83702024-10-22T16:58:14.986Z[ host-image] Oct 22 16:58:14.085 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
83712024-10-22T16:58:14.996Z[ host-image] Oct 22 16:58:14.097 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
83722024-10-22T16:58:14.996Z[ host-image] Oct 22 16:58:14.097 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
83732024-10-22T16:58:14.998Z[ host-image] Oct 22 16:58:14.097 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
83742024-10-22T16:58:14.998Z[ host-image] Oct 22 16:58:14.098 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83752024-10-22T16:58:14.999Z[ host-image] Oct 22 16:58:14.098 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83762024-10-22T16:58:14.999Z[ host-image] Oct 22 16:58:14.099 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83772024-10-22T16:58:15.034Z[ host-image] Oct 22 16:58:14.135 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
83782024-10-22T16:58:15.036Z[ host-image] Oct 22 16:58:14.135 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
83792024-10-22T16:58:15.036Z[ host-image] Oct 22 16:58:14.135 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
83802024-10-22T16:58:15.036Z[ host-image] Oct 22 16:58:14.136 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22982:20241021T230552Z
83812024-10-22T16:58:15.036Z[ host-image] Oct 22 16:58:14.136 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22982:20241021T230558Z
83822024-10-22T16:58:15.036Z[ host-image] Oct 22 16:58:14.136 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
83832024-10-22T16:58:15.036Z[ host-image] Oct 22 16:58:14.137 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22982:20241021T230558Z
83842024-10-22T16:58:15.036Z[ host-image] Oct 22 16:58:14.137 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
83852024-10-22T16:58:15.036Z[ host-image] Oct 22 16:58:14.137 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
83862024-10-22T16:58:15.036Z[ host-image] Oct 22 16:58:14.137 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
83872024-10-22T16:58:15.036Z[ host-image] Oct 22 16:58:14.137 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22982:20241021T230559Z
83882024-10-22T16:58:15.036Z[ host-image] Oct 22 16:58:14.137 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83892024-10-22T16:58:15.041Z[ host-image] Oct 22 16:58:14.142 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83902024-10-22T16:58:15.043Z[ host-image] Oct 22 16:58:14.142 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83912024-10-22T16:58:15.043Z[ host-image] Oct 22 16:58:14.142 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
83922024-10-22T16:58:15.043Z[ host-image] Oct 22 16:58:14.142 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22982:20241021T230559Z
83932024-10-22T16:58:15.043Z[ host-image] Oct 22 16:58:14.143 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
83942024-10-22T16:58:15.056Z[ host-image] Oct 22 16:58:14.157 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
83952024-10-22T16:58:15.059Z[ host-image] Oct 22 16:58:14.158 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22982:20241021T230559Z
83962024-10-22T16:58:15.059Z[ host-image] Oct 22 16:58:14.160 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22982:20241021T230600Z
83972024-10-22T16:58:15.061Z[ host-image] Oct 22 16:58:14.160 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22982:20241021T230600Z
83982024-10-22T16:58:15.061Z[ host-image] Oct 22 16:58:14.160 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
83992024-10-22T16:58:15.061Z[ host-image] Oct 22 16:58:14.161 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22982:20241021T230601Z
84002024-10-22T16:58:15.061Z[ host-image] Oct 22 16:58:14.161 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22982:20241021T230602Z
84012024-10-22T16:58:15.061Z[ host-image] Oct 22 16:58:14.161 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22982:20241021T230602Z
84022024-10-22T16:58:15.061Z[ host-image] Oct 22 16:58:14.162 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22982:20241021T230602Z
84032024-10-22T16:58:15.064Z[ host-image] Oct 22 16:58:14.165 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
84042024-10-22T16:58:15.067Z[ host-image] Oct 22 16:58:14.166 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22982:20241021T230602Z
84052024-10-22T16:58:15.067Z[ host-image] Oct 22 16:58:14.166 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22982:20241021T230604Z
84062024-10-22T16:58:15.067Z[ host-image] Oct 22 16:58:14.167 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
84072024-10-22T16:58:15.067Z[ host-image] Oct 22 16:58:14.167 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22982:20241021T230604Z
84082024-10-22T16:58:15.067Z[ host-image] Oct 22 16:58:14.167 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22982:20241021T230604Z
84092024-10-22T16:58:15.068Z[ host-image] Oct 22 16:58:14.167 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22982:20241021T230604Z
84102024-10-22T16:58:15.068Z[ host-image] Oct 22 16:58:14.168 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22982:20241021T230604Z
84112024-10-22T16:58:15.075Z[ host-image] Oct 22 16:58:14.176 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22982:20241021T230604Z
84122024-10-22T16:58:15.075Z[ host-image] Oct 22 16:58:14.176 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
84132024-10-22T16:58:15.077Z[ host-image] Oct 22 16:58:14.178 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22982:20241021T230604Z
84142024-10-22T16:58:15.080Z[ host-image] Oct 22 16:58:14.179 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22982:20241021T230605Z
84152024-10-22T16:58:15.080Z[ host-image] Oct 22 16:58:14.179 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22982:20241021T230605Z
84162024-10-22T16:58:15.080Z[ host-image] Oct 22 16:58:14.180 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22982:20241021T230605Z
84172024-10-22T16:58:15.080Z[ host-image] Oct 22 16:58:14.180 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22982:20241021T230605Z
84182024-10-22T16:58:15.080Z[ host-image] Oct 22 16:58:14.181 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22982:20241021T230606Z
84192024-10-22T16:58:15.090Z[ host-image] Oct 22 16:58:14.191 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22982:20241021T230607Z
84202024-10-22T16:58:15.092Z[ host-image] Oct 22 16:58:14.191 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22982:20241021T230606Z
84212024-10-22T16:58:15.092Z[ host-image] Oct 22 16:58:14.191 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22982:20241021T230606Z
84222024-10-22T16:58:15.092Z[ host-image] Oct 22 16:58:14.192 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22982:20241021T230607Z
84232024-10-22T16:58:15.092Z[ host-image] Oct 22 16:58:14.193 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22982:20241021T230607Z
84242024-10-22T16:58:15.113Z[ host-image] Oct 22 16:58:14.214 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22982:20241021T230610Z
84252024-10-22T16:58:15.116Z[ host-image] Oct 22 16:58:14.214 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22982:20241021T230607Z
84262024-10-22T16:58:15.116Z[ host-image] Oct 22 16:58:14.215 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22982:20241021T230607Z
84272024-10-22T16:58:15.116Z[ host-image] Oct 22 16:58:14.215 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
84282024-10-22T16:58:15.116Z[ host-image] Oct 22 16:58:14.215 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
84292024-10-22T16:58:15.143Z[ host-image] Oct 22 16:58:14.245 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22982:20241021T230608Z
84302024-10-22T16:58:15.146Z[ host-image] Oct 22 16:58:14.245 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
84312024-10-22T16:58:15.146Z[ host-image] Oct 22 16:58:14.245 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22982:20241021T230608Z
84322024-10-22T16:58:15.146Z[ host-image] Oct 22 16:58:14.245 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22982:20241021T230608Z
84332024-10-22T16:58:15.146Z[ host-image] Oct 22 16:58:14.246 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22982:20241021T230608Z
84342024-10-22T16:58:15.146Z[ host-image] Oct 22 16:58:14.247 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
84352024-10-22T16:58:15.146Z[ host-image] Oct 22 16:58:14.247 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
84362024-10-22T16:58:15.149Z[ host-image] Oct 22 16:58:14.247 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22982:20241021T230609Z
84372024-10-22T16:58:15.149Z[ host-image] Oct 22 16:58:14.248 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22982:20241021T230609Z
84382024-10-22T16:58:15.149Z[ host-image] Oct 22 16:58:14.248 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22982:20241021T230609Z
84392024-10-22T16:58:15.149Z[ host-image] Oct 22 16:58:14.248 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22982:20241021T230609Z
84402024-10-22T16:58:15.149Z[ host-image] Oct 22 16:58:14.248 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22982:20241021T230610Z
84412024-10-22T16:58:15.149Z[ host-image] Oct 22 16:58:14.248 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22982:20241021T230610Z
84422024-10-22T16:58:15.151Z[ host-image] Oct 22 16:58:14.251 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
84432024-10-22T16:58:15.151Z[ host-image] Oct 22 16:58:14.252 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22982:20241021T230611Z
84442024-10-22T16:58:15.154Z[ host-image] Oct 22 16:58:14.253 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22982:20241021T230611Z
84452024-10-22T16:58:15.154Z[ host-image] Oct 22 16:58:14.253 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22982:20241021T230611Z
84462024-10-22T16:58:15.154Z[ host-image] Oct 22 16:58:14.254 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22982:20241021T230612Z
84472024-10-22T16:58:15.154Z[ host-image] Oct 22 16:58:14.254 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22982:20241021T230612Z
84482024-10-22T16:58:15.154Z[ host-image] Oct 22 16:58:14.254 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22982:20241021T230612Z
84492024-10-22T16:58:15.154Z[ host-image] Oct 22 16:58:14.254 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
84502024-10-22T16:58:15.154Z[ host-image] Oct 22 16:58:14.254 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
84512024-10-22T16:58:15.154Z[ host-image] Oct 22 16:58:14.255 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22982:20241021T230614Z
84522024-10-22T16:58:15.156Z[ host-image] Oct 22 16:58:14.255 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22982:20241021T230615Z
84532024-10-22T16:58:15.157Z[ host-image] Oct 22 16:58:14.255 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
84542024-10-22T16:58:15.157Z[ host-image] Oct 22 16:58:14.255 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
84552024-10-22T16:58:15.157Z[ host-image] Oct 22 16:58:14.255 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
84562024-10-22T16:58:15.157Z[ host-image] Oct 22 16:58:14.255 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
84572024-10-22T16:58:15.157Z[ host-image] Oct 22 16:58:14.255 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
84582024-10-22T16:58:15.157Z[ host-image] Oct 22 16:58:14.256 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
84592024-10-22T16:58:15.159Z[ host-image] Oct 22 16:58:14.258 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
84602024-10-22T16:58:15.159Z[ host-image] Oct 22 16:58:14.258 INFO O| tempdir @ "/tmp/.tmpanrEvm/tmp"
84612024-10-22T16:58:15.159Z[ host-image] Oct 22 16:58:14.258 INFO O| image root @ "/tmp/.tmpanrEvm/tmp/root"
84622024-10-22T16:58:15.159Z[ host-image] Oct 22 16:58:14.258 INFO O| creating image...
84632024-10-22T16:58:15.638Z[ host-image] Oct 22 16:58:14.738 INFO O| copying publishers...
84642024-10-22T16:58:24.283Z[ host-image] Oct 22 16:58:23.382 INFO O| adding properties...
84652024-10-22T16:58:25.317Z[ host-image] Oct 22 16:58:24.416 INFO O| installing packages...
84662024-10-22T16:58:34.331Z[ recovery-image] Oct 22 16:58:33.429 INFO O| ok, image written!
84672024-10-22T16:58:34.333Z[ recovery-image] Oct 22 16:58:33.429 INFO O| ok, boot_image_csum file written!
84682024-10-22T16:58:34.336Z[ recovery-image] Oct 22 16:58:33.433 INFO creating boot archive (CPIO)...
84692024-10-22T16:58:34.336Z[ recovery-image] Oct 22 16:58:33.434 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
84702024-10-22T16:58:34.344Z[ recovery-image] Oct 22 16:58:33.442 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84712024-10-22T16:58:34.344Z[ recovery-image] Oct 22 16:58:33.442 INFO E| + outfile=/work/os-recovery/cpio
84722024-10-22T16:58:34.344Z[ recovery-image] Oct 22 16:58:33.442 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84732024-10-22T16:58:34.346Z[ recovery-image] Oct 22 16:58:33.444 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84742024-10-22T16:58:34.347Z[ recovery-image] Oct 22 16:58:33.444 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84752024-10-22T16:58:34.377Z[ recovery-image] Oct 22 16:58:33.475 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
84762024-10-22T16:58:34.377Z[ recovery-image] Oct 22 16:58:33.475 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84772024-10-22T16:58:34.383Z[ recovery-image] Oct 22 16:58:33.482 INFO creating compressed cpio/unix for nanobl-rs...
84782024-10-22T16:58:34.386Z[ recovery-image] Oct 22 16:58:33.482 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
84792024-10-22T16:58:34.666Z[ recovery-image] Oct 22 16:58:33.764 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
84802024-10-22T16:58:39.044Z[ recovery-image] Oct 22 16:58:38.141 INFO creating reset image...
84812024-10-22T16:58:39.047Z[ recovery-image] Oct 22 16:58:38.141 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84822024-10-22T16:58:39.281Z[ recovery-image] Oct 22 16:58:38.378 INFO E| Updating crates.io index
84832024-10-22T16:58:39.357Z[ recovery-image] Oct 22 16:58:38.453 INFO E| Downloading crates ...
84842024-10-22T16:58:39.446Z[ recovery-image] Oct 22 16:58:38.543 INFO E| Downloaded os_pipe v1.2.1
84852024-10-22T16:58:39.471Z[ recovery-image] Oct 22 16:58:38.569 INFO E| Downloaded shared_child v1.0.1
84862024-10-22T16:58:39.475Z[ recovery-image] Oct 22 16:58:38.572 INFO E| Downloaded clap_builder v4.5.17
84872024-10-22T16:58:39.481Z[ recovery-image] Oct 22 16:58:38.578 INFO E| Downloaded duct v0.13.7
84882024-10-22T16:58:39.484Z[ recovery-image] Oct 22 16:58:38.580 INFO E| Downloaded clap v4.5.17
84892024-10-22T16:58:39.523Z[ recovery-image] Oct 22 16:58:38.621 INFO E| Downloaded libc v0.2.158
84902024-10-22T16:58:39.598Z[ recovery-image] Oct 22 16:58:38.696 INFO E| Compiling proc-macro2 v1.0.86
84912024-10-22T16:58:39.599Z[ recovery-image] Oct 22 16:58:38.696 INFO E| Compiling unicode-ident v1.0.13
84922024-10-22T16:58:39.599Z[ recovery-image] Oct 22 16:58:38.696 INFO E| Compiling libc v0.2.158
84932024-10-22T16:58:39.599Z[ recovery-image] Oct 22 16:58:38.696 INFO E| Compiling utf8parse v0.2.2
84942024-10-22T16:58:39.601Z[ recovery-image] Oct 22 16:58:38.696 INFO E| Compiling anstyle v1.0.8
84952024-10-22T16:58:39.601Z[ recovery-image] Oct 22 16:58:38.696 INFO E| Compiling anstyle-query v1.1.1
84962024-10-22T16:58:39.603Z[ recovery-image] Oct 22 16:58:38.700 INFO E| Compiling is_terminal_polyfill v1.70.1
84972024-10-22T16:58:39.603Z[ recovery-image] Oct 22 16:58:38.700 INFO E| Compiling colorchoice v1.0.2
84982024-10-22T16:58:39.801Z[ recovery-image] Oct 22 16:58:38.898 INFO E| Compiling anstyle-parse v0.2.5
84992024-10-22T16:58:39.821Z[ recovery-image] Oct 22 16:58:38.918 INFO E| Compiling clap_lex v0.7.2
85002024-10-22T16:58:39.825Z[ recovery-image] Oct 22 16:58:38.922 INFO E| Compiling strsim v0.11.1
85012024-10-22T16:58:39.845Z[ recovery-image] Oct 22 16:58:38.942 INFO E| Compiling heck v0.5.0
85022024-10-22T16:58:39.920Z[ recovery-image] Oct 22 16:58:39.017 INFO E| Compiling once_cell v1.19.0
85032024-10-22T16:58:40.049Z[ recovery-image] Oct 22 16:58:39.146 INFO E| Compiling anstream v0.6.15
85042024-10-22T16:58:40.441Z[ recovery-image] Oct 22 16:58:39.538 INFO E| Compiling clap_builder v4.5.17
85052024-10-22T16:58:40.973Z[ recovery-image] Oct 22 16:58:40.070 INFO E| Compiling os_pipe v1.2.1
85062024-10-22T16:58:40.973Z[ recovery-image] Oct 22 16:58:40.070 INFO E| Compiling shared_child v1.0.1
85072024-10-22T16:58:41.112Z[ recovery-image] Oct 22 16:58:40.209 INFO E| Compiling duct v0.13.7
85082024-10-22T16:58:41.124Z[ recovery-image] Oct 22 16:58:40.220 INFO E| Compiling quote v1.0.37
85092024-10-22T16:58:41.445Z[ recovery-image] Oct 22 16:58:40.542 INFO E| Compiling syn v2.0.77
85102024-10-22T16:58:41.869Z[ host-image] Oct 22 16:58:40.965 INFO O| seeding SMF database...
85112024-10-22T16:58:45.263Z[ recovery-image] Oct 22 16:58:44.360 INFO E| Compiling clap_derive v4.5.13
85122024-10-22T16:58:47.079Z[ recovery-image] Oct 22 16:58:46.173 INFO E| Compiling clap v4.5.17
85132024-10-22T16:58:47.137Z[ recovery-image] Oct 22 16:58:46.232 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
85142024-10-22T16:58:48.128Z[ recovery-image] Oct 22 16:58:47.224 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.02s
85152024-10-22T16:58:48.139Z[ recovery-image] Oct 22 16:58:47.235 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85162024-10-22T16:58:48.262Z[ recovery-image] Oct 22 16:58:47.358 INFO E| Updating crates.io index
85172024-10-22T16:58:48.524Z[ recovery-image] Oct 22 16:58:47.620 INFO E| Downloading crates ...
85182024-10-22T16:58:48.567Z[ recovery-image] Oct 22 16:58:47.663 INFO E| Downloaded bit_field v0.10.2
85192024-10-22T16:58:48.575Z[ recovery-image] Oct 22 16:58:47.671 INFO E| Downloaded seq-macro v0.3.5
85202024-10-22T16:58:48.578Z[ recovery-image] Oct 22 16:58:47.673 INFO E| Downloaded bitstruct_derive v0.1.0
85212024-10-22T16:58:48.578Z[ recovery-image] Oct 22 16:58:47.674 INFO E| Downloaded cpio_reader v0.1.1
85222024-10-22T16:58:48.580Z[ recovery-image] Oct 22 16:58:47.675 INFO E| Downloaded bitstruct v0.1.1
85232024-10-22T16:58:48.583Z[ recovery-image] Oct 22 16:58:47.679 INFO E| Downloaded raw-cpuid v10.7.0
85242024-10-22T16:58:48.695Z[ recovery-image] Oct 22 16:58:47.792 INFO E| Downloaded x86 v0.52.0
85252024-10-22T16:58:48.754Z[ recovery-image] Oct 22 16:58:47.850 INFO E| Updating crates.io index
85262024-10-22T16:58:48.807Z[ recovery-image] Oct 22 16:58:47.903 INFO E| Downloading crates ...
85272024-10-22T16:58:48.879Z[ recovery-image] Oct 22 16:58:47.975 INFO E| Downloaded compiler_builtins v0.1.125
85282024-10-22T16:58:48.908Z[ recovery-image] Oct 22 16:58:48.004 INFO E| Downloaded unicode-width v0.1.13
85292024-10-22T16:58:48.974Z[ recovery-image] Oct 22 16:58:48.070 INFO E| Compiling compiler_builtins v0.1.125
85302024-10-22T16:58:48.974Z[ recovery-image] Oct 22 16:58:48.070 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)
85312024-10-22T16:58:48.977Z[ recovery-image] Oct 22 16:58:48.070 INFO E| Compiling proc-macro2 v1.0.86
85322024-10-22T16:58:48.977Z[ recovery-image] Oct 22 16:58:48.070 INFO E| Compiling unicode-ident v1.0.13
85332024-10-22T16:58:48.977Z[ recovery-image] Oct 22 16:58:48.070 INFO E| Compiling syn v1.0.109
85342024-10-22T16:58:48.977Z[ recovery-image] Oct 22 16:58:48.070 INFO E| Compiling x86 v0.52.0
85352024-10-22T16:58:48.977Z[ recovery-image] Oct 22 16:58:48.071 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
85362024-10-22T16:58:48.977Z[ recovery-image] Oct 22 16:58:48.071 INFO E| Compiling seq-macro v0.3.5
85372024-10-22T16:58:50.096Z[ recovery-image] Oct 22 16:58:49.191 INFO E| Compiling quote v1.0.37
85382024-10-22T16:58:50.341Z[ recovery-image] Oct 22 16:58:49.437 INFO E| Compiling syn v2.0.77
85392024-10-22T16:58:50.441Z[ host-image] Oct 22 16:58:49.537 INFO O| configuring SMF profile...
85402024-10-22T16:58:50.444Z[ host-image] Oct 22 16:58:49.537 INFO O| modifying shadow(5)...
85412024-10-22T16:58:50.444Z[ host-image] Oct 22 16:58:49.537 INFO O| loading user and group database...
85422024-10-22T16:58:50.444Z[ host-image] Oct 22 16:58:49.537 INFO O| assessing packaged files...
85432024-10-22T16:58:52.807Z[ recovery-image] Oct 22 16:58:51.902 INFO E| Compiling scroll_derive v0.12.0
85442024-10-22T16:58:53.027Z[ host-image] Oct 22 16:58:52.122 INFO O| creating archive...
85452024-10-22T16:58:53.060Z[ host-image] Oct 22 16:58:52.155 INFO O| missing from packaging:
85462024-10-22T16:58:53.063Z[ host-image] Oct 22 16:58:52.155 INFO O| "etc/.pwd.lock"
85472024-10-22T16:58:53.063Z[ host-image] Oct 22 16:58:52.155 INFO O| "etc/bash"
85482024-10-22T16:58:53.066Z[ host-image] Oct 22 16:58:52.160 INFO O| "etc/svc/profile/generic.xml"
85492024-10-22T16:58:53.066Z[ host-image] Oct 22 16:58:52.160 INFO O| "etc/svc/profile/inetd_services.xml"
85502024-10-22T16:58:53.066Z[ host-image] Oct 22 16:58:52.160 INFO O| "etc/svc/profile/name_service.xml"
85512024-10-22T16:58:53.066Z[ host-image] Oct 22 16:58:52.161 INFO O| "etc/svc/profile/platform.xml"
85522024-10-22T16:58:53.066Z[ host-image] Oct 22 16:58:52.161 INFO O| "etc/svc/profile/platform_omicron1.xml"
85532024-10-22T16:58:53.066Z[ host-image] Oct 22 16:58:52.161 INFO O| "etc/svc/repository.db"
85542024-10-22T16:58:53.074Z[ host-image] Oct 22 16:58:52.170 INFO O| "opt/ooce/share"
85552024-10-22T16:58:53.074Z[ host-image] Oct 22 16:58:52.170 INFO O| "opt/ooce/share/man"
85562024-10-22T16:58:53.077Z[ host-image] Oct 22 16:58:52.170 INFO O| "opt/ooce/share/man/man1"
85572024-10-22T16:58:53.084Z[ host-image] Oct 22 16:58:52.180 INFO O| finishing archive...
85582024-10-22T16:58:54.981Z[ recovery-image] Oct 22 16:58:54.076 INFO E| Compiling bitstruct_derive v0.1.0
85592024-10-22T16:58:56.048Z[ host-image] Oct 22 16:58:55.143 INFO O| creating gzonly manifest...
85602024-10-22T16:58:56.080Z[ host-image] Oct 22 16:58:55.175 INFO O| ok
85612024-10-22T16:58:56.183Z[ host-image] Oct 22 16:58:55.278 INFO image builder template: ramdisk-02-trim...
85622024-10-22T16:58:56.183Z[ host-image] Oct 22 16:58:55.278 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/.tmpdGrXoe/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
85632024-10-22T16:58:56.207Z[ host-image] Oct 22 16:58:55.302 INFO O| Oct 22 16:58:55.301 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85642024-10-22T16:58:56.210Z[ host-image] Oct 22 16:58:55.305 INFO O| Oct 22 16:58:55.305 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85652024-10-22T16:58:56.295Z[ host-image] Oct 22 16:58:55.390 INFO O| Oct 22 16:58:55.390 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
85662024-10-22T16:58:56.341Z[ host-image] Oct 22 16:58:55.435 INFO O| Oct 22 16:58:55.435 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85672024-10-22T16:58:56.341Z[ host-image] Oct 22 16:58:55.436 INFO O| Oct 22 16:58:55.436 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
85682024-10-22T16:58:56.346Z[ host-image] Oct 22 16:58:55.441 INFO O| Oct 22 16:58:55.441 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85692024-10-22T16:58:56.350Z[ host-image] Oct 22 16:58:55.445 INFO O| Oct 22 16:58:55.445 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85702024-10-22T16:58:56.355Z[ host-image] Oct 22 16:58:55.450 INFO O| Oct 22 16:58:55.450 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85712024-10-22T16:58:56.550Z[ host-image] Oct 22 16:58:55.645 INFO O| Oct 22 16:58:55.645 INFO rolled back to input snapshot; work may begin
85722024-10-22T16:58:56.551Z[ host-image] Oct 22 16:58:55.645 INFO O| Oct 22 16:58:55.645 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
85732024-10-22T16:58:56.556Z[ host-image] Oct 22 16:58:55.651 INFO O| Oct 22 16:58:55.651 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85742024-10-22T16:58:56.566Z[ host-image] Oct 22 16:58:55.661 INFO O| Oct 22 16:58:55.661 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
85752024-10-22T16:58:56.611Z[ host-image] Oct 22 16:58:55.706 INFO O| Oct 22 16:58:55.706 INFO STEP 0 (remove_files) COMPLETE
85762024-10-22T16:58:56.614Z[ host-image] Oct 22 16:58:55.706 INFO O| Oct 22 16:58:55.706 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85772024-10-22T16:58:56.622Z[ host-image] Oct 22 16:58:55.717 INFO O| Oct 22 16:58:55.717 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
85782024-10-22T16:58:56.624Z[ host-image] Oct 22 16:58:55.719 INFO O| Oct 22 16:58:55.719 INFO STEP 1 (remove_files) COMPLETE
85792024-10-22T16:58:56.624Z[ host-image] Oct 22 16:58:55.719 INFO O| Oct 22 16:58:55.719 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85802024-10-22T16:58:56.633Z[ host-image] Oct 22 16:58:55.728 INFO O| Oct 22 16:58:55.728 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
85812024-10-22T16:58:56.646Z[ host-image] Oct 22 16:58:55.742 INFO O| Oct 22 16:58:55.741 INFO STEP 2 (remove_files) COMPLETE
85822024-10-22T16:58:56.647Z[ host-image] Oct 22 16:58:55.742 INFO O| Oct 22 16:58:55.741 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85832024-10-22T16:58:56.656Z[ host-image] Oct 22 16:58:55.751 INFO O| Oct 22 16:58:55.751 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
85842024-10-22T16:58:56.659Z[ host-image] Oct 22 16:58:55.753 INFO O| Oct 22 16:58:55.753 INFO STEP 3 (remove_files) COMPLETE
85852024-10-22T16:58:56.659Z[ host-image] Oct 22 16:58:55.753 INFO O| Oct 22 16:58:55.753 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85862024-10-22T16:58:56.667Z[ host-image] Oct 22 16:58:55.762 INFO O| Oct 22 16:58:55.762 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
85872024-10-22T16:58:56.671Z[ host-image] Oct 22 16:58:55.766 INFO O| Oct 22 16:58:55.766 INFO STEP 4 (remove_files) COMPLETE
85882024-10-22T16:58:56.671Z[ host-image] Oct 22 16:58:55.766 INFO O| Oct 22 16:58:55.766 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85892024-10-22T16:58:56.680Z[ host-image] Oct 22 16:58:55.775 INFO O| Oct 22 16:58:55.775 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
85902024-10-22T16:58:56.683Z[ host-image] Oct 22 16:58:55.778 INFO O| Oct 22 16:58:55.778 INFO STEP 5 (remove_files) COMPLETE
85912024-10-22T16:58:56.683Z[ host-image] Oct 22 16:58:55.778 INFO O| Oct 22 16:58:55.778 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85922024-10-22T16:58:56.692Z[ host-image] Oct 22 16:58:55.787 INFO O| Oct 22 16:58:55.787 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
85932024-10-22T16:58:56.702Z[ host-image] Oct 22 16:58:55.797 INFO O| Oct 22 16:58:55.797 INFO STEP 6 (remove_files) COMPLETE
85942024-10-22T16:58:56.704Z[ host-image] Oct 22 16:58:55.797 INFO O| Oct 22 16:58:55.797 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85952024-10-22T16:58:56.711Z[ host-image] Oct 22 16:58:55.806 INFO O| Oct 22 16:58:55.806 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
85962024-10-22T16:58:56.723Z[ host-image] Oct 22 16:58:55.818 INFO O| Oct 22 16:58:55.817 INFO STEP 7 (remove_files) COMPLETE
85972024-10-22T16:58:56.723Z[ host-image] Oct 22 16:58:55.818 INFO O| Oct 22 16:58:55.817 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85982024-10-22T16:58:56.732Z[ host-image] Oct 22 16:58:55.827 INFO O| Oct 22 16:58:55.827 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
85992024-10-22T16:58:56.804Z[ host-image] Oct 22 16:58:55.898 INFO O| Oct 22 16:58:55.898 INFO STEP 8 (remove_files) COMPLETE
86002024-10-22T16:58:56.804Z[ host-image] Oct 22 16:58:55.898 INFO O| Oct 22 16:58:55.898 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86012024-10-22T16:58:56.814Z[ host-image] Oct 22 16:58:55.909 INFO O| Oct 22 16:58:55.909 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
86022024-10-22T16:58:56.902Z[ host-image] Oct 22 16:58:55.996 INFO O| Oct 22 16:58:55.996 INFO STEP 9 (remove_files) COMPLETE
86032024-10-22T16:58:56.902Z[ host-image] Oct 22 16:58:55.996 INFO O| Oct 22 16:58:55.996 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86042024-10-22T16:58:56.913Z[ host-image] Oct 22 16:58:56.008 INFO O| Oct 22 16:58:56.008 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
86052024-10-22T16:58:56.929Z[ host-image] Oct 22 16:58:56.012 INFO O| Oct 22 16:58:56.012 INFO STEP 10 (remove_files) COMPLETE
86062024-10-22T16:58:56.929Z[ host-image] Oct 22 16:58:56.012 INFO O| Oct 22 16:58:56.012 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86072024-10-22T16:58:56.929Z[ host-image] Oct 22 16:58:56.021 INFO O| Oct 22 16:58:56.021 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
86082024-10-22T16:58:56.929Z[ host-image] Oct 22 16:58:56.022 INFO O| Oct 22 16:58:56.022 INFO STEP 11 (remove_files) COMPLETE
86092024-10-22T16:58:56.929Z[ host-image] Oct 22 16:58:56.022 INFO O| Oct 22 16:58:56.022 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86102024-10-22T16:58:56.936Z[ host-image] Oct 22 16:58:56.031 INFO O| Oct 22 16:58:56.031 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
86112024-10-22T16:58:56.939Z[ host-image] Oct 22 16:58:56.033 INFO O| Oct 22 16:58:56.033 INFO STEP 12 (remove_files) COMPLETE
86122024-10-22T16:58:56.939Z[ host-image] Oct 22 16:58:56.033 INFO O| Oct 22 16:58:56.033 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86132024-10-22T16:58:57.246Z[ host-image] Oct 22 16:58:56.341 INFO O| Oct 22 16:58:56.341 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
86142024-10-22T16:58:57.249Z[ host-image] Oct 22 16:58:56.344 INFO O| Oct 22 16:58:56.344 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
86152024-10-22T16:58:57.254Z[ host-image] Oct 22 16:58:56.345 INFO O| Oct 22 16:58:56.345 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
86162024-10-22T16:58:57.269Z[ host-image] Oct 22 16:58:56.363 INFO O| Oct 22 16:58:56.363 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
86172024-10-22T16:58:57.311Z[ host-image] Oct 22 16:58:56.406 INFO O| Oct 22 16:58:56.406 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
86182024-10-22T16:58:57.311Z[ host-image] Oct 22 16:58:56.406 INFO O| Oct 22 16:58:56.406 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
86192024-10-22T16:58:57.314Z[ host-image] Oct 22 16:58:56.407 INFO O| Oct 22 16:58:56.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
86202024-10-22T16:58:57.314Z[ host-image] Oct 22 16:58:56.407 INFO O| Oct 22 16:58:56.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
86212024-10-22T16:58:57.314Z[ host-image] Oct 22 16:58:56.407 INFO O| Oct 22 16:58:56.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
86222024-10-22T16:58:57.314Z[ host-image] Oct 22 16:58:56.407 INFO O| Oct 22 16:58:56.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
86232024-10-22T16:58:57.314Z[ host-image] Oct 22 16:58:56.407 INFO O| Oct 22 16:58:56.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
86242024-10-22T16:58:57.314Z[ host-image] Oct 22 16:58:56.407 INFO O| Oct 22 16:58:56.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
86252024-10-22T16:58:57.314Z[ host-image] Oct 22 16:58:56.407 INFO O| Oct 22 16:58:56.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
86262024-10-22T16:58:57.314Z[ host-image] Oct 22 16:58:56.407 INFO O| Oct 22 16:58:56.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
86272024-10-22T16:58:57.314Z[ host-image] Oct 22 16:58:56.408 INFO O| Oct 22 16:58:56.408 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
86282024-10-22T16:58:57.314Z[ host-image] Oct 22 16:58:56.408 INFO O| Oct 22 16:58:56.408 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
86292024-10-22T16:58:57.314Z[ host-image] Oct 22 16:58:56.408 INFO O| Oct 22 16:58:56.408 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
86302024-10-22T16:58:57.314Z[ host-image] Oct 22 16:58:56.408 INFO O| Oct 22 16:58:56.408 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
86312024-10-22T16:58:57.314Z[ host-image] Oct 22 16:58:56.408 INFO O| Oct 22 16:58:56.408 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
86322024-10-22T16:58:57.314Z[ host-image] Oct 22 16:58:56.408 INFO O| Oct 22 16:58:56.408 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
86332024-10-22T16:58:57.326Z[ host-image] Oct 22 16:58:56.420 INFO O| Oct 22 16:58:56.420 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
86342024-10-22T16:58:57.329Z[ host-image] Oct 22 16:58:56.421 INFO O| Oct 22 16:58:56.420 INFO STEP 13 (remove_files) COMPLETE
86352024-10-22T16:58:57.329Z[ host-image] Oct 22 16:58:56.421 INFO O| Oct 22 16:58:56.421 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86362024-10-22T16:58:57.336Z[ host-image] Oct 22 16:58:56.431 INFO O| Oct 22 16:58:56.431 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
86372024-10-22T16:58:57.339Z[ host-image] Oct 22 16:58:56.433 INFO O| Oct 22 16:58:56.433 INFO STEP 14 (remove_files) COMPLETE
86382024-10-22T16:58:57.339Z[ host-image] Oct 22 16:58:56.433 INFO O| Oct 22 16:58:56.433 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86392024-10-22T16:58:57.347Z[ host-image] Oct 22 16:58:56.442 INFO O| Oct 22 16:58:56.442 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
86402024-10-22T16:58:57.353Z[ host-image] Oct 22 16:58:56.448 INFO O| Oct 22 16:58:56.448 INFO STEP 15 (remove_files) COMPLETE
86412024-10-22T16:58:57.353Z[ host-image] Oct 22 16:58:56.448 INFO O| Oct 22 16:58:56.448 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86422024-10-22T16:58:57.363Z[ host-image] Oct 22 16:58:56.458 INFO O| Oct 22 16:58:56.458 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
86432024-10-22T16:58:57.365Z[ host-image] Oct 22 16:58:56.458 INFO O| Oct 22 16:58:56.458 INFO STEP 16 (remove_files) COMPLETE
86442024-10-22T16:58:57.365Z[ host-image] Oct 22 16:58:56.458 INFO O| Oct 22 16:58:56.458 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86452024-10-22T16:58:57.373Z[ host-image] Oct 22 16:58:56.468 INFO O| Oct 22 16:58:56.468 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
86462024-10-22T16:58:57.375Z[ host-image] Oct 22 16:58:56.469 INFO O| Oct 22 16:58:56.469 INFO STEP 17 (remove_files) COMPLETE
86472024-10-22T16:58:57.375Z[ host-image] Oct 22 16:58:56.469 INFO O| Oct 22 16:58:56.469 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86482024-10-22T16:58:57.384Z[ host-image] Oct 22 16:58:56.479 INFO O| Oct 22 16:58:56.478 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
86492024-10-22T16:58:57.384Z[ host-image] Oct 22 16:58:56.479 INFO O| Oct 22 16:58:56.479 INFO STEP 18 (remove_files) COMPLETE
86502024-10-22T16:58:57.384Z[ host-image] Oct 22 16:58:56.479 INFO O| Oct 22 16:58:56.479 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86512024-10-22T16:58:57.393Z[ host-image] Oct 22 16:58:56.488 INFO O| Oct 22 16:58:56.488 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
86522024-10-22T16:58:57.393Z[ host-image] Oct 22 16:58:56.488 INFO O| Oct 22 16:58:56.488 INFO STEP 19 (remove_files) COMPLETE
86532024-10-22T16:58:57.396Z[ host-image] Oct 22 16:58:56.488 INFO O| Oct 22 16:58:56.488 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86542024-10-22T16:58:57.405Z[ host-image] Oct 22 16:58:56.500 INFO O| Oct 22 16:58:56.500 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
86552024-10-22T16:58:57.405Z[ host-image] Oct 22 16:58:56.500 INFO O| Oct 22 16:58:56.500 INFO STEP 20 (remove_files) COMPLETE
86562024-10-22T16:58:57.408Z[ host-image] Oct 22 16:58:56.500 INFO O| Oct 22 16:58:56.500 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86572024-10-22T16:58:57.415Z[ host-image] Oct 22 16:58:56.509 INFO O| Oct 22 16:58:56.509 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
86582024-10-22T16:58:57.417Z[ host-image] Oct 22 16:58:56.510 INFO O| Oct 22 16:58:56.510 INFO STEP 21 (remove_files) COMPLETE
86592024-10-22T16:58:57.417Z[ host-image] Oct 22 16:58:56.510 INFO O| Oct 22 16:58:56.510 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86602024-10-22T16:58:57.424Z[ host-image] Oct 22 16:58:56.519 INFO O| Oct 22 16:58:56.519 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
86612024-10-22T16:58:57.424Z[ host-image] Oct 22 16:58:56.519 INFO O| Oct 22 16:58:56.519 INFO STEP 22 (remove_files) COMPLETE
86622024-10-22T16:58:57.426Z[ host-image] Oct 22 16:58:56.519 INFO O| Oct 22 16:58:56.519 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86632024-10-22T16:58:57.433Z[ host-image] Oct 22 16:58:56.528 INFO O| Oct 22 16:58:56.528 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
86642024-10-22T16:58:57.433Z[ host-image] Oct 22 16:58:56.528 INFO O| Oct 22 16:58:56.528 INFO STEP 23 (remove_files) COMPLETE
86652024-10-22T16:58:57.435Z[ host-image] Oct 22 16:58:56.528 INFO O| Oct 22 16:58:56.528 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86662024-10-22T16:58:57.442Z[ host-image] Oct 22 16:58:56.537 INFO O| Oct 22 16:58:56.537 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
86672024-10-22T16:58:57.442Z[ host-image] Oct 22 16:58:56.537 INFO O| Oct 22 16:58:56.537 INFO STEP 24 (remove_files) COMPLETE
86682024-10-22T16:58:57.442Z[ host-image] Oct 22 16:58:56.537 INFO O| Oct 22 16:58:56.537 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86692024-10-22T16:58:57.454Z[ host-image] Oct 22 16:58:56.549 INFO O| Oct 22 16:58:56.549 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
86702024-10-22T16:58:57.454Z[ host-image] Oct 22 16:58:56.549 INFO O| Oct 22 16:58:56.549 INFO STEP 25 (remove_files) COMPLETE
86712024-10-22T16:58:57.456Z[ host-image] Oct 22 16:58:56.549 INFO O| Oct 22 16:58:56.549 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86722024-10-22T16:58:57.463Z[ host-image] Oct 22 16:58:56.558 INFO O| Oct 22 16:58:56.558 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
86732024-10-22T16:58:57.466Z[ host-image] Oct 22 16:58:56.559 INFO O| Oct 22 16:58:56.558 INFO STEP 26 (remove_files) COMPLETE
86742024-10-22T16:58:57.466Z[ host-image] Oct 22 16:58:56.559 INFO O| Oct 22 16:58:56.559 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86752024-10-22T16:58:57.473Z[ host-image] Oct 22 16:58:56.568 INFO O| Oct 22 16:58:56.568 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
86762024-10-22T16:58:57.473Z[ host-image] Oct 22 16:58:56.568 INFO O| Oct 22 16:58:56.568 INFO STEP 27 (remove_files) COMPLETE
86772024-10-22T16:58:57.476Z[ host-image] Oct 22 16:58:56.568 INFO O| Oct 22 16:58:56.568 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86782024-10-22T16:58:57.482Z[ host-image] Oct 22 16:58:56.577 INFO O| Oct 22 16:58:56.577 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
86792024-10-22T16:58:57.482Z[ host-image] Oct 22 16:58:56.577 INFO O| Oct 22 16:58:56.577 INFO STEP 28 (remove_files) COMPLETE
86802024-10-22T16:58:57.485Z[ host-image] Oct 22 16:58:56.577 INFO O| Oct 22 16:58:56.577 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86812024-10-22T16:58:57.491Z[ host-image] Oct 22 16:58:56.586 INFO O| Oct 22 16:58:56.586 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
86822024-10-22T16:58:57.491Z[ host-image] Oct 22 16:58:56.586 INFO O| Oct 22 16:58:56.586 INFO STEP 29 (remove_files) COMPLETE
86832024-10-22T16:58:57.494Z[ host-image] Oct 22 16:58:56.586 INFO O| Oct 22 16:58:56.586 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86842024-10-22T16:58:57.501Z[ host-image] Oct 22 16:58:56.595 INFO O| Oct 22 16:58:56.595 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
86852024-10-22T16:58:57.501Z[ host-image] Oct 22 16:58:56.596 INFO O| Oct 22 16:58:56.595 INFO STEP 30 (remove_files) COMPLETE
86862024-10-22T16:58:57.501Z[ host-image] Oct 22 16:58:56.596 INFO O| Oct 22 16:58:56.596 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86872024-10-22T16:58:57.510Z[ host-image] Oct 22 16:58:56.605 INFO O| Oct 22 16:58:56.605 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
86882024-10-22T16:58:57.510Z[ host-image] Oct 22 16:58:56.605 INFO O| Oct 22 16:58:56.605 INFO STEP 31 (remove_files) COMPLETE
86892024-10-22T16:58:57.513Z[ host-image] Oct 22 16:58:56.605 INFO O| Oct 22 16:58:56.605 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86902024-10-22T16:58:57.519Z[ host-image] Oct 22 16:58:56.614 INFO O| Oct 22 16:58:56.614 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
86912024-10-22T16:58:57.519Z[ host-image] Oct 22 16:58:56.614 INFO O| Oct 22 16:58:56.614 INFO STEP 32 (remove_files) COMPLETE
86922024-10-22T16:58:57.522Z[ host-image] Oct 22 16:58:56.614 INFO O| Oct 22 16:58:56.614 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86932024-10-22T16:58:57.529Z[ host-image] Oct 22 16:58:56.624 INFO O| Oct 22 16:58:56.623 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
86942024-10-22T16:58:57.529Z[ host-image] Oct 22 16:58:56.624 INFO O| Oct 22 16:58:56.624 INFO STEP 33 (remove_files) COMPLETE
86952024-10-22T16:58:57.532Z[ host-image] Oct 22 16:58:56.624 INFO O| Oct 22 16:58:56.624 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86962024-10-22T16:58:57.538Z[ host-image] Oct 22 16:58:56.633 INFO O| Oct 22 16:58:56.633 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
86972024-10-22T16:58:57.539Z[ host-image] Oct 22 16:58:56.633 INFO O| Oct 22 16:58:56.633 INFO STEP 34 (remove_files) COMPLETE
86982024-10-22T16:58:57.539Z[ host-image] Oct 22 16:58:56.633 INFO O| Oct 22 16:58:56.633 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86992024-10-22T16:58:57.547Z[ host-image] Oct 22 16:58:56.642 INFO O| Oct 22 16:58:56.642 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
87002024-10-22T16:58:57.547Z[ host-image] Oct 22 16:58:56.642 INFO O| Oct 22 16:58:56.642 INFO STEP 35 (remove_files) COMPLETE
87012024-10-22T16:58:57.552Z[ host-image] Oct 22 16:58:56.642 INFO O| Oct 22 16:58:56.642 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87022024-10-22T16:58:57.557Z[ host-image] Oct 22 16:58:56.651 INFO O| Oct 22 16:58:56.651 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
87032024-10-22T16:58:57.557Z[ host-image] Oct 22 16:58:56.651 INFO O| Oct 22 16:58:56.651 INFO STEP 36 (remove_files) COMPLETE
87042024-10-22T16:58:57.557Z[ host-image] Oct 22 16:58:56.651 INFO O| Oct 22 16:58:56.651 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87052024-10-22T16:58:57.566Z[ host-image] Oct 22 16:58:56.660 INFO O| Oct 22 16:58:56.660 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
87062024-10-22T16:58:57.566Z[ host-image] Oct 22 16:58:56.660 INFO O| Oct 22 16:58:56.660 INFO STEP 37 (remove_files) COMPLETE
87072024-10-22T16:58:57.566Z[ host-image] Oct 22 16:58:56.660 INFO O| Oct 22 16:58:56.660 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87082024-10-22T16:58:57.575Z[ host-image] Oct 22 16:58:56.669 INFO O| Oct 22 16:58:56.669 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
87092024-10-22T16:58:57.577Z[ host-image] Oct 22 16:58:56.669 INFO O| Oct 22 16:58:56.669 INFO STEP 38 (remove_files) COMPLETE
87102024-10-22T16:58:57.578Z[ host-image] Oct 22 16:58:56.670 INFO O| Oct 22 16:58:56.669 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87112024-10-22T16:58:57.584Z[ host-image] Oct 22 16:58:56.679 INFO O| Oct 22 16:58:56.679 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
87122024-10-22T16:58:57.584Z[ host-image] Oct 22 16:58:56.679 INFO O| Oct 22 16:58:56.679 INFO STEP 39 (remove_files) COMPLETE
87132024-10-22T16:58:57.587Z[ host-image] Oct 22 16:58:56.679 INFO O| Oct 22 16:58:56.679 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87142024-10-22T16:58:57.593Z[ host-image] Oct 22 16:58:56.688 INFO O| Oct 22 16:58:56.688 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
87152024-10-22T16:58:57.593Z[ host-image] Oct 22 16:58:56.688 INFO O| Oct 22 16:58:56.688 INFO STEP 40 (remove_files) COMPLETE
87162024-10-22T16:58:57.596Z[ host-image] Oct 22 16:58:56.688 INFO O| Oct 22 16:58:56.688 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87172024-10-22T16:58:57.602Z[ host-image] Oct 22 16:58:56.697 INFO O| Oct 22 16:58:56.697 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
87182024-10-22T16:58:57.605Z[ host-image] Oct 22 16:58:56.697 INFO O| Oct 22 16:58:56.697 INFO STEP 41 (remove_files) COMPLETE
87192024-10-22T16:58:57.605Z[ host-image] Oct 22 16:58:56.697 INFO O| Oct 22 16:58:56.697 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87202024-10-22T16:58:57.612Z[ host-image] Oct 22 16:58:56.707 INFO O| Oct 22 16:58:56.707 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
87212024-10-22T16:58:57.612Z[ host-image] Oct 22 16:58:56.707 INFO O| Oct 22 16:58:56.707 INFO STEP 42 (remove_files) COMPLETE
87222024-10-22T16:58:57.615Z[ host-image] Oct 22 16:58:56.707 INFO O| Oct 22 16:58:56.707 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87232024-10-22T16:58:57.621Z[ host-image] Oct 22 16:58:56.716 INFO O| Oct 22 16:58:56.716 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
87242024-10-22T16:58:57.621Z[ host-image] Oct 22 16:58:56.716 INFO O| Oct 22 16:58:56.716 INFO STEP 43 (remove_files) COMPLETE
87252024-10-22T16:58:57.624Z[ host-image] Oct 22 16:58:56.716 INFO O| Oct 22 16:58:56.716 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87262024-10-22T16:58:57.630Z[ host-image] Oct 22 16:58:56.725 INFO O| Oct 22 16:58:56.725 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
87272024-10-22T16:58:57.630Z[ host-image] Oct 22 16:58:56.725 INFO O| Oct 22 16:58:56.725 INFO STEP 44 (remove_files) COMPLETE
87282024-10-22T16:58:57.633Z[ host-image] Oct 22 16:58:56.725 INFO O| Oct 22 16:58:56.725 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87292024-10-22T16:58:57.640Z[ host-image] Oct 22 16:58:56.734 INFO O| Oct 22 16:58:56.734 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
87302024-10-22T16:58:57.640Z[ host-image] Oct 22 16:58:56.734 INFO O| Oct 22 16:58:56.734 INFO STEP 45 (remove_files) COMPLETE
87312024-10-22T16:58:57.642Z[ host-image] Oct 22 16:58:56.734 INFO O| Oct 22 16:58:56.734 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87322024-10-22T16:58:57.650Z[ host-image] Oct 22 16:58:56.744 INFO O| Oct 22 16:58:56.743 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
87332024-10-22T16:58:57.653Z[ host-image] Oct 22 16:58:56.744 INFO O| Oct 22 16:58:56.744 INFO STEP 46 (remove_files) COMPLETE
87342024-10-22T16:58:57.653Z[ host-image] Oct 22 16:58:56.744 INFO O| Oct 22 16:58:56.744 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87352024-10-22T16:58:57.658Z[ host-image] Oct 22 16:58:56.753 INFO O| Oct 22 16:58:56.753 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
87362024-10-22T16:58:57.658Z[ host-image] Oct 22 16:58:56.753 INFO O| Oct 22 16:58:56.753 INFO STEP 47 (remove_files) COMPLETE
87372024-10-22T16:58:57.660Z[ host-image] Oct 22 16:58:56.753 INFO O| Oct 22 16:58:56.753 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87382024-10-22T16:58:57.667Z[ host-image] Oct 22 16:58:56.762 INFO O| Oct 22 16:58:56.762 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
87392024-10-22T16:58:57.669Z[ host-image] Oct 22 16:58:56.762 INFO O| Oct 22 16:58:56.762 INFO STEP 48 (remove_files) COMPLETE
87402024-10-22T16:58:57.669Z[ host-image] Oct 22 16:58:56.762 INFO O| Oct 22 16:58:56.762 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87412024-10-22T16:58:57.677Z[ host-image] Oct 22 16:58:56.771 INFO O| Oct 22 16:58:56.771 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
87422024-10-22T16:58:57.677Z[ host-image] Oct 22 16:58:56.771 INFO O| Oct 22 16:58:56.771 INFO STEP 49 (remove_files) COMPLETE
87432024-10-22T16:58:57.677Z[ host-image] Oct 22 16:58:56.771 INFO O| Oct 22 16:58:56.771 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87442024-10-22T16:58:57.689Z[ host-image] Oct 22 16:58:56.780 INFO O| Oct 22 16:58:56.780 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
87452024-10-22T16:58:57.689Z[ host-image] Oct 22 16:58:56.780 INFO O| Oct 22 16:58:56.780 INFO STEP 50 (remove_files) COMPLETE
87462024-10-22T16:58:57.689Z[ host-image] Oct 22 16:58:56.780 INFO O| Oct 22 16:58:56.780 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87472024-10-22T16:58:57.695Z[ host-image] Oct 22 16:58:56.790 INFO O| Oct 22 16:58:56.790 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
87482024-10-22T16:58:57.695Z[ host-image] Oct 22 16:58:56.790 INFO O| Oct 22 16:58:56.790 INFO STEP 51 (remove_files) COMPLETE
87492024-10-22T16:58:57.697Z[ host-image] Oct 22 16:58:56.790 INFO O| Oct 22 16:58:56.790 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87502024-10-22T16:58:57.705Z[ host-image] Oct 22 16:58:56.799 INFO O| Oct 22 16:58:56.799 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
87512024-10-22T16:58:57.705Z[ host-image] Oct 22 16:58:56.799 INFO O| Oct 22 16:58:56.799 INFO STEP 52 (remove_files) COMPLETE
87522024-10-22T16:58:57.707Z[ host-image] Oct 22 16:58:56.800 INFO O| Oct 22 16:58:56.799 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87532024-10-22T16:58:57.714Z[ host-image] Oct 22 16:58:56.809 INFO O| Oct 22 16:58:56.809 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
87542024-10-22T16:58:57.716Z[ host-image] Oct 22 16:58:56.809 INFO O| Oct 22 16:58:56.809 INFO STEP 53 (remove_files) COMPLETE
87552024-10-22T16:58:57.716Z[ host-image] Oct 22 16:58:56.809 INFO O| Oct 22 16:58:56.809 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87562024-10-22T16:58:57.723Z[ host-image] Oct 22 16:58:56.818 INFO O| Oct 22 16:58:56.818 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
87572024-10-22T16:58:57.725Z[ host-image] Oct 22 16:58:56.818 INFO O| Oct 22 16:58:56.818 INFO STEP 54 (remove_files) COMPLETE
87582024-10-22T16:58:57.725Z[ host-image] Oct 22 16:58:56.818 INFO O| Oct 22 16:58:56.818 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87592024-10-22T16:58:57.733Z[ host-image] Oct 22 16:58:56.827 INFO O| Oct 22 16:58:56.827 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
87602024-10-22T16:58:57.735Z[ host-image] Oct 22 16:58:56.827 INFO O| Oct 22 16:58:56.827 INFO STEP 55 (remove_files) COMPLETE
87612024-10-22T16:58:57.735Z[ host-image] Oct 22 16:58:56.827 INFO O| Oct 22 16:58:56.827 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87622024-10-22T16:58:57.742Z[ host-image] Oct 22 16:58:56.837 INFO O| Oct 22 16:58:56.836 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
87632024-10-22T16:58:57.742Z[ host-image] Oct 22 16:58:56.837 INFO O| Oct 22 16:58:56.837 INFO STEP 56 (remove_files) COMPLETE
87642024-10-22T16:58:57.744Z[ host-image] Oct 22 16:58:56.837 INFO O| Oct 22 16:58:56.837 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87652024-10-22T16:58:57.751Z[ host-image] Oct 22 16:58:56.846 INFO O| Oct 22 16:58:56.846 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
87662024-10-22T16:58:57.751Z[ host-image] Oct 22 16:58:56.846 INFO O| Oct 22 16:58:56.846 INFO STEP 57 (remove_files) COMPLETE
87672024-10-22T16:58:57.751Z[ host-image] Oct 22 16:58:56.846 INFO O| Oct 22 16:58:56.846 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87682024-10-22T16:58:57.760Z[ host-image] Oct 22 16:58:56.855 INFO O| Oct 22 16:58:56.855 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
87692024-10-22T16:58:57.760Z[ host-image] Oct 22 16:58:56.855 INFO O| Oct 22 16:58:56.855 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
87702024-10-22T16:58:57.763Z[ host-image] Oct 22 16:58:56.856 INFO O| Oct 22 16:58:56.855 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87712024-10-22T16:58:57.763Z[ host-image] Oct 22 16:58:56.856 INFO O| Oct 22 16:58:56.856 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87722024-10-22T16:58:57.763Z[ host-image] Oct 22 16:58:56.856 INFO O| Oct 22 16:58:56.856 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87732024-10-22T16:58:57.763Z[ host-image] Oct 22 16:58:56.856 INFO O| Oct 22 16:58:56.856 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87742024-10-22T16:58:57.763Z[ host-image] Oct 22 16:58:56.856 INFO O| Oct 22 16:58:56.856 INFO ok!
87752024-10-22T16:58:57.763Z[ host-image] Oct 22 16:58:56.856 INFO O| Oct 22 16:58:56.856 INFO STEP 58 (ensure_file) COMPLETE
87762024-10-22T16:58:57.763Z[ host-image] Oct 22 16:58:56.856 INFO O| Oct 22 16:58:56.856 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87772024-10-22T16:58:57.770Z[ host-image] Oct 22 16:58:56.865 INFO O| Oct 22 16:58:56.865 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
87782024-10-22T16:58:57.770Z[ host-image] Oct 22 16:58:56.865 INFO O| Oct 22 16:58:56.865 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
87792024-10-22T16:58:57.773Z[ host-image] Oct 22 16:58:56.865 INFO O| Oct 22 16:58:56.865 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87802024-10-22T16:58:57.773Z[ host-image] Oct 22 16:58:56.865 INFO O| Oct 22 16:58:56.865 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87812024-10-22T16:58:57.773Z[ host-image] Oct 22 16:58:56.865 INFO O| Oct 22 16:58:56.865 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87822024-10-22T16:58:57.773Z[ host-image] Oct 22 16:58:56.865 INFO O| Oct 22 16:58:56.865 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87832024-10-22T16:58:57.773Z[ host-image] Oct 22 16:58:56.865 INFO O| Oct 22 16:58:56.865 INFO ok!
87842024-10-22T16:58:57.773Z[ host-image] Oct 22 16:58:56.865 INFO O| Oct 22 16:58:56.865 INFO STEP 59 (ensure_file) COMPLETE
87852024-10-22T16:58:57.773Z[ host-image] Oct 22 16:58:56.865 INFO O| Oct 22 16:58:56.865 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87862024-10-22T16:58:57.780Z[ host-image] Oct 22 16:58:56.875 INFO O| Oct 22 16:58:56.875 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
87872024-10-22T16:58:57.780Z[ host-image] Oct 22 16:58:56.875 INFO O| Oct 22 16:58:56.875 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
87882024-10-22T16:58:57.782Z[ host-image] Oct 22 16:58:56.875 INFO O| Oct 22 16:58:56.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
87892024-10-22T16:58:57.782Z[ host-image] Oct 22 16:58:56.875 INFO O| Oct 22 16:58:56.875 INFO ok!
87902024-10-22T16:58:57.782Z[ host-image] Oct 22 16:58:56.875 INFO O| Oct 22 16:58:56.875 INFO STEP 60 (ensure_file) COMPLETE
87912024-10-22T16:58:57.782Z[ host-image] Oct 22 16:58:56.875 INFO O| Oct 22 16:58:56.875 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87922024-10-22T16:58:57.790Z[ host-image] Oct 22 16:58:56.884 INFO O| Oct 22 16:58:56.884 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
87932024-10-22T16:58:57.790Z[ host-image] Oct 22 16:58:56.884 INFO O| Oct 22 16:58:56.884 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
87942024-10-22T16:58:57.792Z[ host-image] Oct 22 16:58:56.885 INFO O| Oct 22 16:58:56.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
87952024-10-22T16:58:57.792Z[ host-image] Oct 22 16:58:56.885 INFO O| Oct 22 16:58:56.884 INFO ok!
87962024-10-22T16:58:57.792Z[ host-image] Oct 22 16:58:56.885 INFO O| Oct 22 16:58:56.885 INFO STEP 61 (ensure_file) COMPLETE
87972024-10-22T16:58:57.792Z[ host-image] Oct 22 16:58:56.885 INFO O| Oct 22 16:58:56.885 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87982024-10-22T16:58:57.799Z[ host-image] Oct 22 16:58:56.894 INFO O| Oct 22 16:58:56.894 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
87992024-10-22T16:58:57.799Z[ host-image] Oct 22 16:58:56.894 INFO O| Oct 22 16:58:56.894 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
88002024-10-22T16:58:57.801Z[ host-image] Oct 22 16:58:56.894 INFO O| Oct 22 16:58:56.894 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88012024-10-22T16:58:57.802Z[ host-image] Oct 22 16:58:56.894 INFO O| Oct 22 16:58:56.894 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88022024-10-22T16:58:57.802Z[ host-image] Oct 22 16:58:56.894 INFO O| Oct 22 16:58:56.894 INFO ok!
88032024-10-22T16:58:57.802Z[ host-image] Oct 22 16:58:56.894 INFO O| Oct 22 16:58:56.894 INFO STEP 62 (ensure_file) COMPLETE
88042024-10-22T16:58:57.802Z[ host-image] Oct 22 16:58:56.894 INFO O| Oct 22 16:58:56.894 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88052024-10-22T16:58:57.809Z[ host-image] Oct 22 16:58:56.903 INFO O| Oct 22 16:58:56.903 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
88062024-10-22T16:58:57.811Z[ host-image] Oct 22 16:58:56.903 INFO O| Oct 22 16:58:56.903 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
88072024-10-22T16:58:57.811Z[ host-image] Oct 22 16:58:56.904 INFO O| Oct 22 16:58:56.904 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88082024-10-22T16:58:57.811Z[ host-image] Oct 22 16:58:56.904 INFO O| Oct 22 16:58:56.904 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88092024-10-22T16:58:57.811Z[ host-image] Oct 22 16:58:56.904 INFO O| Oct 22 16:58:56.904 INFO ok!
88102024-10-22T16:58:57.811Z[ host-image] Oct 22 16:58:56.904 INFO O| Oct 22 16:58:56.904 INFO STEP 63 (ensure_file) COMPLETE
88112024-10-22T16:58:57.811Z[ host-image] Oct 22 16:58:56.904 INFO O| Oct 22 16:58:56.904 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88122024-10-22T16:58:57.818Z[ host-image] Oct 22 16:58:56.913 INFO O| Oct 22 16:58:56.913 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
88132024-10-22T16:58:57.821Z[ host-image] Oct 22 16:58:56.913 INFO O| Oct 22 16:58:56.913 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
88142024-10-22T16:58:57.821Z[ host-image] Oct 22 16:58:56.913 INFO O| Oct 22 16:58:56.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
88152024-10-22T16:58:57.821Z[ host-image] Oct 22 16:58:56.913 INFO O| Oct 22 16:58:56.913 INFO ok!
88162024-10-22T16:58:57.821Z[ host-image] Oct 22 16:58:56.913 INFO O| Oct 22 16:58:56.913 INFO STEP 64 (assemble_files) COMPLETE
88172024-10-22T16:58:57.821Z[ host-image] Oct 22 16:58:56.913 INFO O| Oct 22 16:58:56.913 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88182024-10-22T16:58:57.828Z[ host-image] Oct 22 16:58:56.922 INFO O| Oct 22 16:58:56.922 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
88192024-10-22T16:58:57.830Z[ host-image] Oct 22 16:58:56.923 INFO O| Oct 22 16:58:56.922 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
88202024-10-22T16:58:57.830Z[ host-image] Oct 22 16:58:56.923 INFO O| Oct 22 16:58:56.923 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88212024-10-22T16:58:57.830Z[ host-image] Oct 22 16:58:56.923 INFO O| Oct 22 16:58:56.923 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88222024-10-22T16:58:57.830Z[ host-image] Oct 22 16:58:56.923 INFO O| Oct 22 16:58:56.923 INFO ok!
88232024-10-22T16:58:57.830Z[ host-image] Oct 22 16:58:56.923 INFO O| Oct 22 16:58:56.923 INFO STEP 65 (ensure_file) COMPLETE
88242024-10-22T16:58:57.830Z[ host-image] Oct 22 16:58:56.923 INFO O| Oct 22 16:58:56.923 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88252024-10-22T16:58:57.837Z[ host-image] Oct 22 16:58:56.932 INFO O| Oct 22 16:58:56.932 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88262024-10-22T16:58:57.837Z[ host-image] Oct 22 16:58:56.932 INFO O| Oct 22 16:58:56.932 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88272024-10-22T16:58:57.839Z[ host-image] Oct 22 16:58:56.932 INFO O| Oct 22 16:58:56.932 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88282024-10-22T16:58:57.839Z[ host-image] Oct 22 16:58:56.932 INFO O| Oct 22 16:58:56.932 INFO STEP 66 (ensure_dir) COMPLETE
88292024-10-22T16:58:57.839Z[ host-image] Oct 22 16:58:56.932 INFO O| Oct 22 16:58:56.932 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88302024-10-22T16:58:57.847Z[ host-image] Oct 22 16:58:56.941 INFO O| Oct 22 16:58:56.941 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
88312024-10-22T16:58:57.847Z[ host-image] Oct 22 16:58:56.941 INFO O| Oct 22 16:58:56.941 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 ...
88322024-10-22T16:58:57.854Z[ host-image] Oct 22 16:58:56.949 INFO O| Oct 22 16:58:56.948 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
88332024-10-22T16:58:57.854Z[ host-image] Oct 22 16:58:56.949 INFO O| Oct 22 16:58:56.949 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
88342024-10-22T16:58:57.856Z[ host-image] Oct 22 16:58:56.949 INFO O| Oct 22 16:58:56.949 INFO ok!
88352024-10-22T16:58:57.856Z[ host-image] Oct 22 16:58:56.949 INFO O| Oct 22 16:58:56.949 INFO STEP 67 (ensure_file) COMPLETE
88362024-10-22T16:58:57.856Z[ host-image] Oct 22 16:58:56.949 INFO O| Oct 22 16:58:56.949 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88372024-10-22T16:58:57.863Z[ host-image] Oct 22 16:58:56.958 INFO O| Oct 22 16:58:56.958 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
88382024-10-22T16:58:57.863Z[ host-image] Oct 22 16:58:56.958 INFO O| Oct 22 16:58:56.958 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 ...
88392024-10-22T16:58:57.865Z[ host-image] Oct 22 16:58:56.958 INFO O| Oct 22 16:58:56.958 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
88402024-10-22T16:58:57.865Z[ host-image] Oct 22 16:58:56.958 INFO O| Oct 22 16:58:56.958 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
88412024-10-22T16:58:57.865Z[ host-image] Oct 22 16:58:56.958 INFO O| Oct 22 16:58:56.958 INFO ok!
88422024-10-22T16:58:57.866Z[ host-image] Oct 22 16:58:56.958 INFO O| Oct 22 16:58:56.958 INFO STEP 68 (ensure_file) COMPLETE
88432024-10-22T16:58:57.866Z[ host-image] Oct 22 16:58:56.958 INFO O| Oct 22 16:58:56.958 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88442024-10-22T16:58:57.877Z[ host-image] Oct 22 16:58:56.972 INFO O| Oct 22 16:58:56.972 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
88452024-10-22T16:58:57.877Z[ host-image] Oct 22 16:58:56.972 INFO O| Oct 22 16:58:56.972 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
88462024-10-22T16:58:59.977Z[ host-image] Oct 22 16:58:59.071 INFO O| Oct 22 16:58:59.071 INFO STEP 69 (pack_tar) COMPLETE
88472024-10-22T16:58:59.977Z[ host-image] Oct 22 16:58:59.071 INFO O| Oct 22 16:58:59.071 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88482024-10-22T16:58:59.977Z[ host-image] Oct 22 16:58:59.071 INFO O| Oct 22 16:58:59.071 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
88492024-10-22T16:59:00.153Z[ host-image] Oct 22 16:58:59.247 INFO O| Oct 22 16:58:59.247 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88502024-10-22T16:59:00.214Z[ host-image] Oct 22 16:58:59.308 INFO O| Oct 22 16:58:59.308 INFO completed processing gimlet/ramdisk-02-trim
88512024-10-22T16:59:00.217Z[ host-image] Oct 22 16:58:59.310 INFO image builder template: zfs...
88522024-10-22T16:59:00.217Z[ host-image] Oct 22 16:58:59.310 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/.tmpdGrXoe/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
88532024-10-22T16:59:00.229Z[ host-image] Oct 22 16:58:59.324 INFO O| Oct 22 16:58:59.324 INFO skip include "stress" because feature "stress" is not enabled
88542024-10-22T16:59:00.260Z[ host-image] Oct 22 16:58:59.355 INFO O| Oct 22 16:58:59.355 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
88552024-10-22T16:59:00.264Z[ host-image] Oct 22 16:58:59.359 INFO O| Oct 22 16:58:59.359 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
88562024-10-22T16:59:00.319Z[ host-image] Oct 22 16:58:59.414 INFO O| Oct 22 16:58:59.414 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
88572024-10-22T16:59:00.364Z[ host-image] Oct 22 16:58:59.458 INFO O| Oct 22 16:58:59.458 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
88582024-10-22T16:59:00.364Z[ host-image] Oct 22 16:58:59.458 INFO O| Oct 22 16:58:59.458 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
88592024-10-22T16:59:00.367Z[ host-image] Oct 22 16:58:59.462 INFO O| Oct 22 16:58:59.462 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
88602024-10-22T16:59:00.416Z[ host-image] Oct 22 16:58:59.511 INFO O| Oct 22 16:58:59.510 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
88612024-10-22T16:59:00.461Z[ host-image] Oct 22 16:58:59.556 INFO O| Oct 22 16:58:59.556 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
88622024-10-22T16:59:00.470Z[ host-image] Oct 22 16:58:59.565 INFO O| Oct 22 16:58:59.565 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88632024-10-22T16:59:00.475Z[ host-image] Oct 22 16:58:59.569 INFO O| Oct 22 16:58:59.569 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
88642024-10-22T16:59:00.477Z[ host-image] Oct 22 16:58:59.570 INFO O| Oct 22 16:58:59.569 INFO no lofi found
88652024-10-22T16:59:00.477Z[ host-image] Oct 22 16:58:59.570 INFO O| Oct 22 16:58:59.570 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
88662024-10-22T16:59:00.477Z[ host-image] Oct 22 16:58:59.570 INFO O| Oct 22 16:58:59.570 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88672024-10-22T16:59:01.916Z[ host-image] Oct 22 16:59:01.009 INFO O| Oct 22 16:59:01.009 INFO lofi device = /dev/dsk/c2t1d0p0
88682024-10-22T16:59:01.916Z[ host-image] Oct 22 16:59:01.009 INFO O| Oct 22 16:59:01.009 INFO pool device = /dev/dsk/c2t1d0p0
88692024-10-22T16:59:01.918Z[ host-image] Oct 22 16:59:01.009 INFO O| Oct 22 16:59:01.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"]
88702024-10-22T16:59:01.986Z[ host-image] Oct 22 16:59:01.080 INFO O| Oct 22 16:59:01.080 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88712024-10-22T16:59:01.986Z[ host-image] Oct 22 16:59:01.080 INFO O| Oct 22 16:59:01.080 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
88722024-10-22T16:59:02.008Z[ host-image] Oct 22 16:59:01.101 INFO O| Oct 22 16:59:01.101 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
88732024-10-22T16:59:02.062Z[ host-image] Oct 22 16:59:01.156 INFO O| Oct 22 16:59:01.156 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
88742024-10-22T16:59:02.098Z[ host-image] Oct 22 16:59:01.192 INFO O| Oct 22 16:59:01.192 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
88752024-10-22T16:59:02.112Z[ host-image] Oct 22 16:59:01.206 INFO O| Oct 22 16:59:01.206 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
88762024-10-22T16:59:02.122Z[ host-image] Oct 22 16:59:01.216 INFO O| Oct 22 16:59:01.216 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
88772024-10-22T16:59:02.165Z[ host-image] Oct 22 16:59:01.260 INFO O| Oct 22 16:59:01.259 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
88782024-10-22T16:59:02.166Z[ host-image] Oct 22 16:59:01.260 INFO O| Oct 22 16:59:01.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
88792024-10-22T16:59:02.168Z[ host-image] Oct 22 16:59:01.260 INFO O| Oct 22 16:59:01.260 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
88802024-10-22T16:59:02.175Z[ host-image] Oct 22 16:59:01.270 INFO O| Oct 22 16:59:01.270 INFO boot environment UUID: 27af6983-2881-4be3-90b4-5257b0eab9a6
88812024-10-22T16:59:02.176Z[ host-image] Oct 22 16:59:01.270 INFO O| Oct 22 16:59:01.270 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 27af6983-2881-4be3-90b4-5257b0eab9a6
88822024-10-22T16:59:02.186Z[ host-image] Oct 22 16:59:01.280 INFO O| Oct 22 16:59:01.280 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88832024-10-22T16:59:02.196Z[ host-image] Oct 22 16:59:01.290 INFO O| Oct 22 16:59:01.290 INFO STEP 0 (create_be) COMPLETE
88842024-10-22T16:59:02.196Z[ host-image] Oct 22 16:59:01.290 INFO O| Oct 22 16:59:01.290 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88852024-10-22T16:59:02.210Z[ host-image] Oct 22 16:59:01.304 INFO O| Oct 22 16:59:01.304 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
88862024-10-22T16:59:08.438Z[ recovery-image] Oct 22 16:59:07.527 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)
88872024-10-22T16:59:11.552Z[ recovery-image] Oct 22 16:59:10.641 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)
88882024-10-22T16:59:16.183Z[ recovery-image] Oct 22 16:59:15.270 INFO E| Compiling bitflags v1.3.2
88892024-10-22T16:59:16.187Z[ recovery-image] Oct 22 16:59:15.270 INFO E| Compiling log v0.4.22
88902024-10-22T16:59:16.187Z[ recovery-image] Oct 22 16:59:15.270 INFO E| Compiling plain v0.2.3
88912024-10-22T16:59:16.187Z[ recovery-image] Oct 22 16:59:15.270 INFO E| Compiling bit_field v0.10.2
88922024-10-22T16:59:16.187Z[ recovery-image] Oct 22 16:59:15.270 INFO E| Compiling adler2 v2.0.0
88932024-10-22T16:59:16.187Z[ recovery-image] Oct 22 16:59:15.270 INFO E| Compiling scroll v0.12.0
88942024-10-22T16:59:16.187Z[ recovery-image] Oct 22 16:59:15.270 INFO E| Compiling static_assertions v1.1.0
88952024-10-22T16:59:16.296Z[ recovery-image] Oct 22 16:59:15.387 INFO E| Compiling raw-cpuid v10.7.0
88962024-10-22T16:59:16.310Z[ recovery-image] Oct 22 16:59:15.400 INFO E| Compiling cpio_reader v0.1.1
88972024-10-22T16:59:16.560Z[ recovery-image] Oct 22 16:59:15.648 INFO E| Compiling miniz_oxide v0.8.0
88982024-10-22T16:59:16.611Z[ recovery-image] Oct 22 16:59:15.702 INFO E| Compiling bitstruct v0.1.1
88992024-10-22T16:59:17.373Z[ recovery-image] Oct 22 16:59:16.464 INFO E| Compiling goblin v0.8.2
89002024-10-22T16:59:24.211Z[ host-image] Oct 22 16:59:23.301 INFO O| Oct 22 16:59:23.301 INFO STEP 1 (unpack_tar) COMPLETE
89012024-10-22T16:59:24.211Z[ host-image] Oct 22 16:59:23.301 INFO O| Oct 22 16:59:23.301 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89022024-10-22T16:59:24.222Z[ host-image] Oct 22 16:59:23.313 INFO O| Oct 22 16:59:23.312 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
89032024-10-22T16:59:24.561Z[ host-image] Oct 22 16:59:23.651 INFO O| Oct 22 16:59:23.651 INFO STEP 2 (devfsadm) COMPLETE
89042024-10-22T16:59:24.561Z[ host-image] Oct 22 16:59:23.651 INFO O| Oct 22 16:59:23.651 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89052024-10-22T16:59:24.572Z[ host-image] Oct 22 16:59:23.663 INFO O| Oct 22 16:59:23.663 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89062024-10-22T16:59:24.572Z[ host-image] Oct 22 16:59:23.663 INFO O| Oct 22 16:59:23.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89072024-10-22T16:59:24.575Z[ host-image] Oct 22 16:59:23.663 INFO O| Oct 22 16:59:23.663 INFO STEP 3 (ensure_dir) COMPLETE
89082024-10-22T16:59:24.575Z[ host-image] Oct 22 16:59:23.663 INFO O| Oct 22 16:59:23.663 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89092024-10-22T16:59:24.582Z[ host-image] Oct 22 16:59:23.673 INFO O| Oct 22 16:59:23.673 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89102024-10-22T16:59:24.582Z[ host-image] Oct 22 16:59:23.673 INFO O| Oct 22 16:59:23.673 INFO STEP 4 (ensure_dir) COMPLETE
89112024-10-22T16:59:24.585Z[ host-image] Oct 22 16:59:23.673 INFO O| Oct 22 16:59:23.673 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89122024-10-22T16:59:24.592Z[ host-image] Oct 22 16:59:23.683 INFO O| Oct 22 16:59:23.683 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89132024-10-22T16:59:24.592Z[ host-image] Oct 22 16:59:23.683 INFO O| Oct 22 16:59:23.683 INFO STEP 5 (ensure_dir) COMPLETE
89142024-10-22T16:59:24.594Z[ host-image] Oct 22 16:59:23.683 INFO O| Oct 22 16:59:23.683 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89152024-10-22T16:59:24.601Z[ host-image] Oct 22 16:59:23.692 INFO O| Oct 22 16:59:23.692 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89162024-10-22T16:59:24.603Z[ host-image] Oct 22 16:59:23.692 INFO O| Oct 22 16:59:23.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89172024-10-22T16:59:24.603Z[ host-image] Oct 22 16:59:23.692 INFO O| Oct 22 16:59:23.692 INFO STEP 6 (ensure_dir) COMPLETE
89182024-10-22T16:59:24.603Z[ host-image] Oct 22 16:59:23.692 INFO O| Oct 22 16:59:23.692 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89192024-10-22T16:59:24.611Z[ host-image] Oct 22 16:59:23.701 INFO O| Oct 22 16:59:23.701 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89202024-10-22T16:59:24.613Z[ host-image] Oct 22 16:59:23.701 INFO O| Oct 22 16:59:23.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89212024-10-22T16:59:24.613Z[ host-image] Oct 22 16:59:23.701 INFO O| Oct 22 16:59:23.701 INFO STEP 7 (ensure_dir) COMPLETE
89222024-10-22T16:59:24.613Z[ host-image] Oct 22 16:59:23.702 INFO O| Oct 22 16:59:23.701 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89232024-10-22T16:59:24.620Z[ host-image] Oct 22 16:59:23.711 INFO O| Oct 22 16:59:23.711 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
89242024-10-22T16:59:24.622Z[ host-image] Oct 22 16:59:23.711 INFO O| Oct 22 16:59:23.711 INFO STEP 8 (remove_files) COMPLETE
89252024-10-22T16:59:24.622Z[ host-image] Oct 22 16:59:23.711 INFO O| Oct 22 16:59:23.711 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89262024-10-22T16:59:24.629Z[ host-image] Oct 22 16:59:23.720 INFO O| Oct 22 16:59:23.720 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
89272024-10-22T16:59:24.631Z[ host-image] Oct 22 16:59:23.721 INFO O| Oct 22 16:59:23.721 INFO STEP 9 (remove_files) COMPLETE
89282024-10-22T16:59:24.631Z[ host-image] Oct 22 16:59:23.721 INFO O| Oct 22 16:59:23.721 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89292024-10-22T16:59:24.639Z[ host-image] Oct 22 16:59:23.730 INFO O| Oct 22 16:59:23.730 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
89302024-10-22T16:59:24.642Z[ host-image] Oct 22 16:59:23.731 INFO O| Oct 22 16:59:23.731 INFO STEP 10 (remove_files) COMPLETE
89312024-10-22T16:59:24.642Z[ host-image] Oct 22 16:59:23.731 INFO O| Oct 22 16:59:23.731 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89322024-10-22T16:59:24.649Z[ host-image] Oct 22 16:59:23.740 INFO O| Oct 22 16:59:23.740 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
89332024-10-22T16:59:24.651Z[ host-image] Oct 22 16:59:23.740 INFO O| Oct 22 16:59:23.740 INFO STEP 11 (remove_files) COMPLETE
89342024-10-22T16:59:24.651Z[ host-image] Oct 22 16:59:23.740 INFO O| Oct 22 16:59:23.740 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89352024-10-22T16:59:24.660Z[ host-image] Oct 22 16:59:23.750 INFO O| Oct 22 16:59:23.750 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
89362024-10-22T16:59:24.660Z[ host-image] Oct 22 16:59:23.750 INFO O| Oct 22 16:59:23.750 INFO STEP 12 (remove_files) COMPLETE
89372024-10-22T16:59:24.663Z[ host-image] Oct 22 16:59:23.750 INFO O| Oct 22 16:59:23.750 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89382024-10-22T16:59:24.671Z[ host-image] Oct 22 16:59:23.762 INFO O| Oct 22 16:59:23.762 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89392024-10-22T16:59:24.674Z[ host-image] Oct 22 16:59:23.762 INFO O| Oct 22 16:59:23.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89402024-10-22T16:59:24.674Z[ host-image] Oct 22 16:59:23.762 INFO O| Oct 22 16:59:23.762 INFO STEP 13 (ensure_dir) COMPLETE
89412024-10-22T16:59:24.674Z[ host-image] Oct 22 16:59:23.762 INFO O| Oct 22 16:59:23.762 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89422024-10-22T16:59:24.681Z[ host-image] Oct 22 16:59:23.772 INFO O| Oct 22 16:59:23.771 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89432024-10-22T16:59:24.685Z[ host-image] Oct 22 16:59:23.772 INFO O| Oct 22 16:59:23.772 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89442024-10-22T16:59:24.685Z[ host-image] Oct 22 16:59:23.772 INFO O| Oct 22 16:59:23.772 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89452024-10-22T16:59:24.685Z[ host-image] Oct 22 16:59:23.772 INFO O| Oct 22 16:59:23.772 INFO STEP 14 (ensure_dir) COMPLETE
89462024-10-22T16:59:24.685Z[ host-image] Oct 22 16:59:23.772 INFO O| Oct 22 16:59:23.772 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89472024-10-22T16:59:24.693Z[ host-image] Oct 22 16:59:23.784 INFO O| Oct 22 16:59:23.783 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89482024-10-22T16:59:24.693Z[ host-image] Oct 22 16:59:23.784 INFO O| Oct 22 16:59:23.784 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89492024-10-22T16:59:24.695Z[ host-image] Oct 22 16:59:23.784 INFO O| Oct 22 16:59:23.784 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89502024-10-22T16:59:24.695Z[ host-image] Oct 22 16:59:23.784 INFO O| Oct 22 16:59:23.784 INFO STEP 15 (ensure_dir) COMPLETE
89512024-10-22T16:59:24.695Z[ host-image] Oct 22 16:59:23.784 INFO O| Oct 22 16:59:23.784 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89522024-10-22T16:59:24.702Z[ host-image] Oct 22 16:59:23.793 INFO O| Oct 22 16:59:23.793 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89532024-10-22T16:59:24.702Z[ host-image] Oct 22 16:59:23.793 INFO O| Oct 22 16:59:23.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89542024-10-22T16:59:24.705Z[ host-image] Oct 22 16:59:23.793 INFO O| Oct 22 16:59:23.793 INFO STEP 16 (ensure_dir) COMPLETE
89552024-10-22T16:59:24.705Z[ host-image] Oct 22 16:59:23.793 INFO O| Oct 22 16:59:23.793 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89562024-10-22T16:59:24.712Z[ host-image] Oct 22 16:59:23.803 INFO O| Oct 22 16:59:23.802 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89572024-10-22T16:59:24.712Z[ host-image] Oct 22 16:59:23.803 INFO O| Oct 22 16:59:23.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89582024-10-22T16:59:24.712Z[ host-image] Oct 22 16:59:23.803 INFO O| Oct 22 16:59:23.803 INFO STEP 17 (ensure_dir) COMPLETE
89592024-10-22T16:59:24.714Z[ host-image] Oct 22 16:59:23.803 INFO O| Oct 22 16:59:23.803 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89602024-10-22T16:59:24.721Z[ host-image] Oct 22 16:59:23.812 INFO O| Oct 22 16:59:23.812 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89612024-10-22T16:59:24.721Z[ host-image] Oct 22 16:59:23.812 INFO O| Oct 22 16:59:23.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
89622024-10-22T16:59:24.721Z[ host-image] Oct 22 16:59:23.812 INFO O| Oct 22 16:59:23.812 INFO ok!
89632024-10-22T16:59:24.724Z[ host-image] Oct 22 16:59:23.812 INFO O| Oct 22 16:59:23.812 INFO STEP 18 (ensure_symlink) COMPLETE
89642024-10-22T16:59:24.724Z[ host-image] Oct 22 16:59:23.812 INFO O| Oct 22 16:59:23.812 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89652024-10-22T16:59:24.731Z[ host-image] Oct 22 16:59:23.822 INFO O| Oct 22 16:59:23.822 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89662024-10-22T16:59:24.731Z[ host-image] Oct 22 16:59:23.822 INFO O| Oct 22 16:59:23.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89672024-10-22T16:59:24.731Z[ host-image] Oct 22 16:59:23.822 INFO O| Oct 22 16:59:23.822 INFO ok!
89682024-10-22T16:59:24.733Z[ host-image] Oct 22 16:59:23.822 INFO O| Oct 22 16:59:23.822 INFO STEP 19 (ensure_file) COMPLETE
89692024-10-22T16:59:24.733Z[ host-image] Oct 22 16:59:23.822 INFO O| Oct 22 16:59:23.822 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89702024-10-22T16:59:24.740Z[ host-image] Oct 22 16:59:23.831 INFO O| Oct 22 16:59:23.831 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89712024-10-22T16:59:24.743Z[ host-image] Oct 22 16:59:23.831 INFO O| Oct 22 16:59:23.831 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89722024-10-22T16:59:24.743Z[ host-image] Oct 22 16:59:23.831 INFO O| Oct 22 16:59:23.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
89732024-10-22T16:59:24.743Z[ host-image] Oct 22 16:59:23.831 INFO O| Oct 22 16:59:23.831 INFO ok!
89742024-10-22T16:59:24.743Z[ host-image] Oct 22 16:59:23.831 INFO O| Oct 22 16:59:23.831 INFO STEP 20 (ensure_symlink) COMPLETE
89752024-10-22T16:59:24.743Z[ host-image] Oct 22 16:59:23.831 INFO O| Oct 22 16:59:23.831 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89762024-10-22T16:59:24.750Z[ host-image] Oct 22 16:59:23.841 INFO O| Oct 22 16:59:23.841 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
89772024-10-22T16:59:24.750Z[ host-image] Oct 22 16:59:23.841 INFO O| Oct 22 16:59:23.841 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89782024-10-22T16:59:24.752Z[ host-image] Oct 22 16:59:23.841 INFO O| Oct 22 16:59:23.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
89792024-10-22T16:59:24.752Z[ host-image] Oct 22 16:59:23.841 INFO O| Oct 22 16:59:23.841 INFO ok!
89802024-10-22T16:59:24.752Z[ host-image] Oct 22 16:59:23.841 INFO O| Oct 22 16:59:23.841 INFO STEP 21 (ensure_symlink) COMPLETE
89812024-10-22T16:59:24.752Z[ host-image] Oct 22 16:59:23.841 INFO O| Oct 22 16:59:23.841 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89822024-10-22T16:59:24.759Z[ host-image] Oct 22 16:59:23.850 INFO O| Oct 22 16:59:23.850 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
89832024-10-22T16:59:24.762Z[ host-image] Oct 22 16:59:23.850 INFO O| Oct 22 16:59:23.850 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
89842024-10-22T16:59:24.762Z[ host-image] Oct 22 16:59:23.850 INFO O| Oct 22 16:59:23.850 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
89852024-10-22T16:59:24.762Z[ host-image] Oct 22 16:59:23.850 INFO O| Oct 22 16:59:23.850 INFO ok!
89862024-10-22T16:59:24.762Z[ host-image] Oct 22 16:59:23.850 INFO O| Oct 22 16:59:23.850 INFO STEP 22 (ensure_symlink) COMPLETE
89872024-10-22T16:59:24.762Z[ host-image] Oct 22 16:59:23.850 INFO O| Oct 22 16:59:23.850 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89882024-10-22T16:59:24.769Z[ host-image] Oct 22 16:59:23.860 INFO O| Oct 22 16:59:23.860 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
89892024-10-22T16:59:24.769Z[ host-image] Oct 22 16:59:23.860 INFO O| Oct 22 16:59:23.860 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
89902024-10-22T16:59:24.769Z[ host-image] Oct 22 16:59:23.860 INFO O| Oct 22 16:59:23.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
89912024-10-22T16:59:24.769Z[ host-image] Oct 22 16:59:23.860 INFO O| Oct 22 16:59:23.860 INFO ok!
89922024-10-22T16:59:24.771Z[ host-image] Oct 22 16:59:23.860 INFO O| Oct 22 16:59:23.860 INFO STEP 23 (ensure_symlink) COMPLETE
89932024-10-22T16:59:24.771Z[ host-image] Oct 22 16:59:23.860 INFO O| Oct 22 16:59:23.860 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89942024-10-22T16:59:24.778Z[ host-image] Oct 22 16:59:23.869 INFO O| Oct 22 16:59:23.869 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
89952024-10-22T16:59:24.780Z[ host-image] Oct 22 16:59:23.869 INFO O| Oct 22 16:59:23.869 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
89962024-10-22T16:59:24.780Z[ host-image] Oct 22 16:59:23.869 INFO O| Oct 22 16:59:23.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
89972024-10-22T16:59:24.780Z[ host-image] Oct 22 16:59:23.869 INFO O| Oct 22 16:59:23.869 INFO ok!
89982024-10-22T16:59:24.780Z[ host-image] Oct 22 16:59:23.869 INFO O| Oct 22 16:59:23.869 INFO STEP 24 (ensure_file) COMPLETE
89992024-10-22T16:59:24.780Z[ host-image] Oct 22 16:59:23.869 INFO O| Oct 22 16:59:23.869 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90002024-10-22T16:59:24.788Z[ host-image] Oct 22 16:59:23.879 INFO O| Oct 22 16:59:23.879 INFO updating shadow file
90012024-10-22T16:59:24.790Z[ host-image] Oct 22 16:59:23.879 INFO O| Oct 22 16:59:23.879 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90022024-10-22T16:59:24.790Z[ host-image] Oct 22 16:59:23.879 INFO O| Oct 22 16:59:23.879 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90032024-10-22T16:59:24.790Z[ host-image] Oct 22 16:59:23.879 INFO O| Oct 22 16:59:23.879 INFO STEP 25 (shadow) COMPLETE
90042024-10-22T16:59:24.790Z[ host-image] Oct 22 16:59:23.879 INFO O| Oct 22 16:59:23.879 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90052024-10-22T16:59:24.798Z[ host-image] Oct 22 16:59:23.889 INFO O| Oct 22 16:59:23.889 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
90062024-10-22T16:59:24.798Z[ host-image] Oct 22 16:59:23.889 INFO O| Oct 22 16:59:23.889 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
90072024-10-22T16:59:24.800Z[ host-image] Oct 22 16:59:23.889 INFO O| Oct 22 16:59:23.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
90082024-10-22T16:59:24.800Z[ host-image] Oct 22 16:59:23.889 INFO O| Oct 22 16:59:23.889 INFO ok!
90092024-10-22T16:59:24.800Z[ host-image] Oct 22 16:59:23.889 INFO O| Oct 22 16:59:23.889 INFO STEP 26 (ensure_file) COMPLETE
90102024-10-22T16:59:24.800Z[ host-image] Oct 22 16:59:23.889 INFO O| Oct 22 16:59:23.889 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90112024-10-22T16:59:24.807Z[ host-image] Oct 22 16:59:23.898 INFO O| Oct 22 16:59:23.898 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
90122024-10-22T16:59:24.810Z[ host-image] Oct 22 16:59:23.898 INFO O| Oct 22 16:59:23.898 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
90132024-10-22T16:59:24.810Z[ host-image] Oct 22 16:59:23.898 INFO O| Oct 22 16:59:23.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
90142024-10-22T16:59:24.810Z[ host-image] Oct 22 16:59:23.898 INFO O| Oct 22 16:59:23.898 INFO ok!
90152024-10-22T16:59:24.810Z[ host-image] Oct 22 16:59:23.898 INFO O| Oct 22 16:59:23.898 INFO STEP 27 (ensure_file) COMPLETE
90162024-10-22T16:59:24.810Z[ host-image] Oct 22 16:59:23.898 INFO O| Oct 22 16:59:23.898 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90172024-10-22T16:59:24.817Z[ host-image] Oct 22 16:59:23.908 INFO O| Oct 22 16:59:23.908 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90182024-10-22T16:59:24.817Z[ host-image] Oct 22 16:59:23.908 INFO O| Oct 22 16:59:23.908 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
90192024-10-22T16:59:24.820Z[ host-image] Oct 22 16:59:23.908 INFO O| Oct 22 16:59:23.908 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90202024-10-22T16:59:24.820Z[ host-image] Oct 22 16:59:23.909 INFO O| Oct 22 16:59:23.908 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90212024-10-22T16:59:24.820Z[ host-image] Oct 22 16:59:23.909 INFO O| Oct 22 16:59:23.909 INFO ok!
90222024-10-22T16:59:24.820Z[ host-image] Oct 22 16:59:23.909 INFO O| Oct 22 16:59:23.909 INFO STEP 28 (ensure_file) COMPLETE
90232024-10-22T16:59:24.820Z[ host-image] Oct 22 16:59:23.909 INFO O| Oct 22 16:59:23.909 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90242024-10-22T16:59:24.827Z[ host-image] Oct 22 16:59:23.918 INFO O| Oct 22 16:59:23.918 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
90252024-10-22T16:59:24.827Z[ host-image] Oct 22 16:59:23.918 INFO O| Oct 22 16:59:23.918 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
90262024-10-22T16:59:24.829Z[ host-image] Oct 22 16:59:23.918 INFO O| Oct 22 16:59:23.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
90272024-10-22T16:59:24.829Z[ host-image] Oct 22 16:59:23.918 INFO O| Oct 22 16:59:23.918 INFO ok!
90282024-10-22T16:59:24.829Z[ host-image] Oct 22 16:59:23.918 INFO O| Oct 22 16:59:23.918 INFO STEP 29 (ensure_file) COMPLETE
90292024-10-22T16:59:24.829Z[ host-image] Oct 22 16:59:23.918 INFO O| Oct 22 16:59:23.918 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90302024-10-22T16:59:24.836Z[ host-image] Oct 22 16:59:23.927 INFO O| Oct 22 16:59:23.927 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
90312024-10-22T16:59:24.836Z[ host-image] Oct 22 16:59:23.927 INFO O| Oct 22 16:59:23.927 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
90322024-10-22T16:59:24.839Z[ host-image] Oct 22 16:59:23.927 INFO O| Oct 22 16:59:23.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
90332024-10-22T16:59:24.839Z[ host-image] Oct 22 16:59:23.927 INFO O| Oct 22 16:59:23.927 INFO ok!
90342024-10-22T16:59:24.839Z[ host-image] Oct 22 16:59:23.927 INFO O| Oct 22 16:59:23.927 INFO STEP 30 (ensure_file) COMPLETE
90352024-10-22T16:59:24.839Z[ host-image] Oct 22 16:59:23.927 INFO O| Oct 22 16:59:23.927 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90362024-10-22T16:59:24.846Z[ host-image] Oct 22 16:59:23.937 INFO O| Oct 22 16:59:23.937 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
90372024-10-22T16:59:24.848Z[ host-image] Oct 22 16:59:23.937 INFO O| Oct 22 16:59:23.937 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
90382024-10-22T16:59:24.848Z[ host-image] Oct 22 16:59:23.937 INFO O| Oct 22 16:59:23.937 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90392024-10-22T16:59:24.849Z[ host-image] Oct 22 16:59:23.937 INFO O| Oct 22 16:59:23.937 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90402024-10-22T16:59:24.849Z[ host-image] Oct 22 16:59:23.937 INFO O| Oct 22 16:59:23.937 INFO ok!
90412024-10-22T16:59:24.849Z[ host-image] Oct 22 16:59:23.937 INFO O| Oct 22 16:59:23.937 INFO STEP 31 (ensure_file) COMPLETE
90422024-10-22T16:59:24.849Z[ host-image] Oct 22 16:59:23.937 INFO O| Oct 22 16:59:23.937 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90432024-10-22T16:59:24.856Z[ host-image] Oct 22 16:59:23.947 INFO O| Oct 22 16:59:23.946 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
90442024-10-22T16:59:24.856Z[ host-image] Oct 22 16:59:23.947 INFO O| Oct 22 16:59:23.947 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
90452024-10-22T16:59:24.858Z[ host-image] Oct 22 16:59:23.947 INFO O| Oct 22 16:59:23.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
90462024-10-22T16:59:24.858Z[ host-image] Oct 22 16:59:23.947 INFO O| Oct 22 16:59:23.947 INFO ok!
90472024-10-22T16:59:24.858Z[ host-image] Oct 22 16:59:23.947 INFO O| Oct 22 16:59:23.947 INFO STEP 32 (ensure_file) COMPLETE
90482024-10-22T16:59:24.858Z[ host-image] Oct 22 16:59:23.947 INFO O| Oct 22 16:59:23.947 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90492024-10-22T16:59:24.865Z[ host-image] Oct 22 16:59:23.956 INFO O| Oct 22 16:59:23.956 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90502024-10-22T16:59:24.865Z[ host-image] Oct 22 16:59:23.956 INFO O| Oct 22 16:59:23.956 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
90512024-10-22T16:59:24.867Z[ host-image] Oct 22 16:59:23.956 INFO O| Oct 22 16:59:23.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
90522024-10-22T16:59:24.867Z[ host-image] Oct 22 16:59:23.956 INFO O| Oct 22 16:59:23.956 INFO ok!
90532024-10-22T16:59:24.867Z[ host-image] Oct 22 16:59:23.956 INFO O| Oct 22 16:59:23.956 INFO STEP 33 (ensure_file) COMPLETE
90542024-10-22T16:59:24.867Z[ host-image] Oct 22 16:59:23.956 INFO O| Oct 22 16:59:23.956 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90552024-10-22T16:59:24.875Z[ host-image] Oct 22 16:59:23.966 INFO O| Oct 22 16:59:23.965 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
90562024-10-22T16:59:24.877Z[ host-image] Oct 22 16:59:23.966 INFO O| Oct 22 16:59:23.966 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
90572024-10-22T16:59:24.877Z[ host-image] Oct 22 16:59:23.966 INFO O| Oct 22 16:59:23.966 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90582024-10-22T16:59:24.877Z[ host-image] Oct 22 16:59:23.966 INFO O| Oct 22 16:59:23.966 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90592024-10-22T16:59:24.877Z[ host-image] Oct 22 16:59:23.966 INFO O| Oct 22 16:59:23.966 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90602024-10-22T16:59:24.877Z[ host-image] Oct 22 16:59:23.966 INFO O| Oct 22 16:59:23.966 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90612024-10-22T16:59:24.877Z[ host-image] Oct 22 16:59:23.966 INFO O| Oct 22 16:59:23.966 INFO ok!
90622024-10-22T16:59:24.877Z[ host-image] Oct 22 16:59:23.966 INFO O| Oct 22 16:59:23.966 INFO STEP 34 (ensure_file) COMPLETE
90632024-10-22T16:59:24.877Z[ host-image] Oct 22 16:59:23.966 INFO O| Oct 22 16:59:23.966 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90642024-10-22T16:59:24.884Z[ host-image] Oct 22 16:59:23.975 INFO O| Oct 22 16:59:23.975 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90652024-10-22T16:59:24.887Z[ host-image] Oct 22 16:59:23.975 INFO O| Oct 22 16:59:23.975 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90662024-10-22T16:59:24.887Z[ host-image] Oct 22 16:59:23.975 INFO O| Oct 22 16:59:23.975 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90672024-10-22T16:59:24.887Z[ host-image] Oct 22 16:59:23.975 INFO O| Oct 22 16:59:23.975 INFO STEP 35 (ensure_dir) COMPLETE
90682024-10-22T16:59:24.887Z[ host-image] Oct 22 16:59:23.975 INFO O| Oct 22 16:59:23.975 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90692024-10-22T16:59:24.894Z[ host-image] Oct 22 16:59:23.984 INFO O| Oct 22 16:59:23.984 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
90702024-10-22T16:59:24.894Z[ host-image] Oct 22 16:59:23.985 INFO O| Oct 22 16:59:23.984 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 ...
90712024-10-22T16:59:24.896Z[ host-image] Oct 22 16:59:23.985 INFO O| Oct 22 16:59:23.985 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
90722024-10-22T16:59:24.896Z[ host-image] Oct 22 16:59:23.985 INFO O| Oct 22 16:59:23.985 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
90732024-10-22T16:59:24.896Z[ host-image] Oct 22 16:59:23.985 INFO O| Oct 22 16:59:23.985 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
90742024-10-22T16:59:24.896Z[ host-image] Oct 22 16:59:23.985 INFO O| Oct 22 16:59:23.985 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
90752024-10-22T16:59:24.896Z[ host-image] Oct 22 16:59:23.985 INFO O| Oct 22 16:59:23.985 INFO ok!
90762024-10-22T16:59:24.896Z[ host-image] Oct 22 16:59:23.985 INFO O| Oct 22 16:59:23.985 INFO STEP 36 (ensure_file) COMPLETE
90772024-10-22T16:59:24.896Z[ host-image] Oct 22 16:59:23.985 INFO O| Oct 22 16:59:23.985 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90782024-10-22T16:59:24.903Z[ host-image] Oct 22 16:59:23.994 INFO O| Oct 22 16:59:23.994 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
90792024-10-22T16:59:24.903Z[ host-image] Oct 22 16:59:23.994 INFO O| Oct 22 16:59:23.994 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 ...
90802024-10-22T16:59:24.906Z[ host-image] Oct 22 16:59:23.994 INFO O| Oct 22 16:59:23.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
90812024-10-22T16:59:24.906Z[ host-image] Oct 22 16:59:23.994 INFO O| Oct 22 16:59:23.994 INFO ok!
90822024-10-22T16:59:24.906Z[ host-image] Oct 22 16:59:23.994 INFO O| Oct 22 16:59:23.994 INFO STEP 37 (ensure_symlink) COMPLETE
90832024-10-22T16:59:24.906Z[ host-image] Oct 22 16:59:23.994 INFO O| Oct 22 16:59:23.994 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90842024-10-22T16:59:24.913Z[ host-image] Oct 22 16:59:24.004 INFO O| Oct 22 16:59:24.004 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
90852024-10-22T16:59:24.914Z[ host-image] Oct 22 16:59:24.004 INFO O| Oct 22 16:59:24.004 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90862024-10-22T16:59:24.916Z[ host-image] Oct 22 16:59:24.004 INFO O| Oct 22 16:59:24.004 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90872024-10-22T16:59:24.916Z[ host-image] Oct 22 16:59:24.004 INFO O| Oct 22 16:59:24.004 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90882024-10-22T16:59:24.916Z[ host-image] Oct 22 16:59:24.004 INFO O| Oct 22 16:59:24.004 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90892024-10-22T16:59:24.916Z[ host-image] Oct 22 16:59:24.005 INFO O| Oct 22 16:59:24.004 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90902024-10-22T16:59:24.916Z[ host-image] Oct 22 16:59:24.005 INFO O| Oct 22 16:59:24.005 INFO ok!
90912024-10-22T16:59:24.916Z[ host-image] Oct 22 16:59:24.005 INFO O| Oct 22 16:59:24.005 INFO STEP 38 (ensure_file) COMPLETE
90922024-10-22T16:59:24.916Z[ host-image] Oct 22 16:59:24.005 INFO O| Oct 22 16:59:24.005 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90932024-10-22T16:59:24.923Z[ host-image] Oct 22 16:59:24.014 INFO O| Oct 22 16:59:24.014 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
90942024-10-22T16:59:24.926Z[ host-image] Oct 22 16:59:24.014 INFO O| Oct 22 16:59:24.014 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 ...
90952024-10-22T16:59:24.926Z[ host-image] Oct 22 16:59:24.014 INFO O| Oct 22 16:59:24.014 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
90962024-10-22T16:59:24.926Z[ host-image] Oct 22 16:59:24.014 INFO O| Oct 22 16:59:24.014 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90972024-10-22T16:59:24.926Z[ host-image] Oct 22 16:59:24.014 INFO O| Oct 22 16:59:24.014 INFO ok!
90982024-10-22T16:59:24.926Z[ host-image] Oct 22 16:59:24.014 INFO O| Oct 22 16:59:24.014 INFO STEP 39 (ensure_file) COMPLETE
90992024-10-22T16:59:24.926Z[ host-image] Oct 22 16:59:24.014 INFO O| Oct 22 16:59:24.014 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91002024-10-22T16:59:24.933Z[ host-image] Oct 22 16:59:24.024 INFO O| Oct 22 16:59:24.024 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
91012024-10-22T16:59:24.933Z[ host-image] Oct 22 16:59:24.024 INFO O| Oct 22 16:59:24.024 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
91022024-10-22T16:59:24.935Z[ host-image] Oct 22 16:59:24.024 INFO O| Oct 22 16:59:24.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
91032024-10-22T16:59:24.935Z[ host-image] Oct 22 16:59:24.024 INFO O| Oct 22 16:59:24.024 INFO ok!
91042024-10-22T16:59:24.935Z[ host-image] Oct 22 16:59:24.024 INFO O| Oct 22 16:59:24.024 INFO STEP 40 (ensure_file) COMPLETE
91052024-10-22T16:59:24.935Z[ host-image] Oct 22 16:59:24.024 INFO O| Oct 22 16:59:24.024 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91062024-10-22T16:59:24.942Z[ host-image] Oct 22 16:59:24.033 INFO O| Oct 22 16:59:24.033 INFO updating shadow file
91072024-10-22T16:59:24.945Z[ host-image] Oct 22 16:59:24.034 INFO O| Oct 22 16:59:24.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91082024-10-22T16:59:24.945Z[ host-image] Oct 22 16:59:24.034 INFO O| Oct 22 16:59:24.034 INFO STEP 41 (shadow) COMPLETE
91092024-10-22T16:59:24.945Z[ host-image] Oct 22 16:59:24.034 INFO O| Oct 22 16:59:24.034 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91102024-10-22T16:59:24.952Z[ host-image] Oct 22 16:59:24.043 INFO O| Oct 22 16:59:24.043 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
91112024-10-22T16:59:24.952Z[ host-image] Oct 22 16:59:24.043 INFO O| Oct 22 16:59:24.043 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
91122024-10-22T16:59:24.955Z[ host-image] Oct 22 16:59:24.043 INFO O| Oct 22 16:59:24.043 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91132024-10-22T16:59:24.955Z[ host-image] Oct 22 16:59:24.043 INFO O| Oct 22 16:59:24.043 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91142024-10-22T16:59:24.955Z[ host-image] Oct 22 16:59:24.043 INFO O| Oct 22 16:59:24.043 INFO ok!
91152024-10-22T16:59:24.955Z[ host-image] Oct 22 16:59:24.043 INFO O| Oct 22 16:59:24.043 INFO STEP 42 (ensure_file) COMPLETE
91162024-10-22T16:59:24.955Z[ host-image] Oct 22 16:59:24.043 INFO O| Oct 22 16:59:24.043 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91172024-10-22T16:59:24.955Z[ host-image] Oct 22 16:59:24.043 INFO O| Oct 22 16:59:24.043 INFO skip step because feature "mfg" is not enabled
91182024-10-22T16:59:24.955Z[ host-image] Oct 22 16:59:24.043 INFO O| Oct 22 16:59:24.043 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91192024-10-22T16:59:24.955Z[ host-image] Oct 22 16:59:24.043 INFO O| Oct 22 16:59:24.043 INFO skip step because feature "mfg" is not enabled
91202024-10-22T16:59:24.955Z[ host-image] Oct 22 16:59:24.043 INFO O| Oct 22 16:59:24.043 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91212024-10-22T16:59:24.962Z[ host-image] Oct 22 16:59:24.053 INFO O| Oct 22 16:59:24.053 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
91222024-10-22T16:59:24.962Z[ host-image] Oct 22 16:59:24.053 INFO O| Oct 22 16:59:24.053 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
91232024-10-22T16:59:25.595Z[ host-image] Oct 22 16:59:24.686 INFO O| Oct 22 16:59:24.686 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91242024-10-22T16:59:25.596Z[ host-image] Oct 22 16:59:24.686 INFO O| Oct 22 16:59:24.686 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91252024-10-22T16:59:25.596Z[ host-image] Oct 22 16:59:24.686 INFO O| Oct 22 16:59:24.686 INFO ok!
91262024-10-22T16:59:25.596Z[ host-image] Oct 22 16:59:24.686 INFO O| Oct 22 16:59:24.686 INFO STEP 45 (ensure_file) COMPLETE
91272024-10-22T16:59:25.598Z[ host-image] Oct 22 16:59:24.686 INFO O| Oct 22 16:59:24.686 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91282024-10-22T16:59:25.606Z[ host-image] Oct 22 16:59:24.697 INFO O| Oct 22 16:59:24.697 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
91292024-10-22T16:59:25.606Z[ host-image] Oct 22 16:59:24.697 INFO O| Oct 22 16:59:24.697 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91302024-10-22T16:59:25.608Z[ host-image] Oct 22 16:59:24.697 INFO O| Oct 22 16:59:24.697 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91312024-10-22T16:59:25.608Z[ host-image] Oct 22 16:59:24.697 INFO O| Oct 22 16:59:24.697 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91322024-10-22T16:59:25.608Z[ host-image] Oct 22 16:59:24.697 INFO O| Oct 22 16:59:24.697 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91332024-10-22T16:59:25.608Z[ host-image] Oct 22 16:59:24.697 INFO O| Oct 22 16:59:24.697 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91342024-10-22T16:59:25.608Z[ host-image] Oct 22 16:59:24.697 INFO O| Oct 22 16:59:24.697 INFO ok!
91352024-10-22T16:59:25.608Z[ host-image] Oct 22 16:59:24.697 INFO O| Oct 22 16:59:24.697 INFO STEP 46 (ensure_file) COMPLETE
91362024-10-22T16:59:25.608Z[ host-image] Oct 22 16:59:24.697 INFO O| Oct 22 16:59:24.697 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91372024-10-22T16:59:25.616Z[ host-image] Oct 22 16:59:24.706 INFO O| Oct 22 16:59:24.706 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
91382024-10-22T16:59:25.618Z[ host-image] Oct 22 16:59:24.706 INFO O| Oct 22 16:59:24.706 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 ...
91392024-10-22T16:59:25.618Z[ host-image] Oct 22 16:59:24.707 INFO O| Oct 22 16:59:24.707 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
91402024-10-22T16:59:25.618Z[ host-image] Oct 22 16:59:24.707 INFO O| Oct 22 16:59:24.707 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91412024-10-22T16:59:25.618Z[ host-image] Oct 22 16:59:24.707 INFO O| Oct 22 16:59:24.707 INFO ok!
91422024-10-22T16:59:25.618Z[ host-image] Oct 22 16:59:24.707 INFO O| Oct 22 16:59:24.707 INFO STEP 47 (ensure_file) COMPLETE
91432024-10-22T16:59:25.618Z[ host-image] Oct 22 16:59:24.707 INFO O| Oct 22 16:59:24.707 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91442024-10-22T16:59:25.625Z[ host-image] Oct 22 16:59:24.716 INFO O| Oct 22 16:59:24.716 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
91452024-10-22T16:59:25.625Z[ host-image] Oct 22 16:59:24.716 INFO O| Oct 22 16:59:24.716 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
91462024-10-22T16:59:25.628Z[ host-image] Oct 22 16:59:24.716 INFO O| Oct 22 16:59:24.716 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91472024-10-22T16:59:25.628Z[ host-image] Oct 22 16:59:24.716 INFO O| Oct 22 16:59:24.716 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91482024-10-22T16:59:25.628Z[ host-image] Oct 22 16:59:24.716 INFO O| Oct 22 16:59:24.716 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91492024-10-22T16:59:25.628Z[ host-image] Oct 22 16:59:24.716 INFO O| Oct 22 16:59:24.716 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91502024-10-22T16:59:25.628Z[ host-image] Oct 22 16:59:24.716 INFO O| Oct 22 16:59:24.716 INFO ok!
91512024-10-22T16:59:25.628Z[ host-image] Oct 22 16:59:24.716 INFO O| Oct 22 16:59:24.716 INFO STEP 48 (ensure_file) COMPLETE
91522024-10-22T16:59:25.628Z[ host-image] Oct 22 16:59:24.716 INFO O| Oct 22 16:59:24.716 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91532024-10-22T16:59:25.635Z[ host-image] Oct 22 16:59:24.725 INFO O| Oct 22 16:59:24.725 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
91542024-10-22T16:59:25.635Z[ host-image] Oct 22 16:59:24.725 INFO O| Oct 22 16:59:24.725 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 ...
91552024-10-22T16:59:25.637Z[ host-image] Oct 22 16:59:24.726 INFO O| Oct 22 16:59:24.725 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
91562024-10-22T16:59:25.637Z[ host-image] Oct 22 16:59:24.726 INFO O| Oct 22 16:59:24.726 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91572024-10-22T16:59:25.637Z[ host-image] Oct 22 16:59:24.726 INFO O| Oct 22 16:59:24.726 INFO ok!
91582024-10-22T16:59:25.637Z[ host-image] Oct 22 16:59:24.726 INFO O| Oct 22 16:59:24.726 INFO STEP 49 (ensure_file) COMPLETE
91592024-10-22T16:59:25.637Z[ host-image] Oct 22 16:59:24.726 INFO O| Oct 22 16:59:24.726 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91602024-10-22T16:59:25.644Z[ host-image] Oct 22 16:59:24.735 INFO O| Oct 22 16:59:24.735 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
91612024-10-22T16:59:25.644Z[ host-image] Oct 22 16:59:24.735 INFO O| Oct 22 16:59:24.735 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
91622024-10-22T16:59:25.647Z[ host-image] Oct 22 16:59:24.735 INFO O| Oct 22 16:59:24.735 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91632024-10-22T16:59:25.647Z[ host-image] Oct 22 16:59:24.735 INFO O| Oct 22 16:59:24.735 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91642024-10-22T16:59:25.647Z[ host-image] Oct 22 16:59:24.735 INFO O| Oct 22 16:59:24.735 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91652024-10-22T16:59:25.647Z[ host-image] Oct 22 16:59:24.735 INFO O| Oct 22 16:59:24.735 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91662024-10-22T16:59:25.647Z[ host-image] Oct 22 16:59:24.735 INFO O| Oct 22 16:59:24.735 INFO ok!
91672024-10-22T16:59:25.647Z[ host-image] Oct 22 16:59:24.735 INFO O| Oct 22 16:59:24.735 INFO STEP 50 (ensure_file) COMPLETE
91682024-10-22T16:59:25.647Z[ host-image] Oct 22 16:59:24.735 INFO O| Oct 22 16:59:24.735 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91692024-10-22T16:59:25.654Z[ host-image] Oct 22 16:59:24.745 INFO O| Oct 22 16:59:24.745 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91702024-10-22T16:59:25.656Z[ host-image] Oct 22 16:59:24.745 INFO O| Oct 22 16:59:24.745 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 ...
91712024-10-22T16:59:25.656Z[ host-image] Oct 22 16:59:24.745 INFO O| Oct 22 16:59:24.745 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
91722024-10-22T16:59:25.656Z[ host-image] Oct 22 16:59:24.745 INFO O| Oct 22 16:59:24.745 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91732024-10-22T16:59:25.656Z[ host-image] Oct 22 16:59:24.745 INFO O| Oct 22 16:59:24.745 INFO ok!
91742024-10-22T16:59:25.656Z[ host-image] Oct 22 16:59:24.745 INFO O| Oct 22 16:59:24.745 INFO STEP 51 (ensure_file) COMPLETE
91752024-10-22T16:59:25.656Z[ host-image] Oct 22 16:59:24.745 INFO O| Oct 22 16:59:24.745 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91762024-10-22T16:59:25.669Z[ host-image] Oct 22 16:59:24.759 INFO O| Oct 22 16:59:24.759 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
91772024-10-22T16:59:25.669Z[ host-image] Oct 22 16:59:24.759 INFO O| Oct 22 16:59:24.759 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 ...
91782024-10-22T16:59:25.671Z[ host-image] Oct 22 16:59:24.759 INFO O| Oct 22 16:59:24.759 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
91792024-10-22T16:59:25.671Z[ host-image] Oct 22 16:59:24.759 INFO O| Oct 22 16:59:24.759 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
91802024-10-22T16:59:25.671Z[ host-image] Oct 22 16:59:24.759 INFO O| Oct 22 16:59:24.759 INFO ok!
91812024-10-22T16:59:25.671Z[ host-image] Oct 22 16:59:24.759 INFO O| Oct 22 16:59:24.759 INFO STEP 52 (ensure_file) COMPLETE
91822024-10-22T16:59:25.671Z[ host-image] Oct 22 16:59:24.759 INFO O| Oct 22 16:59:24.759 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91832024-10-22T16:59:25.679Z[ host-image] Oct 22 16:59:24.770 INFO O| Oct 22 16:59:24.770 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
91842024-10-22T16:59:25.679Z[ host-image] Oct 22 16:59:24.770 INFO O| Oct 22 16:59:24.770 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 ...
91852024-10-22T16:59:25.681Z[ host-image] Oct 22 16:59:24.770 INFO O| Oct 22 16:59:24.770 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
91862024-10-22T16:59:25.681Z[ host-image] Oct 22 16:59:24.770 INFO O| Oct 22 16:59:24.770 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
91872024-10-22T16:59:25.681Z[ host-image] Oct 22 16:59:24.770 INFO O| Oct 22 16:59:24.770 INFO ok!
91882024-10-22T16:59:25.681Z[ host-image] Oct 22 16:59:24.770 INFO O| Oct 22 16:59:24.770 INFO STEP 53 (ensure_file) COMPLETE
91892024-10-22T16:59:25.682Z[ host-image] Oct 22 16:59:24.770 INFO O| Oct 22 16:59:24.770 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91902024-10-22T16:59:25.690Z[ host-image] Oct 22 16:59:24.780 INFO O| Oct 22 16:59:24.780 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
91912024-10-22T16:59:25.690Z[ host-image] Oct 22 16:59:24.780 INFO O| Oct 22 16:59:24.780 INFO STEP 54 (ensure_dir) COMPLETE
91922024-10-22T16:59:25.692Z[ host-image] Oct 22 16:59:24.780 INFO O| Oct 22 16:59:24.780 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91932024-10-22T16:59:25.699Z[ host-image] Oct 22 16:59:24.790 INFO O| Oct 22 16:59:24.790 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91942024-10-22T16:59:25.699Z[ host-image] Oct 22 16:59:24.790 INFO O| Oct 22 16:59:24.790 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91952024-10-22T16:59:25.700Z[ host-image] Oct 22 16:59:24.790 INFO O| Oct 22 16:59:24.790 INFO STEP 55 (ensure_dir) COMPLETE
91962024-10-22T16:59:25.702Z[ host-image] Oct 22 16:59:24.790 INFO O| Oct 22 16:59:24.790 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91972024-10-22T16:59:25.710Z[ host-image] Oct 22 16:59:24.801 INFO O| Oct 22 16:59:24.801 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91982024-10-22T16:59:25.710Z[ host-image] Oct 22 16:59:24.801 INFO O| Oct 22 16:59:24.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91992024-10-22T16:59:25.713Z[ host-image] Oct 22 16:59:24.801 INFO O| Oct 22 16:59:24.801 INFO STEP 56 (ensure_dir) COMPLETE
92002024-10-22T16:59:25.713Z[ host-image] Oct 22 16:59:24.801 INFO O| Oct 22 16:59:24.801 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92012024-10-22T16:59:25.720Z[ host-image] Oct 22 16:59:24.811 INFO O| Oct 22 16:59:24.811 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
92022024-10-22T16:59:25.720Z[ host-image] Oct 22 16:59:24.811 INFO O| Oct 22 16:59:24.811 INFO copying /tmp/.tmpdGrXoe/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
92032024-10-22T16:59:25.738Z[ host-image] Oct 22 16:59:24.829 INFO O| Oct 22 16:59:24.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
92042024-10-22T16:59:25.738Z[ host-image] Oct 22 16:59:24.829 INFO O| Oct 22 16:59:24.829 INFO ok!
92052024-10-22T16:59:25.740Z[ host-image] Oct 22 16:59:24.829 INFO O| Oct 22 16:59:24.829 INFO STEP 57 (ensure_file) COMPLETE
92062024-10-22T16:59:25.740Z[ host-image] Oct 22 16:59:24.829 INFO O| Oct 22 16:59:24.829 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92072024-10-22T16:59:25.749Z[ host-image] Oct 22 16:59:24.840 INFO O| Oct 22 16:59:24.840 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
92082024-10-22T16:59:25.752Z[ host-image] Oct 22 16:59:24.840 INFO O| Oct 22 16:59:24.840 INFO copying /tmp/.tmpdGrXoe/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
92092024-10-22T16:59:25.810Z[ recovery-image] Oct 22 16:59:24.900 INFO E| Finished `release` profile [optimized] target(s) in 37.65s
92102024-10-22T16:59:25.834Z[ recovery-image] Oct 22 16:59:24.925 INFO building host image...
92112024-10-22T16:59:25.837Z[ recovery-image] Oct 22 16:59:24.925 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")
92122024-10-22T16:59:26.554Z[ recovery-image] Oct 22 16:59:25.644 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
92132024-10-22T16:59:26.836Z[ host-image] Oct 22 16:59:25.926 INFO O| Oct 22 16:59:25.926 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
92142024-10-22T16:59:26.836Z[ host-image] Oct 22 16:59:25.926 INFO O| Oct 22 16:59:25.926 INFO ok!
92152024-10-22T16:59:26.836Z[ host-image] Oct 22 16:59:25.926 INFO O| Oct 22 16:59:25.926 INFO STEP 58 (ensure_file) COMPLETE
92162024-10-22T16:59:26.836Z[ host-image] Oct 22 16:59:25.926 INFO O| Oct 22 16:59:25.926 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92172024-10-22T16:59:26.846Z[ host-image] Oct 22 16:59:25.937 INFO O| Oct 22 16:59:25.937 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92182024-10-22T16:59:26.849Z[ host-image] Oct 22 16:59:25.937 INFO O| Oct 22 16:59:25.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92192024-10-22T16:59:26.849Z[ host-image] Oct 22 16:59:25.937 INFO O| Oct 22 16:59:25.937 INFO STEP 59 (ensure_dir) COMPLETE
92202024-10-22T16:59:26.849Z[ host-image] Oct 22 16:59:25.937 INFO O| Oct 22 16:59:25.937 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92212024-10-22T16:59:26.856Z[ host-image] Oct 22 16:59:25.946 INFO O| Oct 22 16:59:25.946 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
92222024-10-22T16:59:26.856Z[ host-image] Oct 22 16:59:25.946 INFO O| Oct 22 16:59:25.946 INFO copying /tmp/.tmpdGrXoe/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 ...
92232024-10-22T16:59:26.859Z[ host-image] Oct 22 16:59:25.946 INFO O| Oct 22 16:59:25.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
92242024-10-22T16:59:26.859Z[ host-image] Oct 22 16:59:25.946 INFO O| Oct 22 16:59:25.946 INFO ok!
92252024-10-22T16:59:26.859Z[ host-image] Oct 22 16:59:25.946 INFO O| Oct 22 16:59:25.946 INFO STEP 60 (ensure_file) COMPLETE
92262024-10-22T16:59:26.859Z[ host-image] Oct 22 16:59:25.946 INFO O| Oct 22 16:59:25.946 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92272024-10-22T16:59:26.865Z[ host-image] Oct 22 16:59:25.956 INFO O| Oct 22 16:59:25.956 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
92282024-10-22T16:59:26.865Z[ host-image] Oct 22 16:59:25.956 INFO O| Oct 22 16:59:25.956 INFO copying /tmp/.tmpdGrXoe/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 ...
92292024-10-22T16:59:26.868Z[ host-image] Oct 22 16:59:25.956 INFO O| Oct 22 16:59:25.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
92302024-10-22T16:59:26.868Z[ host-image] Oct 22 16:59:25.956 INFO O| Oct 22 16:59:25.956 INFO ok!
92312024-10-22T16:59:26.868Z[ host-image] Oct 22 16:59:25.956 INFO O| Oct 22 16:59:25.956 INFO STEP 61 (ensure_file) COMPLETE
92322024-10-22T16:59:26.868Z[ host-image] Oct 22 16:59:25.956 INFO O| Oct 22 16:59:25.956 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92332024-10-22T16:59:26.875Z[ host-image] Oct 22 16:59:25.965 INFO O| Oct 22 16:59:25.965 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92342024-10-22T16:59:26.877Z[ host-image] Oct 22 16:59:25.965 INFO O| Oct 22 16:59:25.965 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92352024-10-22T16:59:26.877Z[ host-image] Oct 22 16:59:25.965 INFO O| Oct 22 16:59:25.965 INFO STEP 62 (ensure_dir) COMPLETE
92362024-10-22T16:59:26.877Z[ host-image] Oct 22 16:59:25.965 INFO O| Oct 22 16:59:25.965 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92372024-10-22T16:59:26.885Z[ host-image] Oct 22 16:59:25.976 INFO O| Oct 22 16:59:25.976 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
92382024-10-22T16:59:26.888Z[ host-image] Oct 22 16:59:25.976 INFO O| Oct 22 16:59:25.976 INFO copying /tmp/.tmpdGrXoe/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 ...
92392024-10-22T16:59:26.888Z[ host-image] Oct 22 16:59:25.976 INFO O| Oct 22 16:59:25.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
92402024-10-22T16:59:26.888Z[ host-image] Oct 22 16:59:25.976 INFO O| Oct 22 16:59:25.976 INFO ok!
92412024-10-22T16:59:26.888Z[ host-image] Oct 22 16:59:25.976 INFO O| Oct 22 16:59:25.976 INFO STEP 63 (ensure_file) COMPLETE
92422024-10-22T16:59:26.888Z[ host-image] Oct 22 16:59:25.976 INFO O| Oct 22 16:59:25.976 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92432024-10-22T16:59:26.895Z[ host-image] Oct 22 16:59:25.986 INFO O| Oct 22 16:59:25.985 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92442024-10-22T16:59:26.895Z[ host-image] Oct 22 16:59:25.986 INFO O| Oct 22 16:59:25.986 INFO copying /tmp/.tmpdGrXoe/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 ...
92452024-10-22T16:59:26.898Z[ host-image] Oct 22 16:59:25.986 INFO O| Oct 22 16:59:25.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
92462024-10-22T16:59:26.898Z[ host-image] Oct 22 16:59:25.986 INFO O| Oct 22 16:59:25.986 INFO ok!
92472024-10-22T16:59:26.898Z[ host-image] Oct 22 16:59:25.986 INFO O| Oct 22 16:59:25.986 INFO STEP 64 (ensure_file) COMPLETE
92482024-10-22T16:59:26.898Z[ host-image] Oct 22 16:59:25.986 INFO O| Oct 22 16:59:25.986 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92492024-10-22T16:59:26.906Z[ host-image] Oct 22 16:59:25.996 INFO O| Oct 22 16:59:25.996 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92502024-10-22T16:59:26.908Z[ host-image] Oct 22 16:59:25.996 INFO O| Oct 22 16:59:25.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92512024-10-22T16:59:26.908Z[ host-image] Oct 22 16:59:25.996 INFO O| Oct 22 16:59:25.996 INFO STEP 65 (ensure_dir) COMPLETE
92522024-10-22T16:59:26.908Z[ host-image] Oct 22 16:59:25.996 INFO O| Oct 22 16:59:25.996 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92532024-10-22T16:59:26.916Z[ host-image] Oct 22 16:59:26.006 INFO O| Oct 22 16:59:26.006 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92542024-10-22T16:59:26.916Z[ host-image] Oct 22 16:59:26.006 INFO O| Oct 22 16:59:26.006 INFO copying /tmp/.tmpdGrXoe/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 ...
92552024-10-22T16:59:26.918Z[ host-image] Oct 22 16:59:26.006 INFO O| Oct 22 16:59:26.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92562024-10-22T16:59:26.918Z[ host-image] Oct 22 16:59:26.006 INFO O| Oct 22 16:59:26.006 INFO ok!
92572024-10-22T16:59:26.918Z[ host-image] Oct 22 16:59:26.006 INFO O| Oct 22 16:59:26.006 INFO STEP 66 (ensure_file) COMPLETE
92582024-10-22T16:59:26.918Z[ host-image] Oct 22 16:59:26.006 INFO O| Oct 22 16:59:26.006 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92592024-10-22T16:59:26.927Z[ host-image] Oct 22 16:59:26.017 INFO O| Oct 22 16:59:26.017 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
92602024-10-22T16:59:26.927Z[ host-image] Oct 22 16:59:26.017 INFO O| Oct 22 16:59:26.017 INFO copying /tmp/.tmpdGrXoe/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
92612024-10-22T16:59:26.930Z[ host-image] Oct 22 16:59:26.017 INFO O| Oct 22 16:59:26.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
92622024-10-22T16:59:26.930Z[ host-image] Oct 22 16:59:26.017 INFO O| Oct 22 16:59:26.017 INFO ok!
92632024-10-22T16:59:26.930Z[ host-image] Oct 22 16:59:26.017 INFO O| Oct 22 16:59:26.017 INFO STEP 67 (ensure_file) COMPLETE
92642024-10-22T16:59:26.930Z[ host-image] Oct 22 16:59:26.017 INFO O| Oct 22 16:59:26.017 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92652024-10-22T16:59:26.937Z[ host-image] Oct 22 16:59:26.027 INFO O| Oct 22 16:59:26.027 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92662024-10-22T16:59:26.940Z[ host-image] Oct 22 16:59:26.027 INFO O| Oct 22 16:59:26.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92672024-10-22T16:59:26.940Z[ host-image] Oct 22 16:59:26.027 INFO O| Oct 22 16:59:26.027 INFO STEP 68 (ensure_dir) COMPLETE
92682024-10-22T16:59:26.940Z[ host-image] Oct 22 16:59:26.028 INFO O| Oct 22 16:59:26.027 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92692024-10-22T16:59:26.946Z[ host-image] Oct 22 16:59:26.037 INFO O| Oct 22 16:59:26.037 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92702024-10-22T16:59:26.949Z[ host-image] Oct 22 16:59:26.037 INFO O| Oct 22 16:59:26.037 INFO copying /tmp/.tmpdGrXoe/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
92712024-10-22T16:59:28.009Z[ host-image] Oct 22 16:59:27.099 INFO O| Oct 22 16:59:27.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92722024-10-22T16:59:28.009Z[ host-image] Oct 22 16:59:27.099 INFO O| Oct 22 16:59:27.099 INFO ok!
92732024-10-22T16:59:28.012Z[ host-image] Oct 22 16:59:27.099 INFO O| Oct 22 16:59:27.099 INFO STEP 69 (ensure_file) COMPLETE
92742024-10-22T16:59:28.012Z[ host-image] Oct 22 16:59:27.099 INFO O| Oct 22 16:59:27.099 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92752024-10-22T16:59:28.021Z[ host-image] Oct 22 16:59:27.111 INFO O| Oct 22 16:59:27.111 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92762024-10-22T16:59:28.021Z[ host-image] Oct 22 16:59:27.111 INFO O| Oct 22 16:59:27.111 INFO copying /tmp/.tmpdGrXoe/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
92772024-10-22T16:59:28.489Z[ recovery-image] Oct 22 16:59:27.578 INFO image complete! materials are in "/work/os-recovery"
92782024-10-22T16:59:28.493ZOct 22 16:59:27.582 INFO [recovery-image] process exited with exit status: 0 (470.756828885s)
92792024-10-22T16:59:28.495Z[ recovery-image]
92802024-10-22T16:59:28.495Z[ recovery-image] real 7:50.732285902
92812024-10-22T16:59:28.495Z[ recovery-image] user 5:07.539982912
92822024-10-22T16:59:28.495Z[ recovery-image] sys 50.774531576
92832024-10-22T16:59:28.495Z[ recovery-image] trap 0.231174935
92842024-10-22T16:59:28.495Z[ recovery-image] tflt 0.237329824
92852024-10-22T16:59:28.495Z[ recovery-image] dflt 1.092705114
92862024-10-22T16:59:28.495Z[ recovery-image] kflt 0.001569516
92872024-10-22T16:59:28.495Z[ recovery-image] lock 17:04.034941393
92882024-10-22T16:59:28.495Z[ recovery-image] slp 47:56.279299380
92892024-10-22T16:59:28.495Z[ recovery-image] lat 2:12.103726702
92902024-10-22T16:59:28.495Z[ recovery-image] stop 4.299865978
92912024-10-22T16:59:29.488Z[ host-image] Oct 22 16:59:28.576 INFO O| Oct 22 16:59:28.576 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
92922024-10-22T16:59:29.491Z[ host-image] Oct 22 16:59:28.576 INFO O| Oct 22 16:59:28.576 INFO ok!
92932024-10-22T16:59:29.491Z[ host-image] Oct 22 16:59:28.576 INFO O| Oct 22 16:59:28.576 INFO STEP 70 (ensure_file) COMPLETE
92942024-10-22T16:59:29.491Z[ host-image] Oct 22 16:59:28.576 INFO O| Oct 22 16:59:28.576 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92952024-10-22T16:59:29.498Z[ host-image] Oct 22 16:59:28.588 INFO O| Oct 22 16:59:28.588 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92962024-10-22T16:59:29.501Z[ host-image] Oct 22 16:59:28.588 INFO O| Oct 22 16:59:28.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92972024-10-22T16:59:29.501Z[ host-image] Oct 22 16:59:28.588 INFO O| Oct 22 16:59:28.588 INFO STEP 71 (ensure_dir) COMPLETE
92982024-10-22T16:59:29.501Z[ host-image] Oct 22 16:59:28.588 INFO O| Oct 22 16:59:28.588 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92992024-10-22T16:59:29.509Z[ host-image] Oct 22 16:59:28.598 INFO O| Oct 22 16:59:28.598 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
93002024-10-22T16:59:29.509Z[ host-image] Oct 22 16:59:28.598 INFO O| Oct 22 16:59:28.598 INFO copying /tmp/.tmpdGrXoe/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 ...
93012024-10-22T16:59:29.513Z[ host-image] Oct 22 16:59:28.598 INFO O| Oct 22 16:59:28.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
93022024-10-22T16:59:29.513Z[ host-image] Oct 22 16:59:28.598 INFO O| Oct 22 16:59:28.598 INFO ok!
93032024-10-22T16:59:29.513Z[ host-image] Oct 22 16:59:28.598 INFO O| Oct 22 16:59:28.598 INFO STEP 72 (ensure_file) COMPLETE
93042024-10-22T16:59:29.513Z[ host-image] Oct 22 16:59:28.598 INFO O| Oct 22 16:59:28.598 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93052024-10-22T16:59:29.518Z[ host-image] Oct 22 16:59:28.608 INFO O| Oct 22 16:59:28.608 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
93062024-10-22T16:59:29.518Z[ host-image] Oct 22 16:59:28.608 INFO O| Oct 22 16:59:28.608 INFO copying /tmp/.tmpdGrXoe/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 ...
93072024-10-22T16:59:29.520Z[ host-image] Oct 22 16:59:28.608 INFO O| Oct 22 16:59:28.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
93082024-10-22T16:59:29.520Z[ host-image] Oct 22 16:59:28.608 INFO O| Oct 22 16:59:28.608 INFO ok!
93092024-10-22T16:59:29.520Z[ host-image] Oct 22 16:59:28.608 INFO O| Oct 22 16:59:28.608 INFO STEP 73 (ensure_file) COMPLETE
93102024-10-22T16:59:29.520Z[ host-image] Oct 22 16:59:28.608 INFO O| Oct 22 16:59:28.608 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93112024-10-22T16:59:29.527Z[ host-image] Oct 22 16:59:28.617 INFO O| Oct 22 16:59:28.617 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
93122024-10-22T16:59:29.527Z[ host-image] Oct 22 16:59:28.617 INFO O| Oct 22 16:59:28.617 INFO copying /tmp/.tmpdGrXoe/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
93132024-10-22T16:59:29.527Z[ host-image] Oct 22 16:59:28.617 INFO O| Oct 22 16:59:28.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
93142024-10-22T16:59:29.530Z[ host-image] Oct 22 16:59:28.617 INFO O| Oct 22 16:59:28.617 INFO ok!
93152024-10-22T16:59:29.530Z[ host-image] Oct 22 16:59:28.617 INFO O| Oct 22 16:59:28.617 INFO STEP 74 (ensure_file) COMPLETE
93162024-10-22T16:59:29.530Z[ host-image] Oct 22 16:59:28.618 INFO O| Oct 22 16:59:28.617 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93172024-10-22T16:59:29.536Z[ host-image] Oct 22 16:59:28.627 INFO O| Oct 22 16:59:28.627 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
93182024-10-22T16:59:29.537Z[ host-image] Oct 22 16:59:28.627 INFO O| Oct 22 16:59:28.627 INFO copying /tmp/.tmpdGrXoe/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
93192024-10-22T16:59:29.539Z[ host-image] Oct 22 16:59:28.627 INFO O| Oct 22 16:59:28.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
93202024-10-22T16:59:29.539Z[ host-image] Oct 22 16:59:28.627 INFO O| Oct 22 16:59:28.627 INFO ok!
93212024-10-22T16:59:29.539Z[ host-image] Oct 22 16:59:28.627 INFO O| Oct 22 16:59:28.627 INFO STEP 75 (ensure_file) COMPLETE
93222024-10-22T16:59:29.539Z[ host-image] Oct 22 16:59:28.627 INFO O| Oct 22 16:59:28.627 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93232024-10-22T16:59:29.546Z[ host-image] Oct 22 16:59:28.636 INFO O| Oct 22 16:59:28.636 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93242024-10-22T16:59:29.548Z[ host-image] Oct 22 16:59:28.636 INFO O| Oct 22 16:59:28.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93252024-10-22T16:59:29.548Z[ host-image] Oct 22 16:59:28.636 INFO O| Oct 22 16:59:28.636 INFO STEP 76 (ensure_dir) COMPLETE
93262024-10-22T16:59:29.548Z[ host-image] Oct 22 16:59:28.636 INFO O| Oct 22 16:59:28.636 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93272024-10-22T16:59:29.555Z[ host-image] Oct 22 16:59:28.645 INFO O| Oct 22 16:59:28.645 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
93282024-10-22T16:59:29.555Z[ host-image] Oct 22 16:59:28.645 INFO O| Oct 22 16:59:28.645 INFO copying /tmp/.tmpdGrXoe/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
93292024-10-22T16:59:29.558Z[ host-image] Oct 22 16:59:28.649 INFO O| Oct 22 16:59:28.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
93302024-10-22T16:59:29.558Z[ host-image] Oct 22 16:59:28.649 INFO O| Oct 22 16:59:28.648 INFO ok!
93312024-10-22T16:59:29.558Z[ host-image] Oct 22 16:59:28.649 INFO O| Oct 22 16:59:28.649 INFO STEP 77 (ensure_file) COMPLETE
93322024-10-22T16:59:29.558Z[ host-image] Oct 22 16:59:28.649 INFO O| Oct 22 16:59:28.649 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93332024-10-22T16:59:29.568Z[ host-image] Oct 22 16:59:28.658 INFO O| Oct 22 16:59:28.658 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
93342024-10-22T16:59:29.568Z[ host-image] Oct 22 16:59:28.658 INFO O| Oct 22 16:59:28.658 INFO copying /tmp/.tmpdGrXoe/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
93352024-10-22T16:59:29.570Z[ host-image] Oct 22 16:59:28.658 INFO O| Oct 22 16:59:28.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
93362024-10-22T16:59:29.570Z[ host-image] Oct 22 16:59:28.658 INFO O| Oct 22 16:59:28.658 INFO ok!
93372024-10-22T16:59:29.570Z[ host-image] Oct 22 16:59:28.658 INFO O| Oct 22 16:59:28.658 INFO STEP 78 (ensure_file) COMPLETE
93382024-10-22T16:59:29.570Z[ host-image] Oct 22 16:59:28.658 INFO O| Oct 22 16:59:28.658 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93392024-10-22T16:59:29.577Z[ host-image] Oct 22 16:59:28.667 INFO O| Oct 22 16:59:28.667 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
93402024-10-22T16:59:29.577Z[ host-image] Oct 22 16:59:28.667 INFO O| Oct 22 16:59:28.667 INFO copying /tmp/.tmpdGrXoe/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
93412024-10-22T16:59:30.192Z[ host-image] Oct 22 16:59:29.281 INFO O| Oct 22 16:59:29.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
93422024-10-22T16:59:30.192Z[ host-image] Oct 22 16:59:29.281 INFO O| Oct 22 16:59:29.281 INFO ok!
93432024-10-22T16:59:30.192Z[ host-image] Oct 22 16:59:29.281 INFO O| Oct 22 16:59:29.281 INFO STEP 79 (ensure_file) COMPLETE
93442024-10-22T16:59:30.193Z[ host-image] Oct 22 16:59:29.281 INFO O| Oct 22 16:59:29.281 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93452024-10-22T16:59:30.203Z[ host-image] Oct 22 16:59:29.293 INFO O| Oct 22 16:59:29.293 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93462024-10-22T16:59:30.205Z[ host-image] Oct 22 16:59:29.293 INFO O| Oct 22 16:59:29.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93472024-10-22T16:59:30.205Z[ host-image] Oct 22 16:59:29.293 INFO O| Oct 22 16:59:29.293 INFO STEP 80 (ensure_dir) COMPLETE
93482024-10-22T16:59:30.205Z[ host-image] Oct 22 16:59:29.293 INFO O| Oct 22 16:59:29.293 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93492024-10-22T16:59:30.213Z[ host-image] Oct 22 16:59:29.303 INFO O| Oct 22 16:59:29.303 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93502024-10-22T16:59:30.213Z[ host-image] Oct 22 16:59:29.303 INFO O| Oct 22 16:59:29.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93512024-10-22T16:59:30.213Z[ host-image] Oct 22 16:59:29.303 INFO O| Oct 22 16:59:29.303 INFO STEP 81 (ensure_dir) COMPLETE
93522024-10-22T16:59:30.215Z[ host-image] Oct 22 16:59:29.303 INFO O| Oct 22 16:59:29.303 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93532024-10-22T16:59:30.222Z[ host-image] Oct 22 16:59:29.312 INFO O| Oct 22 16:59:29.312 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93542024-10-22T16:59:30.222Z[ host-image] Oct 22 16:59:29.313 INFO O| Oct 22 16:59:29.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93552024-10-22T16:59:30.225Z[ host-image] Oct 22 16:59:29.313 INFO O| Oct 22 16:59:29.313 INFO STEP 82 (ensure_dir) COMPLETE
93562024-10-22T16:59:30.225Z[ host-image] Oct 22 16:59:29.313 INFO O| Oct 22 16:59:29.313 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93572024-10-22T16:59:30.231Z[ host-image] Oct 22 16:59:29.322 INFO O| Oct 22 16:59:29.322 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93582024-10-22T16:59:30.234Z[ host-image] Oct 22 16:59:29.322 INFO O| Oct 22 16:59:29.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93592024-10-22T16:59:30.234Z[ host-image] Oct 22 16:59:29.322 INFO O| Oct 22 16:59:29.322 INFO STEP 83 (ensure_dir) COMPLETE
93602024-10-22T16:59:30.234Z[ host-image] Oct 22 16:59:29.322 INFO O| Oct 22 16:59:29.322 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93612024-10-22T16:59:30.241Z[ host-image] Oct 22 16:59:29.331 INFO O| Oct 22 16:59:29.331 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93622024-10-22T16:59:30.243Z[ host-image] Oct 22 16:59:29.331 INFO O| Oct 22 16:59:29.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93632024-10-22T16:59:30.243Z[ host-image] Oct 22 16:59:29.331 INFO O| Oct 22 16:59:29.331 INFO STEP 84 (ensure_dir) COMPLETE
93642024-10-22T16:59:30.243Z[ host-image] Oct 22 16:59:29.331 INFO O| Oct 22 16:59:29.331 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93652024-10-22T16:59:30.250Z[ host-image] Oct 22 16:59:29.340 INFO O| Oct 22 16:59:29.340 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
93662024-10-22T16:59:30.250Z[ host-image] Oct 22 16:59:29.340 INFO O| Oct 22 16:59:29.340 INFO copying /tmp/.tmpdGrXoe/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 ...
93672024-10-22T16:59:30.252Z[ host-image] Oct 22 16:59:29.340 INFO O| Oct 22 16:59:29.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
93682024-10-22T16:59:30.252Z[ host-image] Oct 22 16:59:29.340 INFO O| Oct 22 16:59:29.340 INFO ok!
93692024-10-22T16:59:30.252Z[ host-image] Oct 22 16:59:29.340 INFO O| Oct 22 16:59:29.340 INFO STEP 85 (ensure_file) COMPLETE
93702024-10-22T16:59:30.252Z[ host-image] Oct 22 16:59:29.340 INFO O| Oct 22 16:59:29.340 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93712024-10-22T16:59:30.259Z[ host-image] Oct 22 16:59:29.349 INFO O| Oct 22 16:59:29.349 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93722024-10-22T16:59:30.259Z[ host-image] Oct 22 16:59:29.350 INFO O| Oct 22 16:59:29.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93732024-10-22T16:59:30.259Z[ host-image] Oct 22 16:59:29.350 INFO O| Oct 22 16:59:29.350 INFO STEP 86 (ensure_dir) COMPLETE
93742024-10-22T16:59:30.262Z[ host-image] Oct 22 16:59:29.350 INFO O| Oct 22 16:59:29.350 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93752024-10-22T16:59:30.269Z[ host-image] Oct 22 16:59:29.359 INFO O| Oct 22 16:59:29.359 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
93762024-10-22T16:59:30.269Z[ host-image] Oct 22 16:59:29.359 INFO O| Oct 22 16:59:29.359 INFO copying /tmp/.tmpdGrXoe/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
93772024-10-22T16:59:30.269Z[ host-image] Oct 22 16:59:29.359 INFO O| Oct 22 16:59:29.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
93782024-10-22T16:59:30.271Z[ host-image] Oct 22 16:59:29.359 INFO O| Oct 22 16:59:29.359 INFO ok!
93792024-10-22T16:59:30.272Z[ host-image] Oct 22 16:59:29.359 INFO O| Oct 22 16:59:29.359 INFO STEP 87 (ensure_file) COMPLETE
93802024-10-22T16:59:30.272Z[ host-image] Oct 22 16:59:29.359 INFO O| Oct 22 16:59:29.359 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93812024-10-22T16:59:30.278Z[ host-image] Oct 22 16:59:29.368 INFO O| Oct 22 16:59:29.368 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93822024-10-22T16:59:30.280Z[ host-image] Oct 22 16:59:29.368 INFO O| Oct 22 16:59:29.368 INFO copying /tmp/.tmpdGrXoe/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93832024-10-22T16:59:30.619Z[ host-image] Oct 22 16:59:29.709 INFO O| Oct 22 16:59:29.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
93842024-10-22T16:59:30.620Z[ host-image] Oct 22 16:59:29.709 INFO O| Oct 22 16:59:29.709 INFO ok!
93852024-10-22T16:59:30.620Z[ host-image] Oct 22 16:59:29.709 INFO O| Oct 22 16:59:29.709 INFO STEP 88 (ensure_file) COMPLETE
93862024-10-22T16:59:30.622Z[ host-image] Oct 22 16:59:29.709 INFO O| Oct 22 16:59:29.709 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93872024-10-22T16:59:30.630Z[ host-image] Oct 22 16:59:29.720 INFO O| Oct 22 16:59:29.720 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
93882024-10-22T16:59:30.630Z[ host-image] Oct 22 16:59:29.720 INFO O| Oct 22 16:59:29.720 INFO copying /tmp/.tmpdGrXoe/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
93892024-10-22T16:59:30.649Z[ host-image] Oct 22 16:59:29.739 INFO O| Oct 22 16:59:29.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
93902024-10-22T16:59:30.649Z[ host-image] Oct 22 16:59:29.739 INFO O| Oct 22 16:59:29.739 INFO ok!
93912024-10-22T16:59:30.649Z[ host-image] Oct 22 16:59:29.739 INFO O| Oct 22 16:59:29.739 INFO STEP 89 (ensure_file) COMPLETE
93922024-10-22T16:59:30.652Z[ host-image] Oct 22 16:59:29.739 INFO O| Oct 22 16:59:29.739 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93932024-10-22T16:59:30.660Z[ host-image] Oct 22 16:59:29.749 INFO O| Oct 22 16:59:29.749 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
93942024-10-22T16:59:30.662Z[ host-image] Oct 22 16:59:29.750 INFO O| Oct 22 16:59:29.750 INFO copying /tmp/.tmpdGrXoe/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
93952024-10-22T16:59:30.662Z[ host-image] Oct 22 16:59:29.750 INFO O| Oct 22 16:59:29.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
93962024-10-22T16:59:30.662Z[ host-image] Oct 22 16:59:29.751 INFO O| Oct 22 16:59:29.750 INFO ok!
93972024-10-22T16:59:30.662Z[ host-image] Oct 22 16:59:29.751 INFO O| Oct 22 16:59:29.751 INFO STEP 90 (ensure_file) COMPLETE
93982024-10-22T16:59:30.662Z[ host-image] Oct 22 16:59:29.751 INFO O| Oct 22 16:59:29.751 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93992024-10-22T16:59:30.676Z[ host-image] Oct 22 16:59:29.766 INFO O| Oct 22 16:59:29.766 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94002024-10-22T16:59:30.676Z[ host-image] Oct 22 16:59:29.766 INFO O| Oct 22 16:59:29.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94012024-10-22T16:59:30.678Z[ host-image] Oct 22 16:59:29.766 INFO O| Oct 22 16:59:29.766 INFO STEP 91 (ensure_dir) COMPLETE
94022024-10-22T16:59:30.678Z[ host-image] Oct 22 16:59:29.766 INFO O| Oct 22 16:59:29.766 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94032024-10-22T16:59:30.686Z[ host-image] Oct 22 16:59:29.776 INFO O| Oct 22 16:59:29.776 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
94042024-10-22T16:59:30.686Z[ host-image] Oct 22 16:59:29.776 INFO O| Oct 22 16:59:29.776 INFO copying /tmp/.tmpdGrXoe/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 ...
94052024-10-22T16:59:30.688Z[ host-image] Oct 22 16:59:29.776 INFO O| Oct 22 16:59:29.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
94062024-10-22T16:59:30.688Z[ host-image] Oct 22 16:59:29.776 INFO O| Oct 22 16:59:29.776 INFO ok!
94072024-10-22T16:59:30.688Z[ host-image] Oct 22 16:59:29.776 INFO O| Oct 22 16:59:29.776 INFO STEP 92 (ensure_file) COMPLETE
94082024-10-22T16:59:30.688Z[ host-image] Oct 22 16:59:29.776 INFO O| Oct 22 16:59:29.776 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94092024-10-22T16:59:30.695Z[ host-image] Oct 22 16:59:29.785 INFO O| Oct 22 16:59:29.785 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
94102024-10-22T16:59:30.695Z[ host-image] Oct 22 16:59:29.785 INFO O| Oct 22 16:59:29.785 INFO copying /tmp/.tmpdGrXoe/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 ...
94112024-10-22T16:59:30.695Z[ host-image] Oct 22 16:59:29.785 INFO O| Oct 22 16:59:29.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
94122024-10-22T16:59:30.697Z[ host-image] Oct 22 16:59:29.785 INFO O| Oct 22 16:59:29.785 INFO ok!
94132024-10-22T16:59:30.697Z[ host-image] Oct 22 16:59:29.785 INFO O| Oct 22 16:59:29.785 INFO STEP 93 (ensure_file) COMPLETE
94142024-10-22T16:59:30.697Z[ host-image] Oct 22 16:59:29.785 INFO O| Oct 22 16:59:29.785 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94152024-10-22T16:59:30.705Z[ host-image] Oct 22 16:59:29.795 INFO O| Oct 22 16:59:29.795 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
94162024-10-22T16:59:30.707Z[ host-image] Oct 22 16:59:29.795 INFO O| Oct 22 16:59:29.795 INFO copying /tmp/.tmpdGrXoe/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 ...
94172024-10-22T16:59:30.707Z[ host-image] Oct 22 16:59:29.795 INFO O| Oct 22 16:59:29.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
94182024-10-22T16:59:30.707Z[ host-image] Oct 22 16:59:29.795 INFO O| Oct 22 16:59:29.795 INFO ok!
94192024-10-22T16:59:30.707Z[ host-image] Oct 22 16:59:29.795 INFO O| Oct 22 16:59:29.795 INFO STEP 94 (ensure_file) COMPLETE
94202024-10-22T16:59:30.707Z[ host-image] Oct 22 16:59:29.795 INFO O| Oct 22 16:59:29.795 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94212024-10-22T16:59:30.715Z[ host-image] Oct 22 16:59:29.805 INFO O| Oct 22 16:59:29.805 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
94222024-10-22T16:59:30.715Z[ host-image] Oct 22 16:59:29.805 INFO O| Oct 22 16:59:29.805 INFO copying /tmp/.tmpdGrXoe/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 ...
94232024-10-22T16:59:30.717Z[ host-image] Oct 22 16:59:29.805 INFO O| Oct 22 16:59:29.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
94242024-10-22T16:59:30.717Z[ host-image] Oct 22 16:59:29.805 INFO O| Oct 22 16:59:29.805 INFO ok!
94252024-10-22T16:59:30.717Z[ host-image] Oct 22 16:59:29.805 INFO O| Oct 22 16:59:29.805 INFO STEP 95 (ensure_file) COMPLETE
94262024-10-22T16:59:30.717Z[ host-image] Oct 22 16:59:29.805 INFO O| Oct 22 16:59:29.805 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94272024-10-22T16:59:30.724Z[ host-image] Oct 22 16:59:29.814 INFO O| Oct 22 16:59:29.814 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
94282024-10-22T16:59:30.724Z[ host-image] Oct 22 16:59:29.814 INFO O| Oct 22 16:59:29.814 INFO copying /tmp/.tmpdGrXoe/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 ...
94292024-10-22T16:59:30.727Z[ host-image] Oct 22 16:59:29.814 INFO O| Oct 22 16:59:29.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
94302024-10-22T16:59:30.727Z[ host-image] Oct 22 16:59:29.815 INFO O| Oct 22 16:59:29.814 INFO ok!
94312024-10-22T16:59:30.727Z[ host-image] Oct 22 16:59:29.815 INFO O| Oct 22 16:59:29.814 INFO STEP 96 (ensure_file) COMPLETE
94322024-10-22T16:59:30.727Z[ host-image] Oct 22 16:59:29.815 INFO O| Oct 22 16:59:29.814 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94332024-10-22T16:59:30.734Z[ host-image] Oct 22 16:59:29.824 INFO O| Oct 22 16:59:29.824 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
94342024-10-22T16:59:30.734Z[ host-image] Oct 22 16:59:29.824 INFO O| Oct 22 16:59:29.824 INFO copying /tmp/.tmpdGrXoe/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
94352024-10-22T16:59:30.737Z[ host-image] Oct 22 16:59:29.824 INFO O| Oct 22 16:59:29.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
94362024-10-22T16:59:30.737Z[ host-image] Oct 22 16:59:29.824 INFO O| Oct 22 16:59:29.824 INFO ok!
94372024-10-22T16:59:30.737Z[ host-image] Oct 22 16:59:29.824 INFO O| Oct 22 16:59:29.824 INFO STEP 97 (ensure_file) COMPLETE
94382024-10-22T16:59:30.737Z[ host-image] Oct 22 16:59:29.824 INFO O| Oct 22 16:59:29.824 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94392024-10-22T16:59:30.744Z[ host-image] Oct 22 16:59:29.834 INFO O| Oct 22 16:59:29.834 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
94402024-10-22T16:59:30.744Z[ host-image] Oct 22 16:59:29.834 INFO O| Oct 22 16:59:29.834 INFO copying /tmp/.tmpdGrXoe/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 ...
94412024-10-22T16:59:30.746Z[ host-image] Oct 22 16:59:29.834 INFO O| Oct 22 16:59:29.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
94422024-10-22T16:59:30.746Z[ host-image] Oct 22 16:59:29.834 INFO O| Oct 22 16:59:29.834 INFO ok!
94432024-10-22T16:59:30.746Z[ host-image] Oct 22 16:59:29.834 INFO O| Oct 22 16:59:29.834 INFO STEP 98 (ensure_file) COMPLETE
94442024-10-22T16:59:30.746Z[ host-image] Oct 22 16:59:29.834 INFO O| Oct 22 16:59:29.834 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94452024-10-22T16:59:30.753Z[ host-image] Oct 22 16:59:29.843 INFO O| Oct 22 16:59:29.843 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
94462024-10-22T16:59:30.754Z[ host-image] Oct 22 16:59:29.843 INFO O| Oct 22 16:59:29.843 INFO copying /tmp/.tmpdGrXoe/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 ...
94472024-10-22T16:59:30.754Z[ host-image] Oct 22 16:59:29.843 INFO O| Oct 22 16:59:29.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
94482024-10-22T16:59:30.757Z[ host-image] Oct 22 16:59:29.843 INFO O| Oct 22 16:59:29.843 INFO ok!
94492024-10-22T16:59:30.757Z[ host-image] Oct 22 16:59:29.843 INFO O| Oct 22 16:59:29.843 INFO STEP 99 (ensure_file) COMPLETE
94502024-10-22T16:59:30.757Z[ host-image] Oct 22 16:59:29.843 INFO O| Oct 22 16:59:29.843 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94512024-10-22T16:59:30.763Z[ host-image] Oct 22 16:59:29.853 INFO O| Oct 22 16:59:29.853 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
94522024-10-22T16:59:30.763Z[ host-image] Oct 22 16:59:29.853 INFO O| Oct 22 16:59:29.853 INFO copying /tmp/.tmpdGrXoe/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 ...
94532024-10-22T16:59:30.766Z[ host-image] Oct 22 16:59:29.853 INFO O| Oct 22 16:59:29.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
94542024-10-22T16:59:30.766Z[ host-image] Oct 22 16:59:29.853 INFO O| Oct 22 16:59:29.853 INFO ok!
94552024-10-22T16:59:30.766Z[ host-image] Oct 22 16:59:29.853 INFO O| Oct 22 16:59:29.853 INFO STEP 100 (ensure_file) COMPLETE
94562024-10-22T16:59:30.766Z[ host-image] Oct 22 16:59:29.853 INFO O| Oct 22 16:59:29.853 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94572024-10-22T16:59:30.772Z[ host-image] Oct 22 16:59:29.863 INFO O| Oct 22 16:59:29.863 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
94582024-10-22T16:59:30.773Z[ host-image] Oct 22 16:59:29.863 INFO O| Oct 22 16:59:29.863 INFO copying /tmp/.tmpdGrXoe/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
94592024-10-22T16:59:30.775Z[ host-image] Oct 22 16:59:29.863 INFO O| Oct 22 16:59:29.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
94602024-10-22T16:59:30.775Z[ host-image] Oct 22 16:59:29.863 INFO O| Oct 22 16:59:29.863 INFO ok!
94612024-10-22T16:59:30.775Z[ host-image] Oct 22 16:59:29.863 INFO O| Oct 22 16:59:29.863 INFO STEP 101 (ensure_file) COMPLETE
94622024-10-22T16:59:30.775Z[ host-image] Oct 22 16:59:29.863 INFO O| Oct 22 16:59:29.863 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94632024-10-22T16:59:30.782Z[ host-image] Oct 22 16:59:29.872 INFO O| Oct 22 16:59:29.872 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
94642024-10-22T16:59:30.784Z[ host-image] Oct 22 16:59:29.872 INFO O| Oct 22 16:59:29.872 INFO copying /tmp/.tmpdGrXoe/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 ...
94652024-10-22T16:59:30.784Z[ host-image] Oct 22 16:59:29.872 INFO O| Oct 22 16:59:29.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
94662024-10-22T16:59:30.784Z[ host-image] Oct 22 16:59:29.872 INFO O| Oct 22 16:59:29.872 INFO ok!
94672024-10-22T16:59:30.784Z[ host-image] Oct 22 16:59:29.872 INFO O| Oct 22 16:59:29.872 INFO STEP 102 (ensure_file) COMPLETE
94682024-10-22T16:59:30.784Z[ host-image] Oct 22 16:59:29.872 INFO O| Oct 22 16:59:29.872 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94692024-10-22T16:59:30.791Z[ host-image] Oct 22 16:59:29.881 INFO O| Oct 22 16:59:29.881 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
94702024-10-22T16:59:30.792Z[ host-image] Oct 22 16:59:29.881 INFO O| Oct 22 16:59:29.881 INFO copying /tmp/.tmpdGrXoe/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 ...
94712024-10-22T16:59:30.794Z[ host-image] Oct 22 16:59:29.882 INFO O| Oct 22 16:59:29.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94722024-10-22T16:59:30.794Z[ host-image] Oct 22 16:59:29.882 INFO O| Oct 22 16:59:29.882 INFO ok!
94732024-10-22T16:59:30.794Z[ host-image] Oct 22 16:59:29.882 INFO O| Oct 22 16:59:29.882 INFO STEP 103 (ensure_file) COMPLETE
94742024-10-22T16:59:30.794Z[ host-image] Oct 22 16:59:29.882 INFO O| Oct 22 16:59:29.882 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94752024-10-22T16:59:30.801Z[ host-image] Oct 22 16:59:29.891 INFO O| Oct 22 16:59:29.891 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94762024-10-22T16:59:30.801Z[ host-image] Oct 22 16:59:29.891 INFO O| Oct 22 16:59:29.891 INFO copying /tmp/.tmpdGrXoe/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 ...
94772024-10-22T16:59:30.803Z[ host-image] Oct 22 16:59:29.891 INFO O| Oct 22 16:59:29.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
94782024-10-22T16:59:30.803Z[ host-image] Oct 22 16:59:29.891 INFO O| Oct 22 16:59:29.891 INFO ok!
94792024-10-22T16:59:30.803Z[ host-image] Oct 22 16:59:29.891 INFO O| Oct 22 16:59:29.891 INFO STEP 104 (ensure_file) COMPLETE
94802024-10-22T16:59:30.803Z[ host-image] Oct 22 16:59:29.891 INFO O| Oct 22 16:59:29.891 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94812024-10-22T16:59:30.811Z[ host-image] Oct 22 16:59:29.901 INFO O| Oct 22 16:59:29.901 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
94822024-10-22T16:59:30.814Z[ host-image] Oct 22 16:59:29.901 INFO O| Oct 22 16:59:29.901 INFO copying /tmp/.tmpdGrXoe/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 ...
94832024-10-22T16:59:30.814Z[ host-image] Oct 22 16:59:29.901 INFO O| Oct 22 16:59:29.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
94842024-10-22T16:59:30.814Z[ host-image] Oct 22 16:59:29.901 INFO O| Oct 22 16:59:29.901 INFO ok!
94852024-10-22T16:59:30.814Z[ host-image] Oct 22 16:59:29.901 INFO O| Oct 22 16:59:29.901 INFO STEP 105 (ensure_file) COMPLETE
94862024-10-22T16:59:30.814Z[ host-image] Oct 22 16:59:29.901 INFO O| Oct 22 16:59:29.901 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94872024-10-22T16:59:30.820Z[ host-image] Oct 22 16:59:29.910 INFO O| Oct 22 16:59:29.910 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
94882024-10-22T16:59:30.820Z[ host-image] Oct 22 16:59:29.910 INFO O| Oct 22 16:59:29.910 INFO copying /tmp/.tmpdGrXoe/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 ...
94892024-10-22T16:59:30.823Z[ host-image] Oct 22 16:59:29.910 INFO O| Oct 22 16:59:29.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
94902024-10-22T16:59:30.823Z[ host-image] Oct 22 16:59:29.911 INFO O| Oct 22 16:59:29.910 INFO ok!
94912024-10-22T16:59:30.823Z[ host-image] Oct 22 16:59:29.911 INFO O| Oct 22 16:59:29.910 INFO STEP 106 (ensure_file) COMPLETE
94922024-10-22T16:59:30.823Z[ host-image] Oct 22 16:59:29.911 INFO O| Oct 22 16:59:29.911 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94932024-10-22T16:59:30.830Z[ host-image] Oct 22 16:59:29.920 INFO O| Oct 22 16:59:29.920 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
94942024-10-22T16:59:30.830Z[ host-image] Oct 22 16:59:29.920 INFO O| Oct 22 16:59:29.920 INFO copying /tmp/.tmpdGrXoe/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 ...
94952024-10-22T16:59:30.833Z[ host-image] Oct 22 16:59:29.920 INFO O| Oct 22 16:59:29.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
94962024-10-22T16:59:30.833Z[ host-image] Oct 22 16:59:29.920 INFO O| Oct 22 16:59:29.920 INFO ok!
94972024-10-22T16:59:30.833Z[ host-image] Oct 22 16:59:29.920 INFO O| Oct 22 16:59:29.920 INFO STEP 107 (ensure_file) COMPLETE
94982024-10-22T16:59:30.833Z[ host-image] Oct 22 16:59:29.920 INFO O| Oct 22 16:59:29.920 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94992024-10-22T16:59:30.840Z[ host-image] Oct 22 16:59:29.930 INFO O| Oct 22 16:59:29.930 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
95002024-10-22T16:59:30.840Z[ host-image] Oct 22 16:59:29.930 INFO O| Oct 22 16:59:29.930 INFO copying /tmp/.tmpdGrXoe/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 ...
95012024-10-22T16:59:30.842Z[ host-image] Oct 22 16:59:29.930 INFO O| Oct 22 16:59:29.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
95022024-10-22T16:59:30.842Z[ host-image] Oct 22 16:59:29.930 INFO O| Oct 22 16:59:29.930 INFO ok!
95032024-10-22T16:59:30.842Z[ host-image] Oct 22 16:59:29.930 INFO O| Oct 22 16:59:29.930 INFO STEP 108 (ensure_file) COMPLETE
95042024-10-22T16:59:30.842Z[ host-image] Oct 22 16:59:29.930 INFO O| Oct 22 16:59:29.930 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95052024-10-22T16:59:30.849Z[ host-image] Oct 22 16:59:29.939 INFO O| Oct 22 16:59:29.939 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
95062024-10-22T16:59:30.849Z[ host-image] Oct 22 16:59:29.939 INFO O| Oct 22 16:59:29.939 INFO copying /tmp/.tmpdGrXoe/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 ...
95072024-10-22T16:59:30.852Z[ host-image] Oct 22 16:59:29.939 INFO O| Oct 22 16:59:29.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
95082024-10-22T16:59:30.852Z[ host-image] Oct 22 16:59:29.939 INFO O| Oct 22 16:59:29.939 INFO ok!
95092024-10-22T16:59:30.852Z[ host-image] Oct 22 16:59:29.939 INFO O| Oct 22 16:59:29.939 INFO STEP 109 (ensure_file) COMPLETE
95102024-10-22T16:59:30.852Z[ host-image] Oct 22 16:59:29.939 INFO O| Oct 22 16:59:29.939 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95112024-10-22T16:59:30.859Z[ host-image] Oct 22 16:59:29.949 INFO O| Oct 22 16:59:29.949 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
95122024-10-22T16:59:30.859Z[ host-image] Oct 22 16:59:29.949 INFO O| Oct 22 16:59:29.949 INFO copying /tmp/.tmpdGrXoe/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 ...
95132024-10-22T16:59:30.862Z[ host-image] Oct 22 16:59:29.949 INFO O| Oct 22 16:59:29.949 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
95142024-10-22T16:59:30.862Z[ host-image] Oct 22 16:59:29.949 INFO O| Oct 22 16:59:29.949 INFO ok!
95152024-10-22T16:59:30.862Z[ host-image] Oct 22 16:59:29.949 INFO O| Oct 22 16:59:29.949 INFO STEP 110 (ensure_file) COMPLETE
95162024-10-22T16:59:30.862Z[ host-image] Oct 22 16:59:29.949 INFO O| Oct 22 16:59:29.949 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95172024-10-22T16:59:30.869Z[ host-image] Oct 22 16:59:29.959 INFO O| Oct 22 16:59:29.959 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
95182024-10-22T16:59:30.869Z[ host-image] Oct 22 16:59:29.959 INFO O| Oct 22 16:59:29.959 INFO copying /tmp/.tmpdGrXoe/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 ...
95192024-10-22T16:59:30.871Z[ host-image] Oct 22 16:59:29.959 INFO O| Oct 22 16:59:29.959 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
95202024-10-22T16:59:30.871Z[ host-image] Oct 22 16:59:29.959 INFO O| Oct 22 16:59:29.959 INFO ok!
95212024-10-22T16:59:30.871Z[ host-image] Oct 22 16:59:29.959 INFO O| Oct 22 16:59:29.959 INFO STEP 111 (ensure_file) COMPLETE
95222024-10-22T16:59:30.871Z[ host-image] Oct 22 16:59:29.959 INFO O| Oct 22 16:59:29.959 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95232024-10-22T16:59:30.878Z[ host-image] Oct 22 16:59:29.968 INFO O| Oct 22 16:59:29.968 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
95242024-10-22T16:59:30.878Z[ host-image] Oct 22 16:59:29.968 INFO O| Oct 22 16:59:29.968 INFO copying /tmp/.tmpdGrXoe/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 ...
95252024-10-22T16:59:30.881Z[ host-image] Oct 22 16:59:29.969 INFO O| Oct 22 16:59:29.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
95262024-10-22T16:59:30.881Z[ host-image] Oct 22 16:59:29.969 INFO O| Oct 22 16:59:29.969 INFO ok!
95272024-10-22T16:59:30.881Z[ host-image] Oct 22 16:59:29.969 INFO O| Oct 22 16:59:29.969 INFO STEP 112 (ensure_file) COMPLETE
95282024-10-22T16:59:30.881Z[ host-image] Oct 22 16:59:29.969 INFO O| Oct 22 16:59:29.969 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95292024-10-22T16:59:30.888Z[ host-image] Oct 22 16:59:29.978 INFO O| Oct 22 16:59:29.978 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
95302024-10-22T16:59:30.892Z[ host-image] Oct 22 16:59:29.978 INFO O| Oct 22 16:59:29.978 INFO copying /tmp/.tmpdGrXoe/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 ...
95312024-10-22T16:59:30.893Z[ host-image] Oct 22 16:59:29.978 INFO O| Oct 22 16:59:29.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
95322024-10-22T16:59:30.893Z[ host-image] Oct 22 16:59:29.978 INFO O| Oct 22 16:59:29.978 INFO ok!
95332024-10-22T16:59:30.893Z[ host-image] Oct 22 16:59:29.979 INFO O| Oct 22 16:59:29.978 INFO STEP 113 (ensure_file) COMPLETE
95342024-10-22T16:59:30.893Z[ host-image] Oct 22 16:59:29.979 INFO O| Oct 22 16:59:29.978 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95352024-10-22T16:59:30.904Z[ host-image] Oct 22 16:59:29.988 INFO O| Oct 22 16:59:29.988 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
95362024-10-22T16:59:30.904Z[ host-image] Oct 22 16:59:29.988 INFO O| Oct 22 16:59:29.988 INFO copying /tmp/.tmpdGrXoe/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 ...
95372024-10-22T16:59:30.904Z[ host-image] Oct 22 16:59:29.988 INFO O| Oct 22 16:59:29.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
95382024-10-22T16:59:30.904Z[ host-image] Oct 22 16:59:29.988 INFO O| Oct 22 16:59:29.988 INFO ok!
95392024-10-22T16:59:30.904Z[ host-image] Oct 22 16:59:29.988 INFO O| Oct 22 16:59:29.988 INFO STEP 114 (ensure_file) COMPLETE
95402024-10-22T16:59:30.905Z[ host-image] Oct 22 16:59:29.988 INFO O| Oct 22 16:59:29.988 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95412024-10-22T16:59:30.908Z[ host-image] Oct 22 16:59:29.997 INFO O| Oct 22 16:59:29.997 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
95422024-10-22T16:59:30.908Z[ host-image] Oct 22 16:59:29.997 INFO O| Oct 22 16:59:29.997 INFO copying /tmp/.tmpdGrXoe/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 ...
95432024-10-22T16:59:30.908Z[ host-image] Oct 22 16:59:29.997 INFO O| Oct 22 16:59:29.997 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
95442024-10-22T16:59:30.908Z[ host-image] Oct 22 16:59:29.997 INFO O| Oct 22 16:59:29.997 INFO ok!
95452024-10-22T16:59:30.908Z[ host-image] Oct 22 16:59:29.997 INFO O| Oct 22 16:59:29.997 INFO STEP 115 (ensure_file) COMPLETE
95462024-10-22T16:59:30.908Z[ host-image] Oct 22 16:59:29.997 INFO O| Oct 22 16:59:29.997 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95472024-10-22T16:59:30.917Z[ host-image] Oct 22 16:59:30.007 INFO O| Oct 22 16:59:30.007 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
95482024-10-22T16:59:30.921Z[ host-image] Oct 22 16:59:30.007 INFO O| Oct 22 16:59:30.007 INFO copying /tmp/.tmpdGrXoe/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
95492024-10-22T16:59:30.921Z[ host-image] Oct 22 16:59:30.008 INFO O| Oct 22 16:59:30.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
95502024-10-22T16:59:30.921Z[ host-image] Oct 22 16:59:30.008 INFO O| Oct 22 16:59:30.008 INFO ok!
95512024-10-22T16:59:30.921Z[ host-image] Oct 22 16:59:30.008 INFO O| Oct 22 16:59:30.008 INFO STEP 116 (ensure_file) COMPLETE
95522024-10-22T16:59:30.921Z[ host-image] Oct 22 16:59:30.008 INFO O| Oct 22 16:59:30.008 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95532024-10-22T16:59:30.927Z[ host-image] Oct 22 16:59:30.017 INFO O| Oct 22 16:59:30.017 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
95542024-10-22T16:59:30.927Z[ host-image] Oct 22 16:59:30.017 INFO O| Oct 22 16:59:30.017 INFO copying /tmp/.tmpdGrXoe/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 ...
95552024-10-22T16:59:30.929Z[ host-image] Oct 22 16:59:30.017 INFO O| Oct 22 16:59:30.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
95562024-10-22T16:59:30.929Z[ host-image] Oct 22 16:59:30.017 INFO O| Oct 22 16:59:30.017 INFO ok!
95572024-10-22T16:59:30.929Z[ host-image] Oct 22 16:59:30.017 INFO O| Oct 22 16:59:30.017 INFO STEP 117 (ensure_file) COMPLETE
95582024-10-22T16:59:30.929Z[ host-image] Oct 22 16:59:30.017 INFO O| Oct 22 16:59:30.017 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95592024-10-22T16:59:30.937Z[ host-image] Oct 22 16:59:30.027 INFO O| Oct 22 16:59:30.027 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
95602024-10-22T16:59:30.937Z[ host-image] Oct 22 16:59:30.027 INFO O| Oct 22 16:59:30.027 INFO copying /tmp/.tmpdGrXoe/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
95612024-10-22T16:59:30.940Z[ host-image] Oct 22 16:59:30.027 INFO O| Oct 22 16:59:30.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
95622024-10-22T16:59:30.940Z[ host-image] Oct 22 16:59:30.027 INFO O| Oct 22 16:59:30.027 INFO ok!
95632024-10-22T16:59:30.940Z[ host-image] Oct 22 16:59:30.027 INFO O| Oct 22 16:59:30.027 INFO STEP 118 (ensure_file) COMPLETE
95642024-10-22T16:59:30.940Z[ host-image] Oct 22 16:59:30.027 INFO O| Oct 22 16:59:30.027 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95652024-10-22T16:59:30.947Z[ host-image] Oct 22 16:59:30.037 INFO O| Oct 22 16:59:30.037 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
95662024-10-22T16:59:30.947Z[ host-image] Oct 22 16:59:30.037 INFO O| Oct 22 16:59:30.037 INFO copying /tmp/.tmpdGrXoe/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
95672024-10-22T16:59:34.542Z[ host-image] Oct 22 16:59:33.632 INFO O| Oct 22 16:59:33.632 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
95682024-10-22T16:59:34.542Z[ host-image] Oct 22 16:59:33.632 INFO O| Oct 22 16:59:33.632 INFO ok!
95692024-10-22T16:59:34.543Z[ host-image] Oct 22 16:59:33.632 INFO O| Oct 22 16:59:33.632 INFO STEP 119 (ensure_file) COMPLETE
95702024-10-22T16:59:34.543Z[ host-image] Oct 22 16:59:33.632 INFO O| Oct 22 16:59:33.632 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95712024-10-22T16:59:34.553Z[ host-image] Oct 22 16:59:33.643 INFO O| Oct 22 16:59:33.643 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95722024-10-22T16:59:34.554Z[ host-image] Oct 22 16:59:33.643 INFO O| Oct 22 16:59:33.643 INFO STEP 120 (ensure_dir) COMPLETE
95732024-10-22T16:59:34.556Z[ host-image] Oct 22 16:59:33.643 INFO O| Oct 22 16:59:33.643 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95742024-10-22T16:59:34.563Z[ host-image] Oct 22 16:59:33.652 INFO O| Oct 22 16:59:33.652 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95752024-10-22T16:59:34.563Z[ host-image] Oct 22 16:59:33.652 INFO O| Oct 22 16:59:33.652 INFO STEP 121 (ensure_dir) COMPLETE
95762024-10-22T16:59:34.565Z[ host-image] Oct 22 16:59:33.652 INFO O| Oct 22 16:59:33.652 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95772024-10-22T16:59:34.572Z[ host-image] Oct 22 16:59:33.662 INFO O| Oct 22 16:59:33.662 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
95782024-10-22T16:59:34.572Z[ host-image] Oct 22 16:59:33.662 INFO O| Oct 22 16:59:33.662 INFO STEP 122 (ensure_dir) COMPLETE
95792024-10-22T16:59:34.572Z[ host-image] Oct 22 16:59:33.662 INFO O| Oct 22 16:59:33.662 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95802024-10-22T16:59:34.584Z[ host-image] Oct 22 16:59:33.671 INFO O| Oct 22 16:59:33.671 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
95812024-10-22T16:59:34.585Z[ host-image] Oct 22 16:59:33.671 INFO O| Oct 22 16:59:33.671 INFO STEP 123 (ensure_dir) COMPLETE
95822024-10-22T16:59:34.585Z[ host-image] Oct 22 16:59:33.671 INFO O| Oct 22 16:59:33.671 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95832024-10-22T16:59:34.592Z[ host-image] Oct 22 16:59:33.680 INFO O| Oct 22 16:59:33.680 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
95842024-10-22T16:59:34.592Z[ host-image] Oct 22 16:59:33.680 INFO O| Oct 22 16:59:33.680 INFO copying /tmp/.tmpdGrXoe/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 ...
95852024-10-22T16:59:34.595Z[ host-image] Oct 22 16:59:33.680 INFO O| Oct 22 16:59:33.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
95862024-10-22T16:59:34.595Z[ host-image] Oct 22 16:59:33.680 INFO O| Oct 22 16:59:33.680 INFO ok!
95872024-10-22T16:59:34.595Z[ host-image] Oct 22 16:59:33.680 INFO O| Oct 22 16:59:33.680 INFO STEP 124 (ensure_file) COMPLETE
95882024-10-22T16:59:34.595Z[ host-image] Oct 22 16:59:33.680 INFO O| Oct 22 16:59:33.680 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95892024-10-22T16:59:34.601Z[ host-image] Oct 22 16:59:33.690 INFO O| Oct 22 16:59:33.690 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95902024-10-22T16:59:34.601Z[ host-image] Oct 22 16:59:33.690 INFO O| Oct 22 16:59:33.690 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95912024-10-22T16:59:34.606Z[ host-image] Oct 22 16:59:33.690 INFO O| Oct 22 16:59:33.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
95922024-10-22T16:59:34.606Z[ host-image] Oct 22 16:59:33.690 INFO O| Oct 22 16:59:33.690 INFO STEP 125 (ensure_dir) COMPLETE
95932024-10-22T16:59:34.606Z[ host-image] Oct 22 16:59:33.690 INFO O| Oct 22 16:59:33.690 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95942024-10-22T16:59:34.610Z[ host-image] Oct 22 16:59:33.700 INFO O| Oct 22 16:59:33.699 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
95952024-10-22T16:59:34.610Z[ host-image] Oct 22 16:59:33.700 INFO O| Oct 22 16:59:33.700 INFO copying /tmp/.tmpdGrXoe/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
95962024-10-22T16:59:34.614Z[ host-image] Oct 22 16:59:33.700 INFO O| Oct 22 16:59:33.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
95972024-10-22T16:59:34.614Z[ host-image] Oct 22 16:59:33.700 INFO O| Oct 22 16:59:33.700 INFO ok!
95982024-10-22T16:59:34.614Z[ host-image] Oct 22 16:59:33.700 INFO O| Oct 22 16:59:33.700 INFO STEP 126 (ensure_file) COMPLETE
95992024-10-22T16:59:34.614Z[ host-image] Oct 22 16:59:33.700 INFO O| Oct 22 16:59:33.700 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96002024-10-22T16:59:34.619Z[ host-image] Oct 22 16:59:33.709 INFO O| Oct 22 16:59:33.709 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
96012024-10-22T16:59:34.622Z[ host-image] Oct 22 16:59:33.709 INFO O| Oct 22 16:59:33.709 INFO STEP 127 (remove_files) COMPLETE
96022024-10-22T16:59:34.622Z[ host-image] Oct 22 16:59:33.709 INFO O| Oct 22 16:59:33.709 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96032024-10-22T16:59:34.629Z[ host-image] Oct 22 16:59:33.718 INFO O| Oct 22 16:59:33.718 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
96042024-10-22T16:59:34.632Z[ host-image] Oct 22 16:59:33.719 INFO O| Oct 22 16:59:33.718 INFO STEP 128 (remove_files) COMPLETE
96052024-10-22T16:59:34.632Z[ host-image] Oct 22 16:59:33.719 INFO O| Oct 22 16:59:33.719 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96062024-10-22T16:59:34.638Z[ host-image] Oct 22 16:59:33.728 INFO O| Oct 22 16:59:33.727 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
96072024-10-22T16:59:34.640Z[ host-image] Oct 22 16:59:33.728 INFO O| Oct 22 16:59:33.728 INFO STEP 129 (remove_files) COMPLETE
96082024-10-22T16:59:34.640Z[ host-image] Oct 22 16:59:33.728 INFO O| Oct 22 16:59:33.728 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96092024-10-22T16:59:34.647Z[ host-image] Oct 22 16:59:33.737 INFO O| Oct 22 16:59:33.737 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
96102024-10-22T16:59:34.650Z[ host-image] Oct 22 16:59:33.737 INFO O| Oct 22 16:59:33.737 INFO STEP 130 (remove_files) COMPLETE
96112024-10-22T16:59:34.650Z[ host-image] Oct 22 16:59:33.737 INFO O| Oct 22 16:59:33.737 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96122024-10-22T16:59:34.657Z[ host-image] Oct 22 16:59:33.746 INFO O| Oct 22 16:59:33.746 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
96132024-10-22T16:59:34.659Z[ host-image] Oct 22 16:59:33.747 INFO O| Oct 22 16:59:33.746 INFO STEP 131 (remove_files) COMPLETE
96142024-10-22T16:59:34.659Z[ host-image] Oct 22 16:59:33.747 INFO O| Oct 22 16:59:33.747 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96152024-10-22T16:59:34.666Z[ host-image] Oct 22 16:59:33.756 INFO O| Oct 22 16:59:33.756 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
96162024-10-22T16:59:34.669Z[ host-image] Oct 22 16:59:33.756 INFO O| Oct 22 16:59:33.756 INFO STEP 132 (remove_files) COMPLETE
96172024-10-22T16:59:34.669Z[ host-image] Oct 22 16:59:33.756 INFO O| Oct 22 16:59:33.756 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96182024-10-22T16:59:34.676Z[ host-image] Oct 22 16:59:33.765 INFO O| Oct 22 16:59:33.765 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
96192024-10-22T16:59:34.678Z[ host-image] Oct 22 16:59:33.765 INFO O| Oct 22 16:59:33.765 INFO STEP 133 (remove_files) COMPLETE
96202024-10-22T16:59:34.678Z[ host-image] Oct 22 16:59:33.765 INFO O| Oct 22 16:59:33.765 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96212024-10-22T16:59:34.685Z[ host-image] Oct 22 16:59:33.775 INFO O| Oct 22 16:59:33.774 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
96222024-10-22T16:59:34.685Z[ host-image] Oct 22 16:59:33.775 INFO O| Oct 22 16:59:33.775 INFO STEP 134 (remove_files) COMPLETE
96232024-10-22T16:59:34.685Z[ host-image] Oct 22 16:59:33.775 INFO O| Oct 22 16:59:33.775 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96242024-10-22T16:59:34.694Z[ host-image] Oct 22 16:59:33.784 INFO O| Oct 22 16:59:33.784 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
96252024-10-22T16:59:34.694Z[ host-image] Oct 22 16:59:33.784 INFO O| Oct 22 16:59:33.784 INFO STEP 135 (remove_files) COMPLETE
96262024-10-22T16:59:34.694Z[ host-image] Oct 22 16:59:33.784 INFO O| Oct 22 16:59:33.784 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96272024-10-22T16:59:34.704Z[ host-image] Oct 22 16:59:33.793 INFO O| Oct 22 16:59:33.793 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
96282024-10-22T16:59:34.704Z[ host-image] Oct 22 16:59:33.793 INFO O| Oct 22 16:59:33.793 INFO STEP 136 (remove_files) COMPLETE
96292024-10-22T16:59:34.704Z[ host-image] Oct 22 16:59:33.793 INFO O| Oct 22 16:59:33.793 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96302024-10-22T16:59:34.713Z[ host-image] Oct 22 16:59:33.802 INFO O| Oct 22 16:59:33.802 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
96312024-10-22T16:59:34.715Z[ host-image] Oct 22 16:59:33.802 INFO O| Oct 22 16:59:33.802 INFO STEP 137 (remove_files) COMPLETE
96322024-10-22T16:59:34.715Z[ host-image] Oct 22 16:59:33.802 INFO O| Oct 22 16:59:33.802 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96332024-10-22T16:59:34.722Z[ host-image] Oct 22 16:59:33.811 INFO O| Oct 22 16:59:33.811 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
96342024-10-22T16:59:34.725Z[ host-image] Oct 22 16:59:33.812 INFO O| Oct 22 16:59:33.812 INFO STEP 138 (remove_files) COMPLETE
96352024-10-22T16:59:34.725Z[ host-image] Oct 22 16:59:33.812 INFO O| Oct 22 16:59:33.812 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96362024-10-22T16:59:34.731Z[ host-image] Oct 22 16:59:33.821 INFO O| Oct 22 16:59:33.821 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
96372024-10-22T16:59:34.731Z[ host-image] Oct 22 16:59:33.821 INFO O| Oct 22 16:59:33.821 INFO STEP 139 (remove_files) COMPLETE
96382024-10-22T16:59:34.734Z[ host-image] Oct 22 16:59:33.821 INFO O| Oct 22 16:59:33.821 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96392024-10-22T16:59:34.740Z[ host-image] Oct 22 16:59:33.830 INFO O| Oct 22 16:59:33.830 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
96402024-10-22T16:59:34.743Z[ host-image] Oct 22 16:59:33.830 INFO O| Oct 22 16:59:33.830 INFO STEP 140 (remove_files) COMPLETE
96412024-10-22T16:59:34.743Z[ host-image] Oct 22 16:59:33.830 INFO O| Oct 22 16:59:33.830 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96422024-10-22T16:59:34.750Z[ host-image] Oct 22 16:59:33.839 INFO O| Oct 22 16:59:33.839 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
96432024-10-22T16:59:34.750Z[ host-image] Oct 22 16:59:33.839 INFO O| Oct 22 16:59:33.839 INFO STEP 141 (remove_files) COMPLETE
96442024-10-22T16:59:34.752Z[ host-image] Oct 22 16:59:33.839 INFO O| Oct 22 16:59:33.839 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96452024-10-22T16:59:34.759Z[ host-image] Oct 22 16:59:33.849 INFO O| Oct 22 16:59:33.848 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
96462024-10-22T16:59:34.761Z[ host-image] Oct 22 16:59:33.849 INFO O| Oct 22 16:59:33.849 INFO STEP 142 (remove_files) COMPLETE
96472024-10-22T16:59:34.761Z[ host-image] Oct 22 16:59:33.849 INFO O| Oct 22 16:59:33.849 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96482024-10-22T16:59:34.768Z[ host-image] Oct 22 16:59:33.858 INFO O| Oct 22 16:59:33.858 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
96492024-10-22T16:59:34.771Z[ host-image] Oct 22 16:59:33.858 INFO O| Oct 22 16:59:33.858 INFO STEP 143 (remove_files) COMPLETE
96502024-10-22T16:59:34.771Z[ host-image] Oct 22 16:59:33.858 INFO O| Oct 22 16:59:33.858 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96512024-10-22T16:59:34.778Z[ host-image] Oct 22 16:59:33.867 INFO O| Oct 22 16:59:33.867 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
96522024-10-22T16:59:34.778Z[ host-image] Oct 22 16:59:33.867 INFO O| Oct 22 16:59:33.867 INFO STEP 144 (remove_files) COMPLETE
96532024-10-22T16:59:34.780Z[ host-image] Oct 22 16:59:33.867 INFO O| Oct 22 16:59:33.867 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96542024-10-22T16:59:34.787Z[ host-image] Oct 22 16:59:33.876 INFO O| Oct 22 16:59:33.876 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
96552024-10-22T16:59:34.787Z[ host-image] Oct 22 16:59:33.876 INFO O| Oct 22 16:59:33.876 INFO STEP 145 (remove_files) COMPLETE
96562024-10-22T16:59:34.789Z[ host-image] Oct 22 16:59:33.876 INFO O| Oct 22 16:59:33.876 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96572024-10-22T16:59:34.796Z[ host-image] Oct 22 16:59:33.885 INFO O| Oct 22 16:59:33.885 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
96582024-10-22T16:59:34.796Z[ host-image] Oct 22 16:59:33.886 INFO O| Oct 22 16:59:33.886 INFO STEP 146 (remove_files) COMPLETE
96592024-10-22T16:59:34.796Z[ host-image] Oct 22 16:59:33.886 INFO O| Oct 22 16:59:33.886 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96602024-10-22T16:59:34.805Z[ host-image] Oct 22 16:59:33.895 INFO O| Oct 22 16:59:33.895 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96612024-10-22T16:59:34.808Z[ host-image] Oct 22 16:59:33.895 INFO O| Oct 22 16:59:33.895 INFO STEP 147 (remove_files) COMPLETE
96622024-10-22T16:59:34.808Z[ host-image] Oct 22 16:59:33.895 INFO O| Oct 22 16:59:33.895 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96632024-10-22T16:59:34.815Z[ host-image] Oct 22 16:59:33.904 INFO O| Oct 22 16:59:33.904 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
96642024-10-22T16:59:34.817Z[ host-image] Oct 22 16:59:33.904 INFO O| Oct 22 16:59:33.904 INFO STEP 148 (remove_files) COMPLETE
96652024-10-22T16:59:34.817Z[ host-image] Oct 22 16:59:33.904 INFO O| Oct 22 16:59:33.904 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96662024-10-22T16:59:34.824Z[ host-image] Oct 22 16:59:33.914 INFO O| Oct 22 16:59:33.914 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96672024-10-22T16:59:34.824Z[ host-image] Oct 22 16:59:33.914 INFO O| Oct 22 16:59:33.914 INFO STEP 149 (remove_files) COMPLETE
96682024-10-22T16:59:34.824Z[ host-image] Oct 22 16:59:33.914 INFO O| Oct 22 16:59:33.914 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96692024-10-22T16:59:34.833Z[ host-image] Oct 22 16:59:33.923 INFO O| Oct 22 16:59:33.923 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96702024-10-22T16:59:34.833Z[ host-image] Oct 22 16:59:33.923 INFO O| Oct 22 16:59:33.923 INFO STEP 150 (remove_files) COMPLETE
96712024-10-22T16:59:34.836Z[ host-image] Oct 22 16:59:33.923 INFO O| Oct 22 16:59:33.923 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96722024-10-22T16:59:34.842Z[ host-image] Oct 22 16:59:33.932 INFO O| Oct 22 16:59:33.932 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96732024-10-22T16:59:34.843Z[ host-image] Oct 22 16:59:33.932 INFO O| Oct 22 16:59:33.932 INFO STEP 151 (remove_files) COMPLETE
96742024-10-22T16:59:34.845Z[ host-image] Oct 22 16:59:33.932 INFO O| Oct 22 16:59:33.932 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96752024-10-22T16:59:34.852Z[ host-image] Oct 22 16:59:33.941 INFO O| Oct 22 16:59:33.941 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96762024-10-22T16:59:34.852Z[ host-image] Oct 22 16:59:33.941 INFO O| Oct 22 16:59:33.941 INFO STEP 152 (remove_files) COMPLETE
96772024-10-22T16:59:34.854Z[ host-image] Oct 22 16:59:33.941 INFO O| Oct 22 16:59:33.941 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96782024-10-22T16:59:34.861Z[ host-image] Oct 22 16:59:33.951 INFO O| Oct 22 16:59:33.951 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
96792024-10-22T16:59:34.861Z[ host-image] Oct 22 16:59:33.951 INFO O| Oct 22 16:59:33.951 INFO STEP 153 (remove_files) COMPLETE
96802024-10-22T16:59:34.861Z[ host-image] Oct 22 16:59:33.951 INFO O| Oct 22 16:59:33.951 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96812024-10-22T16:59:34.870Z[ host-image] Oct 22 16:59:33.960 INFO O| Oct 22 16:59:33.960 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
96822024-10-22T16:59:34.873Z[ host-image] Oct 22 16:59:33.960 INFO O| Oct 22 16:59:33.960 INFO STEP 154 (remove_files) COMPLETE
96832024-10-22T16:59:34.873Z[ host-image] Oct 22 16:59:33.960 INFO O| Oct 22 16:59:33.960 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96842024-10-22T16:59:34.880Z[ host-image] Oct 22 16:59:33.969 INFO O| Oct 22 16:59:33.969 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
96852024-10-22T16:59:34.880Z[ host-image] Oct 22 16:59:33.969 INFO O| Oct 22 16:59:33.969 INFO STEP 155 (remove_files) COMPLETE
96862024-10-22T16:59:34.880Z[ host-image] Oct 22 16:59:33.969 INFO O| Oct 22 16:59:33.969 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96872024-10-22T16:59:34.893Z[ host-image] Oct 22 16:59:33.983 INFO O| Oct 22 16:59:33.983 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
96882024-10-22T16:59:34.896Z[ host-image] Oct 22 16:59:33.983 INFO O| Oct 22 16:59:33.983 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
96892024-10-22T16:59:43.630Z[ host-image] Oct 22 16:59:42.718 INFO O| Oct 22 16:59:42.718 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
96902024-10-22T16:59:43.630Z[ host-image] Oct 22 16:59:42.718 INFO O| Oct 22 16:59:42.718 INFO E| svccfg: Loaded 74 smf(7) service descriptions
96912024-10-22T16:59:43.644Z[ host-image] Oct 22 16:59:42.732 INFO O| Oct 22 16:59:42.732 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
96922024-10-22T16:59:43.721Z[ host-image] Oct 22 16:59:42.809 INFO O| Oct 22 16:59:42.809 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
96932024-10-22T16:59:43.721Z[ host-image] Oct 22 16:59:42.809 INFO O| Oct 22 16:59:42.809 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
96942024-10-22T16:59:43.723Z[ host-image] Oct 22 16:59:42.811 INFO O| Oct 22 16:59:42.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
96952024-10-22T16:59:43.723Z[ host-image] Oct 22 16:59:42.811 INFO O| Oct 22 16:59:42.811 INFO ok!
96962024-10-22T16:59:43.723Z[ host-image] Oct 22 16:59:42.811 INFO O| Oct 22 16:59:42.811 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
96972024-10-22T16:59:43.723Z[ host-image] Oct 22 16:59:42.811 INFO O| Oct 22 16:59:42.811 INFO STEP 156 (seed_smf) COMPLETE
96982024-10-22T16:59:43.723Z[ host-image] Oct 22 16:59:42.811 INFO O| Oct 22 16:59:42.811 INFO steps complete; finalising image!
96992024-10-22T16:59:43.723Z[ host-image] Oct 22 16:59:42.811 INFO O| Oct 22 16:59:42.811 INFO TRIM POOL: TEMPORARY-gimlet-zfs
97002024-10-22T16:59:43.863Z[ host-image] Oct 22 16:59:42.951 INFO O| Oct 22 16:59:42.951 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Tue Oct 22 16:59:42 2024)
97012024-10-22T16:59:44.084Z[ host-image] Oct 22 16:59:43.172 INFO O| Oct 22 16:59:43.172 INFO temporary pool has 690M used, 142M avail, 1.86x compressratio
97022024-10-22T16:59:44.084Z[ host-image] Oct 22 16:59:43.172 INFO O| Oct 22 16:59:43.172 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
97032024-10-22T16:59:44.363Z[ host-image] Oct 22 16:59:43.451 INFO O| Oct 22 16:59:43.451 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
97042024-10-22T16:59:44.363Z[ host-image] Oct 22 16:59:43.451 INFO O| Oct 22 16:59:43.451 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
97052024-10-22T16:59:45.384Z[ host-image] Oct 22 16:59:44.472 INFO O| Oct 22 16:59:44.471 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
97062024-10-22T16:59:45.384Z[ host-image] Oct 22 16:59:44.472 INFO O| Oct 22 16:59:44.472 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
97072024-10-22T16:59:45.387Z[ host-image] Oct 22 16:59:44.472 INFO O| Oct 22 16:59:44.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
97082024-10-22T16:59:45.387Z[ host-image] Oct 22 16:59:44.472 INFO O| Oct 22 16:59:44.472 INFO completed processing gimlet/zfs
97092024-10-22T16:59:45.387Z[ host-image] Oct 22 16:59:44.472 INFO O| Oct 22 16:59:44.472 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
97102024-10-22T16:59:52.092Z[ host-image] Oct 22 16:59:51.179 INFO O| Oct 22 16:59:51.179 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
97112024-10-22T16:59:52.183Z[ host-image] Oct 22 16:59:51.269 INFO BUILD STRING "heads/stlouis-0-g3c4c34aff6\n"
97122024-10-22T16:59:52.183Z[ host-image] Oct 22 16:59:51.270 INFO expanded image name: "ci ab1f377/${os_short_commit} 2024-10-22 16:29" -> "ci ab1f377/3c4c34a 2024-10-22 16:29"
97132024-10-22T16:59:52.186Z[ host-image] Oct 22 16:59:51.270 INFO output artefacts stored in: "/work/os-host"
97142024-10-22T16:59:52.186Z[ host-image] Oct 22 16:59:51.270 INFO collecting git info from project "phbl"...
97152024-10-22T16:59:52.188Z[ host-image] Oct 22 16:59:51.275 INFO collecting git info from project "chelsio-t6-roms"...
97162024-10-22T16:59:52.192Z[ host-image] Oct 22 16:59:51.279 INFO collecting git info from project "pilot"...
97172024-10-22T16:59:52.197Z[ host-image] Oct 22 16:59:51.284 INFO collecting git info from project "amd-firmware"...
97182024-10-22T16:59:52.205Z[ host-image] Oct 22 16:59:51.292 INFO collecting git info from project "image-builder"...
97192024-10-22T16:59:52.209Z[ host-image] Oct 22 16:59:51.296 INFO collecting git info from project "pinprick"...
97202024-10-22T16:59:52.213Z[ host-image] Oct 22 16:59:51.301 INFO collecting git info from project "amd-host-image-builder"...
97212024-10-22T16:59:52.226Z[ host-image] Oct 22 16:59:51.313 INFO collecting git info from project "bootserver"...
97222024-10-22T16:59:52.230Z[ host-image] Oct 22 16:59:51.317 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
97232024-10-22T16:59:52.577Z[ host-image] Oct 22 16:59:51.663 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
97242024-10-22T16:59:52.911Z[ host-image] Oct 22 16:59:51.997 INFO creating Oxide boot image...
97252024-10-22T16:59:52.911Z[ host-image] Oct 22 16:59:51.997 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci ab1f377/3c4c34a 2024-10-22 16:29", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
97262024-10-22T16:59:53.866Z[ host-image] Oct 22 16:59:52.952 INFO O| ok, image written!
97272024-10-22T16:59:53.866Z[ host-image] Oct 22 16:59:52.952 INFO O| ok, boot_image_csum file written!
97282024-10-22T16:59:53.869Z[ host-image] Oct 22 16:59:52.955 INFO creating boot archive (CPIO)...
97292024-10-22T16:59:53.869Z[ host-image] Oct 22 16:59:52.955 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
97302024-10-22T16:59:53.878Z[ host-image] Oct 22 16:59:52.964 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
97312024-10-22T16:59:53.881Z[ host-image] Oct 22 16:59:52.964 INFO E| + outfile=/work/os-host/cpio
97322024-10-22T16:59:53.881Z[ host-image] Oct 22 16:59:52.964 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
97332024-10-22T16:59:53.881Z[ host-image] Oct 22 16:59:52.966 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
97342024-10-22T16:59:53.881Z[ host-image] Oct 22 16:59:52.966 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
97352024-10-22T16:59:53.915Z[ host-image] Oct 22 16:59:53.001 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
97362024-10-22T16:59:53.915Z[ host-image] Oct 22 16:59:53.001 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
97372024-10-22T16:59:53.922Z[ host-image] Oct 22 16:59:53.008 INFO creating compressed cpio/unix for nanobl-rs...
97382024-10-22T16:59:53.925Z[ host-image] Oct 22 16:59:53.008 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
97392024-10-22T16:59:54.212Z[ host-image] Oct 22 16:59:53.297 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
97402024-10-22T16:59:58.552Z[ host-image] Oct 22 16:59:57.637 INFO creating reset image...
97412024-10-22T16:59:58.554Z[ host-image] Oct 22 16:59:57.637 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
97422024-10-22T16:59:58.643Z[ host-image] Oct 22 16:59:57.729 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
97432024-10-22T16:59:58.646Z[ host-image] Oct 22 16:59:57.729 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
97442024-10-22T16:59:58.700Z[ host-image] Oct 22 16:59:57.785 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
97452024-10-22T17:00:00.506Z[ host-image] Oct 22 16:59:59.591 INFO E| Finished `release` profile [optimized] target(s) in 1.85s
97462024-10-22T17:00:00.517Z[ host-image] Oct 22 16:59:59.602 INFO building host image...
97472024-10-22T17:00:00.520Z[ host-image] Oct 22 16:59:59.603 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")
97482024-10-22T17:00:01.007Z[ host-image] Oct 22 17:00:00.092 INFO finishing image archive at "/work/os-host/os.tar.gz"...
97492024-10-22T17:00:47.806Z[ host-image] Oct 22 17:00:46.885 INFO image complete! materials are in "/work/os-host"
97502024-10-22T17:00:47.809Z[ host-image]
97512024-10-22T17:00:47.811Z[ host-image] real 9:23.776832896
97522024-10-22T17:00:47.811Z[ host-image] user 4:50.632109388
97532024-10-22T17:00:47.811Z[ host-image] sys 50.968342858
97542024-10-22T17:00:47.811Z[ host-image] trap 0.181399202
97552024-10-22T17:00:47.811Z[ host-image] tflt 0.015011441
97562024-10-22T17:00:47.811Z[ host-image] dflt 0.053039292
97572024-10-22T17:00:47.811Z[ host-image] kflt 0.000012546
97582024-10-22T17:00:47.811Z[ host-image] lock 6:18.349378799
97592024-10-22T17:00:47.811Z[ host-image] slp 51:39.205072595
97602024-10-22T17:00:47.811Z[ host-image] lat 1:26.894242397
97612024-10-22T17:00:47.811Z[ host-image] stop 0.403424956
97622024-10-22T17:00:47.811ZOct 22 17:00:46.888 INFO [host-image] process exited with exit status: 0 (563.792057774s)
97632024-10-22T17:00:47.811ZOct 22 17:00:46.889 INFO [tuf-repo] running task
97642024-10-22T17:00:54.680ZOct 22 17:00:53.757 INFO assembling repository in `/tmp/tufaceoustpVXNK`, component: OmicronRepoAssembler
97652024-10-22T17:00:59.732ZOct 22 17:00:58.809 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
97662024-10-22T17:00:59.944ZOct 22 17:00:59.021 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
97672024-10-22T17:01:11.636ZOct 22 17:01:10.711 INFO [tuf-repo] task succeeded (23.822352824s)
97682024-10-22T17:01:11.636ZOct 22 17:01:10.711 INFO all jobs completed in 1878.229684015s
97692024-10-22T17:01:12.201Zprocess exited: duration 2482471 ms, exit code 0
 
97702024-10-22T17:01:12.211Zfound 33 output files
97712024-10-22T17:01:12.211Zuploading: /work/manifest.toml (8404 bytes)
97722024-10-22T17:01:13.221Zuploaded: /work/manifest.toml
97732024-10-22T17:01:13.221Zuploading: /work/repo.zip (1863384882 bytes)
97742024-10-22T17:01:40.882Zuploaded: /work/repo.zip
97752024-10-22T17:01:40.882Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97762024-10-22T17:01:41.919Zuploaded: /work/repo.zip.sha256.txt
97772024-10-22T17:01:41.919Zuploading: /work/helios-setup.log (65258 bytes)
97782024-10-22T17:01:42.929Zuploaded: /work/helios-setup.log
97792024-10-22T17:01:42.930Zuploading: /work/host-image.log (194688 bytes)
97802024-10-22T17:01:43.943Zuploaded: /work/host-image.log
97812024-10-22T17:01:43.943Zuploading: /work/host-package.log (22417 bytes)
97822024-10-22T17:01:44.954Zuploaded: /work/host-package.log
97832024-10-22T17:01:44.954Zuploading: /work/host-target.log (101 bytes)
97842024-10-22T17:01:45.962Zuploaded: /work/host-target.log
97852024-10-22T17:01:45.962Zuploading: /work/omicron-package.log (4881 bytes)
97862024-10-22T17:01:46.973Zuploaded: /work/omicron-package.log
97872024-10-22T17:01:46.973Zuploading: /work/phbl-toolchain.log (881 bytes)
97882024-10-22T17:01:47.981Zuploaded: /work/phbl-toolchain.log
97892024-10-22T17:01:47.982Zuploading: /work/recovery-image.log (591829 bytes)
97902024-10-22T17:01:49.001Zuploaded: /work/recovery-image.log
97912024-10-22T17:01:49.001Zuploading: /work/recovery-package.log (321 bytes)
97922024-10-22T17:01:50.009Zuploaded: /work/recovery-package.log
97932024-10-22T17:01:50.009Zuploading: /work/recovery-target.log (57 bytes)
97942024-10-22T17:01:51.017Zuploaded: /work/recovery-target.log
97952024-10-22T17:01:51.017Zuploading: /work/stamp-clickhouse.log (117 bytes)
97962024-10-22T17:01:52.025Zuploaded: /work/stamp-clickhouse.log
97972024-10-22T17:01:52.025Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
97982024-10-22T17:01:53.033Zuploaded: /work/stamp-clickhouse_keeper.log
97992024-10-22T17:01:53.036Zuploading: /work/stamp-cockroachdb.log (118 bytes)
98002024-10-22T17:01:54.044Zuploaded: /work/stamp-cockroachdb.log
98012024-10-22T17:01:54.045Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
98022024-10-22T17:01:55.052Zuploaded: /work/stamp-crucible-dtrace.log
98032024-10-22T17:01:55.052Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
98042024-10-22T17:01:56.060Zuploaded: /work/stamp-crucible-pantry-zone.log
98052024-10-22T17:01:56.061Zuploading: /work/stamp-crucible-zone.log (120 bytes)
98062024-10-22T17:01:57.068Zuploaded: /work/stamp-crucible-zone.log
98072024-10-22T17:01:57.068Zuploading: /work/stamp-external-dns.log (119 bytes)
98082024-10-22T17:01:58.076Zuploaded: /work/stamp-external-dns.log
98092024-10-22T17:01:58.076Zuploading: /work/stamp-installinator.log (103 bytes)
98102024-10-22T17:01:59.084Zuploaded: /work/stamp-installinator.log
98112024-10-22T17:01:59.084Zuploading: /work/stamp-internal-dns.log (119 bytes)
98122024-10-22T17:02:00.093Zuploaded: /work/stamp-internal-dns.log
98132024-10-22T17:02:00.093Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
98142024-10-22T17:02:01.102Zuploaded: /work/stamp-mg-ddm-gz.log
98152024-10-22T17:02:01.102Zuploading: /work/stamp-nexus.log (112 bytes)
98162024-10-22T17:02:02.110Zuploaded: /work/stamp-nexus.log
98172024-10-22T17:02:02.110Zuploading: /work/stamp-ntp.log (110 bytes)
98182024-10-22T17:02:03.119Zuploaded: /work/stamp-ntp.log
98192024-10-22T17:02:03.119Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
98202024-10-22T17:02:04.128Zuploaded: /work/stamp-omicron-sled-agent.log
98212024-10-22T17:02:04.128Zuploading: /work/stamp-overlay.log (114 bytes)
98222024-10-22T17:02:05.136Zuploaded: /work/stamp-overlay.log
98232024-10-22T17:02:05.136Zuploading: /work/stamp-oximeter.log (115 bytes)
98242024-10-22T17:02:06.145Zuploaded: /work/stamp-oximeter.log
98252024-10-22T17:02:06.145Zuploading: /work/stamp-oxlog.log (109 bytes)
98262024-10-22T17:02:07.155Zuploaded: /work/stamp-oxlog.log
98272024-10-22T17:02:07.157Zuploading: /work/stamp-probe.log (112 bytes)
98282024-10-22T17:02:08.165Zuploaded: /work/stamp-probe.log
98292024-10-22T17:02:08.165Zuploading: /work/stamp-propolis-server.log (122 bytes)
98302024-10-22T17:02:09.175Zuploaded: /work/stamp-propolis-server.log
98312024-10-22T17:02:09.175Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
98322024-10-22T17:02:10.183Zuploaded: /work/stamp-pumpkind-gz.log
98332024-10-22T17:02:10.183Zuploading: /work/stamp-switch-asic.log (118 bytes)
98342024-10-22T17:02:11.190Zuploaded: /work/stamp-switch-asic.log
98352024-10-22T17:02:11.190Zuploading: /work/verify-libraries.log (3720 bytes)
98362024-10-22T17:02:12.199Zuploaded: /work/verify-libraries.log