01JBESPNM41E1KQW34BM3KRKE5: 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: 01JBESQ82EHJNBCVVBEZT9KJR5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-30T13:27:54.546Zjob assigned to worker 01JBESQGF0Y88BJJZ22SAB5S25 (queued for 57 s)
 
22024-10-30T13:28:02.304Zstarting task 0: "setup"
32024-10-30T13:28:02.315Z++ uname -s
42024-10-30T13:28:02.317Z+ kern=SunOS
52024-10-30T13:28:02.317Z+ case "$kern" in
62024-10-30T13:28:02.317Z+ [[ 0 == 12345 ]]
72024-10-30T13:28:02.317Z+ groupadd -g 12345 build
82024-10-30T13:28:02.320Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-10-30T13:28:04.329Z+ zfs create -o mountpoint=/work rpool/work
102024-10-30T13:28:04.409Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-10-30T13:28:04.411Z+ home_fs=zfs
122024-10-30T13:28:04.411Z+ [[ zfs == autofs ]]
132024-10-30T13:28:04.411Z+ mkdir -p /home/build
142024-10-30T13:28:04.414Z+ chown build:build /home/build /work
152024-10-30T13:28:06.416Z+ chmod 0700 /home/build /work
162024-10-30T13:28:06.419Zprocess exited: duration 4116 ms, exit code 0
 
172024-10-30T13:28:06.426Zstarting task 1: "rust-toolchain"
182024-10-30T13:28:06.429Z+ printf ' * toolchain channel = "%s"
192024-10-30T13:28:06.429Z' 1.82.0
202024-10-30T13:28:06.429Z * toolchain channel = "1.82.0"
212024-10-30T13:28:06.429Z * toolchain profile = "default"
222024-10-30T13:28:06.430Z+ printf ' * toolchain profile = "%s"
232024-10-30T13:28:06.430Z' default
242024-10-30T13:28:06.432Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-10-30T13:28:06.432Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default
262024-10-30T13:28:06.548Zinfo: downloading installer
272024-10-30T13:28:08.051Zinfo: profile set to 'default'
282024-10-30T13:28:08.051Zinfo: default host triple is x86_64-unknown-illumos
292024-10-30T13:28:08.054Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
302024-10-30T13:28:08.207Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
312024-10-30T13:28:08.207Zinfo: downloading component 'cargo'
322024-10-30T13:28:09.048Zinfo: downloading component 'clippy'
332024-10-30T13:28:09.372Zinfo: downloading component 'rust-docs'
342024-10-30T13:28:10.548Zinfo: downloading component 'rust-std'
352024-10-30T13:28:12.409Zinfo: downloading component 'rustc'
362024-10-30T13:28:19.024Zinfo: downloading component 'rustfmt'
372024-10-30T13:28:19.266Zinfo: installing component 'cargo'
382024-10-30T13:28:20.088Zinfo: installing component 'clippy'
392024-10-30T13:28:20.479Zinfo: installing component 'rust-docs'
402024-10-30T13:28:22.190Zinfo: installing component 'rust-std'
412024-10-30T13:28:24.098Zinfo: installing component 'rustc'
422024-10-30T13:28:30.106Zinfo: installing component 'rustfmt'
432024-10-30T13:28:30.444Zinfo: default toolchain set to '1.82.0-x86_64-unknown-illumos'
442024-10-30T13:28:30.444Z
452024-10-30T13:28:30.818Z 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
462024-10-30T13:28:30.819Z
472024-10-30T13:28:30.821Z
482024-10-30T13:28:30.821ZRust is installed now. Great!
492024-10-30T13:28:30.821Z
502024-10-30T13:28:30.821ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-10-30T13:28:30.821Zenvironment variable. This has not been done automatically.
522024-10-30T13:28:30.821Z
532024-10-30T13:28:30.821ZTo configure your current shell, you need to source
542024-10-30T13:28:30.822Zthe corresponding env file under $HOME/.cargo.
552024-10-30T13:28:30.822Z
562024-10-30T13:28:30.822ZThis is usually done by running one of the following (note the leading DOT):
572024-10-30T13:28:30.822Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-10-30T13:28:30.822Zsource "$HOME/.cargo/env.fish" # For fish
592024-10-30T13:28:30.895Z+ rustc --version
602024-10-30T13:28:30.962Zrustc 1.82.0 (f6e511eec 2024-10-15)
612024-10-30T13:28:30.965Zprocess exited: duration 24538 ms, exit code 0
 
622024-10-30T13:28:30.971Zstarting task 2: "authentication"
632024-10-30T13:28:30.992Zprocess exited: duration 21 ms, exit code 0
 
642024-10-30T13:28:30.998Zstarting task 3: "clone repository"
652024-10-30T13:28:31.003Z+ mkdir -p /work/oxidecomputer/omicron
662024-10-30T13:28:31.005Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-10-30T13:28:31.095ZCloning into '/work/oxidecomputer/omicron'...
682024-10-30T13:28:39.058Z+ cd /work/oxidecomputer/omicron
692024-10-30T13:28:39.060Z+ git fetch origin 417a9860d36cb60bc2a7fa04d452983b52da1ccd
702024-10-30T13:28:39.388ZFrom https://github.com/oxidecomputer/omicron
712024-10-30T13:28:39.388Z * branch 417a9860d36cb60bc2a7fa04d452983b52da1ccd -> FETCH_HEAD
722024-10-30T13:28:39.399Z+ [[ -n john/fix-rss-dns-typo ]]
732024-10-30T13:28:39.402Z++ git branch --show-current
742024-10-30T13:28:39.404Z+ current=main
752024-10-30T13:28:39.405Z+ [[ main != john/fix-rss-dns-typo ]]
762024-10-30T13:28:39.405Z+ git branch -f john/fix-rss-dns-typo 417a9860d36cb60bc2a7fa04d452983b52da1ccd
772024-10-30T13:28:39.408Z+ git checkout -f john/fix-rss-dns-typo
782024-10-30T13:28:39.575ZSwitched to branch 'john/fix-rss-dns-typo'
792024-10-30T13:28:39.577Z+ git reset --hard 417a9860d36cb60bc2a7fa04d452983b52da1ccd
802024-10-30T13:28:39.590ZHEAD is now at 417a9860d Fix DNS port typo in RSS
812024-10-30T13:28:39.592Zprocess exited: duration 8592 ms, exit code 0
 
822024-10-30T13:28:39.598Zstarting task 4: "build"
832024-10-30T13:28:39.603Z+ source .github/buildomat/ci-env.sh
842024-10-30T13:28:39.604Z++ export CARGO_TERM_COLOR=always
852024-10-30T13:28:39.606Z++ CARGO_TERM_COLOR=always
862024-10-30T13:28:39.606Z+ cargo --version
872024-10-30T13:28:39.664Zcargo 1.82.0 (8f40fc59f 2024-08-21)
882024-10-30T13:28:39.666Z+ rustc --version
892024-10-30T13:28:39.728Zrustc 1.82.0 (f6e511eec 2024-10-15)
902024-10-30T13:28:39.731Z+ cargo tree --locked
912024-10-30T13:28:39.961Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
922024-10-30T13:28:40.245Z Updating crates.io index
932024-10-30T13:28:40.247Z Updating git repository `https://github.com/oxidecomputer/maghemite`
942024-10-30T13:28:41.063Z Updating git repository `https://github.com/oxidecomputer/oxnet`
952024-10-30T13:28:41.293Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
962024-10-30T13:28:41.538Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
972024-10-30T13:28:41.765Z Updating git repository `https://github.com/oxidecomputer/propolis`
982024-10-30T13:28:42.490Z Updating git repository `https://github.com/oxidecomputer/crucible`
992024-10-30T13:28:44.780Z Updating git repository `https://github.com/oxidecomputer/opte`
1002024-10-30T13:28:45.789Z Updating git repository `https://github.com/oxidecomputer/falcon`
1012024-10-30T13:28:46.613Z Updating git repository `https://github.com/oxidecomputer/clickward`
1022024-10-30T13:28:46.873Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1032024-10-30T13:28:47.159Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1042024-10-30T13:28:47.786Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1052024-10-30T13:28:48.106Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1062024-10-30T13:28:48.537Z Updating git repository `https://github.com/oxidecomputer/tofino`
1072024-10-30T13:28:48.834Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1082024-10-30T13:28:49.136Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1092024-10-30T13:28:49.393Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1102024-10-30T13:28:49.704Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1112024-10-30T13:28:50.129Z Updating git repository `https://github.com/oxidecomputer/ispf`
1122024-10-30T13:28:50.443Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1132024-10-30T13:28:50.844Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1142024-10-30T13:28:51.296Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1152024-10-30T13:28:51.693Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162024-10-30T13:28:52.108Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1172024-10-30T13:28:52.495Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-10-30T13:28:52.799Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-10-30T13:28:53.034Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-10-30T13:28:54.364Z Downloading crates ...
1212024-10-30T13:28:54.471Z Downloaded anstyle-query v1.1.1
1222024-10-30T13:28:54.474Z Downloaded arrayref v0.3.9
1232024-10-30T13:28:54.482Z Downloaded addr2line v0.24.2
1242024-10-30T13:28:54.488Z Downloaded float-ord v0.3.2
1252024-10-30T13:28:54.491Z Downloaded assert_matches v1.5.0
1262024-10-30T13:28:54.494Z Downloaded ff v0.13.0
1272024-10-30T13:28:54.498Z Downloaded flagset v0.4.6
1282024-10-30T13:28:54.498Z Downloaded cipher v0.4.4
1292024-10-30T13:28:54.500Z Downloaded futures-sink v0.3.31
1302024-10-30T13:28:54.504Z Downloaded foreign-types-shared v0.3.1
1312024-10-30T13:28:54.504Z Downloaded fastrand v2.1.1
1322024-10-30T13:28:54.506Z Downloaded ciborium-io v0.2.2
1332024-10-30T13:28:54.506Z Downloaded headers-core v0.3.0
1342024-10-30T13:28:54.506Z Downloaded cfg_aliases v0.1.1
1352024-10-30T13:28:54.509Z Downloaded foreign-types v0.5.0
1362024-10-30T13:28:54.511Z Downloaded anstream v0.6.15
1372024-10-30T13:28:54.516Z Downloaded chrono-tz-build v0.4.0
1382024-10-30T13:28:54.519Z Downloaded ident_case v1.0.1
1392024-10-30T13:28:54.519Z Downloaded http-body v1.0.1
1402024-10-30T13:28:54.519Z Downloaded block-buffer v0.10.4
1412024-10-30T13:28:54.519Z Downloaded async-recursion v1.1.1
1422024-10-30T13:28:54.522Z Downloaded group v0.13.0
1432024-10-30T13:28:54.524Z Downloaded base16ct v0.2.0
1442024-10-30T13:28:54.527Z Downloaded glob v0.3.1
1452024-10-30T13:28:54.528Z Downloaded foldhash v0.1.3
1462024-10-30T13:28:54.530Z Downloaded bb8 v0.8.5
1472024-10-30T13:28:54.530Z Downloaded cast v0.3.0
1482024-10-30T13:28:54.530Z Downloaded heck v0.5.0
1492024-10-30T13:28:54.532Z Downloaded generic-array v0.14.7
1502024-10-30T13:28:54.534Z Downloaded heck v0.3.3
1512024-10-30T13:28:54.538Z Downloaded cargo-platform v0.1.8
1522024-10-30T13:28:54.538Z Downloaded hubpack v0.1.2
1532024-10-30T13:28:54.541Z Downloaded hyper-tls v0.6.0
1542024-10-30T13:28:54.541Z Downloaded httpdate v1.0.3
1552024-10-30T13:28:54.541Z Downloaded hostname v0.3.1
1562024-10-30T13:28:54.544Z Downloaded hickory-client v0.24.1
1572024-10-30T13:28:54.546Z Downloaded futures-channel v0.3.31
1582024-10-30T13:28:54.549Z Downloaded array-init v0.0.4
1592024-10-30T13:28:54.549Z Downloaded approx v0.5.1
1602024-10-30T13:28:54.551Z Downloaded filetime v0.2.25
1612024-10-30T13:28:54.554Z Downloaded bcs v0.1.6
1622024-10-30T13:28:54.556Z Downloaded async-task v4.7.1
1632024-10-30T13:28:54.558Z Downloaded hmac v0.12.1
1642024-10-30T13:28:54.561Z Downloaded hash32 v0.2.1
1652024-10-30T13:28:54.564Z Downloaded hyper-rustls v0.26.0
1662024-10-30T13:28:54.566Z Downloaded adler2 v2.0.0
1672024-10-30T13:28:54.566Z Downloaded arrayvec v0.7.6
1682024-10-30T13:28:54.569Z Downloaded arc-swap v1.7.1
1692024-10-30T13:28:54.572Z Downloaded foreign-types-shared v0.1.1
1702024-10-30T13:28:54.575Z Downloaded fixedbitset v0.4.2
1712024-10-30T13:28:54.575Z Downloaded async-stream-impl v0.3.6
1722024-10-30T13:28:54.578Z Downloaded fxhash v0.2.1
1732024-10-30T13:28:54.578Z Downloaded foreign-types-macros v0.2.3
1742024-10-30T13:28:54.578Z Downloaded anstyle-parse v0.2.5
1752024-10-30T13:28:54.580Z Downloaded futures-io v0.3.31
1762024-10-30T13:28:54.583Z Downloaded foreign-types v0.3.2
1772024-10-30T13:28:54.583Z Downloaded http-body-util v0.1.2
1782024-10-30T13:28:54.585Z Downloaded camino v1.1.9
1792024-10-30T13:28:54.586Z Downloaded guppy-workspace-hack v0.1.0
1802024-10-30T13:28:54.588Z Downloaded blake2 v0.10.6
1812024-10-30T13:28:54.591Z Downloaded backoff v0.4.0
1822024-10-30T13:28:54.591Z Downloaded anstyle v1.0.8
1832024-10-30T13:28:54.593Z Downloaded atty v0.2.14
1842024-10-30T13:28:54.595Z Downloaded argon2 v0.5.3
1852024-10-30T13:28:54.598Z Downloaded ghash v0.5.1
1862024-10-30T13:28:54.598Z Downloaded hubpack_derive v0.1.1
1872024-10-30T13:28:54.600Z Downloaded http-range v0.1.5
1882024-10-30T13:28:54.600Z Downloaded blowfish v0.9.1
1892024-10-30T13:28:54.603Z Downloaded cfg_aliases v0.2.1
1902024-10-30T13:28:54.603Z Downloaded peg-runtime v0.8.3
1912024-10-30T13:28:54.612Z Downloaded ascii-canvas v3.0.0
1922024-10-30T13:28:54.612Z Downloaded anes v0.1.6
1932024-10-30T13:28:54.612Z Downloaded password-hash v0.4.2
1942024-10-30T13:28:54.612Z Downloaded bytecount v0.6.8
1952024-10-30T13:28:54.615Z Downloaded fd-lock v4.0.2
1962024-10-30T13:28:54.615Z Downloaded bit-set v0.5.3
1972024-10-30T13:28:54.615Z Downloaded progenitor-macro v0.8.0
1982024-10-30T13:28:54.619Z Downloaded http-body v0.4.6
1992024-10-30T13:28:54.619Z Downloaded bit-vec v0.6.3
2002024-10-30T13:28:54.621Z Downloaded hash32 v0.3.1
2012024-10-30T13:28:54.621Z Downloaded futures-macro v0.3.31
2022024-10-30T13:28:54.624Z Downloaded funty v2.0.0
2032024-10-30T13:28:54.624Z Downloaded fragile v2.0.0
2042024-10-30T13:28:54.627Z Downloaded pretty-hex v0.4.1
2052024-10-30T13:28:54.628Z Downloaded atomic-waker v1.1.2
2062024-10-30T13:28:54.630Z Downloaded sqlparser_derive v0.2.2
2072024-10-30T13:28:54.630Z Downloaded autocfg v1.4.0
2082024-10-30T13:28:54.633Z Downloaded bcrypt-pbkdf v0.10.0
2092024-10-30T13:28:54.633Z Downloaded async-attributes v1.1.2
2102024-10-30T13:28:54.636Z Downloaded futures-core v0.3.31
2112024-10-30T13:28:54.636Z Downloaded blocking v1.6.1
2122024-10-30T13:28:54.640Z Downloaded futures-executor v0.3.31
2132024-10-30T13:28:54.640Z Downloaded form_urlencoded v1.2.1
2142024-10-30T13:28:54.643Z Downloaded bitfield-struct v0.6.2
2152024-10-30T13:28:54.643Z Downloaded bitfield v0.14.0
2162024-10-30T13:28:54.643Z Downloaded hex v0.4.3
2172024-10-30T13:28:54.646Z Downloaded serde-big-array v0.5.1
2182024-10-30T13:28:54.646Z Downloaded gethostname v0.5.0
2192024-10-30T13:28:54.649Z Downloaded futures-timer v3.0.3
2202024-10-30T13:28:54.649Z Downloaded anyhow v1.0.89
2212024-10-30T13:28:54.652Z Downloaded heck v0.4.1
2222024-10-30T13:28:54.655Z Downloaded hex-literal v0.4.1
2232024-10-30T13:28:54.657Z Downloaded float-cmp v0.9.0
2242024-10-30T13:28:54.657Z Downloaded futures-task v0.3.31
2252024-10-30T13:28:54.660Z Downloaded async-channel v2.3.1
2262024-10-30T13:28:54.660Z Downloaded async-stream v0.3.6
2272024-10-30T13:28:54.662Z Downloaded humantime v2.1.0
2282024-10-30T13:28:54.665Z Downloaded home v0.5.9
2292024-10-30T13:28:54.665Z Downloaded phf v0.11.2
2302024-10-30T13:28:54.667Z Downloaded cbc v0.1.2
2312024-10-30T13:28:54.669Z Downloaded assert-json-diff v2.0.2
2322024-10-30T13:28:54.669Z Downloaded cexpr v0.6.0
2332024-10-30T13:28:54.672Z Downloaded hickory-server v0.24.1
2342024-10-30T13:28:54.677Z Downloaded sync_wrapper v1.0.1
2352024-10-30T13:28:54.679Z Downloaded ciborium-ll v0.2.2
2362024-10-30T13:28:54.682Z Downloaded hashbrown v0.13.2
2372024-10-30T13:28:54.685Z Downloaded rtoolbox v0.0.2
2382024-10-30T13:28:54.687Z Downloaded castaway v0.2.3
2392024-10-30T13:28:54.687Z Downloaded slab v0.4.9
2402024-10-30T13:28:54.690Z Downloaded chacha20 v0.9.1
2412024-10-30T13:28:54.692Z Downloaded bytes v1.7.2
2422024-10-30T13:28:54.695Z Downloaded slog-bunyan v2.5.0
2432024-10-30T13:28:54.698Z Downloaded want v0.3.1
2442024-10-30T13:28:54.701Z Downloaded untrusted v0.7.1
2452024-10-30T13:28:54.701Z Downloaded pretty-hex v0.2.1
2462024-10-30T13:28:54.701Z Downloaded zone_cfg_derive v0.3.0
2472024-10-30T13:28:54.703Z Downloaded pest_generator v2.7.14
2482024-10-30T13:28:54.703Z Downloaded slog-async v2.8.0
2492024-10-30T13:28:54.707Z Downloaded rustc_version v0.1.7
2502024-10-30T13:28:54.707Z Downloaded supports-color v3.0.1
2512024-10-30T13:28:54.709Z Downloaded predicates-tree v1.0.11
2522024-10-30T13:28:54.709Z Downloaded ppv-lite86 v0.2.20
2532024-10-30T13:28:54.712Z Downloaded async-bb8-diesel v0.2.1
2542024-10-30T13:28:54.714Z Downloaded radium v0.7.0
2552024-10-30T13:28:54.714Z Downloaded hyper-rustls v0.27.3
2562024-10-30T13:28:54.717Z Downloaded futures-lite v2.3.0
2572024-10-30T13:28:54.719Z Downloaded rfc6979 v0.4.0
2582024-10-30T13:28:54.719Z Downloaded r2d2 v0.8.10
2592024-10-30T13:28:54.722Z Downloaded rusty-fork v0.3.0
2602024-10-30T13:28:54.725Z Downloaded hyper-staticfile v0.10.1
2612024-10-30T13:28:54.727Z Downloaded httptest v0.16.1
2622024-10-30T13:28:54.730Z Downloaded polyval v0.6.2
2632024-10-30T13:28:54.730Z Downloaded password-hash v0.5.0
2642024-10-30T13:28:54.733Z Downloaded crucible-workspace-hack v0.1.0
2652024-10-30T13:28:54.733Z Downloaded sqlformat v0.2.6
2662024-10-30T13:28:54.736Z Downloaded fatfs v0.3.6
2672024-10-30T13:28:54.738Z Downloaded termios v0.3.3
2682024-10-30T13:28:54.741Z Downloaded instant v0.1.13
2692024-10-30T13:28:54.741Z Downloaded cancel-safe-futures v0.1.5
2702024-10-30T13:28:54.744Z Downloaded bzip2 v0.4.4
2712024-10-30T13:28:54.747Z Downloaded event-listener v2.5.3
2722024-10-30T13:28:54.749Z Downloaded topological-sort v0.2.2
2732024-10-30T13:28:54.749Z Downloaded ciborium v0.2.2
2742024-10-30T13:28:54.755Z Downloaded structmeta v0.3.0
2752024-10-30T13:28:54.758Z Downloaded cc v1.1.30
2762024-10-30T13:28:54.758Z Downloaded sha2 v0.10.8
2772024-10-30T13:28:54.761Z Downloaded difflib v0.4.0
2782024-10-30T13:28:54.761Z Downloaded rustc-hash v2.0.0
2792024-10-30T13:28:54.763Z Downloaded cobs v0.2.3
2802024-10-30T13:28:54.763Z Downloaded threadpool v1.8.1
2812024-10-30T13:28:54.766Z Downloaded thread_local v1.1.8
2822024-10-30T13:28:54.766Z Downloaded phf_shared v0.10.0
2832024-10-30T13:28:54.768Z Downloaded equivalent v1.0.1
2842024-10-30T13:28:54.768Z Downloaded half v2.4.1
2852024-10-30T13:28:54.771Z Downloaded futures v0.3.31
2862024-10-30T13:28:54.776Z Downloaded convert_case v0.4.0
2872024-10-30T13:28:54.778Z Downloaded typify-macro v0.2.0
2882024-10-30T13:28:54.778Z Downloaded iana-time-zone v0.1.61
2892024-10-30T13:28:54.781Z Downloaded hashlink v0.9.1
2902024-10-30T13:28:54.784Z Downloaded highway v1.2.0
2912024-10-30T13:28:54.786Z Downloaded unarray v0.1.4
2922024-10-30T13:28:54.786Z Downloaded getrandom v0.2.15
2932024-10-30T13:28:54.789Z Downloaded parse-size v1.0.0
2942024-10-30T13:28:54.792Z Downloaded crossbeam-deque v0.8.5
2952024-10-30T13:28:54.795Z Downloaded universal-hash v0.5.1
2962024-10-30T13:28:54.795Z Downloaded openssl-macros v0.1.1
2972024-10-30T13:28:54.795Z Downloaded nodrop v0.1.14
2982024-10-30T13:28:54.798Z Downloaded progenitor-impl v0.8.0
2992024-10-30T13:28:54.800Z Downloaded http v0.2.12
3002024-10-30T13:28:54.804Z Downloaded parking_lot v0.11.2
3012024-10-30T13:28:54.807Z Downloaded macaddr v1.0.1
3022024-10-30T13:28:54.807Z Downloaded keccak v0.1.5
3032024-10-30T13:28:54.810Z Downloaded sigpipe v0.1.3
3042024-10-30T13:28:54.810Z Downloaded flume v0.11.0
3052024-10-30T13:28:54.814Z Downloaded structmeta v0.2.0
3062024-10-30T13:28:54.820Z Downloaded psl-types v2.0.11
3072024-10-30T13:28:54.820Z Downloaded tokio-rustls v0.25.0
3082024-10-30T13:28:54.823Z Downloaded deranged v0.3.11
3092024-10-30T13:28:54.823Z Downloaded pest_meta v2.7.14
3102024-10-30T13:28:54.823Z Downloaded aes v0.8.4
3112024-10-30T13:28:54.826Z Downloaded memmap v0.7.0
3122024-10-30T13:28:54.829Z Downloaded managed v0.8.0
3132024-10-30T13:28:54.829Z Downloaded oso v0.27.3
3142024-10-30T13:28:54.833Z Downloaded num_enum_derive v0.5.11
3152024-10-30T13:28:54.835Z Downloaded escape8259 v0.5.3
3162024-10-30T13:28:54.835Z Downloaded errno v0.3.9
3172024-10-30T13:28:54.838Z Downloaded embedded-io v0.4.0
3182024-10-30T13:28:54.838Z Downloaded async-process v2.3.0
3192024-10-30T13:28:54.840Z Downloaded libefi-sys v0.1.0
3202024-10-30T13:28:54.843Z Downloaded digest v0.10.7
3212024-10-30T13:28:54.843Z Downloaded hyper-util v0.1.9
3222024-10-30T13:28:54.849Z Downloaded walkdir v2.5.0
3232024-10-30T13:28:54.853Z Downloaded slog v2.7.0
3242024-10-30T13:28:54.853Z Downloaded predicates v3.1.2
3252024-10-30T13:28:54.855Z Downloaded usdt-attr-macro v0.5.0
3262024-10-30T13:28:54.859Z Downloaded predicates-core v1.0.8
3272024-10-30T13:28:54.859Z Downloaded try-lock v0.2.5
3282024-10-30T13:28:54.862Z Downloaded untrusted v0.9.0
3292024-10-30T13:28:54.862Z Downloaded crossbeam-utils v0.8.20
3302024-10-30T13:28:54.864Z Downloaded num-iter v0.1.45
3312024-10-30T13:28:54.864Z Downloaded jobserver v0.1.32
3322024-10-30T13:28:54.867Z Downloaded tokio-rustls v0.24.1
3332024-10-30T13:28:54.871Z Downloaded rand_seeder v0.3.0
3342024-10-30T13:28:54.874Z Downloaded console v0.15.8
3352024-10-30T13:28:54.874Z Downloaded libsw v3.3.1
3362024-10-30T13:28:54.877Z Downloaded serde_derive v1.0.210
3372024-10-30T13:28:54.879Z Downloaded ryu v1.0.18
3382024-10-30T13:28:54.881Z Downloaded zerocopy-derive v0.7.35
3392024-10-30T13:28:54.886Z Downloaded derive_builder_macro v0.20.2
3402024-10-30T13:28:54.888Z Downloaded base64 v0.13.1
3412024-10-30T13:28:54.892Z Downloaded num-conv v0.1.0
3422024-10-30T13:28:54.892Z Downloaded signature v2.2.0
3432024-10-30T13:28:54.894Z Downloaded piper v0.2.4
3442024-10-30T13:28:54.899Z Downloaded target-spec v3.2.2
3452024-10-30T13:28:54.899Z Downloaded strum_macros v0.24.3
3462024-10-30T13:28:54.899Z Downloaded native-tls v0.2.12
3472024-10-30T13:28:54.902Z Downloaded memmap2 v0.9.5
3482024-10-30T13:28:54.906Z Downloaded hashbrown v0.15.0
3492024-10-30T13:28:54.908Z Downloaded take_mut v0.2.2
3502024-10-30T13:28:54.911Z Downloaded string_cache v0.8.7
3512024-10-30T13:28:54.914Z Downloaded oso-derive v0.27.3
3522024-10-30T13:28:54.914Z Downloaded heapless v0.8.0
3532024-10-30T13:28:54.917Z Downloaded lock_api v0.4.12
3542024-10-30T13:28:54.920Z Downloaded tar v0.4.42
3552024-10-30T13:28:54.922Z Downloaded tabwriter v1.4.0
3562024-10-30T13:28:54.922Z Downloaded ucd-trie v0.1.7
3572024-10-30T13:28:54.926Z Downloaded sec1 v0.7.3
3582024-10-30T13:28:54.929Z Downloaded usdt-impl v0.5.0
3592024-10-30T13:28:54.929Z Downloaded base64 v0.22.1
3602024-10-30T13:28:54.931Z Downloaded tabled_derive v0.7.0
3612024-10-30T13:28:54.934Z Downloaded heapless v0.7.17
3622024-10-30T13:28:54.936Z Downloaded clap_lex v0.7.2
3632024-10-30T13:28:54.938Z Downloaded rand_xorshift v0.3.0
3642024-10-30T13:28:54.941Z Downloaded crypto-common v0.1.6
3652024-10-30T13:28:54.941Z Downloaded parse-display-derive v0.10.0
3662024-10-30T13:28:54.943Z Downloaded usdt v0.5.0
3672024-10-30T13:28:54.943Z Downloaded parking_lot_core v0.8.6
3682024-10-30T13:28:54.946Z Downloaded parking_lot_core v0.9.10
3692024-10-30T13:28:54.949Z Downloaded tungstenite v0.24.0
3702024-10-30T13:28:54.951Z Downloaded defmt-macros v0.3.9
3712024-10-30T13:28:54.954Z Downloaded ed25519 v2.2.3
3722024-10-30T13:28:54.956Z Downloaded cookie v0.18.1
3732024-10-30T13:28:54.958Z Downloaded dyn-clone v1.0.17
3742024-10-30T13:28:54.961Z Downloaded headers v0.4.0
3752024-10-30T13:28:54.966Z Downloaded linked-hash-map v0.5.6
3762024-10-30T13:28:54.969Z Downloaded linear-map v1.2.0
3772024-10-30T13:28:54.969Z Downloaded mockall v0.13.0
3782024-10-30T13:28:54.971Z Downloaded cpufeatures v0.2.14
3792024-10-30T13:28:54.974Z Downloaded strum_macros v0.25.3
3802024-10-30T13:28:54.977Z Downloaded pkcs1 v0.7.5
3812024-10-30T13:28:54.977Z Downloaded sct v0.7.1
3822024-10-30T13:28:54.980Z Downloaded diff v0.1.13
3832024-10-30T13:28:54.983Z Downloaded derive-where v1.2.7
3842024-10-30T13:28:54.987Z Downloaded toolchain_find v0.4.0
3852024-10-30T13:28:54.990Z Downloaded percent-encoding v2.3.1
3862024-10-30T13:28:54.990Z Downloaded time-core v0.1.2
3872024-10-30T13:28:54.992Z Downloaded tokio-stream v0.1.16
3882024-10-30T13:28:54.995Z Downloaded sync_wrapper v0.1.2
3892024-10-30T13:28:54.998Z Downloaded pkcs5 v0.7.1
3902024-10-30T13:28:55.001Z Downloaded num_cpus v1.16.0
3912024-10-30T13:28:55.004Z Downloaded unsafe-libyaml v0.2.11
3922024-10-30T13:28:55.007Z Downloaded proc-macro-error-attr v1.0.4
3932024-10-30T13:28:55.010Z Downloaded whoami v1.5.2
3942024-10-30T13:28:55.013Z Downloaded flate2 v1.0.34
3952024-10-30T13:28:55.016Z Downloaded usdt-macro v0.5.0
3962024-10-30T13:28:55.018Z Downloaded pem v3.0.4
3972024-10-30T13:28:55.021Z Downloaded rpassword v7.3.1
3982024-10-30T13:28:55.021Z Downloaded ecdsa v0.16.9
3992024-10-30T13:28:55.023Z Downloaded tap v1.0.1
4002024-10-30T13:28:55.023Z Downloaded h2 v0.3.26
4012024-10-30T13:28:55.029Z Downloaded endian-type v0.1.2
4022024-10-30T13:28:55.032Z Downloaded ipnet v2.10.1
4032024-10-30T13:28:55.032Z Downloaded md-5 v0.10.6
4042024-10-30T13:28:55.035Z Downloaded signal-hook-registry v1.4.2
4052024-10-30T13:28:55.035Z Downloaded serde v1.0.210
4062024-10-30T13:28:55.039Z Downloaded slog-json v2.6.1
4072024-10-30T13:28:55.041Z Downloaded multer v3.1.0
4082024-10-30T13:28:55.044Z Downloaded hashbrown v0.12.3
4092024-10-30T13:28:55.048Z Downloaded dhcproto-macros v0.1.0
4102024-10-30T13:28:55.050Z Downloaded trybuild v1.0.100
4112024-10-30T13:28:55.053Z Downloaded owo-colors v4.1.0
4122024-10-30T13:28:55.056Z Downloaded serde_urlencoded v0.7.1
4132024-10-30T13:28:55.059Z Downloaded precomputed-hash v0.1.1
4142024-10-30T13:28:55.059Z Downloaded elliptic-curve v0.13.8
4152024-10-30T13:28:55.062Z Downloaded ron v0.7.1
4162024-10-30T13:28:55.067Z Downloaded dsl_auto_type v0.1.2
4172024-10-30T13:28:55.070Z Downloaded utf-8 v0.7.6
4182024-10-30T13:28:55.070Z Downloaded samael v0.0.17
4192024-10-30T13:28:55.075Z Downloaded russh-cryptovec v0.7.3
4202024-10-30T13:28:55.078Z Downloaded md5 v0.7.0
4212024-10-30T13:28:55.078Z Downloaded debug-ignore v1.0.5
4222024-10-30T13:28:55.080Z Downloaded criterion-plot v0.5.0
4232024-10-30T13:28:55.084Z Downloaded tokio-postgres v0.7.12
4242024-10-30T13:28:55.087Z Downloaded rand v0.8.5
4252024-10-30T13:28:55.090Z Downloaded toml v0.7.8
4262024-10-30T13:28:55.094Z Downloaded strsim v0.11.1
4272024-10-30T13:28:55.096Z Downloaded xz2 v0.1.7
4282024-10-30T13:28:55.099Z Downloaded progenitor-client v0.8.0
4292024-10-30T13:28:55.099Z Downloaded mime v0.3.17
4302024-10-30T13:28:55.102Z Downloaded xattr v1.3.1
4312024-10-30T13:28:55.102Z Downloaded mockall_derive v0.13.0
4322024-10-30T13:28:55.104Z Downloaded quick-error v1.2.3
4332024-10-30T13:28:55.107Z Downloaded unicode-xid v0.2.6
4342024-10-30T13:28:55.107Z Downloaded rand_core v0.6.4
4352024-10-30T13:28:55.111Z Downloaded thread-id v4.2.2
4362024-10-30T13:28:55.111Z Downloaded proc-macro-error v1.0.4
4372024-10-30T13:28:55.114Z Downloaded toml v0.8.19
4382024-10-30T13:28:55.118Z Downloaded num_enum v0.5.11
4392024-10-30T13:28:55.122Z Downloaded plain v0.2.3
4402024-10-30T13:28:55.124Z Downloaded serde_plain v1.0.2
4412024-10-30T13:28:55.124Z Downloaded pretty_assertions v1.4.1
4422024-10-30T13:28:55.127Z Downloaded dhcproto v0.12.0
4432024-10-30T13:28:55.130Z Downloaded utf8parse v0.2.2
4442024-10-30T13:28:55.133Z Downloaded pkg-config v0.3.31
4452024-10-30T13:28:55.133Z Downloaded rand_distr v0.4.3
4462024-10-30T13:28:55.136Z Downloaded scroll_derive v0.12.0
4472024-10-30T13:28:55.139Z Downloaded lru-cache v0.1.2
4482024-10-30T13:28:55.139Z Downloaded lazycell v1.3.0
4492024-10-30T13:28:55.142Z Downloaded ipnetwork v0.20.0
4502024-10-30T13:28:55.142Z Downloaded ron v0.8.1
4512024-10-30T13:28:55.148Z Downloaded darling_macro v0.20.10
4522024-10-30T13:28:55.153Z Downloaded proc-macro2 v1.0.87
4532024-10-30T13:28:55.153Z Downloaded aes-gcm v0.10.3
4542024-10-30T13:28:55.156Z Downloaded indicatif v0.17.8
4552024-10-30T13:28:55.159Z Downloaded is-terminal v0.4.13
4562024-10-30T13:28:55.163Z Downloaded parking v2.2.1
4572024-10-30T13:28:55.163Z Downloaded slog-envlogger v2.2.0
4582024-10-30T13:28:55.165Z Downloaded oorandom v11.1.4
4592024-10-30T13:28:55.165Z Downloaded tokio-tungstenite v0.24.0
4602024-10-30T13:28:55.168Z Downloaded thiserror-impl-no-std v2.0.2
4612024-10-30T13:28:55.168Z Downloaded path-slash v0.1.5
4622024-10-30T13:28:55.171Z Downloaded subprocess v0.2.9
4632024-10-30T13:28:55.173Z Downloaded smallvec v0.6.14
4642024-10-30T13:28:55.173Z Downloaded slog-dtrace v0.3.0
4652024-10-30T13:28:55.176Z Downloaded test-strategy v0.3.1
4662024-10-30T13:28:55.179Z Downloaded scopeguard v1.2.0
4672024-10-30T13:28:55.182Z Downloaded schemars_derive v0.8.21
4682024-10-30T13:28:55.184Z Downloaded slog-scope v4.4.0
4692024-10-30T13:28:55.184Z Downloaded hashbrown v0.14.5
4702024-10-30T13:28:55.189Z Downloaded p256 v0.13.2
4712024-10-30T13:28:55.192Z Downloaded tls_codec_derive v0.4.1
4722024-10-30T13:28:55.195Z Downloaded mime_guess v2.0.5
4732024-10-30T13:28:55.198Z Downloaded version_check v0.9.5
4742024-10-30T13:28:55.198Z Downloaded similar-asserts v1.6.0
4752024-10-30T13:28:55.200Z Downloaded p521 v0.13.3
4762024-10-30T13:28:55.205Z Downloaded crc v3.2.1
4772024-10-30T13:28:55.208Z Downloaded stable_deref_trait v1.2.0
4782024-10-30T13:28:55.209Z Downloaded tls_codec v0.4.1
4792024-10-30T13:28:55.212Z Downloaded zerocopy v0.6.6
4802024-10-30T13:28:55.214Z Downloaded either v1.13.0
4812024-10-30T13:28:55.214Z Downloaded dof v0.3.0
4822024-10-30T13:28:55.217Z Downloaded data-encoding v2.6.0
4832024-10-30T13:28:55.217Z Downloaded zone v0.3.0
4842024-10-30T13:28:55.220Z Downloaded zone v0.1.8
4852024-10-30T13:28:55.220Z Downloaded scheduled-thread-pool v0.2.7
4862024-10-30T13:28:55.220Z Downloaded internet-checksum v0.2.1
4872024-10-30T13:28:55.224Z Downloaded tough v0.17.1
4882024-10-30T13:28:55.229Z Downloaded match_cfg v0.1.0
4892024-10-30T13:28:55.231Z Downloaded kv-log-macro v1.0.7
4902024-10-30T13:28:55.232Z Downloaded termtree v0.4.1
4912024-10-30T13:28:55.234Z Downloaded fallible-iterator v0.2.0
4922024-10-30T13:28:55.237Z Downloaded path-tree v0.8.1
4932024-10-30T13:28:55.237Z Downloaded unicode-ident v1.0.13
4942024-10-30T13:28:55.239Z Downloaded smallvec v1.13.2
4952024-10-30T13:28:55.242Z Downloaded memoffset v0.9.1
4962024-10-30T13:28:55.245Z Downloaded tracing-core v0.1.32
4972024-10-30T13:28:55.247Z Downloaded constant_time_eq v0.3.1
4982024-10-30T13:28:55.247Z Downloaded signal-hook-tokio v0.3.1
4992024-10-30T13:28:55.250Z Downloaded siphasher v0.3.11
5002024-10-30T13:28:55.250Z Downloaded pest_derive v2.7.14
5012024-10-30T13:28:55.255Z Downloaded dtrace-parser v0.2.0
5022024-10-30T13:28:55.255Z Downloaded num-complex v0.4.6
5032024-10-30T13:28:55.255Z Downloaded matches v0.1.10
5042024-10-30T13:28:55.258Z Downloaded url v2.5.2
5052024-10-30T13:28:55.266Z Downloaded unicase v2.7.0
5062024-10-30T13:28:55.278Z Downloaded parking_lot v0.12.3
5072024-10-30T13:28:55.278Z Downloaded crypto-bigint v0.5.5
5082024-10-30T13:28:55.278Z Downloaded parse-zoneinfo v0.3.1
5092024-10-30T13:28:55.278Z Downloaded ref-cast-impl v1.0.23
5102024-10-30T13:28:55.282Z Downloaded hyper v1.4.1
5112024-10-30T13:28:55.282Z Downloaded thiserror-impl v1.0.64
5122024-10-30T13:28:55.282Z Downloaded thiserror v1.0.64
5132024-10-30T13:28:55.287Z Downloaded plotters-svg v0.3.7
5142024-10-30T13:28:55.291Z Downloaded structmeta-derive v0.2.0
5152024-10-30T13:28:55.291Z Downloaded vte_generate_state_changes v0.1.2
5162024-10-30T13:28:55.291Z Downloaded serde_spanned v0.6.8
5172024-10-30T13:28:55.293Z Downloaded secrecy v0.8.0
5182024-10-30T13:28:55.293Z Downloaded cstr-argument v0.1.2
5192024-10-30T13:28:55.296Z Downloaded crunchy v0.2.2
5202024-10-30T13:28:55.296Z Downloaded typify v0.2.0
5212024-10-30T13:28:55.298Z Downloaded is_terminal_polyfill v1.70.1
5222024-10-30T13:28:55.301Z Downloaded datatest-stable v0.2.9
5232024-10-30T13:28:55.303Z Downloaded maplit v1.0.2
5242024-10-30T13:28:55.303Z Downloaded embedded-io v0.6.1
5252024-10-30T13:28:55.305Z Downloaded curve25519-dalek-derive v0.1.1
5262024-10-30T13:28:55.306Z Downloaded steno v0.4.1
5272024-10-30T13:28:55.310Z Downloaded swrite v0.1.0
5282024-10-30T13:28:55.313Z Downloaded subtle v2.6.1
5292024-10-30T13:28:55.313Z Downloaded derive_builder_core v0.20.2
5302024-10-30T13:28:55.320Z Downloaded hkdf v0.12.4
5312024-10-30T13:28:55.320Z Downloaded twox-hash v1.6.3
5322024-10-30T13:28:55.320Z Downloaded new_debug_unreachable v1.0.6
5332024-10-30T13:28:55.322Z Downloaded poly1305 v0.8.0
5342024-10-30T13:28:55.322Z Downloaded pin-project-internal v1.1.6
5352024-10-30T13:28:55.325Z Downloaded serde_tokenstream v0.2.2
5362024-10-30T13:28:55.328Z Downloaded ref-cast v1.0.23
5372024-10-30T13:28:55.331Z Downloaded once_cell v1.20.2
5382024-10-30T13:28:55.334Z Downloaded phf_generator v0.11.2
5392024-10-30T13:28:55.334Z Downloaded libtest-mimic v0.7.3
5402024-10-30T13:28:55.337Z Downloaded libloading v0.8.5
5412024-10-30T13:28:55.340Z Downloaded concurrent-queue v2.5.0
5422024-10-30T13:28:55.340Z Downloaded darling v0.20.10
5432024-10-30T13:28:55.345Z Downloaded powerfmt v0.2.0
5442024-10-30T13:28:55.347Z Downloaded plotters v0.3.7
5452024-10-30T13:28:55.354Z Downloaded spin v0.5.2
5462024-10-30T13:28:55.357Z Downloaded vsss-rs v3.3.4
5472024-10-30T13:28:55.360Z Downloaded newtype_derive v0.1.6
5482024-10-30T13:28:55.362Z Downloaded is_ci v1.2.0
5492024-10-30T13:28:55.362Z Downloaded doc-comment v0.3.3
5502024-10-30T13:28:55.365Z Downloaded unicode-linebreak v0.1.5
5512024-10-30T13:28:55.365Z Downloaded stringprep v0.1.5
5522024-10-30T13:28:55.365Z Downloaded display-error-chain v0.2.1
5532024-10-30T13:28:55.368Z Downloaded lalrpop-util v0.19.12
5542024-10-30T13:28:55.368Z Downloaded quote v1.0.37
5552024-10-30T13:28:55.371Z Downloaded wait-timeout v0.2.0
5562024-10-30T13:28:55.374Z Downloaded similar v2.6.0
5572024-10-30T13:28:55.377Z Downloaded num v0.4.3
5582024-10-30T13:28:55.379Z Downloaded newline-converter v0.3.0
5592024-10-30T13:28:55.379Z Downloaded plotters-backend v0.3.7
5602024-10-30T13:28:55.382Z Downloaded crossterm v0.28.1
5612024-10-30T13:28:55.387Z Downloaded nom v7.1.3
5622024-10-30T13:28:55.392Z Downloaded partial-io v0.5.4
5632024-10-30T13:28:55.395Z Downloaded tungstenite v0.21.0
5642024-10-30T13:28:55.398Z Downloaded paste v1.0.15
5652024-10-30T13:28:55.402Z Downloaded rsa v0.9.6
5662024-10-30T13:28:55.407Z Downloaded qorb v0.1.2
5672024-10-30T13:28:55.411Z Downloaded crossbeam-channel v0.5.13
5682024-10-30T13:28:55.415Z Downloaded rustls-pemfile v2.2.0
5692024-10-30T13:28:55.418Z Downloaded toml_datetime v0.6.8
5702024-10-30T13:28:55.420Z Downloaded opaque-debug v0.3.1
5712024-10-30T13:28:55.424Z Downloaded goblin v0.8.2
5722024-10-30T13:28:55.427Z Downloaded ssh-cipher v0.2.0
5732024-10-30T13:28:55.429Z Downloaded omicron-zone-package v0.11.1
5742024-10-30T13:28:55.432Z Downloaded colored v2.1.0
5752024-10-30T13:28:55.435Z Downloaded colorchoice v1.0.2
5762024-10-30T13:28:55.437Z Downloaded inout v0.1.3
5772024-10-30T13:28:55.437Z Downloaded crc32fast v1.4.2
5782024-10-30T13:28:55.440Z Downloaded crc-catalog v2.4.0
5792024-10-30T13:28:55.440Z Downloaded const-oid v0.9.6
5802024-10-30T13:28:55.442Z Downloaded clang-sys v1.8.1
5812024-10-30T13:28:55.445Z Downloaded tokio-tungstenite v0.21.0
5822024-10-30T13:28:55.448Z Downloaded tokio-rustls v0.26.0
5832024-10-30T13:28:55.450Z Downloaded sqlparser v0.45.0
5842024-10-30T13:28:55.454Z Downloaded lru v0.12.5
5852024-10-30T13:28:55.457Z Downloaded rcgen v0.12.1
5862024-10-30T13:28:55.460Z Downloaded itoa v1.0.11
5872024-10-30T13:28:55.460Z Downloaded normalize-line-endings v0.3.0
5882024-10-30T13:28:55.462Z Downloaded tower-service v0.3.3
5892024-10-30T13:28:55.462Z Downloaded pathdiff v0.2.2
5902024-10-30T13:28:55.464Z Downloaded packed_struct_codegen v0.10.1
5912024-10-30T13:28:55.464Z Downloaded pkcs8 v0.10.2
5922024-10-30T13:28:55.467Z Downloaded primeorder v0.13.6
5932024-10-30T13:28:55.470Z Downloaded smawk v0.3.2
5942024-10-30T13:28:55.472Z Downloaded termcolor v1.4.1
5952024-10-30T13:28:55.472Z Downloaded stringmetrics v2.2.2
5962024-10-30T13:28:55.475Z Downloaded thiserror-no-std v2.0.2
5972024-10-30T13:28:55.477Z Downloaded waitgroup v0.1.2
5982024-10-30T13:28:55.480Z Downloaded tokio-macros v2.4.0
5992024-10-30T13:28:55.480Z Downloaded postcard v1.0.10
6002024-10-30T13:28:55.482Z Downloaded defmt v0.3.8
6012024-10-30T13:28:55.486Z Downloaded ctr v0.9.2
6022024-10-30T13:28:55.489Z Downloaded tui-tree-widget v0.22.0
6032024-10-30T13:28:55.492Z Downloaded event-listener-strategy v0.5.2
6042024-10-30T13:28:55.492Z Downloaded proc-macro-crate v3.2.0
6052024-10-30T13:28:55.494Z Downloaded proc-macro-crate v1.3.1
6062024-10-30T13:28:55.494Z Downloaded maybe-uninit v2.0.0
6072024-10-30T13:28:55.497Z Downloaded ssh-encoding v0.2.0
6082024-10-30T13:28:55.497Z Downloaded vte v0.11.1
6092024-10-30T13:28:55.499Z Downloaded typenum v1.17.0
6102024-10-30T13:28:55.502Z Downloaded uuid v1.10.0
6112024-10-30T13:28:55.504Z Downloaded toml_edit v0.19.15
6122024-10-30T13:28:55.520Z Downloaded progenitor v0.8.0
6132024-10-30T13:28:55.523Z Downloaded indoc v2.0.5
6142024-10-30T13:28:55.525Z Downloaded rustc_version v0.4.1
6152024-10-30T13:28:55.528Z Downloaded indent_write v2.2.0
6162024-10-30T13:28:55.528Z Downloaded const_format_proc_macros v0.2.33
6172024-10-30T13:28:55.531Z Downloaded peg v0.8.4
6182024-10-30T13:28:55.533Z Downloaded defmt-parser v0.3.4
6192024-10-30T13:28:55.535Z Downloaded log v0.4.22
6202024-10-30T13:28:55.539Z Downloaded blake3 v1.5.4
6212024-10-30T13:28:55.544Z Downloaded number_prefix v0.4.0
6222024-10-30T13:28:55.546Z Downloaded rayon-core v1.12.1
6232024-10-30T13:28:55.549Z Downloaded which v4.4.2
6242024-10-30T13:28:55.552Z Downloaded phf_shared v0.11.2
6252024-10-30T13:28:55.552Z Downloaded num-integer v0.1.46
6262024-10-30T13:28:55.555Z Downloaded enum-as-inner v0.5.1
6272024-10-30T13:28:55.558Z Downloaded rustfmt-wrapper v0.2.1
6282024-10-30T13:28:55.558Z Downloaded nibble_vec v0.1.0
6292024-10-30T13:28:55.558Z Downloaded spki v0.7.3
6302024-10-30T13:28:55.561Z Downloaded pin-project-lite v0.2.14
6312024-10-30T13:28:55.565Z Downloaded tokio-native-tls v0.3.1
6322024-10-30T13:28:55.567Z Downloaded signal-hook v0.3.17
6332024-10-30T13:28:55.570Z Downloaded zip v0.6.6
6342024-10-30T13:28:55.573Z Downloaded diesel_table_macro_syntax v0.2.0
6352024-10-30T13:28:55.576Z Downloaded git2 v0.19.0
6362024-10-30T13:28:55.582Z Downloaded tinyvec_macros v0.1.1
6372024-10-30T13:28:55.585Z Downloaded downcast v0.11.0
6382024-10-30T13:28:55.585Z Downloaded crc-any v2.5.0
6392024-10-30T13:28:55.588Z Downloaded schemars v0.8.21
6402024-10-30T13:28:55.597Z Downloaded dropshot_endpoint v0.12.0
6412024-10-30T13:28:55.600Z Downloaded strum v0.26.3
6422024-10-30T13:28:55.603Z Downloaded rustc-demangle v0.1.24
6432024-10-30T13:28:55.605Z Downloaded indoc v1.0.9
6442024-10-30T13:28:55.605Z Downloaded async-std v1.13.0
6452024-10-30T13:28:55.625Z Downloaded pbkdf2 v0.11.0
6462024-10-30T13:28:55.628Z Downloaded kstat-rs v0.2.4
6472024-10-30T13:28:55.630Z Downloaded dirs-sys-next v0.1.2
6482024-10-30T13:28:55.630Z Downloaded structmeta-derive v0.3.0
6492024-10-30T13:28:55.630Z Downloaded spin v0.9.8
6502024-10-30T13:28:55.633Z Downloaded strum_macros v0.26.4
6512024-10-30T13:28:55.636Z Downloaded static_assertions v1.1.0
6522024-10-30T13:28:55.639Z Downloaded indexmap v2.6.0
6532024-10-30T13:28:55.641Z Downloaded phf_codegen v0.11.2
6542024-10-30T13:28:55.643Z Downloaded num-rational v0.4.2
6552024-10-30T13:28:55.643Z Downloaded diesel-dtrace v0.3.0
6562024-10-30T13:28:55.646Z Downloaded zeroize_derive v1.4.2
6572024-10-30T13:28:55.646Z Downloaded time-macros v0.2.18
6582024-10-30T13:28:55.649Z Downloaded enum-as-inner v0.6.1
6592024-10-30T13:28:55.651Z Downloaded pbkdf2 v0.12.2
6602024-10-30T13:28:55.651Z Downloaded wyz v0.5.1
6612024-10-30T13:28:55.654Z Downloaded quinn-udp v0.5.5
6622024-10-30T13:28:55.654Z Downloaded ena v0.14.3
6632024-10-30T13:28:55.657Z Downloaded tokio-tungstenite v0.23.1
6642024-10-30T13:28:55.659Z Downloaded serde_with v3.11.0
6652024-10-30T13:28:55.665Z Downloaded strip-ansi-escapes v0.2.0
6662024-10-30T13:28:55.668Z Downloaded serde_path_to_error v0.1.16
6672024-10-30T13:28:55.670Z Downloaded rustls-webpki v0.102.8
6682024-10-30T13:28:55.686Z Downloaded salsa20 v0.10.2
6692024-10-30T13:28:55.688Z Downloaded serde_repr v0.1.19
6702024-10-30T13:28:55.690Z Downloaded serde_regex v1.1.0
6712024-10-30T13:28:55.690Z Downloaded newtype-uuid v1.1.2
6722024-10-30T13:28:55.693Z Downloaded nanorand v0.7.0
6732024-10-30T13:28:55.693Z Downloaded multimap v0.10.0
6742024-10-30T13:28:55.695Z Downloaded semver v0.1.20
6752024-10-30T13:28:55.695Z Downloaded term v0.7.0
6762024-10-30T13:28:55.698Z Downloaded zerocopy v0.7.35
6772024-10-30T13:28:55.714Z Downloaded impl-trait-for-tuples v0.2.2
6782024-10-30T13:28:55.717Z Downloaded value-bag v1.9.0
6792024-10-30T13:28:55.720Z Downloaded rustls-pemfile v1.0.4
6802024-10-30T13:28:55.723Z Downloaded pin-project v1.1.6
6812024-10-30T13:28:55.731Z Downloaded num-traits v0.2.19
6822024-10-30T13:28:55.734Z Downloaded bitvec v1.0.1
6832024-10-30T13:28:55.749Z Downloaded rustls-native-certs v0.7.3
6842024-10-30T13:28:55.752Z Downloaded tinytemplate v1.2.1
6852024-10-30T13:28:55.756Z Downloaded unicode-truncate v1.1.0
6862024-10-30T13:28:55.756Z Downloaded openssl-sys v0.9.103
6872024-10-30T13:28:55.760Z Downloaded env_logger v0.10.2
6882024-10-30T13:28:55.763Z Downloaded chrono v0.4.38
6892024-10-30T13:28:55.769Z Downloaded event-listener v5.3.1
6902024-10-30T13:28:55.771Z Downloaded quinn v0.11.5
6912024-10-30T13:28:55.774Z Downloaded tinyvec v1.8.0
6922024-10-30T13:28:55.779Z Downloaded clap v4.5.20
6932024-10-30T13:28:55.786Z Downloaded reedline v0.35.0
6942024-10-30T13:28:55.794Z Downloaded rstest_macros v0.23.0
6952024-10-30T13:28:55.797Z Downloaded num-bigint-dig v0.8.4
6962024-10-30T13:28:55.801Z Downloaded reqwest v0.11.27
6972024-10-30T13:28:55.809Z Downloaded semver v1.0.23
6982024-10-30T13:28:55.811Z Downloaded criterion v0.5.1
6992024-10-30T13:28:55.818Z Downloaded gimli v0.31.1
7002024-10-30T13:28:55.826Z Downloaded unicode-segmentation v1.12.0
7012024-10-30T13:28:55.829Z Downloaded bindgen v0.69.5
7022024-10-30T13:28:55.836Z Downloaded snafu v0.8.5
7032024-10-30T13:28:55.842Z Downloaded num-bigint v0.4.6
7042024-10-30T13:28:55.846Z Downloaded der v0.7.9
7052024-10-30T13:28:55.852Z Downloaded reqwest v0.12.8
7062024-10-30T13:28:55.859Z Downloaded expectorate v1.1.0
7072024-10-30T13:28:55.862Z Downloaded rayon v1.10.0
7082024-10-30T13:28:55.871Z Downloaded diesel_derives v2.2.3
7092024-10-30T13:28:55.874Z Downloaded libxml v0.3.3
7102024-10-30T13:28:55.880Z Downloaded const_format v0.2.33
7112024-10-30T13:28:55.885Z Downloaded tokio-util v0.7.12
7122024-10-30T13:28:55.891Z Downloaded russh v0.45.0
7132024-10-30T13:28:55.898Z Downloaded radix_trie v0.2.1
7142024-10-30T13:28:55.902Z Downloaded portable-atomic v1.9.0
7152024-10-30T13:28:55.908Z Downloaded p384 v0.13.0
7162024-10-30T13:28:55.914Z Downloaded vergen v8.3.2
7172024-10-30T13:28:55.917Z Downloaded typed-path v0.7.1
7182024-10-30T13:28:55.922Z Downloaded tracing v0.1.40
7192024-10-30T13:28:55.926Z Downloaded unicode-normalization v0.1.24
7202024-10-30T13:28:55.930Z Downloaded russh-keys v0.45.0
7212024-10-30T13:28:55.932Z Downloaded rustls-webpki v0.101.7
7222024-10-30T13:28:55.946Z Downloaded rstest v0.23.0
7232024-10-30T13:28:55.951Z Downloaded rusqlite v0.32.1
7242024-10-30T13:28:55.957Z Downloaded proptest v1.5.0
7252024-10-30T13:28:55.967Z Downloaded csv-core v0.1.11
7262024-10-30T13:28:55.969Z Downloaded uzers v0.12.1
7272024-10-30T13:28:55.972Z Downloaded derive_builder v0.20.2
7282024-10-30T13:28:55.975Z Downloaded tracing-attributes v0.1.27
7292024-10-30T13:28:55.978Z Downloaded papergrid v0.11.0
7302024-10-30T13:28:55.982Z Downloaded indexmap v1.9.3
7312024-10-30T13:28:55.985Z Downloaded itertools v0.13.0
7322024-10-30T13:28:55.992Z Downloaded compact_str v0.8.0
7332024-10-30T13:28:55.995Z Downloaded salty v0.3.0
7342024-10-30T13:28:56.002Z Downloaded x509-cert v0.2.5
7352024-10-30T13:28:56.008Z Downloaded clap_builder v4.5.20
7362024-10-30T13:28:56.014Z Downloaded openssl v0.10.66
7372024-10-30T13:28:56.024Z Downloaded hickory-proto v0.24.1
7382024-10-30T13:28:56.039Z Downloaded winnow v0.6.20
7392024-10-30T13:28:56.047Z Downloaded idna v0.2.3
7402024-10-30T13:28:56.053Z Downloaded rustls v0.22.4
7412024-10-30T13:28:56.066Z Downloaded serde_json v1.0.128
7422024-10-30T13:28:56.073Z Downloaded quinn-proto v0.11.8
7432024-10-30T13:28:56.080Z Downloaded regress v0.10.1
7442024-10-30T13:28:56.088Z Downloaded quick-xml v0.33.0
7452024-10-30T13:28:56.094Z Downloaded syn v1.0.109
7462024-10-30T13:28:56.104Z Downloaded idna v0.5.0
7472024-10-30T13:28:56.113Z Downloaded tabled v0.15.0
7482024-10-30T13:28:56.126Z Downloaded rustls v0.21.12
7492024-10-30T13:28:56.137Z Downloaded diesel v2.2.4
7502024-10-30T13:28:56.156Z Downloaded chrono-tz v0.10.0
7512024-10-30T13:28:56.163Z Downloaded idna v0.3.0
7522024-10-30T13:28:56.169Z Downloaded rustls v0.23.14
7532024-10-30T13:28:56.180Z Downloaded object v0.30.4
7542024-10-30T13:28:56.190Z Downloaded bstr v1.10.0
7552024-10-30T13:28:56.199Z Downloaded vcpkg v0.2.15
7562024-10-30T13:28:57.239Z Downloaded lalrpop v0.19.12
7572024-10-30T13:28:57.249Z Downloaded regex-syntax v0.8.5
7582024-10-30T13:28:57.249Z Downloaded nix v0.27.1
7592024-10-30T13:28:57.249Z Downloaded dropshot v0.12.0
7602024-10-30T13:28:57.249Z Downloaded object v0.36.5
7612024-10-30T13:28:57.249Z Downloaded nix v0.28.0
7622024-10-30T13:28:57.249Z Downloaded ratatui v0.28.1
7632024-10-30T13:28:57.249Z Downloaded rustix v0.38.37
7642024-10-30T13:28:57.249Z Downloaded regex-syntax v0.6.29
7652024-10-30T13:28:57.249Z Downloaded zerocopy-derive v0.6.6
7662024-10-30T13:28:57.250Z Downloaded regex v1.11.0
7672024-10-30T13:28:57.250Z Downloaded smoltcp v0.11.0
7682024-10-30T13:28:57.250Z Downloaded typify-impl v0.2.0
7692024-10-30T13:28:57.250Z Downloaded sled v0.34.7
7702024-10-30T13:28:57.250Z Downloaded unicode-width v0.1.14
7712024-10-30T13:28:57.250Z Downloaded syn v2.0.79
7722024-10-30T13:28:57.250Z Downloaded curve25519-dalek v4.1.3
7732024-10-30T13:28:57.250Z Downloaded petgraph v0.6.5
7742024-10-30T13:28:57.250Z Downloaded bzip2-sys v0.1.11+1.0.8
7752024-10-30T13:28:57.250Z Downloaded nix v0.29.0
7762024-10-30T13:28:57.250Z Downloaded regress v0.9.1
7772024-10-30T13:28:57.250Z Downloaded polar-core v0.27.3
7782024-10-30T13:28:57.250Z Downloaded openapiv3 v2.0.0
7792024-10-30T13:28:57.250Z Downloaded trust-dns-proto v0.22.0
7802024-10-30T13:28:57.250Z Downloaded webpki-roots v0.26.6
7812024-10-30T13:28:57.250Z Downloaded smoltcp v0.9.1
7822024-10-30T13:28:57.250Z Downloaded idna v0.4.0
7832024-10-30T13:28:57.250Z Downloaded zone_cfg_derive v0.1.2
7842024-10-30T13:28:57.250Z Downloaded nu-ansi-term v0.50.1
7852024-10-30T13:28:57.250Z Downloaded prettyplease v0.2.22
7862024-10-30T13:28:57.250Z Downloaded libc v0.2.161
7872024-10-30T13:28:57.250Z Downloaded regex-automata v0.4.8
7882024-10-30T13:28:57.250Z Downloaded sha3 v0.10.8
7892024-10-30T13:28:57.250Z Downloaded textwrap v0.16.1
7902024-10-30T13:28:57.250Z Downloaded tokio v1.40.0
7912024-10-30T13:28:57.250Z Downloaded toml_edit v0.22.22
7922024-10-30T13:28:57.250Z Downloaded lzma-sys v0.1.20
7932024-10-30T13:28:57.250Z Downloaded memchr v2.7.4
7942024-10-30T13:28:57.250Z Downloaded libm v0.2.8
7952024-10-30T13:28:57.250Z Downloaded itertools v0.12.1
7962024-10-30T13:28:57.250Z Downloaded itertools v0.10.5
7972024-10-30T13:28:57.250Z Downloaded csv v1.3.0
7982024-10-30T13:28:57.250Z Downloaded libz-sys v1.1.20
7992024-10-30T13:28:57.250Z Downloaded lazy_static v1.5.0
8002024-10-30T13:28:57.250Z Downloaded pest v2.7.14
8012024-10-30T13:28:57.250Z Downloaded unicode-bidi v0.3.17
8022024-10-30T13:28:57.250Z Downloaded minimal-lexical v0.2.1
8032024-10-30T13:28:57.250Z Downloaded ssh-key v0.6.6
8042024-10-30T13:28:57.250Z Downloaded winnow v0.5.40
8052024-10-30T13:28:57.251Z Downloaded serde_derive_internals v0.29.1
8062024-10-30T13:28:57.251Z Downloaded rustls-pki-types v1.9.0
8072024-10-30T13:28:57.251Z Downloaded packed_struct v0.10.1
8082024-10-30T13:28:57.251Z Downloaded num-derive v0.4.2
8092024-10-30T13:28:57.251Z Downloaded postgres-protocol v0.6.7
8102024-10-30T13:28:57.251Z Downloaded signal-hook-mio v0.2.4
8112024-10-30T13:28:57.251Z Downloaded shlex v1.3.0
8122024-10-30T13:28:57.251Z Downloaded sha1 v0.10.6
8132024-10-30T13:28:57.251Z Downloaded serde_yaml v0.9.34+deprecated
8142024-10-30T13:28:57.251Z Downloaded tiny-keccak v2.0.2
8152024-10-30T13:28:57.251Z Downloaded rust-argon2 v2.1.0
8162024-10-30T13:28:57.251Z Downloaded mio v1.0.2
8172024-10-30T13:28:57.251Z Downloaded time v0.3.36
8182024-10-30T13:28:57.251Z Downloaded rustyline v14.0.0
8192024-10-30T13:28:57.251Z Downloaded env_filter v0.1.2
8202024-10-30T13:28:57.251Z Downloaded h2 v0.4.6
8212024-10-30T13:28:57.251Z Downloaded ed25519-dalek v2.1.1
8222024-10-30T13:28:57.251Z Downloaded publicsuffix v2.2.3
8232024-10-30T13:28:57.251Z Downloaded peg-macros v0.8.4
8242024-10-30T13:28:57.251Z Downloaded tungstenite v0.23.0
8252024-10-30T13:28:57.251Z Downloaded derive_more v0.99.18
8262024-10-30T13:28:57.251Z Downloaded darling_core v0.20.10
8272024-10-30T13:28:57.251Z Downloaded polling v3.7.3
8282024-10-30T13:28:57.251Z Downloaded guppy v0.17.8
8292024-10-30T13:28:57.251Z Downloaded yasna v0.5.2
8302024-10-30T13:28:57.251Z Downloaded httpmock v0.8.0-alpha.1
8312024-10-30T13:28:57.251Z Downloaded miniz_oxide v0.8.0
8322024-10-30T13:28:57.251Z Downloaded hyper v0.14.30
8332024-10-30T13:28:57.251Z Downloaded yansi v1.0.1
8342024-10-30T13:28:57.251Z Downloaded unicode_categories v0.1.1
8352024-10-30T13:28:57.251Z Downloaded postgres-types v0.2.8
8362024-10-30T13:28:57.251Z Downloaded zeroize v1.8.1
8372024-10-30T13:28:57.251Z Downloaded smf v0.2.3
8382024-10-30T13:28:57.251Z Downloaded scroll v0.12.0
8392024-10-30T13:28:57.251Z Downloaded socket2 v0.5.7
8402024-10-30T13:28:57.251Z Downloaded fallible-iterator v0.3.0
8412024-10-30T13:28:57.251Z Downloaded encoding_rs v0.8.34
8422024-10-30T13:28:57.251Z Downloaded unicode-properties v0.1.3
8432024-10-30T13:28:57.251Z Downloaded same-file v1.0.6
8442024-10-30T13:28:57.252Z Downloaded relative-path v1.9.3
8452024-10-30T13:28:57.252Z Downloaded des v0.8.1
8462024-10-30T13:28:57.252Z Downloaded cookie_store v0.21.0
8472024-10-30T13:28:57.252Z Downloaded backtrace v0.3.74
8482024-10-30T13:28:57.252Z Downloaded clap_derive v4.5.18
8492024-10-30T13:28:57.252Z Downloaded pem-rfc7468 v0.7.0
8502024-10-30T13:28:57.252Z Downloaded tempfile v3.13.0
8512024-10-30T13:28:57.252Z Downloaded target-lexicon v0.12.16
8522024-10-30T13:28:57.252Z Downloaded snafu-derive v0.8.5
8532024-10-30T13:28:57.252Z Downloaded slog-stdlog v4.1.1
8542024-10-30T13:28:57.252Z Downloaded serde_with_macros v3.11.0
8552024-10-30T13:28:57.252Z Downloaded aho-corasick v1.1.3
8562024-10-30T13:28:57.252Z Downloaded hickory-resolver v0.24.1
8572024-10-30T13:28:57.256Z Downloaded http v1.1.0
8582024-10-30T13:28:57.256Z Downloaded slog-term v2.9.1
8592024-10-30T13:28:57.256Z Downloaded crossbeam-epoch v0.9.18
8602024-10-30T13:28:57.256Z Downloaded bitflags v2.6.0
8612024-10-30T13:28:57.256Z Downloaded env_logger v0.11.5
8622024-10-30T13:28:57.257Z Downloaded scrypt v0.11.0
8632024-10-30T13:28:57.257Z Downloaded libgit2-sys v0.17.0+1.8.1
8642024-10-30T13:28:57.257Z Downloaded resolv-conf v0.7.0
8652024-10-30T13:28:57.257Z Downloaded der_derive v0.7.3
8662024-10-30T13:28:57.257Z Downloaded cfg-expr v0.17.0
8672024-10-30T13:28:57.257Z Downloaded pin-utils v0.1.0
8682024-10-30T13:28:57.257Z Downloaded instability v0.3.2
8692024-10-30T13:28:57.257Z Downloaded dirs-next v2.0.0
8702024-10-30T13:28:57.257Z Downloaded openssl-probe v0.1.5
8712024-10-30T13:28:57.257Z Downloaded num_threads v0.1.7
8722024-10-30T13:28:57.257Z Downloaded nested v0.1.1
8732024-10-30T13:28:57.257Z Downloaded terminal_size v0.4.0
8742024-10-30T13:28:57.257Z Downloaded olpc-cjson v0.1.4
8752024-10-30T13:28:57.257Z Downloaded cfg-if v1.0.0
8762024-10-30T13:28:57.257Z Downloaded cargo_metadata v0.18.1
8772024-10-30T13:28:57.257Z Downloaded camino-tempfile v1.1.1
8782024-10-30T13:28:57.257Z Downloaded async-io v2.3.4
8792024-10-30T13:28:57.257Z Downloaded fancy-regex v0.13.0
8802024-10-30T13:28:57.257Z Downloaded async-executor v1.13.1
8812024-10-30T13:28:57.257Z Downloaded assert_cmd v2.0.16
8822024-10-30T13:28:57.257Z Downloaded serde-hex v0.1.0
8832024-10-30T13:28:57.257Z Downloaded parse-display v0.10.0
8842024-10-30T13:28:57.257Z Downloaded httparse v1.9.5
8852024-10-30T13:28:57.257Z Downloaded blake2b_simd v1.0.2
8862024-10-30T13:28:57.257Z Downloaded base64ct v1.6.0
8872024-10-30T13:28:57.257Z Downloaded base64 v0.21.7
8882024-10-30T13:28:57.257Z Downloaded allocator-api2 v0.2.18
8892024-10-30T13:28:57.257Z Downloaded rustversion v1.0.17
8902024-10-30T13:28:57.257Z Downloaded async-trait v0.1.83
8912024-10-30T13:28:57.257Z Downloaded hostname v0.4.0
8922024-10-30T13:28:57.257Z Downloaded async-signal v0.2.10
8932024-10-30T13:28:57.257Z Downloaded globset v0.4.15
8942024-10-30T13:28:57.257Z Downloaded chacha20poly1305 v0.10.1
8952024-10-30T13:28:57.257Z Downloaded shell-words v1.1.0
8962024-10-30T13:28:57.257Z Downloaded rustc-hash v1.1.0
8972024-10-30T13:28:57.257Z Downloaded byteorder v1.5.0
8982024-10-30T13:28:57.258Z Downloaded block-padding v0.3.3
8992024-10-30T13:28:57.258Z Downloaded cassowary v0.3.0
9002024-10-30T13:28:57.258Z Downloaded buf-list v1.0.3
9012024-10-30T13:28:57.258Z Downloaded async-lock v3.4.0
9022024-10-30T13:28:57.258Z Downloaded ahash v0.8.11
9032024-10-30T13:28:57.258Z Downloaded rand_chacha v0.3.1
9042024-10-30T13:28:57.258Z Downloaded fallible-streaming-iterator v0.1.9
9052024-10-30T13:28:57.258Z Downloaded futures-util v0.3.31
9062024-10-30T13:28:57.258Z Downloaded async-object-pool v0.1.5
9072024-10-30T13:28:57.258Z Downloaded fnv v1.0.7
9082024-10-30T13:28:57.258Z Downloaded atomicwrites v0.4.4
9092024-10-30T13:28:57.258Z Downloaded aead v0.5.2
9102024-10-30T13:28:57.258Z Downloaded fs-err v2.11.0
9112024-10-30T13:28:57.258Z Downloaded bitflags v1.3.2
9122024-10-30T13:28:57.258Z Downloaded async-global-executor v2.4.1
9132024-10-30T13:28:57.258Z Downloaded async-channel v1.9.0
9142024-10-30T13:28:57.315Z Downloaded libsqlite3-sys v0.30.1
9152024-10-30T13:28:57.425Z Downloaded ring v0.17.8
9162024-10-30T13:28:57.546Z Downloaded ring v0.16.20
9172024-10-30T13:28:57.899Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9182024-10-30T13:29:10.624Z Startup: Refreshing catalog 'helios-dev' ... Done
9192024-10-30T13:29:13.865Z Startup: Caching catalogs ... Done
9202024-10-30T13:29:20.851ZPlanning: Solver setup ... Done (6.220s)
9212024-10-30T13:29:20.943ZPlanning: Running solver ... Done (0.093s)
9222024-10-30T13:29:21.023ZPlanning: Finding local manifests ... Done (0.003s)
9232024-10-30T13:29:21.040ZPlanning: Fetching manifests: 0/5 0% complete
9242024-10-30T13:29:21.276ZPlanning: Fetching manifests: 5/5 100% complete
9252024-10-30T13:29:21.375ZPlanning: Package planning ... Done (0.099s)
9262024-10-30T13:29:21.431ZPlanning: Merging actions ... Done (0.056s)
9272024-10-30T13:29:21.620ZPlanning: Checking for conflicting actions ... Done (0.188s)
9282024-10-30T13:29:23.613ZPlanning: Consolidating action changes ... Done (1.993s)
9292024-10-30T13:29:24.057ZPlanning: Evaluating mediators ... Done (0.444s)
9302024-10-30T13:29:24.138ZPlanning: Planning completed in 10.19 seconds
9312024-10-30T13:29:24.154Z Packages to install: 4
9322024-10-30T13:29:24.154Z Packages to update: 1
9332024-10-30T13:29:24.157Z Mediators to change: 2
9342024-10-30T13:29:24.157Z Services to change: 1
9352024-10-30T13:29:24.157Z Estimated space available: 155.38 GB
9362024-10-30T13:29:24.157ZEstimated space to be consumed: 1.58 GB
9372024-10-30T13:29:24.157Z Create boot environment: No
9382024-10-30T13:29:24.157ZCreate backup boot environment: Yes
9392024-10-30T13:29:24.157Z Rebuild boot archive: No
9402024-10-30T13:29:24.157Z
9412024-10-30T13:29:24.157ZChanged mediators:
9422024-10-30T13:29:24.157Z mediator clang:
9432024-10-30T13:29:24.157Z version: None -> 15 (system default)
9442024-10-30T13:29:24.157Z
9452024-10-30T13:29:24.157Z mediator llvm:
9462024-10-30T13:29:24.157Z version: 14 (system default) -> 15 (system default)
9472024-10-30T13:29:24.157Z
9482024-10-30T13:29:24.157ZChanged packages:
9492024-10-30T13:29:24.157Zhelios-dev
9502024-10-30T13:29:24.157Z developer/build-essential
9512024-10-30T13:29:24.157Z None -> 11-2.0
9522024-10-30T13:29:24.157Z library/libxmlsec1
9532024-10-30T13:29:24.157Z None -> 1.2.35-2.0
9542024-10-30T13:29:24.157Z ooce/developer/clang-15
9552024-10-30T13:29:24.157Z None -> 15.0.7-2.0
9562024-10-30T13:29:24.157Z ooce/developer/llvm-15
9572024-10-30T13:29:24.157Z None -> 15.0.7-2.0
9582024-10-30T13:29:24.157Z package/pkg
9592024-10-30T13:29:24.158Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9602024-10-30T13:29:24.158Z
9612024-10-30T13:29:24.158ZServices:
9622024-10-30T13:29:24.158Z restart_fmri:
9632024-10-30T13:29:24.158Z svc:/system/update-man-index:default
9642024-10-30T13:29:24.158Z
9652024-10-30T13:29:24.158ZEditable files to change:
9662024-10-30T13:29:24.158Z Update:
9672024-10-30T13:29:24.158Z usr/share/lib/pkg/web/config.shtml
9682024-10-30T13:29:24.233Z
9692024-10-30T13:29:24.233ZDownload: 0/4281 items 0.0/220.6MB 0% complete
9702024-10-30T13:29:30.524ZDownload: 212/4281 items 1.3/220.6MB 0% complete (466k/s)
9712024-10-30T13:29:36.501ZDownload: 1197/4281 items 83.5/220.6MB 37% complete (8.3M/s)
9722024-10-30T13:29:41.501ZDownload: 1803/4281 items 117.6/220.6MB 53% complete (10.2M/s)
9732024-10-30T13:29:46.515ZDownload: 2223/4281 items 119.2/220.6MB 54% complete (5.8M/s)
9742024-10-30T13:30:00.736ZDownload: 3247/4281 items 203.1/220.6MB 92% complete (8.3M/s)
9752024-10-30T13:30:05.077ZDownload: Completed 220.60 MB in 40.84 seconds (5.4M/s)
9762024-10-30T13:30:07.168Z Actions: 1/5063 actions (Removing old actions)
9772024-10-30T13:30:07.190Z Actions: 194/5063 actions (Installing new actions)
9782024-10-30T13:30:11.857Z Actions: 4226/5063 actions (Updating modified actions)
9792024-10-30T13:30:12.174Z Actions: Completed 5063 actions in 5.01 seconds.
9802024-10-30T13:30:12.546Z Done (0.364s)
9812024-10-30T13:30:12.548Z Done (0.000s)
9822024-10-30T13:30:13.059Z Done (0.511s)
9832024-10-30T13:30:17.327Z Done (4.061s)
9842024-10-30T13:30:17.418Z Done (0.018s)
9852024-10-30T13:30:17.421Z Done (0.000s)
9862024-10-30T13:30:17.600Z Done (0.000s)
9872024-10-30T13:30:18.253ZPlanning: Evaluating mediator changes ... Done
9882024-10-30T13:30:18.416ZPlanning: Checking for conflicting actions ... Done
9892024-10-30T13:30:18.420ZPlanning: Consolidating action changes ... Done
9902024-10-30T13:30:18.690ZPlanning: Evaluating mediators ... Done
9912024-10-30T13:30:18.693ZPlanning: Planning completed in 0.44 seconds
9922024-10-30T13:30:18.731Z Mediators to change: 2
9932024-10-30T13:30:18.731Z Create boot environment: No
9942024-10-30T13:30:18.733ZCreate backup boot environment: No
9952024-10-30T13:30:18.826Z Done
9962024-10-30T13:30:18.826Z Done
9972024-10-30T13:30:19.183Z Done
9982024-10-30T13:30:22.645Z Done
9992024-10-30T13:30:22.736Z Done
10002024-10-30T13:30:22.738Z Done
10012024-10-30T13:30:22.848Z Done
10022024-10-30T13:30:23.461ZPlanning: Evaluating mediator changes ... Done
10032024-10-30T13:30:23.464ZPlanning: Merging actions ... Done
10042024-10-30T13:30:23.652ZPlanning: Checking for conflicting actions ... Done
10052024-10-30T13:30:23.655ZPlanning: Consolidating action changes ... Done
10062024-10-30T13:30:23.924ZPlanning: Evaluating mediators ... Done
10072024-10-30T13:30:23.979ZPlanning: Planning completed in 0.76 seconds
10082024-10-30T13:30:24.021Z Packages to change: 1
10092024-10-30T13:30:24.021Z Mediators to change: 1
10102024-10-30T13:30:24.024Z Services to change: 1
10112024-10-30T13:30:24.024Z Create boot environment: No
10122024-10-30T13:30:24.024ZCreate backup boot environment: Yes
10132024-10-30T13:30:26.223Z Actions: 1/6 actions (Updating modified actions)
10142024-10-30T13:30:26.226Z Actions: Completed 6 actions in 0.00 seconds.
10152024-10-30T13:30:26.226Z Done
10162024-10-30T13:30:26.226Z Done
10172024-10-30T13:30:26.326Z Done
10182024-10-30T13:30:29.815Z Done
10192024-10-30T13:30:29.905Z Done
10202024-10-30T13:30:29.908Z Done
10212024-10-30T13:30:30.025Z Done
10222024-10-30T13:30:30.466ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10232024-10-30T13:30:30.466Zclang system 15 system
10242024-10-30T13:30:30.466Zcsh system system illumos
10252024-10-30T13:30:30.466Zctags system system illumos
10262024-10-30T13:30:30.466Zgcc vendor 12 vendor
10272024-10-30T13:30:30.466Zgcc system 10 system
10282024-10-30T13:30:30.466Zgcc system 7 system
10292024-10-30T13:30:30.466Zgo system 1.20 system
10302024-10-30T13:30:30.466Zgo system 1.19 system
10312024-10-30T13:30:30.466Zllvm system 15 system
10322024-10-30T13:30:30.466Zllvm system 14 system
10332024-10-30T13:30:30.467Zmariadb system 10.6 system
10342024-10-30T13:30:30.467Zmta vendor vendor dma
10352024-10-30T13:30:30.467Zopenjdk system 17 system
10362024-10-30T13:30:30.467Zopenjdk system 11 system
10372024-10-30T13:30:30.467Zopenjdk system 1.8 system
10382024-10-30T13:30:30.467Zopenssl vendor 3 vendor
10392024-10-30T13:30:30.467Zperl system 5.36 system
10402024-10-30T13:30:30.467Zpostgresql system 15 system
10412024-10-30T13:30:30.467Zpostgresql system 13 system
10422024-10-30T13:30:30.467Zpython vendor 3 vendor
10432024-10-30T13:30:30.467Zpython system 2 system
10442024-10-30T13:30:30.467Zpython3 system 3.11 system
10452024-10-30T13:30:30.467Zruby system 3.0 system
10462024-10-30T13:30:30.467Zwords vendor vendor american-english
10472024-10-30T13:30:30.467Zwords system system australian-english
10482024-10-30T13:30:30.467Zwords system system british-english
10492024-10-30T13:30:30.467Zwords system system canadian-english
10502024-10-30T13:30:30.467Zwords system system french
10512024-10-30T13:30:30.467Zwords system system italian
10522024-10-30T13:30:30.467Zwords system system ngerman
10532024-10-30T13:30:30.467Zwords system system ogerman
10542024-10-30T13:30:30.467Zwords system system spanish
10552024-10-30T13:30:30.801ZPUBLISHER TYPE STATUS P LOCATION
10562024-10-30T13:30:30.801Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10572024-10-30T13:30:33.165ZFMRI IFO
10582024-10-30T13:30:33.165Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10592024-10-30T13:30:33.165Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10602024-10-30T13:30:33.165Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10612024-10-30T13:30:33.165Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
10622024-10-30T13:30:33.165Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
10632024-10-30T13:30:33.165Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
10642024-10-30T13:30:33.165Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
10652024-10-30T13:30:33.165Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
10662024-10-30T13:30:33.165Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
10672024-10-30T13:30:33.165Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
10682024-10-30T13:30:33.165Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
10692024-10-30T13:30:33.165Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
10702024-10-30T13:30:33.165Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
10712024-10-30T13:30:33.165Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
10722024-10-30T13:30:33.165Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
10732024-10-30T13:30:34.098Z Downloading crates ...
10742024-10-30T13:30:34.186Z Downloaded cargo_toml v0.20.5
10752024-10-30T13:30:34.320Z Compiling proc-macro2 v1.0.87
10762024-10-30T13:30:34.320Z Compiling unicode-ident v1.0.13
10772024-10-30T13:30:34.323Z Compiling serde v1.0.210
10782024-10-30T13:30:34.323Z Compiling version_check v0.9.5
10792024-10-30T13:30:34.323Z Compiling memchr v2.7.4
10802024-10-30T13:30:34.323Z Compiling thiserror v1.0.64
10812024-10-30T13:30:34.323Z Compiling libc v0.2.161
10822024-10-30T13:30:34.323Z Compiling ucd-trie v0.1.7
10832024-10-30T13:30:34.571Z Compiling ryu v1.0.18
10842024-10-30T13:30:34.919Z Compiling itoa v1.0.11
10852024-10-30T13:30:35.041Z Compiling once_cell v1.20.2
10862024-10-30T13:30:35.132Z Compiling byteorder v1.5.0
10872024-10-30T13:30:35.135Z Compiling serde_json v1.0.128
10882024-10-30T13:30:35.452Z Compiling rustix v0.38.37
10892024-10-30T13:30:35.494Z Compiling bitflags v2.6.0
10902024-10-30T13:30:35.571Z Compiling proc-macro-error-attr v1.0.4
10912024-10-30T13:30:35.851Z Compiling usdt-impl v0.5.0
10922024-10-30T13:30:35.871Z Compiling syn v1.0.109
10932024-10-30T13:30:35.939Z Compiling proc-macro-error v1.0.4
10942024-10-30T13:30:35.996Z Compiling hashbrown v0.15.0
10952024-10-30T13:30:36.075Z Compiling quote v1.0.37
10962024-10-30T13:30:36.327Z Compiling utf8parse v0.2.2
10972024-10-30T13:30:36.360Z Compiling errno v0.3.9
10982024-10-30T13:30:36.466Z Compiling syn v2.0.79
10992024-10-30T13:30:36.593Z Compiling log v0.4.22
11002024-10-30T13:30:36.661Z Compiling equivalent v1.0.1
11012024-10-30T13:30:36.743Z Compiling camino v1.1.9
11022024-10-30T13:30:36.772Z Compiling plain v0.2.3
11032024-10-30T13:30:36.926Z Compiling thread-id v4.2.2
11042024-10-30T13:30:36.971Z Compiling anstyle-parse v0.2.5
11052024-10-30T13:30:37.168Z Compiling indexmap v2.6.0
11062024-10-30T13:30:37.298Z Compiling semver v1.0.23
11072024-10-30T13:30:37.416Z Compiling winnow v0.6.20
11082024-10-30T13:30:37.587Z Compiling anstyle v1.0.8
11092024-10-30T13:30:37.690Z Compiling anstyle-query v1.1.1
11102024-10-30T13:30:37.833Z Compiling colorchoice v1.0.2
11112024-10-30T13:30:37.846Z Compiling is_terminal_polyfill v1.70.1
11122024-10-30T13:30:37.983Z Compiling pretty-hex v0.4.1
11132024-10-30T13:30:37.995Z Compiling autocfg v1.4.0
11142024-10-30T13:30:38.048Z Compiling unicode-width v0.1.14
11152024-10-30T13:30:38.179Z Compiling anstream v0.6.15
11162024-10-30T13:30:38.746Z Compiling terminal_size v0.4.0
11172024-10-30T13:30:38.929Z Compiling heck v0.4.1
11182024-10-30T13:30:38.953Z Compiling fastrand v2.1.1
11192024-10-30T13:30:39.089Z Compiling fs-err v2.11.0
11202024-10-30T13:30:39.180Z Compiling heck v0.5.0
11212024-10-30T13:30:39.379Z Compiling anyhow v1.0.89
11222024-10-30T13:30:39.405Z Compiling strsim v0.11.1
11232024-10-30T13:30:39.464Z Compiling bytecount v0.6.8
11242024-10-30T13:30:39.491Z Compiling fnv v1.0.7
11252024-10-30T13:30:39.620Z Compiling clap_lex v0.7.2
11262024-10-30T13:30:39.671Z Compiling cfg-if v1.0.0
11272024-10-30T13:30:39.688Z Compiling papergrid v0.11.0
11282024-10-30T13:30:40.134Z Compiling clap_builder v4.5.20
11292024-10-30T13:30:40.291Z Compiling tempfile v3.13.0
11302024-10-30T13:30:40.410Z Compiling memmap v0.7.0
11312024-10-30T13:30:40.540Z Compiling unicode-linebreak v0.1.5
11322024-10-30T13:30:40.751Z Compiling smawk v0.3.2
11332024-10-30T13:30:40.963Z Compiling textwrap v0.16.1
11342024-10-30T13:30:41.196Z Compiling swrite v0.1.0
11352024-10-30T13:30:42.474Z Compiling tabled_derive v0.7.0
11362024-10-30T13:30:44.101Z Compiling tabled v0.15.0
11372024-10-30T13:30:44.807Z Compiling serde_derive v1.0.210
11382024-10-30T13:30:44.807Z Compiling thiserror-impl v1.0.64
11392024-10-30T13:30:44.810Z Compiling zerocopy-derive v0.7.35
11402024-10-30T13:30:44.810Z Compiling scroll_derive v0.12.0
11412024-10-30T13:30:45.168Z Compiling clap_derive v4.5.18
11422024-10-30T13:30:46.224Z Compiling scroll v0.12.0
11432024-10-30T13:30:46.698Z Compiling goblin v0.8.2
11442024-10-30T13:30:46.875Z Compiling zerocopy v0.7.35
11452024-10-30T13:30:47.669Z Compiling pest v2.7.14
11462024-10-30T13:30:48.600Z Compiling clap v4.5.20
11472024-10-30T13:30:49.919Z Compiling pest_meta v2.7.14
11482024-10-30T13:30:50.803Z Compiling pest_generator v2.7.14
11492024-10-30T13:30:52.534Z Compiling pest_derive v2.7.14
11502024-10-30T13:30:53.175Z Compiling dtrace-parser v0.2.0
11512024-10-30T13:30:54.618Z Compiling serde_tokenstream v0.2.2
11522024-10-30T13:30:54.666Z Compiling serde_spanned v0.6.8
11532024-10-30T13:30:54.669Z Compiling toml_datetime v0.6.8
11542024-10-30T13:30:54.924Z Compiling cargo-platform v0.1.8
11552024-10-30T13:30:55.013Z Compiling toml_edit v0.22.22
11562024-10-30T13:30:55.226Z Compiling macaddr v1.0.1
11572024-10-30T13:30:55.383Z Compiling camino-tempfile v1.1.1
11582024-10-30T13:30:56.090Z Compiling dof v0.3.0
11592024-10-30T13:30:56.155Z Compiling cargo_metadata v0.18.1
11602024-10-30T13:30:57.793Z Compiling usdt-attr-macro v0.5.0
11612024-10-30T13:30:57.795Z Compiling usdt-macro v0.5.0
11622024-10-30T13:30:57.818Z Compiling toml v0.8.19
11632024-10-30T13:30:58.714Z Compiling cargo_toml v0.20.5
11642024-10-30T13:30:59.040Z Compiling usdt v0.5.0
11652024-10-30T13:31:02.186Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
11662024-10-30T13:31:06.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.41s
11672024-10-30T13:31:06.105Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
11682024-10-30T13:31:06.894Z Compiling serde v1.0.210
11692024-10-30T13:31:06.897Z Compiling typenum v1.17.0
11702024-10-30T13:31:06.897Z Compiling generic-array v0.14.7
11712024-10-30T13:31:06.897Z Compiling lock_api v0.4.12
11722024-10-30T13:31:06.897Z Compiling scopeguard v1.2.0
11732024-10-30T13:31:06.897Z Compiling subtle v2.6.1
11742024-10-30T13:31:07.026Z Compiling syn v2.0.79
11752024-10-30T13:31:07.035Z Compiling getrandom v0.2.15
11762024-10-30T13:31:07.178Z Compiling value-bag v1.9.0
11772024-10-30T13:31:07.289Z Compiling rand_core v0.6.4
11782024-10-30T13:31:07.435Z Compiling const-oid v0.9.6
11792024-10-30T13:31:07.567Z Compiling pin-project-lite v0.2.14
11802024-10-30T13:31:07.702Z Compiling log v0.4.22
11812024-10-30T13:31:07.735Z Compiling smallvec v1.13.2
11822024-10-30T13:31:07.786Z Compiling jobserver v0.1.32
11832024-10-30T13:31:07.913Z Compiling shlex v1.3.0
11842024-10-30T13:31:08.108Z Compiling parking_lot_core v0.9.10
11852024-10-30T13:31:08.278Z Compiling cc v1.1.30
11862024-10-30T13:31:08.432Z Compiling futures-core v0.3.31
11872024-10-30T13:31:08.644Z Compiling signal-hook-registry v1.4.2
11882024-10-30T13:31:08.665Z Compiling mio v1.0.2
11892024-10-30T13:31:09.082Z Compiling parking_lot v0.12.3
11902024-10-30T13:31:09.338Z Compiling cpufeatures v0.2.14
11912024-10-30T13:31:09.407Z Compiling futures-sink v0.3.31
11922024-10-30T13:31:09.428Z Compiling spin v0.9.8
11932024-10-30T13:31:09.553Z Compiling socket2 v0.5.7
11942024-10-30T13:31:09.638Z Compiling slab v0.4.9
11952024-10-30T13:31:09.808Z Compiling serde_json v1.0.128
11962024-10-30T13:31:09.825Z Compiling futures-channel v0.3.31
11972024-10-30T13:31:09.856Z Compiling foldhash v0.1.3
11982024-10-30T13:31:10.148Z Compiling futures-task v0.3.31
11992024-10-30T13:31:10.194Z Compiling tinyvec_macros v0.1.1
12002024-10-30T13:31:10.254Z Compiling futures-io v0.3.31
12012024-10-30T13:31:10.287Z Compiling pin-utils v0.1.0
12022024-10-30T13:31:10.339Z Compiling allocator-api2 v0.2.18
12032024-10-30T13:31:10.373Z Compiling tinyvec v1.8.0
12042024-10-30T13:31:10.428Z Compiling libm v0.2.8
12052024-10-30T13:31:10.469Z Compiling num-traits v0.2.19
12062024-10-30T13:31:10.567Z Compiling unicode-bidi v0.3.17
12072024-10-30T13:31:10.956Z Compiling hashbrown v0.15.0
12082024-10-30T13:31:11.076Z Compiling base64ct v1.6.0
12092024-10-30T13:31:11.803Z Compiling unicode-normalization v0.1.24
12102024-10-30T13:31:11.867Z Compiling pem-rfc7468 v0.7.0
12112024-10-30T13:31:12.000Z Compiling flagset v0.4.6
12122024-10-30T13:31:12.078Z Compiling ring v0.17.8
12132024-10-30T13:31:12.180Z Compiling httparse v1.9.5
12142024-10-30T13:31:12.206Z Compiling tracing-core v0.1.32
12152024-10-30T13:31:12.497Z Compiling rustls-pki-types v1.9.0
12162024-10-30T13:31:12.877Z Compiling crossbeam-utils v0.8.20
12172024-10-30T13:31:12.960Z Compiling percent-encoding v2.3.1
12182024-10-30T13:31:13.409Z Compiling pkg-config v0.3.31
12192024-10-30T13:31:13.461Z Compiling num-conv v0.1.0
12202024-10-30T13:31:13.514Z Compiling untrusted v0.9.0
12212024-10-30T13:31:13.529Z Compiling powerfmt v0.2.0
12222024-10-30T13:31:13.681Z Compiling vcpkg v0.2.15
12232024-10-30T13:31:13.743Z Compiling time-core v0.1.2
12242024-10-30T13:31:13.868Z Compiling deranged v0.3.11
12252024-10-30T13:31:13.909Z Compiling time-macros v0.2.18
12262024-10-30T13:31:14.696Z Compiling atomic-waker v1.1.2
12272024-10-30T13:31:14.853Z Compiling num_threads v0.1.7
12282024-10-30T13:31:15.003Z Compiling form_urlencoded v1.2.1
12292024-10-30T13:31:15.078Z Compiling try-lock v0.2.5
12302024-10-30T13:31:15.221Z Compiling slog v2.7.0
12312024-10-30T13:31:15.284Z Compiling rustix v0.38.37
12322024-10-30T13:31:15.673Z Compiling openssl-sys v0.9.103
12332024-10-30T13:31:15.692Z Compiling want v0.3.1
12342024-10-30T13:31:15.772Z Compiling httpdate v1.0.3
12352024-10-30T13:31:16.112Z Compiling idna v0.5.0
12362024-10-30T13:31:16.214Z Compiling match_cfg v0.1.0
12372024-10-30T13:31:16.290Z Compiling tower-service v0.3.3
12382024-10-30T13:31:16.402Z Compiling iana-time-zone v0.1.61
12392024-10-30T13:31:16.632Z Compiling time v0.3.36
12402024-10-30T13:31:16.679Z Compiling base64 v0.22.1
12412024-10-30T13:31:16.806Z Compiling openssl v0.10.66
12422024-10-30T13:31:16.824Z Compiling rustversion v1.0.17
12432024-10-30T13:31:17.176Z Compiling foreign-types-shared v0.1.1
12442024-10-30T13:31:17.266Z Compiling foreign-types v0.3.2
12452024-10-30T13:31:17.362Z Compiling url v2.5.2
12462024-10-30T13:31:17.473Z Compiling hostname v0.3.1
12472024-10-30T13:31:17.566Z Compiling dirs-sys-next v0.1.2
12482024-10-30T13:31:17.715Z Compiling aho-corasick v1.1.3
12492024-10-30T13:31:18.064Z Compiling regex-syntax v0.8.5
12502024-10-30T13:31:18.513Z Compiling rustls v0.23.14
12512024-10-30T13:31:18.792Z Compiling data-encoding v2.6.0
12522024-10-30T13:31:19.041Z Compiling native-tls v0.2.12
12532024-10-30T13:31:19.368Z Compiling siphasher v0.3.11
12542024-10-30T13:31:19.534Z Compiling adler2 v2.0.0
12552024-10-30T13:31:19.635Z Compiling serde_derive v1.0.210
12562024-10-30T13:31:19.727Z Compiling zeroize_derive v1.4.2
12572024-10-30T13:31:19.745Z Compiling zerocopy-derive v0.7.35
12582024-10-30T13:31:21.036Z Compiling tokio-macros v2.4.0
12592024-10-30T13:31:21.291Z Compiling zeroize v1.8.1
12602024-10-30T13:31:21.343Z Compiling thiserror-impl v1.0.64
12612024-10-30T13:31:21.982Z Compiling zerocopy v0.7.35
12622024-10-30T13:31:22.193Z Compiling futures-macro v0.3.31
12632024-10-30T13:31:22.626Z Compiling der_derive v0.7.3
12642024-10-30T13:31:22.656Z Compiling tracing-attributes v0.1.27
12652024-10-30T13:31:23.231Z Compiling crypto-common v0.1.6
12662024-10-30T13:31:23.483Z Compiling block-buffer v0.10.4
12672024-10-30T13:31:23.622Z Compiling block-padding v0.3.3
12682024-10-30T13:31:23.767Z Compiling digest v0.10.7
12692024-10-30T13:31:23.876Z Compiling inout v0.1.3
12702024-10-30T13:31:24.102Z Compiling futures-util v0.3.31
12712024-10-30T13:31:24.149Z Compiling cipher v0.4.4
12722024-10-30T13:31:24.241Z Compiling hmac v0.12.1
12732024-10-30T13:31:24.261Z Compiling sha2 v0.10.8
12742024-10-30T13:31:24.512Z Compiling ppv-lite86 v0.2.20
12752024-10-30T13:31:24.529Z Compiling thiserror v1.0.64
12762024-10-30T13:31:24.673Z Compiling pest v2.7.14
12772024-10-30T13:31:24.691Z Compiling salsa20 v0.10.2
12782024-10-30T13:31:24.914Z Compiling pbkdf2 v0.12.2
12792024-10-30T13:31:25.022Z Compiling der v0.7.9
12802024-10-30T13:31:25.156Z Compiling scrypt v0.11.0
12812024-10-30T13:31:25.430Z Compiling rand_chacha v0.3.1
12822024-10-30T13:31:25.708Z Compiling cbc v0.1.2
12832024-10-30T13:31:25.953Z Compiling rand v0.8.5
12842024-10-30T13:31:26.246Z Compiling tracing v0.1.40
12852024-10-30T13:31:26.785Z Compiling aes v0.8.4
12862024-10-30T13:31:27.808Z Compiling spki v0.7.3
12872024-10-30T13:31:27.828Z Compiling pest_meta v2.7.14
12882024-10-30T13:31:27.853Z Compiling scroll_derive v0.12.0
12892024-10-30T13:31:28.099Z Compiling rustls-webpki v0.102.8
12902024-10-30T13:31:28.186Z Compiling pkcs5 v0.7.1
12912024-10-30T13:31:28.343Z Compiling async-trait v0.1.83
12922024-10-30T13:31:29.365Z Compiling scroll v0.12.0
12932024-10-30T13:31:29.386Z Compiling pest_generator v2.7.14
12942024-10-30T13:31:29.635Z Compiling pkcs8 v0.10.2
12952024-10-30T13:31:29.929Z Compiling goblin v0.8.2
12962024-10-30T13:31:30.060Z Compiling openssl-macros v0.1.1
12972024-10-30T13:31:30.368Z Compiling syn v1.0.109
12982024-10-30T13:31:30.670Z Compiling rustls v0.22.4
12992024-10-30T13:31:30.845Z Compiling signature v2.2.0
13002024-10-30T13:31:30.939Z Compiling sha1 v0.10.6
13012024-10-30T13:31:31.015Z Compiling regex-automata v0.4.8
13022024-10-30T13:31:31.060Z Compiling miniz_oxide v0.8.0
13032024-10-30T13:31:31.207Z Compiling dirs-next v2.0.0
13042024-10-30T13:31:31.400Z Compiling crossbeam-epoch v0.9.18
13052024-10-30T13:31:31.418Z Compiling serde_derive_internals v0.29.1
13062024-10-30T13:31:32.171Z Compiling lazy_static v1.5.0
13072024-10-30T13:31:32.304Z Compiling thread_local v1.1.8
13082024-10-30T13:31:32.558Z Compiling pest_derive v2.7.14
13092024-10-30T13:31:32.581Z Compiling multer v3.1.0
13102024-10-30T13:31:32.664Z Compiling encoding_rs v0.8.34
13112024-10-30T13:31:32.842Z Compiling cookie v0.18.1
13122024-10-30T13:31:32.875Z Compiling mime v0.3.17
13132024-10-30T13:31:33.146Z Compiling slog-async v2.8.0
13142024-10-30T13:31:33.336Z Compiling dtrace-parser v0.2.0
13152024-10-30T13:31:33.410Z Compiling bytes v1.7.2
13162024-10-30T13:31:33.795Z Compiling indexmap v2.6.0
13172024-10-30T13:31:33.994Z Compiling bitflags v2.6.0
13182024-10-30T13:31:34.446Z Compiling tokio v1.40.0
13192024-10-30T13:31:34.718Z Compiling http v1.1.0
13202024-10-30T13:31:35.395Z Compiling semver v1.0.23
13212024-10-30T13:31:36.129Z Compiling rustc_version v0.4.1
13222024-10-30T13:31:36.893Z Compiling http-body v1.0.1
13232024-10-30T13:31:36.912Z Compiling dof v0.3.0
13242024-10-30T13:31:36.932Z Compiling serde_tokenstream v0.2.2
13252024-10-30T13:31:37.131Z Compiling toml_datetime v0.6.8
13262024-10-30T13:31:37.169Z Compiling uuid v1.10.0
13272024-10-30T13:31:37.576Z Compiling serde_spanned v0.6.8
13282024-10-30T13:31:37.640Z Compiling chrono v0.4.38
13292024-10-30T13:31:37.821Z Compiling usdt-impl v0.5.0
13302024-10-30T13:31:38.689Z Compiling http-body-util v0.1.2
13312024-10-30T13:31:38.992Z Compiling heapless v0.7.17
13322024-10-30T13:31:39.321Z Compiling gimli v0.31.1
13332024-10-30T13:31:39.432Z Compiling paste v1.0.15
13342024-10-30T13:31:39.948Z Compiling openssl-probe v0.1.5
13352024-10-30T13:31:40.004Z Compiling unicode-properties v0.1.3
13362024-10-30T13:31:40.345Z Compiling schemars v0.8.21
13372024-10-30T13:31:40.431Z Compiling rayon-core v1.12.1
13382024-10-30T13:31:40.703Z Compiling either v1.13.0
13392024-10-30T13:31:40.730Z Compiling ipnet v2.10.1
13402024-10-30T13:31:40.847Z Compiling signal-hook v0.3.17
13412024-10-30T13:31:41.153Z Compiling toml_edit v0.22.22
13422024-10-30T13:31:41.229Z Compiling stringprep v0.1.5
13432024-10-30T13:31:41.354Z Compiling usdt-attr-macro v0.5.0
13442024-10-30T13:31:41.941Z Compiling usdt-macro v0.5.0
13452024-10-30T13:31:42.535Z Compiling curve25519-dalek v4.1.3
13462024-10-30T13:31:42.999Z Compiling tokio-util v0.7.12
13472024-10-30T13:31:43.073Z Compiling slog-json v2.6.1
13482024-10-30T13:31:43.180Z Compiling schemars_derive v0.8.21
13492024-10-30T13:31:43.462Z Compiling serde_urlencoded v0.7.1
13502024-10-30T13:31:43.653Z Compiling crossbeam-deque v0.8.5
13512024-10-30T13:31:43.987Z Compiling h2 v0.4.6
13522024-10-30T13:31:44.005Z Compiling addr2line v0.24.2
13532024-10-30T13:31:44.375Z Compiling term v0.7.0
13542024-10-30T13:31:46.479Z Compiling futures-executor v0.3.31
13552024-10-30T13:31:47.028Z Compiling md-5 v0.10.6
13562024-10-30T13:31:47.308Z Compiling enum-as-inner v0.6.1
13572024-10-30T13:31:47.915Z Compiling async-stream-impl v0.3.6
13582024-10-30T13:31:48.400Z Compiling crossbeam-channel v0.5.13
13592024-10-30T13:31:48.986Z Compiling num-integer v0.1.46
13602024-10-30T13:31:49.262Z Compiling rustls-pemfile v2.2.0
13612024-10-30T13:31:49.376Z Compiling idna v0.3.0
13622024-10-30T13:31:49.512Z Compiling idna v0.4.0
13632024-10-30T13:31:49.589Z Compiling ff v0.13.0
13642024-10-30T13:31:49.741Z Compiling hash32 v0.2.1
13652024-10-30T13:31:49.813Z Compiling is-terminal v0.4.13
13662024-10-30T13:31:49.940Z Compiling dropshot v0.12.0
13672024-10-30T13:31:50.131Z Compiling object v0.36.5
13682024-10-30T13:31:50.259Z Compiling fallible-iterator v0.2.0
13692024-10-30T13:31:50.970Z Compiling hyper v1.4.1
13702024-10-30T13:31:50.989Z Compiling anyhow v1.0.89
13712024-10-30T13:31:51.105Z Compiling quick-error v1.2.3
13722024-10-30T13:31:51.252Z Compiling utf-8 v0.7.6
13732024-10-30T13:31:51.586Z Compiling linked-hash-map v0.5.6
13742024-10-30T13:31:51.606Z Compiling base16ct v0.2.0
13752024-10-30T13:31:51.940Z Compiling take_mut v0.2.2
13762024-10-30T13:31:51.959Z Compiling stable_deref_trait v1.2.0
13772024-10-30T13:31:52.068Z Compiling psl-types v2.0.11
13782024-10-30T13:31:52.109Z Compiling num-bigint-dig v0.8.4
13792024-10-30T13:31:52.272Z Compiling smoltcp v0.9.1
13802024-10-30T13:31:52.415Z Compiling rustc-demangle v0.1.24
13812024-10-30T13:31:52.983Z Compiling dyn-clone v1.0.17
13822024-10-30T13:31:53.213Z Compiling portable-atomic v1.9.0
13832024-10-30T13:31:54.261Z Compiling hyper-util v0.1.9
13842024-10-30T13:31:54.510Z Compiling publicsuffix v2.2.3
13852024-10-30T13:31:55.980Z Compiling lru-cache v0.1.2
13862024-10-30T13:31:56.191Z Compiling sec1 v0.7.3
13872024-10-30T13:31:56.378Z Compiling tungstenite v0.24.0
13882024-10-30T13:31:56.635Z Compiling resolv-conf v0.7.0
13892024-10-30T13:31:56.764Z Compiling postgres-protocol v0.6.7
13902024-10-30T13:31:57.138Z Compiling tokio-rustls v0.25.0
13912024-10-30T13:31:57.393Z Compiling tokio-rustls v0.26.0
13922024-10-30T13:31:57.526Z Compiling hickory-proto v0.24.1
13932024-10-30T13:31:57.633Z Compiling slog-term v2.9.1
13942024-10-30T13:31:57.754Z Compiling backtrace v0.3.74
13952024-10-30T13:31:57.845Z Compiling usdt v0.5.0
13962024-10-30T13:31:58.059Z Compiling hubpack_derive v0.1.1
13972024-10-30T13:31:58.078Z Compiling group v0.13.0
13982024-10-30T13:31:58.351Z Compiling num-iter v0.1.45
13992024-10-30T13:31:58.405Z Compiling async-stream v0.3.6
14002024-10-30T13:31:58.460Z Compiling futures v0.3.31
14012024-10-30T13:31:58.537Z Compiling tokio-native-tls v0.3.1
14022024-10-30T13:31:58.580Z Compiling toml v0.8.19
14032024-10-30T13:31:58.817Z Compiling slog-bunyan v2.5.0
14042024-10-30T13:31:59.714Z Compiling camino v1.1.9
14052024-10-30T13:31:59.938Z Compiling terminal_size v0.4.0
14062024-10-30T13:32:00.096Z Compiling dropshot_endpoint v0.12.0
14072024-10-30T13:32:00.200Z Compiling openapiv3 v2.0.0
14082024-10-30T13:32:00.254Z Compiling serde_path_to_error v0.1.16
14092024-10-30T13:32:00.278Z Compiling hkdf v0.12.4
14102024-10-30T13:32:00.337Z Compiling crypto-bigint v0.5.5
14112024-10-30T13:32:00.544Z Compiling phf_shared v0.11.2
14122024-10-30T13:32:00.785Z Compiling zerocopy-derive v0.6.6
14132024-10-30T13:32:00.928Z Compiling curve25519-dalek-derive v0.1.1
14142024-10-30T13:32:01.095Z Compiling waitgroup v0.1.2
14152024-10-30T13:32:01.118Z Compiling webpki-roots v0.26.6
14162024-10-30T13:32:01.332Z Compiling hostname v0.4.0
14172024-10-30T13:32:01.348Z Compiling ahash v0.8.11
14182024-10-30T13:32:01.605Z Compiling fs-err v2.11.0
14192024-10-30T13:32:01.698Z Compiling managed v0.8.0
14202024-10-30T13:32:01.916Z Compiling winnow v0.5.40
14212024-10-30T13:32:02.157Z Compiling debug-ignore v1.0.5
14222024-10-30T13:32:02.311Z Compiling bitflags v1.3.2
14232024-10-30T13:32:02.412Z Compiling clap_builder v4.5.20
14242024-10-30T13:32:02.429Z Compiling console v0.15.8
14252024-10-30T13:32:02.888Z Compiling zerocopy v0.6.6
14262024-10-30T13:32:03.790Z Compiling elliptic-curve v0.13.8
14272024-10-30T13:32:03.933Z Compiling hickory-resolver v0.24.1
14282024-10-30T13:32:05.913Z Compiling toml_edit v0.19.15
14292024-10-30T13:32:06.474Z Compiling strum_macros v0.25.3
14302024-10-30T13:32:07.098Z Compiling hyper-rustls v0.27.3
14312024-10-30T13:32:07.646Z Compiling phf v0.11.2
14322024-10-30T13:32:07.721Z Compiling signal-hook-mio v0.2.4
14332024-10-30T13:32:07.890Z Compiling rayon v1.10.0
14342024-10-30T13:32:07.956Z Compiling cookie_store v0.21.0
14352024-10-30T13:32:09.478Z Compiling hubpack v0.1.2
14362024-10-30T13:32:09.941Z Compiling hyper-tls v0.6.0
14372024-10-30T13:32:10.377Z Compiling postgres-types v0.2.8
14382024-10-30T13:32:11.211Z Compiling tokio-tungstenite v0.24.0
14392024-10-30T13:32:11.747Z Compiling tokio-stream v0.1.16
14402024-10-30T13:32:11.895Z Compiling regex v1.11.0
14412024-10-30T13:32:12.750Z Compiling bstr v1.10.0
14422024-10-30T13:32:12.769Z Compiling serde-big-array v0.5.1
14432024-10-30T13:32:12.802Z Compiling ed25519 v2.2.3
14442024-10-30T13:32:12.842Z Compiling pkcs1 v0.7.5
14452024-10-30T13:32:12.999Z Compiling rfc6979 v0.4.0
14462024-10-30T13:32:13.017Z Compiling phf_shared v0.10.0
14472024-10-30T13:32:13.199Z Compiling derive-where v1.2.7
14482024-10-30T13:32:13.433Z Compiling serde_repr v0.1.19
14492024-10-30T13:32:13.583Z Compiling clap_derive v4.5.18
14502024-10-30T13:32:13.773Z Compiling float-cmp v0.9.0
14512024-10-30T13:32:13.833Z Compiling sync_wrapper v1.0.1
14522024-10-30T13:32:13.989Z Compiling crc32fast v1.4.2
14532024-10-30T13:32:14.007Z Compiling number_prefix v0.4.0
14542024-10-30T13:32:14.222Z Compiling normalize-line-endings v0.3.0
14552024-10-30T13:32:14.341Z Compiling unicode-segmentation v1.12.0
14562024-10-30T13:32:14.357Z Compiling whoami v1.5.2
14572024-10-30T13:32:14.466Z Compiling predicates-core v1.0.8
14582024-10-30T13:32:14.582Z Compiling new_debug_unreachable v1.0.6
14592024-10-30T13:32:14.584Z Compiling difflib v0.4.0
14602024-10-30T13:32:14.684Z Compiling static_assertions v1.1.0
14612024-10-30T13:32:14.797Z Compiling bit-vec v0.6.3
14622024-10-30T13:32:14.825Z Compiling minimal-lexical v0.2.1
14632024-10-30T13:32:14.953Z Compiling precomputed-hash v0.1.1
14642024-10-30T13:32:15.110Z Compiling fixedbitset v0.4.2
14652024-10-30T13:32:15.228Z Compiling bit-set v0.5.3
14662024-10-30T13:32:15.298Z Compiling nom v7.1.3
14672024-10-30T13:32:15.366Z Compiling string_cache v0.8.7
14682024-10-30T13:32:15.519Z Compiling petgraph v0.6.5
14692024-10-30T13:32:15.606Z Compiling predicates v3.1.2
14702024-10-30T13:32:15.811Z Compiling similar v2.6.0
14712024-10-30T13:32:16.193Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14722024-10-30T13:32:16.587Z Compiling qorb v0.1.2
14732024-10-30T13:32:17.341Z Compiling tokio-postgres v0.7.12
14742024-10-30T13:32:18.227Z Compiling flate2 v1.0.34
14752024-10-30T13:32:18.308Z Compiling clap v4.5.20
14762024-10-30T13:32:18.437Z Compiling indicatif v0.17.8
14772024-10-30T13:32:19.045Z Compiling reqwest v0.12.8
14782024-10-30T13:32:19.189Z Compiling rsa v0.9.6
14792024-10-30T13:32:19.587Z Compiling ecdsa v0.16.9
14802024-10-30T13:32:20.502Z Compiling ed25519-dalek v2.1.1
14812024-10-30T13:32:20.531Z Compiling toml v0.7.8
14822024-10-30T13:32:21.829Z Compiling crossterm v0.28.1
14832024-10-30T13:32:23.030Z Compiling itertools v0.12.1
14842024-10-30T13:32:23.076Z Compiling itertools v0.10.5
14852024-10-30T13:32:23.138Z Compiling hex v0.4.3
14862024-10-30T13:32:23.706Z Compiling x509-cert v0.2.5
14872024-10-30T13:32:23.763Z Compiling lalrpop-util v0.19.12
14882024-10-30T13:32:24.138Z Compiling peg-runtime v0.8.3
14892024-10-30T13:32:24.377Z Compiling unicode-xid v0.2.6
14902024-10-30T13:32:24.565Z Compiling xattr v1.3.1
14912024-10-30T13:32:24.819Z Compiling strum_macros v0.26.4
14922024-10-30T13:32:24.846Z Compiling filetime v0.2.25
14932024-10-30T13:32:25.196Z Compiling tar v0.4.42
14942024-10-30T13:32:28.070Z Compiling strum v0.26.3
14952024-10-30T13:32:28.211Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14962024-10-30T13:32:28.450Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14972024-10-30T13:32:33.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
14982024-10-30T13:32:34.120Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14992024-10-30T13:32:34.161ZOct 30 13:32:33.677 INFO Starting download, target: Clickhouse
15002024-10-30T13:32:34.161ZOct 30 13:32:33.678 INFO Starting download, target: Cockroach
15012024-10-30T13:32:34.161ZOct 30 13:32:33.678 INFO Starting download, target: Console
15022024-10-30T13:32:34.161ZOct 30 13:32:33.678 INFO Starting download, target: DendriteOpenapi
15032024-10-30T13:32:34.161ZOct 30 13:32:33.678 INFO Starting download, target: DendriteStub
15042024-10-30T13:32:34.161ZOct 30 13:32:33.678 INFO Starting download, target: MaghemiteMgd
15052024-10-30T13:32:34.165ZOct 30 13:32:33.678 INFO Starting download, target: TransceiverControl
15062024-10-30T13:32:34.165ZOct 30 13:32:33.678 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
15072024-10-30T13:32:34.165ZOct 30 13:32:33.678 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15082024-10-30T13:32:34.165ZOct 30 13:32:33.678 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15092024-10-30T13:32:34.165ZOct 30 13:32:33.678 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15102024-10-30T13:32:34.165ZOct 30 13:32:33.678 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15112024-10-30T13:32:34.165ZOct 30 13:32:33.679 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15122024-10-30T13:32:34.165ZOct 30 13:32:33.679 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15132024-10-30T13:32:34.343ZOct 30 13:32:33.859 INFO Download complete, target: DendriteOpenapi
15142024-10-30T13:32:34.491ZOct 30 13:32:33.993 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15152024-10-30T13:32:34.851ZOct 30 13:32:34.354 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15162024-10-30T13:32:35.062ZOct 30 13:32:34.577 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15172024-10-30T13:32:35.147ZOct 30 13:32:34.659 INFO Download complete, target: TransceiverControl
15182024-10-30T13:32:35.166ZOct 30 13:32:34.679 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15192024-10-30T13:32:35.202ZOct 30 13:32:34.717 INFO Download complete, target: Console
15202024-10-30T13:32:36.176ZOct 30 13:32:35.687 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15212024-10-30T13:32:36.177ZOct 30 13:32:35.687 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15222024-10-30T13:32:36.284ZOct 30 13:32:35.798 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15232024-10-30T13:32:37.843ZOct 30 13:32:37.356 INFO Download complete, target: DendriteStub
15242024-10-30T13:32:38.090ZOct 30 13:32:37.606 INFO Download complete, target: MaghemiteMgd
15252024-10-30T13:32:43.556ZOct 30 13:32:43.069 INFO Checking that binary works, target: Cockroach
15262024-10-30T13:32:43.714ZOct 30 13:32:43.228 INFO Download complete, target: Cockroach
15272024-10-30T13:32:48.686ZOct 30 13:32:48.201 INFO Checking that binary works, target: Clickhouse
15282024-10-30T13:32:48.852ZOct 30 13:32:48.367 INFO Download complete, target: Clickhouse
15292024-10-30T13:32:48.859ZAll prerequisites installed successfully
15302024-10-30T13:32:48.861Z
15312024-10-30T13:32:48.861Zreal 3:50.934737723
15322024-10-30T13:32:48.861Zuser 12:10.074673622
15332024-10-30T13:32:48.861Zsys 2:38.825104606
15342024-10-30T13:32:48.861Ztrap 0.405310422
15352024-10-30T13:32:48.861Ztflt 1.490645681
15362024-10-30T13:32:48.862Zdflt 1.484231946
15372024-10-30T13:32:48.862Zkflt 0.023898447
15382024-10-30T13:32:48.862Zlock 24:32.528741932
15392024-10-30T13:32:48.862Zslp 48:01.678286962
15402024-10-30T13:32:48.862Zlat 39.234125782
15412024-10-30T13:32:48.862Zstop 1:44.924337174
15422024-10-30T13:32:48.862Z+ source ./tools/include/force-git-over-https.sh
15432024-10-30T13:32:48.862Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
15442024-10-30T13:32:48.862Z++ (( i = 0 ))
15452024-10-30T13:32:48.862Z++ (( i < 5 ))
15462024-10-30T13:32:48.862Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
15472024-10-30T13:32:48.865Z++ (( i++ ))
15482024-10-30T13:32:48.865Z++ (( i < 5 ))
15492024-10-30T13:32:48.865Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
15502024-10-30T13:32:48.867Z++ (( i++ ))
15512024-10-30T13:32:48.867Z++ (( i < 5 ))
15522024-10-30T13:32:48.867Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
15532024-10-30T13:32:48.870Z++ (( i++ ))
15542024-10-30T13:32:48.870Z++ (( i < 5 ))
15552024-10-30T13:32:48.870Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
15562024-10-30T13:32:48.873Z++ (( i++ ))
15572024-10-30T13:32:48.873Z++ (( i < 5 ))
15582024-10-30T13:32:48.873Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
15592024-10-30T13:32:48.876Z++ (( i++ ))
15602024-10-30T13:32:48.876Z++ (( i < 5 ))
15612024-10-30T13:32:48.879Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
15622024-10-30T13:32:48.879Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
15632024-10-30T13:32:48.879Z+ rc=0
15642024-10-30T13:32:48.879Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
15652024-10-30T13:33:14.665Z+ case $rc in
15662024-10-30T13:33:14.666Z+ pfexec zfs create -p rpool/images/build/host
15672024-10-30T13:33:14.794Z+ pfexec zfs create -p rpool/images/build/recovery
15682024-10-30T13:33:14.841Z+ cargo xtask releng --output-dir /work
15692024-10-30T13:33:15.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15702024-10-30T13:33:15.360Z Running `target/debug/xtask releng --output-dir /work`
15712024-10-30T13:33:16.215Z Compiling proc-macro2 v1.0.87
15722024-10-30T13:33:16.215Z Compiling unicode-ident v1.0.13
15732024-10-30T13:33:16.216Z Compiling libc v0.2.161
15742024-10-30T13:33:16.218Z Compiling serde v1.0.210
15752024-10-30T13:33:16.218Z Compiling autocfg v1.4.0
15762024-10-30T13:33:16.218Z Compiling version_check v0.9.5
15772024-10-30T13:33:16.218Z Compiling cfg-if v1.0.0
15782024-10-30T13:33:16.502Z Compiling typenum v1.17.0
15792024-10-30T13:33:16.564Z Compiling shlex v1.3.0
15802024-10-30T13:33:16.628Z Compiling memchr v2.7.4
15812024-10-30T13:33:16.946Z Compiling generic-array v0.14.7
15822024-10-30T13:33:17.000Z Compiling parking_lot_core v0.9.10
15832024-10-30T13:33:17.260Z Compiling lock_api v0.4.12
15842024-10-30T13:33:17.402Z Compiling serde_json v1.0.128
15852024-10-30T13:33:17.448Z Compiling libm v0.2.8
15862024-10-30T13:33:17.626Z Compiling value-bag v1.9.0
15872024-10-30T13:33:17.711Z Compiling num-traits v0.2.19
15882024-10-30T13:33:17.965Z Compiling slab v0.4.9
15892024-10-30T13:33:18.025Z Compiling once_cell v1.20.2
15902024-10-30T13:33:18.074Z Compiling thiserror v1.0.64
15912024-10-30T13:33:18.256Z Compiling quote v1.0.37
15922024-10-30T13:33:18.289Z Compiling log v0.4.22
15932024-10-30T13:33:18.424Z Compiling itoa v1.0.11
15942024-10-30T13:33:18.590Z Compiling getrandom v0.2.15
15952024-10-30T13:33:18.659Z Compiling syn v2.0.79
15962024-10-30T13:33:18.774Z Compiling jobserver v0.1.32
15972024-10-30T13:33:19.057Z Compiling scopeguard v1.2.0
15982024-10-30T13:33:19.112Z Compiling rand_core v0.6.4
15992024-10-30T13:33:19.216Z Compiling cc v1.1.30
16002024-10-30T13:33:19.347Z Compiling byteorder v1.5.0
16012024-10-30T13:33:19.894Z Compiling subtle v2.6.1
16022024-10-30T13:33:20.573Z Compiling semver v1.0.23
16032024-10-30T13:33:20.619Z Compiling smallvec v1.13.2
16042024-10-30T13:33:20.760Z Compiling pin-project-lite v0.2.14
16052024-10-30T13:33:21.025Z Compiling httparse v1.9.5
16062024-10-30T13:33:21.107Z Compiling ryu v1.0.18
16072024-10-30T13:33:21.214Z Compiling const-oid v0.9.6
16082024-10-30T13:33:21.308Z Compiling heck v0.5.0
16092024-10-30T13:33:21.442Z Compiling pkg-config v0.3.31
16102024-10-30T13:33:21.678Z Compiling futures-core v0.3.31
16112024-10-30T13:33:21.760Z Compiling allocator-api2 v0.2.18
16122024-10-30T13:33:22.048Z Compiling signal-hook-registry v1.4.2
16132024-10-30T13:33:22.606Z Compiling ring v0.17.8
16142024-10-30T13:33:22.660Z Compiling parking_lot v0.12.3
16152024-10-30T13:33:22.680Z Compiling mio v1.0.2
16162024-10-30T13:33:23.658Z Compiling socket2 v0.5.7
16172024-10-30T13:33:23.686Z Compiling crossbeam-utils v0.8.20
16182024-10-30T13:33:23.921Z Compiling time-core v0.1.2
16192024-10-30T13:33:24.131Z Compiling futures-sink v0.3.31
16202024-10-30T13:33:24.201Z Compiling vcpkg v0.2.15
16212024-10-30T13:33:24.228Z Compiling fnv v1.0.7
16222024-10-30T13:33:24.298Z Compiling num-conv v0.1.0
16232024-10-30T13:33:24.609Z Compiling time-macros v0.2.18
16242024-10-30T13:33:25.026Z Compiling ahash v0.8.11
16252024-10-30T13:33:25.052Z Compiling schemars v0.8.21
16262024-10-30T13:33:25.581Z Compiling spin v0.9.8
16272024-10-30T13:33:25.870Z Compiling openssl-sys v0.9.103
16282024-10-30T13:33:26.447Z Compiling equivalent v1.0.1
16292024-10-30T13:33:26.581Z Compiling serde_derive_internals v0.29.1
16302024-10-30T13:33:26.611Z Compiling foldhash v0.1.3
16312024-10-30T13:33:26.652Z Compiling rustix v0.38.37
16322024-10-30T13:33:27.048Z Compiling cpufeatures v0.2.14
16332024-10-30T13:33:27.184Z Compiling hashbrown v0.15.0
16342024-10-30T13:33:27.965Z Compiling futures-channel v0.3.31
16352024-10-30T13:33:28.539Z Compiling pin-utils v0.1.0
16362024-10-30T13:33:28.582Z Compiling futures-io v0.3.31
16372024-10-30T13:33:28.664Z Compiling futures-task v0.3.31
16382024-10-30T13:33:28.752Z Compiling slog v2.7.0
16392024-10-30T13:33:29.055Z Compiling tinyvec_macros v0.1.1
16402024-10-30T13:33:29.148Z Compiling tinyvec v1.8.0
16412024-10-30T13:33:29.303Z Compiling ucd-trie v0.1.7
16422024-10-30T13:33:29.449Z Compiling openssl v0.10.66
16432024-10-30T13:33:29.746Z Compiling iana-time-zone v0.1.61
16442024-10-30T13:33:29.790Z Compiling unicode-bidi v0.3.17
16452024-10-30T13:33:29.843Z Compiling tracing-core v0.1.32
16462024-10-30T13:33:30.083Z Compiling native-tls v0.2.12
16472024-10-30T13:33:30.252Z Compiling rustls v0.23.14
16482024-10-30T13:33:30.736Z Compiling base64ct v1.6.0
16492024-10-30T13:33:30.872Z Compiling unicode-normalization v0.1.24
16502024-10-30T13:33:31.348Z Compiling pem-rfc7468 v0.7.0
16512024-10-30T13:33:31.675Z Compiling serde_derive v1.0.210
16522024-10-30T13:33:31.973Z Compiling zeroize_derive v1.4.2
16532024-10-30T13:33:32.072Z Compiling zerocopy-derive v0.7.35
16542024-10-30T13:33:32.324Z Compiling tokio-macros v2.4.0
16552024-10-30T13:33:32.431Z Compiling thiserror-impl v1.0.64
16562024-10-30T13:33:32.620Z Compiling futures-macro v0.3.31
16572024-10-30T13:33:32.641Z Compiling tracing-attributes v0.1.27
16582024-10-30T13:33:33.511Z Compiling zeroize v1.8.1
16592024-10-30T13:33:34.254Z Compiling zerocopy v0.7.35
16602024-10-30T13:33:35.402Z Compiling der_derive v0.7.3
16612024-10-30T13:33:35.639Z Compiling crypto-common v0.1.6
16622024-10-30T13:33:35.965Z Compiling block-buffer v0.10.4
16632024-10-30T13:33:36.093Z Compiling schemars_derive v0.8.21
16642024-10-30T13:33:36.175Z Compiling futures-util v0.3.31
16652024-10-30T13:33:36.219Z Compiling digest v0.10.7
16662024-10-30T13:33:36.351Z Compiling scroll_derive v0.12.0
16672024-10-30T13:33:36.665Z Compiling hmac v0.12.1
16682024-10-30T13:33:36.814Z Compiling block-padding v0.3.3
16692024-10-30T13:33:36.891Z Compiling pest v2.7.14
16702024-10-30T13:33:37.717Z Compiling inout v0.1.3
16712024-10-30T13:33:37.841Z Compiling openssl-macros v0.1.1
16722024-10-30T13:33:38.040Z Compiling cipher v0.4.4
16732024-10-30T13:33:38.617Z Compiling sha2 v0.10.8
16742024-10-30T13:33:38.758Z Compiling tracing v0.1.40
16752024-10-30T13:33:38.974Z Compiling ppv-lite86 v0.2.20
16762024-10-30T13:33:39.914Z Compiling pest_meta v2.7.14
16772024-10-30T13:33:39.935Z Compiling async-trait v0.1.83
16782024-10-30T13:33:42.279Z Compiling pest_generator v2.7.14
16792024-10-30T13:33:43.837Z Compiling usdt-impl v0.5.0
16802024-10-30T13:33:43.889Z Compiling cookie v0.18.1
16812024-10-30T13:33:43.959Z Compiling dyn-clone v1.0.17
16822024-10-30T13:33:44.013Z Compiling pest_derive v2.7.14
16832024-10-30T13:33:44.151Z Compiling percent-encoding v2.3.1
16842024-10-30T13:33:44.199Z Compiling syn v1.0.109
16852024-10-30T13:33:44.444Z Compiling flagset v0.4.6
16862024-10-30T13:33:44.672Z Compiling der v0.7.9
16872024-10-30T13:33:44.858Z Compiling rand_chacha v0.3.1
16882024-10-30T13:33:44.995Z Compiling scroll v0.12.0
16892024-10-30T13:33:45.289Z Compiling aho-corasick v1.1.3
16902024-10-30T13:33:45.557Z Compiling bytes v1.7.2
16912024-10-30T13:33:45.799Z Compiling indexmap v2.6.0
16922024-10-30T13:33:46.765Z Compiling bitflags v2.6.0
16932024-10-30T13:33:47.308Z Compiling tokio v1.40.0
16942024-10-30T13:33:48.126Z Compiling http v1.1.0
16952024-10-30T13:33:48.500Z Compiling serde_tokenstream v0.2.2
16962024-10-30T13:33:48.701Z Compiling rustc_version v0.4.1
16972024-10-30T13:33:49.120Z Compiling uuid v1.10.0
16982024-10-30T13:33:49.169Z Compiling chrono v0.4.38
16992024-10-30T13:33:50.626Z Compiling regex-syntax v0.8.5
17002024-10-30T13:33:50.822Z Compiling rayon-core v1.12.1
17012024-10-30T13:33:51.293Z Compiling rustls-pki-types v1.9.0
17022024-10-30T13:33:53.005Z Compiling plain v0.2.3
17032024-10-30T13:33:53.243Z Compiling camino v1.1.9
17042024-10-30T13:33:53.883Z Compiling goblin v0.8.2
17052024-10-30T13:33:54.124Z Compiling spki v0.7.3
17062024-10-30T13:33:54.816Z Compiling regex-automata v0.4.8
17072024-10-30T13:33:56.081Z Compiling rand v0.8.5
17082024-10-30T13:33:56.544Z Compiling tokio-util v0.7.12
17092024-10-30T13:33:58.729Z Compiling salsa20 v0.10.2
17102024-10-30T13:33:59.028Z Compiling pbkdf2 v0.12.2
17112024-10-30T13:34:00.432Z Compiling try-lock v0.2.5
17122024-10-30T13:34:00.497Z Compiling untrusted v0.9.0
17132024-10-30T13:34:00.631Z Compiling pretty-hex v0.4.1
17142024-10-30T13:34:00.959Z Compiling powerfmt v0.2.0
17152024-10-30T13:34:00.984Z Compiling rustls v0.22.4
17162024-10-30T13:34:01.480Z Compiling deranged v0.3.11
17172024-10-30T13:34:03.588Z Compiling dof v0.3.0
17182024-10-30T13:34:03.952Z Compiling want v0.3.1
17192024-10-30T13:34:05.393Z Compiling scrypt v0.11.0
17202024-10-30T13:34:05.548Z Compiling dtrace-parser v0.2.0
17212024-10-30T13:34:05.993Z Compiling form_urlencoded v1.2.1
17222024-10-30T13:34:06.384Z Compiling aes v0.8.4
17232024-10-30T13:34:06.619Z Compiling cbc v0.1.2
17242024-10-30T13:34:06.863Z Compiling errno v0.3.9
17252024-10-30T13:34:06.920Z Compiling thread-id v4.2.2
17262024-10-30T13:34:07.407Z Compiling num_threads v0.1.7
17272024-10-30T13:34:07.409Z Compiling atomic-waker v1.1.2
17282024-10-30T13:34:07.571Z Compiling httpdate v1.0.3
17292024-10-30T13:34:07.671Z Compiling time v0.3.36
17302024-10-30T13:34:07.696Z Compiling pkcs5 v0.7.1
17312024-10-30T13:34:10.217Z Compiling rustls-webpki v0.102.8
17322024-10-30T13:34:11.598Z Compiling http-body v1.0.1
17332024-10-30T13:34:11.907Z Compiling heapless v0.7.17
17342024-10-30T13:34:11.930Z Compiling zerocopy-derive v0.6.6
17352024-10-30T13:34:12.241Z Compiling multer v3.1.0
17362024-10-30T13:34:12.531Z Compiling tower-service v0.3.3
17372024-10-30T13:34:12.612Z Compiling slog-async v2.8.0
17382024-10-30T13:34:12.919Z Compiling num-bigint-dig v0.8.4
17392024-10-30T13:34:13.168Z Compiling anyhow v1.0.89
17402024-10-30T13:34:13.224Z Compiling signal-hook v0.3.17
17412024-10-30T13:34:13.839Z Compiling pkcs8 v0.10.2
17422024-10-30T13:34:13.873Z Compiling h2 v0.4.6
17432024-10-30T13:34:14.247Z Compiling regex v1.11.0
17442024-10-30T13:34:15.426Z Compiling idna v0.5.0
17452024-10-30T13:34:16.372Z Compiling paste v1.0.15
17462024-10-30T13:34:16.719Z Compiling base64 v0.22.1
17472024-10-30T13:34:16.723Z Compiling rustversion v1.0.17
17482024-10-30T13:34:17.051Z Compiling strsim v0.11.1
17492024-10-30T13:34:17.296Z Compiling url v2.5.2
17502024-10-30T13:34:19.794Z Compiling usdt-macro v0.5.0
17512024-10-30T13:34:20.707Z Compiling usdt-attr-macro v0.5.0
17522024-10-30T13:34:21.395Z Compiling hyper v1.4.1
17532024-10-30T13:34:22.688Z Compiling curve25519-dalek v4.1.3
17542024-10-30T13:34:23.133Z Compiling openapiv3 v2.0.0
17552024-10-30T13:34:23.231Z Compiling serde_spanned v0.6.8
17562024-10-30T13:34:23.464Z Compiling toml_datetime v0.6.8
17572024-10-30T13:34:24.166Z Compiling enum-as-inner v0.6.1
17582024-10-30T13:34:25.308Z Compiling async-stream-impl v0.3.6
17592024-10-30T13:34:25.601Z Compiling dropshot v0.12.0
17602024-10-30T13:34:25.710Z Compiling foreign-types-shared v0.1.1
17612024-10-30T13:34:26.266Z Compiling portable-atomic v1.9.0
17622024-10-30T13:34:27.269Z Compiling smoltcp v0.9.1
17632024-10-30T13:34:27.570Z Compiling match_cfg v0.1.0
17642024-10-30T13:34:27.686Z Compiling hyper-util v0.1.9
17652024-10-30T13:34:27.750Z Compiling hostname v0.3.1
17662024-10-30T13:34:27.794Z Compiling foreign-types v0.3.2
17672024-10-30T13:34:32.072Z Compiling clap_derive v4.5.18
17682024-10-30T13:34:32.812Z Compiling dirs-sys-next v0.1.2
17692024-10-30T13:34:33.057Z Compiling encoding_rs v0.8.34
17702024-10-30T13:34:33.323Z Compiling adler2 v2.0.0
17712024-10-30T13:34:33.515Z Compiling ipnet v2.10.1
17722024-10-30T13:34:36.456Z Compiling mime v0.3.17
17732024-10-30T13:34:36.738Z Compiling data-encoding v2.6.0
17742024-10-30T13:34:37.575Z Compiling siphasher v0.3.11
17752024-10-30T13:34:38.123Z Compiling miniz_oxide v0.8.0
17762024-10-30T13:34:38.482Z Compiling dirs-next v2.0.0
17772024-10-30T13:34:44.183Z Compiling hubpack_derive v0.1.1
17782024-10-30T13:34:45.112Z Compiling http-body-util v0.1.2
17792024-10-30T13:34:45.228Z Compiling serde_urlencoded v0.7.1
17802024-10-30T13:34:45.447Z Compiling crossbeam-epoch v0.9.18
17812024-10-30T13:34:45.671Z Compiling dropshot_endpoint v0.12.0
17822024-10-30T13:34:45.758Z Compiling hashbrown v0.14.5
17832024-10-30T13:34:45.761Z Compiling sha1 v0.10.6
17842024-10-30T13:34:45.927Z Compiling signature v2.2.0
17852024-10-30T13:34:46.250Z Compiling curve25519-dalek-derive v0.1.1
17862024-10-30T13:34:46.252Z Compiling lazy_static v1.5.0
17872024-10-30T13:34:46.336Z Compiling thread_local v1.1.8
17882024-10-30T13:34:46.408Z Compiling fs-err v2.11.0
17892024-10-30T13:34:46.936Z Compiling gimli v0.31.1
17902024-10-30T13:34:47.596Z Compiling utf8parse v0.2.2
17912024-10-30T13:34:47.680Z Compiling unicode-properties v0.1.3
17922024-10-30T13:34:48.419Z Compiling openssl-probe v0.1.5
17932024-10-30T13:34:48.871Z Compiling anstyle v1.0.8
17942024-10-30T13:34:48.988Z Compiling winnow v0.6.20
17952024-10-30T13:34:49.360Z Compiling either v1.13.0
17962024-10-30T13:34:49.880Z Compiling stringprep v0.1.5
17972024-10-30T13:34:50.103Z Compiling anstyle-parse v0.2.5
17982024-10-30T13:34:50.448Z Compiling regress v0.10.1
17992024-10-30T13:34:50.632Z Compiling crossbeam-deque v0.8.5
18002024-10-30T13:34:52.640Z Compiling addr2line v0.24.2
18012024-10-30T13:34:53.134Z Compiling toml_edit v0.22.22
18022024-10-30T13:34:54.154Z Compiling term v0.7.0
18032024-10-30T13:34:55.591Z Compiling slog-json v2.6.1
18042024-10-30T13:34:56.672Z Compiling crossbeam-channel v0.5.13
18052024-10-30T13:34:57.287Z Compiling rustls-pemfile v2.2.0
18062024-10-30T13:34:58.487Z Compiling futures-executor v0.3.31
18072024-10-30T13:34:58.541Z Compiling md-5 v0.10.6
18082024-10-30T13:34:58.813Z Compiling idna v0.3.0
18092024-10-30T13:34:59.002Z Compiling idna v0.4.0
18102024-10-30T13:35:00.380Z Compiling num-integer v0.1.46
18112024-10-30T13:35:00.627Z Compiling ff v0.13.0
18122024-10-30T13:35:00.660Z Compiling hash32 v0.2.1
18132024-10-30T13:35:00.663Z Compiling is-terminal v0.4.13
18142024-10-30T13:35:00.806Z Compiling memmap v0.7.0
18152024-10-30T13:35:00.920Z Compiling object v0.36.5
18162024-10-30T13:35:01.169Z Compiling psl-types v2.0.11
18172024-10-30T13:35:01.212Z Compiling quick-error v1.2.3
18182024-10-30T13:35:01.214Z Compiling colorchoice v1.0.2
18192024-10-30T13:35:01.391Z Compiling rustc-demangle v0.1.24
18202024-10-30T13:35:01.416Z Compiling is_terminal_polyfill v1.70.1
18212024-10-30T13:35:01.507Z Compiling base16ct v0.2.0
18222024-10-30T13:35:01.631Z Compiling utf-8 v0.7.6
18232024-10-30T13:35:01.845Z Compiling linked-hash-map v0.5.6
18242024-10-30T13:35:02.278Z Compiling fallible-iterator v0.2.0
18252024-10-30T13:35:02.327Z Compiling heck v0.4.1
18262024-10-30T13:35:02.750Z Compiling stable_deref_trait v1.2.0
18272024-10-30T13:35:02.814Z Compiling take_mut v0.2.2
18282024-10-30T13:35:02.862Z Compiling anstyle-query v1.1.1
18292024-10-30T13:35:03.071Z Compiling anstream v0.6.15
18302024-10-30T13:35:03.147Z Compiling postgres-protocol v0.6.7
18312024-10-30T13:35:03.758Z Compiling strum_macros v0.25.3
18322024-10-30T13:35:04.399Z Compiling lru-cache v0.1.2
18332024-10-30T13:35:04.617Z Compiling tungstenite v0.24.0
18342024-10-30T13:35:04.682Z Compiling sec1 v0.7.3
18352024-10-30T13:35:05.144Z Compiling publicsuffix v2.2.3
18362024-10-30T13:35:05.280Z Compiling resolv-conf v0.7.0
18372024-10-30T13:35:05.425Z Compiling usdt v0.5.0
18382024-10-30T13:35:05.895Z Compiling num-iter v0.1.45
18392024-10-30T13:35:05.956Z Compiling group v0.13.0
18402024-10-30T13:35:06.116Z Compiling slog-term v2.9.1
18412024-10-30T13:35:06.617Z Compiling hickory-proto v0.24.1
18422024-10-30T13:35:07.187Z Compiling futures v0.3.31
18432024-10-30T13:35:08.156Z Compiling tokio-rustls v0.26.0
18442024-10-30T13:35:09.785Z Compiling backtrace v0.3.74
18452024-10-30T13:35:09.800Z Compiling toml v0.8.19
18462024-10-30T13:35:10.443Z Compiling tokio-rustls v0.25.0
18472024-10-30T13:35:10.525Z Compiling slog-bunyan v2.5.0
18482024-10-30T13:35:10.744Z Compiling typify-impl v0.2.0
18492024-10-30T13:35:10.804Z Compiling tokio-native-tls v0.3.1
18502024-10-30T13:35:10.903Z Compiling terminal_size v0.4.0
18512024-10-30T13:35:11.099Z Compiling phf_shared v0.11.2
18522024-10-30T13:35:11.251Z Compiling async-stream v0.3.6
18532024-10-30T13:35:11.705Z Compiling waitgroup v0.1.2
18542024-10-30T13:35:11.906Z Compiling webpki-roots v0.26.6
18552024-10-30T13:35:11.948Z Compiling serde_path_to_error v0.1.16
18562024-10-30T13:35:12.216Z Compiling hkdf v0.12.4
18572024-10-30T13:35:12.293Z Compiling crypto-bigint v0.5.5
18582024-10-30T13:35:12.733Z Compiling derive-where v1.2.7
18592024-10-30T13:35:15.170Z Compiling serde_repr v0.1.19
18602024-10-30T13:35:15.245Z Compiling hostname v0.4.0
18612024-10-30T13:35:15.459Z Compiling managed v0.8.0
18622024-10-30T13:35:15.604Z Compiling unicode-width v0.1.14
18632024-10-30T13:35:15.941Z Compiling bitflags v1.3.2
18642024-10-30T13:35:16.002Z Compiling debug-ignore v1.0.5
18652024-10-30T13:35:16.061Z Compiling clap_lex v0.7.2
18662024-10-30T13:35:16.135Z Compiling winnow v0.5.40
18672024-10-30T13:35:16.402Z Compiling clap_builder v4.5.20
18682024-10-30T13:35:16.507Z Compiling console v0.15.8
18692024-10-30T13:35:18.513Z Compiling elliptic-curve v0.13.8
18702024-10-30T13:35:19.273Z Compiling hickory-resolver v0.24.1
18712024-10-30T13:35:19.967Z Compiling toml_edit v0.19.15
18722024-10-30T13:35:21.625Z Compiling hyper-rustls v0.27.3
18732024-10-30T13:35:21.929Z Compiling typify-macro v0.2.0
18742024-10-30T13:35:23.957Z Compiling phf v0.11.2
18752024-10-30T13:35:24.383Z Compiling hyper-tls v0.6.0
18762024-10-30T13:35:24.783Z Compiling signal-hook-mio v0.2.4
18772024-10-30T13:35:24.968Z Compiling rayon v1.10.0
18782024-10-30T13:35:25.493Z Compiling cookie_store v0.21.0
18792024-10-30T13:35:25.650Z Compiling tokio-tungstenite v0.24.0
18802024-10-30T13:35:26.089Z Compiling postgres-types v0.2.8
18812024-10-30T13:35:26.192Z Compiling ed25519 v2.2.3
18822024-10-30T13:35:26.270Z Compiling hubpack v0.1.2
18832024-10-30T13:35:26.652Z Compiling phf_shared v0.10.0
18842024-10-30T13:35:26.867Z Compiling pkcs1 v0.7.5
18852024-10-30T13:35:27.032Z Compiling zerocopy v0.6.6
18862024-10-30T13:35:27.639Z Compiling bstr v1.10.0
18872024-10-30T13:35:27.793Z Compiling tokio-stream v0.1.16
18882024-10-30T13:35:27.921Z Compiling serde-big-array v0.5.1
18892024-10-30T13:35:28.178Z Compiling rfc6979 v0.4.0
18902024-10-30T13:35:28.388Z Compiling float-cmp v0.9.0
18912024-10-30T13:35:28.605Z Compiling sync_wrapper v1.0.1
18922024-10-30T13:35:28.730Z Compiling crc32fast v1.4.2
18932024-10-30T13:35:28.768Z Compiling number_prefix v0.4.0
18942024-10-30T13:35:28.804Z Compiling whoami v1.5.2
18952024-10-30T13:35:28.807Z Compiling normalize-line-endings v0.3.0
18962024-10-30T13:35:29.046Z Compiling difflib v0.4.0
18972024-10-30T13:35:29.135Z Compiling fixedbitset v0.4.2
18982024-10-30T13:35:29.343Z Compiling minimal-lexical v0.2.1
18992024-10-30T13:35:29.544Z Compiling unicode-segmentation v1.12.0
19002024-10-30T13:35:29.837Z Compiling static_assertions v1.1.0
19012024-10-30T13:35:30.092Z Compiling predicates-core v1.0.8
19022024-10-30T13:35:30.136Z Compiling precomputed-hash v0.1.1
19032024-10-30T13:35:30.218Z Compiling bit-vec v0.6.3
19042024-10-30T13:35:30.257Z Compiling new_debug_unreachable v1.0.6
19052024-10-30T13:35:30.363Z Compiling string_cache v0.8.7
19062024-10-30T13:35:30.399Z Compiling predicates v3.1.2
19072024-10-30T13:35:30.430Z Compiling similar v2.6.0
19082024-10-30T13:35:30.649Z Compiling bit-set v0.5.3
19092024-10-30T13:35:31.067Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19102024-10-30T13:35:31.846Z Compiling nom v7.1.3
19112024-10-30T13:35:32.061Z Compiling petgraph v0.6.5
19122024-10-30T13:35:32.344Z Compiling indicatif v0.17.8
19132024-10-30T13:35:36.002Z Compiling tokio-postgres v0.7.12
19142024-10-30T13:35:36.287Z Compiling flate2 v1.0.34
19152024-10-30T13:35:36.571Z Compiling reqwest v0.12.8
19162024-10-30T13:35:37.252Z Compiling qorb v0.1.2
19172024-10-30T13:35:37.741Z Compiling ecdsa v0.16.9
19182024-10-30T13:35:39.253Z Compiling rsa v0.9.6
19192024-10-30T13:35:40.320Z Compiling ed25519-dalek v2.1.1
19202024-10-30T13:35:40.913Z Compiling crossterm v0.28.1
19212024-10-30T13:35:41.238Z Compiling toml v0.7.8
19222024-10-30T13:35:41.302Z Compiling clap v4.5.20
19232024-10-30T13:35:41.487Z Compiling itertools v0.12.1
19242024-10-30T13:35:42.791Z Compiling itertools v0.10.5
19252024-10-30T13:35:45.067Z Compiling x509-cert v0.2.5
19262024-10-30T13:35:45.604Z Compiling hex v0.4.3
19272024-10-30T13:35:47.350Z Compiling lalrpop-util v0.19.12
19282024-10-30T13:35:47.712Z Compiling radium v0.7.0
19292024-10-30T13:35:49.253Z Compiling peg-runtime v0.8.3
19302024-10-30T13:35:49.630Z Compiling unicode-xid v0.2.6
19312024-10-30T13:35:49.816Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19322024-10-30T13:35:56.227Z Compiling tap v1.0.1
19332024-10-30T13:35:56.328Z Compiling maybe-uninit v2.0.0
19342024-10-30T13:35:57.317Z Compiling ident_case v1.0.1
19352024-10-30T13:35:57.523Z Compiling darling_core v0.20.10
19362024-10-30T13:36:02.867Z Compiling wyz v0.5.1
19372024-10-30T13:36:16.588Z Compiling typify v0.2.0
19382024-10-30T13:36:19.676Z Compiling http v0.2.12
19392024-10-30T13:36:21.437Z Compiling bzip2-sys v0.1.11+1.0.8
19402024-10-30T13:36:23.143Z Compiling funty v2.0.0
19412024-10-30T13:36:23.365Z Compiling packed_struct v0.10.1
19422024-10-30T13:36:23.913Z Compiling unsafe-libyaml v0.2.11
19432024-10-30T13:36:24.121Z Compiling base64 v0.21.7
19442024-10-30T13:36:25.290Z Compiling bitvec v1.0.1
19452024-10-30T13:36:25.613Z Compiling serde_yaml v0.9.34+deprecated
19462024-10-30T13:36:32.980Z Compiling progenitor-impl v0.8.0
19472024-10-30T13:36:35.696Z Compiling darling_macro v0.20.10
19482024-10-30T13:36:37.212Z Compiling packed_struct_codegen v0.10.1
19492024-10-30T13:36:39.323Z Compiling structmeta-derive v0.3.0
19502024-10-30T13:36:39.912Z Compiling indexmap v1.9.3
19512024-10-30T13:36:40.256Z Compiling fastrand v2.1.1
19522024-10-30T13:36:40.279Z Compiling newtype-uuid v1.1.2
19532024-10-30T13:36:40.595Z Compiling crc-catalog v2.4.0
19542024-10-30T13:36:40.927Z Compiling nodrop v0.1.14
19552024-10-30T13:36:41.823Z Compiling structmeta v0.3.0
19562024-10-30T13:36:42.215Z Compiling array-init v0.0.4
19572024-10-30T13:36:44.367Z Compiling crc v3.2.1
19582024-10-30T13:36:44.437Z Compiling tempfile v3.13.0
19592024-10-30T13:36:45.029Z Compiling progenitor-macro v0.8.0
19602024-10-30T13:36:48.062Z Compiling darling v0.20.10
19612024-10-30T13:36:48.318Z Compiling smallvec v0.6.14
19622024-10-30T13:36:53.290Z Compiling http-body v0.4.6
19632024-10-30T13:36:53.834Z Compiling h2 v0.3.26
19642024-10-30T13:36:54.385Z Compiling progenitor-client v0.8.0
19652024-10-30T13:36:59.155Z Compiling pin-project-internal v1.1.6
19662024-10-30T13:37:00.805Z Compiling same-file v1.0.6
19672024-10-30T13:37:01.220Z Compiling termcolor v1.4.1
19682024-10-30T13:37:01.915Z Compiling bitfield v0.14.0
19692024-10-30T13:37:04.248Z Compiling hashbrown v0.12.3
19702024-10-30T13:37:10.770Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19712024-10-30T13:37:10.973Z Compiling hyper v0.14.30
19722024-10-30T13:37:12.041Z Compiling pin-project v1.1.6
19732024-10-30T13:37:12.186Z Compiling env_logger v0.10.2
19742024-10-30T13:37:13.923Z Compiling walkdir v2.5.0
19752024-10-30T13:37:18.520Z Compiling progenitor v0.8.0
19762024-10-30T13:37:20.813Z Compiling serde-hex v0.1.0
19772024-10-30T13:37:21.003Z Compiling bzip2 v0.4.4
19782024-10-30T13:37:21.464Z Compiling serde_with_macros v3.11.0
19792024-10-30T13:37:22.415Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19802024-10-30T13:37:23.158Z Compiling parse-display-derive v0.10.0
19812024-10-30T13:37:23.927Z Compiling ron v0.8.1
19822024-10-30T13:37:26.980Z Compiling strum_macros v0.26.4
19832024-10-30T13:37:27.097Z Compiling ipnetwork v0.20.0
19842024-10-30T13:37:28.803Z Compiling hashbrown v0.13.2
19852024-10-30T13:37:29.440Z Compiling xattr v1.3.1
19862024-10-30T13:37:29.595Z Compiling snafu-derive v0.8.5
19872024-10-30T13:37:29.784Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19882024-10-30T13:37:29.820Z Compiling ring v0.16.20
19892024-10-30T13:37:30.241Z Compiling blake3 v1.5.4
19902024-10-30T13:37:30.563Z Compiling filetime v0.2.25
19912024-10-30T13:37:30.783Z Compiling instant v0.1.13
19922024-10-30T13:37:30.872Z Compiling sync_wrapper v0.1.2
19932024-10-30T13:37:30.915Z Compiling buf-list v1.0.3
19942024-10-30T13:37:31.103Z Compiling crc-any v2.5.0
19952024-10-30T13:37:31.187Z Compiling strum v0.26.3
19962024-10-30T13:37:31.417Z Compiling reqwest v0.11.27
19972024-10-30T13:37:31.523Z Compiling backoff v0.4.0
19982024-10-30T13:37:31.545Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19992024-10-30T13:37:32.266Z Compiling tar v0.4.42
20002024-10-30T13:37:32.612Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20012024-10-30T13:37:32.848Z Compiling object v0.30.4
20022024-10-30T13:37:34.029Z Compiling snafu v0.8.5
20032024-10-30T13:37:35.381Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20042024-10-30T13:37:37.931Z Compiling parse-display v0.10.0
20052024-10-30T13:37:38.045Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20062024-10-30T13:37:38.904Z Compiling serde_with v3.11.0
20072024-10-30T13:37:39.640Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20082024-10-30T13:37:39.874Z Compiling zip v0.6.6
20092024-10-30T13:37:40.216Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20102024-10-30T13:37:40.928Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20112024-10-30T13:37:42.537Z Compiling camino-tempfile v1.1.1
20122024-10-30T13:37:42.656Z Compiling globset v0.4.15
20132024-10-30T13:37:43.375Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20142024-10-30T13:37:43.375Z Compiling regress v0.9.1
20152024-10-30T13:37:43.605Z Compiling pem v3.0.4
20162024-10-30T13:37:45.061Z Compiling olpc-cjson v0.1.4
20172024-10-30T13:37:45.432Z Compiling macaddr v1.0.1
20182024-10-30T13:37:45.624Z Compiling serde_plain v1.0.2
20192024-10-30T13:37:46.066Z Compiling async-recursion v1.1.1
20202024-10-30T13:37:46.097Z Compiling memmap2 v0.9.5
20212024-10-30T13:37:46.175Z Compiling typed-path v0.7.1
20222024-10-30T13:37:46.699Z Compiling arrayvec v0.7.6
20232024-10-30T13:37:47.211Z Compiling path-slash v0.1.5
20242024-10-30T13:37:47.463Z Compiling constant_time_eq v0.3.1
20252024-10-30T13:37:47.465Z Compiling untrusted v0.7.1
20262024-10-30T13:37:47.666Z Compiling arrayref v0.3.9
20272024-10-30T13:37:47.686Z Compiling spin v0.5.2
20282024-10-30T13:37:48.225Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
20292024-10-30T13:37:50.144Z Compiling tough v0.17.1
20302024-10-30T13:37:50.479Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20312024-10-30T13:37:52.723Z Compiling itertools v0.13.0
20322024-10-30T13:37:52.786Z Compiling cargo-platform v0.1.8
20332024-10-30T13:37:53.885Z Compiling parse-size v1.0.0
20342024-10-30T13:37:54.200Z Compiling topological-sort v0.2.2
20352024-10-30T13:37:54.494Z Compiling omicron-zone-package v0.11.1
20362024-10-30T13:37:55.391Z Compiling cargo_metadata v0.18.1
20372024-10-30T13:37:56.559Z Compiling shell-words v1.1.0
20382024-10-30T13:38:04.185Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20392024-10-30T13:38:16.097Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
20402024-10-30T13:38:31.671Z Finished `release` profile [optimized] target(s) in 5m 16s
20412024-10-30T13:38:31.828Z Running `target/release/omicron-releng --output-dir /work`
20422024-10-30T13:38:31.874ZOct 30 13:38:31.354 DEBG changing working directory to /work/oxidecomputer/omicron
20432024-10-30T13:38:31.968ZOct 30 13:38:31.450 DEBG running: git rev-parse HEAD
20442024-10-30T13:38:31.975ZOct 30 13:38:31.457 DEBG process exited with exit status: 0 (6.593004ms)
20452024-10-30T13:38:31.975ZOct 30 13:38:31.457 INFO version: 12.0.0-0.ci+git417a9860d36
20462024-10-30T13:38:32.015ZOct 30 13:38:31.496 INFO cloning helios to /work/oxidecomputer/helios
20472024-10-30T13:38:32.015ZOct 30 13:38:31.496 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
20482024-10-30T13:38:32.020ZCloning into '/work/oxidecomputer/helios'...
20492024-10-30T13:38:32.562ZOct 30 13:38:32.044 DEBG process exited with exit status: 0 (547.551217ms)
20502024-10-30T13:38:32.562ZOct 30 13:38:32.044 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
20512024-10-30T13:38:32.570Z# branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb
20522024-10-30T13:38:32.570Z# branch.head master
20532024-10-30T13:38:32.570Z# branch.upstream origin/master
20542024-10-30T13:38:32.570Z# branch.ab +0 -0
20552024-10-30T13:38:32.572ZOct 30 13:38:32.052 DEBG process exited with exit status: 0 (8.105036ms)
20562024-10-30T13:38:32.572ZOct 30 13:38:32.052 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
20572024-10-30T13:38:33.389ZOct 30 13:38:32.871 DEBG process exited with exit status: 0 (818.501417ms)
20582024-10-30T13:38:33.389ZOct 30 13:38:32.871 DEBG running: zfs list rpool/images/build/host
20592024-10-30T13:38:33.396ZNAME USED AVAIL REFER MOUNTPOINT
20602024-10-30T13:38:33.396Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
20612024-10-30T13:38:33.399ZOct 30 13:38:32.878 DEBG process exited with exit status: 0 (7.411101ms)
20622024-10-30T13:38:33.399ZOct 30 13:38:32.878 DEBG running: zfs list rpool/images/build/recovery
20632024-10-30T13:38:33.402ZNAME USED AVAIL REFER MOUNTPOINT
20642024-10-30T13:38:33.402Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
20652024-10-30T13:38:33.405ZOct 30 13:38:32.885 DEBG process exited with exit status: 0 (6.350641ms)
20662024-10-30T13:38:33.405ZOct 30 13:38:32.886 INFO [hubris-staging] running task
20672024-10-30T13:38:33.405ZOct 30 13:38:32.886 INFO [hubris-production] running task
20682024-10-30T13:38:33.405ZOct 30 13:38:32.886 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
20692024-10-30T13:38:33.408ZOct 30 13:38:32.890 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
20702024-10-30T13:38:33.478Z[ helios-setup] cd tools/helios-build && cargo build --quiet
20712024-10-30T13:38:33.860Z[ omicron-package] Blocking waiting for file lock on package cache
20722024-10-30T13:38:34.451Z[ omicron-package] Blocking waiting for file lock on package cache
20732024-10-30T13:38:34.720Z[ omicron-package] Blocking waiting for file lock on package cache
20742024-10-30T13:38:35.078ZOct 30 13:38:34.560 INFO [hubris-production] task succeeded (1.67389289s)
20752024-10-30T13:38:35.647Z[ omicron-package] Compiling proc-macro-crate v1.3.1
20762024-10-30T13:38:35.650Z[ omicron-package] Compiling heapless v0.8.0
20772024-10-30T13:38:35.650Z[ omicron-package] Compiling hash32 v0.3.1
20782024-10-30T13:38:35.650Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20792024-10-30T13:38:35.650Z[ omicron-package] Compiling smoltcp v0.11.0
20802024-10-30T13:38:35.650Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
20812024-10-30T13:38:35.650Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20822024-10-30T13:38:35.650Z[ omicron-package] Compiling cobs v0.2.3
20832024-10-30T13:38:36.464Z[ omicron-package] Compiling proc-macro-error v1.0.4
20842024-10-30T13:38:36.728Z[ omicron-package] Compiling postcard v1.0.10
20852024-10-30T13:38:36.983Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20862024-10-30T13:38:37.078Z[ omicron-package] Compiling foreign-types-macros v0.2.3
20872024-10-30T13:38:37.509Z[ omicron-package] Compiling num_enum_derive v0.5.11
20882024-10-30T13:38:37.563Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20892024-10-30T13:38:37.597Z[ omicron-package] Compiling foreign-types-shared v0.3.1
20902024-10-30T13:38:38.444Z[ omicron-package] Compiling tabwriter v1.4.0
20912024-10-30T13:38:38.613Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20922024-10-30T13:38:38.770Z[ omicron-package] Compiling cstr-argument v0.1.2
20932024-10-30T13:38:38.772Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20942024-10-30T13:38:39.516Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20952024-10-30T13:38:39.652Z[ omicron-package] Compiling foreign-types v0.5.0
20962024-10-30T13:38:39.689Z[ omicron-package] Compiling pretty-hex v0.2.1
20972024-10-30T13:38:40.032Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
20982024-10-30T13:38:40.139Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20992024-10-30T13:38:40.463Z[ omicron-package] Compiling colored v2.1.0
21002024-10-30T13:38:40.741Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21012024-10-30T13:38:41.135Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21022024-10-30T13:38:41.625Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21032024-10-30T13:38:41.889Z[ omicron-package] Compiling num_enum v0.5.11
21042024-10-30T13:38:41.892Z[ omicron-package] Compiling sigpipe v0.1.3
21052024-10-30T13:38:41.917Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
21062024-10-30T13:38:42.119Z[ omicron-package] Compiling num-derive v0.4.2
21072024-10-30T13:38:42.122Z[ omicron-package] Compiling libefi-sys v0.1.0
21082024-10-30T13:38:42.492Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21092024-10-30T13:38:42.748Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21102024-10-30T13:38:42.828Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21112024-10-30T13:38:42.935Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21122024-10-30T13:38:43.059Z[ omicron-package] Compiling smf v0.2.3
21132024-10-30T13:38:43.813Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21142024-10-30T13:38:44.179Z[ omicron-package] Compiling bitfield-struct v0.6.2
21152024-10-30T13:38:44.866Z[ omicron-package] Compiling zone v0.3.0
21162024-10-30T13:38:44.966ZOct 30 13:38:44.446 INFO [hubris-staging] task succeeded (11.560519537s)
21172024-10-30T13:38:46.665Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21182024-10-30T13:38:46.832Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21192024-10-30T13:38:47.036Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21202024-10-30T13:38:47.740Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21212024-10-30T13:38:48.271Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21222024-10-30T13:38:48.670Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21232024-10-30T13:38:49.148Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21242024-10-30T13:38:49.928Z[ omicron-package] Compiling gethostname v0.5.0
21252024-10-30T13:38:51.694Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21262024-10-30T13:38:53.724Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21272024-10-30T13:38:56.384Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21282024-10-30T13:38:56.843Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21292024-10-30T13:38:58.419Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21302024-10-30T13:39:15.701Z[ helios-setup] Oct 30 13:39:15.178 INFO helios repository root is: /work/oxidecomputer/helios
21312024-10-30T13:39:15.704Z[ helios-setup] Oct 30 13:39:15.181 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
21322024-10-30T13:39:15.704Z[ helios-setup] Oct 30 13:39:15.181 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
21332024-10-30T13:39:15.708Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
21342024-10-30T13:39:16.598Z[ helios-setup] Oct 30 13:39:16.076 INFO clone ok!, project: pilot
21352024-10-30T13:39:16.601Z[ helios-setup] Oct 30 13:39:16.076 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
21362024-10-30T13:39:16.601Z[ helios-setup] Oct 30 13:39:16.076 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
21372024-10-30T13:39:16.603Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
21382024-10-30T13:39:17.492Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
21392024-10-30T13:39:17.498Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
21402024-10-30T13:39:18.150Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.72s
21412024-10-30T13:39:18.367Z[ omicron-package]
21422024-10-30T13:39:18.367Z[ omicron-package] real 44.912926642
21432024-10-30T13:39:18.371Z[ omicron-package] user 2:37.550113512
21442024-10-30T13:39:18.371Z[ omicron-package] sys 20.990060579
21452024-10-30T13:39:18.371Z[ omicron-package] trap 0.159514924
21462024-10-30T13:39:18.371Z[ omicron-package] tflt 0.782659624
21472024-10-30T13:39:18.371Z[ omicron-package] dflt 0.772291750
21482024-10-30T13:39:18.371Z[ omicron-package] kflt 0.009155025
21492024-10-30T13:39:18.371Z[ omicron-package] lock 5:04.042483369
21502024-10-30T13:39:18.371Z[ omicron-package] slp 8:25.998331786
21512024-10-30T13:39:18.371ZOct 30 13:39:17.845 INFO [omicron-package] process exited with exit status: 0 (44.955887529s)
21522024-10-30T13:39:18.371Z[ omicron-package] lat 1:43.713061443
21532024-10-30T13:39:18.371Z[ omicron-package] stop 55.261724369
21542024-10-30T13:39:18.371ZOct 30 13:39:17.846 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
21552024-10-30T13:39:18.451ZOct 30 13:39:17.928 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
21562024-10-30T13:39:18.462Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
21572024-10-30T13:39:18.464Z[ host-target] Created new build target 'host' and set it as active
21582024-10-30T13:39:18.464ZOct 30 13:39:17.942 INFO [host-target] process exited with exit status: 0 (96.139199ms)
21592024-10-30T13:39:18.467ZOct 30 13:39:17.942 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
21602024-10-30T13:39:18.472Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
21612024-10-30T13:39:18.474Z[ recovery-target] Created new build target 'recovery' and set it as active
21622024-10-30T13:39:18.477ZOct 30 13:39:17.952 INFO [recovery-target] process exited with exit status: 0 (23.871165ms)
21632024-10-30T13:39:18.482Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
21642024-10-30T13:39:19.578Z[ host-package] Compiling convert_case v0.4.0
21652024-10-30T13:39:19.578Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21662024-10-30T13:39:19.581Z[ host-package] Compiling password-hash v0.5.0
21672024-10-30T13:39:19.581Z[ host-package] Compiling blake2 v0.10.6
21682024-10-30T13:39:19.581Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21692024-10-30T13:39:19.581Z[ host-package] Compiling newline-converter v0.3.0
21702024-10-30T13:39:19.581Z[ host-package] Compiling cancel-safe-futures v0.1.5
21712024-10-30T13:39:19.725Z[ host-package] Compiling owo-colors v4.1.0
21722024-10-30T13:39:19.944Z[ host-package] Compiling libsw v3.3.1
21732024-10-30T13:39:20.022Z[ host-package] Compiling expectorate v1.1.0
21742024-10-30T13:39:20.319Z[ host-package] Compiling linear-map v1.2.0
21752024-10-30T13:39:20.345Z[ host-package] Compiling argon2 v0.5.3
21762024-10-30T13:39:20.489Z[ host-package] Compiling derive_more v0.99.18
21772024-10-30T13:39:20.753Z[ host-package] Compiling swrite v0.1.0
21782024-10-30T13:39:20.782Z[ host-package] Compiling indent_write v2.2.0
21792024-10-30T13:39:20.921Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21802024-10-30T13:39:20.966Z[ host-package] Compiling progenitor-client v0.8.0
21812024-10-30T13:39:21.038Z[ host-package] Compiling atomicwrites v0.4.4
21822024-10-30T13:39:21.177Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21832024-10-30T13:39:21.456Z[ host-package] Compiling progenitor v0.8.0
21842024-10-30T13:39:21.589Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21852024-10-30T13:39:21.715Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21862024-10-30T13:39:21.766Z[ host-package] Compiling num-rational v0.4.2
21872024-10-30T13:39:21.984Z[ host-package] Compiling num-complex v0.4.6
21882024-10-30T13:39:22.827Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21892024-10-30T13:39:23.023Z[ host-package] Compiling prettyplease v0.2.22
21902024-10-30T13:39:23.367Z[ host-package] Compiling num v0.4.3
21912024-10-30T13:39:23.369Z[ host-package] Compiling float-ord v0.3.2
21922024-10-30T13:39:23.501Z[ host-package] Compiling semver v0.1.20
21932024-10-30T13:39:23.584Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21942024-10-30T13:39:24.117Z[ host-package] Compiling rustc_version v0.1.7
21952024-10-30T13:39:24.457Z[ host-package] Compiling humantime v2.1.0
21962024-10-30T13:39:24.586Z[ host-package] Compiling newtype_derive v0.1.6
21972024-10-30T13:39:25.125Z[ host-package] Compiling highway v1.2.0
21982024-10-30T13:39:25.684Z[ host-package] Compiling home v0.5.9
21992024-10-30T13:39:25.708Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
22002024-10-30T13:39:25.722Z[ helios-setup] Oct 30 13:39:25.198 INFO clone ok!, project: amd-host-image-builder
22012024-10-30T13:39:25.722Z[ helios-setup] Oct 30 13:39:25.198 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22022024-10-30T13:39:25.722Z[ helios-setup] Oct 30 13:39:25.198 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
22032024-10-30T13:39:25.722Z[ helios-setup] Oct 30 13:39:25.198 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
22042024-10-30T13:39:25.736Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
22052024-10-30T13:39:25.974Z[ host-package] Compiling steno v0.4.1
22062024-10-30T13:39:26.581Z[ helios-setup] Oct 30 13:39:26.057 INFO clone ok!, project: image-builder
22072024-10-30T13:39:26.584Z[ helios-setup] Oct 30 13:39:26.058 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
22082024-10-30T13:39:26.584Z[ helios-setup] Oct 30 13:39:26.058 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22092024-10-30T13:39:26.586Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22102024-10-30T13:39:26.967Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22112024-10-30T13:39:29.464Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22122024-10-30T13:39:29.885Z[ host-package] Compiling newtype-uuid v1.1.2
22132024-10-30T13:39:30.353Z[ host-package] Compiling ipnetwork v0.20.0
22142024-10-30T13:39:30.818Z[ host-package] Compiling instant v0.1.13
22152024-10-30T13:39:31.024Z[ host-package] Compiling slog-dtrace v0.3.0
22162024-10-30T13:39:31.253Z[ host-package] Compiling backoff v0.4.0
22172024-10-30T13:39:31.280Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22182024-10-30T13:39:31.389Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22192024-10-30T13:39:31.760Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22202024-10-30T13:39:31.979Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22212024-10-30T13:39:32.123Z[ host-package] Compiling parse-display v0.10.0
22222024-10-30T13:39:32.700Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22232024-10-30T13:39:32.917Z[ host-package] Compiling strum v0.26.3
22242024-10-30T13:39:33.137Z[ host-package] Compiling serde_with v3.11.0
22252024-10-30T13:39:35.367Z[ helios-setup] Oct 30 13:39:34.842 INFO clone ok!, project: amd-firmware
22262024-10-30T13:39:35.369Z[ helios-setup] Oct 30 13:39:34.842 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22272024-10-30T13:39:35.369Z[ helios-setup] Oct 30 13:39:34.843 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
22282024-10-30T13:39:35.369Z[ helios-setup] Oct 30 13:39:34.843 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22292024-10-30T13:39:35.372Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22302024-10-30T13:39:36.089Z[ helios-setup] Oct 30 13:39:35.564 INFO clone ok!, project: pinprick
22312024-10-30T13:39:36.092Z[ helios-setup] Oct 30 13:39:35.564 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22322024-10-30T13:39:36.092Z[ helios-setup] Oct 30 13:39:35.565 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
22332024-10-30T13:39:36.092Z[ helios-setup] Oct 30 13:39:35.565 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
22342024-10-30T13:39:36.094Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
22352024-10-30T13:39:36.728Z[ host-package] Compiling regress v0.9.1
22362024-10-30T13:39:36.847Z[ helios-setup] Oct 30 13:39:36.322 INFO clone ok!, project: phbl
22372024-10-30T13:39:36.849Z[ helios-setup] Oct 30 13:39:36.322 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
22382024-10-30T13:39:36.849Z[ helios-setup] Oct 30 13:39:36.322 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
22392024-10-30T13:39:36.852Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22402024-10-30T13:39:37.616Z[ helios-setup] Oct 30 13:39:37.091 INFO clone ok!, project: bootserver
22412024-10-30T13:39:37.616Z[ helios-setup] Oct 30 13:39:37.092 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
22422024-10-30T13:39:37.616Z[ helios-setup] Oct 30 13:39:37.092 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22432024-10-30T13:39:37.621Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22442024-10-30T13:39:37.682Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22452024-10-30T13:39:38.951Z[ helios-setup] Oct 30 13:39:38.426 INFO clone ok!, project: chelsio-t6-roms
22462024-10-30T13:39:38.954Z[ helios-setup] Oct 30 13:39:38.427 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
22472024-10-30T13:39:39.536Z[ host-package] Compiling macaddr v1.0.1
22482024-10-30T13:39:39.908Z[ helios-setup] Oct 30 13:39:39.383 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
22492024-10-30T13:39:40.481Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22502024-10-30T13:39:40.519Z[ helios-setup] Oct 30 13:39:39.994 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
22512024-10-30T13:39:40.522Z[ helios-setup] Oct 30 13:39:39.994 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
22522024-10-30T13:39:41.080Z[ helios-setup] Oct 30 13:39:40.555 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
22532024-10-30T13:39:41.654Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22542024-10-30T13:39:41.730Z[ helios-setup] Oct 30 13:39:41.205 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
22552024-10-30T13:39:41.730Z[ helios-setup] Oct 30 13:39:41.205 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
22562024-10-30T13:39:41.994Z[ host-package] Compiling display-error-chain v0.2.1
22572024-10-30T13:39:42.291Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22582024-10-30T13:39:42.329Z[ helios-setup] Oct 30 13:39:41.803 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
22592024-10-30T13:39:42.906Z[ helios-setup] Oct 30 13:39:42.381 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
22602024-10-30T13:39:42.906Z[ helios-setup] Oct 30 13:39:42.381 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
22612024-10-30T13:39:42.908Z[ helios-setup] Oct 30 13:39:42.381 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
22622024-10-30T13:39:42.908Z[ helios-setup] Oct 30 13:39:42.381 INFO ok!
22632024-10-30T13:39:42.909Z[ helios-setup] Oct 30 13:39:42.381 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
22642024-10-30T13:39:42.909Z[ helios-setup] Oct 30 13:39:42.381 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
22652024-10-30T13:39:42.909Z[ helios-setup] Oct 30 13:39:42.381 INFO ok!
22662024-10-30T13:39:42.909Z[ helios-setup] Oct 30 13:39:42.381 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
22672024-10-30T13:39:42.909Z[ helios-setup] Oct 30 13:39:42.381 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
22682024-10-30T13:39:42.909Z[ helios-setup] Oct 30 13:39:42.381 INFO ok!
22692024-10-30T13:39:42.909Z[ helios-setup] Oct 30 13:39:42.381 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
22702024-10-30T13:39:42.909Z[ helios-setup] Oct 30 13:39:42.381 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
22712024-10-30T13:39:43.166Z[ helios-setup] Oct 30 13:39:42.641 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
22722024-10-30T13:39:44.401Z[ helios-setup] Oct 30 13:39:43.875 INFO E| From https://github.com/oxidecomputer/progenitor
22732024-10-30T13:39:44.401Z[ helios-setup] Oct 30 13:39:43.875 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
22742024-10-30T13:39:44.439Z[ helios-setup] Oct 30 13:39:43.914 INFO E| * [new tag] v0.1.1 -> v0.1.1
22752024-10-30T13:39:44.439Z[ helios-setup] Oct 30 13:39:43.914 INFO E| * [new tag] v0.2.0 -> v0.2.0
22762024-10-30T13:39:44.560Z[ helios-setup] Oct 30 13:39:44.035 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
22772024-10-30T13:39:45.123Z[ helios-setup] Oct 30 13:39:44.597 INFO E| From https://github.com/jclulow/hiercmd
22782024-10-30T13:39:45.123Z[ helios-setup] Oct 30 13:39:44.597 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
22792024-10-30T13:39:45.144Z[ helios-setup] Oct 30 13:39:44.618 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
22802024-10-30T13:39:45.294Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22812024-10-30T13:39:45.676Z[ helios-setup] Oct 30 13:39:45.151 INFO E| From https://github.com/jclulow/network-interface
22822024-10-30T13:39:45.677Z[ helios-setup] Oct 30 13:39:45.151 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
22832024-10-30T13:39:45.697Z[ helios-setup] Oct 30 13:39:45.171 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
22842024-10-30T13:39:46.217Z[ helios-setup] Oct 30 13:39:45.691 INFO E| From https://github.com/oxidecomputer/boot-image-tools
22852024-10-30T13:39:46.217Z[ helios-setup] Oct 30 13:39:45.691 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
22862024-10-30T13:39:46.265Z[ helios-setup] Oct 30 13:39:45.737 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
22872024-10-30T13:39:46.375Z[ host-package] Compiling half v2.4.1
22882024-10-30T13:39:47.167Z[ host-package] Compiling ciborium-io v0.2.2
22892024-10-30T13:39:47.167Z[ helios-setup] Oct 30 13:39:46.641 INFO E| From https://github.com/oxidecomputer/facade
22902024-10-30T13:39:47.167Z[ helios-setup] Oct 30 13:39:46.641 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
22912024-10-30T13:39:47.217Z[ helios-setup] Oct 30 13:39:46.691 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
22922024-10-30T13:39:47.361Z[ host-package] Compiling ciborium-ll v0.2.2
22932024-10-30T13:39:47.953Z[ host-package] Compiling tungstenite v0.21.0
22942024-10-30T13:39:48.051Z[ helios-setup] Oct 30 13:39:47.525 INFO E| From https://github.com/oxidecomputer/dropshot
22952024-10-30T13:39:48.051Z[ helios-setup] Oct 30 13:39:47.525 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
22962024-10-30T13:39:48.091Z[ helios-setup] Oct 30 13:39:47.565 INFO E| * [new tag] v0.3.0 -> v0.3.0
22972024-10-30T13:39:48.091Z[ helios-setup] Oct 30 13:39:47.565 INFO E| * [new tag] v0.4.0 -> v0.4.0
22982024-10-30T13:39:48.094Z[ helios-setup] Oct 30 13:39:47.565 INFO E| * [new tag] v0.5.0 -> v0.5.0
22992024-10-30T13:39:48.094Z[ helios-setup] Oct 30 13:39:47.566 INFO E| * [new tag] v0.5.1 -> v0.5.1
23002024-10-30T13:39:48.094Z[ helios-setup] Oct 30 13:39:47.566 INFO E| * [new tag] v0.6.0 -> v0.6.0
23012024-10-30T13:39:48.094Z[ helios-setup] Oct 30 13:39:47.566 INFO E| * [new tag] v0.7.0 -> v0.7.0
23022024-10-30T13:39:48.094Z[ helios-setup] Oct 30 13:39:47.566 INFO E| * [new tag] v0.8.0 -> v0.8.0
23032024-10-30T13:39:48.094Z[ helios-setup] Oct 30 13:39:47.566 INFO E| * [new tag] v0.9.0 -> v0.9.0
23042024-10-30T13:39:48.160Z[ helios-setup] Oct 30 13:39:47.635 INFO E| Updating crates.io index
23052024-10-30T13:39:48.288Z[ helios-setup] Oct 30 13:39:47.762 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
23062024-10-30T13:39:49.341Z[ helios-setup] Oct 30 13:39:48.815 INFO E| From https://github.com/oxidecomputer/typify
23072024-10-30T13:39:49.341Z[ helios-setup] Oct 30 13:39:48.815 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
23082024-10-30T13:39:49.375Z[ helios-setup] Oct 30 13:39:48.849 INFO E| * [new tag] v0.0.10 -> v0.0.10
23092024-10-30T13:39:49.377Z[ helios-setup] Oct 30 13:39:48.849 INFO E| * [new tag] v0.0.11 -> v0.0.11
23102024-10-30T13:39:49.377Z[ helios-setup] Oct 30 13:39:48.849 INFO E| * [new tag] v0.0.4 -> v0.0.4
23112024-10-30T13:39:49.377Z[ helios-setup] Oct 30 13:39:48.849 INFO E| * [new tag] v0.0.5 -> v0.0.5
23122024-10-30T13:39:49.377Z[ helios-setup] Oct 30 13:39:48.849 INFO E| * [new tag] v0.0.7 -> v0.0.7
23132024-10-30T13:39:49.378Z[ helios-setup] Oct 30 13:39:48.850 INFO E| * [new tag] v0.0.8 -> v0.0.8
23142024-10-30T13:39:49.378Z[ helios-setup] Oct 30 13:39:48.850 INFO E| * [new tag] v0.0.9 -> v0.0.9
23152024-10-30T13:39:49.876Z[ host-package] Compiling tokio-tungstenite v0.21.0
23162024-10-30T13:39:50.034Z[ helios-setup] Oct 30 13:39:49.508 INFO E| Downloading crates ...
23172024-10-30T13:39:50.155Z[ host-package] Compiling ciborium v0.2.2
23182024-10-30T13:39:50.195Z[ helios-setup] Oct 30 13:39:49.669 INFO E| Downloaded async-stream-impl v0.3.5
23192024-10-30T13:39:50.256Z[ helios-setup] Oct 30 13:39:49.730 INFO E| Downloaded project-root v0.2.2
23202024-10-30T13:39:50.259Z[ helios-setup] Oct 30 13:39:49.732 INFO E| Downloaded const-random-macro v0.1.15
23212024-10-30T13:39:50.262Z[ helios-setup] Oct 30 13:39:49.734 INFO E| Downloaded concolor-override v1.0.0
23222024-10-30T13:39:50.262Z[ helios-setup] Oct 30 13:39:49.736 INFO E| Downloaded lazy_static v1.4.0
23232024-10-30T13:39:50.265Z[ helios-setup] Oct 30 13:39:49.739 INFO E| Downloaded base64 v0.21.0
23242024-10-30T13:39:50.272Z[ helios-setup] Oct 30 13:39:49.746 INFO E| Downloaded is-terminal v0.4.7
23252024-10-30T13:39:50.275Z[ helios-setup] Oct 30 13:39:49.749 INFO E| Downloaded iana-time-zone v0.1.56
23262024-10-30T13:39:50.280Z[ helios-setup] Oct 30 13:39:49.754 INFO E| Downloaded pkg-config v0.3.26
23272024-10-30T13:39:50.282Z[ helios-setup] Oct 30 13:39:49.757 INFO E| Downloaded http-body v0.4.5
23282024-10-30T13:39:50.286Z[ helios-setup] Oct 30 13:39:49.761 INFO E| Downloaded serde_path_to_error v0.1.11
23292024-10-30T13:39:50.290Z[ helios-setup] Oct 30 13:39:49.765 INFO E| Downloaded signal-hook-registry v1.4.0
23302024-10-30T13:39:50.293Z[ helios-setup] Oct 30 13:39:49.767 INFO E| Downloaded proc-macro-crate v1.2.1
23312024-10-30T13:39:50.296Z[ helios-setup] Oct 30 13:39:49.770 INFO E| Downloaded httparse v1.8.0
23322024-10-30T13:39:50.305Z[ helios-setup] Oct 30 13:39:49.779 INFO E| Downloaded serde_derive v1.0.204
23332024-10-30T13:39:50.311Z[ helios-setup] Oct 30 13:39:49.785 INFO E| Downloaded toolchain_find v0.2.0
23342024-10-30T13:39:50.314Z[ helios-setup] Oct 30 13:39:49.789 INFO E| Downloaded futures-sink v0.3.28
23352024-10-30T13:39:50.317Z[ helios-setup] Oct 30 13:39:49.790 INFO E| Downloaded tower-service v0.3.2
23362024-10-30T13:39:50.319Z[ helios-setup] Oct 30 13:39:49.792 INFO E| Downloaded generic-array v0.14.6
23372024-10-30T13:39:50.322Z[ helios-setup] Oct 30 13:39:49.797 INFO E| Downloaded try-lock v0.2.4
23382024-10-30T13:39:50.325Z[ helios-setup] Oct 30 13:39:49.799 INFO E| Downloaded semver v0.11.0
23392024-10-30T13:39:50.327Z[ helios-setup] Oct 30 13:39:49.802 INFO E| Downloaded rustls-pemfile v1.0.2
23402024-10-30T13:39:50.332Z[ helios-setup] Oct 30 13:39:49.806 INFO E| Downloaded parking_lot_core v0.9.6
23412024-10-30T13:39:50.336Z[ helios-setup] Oct 30 13:39:49.811 INFO E| Downloaded num-traits v0.2.15
23422024-10-30T13:39:50.342Z[ helios-setup] Oct 30 13:39:49.817 INFO E| Downloaded time v0.1.45
23432024-10-30T13:39:50.351Z[ helios-setup] Oct 30 13:39:49.820 INFO E| Downloaded slog-bunyan v2.4.0
23442024-10-30T13:39:50.351Z[ helios-setup] Oct 30 13:39:49.824 INFO E| Downloaded num_cpus v1.15.0
23452024-10-30T13:39:50.355Z[ helios-setup] Oct 30 13:39:49.829 INFO E| Downloaded memoffset v0.7.1
23462024-10-30T13:39:50.358Z[ helios-setup] Oct 30 13:39:49.833 INFO E| Downloaded smartstring v1.0.1
23472024-10-30T13:39:50.363Z[ helios-setup] Oct 30 13:39:49.838 INFO E| Downloaded aho-corasick v0.7.20
23482024-10-30T13:39:50.372Z[ helios-setup] Oct 30 13:39:49.846 INFO E| Downloaded uuid v1.3.0
23492024-10-30T13:39:50.381Z[ helios-setup] Oct 30 13:39:49.855 INFO E| Downloaded toml v0.7.3
23502024-10-30T13:39:50.388Z[ helios-setup] Oct 30 13:39:49.862 INFO E| Downloaded unsafe-libyaml v0.2.8
23512024-10-30T13:39:50.395Z[ helios-setup] Oct 30 13:39:49.870 INFO E| Downloaded serde_yaml v0.9.21
23522024-10-30T13:39:50.404Z[ helios-setup] Oct 30 13:39:49.878 INFO E| Downloaded rayon-core v1.10.2
23532024-10-30T13:39:50.413Z[ helios-setup] Oct 30 13:39:49.887 INFO E| Downloaded slab v0.4.7
23542024-10-30T13:39:50.416Z[ helios-setup] Oct 30 13:39:49.889 INFO E| Downloaded sct v0.7.0
23552024-10-30T13:39:50.422Z[ helios-setup] Oct 30 13:39:49.896 INFO E| Downloaded strsim v0.10.0
23562024-10-30T13:39:50.424Z[ helios-setup] Oct 30 13:39:49.898 INFO E| Downloaded block-buffer v0.10.3
23572024-10-30T13:39:50.427Z[ helios-setup] Oct 30 13:39:49.901 INFO E| Downloaded tokio-util v0.7.7
23582024-10-30T13:39:50.439Z[ helios-setup] Oct 30 13:39:49.914 INFO E| Downloaded want v0.3.0
23592024-10-30T13:39:50.442Z[ helios-setup] Oct 30 13:39:49.916 INFO E| Downloaded rustfmt-wrapper v0.2.0
23602024-10-30T13:39:50.445Z[ helios-setup] Oct 30 13:39:49.919 INFO E| Downloaded unicode-width v0.1.10
23612024-10-30T13:39:50.448Z[ helios-setup] Oct 30 13:39:49.922 INFO E| Downloaded terminal_size v0.2.6
23622024-10-30T13:39:50.451Z[ helios-setup] Oct 30 13:39:49.925 INFO E| Downloaded walkdir v2.3.3
23632024-10-30T13:39:50.455Z[ helios-setup] Oct 30 13:39:49.929 INFO E| Downloaded thiserror v1.0.38
23642024-10-30T13:39:50.465Z[ helios-setup] Oct 30 13:39:49.939 INFO E| Downloaded unicode-normalization v0.1.22
23652024-10-30T13:39:50.472Z[ helios-setup] Oct 30 13:39:49.946 INFO E| Downloaded utf8parse v0.2.1
23662024-10-30T13:39:50.475Z[ helios-setup] Oct 30 13:39:49.949 INFO E| Downloaded tokio-tungstenite v0.18.0
23672024-10-30T13:39:50.482Z[ helios-setup] Oct 30 13:39:49.954 INFO E| Downloaded tokio-rustls v0.24.0
23682024-10-30T13:39:50.485Z[ helios-setup] Oct 30 13:39:49.958 INFO E| Downloaded tempfile v3.5.0
23692024-10-30T13:39:50.489Z[ helios-setup] Oct 30 13:39:49.963 INFO E| Downloaded unicode-bidi v0.3.13
23702024-10-30T13:39:50.494Z[ helios-setup] Oct 30 13:39:49.968 INFO E| Downloaded cc v1.0.78
23712024-10-30T13:39:50.500Z[ helios-setup] Oct 30 13:39:49.974 INFO E| Downloaded rhai_codegen v1.5.0
23722024-10-30T13:39:50.519Z[ helios-setup] Oct 30 13:39:49.993 INFO E| Downloaded url v2.3.1
23732024-10-30T13:39:50.524Z[ helios-setup] Oct 30 13:39:49.998 INFO E| Downloaded unicode-linebreak v0.1.4
23742024-10-30T13:39:50.528Z[ helios-setup] Oct 30 13:39:50.002 INFO E| Downloaded tungstenite v0.18.0
23752024-10-30T13:39:50.533Z[ helios-setup] Oct 30 13:39:50.008 INFO E| Downloaded flate2 v1.0.25
23762024-10-30T13:39:50.544Z[ helios-setup] Oct 30 13:39:50.018 INFO E| Downloaded rustls-webpki v0.100.1
23772024-10-30T13:39:50.558Z[ helios-setup] Oct 30 13:39:50.032 INFO E| Downloaded chrono v0.4.24
23782024-10-30T13:39:50.593Z[ helios-setup] Oct 30 13:39:50.067 INFO E| Downloaded h2 v0.3.16
23792024-10-30T13:39:50.594Z[ helios-setup] Oct 30 13:39:50.067 INFO E| Downloaded tracing v0.1.37
23802024-10-30T13:39:50.598Z[ helios-setup] Oct 30 13:39:50.067 INFO E| Downloaded toml_edit v0.19.8
23812024-10-30T13:39:50.626Z[ helios-setup] Oct 30 13:39:50.100 INFO E| Downloaded rayon v1.6.1
23822024-10-30T13:39:50.637Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23832024-10-30T13:39:50.641Z[ helios-setup] Oct 30 13:39:50.115 INFO E| Downloaded syn v2.0.72
23842024-10-30T13:39:50.657Z[ helios-setup] Oct 30 13:39:50.131 INFO E| Downloaded serde_json v1.0.95
23852024-10-30T13:39:50.669Z[ helios-setup] Oct 30 13:39:50.143 INFO E| Downloaded reqwest v0.11.16
23862024-10-30T13:39:50.683Z[ helios-setup] Oct 30 13:39:50.157 INFO E| Downloaded rustix v0.37.3
23872024-10-30T13:39:50.719Z[ helios-setup] Oct 30 13:39:50.193 INFO E| Downloaded git2 v0.16.1
23882024-10-30T13:39:50.733Z[ helios-setup] Oct 30 13:39:50.208 INFO E| Downloaded syn v1.0.107
23892024-10-30T13:39:50.752Z[ helios-setup] Oct 30 13:39:50.227 INFO E| Downloaded rustls v0.21.0
23902024-10-30T13:39:50.774Z[ helios-setup] Oct 30 13:39:50.248 INFO E| Downloaded regex v1.7.3
23912024-10-30T13:39:50.789Z[ helios-setup] Oct 30 13:39:50.263 INFO E| Downloaded hyper v0.14.25
23922024-10-30T13:39:50.803Z[ helios-setup] Oct 30 13:39:50.277 INFO E| Downloaded futures-util v0.3.28
23932024-10-30T13:39:50.824Z[ helios-setup] Oct 30 13:39:50.298 INFO E| Downloaded clap_builder v4.2.1
23942024-10-30T13:39:50.835Z[ helios-setup] Oct 30 13:39:50.309 INFO E| Downloaded rhai v1.14.0
23952024-10-30T13:39:50.853Z[ helios-setup] Oct 30 13:39:50.327 INFO E| Downloaded openapiv3 v1.0.2
23962024-10-30T13:39:50.877Z[ helios-setup] Oct 30 13:39:50.351 INFO E| Downloaded http v0.2.9
23972024-10-30T13:39:50.884Z[ helios-setup] Oct 30 13:39:50.358 INFO E| Downloaded regress v0.5.0
23982024-10-30T13:39:50.896Z[ helios-setup] Oct 30 13:39:50.370 INFO E| Downloaded typenum v1.16.0
23992024-10-30T13:39:50.901Z[ helios-setup] Oct 30 13:39:50.375 INFO E| Downloaded tracing-core v0.1.30
24002024-10-30T13:39:50.906Z[ helios-setup] Oct 30 13:39:50.380 INFO E| Downloaded toml v0.5.11
24012024-10-30T13:39:50.910Z[ helios-setup] Oct 30 13:39:50.385 INFO E| Downloaded tinyvec v1.6.0
24022024-10-30T13:39:50.916Z[ helios-setup] Oct 30 13:39:50.390 INFO E| Downloaded serde v1.0.204
24032024-10-30T13:39:50.922Z[ helios-setup] Oct 30 13:39:50.396 INFO E| Downloaded schemars v0.8.12
24042024-10-30T13:39:50.941Z[ helios-setup] Oct 30 13:39:50.415 INFO E| Downloaded winnow v0.4.1
24052024-10-30T13:39:50.954Z[ helios-setup] Oct 30 13:39:50.429 INFO E| Downloaded pest v2.5.7
24062024-10-30T13:39:50.963Z[ helios-setup] Oct 30 13:39:50.437 INFO E| Downloaded bytes v1.4.0
24072024-10-30T13:39:50.970Z[ helios-setup] Oct 30 13:39:50.444 INFO E| Downloaded ryu v1.0.13
24082024-10-30T13:39:50.975Z[ helios-setup] Oct 30 13:39:50.449 INFO E| Downloaded mio v0.8.5
24092024-10-30T13:39:50.985Z[ helios-setup] Oct 30 13:39:50.459 INFO E| Downloaded miniz_oxide v0.6.2
24102024-10-30T13:39:50.990Z[ helios-setup] Oct 30 13:39:50.464 INFO E| Downloaded futures v0.3.28
24112024-10-30T13:39:50.997Z[ helios-setup] Oct 30 13:39:50.472 INFO E| Downloaded tokio v1.27.0
24122024-10-30T13:39:51.046Z[ helios-setup] Oct 30 13:39:50.520 INFO E| Downloaded clap v4.2.1
24132024-10-30T13:39:51.059Z[ helios-setup] Oct 30 13:39:50.533 INFO E| Downloaded crossbeam-channel v0.5.6
24142024-10-30T13:39:51.066Z[ helios-setup] Oct 30 13:39:50.540 INFO E| Downloaded proc-macro2 v1.0.86
24152024-10-30T13:39:51.070Z[ helios-setup] Oct 30 13:39:50.544 INFO E| Downloaded parking_lot v0.12.1
24162024-10-30T13:39:51.074Z[ helios-setup] Oct 30 13:39:50.548 INFO E| Downloaded crossbeam-epoch v0.9.13
24172024-10-30T13:39:51.078Z[ helios-setup] Oct 30 13:39:50.552 INFO E| Downloaded cargo-lock v8.0.3
24182024-10-30T13:39:51.082Z[ helios-setup] Oct 30 13:39:50.557 INFO E| Downloaded smallvec v1.10.0
24192024-10-30T13:39:51.085Z[ helios-setup] Oct 30 13:39:50.560 INFO E| Downloaded digest v0.10.6
24202024-10-30T13:39:51.088Z[ helios-setup] Oct 30 13:39:50.563 INFO E| Downloaded libc v0.2.139
24212024-10-30T13:39:51.127Z[ helios-setup] Oct 30 13:39:50.601 INFO E| Downloaded async-trait v0.1.68
24222024-10-30T13:39:51.133Z[ helios-setup] Oct 30 13:39:50.607 INFO E| Downloaded once_cell v1.17.0
24232024-10-30T13:39:51.136Z[ helios-setup] Oct 30 13:39:50.611 INFO E| Downloaded ahash v0.8.3
24242024-10-30T13:39:51.140Z[ helios-setup] Oct 30 13:39:50.615 INFO E| Downloaded toml_datetime v0.6.1
24252024-10-30T13:39:51.143Z[ helios-setup] Oct 30 13:39:50.617 INFO E| Downloaded thiserror-impl v1.0.38
24262024-10-30T13:39:51.146Z[ helios-setup] Oct 30 13:39:50.619 INFO E| Downloaded smawk v0.3.1
24272024-10-30T13:39:51.148Z[ helios-setup] Oct 30 13:39:50.621 INFO E| Downloaded serde_derive_internals v0.26.0
24282024-10-30T13:39:51.151Z[ helios-setup] Oct 30 13:39:50.623 INFO E| Downloaded memchr v2.5.0
24292024-10-30T13:39:51.155Z[ helios-setup] Oct 30 13:39:50.630 INFO E| Downloaded log v0.4.17
24302024-10-30T13:39:51.159Z[ helios-setup] Oct 30 13:39:50.633 INFO E| Downloaded quote v1.0.36
24312024-10-30T13:39:51.163Z[ helios-setup] Oct 30 13:39:50.637 INFO E| Downloaded ipnet v2.7.2
24322024-10-30T13:39:51.166Z[ helios-setup] Oct 30 13:39:50.640 INFO E| Downloaded io-lifetimes v1.0.10
24332024-10-30T13:39:51.169Z[ helios-setup] Oct 30 13:39:50.644 INFO E| Downloaded getrandom v0.2.8
24342024-10-30T13:39:51.174Z[ helios-setup] Oct 30 13:39:50.648 INFO E| Downloaded futures-channel v0.3.28
24352024-10-30T13:39:51.177Z[ helios-setup] Oct 30 13:39:50.651 INFO E| Downloaded clap_derive v4.2.0
24362024-10-30T13:39:51.180Z[ helios-setup] Oct 30 13:39:50.654 INFO E| Downloaded ahash v0.7.6
24372024-10-30T13:39:51.184Z[ helios-setup] Oct 30 13:39:50.658 INFO E| Downloaded slog-async v2.7.0
24382024-10-30T13:39:51.186Z[ helios-setup] Oct 30 13:39:50.660 INFO E| Downloaded sha2 v0.10.6
24392024-10-30T13:39:51.189Z[ helios-setup] Oct 30 13:39:50.664 INFO E| Downloaded sha1 v0.10.5
24402024-10-30T13:39:51.192Z[ helios-setup] Oct 30 13:39:50.666 INFO E| Downloaded semver-parser v0.10.2
24412024-10-30T13:39:51.195Z[ helios-setup] Oct 30 13:39:50.669 INFO E| Downloaded semver v1.0.17
24422024-10-30T13:39:51.199Z[ helios-setup] Oct 30 13:39:50.673 INFO E| Downloaded schemars_derive v0.8.12
24432024-10-30T13:39:51.202Z[ helios-setup] Oct 30 13:39:50.676 INFO E| Downloaded bincode v1.3.3
24442024-10-30T13:39:51.205Z[ helios-setup] Oct 30 13:39:50.680 INFO E| Downloaded anstyle-parse v0.1.1
24452024-10-30T13:39:51.208Z[ helios-setup] Oct 30 13:39:50.682 INFO E| Downloaded serde_tokenstream v0.2.0
24462024-10-30T13:39:51.213Z[ helios-setup] Oct 30 13:39:50.688 INFO E| Downloaded serde_spanned v0.6.1
24472024-10-30T13:39:51.216Z[ helios-setup] Oct 30 13:39:50.690 INFO E| Downloaded pin-project-lite v0.2.9
24482024-10-30T13:39:51.227Z[ helios-setup] Oct 30 13:39:50.697 INFO E| Downloaded paste v1.0.12
24492024-10-30T13:39:51.239Z[ helios-setup] Oct 30 13:39:50.702 INFO E| Downloaded lock_api v0.4.9
24502024-10-30T13:39:51.239Z[ helios-setup] Oct 30 13:39:50.704 INFO E| Downloaded scopeguard v1.1.0
24512024-10-30T13:39:51.239Z[ helios-setup] Oct 30 13:39:50.706 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
24522024-10-30T13:39:51.242Z[ helios-setup] Oct 30 13:39:50.715 INFO E| Downloaded ppv-lite86 v0.2.17
24532024-10-30T13:39:51.245Z[ helios-setup] Oct 30 13:39:50.718 INFO E| Downloaded httpdate v1.0.2
24542024-10-30T13:39:51.248Z[ helios-setup] Oct 30 13:39:50.720 INFO E| Downloaded percent-encoding v2.2.0
24552024-10-30T13:39:51.248Z[ helios-setup] Oct 30 13:39:50.721 INFO E| Downloaded num_enum v0.5.7
24562024-10-30T13:39:51.252Z[ helios-setup] Oct 30 13:39:50.727 INFO E| Downloaded jobserver v0.1.26
24572024-10-30T13:39:51.256Z[ helios-setup] Oct 30 13:39:50.730 INFO E| Downloaded futures-macro v0.3.28
24582024-10-30T13:39:51.258Z[ helios-setup] Oct 30 13:39:50.732 INFO E| Downloaded clap_lex v0.4.1
24592024-10-30T13:39:51.261Z[ helios-setup] Oct 30 13:39:50.733 INFO E| Downloaded socket2 v0.4.9
24602024-10-30T13:39:51.263Z[ helios-setup] Oct 30 13:39:50.736 INFO E| Downloaded num_enum_derive v0.5.7
24612024-10-30T13:39:51.266Z[ helios-setup] Oct 30 13:39:50.738 INFO E| Downloaded num-integer v0.1.45
24622024-10-30T13:39:51.268Z[ helios-setup] Oct 30 13:39:50.740 INFO E| Downloaded itoa v1.0.6
24632024-10-30T13:39:51.268Z[ helios-setup] Oct 30 13:39:50.742 INFO E| Downloaded home v0.5.4
24642024-10-30T13:39:51.271Z[ helios-setup] Oct 30 13:39:50.744 INFO E| Downloaded futures-io v0.3.28
24652024-10-30T13:39:51.271Z[ helios-setup] Oct 30 13:39:50.745 INFO E| Downloaded futures-executor v0.3.28
24662024-10-30T13:39:51.273Z[ helios-setup] Oct 30 13:39:50.747 INFO E| Downloaded errno v0.3.1
24672024-10-30T13:39:51.275Z[ helios-setup] Oct 30 13:39:50.749 INFO E| Downloaded dyn-clone v1.0.11
24682024-10-30T13:39:51.278Z[ helios-setup] Oct 30 13:39:50.752 INFO E| Downloaded crossbeam-deque v0.8.2
24692024-10-30T13:39:51.282Z[ helios-setup] Oct 30 13:39:50.754 INFO E| Downloaded cpufeatures v0.2.5
24702024-10-30T13:39:51.282Z[ helios-setup] Oct 30 13:39:50.756 INFO E| Downloaded encoding_rs v0.8.32
24712024-10-30T13:39:51.316Z[ helios-setup] Oct 30 13:39:50.790 INFO E| Downloaded concolor-query v0.3.3
24722024-10-30T13:39:51.319Z[ helios-setup] Oct 30 13:39:50.792 INFO E| Downloaded unicode-ident v1.0.8
24732024-10-30T13:39:51.321Z[ helios-setup] Oct 30 13:39:50.796 INFO E| Downloaded ucd-trie v0.1.5
24742024-10-30T13:39:51.324Z[ helios-setup] Oct 30 13:39:50.798 INFO E| Downloaded textwrap v0.16.0
24752024-10-30T13:39:51.327Z[ helios-setup] Oct 30 13:39:50.802 INFO E| Downloaded byteorder v1.4.3
24762024-10-30T13:39:51.330Z[ helios-setup] Oct 30 13:39:50.804 INFO E| Downloaded autocfg v1.1.0
24772024-10-30T13:39:51.333Z[ helios-setup] Oct 30 13:39:50.807 INFO E| Downloaded async-stream v0.3.5
24782024-10-30T13:39:51.335Z[ helios-setup] Oct 30 13:39:50.809 INFO E| Downloaded anstream v0.2.6
24792024-10-30T13:39:51.338Z[ helios-setup] Oct 30 13:39:50.812 INFO E| Downloaded crossbeam-utils v0.8.14
24802024-10-30T13:39:51.342Z[ helios-setup] Oct 30 13:39:50.816 INFO E| Downloaded anyhow v1.0.68
24812024-10-30T13:39:51.349Z[ helios-setup] Oct 30 13:39:50.823 INFO E| Downloaded tokio-macros v2.0.0
24822024-10-30T13:39:51.352Z[ helios-setup] Oct 30 13:39:50.825 INFO E| Downloaded const-random v0.1.15
24832024-10-30T13:39:51.354Z[ helios-setup] Oct 30 13:39:50.827 INFO E| Downloaded either v1.8.0
24842024-10-30T13:39:51.356Z[ helios-setup] Oct 30 13:39:50.830 INFO E| Downloaded camino v1.1.4
24852024-10-30T13:39:51.359Z[ helios-setup] Oct 30 13:39:50.833 INFO E| Downloaded futures-task v0.3.28
24862024-10-30T13:39:51.361Z[ helios-setup] Oct 30 13:39:50.835 INFO E| Downloaded fastrand v1.9.0
24872024-10-30T13:39:51.363Z[ helios-setup] Oct 30 13:39:50.837 INFO E| Downloaded futures-core v0.3.28
24882024-10-30T13:39:51.366Z[ helios-setup] Oct 30 13:39:50.840 INFO E| Downloaded built v0.6.0
24892024-10-30T13:39:51.368Z[ helios-setup] Oct 30 13:39:50.842 INFO E| Downloaded form_urlencoded v1.1.0
24902024-10-30T13:39:51.371Z[ helios-setup] Oct 30 13:39:50.843 INFO E| Downloaded anstyle v0.3.5
24912024-10-30T13:39:51.378Z[ helios-setup] Oct 30 13:39:50.852 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
24922024-10-30T13:39:51.518Z[ helios-setup] Oct 30 13:39:50.992 INFO E| Downloaded libz-sys v1.1.8
24932024-10-30T13:39:51.948Z[ helios-setup] Oct 30 13:39:51.421 INFO E| Compiling proc-macro2 v1.0.86
24942024-10-30T13:39:51.949Z[ helios-setup] Oct 30 13:39:51.421 INFO E| Compiling libc v0.2.139
24952024-10-30T13:39:51.951Z[ helios-setup] Oct 30 13:39:51.421 INFO E| Compiling unicode-ident v1.0.8
24962024-10-30T13:39:51.951Z[ helios-setup] Oct 30 13:39:51.421 INFO E| Compiling autocfg v1.1.0
24972024-10-30T13:39:51.951Z[ helios-setup] Oct 30 13:39:51.421 INFO E| Compiling cfg-if v1.0.0
24982024-10-30T13:39:51.951Z[ helios-setup] Oct 30 13:39:51.421 INFO E| Compiling version_check v0.9.4
24992024-10-30T13:39:51.952Z[ helios-setup] Oct 30 13:39:51.422 INFO E| Compiling serde v1.0.204
25002024-10-30T13:39:51.952Z[ helios-setup] Oct 30 13:39:51.422 INFO E| Compiling syn v1.0.107
25012024-10-30T13:39:52.652Z[ host-package] Compiling same-file v1.0.6
25022024-10-30T13:39:52.747Z[ helios-setup] Oct 30 13:39:52.221 INFO E| Compiling memchr v2.5.0
25032024-10-30T13:39:52.940Z[ host-package] Compiling fastrand v2.1.1
25042024-10-30T13:39:53.181Z[ helios-setup] Oct 30 13:39:52.654 INFO E| Compiling once_cell v1.17.0
25052024-10-30T13:39:53.784Z[ helios-setup] Oct 30 13:39:53.258 INFO E| Compiling thiserror v1.0.38
25062024-10-30T13:39:53.790Z[ host-package] Compiling tempfile v3.13.0
25072024-10-30T13:39:53.874Z[ helios-setup] Oct 30 13:39:53.347 INFO E| Compiling log v0.4.17
25082024-10-30T13:39:54.112Z[ host-package] Compiling walkdir v2.5.0
25092024-10-30T13:39:54.239Z[ helios-setup] Oct 30 13:39:53.712 INFO E| Compiling serde_json v1.0.95
25102024-10-30T13:39:54.700Z[ helios-setup] Oct 30 13:39:54.173 INFO E| Compiling itoa v1.0.6
25112024-10-30T13:39:55.356Z[ host-package] Compiling blake3 v1.5.4
25122024-10-30T13:39:55.524Z[ helios-setup] Oct 30 13:39:54.998 INFO E| Compiling quote v1.0.36
25132024-10-30T13:39:55.734Z[ helios-setup] Oct 30 13:39:55.208 INFO E| Compiling indexmap v1.9.3
25142024-10-30T13:39:55.743Z[ helios-setup] Oct 30 13:39:55.208 INFO E| Compiling scopeguard v1.1.0
25152024-10-30T13:39:55.810Z[ host-package] Compiling ring v0.16.20
25162024-10-30T13:39:56.019Z[ helios-setup] Oct 30 13:39:55.492 INFO E| Compiling pin-project-lite v0.2.9
25172024-10-30T13:39:56.304Z[ helios-setup] Oct 30 13:39:55.777 INFO E| Compiling num-integer v0.1.45
25182024-10-30T13:39:56.318Z[ helios-setup] Oct 30 13:39:55.792 INFO E| Compiling bytes v1.4.0
25192024-10-30T13:39:56.423Z[ helios-setup] Oct 30 13:39:55.897 INFO E| Compiling syn v2.0.72
25202024-10-30T13:39:56.865Z[ helios-setup] Oct 30 13:39:56.339 INFO E| Compiling futures-core v0.3.28
25212024-10-30T13:39:57.107Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25222024-10-30T13:39:57.577Z[ helios-setup] Oct 30 13:39:57.051 INFO E| Compiling getrandom v0.2.8
25232024-10-30T13:39:57.750Z[ helios-setup] Oct 30 13:39:57.223 INFO E| Compiling jobserver v0.1.26
25242024-10-30T13:39:58.485Z[ helios-setup] Oct 30 13:39:57.958 INFO E| Compiling cc v1.0.78
25252024-10-30T13:39:58.932Z[ helios-setup] Oct 30 13:39:58.405 INFO E| Compiling ryu v1.0.13
25262024-10-30T13:39:59.321Z[ helios-setup] Oct 30 13:39:58.794 INFO E| Compiling lock_api v0.4.9
25272024-10-30T13:39:59.685Z[ helios-setup] Oct 30 13:39:59.159 INFO E| Compiling typenum v1.16.0
25282024-10-30T13:39:59.754Z[ helios-setup] Oct 30 13:39:59.227 INFO E| Compiling bitflags v1.3.2
25292024-10-30T13:39:59.846Z[ helios-setup] Oct 30 13:39:59.319 INFO E| Compiling parking_lot_core v0.9.6
25302024-10-30T13:40:00.356Z[ helios-setup] Oct 30 13:39:59.830 INFO E| Compiling num_cpus v1.15.0
25312024-10-30T13:40:00.665Z[ helios-setup] Oct 30 13:40:00.138 INFO E| Compiling generic-array v0.14.6
25322024-10-30T13:40:00.756Z[ helios-setup] Oct 30 13:40:00.229 INFO E| Compiling slab v0.4.7
25332024-10-30T13:40:00.850Z[ helios-setup] Oct 30 13:40:00.323 INFO E| Compiling futures-task v0.3.28
25342024-10-30T13:40:00.982Z[ helios-setup] Oct 30 13:40:00.455 INFO E| Compiling futures-sink v0.3.28
25352024-10-30T13:40:01.769Z[ helios-setup] Oct 30 13:40:01.242 INFO E| Compiling futures-channel v0.3.28
25362024-10-30T13:40:02.071Z[ helios-setup] Oct 30 13:40:01.543 INFO E| Compiling tokio v1.27.0
25372024-10-30T13:40:02.301Z[ helios-setup] Oct 30 13:40:01.774 INFO E| Compiling schemars v0.8.12
25382024-10-30T13:40:02.430Z[ host-package] Compiling xattr v1.3.1
25392024-10-30T13:40:02.538Z[ helios-setup] Oct 30 13:40:02.011 INFO E| Compiling futures-util v0.3.28
25402024-10-30T13:40:02.634Z[ host-package] Compiling filetime v0.2.25
25412024-10-30T13:40:03.189Z[ host-package] Compiling memmap2 v0.9.5
25422024-10-30T13:40:03.344Z[ host-package] Compiling arrayref v0.3.9
25432024-10-30T13:40:03.387Z[ helios-setup] Oct 30 13:40:02.860 INFO E| Compiling mio v0.8.5
25442024-10-30T13:40:03.566Z[ helios-setup] Oct 30 13:40:03.039 INFO E| Compiling signal-hook-registry v1.4.0
25452024-10-30T13:40:03.675Z[ host-package] Compiling spin v0.5.2
25462024-10-30T13:40:03.705Z[ helios-setup] Oct 30 13:40:03.178 INFO E| Compiling socket2 v0.4.9
25472024-10-30T13:40:03.827Z[ helios-setup] Oct 30 13:40:03.299 INFO E| Compiling ahash v0.7.6
25482024-10-30T13:40:03.947Z[ helios-setup] Oct 30 13:40:03.420 INFO E| Compiling num-traits v0.2.15
25492024-10-30T13:40:04.263Z[ host-package] Compiling constant_time_eq v0.3.1
25502024-10-30T13:40:04.420Z[ host-package] Compiling untrusted v0.7.1
25512024-10-30T13:40:04.575Z[ host-package] Compiling keccak v0.1.5
25522024-10-30T13:40:04.700Z[ helios-setup] Oct 30 13:40:04.172 INFO E| Compiling pin-utils v0.1.0
25532024-10-30T13:40:04.763Z[ host-package] Compiling arrayvec v0.7.6
25542024-10-30T13:40:04.953Z[ helios-setup] Oct 30 13:40:04.426 INFO E| Compiling futures-io v0.3.28
25552024-10-30T13:40:05.085Z[ helios-setup] Oct 30 13:40:04.558 INFO E| Compiling crunchy v0.2.2
25562024-10-30T13:40:06.066Z[ helios-setup] Oct 30 13:40:05.539 INFO E| Compiling io-lifetimes v1.0.10
25572024-10-30T13:40:06.903Z[ host-package] Compiling sha3 v0.10.8
25582024-10-30T13:40:06.985Z[ helios-setup] Oct 30 13:40:06.457 INFO E| Compiling ahash v0.8.3
25592024-10-30T13:40:07.082Z[ helios-setup] Oct 30 13:40:06.554 INFO E| Compiling rustix v0.37.3
25602024-10-30T13:40:07.750Z[ host-package] Compiling tar v0.4.42
25612024-10-30T13:40:07.753Z[ helios-setup] Oct 30 13:40:07.223 INFO E| Compiling tiny-keccak v2.0.2
25622024-10-30T13:40:07.947Z[ helios-setup] Oct 30 13:40:07.419 INFO E| Compiling hashbrown v0.12.3
25632024-10-30T13:40:08.253Z[ helios-setup] Oct 30 13:40:07.725 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
25642024-10-30T13:40:08.379Z[ host-package] Compiling toolchain_find v0.4.0
25652024-10-30T13:40:08.537Z[ host-package] Compiling camino-tempfile v1.1.1
25662024-10-30T13:40:09.074Z[ helios-setup] Oct 30 13:40:08.546 INFO E| Compiling serde_derive_internals v0.26.0
25672024-10-30T13:40:09.229Z[ helios-setup] Oct 30 13:40:08.701 INFO E| Compiling block-buffer v0.10.3
25682024-10-30T13:40:09.491Z[ helios-setup] Oct 30 13:40:08.963 INFO E| Compiling crypto-common v0.1.6
25692024-10-30T13:40:09.688Z[ host-package] Compiling nibble_vec v0.1.0
25702024-10-30T13:40:10.079Z[ helios-setup] Oct 30 13:40:09.551 INFO E| Compiling errno v0.3.1
25712024-10-30T13:40:10.141Z[ host-package] Compiling glob v0.3.1
25722024-10-30T13:40:10.789Z[ helios-setup] Oct 30 13:40:10.259 INFO E| Compiling slog v2.7.0
25732024-10-30T13:40:10.801Z[ helios-setup] Oct 30 13:40:10.273 INFO E| Compiling crossbeam-utils v0.8.14
25742024-10-30T13:40:10.961Z[ host-package] Compiling topological-sort v0.2.2
25752024-10-30T13:40:11.242Z[ host-package] Compiling maplit v1.0.2
25762024-10-30T13:40:11.410Z[ helios-setup] Oct 30 13:40:10.882 INFO E| Compiling fnv v1.0.7
25772024-10-30T13:40:11.614Z[ host-package] Compiling crunchy v0.2.2
25782024-10-30T13:40:11.654Z[ host-package] Compiling endian-type v0.1.2
25792024-10-30T13:40:11.698Z[ helios-setup] Oct 30 13:40:11.170 INFO E| Compiling pkg-config v0.3.26
25802024-10-30T13:40:11.701Z[ host-package] Compiling clang-sys v1.8.1
25812024-10-30T13:40:12.100Z[ helios-setup] Oct 30 13:40:11.572 INFO E| Compiling http v0.2.9
25822024-10-30T13:40:12.341Z[ host-package] Compiling radix_trie v0.2.1
25832024-10-30T13:40:12.889Z[ host-package] Compiling omicron-zone-package v0.11.1
25842024-10-30T13:40:13.271Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25852024-10-30T13:40:13.540Z[ host-package] Compiling tiny-keccak v2.0.2
25862024-10-30T13:40:13.808Z[ helios-setup] Oct 30 13:40:13.280 INFO E| Compiling digest v0.10.6
25872024-10-30T13:40:14.247Z[ host-package] Compiling dsl_auto_type v0.1.2
25882024-10-30T13:40:14.375Z[ host-package] Compiling scheduled-thread-pool v0.2.7
25892024-10-30T13:40:14.424Z[ host-package] Compiling secrecy v0.8.0
25902024-10-30T13:40:14.490Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
25912024-10-30T13:40:14.606Z[ helios-setup] Oct 30 13:40:14.078 INFO E| Compiling aho-corasick v0.7.20
25922024-10-30T13:40:15.427Z[ helios-setup] Oct 30 13:40:14.899 INFO E| Compiling httparse v1.8.0
25932024-10-30T13:40:15.572Z[ helios-setup] Oct 30 13:40:15.044 INFO E| Compiling regex-syntax v0.6.29
25942024-10-30T13:40:15.607Z[ host-package] Compiling arc-swap v1.7.1
25952024-10-30T13:40:15.695Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
25962024-10-30T13:40:15.861Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25972024-10-30T13:40:16.702Z[ host-package] Compiling diesel_derives v2.2.3
25982024-10-30T13:40:16.710Z[ helios-setup] Oct 30 13:40:16.182 INFO E| Compiling heck v0.4.1
25992024-10-30T13:40:16.805Z[ host-package] Compiling slog-scope v4.4.0
26002024-10-30T13:40:16.940Z[ host-package] Compiling r2d2 v0.8.10
26012024-10-30T13:40:17.004Z[ helios-setup] Oct 30 13:40:16.475 INFO E| Compiling anyhow v1.0.68
26022024-10-30T13:40:17.660Z[ helios-setup] Oct 30 13:40:17.131 INFO E| Compiling cpufeatures v0.2.5
26032024-10-30T13:40:17.724Z[ helios-setup] Oct 30 13:40:17.195 INFO E| Compiling thiserror-impl v1.0.38
26042024-10-30T13:40:17.790Z[ helios-setup] Oct 30 13:40:17.261 INFO E| Compiling schemars_derive v0.8.12
26052024-10-30T13:40:18.057Z[ helios-setup] Oct 30 13:40:17.529 INFO E| Compiling serde_derive v1.0.204
26062024-10-30T13:40:18.104Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26072024-10-30T13:40:18.196Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26082024-10-30T13:40:18.212Z[ helios-setup] Oct 30 13:40:17.684 INFO E| Compiling tokio-macros v2.0.0
26092024-10-30T13:40:18.717Z[ host-package] Compiling ascii-canvas v3.0.0
26102024-10-30T13:40:18.863Z[ helios-setup] Oct 30 13:40:18.334 INFO E| Compiling futures-macro v0.3.28
26112024-10-30T13:40:18.937Z[ helios-setup] Oct 30 13:40:18.408 INFO E| Compiling percent-encoding v2.2.0
26122024-10-30T13:40:19.891Z[ host-package] Compiling universal-hash v0.5.1
26132024-10-30T13:40:20.120Z[ helios-setup] Oct 30 13:40:19.591 INFO E| Compiling unicode-width v0.1.10
26142024-10-30T13:40:20.570Z[ helios-setup] Oct 30 13:40:20.041 INFO E| Compiling tinyvec_macros v0.1.1
26152024-10-30T13:40:20.654Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
26162024-10-30T13:40:20.973Z[ helios-setup] Oct 30 13:40:20.445 INFO E| Compiling tinyvec v1.6.0
26172024-10-30T13:40:21.143Z[ helios-setup] Oct 30 13:40:20.614 INFO E| Compiling form_urlencoded v1.1.0
26182024-10-30T13:40:22.364Z[ helios-setup] Oct 30 13:40:21.835 INFO E| Compiling regex v1.7.3
26192024-10-30T13:40:22.911Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26202024-10-30T13:40:23.468Z[ helios-setup] Oct 30 13:40:22.938 INFO E| Compiling const-random-macro v0.1.15
26212024-10-30T13:40:23.865Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26222024-10-30T13:40:24.212Z[ helios-setup] Oct 30 13:40:23.683 INFO E| Compiling hashbrown v0.13.2
26232024-10-30T13:40:24.659Z[ helios-setup] Oct 30 13:40:24.130 INFO E| Compiling chrono v0.4.24
26242024-10-30T13:40:24.689Z[ host-package] Compiling ena v0.14.3
26252024-10-30T13:40:25.466Z[ helios-setup] Oct 30 13:40:24.937 INFO E| Compiling libz-sys v1.1.8
26262024-10-30T13:40:25.488Z[ host-package] Compiling libloading v0.8.5
26272024-10-30T13:40:26.005Z[ host-package] Compiling regex-syntax v0.6.29
26282024-10-30T13:40:26.431Z[ host-package] Compiling diff v0.1.13
26292024-10-30T13:40:27.832Z[ host-package] Compiling bindgen v0.69.5
26302024-10-30T13:40:28.366Z[ helios-setup] Oct 30 13:40:27.836 INFO E| Compiling dyn-clone v1.0.11
26312024-10-30T13:40:28.571Z[ helios-setup] Oct 30 13:40:28.041 INFO E| Compiling uuid v1.3.0
26322024-10-30T13:40:29.017Z[ helios-setup] Oct 30 13:40:28.487 INFO E| Compiling regress v0.5.0
26332024-10-30T13:40:29.053Z[ helios-setup] Oct 30 13:40:28.524 INFO E| Compiling const-random v0.1.15
26342024-10-30T13:40:29.082Z[ host-package] Compiling opaque-debug v0.3.1
26352024-10-30T13:40:29.135Z[ helios-setup] Oct 30 13:40:28.606 INFO E| Compiling unicode-normalization v0.1.22
26362024-10-30T13:40:29.422Z[ host-package] Compiling poly1305 v0.8.0
26372024-10-30T13:40:30.355Z[ helios-setup] Oct 30 13:40:29.825 INFO E| Compiling getopts v0.2.21
26382024-10-30T13:40:31.396Z[ helios-setup] Oct 30 13:40:30.865 INFO E| Compiling tracing-core v0.1.30
26392024-10-30T13:40:31.869Z[ helios-setup] Oct 30 13:40:31.339 INFO E| Compiling memoffset v0.7.1
26402024-10-30T13:40:32.813Z[ helios-setup] Oct 30 13:40:32.283 INFO E| Compiling time-core v0.1.2
26412024-10-30T13:40:33.019Z[ helios-setup] Oct 30 13:40:32.489 INFO E| Compiling ucd-trie v0.1.5
26422024-10-30T13:40:33.341Z[ helios-setup] Oct 30 13:40:32.811 INFO E| Compiling num-conv v0.1.0
26432024-10-30T13:40:34.230Z[ helios-setup] Oct 30 13:40:33.700 INFO E| Compiling unicode-bidi v0.3.13
26442024-10-30T13:40:35.727Z[ helios-setup] Oct 30 13:40:35.196 INFO E| Compiling powerfmt v0.2.0
26452024-10-30T13:40:36.779Z[ helios-setup] Oct 30 13:40:36.248 INFO E| Compiling deranged v0.3.11
26462024-10-30T13:40:36.832Z[ host-package] Compiling lalrpop v0.19.12
26472024-10-30T13:40:37.193Z[ helios-setup] Oct 30 13:40:36.663 INFO E| Compiling idna v0.3.0
26482024-10-30T13:40:37.823Z[ host-package] Compiling diesel v2.2.4
26492024-10-30T13:40:38.785Z[ helios-setup] Oct 30 13:40:38.255 INFO E| Compiling time-macros v0.2.18
26502024-10-30T13:40:40.085Z[ helios-setup] Oct 30 13:40:39.554 INFO E| Compiling pest v2.5.7
26512024-10-30T13:40:41.262Z[ helios-setup] Oct 30 13:40:40.731 INFO E| Compiling tracing v0.1.37
26522024-10-30T13:40:44.538Z[ helios-setup] Oct 30 13:40:44.007 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
26532024-10-30T13:40:44.593Z[ helios-setup] Oct 30 13:40:44.062 INFO E| Compiling time v0.1.45
26542024-10-30T13:40:44.661Z[ helios-setup] Oct 30 13:40:44.130 INFO E| Compiling crossbeam-epoch v0.9.13
26552024-10-30T13:40:45.558Z[ helios-setup] Oct 30 13:40:45.027 INFO E| Compiling toml v0.5.11
26562024-10-30T13:40:45.846Z[ helios-setup] Oct 30 13:40:45.314 INFO E| Compiling serde_tokenstream v0.2.0
26572024-10-30T13:40:45.933Z[ helios-setup] Oct 30 13:40:45.402 INFO E| Compiling num_threads v0.1.6
26582024-10-30T13:40:46.374Z[ helios-setup] Oct 30 13:40:45.839 INFO E| Compiling smallvec v1.10.0
26592024-10-30T13:40:48.491Z[ helios-setup] Oct 30 13:40:47.960 INFO E| Compiling parking_lot v0.12.1
26602024-10-30T13:40:49.220Z[ helios-setup] Oct 30 13:40:48.688 INFO E| Compiling semver v1.0.17
26612024-10-30T13:40:50.840Z[ helios-setup] Oct 30 13:40:50.309 INFO E| Compiling iana-time-zone v0.1.56
26622024-10-30T13:40:51.795Z[ host-package] Compiling thiserror-no-std v2.0.2
26632024-10-30T13:40:52.146Z[ host-package] Compiling slog-stdlog v4.1.1
26642024-10-30T13:40:52.383Z[ helios-setup] Oct 30 13:40:51.852 INFO E| Compiling time v0.3.36
26652024-10-30T13:40:52.846Z[ helios-setup] Oct 30 13:40:52.314 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26662024-10-30T13:40:54.423Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26672024-10-30T13:40:55.090Z[ host-package] Compiling which v4.4.2
26682024-10-30T13:40:55.451Z[ helios-setup] Oct 30 13:40:54.919 INFO E| Compiling semver-parser v0.10.2
26692024-10-30T13:40:56.380Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26702024-10-30T13:40:56.523Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26712024-10-30T13:40:57.100Z[ host-package] Compiling chacha20 v0.9.1
26722024-10-30T13:40:57.136Z[ host-package] Compiling cexpr v0.6.0
26732024-10-30T13:40:57.940Z[ helios-setup] Oct 30 13:40:57.408 INFO E| Compiling url v2.3.1
26742024-10-30T13:40:58.217Z[ host-package] Compiling aead v0.5.2
26752024-10-30T13:40:59.215Z[ host-package] Compiling lazycell v1.3.0
26762024-10-30T13:40:59.682Z[ host-package] Compiling ref-cast v1.0.23
26772024-10-30T13:41:00.308Z[ host-package] Compiling rustc-hash v1.1.0
26782024-10-30T13:41:00.423Z[ helios-setup] Oct 30 13:40:59.890 INFO E| Compiling crossbeam-channel v0.5.6
26792024-10-30T13:41:01.166Z[ host-package] Compiling chacha20poly1305 v0.10.1
26802024-10-30T13:41:01.753Z[ host-package] Compiling slog-envlogger v2.2.0
26812024-10-30T13:41:02.440Z[ helios-setup] Oct 30 13:41:01.908 INFO E| Compiling dirs-sys-next v0.1.2
26822024-10-30T13:41:04.667Z[ helios-setup] Oct 30 13:41:04.134 INFO E| Compiling crc32fast v1.3.2
26832024-10-30T13:41:04.829Z[ helios-setup] Oct 30 13:41:04.296 INFO E| Compiling same-file v1.0.6
26842024-10-30T13:41:05.581Z[ helios-setup] Oct 30 13:41:05.048 INFO E| Compiling try-lock v0.2.4
26852024-10-30T13:41:06.152Z[ helios-setup] Oct 30 13:41:05.619 INFO E| Compiling want v0.3.0
26862024-10-30T13:41:06.180Z[ helios-setup] Oct 30 13:41:05.647 INFO E| Compiling walkdir v2.3.3
26872024-10-30T13:41:06.877Z[ host-package] Compiling vsss-rs v3.3.4
26882024-10-30T13:41:08.728Z[ helios-setup] Oct 30 13:41:08.194 INFO E| Compiling tokio-util v0.7.7
26892024-10-30T13:41:08.862Z[ helios-setup] Oct 30 13:41:08.329 INFO E| Compiling dirs-next v2.0.0
26902024-10-30T13:41:09.058Z[ helios-setup] Oct 30 13:41:08.525 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26912024-10-30T13:41:10.174Z[ helios-setup] Oct 30 13:41:09.641 INFO E| Compiling semver v0.11.0
26922024-10-30T13:41:11.007Z[ helios-setup] Oct 30 13:41:10.473 INFO E| Compiling h2 v0.3.16
26932024-10-30T13:41:12.247Z[ helios-setup] Oct 30 13:41:11.714 INFO E| Compiling proc-macro-crate v1.2.1
26942024-10-30T13:41:14.181Z[ helios-setup] Oct 30 13:41:13.647 INFO E| Compiling futures-executor v0.3.28
26952024-10-30T13:41:16.130Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26962024-10-30T13:41:16.395Z[ helios-setup] Oct 30 13:41:15.861 INFO E| Compiling http-body v0.4.5
26972024-10-30T13:41:16.619Z[ helios-setup] Oct 30 13:41:16.084 INFO E| Compiling ring v0.16.20
26982024-10-30T13:41:17.044Z[ host-package] Compiling derive_builder_core v0.20.2
26992024-10-30T13:41:17.444Z[ helios-setup] Oct 30 13:41:16.910 INFO E| Compiling rand_core v0.6.4
27002024-10-30T13:41:17.494Z[ helios-setup] Oct 30 13:41:16.960 INFO E| Compiling thread_local v1.1.7
27012024-10-30T13:41:18.689Z[ helios-setup] Oct 30 13:41:18.154 INFO E| Compiling rayon-core v1.10.2
27022024-10-30T13:41:19.166Z[ helios-setup] Oct 30 13:41:18.632 INFO E| Compiling lazy_static v1.4.0
27032024-10-30T13:41:19.460Z[ helios-setup] Oct 30 13:41:18.926 INFO E| Compiling home v0.5.4
27042024-10-30T13:41:19.707Z[ helios-setup] Oct 30 13:41:19.172 INFO E| Compiling fastrand v1.9.0
27052024-10-30T13:41:20.039Z[ helios-setup] Oct 30 13:41:19.505 INFO E| Compiling base64 v0.21.0
27062024-10-30T13:41:20.682Z[ helios-setup] Oct 30 13:41:20.147 INFO E| Compiling tower-service v0.3.2
27072024-10-30T13:41:20.990Z[ host-package] Compiling headers-core v0.3.0
27082024-10-30T13:41:21.278Z[ helios-setup] Oct 30 13:41:20.743 INFO E| Compiling ppv-lite86 v0.2.17
27092024-10-30T13:41:21.471Z[ host-package] Compiling fxhash v0.2.1
27102024-10-30T13:41:21.660Z[ host-package] Compiling libxml v0.3.3
27112024-10-30T13:41:22.195Z[ host-package] Compiling ref-cast-impl v1.0.23
27122024-10-30T13:41:22.525Z[ helios-setup] Oct 30 13:41:21.991 INFO E| Compiling httpdate v1.0.2
27132024-10-30T13:41:22.970Z[ host-package] Compiling headers v0.4.0
27142024-10-30T13:41:24.064Z[ helios-setup] Oct 30 13:41:23.529 INFO E| Compiling utf8parse v0.2.1
27152024-10-30T13:41:24.246Z[ helios-setup] Oct 30 13:41:23.711 INFO E| Compiling adler v1.0.2
27162024-10-30T13:41:24.634Z[ helios-setup] Oct 30 13:41:24.099 INFO E| Compiling miniz_oxide v0.6.2
27172024-10-30T13:41:24.880Z[ helios-setup] Oct 30 13:41:24.345 INFO E| Compiling anstyle-parse v0.1.1
27182024-10-30T13:41:25.066Z[ host-package] Compiling derive_builder_macro v0.20.2
27192024-10-30T13:41:25.507Z[ host-package] Compiling polar-core v0.27.3
27202024-10-30T13:41:25.752Z[ helios-setup] Oct 30 13:41:25.217 INFO E| Compiling rand_chacha v0.3.1
27212024-10-30T13:41:27.522Z[ host-package] Compiling samael v0.0.17
27222024-10-30T13:41:28.484Z[ helios-setup] Oct 30 13:41:27.948 INFO E| Compiling hyper v0.14.25
27232024-10-30T13:41:29.228Z[ helios-setup] Oct 30 13:41:28.693 INFO E| Compiling tempfile v3.5.0
27242024-10-30T13:41:29.577Z[ helios-setup] Oct 30 13:41:29.041 INFO E| Compiling toolchain_find v0.2.0
27252024-10-30T13:41:29.741Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27262024-10-30T13:41:30.914Z[ helios-setup] Oct 30 13:41:30.379 INFO E| Compiling futures v0.3.28
27272024-10-30T13:41:31.011Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27282024-10-30T13:41:31.886Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27292024-10-30T13:41:35.801Z[ host-package] Compiling phf_generator v0.11.2
27302024-10-30T13:41:36.449Z[ host-package] Compiling strum_macros v0.24.3
27312024-10-30T13:41:40.388Z[ helios-setup] Oct 30 13:41:39.852 INFO E| Compiling num_enum_derive v0.5.7
27322024-10-30T13:41:41.441Z[ host-package] Compiling kstat-rs v0.2.4
27332024-10-30T13:41:42.765Z[ host-package] Compiling unicase v2.7.0
27342024-10-30T13:41:43.180Z[ host-package] Compiling indoc v1.0.9
27352024-10-30T13:41:44.193Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27362024-10-30T13:41:44.411Z[ helios-setup] Oct 30 13:41:43.874 INFO E| Compiling cargo-lock v8.0.3
27372024-10-30T13:41:45.071Z[ host-package] Compiling phf_codegen v0.11.2
27382024-10-30T13:41:45.729Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27392024-10-30T13:41:46.717Z[ helios-setup] Oct 30 13:41:46.180 INFO E| Compiling crossbeam-deque v0.8.2
27402024-10-30T13:41:47.484Z[ helios-setup] Oct 30 13:41:46.947 INFO E| Compiling term v0.7.0
27412024-10-30T13:41:48.893Z[ helios-setup] Oct 30 13:41:48.356 INFO E| Compiling serde_urlencoded v0.7.1
27422024-10-30T13:41:49.059Z[ helios-setup] Oct 30 13:41:48.522 INFO E| Compiling sha1 v0.10.5
27432024-10-30T13:41:50.442Z[ helios-setup] Oct 30 13:41:49.904 INFO E| Compiling sha2 v0.10.6
27442024-10-30T13:41:50.571Z[ helios-setup] Oct 30 13:41:50.034 INFO E| Compiling is-terminal v0.4.7
27452024-10-30T13:41:50.732Z[ helios-setup] Oct 30 13:41:50.194 INFO E| Compiling atty v0.2.14
27462024-10-30T13:41:52.073Z[ helios-setup] Oct 30 13:41:51.535 INFO E| Compiling concolor-query v0.3.3
27472024-10-30T13:41:52.677Z[ helios-setup] Oct 30 13:41:52.139 INFO E| Compiling concolor-override v1.0.0
27482024-10-30T13:41:53.479Z[ helios-setup] Oct 30 13:41:52.941 INFO E| Compiling anstyle v0.3.5
27492024-10-30T13:41:54.263Z[ helios-setup] Oct 30 13:41:53.725 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
27502024-10-30T13:41:55.290Z[ helios-setup] Oct 30 13:41:54.752 INFO E| Compiling anstream v0.2.6
27512024-10-30T13:41:58.347Z[ helios-setup] Oct 30 13:41:57.809 INFO E| Compiling slog-term v2.9.0
27522024-10-30T13:41:58.532Z[ host-package] Compiling derive_builder v0.20.2
27532024-10-30T13:41:58.764Z[ helios-setup] Oct 30 13:41:58.225 INFO E| Compiling flate2 v1.0.25
27542024-10-30T13:41:59.362Z[ helios-setup] Oct 30 13:41:58.824 INFO E| Compiling num_enum v0.5.7
27552024-10-30T13:41:59.796Z[ helios-setup] Oct 30 13:41:59.257 INFO E| Compiling rustfmt-wrapper v0.2.0
27562024-10-30T13:42:00.195Z[ helios-setup] Oct 30 13:41:59.656 INFO E| Compiling rand v0.8.5
27572024-10-30T13:42:01.181Z[ helios-setup] Oct 30 13:42:00.642 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27582024-10-30T13:42:01.262Z[ helios-setup] Oct 30 13:42:00.724 INFO E| Compiling openapiv3 v1.0.2
27592024-10-30T13:42:03.028Z[ helios-setup] Oct 30 13:42:02.489 INFO E| Compiling encoding_rs v0.8.32
27602024-10-30T13:42:03.996Z[ helios-setup] Oct 30 13:42:03.457 INFO E| Compiling ipnet v2.7.2
27612024-10-30T13:42:04.235Z[ helios-setup] Oct 30 13:42:03.696 INFO E| Compiling mime v0.3.17
27622024-10-30T13:42:04.245Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27632024-10-30T13:42:05.165Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27642024-10-30T13:42:06.238Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
27652024-10-30T13:42:06.648Z[ helios-setup] Oct 30 13:42:06.109 INFO E| Compiling clap_lex v0.4.1
27662024-10-30T13:42:08.453Z[ helios-setup] Oct 30 13:42:07.914 INFO E| Compiling project-root v0.2.2
27672024-10-30T13:42:08.844Z[ host-package] Compiling oso-derive v0.27.3
27682024-10-30T13:42:08.918Z[ helios-setup] Oct 30 13:42:08.379 INFO E| Compiling utf-8 v0.7.6
27692024-10-30T13:42:09.764Z[ helios-setup] Oct 30 13:42:09.225 INFO E| Compiling byteorder v1.4.3
27702024-10-30T13:42:09.844Z[ helios-setup] Oct 30 13:42:09.305 INFO E| Compiling spin v0.5.2
27712024-10-30T13:42:09.856Z[ helios-setup] Oct 30 13:42:09.316 INFO E| Compiling strsim v0.10.0
27722024-10-30T13:42:10.080Z[ helios-setup] Oct 30 13:42:09.541 INFO E| Compiling unsafe-libyaml v0.2.8
27732024-10-30T13:42:10.420Z[ helios-setup] Oct 30 13:42:09.881 INFO E| Compiling base64 v0.13.1
27742024-10-30T13:42:10.993Z[ host-package] Compiling parse-zoneinfo v0.3.1
27752024-10-30T13:42:11.334Z[ helios-setup] Oct 30 13:42:10.795 INFO E| Compiling either v1.8.0
27762024-10-30T13:42:12.103Z[ helios-setup] Oct 30 13:42:11.564 INFO E| Compiling untrusted v0.7.1
27772024-10-30T13:42:12.144Z[ helios-setup] Oct 30 13:42:11.604 INFO E| Compiling rayon v1.6.1
27782024-10-30T13:42:12.674Z[ helios-setup] Oct 30 13:42:12.134 INFO E| Compiling serde_yaml v0.9.21
27792024-10-30T13:42:13.285Z[ helios-setup] Oct 30 13:42:12.745 INFO E| Compiling tungstenite v0.18.0
27802024-10-30T13:42:13.332Z[ helios-setup] Oct 30 13:42:12.792 INFO E| Compiling clap_builder v4.2.1
27812024-10-30T13:42:14.247Z[ helios-setup] Oct 30 13:42:13.707 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27822024-10-30T13:42:14.458Z[ host-package] Compiling libz-sys v1.1.20
27832024-10-30T13:42:16.128Z[ host-package] Compiling quick-xml v0.33.0
27842024-10-30T13:42:19.306Z[ host-package] Compiling diesel-dtrace v0.3.0
27852024-10-30T13:42:20.046Z[ host-package] Compiling cfg_aliases v0.1.1
27862024-10-30T13:42:20.490Z[ host-package] Compiling parking_lot_core v0.8.6
27872024-10-30T13:42:20.517Z[ helios-setup] Oct 30 13:42:19.977 INFO E| Compiling reqwest v0.11.16
27882024-10-30T13:42:21.885Z[ host-package] Compiling nix v0.28.0
27892024-10-30T13:42:23.045Z[ host-package] Compiling oso v0.27.3
27902024-10-30T13:42:23.506Z[ helios-setup] Oct 30 13:42:22.965 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
27912024-10-30T13:42:23.662Z[ helios-setup] Oct 30 13:42:23.121 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
27922024-10-30T13:42:23.806Z[ host-package] Compiling chrono-tz-build v0.4.0
27932024-10-30T13:42:25.889Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27942024-10-30T13:42:25.942Z[ helios-setup] Oct 30 13:42:25.401 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
27952024-10-30T13:42:26.105Z[ helios-setup] Oct 30 13:42:25.565 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
27962024-10-30T13:42:26.266Z[ helios-setup] Oct 30 13:42:25.725 INFO E| Compiling clap_derive v4.2.0
27972024-10-30T13:42:28.156Z[ helios-setup] Oct 30 13:42:27.615 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
27982024-10-30T13:42:28.940Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27992024-10-30T13:42:29.418Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28002024-10-30T13:42:34.879Z[ helios-setup] Oct 30 13:42:34.338 INFO E| Compiling clap v4.2.1
28012024-10-30T13:42:35.049Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28022024-10-30T13:42:36.155Z[ host-package] Compiling bb8 v0.8.5
28032024-10-30T13:42:37.747Z[ host-package] Compiling const_format_proc_macros v0.2.33
28042024-10-30T13:42:39.007Z[ helios-setup] Oct 30 13:42:38.465 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28052024-10-30T13:42:39.009Z[ host-package] Compiling vte_generate_state_changes v0.1.2
28062024-10-30T13:42:40.451Z[ host-package] Compiling vte v0.11.1
28072024-10-30T13:42:41.510Z[ host-package] Compiling const_format v0.2.33
28082024-10-30T13:42:43.769Z[ host-package] Compiling async-bb8-diesel v0.2.1
28092024-10-30T13:42:44.282Z[ host-package] Compiling chrono-tz v0.10.0
28102024-10-30T13:42:47.533Z[ host-package] Compiling fd-lock v4.0.2
28112024-10-30T13:42:47.740Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28122024-10-30T13:42:48.010Z[ host-package] Compiling atty v0.2.14
28132024-10-30T13:42:48.555Z[ host-package] Compiling bytecount v0.6.8
28142024-10-30T13:42:49.012Z[ helios-setup] Oct 30 13:42:48.469 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28152024-10-30T13:42:49.376Z[ host-package] Compiling salty v0.3.0
28162024-10-30T13:42:50.536Z[ host-package] Compiling papergrid v0.11.0
28172024-10-30T13:42:52.682Z[ helios-setup] Oct 30 13:42:52.138 INFO E| Compiling tokio-tungstenite v0.18.0
28182024-10-30T13:42:53.777Z[ helios-setup] Oct 30 13:42:53.234 INFO E| Compiling smartstring v1.0.1
28192024-10-30T13:42:55.074Z[ helios-setup] Oct 30 13:42:54.530 INFO E| Compiling rustls v0.21.0
28202024-10-30T13:42:57.262Z[ helios-setup] Oct 30 13:42:56.718 INFO E| Compiling serde_spanned v0.6.1
28212024-10-30T13:42:57.780Z[ helios-setup] Oct 30 13:42:57.236 INFO E| Compiling toml_datetime v0.6.1
28222024-10-30T13:42:59.204Z[ host-package] Compiling parking_lot v0.11.2
28232024-10-30T13:42:59.220Z[ helios-setup] Oct 30 13:42:58.676 INFO E| Compiling paste v1.0.12
28242024-10-30T13:43:00.453Z[ helios-setup] Oct 30 13:42:59.909 INFO E| Compiling slog-async v2.7.0
28252024-10-30T13:43:01.719Z[ helios-setup] Oct 30 13:43:01.175 INFO E| Compiling async-trait v0.1.68
28262024-10-30T13:43:03.307Z[ helios-setup] Oct 30 13:43:02.762 INFO E| Compiling camino v1.1.4
28272024-10-30T13:43:04.587Z[ helios-setup] Oct 30 13:43:04.043 INFO E| Compiling winnow v0.4.1
28282024-10-30T13:43:06.534Z[ helios-setup] Oct 30 13:43:05.989 INFO E| Compiling match_cfg v0.1.0
28292024-10-30T13:43:06.735Z[ helios-setup] Oct 30 13:43:06.190 INFO E| Compiling static_assertions v1.1.0
28302024-10-30T13:43:08.630Z[ helios-setup] Oct 30 13:43:08.086 INFO E| Compiling hostname v0.3.1
28312024-10-30T13:43:09.480Z[ helios-setup] Oct 30 13:43:08.935 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
28322024-10-30T13:43:09.691Z[ helios-setup] Oct 30 13:43:09.146 INFO E| Compiling slog-json v2.6.1
28332024-10-30T13:43:10.813Z[ helios-setup] Oct 30 13:43:10.268 INFO E| Compiling unicode-linebreak v0.1.4
28342024-10-30T13:43:12.387Z[ helios-setup] Oct 30 13:43:11.842 INFO E| Compiling toml_edit v0.19.8
28352024-10-30T13:43:15.271Z[ helios-setup] Oct 30 13:43:14.725 INFO E| Compiling async-stream-impl v0.3.5
28362024-10-30T13:43:15.778Z[ helios-setup] Oct 30 13:43:15.233 INFO E| Compiling rhai_codegen v1.5.0
28372024-10-30T13:43:16.290Z[ host-package] Compiling strip-ansi-escapes v0.2.0
28382024-10-30T13:43:16.758Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
28392024-10-30T13:43:17.785Z[ host-package] Compiling tabled_derive v0.7.0
28402024-10-30T13:43:18.408Z[ helios-setup] Oct 30 13:43:17.862 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28412024-10-30T13:43:19.231Z[ helios-setup] Oct 30 13:43:18.685 INFO E| Compiling take_mut v0.2.2
28422024-10-30T13:43:19.680Z[ helios-setup] Oct 30 13:43:19.134 INFO E| Compiling toml v0.7.3
28432024-10-30T13:43:20.596Z[ helios-setup] Oct 30 13:43:20.050 INFO E| Compiling rhai v1.14.0
28442024-10-30T13:43:22.111Z[ host-package] Compiling peg-macros v0.8.4
28452024-10-30T13:43:25.507Z[ host-package] Compiling sqlparser_derive v0.2.2
28462024-10-30T13:43:27.796Z[ host-package] Compiling nu-ansi-term v0.50.1
28472024-10-30T13:43:29.704Z[ host-package] Compiling unicode_categories v0.1.1
28482024-10-30T13:43:30.553Z[ host-package] Compiling sqlformat v0.2.6
28492024-10-30T13:43:30.556Z[ helios-setup] Oct 30 13:43:30.009 INFO E| Compiling async-stream v0.3.5
28502024-10-30T13:43:30.696Z[ host-package] Compiling rustyline v14.0.0
28512024-10-30T13:43:31.369Z[ helios-setup] Oct 30 13:43:30.822 INFO E| Compiling slog-bunyan v2.4.0
28522024-10-30T13:43:35.186Z[ helios-setup] Oct 30 13:43:34.638 INFO E| Compiling rustls-pemfile v1.0.2
28532024-10-30T13:43:36.359Z[ helios-setup] Oct 30 13:43:35.812 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28542024-10-30T13:43:36.520Z[ helios-setup] Oct 30 13:43:35.970 INFO E| Compiling serde_path_to_error v0.1.11
28552024-10-30T13:43:36.847Z[ helios-setup] Oct 30 13:43:36.299 INFO E| Compiling bincode v1.3.3
28562024-10-30T13:43:38.762Z[ helios-setup] Oct 30 13:43:38.214 INFO E| Compiling terminal_size v0.2.6
28572024-10-30T13:43:38.811Z[ helios-setup] Oct 30 13:43:38.263 INFO E| Compiling smawk v0.3.1
28582024-10-30T13:43:39.381Z[ helios-setup] Oct 30 13:43:38.833 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
28592024-10-30T13:43:39.453Z[ helios-setup] Oct 30 13:43:38.905 INFO E| Compiling textwrap v0.16.0
28602024-10-30T13:43:44.423Z[ helios-setup] Oct 30 13:43:43.874 INFO E| Compiling sct v0.7.0
28612024-10-30T13:43:44.486Z[ helios-setup] Oct 30 13:43:43.937 INFO E| Compiling rustls-webpki v0.100.1
28622024-10-30T13:43:52.600Z[ host-package] Compiling reedline v0.35.0
28632024-10-30T13:43:55.393Z[ host-package] Compiling peg v0.8.4
28642024-10-30T13:43:55.701Z[ host-package] Compiling sqlparser v0.45.0
28652024-10-30T13:43:56.105Z[ host-package] Compiling tabled v0.15.0
28662024-10-30T13:43:56.879Z[ helios-setup] Oct 30 13:43:56.329 INFO E| Compiling tokio-rustls v0.24.0
28672024-10-30T13:43:57.202Z[ helios-setup] Oct 30 13:43:56.652 INFO E| Compiling git2 v0.16.1
28682024-10-30T13:44:08.529Z[ helios-setup] Oct 30 13:44:07.978 INFO E| Compiling built v0.6.0
28692024-10-30T13:44:10.054Z[ helios-setup] Oct 30 13:44:09.502 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28702024-10-30T13:44:10.144Z[ host-package] Compiling sled v0.34.7
28712024-10-30T13:44:10.980Z[ host-package] Compiling mime_guess v2.0.5
28722024-10-30T13:44:11.960Z[ helios-setup] Oct 30 13:44:11.409 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
28732024-10-30T13:44:13.062Z[ helios-setup] Oct 30 13:44:12.511 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
28742024-10-30T13:44:17.805Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28752024-10-30T13:44:21.998Z[ host-package] Compiling hickory-client v0.24.1
28762024-10-30T13:44:23.818Z[ helios-setup] Oct 30 13:44:23.266 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
28772024-10-30T13:44:24.185Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
28782024-10-30T13:44:25.366Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28792024-10-30T13:44:28.497Z[ helios-setup] Oct 30 13:44:27.944 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
28802024-10-30T13:44:29.878Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28812024-10-30T13:44:31.332Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28822024-10-30T13:44:35.182Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28832024-10-30T13:44:35.570Z[ host-package] Compiling hickory-server v0.24.1
28842024-10-30T13:44:38.843Z[ host-package] Compiling primeorder v0.13.6
28852024-10-30T13:44:40.330Z[ host-package] Compiling vergen v8.3.2
28862024-10-30T13:44:41.300Z[ host-package] Compiling bcs v0.1.6
28872024-10-30T13:44:42.968Z[ host-package] Compiling env_filter v0.1.2
28882024-10-30T13:44:43.968Z[ host-package] Compiling cargo-platform v0.1.8
28892024-10-30T13:44:44.820Z[ host-package] Compiling nanorand v0.7.0
28902024-10-30T13:44:46.161Z[ host-package] Compiling memoffset v0.9.1
28912024-10-30T13:44:46.879Z[ host-package] Compiling flume v0.11.0
28922024-10-30T13:44:47.683Z[ host-package] Compiling cargo_metadata v0.18.1
28932024-10-30T13:44:47.879Z[ host-package] Compiling env_logger v0.11.5
28942024-10-30T13:44:48.814Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28952024-10-30T13:44:51.036Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28962024-10-30T13:44:54.206Z[ host-package] Compiling p384 v0.13.0
28972024-10-30T13:44:57.419Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28982024-10-30T13:45:06.774Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28992024-10-30T13:45:14.211Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29002024-10-30T13:45:14.447Z[ host-package] Compiling git2 v0.19.0
29012024-10-30T13:45:15.801Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29022024-10-30T13:45:17.270Z[ helios-setup] Oct 30 13:45:16.713 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
29032024-10-30T13:45:23.413Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
29042024-10-30T13:45:24.783Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29052024-10-30T13:45:26.697Z[ host-package] Compiling rand_seeder v0.3.0
29062024-10-30T13:45:27.077Z[ host-package] Compiling libsqlite3-sys v0.30.1
29072024-10-30T13:45:27.183Z[ host-package] Compiling lzma-sys v0.1.20
29082024-10-30T13:45:27.737Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29092024-10-30T13:45:28.097Z[ host-package] Compiling rustls v0.21.12
29102024-10-30T13:45:28.295Z[ host-package] Compiling cfg_aliases v0.2.1
29112024-10-30T13:45:28.427Z[ host-package] Compiling nix v0.29.0
29122024-10-30T13:45:28.867Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29132024-10-30T13:45:29.552Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29142024-10-30T13:45:31.349Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29152024-10-30T13:45:32.302Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29162024-10-30T13:45:33.491Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29172024-10-30T13:45:33.969Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
29182024-10-30T13:45:37.453Z[ host-package] Compiling rustls-webpki v0.101.7
29192024-10-30T13:45:39.435Z[ host-package] Compiling sct v0.7.1
29202024-10-30T13:45:40.247Z[ host-package] Compiling heck v0.3.3
29212024-10-30T13:45:40.886Z[ host-package] Compiling castaway v0.2.3
29222024-10-30T13:45:41.209Z[ host-package] Compiling csv-core v0.1.11
29232024-10-30T13:45:42.585Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29242024-10-30T13:45:42.821Z[ host-package] Compiling http-range v0.1.5
29252024-10-30T13:45:43.680Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
29262024-10-30T13:45:44.827Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29272024-10-30T13:45:46.921Z[ host-package] Compiling hyper-staticfile v0.10.1
29282024-10-30T13:45:48.676Z[ host-package] Compiling csv v1.3.0
29292024-10-30T13:45:51.513Z[ host-package] Compiling compact_str v0.8.0
29302024-10-30T13:45:52.215Z[ host-package] Compiling zone_cfg_derive v0.1.2
29312024-10-30T13:45:55.113Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29322024-10-30T13:45:55.269Z[ host-package] Compiling nix v0.27.1
29332024-10-30T13:45:55.547Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
29342024-10-30T13:45:59.423Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29352024-10-30T13:46:06.718Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29362024-10-30T13:46:16.919Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29372024-10-30T13:46:18.666Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29382024-10-30T13:46:18.895Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29392024-10-30T13:46:22.532Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29402024-10-30T13:46:23.375Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29412024-10-30T13:46:23.789Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29422024-10-30T13:46:24.253Z[ host-package] Compiling unicode-truncate v1.1.0
29432024-10-30T13:46:24.449Z[ helios-setup] Oct 30 13:46:23.886 INFO E| Finished `release` profile [optimized] target(s) in 6m 41s
29442024-10-30T13:46:24.575Z[ helios-setup] Oct 30 13:46:24.011 INFO building project "pilot" ok (401 seconds)
29452024-10-30T13:46:24.575Z[ helios-setup] Oct 30 13:46:24.011 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
29462024-10-30T13:46:24.577Z[ helios-setup] Oct 30 13:46:24.011 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
29472024-10-30T13:46:24.585Z[ helios-setup] Oct 30 13:46:24.022 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
29482024-10-30T13:46:24.663Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29492024-10-30T13:46:24.842Z[ helios-setup] Oct 30 13:46:24.278 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
29502024-10-30T13:46:24.845Z[ helios-setup] Oct 30 13:46:24.278 INFO E| info: downloading component 'cargo'
29512024-10-30T13:46:25.323Z[ host-package] Compiling hashlink v0.9.1
29522024-10-30T13:46:26.156Z[ host-package] Compiling tungstenite v0.23.0
29532024-10-30T13:46:26.715Z[ helios-setup] Oct 30 13:46:26.151 INFO E| info: downloading component 'clippy'
29542024-10-30T13:46:26.985Z[ helios-setup] Oct 30 13:46:26.421 INFO E| info: downloading component 'rust-docs'
29552024-10-30T13:46:27.233Z[ host-package] Compiling lru v0.12.5
29562024-10-30T13:46:27.507Z[ host-package] Compiling instability v0.3.2
29572024-10-30T13:46:27.616Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
29582024-10-30T13:46:27.943Z[ host-package] Compiling fallible-iterator v0.3.0
29592024-10-30T13:46:28.532Z[ host-package] Compiling base64 v0.13.1
29602024-10-30T13:46:28.769Z[ helios-setup] Oct 30 13:46:28.205 INFO E| info: downloading component 'rust-src'
29612024-10-30T13:46:28.843Z[ host-package] Compiling cassowary v0.3.0
29622024-10-30T13:46:29.330Z[ host-package] Compiling ron v0.7.1
29632024-10-30T13:46:29.789Z[ helios-setup] Oct 30 13:46:29.174 INFO E| info: downloading component 'rust-std'
29642024-10-30T13:46:31.805Z[ helios-setup] Oct 30 13:46:31.241 INFO E| info: downloading component 'rustc'
29652024-10-30T13:46:31.979Z[ host-package] Compiling ratatui v0.28.1
29662024-10-30T13:46:32.197Z[ host-package] Compiling rusqlite v0.32.1
29672024-10-30T13:46:32.658Z[ host-package] Compiling tokio-tungstenite v0.23.1
29682024-10-30T13:46:33.455Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29692024-10-30T13:46:34.193Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29702024-10-30T13:46:36.495Z[ host-package] Compiling xz2 v0.1.7
29712024-10-30T13:46:37.175Z[ host-package] Compiling tokio-rustls v0.24.1
29722024-10-30T13:46:38.160Z[ helios-setup] Oct 30 13:46:37.595 INFO E| info: downloading component 'rustfmt'
29732024-10-30T13:46:38.416Z[ helios-setup] Oct 30 13:46:37.851 INFO E| info: installing component 'cargo'
29742024-10-30T13:46:38.595Z[ host-package] Compiling zone v0.1.8
29752024-10-30T13:46:39.682Z[ helios-setup] Oct 30 13:46:39.117 INFO E| info: installing component 'clippy'
29762024-10-30T13:46:40.125Z[ helios-setup] Oct 30 13:46:39.559 INFO E| info: installing component 'rust-docs'
29772024-10-30T13:46:45.339Z[ helios-setup] Oct 30 13:46:44.773 INFO E| info: installing component 'rust-src'
29782024-10-30T13:46:46.440Z[ helios-setup] Oct 30 13:46:45.874 INFO E| info: installing component 'rust-std'
29792024-10-30T13:46:49.424Z[ helios-setup] Oct 30 13:46:48.858 INFO E| info: installing component 'rustc'
29802024-10-30T13:46:53.313Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29812024-10-30T13:46:53.546Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29822024-10-30T13:46:55.720Z[ helios-setup] Oct 30 13:46:55.154 INFO E| info: installing component 'rustfmt'
29832024-10-30T13:46:56.146Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29842024-10-30T13:46:56.780Z[ helios-setup] Oct 30 13:46:56.214 INFO E| Blocking waiting for file lock on package cache
29852024-10-30T13:46:58.803Z[ helios-setup] Oct 30 13:46:58.236 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
29862024-10-30T13:46:59.353Z[ host-package] Compiling rustls-pemfile v1.0.4
29872024-10-30T13:46:59.750Z[ helios-setup] Oct 30 13:46:59.183 INFO E| From https://github.com/oxidecomputer/amd-apcb
29882024-10-30T13:46:59.750Z[ helios-setup] Oct 30 13:46:59.183 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927
29892024-10-30T13:46:59.750Z[ helios-setup] Oct 30 13:46:59.183 INFO E| * [new tag] v0.4.1 -> v0.4.1
29902024-10-30T13:46:59.780Z[ helios-setup] Oct 30 13:46:59.213 INFO E| * [new tag] v0.1.3 -> v0.1.3
29912024-10-30T13:46:59.780Z[ helios-setup] Oct 30 13:46:59.213 INFO E| * [new tag] v0.1.4 -> v0.1.4
29922024-10-30T13:46:59.783Z[ helios-setup] Oct 30 13:46:59.214 INFO E| * [new tag] v0.1.5 -> v0.1.5
29932024-10-30T13:46:59.783Z[ helios-setup] Oct 30 13:46:59.214 INFO E| * [new tag] v0.2.0 -> v0.2.0
29942024-10-30T13:46:59.783Z[ helios-setup] Oct 30 13:46:59.214 INFO E| * [new tag] v0.3.0 -> v0.3.0
29952024-10-30T13:46:59.783Z[ helios-setup] Oct 30 13:46:59.214 INFO E| * [new tag] v0.3.1 -> v0.3.1
29962024-10-30T13:46:59.783Z[ helios-setup] Oct 30 13:46:59.214 INFO E| * [new tag] v0.3.2 -> v0.3.2
29972024-10-30T13:46:59.783Z[ helios-setup] Oct 30 13:46:59.214 INFO E| * [new tag] v0.3.3 -> v0.3.3
29982024-10-30T13:46:59.783Z[ helios-setup] Oct 30 13:46:59.214 INFO E| * [new tag] v0.4.0 -> v0.4.0
29992024-10-30T13:46:59.817Z[ helios-setup] Oct 30 13:46:59.250 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
30002024-10-30T13:47:00.168Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30012024-10-30T13:47:00.511Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30022024-10-30T13:47:00.770Z[ helios-setup] Oct 30 13:47:00.203 INFO E| From https://github.com/oxidecomputer/amd-efs
30032024-10-30T13:47:00.770Z[ helios-setup] Oct 30 13:47:00.203 INFO E| * [new branch] empty -> origin/empty
30042024-10-30T13:47:00.770Z[ helios-setup] Oct 30 13:47:00.203 INFO E| * [new branch] issue-99 -> origin/issue-99
30052024-10-30T13:47:00.773Z[ helios-setup] Oct 30 13:47:00.203 INFO E| * [new branch] main -> origin/main
30062024-10-30T13:47:00.774Z[ helios-setup] Oct 30 13:47:00.203 INFO E| * [new branch] review -> origin/review
30072024-10-30T13:47:00.774Z[ helios-setup] Oct 30 13:47:00.203 INFO E| * [new ref] -> origin/HEAD
30082024-10-30T13:47:00.774Z[ helios-setup] Oct 30 13:47:00.204 INFO E| * [new tag] v0.2.0 -> v0.2.0
30092024-10-30T13:47:00.774Z[ helios-setup] Oct 30 13:47:00.204 INFO E| * [new tag] v0.2.1 -> v0.2.1
30102024-10-30T13:47:00.774Z[ helios-setup] Oct 30 13:47:00.204 INFO E| * [new tag] v0.2.2 -> v0.2.2
30112024-10-30T13:47:00.774Z[ helios-setup] Oct 30 13:47:00.204 INFO E| * [new tag] v0.2.3 -> v0.2.3
30122024-10-30T13:47:00.774Z[ helios-setup] Oct 30 13:47:00.204 INFO E| * [new tag] v0.2.4 -> v0.2.4
30132024-10-30T13:47:00.774Z[ helios-setup] Oct 30 13:47:00.204 INFO E| * [new tag] v0.2.5 -> v0.2.5
30142024-10-30T13:47:00.774Z[ helios-setup] Oct 30 13:47:00.204 INFO E| * [new tag] v0.2.6 -> v0.2.6
30152024-10-30T13:47:00.774Z[ helios-setup] Oct 30 13:47:00.205 INFO E| * [new tag] v0.2.7 -> v0.2.7
30162024-10-30T13:47:00.774Z[ helios-setup] Oct 30 13:47:00.205 INFO E| * [new tag] v0.3.0 -> v0.3.0
30172024-10-30T13:47:00.774Z[ helios-setup] Oct 30 13:47:00.205 INFO E| * [new tag] v0.3.1 -> v0.3.1
30182024-10-30T13:47:00.774Z[ helios-setup] Oct 30 13:47:00.205 INFO E| * [new tag] v0.4.0 -> v0.4.0
30192024-10-30T13:47:00.774Z[ helios-setup] Oct 30 13:47:00.205 INFO E| * [new tag] v0.4.1 -> v0.4.1
30202024-10-30T13:47:00.797Z[ helios-setup] Oct 30 13:47:00.230 INFO E| Updating crates.io index
30212024-10-30T13:47:01.263Z[ helios-setup] Oct 30 13:47:00.696 INFO E| Downloading crates ...
30222024-10-30T13:47:01.402Z[ helios-setup] Oct 30 13:47:00.834 INFO E| Downloaded unic-char-property v0.9.0
30232024-10-30T13:47:01.404Z[ helios-setup] Oct 30 13:47:00.837 INFO E| Downloaded strum_macros v0.23.1
30242024-10-30T13:47:01.407Z[ helios-setup] Oct 30 13:47:00.840 INFO E| Downloaded proc-macro-crate v0.1.5
30252024-10-30T13:47:01.410Z[ helios-setup] Oct 30 13:47:00.841 INFO E| Downloaded fletcher v0.1.0
30262024-10-30T13:47:01.412Z[ helios-setup] Oct 30 13:47:00.843 INFO E| Downloaded unic-ucd-ident v0.9.0
30272024-10-30T13:47:01.414Z[ helios-setup] Oct 30 13:47:00.846 INFO E| Downloaded scroll v0.10.2
30282024-10-30T13:47:01.417Z[ helios-setup] Oct 30 13:47:00.849 INFO E| Downloaded pest_derive v2.7.13
30292024-10-30T13:47:01.420Z[ helios-setup] Oct 30 13:47:00.853 INFO E| Downloaded modular-bitfield-impl v0.11.2
30302024-10-30T13:47:01.422Z[ helios-setup] Oct 30 13:47:00.856 INFO E| Downloaded unic-ucd-version v0.9.0
30312024-10-30T13:47:01.425Z[ helios-setup] Oct 30 13:47:00.857 INFO E| Downloaded unic-char-range v0.9.0
30322024-10-30T13:47:01.428Z[ helios-setup] Oct 30 13:47:00.859 INFO E| Downloaded scroll_derive v0.10.5
30332024-10-30T13:47:01.428Z[ helios-setup] Oct 30 13:47:00.861 INFO E| Downloaded pest_meta v2.7.13
30342024-10-30T13:47:01.432Z[ helios-setup] Oct 30 13:47:00.865 INFO E| Downloaded structopt v0.3.26
30352024-10-30T13:47:01.443Z[ helios-setup] Oct 30 13:47:00.876 INFO E| Downloaded unic-common v0.9.0
30362024-10-30T13:47:01.446Z[ helios-setup] Oct 30 13:47:00.878 INFO E| Downloaded strsim v0.8.0
30372024-10-30T13:47:01.449Z[ helios-setup] Oct 30 13:47:00.880 INFO E| Downloaded rustc_version v0.2.3
30382024-10-30T13:47:01.449Z[ helios-setup] Oct 30 13:47:00.881 INFO E| Downloaded pest_generator v2.7.13
30392024-10-30T13:47:01.451Z[ helios-setup] Oct 30 13:47:00.883 INFO E| Downloaded vec_map v0.8.2
30402024-10-30T13:47:01.454Z[ helios-setup] Oct 30 13:47:00.885 INFO E| Downloaded once_cell v1.20.1
30412024-10-30T13:47:01.457Z[ helios-setup] Oct 30 13:47:00.888 INFO E| Downloaded textwrap v0.11.0
30422024-10-30T13:47:01.460Z[ helios-setup] Oct 30 13:47:00.891 INFO E| Downloaded semver v0.9.0
30432024-10-30T13:47:01.462Z[ helios-setup] Oct 30 13:47:00.893 INFO E| Downloaded strum v0.23.0
30442024-10-30T13:47:01.462Z[ helios-setup] Oct 30 13:47:00.895 INFO E| Downloaded structopt-derive v0.4.18
30452024-10-30T13:47:01.465Z[ helios-setup] Oct 30 13:47:00.896 INFO E| Downloaded pre-proc-macro v0.2.1
30462024-10-30T13:47:01.468Z[ helios-setup] Oct 30 13:47:00.899 INFO E| Downloaded modular-bitfield v0.11.2
30472024-10-30T13:47:01.484Z[ helios-setup] Oct 30 13:47:00.917 INFO E| Downloaded pest v2.7.13
30482024-10-30T13:47:01.492Z[ helios-setup] Oct 30 13:47:00.925 INFO E| Downloaded goblin v0.4.3
30492024-10-30T13:47:01.505Z[ helios-setup] Oct 30 13:47:00.938 INFO E| Downloaded clap v2.34.0
30502024-10-30T13:47:01.516Z[ helios-setup] Oct 30 13:47:00.949 INFO E| Downloaded pre v0.2.1
30512024-10-30T13:47:01.519Z[ helios-setup] Oct 30 13:47:00.950 INFO E| Downloaded memoffset v0.5.6
30522024-10-30T13:47:01.521Z[ helios-setup] Oct 30 13:47:00.952 INFO E| Downloaded parse_int v0.6.0
30532024-10-30T13:47:01.521Z[ helios-setup] Oct 30 13:47:00.953 INFO E| Downloaded four-cc v0.3.0
30542024-10-30T13:47:01.524Z[ helios-setup] Oct 30 13:47:00.955 INFO E| Downloaded cfg-if v0.1.10
30552024-10-30T13:47:01.524Z[ helios-setup] Oct 30 13:47:00.956 INFO E| Downloaded bytesize v1.3.0
30562024-10-30T13:47:01.526Z[ helios-setup] Oct 30 13:47:00.958 INFO E| Downloaded semver-parser v0.7.0
30572024-10-30T13:47:01.526Z[ helios-setup] Oct 30 13:47:00.959 INFO E| Downloaded ansi_term v0.12.1
30582024-10-30T13:47:01.627Z[ helios-setup] Oct 30 13:47:01.059 INFO E| Compiling proc-macro2 v1.0.86
30592024-10-30T13:47:01.683Z[ helios-setup] Oct 30 13:47:01.116 INFO E| Compiling unicode-ident v1.0.13
30602024-10-30T13:47:01.687Z[ helios-setup] Oct 30 13:47:01.116 INFO E| Compiling syn v1.0.109
30612024-10-30T13:47:01.687Z[ helios-setup] Oct 30 13:47:01.116 INFO E| Compiling version_check v0.9.5
30622024-10-30T13:47:01.687Z[ helios-setup] Oct 30 13:47:01.117 INFO E| Compiling memchr v2.7.4
30632024-10-30T13:47:01.687Z[ helios-setup] Oct 30 13:47:01.117 INFO E| Compiling thiserror v1.0.64
30642024-10-30T13:47:01.687Z[ helios-setup] Oct 30 13:47:01.117 INFO E| Compiling semver-parser v0.7.0
30652024-10-30T13:47:01.687Z[ helios-setup] Oct 30 13:47:01.117 INFO E| Compiling autocfg v1.4.0
30662024-10-30T13:47:02.160Z[ helios-setup] Oct 30 13:47:01.593 INFO E| Compiling serde v1.0.210
30672024-10-30T13:47:02.965Z[ helios-setup] Oct 30 13:47:02.398 INFO E| Compiling semver v0.9.0
30682024-10-30T13:47:03.027Z[ helios-setup] Oct 30 13:47:02.459 INFO E| Compiling proc-macro-error-attr v1.0.4
30692024-10-30T13:47:03.445Z[ helios-setup] Oct 30 13:47:02.878 INFO E| Compiling rustc_version v0.2.3
30702024-10-30T13:47:03.602Z[ helios-setup] Oct 30 13:47:03.034 INFO E| Compiling proc-macro-error v1.0.4
30712024-10-30T13:47:03.660Z[ helios-setup] Oct 30 13:47:03.092 INFO E| Compiling serde_json v1.0.128
30722024-10-30T13:47:03.857Z[ helios-setup] Oct 30 13:47:03.289 INFO E| Compiling num-traits v0.2.19
30732024-10-30T13:47:04.063Z[ helios-setup] Oct 30 13:47:03.496 INFO E| Compiling ryu v1.0.18
30742024-10-30T13:47:04.302Z[ helios-setup] Oct 30 13:47:03.734 INFO E| Compiling unicode-segmentation v1.12.0
30752024-10-30T13:47:04.385Z[ helios-setup] Oct 30 13:47:03.817 INFO E| Compiling schemars v0.8.21
30762024-10-30T13:47:04.485Z[ helios-setup] Oct 30 13:47:03.918 INFO E| Compiling itoa v1.0.11
30772024-10-30T13:47:04.841Z[ helios-setup] Oct 30 13:47:04.274 INFO E| Compiling pre-proc-macro v0.2.1
30782024-10-30T13:47:04.965Z[ helios-setup] Oct 30 13:47:04.396 INFO E| Compiling memoffset v0.5.6
30792024-10-30T13:47:05.043Z[ helios-setup] Oct 30 13:47:04.475 INFO E| Compiling lazy_static v1.5.0
30802024-10-30T13:47:05.352Z[ helios-setup] Oct 30 13:47:04.785 INFO E| Compiling quote v1.0.37
30812024-10-30T13:47:05.546Z[ helios-setup] Oct 30 13:47:04.978 INFO E| Compiling heck v0.3.3
30822024-10-30T13:47:05.753Z[ helios-setup] Oct 30 13:47:05.185 INFO E| Compiling libc v0.2.159
30832024-10-30T13:47:05.762Z[ helios-setup] Oct 30 13:47:05.194 INFO E| Compiling dyn-clone v1.0.17
30842024-10-30T13:47:05.833Z[ helios-setup] Oct 30 13:47:05.265 INFO E| Compiling paste v1.0.15
30852024-10-30T13:47:05.874Z[ helios-setup] Oct 30 13:47:05.306 INFO E| Compiling rustversion v1.0.17
30862024-10-30T13:47:06.201Z[ helios-setup] Oct 30 13:47:05.634 INFO E| Compiling syn v2.0.79
30872024-10-30T13:47:06.859Z[ helios-setup] Oct 30 13:47:06.292 INFO E| Compiling ucd-trie v0.1.7
30882024-10-30T13:47:07.322Z[ helios-setup] Oct 30 13:47:06.753 INFO E| Compiling pre v0.2.1
30892024-10-30T13:47:07.536Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30902024-10-30T13:47:07.629Z[ helios-setup] Oct 30 13:47:07.061 INFO E| Compiling once_cell v1.20.1
30912024-10-30T13:47:08.026Z[ host-package] Compiling signal-hook-tokio v0.3.1
30922024-10-30T13:47:08.049Z[ helios-setup] Oct 30 13:47:07.481 INFO E| Compiling static_assertions v1.1.0
30932024-10-30T13:47:08.151Z[ helios-setup] Oct 30 13:47:07.583 INFO E| Compiling cfg-if v0.1.10
30942024-10-30T13:47:08.238Z[ helios-setup] Oct 30 13:47:07.670 INFO E| Compiling byteorder v1.5.0
30952024-10-30T13:47:08.710Z[ host-package] Compiling twox-hash v1.6.3
30962024-10-30T13:47:09.363Z[ helios-setup] Oct 30 13:47:08.795 INFO E| Compiling unicode-width v0.1.14
30972024-10-30T13:47:10.365Z[ helios-setup] Oct 30 13:47:09.796 INFO E| Compiling textwrap v0.11.0
30982024-10-30T13:47:10.763Z[ helios-setup] Oct 30 13:47:10.195 INFO E| Compiling atty v0.2.14
30992024-10-30T13:47:10.923Z[ host-package] Compiling yasna v0.5.2
31002024-10-30T13:47:10.967Z[ helios-setup] Oct 30 13:47:10.399 INFO E| Compiling strum v0.23.0
31012024-10-30T13:47:11.065Z[ host-package] Compiling is_ci v1.2.0
31022024-10-30T13:47:11.145Z[ helios-setup] Oct 30 13:47:10.577 INFO E| Compiling strsim v0.8.0
31032024-10-30T13:47:11.152Z[ helios-setup] Oct 30 13:47:10.584 INFO E| Compiling fletcher v0.1.0
31042024-10-30T13:47:11.472Z[ helios-setup] Oct 30 13:47:10.904 INFO E| Compiling ansi_term v0.12.1
31052024-10-30T13:47:11.647Z[ helios-setup] Oct 30 13:47:11.078 INFO E| Compiling bitflags v1.3.2
31062024-10-30T13:47:11.656Z[ helios-setup] Oct 30 13:47:11.084 INFO E| Compiling unic-char-range v0.9.0
31072024-10-30T13:47:11.764Z[ host-package] Compiling smawk v0.3.2
31082024-10-30T13:47:11.794Z[ helios-setup] Oct 30 13:47:11.226 INFO E| Compiling parse_int v0.6.0
31092024-10-30T13:47:12.011Z[ helios-setup] Oct 30 13:47:11.443 INFO E| Compiling unic-common v0.9.0
31102024-10-30T13:47:12.011Z[ helios-setup] Oct 30 13:47:11.443 INFO E| Compiling vec_map v0.8.2
31112024-10-30T13:47:12.218Z[ helios-setup] Oct 30 13:47:11.649 INFO E| Compiling unic-ucd-version v0.9.0
31122024-10-30T13:47:12.367Z[ helios-setup] Oct 30 13:47:11.799 INFO E| Compiling unic-char-property v0.9.0
31132024-10-30T13:47:12.387Z[ helios-setup] Oct 30 13:47:11.819 INFO E| Compiling log v0.4.22
31142024-10-30T13:47:12.453Z[ host-package] Compiling unicode-linebreak v0.1.5
31152024-10-30T13:47:12.505Z[ helios-setup] Oct 30 13:47:11.937 INFO E| Compiling plain v0.2.3
31162024-10-30T13:47:12.606Z[ helios-setup] Oct 30 13:47:12.038 INFO E| Compiling clap v2.34.0
31172024-10-30T13:47:12.700Z[ helios-setup] Oct 30 13:47:12.132 INFO E| Compiling unic-ucd-ident v0.9.0
31182024-10-30T13:47:12.746Z[ helios-setup] Oct 30 13:47:12.177 INFO E| Compiling bytesize v1.3.0
31192024-10-30T13:47:13.069Z[ host-package] Compiling supports-color v3.0.1
31202024-10-30T13:47:13.491Z[ host-package] Compiling rcgen v0.12.1
31212024-10-30T13:47:13.869Z[ host-package] Compiling textwrap v0.16.1
31222024-10-30T13:47:14.795Z[ helios-setup] Oct 30 13:47:14.226 INFO E| Compiling serde_derive_internals v0.29.1
31232024-10-30T13:47:16.868Z[ helios-setup] Oct 30 13:47:16.273 INFO E| Compiling toml v0.5.11
31242024-10-30T13:47:18.977Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31252024-10-30T13:47:19.650Z[ helios-setup] Oct 30 13:47:19.081 INFO E| Compiling proc-macro-crate v0.1.5
31262024-10-30T13:47:21.244Z[ helios-setup] Oct 30 13:47:20.675 INFO E| Compiling thiserror-impl v1.0.64
31272024-10-30T13:47:21.271Z[ helios-setup] Oct 30 13:47:20.702 INFO E| Compiling serde_derive v1.0.210
31282024-10-30T13:47:21.308Z[ helios-setup] Oct 30 13:47:20.738 INFO E| Compiling schemars_derive v0.8.21
31292024-10-30T13:47:21.851Z[ helios-setup] Oct 30 13:47:21.282 INFO E| Compiling zerocopy-derive v0.6.6
31302024-10-30T13:47:22.691Z[ helios-setup] Oct 30 13:47:22.121 INFO E| Compiling num-derive v0.4.2
31312024-10-30T13:47:25.530Z[ helios-setup] Oct 30 13:47:24.960 INFO E| Compiling zerocopy v0.6.6
31322024-10-30T13:47:26.046Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31332024-10-30T13:47:27.374Z[ helios-setup] Oct 30 13:47:26.804 INFO E| Compiling pest v2.7.13
31342024-10-30T13:47:28.473Z[ helios-setup] Oct 30 13:47:27.904 INFO E| Compiling modular-bitfield-impl v0.11.2
31352024-10-30T13:47:28.473Z[ helios-setup] Oct 30 13:47:27.904 INFO E| Compiling strum_macros v0.23.1
31362024-10-30T13:47:30.331Z[ helios-setup] Oct 30 13:47:29.758 INFO E| Compiling scroll_derive v0.10.5
31372024-10-30T13:47:30.834Z[ helios-setup] Oct 30 13:47:30.264 INFO E| Compiling structopt-derive v0.4.18
31382024-10-30T13:47:31.337Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
31392024-10-30T13:47:32.403Z[ helios-setup] Oct 30 13:47:31.833 INFO E| Compiling pest_meta v2.7.13
31402024-10-30T13:47:33.725Z[ helios-setup] Oct 30 13:47:33.155 INFO E| Compiling scroll v0.10.2
31412024-10-30T13:47:34.402Z[ helios-setup] Oct 30 13:47:33.831 INFO E| Compiling modular-bitfield v0.11.2
31422024-10-30T13:47:34.672Z[ helios-setup] Oct 30 13:47:34.094 INFO E| Compiling goblin v0.4.3
31432024-10-30T13:47:35.025Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31442024-10-30T13:47:35.161Z[ helios-setup] Oct 30 13:47:34.591 INFO E| Compiling pest_generator v2.7.13
31452024-10-30T13:47:36.237Z[ helios-setup] Oct 30 13:47:35.667 INFO E| Compiling structopt v0.3.26
31462024-10-30T13:47:36.707Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31472024-10-30T13:47:40.141Z[ helios-setup] Oct 30 13:47:39.570 INFO E| Compiling pest_derive v2.7.13
31482024-10-30T13:47:43.195Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31492024-10-30T13:47:44.268Z[ helios-setup] Oct 30 13:47:43.697 INFO E| Compiling json5 v0.4.1
31502024-10-30T13:47:48.012Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31512024-10-30T13:47:49.084Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31522024-10-30T13:47:50.601Z[ helios-setup] Oct 30 13:47:50.029 INFO E| Compiling four-cc v0.3.0
31532024-10-30T13:47:50.601Z[ helios-setup] Oct 30 13:47:50.029 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d)
31542024-10-30T13:47:50.768Z[ helios-setup] Oct 30 13:47:50.196 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56)
31552024-10-30T13:48:01.562Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31562024-10-30T13:48:03.575Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31572024-10-30T13:48:09.877Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31582024-10-30T13:48:11.926Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31592024-10-30T13:48:12.463Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31602024-10-30T13:48:17.580Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31612024-10-30T13:48:19.590Z[ host-package] Compiling fatfs v0.3.6
31622024-10-30T13:48:19.927Z[ host-package] Compiling subprocess v0.2.9
31632024-10-30T13:48:22.843Z[ host-package] Compiling rtoolbox v0.0.2
31642024-10-30T13:48:23.747Z[ host-package] Compiling assert_matches v1.5.0
31652024-10-30T13:48:25.117Z[ host-package] Compiling rpassword v7.3.1
31662024-10-30T13:48:25.690Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31672024-10-30T13:48:28.028Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31682024-10-30T13:48:34.226Z[ helios-setup] Oct 30 13:48:33.650 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
31692024-10-30T13:48:34.391Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31702024-10-30T13:48:40.208Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31712024-10-30T13:48:48.547Z[ host-package] Compiling tui-tree-widget v0.22.0
31722024-10-30T13:48:49.141Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31732024-10-30T13:48:49.552Z[ helios-setup] Oct 30 13:48:48.974 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31742024-10-30T13:49:02.392Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31752024-10-30T13:49:02.941Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31762024-10-30T13:49:03.285Z[ host-package] Compiling uzers v0.12.1
31772024-10-30T13:49:06.703Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31782024-10-30T13:49:13.468Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31792024-10-30T13:49:15.940Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31802024-10-30T13:49:32.616Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31812024-10-30T13:49:39.822Z[ helios-setup] Oct 30 13:49:39.239 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 43s
31822024-10-30T13:49:39.859Z[ helios-setup] Oct 30 13:49:39.277 INFO building project "amd-host-image-builder" ok (195 seconds)
31832024-10-30T13:49:39.859Z[ helios-setup] Oct 30 13:49:39.277 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
31842024-10-30T13:49:39.862Z[ helios-setup] Oct 30 13:49:39.277 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
31852024-10-30T13:49:40.186Z[ helios-setup] Oct 30 13:49:39.604 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
31862024-10-30T13:49:40.733Z[ helios-setup] Oct 30 13:49:40.150 INFO E| From https://github.com/jclulow/rust-jmclib
31872024-10-30T13:49:40.733Z[ helios-setup] Oct 30 13:49:40.150 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
31882024-10-30T13:49:40.754Z[ helios-setup] Oct 30 13:49:40.171 INFO E| Updating crates.io index
31892024-10-30T13:49:40.964Z[ helios-setup] Oct 30 13:49:40.382 INFO E| Downloading crates ...
31902024-10-30T13:49:41.131Z[ helios-setup] Oct 30 13:49:40.548 INFO E| Downloaded md-5 v0.9.1
31912024-10-30T13:49:41.134Z[ helios-setup] Oct 30 13:49:40.551 INFO E| Downloaded getrandom v0.2.10
31922024-10-30T13:49:41.138Z[ helios-setup] Oct 30 13:49:40.556 INFO E| Downloaded anyhow v1.0.72
31932024-10-30T13:49:41.144Z[ helios-setup] Oct 30 13:49:40.562 INFO E| Downloaded digest v0.9.0
31942024-10-30T13:49:41.147Z[ helios-setup] Oct 30 13:49:40.564 INFO E| Downloaded bitflags v2.3.3
31952024-10-30T13:49:41.151Z[ helios-setup] Oct 30 13:49:40.569 INFO E| Downloaded libdevinfo-sys v1.0.0
31962024-10-30T13:49:41.154Z[ helios-setup] Oct 30 13:49:40.570 INFO E| Downloaded cpufeatures v0.2.9
31972024-10-30T13:49:41.156Z[ helios-setup] Oct 30 13:49:40.572 INFO E| Downloaded sha-1 v0.9.8
31982024-10-30T13:49:41.159Z[ helios-setup] Oct 30 13:49:40.575 INFO E| Downloaded fastrand v2.0.0
31992024-10-30T13:49:41.161Z[ helios-setup] Oct 30 13:49:40.578 INFO E| Downloaded block-buffer v0.9.0
32002024-10-30T13:49:41.164Z[ helios-setup] Oct 30 13:49:40.579 INFO E| Downloaded tempfile v3.7.0
32012024-10-30T13:49:41.166Z[ helios-setup] Oct 30 13:49:40.583 INFO E| Downloaded quote v1.0.31
32022024-10-30T13:49:41.170Z[ helios-setup] Oct 30 13:49:40.587 INFO E| Downloaded uuid v0.8.2
32032024-10-30T13:49:41.175Z[ helios-setup] Oct 30 13:49:40.593 INFO E| Downloaded unicode-ident v1.0.11
32042024-10-30T13:49:41.180Z[ helios-setup] Oct 30 13:49:40.597 INFO E| Downloaded proc-macro2 v1.0.66
32052024-10-30T13:49:41.184Z[ helios-setup] Oct 30 13:49:40.601 INFO E| Downloaded serde v1.0.193
32062024-10-30T13:49:41.190Z[ helios-setup] Oct 30 13:49:40.607 INFO E| Downloaded serde_derive v1.0.193
32072024-10-30T13:49:41.194Z[ helios-setup] Oct 30 13:49:40.612 INFO E| Downloaded serde_json v1.0.103
32082024-10-30T13:49:41.207Z[ helios-setup] Oct 30 13:49:40.624 INFO E| Downloaded once_cell v1.18.0
32092024-10-30T13:49:41.240Z[ helios-setup] Oct 30 13:49:40.657 INFO E| Downloaded syn v2.0.32
32102024-10-30T13:49:41.258Z[ helios-setup] Oct 30 13:49:40.675 INFO E| Downloaded rustix v0.38.4
32112024-10-30T13:49:41.371Z[ helios-setup] Oct 30 13:49:40.789 INFO E| Downloaded libc v0.2.147
32122024-10-30T13:49:41.637Z[ helios-setup] Oct 30 13:49:41.054 INFO E| Compiling libc v0.2.147
32132024-10-30T13:49:41.637Z[ helios-setup] Oct 30 13:49:41.054 INFO E| Compiling proc-macro2 v1.0.66
32142024-10-30T13:49:41.640Z[ helios-setup] Oct 30 13:49:41.055 INFO E| Compiling cfg-if v1.0.0
32152024-10-30T13:49:41.640Z[ helios-setup] Oct 30 13:49:41.055 INFO E| Compiling unicode-ident v1.0.11
32162024-10-30T13:49:41.640Z[ helios-setup] Oct 30 13:49:41.055 INFO E| Compiling version_check v0.9.4
32172024-10-30T13:49:41.640Z[ helios-setup] Oct 30 13:49:41.055 INFO E| Compiling typenum v1.16.0
32182024-10-30T13:49:41.640Z[ helios-setup] Oct 30 13:49:41.055 INFO E| Compiling serde v1.0.193
32192024-10-30T13:49:41.641Z[ helios-setup] Oct 30 13:49:41.055 INFO E| Compiling itoa v1.0.9
32202024-10-30T13:49:42.069Z[ helios-setup] Oct 30 13:49:41.486 INFO E| Compiling slog v2.7.0
32212024-10-30T13:49:42.224Z[ helios-setup] Oct 30 13:49:41.641 INFO E| Compiling powerfmt v0.2.0
32222024-10-30T13:49:42.245Z[ helios-setup] Oct 30 13:49:41.650 INFO E| Compiling num-conv v0.1.0
32232024-10-30T13:49:42.740Z[ helios-setup] Oct 30 13:49:42.157 INFO E| Compiling time-core v0.1.2
32242024-10-30T13:49:42.930Z[ helios-setup] Oct 30 13:49:42.348 INFO E| Compiling generic-array v0.14.7
32252024-10-30T13:49:43.127Z[ helios-setup] Oct 30 13:49:42.544 INFO E| Compiling rustix v0.38.4
32262024-10-30T13:49:43.215Z[ helios-setup] Oct 30 13:49:42.632 INFO E| Compiling deranged v0.3.11
32272024-10-30T13:49:43.399Z[ helios-setup] Oct 30 13:49:42.816 INFO E| Compiling once_cell v1.18.0
32282024-10-30T13:49:43.596Z[ helios-setup] Oct 30 13:49:43.013 INFO E| Compiling time-macros v0.2.18
32292024-10-30T13:49:43.838Z[ helios-setup] Oct 30 13:49:43.255 INFO E| Compiling num_threads v0.1.6
32302024-10-30T13:49:44.305Z[ helios-setup] Oct 30 13:49:43.721 INFO E| Compiling bitflags v2.3.3
32312024-10-30T13:49:44.436Z[ helios-setup] Oct 30 13:49:43.853 INFO E| Compiling thread_local v1.1.7
32322024-10-30T13:49:45.084Z[ helios-setup] Oct 30 13:49:44.501 INFO E| Compiling quote v1.0.31
32332024-10-30T13:49:45.679Z[ helios-setup] Oct 30 13:49:45.096 INFO E| Compiling syn v2.0.32
32342024-10-30T13:49:45.924Z[ helios-setup] Oct 30 13:49:45.341 INFO E| Compiling anyhow v1.0.72
32352024-10-30T13:49:46.281Z[ helios-setup] Oct 30 13:49:45.698 INFO E| Compiling dirs-sys-next v0.1.2
32362024-10-30T13:49:46.786Z[ host-package] Compiling multimap v0.10.0
32372024-10-30T13:49:46.878Z[ helios-setup] Oct 30 13:49:46.294 INFO E| Compiling dirs-next v2.0.0
32382024-10-30T13:49:46.912Z[ helios-setup] Oct 30 13:49:46.329 INFO E| Compiling errno v0.3.1
32392024-10-30T13:49:47.367Z[ helios-setup] Oct 30 13:49:46.784 INFO E| Compiling term v0.7.0
32402024-10-30T13:49:47.416Z[ helios-setup] Oct 30 13:49:46.833 INFO E| Compiling atty v0.2.14
32412024-10-30T13:49:47.675Z[ helios-setup] Oct 30 13:49:47.092 INFO E| Compiling fastrand v2.0.0
32422024-10-30T13:49:47.675Z[ helios-setup] Oct 30 13:49:47.092 INFO E| Compiling opaque-debug v0.3.0
32432024-10-30T13:49:47.847Z[ helios-setup] Oct 30 13:49:47.264 INFO E| Compiling serde_json v1.0.103
32442024-10-30T13:49:48.364Z[ helios-setup] Oct 30 13:49:47.781 INFO E| Compiling digest v0.9.0
32452024-10-30T13:49:48.699Z[ helios-setup] Oct 30 13:49:48.106 INFO E| Compiling block-buffer v0.9.0
32462024-10-30T13:49:48.738Z[ helios-setup] Oct 30 13:49:48.155 INFO E| Compiling getrandom v0.2.10
32472024-10-30T13:49:48.898Z[ helios-setup] Oct 30 13:49:48.315 INFO E| Compiling unicode-width v0.1.10
32482024-10-30T13:49:49.103Z[ helios-setup] Oct 30 13:49:48.519 INFO E| Compiling time v0.3.36
32492024-10-30T13:49:49.248Z[ helios-setup] Oct 30 13:49:48.664 INFO E| Compiling cpufeatures v0.2.9
32502024-10-30T13:49:49.279Z[ helios-setup] Oct 30 13:49:48.685 INFO E| Compiling ryu v1.0.15
32512024-10-30T13:49:49.424Z[ helios-setup] Oct 30 13:49:48.841 INFO E| Compiling same-file v1.0.6
32522024-10-30T13:49:49.475Z[ helios-setup] Oct 30 13:49:48.892 INFO E| Compiling sha-1 v0.9.8
32532024-10-30T13:49:49.736Z[ helios-setup] Oct 30 13:49:49.153 INFO E| Compiling walkdir v2.3.3
32542024-10-30T13:49:49.995Z[ helios-setup] Oct 30 13:49:49.411 INFO E| Compiling getopts v0.2.21
32552024-10-30T13:49:50.072Z[ helios-setup] Oct 30 13:49:49.489 INFO E| Compiling md-5 v0.9.1
32562024-10-30T13:49:50.830Z[ helios-setup] Oct 30 13:49:50.247 INFO E| Compiling tempfile v3.7.0
32572024-10-30T13:49:51.149Z[ helios-setup] Oct 30 13:49:50.566 INFO E| Compiling libdevinfo-sys v1.0.0
32582024-10-30T13:49:51.421Z[ helios-setup] Oct 30 13:49:50.827 INFO E| Compiling glob v0.3.1
32592024-10-30T13:49:53.121Z[ helios-setup] Oct 30 13:49:52.537 INFO E| Compiling slog-term v2.9.0
32602024-10-30T13:49:55.285Z[ helios-setup] Oct 30 13:49:54.702 INFO E| Compiling serde_derive v1.0.193
32612024-10-30T13:50:11.443Z[ helios-setup] Oct 30 13:50:10.857 INFO E| Compiling toml v0.5.11
32622024-10-30T13:50:11.443Z[ helios-setup] Oct 30 13:50:10.858 INFO E| Compiling uuid v0.8.2
32632024-10-30T13:50:13.779Z[ helios-setup] Oct 30 13:50:13.193 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
32642024-10-30T13:50:17.333Z[ helios-setup] Oct 30 13:50:16.747 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
32652024-10-30T13:50:31.757Z[ helios-setup] Oct 30 13:50:31.170 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.77s
32662024-10-30T13:50:31.792Z[ helios-setup] Oct 30 13:50:31.204 INFO building project "image-builder" ok (51 seconds)
32672024-10-30T13:50:31.795Z[ helios-setup] Oct 30 13:50:31.205 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
32682024-10-30T13:50:31.795Z[ helios-setup] Oct 30 13:50:31.205 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
32692024-10-30T13:50:32.116Z[ helios-setup] Oct 30 13:50:31.529 INFO E| Downloading crates ...
32702024-10-30T13:50:32.253Z[ helios-setup] Oct 30 13:50:31.665 INFO E| Downloaded miniz_oxide v0.7.2
32712024-10-30T13:50:32.491Z[ helios-setup] Oct 30 13:50:31.904 INFO E| Compiling adler v1.0.2
32722024-10-30T13:50:32.704Z[ helios-setup] Oct 30 13:50:32.117 INFO E| Compiling miniz_oxide v0.7.2
32732024-10-30T13:50:35.797Z[ helios-setup] Oct 30 13:50:35.209 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
32742024-10-30T13:50:37.464Z[ helios-setup] Oct 30 13:50:36.876 INFO E| Finished `release` profile [optimized] target(s) in 5.56s
32752024-10-30T13:50:37.475Z[ helios-setup] Oct 30 13:50:36.887 INFO building project "pinprick" ok (5 seconds)
32762024-10-30T13:50:37.478Z[ helios-setup] Oct 30 13:50:36.888 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
32772024-10-30T13:50:37.478Z[ helios-setup] Oct 30 13:50:36.888 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
32782024-10-30T13:50:37.744Z[ helios-setup] Oct 30 13:50:37.156 INFO E| Downloading crates ...
32792024-10-30T13:50:37.801Z[ helios-setup] Oct 30 13:50:37.213 INFO E| Downloaded digest v0.10.3
32802024-10-30T13:50:37.810Z[ helios-setup] Oct 30 13:50:37.222 INFO E| Downloaded bytes v1.2.1
32812024-10-30T13:50:37.815Z[ helios-setup] Oct 30 13:50:37.228 INFO E| Downloaded sha2 v0.10.5
32822024-10-30T13:50:37.818Z[ helios-setup] Oct 30 13:50:37.231 INFO E| Downloaded typenum v1.15.0
32832024-10-30T13:50:37.822Z[ helios-setup] Oct 30 13:50:37.234 INFO E| Downloaded anyhow v1.0.62
32842024-10-30T13:50:37.908Z[ helios-setup] Oct 30 13:50:37.320 INFO E| Compiling typenum v1.15.0
32852024-10-30T13:50:37.908Z[ helios-setup] Oct 30 13:50:37.320 INFO E| Compiling version_check v0.9.4
32862024-10-30T13:50:37.911Z[ helios-setup] Oct 30 13:50:37.320 INFO E| Compiling cfg-if v1.0.0
32872024-10-30T13:50:37.911Z[ helios-setup] Oct 30 13:50:37.320 INFO E| Compiling crc32fast v1.3.2
32882024-10-30T13:50:37.911Z[ helios-setup] Oct 30 13:50:37.320 INFO E| Compiling anyhow v1.0.62
32892024-10-30T13:50:37.911Z[ helios-setup] Oct 30 13:50:37.320 INFO E| Compiling adler v1.0.2
32902024-10-30T13:50:37.911Z[ helios-setup] Oct 30 13:50:37.320 INFO E| Compiling unicode-width v0.1.10
32912024-10-30T13:50:37.911Z[ helios-setup] Oct 30 13:50:37.320 INFO E| Compiling cpufeatures v0.2.5
32922024-10-30T13:50:38.759Z[ helios-setup] Oct 30 13:50:38.171 INFO E| Compiling bitflags v1.3.2
32932024-10-30T13:50:38.870Z[ helios-setup] Oct 30 13:50:38.281 INFO E| Compiling getopts v0.2.21
32942024-10-30T13:50:39.012Z[ helios-setup] Oct 30 13:50:38.423 INFO E| Compiling miniz_oxide v0.6.2
32952024-10-30T13:50:39.018Z[ helios-setup] Oct 30 13:50:38.427 INFO E| Compiling generic-array v0.14.6
32962024-10-30T13:50:39.054Z[ helios-setup] Oct 30 13:50:38.466 INFO E| Compiling bytes v1.2.1
32972024-10-30T13:50:40.703Z[ helios-setup] Oct 30 13:50:40.115 INFO E| Compiling flate2 v1.0.25
32982024-10-30T13:50:44.416Z[ helios-setup] Oct 30 13:50:43.827 INFO E| Compiling crypto-common v0.1.6
32992024-10-30T13:50:44.416Z[ helios-setup] Oct 30 13:50:43.827 INFO E| Compiling block-buffer v0.10.3
33002024-10-30T13:50:44.660Z[ helios-setup] Oct 30 13:50:44.071 INFO E| Compiling digest v0.10.3
33012024-10-30T13:50:45.046Z[ helios-setup] Oct 30 13:50:44.457 INFO E| Compiling sha2 v0.10.5
33022024-10-30T13:50:45.623Z[ helios-setup] Oct 30 13:50:45.034 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
33032024-10-30T13:50:51.628Z[ helios-setup] Oct 30 13:50:51.039 INFO E| Finished `release` profile [optimized] target(s) in 14.04s
33042024-10-30T13:50:51.645Z[ helios-setup] Oct 30 13:50:51.055 INFO building project "bootserver" ok (14 seconds)
33052024-10-30T13:50:51.648Z[ helios-setup] rm -f helios-build
33062024-10-30T13:50:51.651Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
33072024-10-30T13:50:51.654Z[ helios-setup]
33082024-10-30T13:50:51.656Z[ helios-setup] Setup complete! ./helios-build is now available.
33092024-10-30T13:50:51.657Z[ helios-setup]
33102024-10-30T13:50:51.671Z[ helios-setup]
33112024-10-30T13:50:51.671Z[ helios-setup] real 12:18.177567874
33122024-10-30T13:50:51.671Z[ helios-setup] user 28:46.219970597
33132024-10-30T13:50:51.672Z[ helios-setup] sys 3:41.574911026
33142024-10-30T13:50:51.672Z[ helios-setup] trap 1.699998449
33152024-10-30T13:50:51.672Z[ helios-setup] tflt 7.642360253
33162024-10-30T13:50:51.672Z[ helios-setup] dflt 36.488092146
33172024-10-30T13:50:51.672Z[ helios-setup] kflt 0.089286485
33182024-10-30T13:50:51.672Z[ helios-setup] lock 2:05:27.674446308
33192024-10-30T13:50:51.672Z[ helios-setup] slp 3:45:19.182331621
33202024-10-30T13:50:51.672Z[ helios-setup] lat 33:02.059123414
33212024-10-30T13:50:51.672Z[ helios-setup] stop 4:28.302021596
33222024-10-30T13:50:51.672ZOct 30 13:50:51.069 INFO [helios-setup] process exited with exit status: 0 (738.183199752s)
33232024-10-30T13:50:51.672ZOct 30 13:50:51.069 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
33242024-10-30T13:50:51.688Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos'
33252024-10-30T13:50:52.043Z[ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18)
33262024-10-30T13:50:52.043Z[ phbl-toolchain] info: downloading component 'cargo'
33272024-10-30T13:50:53.986Z[ phbl-toolchain] info: downloading component 'clippy'
33282024-10-30T13:50:54.710Z[ phbl-toolchain] info: downloading component 'llvm-tools'
33292024-10-30T13:51:00.644Z[ phbl-toolchain] info: downloading component 'miri'
33302024-10-30T13:51:00.864Z[ phbl-toolchain] info: downloading component 'rust-docs'
33312024-10-30T13:51:02.367Z[ phbl-toolchain] info: downloading component 'rust-src'
33322024-10-30T13:51:02.746Z[ phbl-toolchain] info: downloading component 'rust-std'
33332024-10-30T13:51:05.067Z[ phbl-toolchain] info: downloading component 'rustc'
33342024-10-30T13:51:14.396Z[ phbl-toolchain] info: downloading component 'rustfmt'
33352024-10-30T13:51:14.746Z[ phbl-toolchain] info: installing component 'cargo'
33362024-10-30T13:51:16.166Z[ phbl-toolchain] info: installing component 'clippy'
33372024-10-30T13:51:16.776Z[ phbl-toolchain] info: installing component 'llvm-tools'
33382024-10-30T13:51:22.746Z[ phbl-toolchain] info: installing component 'miri'
33392024-10-30T13:51:23.128Z[ phbl-toolchain] info: installing component 'rust-docs'
33402024-10-30T13:51:30.493Z[ phbl-toolchain] info: installing component 'rust-src'
33412024-10-30T13:51:31.263Z[ phbl-toolchain] info: installing component 'rust-std'
33422024-10-30T13:51:33.878Z[ phbl-toolchain] info: installing component 'rustc'
33432024-10-30T13:51:43.951Z[ phbl-toolchain] info: installing component 'rustfmt'
33442024-10-30T13:51:44.748Z[ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15)
33452024-10-30T13:51:44.751ZOct 30 13:51:44.156 INFO [phbl-toolchain] process exited with exit status: 0 (53.086829584s)
33462024-10-30T13:52:15.173Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33472024-10-30T13:52:34.952Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33482024-10-30T14:00:56.246Z[ host-package] Finished `release` profile [optimized] target(s) in 21m 37s
33492024-10-30T14:01:56.868ZOct 30 14:01:56.215 INFO [host-package] process exited with exit status: 0 (1358.272858487s)
33502024-10-30T14:01:56.871ZOct 30 14:01:56.215 INFO [host-stamp] running task
33512024-10-30T14:01:56.871ZOct 30 14:01:56.216 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
33522024-10-30T14:01:56.871ZOct 30 14:01:56.216 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+git417a9860d36
33532024-10-30T14:01:56.888ZOct 30 14:01:56.235 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+git417a9860d36
33542024-10-30T14:01:56.895Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
33552024-10-30T14:01:56.897Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
33562024-10-30T14:01:56.897ZOct 30 14:01:56.245 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+git417a9860d36
33572024-10-30T14:01:56.906Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
33582024-10-30T14:01:56.910ZOct 30 14:01:56.257 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+git417a9860d36
33592024-10-30T14:01:56.920Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
33602024-10-30T14:01:56.923Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33612024-10-30T14:01:56.923ZOct 30 14:01:56.270 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+git417a9860d36
33622024-10-30T14:01:56.937Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
33632024-10-30T14:01:56.941ZOct 30 14:01:56.285 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+git417a9860d36
33642024-10-30T14:01:56.950Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
33652024-10-30T14:01:56.953ZOct 30 14:01:56.297 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+git417a9860d36
33662024-10-30T14:01:56.962Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
33672024-10-30T14:01:56.965Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
33682024-10-30T14:01:56.968Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
33692024-10-30T14:01:56.969ZOct 30 14:01:56.314 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+git417a9860d36
33702024-10-30T14:01:56.983Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33712024-10-30T14:01:56.984ZOct 30 14:01:56.330 INFO [stamp-oxlog] process exited with exit status: 0 (95.031814ms)
33722024-10-30T14:01:56.988ZOct 30 14:01:56.331 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (46.033401ms)
33732024-10-30T14:01:56.988ZOct 30 14:01:56.331 INFO [stamp-overlay] process exited with exit status: 0 (60.503379ms)
33742024-10-30T14:01:56.995Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
33752024-10-30T14:01:57.032Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
33762024-10-30T14:01:57.042ZOct 30 14:01:56.383 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (138.387751ms)
33772024-10-30T14:01:57.172Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
33782024-10-30T14:01:57.176ZOct 30 14:01:56.523 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (225.532483ms)
33792024-10-30T14:01:57.264Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
33802024-10-30T14:01:57.267ZOct 30 14:01:56.614 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (356.486105ms)
33812024-10-30T14:01:58.048Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
33822024-10-30T14:01:58.051ZOct 30 14:01:57.398 INFO [stamp-propolis-server] process exited with exit status: 0 (1.182485487s)
33832024-10-30T14:01:58.270Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33842024-10-30T14:02:00.673Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33852024-10-30T14:02:07.283Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
33862024-10-30T14:02:07.286ZOct 30 14:02:06.631 INFO [stamp-switch-asic] process exited with exit status: 0 (10.317053357s)
33872024-10-30T14:02:07.286ZOct 30 14:02:06.632 INFO [host-stamp] task succeeded (10.416332285s)
33882024-10-30T14:02:07.286ZOct 30 14:02:06.632 INFO [host-proto] running task
33892024-10-30T14:02:07.701ZOct 30 14:02:07.046 INFO [host-proto] task succeeded (414.344878ms)
33902024-10-30T14:02:07.701ZOct 30 14:02:07.046 INFO [host-profile] running task
33912024-10-30T14:02:07.703ZOct 30 14:02:07.046 INFO [host-profile] task succeeded (301.067µs)
33922024-10-30T14:02:07.704ZOct 30 14:02:07.047 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/.tmpkhtB9N/proto/host/root -N 'ci 417a986/${os_short_commit} 2024-10-30 13:38' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33932024-10-30T14:02:07.720Z[ host-image] Oct 30 14:02:07.066 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33942024-10-30T14:02:07.722Z[ host-image] Oct 30 14:02:07.066 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33952024-10-30T14:02:07.735Z[ host-image] Oct 30 14:02:07.081 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpkhtB9N/proto/host/root"
33962024-10-30T14:02:07.735Z[ host-image] Oct 30 14:02:07.081 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33972024-10-30T14:02:07.738Z[ host-image] Oct 30 14:02:07.081 INFO image builder template: ramdisk-01-os...
33982024-10-30T14:02:07.738Z[ host-image] Oct 30 14:02:07.081 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/.tmpkhtB9N/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
33992024-10-30T14:02:07.755Z[ host-image] Oct 30 14:02:07.101 INFO O| Oct 30 14:02:07.101 INFO CREATE DATASET: rpool/images/build/host/output
34002024-10-30T14:02:08.160Z[ host-image] Oct 30 14:02:07.506 INFO O| Oct 30 14:02:07.506 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34012024-10-30T14:02:08.164Z[ host-image] Oct 30 14:02:07.510 INFO O| Oct 30 14:02:07.510 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34022024-10-30T14:02:08.339Z[ host-image] Oct 30 14:02:07.684 INFO O| Oct 30 14:02:07.684 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
34032024-10-30T14:02:08.385Z[ host-image] Oct 30 14:02:07.730 INFO O| Oct 30 14:02:07.730 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34042024-10-30T14:02:08.389Z[ host-image] Oct 30 14:02:07.730 INFO O| Oct 30 14:02:07.730 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
34052024-10-30T14:02:08.389Z[ host-image] Oct 30 14:02:07.730 INFO O| Oct 30 14:02:07.730 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
34062024-10-30T14:02:08.389Z[ host-image] Oct 30 14:02:07.731 INFO O| Oct 30 14:02:07.730 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
34072024-10-30T14:02:08.393Z[ host-image] Oct 30 14:02:07.738 INFO O| Oct 30 14:02:07.738 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
34082024-10-30T14:02:08.532Z[ host-image] Oct 30 14:02:07.876 INFO O| Oct 30 14:02:07.876 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34092024-10-30T14:02:08.543Z[ host-image] Oct 30 14:02:07.889 INFO O| Oct 30 14:02:07.889 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
34102024-10-30T14:02:09.042Z[ host-image] Oct 30 14:02:08.388 INFO O| Oct 30 14:02:08.388 INFO O| Caching catalogs ... Done
34112024-10-30T14:02:09.171Z[ host-image] Oct 30 14:02:08.516 INFO O| Oct 30 14:02:08.516 INFO STEP 0 (pkg_image_create) COMPLETE
34122024-10-30T14:02:09.171Z[ host-image] Oct 30 14:02:08.516 INFO O| Oct 30 14:02:08.516 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34132024-10-30T14:02:09.178Z[ host-image] Oct 30 14:02:08.517 INFO O| Oct 30 14:02:08.516 INFO skip step because feature "repo_redist" is not enabled
34142024-10-30T14:02:09.178Z[ host-image] Oct 30 14:02:08.517 INFO O| Oct 30 14:02:08.516 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34152024-10-30T14:02:09.188Z[ host-image] Oct 30 14:02:08.533 INFO O| Oct 30 14:02:08.533 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"]
34162024-10-30T14:02:09.676Z[ host-image] Oct 30 14:02:09.020 INFO O| Oct 30 14:02:09.020 INFO STEP 2 (pkg_set_publisher) COMPLETE
34172024-10-30T14:02:09.676Z[ host-image] Oct 30 14:02:09.021 INFO O| Oct 30 14:02:09.020 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34182024-10-30T14:02:09.693Z[ host-image] Oct 30 14:02:09.038 INFO O| Oct 30 14:02:09.038 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"]
34192024-10-30T14:02:10.253Z[ host-image] Oct 30 14:02:09.598 INFO O| Oct 30 14:02:09.598 INFO STEP 3 (pkg_set_publisher) COMPLETE
34202024-10-30T14:02:10.253Z[ host-image] Oct 30 14:02:09.599 INFO O| Oct 30 14:02:09.598 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34212024-10-30T14:02:10.256Z[ host-image] Oct 30 14:02:09.599 INFO O| Oct 30 14:02:09.598 INFO skip step because feature "repo_redist" is not enabled
34222024-10-30T14:02:10.256Z[ host-image] Oct 30 14:02:09.599 INFO O| Oct 30 14:02:09.598 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34232024-10-30T14:02:10.742Z[ host-image] Oct 30 14:02:10.086 INFO O| Oct 30 14:02:10.086 INFO variant opensolaris.zone is already global
34242024-10-30T14:02:10.742Z[ host-image] Oct 30 14:02:10.086 INFO O| Oct 30 14:02:10.086 INFO STEP 5 (pkg_change_variant) COMPLETE
34252024-10-30T14:02:10.749Z[ host-image] Oct 30 14:02:10.086 INFO O| Oct 30 14:02:10.086 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34262024-10-30T14:02:11.316Z[ host-image] Oct 30 14:02:10.660 INFO O| Oct 30 14:02:10.660 INFO variant opensolaris.imagetype is full; changing to partial
34272024-10-30T14:02:11.316Z[ host-image] Oct 30 14:02:10.660 INFO O| Oct 30 14:02:10.660 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34282024-10-30T14:02:17.913Z[ host-image] Oct 30 14:02:17.257 INFO O| Oct 30 14:02:17.257 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34292024-10-30T14:02:19.987Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.85s
34302024-10-30T14:02:21.278Z[ host-image] Oct 30 14:02:20.620 INFO O| Oct 30 14:02:20.620 INFO O| Startup: Caching catalogs ... Done
34312024-10-30T14:02:21.348Z[ host-image] Oct 30 14:02:20.690 INFO O| Oct 30 14:02:20.690 INFO O| Planning: Planning completed in 0.00 seconds
34322024-10-30T14:02:21.356Z[ host-image] Oct 30 14:02:20.691 INFO O| Oct 30 14:02:20.691 INFO O| Planning: Consolidating action changes ... Done
34332024-10-30T14:02:21.356Z[ host-image] Oct 30 14:02:20.691 INFO O| Oct 30 14:02:20.691 INFO O| Planning: Evaluating mediators ... Done
34342024-10-30T14:02:21.356Z[ host-image] Oct 30 14:02:20.691 INFO O| Oct 30 14:02:20.691 INFO O| Planning: Planning completed in 0.00 seconds
34352024-10-30T14:02:21.356Z[ host-image] Oct 30 14:02:20.691 INFO O| Oct 30 14:02:20.691 INFO O| Variants/Facets to change: 1
34362024-10-30T14:02:21.367Z[ host-image] Oct 30 14:02:20.712 INFO O| Oct 30 14:02:20.712 INFO O| Done
34372024-10-30T14:02:21.367Z[ host-image] Oct 30 14:02:20.712 INFO O| Oct 30 14:02:20.712 INFO O| Done
34382024-10-30T14:02:21.786ZOct 30 14:02:21.130 INFO [recovery-package] process exited with exit status: 0 (24.914296847s)
34392024-10-30T14:02:21.786ZOct 30 14:02:21.130 INFO [recovery-stamp] running task
34402024-10-30T14:02:21.791ZOct 30 14:02:21.130 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
34412024-10-30T14:02:21.796ZOct 30 14:02:21.140 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+git417a9860d36
34422024-10-30T14:02:21.810ZOct 30 14:02:21.154 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git417a9860d36
34432024-10-30T14:02:21.823Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
34442024-10-30T14:02:21.833Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
34452024-10-30T14:02:21.876Z[ host-image] Oct 30 14:02:21.220 INFO O| Oct 30 14:02:21.220 INFO O| Done
34462024-10-30T14:02:21.908Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
34472024-10-30T14:02:21.912ZOct 30 14:02:21.256 INFO [stamp-installinator] process exited with exit status: 0 (101.765637ms)
34482024-10-30T14:02:21.928Z[ host-image] Oct 30 14:02:21.271 INFO O| Oct 30 14:02:21.271 INFO O| Done
34492024-10-30T14:02:21.932Z[ host-image] Oct 30 14:02:21.273 INFO O| Oct 30 14:02:21.273 INFO O| Done
34502024-10-30T14:02:21.932Z[ host-image] Oct 30 14:02:21.273 INFO O| Oct 30 14:02:21.273 INFO O| Done
34512024-10-30T14:02:21.932Z[ host-image] Oct 30 14:02:21.274 INFO O| Oct 30 14:02:21.274 INFO O| Done
34522024-10-30T14:02:21.956Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
34532024-10-30T14:02:21.970ZOct 30 14:02:21.303 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (162.451742ms)
34542024-10-30T14:02:21.971ZOct 30 14:02:21.303 INFO [recovery-stamp] task succeeded (172.76096ms)
34552024-10-30T14:02:21.971ZOct 30 14:02:21.303 INFO [recovery-proto] running task
34562024-10-30T14:02:21.971ZOct 30 14:02:21.303 INFO [tuf-stamp] running task
34572024-10-30T14:02:21.971ZOct 30 14:02:21.304 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+git417a9860d36
34582024-10-30T14:02:21.976ZOct 30 14:02:21.320 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+git417a9860d36
34592024-10-30T14:02:21.997Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34602024-10-30T14:02:22.000ZOct 30 14:02:21.342 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+git417a9860d36
34612024-10-30T14:02:22.012Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
34622024-10-30T14:02:22.018ZOct 30 14:02:21.362 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+git417a9860d36
34632024-10-30T14:02:22.042Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34642024-10-30T14:02:22.046ZOct 30 14:02:21.384 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+git417a9860d36
34652024-10-30T14:02:22.073ZOct 30 14:02:21.418 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+git417a9860d36
34662024-10-30T14:02:22.116Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
34672024-10-30T14:02:22.138ZOct 30 14:02:21.475 INFO [recovery-proto] task succeeded (171.686081ms)
34682024-10-30T14:02:22.147ZOct 30 14:02:21.475 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/.tmpkhtB9N/proto/recovery/root -N 'recovery 417a986/${os_short_commit} 2024-10-30 13:38' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
34692024-10-30T14:02:22.181ZOct 30 14:02:21.524 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+git417a9860d36
34702024-10-30T14:02:22.231Z[ recovery-image] Oct 30 14:02:21.526 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
34712024-10-30T14:02:22.234Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34722024-10-30T14:02:22.234Z[ recovery-image] Oct 30 14:02:21.526 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
34732024-10-30T14:02:22.244Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
34742024-10-30T14:02:22.247ZOct 30 14:02:21.587 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+git417a9860d36
34752024-10-30T14:02:22.451Z[ recovery-image] Oct 30 14:02:21.546 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpkhtB9N/proto/recovery/root"
34762024-10-30T14:02:22.472Z[ recovery-image] Oct 30 14:02:21.547 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34772024-10-30T14:02:22.472Z[ recovery-image] Oct 30 14:02:21.547 INFO image builder template: ramdisk-01-os...
34782024-10-30T14:02:22.472Z[ recovery-image] Oct 30 14:02:21.547 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/.tmpkhtB9N/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
34792024-10-30T14:02:22.487Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
34802024-10-30T14:02:22.487ZOct 30 14:02:21.807 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+git417a9860d36
34812024-10-30T14:02:22.531Z[ recovery-image] Oct 30 14:02:21.580 INFO O| Oct 30 14:02:21.579 INFO CREATE DATASET: rpool/images/build/recovery/output
34822024-10-30T14:02:22.537ZOct 30 14:02:21.866 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+git417a9860d36
34832024-10-30T14:02:22.651Z[ recovery-image] Oct 30 14:02:21.986 INFO O| Oct 30 14:02:21.986 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34842024-10-30T14:02:22.654Z[ host-image] Oct 30 14:02:21.944 INFO O| Oct 30 14:02:21.944 INFO STEP 6 (pkg_change_variant) COMPLETE
34852024-10-30T14:02:22.654Z[ host-image] Oct 30 14:02:21.944 INFO O| Oct 30 14:02:21.944 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34862024-10-30T14:02:22.654Z[ host-image] Oct 30 14:02:21.944 INFO O| Oct 30 14:02:21.944 INFO skip step because feature "debug_variant" is not enabled
34872024-10-30T14:02:22.654Z[ host-image] Oct 30 14:02:21.944 INFO O| Oct 30 14:02:21.944 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34882024-10-30T14:02:22.654Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34892024-10-30T14:02:22.654ZOct 30 14:02:21.994 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+git417a9860d36
34902024-10-30T14:02:22.771Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
34912024-10-30T14:02:22.776Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
34922024-10-30T14:02:22.779Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
34932024-10-30T14:02:22.779Z[ recovery-image] Oct 30 14:02:22.027 INFO O| Oct 30 14:02:21.995 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34942024-10-30T14:02:22.800Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
34952024-10-30T14:02:22.805Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
34962024-10-30T14:02:22.864Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
34972024-10-30T14:02:22.869ZOct 30 14:02:22.214 INFO [stamp-ntp] process exited with exit status: 0 (690.082839ms)
34982024-10-30T14:02:22.933Z[ recovery-image] Oct 30 14:02:22.273 INFO O| Oct 30 14:02:22.272 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
34992024-10-30T14:02:22.984Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
35002024-10-30T14:02:22.992Z[ recovery-image] Oct 30 14:02:22.333 INFO O| Oct 30 14:02:22.333 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35012024-10-30T14:02:22.997Z[ recovery-image] Oct 30 14:02:22.333 INFO O| Oct 30 14:02:22.333 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35022024-10-30T14:02:22.997Z[ recovery-image] Oct 30 14:02:22.333 INFO O| Oct 30 14:02:22.333 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35032024-10-30T14:02:22.997Z[ recovery-image] Oct 30 14:02:22.333 INFO O| Oct 30 14:02:22.333 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35042024-10-30T14:02:23.000Z[ recovery-image] Oct 30 14:02:22.344 INFO O| Oct 30 14:02:22.344 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35052024-10-30T14:02:23.020ZOct 30 14:02:22.363 INFO [stamp-probe] process exited with exit status: 0 (368.862504ms)
35062024-10-30T14:02:23.269Z[ recovery-image] Oct 30 14:02:22.612 INFO O| Oct 30 14:02:22.612 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35072024-10-30T14:02:23.354Z[ recovery-image] Oct 30 14:02:22.698 INFO O| Oct 30 14:02:22.698 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
35082024-10-30T14:02:23.376Z[ host-image] Oct 30 14:02:22.719 INFO O| Oct 30 14:02:22.719 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
35092024-10-30T14:02:23.510Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
35102024-10-30T14:02:23.548ZOct 30 14:02:22.892 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.507932418s)
35112024-10-30T14:02:23.558Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
35122024-10-30T14:02:23.570ZOct 30 14:02:22.912 INFO [stamp-internal-dns] process exited with exit status: 0 (1.607430588s)
35132024-10-30T14:02:23.772Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
35142024-10-30T14:02:23.776ZOct 30 14:02:23.120 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.778279405s)
35152024-10-30T14:02:24.008Z[ recovery-image] Oct 30 14:02:23.350 INFO O| Oct 30 14:02:23.350 INFO O| Caching catalogs ... Done
35162024-10-30T14:02:24.069Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
35172024-10-30T14:02:24.124Z[ recovery-image] Oct 30 14:02:23.468 INFO O| Oct 30 14:02:23.468 INFO STEP 0 (pkg_image_create) COMPLETE
35182024-10-30T14:02:24.124Z[ recovery-image] Oct 30 14:02:23.468 INFO O| Oct 30 14:02:23.468 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35192024-10-30T14:02:24.138Z[ recovery-image] Oct 30 14:02:23.468 INFO O| Oct 30 14:02:23.468 INFO skip step because feature "repo_redist" is not enabled
35202024-10-30T14:02:24.138Z[ recovery-image] Oct 30 14:02:23.468 INFO O| Oct 30 14:02:23.468 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35212024-10-30T14:02:24.138ZOct 30 14:02:23.475 INFO [stamp-external-dns] process exited with exit status: 0 (1.888430747s)
35222024-10-30T14:02:24.152Z[ recovery-image] Oct 30 14:02:23.484 INFO O| Oct 30 14:02:23.483 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"]
35232024-10-30T14:02:24.204Z[ host-image] Oct 30 14:02:23.548 INFO O| Oct 30 14:02:23.548 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35242024-10-30T14:02:24.208Z[ host-image] Oct 30 14:02:23.550 INFO O| Oct 30 14:02:23.550 INFO O| Planning: Planning completed in 0.00 seconds
35252024-10-30T14:02:24.208Z[ host-image] Oct 30 14:02:23.551 INFO O| Oct 30 14:02:23.551 INFO O| Planning: Consolidating action changes ... Done
35262024-10-30T14:02:24.208Z[ host-image] Oct 30 14:02:23.551 INFO O| Oct 30 14:02:23.551 INFO O| Planning: Evaluating mediators ... Done
35272024-10-30T14:02:24.209Z[ host-image] Oct 30 14:02:23.552 INFO O| Oct 30 14:02:23.552 INFO O| Planning: Planning completed in 0.00 seconds
35282024-10-30T14:02:24.209Z[ host-image] Oct 30 14:02:23.552 INFO O| Oct 30 14:02:23.552 INFO O| Variants/Facets to change: 1
35292024-10-30T14:02:24.237Z[ host-image] Oct 30 14:02:23.579 INFO O| Oct 30 14:02:23.578 INFO O| Done
35302024-10-30T14:02:24.237Z[ host-image] Oct 30 14:02:23.579 INFO O| Oct 30 14:02:23.578 INFO O| Done
35312024-10-30T14:02:24.609Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
35322024-10-30T14:02:24.616ZOct 30 14:02:23.958 INFO [stamp-oximeter] process exited with exit status: 0 (2.091904576s)
35332024-10-30T14:02:24.653Z[ recovery-image] Oct 30 14:02:23.997 INFO O| Oct 30 14:02:23.997 INFO STEP 2 (pkg_set_publisher) COMPLETE
35342024-10-30T14:02:24.654Z[ recovery-image] Oct 30 14:02:23.997 INFO O| Oct 30 14:02:23.997 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35352024-10-30T14:02:24.673Z[ recovery-image] Oct 30 14:02:24.014 INFO O| Oct 30 14:02:24.014 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"]
35362024-10-30T14:02:24.768Z[ host-image] Oct 30 14:02:24.111 INFO O| Oct 30 14:02:24.110 INFO O| Done
35372024-10-30T14:02:24.833Z[ host-image] Oct 30 14:02:24.177 INFO O| Oct 30 14:02:24.177 INFO O| Done
35382024-10-30T14:02:24.838Z[ host-image] Oct 30 14:02:24.178 INFO O| Oct 30 14:02:24.178 INFO O| Done
35392024-10-30T14:02:24.839Z[ host-image] Oct 30 14:02:24.178 INFO O| Oct 30 14:02:24.178 INFO O| Done
35402024-10-30T14:02:24.839Z[ host-image] Oct 30 14:02:24.179 INFO O| Oct 30 14:02:24.179 INFO O| Done
35412024-10-30T14:02:24.916Z[ host-image] Oct 30 14:02:24.260 INFO O| Oct 30 14:02:24.259 INFO STEP 8 (pkg_change_facet) COMPLETE
35422024-10-30T14:02:24.916Z[ host-image] Oct 30 14:02:24.260 INFO O| Oct 30 14:02:24.260 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35432024-10-30T14:02:24.916Z[ host-image] Oct 30 14:02:24.260 INFO O| Oct 30 14:02:24.260 INFO skip step because feature "recovery" is not enabled
35442024-10-30T14:02:24.922Z[ host-image] Oct 30 14:02:24.260 INFO O| Oct 30 14:02:24.260 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35452024-10-30T14:02:24.922Z[ host-image] Oct 30 14:02:24.260 INFO O| Oct 30 14:02:24.260 INFO skip step because feature "recovery" is not enabled
35462024-10-30T14:02:24.922Z[ host-image] Oct 30 14:02:24.260 INFO O| Oct 30 14:02:24.260 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35472024-10-30T14:02:24.931Z[ host-image] Oct 30 14:02:24.275 INFO O| Oct 30 14:02:24.274 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"]
35482024-10-30T14:02:25.144Z[ recovery-image] Oct 30 14:02:24.488 INFO O| Oct 30 14:02:24.488 INFO STEP 3 (pkg_set_publisher) COMPLETE
35492024-10-30T14:02:25.145Z[ recovery-image] Oct 30 14:02:24.488 INFO O| Oct 30 14:02:24.488 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35502024-10-30T14:02:25.154Z[ recovery-image] Oct 30 14:02:24.488 INFO O| Oct 30 14:02:24.488 INFO skip step because feature "repo_redist" is not enabled
35512024-10-30T14:02:25.154Z[ recovery-image] Oct 30 14:02:24.488 INFO O| Oct 30 14:02:24.488 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35522024-10-30T14:02:25.571Z[ host-image] Oct 30 14:02:24.915 INFO O| Oct 30 14:02:24.915 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35532024-10-30T14:02:25.583Z[ recovery-image] Oct 30 14:02:24.925 INFO O| Oct 30 14:02:24.925 INFO variant opensolaris.zone is already global
35542024-10-30T14:02:25.583Z[ recovery-image] Oct 30 14:02:24.925 INFO O| Oct 30 14:02:24.925 INFO STEP 5 (pkg_change_variant) COMPLETE
35552024-10-30T14:02:25.587Z[ recovery-image] Oct 30 14:02:24.925 INFO O| Oct 30 14:02:24.925 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35562024-10-30T14:02:26.020Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
35572024-10-30T14:02:26.025ZOct 30 14:02:25.368 INFO [stamp-nexus] process exited with exit status: 0 (3.949890513s)
35582024-10-30T14:02:26.071Z[ recovery-image] Oct 30 14:02:25.414 INFO O| Oct 30 14:02:25.414 INFO variant opensolaris.imagetype is full; changing to partial
35592024-10-30T14:02:26.071Z[ recovery-image] Oct 30 14:02:25.414 INFO O| Oct 30 14:02:25.414 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35602024-10-30T14:02:26.991Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35612024-10-30T14:02:26.999Z[verify-libraries] Compiling polyval v0.6.2
35622024-10-30T14:02:27.161Z[verify-libraries] Compiling ctr v0.9.2
35632024-10-30T14:02:27.187Z[verify-libraries] Compiling ssh-encoding v0.2.0
35642024-10-30T14:02:27.187Z[verify-libraries] Compiling blowfish v0.9.1
35652024-10-30T14:02:27.187Z[verify-libraries] Compiling password-hash v0.4.2
35662024-10-30T14:02:27.187Z[verify-libraries] Compiling matches v0.1.10
35672024-10-30T14:02:27.187Z[verify-libraries] Compiling p256 v0.13.2
35682024-10-30T14:02:27.739Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
35692024-10-30T14:02:27.763ZOct 30 14:02:27.106 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.785480083s)
35702024-10-30T14:02:27.828Z[verify-libraries] Compiling ghash v0.5.1
35712024-10-30T14:02:27.832Z[verify-libraries] Compiling idna v0.2.3
35722024-10-30T14:02:27.872Z[verify-libraries] Compiling p521 v0.13.3
35732024-10-30T14:02:28.277Z[verify-libraries] Compiling aes-gcm v0.10.3
35742024-10-30T14:02:28.501Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
35752024-10-30T14:02:28.836Z[verify-libraries] Compiling ssh-cipher v0.2.0
35762024-10-30T14:02:28.908Z[verify-libraries] Compiling pbkdf2 v0.11.0
35772024-10-30T14:02:29.484Z[verify-libraries] Compiling ssh-key v0.6.6
35782024-10-30T14:02:29.653Z[verify-libraries] Compiling enum-as-inner v0.5.1
35792024-10-30T14:02:30.291Z[verify-libraries] Compiling russh-cryptovec v0.7.3
35802024-10-30T14:02:30.889Z[verify-libraries] Compiling md5 v0.7.0
35812024-10-30T14:02:31.099Z[verify-libraries] Compiling num-bigint v0.4.6
35822024-10-30T14:02:31.339Z[verify-libraries] Compiling trust-dns-proto v0.22.0
35832024-10-30T14:02:31.773Z[verify-libraries] Compiling des v0.8.1
35842024-10-30T14:02:32.586Z[verify-libraries] Compiling hex-literal v0.4.1
35852024-10-30T14:02:32.954Z[verify-libraries] Compiling dhcproto-macros v0.1.0
35862024-10-30T14:02:33.035Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35872024-10-30T14:02:33.439Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
35882024-10-30T14:02:33.507ZOct 30 14:02:32.849 INFO [stamp-clickhouse] process exited with exit status: 0 (11.486210471s)
35892024-10-30T14:02:33.578Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
35902024-10-30T14:02:33.621ZOct 30 14:02:32.964 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (11.156541354s)
35912024-10-30T14:02:33.621ZOct 30 14:02:32.964 INFO [tuf-stamp] task succeeded (11.660558697s)
35922024-10-30T14:02:34.168Z[verify-libraries] Compiling russh-keys v0.45.0
35932024-10-30T14:02:34.241Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35942024-10-30T14:02:35.119Z[verify-libraries] Compiling internet-checksum v0.2.1
35952024-10-30T14:02:35.624Z[verify-libraries] Compiling heck v0.4.1
35962024-10-30T14:02:36.715Z[ recovery-image] Oct 30 14:02:36.058 INFO O| Oct 30 14:02:36.058 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35972024-10-30T14:02:37.187Z[verify-libraries] Compiling russh v0.45.0
35982024-10-30T14:02:42.064Z[verify-libraries] Compiling dhcproto v0.12.0
35992024-10-30T14:02:42.433Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36002024-10-30T14:02:44.006Z[ recovery-image] Oct 30 14:02:43.347 INFO O| Oct 30 14:02:43.347 INFO O| Startup: Caching catalogs ... Done
36012024-10-30T14:02:44.133Z[ recovery-image] Oct 30 14:02:43.475 INFO O| Oct 30 14:02:43.475 INFO O| Planning: Planning completed in 0.00 seconds
36022024-10-30T14:02:44.136Z[ recovery-image] Oct 30 14:02:43.476 INFO O| Oct 30 14:02:43.476 INFO O| Planning: Consolidating action changes ... Done
36032024-10-30T14:02:44.136Z[ recovery-image] Oct 30 14:02:43.476 INFO O| Oct 30 14:02:43.476 INFO O| Planning: Evaluating mediators ... Done
36042024-10-30T14:02:44.136Z[ recovery-image] Oct 30 14:02:43.477 INFO O| Oct 30 14:02:43.477 INFO O| Planning: Planning completed in 0.00 seconds
36052024-10-30T14:02:44.136Z[ recovery-image] Oct 30 14:02:43.478 INFO O| Oct 30 14:02:43.477 INFO O| Variants/Facets to change: 1
36062024-10-30T14:02:44.233Z[ recovery-image] Oct 30 14:02:43.575 INFO O| Oct 30 14:02:43.575 INFO O| Done
36072024-10-30T14:02:44.233Z[ recovery-image] Oct 30 14:02:43.575 INFO O| Oct 30 14:02:43.575 INFO O| Done
36082024-10-30T14:02:45.029Z[ recovery-image] Oct 30 14:02:44.370 INFO O| Oct 30 14:02:44.370 INFO O| Done
36092024-10-30T14:02:45.098Z[ recovery-image] Oct 30 14:02:44.433 INFO O| Oct 30 14:02:44.433 INFO O| Done
36102024-10-30T14:02:45.105Z[ recovery-image] Oct 30 14:02:44.435 INFO O| Oct 30 14:02:44.435 INFO O| Done
36112024-10-30T14:02:45.105Z[ recovery-image] Oct 30 14:02:44.435 INFO O| Oct 30 14:02:44.435 INFO O| Done
36122024-10-30T14:02:45.105Z[ recovery-image] Oct 30 14:02:44.437 INFO O| Oct 30 14:02:44.437 INFO O| Done
36132024-10-30T14:02:45.835Z[ recovery-image] Oct 30 14:02:45.174 INFO O| Oct 30 14:02:45.174 INFO STEP 6 (pkg_change_variant) COMPLETE
36142024-10-30T14:02:45.835Z[ recovery-image] Oct 30 14:02:45.174 INFO O| Oct 30 14:02:45.174 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36152024-10-30T14:02:45.835Z[ recovery-image] Oct 30 14:02:45.175 INFO O| Oct 30 14:02:45.174 INFO skip step because feature "debug_variant" is not enabled
36162024-10-30T14:02:45.839Z[ recovery-image] Oct 30 14:02:45.175 INFO O| Oct 30 14:02:45.174 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36172024-10-30T14:02:46.533Z[ recovery-image] Oct 30 14:02:45.875 INFO O| Oct 30 14:02:45.875 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36182024-10-30T14:02:47.643Z[ recovery-image] Oct 30 14:02:46.984 INFO O| Oct 30 14:02:46.984 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36192024-10-30T14:02:47.647Z[ recovery-image] Oct 30 14:02:46.986 INFO O| Oct 30 14:02:46.986 INFO O| Planning: Planning completed in 0.00 seconds
36202024-10-30T14:02:47.647Z[ recovery-image] Oct 30 14:02:46.987 INFO O| Oct 30 14:02:46.987 INFO O| Planning: Consolidating action changes ... Done
36212024-10-30T14:02:47.647Z[ recovery-image] Oct 30 14:02:46.987 INFO O| Oct 30 14:02:46.987 INFO O| Planning: Evaluating mediators ... Done
36222024-10-30T14:02:47.647Z[ recovery-image] Oct 30 14:02:46.988 INFO O| Oct 30 14:02:46.987 INFO O| Planning: Planning completed in 0.00 seconds
36232024-10-30T14:02:47.647Z[ recovery-image] Oct 30 14:02:46.988 INFO O| Oct 30 14:02:46.988 INFO O| Variants/Facets to change: 1
36242024-10-30T14:02:47.749Z[ recovery-image] Oct 30 14:02:47.090 INFO O| Oct 30 14:02:47.090 INFO O| Done
36252024-10-30T14:02:47.749Z[ recovery-image] Oct 30 14:02:47.091 INFO O| Oct 30 14:02:47.090 INFO O| Done
36262024-10-30T14:02:48.454Z[ recovery-image] Oct 30 14:02:47.795 INFO O| Oct 30 14:02:47.795 INFO O| Done
36272024-10-30T14:02:48.542Z[ recovery-image] Oct 30 14:02:47.884 INFO O| Oct 30 14:02:47.884 INFO O| Done
36282024-10-30T14:02:48.548Z[ recovery-image] Oct 30 14:02:47.885 INFO O| Oct 30 14:02:47.885 INFO O| Done
36292024-10-30T14:02:48.548Z[ recovery-image] Oct 30 14:02:47.885 INFO O| Oct 30 14:02:47.885 INFO O| Done
36302024-10-30T14:02:48.548Z[ recovery-image] Oct 30 14:02:47.887 INFO O| Oct 30 14:02:47.887 INFO O| Done
36312024-10-30T14:02:48.655Z[ recovery-image] Oct 30 14:02:47.997 INFO O| Oct 30 14:02:47.996 INFO STEP 8 (pkg_change_facet) COMPLETE
36322024-10-30T14:02:48.655Z[ recovery-image] Oct 30 14:02:47.997 INFO O| Oct 30 14:02:47.996 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36332024-10-30T14:02:49.331Z[ recovery-image] Oct 30 14:02:48.671 INFO O| Oct 30 14:02:48.671 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
36342024-10-30T14:02:50.393Z[ recovery-image] Oct 30 14:02:49.735 INFO O| Oct 30 14:02:49.735 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36352024-10-30T14:02:50.398Z[ recovery-image] Oct 30 14:02:49.737 INFO O| Oct 30 14:02:49.737 INFO O| Planning: Planning completed in 0.00 seconds
36362024-10-30T14:02:50.398Z[ recovery-image] Oct 30 14:02:49.738 INFO O| Oct 30 14:02:49.738 INFO O| Planning: Consolidating action changes ... Done
36372024-10-30T14:02:50.398Z[ recovery-image] Oct 30 14:02:49.738 INFO O| Oct 30 14:02:49.738 INFO O| Planning: Evaluating mediators ... Done
36382024-10-30T14:02:50.398Z[ recovery-image] Oct 30 14:02:49.738 INFO O| Oct 30 14:02:49.738 INFO O| Planning: Planning completed in 0.00 seconds
36392024-10-30T14:02:50.398Z[ recovery-image] Oct 30 14:02:49.739 INFO O| Oct 30 14:02:49.739 INFO O| Variants/Facets to change: 1
36402024-10-30T14:02:50.494Z[ recovery-image] Oct 30 14:02:49.834 INFO O| Oct 30 14:02:49.834 INFO O| Done
36412024-10-30T14:02:50.494Z[ recovery-image] Oct 30 14:02:49.834 INFO O| Oct 30 14:02:49.834 INFO O| Done
36422024-10-30T14:02:51.183Z[ recovery-image] Oct 30 14:02:50.514 INFO O| Oct 30 14:02:50.514 INFO O| Done
36432024-10-30T14:02:51.264Z[ recovery-image] Oct 30 14:02:50.605 INFO O| Oct 30 14:02:50.605 INFO O| Done
36442024-10-30T14:02:51.268Z[ recovery-image] Oct 30 14:02:50.606 INFO O| Oct 30 14:02:50.606 INFO O| Done
36452024-10-30T14:02:51.268Z[ recovery-image] Oct 30 14:02:50.606 INFO O| Oct 30 14:02:50.606 INFO O| Done
36462024-10-30T14:02:51.268Z[ recovery-image] Oct 30 14:02:50.608 INFO O| Oct 30 14:02:50.608 INFO O| Done
36472024-10-30T14:02:51.287Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36482024-10-30T14:02:51.366Z[ recovery-image] Oct 30 14:02:50.707 INFO O| Oct 30 14:02:50.706 INFO STEP 9 (pkg_change_facet) COMPLETE
36492024-10-30T14:02:51.366Z[ recovery-image] Oct 30 14:02:50.707 INFO O| Oct 30 14:02:50.707 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36502024-10-30T14:02:52.029Z[ recovery-image] Oct 30 14:02:51.370 INFO O| Oct 30 14:02:51.370 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
36512024-10-30T14:02:52.245Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36522024-10-30T14:02:52.847Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36532024-10-30T14:02:52.875Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36542024-10-30T14:02:53.168Z[ recovery-image] Oct 30 14:02:52.440 INFO O| Oct 30 14:02:52.440 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36552024-10-30T14:02:53.518Z[ recovery-image] Oct 30 14:02:52.442 INFO O| Oct 30 14:02:52.442 INFO O| Planning: Planning completed in 0.00 seconds
36562024-10-30T14:02:53.518Z[ recovery-image] Oct 30 14:02:52.443 INFO O| Oct 30 14:02:52.443 INFO O| Planning: Consolidating action changes ... Done
36572024-10-30T14:02:53.518Z[ recovery-image] Oct 30 14:02:52.443 INFO O| Oct 30 14:02:52.443 INFO O| Planning: Evaluating mediators ... Done
36582024-10-30T14:02:53.519Z[ recovery-image] Oct 30 14:02:52.443 INFO O| Oct 30 14:02:52.443 INFO O| Planning: Planning completed in 0.00 seconds
36592024-10-30T14:02:53.519Z[ recovery-image] Oct 30 14:02:52.444 INFO O| Oct 30 14:02:52.444 INFO O| Variants/Facets to change: 1
36602024-10-30T14:02:53.519Z[ recovery-image] Oct 30 14:02:52.547 INFO O| Oct 30 14:02:52.547 INFO O| Done
36612024-10-30T14:02:53.519Z[ recovery-image] Oct 30 14:02:52.547 INFO O| Oct 30 14:02:52.547 INFO O| Done
36622024-10-30T14:02:53.519Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36632024-10-30T14:02:53.602Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36642024-10-30T14:02:53.857Z[ recovery-image] Oct 30 14:02:53.198 INFO O| Oct 30 14:02:53.198 INFO O| Done
36652024-10-30T14:02:53.924Z[ recovery-image] Oct 30 14:02:53.265 INFO O| Oct 30 14:02:53.264 INFO O| Done
36662024-10-30T14:02:53.933Z[ recovery-image] Oct 30 14:02:53.266 INFO O| Oct 30 14:02:53.266 INFO O| Done
36672024-10-30T14:02:53.934Z[ recovery-image] Oct 30 14:02:53.266 INFO O| Oct 30 14:02:53.266 INFO O| Done
36682024-10-30T14:02:53.934Z[ recovery-image] Oct 30 14:02:53.268 INFO O| Oct 30 14:02:53.268 INFO O| Done
36692024-10-30T14:02:53.975Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36702024-10-30T14:02:54.024Z[ recovery-image] Oct 30 14:02:53.365 INFO O| Oct 30 14:02:53.365 INFO STEP 10 (pkg_change_facet) COMPLETE
36712024-10-30T14:02:54.024Z[ recovery-image] Oct 30 14:02:53.365 INFO O| Oct 30 14:02:53.365 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36722024-10-30T14:02:54.042Z[ recovery-image] Oct 30 14:02:53.383 INFO O| Oct 30 14:02:53.383 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"]
36732024-10-30T14:02:58.745Z[ recovery-image] Oct 30 14:02:54.407 INFO O| Oct 30 14:02:54.407 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36742024-10-30T14:02:58.788Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36752024-10-30T14:03:00.899Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36762024-10-30T14:03:03.309Z[verify-libraries] Compiling termios v0.3.3
36772024-10-30T14:03:03.837Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
36782024-10-30T14:03:17.202Z[ host-image] Oct 30 14:03:16.540 INFO O| Oct 30 14:03:16.540 INFO O| Planning: Solver setup ... Done
36792024-10-30T14:03:46.374Z[ recovery-image] Oct 30 14:03:45.710 INFO O| Oct 30 14:03:45.710 INFO O| Planning: Solver setup ... Done
36802024-10-30T14:04:08.042Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36812024-10-30T14:04:12.764Z[ host-image] Oct 30 14:04:12.098 INFO O| Oct 30 14:04:12.098 INFO O| Planning: Running solver ... Done
36822024-10-30T14:04:13.196Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
36832024-10-30T14:04:13.217Z[ host-image] Oct 30 14:04:12.547 INFO O| Oct 30 14:04:12.546 INFO O| Planning: Finding local manifests ... Done
36842024-10-30T14:04:13.236Z[ host-image] Oct 30 14:04:12.565 INFO O| Oct 30 14:04:12.565 INFO O| Planning: Fetching manifests: 0/124 0% complete
36852024-10-30T14:04:13.958Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36862024-10-30T14:04:16.424Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36872024-10-30T14:04:18.059Z[ host-image] Oct 30 14:04:17.392 INFO O| Oct 30 14:04:17.392 INFO O| Planning: Fetching manifests: 124/124 100% complete
36882024-10-30T14:04:19.459Z[ host-image] Oct 30 14:04:18.792 INFO O| Oct 30 14:04:18.792 INFO O| Planning: Package planning ... Done
36892024-10-30T14:04:20.913Z[ host-image] Oct 30 14:04:20.245 INFO O| Oct 30 14:04:20.245 INFO O| Planning: Merging actions ... Done
36902024-10-30T14:04:21.493Z[ host-image] Oct 30 14:04:20.826 INFO O| Oct 30 14:04:20.826 INFO O| Planning: Checking for conflicting actions ... Done
36912024-10-30T14:04:21.860Z[ host-image] Oct 30 14:04:21.193 INFO O| Oct 30 14:04:21.193 INFO O| Planning: Consolidating action changes ... Done
36922024-10-30T14:04:22.461Z[ host-image] Oct 30 14:04:21.791 INFO O| Oct 30 14:04:21.791 INFO O| Planning: Evaluating mediators ... Done
36932024-10-30T14:04:29.152Z[ host-image] Oct 30 14:04:28.485 INFO O| Oct 30 14:04:28.485 INFO O| Planning: Planning completed in 123.57 seconds
36942024-10-30T14:04:29.169Z[ host-image] Oct 30 14:04:28.502 INFO O| Oct 30 14:04:28.502 INFO O| Packages to install: 124
36952024-10-30T14:04:29.172Z[ host-image] Oct 30 14:04:28.502 INFO O| Oct 30 14:04:28.502 INFO O| Mediators to change: 4
36962024-10-30T14:04:29.172Z[ host-image] Oct 30 14:04:28.502 INFO O| Oct 30 14:04:28.502 INFO O| Services to change: 6
36972024-10-30T14:04:29.300Z[ host-image] Oct 30 14:04:28.632 INFO O| Oct 30 14:04:28.632 INFO O| Download: 0/22744 items 0.0/199.4MB 0% complete
36982024-10-30T14:04:34.324Z[ host-image] Oct 30 14:04:33.655 INFO O| Oct 30 14:04:33.655 INFO O| Download: 1228/22744 items 7.2/199.4MB 3% complete (1.4M/s)
36992024-10-30T14:04:35.460Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37002024-10-30T14:04:39.332Z[ host-image] Oct 30 14:04:38.663 INFO O| Oct 30 14:04:38.663 INFO O| Download: 1803/22744 items 16.2/199.4MB 8% complete (1.5M/s)
37012024-10-30T14:04:41.169Z[ recovery-image] Oct 30 14:04:40.500 INFO O| Oct 30 14:04:40.500 INFO O| Planning: Running solver ... Done
37022024-10-30T14:04:41.684Z[ recovery-image] Oct 30 14:04:41.015 INFO O| Oct 30 14:04:41.015 INFO O| Planning: Finding local manifests ... Done
37032024-10-30T14:04:41.702Z[ recovery-image] Oct 30 14:04:41.033 INFO O| Oct 30 14:04:41.033 INFO O| Planning: Fetching manifests: 0/124 0% complete
37042024-10-30T14:04:43.119Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37052024-10-30T14:04:44.523Z[ host-image] Oct 30 14:04:43.854 INFO O| Oct 30 14:04:43.854 INFO O| Download: 2288/22744 items 26.4/199.4MB 13% complete (1.9M/s)
37062024-10-30T14:04:46.967Z[ recovery-image] Oct 30 14:04:46.297 INFO O| Oct 30 14:04:46.297 INFO O| Planning: Fetching manifests: 124/124 100% complete
37072024-10-30T14:04:48.029Z[ recovery-image] Oct 30 14:04:47.359 INFO O| Oct 30 14:04:47.359 INFO O| Planning: Package planning ... Done
37082024-10-30T14:04:48.878Z[ recovery-image] Oct 30 14:04:48.208 INFO O| Oct 30 14:04:48.208 INFO O| Planning: Merging actions ... Done
37092024-10-30T14:04:49.053Z[ recovery-image] Oct 30 14:04:48.384 INFO O| Oct 30 14:04:48.383 INFO O| Planning: Checking for conflicting actions ... Done
37102024-10-30T14:04:49.194Z[ recovery-image] Oct 30 14:04:48.525 INFO O| Oct 30 14:04:48.525 INFO O| Planning: Consolidating action changes ... Done
37112024-10-30T14:04:49.541Z[ host-image] Oct 30 14:04:48.871 INFO O| Oct 30 14:04:48.871 INFO O| Download: 3359/22744 items 34.2/199.4MB 17% complete (1.8M/s)
37122024-10-30T14:04:49.552Z[ recovery-image] Oct 30 14:04:48.883 INFO O| Oct 30 14:04:48.883 INFO O| Planning: Evaluating mediators ... Done
37132024-10-30T14:04:54.541Z[ host-image] Oct 30 14:04:53.871 INFO O| Oct 30 14:04:53.871 INFO O| Download: 4514/22744 items 41.9/199.4MB 21% complete (1.5M/s)
37142024-10-30T14:04:55.637Z[ recovery-image] Oct 30 14:04:54.966 INFO O| Oct 30 14:04:54.966 INFO O| Planning: Planning completed in 120.56 seconds
37152024-10-30T14:04:55.644Z[ recovery-image] Oct 30 14:04:54.974 INFO O| Oct 30 14:04:54.974 INFO O| Packages to install: 124
37162024-10-30T14:04:55.644Z[ recovery-image] Oct 30 14:04:54.974 INFO O| Oct 30 14:04:54.974 INFO O| Mediators to change: 4
37172024-10-30T14:04:55.647Z[ recovery-image] Oct 30 14:04:54.974 INFO O| Oct 30 14:04:54.974 INFO O| Services to change: 5
37182024-10-30T14:04:55.726Z[ recovery-image] Oct 30 14:04:55.056 INFO O| Oct 30 14:04:55.056 INFO O| Download: 0/15846 items 0.0/176.2MB 0% complete
37192024-10-30T14:04:58.851Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
37202024-10-30T14:04:59.561Z[ host-image] Oct 30 14:04:58.890 INFO O| Oct 30 14:04:58.890 INFO O| Download: 4959/22744 items 45.8/199.4MB 22% complete (1.2M/s)
37212024-10-30T14:05:04.031Z[ recovery-image] Oct 30 14:05:03.360 INFO O| Oct 30 14:05:03.360 INFO O| Download: 1007/15846 items 7.9/176.2MB 4% complete (1.9M/s)
37222024-10-30T14:05:04.562Z[ host-image] Oct 30 14:05:03.890 INFO O| Oct 30 14:05:03.890 INFO O| Download: 6093/22744 items 46.5/199.4MB 23% complete (464k/s)
37232024-10-30T14:05:09.032Z[ recovery-image] Oct 30 14:05:08.360 INFO O| Oct 30 14:05:08.360 INFO O| Download: 1457/15846 items 21.5/176.2MB 12% complete (1.6M/s)
37242024-10-30T14:05:09.685Z[ host-image] Oct 30 14:05:09.013 INFO O| Oct 30 14:05:09.013 INFO O| Download: 6994/22744 items 50.4/199.4MB 25% complete (468k/s)
37252024-10-30T14:05:14.092Z[ recovery-image] Oct 30 14:05:13.420 INFO O| Oct 30 14:05:13.420 INFO O| Download: 1643/15846 items 25.5/176.2MB 14% complete (1.8M/s)
37262024-10-30T14:05:14.752Z[ host-image] Oct 30 14:05:14.080 INFO O| Oct 30 14:05:14.080 INFO O| Download: 8135/22744 items 60.8/199.4MB 30% complete (1.4M/s)
37272024-10-30T14:05:14.938Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37282024-10-30T14:05:19.112Z[ recovery-image] Oct 30 14:05:18.439 INFO O| Oct 30 14:05:18.439 INFO O| Download: 2678/15846 items 33.1/176.2MB 18% complete (1.2M/s)
37292024-10-30T14:05:19.776Z[ host-image] Oct 30 14:05:19.102 INFO O| Oct 30 14:05:19.101 INFO O| Download: 8611/22744 items 70.4/199.4MB 35% complete (1.9M/s)
37302024-10-30T14:05:19.904Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
37312024-10-30T14:05:21.191Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
37322024-10-30T14:05:24.121Z[ recovery-image] Oct 30 14:05:23.448 INFO O| Oct 30 14:05:23.448 INFO O| Download: 3545/15846 items 38.5/176.2MB 21% complete (1.3M/s)
37332024-10-30T14:05:24.913Z[ host-image] Oct 30 14:05:24.240 INFO O| Oct 30 14:05:24.240 INFO O| Download: 9385/22744 items 81.5/199.4MB 40% complete (2.0M/s)
37342024-10-30T14:05:29.391Z[ recovery-image] Oct 30 14:05:28.717 INFO O| Oct 30 14:05:28.717 INFO O| Download: 3756/15846 items 41.9/176.2MB 23% complete (1.1M/s)
37352024-10-30T14:05:29.951Z[ host-image] Oct 30 14:05:29.278 INFO O| Oct 30 14:05:29.278 INFO O| Download: 10412/22744 items 88.0/199.4MB 44% complete (1.8M/s)
37362024-10-30T14:05:34.461Z[ recovery-image] Oct 30 14:05:33.787 INFO O| Oct 30 14:05:33.787 INFO O| Download: 4674/15846 items 42.9/176.2MB 24% complete (441k/s)
37372024-10-30T14:05:35.623Z[ host-image] Oct 30 14:05:34.949 INFO O| Oct 30 14:05:34.946 INFO O| Download: 10839/22744 items 89.9/199.4MB 45% complete (956k/s)
37382024-10-30T14:05:39.467Z[ recovery-image] Oct 30 14:05:38.792 INFO O| Oct 30 14:05:38.792 INFO O| Download: 5675/15846 items 45.0/176.2MB 25% complete (280k/s)
37392024-10-30T14:05:40.925Z[ host-image] Oct 30 14:05:40.250 INFO O| Oct 30 14:05:40.250 INFO O| Download: 11232/22744 items 94.1/199.4MB 47% complete (626k/s)
37402024-10-30T14:05:44.470Z[ recovery-image] Oct 30 14:05:43.794 INFO O| Oct 30 14:05:43.794 INFO O| Download: 6107/15846 items 56.7/176.2MB 32% complete (1.3M/s)
37412024-10-30T14:05:45.928Z[ host-image] Oct 30 14:05:45.253 INFO O| Oct 30 14:05:45.252 INFO O| Download: 12050/22744 items 100.9/199.4MB 50% complete (1.1M/s)
37422024-10-30T14:05:49.477Z[ recovery-image] Oct 30 14:05:48.802 INFO O| Oct 30 14:05:48.802 INFO O| Download: 7095/15846 items 72.9/176.2MB 41% complete (2.8M/s)
37432024-10-30T14:05:50.929Z[ host-image] Oct 30 14:05:50.253 INFO O| Oct 30 14:05:50.253 INFO O| Download: 12376/22744 items 109.5/199.4MB 54% complete (1.6M/s)
37442024-10-30T14:05:54.591Z[ recovery-image] Oct 30 14:05:53.915 INFO O| Oct 30 14:05:53.915 INFO O| Download: 7639/15846 items 73.7/176.2MB 41% complete (1.8M/s)
37452024-10-30T14:05:55.930Z[ host-image] Oct 30 14:05:55.253 INFO O| Oct 30 14:05:55.253 INFO O| Download: 13715/22744 items 110.1/199.4MB 55% complete (965k/s)
37462024-10-30T14:05:59.592Z[ recovery-image] Oct 30 14:05:58.915 INFO O| Oct 30 14:05:58.915 INFO O| Download: 7996/15846 items 79.4/176.2MB 45% complete (647k/s)
37472024-10-30T14:06:00.961Z[ host-image] Oct 30 14:06:00.284 INFO O| Oct 30 14:06:00.284 INFO O| Download: 14424/22744 items 111.7/199.4MB 55% complete (212k/s)
37482024-10-30T14:06:05.256Z[ recovery-image] Oct 30 14:06:04.579 INFO O| Oct 30 14:06:04.579 INFO O| Download: 8817/15846 items 91.5/176.2MB 51% complete (1.8M/s)
37492024-10-30T14:06:05.961Z[ host-image] Oct 30 14:06:05.284 INFO O| Oct 30 14:06:05.284 INFO O| Download: 15414/22744 items 124.8/199.4MB 62% complete (1.4M/s)
37502024-10-30T14:06:10.258Z[ recovery-image] Oct 30 14:06:09.581 INFO O| Oct 30 14:06:09.581 INFO O| Download: 9304/15846 items 92.8/176.2MB 52% complete (1.3M/s)
37512024-10-30T14:06:10.965Z[ host-image] Oct 30 14:06:10.287 INFO O| Oct 30 14:06:10.287 INFO O| Download: 16036/22744 items 132.5/199.4MB 66% complete (2.1M/s)
37522024-10-30T14:06:15.269Z[ recovery-image] Oct 30 14:06:14.591 INFO O| Oct 30 14:06:14.591 INFO O| Download: 10031/15846 items 93.2/176.2MB 52% complete (168k/s)
37532024-10-30T14:06:15.966Z[ host-image] Oct 30 14:06:15.288 INFO O| Oct 30 14:06:15.288 INFO O| Download: 17067/22744 items 140.9/199.4MB 70% complete (1.7M/s)
37542024-10-30T14:06:20.286Z[ recovery-image] Oct 30 14:06:19.608 INFO O| Oct 30 14:06:19.608 INFO O| Download: 10910/15846 items 93.9/176.2MB 53% complete (106k/s)
37552024-10-30T14:06:21.196Z[ host-image] Oct 30 14:06:20.517 INFO O| Oct 30 14:06:20.517 INFO O| Download: 17887/22744 items 157.3/199.4MB 78% complete (2.4M/s)
37562024-10-30T14:06:25.589Z[ recovery-image] Oct 30 14:06:24.910 INFO O| Oct 30 14:06:24.910 INFO O| Download: 11408/15846 items 107.1/176.2MB 60% complete (1.4M/s)
37572024-10-30T14:06:26.214Z[ host-image] Oct 30 14:06:25.535 INFO O| Oct 30 14:06:25.535 INFO O| Download: 18946/22744 items 165.5/199.4MB 82% complete (2.3M/s)
37582024-10-30T14:06:30.925Z[ recovery-image] Oct 30 14:06:30.246 INFO O| Oct 30 14:06:30.245 INFO O| Download: 11949/15846 items 136.2/176.2MB 77% complete (4.1M/s)
37592024-10-30T14:06:31.215Z[ host-image] Oct 30 14:06:30.535 INFO O| Oct 30 14:06:30.535 INFO O| Download: 19959/22744 items 168.9/199.4MB 84% complete (1.2M/s)
37602024-10-30T14:06:36.076Z[ recovery-image] Oct 30 14:06:35.396 INFO O| Oct 30 14:06:35.396 INFO O| Download: 13017/15846 items 143.7/176.2MB 81% complete (3.7M/s)
37612024-10-30T14:06:36.320Z[ host-image] Oct 30 14:06:35.639 INFO O| Oct 30 14:06:35.639 INFO O| Download: 20773/22744 items 173.9/199.4MB 87% complete (825k/s)
37622024-10-30T14:06:41.083Z[ recovery-image] Oct 30 14:06:40.402 INFO O| Oct 30 14:06:40.402 INFO O| Download: 14632/15846 items 149.8/176.2MB 85% complete (1.2M/s)
37632024-10-30T14:06:42.530Z[ host-image] Oct 30 14:06:41.850 INFO O| Oct 30 14:06:41.850 INFO O| Download: 20961/22744 items 178.8/199.4MB 89% complete (1.1M/s)
37642024-10-30T14:06:46.084Z[ recovery-image] Oct 30 14:06:45.403 INFO O| Oct 30 14:06:45.403 INFO O| Download: 14770/15846 items 156.3/176.2MB 88% complete (1.3M/s)
37652024-10-30T14:06:47.589Z[ host-image] Oct 30 14:06:46.908 INFO O| Oct 30 14:06:46.908 INFO O| Download: 21880/22744 items 191.2/199.4MB 95% complete (1.5M/s)
37662024-10-30T14:06:51.211Z[ recovery-image] Oct 30 14:06:50.529 INFO O| Oct 30 14:06:50.529 INFO O| Download: 15510/15846 items 168.7/176.2MB 95% complete (1.9M/s)
37672024-10-30T14:06:52.596Z[ host-image] Oct 30 14:06:51.914 INFO O| Oct 30 14:06:51.914 INFO O| Download: 22365/22744 items 199.0/199.4MB 99% complete (2.0M/s)
37682024-10-30T14:06:54.951Z[ host-image] Oct 30 14:06:54.270 INFO O| Oct 30 14:06:54.270 INFO O| Download: Completed 199.42 MB in 145.64 seconds (1.4M/s)
37692024-10-30T14:06:55.432Z[ recovery-image] Oct 30 14:06:54.751 INFO O| Oct 30 14:06:54.751 INFO O| Download: Completed 176.18 MB in 119.69 seconds (1.5M/s)
37702024-10-30T14:06:56.426Z[ host-image] Oct 30 14:06:55.745 INFO O| Oct 30 14:06:55.744 INFO O| Actions: 1/49311 actions (Installing new actions)
37712024-10-30T14:06:56.564Z[ recovery-image] Oct 30 14:06:55.883 INFO O| Oct 30 14:06:55.882 INFO O| Actions: 1/25012 actions (Installing new actions)
37722024-10-30T14:07:01.457Z[ host-image] Oct 30 14:07:00.774 INFO O| Oct 30 14:07:00.774 INFO O| Actions: 8586/49311 actions (Installing new actions)
37732024-10-30T14:07:01.565Z[ recovery-image] Oct 30 14:07:00.883 INFO O| Oct 30 14:07:00.883 INFO O| Actions: 8393/25012 actions (Installing new actions)
37742024-10-30T14:07:06.457Z[ host-image] Oct 30 14:07:05.774 INFO O| Oct 30 14:07:05.774 INFO O| Actions: 14382/49311 actions (Installing new actions)
37752024-10-30T14:07:06.566Z[ recovery-image] Oct 30 14:07:05.883 INFO O| Oct 30 14:07:05.883 INFO O| Actions: 14118/25012 actions (Installing new actions)
37762024-10-30T14:07:11.458Z[ host-image] Oct 30 14:07:10.774 INFO O| Oct 30 14:07:10.774 INFO O| Actions: 19779/49311 actions (Installing new actions)
37772024-10-30T14:07:11.567Z[ recovery-image] Oct 30 14:07:10.884 INFO O| Oct 30 14:07:10.883 INFO O| Actions: 19381/25012 actions (Installing new actions)
37782024-10-30T14:07:16.495Z[ host-image] Oct 30 14:07:15.811 INFO O| Oct 30 14:07:15.811 INFO O| Actions: 36159/49311 actions (Installing new actions)
37792024-10-30T14:07:16.577Z[ recovery-image] Oct 30 14:07:15.893 INFO O| Oct 30 14:07:15.893 INFO O| Actions: 24559/25012 actions (Installing new actions)
37802024-10-30T14:07:19.061Z[ recovery-image] Oct 30 14:07:18.377 INFO O| Oct 30 14:07:18.377 INFO O| Actions: Completed 25012 actions in 22.49 seconds.
37812024-10-30T14:07:20.120Z[ recovery-image] Oct 30 14:07:19.436 INFO O| Oct 30 14:07:19.436 INFO O| Done
37822024-10-30T14:07:20.120Z[ recovery-image] Oct 30 14:07:19.436 INFO O| Oct 30 14:07:19.436 INFO O| Done
37832024-10-30T14:07:21.370Z[ recovery-image] Oct 30 14:07:20.685 INFO O| Oct 30 14:07:20.685 INFO O| Done
37842024-10-30T14:07:21.510Z[ host-image] Oct 30 14:07:20.826 INFO O| Oct 30 14:07:20.826 INFO O| Actions: 48882/49311 actions (Installing new actions)
37852024-10-30T14:07:23.068Z[ recovery-image] Oct 30 14:07:22.384 INFO O| Oct 30 14:07:22.384 INFO O| Done
37862024-10-30T14:07:23.089Z[ recovery-image] Oct 30 14:07:22.405 INFO O| Oct 30 14:07:22.405 INFO O| Done
37872024-10-30T14:07:23.152Z[ host-image] Oct 30 14:07:22.468 INFO O| Oct 30 14:07:22.468 INFO O| Actions: Completed 49311 actions in 26.72 seconds.
37882024-10-30T14:07:23.909Z[ host-image] Oct 30 14:07:23.225 INFO O| Oct 30 14:07:23.224 INFO O| Done
37892024-10-30T14:07:23.909Z[ host-image] Oct 30 14:07:23.225 INFO O| Oct 30 14:07:23.225 INFO O| Done
37902024-10-30T14:07:25.453Z[ host-image] Oct 30 14:07:24.768 INFO O| Oct 30 14:07:24.768 INFO O| Done
37912024-10-30T14:07:28.144Z[ host-image] Oct 30 14:07:27.459 INFO O| Oct 30 14:07:27.459 INFO O| Done
37922024-10-30T14:07:28.187Z[ host-image] Oct 30 14:07:27.502 INFO O| Oct 30 14:07:27.502 INFO O| Done
37932024-10-30T14:07:28.225Z[ recovery-image] Oct 30 14:07:27.539 INFO O| Oct 30 14:07:27.539 INFO O| Done
37942024-10-30T14:07:28.960Z[ recovery-image] Oct 30 14:07:28.275 INFO O| Oct 30 14:07:28.275 INFO O| Done
37952024-10-30T14:07:29.380Z[ recovery-image] Oct 30 14:07:28.695 INFO O| Oct 30 14:07:28.695 INFO STEP 11 (pkg_install) COMPLETE
37962024-10-30T14:07:29.380Z[ recovery-image] Oct 30 14:07:28.695 INFO O| Oct 30 14:07:28.695 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37972024-10-30T14:07:29.382Z[ recovery-image] Oct 30 14:07:28.695 INFO O| Oct 30 14:07:28.695 INFO skip step because feature "recovery" is enabled
37982024-10-30T14:07:29.382Z[ recovery-image] Oct 30 14:07:28.695 INFO O| Oct 30 14:07:28.695 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37992024-10-30T14:07:29.382Z[ recovery-image] Oct 30 14:07:28.695 INFO O| Oct 30 14:07:28.695 INFO skip step because feature "omicron1" is not enabled
38002024-10-30T14:07:29.382Z[ recovery-image] Oct 30 14:07:28.695 INFO O| Oct 30 14:07:28.695 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38012024-10-30T14:07:29.398Z[ recovery-image] Oct 30 14:07:28.713 INFO O| Oct 30 14:07:28.713 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
38022024-10-30T14:07:30.544Z[ recovery-image] Oct 30 14:07:29.857 INFO O| Oct 30 14:07:29.857 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38032024-10-30T14:07:33.932Z[ recovery-image] Oct 30 14:07:33.246 INFO O| Oct 30 14:07:33.246 INFO O| Planning: Solver setup ... Done
38042024-10-30T14:07:33.940Z[ recovery-image] Oct 30 14:07:33.255 INFO O| Oct 30 14:07:33.255 INFO O| Planning: Running solver ... Done
38052024-10-30T14:07:34.017Z[ recovery-image] Oct 30 14:07:33.332 INFO O| Oct 30 14:07:33.332 INFO O| Planning: Finding local manifests ... Done
38062024-10-30T14:07:34.020Z[ recovery-image] Oct 30 14:07:33.333 INFO O| Oct 30 14:07:33.333 INFO O| Planning: Fetching manifests: 0/1 0% complete
38072024-10-30T14:07:34.347Z[ recovery-image] Oct 30 14:07:33.623 INFO O| Oct 30 14:07:33.623 INFO O| Planning: Fetching manifests: 1/1 100% complete
38082024-10-30T14:07:34.363Z[ recovery-image] Oct 30 14:07:33.678 INFO O| Oct 30 14:07:33.678 INFO O| Planning: Package planning ... Done
38092024-10-30T14:07:34.366Z[ recovery-image] Oct 30 14:07:33.679 INFO O| Oct 30 14:07:33.678 INFO O| Planning: Merging actions ... Done
38102024-10-30T14:07:34.437Z[ recovery-image] Oct 30 14:07:33.752 INFO O| Oct 30 14:07:33.752 INFO O| Planning: Checking for conflicting actions ... Done
38112024-10-30T14:07:34.441Z[ recovery-image] Oct 30 14:07:33.753 INFO O| Oct 30 14:07:33.752 INFO O| Planning: Consolidating action changes ... Done
38122024-10-30T14:07:34.801Z[ recovery-image] Oct 30 14:07:34.115 INFO O| Oct 30 14:07:34.115 INFO O| Planning: Evaluating mediators ... Done
38132024-10-30T14:07:34.804Z[ recovery-image] Oct 30 14:07:34.116 INFO O| Oct 30 14:07:34.116 INFO O| Planning: Planning completed in 4.26 seconds
38142024-10-30T14:07:34.804Z[ recovery-image] Oct 30 14:07:34.118 INFO O| Oct 30 14:07:34.118 INFO O| Packages to install: 1
38152024-10-30T14:07:34.821Z[ recovery-image] Oct 30 14:07:34.136 INFO O| Oct 30 14:07:34.136 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
38162024-10-30T14:07:35.469Z[ host-image] Oct 30 14:07:34.784 INFO O| Oct 30 14:07:34.784 INFO O| Done
38172024-10-30T14:07:36.382Z[ recovery-image] Oct 30 14:07:35.696 INFO O| Oct 30 14:07:35.696 INFO O| Download: Completed 20.80 MB in 1.56 seconds (13.3M/s)
38182024-10-30T14:07:36.436Z[ host-image] Oct 30 14:07:35.750 INFO O| Oct 30 14:07:35.750 INFO O| Done
38192024-10-30T14:07:36.486Z[ recovery-image] Oct 30 14:07:35.800 INFO O| Oct 30 14:07:35.800 INFO O| Actions: 1/22 actions (Installing new actions)
38202024-10-30T14:07:36.864Z[ host-image] Oct 30 14:07:36.178 INFO O| Oct 30 14:07:36.178 INFO STEP 11 (pkg_install) COMPLETE
38212024-10-30T14:07:36.864Z[ host-image] Oct 30 14:07:36.178 INFO O| Oct 30 14:07:36.178 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38222024-10-30T14:07:36.881Z[ host-image] Oct 30 14:07:36.195 INFO O| Oct 30 14:07:36.195 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
38232024-10-30T14:07:37.380Z[ recovery-image] Oct 30 14:07:36.694 INFO O| Oct 30 14:07:36.694 INFO O| Actions: Completed 22 actions in 0.89 seconds.
38242024-10-30T14:07:37.865Z[ recovery-image] Oct 30 14:07:37.179 INFO O| Oct 30 14:07:37.179 INFO O| Done
38252024-10-30T14:07:37.865Z[ recovery-image] Oct 30 14:07:37.179 INFO O| Oct 30 14:07:37.179 INFO O| Done
38262024-10-30T14:07:38.091Z[ host-image] Oct 30 14:07:37.405 INFO O| Oct 30 14:07:37.405 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38272024-10-30T14:07:39.078Z[ recovery-image] Oct 30 14:07:38.392 INFO O| Oct 30 14:07:38.392 INFO O| Done
38282024-10-30T14:07:40.900Z[ recovery-image] Oct 30 14:07:40.214 INFO O| Oct 30 14:07:40.214 INFO O| Done
38292024-10-30T14:07:40.952Z[ recovery-image] Oct 30 14:07:40.266 INFO O| Oct 30 14:07:40.266 INFO O| Done
38302024-10-30T14:07:40.954Z[ recovery-image] Oct 30 14:07:40.266 INFO O| Oct 30 14:07:40.266 INFO O| Done
38312024-10-30T14:07:41.030Z[ recovery-image] Oct 30 14:07:40.312 INFO O| Oct 30 14:07:40.312 INFO O| Done
38322024-10-30T14:07:41.253Z[ recovery-image] Oct 30 14:07:40.567 INFO O| Oct 30 14:07:40.566 INFO STEP 14 (pkg_install) COMPLETE
38332024-10-30T14:07:41.253Z[ recovery-image] Oct 30 14:07:40.567 INFO O| Oct 30 14:07:40.567 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38342024-10-30T14:07:41.253Z[ recovery-image] Oct 30 14:07:40.567 INFO O| Oct 30 14:07:40.567 INFO skip step because feature "mfg" is not enabled
38352024-10-30T14:07:41.255Z[ recovery-image] Oct 30 14:07:40.567 INFO O| Oct 30 14:07:40.567 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38362024-10-30T14:07:41.255Z[ recovery-image] Oct 30 14:07:40.567 INFO O| Oct 30 14:07:40.567 INFO skip step because feature "compliance" is not enabled
38372024-10-30T14:07:41.255Z[ recovery-image] Oct 30 14:07:40.567 INFO O| Oct 30 14:07:40.567 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38382024-10-30T14:07:41.256Z[ recovery-image] Oct 30 14:07:40.567 INFO O| Oct 30 14:07:40.567 INFO skip step because feature "stress" is not enabled
38392024-10-30T14:07:41.256Z[ recovery-image] Oct 30 14:07:40.567 INFO O| Oct 30 14:07:40.567 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38402024-10-30T14:07:41.256Z[ recovery-image] Oct 30 14:07:40.567 INFO O| Oct 30 14:07:40.567 INFO skip step because feature "nfs" is not enabled
38412024-10-30T14:07:41.256Z[ recovery-image] Oct 30 14:07:40.567 INFO O| Oct 30 14:07:40.567 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38422024-10-30T14:07:41.256Z[ recovery-image] Oct 30 14:07:40.567 INFO O| Oct 30 14:07:40.567 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38432024-10-30T14:07:41.319Z[ recovery-image] Oct 30 14:07:40.632 INFO O| Oct 30 14:07:40.632 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38442024-10-30T14:07:41.422Z[ recovery-image] Oct 30 14:07:40.736 INFO O| Oct 30 14:07:40.736 INFO completed processing gimlet/ramdisk-01-os
38452024-10-30T14:07:41.426Z[ recovery-image] Oct 30 14:07:40.740 INFO image builder template: ramdisk-02-trim...
38462024-10-30T14:07:41.428Z[ recovery-image] Oct 30 14:07:40.740 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/.tmpkhtB9N/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
38472024-10-30T14:07:41.473Z[ recovery-image] Oct 30 14:07:40.787 INFO O| Oct 30 14:07:40.787 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38482024-10-30T14:07:41.500Z[ recovery-image] Oct 30 14:07:40.814 INFO O| Oct 30 14:07:40.814 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38492024-10-30T14:07:41.576Z[ recovery-image] Oct 30 14:07:40.889 INFO O| Oct 30 14:07:40.889 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
38502024-10-30T14:07:41.620Z[ recovery-image] Oct 30 14:07:40.934 INFO O| Oct 30 14:07:40.934 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38512024-10-30T14:07:41.623Z[ recovery-image] Oct 30 14:07:40.935 INFO O| Oct 30 14:07:40.934 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38522024-10-30T14:07:41.630Z[ recovery-image] Oct 30 14:07:40.944 INFO O| Oct 30 14:07:40.944 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38532024-10-30T14:07:41.637Z[ recovery-image] Oct 30 14:07:40.951 INFO O| Oct 30 14:07:40.951 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38542024-10-30T14:07:41.646Z[ recovery-image] Oct 30 14:07:40.959 INFO O| Oct 30 14:07:40.959 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38552024-10-30T14:07:41.801Z[ recovery-image] Oct 30 14:07:41.115 INFO O| Oct 30 14:07:41.115 INFO rolled back to input snapshot; work may begin
38562024-10-30T14:07:41.801Z[ recovery-image] Oct 30 14:07:41.115 INFO O| Oct 30 14:07:41.115 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38572024-10-30T14:07:41.810Z[ recovery-image] Oct 30 14:07:41.123 INFO O| Oct 30 14:07:41.123 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38582024-10-30T14:07:41.837Z[ recovery-image] Oct 30 14:07:41.151 INFO O| Oct 30 14:07:41.151 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
38592024-10-30T14:07:41.951Z[ recovery-image] Oct 30 14:07:41.265 INFO O| Oct 30 14:07:41.265 INFO STEP 0 (remove_files) COMPLETE
38602024-10-30T14:07:41.951Z[ recovery-image] Oct 30 14:07:41.265 INFO O| Oct 30 14:07:41.265 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38612024-10-30T14:07:41.972Z[ recovery-image] Oct 30 14:07:41.285 INFO O| Oct 30 14:07:41.285 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
38622024-10-30T14:07:41.974Z[ recovery-image] Oct 30 14:07:41.288 INFO O| Oct 30 14:07:41.288 INFO STEP 1 (remove_files) COMPLETE
38632024-10-30T14:07:41.977Z[ recovery-image] Oct 30 14:07:41.289 INFO O| Oct 30 14:07:41.288 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38642024-10-30T14:07:41.993Z[ recovery-image] Oct 30 14:07:41.307 INFO O| Oct 30 14:07:41.307 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
38652024-10-30T14:07:42.026Z[ recovery-image] Oct 30 14:07:41.340 INFO O| Oct 30 14:07:41.339 INFO STEP 2 (remove_files) COMPLETE
38662024-10-30T14:07:42.026Z[ recovery-image] Oct 30 14:07:41.340 INFO O| Oct 30 14:07:41.339 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38672024-10-30T14:07:42.084Z[ recovery-image] Oct 30 14:07:41.397 INFO O| Oct 30 14:07:41.397 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
38682024-10-30T14:07:42.087Z[ recovery-image] Oct 30 14:07:41.401 INFO O| Oct 30 14:07:41.401 INFO STEP 3 (remove_files) COMPLETE
38692024-10-30T14:07:42.091Z[ recovery-image] Oct 30 14:07:41.401 INFO O| Oct 30 14:07:41.401 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38702024-10-30T14:07:42.106Z[ recovery-image] Oct 30 14:07:41.420 INFO O| Oct 30 14:07:41.420 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
38712024-10-30T14:07:42.113Z[ recovery-image] Oct 30 14:07:41.427 INFO O| Oct 30 14:07:41.427 INFO STEP 4 (remove_files) COMPLETE
38722024-10-30T14:07:42.116Z[ recovery-image] Oct 30 14:07:41.427 INFO O| Oct 30 14:07:41.427 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38732024-10-30T14:07:42.133Z[ recovery-image] Oct 30 14:07:41.446 INFO O| Oct 30 14:07:41.446 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
38742024-10-30T14:07:42.138Z[ recovery-image] Oct 30 14:07:41.447 INFO O| Oct 30 14:07:41.446 INFO STEP 5 (remove_files) COMPLETE
38752024-10-30T14:07:42.138Z[ recovery-image] Oct 30 14:07:41.447 INFO O| Oct 30 14:07:41.446 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38762024-10-30T14:07:42.150Z[ recovery-image] Oct 30 14:07:41.464 INFO O| Oct 30 14:07:41.464 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
38772024-10-30T14:07:42.172Z[ recovery-image] Oct 30 14:07:41.485 INFO O| Oct 30 14:07:41.485 INFO STEP 6 (remove_files) COMPLETE
38782024-10-30T14:07:42.172Z[ recovery-image] Oct 30 14:07:41.485 INFO O| Oct 30 14:07:41.485 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38792024-10-30T14:07:42.174Z[ recovery-image] Oct 30 14:07:41.485 INFO O| Oct 30 14:07:41.485 INFO skip step because feature "recovery" is enabled
38802024-10-30T14:07:42.174Z[ recovery-image] Oct 30 14:07:41.485 INFO O| Oct 30 14:07:41.485 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38812024-10-30T14:07:42.174Z[ recovery-image] Oct 30 14:07:41.485 INFO O| Oct 30 14:07:41.485 INFO skip step because feature "recovery" is enabled
38822024-10-30T14:07:42.174Z[ recovery-image] Oct 30 14:07:41.485 INFO O| Oct 30 14:07:41.485 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38832024-10-30T14:07:42.174Z[ recovery-image] Oct 30 14:07:41.485 INFO O| Oct 30 14:07:41.485 INFO skip step because feature "recovery" is enabled
38842024-10-30T14:07:42.174Z[ recovery-image] Oct 30 14:07:41.485 INFO O| Oct 30 14:07:41.485 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38852024-10-30T14:07:42.227Z[ recovery-image] Oct 30 14:07:41.541 INFO O| Oct 30 14:07:41.541 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
38862024-10-30T14:07:42.255Z[ recovery-image] Oct 30 14:07:41.568 INFO O| Oct 30 14:07:41.568 INFO STEP 10 (remove_files) COMPLETE
38872024-10-30T14:07:42.255Z[ recovery-image] Oct 30 14:07:41.568 INFO O| Oct 30 14:07:41.568 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38882024-10-30T14:07:42.313Z[ recovery-image] Oct 30 14:07:41.626 INFO O| Oct 30 14:07:41.626 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
38892024-10-30T14:07:42.315Z[ recovery-image] Oct 30 14:07:41.628 INFO O| Oct 30 14:07:41.628 INFO STEP 11 (remove_files) COMPLETE
38902024-10-30T14:07:42.315Z[ recovery-image] Oct 30 14:07:41.628 INFO O| Oct 30 14:07:41.628 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38912024-10-30T14:07:42.331Z[ recovery-image] Oct 30 14:07:41.645 INFO O| Oct 30 14:07:41.645 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
38922024-10-30T14:07:42.334Z[ recovery-image] Oct 30 14:07:41.648 INFO O| Oct 30 14:07:41.648 INFO STEP 12 (remove_files) COMPLETE
38932024-10-30T14:07:42.334Z[ recovery-image] Oct 30 14:07:41.648 INFO O| Oct 30 14:07:41.648 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38942024-10-30T14:07:42.367Z[ recovery-image] Oct 30 14:07:41.680 INFO O| Oct 30 14:07:41.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
38952024-10-30T14:07:42.578Z[ recovery-image] Oct 30 14:07:41.891 INFO O| Oct 30 14:07:41.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
38962024-10-30T14:07:42.580Z[ recovery-image] Oct 30 14:07:41.892 INFO O| Oct 30 14:07:41.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
38972024-10-30T14:07:42.603Z[ recovery-image] Oct 30 14:07:41.917 INFO O| Oct 30 14:07:41.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
38982024-10-30T14:07:42.657Z[ host-image] Oct 30 14:07:41.971 INFO O| Oct 30 14:07:41.971 INFO O| Planning: Solver setup ... Done
38992024-10-30T14:07:42.660Z[ recovery-image] Oct 30 14:07:41.972 INFO O| Oct 30 14:07:41.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
39002024-10-30T14:07:42.664Z[ host-image] Oct 30 14:07:41.978 INFO O| Oct 30 14:07:41.978 INFO O| Planning: Running solver ... Done
39012024-10-30T14:07:42.741Z[ host-image] Oct 30 14:07:42.055 INFO O| Oct 30 14:07:42.055 INFO O| Planning: Finding local manifests ... Done
39022024-10-30T14:07:42.744Z[ host-image] Oct 30 14:07:42.057 INFO O| Oct 30 14:07:42.057 INFO O| Planning: Fetching manifests: 0/4 0% complete
39032024-10-30T14:07:42.868Z[ recovery-image] Oct 30 14:07:42.182 INFO O| Oct 30 14:07:42.182 INFO STEP 13 (remove_files) COMPLETE
39042024-10-30T14:07:42.868Z[ recovery-image] Oct 30 14:07:42.182 INFO O| Oct 30 14:07:42.182 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39052024-10-30T14:07:42.888Z[ recovery-image] Oct 30 14:07:42.201 INFO O| Oct 30 14:07:42.201 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
39062024-10-30T14:07:42.890Z[ recovery-image] Oct 30 14:07:42.204 INFO O| Oct 30 14:07:42.204 INFO STEP 14 (remove_files) COMPLETE
39072024-10-30T14:07:42.890Z[ recovery-image] Oct 30 14:07:42.204 INFO O| Oct 30 14:07:42.204 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39082024-10-30T14:07:42.910Z[ recovery-image] Oct 30 14:07:42.223 INFO O| Oct 30 14:07:42.223 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
39092024-10-30T14:07:42.917Z[ recovery-image] Oct 30 14:07:42.231 INFO O| Oct 30 14:07:42.231 INFO STEP 15 (remove_files) COMPLETE
39102024-10-30T14:07:42.917Z[ recovery-image] Oct 30 14:07:42.231 INFO O| Oct 30 14:07:42.231 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39112024-10-30T14:07:42.934Z[ recovery-image] Oct 30 14:07:42.248 INFO O| Oct 30 14:07:42.248 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
39122024-10-30T14:07:42.937Z[ recovery-image] Oct 30 14:07:42.249 INFO O| Oct 30 14:07:42.249 INFO STEP 16 (remove_files) COMPLETE
39132024-10-30T14:07:42.937Z[ recovery-image] Oct 30 14:07:42.249 INFO O| Oct 30 14:07:42.249 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39142024-10-30T14:07:42.954Z[ recovery-image] Oct 30 14:07:42.266 INFO O| Oct 30 14:07:42.266 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
39152024-10-30T14:07:42.961Z[ recovery-image] Oct 30 14:07:42.268 INFO O| Oct 30 14:07:42.268 INFO STEP 17 (remove_files) COMPLETE
39162024-10-30T14:07:42.961Z[ recovery-image] Oct 30 14:07:42.268 INFO O| Oct 30 14:07:42.268 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39172024-10-30T14:07:42.972Z[ recovery-image] Oct 30 14:07:42.285 INFO O| Oct 30 14:07:42.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
39182024-10-30T14:07:42.972Z[ recovery-image] Oct 30 14:07:42.285 INFO O| Oct 30 14:07:42.285 INFO STEP 18 (remove_files) COMPLETE
39192024-10-30T14:07:42.972Z[ recovery-image] Oct 30 14:07:42.285 INFO O| Oct 30 14:07:42.285 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39202024-10-30T14:07:42.983Z[ host-image] Oct 30 14:07:42.297 INFO O| Oct 30 14:07:42.297 INFO O| Planning: Fetching manifests: 4/4 100% complete
39212024-10-30T14:07:42.986Z[ recovery-image] Oct 30 14:07:42.300 INFO O| Oct 30 14:07:42.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
39222024-10-30T14:07:42.989Z[ recovery-image] Oct 30 14:07:42.301 INFO O| Oct 30 14:07:42.300 INFO STEP 19 (remove_files) COMPLETE
39232024-10-30T14:07:42.989Z[ recovery-image] Oct 30 14:07:42.301 INFO O| Oct 30 14:07:42.301 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39242024-10-30T14:07:43.001Z[ recovery-image] Oct 30 14:07:42.315 INFO O| Oct 30 14:07:42.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
39252024-10-30T14:07:43.004Z[ recovery-image] Oct 30 14:07:42.315 INFO O| Oct 30 14:07:42.315 INFO STEP 20 (remove_files) COMPLETE
39262024-10-30T14:07:43.004Z[ recovery-image] Oct 30 14:07:42.315 INFO O| Oct 30 14:07:42.315 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39272024-10-30T14:07:43.017Z[ host-image] Oct 30 14:07:42.331 INFO O| Oct 30 14:07:42.331 INFO O| Planning: Package planning ... Done
39282024-10-30T14:07:43.020Z[ recovery-image] Oct 30 14:07:42.332 INFO O| Oct 30 14:07:42.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
39292024-10-30T14:07:43.020Z[ recovery-image] Oct 30 14:07:42.332 INFO O| Oct 30 14:07:42.332 INFO STEP 21 (remove_files) COMPLETE
39302024-10-30T14:07:43.020Z[ recovery-image] Oct 30 14:07:42.332 INFO O| Oct 30 14:07:42.332 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39312024-10-30T14:07:43.022Z[ host-image] Oct 30 14:07:42.336 INFO O| Oct 30 14:07:42.336 INFO O| Planning: Merging actions ... Done
39322024-10-30T14:07:43.037Z[ recovery-image] Oct 30 14:07:42.351 INFO O| Oct 30 14:07:42.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
39332024-10-30T14:07:43.039Z[ recovery-image] Oct 30 14:07:42.351 INFO O| Oct 30 14:07:42.351 INFO STEP 22 (remove_files) COMPLETE
39342024-10-30T14:07:43.039Z[ recovery-image] Oct 30 14:07:42.351 INFO O| Oct 30 14:07:42.351 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39352024-10-30T14:07:43.057Z[ recovery-image] Oct 30 14:07:42.371 INFO O| Oct 30 14:07:42.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
39362024-10-30T14:07:43.060Z[ recovery-image] Oct 30 14:07:42.371 INFO O| Oct 30 14:07:42.371 INFO STEP 23 (remove_files) COMPLETE
39372024-10-30T14:07:43.060Z[ recovery-image] Oct 30 14:07:42.371 INFO O| Oct 30 14:07:42.371 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39382024-10-30T14:07:43.077Z[ recovery-image] Oct 30 14:07:42.391 INFO O| Oct 30 14:07:42.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
39392024-10-30T14:07:43.081Z[ recovery-image] Oct 30 14:07:42.391 INFO O| Oct 30 14:07:42.391 INFO STEP 24 (remove_files) COMPLETE
39402024-10-30T14:07:43.081Z[ recovery-image] Oct 30 14:07:42.391 INFO O| Oct 30 14:07:42.391 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39412024-10-30T14:07:43.099Z[ recovery-image] Oct 30 14:07:42.412 INFO O| Oct 30 14:07:42.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
39422024-10-30T14:07:43.101Z[ recovery-image] Oct 30 14:07:42.412 INFO O| Oct 30 14:07:42.412 INFO STEP 25 (remove_files) COMPLETE
39432024-10-30T14:07:43.101Z[ recovery-image] Oct 30 14:07:42.412 INFO O| Oct 30 14:07:42.412 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39442024-10-30T14:07:43.118Z[ recovery-image] Oct 30 14:07:42.432 INFO O| Oct 30 14:07:42.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
39452024-10-30T14:07:43.120Z[ recovery-image] Oct 30 14:07:42.432 INFO O| Oct 30 14:07:42.432 INFO STEP 26 (remove_files) COMPLETE
39462024-10-30T14:07:43.120Z[ recovery-image] Oct 30 14:07:42.432 INFO O| Oct 30 14:07:42.432 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39472024-10-30T14:07:43.138Z[ recovery-image] Oct 30 14:07:42.452 INFO O| Oct 30 14:07:42.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
39482024-10-30T14:07:43.142Z[ recovery-image] Oct 30 14:07:42.452 INFO O| Oct 30 14:07:42.452 INFO STEP 27 (remove_files) COMPLETE
39492024-10-30T14:07:43.142Z[ recovery-image] Oct 30 14:07:42.452 INFO O| Oct 30 14:07:42.452 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39502024-10-30T14:07:43.158Z[ recovery-image] Oct 30 14:07:42.472 INFO O| Oct 30 14:07:42.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
39512024-10-30T14:07:43.161Z[ recovery-image] Oct 30 14:07:42.472 INFO O| Oct 30 14:07:42.472 INFO STEP 28 (remove_files) COMPLETE
39522024-10-30T14:07:43.161Z[ recovery-image] Oct 30 14:07:42.472 INFO O| Oct 30 14:07:42.472 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39532024-10-30T14:07:43.177Z[ recovery-image] Oct 30 14:07:42.491 INFO O| Oct 30 14:07:42.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
39542024-10-30T14:07:43.180Z[ recovery-image] Oct 30 14:07:42.491 INFO O| Oct 30 14:07:42.491 INFO STEP 29 (remove_files) COMPLETE
39552024-10-30T14:07:43.180Z[ recovery-image] Oct 30 14:07:42.491 INFO O| Oct 30 14:07:42.491 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39562024-10-30T14:07:43.195Z[ host-image] Oct 30 14:07:42.508 INFO O| Oct 30 14:07:42.508 INFO O| Planning: Checking for conflicting actions ... Done
39572024-10-30T14:07:43.197Z[ recovery-image] Oct 30 14:07:42.511 INFO O| Oct 30 14:07:42.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
39582024-10-30T14:07:43.197Z[ host-image] Oct 30 14:07:42.511 INFO O| Oct 30 14:07:42.511 INFO O| Planning: Consolidating action changes ... Done
39592024-10-30T14:07:43.197Z[ recovery-image] Oct 30 14:07:42.511 INFO O| Oct 30 14:07:42.511 INFO STEP 30 (remove_files) COMPLETE
39602024-10-30T14:07:43.197Z[ recovery-image] Oct 30 14:07:42.511 INFO O| Oct 30 14:07:42.511 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39612024-10-30T14:07:43.217Z[ recovery-image] Oct 30 14:07:42.530 INFO O| Oct 30 14:07:42.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
39622024-10-30T14:07:43.219Z[ recovery-image] Oct 30 14:07:42.531 INFO O| Oct 30 14:07:42.531 INFO STEP 31 (remove_files) COMPLETE
39632024-10-30T14:07:43.219Z[ recovery-image] Oct 30 14:07:42.531 INFO O| Oct 30 14:07:42.531 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39642024-10-30T14:07:43.236Z[ recovery-image] Oct 30 14:07:42.550 INFO O| Oct 30 14:07:42.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
39652024-10-30T14:07:43.238Z[ recovery-image] Oct 30 14:07:42.550 INFO O| Oct 30 14:07:42.550 INFO STEP 32 (remove_files) COMPLETE
39662024-10-30T14:07:43.238Z[ recovery-image] Oct 30 14:07:42.550 INFO O| Oct 30 14:07:42.550 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39672024-10-30T14:07:43.253Z[ recovery-image] Oct 30 14:07:42.567 INFO O| Oct 30 14:07:42.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
39682024-10-30T14:07:43.253Z[ recovery-image] Oct 30 14:07:42.567 INFO O| Oct 30 14:07:42.567 INFO STEP 33 (remove_files) COMPLETE
39692024-10-30T14:07:43.255Z[ recovery-image] Oct 30 14:07:42.567 INFO O| Oct 30 14:07:42.567 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39702024-10-30T14:07:43.270Z[ recovery-image] Oct 30 14:07:42.584 INFO O| Oct 30 14:07:42.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
39712024-10-30T14:07:43.270Z[ recovery-image] Oct 30 14:07:42.584 INFO O| Oct 30 14:07:42.584 INFO STEP 34 (remove_files) COMPLETE
39722024-10-30T14:07:43.270Z[ recovery-image] Oct 30 14:07:42.584 INFO O| Oct 30 14:07:42.584 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39732024-10-30T14:07:43.286Z[ recovery-image] Oct 30 14:07:42.600 INFO O| Oct 30 14:07:42.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
39742024-10-30T14:07:43.287Z[ recovery-image] Oct 30 14:07:42.600 INFO O| Oct 30 14:07:42.600 INFO STEP 35 (remove_files) COMPLETE
39752024-10-30T14:07:43.287Z[ recovery-image] Oct 30 14:07:42.600 INFO O| Oct 30 14:07:42.600 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39762024-10-30T14:07:43.302Z[ recovery-image] Oct 30 14:07:42.616 INFO O| Oct 30 14:07:42.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
39772024-10-30T14:07:43.303Z[ recovery-image] Oct 30 14:07:42.616 INFO O| Oct 30 14:07:42.616 INFO STEP 36 (remove_files) COMPLETE
39782024-10-30T14:07:43.305Z[ recovery-image] Oct 30 14:07:42.616 INFO O| Oct 30 14:07:42.616 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39792024-10-30T14:07:43.318Z[ recovery-image] Oct 30 14:07:42.632 INFO O| Oct 30 14:07:42.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
39802024-10-30T14:07:43.318Z[ recovery-image] Oct 30 14:07:42.632 INFO O| Oct 30 14:07:42.632 INFO STEP 37 (remove_files) COMPLETE
39812024-10-30T14:07:43.320Z[ recovery-image] Oct 30 14:07:42.632 INFO O| Oct 30 14:07:42.632 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39822024-10-30T14:07:43.334Z[ recovery-image] Oct 30 14:07:42.648 INFO O| Oct 30 14:07:42.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
39832024-10-30T14:07:43.334Z[ recovery-image] Oct 30 14:07:42.648 INFO O| Oct 30 14:07:42.648 INFO STEP 38 (remove_files) COMPLETE
39842024-10-30T14:07:43.337Z[ recovery-image] Oct 30 14:07:42.648 INFO O| Oct 30 14:07:42.648 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39852024-10-30T14:07:43.351Z[ recovery-image] Oct 30 14:07:42.665 INFO O| Oct 30 14:07:42.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
39862024-10-30T14:07:43.351Z[ recovery-image] Oct 30 14:07:42.665 INFO O| Oct 30 14:07:42.665 INFO STEP 39 (remove_files) COMPLETE
39872024-10-30T14:07:43.354Z[ recovery-image] Oct 30 14:07:42.665 INFO O| Oct 30 14:07:42.665 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39882024-10-30T14:07:43.368Z[ recovery-image] Oct 30 14:07:42.681 INFO O| Oct 30 14:07:42.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
39892024-10-30T14:07:43.368Z[ recovery-image] Oct 30 14:07:42.681 INFO O| Oct 30 14:07:42.681 INFO STEP 40 (remove_files) COMPLETE
39902024-10-30T14:07:43.368Z[ recovery-image] Oct 30 14:07:42.681 INFO O| Oct 30 14:07:42.681 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39912024-10-30T14:07:43.383Z[ recovery-image] Oct 30 14:07:42.697 INFO O| Oct 30 14:07:42.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
39922024-10-30T14:07:43.383Z[ recovery-image] Oct 30 14:07:42.697 INFO O| Oct 30 14:07:42.697 INFO STEP 41 (remove_files) COMPLETE
39932024-10-30T14:07:43.383Z[ recovery-image] Oct 30 14:07:42.697 INFO O| Oct 30 14:07:42.697 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39942024-10-30T14:07:43.399Z[ recovery-image] Oct 30 14:07:42.713 INFO O| Oct 30 14:07:42.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
39952024-10-30T14:07:43.402Z[ recovery-image] Oct 30 14:07:42.713 INFO O| Oct 30 14:07:42.713 INFO STEP 42 (remove_files) COMPLETE
39962024-10-30T14:07:43.402Z[ recovery-image] Oct 30 14:07:42.713 INFO O| Oct 30 14:07:42.713 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39972024-10-30T14:07:43.411Z[ recovery-image] Oct 30 14:07:42.725 INFO O| Oct 30 14:07:42.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
39982024-10-30T14:07:43.411Z[ recovery-image] Oct 30 14:07:42.725 INFO O| Oct 30 14:07:42.725 INFO STEP 43 (remove_files) COMPLETE
39992024-10-30T14:07:43.415Z[ recovery-image] Oct 30 14:07:42.725 INFO O| Oct 30 14:07:42.725 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40002024-10-30T14:07:43.428Z[ recovery-image] Oct 30 14:07:42.741 INFO O| Oct 30 14:07:42.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
40012024-10-30T14:07:43.428Z[ recovery-image] Oct 30 14:07:42.741 INFO O| Oct 30 14:07:42.741 INFO STEP 44 (remove_files) COMPLETE
40022024-10-30T14:07:43.428Z[ recovery-image] Oct 30 14:07:42.741 INFO O| Oct 30 14:07:42.741 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40032024-10-30T14:07:43.445Z[ recovery-image] Oct 30 14:07:42.758 INFO O| Oct 30 14:07:42.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
40042024-10-30T14:07:43.445Z[ recovery-image] Oct 30 14:07:42.758 INFO O| Oct 30 14:07:42.758 INFO STEP 45 (remove_files) COMPLETE
40052024-10-30T14:07:43.445Z[ recovery-image] Oct 30 14:07:42.758 INFO O| Oct 30 14:07:42.758 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40062024-10-30T14:07:43.461Z[ recovery-image] Oct 30 14:07:42.774 INFO O| Oct 30 14:07:42.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
40072024-10-30T14:07:43.461Z[ recovery-image] Oct 30 14:07:42.774 INFO O| Oct 30 14:07:42.774 INFO STEP 46 (remove_files) COMPLETE
40082024-10-30T14:07:43.463Z[ recovery-image] Oct 30 14:07:42.774 INFO O| Oct 30 14:07:42.774 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40092024-10-30T14:07:43.477Z[ recovery-image] Oct 30 14:07:42.791 INFO O| Oct 30 14:07:42.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
40102024-10-30T14:07:43.477Z[ recovery-image] Oct 30 14:07:42.791 INFO O| Oct 30 14:07:42.791 INFO STEP 47 (remove_files) COMPLETE
40112024-10-30T14:07:43.480Z[ recovery-image] Oct 30 14:07:42.791 INFO O| Oct 30 14:07:42.791 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40122024-10-30T14:07:43.494Z[ recovery-image] Oct 30 14:07:42.808 INFO O| Oct 30 14:07:42.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
40132024-10-30T14:07:43.494Z[ recovery-image] Oct 30 14:07:42.808 INFO O| Oct 30 14:07:42.808 INFO STEP 48 (remove_files) COMPLETE
40142024-10-30T14:07:43.497Z[ recovery-image] Oct 30 14:07:42.808 INFO O| Oct 30 14:07:42.808 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40152024-10-30T14:07:43.511Z[ recovery-image] Oct 30 14:07:42.824 INFO O| Oct 30 14:07:42.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
40162024-10-30T14:07:43.511Z[ recovery-image] Oct 30 14:07:42.825 INFO O| Oct 30 14:07:42.825 INFO STEP 49 (remove_files) COMPLETE
40172024-10-30T14:07:43.511Z[ recovery-image] Oct 30 14:07:42.825 INFO O| Oct 30 14:07:42.825 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40182024-10-30T14:07:43.527Z[ recovery-image] Oct 30 14:07:42.841 INFO O| Oct 30 14:07:42.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
40192024-10-30T14:07:43.527Z[ recovery-image] Oct 30 14:07:42.841 INFO O| Oct 30 14:07:42.841 INFO STEP 50 (remove_files) COMPLETE
40202024-10-30T14:07:43.527Z[ recovery-image] Oct 30 14:07:42.841 INFO O| Oct 30 14:07:42.841 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40212024-10-30T14:07:43.536Z[ host-image] Oct 30 14:07:42.849 INFO O| Oct 30 14:07:42.849 INFO O| Planning: Evaluating mediators ... Done
40222024-10-30T14:07:43.538Z[ host-image] Oct 30 14:07:42.851 INFO O| Oct 30 14:07:42.851 INFO O| Planning: Planning completed in 5.45 seconds
40232024-10-30T14:07:43.541Z[ host-image] Oct 30 14:07:42.854 INFO O| Oct 30 14:07:42.854 INFO O| Packages to install: 4
40242024-10-30T14:07:43.541Z[ host-image] Oct 30 14:07:42.854 INFO O| Oct 30 14:07:42.854 INFO O| Services to change: 2
40252024-10-30T14:07:43.544Z[ recovery-image] Oct 30 14:07:42.858 INFO O| Oct 30 14:07:42.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
40262024-10-30T14:07:43.546Z[ recovery-image] Oct 30 14:07:42.858 INFO O| Oct 30 14:07:42.858 INFO STEP 51 (remove_files) COMPLETE
40272024-10-30T14:07:43.546Z[ recovery-image] Oct 30 14:07:42.858 INFO O| Oct 30 14:07:42.858 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40282024-10-30T14:07:43.560Z[ host-image] Oct 30 14:07:42.873 INFO O| Oct 30 14:07:42.873 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
40292024-10-30T14:07:43.563Z[ recovery-image] Oct 30 14:07:42.876 INFO O| Oct 30 14:07:42.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
40302024-10-30T14:07:43.563Z[ recovery-image] Oct 30 14:07:42.876 INFO O| Oct 30 14:07:42.876 INFO STEP 52 (remove_files) COMPLETE
40312024-10-30T14:07:43.563Z[ recovery-image] Oct 30 14:07:42.876 INFO O| Oct 30 14:07:42.876 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40322024-10-30T14:07:43.579Z[ recovery-image] Oct 30 14:07:42.893 INFO O| Oct 30 14:07:42.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
40332024-10-30T14:07:43.582Z[ recovery-image] Oct 30 14:07:42.893 INFO O| Oct 30 14:07:42.893 INFO STEP 53 (remove_files) COMPLETE
40342024-10-30T14:07:43.582Z[ recovery-image] Oct 30 14:07:42.893 INFO O| Oct 30 14:07:42.893 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40352024-10-30T14:07:43.595Z[ recovery-image] Oct 30 14:07:42.909 INFO O| Oct 30 14:07:42.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
40362024-10-30T14:07:43.595Z[ recovery-image] Oct 30 14:07:42.909 INFO O| Oct 30 14:07:42.909 INFO STEP 54 (remove_files) COMPLETE
40372024-10-30T14:07:43.598Z[ recovery-image] Oct 30 14:07:42.909 INFO O| Oct 30 14:07:42.909 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40382024-10-30T14:07:43.612Z[ recovery-image] Oct 30 14:07:42.926 INFO O| Oct 30 14:07:42.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
40392024-10-30T14:07:43.613Z[ recovery-image] Oct 30 14:07:42.926 INFO O| Oct 30 14:07:42.926 INFO STEP 55 (remove_files) COMPLETE
40402024-10-30T14:07:43.613Z[ recovery-image] Oct 30 14:07:42.926 INFO O| Oct 30 14:07:42.926 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40412024-10-30T14:07:43.630Z[ recovery-image] Oct 30 14:07:42.944 INFO O| Oct 30 14:07:42.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
40422024-10-30T14:07:43.631Z[ recovery-image] Oct 30 14:07:42.944 INFO O| Oct 30 14:07:42.944 INFO STEP 56 (remove_files) COMPLETE
40432024-10-30T14:07:43.633Z[ recovery-image] Oct 30 14:07:42.944 INFO O| Oct 30 14:07:42.944 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40442024-10-30T14:07:43.648Z[ recovery-image] Oct 30 14:07:42.962 INFO O| Oct 30 14:07:42.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
40452024-10-30T14:07:43.648Z[ recovery-image] Oct 30 14:07:42.962 INFO O| Oct 30 14:07:42.962 INFO STEP 57 (remove_files) COMPLETE
40462024-10-30T14:07:43.651Z[ recovery-image] Oct 30 14:07:42.962 INFO O| Oct 30 14:07:42.962 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40472024-10-30T14:07:43.662Z[ recovery-image] Oct 30 14:07:42.975 INFO O| Oct 30 14:07:42.975 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
40482024-10-30T14:07:43.662Z[ recovery-image] Oct 30 14:07:42.975 INFO O| Oct 30 14:07:42.975 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
40492024-10-30T14:07:43.662Z[ recovery-image] Oct 30 14:07:42.975 INFO O| Oct 30 14:07:42.975 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40502024-10-30T14:07:43.662Z[ recovery-image] Oct 30 14:07:42.976 INFO O| Oct 30 14:07:42.976 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40512024-10-30T14:07:43.662Z[ recovery-image] Oct 30 14:07:42.976 INFO O| Oct 30 14:07:42.976 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40522024-10-30T14:07:43.664Z[ recovery-image] Oct 30 14:07:42.976 INFO O| Oct 30 14:07:42.976 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40532024-10-30T14:07:43.664Z[ recovery-image] Oct 30 14:07:42.976 INFO O| Oct 30 14:07:42.976 INFO ok!
40542024-10-30T14:07:43.664Z[ recovery-image] Oct 30 14:07:42.976 INFO O| Oct 30 14:07:42.976 INFO STEP 58 (ensure_file) COMPLETE
40552024-10-30T14:07:43.664Z[ recovery-image] Oct 30 14:07:42.976 INFO O| Oct 30 14:07:42.976 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40562024-10-30T14:07:43.680Z[ recovery-image] Oct 30 14:07:42.993 INFO O| Oct 30 14:07:42.993 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
40572024-10-30T14:07:43.683Z[ recovery-image] Oct 30 14:07:42.994 INFO O| Oct 30 14:07:42.994 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
40582024-10-30T14:07:43.683Z[ recovery-image] Oct 30 14:07:42.994 INFO O| Oct 30 14:07:42.994 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40592024-10-30T14:07:43.683Z[ recovery-image] Oct 30 14:07:42.994 INFO O| Oct 30 14:07:42.994 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40602024-10-30T14:07:43.683Z[ recovery-image] Oct 30 14:07:42.994 INFO O| Oct 30 14:07:42.994 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40612024-10-30T14:07:43.683Z[ recovery-image] Oct 30 14:07:42.994 INFO O| Oct 30 14:07:42.994 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40622024-10-30T14:07:43.683Z[ recovery-image] Oct 30 14:07:42.994 INFO O| Oct 30 14:07:42.994 INFO ok!
40632024-10-30T14:07:43.683Z[ recovery-image] Oct 30 14:07:42.994 INFO O| Oct 30 14:07:42.994 INFO STEP 59 (ensure_file) COMPLETE
40642024-10-30T14:07:43.683Z[ recovery-image] Oct 30 14:07:42.994 INFO O| Oct 30 14:07:42.994 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40652024-10-30T14:07:43.695Z[ recovery-image] Oct 30 14:07:43.008 INFO O| Oct 30 14:07:43.008 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
40662024-10-30T14:07:43.695Z[ recovery-image] Oct 30 14:07:43.008 INFO O| Oct 30 14:07:43.008 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
40672024-10-30T14:07:43.698Z[ recovery-image] Oct 30 14:07:43.009 INFO O| Oct 30 14:07:43.009 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
40682024-10-30T14:07:43.698Z[ recovery-image] Oct 30 14:07:43.009 INFO O| Oct 30 14:07:43.009 INFO ok!
40692024-10-30T14:07:43.698Z[ recovery-image] Oct 30 14:07:43.009 INFO O| Oct 30 14:07:43.009 INFO STEP 60 (ensure_file) COMPLETE
40702024-10-30T14:07:43.698Z[ recovery-image] Oct 30 14:07:43.009 INFO O| Oct 30 14:07:43.009 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40712024-10-30T14:07:43.712Z[ recovery-image] Oct 30 14:07:43.026 INFO O| Oct 30 14:07:43.026 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
40722024-10-30T14:07:43.712Z[ recovery-image] Oct 30 14:07:43.026 INFO O| Oct 30 14:07:43.026 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
40732024-10-30T14:07:43.715Z[ recovery-image] Oct 30 14:07:43.026 INFO O| Oct 30 14:07:43.026 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
40742024-10-30T14:07:43.715Z[ recovery-image] Oct 30 14:07:43.026 INFO O| Oct 30 14:07:43.026 INFO ok!
40752024-10-30T14:07:43.715Z[ recovery-image] Oct 30 14:07:43.026 INFO O| Oct 30 14:07:43.026 INFO STEP 61 (ensure_file) COMPLETE
40762024-10-30T14:07:43.715Z[ recovery-image] Oct 30 14:07:43.026 INFO O| Oct 30 14:07:43.026 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40772024-10-30T14:07:43.731Z[ recovery-image] Oct 30 14:07:43.045 INFO O| Oct 30 14:07:43.045 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
40782024-10-30T14:07:43.731Z[ recovery-image] Oct 30 14:07:43.045 INFO O| Oct 30 14:07:43.045 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
40792024-10-30T14:07:43.734Z[ recovery-image] Oct 30 14:07:43.045 INFO O| Oct 30 14:07:43.045 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40802024-10-30T14:07:43.734Z[ recovery-image] Oct 30 14:07:43.045 INFO O| Oct 30 14:07:43.045 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40812024-10-30T14:07:43.734Z[ recovery-image] Oct 30 14:07:43.046 INFO O| Oct 30 14:07:43.045 INFO ok!
40822024-10-30T14:07:43.734Z[ recovery-image] Oct 30 14:07:43.046 INFO O| Oct 30 14:07:43.046 INFO STEP 62 (ensure_file) COMPLETE
40832024-10-30T14:07:43.734Z[ recovery-image] Oct 30 14:07:43.046 INFO O| Oct 30 14:07:43.046 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40842024-10-30T14:07:43.750Z[ recovery-image] Oct 30 14:07:43.064 INFO O| Oct 30 14:07:43.064 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
40852024-10-30T14:07:43.750Z[ recovery-image] Oct 30 14:07:43.064 INFO O| Oct 30 14:07:43.064 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
40862024-10-30T14:07:43.752Z[ recovery-image] Oct 30 14:07:43.064 INFO O| Oct 30 14:07:43.064 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40872024-10-30T14:07:43.753Z[ recovery-image] Oct 30 14:07:43.064 INFO O| Oct 30 14:07:43.064 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40882024-10-30T14:07:43.753Z[ recovery-image] Oct 30 14:07:43.064 INFO O| Oct 30 14:07:43.064 INFO ok!
40892024-10-30T14:07:43.753Z[ recovery-image] Oct 30 14:07:43.064 INFO O| Oct 30 14:07:43.064 INFO STEP 63 (ensure_file) COMPLETE
40902024-10-30T14:07:43.753Z[ recovery-image] Oct 30 14:07:43.064 INFO O| Oct 30 14:07:43.064 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40912024-10-30T14:07:43.768Z[ recovery-image] Oct 30 14:07:43.082 INFO O| Oct 30 14:07:43.082 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
40922024-10-30T14:07:43.768Z[ recovery-image] Oct 30 14:07:43.082 INFO O| Oct 30 14:07:43.082 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
40932024-10-30T14:07:43.773Z[ recovery-image] Oct 30 14:07:43.082 INFO O| Oct 30 14:07:43.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
40942024-10-30T14:07:43.773Z[ recovery-image] Oct 30 14:07:43.082 INFO O| Oct 30 14:07:43.082 INFO ok!
40952024-10-30T14:07:43.773Z[ recovery-image] Oct 30 14:07:43.082 INFO O| Oct 30 14:07:43.082 INFO STEP 64 (assemble_files) COMPLETE
40962024-10-30T14:07:43.773Z[ recovery-image] Oct 30 14:07:43.082 INFO O| Oct 30 14:07:43.082 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40972024-10-30T14:07:43.787Z[ recovery-image] Oct 30 14:07:43.100 INFO O| Oct 30 14:07:43.100 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
40982024-10-30T14:07:43.787Z[ recovery-image] Oct 30 14:07:43.100 INFO O| Oct 30 14:07:43.100 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
40992024-10-30T14:07:43.791Z[ recovery-image] Oct 30 14:07:43.100 INFO O| Oct 30 14:07:43.100 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
41002024-10-30T14:07:43.791Z[ recovery-image] Oct 30 14:07:43.100 INFO O| Oct 30 14:07:43.100 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
41012024-10-30T14:07:43.791Z[ recovery-image] Oct 30 14:07:43.100 INFO O| Oct 30 14:07:43.100 INFO ok!
41022024-10-30T14:07:43.791Z[ recovery-image] Oct 30 14:07:43.100 INFO O| Oct 30 14:07:43.100 INFO STEP 65 (ensure_file) COMPLETE
41032024-10-30T14:07:43.791Z[ recovery-image] Oct 30 14:07:43.100 INFO O| Oct 30 14:07:43.100 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41042024-10-30T14:07:43.791Z[ recovery-image] Oct 30 14:07:43.100 INFO O| Oct 30 14:07:43.100 INFO skip step because feature "omicron1" is not enabled
41052024-10-30T14:07:43.792Z[ recovery-image] Oct 30 14:07:43.100 INFO O| Oct 30 14:07:43.100 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41062024-10-30T14:07:43.792Z[ recovery-image] Oct 30 14:07:43.100 INFO O| Oct 30 14:07:43.100 INFO skip step because feature "omicron1" is not enabled
41072024-10-30T14:07:43.792Z[ recovery-image] Oct 30 14:07:43.100 INFO O| Oct 30 14:07:43.100 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41082024-10-30T14:07:43.792Z[ recovery-image] Oct 30 14:07:43.100 INFO O| Oct 30 14:07:43.100 INFO skip step because feature "omicron1" is not enabled
41092024-10-30T14:07:43.792Z[ recovery-image] Oct 30 14:07:43.100 INFO O| Oct 30 14:07:43.100 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41102024-10-30T14:07:43.811Z[ recovery-image] Oct 30 14:07:43.125 INFO O| Oct 30 14:07:43.125 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
41112024-10-30T14:07:43.811Z[ recovery-image] Oct 30 14:07:43.125 INFO O| Oct 30 14:07:43.125 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
41122024-10-30T14:07:44.297Z[ host-image] Oct 30 14:07:43.610 INFO O| Oct 30 14:07:43.610 INFO O| Download: Completed 1.39 MB in 0.74 seconds (1.9M/s)
41132024-10-30T14:07:44.329Z[ host-image] Oct 30 14:07:43.642 INFO O| Oct 30 14:07:43.642 INFO O| Actions: 1/238 actions (Installing new actions)
41142024-10-30T14:07:44.446Z[ host-image] Oct 30 14:07:43.760 INFO O| Oct 30 14:07:43.760 INFO O| Actions: Completed 238 actions in 0.12 seconds.
41152024-10-30T14:07:44.887Z[ host-image] Oct 30 14:07:44.200 INFO O| Oct 30 14:07:44.200 INFO O| Done
41162024-10-30T14:07:44.887Z[ host-image] Oct 30 14:07:44.200 INFO O| Oct 30 14:07:44.200 INFO O| Done
41172024-10-30T14:07:45.832Z[ host-image] Oct 30 14:07:45.145 INFO O| Oct 30 14:07:45.145 INFO O| Done
41182024-10-30T14:07:45.846Z[ recovery-image] Oct 30 14:07:45.159 INFO O| Oct 30 14:07:45.159 INFO STEP 69 (pack_tar) COMPLETE
41192024-10-30T14:07:45.846Z[ recovery-image] Oct 30 14:07:45.159 INFO O| Oct 30 14:07:45.159 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41202024-10-30T14:07:45.846Z[ recovery-image] Oct 30 14:07:45.159 INFO O| Oct 30 14:07:45.159 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41212024-10-30T14:07:45.975Z[ recovery-image] Oct 30 14:07:45.289 INFO O| Oct 30 14:07:45.288 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41222024-10-30T14:07:46.070Z[ recovery-image] Oct 30 14:07:45.383 INFO O| Oct 30 14:07:45.383 INFO completed processing gimlet/ramdisk-02-trim
41232024-10-30T14:07:46.074Z[ recovery-image] Oct 30 14:07:45.386 INFO image builder template: ramdisk-03-recovery-trim...
41242024-10-30T14:07:46.074Z[ recovery-image] Oct 30 14:07:45.386 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/.tmpkhtB9N/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
41252024-10-30T14:07:46.288Z[ recovery-image] Oct 30 14:07:45.601 INFO O| Oct 30 14:07:45.601 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41262024-10-30T14:07:46.316Z[ recovery-image] Oct 30 14:07:45.629 INFO O| Oct 30 14:07:45.629 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41272024-10-30T14:07:46.426Z[ recovery-image] Oct 30 14:07:45.740 INFO O| Oct 30 14:07:45.740 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
41282024-10-30T14:07:46.505Z[ recovery-image] Oct 30 14:07:45.818 INFO O| Oct 30 14:07:45.818 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41292024-10-30T14:07:46.507Z[ recovery-image] Oct 30 14:07:45.818 INFO O| Oct 30 14:07:45.818 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41302024-10-30T14:07:46.521Z[ recovery-image] Oct 30 14:07:45.834 INFO O| Oct 30 14:07:45.834 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
41312024-10-30T14:07:46.528Z[ recovery-image] Oct 30 14:07:45.841 INFO O| Oct 30 14:07:45.841 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41322024-10-30T14:07:46.552Z[ recovery-image] Oct 30 14:07:45.864 INFO O| Oct 30 14:07:45.864 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41332024-10-30T14:07:46.844Z[ recovery-image] Oct 30 14:07:46.157 INFO O| Oct 30 14:07:46.157 INFO rolled back to input snapshot; work may begin
41342024-10-30T14:07:46.844Z[ recovery-image] Oct 30 14:07:46.157 INFO O| Oct 30 14:07:46.157 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41352024-10-30T14:07:46.854Z[ recovery-image] Oct 30 14:07:46.167 INFO O| Oct 30 14:07:46.167 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41362024-10-30T14:07:46.872Z[ recovery-image] Oct 30 14:07:46.185 INFO O| Oct 30 14:07:46.185 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
41372024-10-30T14:07:46.878Z[ recovery-image] Oct 30 14:07:46.191 INFO O| Oct 30 14:07:46.191 INFO STEP 0 (remove_files) COMPLETE
41382024-10-30T14:07:46.881Z[ recovery-image] Oct 30 14:07:46.191 INFO O| Oct 30 14:07:46.191 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41392024-10-30T14:07:46.903Z[ recovery-image] Oct 30 14:07:46.215 INFO O| Oct 30 14:07:46.215 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
41402024-10-30T14:07:47.404Z[ recovery-image] Oct 30 14:07:46.717 INFO O| Oct 30 14:07:46.717 INFO STEP 1 (remove_files) COMPLETE
41412024-10-30T14:07:47.404Z[ recovery-image] Oct 30 14:07:46.717 INFO O| Oct 30 14:07:46.717 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41422024-10-30T14:07:47.452Z[ recovery-image] Oct 30 14:07:46.765 INFO O| Oct 30 14:07:46.765 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
41432024-10-30T14:07:47.497Z[ recovery-image] Oct 30 14:07:46.811 INFO O| Oct 30 14:07:46.810 INFO STEP 2 (remove_files) COMPLETE
41442024-10-30T14:07:47.497Z[ recovery-image] Oct 30 14:07:46.811 INFO O| Oct 30 14:07:46.811 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41452024-10-30T14:07:47.548Z[ recovery-image] Oct 30 14:07:46.862 INFO O| Oct 30 14:07:46.862 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
41462024-10-30T14:07:47.681Z[ recovery-image] Oct 30 14:07:46.993 INFO O| Oct 30 14:07:46.993 INFO STEP 3 (remove_files) COMPLETE
41472024-10-30T14:07:47.681Z[ recovery-image] Oct 30 14:07:46.993 INFO O| Oct 30 14:07:46.993 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41482024-10-30T14:07:47.719Z[ recovery-image] Oct 30 14:07:47.032 INFO O| Oct 30 14:07:47.032 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
41492024-10-30T14:07:47.826Z[ recovery-image] Oct 30 14:07:47.140 INFO O| Oct 30 14:07:47.140 INFO STEP 4 (remove_files) COMPLETE
41502024-10-30T14:07:47.827Z[ recovery-image] Oct 30 14:07:47.140 INFO O| Oct 30 14:07:47.140 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41512024-10-30T14:07:47.856Z[ recovery-image] Oct 30 14:07:47.168 INFO O| Oct 30 14:07:47.168 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
41522024-10-30T14:07:47.861Z[ recovery-image] Oct 30 14:07:47.174 INFO O| Oct 30 14:07:47.174 INFO STEP 5 (remove_files) COMPLETE
41532024-10-30T14:07:47.861Z[ recovery-image] Oct 30 14:07:47.174 INFO O| Oct 30 14:07:47.174 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41542024-10-30T14:07:47.894Z[ recovery-image] Oct 30 14:07:47.208 INFO O| Oct 30 14:07:47.207 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
41552024-10-30T14:07:47.935Z[ recovery-image] Oct 30 14:07:47.249 INFO O| Oct 30 14:07:47.249 INFO STEP 6 (remove_files) COMPLETE
41562024-10-30T14:07:47.935Z[ recovery-image] Oct 30 14:07:47.249 INFO O| Oct 30 14:07:47.249 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41572024-10-30T14:07:47.998Z[ recovery-image] Oct 30 14:07:47.310 INFO O| Oct 30 14:07:47.310 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
41582024-10-30T14:07:48.022Z[ recovery-image] Oct 30 14:07:47.335 INFO O| Oct 30 14:07:47.335 INFO STEP 7 (remove_files) COMPLETE
41592024-10-30T14:07:48.022Z[ recovery-image] Oct 30 14:07:47.335 INFO O| Oct 30 14:07:47.335 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41602024-10-30T14:07:48.044Z[ recovery-image] Oct 30 14:07:47.357 INFO O| Oct 30 14:07:47.357 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
41612024-10-30T14:07:48.133Z[ recovery-image] Oct 30 14:07:47.446 INFO O| Oct 30 14:07:47.446 INFO STEP 8 (remove_files) COMPLETE
41622024-10-30T14:07:48.133Z[ recovery-image] Oct 30 14:07:47.446 INFO O| Oct 30 14:07:47.446 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41632024-10-30T14:07:48.155Z[ recovery-image] Oct 30 14:07:47.468 INFO O| Oct 30 14:07:47.468 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
41642024-10-30T14:07:48.158Z[ recovery-image] Oct 30 14:07:47.468 INFO O| Oct 30 14:07:47.468 INFO STEP 9 (remove_files) COMPLETE
41652024-10-30T14:07:48.158Z[ recovery-image] Oct 30 14:07:47.468 INFO O| Oct 30 14:07:47.468 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41662024-10-30T14:07:48.178Z[ recovery-image] Oct 30 14:07:47.492 INFO O| Oct 30 14:07:47.491 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
41672024-10-30T14:07:48.181Z[ recovery-image] Oct 30 14:07:47.493 INFO O| Oct 30 14:07:47.492 INFO STEP 10 (remove_files) COMPLETE
41682024-10-30T14:07:48.181Z[ recovery-image] Oct 30 14:07:47.493 INFO O| Oct 30 14:07:47.493 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41692024-10-30T14:07:48.198Z[ recovery-image] Oct 30 14:07:47.511 INFO O| Oct 30 14:07:47.511 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
41702024-10-30T14:07:48.531Z[ host-image] Oct 30 14:07:47.844 INFO O| Oct 30 14:07:47.844 INFO O| Done
41712024-10-30T14:07:48.627Z[ host-image] Oct 30 14:07:47.939 INFO O| Oct 30 14:07:47.939 INFO O| Done
41722024-10-30T14:07:48.629Z[ host-image] Oct 30 14:07:47.940 INFO O| Oct 30 14:07:47.940 INFO O| Done
41732024-10-30T14:07:48.654Z[ host-image] Oct 30 14:07:47.967 INFO O| Oct 30 14:07:47.967 INFO O| Done
41742024-10-30T14:07:48.827Z[ host-image] Oct 30 14:07:48.140 INFO O| Oct 30 14:07:48.140 INFO STEP 12 (pkg_install) COMPLETE
41752024-10-30T14:07:48.827Z[ host-image] Oct 30 14:07:48.140 INFO O| Oct 30 14:07:48.140 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41762024-10-30T14:07:48.847Z[ host-image] Oct 30 14:07:48.159 INFO O| Oct 30 14:07:48.159 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
41772024-10-30T14:07:48.861Z[ recovery-image] Oct 30 14:07:48.173 INFO O| Oct 30 14:07:48.173 INFO STEP 11 (remove_files) COMPLETE
41782024-10-30T14:07:48.861Z[ recovery-image] Oct 30 14:07:48.173 INFO O| Oct 30 14:07:48.173 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-10-30T14:07:48.905Z[ recovery-image] Oct 30 14:07:48.218 INFO O| Oct 30 14:07:48.218 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
41802024-10-30T14:07:48.945Z[ recovery-image] Oct 30 14:07:48.258 INFO O| Oct 30 14:07:48.258 INFO STEP 12 (remove_files) COMPLETE
41812024-10-30T14:07:48.945Z[ recovery-image] Oct 30 14:07:48.258 INFO O| Oct 30 14:07:48.258 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-10-30T14:07:48.994Z[ recovery-image] Oct 30 14:07:48.307 INFO O| Oct 30 14:07:48.307 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
41832024-10-30T14:07:48.997Z[ recovery-image] Oct 30 14:07:48.311 INFO O| Oct 30 14:07:48.311 INFO STEP 13 (remove_files) COMPLETE
41842024-10-30T14:07:48.999Z[ recovery-image] Oct 30 14:07:48.311 INFO O| Oct 30 14:07:48.311 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-10-30T14:07:49.033Z[ recovery-image] Oct 30 14:07:48.346 INFO O| Oct 30 14:07:48.346 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
41862024-10-30T14:07:49.058Z[ recovery-image] Oct 30 14:07:48.371 INFO O| Oct 30 14:07:48.371 INFO STEP 14 (remove_files) COMPLETE
41872024-10-30T14:07:49.058Z[ recovery-image] Oct 30 14:07:48.371 INFO O| Oct 30 14:07:48.371 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-10-30T14:07:49.086Z[ recovery-image] Oct 30 14:07:48.399 INFO O| Oct 30 14:07:48.399 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
41892024-10-30T14:07:49.109Z[ recovery-image] Oct 30 14:07:48.421 INFO O| Oct 30 14:07:48.421 INFO STEP 15 (remove_files) COMPLETE
41902024-10-30T14:07:49.109Z[ recovery-image] Oct 30 14:07:48.421 INFO O| Oct 30 14:07:48.421 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-10-30T14:07:49.142Z[ recovery-image] Oct 30 14:07:48.453 INFO O| Oct 30 14:07:48.453 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
41922024-10-30T14:07:49.208Z[ recovery-image] Oct 30 14:07:48.520 INFO O| Oct 30 14:07:48.520 INFO STEP 16 (remove_files) COMPLETE
41932024-10-30T14:07:49.208Z[ recovery-image] Oct 30 14:07:48.520 INFO O| Oct 30 14:07:48.520 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-10-30T14:07:49.227Z[ recovery-image] Oct 30 14:07:48.540 INFO O| Oct 30 14:07:48.540 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
41952024-10-30T14:07:49.227Z[ recovery-image] Oct 30 14:07:48.540 INFO O| Oct 30 14:07:48.540 INFO STEP 17 (remove_files) COMPLETE
41962024-10-30T14:07:49.227Z[ recovery-image] Oct 30 14:07:48.540 INFO O| Oct 30 14:07:48.540 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41972024-10-30T14:07:49.261Z[ recovery-image] Oct 30 14:07:48.574 INFO O| Oct 30 14:07:48.574 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
41982024-10-30T14:07:49.263Z[ recovery-image] Oct 30 14:07:48.574 INFO O| Oct 30 14:07:48.574 INFO STEP 18 (remove_files) COMPLETE
41992024-10-30T14:07:49.263Z[ recovery-image] Oct 30 14:07:48.574 INFO O| Oct 30 14:07:48.574 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42002024-10-30T14:07:49.324Z[ recovery-image] Oct 30 14:07:48.637 INFO O| Oct 30 14:07:48.637 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
42012024-10-30T14:07:49.829Z[ recovery-image] Oct 30 14:07:49.141 INFO O| Oct 30 14:07:49.141 INFO STEP 19 (remove_files) COMPLETE
42022024-10-30T14:07:49.829Z[ recovery-image] Oct 30 14:07:49.141 INFO O| Oct 30 14:07:49.141 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42032024-10-30T14:07:49.869Z[ recovery-image] Oct 30 14:07:49.182 INFO O| Oct 30 14:07:49.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
42042024-10-30T14:07:49.872Z[ recovery-image] Oct 30 14:07:49.183 INFO O| Oct 30 14:07:49.183 INFO STEP 20 (remove_files) COMPLETE
42052024-10-30T14:07:49.872Z[ recovery-image] Oct 30 14:07:49.183 INFO O| Oct 30 14:07:49.183 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42062024-10-30T14:07:49.909Z[ recovery-image] Oct 30 14:07:49.222 INFO O| Oct 30 14:07:49.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
42072024-10-30T14:07:49.912Z[ recovery-image] Oct 30 14:07:49.222 INFO O| Oct 30 14:07:49.222 INFO STEP 21 (remove_files) COMPLETE
42082024-10-30T14:07:49.913Z[ recovery-image] Oct 30 14:07:49.222 INFO O| Oct 30 14:07:49.222 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42092024-10-30T14:07:49.917Z[ host-image] Oct 30 14:07:49.230 INFO O| Oct 30 14:07:49.230 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42102024-10-30T14:07:49.927Z[ recovery-image] Oct 30 14:07:49.241 INFO O| Oct 30 14:07:49.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
42112024-10-30T14:07:49.929Z[ recovery-image] Oct 30 14:07:49.241 INFO O| Oct 30 14:07:49.241 INFO STEP 22 (remove_files) COMPLETE
42122024-10-30T14:07:49.929Z[ recovery-image] Oct 30 14:07:49.241 INFO O| Oct 30 14:07:49.241 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42132024-10-30T14:07:49.946Z[ recovery-image] Oct 30 14:07:49.259 INFO O| Oct 30 14:07:49.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
42142024-10-30T14:07:49.946Z[ recovery-image] Oct 30 14:07:49.259 INFO O| Oct 30 14:07:49.259 INFO STEP 23 (remove_files) COMPLETE
42152024-10-30T14:07:49.946Z[ recovery-image] Oct 30 14:07:49.259 INFO O| Oct 30 14:07:49.259 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42162024-10-30T14:07:50.013Z[ recovery-image] Oct 30 14:07:49.326 INFO O| Oct 30 14:07:49.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
42172024-10-30T14:07:50.033Z[ recovery-image] Oct 30 14:07:49.346 INFO O| Oct 30 14:07:49.346 INFO STEP 24 (remove_files) COMPLETE
42182024-10-30T14:07:50.033Z[ recovery-image] Oct 30 14:07:49.346 INFO O| Oct 30 14:07:49.346 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42192024-10-30T14:07:50.105Z[ recovery-image] Oct 30 14:07:49.418 INFO O| Oct 30 14:07:49.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
42202024-10-30T14:07:50.105Z[ recovery-image] Oct 30 14:07:49.418 INFO O| Oct 30 14:07:49.418 INFO STEP 25 (remove_files) COMPLETE
42212024-10-30T14:07:50.109Z[ recovery-image] Oct 30 14:07:49.418 INFO O| Oct 30 14:07:49.418 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42222024-10-30T14:07:50.124Z[ recovery-image] Oct 30 14:07:49.437 INFO O| Oct 30 14:07:49.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
42232024-10-30T14:07:50.124Z[ recovery-image] Oct 30 14:07:49.437 INFO O| Oct 30 14:07:49.437 INFO STEP 26 (remove_files) COMPLETE
42242024-10-30T14:07:50.127Z[ recovery-image] Oct 30 14:07:49.437 INFO O| Oct 30 14:07:49.437 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-10-30T14:07:50.141Z[ recovery-image] Oct 30 14:07:49.454 INFO O| Oct 30 14:07:49.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
42262024-10-30T14:07:50.141Z[ recovery-image] Oct 30 14:07:49.454 INFO O| Oct 30 14:07:49.454 INFO STEP 27 (remove_files) COMPLETE
42272024-10-30T14:07:50.144Z[ recovery-image] Oct 30 14:07:49.454 INFO O| Oct 30 14:07:49.454 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-10-30T14:07:50.158Z[ recovery-image] Oct 30 14:07:49.472 INFO O| Oct 30 14:07:49.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
42292024-10-30T14:07:50.161Z[ recovery-image] Oct 30 14:07:49.475 INFO O| Oct 30 14:07:49.475 INFO STEP 28 (remove_files) COMPLETE
42302024-10-30T14:07:50.163Z[ recovery-image] Oct 30 14:07:49.475 INFO O| Oct 30 14:07:49.475 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-10-30T14:07:50.190Z[ recovery-image] Oct 30 14:07:49.503 INFO O| Oct 30 14:07:49.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
42322024-10-30T14:07:50.190Z[ recovery-image] Oct 30 14:07:49.503 INFO O| Oct 30 14:07:49.503 INFO STEP 29 (remove_files) COMPLETE
42332024-10-30T14:07:50.190Z[ recovery-image] Oct 30 14:07:49.503 INFO O| Oct 30 14:07:49.503 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-10-30T14:07:50.210Z[ recovery-image] Oct 30 14:07:49.523 INFO O| Oct 30 14:07:49.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
42352024-10-30T14:07:50.210Z[ recovery-image] Oct 30 14:07:49.523 INFO O| Oct 30 14:07:49.523 INFO STEP 30 (remove_files) COMPLETE
42362024-10-30T14:07:50.210Z[ recovery-image] Oct 30 14:07:49.523 INFO O| Oct 30 14:07:49.523 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-10-30T14:07:50.229Z[ recovery-image] Oct 30 14:07:49.542 INFO O| Oct 30 14:07:49.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
42382024-10-30T14:07:50.229Z[ recovery-image] Oct 30 14:07:49.542 INFO O| Oct 30 14:07:49.542 INFO STEP 31 (remove_files) COMPLETE
42392024-10-30T14:07:50.231Z[ recovery-image] Oct 30 14:07:49.542 INFO O| Oct 30 14:07:49.542 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-10-30T14:07:50.249Z[ recovery-image] Oct 30 14:07:49.562 INFO O| Oct 30 14:07:49.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
42412024-10-30T14:07:50.261Z[ recovery-image] Oct 30 14:07:49.574 INFO O| Oct 30 14:07:49.574 INFO STEP 32 (remove_files) COMPLETE
42422024-10-30T14:07:50.261Z[ recovery-image] Oct 30 14:07:49.574 INFO O| Oct 30 14:07:49.574 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-10-30T14:07:50.295Z[ recovery-image] Oct 30 14:07:49.608 INFO O| Oct 30 14:07:49.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
42442024-10-30T14:07:50.301Z[ recovery-image] Oct 30 14:07:49.615 INFO O| Oct 30 14:07:49.615 INFO STEP 33 (remove_files) COMPLETE
42452024-10-30T14:07:50.302Z[ recovery-image] Oct 30 14:07:49.615 INFO O| Oct 30 14:07:49.615 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-10-30T14:07:50.346Z[ recovery-image] Oct 30 14:07:49.659 INFO O| Oct 30 14:07:49.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
42472024-10-30T14:07:50.346Z[ recovery-image] Oct 30 14:07:49.659 INFO O| Oct 30 14:07:49.659 INFO STEP 34 (remove_files) COMPLETE
42482024-10-30T14:07:50.349Z[ recovery-image] Oct 30 14:07:49.659 INFO O| Oct 30 14:07:49.659 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-10-30T14:07:50.381Z[ recovery-image] Oct 30 14:07:49.694 INFO O| Oct 30 14:07:49.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
42502024-10-30T14:07:50.401Z[ recovery-image] Oct 30 14:07:49.714 INFO O| Oct 30 14:07:49.714 INFO STEP 35 (remove_files) COMPLETE
42512024-10-30T14:07:50.401Z[ recovery-image] Oct 30 14:07:49.714 INFO O| Oct 30 14:07:49.714 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-10-30T14:07:50.495Z[ recovery-image] Oct 30 14:07:49.808 INFO O| Oct 30 14:07:49.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
42532024-10-30T14:07:50.502Z[ recovery-image] Oct 30 14:07:49.816 INFO O| Oct 30 14:07:49.816 INFO STEP 36 (remove_files) COMPLETE
42542024-10-30T14:07:50.503Z[ recovery-image] Oct 30 14:07:49.816 INFO O| Oct 30 14:07:49.816 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-10-30T14:07:50.562Z[ recovery-image] Oct 30 14:07:49.875 INFO O| Oct 30 14:07:49.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
42562024-10-30T14:07:50.565Z[ recovery-image] Oct 30 14:07:49.876 INFO O| Oct 30 14:07:49.876 INFO STEP 37 (remove_files) COMPLETE
42572024-10-30T14:07:50.565Z[ recovery-image] Oct 30 14:07:49.876 INFO O| Oct 30 14:07:49.876 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-10-30T14:07:50.583Z[ recovery-image] Oct 30 14:07:49.896 INFO O| Oct 30 14:07:49.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
42592024-10-30T14:07:50.604Z[ recovery-image] Oct 30 14:07:49.917 INFO O| Oct 30 14:07:49.917 INFO STEP 38 (remove_files) COMPLETE
42602024-10-30T14:07:50.606Z[ recovery-image] Oct 30 14:07:49.917 INFO O| Oct 30 14:07:49.917 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-10-30T14:07:50.630Z[ recovery-image] Oct 30 14:07:49.943 INFO O| Oct 30 14:07:49.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
42622024-10-30T14:07:50.632Z[ recovery-image] Oct 30 14:07:49.943 INFO O| Oct 30 14:07:49.943 INFO STEP 39 (remove_files) COMPLETE
42632024-10-30T14:07:50.632Z[ recovery-image] Oct 30 14:07:49.943 INFO O| Oct 30 14:07:49.943 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-10-30T14:07:50.656Z[ recovery-image] Oct 30 14:07:49.968 INFO O| Oct 30 14:07:49.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
42652024-10-30T14:07:50.660Z[ recovery-image] Oct 30 14:07:49.968 INFO O| Oct 30 14:07:49.968 INFO STEP 40 (remove_files) COMPLETE
42662024-10-30T14:07:50.660Z[ recovery-image] Oct 30 14:07:49.968 INFO O| Oct 30 14:07:49.968 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-10-30T14:07:50.676Z[ recovery-image] Oct 30 14:07:49.989 INFO O| Oct 30 14:07:49.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
42682024-10-30T14:07:50.678Z[ recovery-image] Oct 30 14:07:49.989 INFO O| Oct 30 14:07:49.989 INFO STEP 41 (remove_files) COMPLETE
42692024-10-30T14:07:50.678Z[ recovery-image] Oct 30 14:07:49.989 INFO O| Oct 30 14:07:49.989 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-10-30T14:07:50.694Z[ recovery-image] Oct 30 14:07:50.007 INFO O| Oct 30 14:07:50.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
42712024-10-30T14:07:50.697Z[ recovery-image] Oct 30 14:07:50.007 INFO O| Oct 30 14:07:50.007 INFO STEP 42 (remove_files) COMPLETE
42722024-10-30T14:07:50.697Z[ recovery-image] Oct 30 14:07:50.008 INFO O| Oct 30 14:07:50.007 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-10-30T14:07:50.723Z[ recovery-image] Oct 30 14:07:50.036 INFO O| Oct 30 14:07:50.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
42742024-10-30T14:07:50.723Z[ recovery-image] Oct 30 14:07:50.036 INFO O| Oct 30 14:07:50.036 INFO STEP 43 (remove_files) COMPLETE
42752024-10-30T14:07:50.725Z[ recovery-image] Oct 30 14:07:50.037 INFO O| Oct 30 14:07:50.036 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-10-30T14:07:50.744Z[ recovery-image] Oct 30 14:07:50.057 INFO O| Oct 30 14:07:50.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
42772024-10-30T14:07:50.744Z[ recovery-image] Oct 30 14:07:50.057 INFO O| Oct 30 14:07:50.057 INFO STEP 44 (remove_files) COMPLETE
42782024-10-30T14:07:50.744Z[ recovery-image] Oct 30 14:07:50.057 INFO O| Oct 30 14:07:50.057 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-10-30T14:07:50.781Z[ recovery-image] Oct 30 14:07:50.094 INFO O| Oct 30 14:07:50.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
42802024-10-30T14:07:50.781Z[ recovery-image] Oct 30 14:07:50.094 INFO O| Oct 30 14:07:50.094 INFO STEP 45 (remove_files) COMPLETE
42812024-10-30T14:07:50.784Z[ recovery-image] Oct 30 14:07:50.094 INFO O| Oct 30 14:07:50.094 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-10-30T14:07:50.813Z[ recovery-image] Oct 30 14:07:50.126 INFO O| Oct 30 14:07:50.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
42832024-10-30T14:07:50.813Z[ recovery-image] Oct 30 14:07:50.126 INFO O| Oct 30 14:07:50.126 INFO STEP 46 (remove_files) COMPLETE
42842024-10-30T14:07:50.813Z[ recovery-image] Oct 30 14:07:50.126 INFO O| Oct 30 14:07:50.126 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-10-30T14:07:50.848Z[ recovery-image] Oct 30 14:07:50.160 INFO O| Oct 30 14:07:50.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
42862024-10-30T14:07:50.851Z[ recovery-image] Oct 30 14:07:50.161 INFO O| Oct 30 14:07:50.161 INFO STEP 47 (remove_files) COMPLETE
42872024-10-30T14:07:50.851Z[ recovery-image] Oct 30 14:07:50.161 INFO O| Oct 30 14:07:50.161 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-10-30T14:07:50.881Z[ recovery-image] Oct 30 14:07:50.194 INFO O| Oct 30 14:07:50.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
42892024-10-30T14:07:50.881Z[ recovery-image] Oct 30 14:07:50.194 INFO O| Oct 30 14:07:50.194 INFO STEP 48 (remove_files) COMPLETE
42902024-10-30T14:07:50.884Z[ recovery-image] Oct 30 14:07:50.194 INFO O| Oct 30 14:07:50.194 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-10-30T14:07:50.915Z[ recovery-image] Oct 30 14:07:50.227 INFO O| Oct 30 14:07:50.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
42922024-10-30T14:07:50.915Z[ recovery-image] Oct 30 14:07:50.227 INFO O| Oct 30 14:07:50.227 INFO STEP 49 (remove_files) COMPLETE
42932024-10-30T14:07:50.915Z[ recovery-image] Oct 30 14:07:50.227 INFO O| Oct 30 14:07:50.227 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-10-30T14:07:50.935Z[ recovery-image] Oct 30 14:07:50.247 INFO O| Oct 30 14:07:50.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
42952024-10-30T14:07:50.935Z[ recovery-image] Oct 30 14:07:50.247 INFO O| Oct 30 14:07:50.247 INFO STEP 50 (remove_files) COMPLETE
42962024-10-30T14:07:50.935Z[ recovery-image] Oct 30 14:07:50.247 INFO O| Oct 30 14:07:50.247 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-10-30T14:07:50.970Z[ recovery-image] Oct 30 14:07:50.283 INFO O| Oct 30 14:07:50.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
42982024-10-30T14:07:50.970Z[ recovery-image] Oct 30 14:07:50.283 INFO O| Oct 30 14:07:50.283 INFO STEP 51 (remove_files) COMPLETE
42992024-10-30T14:07:50.970Z[ recovery-image] Oct 30 14:07:50.283 INFO O| Oct 30 14:07:50.283 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-10-30T14:07:50.988Z[ recovery-image] Oct 30 14:07:50.301 INFO O| Oct 30 14:07:50.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
43012024-10-30T14:07:50.991Z[ recovery-image] Oct 30 14:07:50.303 INFO O| Oct 30 14:07:50.303 INFO STEP 52 (remove_files) COMPLETE
43022024-10-30T14:07:50.991Z[ recovery-image] Oct 30 14:07:50.303 INFO O| Oct 30 14:07:50.303 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-10-30T14:07:51.008Z[ recovery-image] Oct 30 14:07:50.321 INFO O| Oct 30 14:07:50.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
43042024-10-30T14:07:51.015Z[ recovery-image] Oct 30 14:07:50.328 INFO O| Oct 30 14:07:50.328 INFO STEP 53 (remove_files) COMPLETE
43052024-10-30T14:07:51.015Z[ recovery-image] Oct 30 14:07:50.328 INFO O| Oct 30 14:07:50.328 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-10-30T14:07:51.062Z[ recovery-image] Oct 30 14:07:50.375 INFO O| Oct 30 14:07:50.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
43072024-10-30T14:07:51.065Z[ recovery-image] Oct 30 14:07:50.375 INFO O| Oct 30 14:07:50.375 INFO STEP 54 (remove_files) COMPLETE
43082024-10-30T14:07:51.065Z[ recovery-image] Oct 30 14:07:50.375 INFO O| Oct 30 14:07:50.375 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-10-30T14:07:51.084Z[ recovery-image] Oct 30 14:07:50.397 INFO O| Oct 30 14:07:50.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
43102024-10-30T14:07:51.087Z[ recovery-image] Oct 30 14:07:50.397 INFO O| Oct 30 14:07:50.397 INFO STEP 55 (remove_files) COMPLETE
43112024-10-30T14:07:51.087Z[ recovery-image] Oct 30 14:07:50.397 INFO O| Oct 30 14:07:50.397 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-10-30T14:07:51.104Z[ recovery-image] Oct 30 14:07:50.417 INFO O| Oct 30 14:07:50.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
43132024-10-30T14:07:51.107Z[ recovery-image] Oct 30 14:07:50.417 INFO O| Oct 30 14:07:50.417 INFO STEP 56 (remove_files) COMPLETE
43142024-10-30T14:07:51.107Z[ recovery-image] Oct 30 14:07:50.417 INFO O| Oct 30 14:07:50.417 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-10-30T14:07:51.123Z[ recovery-image] Oct 30 14:07:50.436 INFO O| Oct 30 14:07:50.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
43162024-10-30T14:07:51.126Z[ recovery-image] Oct 30 14:07:50.436 INFO O| Oct 30 14:07:50.436 INFO STEP 57 (remove_files) COMPLETE
43172024-10-30T14:07:51.126Z[ recovery-image] Oct 30 14:07:50.436 INFO O| Oct 30 14:07:50.436 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-10-30T14:07:51.154Z[ recovery-image] Oct 30 14:07:50.467 INFO O| Oct 30 14:07:50.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
43192024-10-30T14:07:51.158Z[ recovery-image] Oct 30 14:07:50.467 INFO O| Oct 30 14:07:50.467 INFO STEP 58 (remove_files) COMPLETE
43202024-10-30T14:07:51.158Z[ recovery-image] Oct 30 14:07:50.468 INFO O| Oct 30 14:07:50.468 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-10-30T14:07:51.176Z[ recovery-image] Oct 30 14:07:50.489 INFO O| Oct 30 14:07:50.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
43222024-10-30T14:07:51.179Z[ recovery-image] Oct 30 14:07:50.489 INFO O| Oct 30 14:07:50.489 INFO STEP 59 (remove_files) COMPLETE
43232024-10-30T14:07:51.179Z[ recovery-image] Oct 30 14:07:50.489 INFO O| Oct 30 14:07:50.489 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43242024-10-30T14:07:51.195Z[ recovery-image] Oct 30 14:07:50.508 INFO O| Oct 30 14:07:50.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
43252024-10-30T14:07:51.200Z[ recovery-image] Oct 30 14:07:50.508 INFO O| Oct 30 14:07:50.508 INFO STEP 60 (remove_files) COMPLETE
43262024-10-30T14:07:51.200Z[ recovery-image] Oct 30 14:07:50.508 INFO O| Oct 30 14:07:50.508 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-10-30T14:07:51.233Z[ recovery-image] Oct 30 14:07:50.546 INFO O| Oct 30 14:07:50.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
43282024-10-30T14:07:51.236Z[ recovery-image] Oct 30 14:07:50.546 INFO O| Oct 30 14:07:50.546 INFO STEP 61 (remove_files) COMPLETE
43292024-10-30T14:07:51.236Z[ recovery-image] Oct 30 14:07:50.546 INFO O| Oct 30 14:07:50.546 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-10-30T14:07:51.254Z[ recovery-image] Oct 30 14:07:50.567 INFO O| Oct 30 14:07:50.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
43312024-10-30T14:07:51.258Z[ recovery-image] Oct 30 14:07:50.568 INFO O| Oct 30 14:07:50.568 INFO STEP 62 (remove_files) COMPLETE
43322024-10-30T14:07:51.258Z[ recovery-image] Oct 30 14:07:50.568 INFO O| Oct 30 14:07:50.568 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-10-30T14:07:51.273Z[ recovery-image] Oct 30 14:07:50.586 INFO O| Oct 30 14:07:50.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
43342024-10-30T14:07:51.297Z[ recovery-image] Oct 30 14:07:50.610 INFO O| Oct 30 14:07:50.610 INFO STEP 63 (remove_files) COMPLETE
43352024-10-30T14:07:51.297Z[ recovery-image] Oct 30 14:07:50.610 INFO O| Oct 30 14:07:50.610 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-10-30T14:07:51.330Z[ recovery-image] Oct 30 14:07:50.642 INFO O| Oct 30 14:07:50.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
43372024-10-30T14:07:51.330Z[ recovery-image] Oct 30 14:07:50.642 INFO O| Oct 30 14:07:50.642 INFO STEP 64 (remove_files) COMPLETE
43382024-10-30T14:07:51.330Z[ recovery-image] Oct 30 14:07:50.642 INFO O| Oct 30 14:07:50.642 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-10-30T14:07:51.352Z[ recovery-image] Oct 30 14:07:50.665 INFO O| Oct 30 14:07:50.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
43402024-10-30T14:07:51.352Z[ recovery-image] Oct 30 14:07:50.665 INFO O| Oct 30 14:07:50.665 INFO STEP 65 (remove_files) COMPLETE
43412024-10-30T14:07:51.352Z[ recovery-image] Oct 30 14:07:50.665 INFO O| Oct 30 14:07:50.665 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-10-30T14:07:51.390Z[ recovery-image] Oct 30 14:07:50.703 INFO O| Oct 30 14:07:50.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
43432024-10-30T14:07:51.390Z[ recovery-image] Oct 30 14:07:50.703 INFO O| Oct 30 14:07:50.703 INFO STEP 66 (remove_files) COMPLETE
43442024-10-30T14:07:51.390Z[ recovery-image] Oct 30 14:07:50.703 INFO O| Oct 30 14:07:50.703 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-10-30T14:07:51.411Z[ recovery-image] Oct 30 14:07:50.724 INFO O| Oct 30 14:07:50.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
43462024-10-30T14:07:51.411Z[ recovery-image] Oct 30 14:07:50.724 INFO O| Oct 30 14:07:50.724 INFO STEP 67 (remove_files) COMPLETE
43472024-10-30T14:07:51.414Z[ recovery-image] Oct 30 14:07:50.724 INFO O| Oct 30 14:07:50.724 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-10-30T14:07:51.447Z[ recovery-image] Oct 30 14:07:50.760 INFO O| Oct 30 14:07:50.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
43492024-10-30T14:07:51.447Z[ recovery-image] Oct 30 14:07:50.760 INFO O| Oct 30 14:07:50.760 INFO STEP 68 (remove_files) COMPLETE
43502024-10-30T14:07:51.449Z[ recovery-image] Oct 30 14:07:50.760 INFO O| Oct 30 14:07:50.760 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-10-30T14:07:51.469Z[ recovery-image] Oct 30 14:07:50.782 INFO O| Oct 30 14:07:50.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
43522024-10-30T14:07:51.469Z[ recovery-image] Oct 30 14:07:50.782 INFO O| Oct 30 14:07:50.782 INFO STEP 69 (remove_files) COMPLETE
43532024-10-30T14:07:51.469Z[ recovery-image] Oct 30 14:07:50.782 INFO O| Oct 30 14:07:50.782 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-10-30T14:07:51.498Z[ recovery-image] Oct 30 14:07:50.811 INFO O| Oct 30 14:07:50.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
43552024-10-30T14:07:51.501Z[ recovery-image] Oct 30 14:07:50.811 INFO O| Oct 30 14:07:50.811 INFO STEP 70 (remove_files) COMPLETE
43562024-10-30T14:07:51.501Z[ recovery-image] Oct 30 14:07:50.812 INFO O| Oct 30 14:07:50.811 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-10-30T14:07:51.517Z[ recovery-image] Oct 30 14:07:50.830 INFO O| Oct 30 14:07:50.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
43582024-10-30T14:07:51.520Z[ recovery-image] Oct 30 14:07:50.830 INFO O| Oct 30 14:07:50.830 INFO STEP 71 (remove_files) COMPLETE
43592024-10-30T14:07:51.520Z[ recovery-image] Oct 30 14:07:50.830 INFO O| Oct 30 14:07:50.830 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-10-30T14:07:51.535Z[ recovery-image] Oct 30 14:07:50.848 INFO O| Oct 30 14:07:50.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
43612024-10-30T14:07:51.537Z[ recovery-image] Oct 30 14:07:50.849 INFO O| Oct 30 14:07:50.848 INFO STEP 72 (remove_files) COMPLETE
43622024-10-30T14:07:51.538Z[ recovery-image] Oct 30 14:07:50.849 INFO O| Oct 30 14:07:50.849 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-10-30T14:07:51.576Z[ recovery-image] Oct 30 14:07:50.889 INFO O| Oct 30 14:07:50.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
43642024-10-30T14:07:51.576Z[ recovery-image] Oct 30 14:07:50.889 INFO O| Oct 30 14:07:50.889 INFO STEP 73 (remove_files) COMPLETE
43652024-10-30T14:07:51.576Z[ recovery-image] Oct 30 14:07:50.889 INFO O| Oct 30 14:07:50.889 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-10-30T14:07:51.594Z[ recovery-image] Oct 30 14:07:50.907 INFO O| Oct 30 14:07:50.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
43672024-10-30T14:07:51.594Z[ recovery-image] Oct 30 14:07:50.907 INFO O| Oct 30 14:07:50.907 INFO STEP 74 (remove_files) COMPLETE
43682024-10-30T14:07:51.594Z[ recovery-image] Oct 30 14:07:50.908 INFO O| Oct 30 14:07:50.907 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-10-30T14:07:51.613Z[ recovery-image] Oct 30 14:07:50.926 INFO O| Oct 30 14:07:50.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
43702024-10-30T14:07:51.613Z[ recovery-image] Oct 30 14:07:50.926 INFO O| Oct 30 14:07:50.926 INFO STEP 75 (remove_files) COMPLETE
43712024-10-30T14:07:51.615Z[ recovery-image] Oct 30 14:07:50.926 INFO O| Oct 30 14:07:50.926 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-10-30T14:07:51.648Z[ recovery-image] Oct 30 14:07:50.961 INFO O| Oct 30 14:07:50.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
43732024-10-30T14:07:51.674Z[ recovery-image] Oct 30 14:07:50.986 INFO O| Oct 30 14:07:50.986 INFO STEP 76 (remove_files) COMPLETE
43742024-10-30T14:07:51.674Z[ recovery-image] Oct 30 14:07:50.986 INFO O| Oct 30 14:07:50.986 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-10-30T14:07:51.731Z[ recovery-image] Oct 30 14:07:51.043 INFO O| Oct 30 14:07:51.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
43762024-10-30T14:07:51.731Z[ recovery-image] Oct 30 14:07:51.043 INFO O| Oct 30 14:07:51.043 INFO STEP 77 (remove_files) COMPLETE
43772024-10-30T14:07:51.731Z[ recovery-image] Oct 30 14:07:51.043 INFO O| Oct 30 14:07:51.043 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-10-30T14:07:51.748Z[ recovery-image] Oct 30 14:07:51.061 INFO O| Oct 30 14:07:51.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
43792024-10-30T14:07:51.748Z[ recovery-image] Oct 30 14:07:51.061 INFO O| Oct 30 14:07:51.061 INFO STEP 78 (remove_files) COMPLETE
43802024-10-30T14:07:51.748Z[ recovery-image] Oct 30 14:07:51.061 INFO O| Oct 30 14:07:51.061 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-10-30T14:07:51.767Z[ recovery-image] Oct 30 14:07:51.080 INFO O| Oct 30 14:07:51.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
43822024-10-30T14:07:51.767Z[ recovery-image] Oct 30 14:07:51.080 INFO O| Oct 30 14:07:51.080 INFO STEP 79 (remove_files) COMPLETE
43832024-10-30T14:07:51.770Z[ recovery-image] Oct 30 14:07:51.080 INFO O| Oct 30 14:07:51.080 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-10-30T14:07:51.784Z[ recovery-image] Oct 30 14:07:51.097 INFO O| Oct 30 14:07:51.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
43852024-10-30T14:07:51.784Z[ recovery-image] Oct 30 14:07:51.097 INFO O| Oct 30 14:07:51.097 INFO STEP 80 (remove_files) COMPLETE
43862024-10-30T14:07:51.784Z[ recovery-image] Oct 30 14:07:51.097 INFO O| Oct 30 14:07:51.097 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-10-30T14:07:51.836Z[ recovery-image] Oct 30 14:07:51.149 INFO O| Oct 30 14:07:51.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
43882024-10-30T14:07:51.836Z[ recovery-image] Oct 30 14:07:51.149 INFO O| Oct 30 14:07:51.149 INFO STEP 81 (remove_files) COMPLETE
43892024-10-30T14:07:51.836Z[ recovery-image] Oct 30 14:07:51.149 INFO O| Oct 30 14:07:51.149 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-10-30T14:07:51.855Z[ recovery-image] Oct 30 14:07:51.168 INFO O| Oct 30 14:07:51.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
43912024-10-30T14:07:51.856Z[ recovery-image] Oct 30 14:07:51.169 INFO O| Oct 30 14:07:51.168 INFO STEP 82 (remove_files) COMPLETE
43922024-10-30T14:07:51.858Z[ recovery-image] Oct 30 14:07:51.169 INFO O| Oct 30 14:07:51.169 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-10-30T14:07:51.912Z[ recovery-image] Oct 30 14:07:51.225 INFO O| Oct 30 14:07:51.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
43942024-10-30T14:07:51.912Z[ recovery-image] Oct 30 14:07:51.225 INFO O| Oct 30 14:07:51.225 INFO STEP 83 (remove_files) COMPLETE
43952024-10-30T14:07:51.914Z[ recovery-image] Oct 30 14:07:51.225 INFO O| Oct 30 14:07:51.225 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-10-30T14:07:51.933Z[ recovery-image] Oct 30 14:07:51.245 INFO O| Oct 30 14:07:51.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
43972024-10-30T14:07:51.933Z[ recovery-image] Oct 30 14:07:51.245 INFO O| Oct 30 14:07:51.245 INFO STEP 84 (remove_files) COMPLETE
43982024-10-30T14:07:51.935Z[ recovery-image] Oct 30 14:07:51.245 INFO O| Oct 30 14:07:51.245 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-10-30T14:07:51.949Z[ recovery-image] Oct 30 14:07:51.262 INFO O| Oct 30 14:07:51.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
44002024-10-30T14:07:51.949Z[ recovery-image] Oct 30 14:07:51.262 INFO O| Oct 30 14:07:51.262 INFO STEP 85 (remove_files) COMPLETE
44012024-10-30T14:07:51.949Z[ recovery-image] Oct 30 14:07:51.262 INFO O| Oct 30 14:07:51.262 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-10-30T14:07:51.971Z[ recovery-image] Oct 30 14:07:51.284 INFO O| Oct 30 14:07:51.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
44032024-10-30T14:07:51.971Z[ recovery-image] Oct 30 14:07:51.284 INFO O| Oct 30 14:07:51.284 INFO STEP 86 (remove_files) COMPLETE
44042024-10-30T14:07:51.971Z[ recovery-image] Oct 30 14:07:51.284 INFO O| Oct 30 14:07:51.284 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-10-30T14:07:51.991Z[ recovery-image] Oct 30 14:07:51.304 INFO O| Oct 30 14:07:51.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
44062024-10-30T14:07:51.991Z[ recovery-image] Oct 30 14:07:51.304 INFO O| Oct 30 14:07:51.304 INFO STEP 87 (remove_files) COMPLETE
44072024-10-30T14:07:51.994Z[ recovery-image] Oct 30 14:07:51.304 INFO O| Oct 30 14:07:51.304 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-10-30T14:07:52.024Z[ recovery-image] Oct 30 14:07:51.337 INFO O| Oct 30 14:07:51.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
44092024-10-30T14:07:52.024Z[ recovery-image] Oct 30 14:07:51.337 INFO O| Oct 30 14:07:51.337 INFO STEP 88 (remove_files) COMPLETE
44102024-10-30T14:07:52.024Z[ recovery-image] Oct 30 14:07:51.337 INFO O| Oct 30 14:07:51.337 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-10-30T14:07:52.043Z[ recovery-image] Oct 30 14:07:51.356 INFO O| Oct 30 14:07:51.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
44122024-10-30T14:07:52.043Z[ recovery-image] Oct 30 14:07:51.356 INFO O| Oct 30 14:07:51.356 INFO STEP 89 (remove_files) COMPLETE
44132024-10-30T14:07:52.043Z[ recovery-image] Oct 30 14:07:51.356 INFO O| Oct 30 14:07:51.356 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-10-30T14:07:52.060Z[ recovery-image] Oct 30 14:07:51.372 INFO O| Oct 30 14:07:51.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
44152024-10-30T14:07:52.060Z[ recovery-image] Oct 30 14:07:51.373 INFO O| Oct 30 14:07:51.373 INFO STEP 90 (remove_files) COMPLETE
44162024-10-30T14:07:52.060Z[ recovery-image] Oct 30 14:07:51.373 INFO O| Oct 30 14:07:51.373 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-10-30T14:07:52.077Z[ recovery-image] Oct 30 14:07:51.390 INFO O| Oct 30 14:07:51.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
44182024-10-30T14:07:52.077Z[ recovery-image] Oct 30 14:07:51.390 INFO O| Oct 30 14:07:51.390 INFO STEP 91 (remove_files) COMPLETE
44192024-10-30T14:07:52.079Z[ recovery-image] Oct 30 14:07:51.390 INFO O| Oct 30 14:07:51.390 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-10-30T14:07:52.094Z[ recovery-image] Oct 30 14:07:51.407 INFO O| Oct 30 14:07:51.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
44212024-10-30T14:07:52.097Z[ recovery-image] Oct 30 14:07:51.407 INFO O| Oct 30 14:07:51.407 INFO STEP 92 (remove_files) COMPLETE
44222024-10-30T14:07:52.097Z[ recovery-image] Oct 30 14:07:51.407 INFO O| Oct 30 14:07:51.407 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-10-30T14:07:52.111Z[ recovery-image] Oct 30 14:07:51.424 INFO O| Oct 30 14:07:51.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
44242024-10-30T14:07:52.111Z[ recovery-image] Oct 30 14:07:51.424 INFO O| Oct 30 14:07:51.424 INFO STEP 93 (remove_files) COMPLETE
44252024-10-30T14:07:52.111Z[ recovery-image] Oct 30 14:07:51.424 INFO O| Oct 30 14:07:51.424 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-10-30T14:07:52.150Z[ recovery-image] Oct 30 14:07:51.462 INFO O| Oct 30 14:07:51.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
44272024-10-30T14:07:52.150Z[ recovery-image] Oct 30 14:07:51.462 INFO O| Oct 30 14:07:51.462 INFO STEP 94 (remove_files) COMPLETE
44282024-10-30T14:07:52.152Z[ recovery-image] Oct 30 14:07:51.462 INFO O| Oct 30 14:07:51.462 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-10-30T14:07:52.173Z[ recovery-image] Oct 30 14:07:51.486 INFO O| Oct 30 14:07:51.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
44302024-10-30T14:07:52.176Z[ recovery-image] Oct 30 14:07:51.486 INFO O| Oct 30 14:07:51.486 INFO STEP 95 (remove_files) COMPLETE
44312024-10-30T14:07:52.176Z[ recovery-image] Oct 30 14:07:51.487 INFO O| Oct 30 14:07:51.487 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-10-30T14:07:52.195Z[ recovery-image] Oct 30 14:07:51.508 INFO O| Oct 30 14:07:51.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
44332024-10-30T14:07:52.197Z[ recovery-image] Oct 30 14:07:51.508 INFO O| Oct 30 14:07:51.508 INFO STEP 96 (remove_files) COMPLETE
44342024-10-30T14:07:52.198Z[ recovery-image] Oct 30 14:07:51.508 INFO O| Oct 30 14:07:51.508 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-10-30T14:07:52.215Z[ recovery-image] Oct 30 14:07:51.528 INFO O| Oct 30 14:07:51.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
44362024-10-30T14:07:52.218Z[ recovery-image] Oct 30 14:07:51.528 INFO O| Oct 30 14:07:51.528 INFO STEP 97 (remove_files) COMPLETE
44372024-10-30T14:07:52.218Z[ recovery-image] Oct 30 14:07:51.528 INFO O| Oct 30 14:07:51.528 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-10-30T14:07:52.255Z[ recovery-image] Oct 30 14:07:51.568 INFO O| Oct 30 14:07:51.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
44392024-10-30T14:07:52.258Z[ recovery-image] Oct 30 14:07:51.568 INFO O| Oct 30 14:07:51.568 INFO STEP 98 (remove_files) COMPLETE
44402024-10-30T14:07:52.258Z[ recovery-image] Oct 30 14:07:51.568 INFO O| Oct 30 14:07:51.568 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-10-30T14:07:52.275Z[ recovery-image] Oct 30 14:07:51.588 INFO O| Oct 30 14:07:51.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
44422024-10-30T14:07:52.277Z[ recovery-image] Oct 30 14:07:51.588 INFO O| Oct 30 14:07:51.588 INFO STEP 99 (remove_files) COMPLETE
44432024-10-30T14:07:52.277Z[ recovery-image] Oct 30 14:07:51.588 INFO O| Oct 30 14:07:51.588 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-10-30T14:07:52.312Z[ recovery-image] Oct 30 14:07:51.625 INFO O| Oct 30 14:07:51.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
44452024-10-30T14:07:52.336Z[ recovery-image] Oct 30 14:07:51.648 INFO O| Oct 30 14:07:51.648 INFO STEP 100 (remove_files) COMPLETE
44462024-10-30T14:07:52.336Z[ recovery-image] Oct 30 14:07:51.648 INFO O| Oct 30 14:07:51.648 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-10-30T14:07:52.371Z[ recovery-image] Oct 30 14:07:51.683 INFO O| Oct 30 14:07:51.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
44482024-10-30T14:07:52.371Z[ recovery-image] Oct 30 14:07:51.684 INFO O| Oct 30 14:07:51.683 INFO STEP 101 (remove_files) COMPLETE
44492024-10-30T14:07:52.373Z[ recovery-image] Oct 30 14:07:51.684 INFO O| Oct 30 14:07:51.683 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-10-30T14:07:52.437Z[ recovery-image] Oct 30 14:07:51.749 INFO O| Oct 30 14:07:51.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
44512024-10-30T14:07:52.437Z[ recovery-image] Oct 30 14:07:51.749 INFO O| Oct 30 14:07:51.749 INFO STEP 102 (remove_files) COMPLETE
44522024-10-30T14:07:52.437Z[ recovery-image] Oct 30 14:07:51.749 INFO O| Oct 30 14:07:51.749 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-10-30T14:07:52.455Z[ recovery-image] Oct 30 14:07:51.768 INFO O| Oct 30 14:07:51.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
44542024-10-30T14:07:52.480Z[ recovery-image] Oct 30 14:07:51.792 INFO O| Oct 30 14:07:51.792 INFO STEP 103 (remove_files) COMPLETE
44552024-10-30T14:07:52.480Z[ recovery-image] Oct 30 14:07:51.792 INFO O| Oct 30 14:07:51.792 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-10-30T14:07:52.516Z[ recovery-image] Oct 30 14:07:51.829 INFO O| Oct 30 14:07:51.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
44572024-10-30T14:07:52.518Z[ recovery-image] Oct 30 14:07:51.829 INFO O| Oct 30 14:07:51.829 INFO STEP 104 (remove_files) COMPLETE
44582024-10-30T14:07:52.518Z[ recovery-image] Oct 30 14:07:51.829 INFO O| Oct 30 14:07:51.829 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-10-30T14:07:52.552Z[ recovery-image] Oct 30 14:07:51.865 INFO O| Oct 30 14:07:51.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
44602024-10-30T14:07:52.555Z[ recovery-image] Oct 30 14:07:51.865 INFO O| Oct 30 14:07:51.865 INFO STEP 105 (remove_files) COMPLETE
44612024-10-30T14:07:52.555Z[ recovery-image] Oct 30 14:07:51.865 INFO O| Oct 30 14:07:51.865 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-10-30T14:07:52.586Z[ recovery-image] Oct 30 14:07:51.898 INFO O| Oct 30 14:07:51.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
44632024-10-30T14:07:52.586Z[ recovery-image] Oct 30 14:07:51.898 INFO O| Oct 30 14:07:51.898 INFO STEP 106 (remove_files) COMPLETE
44642024-10-30T14:07:52.586Z[ recovery-image] Oct 30 14:07:51.898 INFO O| Oct 30 14:07:51.898 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-10-30T14:07:52.603Z[ recovery-image] Oct 30 14:07:51.916 INFO O| Oct 30 14:07:51.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
44662024-10-30T14:07:52.603Z[ recovery-image] Oct 30 14:07:51.916 INFO O| Oct 30 14:07:51.916 INFO STEP 107 (remove_files) COMPLETE
44672024-10-30T14:07:52.606Z[ recovery-image] Oct 30 14:07:51.916 INFO O| Oct 30 14:07:51.916 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-10-30T14:07:52.631Z[ recovery-image] Oct 30 14:07:51.943 INFO O| Oct 30 14:07:51.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
44692024-10-30T14:07:52.631Z[ recovery-image] Oct 30 14:07:51.943 INFO O| Oct 30 14:07:51.943 INFO STEP 108 (remove_files) COMPLETE
44702024-10-30T14:07:52.631Z[ recovery-image] Oct 30 14:07:51.943 INFO O| Oct 30 14:07:51.943 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-10-30T14:07:52.649Z[ recovery-image] Oct 30 14:07:51.961 INFO O| Oct 30 14:07:51.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
44722024-10-30T14:07:52.649Z[ recovery-image] Oct 30 14:07:51.961 INFO O| Oct 30 14:07:51.961 INFO STEP 109 (remove_files) COMPLETE
44732024-10-30T14:07:52.651Z[ recovery-image] Oct 30 14:07:51.961 INFO O| Oct 30 14:07:51.961 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-10-30T14:07:52.666Z[ recovery-image] Oct 30 14:07:51.979 INFO O| Oct 30 14:07:51.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
44752024-10-30T14:07:52.666Z[ recovery-image] Oct 30 14:07:51.979 INFO O| Oct 30 14:07:51.979 INFO STEP 110 (remove_files) COMPLETE
44762024-10-30T14:07:52.666Z[ recovery-image] Oct 30 14:07:51.979 INFO O| Oct 30 14:07:51.979 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-10-30T14:07:52.684Z[ recovery-image] Oct 30 14:07:51.996 INFO O| Oct 30 14:07:51.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
44782024-10-30T14:07:52.686Z[ recovery-image] Oct 30 14:07:51.996 INFO O| Oct 30 14:07:51.996 INFO STEP 111 (remove_files) COMPLETE
44792024-10-30T14:07:52.686Z[ recovery-image] Oct 30 14:07:51.996 INFO O| Oct 30 14:07:51.996 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-10-30T14:07:52.706Z[ recovery-image] Oct 30 14:07:52.018 INFO O| Oct 30 14:07:52.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
44812024-10-30T14:07:52.715Z[ recovery-image] Oct 30 14:07:52.028 INFO O| Oct 30 14:07:52.028 INFO STEP 112 (remove_files) COMPLETE
44822024-10-30T14:07:52.715Z[ recovery-image] Oct 30 14:07:52.028 INFO O| Oct 30 14:07:52.028 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-10-30T14:07:52.747Z[ recovery-image] Oct 30 14:07:52.060 INFO O| Oct 30 14:07:52.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
44842024-10-30T14:07:52.747Z[ recovery-image] Oct 30 14:07:52.060 INFO O| Oct 30 14:07:52.060 INFO STEP 113 (remove_files) COMPLETE
44852024-10-30T14:07:52.747Z[ recovery-image] Oct 30 14:07:52.060 INFO O| Oct 30 14:07:52.060 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-10-30T14:07:52.787Z[ recovery-image] Oct 30 14:07:52.100 INFO O| Oct 30 14:07:52.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
44872024-10-30T14:07:52.787Z[ recovery-image] Oct 30 14:07:52.100 INFO O| Oct 30 14:07:52.100 INFO STEP 114 (remove_files) COMPLETE
44882024-10-30T14:07:52.787Z[ recovery-image] Oct 30 14:07:52.100 INFO O| Oct 30 14:07:52.100 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-10-30T14:07:52.816Z[ recovery-image] Oct 30 14:07:52.128 INFO O| Oct 30 14:07:52.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
44902024-10-30T14:07:52.816Z[ recovery-image] Oct 30 14:07:52.129 INFO O| Oct 30 14:07:52.128 INFO STEP 115 (remove_files) COMPLETE
44912024-10-30T14:07:52.818Z[ recovery-image] Oct 30 14:07:52.129 INFO O| Oct 30 14:07:52.129 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-10-30T14:07:52.834Z[ recovery-image] Oct 30 14:07:52.146 INFO O| Oct 30 14:07:52.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
44932024-10-30T14:07:52.834Z[ recovery-image] Oct 30 14:07:52.147 INFO O| Oct 30 14:07:52.146 INFO STEP 116 (remove_files) COMPLETE
44942024-10-30T14:07:52.836Z[ recovery-image] Oct 30 14:07:52.147 INFO O| Oct 30 14:07:52.147 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-10-30T14:07:52.886Z[ recovery-image] Oct 30 14:07:52.199 INFO O| Oct 30 14:07:52.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
44962024-10-30T14:07:52.888Z[ recovery-image] Oct 30 14:07:52.199 INFO O| Oct 30 14:07:52.199 INFO STEP 117 (remove_files) COMPLETE
44972024-10-30T14:07:52.888Z[ recovery-image] Oct 30 14:07:52.199 INFO O| Oct 30 14:07:52.199 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-10-30T14:07:52.937Z[ recovery-image] Oct 30 14:07:52.250 INFO O| Oct 30 14:07:52.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
44992024-10-30T14:07:52.940Z[ recovery-image] Oct 30 14:07:52.250 INFO O| Oct 30 14:07:52.250 INFO STEP 118 (remove_files) COMPLETE
45002024-10-30T14:07:52.940Z[ recovery-image] Oct 30 14:07:52.250 INFO O| Oct 30 14:07:52.250 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-10-30T14:07:52.955Z[ recovery-image] Oct 30 14:07:52.268 INFO O| Oct 30 14:07:52.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
45022024-10-30T14:07:52.955Z[ recovery-image] Oct 30 14:07:52.268 INFO O| Oct 30 14:07:52.268 INFO STEP 119 (remove_files) COMPLETE
45032024-10-30T14:07:52.955Z[ recovery-image] Oct 30 14:07:52.268 INFO O| Oct 30 14:07:52.268 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-10-30T14:07:52.973Z[ recovery-image] Oct 30 14:07:52.286 INFO O| Oct 30 14:07:52.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
45052024-10-30T14:07:52.976Z[ recovery-image] Oct 30 14:07:52.286 INFO O| Oct 30 14:07:52.286 INFO STEP 120 (remove_files) COMPLETE
45062024-10-30T14:07:52.976Z[ recovery-image] Oct 30 14:07:52.286 INFO O| Oct 30 14:07:52.286 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-10-30T14:07:53.003Z[ recovery-image] Oct 30 14:07:52.315 INFO O| Oct 30 14:07:52.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
45082024-10-30T14:07:53.003Z[ recovery-image] Oct 30 14:07:52.315 INFO O| Oct 30 14:07:52.315 INFO STEP 121 (remove_files) COMPLETE
45092024-10-30T14:07:53.003Z[ recovery-image] Oct 30 14:07:52.315 INFO O| Oct 30 14:07:52.315 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-10-30T14:07:53.022Z[ recovery-image] Oct 30 14:07:52.334 INFO O| Oct 30 14:07:52.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
45112024-10-30T14:07:53.022Z[ recovery-image] Oct 30 14:07:52.335 INFO O| Oct 30 14:07:52.335 INFO STEP 122 (remove_files) COMPLETE
45122024-10-30T14:07:53.022Z[ recovery-image] Oct 30 14:07:52.335 INFO O| Oct 30 14:07:52.335 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-10-30T14:07:53.097Z[ recovery-image] Oct 30 14:07:52.410 INFO O| Oct 30 14:07:52.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
45142024-10-30T14:07:53.100Z[ recovery-image] Oct 30 14:07:52.410 INFO O| Oct 30 14:07:52.410 INFO STEP 123 (remove_files) COMPLETE
45152024-10-30T14:07:53.100Z[ recovery-image] Oct 30 14:07:52.410 INFO O| Oct 30 14:07:52.410 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-10-30T14:07:53.136Z[ recovery-image] Oct 30 14:07:52.448 INFO O| Oct 30 14:07:52.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
45172024-10-30T14:07:53.136Z[ recovery-image] Oct 30 14:07:52.448 INFO O| Oct 30 14:07:52.448 INFO STEP 124 (remove_files) COMPLETE
45182024-10-30T14:07:53.140Z[ recovery-image] Oct 30 14:07:52.448 INFO O| Oct 30 14:07:52.448 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-10-30T14:07:53.155Z[ recovery-image] Oct 30 14:07:52.468 INFO O| Oct 30 14:07:52.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
45202024-10-30T14:07:53.155Z[ recovery-image] Oct 30 14:07:52.468 INFO O| Oct 30 14:07:52.468 INFO STEP 125 (remove_files) COMPLETE
45212024-10-30T14:07:53.158Z[ recovery-image] Oct 30 14:07:52.468 INFO O| Oct 30 14:07:52.468 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-10-30T14:07:53.174Z[ recovery-image] Oct 30 14:07:52.486 INFO O| Oct 30 14:07:52.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
45232024-10-30T14:07:53.174Z[ recovery-image] Oct 30 14:07:52.486 INFO O| Oct 30 14:07:52.486 INFO STEP 126 (remove_files) COMPLETE
45242024-10-30T14:07:53.174Z[ recovery-image] Oct 30 14:07:52.486 INFO O| Oct 30 14:07:52.486 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-10-30T14:07:53.191Z[ recovery-image] Oct 30 14:07:52.503 INFO O| Oct 30 14:07:52.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
45262024-10-30T14:07:53.191Z[ recovery-image] Oct 30 14:07:52.503 INFO O| Oct 30 14:07:52.503 INFO STEP 127 (remove_files) COMPLETE
45272024-10-30T14:07:53.191Z[ recovery-image] Oct 30 14:07:52.503 INFO O| Oct 30 14:07:52.503 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-10-30T14:07:53.206Z[ recovery-image] Oct 30 14:07:52.518 INFO O| Oct 30 14:07:52.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
45292024-10-30T14:07:53.206Z[ recovery-image] Oct 30 14:07:52.518 INFO O| Oct 30 14:07:52.518 INFO STEP 128 (remove_files) COMPLETE
45302024-10-30T14:07:53.206Z[ recovery-image] Oct 30 14:07:52.519 INFO O| Oct 30 14:07:52.518 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-10-30T14:07:53.264Z[ recovery-image] Oct 30 14:07:52.576 INFO O| Oct 30 14:07:52.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
45322024-10-30T14:07:53.264Z[ recovery-image] Oct 30 14:07:52.576 INFO O| Oct 30 14:07:52.576 INFO STEP 129 (remove_files) COMPLETE
45332024-10-30T14:07:53.264Z[ recovery-image] Oct 30 14:07:52.576 INFO O| Oct 30 14:07:52.576 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-10-30T14:07:53.305Z[ recovery-image] Oct 30 14:07:52.618 INFO O| Oct 30 14:07:52.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
45352024-10-30T14:07:53.308Z[ recovery-image] Oct 30 14:07:52.618 INFO O| Oct 30 14:07:52.618 INFO STEP 130 (remove_files) COMPLETE
45362024-10-30T14:07:53.308Z[ recovery-image] Oct 30 14:07:52.618 INFO O| Oct 30 14:07:52.618 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-10-30T14:07:53.326Z[ recovery-image] Oct 30 14:07:52.638 INFO O| Oct 30 14:07:52.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
45382024-10-30T14:07:53.326Z[ recovery-image] Oct 30 14:07:52.638 INFO O| Oct 30 14:07:52.638 INFO STEP 131 (remove_files) COMPLETE
45392024-10-30T14:07:53.326Z[ recovery-image] Oct 30 14:07:52.638 INFO O| Oct 30 14:07:52.638 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-10-30T14:07:53.344Z[ recovery-image] Oct 30 14:07:52.656 INFO O| Oct 30 14:07:52.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
45412024-10-30T14:07:53.344Z[ recovery-image] Oct 30 14:07:52.656 INFO O| Oct 30 14:07:52.656 INFO STEP 132 (remove_files) COMPLETE
45422024-10-30T14:07:53.344Z[ recovery-image] Oct 30 14:07:52.656 INFO O| Oct 30 14:07:52.656 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-10-30T14:07:53.376Z[ recovery-image] Oct 30 14:07:52.688 INFO O| Oct 30 14:07:52.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
45442024-10-30T14:07:53.376Z[ recovery-image] Oct 30 14:07:52.688 INFO O| Oct 30 14:07:52.688 INFO STEP 133 (remove_files) COMPLETE
45452024-10-30T14:07:53.376Z[ recovery-image] Oct 30 14:07:52.688 INFO O| Oct 30 14:07:52.688 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-10-30T14:07:53.396Z[ recovery-image] Oct 30 14:07:52.708 INFO O| Oct 30 14:07:52.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
45472024-10-30T14:07:53.396Z[ recovery-image] Oct 30 14:07:52.708 INFO O| Oct 30 14:07:52.708 INFO STEP 134 (remove_files) COMPLETE
45482024-10-30T14:07:53.398Z[ recovery-image] Oct 30 14:07:52.708 INFO O| Oct 30 14:07:52.708 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-10-30T14:07:53.414Z[ recovery-image] Oct 30 14:07:52.727 INFO O| Oct 30 14:07:52.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
45502024-10-30T14:07:53.435Z[ recovery-image] Oct 30 14:07:52.748 INFO O| Oct 30 14:07:52.748 INFO STEP 135 (remove_files) COMPLETE
45512024-10-30T14:07:53.435Z[ recovery-image] Oct 30 14:07:52.748 INFO O| Oct 30 14:07:52.748 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-10-30T14:07:53.463Z[ recovery-image] Oct 30 14:07:52.775 INFO O| Oct 30 14:07:52.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
45532024-10-30T14:07:53.466Z[ recovery-image] Oct 30 14:07:52.775 INFO O| Oct 30 14:07:52.775 INFO STEP 136 (remove_files) COMPLETE
45542024-10-30T14:07:53.466Z[ recovery-image] Oct 30 14:07:52.775 INFO O| Oct 30 14:07:52.775 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-10-30T14:07:53.480Z[ recovery-image] Oct 30 14:07:52.793 INFO O| Oct 30 14:07:52.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
45562024-10-30T14:07:53.483Z[ recovery-image] Oct 30 14:07:52.793 INFO O| Oct 30 14:07:52.793 INFO STEP 137 (remove_files) COMPLETE
45572024-10-30T14:07:53.483Z[ recovery-image] Oct 30 14:07:52.793 INFO O| Oct 30 14:07:52.793 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-10-30T14:07:53.497Z[ recovery-image] Oct 30 14:07:52.809 INFO O| Oct 30 14:07:52.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
45592024-10-30T14:07:53.500Z[ recovery-image] Oct 30 14:07:52.810 INFO O| Oct 30 14:07:52.810 INFO STEP 138 (remove_files) COMPLETE
45602024-10-30T14:07:53.500Z[ recovery-image] Oct 30 14:07:52.810 INFO O| Oct 30 14:07:52.810 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-10-30T14:07:53.514Z[ recovery-image] Oct 30 14:07:52.827 INFO O| Oct 30 14:07:52.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
45622024-10-30T14:07:53.517Z[ recovery-image] Oct 30 14:07:52.827 INFO O| Oct 30 14:07:52.827 INFO STEP 139 (remove_files) COMPLETE
45632024-10-30T14:07:53.517Z[ recovery-image] Oct 30 14:07:52.827 INFO O| Oct 30 14:07:52.827 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-10-30T14:07:53.532Z[ recovery-image] Oct 30 14:07:52.845 INFO O| Oct 30 14:07:52.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
45652024-10-30T14:07:53.532Z[ recovery-image] Oct 30 14:07:52.845 INFO O| Oct 30 14:07:52.845 INFO STEP 140 (remove_files) COMPLETE
45662024-10-30T14:07:53.532Z[ recovery-image] Oct 30 14:07:52.845 INFO O| Oct 30 14:07:52.845 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-10-30T14:07:53.570Z[ recovery-image] Oct 30 14:07:52.881 INFO O| Oct 30 14:07:52.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
45682024-10-30T14:07:53.570Z[ recovery-image] Oct 30 14:07:52.881 INFO O| Oct 30 14:07:52.881 INFO STEP 141 (remove_files) COMPLETE
45692024-10-30T14:07:53.570Z[ recovery-image] Oct 30 14:07:52.882 INFO O| Oct 30 14:07:52.881 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-10-30T14:07:53.605Z[ recovery-image] Oct 30 14:07:52.917 INFO O| Oct 30 14:07:52.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
45712024-10-30T14:07:53.615Z[ recovery-image] Oct 30 14:07:52.919 INFO O| Oct 30 14:07:52.919 INFO STEP 142 (remove_files) COMPLETE
45722024-10-30T14:07:53.615Z[ recovery-image] Oct 30 14:07:52.919 INFO O| Oct 30 14:07:52.919 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-10-30T14:07:53.689Z[ recovery-image] Oct 30 14:07:53.002 INFO O| Oct 30 14:07:53.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
45742024-10-30T14:07:53.693Z[ recovery-image] Oct 30 14:07:53.002 INFO O| Oct 30 14:07:53.002 INFO STEP 143 (remove_files) COMPLETE
45752024-10-30T14:07:53.693Z[ recovery-image] Oct 30 14:07:53.002 INFO O| Oct 30 14:07:53.002 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-10-30T14:07:53.709Z[ host-image] Oct 30 14:07:53.021 INFO O| Oct 30 14:07:53.021 INFO O| Planning: Solver setup ... Done
45772024-10-30T14:07:53.716Z[ host-image] Oct 30 14:07:53.028 INFO O| Oct 30 14:07:53.028 INFO O| Planning: Running solver ... Done
45782024-10-30T14:07:53.723Z[ recovery-image] Oct 30 14:07:53.036 INFO O| Oct 30 14:07:53.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
45792024-10-30T14:07:53.724Z[ recovery-image] Oct 30 14:07:53.036 INFO O| Oct 30 14:07:53.036 INFO STEP 144 (remove_files) COMPLETE
45802024-10-30T14:07:53.727Z[ recovery-image] Oct 30 14:07:53.036 INFO O| Oct 30 14:07:53.036 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-10-30T14:07:53.745Z[ recovery-image] Oct 30 14:07:53.058 INFO O| Oct 30 14:07:53.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
45822024-10-30T14:07:53.773Z[ recovery-image] Oct 30 14:07:53.085 INFO O| Oct 30 14:07:53.085 INFO STEP 145 (remove_files) COMPLETE
45832024-10-30T14:07:53.773Z[ recovery-image] Oct 30 14:07:53.085 INFO O| Oct 30 14:07:53.085 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-10-30T14:07:53.806Z[ recovery-image] Oct 30 14:07:53.118 INFO O| Oct 30 14:07:53.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
45852024-10-30T14:07:53.809Z[ recovery-image] Oct 30 14:07:53.118 INFO O| Oct 30 14:07:53.118 INFO STEP 146 (remove_files) COMPLETE
45862024-10-30T14:07:53.809Z[ recovery-image] Oct 30 14:07:53.118 INFO O| Oct 30 14:07:53.118 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-10-30T14:07:53.811Z[ host-image] Oct 30 14:07:53.122 INFO O| Oct 30 14:07:53.122 INFO O| Planning: Finding local manifests ... Done
45882024-10-30T14:07:53.814Z[ host-image] Oct 30 14:07:53.124 INFO O| Oct 30 14:07:53.124 INFO O| Planning: Fetching manifests: 0/6 0% complete
45892024-10-30T14:07:53.834Z[ recovery-image] Oct 30 14:07:53.146 INFO O| Oct 30 14:07:53.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
45902024-10-30T14:07:53.835Z[ recovery-image] Oct 30 14:07:53.146 INFO O| Oct 30 14:07:53.146 INFO STEP 147 (remove_files) COMPLETE
45912024-10-30T14:07:53.835Z[ recovery-image] Oct 30 14:07:53.146 INFO O| Oct 30 14:07:53.146 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-10-30T14:07:53.854Z[ recovery-image] Oct 30 14:07:53.167 INFO O| Oct 30 14:07:53.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
45932024-10-30T14:07:53.857Z[ recovery-image] Oct 30 14:07:53.167 INFO O| Oct 30 14:07:53.167 INFO STEP 148 (remove_files) COMPLETE
45942024-10-30T14:07:53.857Z[ recovery-image] Oct 30 14:07:53.167 INFO O| Oct 30 14:07:53.167 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-10-30T14:07:53.934Z[ recovery-image] Oct 30 14:07:53.247 INFO O| Oct 30 14:07:53.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
45962024-10-30T14:07:53.934Z[ recovery-image] Oct 30 14:07:53.247 INFO O| Oct 30 14:07:53.247 INFO STEP 149 (remove_files) COMPLETE
45972024-10-30T14:07:53.937Z[ recovery-image] Oct 30 14:07:53.247 INFO O| Oct 30 14:07:53.247 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-10-30T14:07:53.971Z[ recovery-image] Oct 30 14:07:53.283 INFO O| Oct 30 14:07:53.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
45992024-10-30T14:07:53.971Z[ recovery-image] Oct 30 14:07:53.283 INFO O| Oct 30 14:07:53.283 INFO STEP 150 (remove_files) COMPLETE
46002024-10-30T14:07:53.974Z[ recovery-image] Oct 30 14:07:53.284 INFO O| Oct 30 14:07:53.283 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-10-30T14:07:54.015Z[ recovery-image] Oct 30 14:07:53.327 INFO O| Oct 30 14:07:53.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
46022024-10-30T14:07:54.015Z[ recovery-image] Oct 30 14:07:53.327 INFO O| Oct 30 14:07:53.327 INFO STEP 151 (remove_files) COMPLETE
46032024-10-30T14:07:54.015Z[ recovery-image] Oct 30 14:07:53.327 INFO O| Oct 30 14:07:53.327 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-10-30T14:07:54.033Z[ recovery-image] Oct 30 14:07:53.346 INFO O| Oct 30 14:07:53.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
46052024-10-30T14:07:54.033Z[ recovery-image] Oct 30 14:07:53.346 INFO O| Oct 30 14:07:53.346 INFO STEP 152 (remove_files) COMPLETE
46062024-10-30T14:07:54.033Z[ recovery-image] Oct 30 14:07:53.346 INFO O| Oct 30 14:07:53.346 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-10-30T14:07:54.058Z[ recovery-image] Oct 30 14:07:53.371 INFO O| Oct 30 14:07:53.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
46082024-10-30T14:07:54.059Z[ recovery-image] Oct 30 14:07:53.371 INFO O| Oct 30 14:07:53.371 INFO STEP 153 (remove_files) COMPLETE
46092024-10-30T14:07:54.059Z[ recovery-image] Oct 30 14:07:53.371 INFO O| Oct 30 14:07:53.371 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-10-30T14:07:54.173Z[ recovery-image] Oct 30 14:07:53.485 INFO O| Oct 30 14:07:53.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
46112024-10-30T14:07:54.173Z[ recovery-image] Oct 30 14:07:53.486 INFO O| Oct 30 14:07:53.486 INFO STEP 154 (remove_files) COMPLETE
46122024-10-30T14:07:54.173Z[ recovery-image] Oct 30 14:07:53.486 INFO O| Oct 30 14:07:53.486 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-10-30T14:07:54.175Z[ host-image] Oct 30 14:07:53.487 INFO O| Oct 30 14:07:53.487 INFO O| Planning: Fetching manifests: 6/6 100% complete
46142024-10-30T14:07:54.232Z[ host-image] Oct 30 14:07:53.544 INFO O| Oct 30 14:07:53.544 INFO O| Planning: Package planning ... Done
46152024-10-30T14:07:54.251Z[ recovery-image] Oct 30 14:07:53.563 INFO O| Oct 30 14:07:53.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
46162024-10-30T14:07:54.251Z[ recovery-image] Oct 30 14:07:53.563 INFO O| Oct 30 14:07:53.563 INFO STEP 155 (remove_files) COMPLETE
46172024-10-30T14:07:54.251Z[ recovery-image] Oct 30 14:07:53.563 INFO O| Oct 30 14:07:53.563 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-10-30T14:07:54.267Z[ recovery-image] Oct 30 14:07:53.579 INFO O| Oct 30 14:07:53.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
46192024-10-30T14:07:54.267Z[ recovery-image] Oct 30 14:07:53.579 INFO O| Oct 30 14:07:53.579 INFO STEP 156 (remove_files) COMPLETE
46202024-10-30T14:07:54.267Z[ recovery-image] Oct 30 14:07:53.579 INFO O| Oct 30 14:07:53.579 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-10-30T14:07:54.295Z[ host-image] Oct 30 14:07:53.608 INFO O| Oct 30 14:07:53.608 INFO O| Planning: Merging actions ... Done
46222024-10-30T14:07:54.429Z[ recovery-image] Oct 30 14:07:53.741 INFO O| Oct 30 14:07:53.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
46232024-10-30T14:07:54.434Z[ recovery-image] Oct 30 14:07:53.741 INFO O| Oct 30 14:07:53.741 INFO STEP 157 (remove_files) COMPLETE
46242024-10-30T14:07:54.434Z[ recovery-image] Oct 30 14:07:53.742 INFO O| Oct 30 14:07:53.742 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-10-30T14:07:54.467Z[ host-image] Oct 30 14:07:53.780 INFO O| Oct 30 14:07:53.780 INFO O| Planning: Checking for conflicting actions ... Done
46262024-10-30T14:07:54.474Z[ host-image] Oct 30 14:07:53.787 INFO O| Oct 30 14:07:53.787 INFO O| Planning: Consolidating action changes ... Done
46272024-10-30T14:07:54.509Z[ recovery-image] Oct 30 14:07:53.821 INFO O| Oct 30 14:07:53.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
46282024-10-30T14:07:54.509Z[ recovery-image] Oct 30 14:07:53.821 INFO O| Oct 30 14:07:53.821 INFO STEP 158 (remove_files) COMPLETE
46292024-10-30T14:07:54.509Z[ recovery-image] Oct 30 14:07:53.821 INFO O| Oct 30 14:07:53.821 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-10-30T14:07:54.529Z[ recovery-image] Oct 30 14:07:53.842 INFO O| Oct 30 14:07:53.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
46312024-10-30T14:07:54.529Z[ recovery-image] Oct 30 14:07:53.842 INFO O| Oct 30 14:07:53.842 INFO STEP 159 (remove_files) COMPLETE
46322024-10-30T14:07:54.531Z[ recovery-image] Oct 30 14:07:53.842 INFO O| Oct 30 14:07:53.842 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-10-30T14:07:54.549Z[ recovery-image] Oct 30 14:07:53.861 INFO O| Oct 30 14:07:53.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
46342024-10-30T14:07:54.549Z[ recovery-image] Oct 30 14:07:53.861 INFO O| Oct 30 14:07:53.861 INFO STEP 160 (remove_files) COMPLETE
46352024-10-30T14:07:54.549Z[ recovery-image] Oct 30 14:07:53.861 INFO O| Oct 30 14:07:53.861 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-10-30T14:07:54.587Z[ recovery-image] Oct 30 14:07:53.900 INFO O| Oct 30 14:07:53.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
46372024-10-30T14:07:54.587Z[ recovery-image] Oct 30 14:07:53.900 INFO O| Oct 30 14:07:53.900 INFO STEP 161 (remove_files) COMPLETE
46382024-10-30T14:07:54.587Z[ recovery-image] Oct 30 14:07:53.900 INFO O| Oct 30 14:07:53.900 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392024-10-30T14:07:54.609Z[ recovery-image] Oct 30 14:07:53.922 INFO O| Oct 30 14:07:53.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
46402024-10-30T14:07:54.609Z[ recovery-image] Oct 30 14:07:53.922 INFO O| Oct 30 14:07:53.922 INFO STEP 162 (remove_files) COMPLETE
46412024-10-30T14:07:54.611Z[ recovery-image] Oct 30 14:07:53.922 INFO O| Oct 30 14:07:53.922 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422024-10-30T14:07:54.630Z[ recovery-image] Oct 30 14:07:53.943 INFO O| Oct 30 14:07:53.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
46432024-10-30T14:07:54.630Z[ recovery-image] Oct 30 14:07:53.943 INFO O| Oct 30 14:07:53.943 INFO STEP 163 (remove_files) COMPLETE
46442024-10-30T14:07:54.633Z[ recovery-image] Oct 30 14:07:53.943 INFO O| Oct 30 14:07:53.943 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452024-10-30T14:07:54.668Z[ recovery-image] Oct 30 14:07:53.981 INFO O| Oct 30 14:07:53.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
46462024-10-30T14:07:54.668Z[ recovery-image] Oct 30 14:07:53.981 INFO O| Oct 30 14:07:53.981 INFO STEP 164 (remove_files) COMPLETE
46472024-10-30T14:07:54.668Z[ recovery-image] Oct 30 14:07:53.981 INFO O| Oct 30 14:07:53.981 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482024-10-30T14:07:54.721Z[ recovery-image] Oct 30 14:07:54.033 INFO O| Oct 30 14:07:54.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
46492024-10-30T14:07:54.721Z[ recovery-image] Oct 30 14:07:54.033 INFO O| Oct 30 14:07:54.033 INFO STEP 165 (remove_files) COMPLETE
46502024-10-30T14:07:54.721Z[ recovery-image] Oct 30 14:07:54.033 INFO O| Oct 30 14:07:54.033 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512024-10-30T14:07:54.742Z[ recovery-image] Oct 30 14:07:54.055 INFO O| Oct 30 14:07:54.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
46522024-10-30T14:07:54.764Z[ recovery-image] Oct 30 14:07:54.076 INFO O| Oct 30 14:07:54.076 INFO STEP 166 (remove_files) COMPLETE
46532024-10-30T14:07:54.764Z[ recovery-image] Oct 30 14:07:54.076 INFO O| Oct 30 14:07:54.076 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542024-10-30T14:07:54.796Z[ recovery-image] Oct 30 14:07:54.108 INFO O| Oct 30 14:07:54.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
46552024-10-30T14:07:54.796Z[ recovery-image] Oct 30 14:07:54.108 INFO O| Oct 30 14:07:54.108 INFO STEP 167 (remove_files) COMPLETE
46562024-10-30T14:07:54.796Z[ host-image] Oct 30 14:07:54.108 INFO O| Oct 30 14:07:54.108 INFO O| Planning: Evaluating mediators ... Done
46572024-10-30T14:07:54.796Z[ recovery-image] Oct 30 14:07:54.108 INFO O| Oct 30 14:07:54.108 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-10-30T14:07:54.802Z[ host-image] Oct 30 14:07:54.115 INFO O| Oct 30 14:07:54.114 INFO O| Planning: Planning completed in 4.88 seconds
46592024-10-30T14:07:54.805Z[ host-image] Oct 30 14:07:54.117 INFO O| Oct 30 14:07:54.117 INFO O| Packages to install: 6
46602024-10-30T14:07:54.805Z[ host-image] Oct 30 14:07:54.117 INFO O| Oct 30 14:07:54.117 INFO O| Mediators to change: 1
46612024-10-30T14:07:54.805Z[ host-image] Oct 30 14:07:54.117 INFO O| Oct 30 14:07:54.117 INFO O| Services to change: 1
46622024-10-30T14:07:54.825Z[ recovery-image] Oct 30 14:07:54.138 INFO O| Oct 30 14:07:54.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
46632024-10-30T14:07:54.826Z[ recovery-image] Oct 30 14:07:54.138 INFO O| Oct 30 14:07:54.138 INFO STEP 168 (remove_files) COMPLETE
46642024-10-30T14:07:54.826Z[ recovery-image] Oct 30 14:07:54.138 INFO O| Oct 30 14:07:54.138 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-10-30T14:07:54.828Z[ host-image] Oct 30 14:07:54.140 INFO O| Oct 30 14:07:54.140 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
46662024-10-30T14:07:54.871Z[ recovery-image] Oct 30 14:07:54.184 INFO O| Oct 30 14:07:54.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
46672024-10-30T14:07:54.871Z[ recovery-image] Oct 30 14:07:54.184 INFO O| Oct 30 14:07:54.184 INFO STEP 169 (remove_files) COMPLETE
46682024-10-30T14:07:54.871Z[ recovery-image] Oct 30 14:07:54.184 INFO O| Oct 30 14:07:54.184 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692024-10-30T14:07:54.939Z[ recovery-image] Oct 30 14:07:54.252 INFO O| Oct 30 14:07:54.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
46702024-10-30T14:07:54.940Z[ recovery-image] Oct 30 14:07:54.252 INFO O| Oct 30 14:07:54.252 INFO STEP 170 (remove_files) COMPLETE
46712024-10-30T14:07:54.940Z[ recovery-image] Oct 30 14:07:54.252 INFO O| Oct 30 14:07:54.252 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722024-10-30T14:07:55.018Z[ recovery-image] Oct 30 14:07:54.331 INFO O| Oct 30 14:07:54.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
46732024-10-30T14:07:55.018Z[ recovery-image] Oct 30 14:07:54.331 INFO O| Oct 30 14:07:54.331 INFO STEP 171 (remove_files) COMPLETE
46742024-10-30T14:07:55.021Z[ recovery-image] Oct 30 14:07:54.331 INFO O| Oct 30 14:07:54.331 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752024-10-30T14:07:55.039Z[ recovery-image] Oct 30 14:07:54.352 INFO O| Oct 30 14:07:54.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
46762024-10-30T14:07:55.042Z[ recovery-image] Oct 30 14:07:54.352 INFO O| Oct 30 14:07:54.352 INFO STEP 172 (remove_files) COMPLETE
46772024-10-30T14:07:55.042Z[ recovery-image] Oct 30 14:07:54.352 INFO O| Oct 30 14:07:54.352 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-10-30T14:07:55.064Z[ recovery-image] Oct 30 14:07:54.376 INFO O| Oct 30 14:07:54.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
46792024-10-30T14:07:55.066Z[ recovery-image] Oct 30 14:07:54.378 INFO O| Oct 30 14:07:54.378 INFO STEP 173 (remove_files) COMPLETE
46802024-10-30T14:07:55.066Z[ recovery-image] Oct 30 14:07:54.378 INFO O| Oct 30 14:07:54.378 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812024-10-30T14:07:55.090Z[ recovery-image] Oct 30 14:07:54.403 INFO O| Oct 30 14:07:54.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
46822024-10-30T14:07:55.093Z[ recovery-image] Oct 30 14:07:54.403 INFO O| Oct 30 14:07:54.403 INFO STEP 174 (remove_files) COMPLETE
46832024-10-30T14:07:55.093Z[ recovery-image] Oct 30 14:07:54.403 INFO O| Oct 30 14:07:54.403 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842024-10-30T14:07:55.112Z[ recovery-image] Oct 30 14:07:54.425 INFO O| Oct 30 14:07:54.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
46852024-10-30T14:07:55.115Z[ recovery-image] Oct 30 14:07:54.425 INFO O| Oct 30 14:07:54.425 INFO STEP 175 (remove_files) COMPLETE
46862024-10-30T14:07:55.115Z[ recovery-image] Oct 30 14:07:54.425 INFO O| Oct 30 14:07:54.425 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872024-10-30T14:07:55.133Z[ recovery-image] Oct 30 14:07:54.445 INFO O| Oct 30 14:07:54.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
46882024-10-30T14:07:55.136Z[ recovery-image] Oct 30 14:07:54.446 INFO O| Oct 30 14:07:54.446 INFO STEP 176 (remove_files) COMPLETE
46892024-10-30T14:07:55.136Z[ recovery-image] Oct 30 14:07:54.446 INFO O| Oct 30 14:07:54.446 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902024-10-30T14:07:55.155Z[ recovery-image] Oct 30 14:07:54.465 INFO O| Oct 30 14:07:54.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
46912024-10-30T14:07:55.157Z[ recovery-image] Oct 30 14:07:54.466 INFO O| Oct 30 14:07:54.465 INFO STEP 177 (remove_files) COMPLETE
46922024-10-30T14:07:55.157Z[ recovery-image] Oct 30 14:07:54.466 INFO O| Oct 30 14:07:54.466 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932024-10-30T14:07:55.172Z[ recovery-image] Oct 30 14:07:54.485 INFO O| Oct 30 14:07:54.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
46942024-10-30T14:07:55.174Z[ recovery-image] Oct 30 14:07:54.485 INFO O| Oct 30 14:07:54.485 INFO STEP 178 (remove_files) COMPLETE
46952024-10-30T14:07:55.175Z[ recovery-image] Oct 30 14:07:54.485 INFO O| Oct 30 14:07:54.485 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962024-10-30T14:07:55.190Z[ recovery-image] Oct 30 14:07:54.503 INFO O| Oct 30 14:07:54.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
46972024-10-30T14:07:55.192Z[ recovery-image] Oct 30 14:07:54.503 INFO O| Oct 30 14:07:54.503 INFO STEP 179 (remove_files) COMPLETE
46982024-10-30T14:07:55.192Z[ recovery-image] Oct 30 14:07:54.503 INFO O| Oct 30 14:07:54.503 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-10-30T14:07:55.207Z[ recovery-image] Oct 30 14:07:54.520 INFO O| Oct 30 14:07:54.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
47002024-10-30T14:07:55.209Z[ recovery-image] Oct 30 14:07:54.520 INFO O| Oct 30 14:07:54.520 INFO STEP 180 (remove_files) COMPLETE
47012024-10-30T14:07:55.209Z[ recovery-image] Oct 30 14:07:54.520 INFO O| Oct 30 14:07:54.520 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-10-30T14:07:55.225Z[ recovery-image] Oct 30 14:07:54.537 INFO O| Oct 30 14:07:54.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
47032024-10-30T14:07:55.227Z[ recovery-image] Oct 30 14:07:54.537 INFO O| Oct 30 14:07:54.537 INFO STEP 181 (remove_files) COMPLETE
47042024-10-30T14:07:55.227Z[ recovery-image] Oct 30 14:07:54.538 INFO O| Oct 30 14:07:54.537 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-10-30T14:07:55.243Z[ recovery-image] Oct 30 14:07:54.554 INFO O| Oct 30 14:07:54.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
47062024-10-30T14:07:55.245Z[ recovery-image] Oct 30 14:07:54.555 INFO O| Oct 30 14:07:54.554 INFO STEP 182 (remove_files) COMPLETE
47072024-10-30T14:07:55.245Z[ recovery-image] Oct 30 14:07:54.555 INFO O| Oct 30 14:07:54.555 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-10-30T14:07:55.271Z[ recovery-image] Oct 30 14:07:54.583 INFO O| Oct 30 14:07:54.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
47092024-10-30T14:07:55.271Z[ recovery-image] Oct 30 14:07:54.583 INFO O| Oct 30 14:07:54.583 INFO STEP 183 (remove_files) COMPLETE
47102024-10-30T14:07:55.272Z[ recovery-image] Oct 30 14:07:54.583 INFO O| Oct 30 14:07:54.583 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-10-30T14:07:55.372Z[ recovery-image] Oct 30 14:07:54.684 INFO O| Oct 30 14:07:54.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
47122024-10-30T14:07:55.372Z[ recovery-image] Oct 30 14:07:54.684 INFO O| Oct 30 14:07:54.684 INFO STEP 184 (remove_files) COMPLETE
47132024-10-30T14:07:55.372Z[ recovery-image] Oct 30 14:07:54.684 INFO O| Oct 30 14:07:54.684 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-10-30T14:07:55.393Z[ recovery-image] Oct 30 14:07:54.706 INFO O| Oct 30 14:07:54.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
47152024-10-30T14:07:55.396Z[ recovery-image] Oct 30 14:07:54.706 INFO O| Oct 30 14:07:54.706 INFO STEP 185 (remove_files) COMPLETE
47162024-10-30T14:07:55.396Z[ recovery-image] Oct 30 14:07:54.706 INFO O| Oct 30 14:07:54.706 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-10-30T14:07:55.414Z[ recovery-image] Oct 30 14:07:54.726 INFO O| Oct 30 14:07:54.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
47182024-10-30T14:07:55.414Z[ recovery-image] Oct 30 14:07:54.726 INFO O| Oct 30 14:07:54.726 INFO STEP 186 (remove_files) COMPLETE
47192024-10-30T14:07:55.414Z[ recovery-image] Oct 30 14:07:54.726 INFO O| Oct 30 14:07:54.726 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-10-30T14:07:55.432Z[ recovery-image] Oct 30 14:07:54.744 INFO O| Oct 30 14:07:54.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
47212024-10-30T14:07:55.432Z[ recovery-image] Oct 30 14:07:54.744 INFO O| Oct 30 14:07:54.744 INFO STEP 187 (remove_files) COMPLETE
47222024-10-30T14:07:55.432Z[ recovery-image] Oct 30 14:07:54.745 INFO O| Oct 30 14:07:54.744 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232024-10-30T14:07:55.451Z[ recovery-image] Oct 30 14:07:54.763 INFO O| Oct 30 14:07:54.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
47242024-10-30T14:07:55.457Z[ recovery-image] Oct 30 14:07:54.769 INFO O| Oct 30 14:07:54.769 INFO STEP 188 (remove_files) COMPLETE
47252024-10-30T14:07:55.457Z[ recovery-image] Oct 30 14:07:54.769 INFO O| Oct 30 14:07:54.769 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-10-30T14:07:55.480Z[ recovery-image] Oct 30 14:07:54.793 INFO O| Oct 30 14:07:54.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
47272024-10-30T14:07:55.480Z[ recovery-image] Oct 30 14:07:54.793 INFO O| Oct 30 14:07:54.793 INFO STEP 189 (remove_files) COMPLETE
47282024-10-30T14:07:55.483Z[ recovery-image] Oct 30 14:07:54.793 INFO O| Oct 30 14:07:54.793 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-10-30T14:07:55.500Z[ recovery-image] Oct 30 14:07:54.812 INFO O| Oct 30 14:07:54.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
47302024-10-30T14:07:55.502Z[ recovery-image] Oct 30 14:07:54.812 INFO O| Oct 30 14:07:54.812 INFO STEP 190 (remove_files) COMPLETE
47312024-10-30T14:07:55.502Z[ recovery-image] Oct 30 14:07:54.812 INFO O| Oct 30 14:07:54.812 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-10-30T14:07:55.519Z[ recovery-image] Oct 30 14:07:54.832 INFO O| Oct 30 14:07:54.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
47332024-10-30T14:07:55.519Z[ recovery-image] Oct 30 14:07:54.832 INFO O| Oct 30 14:07:54.832 INFO STEP 191 (remove_files) COMPLETE
47342024-10-30T14:07:55.522Z[ recovery-image] Oct 30 14:07:54.832 INFO O| Oct 30 14:07:54.832 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-10-30T14:07:55.539Z[ recovery-image] Oct 30 14:07:54.851 INFO O| Oct 30 14:07:54.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
47362024-10-30T14:07:55.539Z[ recovery-image] Oct 30 14:07:54.851 INFO O| Oct 30 14:07:54.851 INFO STEP 192 (remove_files) COMPLETE
47372024-10-30T14:07:55.539Z[ recovery-image] Oct 30 14:07:54.851 INFO O| Oct 30 14:07:54.851 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382024-10-30T14:07:55.557Z[ recovery-image] Oct 30 14:07:54.870 INFO O| Oct 30 14:07:54.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
47392024-10-30T14:07:55.557Z[ recovery-image] Oct 30 14:07:54.870 INFO O| Oct 30 14:07:54.870 INFO STEP 193 (remove_files) COMPLETE
47402024-10-30T14:07:55.559Z[ recovery-image] Oct 30 14:07:54.870 INFO O| Oct 30 14:07:54.870 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412024-10-30T14:07:55.576Z[ recovery-image] Oct 30 14:07:54.888 INFO O| Oct 30 14:07:54.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
47422024-10-30T14:07:55.576Z[ recovery-image] Oct 30 14:07:54.888 INFO O| Oct 30 14:07:54.888 INFO STEP 194 (remove_files) COMPLETE
47432024-10-30T14:07:55.576Z[ recovery-image] Oct 30 14:07:54.889 INFO O| Oct 30 14:07:54.888 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442024-10-30T14:07:55.595Z[ recovery-image] Oct 30 14:07:54.907 INFO O| Oct 30 14:07:54.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
47452024-10-30T14:07:55.595Z[ recovery-image] Oct 30 14:07:54.907 INFO O| Oct 30 14:07:54.907 INFO STEP 195 (remove_files) COMPLETE
47462024-10-30T14:07:55.595Z[ recovery-image] Oct 30 14:07:54.907 INFO O| Oct 30 14:07:54.907 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472024-10-30T14:07:55.614Z[ recovery-image] Oct 30 14:07:54.926 INFO O| Oct 30 14:07:54.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
47482024-10-30T14:07:55.614Z[ recovery-image] Oct 30 14:07:54.926 INFO O| Oct 30 14:07:54.926 INFO STEP 196 (remove_files) COMPLETE
47492024-10-30T14:07:55.614Z[ recovery-image] Oct 30 14:07:54.926 INFO O| Oct 30 14:07:54.926 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502024-10-30T14:07:55.655Z[ recovery-image] Oct 30 14:07:54.966 INFO O| Oct 30 14:07:54.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
47512024-10-30T14:07:55.655Z[ recovery-image] Oct 30 14:07:54.966 INFO O| Oct 30 14:07:54.966 INFO STEP 197 (remove_files) COMPLETE
47522024-10-30T14:07:55.655Z[ recovery-image] Oct 30 14:07:54.966 INFO O| Oct 30 14:07:54.966 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532024-10-30T14:07:55.690Z[ recovery-image] Oct 30 14:07:55.002 INFO O| Oct 30 14:07:55.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
47542024-10-30T14:07:55.690Z[ recovery-image] Oct 30 14:07:55.002 INFO O| Oct 30 14:07:55.002 INFO STEP 198 (remove_files) COMPLETE
47552024-10-30T14:07:55.690Z[ recovery-image] Oct 30 14:07:55.002 INFO O| Oct 30 14:07:55.002 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-10-30T14:07:55.783Z[ recovery-image] Oct 30 14:07:55.095 INFO O| Oct 30 14:07:55.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
47572024-10-30T14:07:55.783Z[ recovery-image] Oct 30 14:07:55.095 INFO O| Oct 30 14:07:55.095 INFO STEP 199 (remove_files) COMPLETE
47582024-10-30T14:07:55.783Z[ recovery-image] Oct 30 14:07:55.095 INFO O| Oct 30 14:07:55.095 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-10-30T14:07:55.817Z[ recovery-image] Oct 30 14:07:55.129 INFO O| Oct 30 14:07:55.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
47602024-10-30T14:07:55.817Z[ recovery-image] Oct 30 14:07:55.129 INFO O| Oct 30 14:07:55.129 INFO STEP 200 (remove_files) COMPLETE
47612024-10-30T14:07:55.820Z[ recovery-image] Oct 30 14:07:55.130 INFO O| Oct 30 14:07:55.129 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622024-10-30T14:07:55.837Z[ recovery-image] Oct 30 14:07:55.149 INFO O| Oct 30 14:07:55.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
47632024-10-30T14:07:55.837Z[ recovery-image] Oct 30 14:07:55.150 INFO O| Oct 30 14:07:55.149 INFO STEP 201 (remove_files) COMPLETE
47642024-10-30T14:07:55.837Z[ recovery-image] Oct 30 14:07:55.150 INFO O| Oct 30 14:07:55.150 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652024-10-30T14:07:55.887Z[ recovery-image] Oct 30 14:07:55.199 INFO O| Oct 30 14:07:55.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
47662024-10-30T14:07:55.907Z[ recovery-image] Oct 30 14:07:55.220 INFO O| Oct 30 14:07:55.220 INFO STEP 202 (remove_files) COMPLETE
47672024-10-30T14:07:55.907Z[ recovery-image] Oct 30 14:07:55.220 INFO O| Oct 30 14:07:55.220 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682024-10-30T14:07:55.965Z[ recovery-image] Oct 30 14:07:55.278 INFO O| Oct 30 14:07:55.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
47692024-10-30T14:07:55.965Z[ recovery-image] Oct 30 14:07:55.278 INFO O| Oct 30 14:07:55.278 INFO STEP 203 (remove_files) COMPLETE
47702024-10-30T14:07:55.965Z[ recovery-image] Oct 30 14:07:55.278 INFO O| Oct 30 14:07:55.278 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712024-10-30T14:07:55.985Z[ recovery-image] Oct 30 14:07:55.297 INFO O| Oct 30 14:07:55.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
47722024-10-30T14:07:55.985Z[ recovery-image] Oct 30 14:07:55.297 INFO O| Oct 30 14:07:55.297 INFO STEP 204 (remove_files) COMPLETE
47732024-10-30T14:07:55.985Z[ recovery-image] Oct 30 14:07:55.297 INFO O| Oct 30 14:07:55.297 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742024-10-30T14:07:56.004Z[ recovery-image] Oct 30 14:07:55.316 INFO O| Oct 30 14:07:55.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
47752024-10-30T14:07:56.006Z[ recovery-image] Oct 30 14:07:55.316 INFO O| Oct 30 14:07:55.316 INFO STEP 205 (remove_files) COMPLETE
47762024-10-30T14:07:56.006Z[ recovery-image] Oct 30 14:07:55.316 INFO O| Oct 30 14:07:55.316 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772024-10-30T14:07:56.021Z[ recovery-image] Oct 30 14:07:55.333 INFO O| Oct 30 14:07:55.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
47782024-10-30T14:07:56.021Z[ recovery-image] Oct 30 14:07:55.333 INFO O| Oct 30 14:07:55.333 INFO STEP 206 (remove_files) COMPLETE
47792024-10-30T14:07:56.021Z[ recovery-image] Oct 30 14:07:55.333 INFO O| Oct 30 14:07:55.333 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-10-30T14:07:56.039Z[ recovery-image] Oct 30 14:07:55.351 INFO O| Oct 30 14:07:55.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
47812024-10-30T14:07:56.039Z[ recovery-image] Oct 30 14:07:55.351 INFO O| Oct 30 14:07:55.351 INFO STEP 207 (remove_files) COMPLETE
47822024-10-30T14:07:56.041Z[ recovery-image] Oct 30 14:07:55.351 INFO O| Oct 30 14:07:55.351 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832024-10-30T14:07:56.056Z[ recovery-image] Oct 30 14:07:55.368 INFO O| Oct 30 14:07:55.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
47842024-10-30T14:07:56.059Z[ recovery-image] Oct 30 14:07:55.369 INFO O| Oct 30 14:07:55.368 INFO STEP 208 (remove_files) COMPLETE
47852024-10-30T14:07:56.059Z[ recovery-image] Oct 30 14:07:55.369 INFO O| Oct 30 14:07:55.369 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-10-30T14:07:56.090Z[ recovery-image] Oct 30 14:07:55.402 INFO O| Oct 30 14:07:55.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
47872024-10-30T14:07:56.118Z[ recovery-image] Oct 30 14:07:55.430 INFO O| Oct 30 14:07:55.430 INFO STEP 209 (remove_files) COMPLETE
47882024-10-30T14:07:56.118Z[ recovery-image] Oct 30 14:07:55.430 INFO O| Oct 30 14:07:55.430 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-10-30T14:07:56.161Z[ recovery-image] Oct 30 14:07:55.474 INFO O| Oct 30 14:07:55.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
47902024-10-30T14:07:56.161Z[ recovery-image] Oct 30 14:07:55.474 INFO O| Oct 30 14:07:55.474 INFO STEP 210 (remove_files) COMPLETE
47912024-10-30T14:07:56.161Z[ recovery-image] Oct 30 14:07:55.474 INFO O| Oct 30 14:07:55.474 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-10-30T14:07:56.179Z[ recovery-image] Oct 30 14:07:55.492 INFO O| Oct 30 14:07:55.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
47932024-10-30T14:07:56.180Z[ recovery-image] Oct 30 14:07:55.492 INFO O| Oct 30 14:07:55.492 INFO STEP 211 (remove_files) COMPLETE
47942024-10-30T14:07:56.182Z[ recovery-image] Oct 30 14:07:55.492 INFO O| Oct 30 14:07:55.492 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-10-30T14:07:56.197Z[ recovery-image] Oct 30 14:07:55.510 INFO O| Oct 30 14:07:55.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
47962024-10-30T14:07:56.198Z[ recovery-image] Oct 30 14:07:55.510 INFO O| Oct 30 14:07:55.510 INFO STEP 212 (remove_files) COMPLETE
47972024-10-30T14:07:56.200Z[ recovery-image] Oct 30 14:07:55.510 INFO O| Oct 30 14:07:55.510 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-10-30T14:07:56.217Z[ recovery-image] Oct 30 14:07:55.529 INFO O| Oct 30 14:07:55.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
47992024-10-30T14:07:56.217Z[ recovery-image] Oct 30 14:07:55.529 INFO O| Oct 30 14:07:55.529 INFO STEP 213 (remove_files) COMPLETE
48002024-10-30T14:07:56.218Z[ recovery-image] Oct 30 14:07:55.529 INFO O| Oct 30 14:07:55.529 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-10-30T14:07:56.235Z[ recovery-image] Oct 30 14:07:55.547 INFO O| Oct 30 14:07:55.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
48022024-10-30T14:07:56.235Z[ recovery-image] Oct 30 14:07:55.547 INFO O| Oct 30 14:07:55.547 INFO STEP 214 (remove_files) COMPLETE
48032024-10-30T14:07:56.235Z[ recovery-image] Oct 30 14:07:55.547 INFO O| Oct 30 14:07:55.547 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-10-30T14:07:56.278Z[ recovery-image] Oct 30 14:07:55.591 INFO O| Oct 30 14:07:55.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
48052024-10-30T14:07:56.281Z[ recovery-image] Oct 30 14:07:55.591 INFO O| Oct 30 14:07:55.591 INFO STEP 215 (remove_files) COMPLETE
48062024-10-30T14:07:56.281Z[ recovery-image] Oct 30 14:07:55.591 INFO O| Oct 30 14:07:55.591 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-10-30T14:07:56.300Z[ recovery-image] Oct 30 14:07:55.613 INFO O| Oct 30 14:07:55.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
48082024-10-30T14:07:56.303Z[ recovery-image] Oct 30 14:07:55.613 INFO O| Oct 30 14:07:55.613 INFO STEP 216 (remove_files) COMPLETE
48092024-10-30T14:07:56.303Z[ recovery-image] Oct 30 14:07:55.613 INFO O| Oct 30 14:07:55.613 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-10-30T14:07:56.320Z[ recovery-image] Oct 30 14:07:55.633 INFO O| Oct 30 14:07:55.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
48112024-10-30T14:07:56.320Z[ recovery-image] Oct 30 14:07:55.633 INFO O| Oct 30 14:07:55.633 INFO STEP 217 (remove_files) COMPLETE
48122024-10-30T14:07:56.320Z[ recovery-image] Oct 30 14:07:55.633 INFO O| Oct 30 14:07:55.633 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-10-30T14:07:56.338Z[ recovery-image] Oct 30 14:07:55.651 INFO O| Oct 30 14:07:55.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
48142024-10-30T14:07:56.339Z[ recovery-image] Oct 30 14:07:55.651 INFO O| Oct 30 14:07:55.651 INFO STEP 218 (remove_files) COMPLETE
48152024-10-30T14:07:56.339Z[ recovery-image] Oct 30 14:07:55.651 INFO O| Oct 30 14:07:55.651 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-10-30T14:07:56.356Z[ recovery-image] Oct 30 14:07:55.668 INFO O| Oct 30 14:07:55.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
48172024-10-30T14:07:56.356Z[ recovery-image] Oct 30 14:07:55.668 INFO O| Oct 30 14:07:55.668 INFO STEP 219 (remove_files) COMPLETE
48182024-10-30T14:07:56.356Z[ recovery-image] Oct 30 14:07:55.668 INFO O| Oct 30 14:07:55.668 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-10-30T14:07:56.373Z[ recovery-image] Oct 30 14:07:55.685 INFO O| Oct 30 14:07:55.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
48202024-10-30T14:07:56.373Z[ recovery-image] Oct 30 14:07:55.685 INFO O| Oct 30 14:07:55.685 INFO STEP 220 (remove_files) COMPLETE
48212024-10-30T14:07:56.373Z[ recovery-image] Oct 30 14:07:55.685 INFO O| Oct 30 14:07:55.685 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-10-30T14:07:56.389Z[ recovery-image] Oct 30 14:07:55.701 INFO O| Oct 30 14:07:55.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
48232024-10-30T14:07:56.389Z[ recovery-image] Oct 30 14:07:55.701 INFO O| Oct 30 14:07:55.701 INFO STEP 221 (remove_files) COMPLETE
48242024-10-30T14:07:56.389Z[ recovery-image] Oct 30 14:07:55.701 INFO O| Oct 30 14:07:55.701 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-10-30T14:07:56.405Z[ recovery-image] Oct 30 14:07:55.717 INFO O| Oct 30 14:07:55.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
48262024-10-30T14:07:56.405Z[ recovery-image] Oct 30 14:07:55.718 INFO O| Oct 30 14:07:55.718 INFO STEP 222 (remove_files) COMPLETE
48272024-10-30T14:07:56.408Z[ recovery-image] Oct 30 14:07:55.718 INFO O| Oct 30 14:07:55.718 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-10-30T14:07:56.434Z[ recovery-image] Oct 30 14:07:55.746 INFO O| Oct 30 14:07:55.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
48292024-10-30T14:07:56.434Z[ recovery-image] Oct 30 14:07:55.746 INFO O| Oct 30 14:07:55.746 INFO STEP 223 (remove_files) COMPLETE
48302024-10-30T14:07:56.434Z[ recovery-image] Oct 30 14:07:55.746 INFO O| Oct 30 14:07:55.746 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-10-30T14:07:56.455Z[ recovery-image] Oct 30 14:07:55.768 INFO O| Oct 30 14:07:55.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
48322024-10-30T14:07:56.455Z[ recovery-image] Oct 30 14:07:55.768 INFO O| Oct 30 14:07:55.768 INFO STEP 224 (remove_files) COMPLETE
48332024-10-30T14:07:56.455Z[ recovery-image] Oct 30 14:07:55.768 INFO O| Oct 30 14:07:55.768 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-10-30T14:07:56.473Z[ recovery-image] Oct 30 14:07:55.785 INFO O| Oct 30 14:07:55.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
48352024-10-30T14:07:56.475Z[ recovery-image] Oct 30 14:07:55.785 INFO O| Oct 30 14:07:55.785 INFO STEP 225 (remove_files) COMPLETE
48362024-10-30T14:07:56.475Z[ recovery-image] Oct 30 14:07:55.785 INFO O| Oct 30 14:07:55.785 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-10-30T14:07:56.488Z[ recovery-image] Oct 30 14:07:55.801 INFO O| Oct 30 14:07:55.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
48382024-10-30T14:07:56.488Z[ recovery-image] Oct 30 14:07:55.801 INFO O| Oct 30 14:07:55.801 INFO STEP 226 (remove_files) COMPLETE
48392024-10-30T14:07:56.488Z[ recovery-image] Oct 30 14:07:55.801 INFO O| Oct 30 14:07:55.801 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-10-30T14:07:56.506Z[ recovery-image] Oct 30 14:07:55.819 INFO O| Oct 30 14:07:55.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
48412024-10-30T14:07:56.506Z[ recovery-image] Oct 30 14:07:55.819 INFO O| Oct 30 14:07:55.819 INFO STEP 227 (remove_files) COMPLETE
48422024-10-30T14:07:56.509Z[ recovery-image] Oct 30 14:07:55.819 INFO O| Oct 30 14:07:55.819 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-10-30T14:07:56.524Z[ recovery-image] Oct 30 14:07:55.837 INFO O| Oct 30 14:07:55.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
48442024-10-30T14:07:56.524Z[ recovery-image] Oct 30 14:07:55.837 INFO O| Oct 30 14:07:55.837 INFO STEP 228 (remove_files) COMPLETE
48452024-10-30T14:07:56.524Z[ recovery-image] Oct 30 14:07:55.837 INFO O| Oct 30 14:07:55.837 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-10-30T14:07:56.541Z[ recovery-image] Oct 30 14:07:55.854 INFO O| Oct 30 14:07:55.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
48472024-10-30T14:07:56.541Z[ recovery-image] Oct 30 14:07:55.854 INFO O| Oct 30 14:07:55.854 INFO STEP 229 (remove_files) COMPLETE
48482024-10-30T14:07:56.541Z[ recovery-image] Oct 30 14:07:55.854 INFO O| Oct 30 14:07:55.854 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-10-30T14:07:56.558Z[ recovery-image] Oct 30 14:07:55.871 INFO O| Oct 30 14:07:55.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
48502024-10-30T14:07:56.558Z[ recovery-image] Oct 30 14:07:55.871 INFO O| Oct 30 14:07:55.871 INFO STEP 230 (remove_files) COMPLETE
48512024-10-30T14:07:56.558Z[ recovery-image] Oct 30 14:07:55.871 INFO O| Oct 30 14:07:55.871 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-10-30T14:07:56.575Z[ recovery-image] Oct 30 14:07:55.887 INFO O| Oct 30 14:07:55.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
48532024-10-30T14:07:56.575Z[ recovery-image] Oct 30 14:07:55.887 INFO O| Oct 30 14:07:55.887 INFO STEP 231 (remove_files) COMPLETE
48542024-10-30T14:07:56.577Z[ recovery-image] Oct 30 14:07:55.887 INFO O| Oct 30 14:07:55.887 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-10-30T14:07:56.593Z[ recovery-image] Oct 30 14:07:55.905 INFO O| Oct 30 14:07:55.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
48562024-10-30T14:07:56.595Z[ recovery-image] Oct 30 14:07:55.905 INFO O| Oct 30 14:07:55.905 INFO STEP 232 (remove_files) COMPLETE
48572024-10-30T14:07:56.595Z[ recovery-image] Oct 30 14:07:55.905 INFO O| Oct 30 14:07:55.905 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-10-30T14:07:56.611Z[ recovery-image] Oct 30 14:07:55.923 INFO O| Oct 30 14:07:55.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
48592024-10-30T14:07:56.611Z[ recovery-image] Oct 30 14:07:55.923 INFO O| Oct 30 14:07:55.923 INFO STEP 233 (remove_files) COMPLETE
48602024-10-30T14:07:56.613Z[ recovery-image] Oct 30 14:07:55.923 INFO O| Oct 30 14:07:55.923 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-10-30T14:07:56.694Z[ recovery-image] Oct 30 14:07:56.006 INFO O| Oct 30 14:07:56.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
48622024-10-30T14:07:56.694Z[ recovery-image] Oct 30 14:07:56.006 INFO O| Oct 30 14:07:56.006 INFO STEP 234 (remove_files) COMPLETE
48632024-10-30T14:07:56.694Z[ recovery-image] Oct 30 14:07:56.006 INFO O| Oct 30 14:07:56.006 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-10-30T14:07:56.736Z[ recovery-image] Oct 30 14:07:56.048 INFO O| Oct 30 14:07:56.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
48652024-10-30T14:07:56.736Z[ recovery-image] Oct 30 14:07:56.048 INFO O| Oct 30 14:07:56.048 INFO STEP 235 (remove_files) COMPLETE
48662024-10-30T14:07:56.736Z[ recovery-image] Oct 30 14:07:56.048 INFO O| Oct 30 14:07:56.048 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-10-30T14:07:56.775Z[ recovery-image] Oct 30 14:07:56.088 INFO O| Oct 30 14:07:56.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
48682024-10-30T14:07:56.775Z[ recovery-image] Oct 30 14:07:56.088 INFO O| Oct 30 14:07:56.088 INFO STEP 236 (remove_files) COMPLETE
48692024-10-30T14:07:56.775Z[ recovery-image] Oct 30 14:07:56.088 INFO O| Oct 30 14:07:56.088 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-10-30T14:07:56.815Z[ recovery-image] Oct 30 14:07:56.127 INFO O| Oct 30 14:07:56.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
48712024-10-30T14:07:56.818Z[ recovery-image] Oct 30 14:07:56.127 INFO O| Oct 30 14:07:56.127 INFO STEP 237 (remove_files) COMPLETE
48722024-10-30T14:07:56.818Z[ recovery-image] Oct 30 14:07:56.127 INFO O| Oct 30 14:07:56.127 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-10-30T14:07:56.855Z[ recovery-image] Oct 30 14:07:56.167 INFO O| Oct 30 14:07:56.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
48742024-10-30T14:07:56.855Z[ recovery-image] Oct 30 14:07:56.167 INFO O| Oct 30 14:07:56.167 INFO STEP 238 (remove_files) COMPLETE
48752024-10-30T14:07:56.855Z[ recovery-image] Oct 30 14:07:56.167 INFO O| Oct 30 14:07:56.167 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-10-30T14:07:56.889Z[ recovery-image] Oct 30 14:07:56.201 INFO O| Oct 30 14:07:56.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
48772024-10-30T14:07:56.889Z[ recovery-image] Oct 30 14:07:56.201 INFO O| Oct 30 14:07:56.201 INFO STEP 239 (remove_files) COMPLETE
48782024-10-30T14:07:56.889Z[ recovery-image] Oct 30 14:07:56.201 INFO O| Oct 30 14:07:56.201 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-10-30T14:07:56.911Z[ recovery-image] Oct 30 14:07:56.223 INFO O| Oct 30 14:07:56.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
48802024-10-30T14:07:56.911Z[ recovery-image] Oct 30 14:07:56.224 INFO O| Oct 30 14:07:56.223 INFO STEP 240 (remove_files) COMPLETE
48812024-10-30T14:07:56.914Z[ recovery-image] Oct 30 14:07:56.224 INFO O| Oct 30 14:07:56.224 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-10-30T14:07:56.944Z[ recovery-image] Oct 30 14:07:56.256 INFO O| Oct 30 14:07:56.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
48832024-10-30T14:07:56.944Z[ recovery-image] Oct 30 14:07:56.257 INFO O| Oct 30 14:07:56.256 INFO STEP 241 (remove_files) COMPLETE
48842024-10-30T14:07:56.944Z[ recovery-image] Oct 30 14:07:56.257 INFO O| Oct 30 14:07:56.257 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-10-30T14:07:56.965Z[ recovery-image] Oct 30 14:07:56.277 INFO O| Oct 30 14:07:56.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
48862024-10-30T14:07:56.965Z[ recovery-image] Oct 30 14:07:56.278 INFO O| Oct 30 14:07:56.278 INFO STEP 242 (remove_files) COMPLETE
48872024-10-30T14:07:56.965Z[ recovery-image] Oct 30 14:07:56.278 INFO O| Oct 30 14:07:56.278 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-10-30T14:07:56.986Z[ recovery-image] Oct 30 14:07:56.298 INFO O| Oct 30 14:07:56.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
48892024-10-30T14:07:56.986Z[ recovery-image] Oct 30 14:07:56.298 INFO O| Oct 30 14:07:56.298 INFO STEP 243 (remove_files) COMPLETE
48902024-10-30T14:07:56.988Z[ recovery-image] Oct 30 14:07:56.298 INFO O| Oct 30 14:07:56.298 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-10-30T14:07:57.007Z[ recovery-image] Oct 30 14:07:56.320 INFO O| Oct 30 14:07:56.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
48922024-10-30T14:07:57.007Z[ recovery-image] Oct 30 14:07:56.320 INFO O| Oct 30 14:07:56.320 INFO STEP 244 (remove_files) COMPLETE
48932024-10-30T14:07:57.007Z[ recovery-image] Oct 30 14:07:56.320 INFO O| Oct 30 14:07:56.320 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-10-30T14:07:57.027Z[ recovery-image] Oct 30 14:07:56.339 INFO O| Oct 30 14:07:56.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
48952024-10-30T14:07:57.027Z[ recovery-image] Oct 30 14:07:56.339 INFO O| Oct 30 14:07:56.339 INFO STEP 245 (remove_files) COMPLETE
48962024-10-30T14:07:57.029Z[ recovery-image] Oct 30 14:07:56.339 INFO O| Oct 30 14:07:56.339 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-10-30T14:07:57.045Z[ recovery-image] Oct 30 14:07:56.358 INFO O| Oct 30 14:07:56.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
48982024-10-30T14:07:57.045Z[ recovery-image] Oct 30 14:07:56.358 INFO O| Oct 30 14:07:56.358 INFO STEP 246 (remove_files) COMPLETE
48992024-10-30T14:07:57.045Z[ recovery-image] Oct 30 14:07:56.358 INFO O| Oct 30 14:07:56.358 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-10-30T14:07:57.082Z[ recovery-image] Oct 30 14:07:56.395 INFO O| Oct 30 14:07:56.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
49012024-10-30T14:07:57.083Z[ recovery-image] Oct 30 14:07:56.395 INFO O| Oct 30 14:07:56.395 INFO STEP 247 (remove_files) COMPLETE
49022024-10-30T14:07:57.083Z[ recovery-image] Oct 30 14:07:56.395 INFO O| Oct 30 14:07:56.395 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-10-30T14:07:57.104Z[ recovery-image] Oct 30 14:07:56.417 INFO O| Oct 30 14:07:56.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
49042024-10-30T14:07:57.104Z[ recovery-image] Oct 30 14:07:56.417 INFO O| Oct 30 14:07:56.417 INFO STEP 248 (remove_files) COMPLETE
49052024-10-30T14:07:57.107Z[ recovery-image] Oct 30 14:07:56.417 INFO O| Oct 30 14:07:56.417 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-10-30T14:07:57.124Z[ recovery-image] Oct 30 14:07:56.436 INFO O| Oct 30 14:07:56.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
49072024-10-30T14:07:57.124Z[ recovery-image] Oct 30 14:07:56.437 INFO O| Oct 30 14:07:56.436 INFO STEP 249 (remove_files) COMPLETE
49082024-10-30T14:07:57.124Z[ recovery-image] Oct 30 14:07:56.437 INFO O| Oct 30 14:07:56.436 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-10-30T14:07:57.143Z[ recovery-image] Oct 30 14:07:56.456 INFO O| Oct 30 14:07:56.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
49102024-10-30T14:07:57.143Z[ recovery-image] Oct 30 14:07:56.456 INFO O| Oct 30 14:07:56.456 INFO STEP 250 (remove_files) COMPLETE
49112024-10-30T14:07:57.146Z[ recovery-image] Oct 30 14:07:56.456 INFO O| Oct 30 14:07:56.456 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-10-30T14:07:57.163Z[ recovery-image] Oct 30 14:07:56.475 INFO O| Oct 30 14:07:56.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
49132024-10-30T14:07:57.163Z[ recovery-image] Oct 30 14:07:56.476 INFO O| Oct 30 14:07:56.475 INFO STEP 251 (remove_files) COMPLETE
49142024-10-30T14:07:57.163Z[ recovery-image] Oct 30 14:07:56.476 INFO O| Oct 30 14:07:56.476 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-10-30T14:07:57.182Z[ recovery-image] Oct 30 14:07:56.494 INFO O| Oct 30 14:07:56.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
49162024-10-30T14:07:57.182Z[ recovery-image] Oct 30 14:07:56.494 INFO O| Oct 30 14:07:56.494 INFO STEP 252 (remove_files) COMPLETE
49172024-10-30T14:07:57.182Z[ recovery-image] Oct 30 14:07:56.494 INFO O| Oct 30 14:07:56.494 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-10-30T14:07:57.200Z[ recovery-image] Oct 30 14:07:56.512 INFO O| Oct 30 14:07:56.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
49192024-10-30T14:07:57.200Z[ recovery-image] Oct 30 14:07:56.513 INFO O| Oct 30 14:07:56.512 INFO STEP 253 (remove_files) COMPLETE
49202024-10-30T14:07:57.202Z[ recovery-image] Oct 30 14:07:56.513 INFO O| Oct 30 14:07:56.513 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-10-30T14:07:57.220Z[ recovery-image] Oct 30 14:07:56.532 INFO O| Oct 30 14:07:56.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
49222024-10-30T14:07:57.220Z[ recovery-image] Oct 30 14:07:56.532 INFO O| Oct 30 14:07:56.532 INFO STEP 254 (remove_files) COMPLETE
49232024-10-30T14:07:57.222Z[ recovery-image] Oct 30 14:07:56.532 INFO O| Oct 30 14:07:56.532 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-10-30T14:07:57.239Z[ recovery-image] Oct 30 14:07:56.551 INFO O| Oct 30 14:07:56.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
49252024-10-30T14:07:57.239Z[ recovery-image] Oct 30 14:07:56.551 INFO O| Oct 30 14:07:56.551 INFO STEP 255 (remove_files) COMPLETE
49262024-10-30T14:07:57.239Z[ recovery-image] Oct 30 14:07:56.551 INFO O| Oct 30 14:07:56.551 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-10-30T14:07:57.258Z[ recovery-image] Oct 30 14:07:56.570 INFO O| Oct 30 14:07:56.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
49282024-10-30T14:07:57.258Z[ recovery-image] Oct 30 14:07:56.570 INFO O| Oct 30 14:07:56.570 INFO STEP 256 (remove_files) COMPLETE
49292024-10-30T14:07:57.260Z[ recovery-image] Oct 30 14:07:56.570 INFO O| Oct 30 14:07:56.570 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-10-30T14:07:57.278Z[ recovery-image] Oct 30 14:07:56.590 INFO O| Oct 30 14:07:56.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
49312024-10-30T14:07:57.278Z[ recovery-image] Oct 30 14:07:56.590 INFO O| Oct 30 14:07:56.590 INFO STEP 257 (remove_files) COMPLETE
49322024-10-30T14:07:57.278Z[ recovery-image] Oct 30 14:07:56.590 INFO O| Oct 30 14:07:56.590 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-10-30T14:07:57.296Z[ recovery-image] Oct 30 14:07:56.609 INFO O| Oct 30 14:07:56.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
49342024-10-30T14:07:57.296Z[ recovery-image] Oct 30 14:07:56.609 INFO O| Oct 30 14:07:56.609 INFO STEP 258 (remove_files) COMPLETE
49352024-10-30T14:07:57.296Z[ recovery-image] Oct 30 14:07:56.609 INFO O| Oct 30 14:07:56.609 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-10-30T14:07:57.315Z[ recovery-image] Oct 30 14:07:56.627 INFO O| Oct 30 14:07:56.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
49372024-10-30T14:07:57.315Z[ recovery-image] Oct 30 14:07:56.627 INFO O| Oct 30 14:07:56.627 INFO STEP 259 (remove_files) COMPLETE
49382024-10-30T14:07:57.315Z[ recovery-image] Oct 30 14:07:56.627 INFO O| Oct 30 14:07:56.627 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-10-30T14:07:57.334Z[ recovery-image] Oct 30 14:07:56.647 INFO O| Oct 30 14:07:56.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
49402024-10-30T14:07:57.334Z[ recovery-image] Oct 30 14:07:56.647 INFO O| Oct 30 14:07:56.647 INFO STEP 260 (remove_files) COMPLETE
49412024-10-30T14:07:57.334Z[ recovery-image] Oct 30 14:07:56.647 INFO O| Oct 30 14:07:56.647 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-10-30T14:07:57.353Z[ recovery-image] Oct 30 14:07:56.666 INFO O| Oct 30 14:07:56.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
49432024-10-30T14:07:57.353Z[ recovery-image] Oct 30 14:07:56.666 INFO O| Oct 30 14:07:56.666 INFO STEP 261 (remove_files) COMPLETE
49442024-10-30T14:07:57.354Z[ recovery-image] Oct 30 14:07:56.666 INFO O| Oct 30 14:07:56.666 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-10-30T14:07:57.373Z[ recovery-image] Oct 30 14:07:56.685 INFO O| Oct 30 14:07:56.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
49462024-10-30T14:07:57.373Z[ recovery-image] Oct 30 14:07:56.685 INFO O| Oct 30 14:07:56.685 INFO STEP 262 (remove_files) COMPLETE
49472024-10-30T14:07:57.375Z[ recovery-image] Oct 30 14:07:56.685 INFO O| Oct 30 14:07:56.685 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-10-30T14:07:57.392Z[ recovery-image] Oct 30 14:07:56.704 INFO O| Oct 30 14:07:56.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
49492024-10-30T14:07:57.392Z[ recovery-image] Oct 30 14:07:56.704 INFO O| Oct 30 14:07:56.704 INFO STEP 263 (remove_files) COMPLETE
49502024-10-30T14:07:57.394Z[ recovery-image] Oct 30 14:07:56.704 INFO O| Oct 30 14:07:56.704 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-10-30T14:07:57.410Z[ recovery-image] Oct 30 14:07:56.723 INFO O| Oct 30 14:07:56.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
49522024-10-30T14:07:57.412Z[ recovery-image] Oct 30 14:07:56.723 INFO O| Oct 30 14:07:56.723 INFO STEP 264 (remove_files) COMPLETE
49532024-10-30T14:07:57.412Z[ recovery-image] Oct 30 14:07:56.723 INFO O| Oct 30 14:07:56.723 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-10-30T14:07:57.429Z[ recovery-image] Oct 30 14:07:56.741 INFO O| Oct 30 14:07:56.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
49552024-10-30T14:07:57.429Z[ recovery-image] Oct 30 14:07:56.741 INFO O| Oct 30 14:07:56.741 INFO STEP 265 (remove_files) COMPLETE
49562024-10-30T14:07:57.429Z[ recovery-image] Oct 30 14:07:56.741 INFO O| Oct 30 14:07:56.741 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-10-30T14:07:57.449Z[ recovery-image] Oct 30 14:07:56.761 INFO O| Oct 30 14:07:56.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
49582024-10-30T14:07:57.449Z[ recovery-image] Oct 30 14:07:56.761 INFO O| Oct 30 14:07:56.761 INFO STEP 266 (remove_files) COMPLETE
49592024-10-30T14:07:57.449Z[ recovery-image] Oct 30 14:07:56.761 INFO O| Oct 30 14:07:56.761 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-10-30T14:07:57.467Z[ recovery-image] Oct 30 14:07:56.780 INFO O| Oct 30 14:07:56.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
49612024-10-30T14:07:57.467Z[ recovery-image] Oct 30 14:07:56.780 INFO O| Oct 30 14:07:56.780 INFO STEP 267 (remove_files) COMPLETE
49622024-10-30T14:07:57.467Z[ recovery-image] Oct 30 14:07:56.780 INFO O| Oct 30 14:07:56.780 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-10-30T14:07:57.486Z[ recovery-image] Oct 30 14:07:56.798 INFO O| Oct 30 14:07:56.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
49642024-10-30T14:07:57.486Z[ recovery-image] Oct 30 14:07:56.798 INFO O| Oct 30 14:07:56.798 INFO STEP 268 (remove_files) COMPLETE
49652024-10-30T14:07:57.486Z[ recovery-image] Oct 30 14:07:56.798 INFO O| Oct 30 14:07:56.798 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-10-30T14:07:57.505Z[ recovery-image] Oct 30 14:07:56.818 INFO O| Oct 30 14:07:56.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
49672024-10-30T14:07:57.505Z[ recovery-image] Oct 30 14:07:56.818 INFO O| Oct 30 14:07:56.818 INFO STEP 269 (remove_files) COMPLETE
49682024-10-30T14:07:57.508Z[ recovery-image] Oct 30 14:07:56.818 INFO O| Oct 30 14:07:56.818 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-10-30T14:07:57.527Z[ recovery-image] Oct 30 14:07:56.837 INFO O| Oct 30 14:07:56.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
49702024-10-30T14:07:57.527Z[ recovery-image] Oct 30 14:07:56.837 INFO O| Oct 30 14:07:56.837 INFO STEP 270 (remove_files) COMPLETE
49712024-10-30T14:07:57.527Z[ recovery-image] Oct 30 14:07:56.837 INFO O| Oct 30 14:07:56.837 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-10-30T14:07:57.544Z[ recovery-image] Oct 30 14:07:56.856 INFO O| Oct 30 14:07:56.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
49732024-10-30T14:07:57.544Z[ recovery-image] Oct 30 14:07:56.856 INFO O| Oct 30 14:07:56.856 INFO STEP 271 (remove_files) COMPLETE
49742024-10-30T14:07:57.544Z[ recovery-image] Oct 30 14:07:56.856 INFO O| Oct 30 14:07:56.856 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-10-30T14:07:57.564Z[ recovery-image] Oct 30 14:07:56.875 INFO O| Oct 30 14:07:56.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
49762024-10-30T14:07:57.564Z[ recovery-image] Oct 30 14:07:56.876 INFO O| Oct 30 14:07:56.876 INFO STEP 272 (remove_files) COMPLETE
49772024-10-30T14:07:57.564Z[ recovery-image] Oct 30 14:07:56.876 INFO O| Oct 30 14:07:56.876 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-10-30T14:07:57.584Z[ recovery-image] Oct 30 14:07:56.896 INFO O| Oct 30 14:07:56.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
49792024-10-30T14:07:57.584Z[ recovery-image] Oct 30 14:07:56.896 INFO O| Oct 30 14:07:56.896 INFO STEP 273 (remove_files) COMPLETE
49802024-10-30T14:07:57.587Z[ recovery-image] Oct 30 14:07:56.896 INFO O| Oct 30 14:07:56.896 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-10-30T14:07:57.603Z[ recovery-image] Oct 30 14:07:56.916 INFO O| Oct 30 14:07:56.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
49822024-10-30T14:07:57.604Z[ recovery-image] Oct 30 14:07:56.916 INFO O| Oct 30 14:07:56.916 INFO STEP 274 (remove_files) COMPLETE
49832024-10-30T14:07:57.606Z[ recovery-image] Oct 30 14:07:56.916 INFO O| Oct 30 14:07:56.916 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-10-30T14:07:57.623Z[ recovery-image] Oct 30 14:07:56.935 INFO O| Oct 30 14:07:56.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
49852024-10-30T14:07:57.623Z[ recovery-image] Oct 30 14:07:56.935 INFO O| Oct 30 14:07:56.935 INFO STEP 275 (remove_files) COMPLETE
49862024-10-30T14:07:57.623Z[ recovery-image] Oct 30 14:07:56.935 INFO O| Oct 30 14:07:56.935 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-10-30T14:07:57.642Z[ recovery-image] Oct 30 14:07:56.954 INFO O| Oct 30 14:07:56.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
49882024-10-30T14:07:57.642Z[ recovery-image] Oct 30 14:07:56.955 INFO O| Oct 30 14:07:56.955 INFO STEP 276 (remove_files) COMPLETE
49892024-10-30T14:07:57.646Z[ recovery-image] Oct 30 14:07:56.955 INFO O| Oct 30 14:07:56.955 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-10-30T14:07:57.661Z[ recovery-image] Oct 30 14:07:56.973 INFO O| Oct 30 14:07:56.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
49912024-10-30T14:07:57.661Z[ recovery-image] Oct 30 14:07:56.973 INFO O| Oct 30 14:07:56.973 INFO STEP 277 (remove_files) COMPLETE
49922024-10-30T14:07:57.661Z[ recovery-image] Oct 30 14:07:56.973 INFO O| Oct 30 14:07:56.973 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-10-30T14:07:57.680Z[ recovery-image] Oct 30 14:07:56.992 INFO O| Oct 30 14:07:56.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
49942024-10-30T14:07:57.680Z[ recovery-image] Oct 30 14:07:56.992 INFO O| Oct 30 14:07:56.992 INFO STEP 278 (remove_files) COMPLETE
49952024-10-30T14:07:57.682Z[ recovery-image] Oct 30 14:07:56.992 INFO O| Oct 30 14:07:56.992 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-10-30T14:07:57.701Z[ recovery-image] Oct 30 14:07:57.013 INFO O| Oct 30 14:07:57.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
49972024-10-30T14:07:57.701Z[ recovery-image] Oct 30 14:07:57.013 INFO O| Oct 30 14:07:57.013 INFO STEP 279 (remove_files) COMPLETE
49982024-10-30T14:07:57.703Z[ recovery-image] Oct 30 14:07:57.013 INFO O| Oct 30 14:07:57.013 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-10-30T14:07:57.720Z[ recovery-image] Oct 30 14:07:57.032 INFO O| Oct 30 14:07:57.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
50002024-10-30T14:07:57.720Z[ recovery-image] Oct 30 14:07:57.032 INFO O| Oct 30 14:07:57.032 INFO STEP 280 (remove_files) COMPLETE
50012024-10-30T14:07:57.720Z[ recovery-image] Oct 30 14:07:57.032 INFO O| Oct 30 14:07:57.032 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-10-30T14:07:57.739Z[ recovery-image] Oct 30 14:07:57.051 INFO O| Oct 30 14:07:57.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
50032024-10-30T14:07:57.739Z[ recovery-image] Oct 30 14:07:57.051 INFO O| Oct 30 14:07:57.051 INFO STEP 281 (remove_files) COMPLETE
50042024-10-30T14:07:57.739Z[ recovery-image] Oct 30 14:07:57.051 INFO O| Oct 30 14:07:57.051 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-10-30T14:07:57.757Z[ recovery-image] Oct 30 14:07:57.069 INFO O| Oct 30 14:07:57.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
50062024-10-30T14:07:57.757Z[ recovery-image] Oct 30 14:07:57.069 INFO O| Oct 30 14:07:57.069 INFO STEP 282 (remove_files) COMPLETE
50072024-10-30T14:07:57.757Z[ recovery-image] Oct 30 14:07:57.069 INFO O| Oct 30 14:07:57.069 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-10-30T14:07:57.809Z[ recovery-image] Oct 30 14:07:57.121 INFO O| Oct 30 14:07:57.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
50092024-10-30T14:07:57.809Z[ recovery-image] Oct 30 14:07:57.121 INFO O| Oct 30 14:07:57.121 INFO STEP 283 (remove_files) COMPLETE
50102024-10-30T14:07:57.809Z[ recovery-image] Oct 30 14:07:57.121 INFO O| Oct 30 14:07:57.121 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-10-30T14:07:57.830Z[ recovery-image] Oct 30 14:07:57.142 INFO O| Oct 30 14:07:57.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
50122024-10-30T14:07:57.832Z[ recovery-image] Oct 30 14:07:57.142 INFO O| Oct 30 14:07:57.142 INFO STEP 284 (remove_files) COMPLETE
50132024-10-30T14:07:57.832Z[ recovery-image] Oct 30 14:07:57.142 INFO O| Oct 30 14:07:57.142 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-10-30T14:07:57.883Z[ recovery-image] Oct 30 14:07:57.195 INFO O| Oct 30 14:07:57.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
50152024-10-30T14:07:57.885Z[ recovery-image] Oct 30 14:07:57.195 INFO O| Oct 30 14:07:57.195 INFO STEP 285 (remove_files) COMPLETE
50162024-10-30T14:07:57.885Z[ recovery-image] Oct 30 14:07:57.195 INFO O| Oct 30 14:07:57.195 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-10-30T14:07:57.904Z[ recovery-image] Oct 30 14:07:57.216 INFO O| Oct 30 14:07:57.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
50182024-10-30T14:07:57.904Z[ recovery-image] Oct 30 14:07:57.216 INFO O| Oct 30 14:07:57.216 INFO STEP 286 (remove_files) COMPLETE
50192024-10-30T14:07:57.904Z[ recovery-image] Oct 30 14:07:57.217 INFO O| Oct 30 14:07:57.216 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-10-30T14:07:57.923Z[ recovery-image] Oct 30 14:07:57.236 INFO O| Oct 30 14:07:57.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
50212024-10-30T14:07:57.923Z[ recovery-image] Oct 30 14:07:57.236 INFO O| Oct 30 14:07:57.236 INFO STEP 287 (remove_files) COMPLETE
50222024-10-30T14:07:57.923Z[ recovery-image] Oct 30 14:07:57.236 INFO O| Oct 30 14:07:57.236 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-10-30T14:07:57.941Z[ recovery-image] Oct 30 14:07:57.254 INFO O| Oct 30 14:07:57.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
50242024-10-30T14:07:57.941Z[ recovery-image] Oct 30 14:07:57.254 INFO O| Oct 30 14:07:57.254 INFO STEP 288 (remove_files) COMPLETE
50252024-10-30T14:07:57.944Z[ recovery-image] Oct 30 14:07:57.254 INFO O| Oct 30 14:07:57.254 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-10-30T14:07:57.970Z[ recovery-image] Oct 30 14:07:57.282 INFO O| Oct 30 14:07:57.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
50272024-10-30T14:07:57.972Z[ recovery-image] Oct 30 14:07:57.282 INFO O| Oct 30 14:07:57.282 INFO STEP 289 (remove_files) COMPLETE
50282024-10-30T14:07:57.973Z[ recovery-image] Oct 30 14:07:57.283 INFO O| Oct 30 14:07:57.283 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-10-30T14:07:57.991Z[ recovery-image] Oct 30 14:07:57.304 INFO O| Oct 30 14:07:57.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
50302024-10-30T14:07:57.994Z[ recovery-image] Oct 30 14:07:57.304 INFO O| Oct 30 14:07:57.304 INFO STEP 290 (remove_files) COMPLETE
50312024-10-30T14:07:57.994Z[ recovery-image] Oct 30 14:07:57.304 INFO O| Oct 30 14:07:57.304 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-10-30T14:07:58.011Z[ recovery-image] Oct 30 14:07:57.323 INFO O| Oct 30 14:07:57.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
50332024-10-30T14:07:58.011Z[ recovery-image] Oct 30 14:07:57.323 INFO O| Oct 30 14:07:57.323 INFO STEP 291 (remove_files) COMPLETE
50342024-10-30T14:07:58.011Z[ recovery-image] Oct 30 14:07:57.323 INFO O| Oct 30 14:07:57.323 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-10-30T14:07:58.031Z[ recovery-image] Oct 30 14:07:57.343 INFO O| Oct 30 14:07:57.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
50362024-10-30T14:07:58.031Z[ recovery-image] Oct 30 14:07:57.344 INFO O| Oct 30 14:07:57.343 INFO STEP 292 (remove_files) COMPLETE
50372024-10-30T14:07:58.032Z[ recovery-image] Oct 30 14:07:57.344 INFO O| Oct 30 14:07:57.344 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-10-30T14:07:58.051Z[ recovery-image] Oct 30 14:07:57.363 INFO O| Oct 30 14:07:57.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
50392024-10-30T14:07:58.051Z[ recovery-image] Oct 30 14:07:57.363 INFO O| Oct 30 14:07:57.363 INFO STEP 293 (remove_files) COMPLETE
50402024-10-30T14:07:58.053Z[ recovery-image] Oct 30 14:07:57.363 INFO O| Oct 30 14:07:57.363 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-10-30T14:07:58.071Z[ recovery-image] Oct 30 14:07:57.383 INFO O| Oct 30 14:07:57.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
50422024-10-30T14:07:58.071Z[ recovery-image] Oct 30 14:07:57.383 INFO O| Oct 30 14:07:57.383 INFO STEP 294 (remove_files) COMPLETE
50432024-10-30T14:07:58.076Z[ recovery-image] Oct 30 14:07:57.383 INFO O| Oct 30 14:07:57.383 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-10-30T14:07:58.091Z[ recovery-image] Oct 30 14:07:57.402 INFO O| Oct 30 14:07:57.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
50452024-10-30T14:07:58.091Z[ recovery-image] Oct 30 14:07:57.402 INFO O| Oct 30 14:07:57.402 INFO STEP 295 (remove_files) COMPLETE
50462024-10-30T14:07:58.091Z[ recovery-image] Oct 30 14:07:57.403 INFO O| Oct 30 14:07:57.402 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-10-30T14:07:58.107Z[ recovery-image] Oct 30 14:07:57.420 INFO O| Oct 30 14:07:57.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
50482024-10-30T14:07:58.107Z[ recovery-image] Oct 30 14:07:57.420 INFO O| Oct 30 14:07:57.420 INFO STEP 296 (remove_files) COMPLETE
50492024-10-30T14:07:58.110Z[ recovery-image] Oct 30 14:07:57.420 INFO O| Oct 30 14:07:57.420 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-10-30T14:07:58.124Z[ recovery-image] Oct 30 14:07:57.437 INFO O| Oct 30 14:07:57.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
50512024-10-30T14:07:58.124Z[ recovery-image] Oct 30 14:07:57.437 INFO O| Oct 30 14:07:57.437 INFO STEP 297 (remove_files) COMPLETE
50522024-10-30T14:07:58.127Z[ recovery-image] Oct 30 14:07:57.437 INFO O| Oct 30 14:07:57.437 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-10-30T14:07:58.141Z[ recovery-image] Oct 30 14:07:57.453 INFO O| Oct 30 14:07:57.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
50542024-10-30T14:07:58.141Z[ recovery-image] Oct 30 14:07:57.453 INFO O| Oct 30 14:07:57.453 INFO STEP 298 (remove_files) COMPLETE
50552024-10-30T14:07:58.141Z[ recovery-image] Oct 30 14:07:57.453 INFO O| Oct 30 14:07:57.453 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-10-30T14:07:58.158Z[ recovery-image] Oct 30 14:07:57.470 INFO O| Oct 30 14:07:57.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
50572024-10-30T14:07:58.158Z[ recovery-image] Oct 30 14:07:57.471 INFO O| Oct 30 14:07:57.471 INFO STEP 299 (remove_files) COMPLETE
50582024-10-30T14:07:58.158Z[ recovery-image] Oct 30 14:07:57.471 INFO O| Oct 30 14:07:57.471 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-10-30T14:07:58.177Z[ recovery-image] Oct 30 14:07:57.489 INFO O| Oct 30 14:07:57.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
50602024-10-30T14:07:58.177Z[ recovery-image] Oct 30 14:07:57.489 INFO O| Oct 30 14:07:57.489 INFO STEP 300 (remove_files) COMPLETE
50612024-10-30T14:07:58.177Z[ recovery-image] Oct 30 14:07:57.489 INFO O| Oct 30 14:07:57.489 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-10-30T14:07:58.195Z[ recovery-image] Oct 30 14:07:57.507 INFO O| Oct 30 14:07:57.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
50632024-10-30T14:07:58.195Z[ recovery-image] Oct 30 14:07:57.507 INFO O| Oct 30 14:07:57.507 INFO STEP 301 (remove_files) COMPLETE
50642024-10-30T14:07:58.195Z[ recovery-image] Oct 30 14:07:57.507 INFO O| Oct 30 14:07:57.507 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-10-30T14:07:58.212Z[ recovery-image] Oct 30 14:07:57.525 INFO O| Oct 30 14:07:57.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
50662024-10-30T14:07:58.212Z[ recovery-image] Oct 30 14:07:57.525 INFO O| Oct 30 14:07:57.525 INFO STEP 302 (remove_files) COMPLETE
50672024-10-30T14:07:58.212Z[ recovery-image] Oct 30 14:07:57.525 INFO O| Oct 30 14:07:57.525 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-10-30T14:07:58.232Z[ recovery-image] Oct 30 14:07:57.543 INFO O| Oct 30 14:07:57.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
50692024-10-30T14:07:58.232Z[ recovery-image] Oct 30 14:07:57.543 INFO O| Oct 30 14:07:57.543 INFO STEP 303 (remove_files) COMPLETE
50702024-10-30T14:07:58.232Z[ recovery-image] Oct 30 14:07:57.544 INFO O| Oct 30 14:07:57.543 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-10-30T14:07:58.249Z[ recovery-image] Oct 30 14:07:57.561 INFO O| Oct 30 14:07:57.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
50722024-10-30T14:07:58.252Z[ recovery-image] Oct 30 14:07:57.562 INFO O| Oct 30 14:07:57.562 INFO STEP 304 (remove_files) COMPLETE
50732024-10-30T14:07:58.252Z[ recovery-image] Oct 30 14:07:57.562 INFO O| Oct 30 14:07:57.562 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-10-30T14:07:58.268Z[ recovery-image] Oct 30 14:07:57.580 INFO O| Oct 30 14:07:57.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
50752024-10-30T14:07:58.271Z[ recovery-image] Oct 30 14:07:57.581 INFO O| Oct 30 14:07:57.580 INFO STEP 305 (remove_files) COMPLETE
50762024-10-30T14:07:58.271Z[ recovery-image] Oct 30 14:07:57.581 INFO O| Oct 30 14:07:57.581 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-10-30T14:07:58.289Z[ recovery-image] Oct 30 14:07:57.601 INFO O| Oct 30 14:07:57.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
50782024-10-30T14:07:58.291Z[ recovery-image] Oct 30 14:07:57.601 INFO O| Oct 30 14:07:57.601 INFO STEP 306 (remove_files) COMPLETE
50792024-10-30T14:07:58.292Z[ recovery-image] Oct 30 14:07:57.602 INFO O| Oct 30 14:07:57.602 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-10-30T14:07:58.309Z[ recovery-image] Oct 30 14:07:57.621 INFO O| Oct 30 14:07:57.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
50812024-10-30T14:07:58.311Z[ recovery-image] Oct 30 14:07:57.621 INFO O| Oct 30 14:07:57.621 INFO STEP 307 (remove_files) COMPLETE
50822024-10-30T14:07:58.311Z[ recovery-image] Oct 30 14:07:57.621 INFO O| Oct 30 14:07:57.621 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-10-30T14:07:58.327Z[ recovery-image] Oct 30 14:07:57.639 INFO O| Oct 30 14:07:57.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
50842024-10-30T14:07:58.329Z[ recovery-image] Oct 30 14:07:57.639 INFO O| Oct 30 14:07:57.639 INFO STEP 308 (remove_files) COMPLETE
50852024-10-30T14:07:58.329Z[ recovery-image] Oct 30 14:07:57.640 INFO O| Oct 30 14:07:57.639 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-10-30T14:07:58.344Z[ recovery-image] Oct 30 14:07:57.657 INFO O| Oct 30 14:07:57.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
50872024-10-30T14:07:58.347Z[ recovery-image] Oct 30 14:07:57.657 INFO O| Oct 30 14:07:57.657 INFO STEP 309 (remove_files) COMPLETE
50882024-10-30T14:07:58.347Z[ recovery-image] Oct 30 14:07:57.657 INFO O| Oct 30 14:07:57.657 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-10-30T14:07:58.363Z[ recovery-image] Oct 30 14:07:57.675 INFO O| Oct 30 14:07:57.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
50902024-10-30T14:07:58.365Z[ recovery-image] Oct 30 14:07:57.676 INFO O| Oct 30 14:07:57.675 INFO STEP 310 (remove_files) COMPLETE
50912024-10-30T14:07:58.365Z[ recovery-image] Oct 30 14:07:57.676 INFO O| Oct 30 14:07:57.676 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-10-30T14:07:58.382Z[ recovery-image] Oct 30 14:07:57.694 INFO O| Oct 30 14:07:57.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
50932024-10-30T14:07:58.384Z[ recovery-image] Oct 30 14:07:57.694 INFO O| Oct 30 14:07:57.694 INFO STEP 311 (remove_files) COMPLETE
50942024-10-30T14:07:58.384Z[ recovery-image] Oct 30 14:07:57.694 INFO O| Oct 30 14:07:57.694 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-10-30T14:07:58.401Z[ recovery-image] Oct 30 14:07:57.713 INFO O| Oct 30 14:07:57.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
50962024-10-30T14:07:58.404Z[ recovery-image] Oct 30 14:07:57.714 INFO O| Oct 30 14:07:57.713 INFO STEP 312 (remove_files) COMPLETE
50972024-10-30T14:07:58.404Z[ recovery-image] Oct 30 14:07:57.714 INFO O| Oct 30 14:07:57.714 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-10-30T14:07:58.419Z[ recovery-image] Oct 30 14:07:57.732 INFO O| Oct 30 14:07:57.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
50992024-10-30T14:07:58.422Z[ recovery-image] Oct 30 14:07:57.732 INFO O| Oct 30 14:07:57.732 INFO STEP 313 (remove_files) COMPLETE
51002024-10-30T14:07:58.422Z[ recovery-image] Oct 30 14:07:57.732 INFO O| Oct 30 14:07:57.732 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-10-30T14:07:58.438Z[ recovery-image] Oct 30 14:07:57.751 INFO O| Oct 30 14:07:57.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
51022024-10-30T14:07:58.441Z[ recovery-image] Oct 30 14:07:57.751 INFO O| Oct 30 14:07:57.751 INFO STEP 314 (remove_files) COMPLETE
51032024-10-30T14:07:58.441Z[ recovery-image] Oct 30 14:07:57.751 INFO O| Oct 30 14:07:57.751 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-10-30T14:07:58.459Z[ recovery-image] Oct 30 14:07:57.771 INFO O| Oct 30 14:07:57.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
51052024-10-30T14:07:58.461Z[ recovery-image] Oct 30 14:07:57.772 INFO O| Oct 30 14:07:57.771 INFO STEP 315 (remove_files) COMPLETE
51062024-10-30T14:07:58.462Z[ recovery-image] Oct 30 14:07:57.772 INFO O| Oct 30 14:07:57.772 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-10-30T14:07:58.479Z[ recovery-image] Oct 30 14:07:57.791 INFO O| Oct 30 14:07:57.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
51082024-10-30T14:07:58.482Z[ recovery-image] Oct 30 14:07:57.792 INFO O| Oct 30 14:07:57.791 INFO STEP 316 (remove_files) COMPLETE
51092024-10-30T14:07:58.482Z[ recovery-image] Oct 30 14:07:57.792 INFO O| Oct 30 14:07:57.792 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-10-30T14:07:58.499Z[ recovery-image] Oct 30 14:07:57.811 INFO O| Oct 30 14:07:57.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
51112024-10-30T14:07:58.499Z[ recovery-image] Oct 30 14:07:57.812 INFO O| Oct 30 14:07:57.811 INFO STEP 317 (remove_files) COMPLETE
51122024-10-30T14:07:58.502Z[ recovery-image] Oct 30 14:07:57.812 INFO O| Oct 30 14:07:57.812 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-10-30T14:07:58.518Z[ recovery-image] Oct 30 14:07:57.830 INFO O| Oct 30 14:07:57.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
51142024-10-30T14:07:58.523Z[ recovery-image] Oct 30 14:07:57.830 INFO O| Oct 30 14:07:57.830 INFO STEP 318 (remove_files) COMPLETE
51152024-10-30T14:07:58.523Z[ recovery-image] Oct 30 14:07:57.830 INFO O| Oct 30 14:07:57.830 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-10-30T14:07:58.536Z[ recovery-image] Oct 30 14:07:57.848 INFO O| Oct 30 14:07:57.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
51172024-10-30T14:07:58.539Z[ recovery-image] Oct 30 14:07:57.848 INFO O| Oct 30 14:07:57.848 INFO STEP 319 (remove_files) COMPLETE
51182024-10-30T14:07:58.539Z[ recovery-image] Oct 30 14:07:57.848 INFO O| Oct 30 14:07:57.848 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-10-30T14:07:58.554Z[ recovery-image] Oct 30 14:07:57.866 INFO O| Oct 30 14:07:57.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
51202024-10-30T14:07:58.557Z[ recovery-image] Oct 30 14:07:57.866 INFO O| Oct 30 14:07:57.866 INFO STEP 320 (remove_files) COMPLETE
51212024-10-30T14:07:58.557Z[ recovery-image] Oct 30 14:07:57.866 INFO O| Oct 30 14:07:57.866 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-10-30T14:07:58.572Z[ recovery-image] Oct 30 14:07:57.884 INFO O| Oct 30 14:07:57.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
51232024-10-30T14:07:58.572Z[ recovery-image] Oct 30 14:07:57.884 INFO O| Oct 30 14:07:57.884 INFO STEP 321 (remove_files) COMPLETE
51242024-10-30T14:07:58.575Z[ recovery-image] Oct 30 14:07:57.884 INFO O| Oct 30 14:07:57.884 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-10-30T14:07:58.590Z[ recovery-image] Oct 30 14:07:57.902 INFO O| Oct 30 14:07:57.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
51262024-10-30T14:07:58.590Z[ recovery-image] Oct 30 14:07:57.902 INFO O| Oct 30 14:07:57.902 INFO STEP 322 (remove_files) COMPLETE
51272024-10-30T14:07:58.593Z[ recovery-image] Oct 30 14:07:57.902 INFO O| Oct 30 14:07:57.902 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-10-30T14:07:58.611Z[ recovery-image] Oct 30 14:07:57.922 INFO O| Oct 30 14:07:57.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
51292024-10-30T14:07:58.611Z[ recovery-image] Oct 30 14:07:57.922 INFO O| Oct 30 14:07:57.922 INFO STEP 323 (remove_files) COMPLETE
51302024-10-30T14:07:58.611Z[ recovery-image] Oct 30 14:07:57.922 INFO O| Oct 30 14:07:57.922 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-10-30T14:07:58.653Z[ recovery-image] Oct 30 14:07:57.966 INFO O| Oct 30 14:07:57.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
51322024-10-30T14:07:58.654Z[ recovery-image] Oct 30 14:07:57.966 INFO O| Oct 30 14:07:57.966 INFO STEP 324 (remove_files) COMPLETE
51332024-10-30T14:07:58.656Z[ recovery-image] Oct 30 14:07:57.966 INFO O| Oct 30 14:07:57.966 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-10-30T14:07:58.673Z[ recovery-image] Oct 30 14:07:57.985 INFO O| Oct 30 14:07:57.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
51352024-10-30T14:07:58.673Z[ recovery-image] Oct 30 14:07:57.985 INFO O| Oct 30 14:07:57.985 INFO STEP 325 (remove_files) COMPLETE
51362024-10-30T14:07:58.673Z[ recovery-image] Oct 30 14:07:57.985 INFO O| Oct 30 14:07:57.985 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-10-30T14:07:58.701Z[ recovery-image] Oct 30 14:07:58.013 INFO O| Oct 30 14:07:58.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
51382024-10-30T14:07:58.701Z[ recovery-image] Oct 30 14:07:58.013 INFO O| Oct 30 14:07:58.013 INFO STEP 326 (remove_files) COMPLETE
51392024-10-30T14:07:58.701Z[ recovery-image] Oct 30 14:07:58.013 INFO O| Oct 30 14:07:58.013 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-10-30T14:07:58.720Z[ recovery-image] Oct 30 14:07:58.032 INFO O| Oct 30 14:07:58.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
51412024-10-30T14:07:58.720Z[ recovery-image] Oct 30 14:07:58.032 INFO O| Oct 30 14:07:58.032 INFO STEP 327 (remove_files) COMPLETE
51422024-10-30T14:07:58.723Z[ recovery-image] Oct 30 14:07:58.032 INFO O| Oct 30 14:07:58.032 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-10-30T14:07:58.739Z[ recovery-image] Oct 30 14:07:58.051 INFO O| Oct 30 14:07:58.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
51442024-10-30T14:07:58.739Z[ recovery-image] Oct 30 14:07:58.051 INFO O| Oct 30 14:07:58.051 INFO STEP 328 (remove_files) COMPLETE
51452024-10-30T14:07:58.739Z[ recovery-image] Oct 30 14:07:58.051 INFO O| Oct 30 14:07:58.051 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-10-30T14:07:58.758Z[ recovery-image] Oct 30 14:07:58.070 INFO O| Oct 30 14:07:58.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
51472024-10-30T14:07:58.758Z[ recovery-image] Oct 30 14:07:58.070 INFO O| Oct 30 14:07:58.070 INFO STEP 329 (remove_files) COMPLETE
51482024-10-30T14:07:58.758Z[ recovery-image] Oct 30 14:07:58.070 INFO O| Oct 30 14:07:58.070 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-10-30T14:07:58.775Z[ recovery-image] Oct 30 14:07:58.087 INFO O| Oct 30 14:07:58.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
51502024-10-30T14:07:58.775Z[ recovery-image] Oct 30 14:07:58.087 INFO O| Oct 30 14:07:58.087 INFO STEP 330 (remove_files) COMPLETE
51512024-10-30T14:07:58.775Z[ recovery-image] Oct 30 14:07:58.087 INFO O| Oct 30 14:07:58.087 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-10-30T14:07:58.792Z[ recovery-image] Oct 30 14:07:58.104 INFO O| Oct 30 14:07:58.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
51532024-10-30T14:07:58.792Z[ recovery-image] Oct 30 14:07:58.104 INFO O| Oct 30 14:07:58.104 INFO STEP 331 (remove_files) COMPLETE
51542024-10-30T14:07:58.792Z[ recovery-image] Oct 30 14:07:58.104 INFO O| Oct 30 14:07:58.104 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-10-30T14:07:58.859Z[ recovery-image] Oct 30 14:07:58.172 INFO O| Oct 30 14:07:58.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
51562024-10-30T14:07:58.859Z[ recovery-image] Oct 30 14:07:58.172 INFO O| Oct 30 14:07:58.172 INFO STEP 332 (remove_files) COMPLETE
51572024-10-30T14:07:58.860Z[ recovery-image] Oct 30 14:07:58.172 INFO O| Oct 30 14:07:58.172 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-10-30T14:07:58.878Z[ recovery-image] Oct 30 14:07:58.190 INFO O| Oct 30 14:07:58.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
51592024-10-30T14:07:58.878Z[ recovery-image] Oct 30 14:07:58.190 INFO O| Oct 30 14:07:58.190 INFO STEP 333 (remove_files) COMPLETE
51602024-10-30T14:07:58.878Z[ recovery-image] Oct 30 14:07:58.190 INFO O| Oct 30 14:07:58.190 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-10-30T14:07:58.912Z[ recovery-image] Oct 30 14:07:58.224 INFO O| Oct 30 14:07:58.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
51622024-10-30T14:07:58.912Z[ recovery-image] Oct 30 14:07:58.224 INFO O| Oct 30 14:07:58.224 INFO STEP 334 (remove_files) COMPLETE
51632024-10-30T14:07:58.912Z[ recovery-image] Oct 30 14:07:58.224 INFO O| Oct 30 14:07:58.224 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-10-30T14:07:58.970Z[ recovery-image] Oct 30 14:07:58.282 INFO O| Oct 30 14:07:58.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
51652024-10-30T14:07:58.970Z[ recovery-image] Oct 30 14:07:58.282 INFO O| Oct 30 14:07:58.282 INFO STEP 335 (remove_files) COMPLETE
51662024-10-30T14:07:58.972Z[ recovery-image] Oct 30 14:07:58.282 INFO O| Oct 30 14:07:58.282 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-10-30T14:07:58.991Z[ recovery-image] Oct 30 14:07:58.303 INFO O| Oct 30 14:07:58.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
51682024-10-30T14:07:58.991Z[ recovery-image] Oct 30 14:07:58.303 INFO O| Oct 30 14:07:58.303 INFO STEP 336 (remove_files) COMPLETE
51692024-10-30T14:07:58.991Z[ recovery-image] Oct 30 14:07:58.303 INFO O| Oct 30 14:07:58.303 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-10-30T14:07:59.017Z[ recovery-image] Oct 30 14:07:58.329 INFO O| Oct 30 14:07:58.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
51712024-10-30T14:07:59.017Z[ recovery-image] Oct 30 14:07:58.329 INFO O| Oct 30 14:07:58.329 INFO STEP 337 (remove_files) COMPLETE
51722024-10-30T14:07:59.017Z[ recovery-image] Oct 30 14:07:58.329 INFO O| Oct 30 14:07:58.329 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-10-30T14:07:59.041Z[ recovery-image] Oct 30 14:07:58.353 INFO O| Oct 30 14:07:58.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
51742024-10-30T14:07:59.041Z[ recovery-image] Oct 30 14:07:58.354 INFO O| Oct 30 14:07:58.354 INFO STEP 338 (remove_files) COMPLETE
51752024-10-30T14:07:59.044Z[ recovery-image] Oct 30 14:07:58.354 INFO O| Oct 30 14:07:58.354 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-10-30T14:07:59.062Z[ recovery-image] Oct 30 14:07:58.374 INFO O| Oct 30 14:07:58.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
51772024-10-30T14:07:59.062Z[ recovery-image] Oct 30 14:07:58.374 INFO O| Oct 30 14:07:58.374 INFO STEP 339 (remove_files) COMPLETE
51782024-10-30T14:07:59.064Z[ recovery-image] Oct 30 14:07:58.374 INFO O| Oct 30 14:07:58.374 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-10-30T14:07:59.082Z[ recovery-image] Oct 30 14:07:58.394 INFO O| Oct 30 14:07:58.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
51802024-10-30T14:07:59.082Z[ recovery-image] Oct 30 14:07:58.394 INFO O| Oct 30 14:07:58.394 INFO STEP 340 (remove_files) COMPLETE
51812024-10-30T14:07:59.085Z[ recovery-image] Oct 30 14:07:58.394 INFO O| Oct 30 14:07:58.394 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-10-30T14:07:59.109Z[ recovery-image] Oct 30 14:07:58.421 INFO O| Oct 30 14:07:58.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
51832024-10-30T14:07:59.109Z[ recovery-image] Oct 30 14:07:58.421 INFO O| Oct 30 14:07:58.421 INFO STEP 341 (remove_files) COMPLETE
51842024-10-30T14:07:59.112Z[ recovery-image] Oct 30 14:07:58.421 INFO O| Oct 30 14:07:58.421 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-10-30T14:07:59.127Z[ recovery-image] Oct 30 14:07:58.440 INFO O| Oct 30 14:07:58.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
51862024-10-30T14:07:59.128Z[ recovery-image] Oct 30 14:07:58.440 INFO O| Oct 30 14:07:58.440 INFO STEP 342 (remove_files) COMPLETE
51872024-10-30T14:07:59.128Z[ recovery-image] Oct 30 14:07:58.440 INFO O| Oct 30 14:07:58.440 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-10-30T14:07:59.145Z[ recovery-image] Oct 30 14:07:58.457 INFO O| Oct 30 14:07:58.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
51892024-10-30T14:07:59.145Z[ recovery-image] Oct 30 14:07:58.457 INFO O| Oct 30 14:07:58.457 INFO STEP 343 (remove_files) COMPLETE
51902024-10-30T14:07:59.145Z[ recovery-image] Oct 30 14:07:58.457 INFO O| Oct 30 14:07:58.457 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-10-30T14:07:59.163Z[ recovery-image] Oct 30 14:07:58.475 INFO O| Oct 30 14:07:58.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
51922024-10-30T14:07:59.163Z[ recovery-image] Oct 30 14:07:58.475 INFO O| Oct 30 14:07:58.475 INFO STEP 344 (remove_files) COMPLETE
51932024-10-30T14:07:59.163Z[ recovery-image] Oct 30 14:07:58.475 INFO O| Oct 30 14:07:58.475 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-10-30T14:07:59.195Z[ recovery-image] Oct 30 14:07:58.507 INFO O| Oct 30 14:07:58.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
51952024-10-30T14:07:59.195Z[ recovery-image] Oct 30 14:07:58.507 INFO O| Oct 30 14:07:58.507 INFO STEP 345 (remove_files) COMPLETE
51962024-10-30T14:07:59.197Z[ recovery-image] Oct 30 14:07:58.507 INFO O| Oct 30 14:07:58.507 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-10-30T14:07:59.287Z[ recovery-image] Oct 30 14:07:58.599 INFO O| Oct 30 14:07:58.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
51982024-10-30T14:07:59.289Z[ recovery-image] Oct 30 14:07:58.599 INFO O| Oct 30 14:07:58.599 INFO STEP 346 (remove_files) COMPLETE
51992024-10-30T14:07:59.290Z[ recovery-image] Oct 30 14:07:58.599 INFO O| Oct 30 14:07:58.599 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-10-30T14:07:59.306Z[ recovery-image] Oct 30 14:07:58.619 INFO O| Oct 30 14:07:58.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
52012024-10-30T14:07:59.309Z[ recovery-image] Oct 30 14:07:58.619 INFO O| Oct 30 14:07:58.619 INFO STEP 347 (remove_files) COMPLETE
52022024-10-30T14:07:59.309Z[ recovery-image] Oct 30 14:07:58.619 INFO O| Oct 30 14:07:58.619 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-10-30T14:07:59.324Z[ recovery-image] Oct 30 14:07:58.636 INFO O| Oct 30 14:07:58.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
52042024-10-30T14:07:59.325Z[ recovery-image] Oct 30 14:07:58.636 INFO O| Oct 30 14:07:58.636 INFO STEP 348 (remove_files) COMPLETE
52052024-10-30T14:07:59.325Z[ recovery-image] Oct 30 14:07:58.636 INFO O| Oct 30 14:07:58.636 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-10-30T14:07:59.343Z[ recovery-image] Oct 30 14:07:58.655 INFO O| Oct 30 14:07:58.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
52072024-10-30T14:07:59.343Z[ recovery-image] Oct 30 14:07:58.656 INFO O| Oct 30 14:07:58.656 INFO STEP 349 (remove_files) COMPLETE
52082024-10-30T14:07:59.346Z[ recovery-image] Oct 30 14:07:58.656 INFO O| Oct 30 14:07:58.656 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-10-30T14:07:59.364Z[ recovery-image] Oct 30 14:07:58.676 INFO O| Oct 30 14:07:58.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
52102024-10-30T14:07:59.364Z[ recovery-image] Oct 30 14:07:58.677 INFO O| Oct 30 14:07:58.677 INFO STEP 350 (remove_files) COMPLETE
52112024-10-30T14:07:59.367Z[ recovery-image] Oct 30 14:07:58.677 INFO O| Oct 30 14:07:58.677 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-10-30T14:07:59.384Z[ recovery-image] Oct 30 14:07:58.696 INFO O| Oct 30 14:07:58.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
52132024-10-30T14:07:59.384Z[ recovery-image] Oct 30 14:07:58.696 INFO O| Oct 30 14:07:58.696 INFO STEP 351 (remove_files) COMPLETE
52142024-10-30T14:07:59.386Z[ recovery-image] Oct 30 14:07:58.696 INFO O| Oct 30 14:07:58.696 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-10-30T14:07:59.403Z[ recovery-image] Oct 30 14:07:58.715 INFO O| Oct 30 14:07:58.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
52162024-10-30T14:07:59.403Z[ recovery-image] Oct 30 14:07:58.715 INFO O| Oct 30 14:07:58.715 INFO STEP 352 (remove_files) COMPLETE
52172024-10-30T14:07:59.406Z[ recovery-image] Oct 30 14:07:58.715 INFO O| Oct 30 14:07:58.715 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-10-30T14:07:59.421Z[ recovery-image] Oct 30 14:07:58.734 INFO O| Oct 30 14:07:58.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
52192024-10-30T14:07:59.421Z[ recovery-image] Oct 30 14:07:58.734 INFO O| Oct 30 14:07:58.734 INFO STEP 353 (remove_files) COMPLETE
52202024-10-30T14:07:59.424Z[ recovery-image] Oct 30 14:07:58.734 INFO O| Oct 30 14:07:58.734 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-10-30T14:07:59.440Z[ recovery-image] Oct 30 14:07:58.752 INFO O| Oct 30 14:07:58.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
52222024-10-30T14:07:59.440Z[ recovery-image] Oct 30 14:07:58.752 INFO O| Oct 30 14:07:58.752 INFO STEP 354 (remove_files) COMPLETE
52232024-10-30T14:07:59.440Z[ recovery-image] Oct 30 14:07:58.752 INFO O| Oct 30 14:07:58.752 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-10-30T14:07:59.460Z[ recovery-image] Oct 30 14:07:58.773 INFO O| Oct 30 14:07:58.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
52252024-10-30T14:07:59.460Z[ recovery-image] Oct 30 14:07:58.773 INFO O| Oct 30 14:07:58.773 INFO STEP 355 (remove_files) COMPLETE
52262024-10-30T14:07:59.464Z[ recovery-image] Oct 30 14:07:58.773 INFO O| Oct 30 14:07:58.773 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-10-30T14:07:59.502Z[ recovery-image] Oct 30 14:07:58.813 INFO O| Oct 30 14:07:58.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
52282024-10-30T14:07:59.502Z[ recovery-image] Oct 30 14:07:58.813 INFO O| Oct 30 14:07:58.813 INFO STEP 356 (remove_files) COMPLETE
52292024-10-30T14:07:59.502Z[ recovery-image] Oct 30 14:07:58.813 INFO O| Oct 30 14:07:58.813 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-10-30T14:07:59.555Z[ recovery-image] Oct 30 14:07:58.867 INFO O| Oct 30 14:07:58.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
52312024-10-30T14:07:59.555Z[ recovery-image] Oct 30 14:07:58.867 INFO O| Oct 30 14:07:58.867 INFO STEP 357 (remove_files) COMPLETE
52322024-10-30T14:07:59.555Z[ recovery-image] Oct 30 14:07:58.867 INFO O| Oct 30 14:07:58.867 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-10-30T14:07:59.588Z[ recovery-image] Oct 30 14:07:58.900 INFO O| Oct 30 14:07:58.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
52342024-10-30T14:07:59.588Z[ recovery-image] Oct 30 14:07:58.900 INFO O| Oct 30 14:07:58.900 INFO STEP 358 (remove_files) COMPLETE
52352024-10-30T14:07:59.590Z[ recovery-image] Oct 30 14:07:58.900 INFO O| Oct 30 14:07:58.900 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-10-30T14:07:59.609Z[ recovery-image] Oct 30 14:07:58.921 INFO O| Oct 30 14:07:58.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
52372024-10-30T14:07:59.609Z[ recovery-image] Oct 30 14:07:58.921 INFO O| Oct 30 14:07:58.921 INFO STEP 359 (remove_files) COMPLETE
52382024-10-30T14:07:59.611Z[ recovery-image] Oct 30 14:07:58.921 INFO O| Oct 30 14:07:58.921 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-10-30T14:07:59.629Z[ recovery-image] Oct 30 14:07:58.941 INFO O| Oct 30 14:07:58.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
52402024-10-30T14:07:59.629Z[ recovery-image] Oct 30 14:07:58.942 INFO O| Oct 30 14:07:58.942 INFO STEP 360 (remove_files) COMPLETE
52412024-10-30T14:07:59.629Z[ recovery-image] Oct 30 14:07:58.942 INFO O| Oct 30 14:07:58.942 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-10-30T14:07:59.650Z[ recovery-image] Oct 30 14:07:58.961 INFO O| Oct 30 14:07:58.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
52432024-10-30T14:07:59.650Z[ recovery-image] Oct 30 14:07:58.961 INFO O| Oct 30 14:07:58.961 INFO STEP 361 (remove_files) COMPLETE
52442024-10-30T14:07:59.650Z[ recovery-image] Oct 30 14:07:58.961 INFO O| Oct 30 14:07:58.961 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-10-30T14:07:59.667Z[ recovery-image] Oct 30 14:07:58.979 INFO O| Oct 30 14:07:58.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
52462024-10-30T14:07:59.667Z[ recovery-image] Oct 30 14:07:58.980 INFO O| Oct 30 14:07:58.979 INFO STEP 362 (remove_files) COMPLETE
52472024-10-30T14:07:59.667Z[ recovery-image] Oct 30 14:07:58.980 INFO O| Oct 30 14:07:58.980 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-10-30T14:07:59.685Z[ recovery-image] Oct 30 14:07:58.997 INFO O| Oct 30 14:07:58.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
52492024-10-30T14:07:59.685Z[ recovery-image] Oct 30 14:07:58.998 INFO O| Oct 30 14:07:58.998 INFO STEP 363 (remove_files) COMPLETE
52502024-10-30T14:07:59.685Z[ recovery-image] Oct 30 14:07:58.998 INFO O| Oct 30 14:07:58.998 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-10-30T14:07:59.705Z[ recovery-image] Oct 30 14:07:59.017 INFO O| Oct 30 14:07:59.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
52522024-10-30T14:07:59.705Z[ recovery-image] Oct 30 14:07:59.017 INFO O| Oct 30 14:07:59.017 INFO STEP 364 (remove_files) COMPLETE
52532024-10-30T14:07:59.705Z[ recovery-image] Oct 30 14:07:59.017 INFO O| Oct 30 14:07:59.017 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-10-30T14:07:59.723Z[ recovery-image] Oct 30 14:07:59.035 INFO O| Oct 30 14:07:59.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
52552024-10-30T14:07:59.723Z[ recovery-image] Oct 30 14:07:59.035 INFO O| Oct 30 14:07:59.035 INFO STEP 365 (remove_files) COMPLETE
52562024-10-30T14:07:59.724Z[ recovery-image] Oct 30 14:07:59.035 INFO O| Oct 30 14:07:59.035 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-10-30T14:07:59.742Z[ recovery-image] Oct 30 14:07:59.054 INFO O| Oct 30 14:07:59.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
52582024-10-30T14:07:59.742Z[ recovery-image] Oct 30 14:07:59.054 INFO O| Oct 30 14:07:59.054 INFO STEP 366 (remove_files) COMPLETE
52592024-10-30T14:07:59.742Z[ recovery-image] Oct 30 14:07:59.054 INFO O| Oct 30 14:07:59.054 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-10-30T14:07:59.772Z[ recovery-image] Oct 30 14:07:59.084 INFO O| Oct 30 14:07:59.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
52612024-10-30T14:07:59.772Z[ recovery-image] Oct 30 14:07:59.084 INFO O| Oct 30 14:07:59.084 INFO STEP 367 (remove_files) COMPLETE
52622024-10-30T14:07:59.772Z[ recovery-image] Oct 30 14:07:59.084 INFO O| Oct 30 14:07:59.084 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-10-30T14:07:59.813Z[ recovery-image] Oct 30 14:07:59.125 INFO O| Oct 30 14:07:59.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
52642024-10-30T14:07:59.813Z[ recovery-image] Oct 30 14:07:59.125 INFO O| Oct 30 14:07:59.125 INFO STEP 368 (remove_files) COMPLETE
52652024-10-30T14:07:59.813Z[ recovery-image] Oct 30 14:07:59.125 INFO O| Oct 30 14:07:59.125 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-10-30T14:07:59.831Z[ recovery-image] Oct 30 14:07:59.143 INFO O| Oct 30 14:07:59.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
52672024-10-30T14:07:59.835Z[ recovery-image] Oct 30 14:07:59.143 INFO O| Oct 30 14:07:59.143 INFO STEP 369 (remove_files) COMPLETE
52682024-10-30T14:07:59.835Z[ recovery-image] Oct 30 14:07:59.143 INFO O| Oct 30 14:07:59.143 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-10-30T14:07:59.864Z[ recovery-image] Oct 30 14:07:59.175 INFO O| Oct 30 14:07:59.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
52702024-10-30T14:07:59.864Z[ recovery-image] Oct 30 14:07:59.175 INFO O| Oct 30 14:07:59.175 INFO STEP 370 (remove_files) COMPLETE
52712024-10-30T14:07:59.864Z[ recovery-image] Oct 30 14:07:59.175 INFO O| Oct 30 14:07:59.175 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-10-30T14:07:59.884Z[ host-image] Oct 30 14:07:59.197 INFO O| Oct 30 14:07:59.197 INFO O| Download: 1113/1140 items 6.1/8.4MB 71% complete (1.1M/s)
52732024-10-30T14:07:59.921Z[ recovery-image] Oct 30 14:07:59.233 INFO O| Oct 30 14:07:59.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
52742024-10-30T14:07:59.921Z[ recovery-image] Oct 30 14:07:59.233 INFO O| Oct 30 14:07:59.233 INFO STEP 371 (remove_files) COMPLETE
52752024-10-30T14:07:59.924Z[ recovery-image] Oct 30 14:07:59.233 INFO O| Oct 30 14:07:59.233 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-10-30T14:07:59.941Z[ recovery-image] Oct 30 14:07:59.252 INFO O| Oct 30 14:07:59.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
52772024-10-30T14:07:59.941Z[ recovery-image] Oct 30 14:07:59.252 INFO O| Oct 30 14:07:59.252 INFO STEP 372 (remove_files) COMPLETE
52782024-10-30T14:07:59.941Z[ recovery-image] Oct 30 14:07:59.253 INFO O| Oct 30 14:07:59.252 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-10-30T14:07:59.958Z[ recovery-image] Oct 30 14:07:59.269 INFO O| Oct 30 14:07:59.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
52802024-10-30T14:07:59.958Z[ recovery-image] Oct 30 14:07:59.269 INFO O| Oct 30 14:07:59.269 INFO STEP 373 (remove_files) COMPLETE
52812024-10-30T14:07:59.958Z[ recovery-image] Oct 30 14:07:59.269 INFO O| Oct 30 14:07:59.269 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-10-30T14:07:59.982Z[ recovery-image] Oct 30 14:07:59.294 INFO O| Oct 30 14:07:59.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
52832024-10-30T14:07:59.985Z[ recovery-image] Oct 30 14:07:59.294 INFO O| Oct 30 14:07:59.294 INFO STEP 374 (remove_files) COMPLETE
52842024-10-30T14:07:59.985Z[ recovery-image] Oct 30 14:07:59.294 INFO O| Oct 30 14:07:59.294 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-10-30T14:08:00.001Z[ recovery-image] Oct 30 14:07:59.312 INFO O| Oct 30 14:07:59.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
52862024-10-30T14:08:00.006Z[ recovery-image] Oct 30 14:07:59.313 INFO O| Oct 30 14:07:59.313 INFO STEP 375 (remove_files) COMPLETE
52872024-10-30T14:08:00.006Z[ recovery-image] Oct 30 14:07:59.313 INFO O| Oct 30 14:07:59.313 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-10-30T14:08:00.018Z[ recovery-image] Oct 30 14:07:59.330 INFO O| Oct 30 14:07:59.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
52892024-10-30T14:08:00.021Z[ recovery-image] Oct 30 14:07:59.330 INFO O| Oct 30 14:07:59.330 INFO STEP 376 (remove_files) COMPLETE
52902024-10-30T14:08:00.021Z[ recovery-image] Oct 30 14:07:59.330 INFO O| Oct 30 14:07:59.330 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-10-30T14:08:00.037Z[ recovery-image] Oct 30 14:07:59.349 INFO O| Oct 30 14:07:59.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
52922024-10-30T14:08:00.039Z[ recovery-image] Oct 30 14:07:59.349 INFO O| Oct 30 14:07:59.349 INFO STEP 377 (remove_files) COMPLETE
52932024-10-30T14:08:00.039Z[ recovery-image] Oct 30 14:07:59.349 INFO O| Oct 30 14:07:59.349 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-10-30T14:08:00.054Z[ recovery-image] Oct 30 14:07:59.366 INFO O| Oct 30 14:07:59.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
52952024-10-30T14:08:00.054Z[ recovery-image] Oct 30 14:07:59.367 INFO O| Oct 30 14:07:59.367 INFO STEP 378 (remove_files) COMPLETE
52962024-10-30T14:08:00.057Z[ recovery-image] Oct 30 14:07:59.367 INFO O| Oct 30 14:07:59.367 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-10-30T14:08:00.072Z[ recovery-image] Oct 30 14:07:59.384 INFO O| Oct 30 14:07:59.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
52982024-10-30T14:08:00.074Z[ recovery-image] Oct 30 14:07:59.384 INFO O| Oct 30 14:07:59.384 INFO STEP 379 (remove_files) COMPLETE
52992024-10-30T14:08:00.075Z[ recovery-image] Oct 30 14:07:59.384 INFO O| Oct 30 14:07:59.384 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-10-30T14:08:00.090Z[ recovery-image] Oct 30 14:07:59.402 INFO O| Oct 30 14:07:59.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
53012024-10-30T14:08:00.092Z[ recovery-image] Oct 30 14:07:59.402 INFO O| Oct 30 14:07:59.402 INFO STEP 380 (remove_files) COMPLETE
53022024-10-30T14:08:00.092Z[ recovery-image] Oct 30 14:07:59.402 INFO O| Oct 30 14:07:59.402 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-10-30T14:08:00.132Z[ recovery-image] Oct 30 14:07:59.444 INFO O| Oct 30 14:07:59.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
53042024-10-30T14:08:00.134Z[ recovery-image] Oct 30 14:07:59.444 INFO O| Oct 30 14:07:59.444 INFO STEP 381 (remove_files) COMPLETE
53052024-10-30T14:08:00.134Z[ recovery-image] Oct 30 14:07:59.444 INFO O| Oct 30 14:07:59.444 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-10-30T14:08:00.153Z[ recovery-image] Oct 30 14:07:59.465 INFO O| Oct 30 14:07:59.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
53072024-10-30T14:08:00.156Z[ recovery-image] Oct 30 14:07:59.465 INFO O| Oct 30 14:07:59.465 INFO STEP 382 (remove_files) COMPLETE
53082024-10-30T14:08:00.156Z[ recovery-image] Oct 30 14:07:59.465 INFO O| Oct 30 14:07:59.465 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-10-30T14:08:00.172Z[ recovery-image] Oct 30 14:07:59.484 INFO O| Oct 30 14:07:59.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
53102024-10-30T14:08:00.174Z[ recovery-image] Oct 30 14:07:59.484 INFO O| Oct 30 14:07:59.484 INFO STEP 383 (remove_files) COMPLETE
53112024-10-30T14:08:00.174Z[ recovery-image] Oct 30 14:07:59.484 INFO O| Oct 30 14:07:59.484 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-10-30T14:08:00.191Z[ recovery-image] Oct 30 14:07:59.503 INFO O| Oct 30 14:07:59.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
53132024-10-30T14:08:00.194Z[ recovery-image] Oct 30 14:07:59.504 INFO O| Oct 30 14:07:59.504 INFO STEP 384 (remove_files) COMPLETE
53142024-10-30T14:08:00.194Z[ recovery-image] Oct 30 14:07:59.504 INFO O| Oct 30 14:07:59.504 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-10-30T14:08:00.225Z[ recovery-image] Oct 30 14:07:59.537 INFO O| Oct 30 14:07:59.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
53162024-10-30T14:08:00.225Z[ recovery-image] Oct 30 14:07:59.537 INFO O| Oct 30 14:07:59.537 INFO STEP 385 (remove_files) COMPLETE
53172024-10-30T14:08:00.225Z[ recovery-image] Oct 30 14:07:59.537 INFO O| Oct 30 14:07:59.537 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-10-30T14:08:00.245Z[ recovery-image] Oct 30 14:07:59.557 INFO O| Oct 30 14:07:59.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
53192024-10-30T14:08:00.245Z[ recovery-image] Oct 30 14:07:59.557 INFO O| Oct 30 14:07:59.557 INFO STEP 386 (remove_files) COMPLETE
53202024-10-30T14:08:00.245Z[ recovery-image] Oct 30 14:07:59.557 INFO O| Oct 30 14:07:59.557 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-10-30T14:08:00.304Z[ recovery-image] Oct 30 14:07:59.616 INFO O| Oct 30 14:07:59.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
53222024-10-30T14:08:00.304Z[ recovery-image] Oct 30 14:07:59.616 INFO O| Oct 30 14:07:59.616 INFO STEP 387 (remove_files) COMPLETE
53232024-10-30T14:08:00.304Z[ recovery-image] Oct 30 14:07:59.616 INFO O| Oct 30 14:07:59.616 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-10-30T14:08:00.325Z[ recovery-image] Oct 30 14:07:59.637 INFO O| Oct 30 14:07:59.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
53252024-10-30T14:08:00.325Z[ recovery-image] Oct 30 14:07:59.637 INFO O| Oct 30 14:07:59.637 INFO STEP 388 (remove_files) COMPLETE
53262024-10-30T14:08:00.325Z[ recovery-image] Oct 30 14:07:59.637 INFO O| Oct 30 14:07:59.637 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-10-30T14:08:00.344Z[ recovery-image] Oct 30 14:07:59.656 INFO O| Oct 30 14:07:59.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
53282024-10-30T14:08:00.346Z[ recovery-image] Oct 30 14:07:59.656 INFO O| Oct 30 14:07:59.656 INFO STEP 389 (remove_files) COMPLETE
53292024-10-30T14:08:00.346Z[ recovery-image] Oct 30 14:07:59.656 INFO O| Oct 30 14:07:59.656 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-10-30T14:08:00.363Z[ recovery-image] Oct 30 14:07:59.675 INFO O| Oct 30 14:07:59.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
53312024-10-30T14:08:00.366Z[ recovery-image] Oct 30 14:07:59.675 INFO O| Oct 30 14:07:59.675 INFO STEP 390 (remove_files) COMPLETE
53322024-10-30T14:08:00.366Z[ recovery-image] Oct 30 14:07:59.675 INFO O| Oct 30 14:07:59.675 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-10-30T14:08:00.383Z[ recovery-image] Oct 30 14:07:59.695 INFO O| Oct 30 14:07:59.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
53342024-10-30T14:08:00.386Z[ recovery-image] Oct 30 14:07:59.695 INFO O| Oct 30 14:07:59.695 INFO STEP 391 (remove_files) COMPLETE
53352024-10-30T14:08:00.386Z[ recovery-image] Oct 30 14:07:59.695 INFO O| Oct 30 14:07:59.695 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-10-30T14:08:00.402Z[ recovery-image] Oct 30 14:07:59.714 INFO O| Oct 30 14:07:59.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
53372024-10-30T14:08:00.405Z[ recovery-image] Oct 30 14:07:59.715 INFO O| Oct 30 14:07:59.714 INFO STEP 392 (remove_files) COMPLETE
53382024-10-30T14:08:00.405Z[ recovery-image] Oct 30 14:07:59.715 INFO O| Oct 30 14:07:59.715 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-10-30T14:08:00.415Z[ host-image] Oct 30 14:07:59.727 INFO O| Oct 30 14:07:59.727 INFO O| Download: Completed 8.42 MB in 5.59 seconds (1.5M/s)
53402024-10-30T14:08:00.444Z[ recovery-image] Oct 30 14:07:59.755 INFO O| Oct 30 14:07:59.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
53412024-10-30T14:08:00.444Z[ recovery-image] Oct 30 14:07:59.755 INFO O| Oct 30 14:07:59.755 INFO STEP 393 (remove_files) COMPLETE
53422024-10-30T14:08:00.444Z[ recovery-image] Oct 30 14:07:59.755 INFO O| Oct 30 14:07:59.755 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-10-30T14:08:00.499Z[ recovery-image] Oct 30 14:07:59.810 INFO O| Oct 30 14:07:59.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
53442024-10-30T14:08:00.499Z[ recovery-image] Oct 30 14:07:59.810 INFO O| Oct 30 14:07:59.810 INFO STEP 394 (remove_files) COMPLETE
53452024-10-30T14:08:00.503Z[ recovery-image] Oct 30 14:07:59.810 INFO O| Oct 30 14:07:59.810 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-10-30T14:08:00.526Z[ recovery-image] Oct 30 14:07:59.838 INFO O| Oct 30 14:07:59.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
53472024-10-30T14:08:00.526Z[ recovery-image] Oct 30 14:07:59.838 INFO O| Oct 30 14:07:59.838 INFO STEP 395 (remove_files) COMPLETE
53482024-10-30T14:08:00.526Z[ recovery-image] Oct 30 14:07:59.838 INFO O| Oct 30 14:07:59.838 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-10-30T14:08:00.546Z[ recovery-image] Oct 30 14:07:59.858 INFO O| Oct 30 14:07:59.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
53502024-10-30T14:08:00.546Z[ recovery-image] Oct 30 14:07:59.858 INFO O| Oct 30 14:07:59.858 INFO STEP 396 (remove_files) COMPLETE
53512024-10-30T14:08:00.546Z[ recovery-image] Oct 30 14:07:59.858 INFO O| Oct 30 14:07:59.858 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-10-30T14:08:00.554Z[ host-image] Oct 30 14:07:59.866 INFO O| Oct 30 14:07:59.866 INFO O| Actions: 1/1361 actions (Installing new actions)
53532024-10-30T14:08:00.565Z[ recovery-image] Oct 30 14:07:59.877 INFO O| Oct 30 14:07:59.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
53542024-10-30T14:08:00.565Z[ recovery-image] Oct 30 14:07:59.877 INFO O| Oct 30 14:07:59.877 INFO STEP 397 (remove_files) COMPLETE
53552024-10-30T14:08:00.565Z[ recovery-image] Oct 30 14:07:59.877 INFO O| Oct 30 14:07:59.877 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-10-30T14:08:00.607Z[ recovery-image] Oct 30 14:07:59.919 INFO O| Oct 30 14:07:59.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
53572024-10-30T14:08:00.607Z[ recovery-image] Oct 30 14:07:59.919 INFO O| Oct 30 14:07:59.919 INFO STEP 398 (remove_files) COMPLETE
53582024-10-30T14:08:00.607Z[ recovery-image] Oct 30 14:07:59.919 INFO O| Oct 30 14:07:59.919 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-10-30T14:08:00.627Z[ recovery-image] Oct 30 14:07:59.938 INFO O| Oct 30 14:07:59.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
53602024-10-30T14:08:00.627Z[ recovery-image] Oct 30 14:07:59.938 INFO O| Oct 30 14:07:59.938 INFO STEP 399 (remove_files) COMPLETE
53612024-10-30T14:08:00.627Z[ recovery-image] Oct 30 14:07:59.938 INFO O| Oct 30 14:07:59.938 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-10-30T14:08:00.648Z[ recovery-image] Oct 30 14:07:59.960 INFO O| Oct 30 14:07:59.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
53632024-10-30T14:08:00.648Z[ recovery-image] Oct 30 14:07:59.960 INFO O| Oct 30 14:07:59.960 INFO STEP 400 (remove_files) COMPLETE
53642024-10-30T14:08:00.650Z[ recovery-image] Oct 30 14:07:59.960 INFO O| Oct 30 14:07:59.960 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-10-30T14:08:00.711Z[ recovery-image] Oct 30 14:08:00.023 INFO O| Oct 30 14:08:00.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
53662024-10-30T14:08:00.711Z[ recovery-image] Oct 30 14:08:00.023 INFO O| Oct 30 14:08:00.023 INFO STEP 401 (remove_files) COMPLETE
53672024-10-30T14:08:00.713Z[ recovery-image] Oct 30 14:08:00.023 INFO O| Oct 30 14:08:00.023 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-10-30T14:08:00.729Z[ recovery-image] Oct 30 14:08:00.041 INFO O| Oct 30 14:08:00.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
53692024-10-30T14:08:00.729Z[ recovery-image] Oct 30 14:08:00.041 INFO O| Oct 30 14:08:00.041 INFO STEP 402 (remove_files) COMPLETE
53702024-10-30T14:08:00.729Z[ recovery-image] Oct 30 14:08:00.041 INFO O| Oct 30 14:08:00.041 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-10-30T14:08:00.803Z[ recovery-image] Oct 30 14:08:00.115 INFO O| Oct 30 14:08:00.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
53722024-10-30T14:08:00.803Z[ recovery-image] Oct 30 14:08:00.115 INFO O| Oct 30 14:08:00.115 INFO STEP 403 (remove_files) COMPLETE
53732024-10-30T14:08:00.803Z[ recovery-image] Oct 30 14:08:00.115 INFO O| Oct 30 14:08:00.115 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-10-30T14:08:00.834Z[ recovery-image] Oct 30 14:08:00.146 INFO O| Oct 30 14:08:00.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
53752024-10-30T14:08:00.834Z[ recovery-image] Oct 30 14:08:00.146 INFO O| Oct 30 14:08:00.146 INFO STEP 404 (remove_files) COMPLETE
53762024-10-30T14:08:00.837Z[ recovery-image] Oct 30 14:08:00.146 INFO O| Oct 30 14:08:00.146 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-10-30T14:08:00.861Z[ recovery-image] Oct 30 14:08:00.173 INFO O| Oct 30 14:08:00.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
53782024-10-30T14:08:00.861Z[ recovery-image] Oct 30 14:08:00.173 INFO O| Oct 30 14:08:00.173 INFO STEP 405 (remove_files) COMPLETE
53792024-10-30T14:08:00.861Z[ recovery-image] Oct 30 14:08:00.173 INFO O| Oct 30 14:08:00.173 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-10-30T14:08:00.919Z[ recovery-image] Oct 30 14:08:00.231 INFO O| Oct 30 14:08:00.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
53812024-10-30T14:08:00.922Z[ recovery-image] Oct 30 14:08:00.231 INFO O| Oct 30 14:08:00.231 INFO STEP 406 (remove_files) COMPLETE
53822024-10-30T14:08:00.922Z[ recovery-image] Oct 30 14:08:00.232 INFO O| Oct 30 14:08:00.231 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-10-30T14:08:00.964Z[ recovery-image] Oct 30 14:08:00.276 INFO O| Oct 30 14:08:00.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
53842024-10-30T14:08:00.967Z[ recovery-image] Oct 30 14:08:00.277 INFO O| Oct 30 14:08:00.276 INFO STEP 407 (remove_files) COMPLETE
53852024-10-30T14:08:00.967Z[ recovery-image] Oct 30 14:08:00.277 INFO O| Oct 30 14:08:00.277 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-10-30T14:08:00.985Z[ recovery-image] Oct 30 14:08:00.297 INFO O| Oct 30 14:08:00.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
53872024-10-30T14:08:00.985Z[ recovery-image] Oct 30 14:08:00.297 INFO O| Oct 30 14:08:00.297 INFO STEP 408 (remove_files) COMPLETE
53882024-10-30T14:08:00.988Z[ recovery-image] Oct 30 14:08:00.297 INFO O| Oct 30 14:08:00.297 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-10-30T14:08:01.004Z[ recovery-image] Oct 30 14:08:00.316 INFO O| Oct 30 14:08:00.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
53902024-10-30T14:08:01.004Z[ recovery-image] Oct 30 14:08:00.316 INFO O| Oct 30 14:08:00.316 INFO STEP 409 (remove_files) COMPLETE
53912024-10-30T14:08:01.006Z[ recovery-image] Oct 30 14:08:00.316 INFO O| Oct 30 14:08:00.316 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-10-30T14:08:01.050Z[ recovery-image] Oct 30 14:08:00.362 INFO O| Oct 30 14:08:00.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
53932024-10-30T14:08:01.052Z[ recovery-image] Oct 30 14:08:00.362 INFO O| Oct 30 14:08:00.362 INFO STEP 410 (remove_files) COMPLETE
53942024-10-30T14:08:01.052Z[ recovery-image] Oct 30 14:08:00.362 INFO O| Oct 30 14:08:00.362 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-10-30T14:08:01.071Z[ recovery-image] Oct 30 14:08:00.383 INFO O| Oct 30 14:08:00.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
53962024-10-30T14:08:01.073Z[ recovery-image] Oct 30 14:08:00.383 INFO O| Oct 30 14:08:00.383 INFO STEP 411 (remove_files) COMPLETE
53972024-10-30T14:08:01.073Z[ recovery-image] Oct 30 14:08:00.383 INFO O| Oct 30 14:08:00.383 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-10-30T14:08:01.145Z[ recovery-image] Oct 30 14:08:00.457 INFO O| Oct 30 14:08:00.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
53992024-10-30T14:08:01.145Z[ recovery-image] Oct 30 14:08:00.457 INFO O| Oct 30 14:08:00.457 INFO STEP 412 (remove_files) COMPLETE
54002024-10-30T14:08:01.148Z[ recovery-image] Oct 30 14:08:00.457 INFO O| Oct 30 14:08:00.457 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-10-30T14:08:01.164Z[ recovery-image] Oct 30 14:08:00.475 INFO O| Oct 30 14:08:00.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
54022024-10-30T14:08:01.164Z[ recovery-image] Oct 30 14:08:00.476 INFO O| Oct 30 14:08:00.476 INFO STEP 413 (remove_files) COMPLETE
54032024-10-30T14:08:01.166Z[ recovery-image] Oct 30 14:08:00.476 INFO O| Oct 30 14:08:00.476 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-10-30T14:08:01.208Z[ recovery-image] Oct 30 14:08:00.520 INFO O| Oct 30 14:08:00.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
54052024-10-30T14:08:01.210Z[ recovery-image] Oct 30 14:08:00.520 INFO O| Oct 30 14:08:00.520 INFO STEP 414 (remove_files) COMPLETE
54062024-10-30T14:08:01.210Z[ recovery-image] Oct 30 14:08:00.520 INFO O| Oct 30 14:08:00.520 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-10-30T14:08:01.273Z[ recovery-image] Oct 30 14:08:00.585 INFO O| Oct 30 14:08:00.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
54082024-10-30T14:08:01.276Z[ recovery-image] Oct 30 14:08:00.586 INFO O| Oct 30 14:08:00.585 INFO STEP 415 (remove_files) COMPLETE
54092024-10-30T14:08:01.276Z[ recovery-image] Oct 30 14:08:00.586 INFO O| Oct 30 14:08:00.586 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-10-30T14:08:01.321Z[ recovery-image] Oct 30 14:08:00.633 INFO O| Oct 30 14:08:00.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
54112024-10-30T14:08:01.343Z[ host-image] Oct 30 14:08:00.655 INFO O| Oct 30 14:08:00.655 INFO O| Actions: Completed 1361 actions in 0.79 seconds.
54122024-10-30T14:08:01.350Z[ recovery-image] Oct 30 14:08:00.662 INFO O| Oct 30 14:08:00.662 INFO STEP 416 (remove_files) COMPLETE
54132024-10-30T14:08:01.352Z[ recovery-image] Oct 30 14:08:00.662 INFO O| Oct 30 14:08:00.662 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-10-30T14:08:01.414Z[ recovery-image] Oct 30 14:08:00.726 INFO O| Oct 30 14:08:00.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
54152024-10-30T14:08:01.414Z[ recovery-image] Oct 30 14:08:00.726 INFO O| Oct 30 14:08:00.726 INFO STEP 417 (remove_files) COMPLETE
54162024-10-30T14:08:01.414Z[ recovery-image] Oct 30 14:08:00.726 INFO O| Oct 30 14:08:00.726 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-10-30T14:08:01.435Z[ recovery-image] Oct 30 14:08:00.747 INFO O| Oct 30 14:08:00.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
54182024-10-30T14:08:01.435Z[ recovery-image] Oct 30 14:08:00.747 INFO O| Oct 30 14:08:00.747 INFO STEP 418 (remove_files) COMPLETE
54192024-10-30T14:08:01.438Z[ recovery-image] Oct 30 14:08:00.747 INFO O| Oct 30 14:08:00.747 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-10-30T14:08:01.454Z[ recovery-image] Oct 30 14:08:00.766 INFO O| Oct 30 14:08:00.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
54212024-10-30T14:08:01.454Z[ recovery-image] Oct 30 14:08:00.766 INFO O| Oct 30 14:08:00.766 INFO STEP 419 (remove_files) COMPLETE
54222024-10-30T14:08:01.457Z[ recovery-image] Oct 30 14:08:00.766 INFO O| Oct 30 14:08:00.766 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-10-30T14:08:01.485Z[ recovery-image] Oct 30 14:08:00.796 INFO O| Oct 30 14:08:00.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
54242024-10-30T14:08:01.485Z[ recovery-image] Oct 30 14:08:00.796 INFO O| Oct 30 14:08:00.796 INFO STEP 420 (remove_files) COMPLETE
54252024-10-30T14:08:01.485Z[ recovery-image] Oct 30 14:08:00.796 INFO O| Oct 30 14:08:00.796 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-10-30T14:08:01.507Z[ recovery-image] Oct 30 14:08:00.819 INFO O| Oct 30 14:08:00.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
54272024-10-30T14:08:01.507Z[ recovery-image] Oct 30 14:08:00.819 INFO O| Oct 30 14:08:00.819 INFO STEP 421 (remove_files) COMPLETE
54282024-10-30T14:08:01.507Z[ recovery-image] Oct 30 14:08:00.819 INFO O| Oct 30 14:08:00.819 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-10-30T14:08:01.546Z[ recovery-image] Oct 30 14:08:00.858 INFO O| Oct 30 14:08:00.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
54302024-10-30T14:08:01.546Z[ recovery-image] Oct 30 14:08:00.858 INFO O| Oct 30 14:08:00.858 INFO STEP 422 (remove_files) COMPLETE
54312024-10-30T14:08:01.548Z[ recovery-image] Oct 30 14:08:00.858 INFO O| Oct 30 14:08:00.858 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-10-30T14:08:01.566Z[ recovery-image] Oct 30 14:08:00.878 INFO O| Oct 30 14:08:00.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
54332024-10-30T14:08:01.566Z[ recovery-image] Oct 30 14:08:00.878 INFO O| Oct 30 14:08:00.878 INFO STEP 423 (remove_files) COMPLETE
54342024-10-30T14:08:01.566Z[ recovery-image] Oct 30 14:08:00.878 INFO O| Oct 30 14:08:00.878 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-10-30T14:08:01.601Z[ recovery-image] Oct 30 14:08:00.913 INFO O| Oct 30 14:08:00.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
54362024-10-30T14:08:01.601Z[ recovery-image] Oct 30 14:08:00.913 INFO O| Oct 30 14:08:00.913 INFO STEP 424 (remove_files) COMPLETE
54372024-10-30T14:08:01.601Z[ recovery-image] Oct 30 14:08:00.913 INFO O| Oct 30 14:08:00.913 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-10-30T14:08:01.622Z[ recovery-image] Oct 30 14:08:00.933 INFO O| Oct 30 14:08:00.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
54392024-10-30T14:08:01.622Z[ recovery-image] Oct 30 14:08:00.933 INFO O| Oct 30 14:08:00.933 INFO STEP 425 (remove_files) COMPLETE
54402024-10-30T14:08:01.622Z[ recovery-image] Oct 30 14:08:00.933 INFO O| Oct 30 14:08:00.933 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-10-30T14:08:01.675Z[ recovery-image] Oct 30 14:08:00.987 INFO O| Oct 30 14:08:00.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
54422024-10-30T14:08:01.675Z[ recovery-image] Oct 30 14:08:00.987 INFO O| Oct 30 14:08:00.987 INFO STEP 426 (remove_files) COMPLETE
54432024-10-30T14:08:01.678Z[ recovery-image] Oct 30 14:08:00.987 INFO O| Oct 30 14:08:00.987 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-10-30T14:08:01.730Z[ recovery-image] Oct 30 14:08:01.042 INFO O| Oct 30 14:08:01.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
54452024-10-30T14:08:01.730Z[ recovery-image] Oct 30 14:08:01.042 INFO O| Oct 30 14:08:01.042 INFO STEP 427 (remove_files) COMPLETE
54462024-10-30T14:08:01.730Z[ recovery-image] Oct 30 14:08:01.042 INFO O| Oct 30 14:08:01.042 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-10-30T14:08:01.790Z[ recovery-image] Oct 30 14:08:01.102 INFO O| Oct 30 14:08:01.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
54482024-10-30T14:08:01.790Z[ recovery-image] Oct 30 14:08:01.102 INFO O| Oct 30 14:08:01.102 INFO STEP 428 (remove_files) COMPLETE
54492024-10-30T14:08:01.790Z[ recovery-image] Oct 30 14:08:01.102 INFO O| Oct 30 14:08:01.102 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-10-30T14:08:01.857Z[ recovery-image] Oct 30 14:08:01.168 INFO O| Oct 30 14:08:01.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
54512024-10-30T14:08:01.857Z[ recovery-image] Oct 30 14:08:01.169 INFO O| Oct 30 14:08:01.169 INFO STEP 429 (remove_files) COMPLETE
54522024-10-30T14:08:01.857Z[ recovery-image] Oct 30 14:08:01.169 INFO O| Oct 30 14:08:01.169 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-10-30T14:08:01.875Z[ recovery-image] Oct 30 14:08:01.187 INFO O| Oct 30 14:08:01.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
54542024-10-30T14:08:01.875Z[ recovery-image] Oct 30 14:08:01.187 INFO O| Oct 30 14:08:01.187 INFO STEP 430 (remove_files) COMPLETE
54552024-10-30T14:08:01.875Z[ recovery-image] Oct 30 14:08:01.187 INFO O| Oct 30 14:08:01.187 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-10-30T14:08:01.898Z[ recovery-image] Oct 30 14:08:01.210 INFO O| Oct 30 14:08:01.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
54572024-10-30T14:08:01.898Z[ recovery-image] Oct 30 14:08:01.210 INFO O| Oct 30 14:08:01.210 INFO STEP 431 (remove_files) COMPLETE
54582024-10-30T14:08:01.900Z[ recovery-image] Oct 30 14:08:01.210 INFO O| Oct 30 14:08:01.210 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-10-30T14:08:01.916Z[ recovery-image] Oct 30 14:08:01.228 INFO O| Oct 30 14:08:01.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
54602024-10-30T14:08:01.919Z[ recovery-image] Oct 30 14:08:01.228 INFO O| Oct 30 14:08:01.228 INFO STEP 432 (remove_files) COMPLETE
54612024-10-30T14:08:01.919Z[ recovery-image] Oct 30 14:08:01.228 INFO O| Oct 30 14:08:01.228 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-10-30T14:08:01.922Z[ host-image] Oct 30 14:08:01.233 INFO O| Oct 30 14:08:01.233 INFO O| Done
54632024-10-30T14:08:01.922Z[ host-image] Oct 30 14:08:01.233 INFO O| Oct 30 14:08:01.233 INFO O| Done
54642024-10-30T14:08:01.936Z[ recovery-image] Oct 30 14:08:01.248 INFO O| Oct 30 14:08:01.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
54652024-10-30T14:08:01.936Z[ recovery-image] Oct 30 14:08:01.248 INFO O| Oct 30 14:08:01.248 INFO STEP 433 (remove_files) COMPLETE
54662024-10-30T14:08:01.936Z[ recovery-image] Oct 30 14:08:01.248 INFO O| Oct 30 14:08:01.248 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-10-30T14:08:01.957Z[ recovery-image] Oct 30 14:08:01.269 INFO O| Oct 30 14:08:01.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
54682024-10-30T14:08:01.957Z[ recovery-image] Oct 30 14:08:01.269 INFO O| Oct 30 14:08:01.269 INFO STEP 434 (remove_files) COMPLETE
54692024-10-30T14:08:01.957Z[ recovery-image] Oct 30 14:08:01.269 INFO O| Oct 30 14:08:01.269 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-10-30T14:08:01.975Z[ recovery-image] Oct 30 14:08:01.287 INFO O| Oct 30 14:08:01.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
54712024-10-30T14:08:01.977Z[ recovery-image] Oct 30 14:08:01.287 INFO O| Oct 30 14:08:01.287 INFO STEP 435 (remove_files) COMPLETE
54722024-10-30T14:08:01.977Z[ recovery-image] Oct 30 14:08:01.287 INFO O| Oct 30 14:08:01.287 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-10-30T14:08:01.992Z[ recovery-image] Oct 30 14:08:01.304 INFO O| Oct 30 14:08:01.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
54742024-10-30T14:08:01.992Z[ recovery-image] Oct 30 14:08:01.304 INFO O| Oct 30 14:08:01.304 INFO STEP 436 (remove_files) COMPLETE
54752024-10-30T14:08:01.995Z[ recovery-image] Oct 30 14:08:01.305 INFO O| Oct 30 14:08:01.304 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-10-30T14:08:02.015Z[ recovery-image] Oct 30 14:08:01.326 INFO O| Oct 30 14:08:01.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
54772024-10-30T14:08:02.017Z[ recovery-image] Oct 30 14:08:01.326 INFO O| Oct 30 14:08:01.326 INFO STEP 437 (remove_files) COMPLETE
54782024-10-30T14:08:02.017Z[ recovery-image] Oct 30 14:08:01.327 INFO O| Oct 30 14:08:01.327 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-10-30T14:08:02.032Z[ recovery-image] Oct 30 14:08:01.344 INFO O| Oct 30 14:08:01.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
54802024-10-30T14:08:02.032Z[ recovery-image] Oct 30 14:08:01.344 INFO O| Oct 30 14:08:01.344 INFO STEP 438 (remove_files) COMPLETE
54812024-10-30T14:08:02.035Z[ recovery-image] Oct 30 14:08:01.344 INFO O| Oct 30 14:08:01.344 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-10-30T14:08:02.049Z[ recovery-image] Oct 30 14:08:01.361 INFO O| Oct 30 14:08:01.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
54832024-10-30T14:08:02.049Z[ recovery-image] Oct 30 14:08:01.361 INFO O| Oct 30 14:08:01.361 INFO STEP 439 (remove_files) COMPLETE
54842024-10-30T14:08:02.049Z[ recovery-image] Oct 30 14:08:01.361 INFO O| Oct 30 14:08:01.361 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-10-30T14:08:02.068Z[ recovery-image] Oct 30 14:08:01.380 INFO O| Oct 30 14:08:01.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
54862024-10-30T14:08:02.068Z[ recovery-image] Oct 30 14:08:01.380 INFO O| Oct 30 14:08:01.380 INFO STEP 440 (remove_files) COMPLETE
54872024-10-30T14:08:02.070Z[ recovery-image] Oct 30 14:08:01.380 INFO O| Oct 30 14:08:01.380 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-10-30T14:08:02.102Z[ recovery-image] Oct 30 14:08:01.413 INFO O| Oct 30 14:08:01.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
54892024-10-30T14:08:02.102Z[ recovery-image] Oct 30 14:08:01.413 INFO O| Oct 30 14:08:01.413 INFO STEP 441 (remove_files) COMPLETE
54902024-10-30T14:08:02.102Z[ recovery-image] Oct 30 14:08:01.414 INFO O| Oct 30 14:08:01.413 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-10-30T14:08:02.122Z[ recovery-image] Oct 30 14:08:01.434 INFO O| Oct 30 14:08:01.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54922024-10-30T14:08:02.125Z[ recovery-image] Oct 30 14:08:01.435 INFO O| Oct 30 14:08:01.435 INFO STEP 442 (remove_files) COMPLETE
54932024-10-30T14:08:02.125Z[ recovery-image] Oct 30 14:08:01.435 INFO O| Oct 30 14:08:01.435 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-10-30T14:08:02.163Z[ recovery-image] Oct 30 14:08:01.458 INFO O| Oct 30 14:08:01.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
54952024-10-30T14:08:02.163Z[ recovery-image] Oct 30 14:08:01.458 INFO O| Oct 30 14:08:01.458 INFO STEP 443 (remove_files) COMPLETE
54962024-10-30T14:08:02.166Z[ recovery-image] Oct 30 14:08:01.458 INFO O| Oct 30 14:08:01.458 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-10-30T14:08:02.166Z[ recovery-image] Oct 30 14:08:01.478 INFO O| Oct 30 14:08:01.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
54982024-10-30T14:08:02.166Z[ recovery-image] Oct 30 14:08:01.478 INFO O| Oct 30 14:08:01.478 INFO STEP 444 (remove_files) COMPLETE
54992024-10-30T14:08:02.168Z[ recovery-image] Oct 30 14:08:01.478 INFO O| Oct 30 14:08:01.478 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-10-30T14:08:02.187Z[ recovery-image] Oct 30 14:08:01.499 INFO O| Oct 30 14:08:01.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
55012024-10-30T14:08:02.187Z[ recovery-image] Oct 30 14:08:01.499 INFO O| Oct 30 14:08:01.499 INFO STEP 445 (remove_files) COMPLETE
55022024-10-30T14:08:02.190Z[ recovery-image] Oct 30 14:08:01.499 INFO O| Oct 30 14:08:01.499 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-10-30T14:08:02.206Z[ recovery-image] Oct 30 14:08:01.518 INFO O| Oct 30 14:08:01.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
55042024-10-30T14:08:02.206Z[ recovery-image] Oct 30 14:08:01.518 INFO O| Oct 30 14:08:01.518 INFO STEP 446 (remove_files) COMPLETE
55052024-10-30T14:08:02.209Z[ recovery-image] Oct 30 14:08:01.518 INFO O| Oct 30 14:08:01.518 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-10-30T14:08:02.226Z[ recovery-image] Oct 30 14:08:01.538 INFO O| Oct 30 14:08:01.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
55072024-10-30T14:08:02.226Z[ recovery-image] Oct 30 14:08:01.538 INFO O| Oct 30 14:08:01.538 INFO STEP 447 (remove_files) COMPLETE
55082024-10-30T14:08:02.226Z[ recovery-image] Oct 30 14:08:01.538 INFO O| Oct 30 14:08:01.538 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-10-30T14:08:02.246Z[ recovery-image] Oct 30 14:08:01.558 INFO O| Oct 30 14:08:01.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
55102024-10-30T14:08:02.246Z[ recovery-image] Oct 30 14:08:01.558 INFO O| Oct 30 14:08:01.558 INFO STEP 448 (remove_files) COMPLETE
55112024-10-30T14:08:02.246Z[ recovery-image] Oct 30 14:08:01.558 INFO O| Oct 30 14:08:01.558 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-10-30T14:08:02.268Z[ recovery-image] Oct 30 14:08:01.580 INFO O| Oct 30 14:08:01.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
55132024-10-30T14:08:02.268Z[ recovery-image] Oct 30 14:08:01.580 INFO O| Oct 30 14:08:01.580 INFO STEP 449 (remove_files) COMPLETE
55142024-10-30T14:08:02.270Z[ recovery-image] Oct 30 14:08:01.580 INFO O| Oct 30 14:08:01.580 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-10-30T14:08:02.289Z[ recovery-image] Oct 30 14:08:01.600 INFO O| Oct 30 14:08:01.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
55162024-10-30T14:08:02.291Z[ recovery-image] Oct 30 14:08:01.601 INFO O| Oct 30 14:08:01.600 INFO STEP 450 (remove_files) COMPLETE
55172024-10-30T14:08:02.291Z[ recovery-image] Oct 30 14:08:01.601 INFO O| Oct 30 14:08:01.600 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-10-30T14:08:02.316Z[ recovery-image] Oct 30 14:08:01.627 INFO O| Oct 30 14:08:01.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
55192024-10-30T14:08:02.316Z[ recovery-image] Oct 30 14:08:01.627 INFO O| Oct 30 14:08:01.627 INFO STEP 451 (remove_files) COMPLETE
55202024-10-30T14:08:02.316Z[ recovery-image] Oct 30 14:08:01.627 INFO O| Oct 30 14:08:01.627 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-10-30T14:08:02.341Z[ recovery-image] Oct 30 14:08:01.653 INFO O| Oct 30 14:08:01.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
55222024-10-30T14:08:02.341Z[ recovery-image] Oct 30 14:08:01.653 INFO O| Oct 30 14:08:01.653 INFO STEP 452 (remove_files) COMPLETE
55232024-10-30T14:08:02.341Z[ recovery-image] Oct 30 14:08:01.653 INFO O| Oct 30 14:08:01.653 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-10-30T14:08:02.361Z[ recovery-image] Oct 30 14:08:01.673 INFO O| Oct 30 14:08:01.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
55252024-10-30T14:08:02.361Z[ recovery-image] Oct 30 14:08:01.673 INFO O| Oct 30 14:08:01.673 INFO STEP 453 (remove_files) COMPLETE
55262024-10-30T14:08:02.364Z[ recovery-image] Oct 30 14:08:01.673 INFO O| Oct 30 14:08:01.673 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-10-30T14:08:02.378Z[ recovery-image] Oct 30 14:08:01.690 INFO O| Oct 30 14:08:01.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
55282024-10-30T14:08:02.378Z[ recovery-image] Oct 30 14:08:01.690 INFO O| Oct 30 14:08:01.690 INFO STEP 454 (remove_files) COMPLETE
55292024-10-30T14:08:02.378Z[ recovery-image] Oct 30 14:08:01.690 INFO O| Oct 30 14:08:01.690 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-10-30T14:08:02.399Z[ recovery-image] Oct 30 14:08:01.711 INFO O| Oct 30 14:08:01.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
55312024-10-30T14:08:02.399Z[ recovery-image] Oct 30 14:08:01.711 INFO O| Oct 30 14:08:01.711 INFO STEP 455 (remove_files) COMPLETE
55322024-10-30T14:08:02.399Z[ recovery-image] Oct 30 14:08:01.711 INFO O| Oct 30 14:08:01.711 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-10-30T14:08:02.422Z[ recovery-image] Oct 30 14:08:01.733 INFO O| Oct 30 14:08:01.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
55342024-10-30T14:08:02.422Z[ recovery-image] Oct 30 14:08:01.734 INFO O| Oct 30 14:08:01.733 INFO STEP 456 (remove_files) COMPLETE
55352024-10-30T14:08:02.422Z[ recovery-image] Oct 30 14:08:01.734 INFO O| Oct 30 14:08:01.734 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-10-30T14:08:02.440Z[ recovery-image] Oct 30 14:08:01.752 INFO O| Oct 30 14:08:01.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
55372024-10-30T14:08:02.440Z[ recovery-image] Oct 30 14:08:01.752 INFO O| Oct 30 14:08:01.752 INFO STEP 457 (remove_files) COMPLETE
55382024-10-30T14:08:02.440Z[ recovery-image] Oct 30 14:08:01.752 INFO O| Oct 30 14:08:01.752 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-10-30T14:08:02.463Z[ recovery-image] Oct 30 14:08:01.775 INFO O| Oct 30 14:08:01.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
55402024-10-30T14:08:02.466Z[ recovery-image] Oct 30 14:08:01.775 INFO O| Oct 30 14:08:01.775 INFO STEP 458 (remove_files) COMPLETE
55412024-10-30T14:08:02.466Z[ recovery-image] Oct 30 14:08:01.775 INFO O| Oct 30 14:08:01.775 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-10-30T14:08:02.482Z[ recovery-image] Oct 30 14:08:01.794 INFO O| Oct 30 14:08:01.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
55432024-10-30T14:08:02.482Z[ recovery-image] Oct 30 14:08:01.794 INFO O| Oct 30 14:08:01.794 INFO STEP 459 (remove_files) COMPLETE
55442024-10-30T14:08:02.485Z[ recovery-image] Oct 30 14:08:01.794 INFO O| Oct 30 14:08:01.794 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-10-30T14:08:02.500Z[ recovery-image] Oct 30 14:08:01.812 INFO O| Oct 30 14:08:01.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
55462024-10-30T14:08:02.500Z[ recovery-image] Oct 30 14:08:01.812 INFO O| Oct 30 14:08:01.812 INFO STEP 460 (remove_files) COMPLETE
55472024-10-30T14:08:02.500Z[ recovery-image] Oct 30 14:08:01.812 INFO O| Oct 30 14:08:01.812 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-10-30T14:08:02.519Z[ recovery-image] Oct 30 14:08:01.831 INFO O| Oct 30 14:08:01.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
55492024-10-30T14:08:02.519Z[ recovery-image] Oct 30 14:08:01.831 INFO O| Oct 30 14:08:01.831 INFO STEP 461 (remove_files) COMPLETE
55502024-10-30T14:08:02.522Z[ recovery-image] Oct 30 14:08:01.831 INFO O| Oct 30 14:08:01.831 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-10-30T14:08:02.539Z[ recovery-image] Oct 30 14:08:01.851 INFO O| Oct 30 14:08:01.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
55522024-10-30T14:08:02.539Z[ recovery-image] Oct 30 14:08:01.851 INFO O| Oct 30 14:08:01.851 INFO STEP 462 (remove_files) COMPLETE
55532024-10-30T14:08:02.539Z[ recovery-image] Oct 30 14:08:01.851 INFO O| Oct 30 14:08:01.851 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-10-30T14:08:02.558Z[ recovery-image] Oct 30 14:08:01.870 INFO O| Oct 30 14:08:01.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
55552024-10-30T14:08:02.558Z[ recovery-image] Oct 30 14:08:01.870 INFO O| Oct 30 14:08:01.870 INFO STEP 463 (remove_files) COMPLETE
55562024-10-30T14:08:02.558Z[ recovery-image] Oct 30 14:08:01.870 INFO O| Oct 30 14:08:01.870 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-10-30T14:08:02.609Z[ recovery-image] Oct 30 14:08:01.921 INFO O| Oct 30 14:08:01.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
55582024-10-30T14:08:02.609Z[ recovery-image] Oct 30 14:08:01.921 INFO O| Oct 30 14:08:01.921 INFO STEP 464 (remove_files) COMPLETE
55592024-10-30T14:08:02.609Z[ recovery-image] Oct 30 14:08:01.921 INFO O| Oct 30 14:08:01.921 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-10-30T14:08:02.634Z[ recovery-image] Oct 30 14:08:01.946 INFO O| Oct 30 14:08:01.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
55612024-10-30T14:08:02.637Z[ recovery-image] Oct 30 14:08:01.946 INFO O| Oct 30 14:08:01.946 INFO STEP 465 (remove_files) COMPLETE
55622024-10-30T14:08:02.637Z[ recovery-image] Oct 30 14:08:01.946 INFO O| Oct 30 14:08:01.946 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-10-30T14:08:02.654Z[ recovery-image] Oct 30 14:08:01.966 INFO O| Oct 30 14:08:01.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
55642024-10-30T14:08:02.656Z[ recovery-image] Oct 30 14:08:01.966 INFO O| Oct 30 14:08:01.966 INFO STEP 466 (remove_files) COMPLETE
55652024-10-30T14:08:02.656Z[ recovery-image] Oct 30 14:08:01.966 INFO O| Oct 30 14:08:01.966 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-10-30T14:08:02.691Z[ recovery-image] Oct 30 14:08:02.003 INFO O| Oct 30 14:08:02.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
55672024-10-30T14:08:02.691Z[ recovery-image] Oct 30 14:08:02.003 INFO O| Oct 30 14:08:02.003 INFO STEP 467 (remove_files) COMPLETE
55682024-10-30T14:08:02.694Z[ recovery-image] Oct 30 14:08:02.003 INFO O| Oct 30 14:08:02.003 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-10-30T14:08:02.722Z[ recovery-image] Oct 30 14:08:02.034 INFO O| Oct 30 14:08:02.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
55702024-10-30T14:08:02.722Z[ recovery-image] Oct 30 14:08:02.034 INFO O| Oct 30 14:08:02.034 INFO STEP 468 (remove_files) COMPLETE
55712024-10-30T14:08:02.722Z[ recovery-image] Oct 30 14:08:02.034 INFO O| Oct 30 14:08:02.034 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-10-30T14:08:02.756Z[ recovery-image] Oct 30 14:08:02.068 INFO O| Oct 30 14:08:02.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
55732024-10-30T14:08:02.756Z[ recovery-image] Oct 30 14:08:02.068 INFO O| Oct 30 14:08:02.068 INFO STEP 469 (remove_files) COMPLETE
55742024-10-30T14:08:02.756Z[ recovery-image] Oct 30 14:08:02.068 INFO O| Oct 30 14:08:02.068 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-10-30T14:08:02.775Z[ recovery-image] Oct 30 14:08:02.087 INFO O| Oct 30 14:08:02.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
55762024-10-30T14:08:02.775Z[ recovery-image] Oct 30 14:08:02.087 INFO O| Oct 30 14:08:02.087 INFO STEP 470 (remove_files) COMPLETE
55772024-10-30T14:08:02.778Z[ recovery-image] Oct 30 14:08:02.087 INFO O| Oct 30 14:08:02.087 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-10-30T14:08:02.799Z[ recovery-image] Oct 30 14:08:02.107 INFO O| Oct 30 14:08:02.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
55792024-10-30T14:08:02.799Z[ recovery-image] Oct 30 14:08:02.107 INFO O| Oct 30 14:08:02.107 INFO STEP 471 (remove_files) COMPLETE
55802024-10-30T14:08:02.799Z[ recovery-image] Oct 30 14:08:02.107 INFO O| Oct 30 14:08:02.107 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-10-30T14:08:02.821Z[ recovery-image] Oct 30 14:08:02.133 INFO O| Oct 30 14:08:02.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
55822024-10-30T14:08:02.821Z[ recovery-image] Oct 30 14:08:02.133 INFO O| Oct 30 14:08:02.133 INFO STEP 472 (remove_files) COMPLETE
55832024-10-30T14:08:02.821Z[ recovery-image] Oct 30 14:08:02.133 INFO O| Oct 30 14:08:02.133 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-10-30T14:08:02.862Z[ recovery-image] Oct 30 14:08:02.174 INFO O| Oct 30 14:08:02.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
55852024-10-30T14:08:02.862Z[ recovery-image] Oct 30 14:08:02.174 INFO O| Oct 30 14:08:02.174 INFO STEP 473 (remove_files) COMPLETE
55862024-10-30T14:08:02.862Z[ recovery-image] Oct 30 14:08:02.174 INFO O| Oct 30 14:08:02.174 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-10-30T14:08:02.878Z[ host-image] Oct 30 14:08:02.190 INFO O| Oct 30 14:08:02.190 INFO O| Done
55882024-10-30T14:08:02.914Z[ recovery-image] Oct 30 14:08:02.225 INFO O| Oct 30 14:08:02.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
55892024-10-30T14:08:02.914Z[ recovery-image] Oct 30 14:08:02.225 INFO O| Oct 30 14:08:02.225 INFO STEP 474 (remove_files) COMPLETE
55902024-10-30T14:08:02.914Z[ recovery-image] Oct 30 14:08:02.225 INFO O| Oct 30 14:08:02.225 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-10-30T14:08:02.935Z[ recovery-image] Oct 30 14:08:02.247 INFO O| Oct 30 14:08:02.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
55922024-10-30T14:08:02.935Z[ recovery-image] Oct 30 14:08:02.247 INFO O| Oct 30 14:08:02.247 INFO STEP 475 (remove_files) COMPLETE
55932024-10-30T14:08:02.935Z[ recovery-image] Oct 30 14:08:02.247 INFO O| Oct 30 14:08:02.247 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-10-30T14:08:02.969Z[ recovery-image] Oct 30 14:08:02.279 INFO O| Oct 30 14:08:02.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
55952024-10-30T14:08:02.969Z[ recovery-image] Oct 30 14:08:02.279 INFO O| Oct 30 14:08:02.279 INFO STEP 476 (remove_files) COMPLETE
55962024-10-30T14:08:02.969Z[ recovery-image] Oct 30 14:08:02.279 INFO O| Oct 30 14:08:02.279 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-10-30T14:08:03.008Z[ recovery-image] Oct 30 14:08:02.320 INFO O| Oct 30 14:08:02.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
55982024-10-30T14:08:03.008Z[ recovery-image] Oct 30 14:08:02.320 INFO O| Oct 30 14:08:02.320 INFO STEP 477 (remove_files) COMPLETE
55992024-10-30T14:08:03.008Z[ recovery-image] Oct 30 14:08:02.320 INFO O| Oct 30 14:08:02.320 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-10-30T14:08:03.031Z[ recovery-image] Oct 30 14:08:02.342 INFO O| Oct 30 14:08:02.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
56012024-10-30T14:08:03.031Z[ recovery-image] Oct 30 14:08:02.342 INFO O| Oct 30 14:08:02.342 INFO STEP 478 (remove_files) COMPLETE
56022024-10-30T14:08:03.031Z[ recovery-image] Oct 30 14:08:02.342 INFO O| Oct 30 14:08:02.342 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-10-30T14:08:03.051Z[ recovery-image] Oct 30 14:08:02.363 INFO O| Oct 30 14:08:02.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
56042024-10-30T14:08:03.051Z[ recovery-image] Oct 30 14:08:02.363 INFO O| Oct 30 14:08:02.363 INFO STEP 479 (remove_files) COMPLETE
56052024-10-30T14:08:03.054Z[ recovery-image] Oct 30 14:08:02.363 INFO O| Oct 30 14:08:02.363 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-10-30T14:08:03.070Z[ recovery-image] Oct 30 14:08:02.382 INFO O| Oct 30 14:08:02.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
56072024-10-30T14:08:03.070Z[ recovery-image] Oct 30 14:08:02.382 INFO O| Oct 30 14:08:02.382 INFO STEP 480 (remove_files) COMPLETE
56082024-10-30T14:08:03.070Z[ recovery-image] Oct 30 14:08:02.382 INFO O| Oct 30 14:08:02.382 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-10-30T14:08:03.090Z[ recovery-image] Oct 30 14:08:02.402 INFO O| Oct 30 14:08:02.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
56102024-10-30T14:08:03.091Z[ recovery-image] Oct 30 14:08:02.402 INFO O| Oct 30 14:08:02.402 INFO STEP 481 (remove_files) COMPLETE
56112024-10-30T14:08:03.091Z[ recovery-image] Oct 30 14:08:02.402 INFO O| Oct 30 14:08:02.402 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-10-30T14:08:03.119Z[ recovery-image] Oct 30 14:08:02.430 INFO O| Oct 30 14:08:02.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
56132024-10-30T14:08:03.119Z[ recovery-image] Oct 30 14:08:02.430 INFO O| Oct 30 14:08:02.430 INFO STEP 482 (remove_files) COMPLETE
56142024-10-30T14:08:03.119Z[ recovery-image] Oct 30 14:08:02.430 INFO O| Oct 30 14:08:02.430 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-10-30T14:08:03.154Z[ recovery-image] Oct 30 14:08:02.465 INFO O| Oct 30 14:08:02.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
56162024-10-30T14:08:03.154Z[ recovery-image] Oct 30 14:08:02.466 INFO O| Oct 30 14:08:02.466 INFO STEP 483 (remove_files) COMPLETE
56172024-10-30T14:08:03.157Z[ recovery-image] Oct 30 14:08:02.466 INFO O| Oct 30 14:08:02.466 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-10-30T14:08:03.172Z[ recovery-image] Oct 30 14:08:02.484 INFO O| Oct 30 14:08:02.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
56192024-10-30T14:08:03.172Z[ recovery-image] Oct 30 14:08:02.484 INFO O| Oct 30 14:08:02.484 INFO STEP 484 (remove_files) COMPLETE
56202024-10-30T14:08:03.172Z[ recovery-image] Oct 30 14:08:02.484 INFO O| Oct 30 14:08:02.484 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-10-30T14:08:03.213Z[ recovery-image] Oct 30 14:08:02.524 INFO O| Oct 30 14:08:02.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
56222024-10-30T14:08:03.213Z[ recovery-image] Oct 30 14:08:02.525 INFO O| Oct 30 14:08:02.524 INFO STEP 485 (remove_files) COMPLETE
56232024-10-30T14:08:03.213Z[ recovery-image] Oct 30 14:08:02.525 INFO O| Oct 30 14:08:02.525 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-10-30T14:08:03.232Z[ recovery-image] Oct 30 14:08:02.544 INFO O| Oct 30 14:08:02.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
56252024-10-30T14:08:03.232Z[ recovery-image] Oct 30 14:08:02.544 INFO O| Oct 30 14:08:02.544 INFO STEP 486 (remove_files) COMPLETE
56262024-10-30T14:08:03.232Z[ recovery-image] Oct 30 14:08:02.544 INFO O| Oct 30 14:08:02.544 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-10-30T14:08:03.251Z[ recovery-image] Oct 30 14:08:02.563 INFO O| Oct 30 14:08:02.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
56282024-10-30T14:08:03.251Z[ recovery-image] Oct 30 14:08:02.563 INFO O| Oct 30 14:08:02.563 INFO STEP 487 (remove_files) COMPLETE
56292024-10-30T14:08:03.254Z[ recovery-image] Oct 30 14:08:02.563 INFO O| Oct 30 14:08:02.563 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-10-30T14:08:03.270Z[ recovery-image] Oct 30 14:08:02.582 INFO O| Oct 30 14:08:02.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
56312024-10-30T14:08:03.272Z[ recovery-image] Oct 30 14:08:02.582 INFO O| Oct 30 14:08:02.582 INFO STEP 488 (remove_files) COMPLETE
56322024-10-30T14:08:03.272Z[ recovery-image] Oct 30 14:08:02.582 INFO O| Oct 30 14:08:02.582 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-10-30T14:08:03.289Z[ recovery-image] Oct 30 14:08:02.600 INFO O| Oct 30 14:08:02.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
56342024-10-30T14:08:03.289Z[ recovery-image] Oct 30 14:08:02.601 INFO O| Oct 30 14:08:02.601 INFO STEP 489 (remove_files) COMPLETE
56352024-10-30T14:08:03.291Z[ recovery-image] Oct 30 14:08:02.601 INFO O| Oct 30 14:08:02.601 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-10-30T14:08:03.306Z[ recovery-image] Oct 30 14:08:02.618 INFO O| Oct 30 14:08:02.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
56372024-10-30T14:08:03.306Z[ recovery-image] Oct 30 14:08:02.618 INFO O| Oct 30 14:08:02.618 INFO STEP 490 (remove_files) COMPLETE
56382024-10-30T14:08:03.306Z[ recovery-image] Oct 30 14:08:02.618 INFO O| Oct 30 14:08:02.618 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-10-30T14:08:03.331Z[ recovery-image] Oct 30 14:08:02.643 INFO O| Oct 30 14:08:02.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
56402024-10-30T14:08:03.334Z[ recovery-image] Oct 30 14:08:02.644 INFO O| Oct 30 14:08:02.643 INFO STEP 491 (remove_files) COMPLETE
56412024-10-30T14:08:03.334Z[ recovery-image] Oct 30 14:08:02.644 INFO O| Oct 30 14:08:02.644 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-10-30T14:08:03.354Z[ recovery-image] Oct 30 14:08:02.666 INFO O| Oct 30 14:08:02.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
56432024-10-30T14:08:03.356Z[ recovery-image] Oct 30 14:08:02.666 INFO O| Oct 30 14:08:02.666 INFO STEP 492 (remove_files) COMPLETE
56442024-10-30T14:08:03.356Z[ recovery-image] Oct 30 14:08:02.666 INFO O| Oct 30 14:08:02.666 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-10-30T14:08:03.391Z[ recovery-image] Oct 30 14:08:02.703 INFO O| Oct 30 14:08:02.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
56462024-10-30T14:08:03.394Z[ recovery-image] Oct 30 14:08:02.703 INFO O| Oct 30 14:08:02.703 INFO STEP 493 (remove_files) COMPLETE
56472024-10-30T14:08:03.394Z[ recovery-image] Oct 30 14:08:02.703 INFO O| Oct 30 14:08:02.703 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-10-30T14:08:03.410Z[ recovery-image] Oct 30 14:08:02.721 INFO O| Oct 30 14:08:02.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
56492024-10-30T14:08:03.429Z[ recovery-image] Oct 30 14:08:02.741 INFO O| Oct 30 14:08:02.741 INFO STEP 494 (remove_files) COMPLETE
56502024-10-30T14:08:03.429Z[ recovery-image] Oct 30 14:08:02.741 INFO O| Oct 30 14:08:02.741 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-10-30T14:08:03.449Z[ recovery-image] Oct 30 14:08:02.761 INFO O| Oct 30 14:08:02.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
56522024-10-30T14:08:03.452Z[ recovery-image] Oct 30 14:08:02.762 INFO O| Oct 30 14:08:02.762 INFO STEP 495 (remove_files) COMPLETE
56532024-10-30T14:08:03.452Z[ recovery-image] Oct 30 14:08:02.762 INFO O| Oct 30 14:08:02.762 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-10-30T14:08:03.510Z[ recovery-image] Oct 30 14:08:02.822 INFO O| Oct 30 14:08:02.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
56552024-10-30T14:08:03.512Z[ recovery-image] Oct 30 14:08:02.822 INFO O| Oct 30 14:08:02.822 INFO STEP 496 (remove_files) COMPLETE
56562024-10-30T14:08:03.512Z[ recovery-image] Oct 30 14:08:02.822 INFO O| Oct 30 14:08:02.822 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-10-30T14:08:03.536Z[ recovery-image] Oct 30 14:08:02.848 INFO O| Oct 30 14:08:02.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
56582024-10-30T14:08:03.536Z[ recovery-image] Oct 30 14:08:02.848 INFO O| Oct 30 14:08:02.848 INFO STEP 497 (remove_files) COMPLETE
56592024-10-30T14:08:03.539Z[ recovery-image] Oct 30 14:08:02.848 INFO O| Oct 30 14:08:02.848 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-10-30T14:08:03.554Z[ recovery-image] Oct 30 14:08:02.866 INFO O| Oct 30 14:08:02.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
56612024-10-30T14:08:03.557Z[ recovery-image] Oct 30 14:08:02.866 INFO O| Oct 30 14:08:02.866 INFO STEP 498 (remove_files) COMPLETE
56622024-10-30T14:08:03.557Z[ recovery-image] Oct 30 14:08:02.866 INFO O| Oct 30 14:08:02.866 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-10-30T14:08:03.575Z[ recovery-image] Oct 30 14:08:02.886 INFO O| Oct 30 14:08:02.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
56642024-10-30T14:08:03.575Z[ recovery-image] Oct 30 14:08:02.886 INFO O| Oct 30 14:08:02.886 INFO STEP 499 (remove_files) COMPLETE
56652024-10-30T14:08:03.575Z[ recovery-image] Oct 30 14:08:02.886 INFO O| Oct 30 14:08:02.886 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-10-30T14:08:03.623Z[ recovery-image] Oct 30 14:08:02.935 INFO O| Oct 30 14:08:02.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
56672024-10-30T14:08:03.624Z[ recovery-image] Oct 30 14:08:02.935 INFO O| Oct 30 14:08:02.935 INFO STEP 500 (remove_files) COMPLETE
56682024-10-30T14:08:03.624Z[ recovery-image] Oct 30 14:08:02.935 INFO O| Oct 30 14:08:02.935 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-10-30T14:08:03.667Z[ recovery-image] Oct 30 14:08:02.979 INFO O| Oct 30 14:08:02.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
56702024-10-30T14:08:03.667Z[ recovery-image] Oct 30 14:08:02.979 INFO O| Oct 30 14:08:02.979 INFO STEP 501 (remove_files) COMPLETE
56712024-10-30T14:08:03.670Z[ recovery-image] Oct 30 14:08:02.979 INFO O| Oct 30 14:08:02.979 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-10-30T14:08:03.728Z[ recovery-image] Oct 30 14:08:03.040 INFO O| Oct 30 14:08:03.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
56732024-10-30T14:08:03.728Z[ recovery-image] Oct 30 14:08:03.040 INFO O| Oct 30 14:08:03.040 INFO STEP 502 (remove_files) COMPLETE
56742024-10-30T14:08:03.728Z[ recovery-image] Oct 30 14:08:03.040 INFO O| Oct 30 14:08:03.040 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-10-30T14:08:03.747Z[ recovery-image] Oct 30 14:08:03.059 INFO O| Oct 30 14:08:03.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
56762024-10-30T14:08:03.750Z[ recovery-image] Oct 30 14:08:03.059 INFO O| Oct 30 14:08:03.059 INFO STEP 503 (remove_files) COMPLETE
56772024-10-30T14:08:03.750Z[ recovery-image] Oct 30 14:08:03.059 INFO O| Oct 30 14:08:03.059 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-10-30T14:08:03.767Z[ recovery-image] Oct 30 14:08:03.078 INFO O| Oct 30 14:08:03.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
56792024-10-30T14:08:03.769Z[ recovery-image] Oct 30 14:08:03.078 INFO O| Oct 30 14:08:03.078 INFO STEP 504 (remove_files) COMPLETE
56802024-10-30T14:08:03.769Z[ recovery-image] Oct 30 14:08:03.079 INFO O| Oct 30 14:08:03.078 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-10-30T14:08:03.785Z[ recovery-image] Oct 30 14:08:03.096 INFO O| Oct 30 14:08:03.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
56822024-10-30T14:08:03.785Z[ recovery-image] Oct 30 14:08:03.096 INFO O| Oct 30 14:08:03.096 INFO STEP 505 (remove_files) COMPLETE
56832024-10-30T14:08:03.787Z[ recovery-image] Oct 30 14:08:03.097 INFO O| Oct 30 14:08:03.096 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-10-30T14:08:03.803Z[ recovery-image] Oct 30 14:08:03.115 INFO O| Oct 30 14:08:03.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
56852024-10-30T14:08:03.806Z[ recovery-image] Oct 30 14:08:03.115 INFO O| Oct 30 14:08:03.115 INFO STEP 506 (remove_files) COMPLETE
56862024-10-30T14:08:03.806Z[ recovery-image] Oct 30 14:08:03.115 INFO O| Oct 30 14:08:03.115 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-10-30T14:08:03.837Z[ recovery-image] Oct 30 14:08:03.149 INFO O| Oct 30 14:08:03.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
56882024-10-30T14:08:03.837Z[ recovery-image] Oct 30 14:08:03.149 INFO O| Oct 30 14:08:03.149 INFO STEP 507 (remove_files) COMPLETE
56892024-10-30T14:08:03.837Z[ recovery-image] Oct 30 14:08:03.149 INFO O| Oct 30 14:08:03.149 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-10-30T14:08:03.878Z[ recovery-image] Oct 30 14:08:03.189 INFO O| Oct 30 14:08:03.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
56912024-10-30T14:08:03.878Z[ recovery-image] Oct 30 14:08:03.189 INFO O| Oct 30 14:08:03.189 INFO STEP 508 (remove_files) COMPLETE
56922024-10-30T14:08:03.878Z[ recovery-image] Oct 30 14:08:03.189 INFO O| Oct 30 14:08:03.189 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-10-30T14:08:03.931Z[ recovery-image] Oct 30 14:08:03.242 INFO O| Oct 30 14:08:03.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
56942024-10-30T14:08:03.931Z[ recovery-image] Oct 30 14:08:03.242 INFO O| Oct 30 14:08:03.242 INFO STEP 509 (remove_files) COMPLETE
56952024-10-30T14:08:03.931Z[ recovery-image] Oct 30 14:08:03.242 INFO O| Oct 30 14:08:03.242 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-10-30T14:08:03.967Z[ recovery-image] Oct 30 14:08:03.278 INFO O| Oct 30 14:08:03.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
56972024-10-30T14:08:03.967Z[ recovery-image] Oct 30 14:08:03.278 INFO O| Oct 30 14:08:03.278 INFO STEP 510 (remove_files) COMPLETE
56982024-10-30T14:08:03.967Z[ recovery-image] Oct 30 14:08:03.278 INFO O| Oct 30 14:08:03.278 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-10-30T14:08:03.996Z[ recovery-image] Oct 30 14:08:03.307 INFO O| Oct 30 14:08:03.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
57002024-10-30T14:08:03.996Z[ recovery-image] Oct 30 14:08:03.307 INFO O| Oct 30 14:08:03.307 INFO STEP 511 (remove_files) COMPLETE
57012024-10-30T14:08:03.996Z[ recovery-image] Oct 30 14:08:03.307 INFO O| Oct 30 14:08:03.307 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-10-30T14:08:04.032Z[ recovery-image] Oct 30 14:08:03.343 INFO O| Oct 30 14:08:03.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
57032024-10-30T14:08:04.057Z[ recovery-image] Oct 30 14:08:03.369 INFO O| Oct 30 14:08:03.369 INFO STEP 512 (remove_files) COMPLETE
57042024-10-30T14:08:04.057Z[ recovery-image] Oct 30 14:08:03.369 INFO O| Oct 30 14:08:03.369 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-10-30T14:08:04.118Z[ recovery-image] Oct 30 14:08:03.429 INFO O| Oct 30 14:08:03.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
57062024-10-30T14:08:04.118Z[ recovery-image] Oct 30 14:08:03.429 INFO O| Oct 30 14:08:03.429 INFO STEP 513 (remove_files) COMPLETE
57072024-10-30T14:08:04.118Z[ recovery-image] Oct 30 14:08:03.429 INFO O| Oct 30 14:08:03.429 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-10-30T14:08:04.135Z[ recovery-image] Oct 30 14:08:03.447 INFO O| Oct 30 14:08:03.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
57092024-10-30T14:08:04.136Z[ recovery-image] Oct 30 14:08:03.447 INFO O| Oct 30 14:08:03.447 INFO STEP 514 (remove_files) COMPLETE
57102024-10-30T14:08:04.138Z[ recovery-image] Oct 30 14:08:03.447 INFO O| Oct 30 14:08:03.447 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-10-30T14:08:04.163Z[ recovery-image] Oct 30 14:08:03.475 INFO O| Oct 30 14:08:03.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
57122024-10-30T14:08:04.166Z[ recovery-image] Oct 30 14:08:03.475 INFO O| Oct 30 14:08:03.475 INFO STEP 515 (remove_files) COMPLETE
57132024-10-30T14:08:04.166Z[ recovery-image] Oct 30 14:08:03.476 INFO O| Oct 30 14:08:03.476 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-10-30T14:08:04.185Z[ recovery-image] Oct 30 14:08:03.497 INFO O| Oct 30 14:08:03.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
57152024-10-30T14:08:04.203Z[ recovery-image] Oct 30 14:08:03.515 INFO O| Oct 30 14:08:03.515 INFO STEP 516 (remove_files) COMPLETE
57162024-10-30T14:08:04.203Z[ recovery-image] Oct 30 14:08:03.515 INFO O| Oct 30 14:08:03.515 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-10-30T14:08:04.227Z[ recovery-image] Oct 30 14:08:03.538 INFO O| Oct 30 14:08:03.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
57182024-10-30T14:08:04.229Z[ recovery-image] Oct 30 14:08:03.539 INFO O| Oct 30 14:08:03.539 INFO STEP 517 (remove_files) COMPLETE
57192024-10-30T14:08:04.229Z[ recovery-image] Oct 30 14:08:03.539 INFO O| Oct 30 14:08:03.539 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-10-30T14:08:04.283Z[ recovery-image] Oct 30 14:08:03.595 INFO O| Oct 30 14:08:03.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
57212024-10-30T14:08:04.287Z[ recovery-image] Oct 30 14:08:03.595 INFO O| Oct 30 14:08:03.595 INFO STEP 518 (remove_files) COMPLETE
57222024-10-30T14:08:04.287Z[ recovery-image] Oct 30 14:08:03.595 INFO O| Oct 30 14:08:03.595 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-10-30T14:08:04.306Z[ recovery-image] Oct 30 14:08:03.617 INFO O| Oct 30 14:08:03.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
57242024-10-30T14:08:04.308Z[ recovery-image] Oct 30 14:08:03.617 INFO O| Oct 30 14:08:03.617 INFO STEP 519 (remove_files) COMPLETE
57252024-10-30T14:08:04.309Z[ recovery-image] Oct 30 14:08:03.617 INFO O| Oct 30 14:08:03.617 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-10-30T14:08:04.349Z[ recovery-image] Oct 30 14:08:03.661 INFO O| Oct 30 14:08:03.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
57272024-10-30T14:08:04.352Z[ recovery-image] Oct 30 14:08:03.661 INFO O| Oct 30 14:08:03.661 INFO STEP 520 (remove_files) COMPLETE
57282024-10-30T14:08:04.352Z[ recovery-image] Oct 30 14:08:03.661 INFO O| Oct 30 14:08:03.661 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-10-30T14:08:04.371Z[ recovery-image] Oct 30 14:08:03.683 INFO O| Oct 30 14:08:03.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
57302024-10-30T14:08:04.374Z[ recovery-image] Oct 30 14:08:03.683 INFO O| Oct 30 14:08:03.683 INFO STEP 521 (remove_files) COMPLETE
57312024-10-30T14:08:04.374Z[ recovery-image] Oct 30 14:08:03.683 INFO O| Oct 30 14:08:03.683 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-10-30T14:08:04.392Z[ recovery-image] Oct 30 14:08:03.703 INFO O| Oct 30 14:08:03.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
57332024-10-30T14:08:04.394Z[ recovery-image] Oct 30 14:08:03.703 INFO O| Oct 30 14:08:03.703 INFO STEP 522 (remove_files) COMPLETE
57342024-10-30T14:08:04.394Z[ recovery-image] Oct 30 14:08:03.704 INFO O| Oct 30 14:08:03.703 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-10-30T14:08:04.410Z[ recovery-image] Oct 30 14:08:03.722 INFO O| Oct 30 14:08:03.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
57362024-10-30T14:08:04.411Z[ recovery-image] Oct 30 14:08:03.722 INFO O| Oct 30 14:08:03.722 INFO STEP 523 (remove_files) COMPLETE
57372024-10-30T14:08:04.411Z[ recovery-image] Oct 30 14:08:03.722 INFO O| Oct 30 14:08:03.722 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-10-30T14:08:04.452Z[ recovery-image] Oct 30 14:08:03.761 INFO O| Oct 30 14:08:03.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
57392024-10-30T14:08:04.452Z[ recovery-image] Oct 30 14:08:03.761 INFO O| Oct 30 14:08:03.761 INFO STEP 524 (remove_files) COMPLETE
57402024-10-30T14:08:04.456Z[ recovery-image] Oct 30 14:08:03.761 INFO O| Oct 30 14:08:03.761 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-10-30T14:08:04.484Z[ recovery-image] Oct 30 14:08:03.796 INFO O| Oct 30 14:08:03.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
57422024-10-30T14:08:04.484Z[ recovery-image] Oct 30 14:08:03.796 INFO O| Oct 30 14:08:03.796 INFO STEP 525 (remove_files) COMPLETE
57432024-10-30T14:08:04.484Z[ recovery-image] Oct 30 14:08:03.796 INFO O| Oct 30 14:08:03.796 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-10-30T14:08:04.504Z[ recovery-image] Oct 30 14:08:03.816 INFO O| Oct 30 14:08:03.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
57452024-10-30T14:08:04.504Z[ recovery-image] Oct 30 14:08:03.816 INFO O| Oct 30 14:08:03.816 INFO STEP 526 (remove_files) COMPLETE
57462024-10-30T14:08:04.504Z[ recovery-image] Oct 30 14:08:03.816 INFO O| Oct 30 14:08:03.816 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-10-30T14:08:04.523Z[ recovery-image] Oct 30 14:08:03.835 INFO O| Oct 30 14:08:03.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
57482024-10-30T14:08:04.523Z[ recovery-image] Oct 30 14:08:03.835 INFO O| Oct 30 14:08:03.835 INFO STEP 527 (remove_files) COMPLETE
57492024-10-30T14:08:04.526Z[ recovery-image] Oct 30 14:08:03.835 INFO O| Oct 30 14:08:03.835 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-10-30T14:08:04.557Z[ recovery-image] Oct 30 14:08:03.869 INFO O| Oct 30 14:08:03.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
57512024-10-30T14:08:04.557Z[ recovery-image] Oct 30 14:08:03.869 INFO O| Oct 30 14:08:03.869 INFO STEP 528 (remove_files) COMPLETE
57522024-10-30T14:08:04.560Z[ recovery-image] Oct 30 14:08:03.869 INFO O| Oct 30 14:08:03.869 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-10-30T14:08:04.578Z[ recovery-image] Oct 30 14:08:03.890 INFO O| Oct 30 14:08:03.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
57542024-10-30T14:08:04.578Z[ recovery-image] Oct 30 14:08:03.890 INFO O| Oct 30 14:08:03.890 INFO STEP 529 (remove_files) COMPLETE
57552024-10-30T14:08:04.578Z[ recovery-image] Oct 30 14:08:03.890 INFO O| Oct 30 14:08:03.890 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-10-30T14:08:04.603Z[ recovery-image] Oct 30 14:08:03.914 INFO O| Oct 30 14:08:03.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
57572024-10-30T14:08:04.603Z[ recovery-image] Oct 30 14:08:03.914 INFO O| Oct 30 14:08:03.914 INFO STEP 530 (remove_files) COMPLETE
57582024-10-30T14:08:04.605Z[ recovery-image] Oct 30 14:08:03.914 INFO O| Oct 30 14:08:03.914 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-10-30T14:08:04.633Z[ recovery-image] Oct 30 14:08:03.944 INFO O| Oct 30 14:08:03.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
57602024-10-30T14:08:04.633Z[ recovery-image] Oct 30 14:08:03.944 INFO O| Oct 30 14:08:03.944 INFO STEP 531 (remove_files) COMPLETE
57612024-10-30T14:08:04.633Z[ recovery-image] Oct 30 14:08:03.944 INFO O| Oct 30 14:08:03.944 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-10-30T14:08:04.688Z[ recovery-image] Oct 30 14:08:03.999 INFO O| Oct 30 14:08:03.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
57632024-10-30T14:08:04.690Z[ recovery-image] Oct 30 14:08:03.999 INFO O| Oct 30 14:08:03.999 INFO STEP 532 (remove_files) COMPLETE
57642024-10-30T14:08:04.690Z[ recovery-image] Oct 30 14:08:03.999 INFO O| Oct 30 14:08:03.999 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-10-30T14:08:04.710Z[ recovery-image] Oct 30 14:08:04.021 INFO O| Oct 30 14:08:04.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
57662024-10-30T14:08:04.710Z[ recovery-image] Oct 30 14:08:04.021 INFO O| Oct 30 14:08:04.021 INFO STEP 533 (remove_files) COMPLETE
57672024-10-30T14:08:04.710Z[ recovery-image] Oct 30 14:08:04.021 INFO O| Oct 30 14:08:04.021 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-10-30T14:08:04.745Z[ recovery-image] Oct 30 14:08:04.057 INFO O| Oct 30 14:08:04.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
57692024-10-30T14:08:04.750Z[ recovery-image] Oct 30 14:08:04.061 INFO O| Oct 30 14:08:04.061 INFO STEP 534 (remove_files) COMPLETE
57702024-10-30T14:08:04.750Z[ recovery-image] Oct 30 14:08:04.061 INFO O| Oct 30 14:08:04.061 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-10-30T14:08:04.787Z[ recovery-image] Oct 30 14:08:04.099 INFO O| Oct 30 14:08:04.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
57722024-10-30T14:08:04.790Z[ recovery-image] Oct 30 14:08:04.099 INFO O| Oct 30 14:08:04.099 INFO STEP 535 (remove_files) COMPLETE
57732024-10-30T14:08:04.790Z[ recovery-image] Oct 30 14:08:04.099 INFO O| Oct 30 14:08:04.099 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-10-30T14:08:04.807Z[ recovery-image] Oct 30 14:08:04.119 INFO O| Oct 30 14:08:04.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
57752024-10-30T14:08:04.807Z[ recovery-image] Oct 30 14:08:04.119 INFO O| Oct 30 14:08:04.119 INFO STEP 536 (remove_files) COMPLETE
57762024-10-30T14:08:04.807Z[ recovery-image] Oct 30 14:08:04.119 INFO O| Oct 30 14:08:04.119 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-10-30T14:08:04.832Z[ recovery-image] Oct 30 14:08:04.143 INFO O| Oct 30 14:08:04.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
57782024-10-30T14:08:04.834Z[ recovery-image] Oct 30 14:08:04.144 INFO O| Oct 30 14:08:04.144 INFO STEP 537 (remove_files) COMPLETE
57792024-10-30T14:08:04.834Z[ recovery-image] Oct 30 14:08:04.144 INFO O| Oct 30 14:08:04.144 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-10-30T14:08:05.227Z[ recovery-image] Oct 30 14:08:04.539 INFO O| Oct 30 14:08:04.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
57812024-10-30T14:08:05.230Z[ recovery-image] Oct 30 14:08:04.539 INFO O| Oct 30 14:08:04.539 INFO STEP 538 (remove_files) COMPLETE
57822024-10-30T14:08:05.230Z[ recovery-image] Oct 30 14:08:04.539 INFO O| Oct 30 14:08:04.539 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-10-30T14:08:05.307Z[ recovery-image] Oct 30 14:08:04.618 INFO O| Oct 30 14:08:04.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
57842024-10-30T14:08:05.307Z[ recovery-image] Oct 30 14:08:04.618 INFO O| Oct 30 14:08:04.618 INFO STEP 539 (remove_files) COMPLETE
57852024-10-30T14:08:05.309Z[ recovery-image] Oct 30 14:08:04.619 INFO O| Oct 30 14:08:04.618 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-10-30T14:08:05.326Z[ recovery-image] Oct 30 14:08:04.637 INFO O| Oct 30 14:08:04.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
57872024-10-30T14:08:05.328Z[ recovery-image] Oct 30 14:08:04.638 INFO O| Oct 30 14:08:04.637 INFO STEP 540 (remove_files) COMPLETE
57882024-10-30T14:08:05.328Z[ recovery-image] Oct 30 14:08:04.638 INFO O| Oct 30 14:08:04.638 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-10-30T14:08:05.344Z[ recovery-image] Oct 30 14:08:04.656 INFO O| Oct 30 14:08:04.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
57902024-10-30T14:08:05.344Z[ recovery-image] Oct 30 14:08:04.656 INFO O| Oct 30 14:08:04.656 INFO STEP 541 (remove_files) COMPLETE
57912024-10-30T14:08:05.347Z[ recovery-image] Oct 30 14:08:04.657 INFO O| Oct 30 14:08:04.656 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-10-30T14:08:05.363Z[ recovery-image] Oct 30 14:08:04.674 INFO O| Oct 30 14:08:04.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
57932024-10-30T14:08:05.365Z[ recovery-image] Oct 30 14:08:04.675 INFO O| Oct 30 14:08:04.675 INFO STEP 542 (remove_files) COMPLETE
57942024-10-30T14:08:05.365Z[ recovery-image] Oct 30 14:08:04.675 INFO O| Oct 30 14:08:04.675 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-10-30T14:08:05.382Z[ recovery-image] Oct 30 14:08:04.694 INFO O| Oct 30 14:08:04.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
57962024-10-30T14:08:05.382Z[ recovery-image] Oct 30 14:08:04.694 INFO O| Oct 30 14:08:04.694 INFO STEP 543 (remove_files) COMPLETE
57972024-10-30T14:08:05.386Z[ recovery-image] Oct 30 14:08:04.694 INFO O| Oct 30 14:08:04.694 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-10-30T14:08:05.401Z[ recovery-image] Oct 30 14:08:04.712 INFO O| Oct 30 14:08:04.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
57992024-10-30T14:08:05.403Z[ recovery-image] Oct 30 14:08:04.713 INFO O| Oct 30 14:08:04.712 INFO STEP 544 (remove_files) COMPLETE
58002024-10-30T14:08:05.403Z[ recovery-image] Oct 30 14:08:04.713 INFO O| Oct 30 14:08:04.712 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-10-30T14:08:05.437Z[ recovery-image] Oct 30 14:08:04.749 INFO O| Oct 30 14:08:04.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
58022024-10-30T14:08:05.438Z[ recovery-image] Oct 30 14:08:04.749 INFO O| Oct 30 14:08:04.749 INFO STEP 545 (remove_files) COMPLETE
58032024-10-30T14:08:05.438Z[ recovery-image] Oct 30 14:08:04.749 INFO O| Oct 30 14:08:04.749 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-10-30T14:08:05.493Z[ recovery-image] Oct 30 14:08:04.805 INFO O| Oct 30 14:08:04.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
58052024-10-30T14:08:05.493Z[ recovery-image] Oct 30 14:08:04.805 INFO O| Oct 30 14:08:04.805 INFO STEP 546 (remove_files) COMPLETE
58062024-10-30T14:08:05.496Z[ recovery-image] Oct 30 14:08:04.805 INFO O| Oct 30 14:08:04.805 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-10-30T14:08:05.514Z[ recovery-image] Oct 30 14:08:04.825 INFO O| Oct 30 14:08:04.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
58082024-10-30T14:08:05.514Z[ recovery-image] Oct 30 14:08:04.825 INFO O| Oct 30 14:08:04.825 INFO STEP 547 (remove_files) COMPLETE
58092024-10-30T14:08:05.517Z[ recovery-image] Oct 30 14:08:04.825 INFO O| Oct 30 14:08:04.825 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-10-30T14:08:05.547Z[ recovery-image] Oct 30 14:08:04.858 INFO O| Oct 30 14:08:04.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
58112024-10-30T14:08:05.547Z[ recovery-image] Oct 30 14:08:04.858 INFO O| Oct 30 14:08:04.858 INFO STEP 548 (remove_files) COMPLETE
58122024-10-30T14:08:05.547Z[ recovery-image] Oct 30 14:08:04.858 INFO O| Oct 30 14:08:04.858 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-10-30T14:08:05.618Z[ recovery-image] Oct 30 14:08:04.929 INFO O| Oct 30 14:08:04.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
58142024-10-30T14:08:05.618Z[ recovery-image] Oct 30 14:08:04.929 INFO O| Oct 30 14:08:04.929 INFO STEP 549 (remove_files) COMPLETE
58152024-10-30T14:08:05.620Z[ recovery-image] Oct 30 14:08:04.929 INFO O| Oct 30 14:08:04.929 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-10-30T14:08:05.636Z[ recovery-image] Oct 30 14:08:04.948 INFO O| Oct 30 14:08:04.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
58172024-10-30T14:08:05.636Z[ recovery-image] Oct 30 14:08:04.948 INFO O| Oct 30 14:08:04.948 INFO STEP 550 (remove_files) COMPLETE
58182024-10-30T14:08:05.636Z[ recovery-image] Oct 30 14:08:04.948 INFO O| Oct 30 14:08:04.948 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-10-30T14:08:05.691Z[ recovery-image] Oct 30 14:08:05.003 INFO O| Oct 30 14:08:05.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
58202024-10-30T14:08:05.691Z[ recovery-image] Oct 30 14:08:05.003 INFO O| Oct 30 14:08:05.003 INFO STEP 551 (remove_files) COMPLETE
58212024-10-30T14:08:05.694Z[ recovery-image] Oct 30 14:08:05.003 INFO O| Oct 30 14:08:05.003 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-10-30T14:08:05.722Z[ host-image] Oct 30 14:08:05.034 INFO O| Oct 30 14:08:05.034 INFO O| Done
58232024-10-30T14:08:05.725Z[ recovery-image] Oct 30 14:08:05.036 INFO O| Oct 30 14:08:05.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
58242024-10-30T14:08:05.725Z[ recovery-image] Oct 30 14:08:05.036 INFO O| Oct 30 14:08:05.036 INFO STEP 552 (remove_files) COMPLETE
58252024-10-30T14:08:05.725Z[ recovery-image] Oct 30 14:08:05.036 INFO O| Oct 30 14:08:05.036 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-10-30T14:08:05.750Z[ recovery-image] Oct 30 14:08:05.061 INFO O| Oct 30 14:08:05.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
58272024-10-30T14:08:05.750Z[ recovery-image] Oct 30 14:08:05.061 INFO O| Oct 30 14:08:05.061 INFO STEP 553 (remove_files) COMPLETE
58282024-10-30T14:08:05.750Z[ recovery-image] Oct 30 14:08:05.061 INFO O| Oct 30 14:08:05.061 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-10-30T14:08:05.768Z[ recovery-image] Oct 30 14:08:05.080 INFO O| Oct 30 14:08:05.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
58302024-10-30T14:08:05.773Z[ host-image] Oct 30 14:08:05.085 INFO O| Oct 30 14:08:05.085 INFO O| Done
58312024-10-30T14:08:05.776Z[ host-image] Oct 30 14:08:05.085 INFO O| Oct 30 14:08:05.085 INFO O| Done
58322024-10-30T14:08:05.794Z[ recovery-image] Oct 30 14:08:05.105 INFO O| Oct 30 14:08:05.105 INFO STEP 554 (remove_files) COMPLETE
58332024-10-30T14:08:05.794Z[ recovery-image] Oct 30 14:08:05.105 INFO O| Oct 30 14:08:05.105 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-10-30T14:08:05.820Z[ recovery-image] Oct 30 14:08:05.131 INFO O| Oct 30 14:08:05.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
58352024-10-30T14:08:05.822Z[ recovery-image] Oct 30 14:08:05.132 INFO O| Oct 30 14:08:05.132 INFO STEP 555 (remove_files) COMPLETE
58362024-10-30T14:08:05.822Z[ recovery-image] Oct 30 14:08:05.132 INFO O| Oct 30 14:08:05.132 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-10-30T14:08:05.861Z[ recovery-image] Oct 30 14:08:05.172 INFO O| Oct 30 14:08:05.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
58382024-10-30T14:08:05.863Z[ recovery-image] Oct 30 14:08:05.172 INFO O| Oct 30 14:08:05.172 INFO STEP 556 (remove_files) COMPLETE
58392024-10-30T14:08:05.863Z[ recovery-image] Oct 30 14:08:05.172 INFO O| Oct 30 14:08:05.172 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-10-30T14:08:05.870Z[ host-image] Oct 30 14:08:05.182 INFO O| Oct 30 14:08:05.182 INFO O| Done
58412024-10-30T14:08:05.906Z[ recovery-image] Oct 30 14:08:05.217 INFO O| Oct 30 14:08:05.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
58422024-10-30T14:08:05.906Z[ recovery-image] Oct 30 14:08:05.217 INFO O| Oct 30 14:08:05.217 INFO STEP 557 (remove_files) COMPLETE
58432024-10-30T14:08:05.909Z[ recovery-image] Oct 30 14:08:05.217 INFO O| Oct 30 14:08:05.217 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-10-30T14:08:05.945Z[ recovery-image] Oct 30 14:08:05.256 INFO O| Oct 30 14:08:05.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
58452024-10-30T14:08:05.945Z[ recovery-image] Oct 30 14:08:05.256 INFO O| Oct 30 14:08:05.256 INFO STEP 558 (remove_files) COMPLETE
58462024-10-30T14:08:05.945Z[ recovery-image] Oct 30 14:08:05.256 INFO O| Oct 30 14:08:05.256 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-10-30T14:08:05.981Z[ recovery-image] Oct 30 14:08:05.293 INFO O| Oct 30 14:08:05.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
58482024-10-30T14:08:05.984Z[ recovery-image] Oct 30 14:08:05.293 INFO O| Oct 30 14:08:05.293 INFO STEP 559 (remove_files) COMPLETE
58492024-10-30T14:08:05.984Z[ recovery-image] Oct 30 14:08:05.293 INFO O| Oct 30 14:08:05.293 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-10-30T14:08:06.002Z[ recovery-image] Oct 30 14:08:05.314 INFO O| Oct 30 14:08:05.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
58512024-10-30T14:08:06.005Z[ recovery-image] Oct 30 14:08:05.314 INFO O| Oct 30 14:08:05.314 INFO STEP 560 (remove_files) COMPLETE
58522024-10-30T14:08:06.005Z[ recovery-image] Oct 30 14:08:05.314 INFO O| Oct 30 14:08:05.314 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-10-30T14:08:06.033Z[ host-image] Oct 30 14:08:05.344 INFO O| Oct 30 14:08:05.344 INFO STEP 13 (pkg_install) COMPLETE
58542024-10-30T14:08:06.033Z[ host-image] Oct 30 14:08:05.344 INFO O| Oct 30 14:08:05.344 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
58552024-10-30T14:08:06.035Z[ recovery-image] Oct 30 14:08:05.346 INFO O| Oct 30 14:08:05.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
58562024-10-30T14:08:06.035Z[ recovery-image] Oct 30 14:08:05.346 INFO O| Oct 30 14:08:05.346 INFO STEP 561 (remove_files) COMPLETE
58572024-10-30T14:08:06.035Z[ recovery-image] Oct 30 14:08:05.347 INFO O| Oct 30 14:08:05.346 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-10-30T14:08:06.049Z[ host-image] Oct 30 14:08:05.360 INFO O| Oct 30 14:08:05.360 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
58592024-10-30T14:08:06.053Z[ recovery-image] Oct 30 14:08:05.365 INFO O| Oct 30 14:08:05.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
58602024-10-30T14:08:06.056Z[ recovery-image] Oct 30 14:08:05.365 INFO O| Oct 30 14:08:05.365 INFO STEP 562 (remove_files) COMPLETE
58612024-10-30T14:08:06.056Z[ recovery-image] Oct 30 14:08:05.365 INFO O| Oct 30 14:08:05.365 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-10-30T14:08:06.073Z[ recovery-image] Oct 30 14:08:05.384 INFO O| Oct 30 14:08:05.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
58632024-10-30T14:08:06.076Z[ recovery-image] Oct 30 14:08:05.384 INFO O| Oct 30 14:08:05.384 INFO STEP 563 (remove_files) COMPLETE
58642024-10-30T14:08:06.076Z[ recovery-image] Oct 30 14:08:05.384 INFO O| Oct 30 14:08:05.384 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-10-30T14:08:06.092Z[ recovery-image] Oct 30 14:08:05.404 INFO O| Oct 30 14:08:05.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
58662024-10-30T14:08:06.092Z[ recovery-image] Oct 30 14:08:05.404 INFO O| Oct 30 14:08:05.404 INFO STEP 564 (remove_files) COMPLETE
58672024-10-30T14:08:06.092Z[ recovery-image] Oct 30 14:08:05.404 INFO O| Oct 30 14:08:05.404 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-10-30T14:08:06.112Z[ recovery-image] Oct 30 14:08:05.423 INFO O| Oct 30 14:08:05.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
58692024-10-30T14:08:06.112Z[ recovery-image] Oct 30 14:08:05.424 INFO O| Oct 30 14:08:05.423 INFO STEP 565 (remove_files) COMPLETE
58702024-10-30T14:08:06.114Z[ recovery-image] Oct 30 14:08:05.424 INFO O| Oct 30 14:08:05.423 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-10-30T14:08:06.132Z[ recovery-image] Oct 30 14:08:05.444 INFO O| Oct 30 14:08:05.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
58722024-10-30T14:08:06.132Z[ recovery-image] Oct 30 14:08:05.444 INFO O| Oct 30 14:08:05.444 INFO STEP 566 (remove_files) COMPLETE
58732024-10-30T14:08:06.132Z[ recovery-image] Oct 30 14:08:05.444 INFO O| Oct 30 14:08:05.444 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-10-30T14:08:06.152Z[ recovery-image] Oct 30 14:08:05.464 INFO O| Oct 30 14:08:05.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
58752024-10-30T14:08:06.155Z[ recovery-image] Oct 30 14:08:05.464 INFO O| Oct 30 14:08:05.464 INFO STEP 567 (remove_files) COMPLETE
58762024-10-30T14:08:06.155Z[ recovery-image] Oct 30 14:08:05.464 INFO O| Oct 30 14:08:05.464 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-10-30T14:08:06.172Z[ recovery-image] Oct 30 14:08:05.484 INFO O| Oct 30 14:08:05.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
58782024-10-30T14:08:06.172Z[ recovery-image] Oct 30 14:08:05.484 INFO O| Oct 30 14:08:05.484 INFO STEP 568 (remove_files) COMPLETE
58792024-10-30T14:08:06.175Z[ recovery-image] Oct 30 14:08:05.484 INFO O| Oct 30 14:08:05.484 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-10-30T14:08:06.193Z[ recovery-image] Oct 30 14:08:05.505 INFO O| Oct 30 14:08:05.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
58812024-10-30T14:08:06.193Z[ recovery-image] Oct 30 14:08:05.505 INFO O| Oct 30 14:08:05.505 INFO STEP 569 (remove_files) COMPLETE
58822024-10-30T14:08:06.193Z[ recovery-image] Oct 30 14:08:05.505 INFO O| Oct 30 14:08:05.505 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-10-30T14:08:06.230Z[ recovery-image] Oct 30 14:08:05.541 INFO O| Oct 30 14:08:05.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
58842024-10-30T14:08:06.231Z[ recovery-image] Oct 30 14:08:05.541 INFO O| Oct 30 14:08:05.541 INFO STEP 570 (remove_files) COMPLETE
58852024-10-30T14:08:06.231Z[ recovery-image] Oct 30 14:08:05.542 INFO O| Oct 30 14:08:05.541 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-10-30T14:08:06.251Z[ recovery-image] Oct 30 14:08:05.562 INFO O| Oct 30 14:08:05.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
58872024-10-30T14:08:06.251Z[ recovery-image] Oct 30 14:08:05.562 INFO O| Oct 30 14:08:05.562 INFO STEP 571 (remove_files) COMPLETE
58882024-10-30T14:08:06.252Z[ recovery-image] Oct 30 14:08:05.562 INFO O| Oct 30 14:08:05.562 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-10-30T14:08:06.284Z[ recovery-image] Oct 30 14:08:05.596 INFO O| Oct 30 14:08:05.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
58902024-10-30T14:08:06.284Z[ recovery-image] Oct 30 14:08:05.596 INFO O| Oct 30 14:08:05.596 INFO STEP 572 (remove_files) COMPLETE
58912024-10-30T14:08:06.284Z[ recovery-image] Oct 30 14:08:05.596 INFO O| Oct 30 14:08:05.596 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-10-30T14:08:06.309Z[ recovery-image] Oct 30 14:08:05.620 INFO O| Oct 30 14:08:05.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
58932024-10-30T14:08:06.311Z[ recovery-image] Oct 30 14:08:05.620 INFO O| Oct 30 14:08:05.620 INFO STEP 573 (remove_files) COMPLETE
58942024-10-30T14:08:06.311Z[ recovery-image] Oct 30 14:08:05.621 INFO O| Oct 30 14:08:05.620 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-10-30T14:08:06.327Z[ recovery-image] Oct 30 14:08:05.639 INFO O| Oct 30 14:08:05.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
58962024-10-30T14:08:06.330Z[ recovery-image] Oct 30 14:08:05.639 INFO O| Oct 30 14:08:05.639 INFO STEP 574 (remove_files) COMPLETE
58972024-10-30T14:08:06.330Z[ recovery-image] Oct 30 14:08:05.639 INFO O| Oct 30 14:08:05.639 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-10-30T14:08:06.344Z[ recovery-image] Oct 30 14:08:05.656 INFO O| Oct 30 14:08:05.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
58992024-10-30T14:08:06.344Z[ recovery-image] Oct 30 14:08:05.656 INFO O| Oct 30 14:08:05.656 INFO STEP 575 (remove_files) COMPLETE
59002024-10-30T14:08:06.344Z[ recovery-image] Oct 30 14:08:05.656 INFO O| Oct 30 14:08:05.656 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-10-30T14:08:06.361Z[ recovery-image] Oct 30 14:08:05.673 INFO O| Oct 30 14:08:05.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
59022024-10-30T14:08:06.361Z[ recovery-image] Oct 30 14:08:05.673 INFO O| Oct 30 14:08:05.673 INFO STEP 576 (remove_files) COMPLETE
59032024-10-30T14:08:06.361Z[ recovery-image] Oct 30 14:08:05.673 INFO O| Oct 30 14:08:05.673 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-10-30T14:08:06.379Z[ recovery-image] Oct 30 14:08:05.690 INFO O| Oct 30 14:08:05.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
59052024-10-30T14:08:06.379Z[ recovery-image] Oct 30 14:08:05.690 INFO O| Oct 30 14:08:05.690 INFO STEP 577 (remove_files) COMPLETE
59062024-10-30T14:08:06.381Z[ recovery-image] Oct 30 14:08:05.690 INFO O| Oct 30 14:08:05.690 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-10-30T14:08:06.398Z[ recovery-image] Oct 30 14:08:05.710 INFO O| Oct 30 14:08:05.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
59082024-10-30T14:08:06.398Z[ recovery-image] Oct 30 14:08:05.710 INFO O| Oct 30 14:08:05.710 INFO STEP 578 (remove_files) COMPLETE
59092024-10-30T14:08:06.401Z[ recovery-image] Oct 30 14:08:05.710 INFO O| Oct 30 14:08:05.710 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-10-30T14:08:06.434Z[ recovery-image] Oct 30 14:08:05.745 INFO O| Oct 30 14:08:05.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
59112024-10-30T14:08:06.437Z[ recovery-image] Oct 30 14:08:05.745 INFO O| Oct 30 14:08:05.745 INFO STEP 579 (remove_files) COMPLETE
59122024-10-30T14:08:06.437Z[ recovery-image] Oct 30 14:08:05.746 INFO O| Oct 30 14:08:05.745 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-10-30T14:08:06.455Z[ recovery-image] Oct 30 14:08:05.766 INFO O| Oct 30 14:08:05.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
59142024-10-30T14:08:06.457Z[ recovery-image] Oct 30 14:08:05.767 INFO O| Oct 30 14:08:05.767 INFO STEP 580 (remove_files) COMPLETE
59152024-10-30T14:08:06.457Z[ recovery-image] Oct 30 14:08:05.767 INFO O| Oct 30 14:08:05.767 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-10-30T14:08:06.487Z[ recovery-image] Oct 30 14:08:05.798 INFO O| Oct 30 14:08:05.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
59172024-10-30T14:08:06.489Z[ recovery-image] Oct 30 14:08:05.798 INFO O| Oct 30 14:08:05.798 INFO STEP 581 (remove_files) COMPLETE
59182024-10-30T14:08:06.489Z[ recovery-image] Oct 30 14:08:05.798 INFO O| Oct 30 14:08:05.798 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-10-30T14:08:06.506Z[ recovery-image] Oct 30 14:08:05.817 INFO O| Oct 30 14:08:05.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
59202024-10-30T14:08:06.506Z[ recovery-image] Oct 30 14:08:05.818 INFO O| Oct 30 14:08:05.818 INFO STEP 582 (remove_files) COMPLETE
59212024-10-30T14:08:06.506Z[ recovery-image] Oct 30 14:08:05.818 INFO O| Oct 30 14:08:05.818 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-10-30T14:08:06.524Z[ recovery-image] Oct 30 14:08:05.835 INFO O| Oct 30 14:08:05.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
59232024-10-30T14:08:06.524Z[ recovery-image] Oct 30 14:08:05.835 INFO O| Oct 30 14:08:05.835 INFO STEP 583 (remove_files) COMPLETE
59242024-10-30T14:08:06.526Z[ recovery-image] Oct 30 14:08:05.835 INFO O| Oct 30 14:08:05.835 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-10-30T14:08:06.540Z[ recovery-image] Oct 30 14:08:05.852 INFO O| Oct 30 14:08:05.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
59262024-10-30T14:08:06.540Z[ recovery-image] Oct 30 14:08:05.852 INFO O| Oct 30 14:08:05.852 INFO STEP 584 (remove_files) COMPLETE
59272024-10-30T14:08:06.544Z[ recovery-image] Oct 30 14:08:05.852 INFO O| Oct 30 14:08:05.852 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282024-10-30T14:08:06.557Z[ recovery-image] Oct 30 14:08:05.869 INFO O| Oct 30 14:08:05.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
59292024-10-30T14:08:06.557Z[ recovery-image] Oct 30 14:08:05.869 INFO O| Oct 30 14:08:05.869 INFO STEP 585 (remove_files) COMPLETE
59302024-10-30T14:08:06.560Z[ recovery-image] Oct 30 14:08:05.869 INFO O| Oct 30 14:08:05.869 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312024-10-30T14:08:06.588Z[ recovery-image] Oct 30 14:08:05.899 INFO O| Oct 30 14:08:05.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
59322024-10-30T14:08:06.590Z[ recovery-image] Oct 30 14:08:05.899 INFO O| Oct 30 14:08:05.899 INFO STEP 586 (remove_files) COMPLETE
59332024-10-30T14:08:06.590Z[ recovery-image] Oct 30 14:08:05.899 INFO O| Oct 30 14:08:05.899 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-10-30T14:08:06.626Z[ recovery-image] Oct 30 14:08:05.937 INFO O| Oct 30 14:08:05.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
59352024-10-30T14:08:06.626Z[ recovery-image] Oct 30 14:08:05.937 INFO O| Oct 30 14:08:05.937 INFO STEP 587 (remove_files) COMPLETE
59362024-10-30T14:08:06.626Z[ recovery-image] Oct 30 14:08:05.937 INFO O| Oct 30 14:08:05.937 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372024-10-30T14:08:06.703Z[ recovery-image] Oct 30 14:08:06.014 INFO O| Oct 30 14:08:06.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
59382024-10-30T14:08:06.703Z[ recovery-image] Oct 30 14:08:06.015 INFO O| Oct 30 14:08:06.015 INFO STEP 588 (remove_files) COMPLETE
59392024-10-30T14:08:06.703Z[ recovery-image] Oct 30 14:08:06.015 INFO O| Oct 30 14:08:06.015 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402024-10-30T14:08:06.721Z[ recovery-image] Oct 30 14:08:06.033 INFO O| Oct 30 14:08:06.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
59412024-10-30T14:08:06.721Z[ recovery-image] Oct 30 14:08:06.033 INFO O| Oct 30 14:08:06.033 INFO STEP 589 (remove_files) COMPLETE
59422024-10-30T14:08:06.724Z[ recovery-image] Oct 30 14:08:06.033 INFO O| Oct 30 14:08:06.033 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-10-30T14:08:06.785Z[ recovery-image] Oct 30 14:08:06.096 INFO O| Oct 30 14:08:06.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
59442024-10-30T14:08:06.785Z[ recovery-image] Oct 30 14:08:06.096 INFO O| Oct 30 14:08:06.096 INFO STEP 590 (remove_files) COMPLETE
59452024-10-30T14:08:06.789Z[ recovery-image] Oct 30 14:08:06.097 INFO O| Oct 30 14:08:06.096 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-10-30T14:08:06.829Z[ recovery-image] Oct 30 14:08:06.141 INFO O| Oct 30 14:08:06.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
59472024-10-30T14:08:06.832Z[ recovery-image] Oct 30 14:08:06.141 INFO O| Oct 30 14:08:06.141 INFO STEP 591 (remove_files) COMPLETE
59482024-10-30T14:08:06.832Z[ recovery-image] Oct 30 14:08:06.141 INFO O| Oct 30 14:08:06.141 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492024-10-30T14:08:06.855Z[ recovery-image] Oct 30 14:08:06.166 INFO O| Oct 30 14:08:06.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
59502024-10-30T14:08:06.855Z[ recovery-image] Oct 30 14:08:06.166 INFO O| Oct 30 14:08:06.166 INFO STEP 592 (remove_files) COMPLETE
59512024-10-30T14:08:06.855Z[ recovery-image] Oct 30 14:08:06.166 INFO O| Oct 30 14:08:06.166 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522024-10-30T14:08:06.909Z[ recovery-image] Oct 30 14:08:06.221 INFO O| Oct 30 14:08:06.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
59532024-10-30T14:08:06.910Z[ recovery-image] Oct 30 14:08:06.221 INFO O| Oct 30 14:08:06.221 INFO STEP 593 (remove_files) COMPLETE
59542024-10-30T14:08:06.912Z[ recovery-image] Oct 30 14:08:06.221 INFO O| Oct 30 14:08:06.221 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552024-10-30T14:08:06.931Z[ recovery-image] Oct 30 14:08:06.242 INFO O| Oct 30 14:08:06.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
59562024-10-30T14:08:06.931Z[ recovery-image] Oct 30 14:08:06.242 INFO O| Oct 30 14:08:06.242 INFO STEP 594 (remove_files) COMPLETE
59572024-10-30T14:08:06.931Z[ recovery-image] Oct 30 14:08:06.242 INFO O| Oct 30 14:08:06.242 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582024-10-30T14:08:06.950Z[ recovery-image] Oct 30 14:08:06.261 INFO O| Oct 30 14:08:06.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
59592024-10-30T14:08:06.950Z[ recovery-image] Oct 30 14:08:06.261 INFO O| Oct 30 14:08:06.261 INFO STEP 595 (remove_files) COMPLETE
59602024-10-30T14:08:06.950Z[ recovery-image] Oct 30 14:08:06.261 INFO O| Oct 30 14:08:06.261 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612024-10-30T14:08:06.989Z[ recovery-image] Oct 30 14:08:06.300 INFO O| Oct 30 14:08:06.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
59622024-10-30T14:08:06.989Z[ recovery-image] Oct 30 14:08:06.300 INFO O| Oct 30 14:08:06.300 INFO STEP 596 (remove_files) COMPLETE
59632024-10-30T14:08:06.991Z[ recovery-image] Oct 30 14:08:06.300 INFO O| Oct 30 14:08:06.300 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642024-10-30T14:08:07.008Z[ recovery-image] Oct 30 14:08:06.319 INFO O| Oct 30 14:08:06.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
59652024-10-30T14:08:07.010Z[ recovery-image] Oct 30 14:08:06.319 INFO O| Oct 30 14:08:06.319 INFO STEP 597 (remove_files) COMPLETE
59662024-10-30T14:08:07.010Z[ recovery-image] Oct 30 14:08:06.320 INFO O| Oct 30 14:08:06.320 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672024-10-30T14:08:07.043Z[ recovery-image] Oct 30 14:08:06.355 INFO O| Oct 30 14:08:06.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
59682024-10-30T14:08:07.045Z[ recovery-image] Oct 30 14:08:06.355 INFO O| Oct 30 14:08:06.355 INFO STEP 598 (remove_files) COMPLETE
59692024-10-30T14:08:07.046Z[ recovery-image] Oct 30 14:08:06.355 INFO O| Oct 30 14:08:06.355 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702024-10-30T14:08:07.070Z[ recovery-image] Oct 30 14:08:06.381 INFO O| Oct 30 14:08:06.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
59712024-10-30T14:08:07.070Z[ recovery-image] Oct 30 14:08:06.381 INFO O| Oct 30 14:08:06.381 INFO STEP 599 (remove_files) COMPLETE
59722024-10-30T14:08:07.070Z[ recovery-image] Oct 30 14:08:06.381 INFO O| Oct 30 14:08:06.381 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732024-10-30T14:08:07.105Z[ recovery-image] Oct 30 14:08:06.416 INFO O| Oct 30 14:08:06.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
59742024-10-30T14:08:07.105Z[ recovery-image] Oct 30 14:08:06.416 INFO O| Oct 30 14:08:06.416 INFO STEP 600 (remove_files) COMPLETE
59752024-10-30T14:08:07.105Z[ recovery-image] Oct 30 14:08:06.416 INFO O| Oct 30 14:08:06.416 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762024-10-30T14:08:07.159Z[ host-image] Oct 30 14:08:06.471 INFO O| Oct 30 14:08:06.471 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
59772024-10-30T14:08:07.176Z[ recovery-image] Oct 30 14:08:06.487 INFO O| Oct 30 14:08:06.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
59782024-10-30T14:08:07.176Z[ recovery-image] Oct 30 14:08:06.487 INFO O| Oct 30 14:08:06.487 INFO STEP 601 (remove_files) COMPLETE
59792024-10-30T14:08:07.176Z[ recovery-image] Oct 30 14:08:06.487 INFO O| Oct 30 14:08:06.487 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-10-30T14:08:07.197Z[ recovery-image] Oct 30 14:08:06.508 INFO O| Oct 30 14:08:06.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
59812024-10-30T14:08:07.221Z[ recovery-image] Oct 30 14:08:06.532 INFO O| Oct 30 14:08:06.532 INFO STEP 602 (remove_files) COMPLETE
59822024-10-30T14:08:07.221Z[ recovery-image] Oct 30 14:08:06.532 INFO O| Oct 30 14:08:06.532 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-10-30T14:08:07.291Z[ recovery-image] Oct 30 14:08:06.602 INFO O| Oct 30 14:08:06.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
59842024-10-30T14:08:07.294Z[ recovery-image] Oct 30 14:08:06.602 INFO O| Oct 30 14:08:06.602 INFO STEP 603 (remove_files) COMPLETE
59852024-10-30T14:08:07.294Z[ recovery-image] Oct 30 14:08:06.602 INFO O| Oct 30 14:08:06.602 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-10-30T14:08:07.314Z[ recovery-image] Oct 30 14:08:06.625 INFO O| Oct 30 14:08:06.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
59872024-10-30T14:08:07.314Z[ recovery-image] Oct 30 14:08:06.626 INFO O| Oct 30 14:08:06.625 INFO STEP 604 (remove_files) COMPLETE
59882024-10-30T14:08:07.314Z[ recovery-image] Oct 30 14:08:06.626 INFO O| Oct 30 14:08:06.626 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-10-30T14:08:07.337Z[ recovery-image] Oct 30 14:08:06.648 INFO O| Oct 30 14:08:06.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
59902024-10-30T14:08:07.339Z[ recovery-image] Oct 30 14:08:06.648 INFO O| Oct 30 14:08:06.648 INFO STEP 605 (remove_files) COMPLETE
59912024-10-30T14:08:07.339Z[ recovery-image] Oct 30 14:08:06.648 INFO O| Oct 30 14:08:06.648 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-10-30T14:08:07.357Z[ recovery-image] Oct 30 14:08:06.669 INFO O| Oct 30 14:08:06.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
59932024-10-30T14:08:07.357Z[ recovery-image] Oct 30 14:08:06.669 INFO O| Oct 30 14:08:06.669 INFO STEP 606 (remove_files) COMPLETE
59942024-10-30T14:08:07.357Z[ recovery-image] Oct 30 14:08:06.669 INFO O| Oct 30 14:08:06.669 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-10-30T14:08:07.380Z[ recovery-image] Oct 30 14:08:06.691 INFO O| Oct 30 14:08:06.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
59962024-10-30T14:08:07.380Z[ recovery-image] Oct 30 14:08:06.691 INFO O| Oct 30 14:08:06.691 INFO STEP 607 (remove_files) COMPLETE
59972024-10-30T14:08:07.380Z[ recovery-image] Oct 30 14:08:06.691 INFO O| Oct 30 14:08:06.691 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-10-30T14:08:07.425Z[ recovery-image] Oct 30 14:08:06.737 INFO O| Oct 30 14:08:06.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
59992024-10-30T14:08:07.425Z[ recovery-image] Oct 30 14:08:06.737 INFO O| Oct 30 14:08:06.737 INFO STEP 608 (remove_files) COMPLETE
60002024-10-30T14:08:07.425Z[ recovery-image] Oct 30 14:08:06.737 INFO O| Oct 30 14:08:06.737 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-10-30T14:08:07.444Z[ recovery-image] Oct 30 14:08:06.755 INFO O| Oct 30 14:08:06.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
60022024-10-30T14:08:07.447Z[ recovery-image] Oct 30 14:08:06.755 INFO O| Oct 30 14:08:06.755 INFO STEP 609 (remove_files) COMPLETE
60032024-10-30T14:08:07.447Z[ recovery-image] Oct 30 14:08:06.756 INFO O| Oct 30 14:08:06.755 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-10-30T14:08:07.480Z[ recovery-image] Oct 30 14:08:06.791 INFO O| Oct 30 14:08:06.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
60052024-10-30T14:08:07.480Z[ recovery-image] Oct 30 14:08:06.791 INFO O| Oct 30 14:08:06.791 INFO STEP 610 (remove_files) COMPLETE
60062024-10-30T14:08:07.480Z[ recovery-image] Oct 30 14:08:06.791 INFO O| Oct 30 14:08:06.791 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-10-30T14:08:07.541Z[ recovery-image] Oct 30 14:08:06.852 INFO O| Oct 30 14:08:06.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
60082024-10-30T14:08:07.541Z[ recovery-image] Oct 30 14:08:06.852 INFO O| Oct 30 14:08:06.852 INFO STEP 611 (remove_files) COMPLETE
60092024-10-30T14:08:07.543Z[ recovery-image] Oct 30 14:08:06.852 INFO O| Oct 30 14:08:06.852 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-10-30T14:08:07.571Z[ recovery-image] Oct 30 14:08:06.883 INFO O| Oct 30 14:08:06.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
60112024-10-30T14:08:07.571Z[ recovery-image] Oct 30 14:08:06.883 INFO O| Oct 30 14:08:06.883 INFO STEP 612 (remove_files) COMPLETE
60122024-10-30T14:08:07.571Z[ recovery-image] Oct 30 14:08:06.883 INFO O| Oct 30 14:08:06.883 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-10-30T14:08:07.607Z[ recovery-image] Oct 30 14:08:06.919 INFO O| Oct 30 14:08:06.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
60142024-10-30T14:08:07.608Z[ recovery-image] Oct 30 14:08:06.919 INFO O| Oct 30 14:08:06.919 INFO STEP 613 (remove_files) COMPLETE
60152024-10-30T14:08:07.608Z[ recovery-image] Oct 30 14:08:06.919 INFO O| Oct 30 14:08:06.919 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-10-30T14:08:07.632Z[ recovery-image] Oct 30 14:08:06.943 INFO O| Oct 30 14:08:06.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
60172024-10-30T14:08:07.634Z[ recovery-image] Oct 30 14:08:06.943 INFO O| Oct 30 14:08:06.943 INFO STEP 614 (remove_files) COMPLETE
60182024-10-30T14:08:07.634Z[ recovery-image] Oct 30 14:08:06.943 INFO O| Oct 30 14:08:06.943 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-10-30T14:08:07.652Z[ recovery-image] Oct 30 14:08:06.963 INFO O| Oct 30 14:08:06.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
60202024-10-30T14:08:07.652Z[ recovery-image] Oct 30 14:08:06.964 INFO O| Oct 30 14:08:06.963 INFO STEP 615 (remove_files) COMPLETE
60212024-10-30T14:08:07.652Z[ recovery-image] Oct 30 14:08:06.964 INFO O| Oct 30 14:08:06.964 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-10-30T14:08:07.709Z[ recovery-image] Oct 30 14:08:07.020 INFO O| Oct 30 14:08:07.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
60232024-10-30T14:08:07.709Z[ recovery-image] Oct 30 14:08:07.021 INFO O| Oct 30 14:08:07.020 INFO STEP 616 (remove_files) COMPLETE
60242024-10-30T14:08:07.712Z[ recovery-image] Oct 30 14:08:07.021 INFO O| Oct 30 14:08:07.021 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-10-30T14:08:07.734Z[ recovery-image] Oct 30 14:08:07.045 INFO O| Oct 30 14:08:07.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
60262024-10-30T14:08:07.739Z[ recovery-image] Oct 30 14:08:07.045 INFO O| Oct 30 14:08:07.045 INFO STEP 617 (remove_files) COMPLETE
60272024-10-30T14:08:07.739Z[ recovery-image] Oct 30 14:08:07.046 INFO O| Oct 30 14:08:07.046 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-10-30T14:08:07.756Z[ recovery-image] Oct 30 14:08:07.067 INFO O| Oct 30 14:08:07.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
60292024-10-30T14:08:07.759Z[ recovery-image] Oct 30 14:08:07.067 INFO O| Oct 30 14:08:07.067 INFO STEP 618 (remove_files) COMPLETE
60302024-10-30T14:08:07.759Z[ recovery-image] Oct 30 14:08:07.068 INFO O| Oct 30 14:08:07.068 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-10-30T14:08:07.775Z[ recovery-image] Oct 30 14:08:07.087 INFO O| Oct 30 14:08:07.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
60322024-10-30T14:08:07.778Z[ recovery-image] Oct 30 14:08:07.087 INFO O| Oct 30 14:08:07.087 INFO STEP 619 (remove_files) COMPLETE
60332024-10-30T14:08:07.778Z[ recovery-image] Oct 30 14:08:07.087 INFO O| Oct 30 14:08:07.087 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-10-30T14:08:07.802Z[ recovery-image] Oct 30 14:08:07.113 INFO O| Oct 30 14:08:07.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
60352024-10-30T14:08:07.802Z[ recovery-image] Oct 30 14:08:07.113 INFO O| Oct 30 14:08:07.113 INFO STEP 620 (remove_files) COMPLETE
60362024-10-30T14:08:07.802Z[ recovery-image] Oct 30 14:08:07.113 INFO O| Oct 30 14:08:07.113 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-10-30T14:08:07.830Z[ recovery-image] Oct 30 14:08:07.142 INFO O| Oct 30 14:08:07.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
60382024-10-30T14:08:07.830Z[ recovery-image] Oct 30 14:08:07.142 INFO O| Oct 30 14:08:07.142 INFO STEP 621 (remove_files) COMPLETE
60392024-10-30T14:08:07.830Z[ recovery-image] Oct 30 14:08:07.142 INFO O| Oct 30 14:08:07.142 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-10-30T14:08:07.856Z[ recovery-image] Oct 30 14:08:07.167 INFO O| Oct 30 14:08:07.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
60412024-10-30T14:08:07.856Z[ recovery-image] Oct 30 14:08:07.167 INFO O| Oct 30 14:08:07.167 INFO STEP 622 (remove_files) COMPLETE
60422024-10-30T14:08:07.856Z[ recovery-image] Oct 30 14:08:07.167 INFO O| Oct 30 14:08:07.167 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-10-30T14:08:07.892Z[ recovery-image] Oct 30 14:08:07.203 INFO O| Oct 30 14:08:07.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
60442024-10-30T14:08:07.892Z[ recovery-image] Oct 30 14:08:07.203 INFO O| Oct 30 14:08:07.203 INFO STEP 623 (remove_files) COMPLETE
60452024-10-30T14:08:07.892Z[ recovery-image] Oct 30 14:08:07.203 INFO O| Oct 30 14:08:07.203 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-10-30T14:08:07.913Z[ recovery-image] Oct 30 14:08:07.224 INFO O| Oct 30 14:08:07.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
60472024-10-30T14:08:07.913Z[ recovery-image] Oct 30 14:08:07.224 INFO O| Oct 30 14:08:07.224 INFO STEP 624 (remove_files) COMPLETE
60482024-10-30T14:08:07.916Z[ recovery-image] Oct 30 14:08:07.224 INFO O| Oct 30 14:08:07.224 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-10-30T14:08:07.932Z[ recovery-image] Oct 30 14:08:07.243 INFO O| Oct 30 14:08:07.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
60502024-10-30T14:08:07.932Z[ recovery-image] Oct 30 14:08:07.243 INFO O| Oct 30 14:08:07.243 INFO STEP 625 (remove_files) COMPLETE
60512024-10-30T14:08:07.932Z[ recovery-image] Oct 30 14:08:07.243 INFO O| Oct 30 14:08:07.243 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-10-30T14:08:07.967Z[ recovery-image] Oct 30 14:08:07.278 INFO O| Oct 30 14:08:07.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
60532024-10-30T14:08:07.967Z[ recovery-image] Oct 30 14:08:07.278 INFO O| Oct 30 14:08:07.278 INFO STEP 626 (remove_files) COMPLETE
60542024-10-30T14:08:07.967Z[ recovery-image] Oct 30 14:08:07.278 INFO O| Oct 30 14:08:07.278 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-10-30T14:08:07.990Z[ recovery-image] Oct 30 14:08:07.302 INFO O| Oct 30 14:08:07.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
60562024-10-30T14:08:07.990Z[ recovery-image] Oct 30 14:08:07.302 INFO O| Oct 30 14:08:07.302 INFO STEP 627 (remove_files) COMPLETE
60572024-10-30T14:08:07.990Z[ recovery-image] Oct 30 14:08:07.302 INFO O| Oct 30 14:08:07.302 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-10-30T14:08:08.012Z[ recovery-image] Oct 30 14:08:07.323 INFO O| Oct 30 14:08:07.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
60592024-10-30T14:08:08.012Z[ recovery-image] Oct 30 14:08:07.323 INFO O| Oct 30 14:08:07.323 INFO STEP 628 (remove_files) COMPLETE
60602024-10-30T14:08:08.012Z[ recovery-image] Oct 30 14:08:07.323 INFO O| Oct 30 14:08:07.323 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-10-30T14:08:08.072Z[ recovery-image] Oct 30 14:08:07.383 INFO O| Oct 30 14:08:07.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
60622024-10-30T14:08:08.072Z[ recovery-image] Oct 30 14:08:07.383 INFO O| Oct 30 14:08:07.383 INFO STEP 629 (remove_files) COMPLETE
60632024-10-30T14:08:08.072Z[ recovery-image] Oct 30 14:08:07.383 INFO O| Oct 30 14:08:07.383 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-10-30T14:08:08.096Z[ recovery-image] Oct 30 14:08:07.407 INFO O| Oct 30 14:08:07.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
60652024-10-30T14:08:08.096Z[ recovery-image] Oct 30 14:08:07.407 INFO O| Oct 30 14:08:07.407 INFO STEP 630 (remove_files) COMPLETE
60662024-10-30T14:08:08.098Z[ recovery-image] Oct 30 14:08:07.407 INFO O| Oct 30 14:08:07.407 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-10-30T14:08:08.118Z[ recovery-image] Oct 30 14:08:07.429 INFO O| Oct 30 14:08:07.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
60682024-10-30T14:08:08.118Z[ recovery-image] Oct 30 14:08:07.430 INFO O| Oct 30 14:08:07.429 INFO STEP 631 (remove_files) COMPLETE
60692024-10-30T14:08:08.118Z[ recovery-image] Oct 30 14:08:07.430 INFO O| Oct 30 14:08:07.430 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-10-30T14:08:08.149Z[ recovery-image] Oct 30 14:08:07.460 INFO O| Oct 30 14:08:07.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
60712024-10-30T14:08:08.149Z[ recovery-image] Oct 30 14:08:07.461 INFO O| Oct 30 14:08:07.460 INFO STEP 632 (remove_files) COMPLETE
60722024-10-30T14:08:08.149Z[ recovery-image] Oct 30 14:08:07.461 INFO O| Oct 30 14:08:07.461 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-10-30T14:08:08.174Z[ recovery-image] Oct 30 14:08:07.485 INFO O| Oct 30 14:08:07.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
60742024-10-30T14:08:08.175Z[ recovery-image] Oct 30 14:08:07.485 INFO O| Oct 30 14:08:07.485 INFO STEP 633 (remove_files) COMPLETE
60752024-10-30T14:08:08.175Z[ recovery-image] Oct 30 14:08:07.485 INFO O| Oct 30 14:08:07.485 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-10-30T14:08:08.362Z[ recovery-image] Oct 30 14:08:07.673 INFO O| Oct 30 14:08:07.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
60772024-10-30T14:08:08.362Z[ recovery-image] Oct 30 14:08:07.673 INFO O| Oct 30 14:08:07.544 INFO STEP 634 (remove_files) COMPLETE
60782024-10-30T14:08:08.362Z[ recovery-image] Oct 30 14:08:07.673 INFO O| Oct 30 14:08:07.544 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-10-30T14:08:08.364Z[ recovery-image] Oct 30 14:08:07.673 INFO O| Oct 30 14:08:07.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
60802024-10-30T14:08:08.364Z[ recovery-image] Oct 30 14:08:07.673 INFO O| Oct 30 14:08:07.565 INFO STEP 635 (remove_files) COMPLETE
60812024-10-30T14:08:08.364Z[ recovery-image] Oct 30 14:08:07.673 INFO O| Oct 30 14:08:07.565 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-10-30T14:08:08.414Z[ recovery-image] Oct 30 14:08:07.695 INFO O| Oct 30 14:08:07.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
60832024-10-30T14:08:08.414Z[ recovery-image] Oct 30 14:08:07.695 INFO O| Oct 30 14:08:07.695 INFO STEP 636 (remove_files) COMPLETE
60842024-10-30T14:08:08.417Z[ recovery-image] Oct 30 14:08:07.696 INFO O| Oct 30 14:08:07.696 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-10-30T14:08:08.417Z[ recovery-image] Oct 30 14:08:07.715 INFO O| Oct 30 14:08:07.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
60862024-10-30T14:08:08.417Z[ recovery-image] Oct 30 14:08:07.715 INFO O| Oct 30 14:08:07.715 INFO STEP 637 (remove_files) COMPLETE
60872024-10-30T14:08:08.417Z[ recovery-image] Oct 30 14:08:07.715 INFO O| Oct 30 14:08:07.715 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-10-30T14:08:08.422Z[ recovery-image] Oct 30 14:08:07.733 INFO O| Oct 30 14:08:07.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
60892024-10-30T14:08:08.424Z[ recovery-image] Oct 30 14:08:07.733 INFO O| Oct 30 14:08:07.733 INFO STEP 638 (remove_files) COMPLETE
60902024-10-30T14:08:08.424Z[ recovery-image] Oct 30 14:08:07.734 INFO O| Oct 30 14:08:07.734 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-10-30T14:08:08.440Z[ recovery-image] Oct 30 14:08:07.752 INFO O| Oct 30 14:08:07.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
60922024-10-30T14:08:08.443Z[ recovery-image] Oct 30 14:08:07.752 INFO O| Oct 30 14:08:07.752 INFO STEP 639 (remove_files) COMPLETE
60932024-10-30T14:08:08.443Z[ recovery-image] Oct 30 14:08:07.752 INFO O| Oct 30 14:08:07.752 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-10-30T14:08:08.470Z[ recovery-image] Oct 30 14:08:07.781 INFO O| Oct 30 14:08:07.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
60952024-10-30T14:08:08.470Z[ recovery-image] Oct 30 14:08:07.781 INFO O| Oct 30 14:08:07.781 INFO STEP 640 (remove_files) COMPLETE
60962024-10-30T14:08:08.470Z[ recovery-image] Oct 30 14:08:07.781 INFO O| Oct 30 14:08:07.781 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-10-30T14:08:08.490Z[ recovery-image] Oct 30 14:08:07.801 INFO O| Oct 30 14:08:07.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
60982024-10-30T14:08:08.490Z[ recovery-image] Oct 30 14:08:07.801 INFO O| Oct 30 14:08:07.801 INFO STEP 641 (remove_files) COMPLETE
60992024-10-30T14:08:08.490Z[ recovery-image] Oct 30 14:08:07.801 INFO O| Oct 30 14:08:07.801 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-10-30T14:08:08.512Z[ recovery-image] Oct 30 14:08:07.823 INFO O| Oct 30 14:08:07.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
61012024-10-30T14:08:08.514Z[ recovery-image] Oct 30 14:08:07.824 INFO O| Oct 30 14:08:07.823 INFO STEP 642 (remove_files) COMPLETE
61022024-10-30T14:08:08.514Z[ recovery-image] Oct 30 14:08:07.824 INFO O| Oct 30 14:08:07.824 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-10-30T14:08:08.568Z[ recovery-image] Oct 30 14:08:07.877 INFO O| Oct 30 14:08:07.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
61042024-10-30T14:08:08.568Z[ recovery-image] Oct 30 14:08:07.877 INFO O| Oct 30 14:08:07.877 INFO STEP 643 (remove_files) COMPLETE
61052024-10-30T14:08:08.568Z[ recovery-image] Oct 30 14:08:07.877 INFO O| Oct 30 14:08:07.877 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-10-30T14:08:08.587Z[ recovery-image] Oct 30 14:08:07.898 INFO O| Oct 30 14:08:07.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
61072024-10-30T14:08:08.587Z[ recovery-image] Oct 30 14:08:07.898 INFO O| Oct 30 14:08:07.898 INFO STEP 644 (remove_files) COMPLETE
61082024-10-30T14:08:08.588Z[ recovery-image] Oct 30 14:08:07.898 INFO O| Oct 30 14:08:07.898 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-10-30T14:08:08.611Z[ recovery-image] Oct 30 14:08:07.922 INFO O| Oct 30 14:08:07.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
61102024-10-30T14:08:08.611Z[ recovery-image] Oct 30 14:08:07.922 INFO O| Oct 30 14:08:07.922 INFO STEP 645 (remove_files) COMPLETE
61112024-10-30T14:08:08.611Z[ recovery-image] Oct 30 14:08:07.922 INFO O| Oct 30 14:08:07.922 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-10-30T14:08:08.630Z[ recovery-image] Oct 30 14:08:07.940 INFO O| Oct 30 14:08:07.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
61132024-10-30T14:08:08.630Z[ recovery-image] Oct 30 14:08:07.940 INFO O| Oct 30 14:08:07.940 INFO STEP 646 (remove_files) COMPLETE
61142024-10-30T14:08:08.630Z[ recovery-image] Oct 30 14:08:07.940 INFO O| Oct 30 14:08:07.940 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-10-30T14:08:08.665Z[ recovery-image] Oct 30 14:08:07.959 INFO O| Oct 30 14:08:07.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
61162024-10-30T14:08:08.665Z[ recovery-image] Oct 30 14:08:07.959 INFO O| Oct 30 14:08:07.959 INFO STEP 647 (remove_files) COMPLETE
61172024-10-30T14:08:08.665Z[ recovery-image] Oct 30 14:08:07.959 INFO O| Oct 30 14:08:07.959 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-10-30T14:08:08.667Z[ recovery-image] Oct 30 14:08:07.977 INFO O| Oct 30 14:08:07.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
61192024-10-30T14:08:08.667Z[ recovery-image] Oct 30 14:08:07.977 INFO O| Oct 30 14:08:07.977 INFO STEP 648 (remove_files) COMPLETE
61202024-10-30T14:08:08.668Z[ recovery-image] Oct 30 14:08:07.977 INFO O| Oct 30 14:08:07.977 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-10-30T14:08:08.683Z[ recovery-image] Oct 30 14:08:07.994 INFO O| Oct 30 14:08:07.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
61222024-10-30T14:08:08.718Z[ recovery-image] Oct 30 14:08:08.029 INFO O| Oct 30 14:08:08.029 INFO STEP 649 (remove_files) COMPLETE
61232024-10-30T14:08:08.718Z[ recovery-image] Oct 30 14:08:08.029 INFO O| Oct 30 14:08:08.029 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-10-30T14:08:08.750Z[ recovery-image] Oct 30 14:08:08.061 INFO O| Oct 30 14:08:08.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
61252024-10-30T14:08:08.750Z[ recovery-image] Oct 30 14:08:08.061 INFO O| Oct 30 14:08:08.061 INFO STEP 650 (remove_files) COMPLETE
61262024-10-30T14:08:08.750Z[ recovery-image] Oct 30 14:08:08.061 INFO O| Oct 30 14:08:08.061 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-10-30T14:08:08.768Z[ recovery-image] Oct 30 14:08:08.079 INFO O| Oct 30 14:08:08.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
61282024-10-30T14:08:08.768Z[ recovery-image] Oct 30 14:08:08.079 INFO O| Oct 30 14:08:08.079 INFO STEP 651 (remove_files) COMPLETE
61292024-10-30T14:08:08.768Z[ recovery-image] Oct 30 14:08:08.079 INFO O| Oct 30 14:08:08.079 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-10-30T14:08:08.786Z[ recovery-image] Oct 30 14:08:08.097 INFO O| Oct 30 14:08:08.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
61312024-10-30T14:08:08.798Z[ recovery-image] Oct 30 14:08:08.110 INFO O| Oct 30 14:08:08.110 INFO STEP 652 (remove_files) COMPLETE
61322024-10-30T14:08:08.799Z[ recovery-image] Oct 30 14:08:08.110 INFO O| Oct 30 14:08:08.110 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-10-30T14:08:08.817Z[ recovery-image] Oct 30 14:08:08.128 INFO O| Oct 30 14:08:08.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
61342024-10-30T14:08:08.817Z[ recovery-image] Oct 30 14:08:08.129 INFO O| Oct 30 14:08:08.129 INFO STEP 653 (remove_files) COMPLETE
61352024-10-30T14:08:08.817Z[ recovery-image] Oct 30 14:08:08.129 INFO O| Oct 30 14:08:08.129 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-10-30T14:08:08.840Z[ recovery-image] Oct 30 14:08:08.152 INFO O| Oct 30 14:08:08.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
61372024-10-30T14:08:08.843Z[ recovery-image] Oct 30 14:08:08.152 INFO O| Oct 30 14:08:08.152 INFO STEP 654 (remove_files) COMPLETE
61382024-10-30T14:08:08.843Z[ recovery-image] Oct 30 14:08:08.152 INFO O| Oct 30 14:08:08.152 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-10-30T14:08:08.861Z[ recovery-image] Oct 30 14:08:08.173 INFO O| Oct 30 14:08:08.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
61402024-10-30T14:08:08.864Z[ recovery-image] Oct 30 14:08:08.173 INFO O| Oct 30 14:08:08.173 INFO STEP 655 (remove_files) COMPLETE
61412024-10-30T14:08:08.864Z[ recovery-image] Oct 30 14:08:08.173 INFO O| Oct 30 14:08:08.173 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-10-30T14:08:08.919Z[ recovery-image] Oct 30 14:08:08.230 INFO O| Oct 30 14:08:08.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
61432024-10-30T14:08:08.921Z[ recovery-image] Oct 30 14:08:08.230 INFO O| Oct 30 14:08:08.230 INFO STEP 656 (remove_files) COMPLETE
61442024-10-30T14:08:08.921Z[ recovery-image] Oct 30 14:08:08.230 INFO O| Oct 30 14:08:08.230 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-10-30T14:08:08.948Z[ recovery-image] Oct 30 14:08:08.258 INFO O| Oct 30 14:08:08.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
61462024-10-30T14:08:08.948Z[ recovery-image] Oct 30 14:08:08.259 INFO O| Oct 30 14:08:08.259 INFO STEP 657 (remove_files) COMPLETE
61472024-10-30T14:08:08.948Z[ recovery-image] Oct 30 14:08:08.259 INFO O| Oct 30 14:08:08.259 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-10-30T14:08:09.005Z[ recovery-image] Oct 30 14:08:08.316 INFO O| Oct 30 14:08:08.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
61492024-10-30T14:08:09.005Z[ recovery-image] Oct 30 14:08:08.316 INFO O| Oct 30 14:08:08.316 INFO STEP 658 (remove_files) COMPLETE
61502024-10-30T14:08:09.005Z[ recovery-image] Oct 30 14:08:08.316 INFO O| Oct 30 14:08:08.316 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-10-30T14:08:09.022Z[ recovery-image] Oct 30 14:08:08.334 INFO O| Oct 30 14:08:08.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
61522024-10-30T14:08:09.022Z[ recovery-image] Oct 30 14:08:08.334 INFO O| Oct 30 14:08:08.334 INFO STEP 659 (remove_files) COMPLETE
61532024-10-30T14:08:09.025Z[ recovery-image] Oct 30 14:08:08.334 INFO O| Oct 30 14:08:08.334 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-10-30T14:08:09.048Z[ recovery-image] Oct 30 14:08:08.352 INFO O| Oct 30 14:08:08.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
61552024-10-30T14:08:09.048Z[ recovery-image] Oct 30 14:08:08.352 INFO O| Oct 30 14:08:08.352 INFO STEP 660 (remove_files) COMPLETE
61562024-10-30T14:08:09.054Z[ recovery-image] Oct 30 14:08:08.352 INFO O| Oct 30 14:08:08.352 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-10-30T14:08:09.073Z[ recovery-image] Oct 30 14:08:08.384 INFO O| Oct 30 14:08:08.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
61582024-10-30T14:08:09.076Z[ recovery-image] Oct 30 14:08:08.384 INFO O| Oct 30 14:08:08.384 INFO STEP 661 (remove_files) COMPLETE
61592024-10-30T14:08:09.076Z[ recovery-image] Oct 30 14:08:08.384 INFO O| Oct 30 14:08:08.384 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-10-30T14:08:09.129Z[ recovery-image] Oct 30 14:08:08.440 INFO O| Oct 30 14:08:08.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
61612024-10-30T14:08:09.129Z[ recovery-image] Oct 30 14:08:08.440 INFO O| Oct 30 14:08:08.440 INFO STEP 662 (remove_files) COMPLETE
61622024-10-30T14:08:09.129Z[ recovery-image] Oct 30 14:08:08.440 INFO O| Oct 30 14:08:08.440 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-10-30T14:08:09.189Z[ recovery-image] Oct 30 14:08:08.500 INFO O| Oct 30 14:08:08.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
61642024-10-30T14:08:09.191Z[ recovery-image] Oct 30 14:08:08.500 INFO O| Oct 30 14:08:08.500 INFO STEP 663 (remove_files) COMPLETE
61652024-10-30T14:08:09.191Z[ recovery-image] Oct 30 14:08:08.500 INFO O| Oct 30 14:08:08.500 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-10-30T14:08:09.212Z[ recovery-image] Oct 30 14:08:08.523 INFO O| Oct 30 14:08:08.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
61672024-10-30T14:08:09.212Z[ recovery-image] Oct 30 14:08:08.523 INFO O| Oct 30 14:08:08.523 INFO STEP 664 (remove_files) COMPLETE
61682024-10-30T14:08:09.214Z[ recovery-image] Oct 30 14:08:08.523 INFO O| Oct 30 14:08:08.523 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-10-30T14:08:09.233Z[ recovery-image] Oct 30 14:08:08.544 INFO O| Oct 30 14:08:08.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
61702024-10-30T14:08:09.233Z[ recovery-image] Oct 30 14:08:08.544 INFO O| Oct 30 14:08:08.544 INFO STEP 665 (remove_files) COMPLETE
61712024-10-30T14:08:09.236Z[ recovery-image] Oct 30 14:08:08.544 INFO O| Oct 30 14:08:08.544 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-10-30T14:08:09.254Z[ recovery-image] Oct 30 14:08:08.566 INFO O| Oct 30 14:08:08.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
61732024-10-30T14:08:09.254Z[ recovery-image] Oct 30 14:08:08.566 INFO O| Oct 30 14:08:08.566 INFO STEP 666 (remove_files) COMPLETE
61742024-10-30T14:08:09.257Z[ recovery-image] Oct 30 14:08:08.566 INFO O| Oct 30 14:08:08.566 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-10-30T14:08:09.278Z[ recovery-image] Oct 30 14:08:08.589 INFO O| Oct 30 14:08:08.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
61762024-10-30T14:08:09.278Z[ recovery-image] Oct 30 14:08:08.589 INFO O| Oct 30 14:08:08.589 INFO STEP 667 (remove_files) COMPLETE
61772024-10-30T14:08:09.281Z[ recovery-image] Oct 30 14:08:08.589 INFO O| Oct 30 14:08:08.589 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-10-30T14:08:09.299Z[ recovery-image] Oct 30 14:08:08.610 INFO O| Oct 30 14:08:08.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
61792024-10-30T14:08:09.299Z[ recovery-image] Oct 30 14:08:08.610 INFO O| Oct 30 14:08:08.610 INFO STEP 668 (remove_files) COMPLETE
61802024-10-30T14:08:09.299Z[ recovery-image] Oct 30 14:08:08.610 INFO O| Oct 30 14:08:08.610 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-10-30T14:08:09.318Z[ recovery-image] Oct 30 14:08:08.629 INFO O| Oct 30 14:08:08.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
61822024-10-30T14:08:09.318Z[ recovery-image] Oct 30 14:08:08.629 INFO O| Oct 30 14:08:08.629 INFO STEP 669 (remove_files) COMPLETE
61832024-10-30T14:08:09.318Z[ recovery-image] Oct 30 14:08:08.629 INFO O| Oct 30 14:08:08.629 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-10-30T14:08:09.336Z[ recovery-image] Oct 30 14:08:08.647 INFO O| Oct 30 14:08:08.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
61852024-10-30T14:08:09.336Z[ recovery-image] Oct 30 14:08:08.647 INFO O| Oct 30 14:08:08.647 INFO STEP 670 (remove_files) COMPLETE
61862024-10-30T14:08:09.338Z[ recovery-image] Oct 30 14:08:08.647 INFO O| Oct 30 14:08:08.647 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-10-30T14:08:09.353Z[ recovery-image] Oct 30 14:08:08.665 INFO O| Oct 30 14:08:08.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
61882024-10-30T14:08:09.353Z[ recovery-image] Oct 30 14:08:08.665 INFO O| Oct 30 14:08:08.665 INFO STEP 671 (remove_files) COMPLETE
61892024-10-30T14:08:09.356Z[ recovery-image] Oct 30 14:08:08.665 INFO O| Oct 30 14:08:08.665 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-10-30T14:08:09.370Z[ recovery-image] Oct 30 14:08:08.681 INFO O| Oct 30 14:08:08.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
61912024-10-30T14:08:09.373Z[ recovery-image] Oct 30 14:08:08.682 INFO O| Oct 30 14:08:08.682 INFO STEP 672 (remove_files) COMPLETE
61922024-10-30T14:08:09.373Z[ recovery-image] Oct 30 14:08:08.682 INFO O| Oct 30 14:08:08.682 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-10-30T14:08:09.388Z[ recovery-image] Oct 30 14:08:08.699 INFO O| Oct 30 14:08:08.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
61942024-10-30T14:08:09.388Z[ recovery-image] Oct 30 14:08:08.699 INFO O| Oct 30 14:08:08.699 INFO STEP 673 (remove_files) COMPLETE
61952024-10-30T14:08:09.388Z[ recovery-image] Oct 30 14:08:08.699 INFO O| Oct 30 14:08:08.699 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-10-30T14:08:09.407Z[ recovery-image] Oct 30 14:08:08.717 INFO O| Oct 30 14:08:08.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
61972024-10-30T14:08:09.407Z[ recovery-image] Oct 30 14:08:08.717 INFO O| Oct 30 14:08:08.717 INFO STEP 674 (remove_files) COMPLETE
61982024-10-30T14:08:09.407Z[ recovery-image] Oct 30 14:08:08.717 INFO O| Oct 30 14:08:08.717 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-10-30T14:08:09.442Z[ recovery-image] Oct 30 14:08:08.753 INFO O| Oct 30 14:08:08.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
62002024-10-30T14:08:09.442Z[ recovery-image] Oct 30 14:08:08.753 INFO O| Oct 30 14:08:08.753 INFO STEP 675 (remove_files) COMPLETE
62012024-10-30T14:08:09.443Z[ recovery-image] Oct 30 14:08:08.753 INFO O| Oct 30 14:08:08.753 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-10-30T14:08:09.501Z[ recovery-image] Oct 30 14:08:08.812 INFO O| Oct 30 14:08:08.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
62032024-10-30T14:08:09.501Z[ recovery-image] Oct 30 14:08:08.812 INFO O| Oct 30 14:08:08.812 INFO STEP 676 (remove_files) COMPLETE
62042024-10-30T14:08:09.503Z[ recovery-image] Oct 30 14:08:08.812 INFO O| Oct 30 14:08:08.812 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-10-30T14:08:09.556Z[ recovery-image] Oct 30 14:08:08.867 INFO O| Oct 30 14:08:08.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
62062024-10-30T14:08:09.556Z[ recovery-image] Oct 30 14:08:08.867 INFO O| Oct 30 14:08:08.867 INFO STEP 677 (remove_files) COMPLETE
62072024-10-30T14:08:09.559Z[ recovery-image] Oct 30 14:08:08.867 INFO O| Oct 30 14:08:08.867 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-10-30T14:08:09.575Z[ recovery-image] Oct 30 14:08:08.886 INFO O| Oct 30 14:08:08.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
62092024-10-30T14:08:09.575Z[ recovery-image] Oct 30 14:08:08.886 INFO O| Oct 30 14:08:08.886 INFO STEP 678 (remove_files) COMPLETE
62102024-10-30T14:08:09.575Z[ recovery-image] Oct 30 14:08:08.886 INFO O| Oct 30 14:08:08.886 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-10-30T14:08:09.591Z[ recovery-image] Oct 30 14:08:08.902 INFO O| Oct 30 14:08:08.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
62122024-10-30T14:08:09.591Z[ recovery-image] Oct 30 14:08:08.902 INFO O| Oct 30 14:08:08.902 INFO STEP 679 (remove_files) COMPLETE
62132024-10-30T14:08:09.594Z[ recovery-image] Oct 30 14:08:08.902 INFO O| Oct 30 14:08:08.902 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-10-30T14:08:09.607Z[ recovery-image] Oct 30 14:08:08.918 INFO O| Oct 30 14:08:08.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
62152024-10-30T14:08:09.607Z[ recovery-image] Oct 30 14:08:08.918 INFO O| Oct 30 14:08:08.918 INFO STEP 680 (remove_files) COMPLETE
62162024-10-30T14:08:09.607Z[ recovery-image] Oct 30 14:08:08.918 INFO O| Oct 30 14:08:08.918 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-10-30T14:08:09.642Z[ recovery-image] Oct 30 14:08:08.953 INFO O| Oct 30 14:08:08.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
62182024-10-30T14:08:09.642Z[ recovery-image] Oct 30 14:08:08.953 INFO O| Oct 30 14:08:08.953 INFO STEP 681 (remove_files) COMPLETE
62192024-10-30T14:08:09.642Z[ recovery-image] Oct 30 14:08:08.953 INFO O| Oct 30 14:08:08.953 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-10-30T14:08:09.662Z[ recovery-image] Oct 30 14:08:08.973 INFO O| Oct 30 14:08:08.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
62212024-10-30T14:08:09.662Z[ recovery-image] Oct 30 14:08:08.973 INFO O| Oct 30 14:08:08.973 INFO STEP 682 (remove_files) COMPLETE
62222024-10-30T14:08:09.662Z[ recovery-image] Oct 30 14:08:08.973 INFO O| Oct 30 14:08:08.973 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-10-30T14:08:09.695Z[ recovery-image] Oct 30 14:08:09.006 INFO O| Oct 30 14:08:09.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
62242024-10-30T14:08:09.695Z[ recovery-image] Oct 30 14:08:09.006 INFO O| Oct 30 14:08:09.006 INFO STEP 683 (remove_files) COMPLETE
62252024-10-30T14:08:09.695Z[ recovery-image] Oct 30 14:08:09.006 INFO O| Oct 30 14:08:09.006 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-10-30T14:08:09.726Z[ recovery-image] Oct 30 14:08:09.037 INFO O| Oct 30 14:08:09.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
62272024-10-30T14:08:09.726Z[ recovery-image] Oct 30 14:08:09.037 INFO O| Oct 30 14:08:09.037 INFO STEP 684 (remove_files) COMPLETE
62282024-10-30T14:08:09.726Z[ recovery-image] Oct 30 14:08:09.037 INFO O| Oct 30 14:08:09.037 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-10-30T14:08:09.743Z[ recovery-image] Oct 30 14:08:09.055 INFO O| Oct 30 14:08:09.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
62302024-10-30T14:08:09.743Z[ recovery-image] Oct 30 14:08:09.055 INFO O| Oct 30 14:08:09.055 INFO STEP 685 (remove_files) COMPLETE
62312024-10-30T14:08:09.743Z[ recovery-image] Oct 30 14:08:09.055 INFO O| Oct 30 14:08:09.055 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-10-30T14:08:09.761Z[ recovery-image] Oct 30 14:08:09.072 INFO O| Oct 30 14:08:09.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
62332024-10-30T14:08:09.761Z[ recovery-image] Oct 30 14:08:09.072 INFO O| Oct 30 14:08:09.072 INFO STEP 686 (remove_files) COMPLETE
62342024-10-30T14:08:09.761Z[ recovery-image] Oct 30 14:08:09.072 INFO O| Oct 30 14:08:09.072 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-10-30T14:08:09.780Z[ recovery-image] Oct 30 14:08:09.091 INFO O| Oct 30 14:08:09.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
62362024-10-30T14:08:09.780Z[ recovery-image] Oct 30 14:08:09.091 INFO O| Oct 30 14:08:09.091 INFO STEP 687 (remove_files) COMPLETE
62372024-10-30T14:08:09.783Z[ recovery-image] Oct 30 14:08:09.092 INFO O| Oct 30 14:08:09.091 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-10-30T14:08:09.818Z[ recovery-image] Oct 30 14:08:09.129 INFO O| Oct 30 14:08:09.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
62392024-10-30T14:08:09.818Z[ recovery-image] Oct 30 14:08:09.129 INFO O| Oct 30 14:08:09.129 INFO STEP 688 (remove_files) COMPLETE
62402024-10-30T14:08:09.818Z[ recovery-image] Oct 30 14:08:09.129 INFO O| Oct 30 14:08:09.129 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-10-30T14:08:09.834Z[ recovery-image] Oct 30 14:08:09.145 INFO O| Oct 30 14:08:09.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
62422024-10-30T14:08:09.834Z[ recovery-image] Oct 30 14:08:09.146 INFO O| Oct 30 14:08:09.146 INFO STEP 689 (remove_files) COMPLETE
62432024-10-30T14:08:09.834Z[ recovery-image] Oct 30 14:08:09.146 INFO O| Oct 30 14:08:09.146 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-10-30T14:08:09.860Z[ recovery-image] Oct 30 14:08:09.171 INFO O| Oct 30 14:08:09.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
62452024-10-30T14:08:09.860Z[ recovery-image] Oct 30 14:08:09.171 INFO O| Oct 30 14:08:09.171 INFO STEP 690 (remove_files) COMPLETE
62462024-10-30T14:08:09.861Z[ recovery-image] Oct 30 14:08:09.171 INFO O| Oct 30 14:08:09.171 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-10-30T14:08:09.879Z[ recovery-image] Oct 30 14:08:09.190 INFO O| Oct 30 14:08:09.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
62482024-10-30T14:08:09.879Z[ recovery-image] Oct 30 14:08:09.190 INFO O| Oct 30 14:08:09.190 INFO STEP 691 (remove_files) COMPLETE
62492024-10-30T14:08:09.879Z[ recovery-image] Oct 30 14:08:09.190 INFO O| Oct 30 14:08:09.190 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-10-30T14:08:09.896Z[ recovery-image] Oct 30 14:08:09.208 INFO O| Oct 30 14:08:09.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
62512024-10-30T14:08:09.897Z[ recovery-image] Oct 30 14:08:09.208 INFO O| Oct 30 14:08:09.208 INFO STEP 692 (remove_files) COMPLETE
62522024-10-30T14:08:09.899Z[ recovery-image] Oct 30 14:08:09.208 INFO O| Oct 30 14:08:09.208 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-10-30T14:08:09.915Z[ recovery-image] Oct 30 14:08:09.226 INFO O| Oct 30 14:08:09.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
62542024-10-30T14:08:09.915Z[ recovery-image] Oct 30 14:08:09.226 INFO O| Oct 30 14:08:09.226 INFO STEP 693 (remove_files) COMPLETE
62552024-10-30T14:08:09.915Z[ recovery-image] Oct 30 14:08:09.226 INFO O| Oct 30 14:08:09.226 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-10-30T14:08:09.955Z[ recovery-image] Oct 30 14:08:09.266 INFO O| Oct 30 14:08:09.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
62572024-10-30T14:08:09.955Z[ recovery-image] Oct 30 14:08:09.266 INFO O| Oct 30 14:08:09.266 INFO STEP 694 (remove_files) COMPLETE
62582024-10-30T14:08:09.955Z[ recovery-image] Oct 30 14:08:09.266 INFO O| Oct 30 14:08:09.266 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-10-30T14:08:09.977Z[ recovery-image] Oct 30 14:08:09.288 INFO O| Oct 30 14:08:09.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
62602024-10-30T14:08:09.977Z[ recovery-image] Oct 30 14:08:09.288 INFO O| Oct 30 14:08:09.288 INFO STEP 695 (remove_files) COMPLETE
62612024-10-30T14:08:09.977Z[ recovery-image] Oct 30 14:08:09.288 INFO O| Oct 30 14:08:09.288 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-10-30T14:08:10.019Z[ recovery-image] Oct 30 14:08:09.330 INFO O| Oct 30 14:08:09.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
62632024-10-30T14:08:10.019Z[ recovery-image] Oct 30 14:08:09.330 INFO O| Oct 30 14:08:09.330 INFO STEP 696 (remove_files) COMPLETE
62642024-10-30T14:08:10.019Z[ recovery-image] Oct 30 14:08:09.331 INFO O| Oct 30 14:08:09.330 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-10-30T14:08:10.072Z[ recovery-image] Oct 30 14:08:09.383 INFO O| Oct 30 14:08:09.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
62662024-10-30T14:08:10.072Z[ recovery-image] Oct 30 14:08:09.383 INFO O| Oct 30 14:08:09.383 INFO STEP 697 (remove_files) COMPLETE
62672024-10-30T14:08:10.074Z[ recovery-image] Oct 30 14:08:09.383 INFO O| Oct 30 14:08:09.383 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-10-30T14:08:10.090Z[ recovery-image] Oct 30 14:08:09.401 INFO O| Oct 30 14:08:09.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
62692024-10-30T14:08:10.090Z[ recovery-image] Oct 30 14:08:09.401 INFO O| Oct 30 14:08:09.401 INFO STEP 698 (remove_files) COMPLETE
62702024-10-30T14:08:10.093Z[ recovery-image] Oct 30 14:08:09.401 INFO O| Oct 30 14:08:09.401 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-10-30T14:08:10.127Z[ recovery-image] Oct 30 14:08:09.438 INFO O| Oct 30 14:08:09.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
62722024-10-30T14:08:10.127Z[ recovery-image] Oct 30 14:08:09.438 INFO O| Oct 30 14:08:09.438 INFO STEP 699 (remove_files) COMPLETE
62732024-10-30T14:08:10.127Z[ recovery-image] Oct 30 14:08:09.438 INFO O| Oct 30 14:08:09.438 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-10-30T14:08:10.163Z[ recovery-image] Oct 30 14:08:09.474 INFO O| Oct 30 14:08:09.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
62752024-10-30T14:08:10.165Z[ recovery-image] Oct 30 14:08:09.474 INFO O| Oct 30 14:08:09.474 INFO STEP 700 (remove_files) COMPLETE
62762024-10-30T14:08:10.165Z[ recovery-image] Oct 30 14:08:09.474 INFO O| Oct 30 14:08:09.474 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-10-30T14:08:10.182Z[ recovery-image] Oct 30 14:08:09.492 INFO O| Oct 30 14:08:09.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
62782024-10-30T14:08:10.184Z[ recovery-image] Oct 30 14:08:09.492 INFO O| Oct 30 14:08:09.492 INFO STEP 701 (remove_files) COMPLETE
62792024-10-30T14:08:10.184Z[ recovery-image] Oct 30 14:08:09.492 INFO O| Oct 30 14:08:09.492 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-10-30T14:08:10.213Z[ recovery-image] Oct 30 14:08:09.524 INFO O| Oct 30 14:08:09.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
62812024-10-30T14:08:10.216Z[ recovery-image] Oct 30 14:08:09.524 INFO O| Oct 30 14:08:09.524 INFO STEP 702 (remove_files) COMPLETE
62822024-10-30T14:08:10.216Z[ recovery-image] Oct 30 14:08:09.524 INFO O| Oct 30 14:08:09.524 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-10-30T14:08:10.233Z[ recovery-image] Oct 30 14:08:09.544 INFO O| Oct 30 14:08:09.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
62842024-10-30T14:08:10.236Z[ recovery-image] Oct 30 14:08:09.545 INFO O| Oct 30 14:08:09.545 INFO STEP 703 (remove_files) COMPLETE
62852024-10-30T14:08:10.236Z[ recovery-image] Oct 30 14:08:09.545 INFO O| Oct 30 14:08:09.545 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-10-30T14:08:10.259Z[ recovery-image] Oct 30 14:08:09.570 INFO O| Oct 30 14:08:09.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
62872024-10-30T14:08:10.262Z[ recovery-image] Oct 30 14:08:09.571 INFO O| Oct 30 14:08:09.571 INFO STEP 704 (remove_files) COMPLETE
62882024-10-30T14:08:10.262Z[ recovery-image] Oct 30 14:08:09.571 INFO O| Oct 30 14:08:09.571 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-10-30T14:08:10.293Z[ recovery-image] Oct 30 14:08:09.604 INFO O| Oct 30 14:08:09.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
62902024-10-30T14:08:10.293Z[ recovery-image] Oct 30 14:08:09.604 INFO O| Oct 30 14:08:09.604 INFO STEP 705 (remove_files) COMPLETE
62912024-10-30T14:08:10.296Z[ recovery-image] Oct 30 14:08:09.604 INFO O| Oct 30 14:08:09.604 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-10-30T14:08:10.313Z[ recovery-image] Oct 30 14:08:09.623 INFO O| Oct 30 14:08:09.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
62932024-10-30T14:08:10.313Z[ recovery-image] Oct 30 14:08:09.623 INFO O| Oct 30 14:08:09.623 INFO STEP 706 (remove_files) COMPLETE
62942024-10-30T14:08:10.313Z[ recovery-image] Oct 30 14:08:09.623 INFO O| Oct 30 14:08:09.623 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-10-30T14:08:10.346Z[ recovery-image] Oct 30 14:08:09.658 INFO O| Oct 30 14:08:09.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
62962024-10-30T14:08:10.347Z[ recovery-image] Oct 30 14:08:09.658 INFO O| Oct 30 14:08:09.658 INFO STEP 707 (remove_files) COMPLETE
62972024-10-30T14:08:10.351Z[ recovery-image] Oct 30 14:08:09.658 INFO O| Oct 30 14:08:09.658 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-10-30T14:08:10.364Z[ recovery-image] Oct 30 14:08:09.674 INFO O| Oct 30 14:08:09.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
62992024-10-30T14:08:10.369Z[ recovery-image] Oct 30 14:08:09.675 INFO O| Oct 30 14:08:09.675 INFO STEP 708 (remove_files) COMPLETE
63002024-10-30T14:08:10.369Z[ recovery-image] Oct 30 14:08:09.675 INFO O| Oct 30 14:08:09.675 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-10-30T14:08:10.380Z[ recovery-image] Oct 30 14:08:09.691 INFO O| Oct 30 14:08:09.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
63022024-10-30T14:08:10.380Z[ recovery-image] Oct 30 14:08:09.691 INFO O| Oct 30 14:08:09.691 INFO STEP 709 (remove_files) COMPLETE
63032024-10-30T14:08:10.380Z[ recovery-image] Oct 30 14:08:09.691 INFO O| Oct 30 14:08:09.691 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-10-30T14:08:10.397Z[ recovery-image] Oct 30 14:08:09.708 INFO O| Oct 30 14:08:09.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
63052024-10-30T14:08:10.397Z[ recovery-image] Oct 30 14:08:09.708 INFO O| Oct 30 14:08:09.708 INFO STEP 710 (remove_files) COMPLETE
63062024-10-30T14:08:10.397Z[ recovery-image] Oct 30 14:08:09.708 INFO O| Oct 30 14:08:09.708 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-10-30T14:08:10.413Z[ recovery-image] Oct 30 14:08:09.725 INFO O| Oct 30 14:08:09.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
63082024-10-30T14:08:10.414Z[ recovery-image] Oct 30 14:08:09.725 INFO O| Oct 30 14:08:09.725 INFO STEP 711 (remove_files) COMPLETE
63092024-10-30T14:08:10.414Z[ recovery-image] Oct 30 14:08:09.725 INFO O| Oct 30 14:08:09.725 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-10-30T14:08:10.431Z[ recovery-image] Oct 30 14:08:09.742 INFO O| Oct 30 14:08:09.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
63112024-10-30T14:08:10.431Z[ recovery-image] Oct 30 14:08:09.742 INFO O| Oct 30 14:08:09.742 INFO STEP 712 (remove_files) COMPLETE
63122024-10-30T14:08:10.431Z[ recovery-image] Oct 30 14:08:09.742 INFO O| Oct 30 14:08:09.742 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-10-30T14:08:10.448Z[ recovery-image] Oct 30 14:08:09.759 INFO O| Oct 30 14:08:09.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
63142024-10-30T14:08:10.448Z[ recovery-image] Oct 30 14:08:09.759 INFO O| Oct 30 14:08:09.759 INFO STEP 713 (remove_files) COMPLETE
63152024-10-30T14:08:10.450Z[ recovery-image] Oct 30 14:08:09.759 INFO O| Oct 30 14:08:09.759 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-10-30T14:08:10.466Z[ recovery-image] Oct 30 14:08:09.777 INFO O| Oct 30 14:08:09.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
63172024-10-30T14:08:10.466Z[ recovery-image] Oct 30 14:08:09.777 INFO O| Oct 30 14:08:09.777 INFO STEP 714 (remove_files) COMPLETE
63182024-10-30T14:08:10.466Z[ recovery-image] Oct 30 14:08:09.777 INFO O| Oct 30 14:08:09.777 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-10-30T14:08:10.484Z[ recovery-image] Oct 30 14:08:09.795 INFO O| Oct 30 14:08:09.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
63202024-10-30T14:08:10.484Z[ recovery-image] Oct 30 14:08:09.795 INFO O| Oct 30 14:08:09.795 INFO STEP 715 (remove_files) COMPLETE
63212024-10-30T14:08:10.487Z[ recovery-image] Oct 30 14:08:09.795 INFO O| Oct 30 14:08:09.795 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-10-30T14:08:10.502Z[ recovery-image] Oct 30 14:08:09.813 INFO O| Oct 30 14:08:09.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
63232024-10-30T14:08:10.503Z[ recovery-image] Oct 30 14:08:09.813 INFO O| Oct 30 14:08:09.813 INFO STEP 716 (remove_files) COMPLETE
63242024-10-30T14:08:10.503Z[ recovery-image] Oct 30 14:08:09.813 INFO O| Oct 30 14:08:09.813 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-10-30T14:08:10.535Z[ recovery-image] Oct 30 14:08:09.846 INFO O| Oct 30 14:08:09.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
63262024-10-30T14:08:10.535Z[ recovery-image] Oct 30 14:08:09.846 INFO O| Oct 30 14:08:09.846 INFO STEP 717 (remove_files) COMPLETE
63272024-10-30T14:08:10.535Z[ recovery-image] Oct 30 14:08:09.846 INFO O| Oct 30 14:08:09.846 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-10-30T14:08:10.584Z[ recovery-image] Oct 30 14:08:09.895 INFO O| Oct 30 14:08:09.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
63292024-10-30T14:08:10.584Z[ recovery-image] Oct 30 14:08:09.895 INFO O| Oct 30 14:08:09.895 INFO STEP 718 (remove_files) COMPLETE
63302024-10-30T14:08:10.587Z[ recovery-image] Oct 30 14:08:09.895 INFO O| Oct 30 14:08:09.895 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-10-30T14:08:10.619Z[ recovery-image] Oct 30 14:08:09.930 INFO O| Oct 30 14:08:09.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
63322024-10-30T14:08:10.621Z[ recovery-image] Oct 30 14:08:09.930 INFO O| Oct 30 14:08:09.930 INFO STEP 719 (remove_files) COMPLETE
63332024-10-30T14:08:10.621Z[ recovery-image] Oct 30 14:08:09.930 INFO O| Oct 30 14:08:09.930 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-10-30T14:08:10.638Z[ recovery-image] Oct 30 14:08:09.949 INFO O| Oct 30 14:08:09.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
63352024-10-30T14:08:10.638Z[ recovery-image] Oct 30 14:08:09.949 INFO O| Oct 30 14:08:09.949 INFO STEP 720 (remove_files) COMPLETE
63362024-10-30T14:08:10.638Z[ recovery-image] Oct 30 14:08:09.949 INFO O| Oct 30 14:08:09.949 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-10-30T14:08:10.656Z[ recovery-image] Oct 30 14:08:09.967 INFO O| Oct 30 14:08:09.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
63382024-10-30T14:08:10.656Z[ recovery-image] Oct 30 14:08:09.967 INFO O| Oct 30 14:08:09.967 INFO STEP 721 (remove_files) COMPLETE
63392024-10-30T14:08:10.658Z[ recovery-image] Oct 30 14:08:09.967 INFO O| Oct 30 14:08:09.967 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-10-30T14:08:10.675Z[ recovery-image] Oct 30 14:08:09.986 INFO O| Oct 30 14:08:09.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
63412024-10-30T14:08:10.675Z[ recovery-image] Oct 30 14:08:09.987 INFO O| Oct 30 14:08:09.986 INFO STEP 722 (remove_files) COMPLETE
63422024-10-30T14:08:10.675Z[ recovery-image] Oct 30 14:08:09.987 INFO O| Oct 30 14:08:09.987 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-10-30T14:08:10.697Z[ recovery-image] Oct 30 14:08:10.008 INFO O| Oct 30 14:08:10.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
63442024-10-30T14:08:10.697Z[ recovery-image] Oct 30 14:08:10.008 INFO O| Oct 30 14:08:10.008 INFO STEP 723 (remove_files) COMPLETE
63452024-10-30T14:08:10.699Z[ recovery-image] Oct 30 14:08:10.008 INFO O| Oct 30 14:08:10.008 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-10-30T14:08:10.705Z[ host-image] Oct 30 14:08:10.016 INFO O| Oct 30 14:08:10.016 INFO O| Planning: Solver setup ... Done
63472024-10-30T14:08:10.711Z[ host-image] Oct 30 14:08:10.022 INFO O| Oct 30 14:08:10.022 INFO O| Planning: Running solver ... Done
63482024-10-30T14:08:10.741Z[ recovery-image] Oct 30 14:08:10.052 INFO O| Oct 30 14:08:10.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
63492024-10-30T14:08:10.741Z[ recovery-image] Oct 30 14:08:10.053 INFO O| Oct 30 14:08:10.052 INFO STEP 724 (remove_files) COMPLETE
63502024-10-30T14:08:10.741Z[ recovery-image] Oct 30 14:08:10.053 INFO O| Oct 30 14:08:10.053 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-10-30T14:08:10.764Z[ recovery-image] Oct 30 14:08:10.074 INFO O| Oct 30 14:08:10.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
63522024-10-30T14:08:10.764Z[ recovery-image] Oct 30 14:08:10.074 INFO O| Oct 30 14:08:10.074 INFO STEP 725 (remove_files) COMPLETE
63532024-10-30T14:08:10.764Z[ recovery-image] Oct 30 14:08:10.074 INFO O| Oct 30 14:08:10.074 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-10-30T14:08:10.785Z[ recovery-image] Oct 30 14:08:10.095 INFO O| Oct 30 14:08:10.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
63552024-10-30T14:08:10.785Z[ recovery-image] Oct 30 14:08:10.095 INFO O| Oct 30 14:08:10.095 INFO STEP 726 (remove_files) COMPLETE
63562024-10-30T14:08:10.785Z[ recovery-image] Oct 30 14:08:10.095 INFO O| Oct 30 14:08:10.095 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-10-30T14:08:10.788Z[ host-image] Oct 30 14:08:10.097 INFO O| Oct 30 14:08:10.097 INFO O| Planning: Finding local manifests ... Done
63582024-10-30T14:08:10.788Z[ host-image] Oct 30 14:08:10.098 INFO O| Oct 30 14:08:10.098 INFO O| Planning: Fetching manifests: 0/1 0% complete
63592024-10-30T14:08:10.840Z[ recovery-image] Oct 30 14:08:10.151 INFO O| Oct 30 14:08:10.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
63602024-10-30T14:08:10.843Z[ recovery-image] Oct 30 14:08:10.152 INFO O| Oct 30 14:08:10.152 INFO STEP 727 (remove_files) COMPLETE
63612024-10-30T14:08:10.843Z[ recovery-image] Oct 30 14:08:10.152 INFO O| Oct 30 14:08:10.152 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-10-30T14:08:10.911Z[ recovery-image] Oct 30 14:08:10.222 INFO O| Oct 30 14:08:10.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
63632024-10-30T14:08:10.913Z[ recovery-image] Oct 30 14:08:10.222 INFO O| Oct 30 14:08:10.222 INFO STEP 728 (remove_files) COMPLETE
63642024-10-30T14:08:10.913Z[ recovery-image] Oct 30 14:08:10.222 INFO O| Oct 30 14:08:10.222 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-10-30T14:08:10.928Z[ host-image] Oct 30 14:08:10.239 INFO O| Oct 30 14:08:10.239 INFO O| Planning: Fetching manifests: 1/1 100% complete
63662024-10-30T14:08:10.931Z[ recovery-image] Oct 30 14:08:10.241 INFO O| Oct 30 14:08:10.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
63672024-10-30T14:08:10.931Z[ recovery-image] Oct 30 14:08:10.241 INFO O| Oct 30 14:08:10.241 INFO STEP 729 (remove_files) COMPLETE
63682024-10-30T14:08:10.931Z[ recovery-image] Oct 30 14:08:10.241 INFO O| Oct 30 14:08:10.241 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-10-30T14:08:10.948Z[ recovery-image] Oct 30 14:08:10.259 INFO O| Oct 30 14:08:10.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
63702024-10-30T14:08:10.957Z[ host-image] Oct 30 14:08:10.268 INFO O| Oct 30 14:08:10.268 INFO O| Planning: Package planning ... Done
63712024-10-30T14:08:10.959Z[ host-image] Oct 30 14:08:10.269 INFO O| Oct 30 14:08:10.268 INFO O| Planning: Merging actions ... Done
63722024-10-30T14:08:10.969Z[ recovery-image] Oct 30 14:08:10.281 INFO O| Oct 30 14:08:10.260 INFO STEP 730 (remove_files) COMPLETE
63732024-10-30T14:08:10.972Z[ recovery-image] Oct 30 14:08:10.281 INFO O| Oct 30 14:08:10.281 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-10-30T14:08:10.989Z[ recovery-image] Oct 30 14:08:10.300 INFO O| Oct 30 14:08:10.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
63752024-10-30T14:08:10.992Z[ recovery-image] Oct 30 14:08:10.300 INFO O| Oct 30 14:08:10.300 INFO STEP 731 (remove_files) COMPLETE
63762024-10-30T14:08:10.992Z[ recovery-image] Oct 30 14:08:10.300 INFO O| Oct 30 14:08:10.300 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-10-30T14:08:11.006Z[ recovery-image] Oct 30 14:08:10.317 INFO O| Oct 30 14:08:10.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
63782024-10-30T14:08:11.008Z[ recovery-image] Oct 30 14:08:10.317 INFO O| Oct 30 14:08:10.317 INFO STEP 732 (remove_files) COMPLETE
63792024-10-30T14:08:11.008Z[ recovery-image] Oct 30 14:08:10.317 INFO O| Oct 30 14:08:10.317 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-10-30T14:08:11.023Z[ recovery-image] Oct 30 14:08:10.334 INFO O| Oct 30 14:08:10.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
63812024-10-30T14:08:11.025Z[ recovery-image] Oct 30 14:08:10.334 INFO O| Oct 30 14:08:10.334 INFO STEP 733 (remove_files) COMPLETE
63822024-10-30T14:08:11.025Z[ recovery-image] Oct 30 14:08:10.334 INFO O| Oct 30 14:08:10.334 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-10-30T14:08:11.080Z[ host-image] Oct 30 14:08:10.391 INFO O| Oct 30 14:08:10.391 INFO O| Planning: Checking for conflicting actions ... Done
63842024-10-30T14:08:11.082Z[ recovery-image] Oct 30 14:08:10.391 INFO O| Oct 30 14:08:10.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
63852024-10-30T14:08:11.082Z[ recovery-image] Oct 30 14:08:10.391 INFO O| Oct 30 14:08:10.391 INFO STEP 734 (remove_files) COMPLETE
63862024-10-30T14:08:11.082Z[ recovery-image] Oct 30 14:08:10.391 INFO O| Oct 30 14:08:10.391 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-10-30T14:08:11.082Z[ host-image] Oct 30 14:08:10.392 INFO O| Oct 30 14:08:10.392 INFO O| Planning: Consolidating action changes ... Done
63882024-10-30T14:08:11.104Z[ recovery-image] Oct 30 14:08:10.415 INFO O| Oct 30 14:08:10.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
63892024-10-30T14:08:11.107Z[ recovery-image] Oct 30 14:08:10.415 INFO O| Oct 30 14:08:10.415 INFO STEP 735 (remove_files) COMPLETE
63902024-10-30T14:08:11.107Z[ recovery-image] Oct 30 14:08:10.415 INFO O| Oct 30 14:08:10.415 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-10-30T14:08:11.139Z[ recovery-image] Oct 30 14:08:10.450 INFO O| Oct 30 14:08:10.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
63922024-10-30T14:08:11.139Z[ recovery-image] Oct 30 14:08:10.450 INFO O| Oct 30 14:08:10.450 INFO STEP 736 (remove_files) COMPLETE
63932024-10-30T14:08:11.142Z[ recovery-image] Oct 30 14:08:10.450 INFO O| Oct 30 14:08:10.450 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-10-30T14:08:11.158Z[ recovery-image] Oct 30 14:08:10.469 INFO O| Oct 30 14:08:10.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
63952024-10-30T14:08:11.158Z[ recovery-image] Oct 30 14:08:10.469 INFO O| Oct 30 14:08:10.469 INFO STEP 737 (remove_files) COMPLETE
63962024-10-30T14:08:11.158Z[ recovery-image] Oct 30 14:08:10.469 INFO O| Oct 30 14:08:10.469 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-10-30T14:08:11.190Z[ recovery-image] Oct 30 14:08:10.501 INFO O| Oct 30 14:08:10.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
63982024-10-30T14:08:11.193Z[ recovery-image] Oct 30 14:08:10.501 INFO O| Oct 30 14:08:10.501 INFO STEP 738 (remove_files) COMPLETE
63992024-10-30T14:08:11.193Z[ recovery-image] Oct 30 14:08:10.501 INFO O| Oct 30 14:08:10.501 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-10-30T14:08:11.247Z[ recovery-image] Oct 30 14:08:10.558 INFO O| Oct 30 14:08:10.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
64012024-10-30T14:08:11.247Z[ recovery-image] Oct 30 14:08:10.558 INFO O| Oct 30 14:08:10.558 INFO STEP 739 (remove_files) COMPLETE
64022024-10-30T14:08:11.247Z[ recovery-image] Oct 30 14:08:10.558 INFO O| Oct 30 14:08:10.558 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-10-30T14:08:11.266Z[ recovery-image] Oct 30 14:08:10.577 INFO O| Oct 30 14:08:10.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
64042024-10-30T14:08:11.269Z[ recovery-image] Oct 30 14:08:10.578 INFO O| Oct 30 14:08:10.578 INFO STEP 740 (remove_files) COMPLETE
64052024-10-30T14:08:11.269Z[ recovery-image] Oct 30 14:08:10.578 INFO O| Oct 30 14:08:10.578 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-10-30T14:08:11.305Z[ recovery-image] Oct 30 14:08:10.615 INFO O| Oct 30 14:08:10.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
64072024-10-30T14:08:11.305Z[ recovery-image] Oct 30 14:08:10.615 INFO O| Oct 30 14:08:10.615 INFO STEP 741 (remove_files) COMPLETE
64082024-10-30T14:08:11.305Z[ recovery-image] Oct 30 14:08:10.615 INFO O| Oct 30 14:08:10.615 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-10-30T14:08:11.336Z[ recovery-image] Oct 30 14:08:10.647 INFO O| Oct 30 14:08:10.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
64102024-10-30T14:08:11.336Z[ recovery-image] Oct 30 14:08:10.647 INFO O| Oct 30 14:08:10.647 INFO STEP 742 (remove_files) COMPLETE
64112024-10-30T14:08:11.336Z[ recovery-image] Oct 30 14:08:10.647 INFO O| Oct 30 14:08:10.647 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-10-30T14:08:11.364Z[ recovery-image] Oct 30 14:08:10.675 INFO O| Oct 30 14:08:10.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
64132024-10-30T14:08:11.367Z[ recovery-image] Oct 30 14:08:10.675 INFO O| Oct 30 14:08:10.675 INFO STEP 743 (remove_files) COMPLETE
64142024-10-30T14:08:11.367Z[ recovery-image] Oct 30 14:08:10.676 INFO O| Oct 30 14:08:10.675 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-10-30T14:08:11.383Z[ recovery-image] Oct 30 14:08:10.694 INFO O| Oct 30 14:08:10.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
64162024-10-30T14:08:11.386Z[ recovery-image] Oct 30 14:08:10.694 INFO O| Oct 30 14:08:10.694 INFO STEP 744 (remove_files) COMPLETE
64172024-10-30T14:08:11.386Z[ recovery-image] Oct 30 14:08:10.694 INFO O| Oct 30 14:08:10.694 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-10-30T14:08:11.400Z[ recovery-image] Oct 30 14:08:10.711 INFO O| Oct 30 14:08:10.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
64192024-10-30T14:08:11.402Z[ recovery-image] Oct 30 14:08:10.711 INFO O| Oct 30 14:08:10.711 INFO STEP 745 (remove_files) COMPLETE
64202024-10-30T14:08:11.402Z[ recovery-image] Oct 30 14:08:10.711 INFO O| Oct 30 14:08:10.711 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-10-30T14:08:11.430Z[ recovery-image] Oct 30 14:08:10.740 INFO O| Oct 30 14:08:10.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
64222024-10-30T14:08:11.430Z[ recovery-image] Oct 30 14:08:10.740 INFO O| Oct 30 14:08:10.740 INFO STEP 746 (remove_files) COMPLETE
64232024-10-30T14:08:11.430Z[ recovery-image] Oct 30 14:08:10.740 INFO O| Oct 30 14:08:10.740 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-10-30T14:08:11.479Z[ recovery-image] Oct 30 14:08:10.790 INFO O| Oct 30 14:08:10.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
64252024-10-30T14:08:11.481Z[ recovery-image] Oct 30 14:08:10.790 INFO O| Oct 30 14:08:10.790 INFO STEP 747 (remove_files) COMPLETE
64262024-10-30T14:08:11.482Z[ recovery-image] Oct 30 14:08:10.790 INFO O| Oct 30 14:08:10.790 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-10-30T14:08:11.484Z[ host-image] Oct 30 14:08:10.793 INFO O| Oct 30 14:08:10.793 INFO O| Planning: Evaluating mediators ... Done
64282024-10-30T14:08:11.484Z[ host-image] Oct 30 14:08:10.793 INFO O| Oct 30 14:08:10.793 INFO O| Planning: Planning completed in 4.32 seconds
64292024-10-30T14:08:11.486Z[ host-image] Oct 30 14:08:10.796 INFO O| Oct 30 14:08:10.796 INFO O| Packages to install: 1
64302024-10-30T14:08:11.499Z[ recovery-image] Oct 30 14:08:10.810 INFO O| Oct 30 14:08:10.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
64312024-10-30T14:08:11.502Z[ recovery-image] Oct 30 14:08:10.810 INFO O| Oct 30 14:08:10.810 INFO STEP 748 (remove_files) COMPLETE
64322024-10-30T14:08:11.502Z[ recovery-image] Oct 30 14:08:10.811 INFO O| Oct 30 14:08:10.811 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-10-30T14:08:11.504Z[ host-image] Oct 30 14:08:10.815 INFO O| Oct 30 14:08:10.815 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
64342024-10-30T14:08:11.518Z[ recovery-image] Oct 30 14:08:10.829 INFO O| Oct 30 14:08:10.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
64352024-10-30T14:08:11.520Z[ recovery-image] Oct 30 14:08:10.829 INFO O| Oct 30 14:08:10.829 INFO STEP 749 (remove_files) COMPLETE
64362024-10-30T14:08:11.520Z[ recovery-image] Oct 30 14:08:10.829 INFO O| Oct 30 14:08:10.829 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-10-30T14:08:11.535Z[ recovery-image] Oct 30 14:08:10.847 INFO O| Oct 30 14:08:10.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
64382024-10-30T14:08:11.538Z[ recovery-image] Oct 30 14:08:10.847 INFO O| Oct 30 14:08:10.847 INFO STEP 750 (remove_files) COMPLETE
64392024-10-30T14:08:11.538Z[ recovery-image] Oct 30 14:08:10.847 INFO O| Oct 30 14:08:10.847 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-10-30T14:08:11.553Z[ recovery-image] Oct 30 14:08:10.864 INFO O| Oct 30 14:08:10.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
64412024-10-30T14:08:11.555Z[ recovery-image] Oct 30 14:08:10.864 INFO O| Oct 30 14:08:10.864 INFO STEP 751 (remove_files) COMPLETE
64422024-10-30T14:08:11.556Z[ recovery-image] Oct 30 14:08:10.865 INFO O| Oct 30 14:08:10.864 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-10-30T14:08:11.571Z[ recovery-image] Oct 30 14:08:10.882 INFO O| Oct 30 14:08:10.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
64442024-10-30T14:08:11.573Z[ recovery-image] Oct 30 14:08:10.882 INFO O| Oct 30 14:08:10.882 INFO STEP 752 (remove_files) COMPLETE
64452024-10-30T14:08:11.573Z[ recovery-image] Oct 30 14:08:10.882 INFO O| Oct 30 14:08:10.882 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-10-30T14:08:11.589Z[ recovery-image] Oct 30 14:08:10.900 INFO O| Oct 30 14:08:10.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
64472024-10-30T14:08:11.591Z[ recovery-image] Oct 30 14:08:10.900 INFO O| Oct 30 14:08:10.900 INFO STEP 753 (remove_files) COMPLETE
64482024-10-30T14:08:11.591Z[ recovery-image] Oct 30 14:08:10.900 INFO O| Oct 30 14:08:10.900 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-10-30T14:08:11.626Z[ recovery-image] Oct 30 14:08:10.937 INFO O| Oct 30 14:08:10.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
64502024-10-30T14:08:11.629Z[ recovery-image] Oct 30 14:08:10.938 INFO O| Oct 30 14:08:10.937 INFO STEP 754 (remove_files) COMPLETE
64512024-10-30T14:08:11.629Z[ recovery-image] Oct 30 14:08:10.938 INFO O| Oct 30 14:08:10.938 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-10-30T14:08:11.647Z[ recovery-image] Oct 30 14:08:10.958 INFO O| Oct 30 14:08:10.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
64532024-10-30T14:08:11.650Z[ recovery-image] Oct 30 14:08:10.958 INFO O| Oct 30 14:08:10.958 INFO STEP 755 (remove_files) COMPLETE
64542024-10-30T14:08:11.650Z[ recovery-image] Oct 30 14:08:10.958 INFO O| Oct 30 14:08:10.958 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-10-30T14:08:11.667Z[ recovery-image] Oct 30 14:08:10.977 INFO O| Oct 30 14:08:10.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
64562024-10-30T14:08:11.670Z[ recovery-image] Oct 30 14:08:10.977 INFO O| Oct 30 14:08:10.977 INFO STEP 756 (remove_files) COMPLETE
64572024-10-30T14:08:11.670Z[ recovery-image] Oct 30 14:08:10.977 INFO O| Oct 30 14:08:10.977 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-10-30T14:08:11.685Z[ recovery-image] Oct 30 14:08:10.995 INFO O| Oct 30 14:08:10.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
64592024-10-30T14:08:11.688Z[ recovery-image] Oct 30 14:08:10.995 INFO O| Oct 30 14:08:10.995 INFO STEP 757 (remove_files) COMPLETE
64602024-10-30T14:08:11.688Z[ recovery-image] Oct 30 14:08:10.996 INFO O| Oct 30 14:08:10.995 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-10-30T14:08:11.706Z[ recovery-image] Oct 30 14:08:11.017 INFO O| Oct 30 14:08:11.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
64622024-10-30T14:08:11.709Z[ recovery-image] Oct 30 14:08:11.018 INFO O| Oct 30 14:08:11.018 INFO STEP 758 (remove_files) COMPLETE
64632024-10-30T14:08:11.709Z[ recovery-image] Oct 30 14:08:11.018 INFO O| Oct 30 14:08:11.018 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-10-30T14:08:11.725Z[ recovery-image] Oct 30 14:08:11.036 INFO O| Oct 30 14:08:11.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
64652024-10-30T14:08:11.728Z[ recovery-image] Oct 30 14:08:11.037 INFO O| Oct 30 14:08:11.037 INFO STEP 759 (remove_files) COMPLETE
64662024-10-30T14:08:11.728Z[ recovery-image] Oct 30 14:08:11.037 INFO O| Oct 30 14:08:11.037 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-10-30T14:08:11.744Z[ recovery-image] Oct 30 14:08:11.055 INFO O| Oct 30 14:08:11.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
64682024-10-30T14:08:11.746Z[ recovery-image] Oct 30 14:08:11.055 INFO O| Oct 30 14:08:11.055 INFO STEP 760 (remove_files) COMPLETE
64692024-10-30T14:08:11.746Z[ recovery-image] Oct 30 14:08:11.055 INFO O| Oct 30 14:08:11.055 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-10-30T14:08:11.762Z[ recovery-image] Oct 30 14:08:11.073 INFO O| Oct 30 14:08:11.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
64712024-10-30T14:08:11.765Z[ recovery-image] Oct 30 14:08:11.074 INFO O| Oct 30 14:08:11.074 INFO STEP 761 (remove_files) COMPLETE
64722024-10-30T14:08:11.765Z[ recovery-image] Oct 30 14:08:11.074 INFO O| Oct 30 14:08:11.074 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-10-30T14:08:11.781Z[ recovery-image] Oct 30 14:08:11.092 INFO O| Oct 30 14:08:11.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
64742024-10-30T14:08:11.784Z[ recovery-image] Oct 30 14:08:11.092 INFO O| Oct 30 14:08:11.092 INFO STEP 762 (remove_files) COMPLETE
64752024-10-30T14:08:11.784Z[ recovery-image] Oct 30 14:08:11.092 INFO O| Oct 30 14:08:11.092 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-10-30T14:08:11.845Z[ recovery-image] Oct 30 14:08:11.156 INFO O| Oct 30 14:08:11.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
64772024-10-30T14:08:11.848Z[ recovery-image] Oct 30 14:08:11.156 INFO O| Oct 30 14:08:11.156 INFO STEP 763 (remove_files) COMPLETE
64782024-10-30T14:08:11.848Z[ recovery-image] Oct 30 14:08:11.156 INFO O| Oct 30 14:08:11.156 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-10-30T14:08:11.872Z[ recovery-image] Oct 30 14:08:11.183 INFO O| Oct 30 14:08:11.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
64802024-10-30T14:08:11.872Z[ recovery-image] Oct 30 14:08:11.183 INFO O| Oct 30 14:08:11.183 INFO STEP 764 (remove_files) COMPLETE
64812024-10-30T14:08:11.875Z[ recovery-image] Oct 30 14:08:11.183 INFO O| Oct 30 14:08:11.183 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-10-30T14:08:11.894Z[ recovery-image] Oct 30 14:08:11.205 INFO O| Oct 30 14:08:11.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
64832024-10-30T14:08:11.897Z[ recovery-image] Oct 30 14:08:11.205 INFO O| Oct 30 14:08:11.205 INFO STEP 765 (remove_files) COMPLETE
64842024-10-30T14:08:11.897Z[ recovery-image] Oct 30 14:08:11.206 INFO O| Oct 30 14:08:11.205 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-10-30T14:08:11.923Z[ recovery-image] Oct 30 14:08:11.234 INFO O| Oct 30 14:08:11.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
64862024-10-30T14:08:11.925Z[ recovery-image] Oct 30 14:08:11.234 INFO O| Oct 30 14:08:11.234 INFO STEP 766 (remove_files) COMPLETE
64872024-10-30T14:08:11.925Z[ recovery-image] Oct 30 14:08:11.234 INFO O| Oct 30 14:08:11.234 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-10-30T14:08:11.950Z[ recovery-image] Oct 30 14:08:11.261 INFO O| Oct 30 14:08:11.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
64892024-10-30T14:08:11.953Z[ recovery-image] Oct 30 14:08:11.261 INFO O| Oct 30 14:08:11.261 INFO STEP 767 (remove_files) COMPLETE
64902024-10-30T14:08:11.953Z[ recovery-image] Oct 30 14:08:11.262 INFO O| Oct 30 14:08:11.261 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-10-30T14:08:11.990Z[ recovery-image] Oct 30 14:08:11.301 INFO O| Oct 30 14:08:11.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
64922024-10-30T14:08:11.993Z[ recovery-image] Oct 30 14:08:11.301 INFO O| Oct 30 14:08:11.301 INFO STEP 768 (remove_files) COMPLETE
64932024-10-30T14:08:11.993Z[ recovery-image] Oct 30 14:08:11.301 INFO O| Oct 30 14:08:11.301 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-10-30T14:08:12.011Z[ recovery-image] Oct 30 14:08:11.322 INFO O| Oct 30 14:08:11.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
64952024-10-30T14:08:12.014Z[ recovery-image] Oct 30 14:08:11.322 INFO O| Oct 30 14:08:11.322 INFO STEP 769 (remove_files) COMPLETE
64962024-10-30T14:08:12.014Z[ recovery-image] Oct 30 14:08:11.322 INFO O| Oct 30 14:08:11.322 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-10-30T14:08:12.029Z[ recovery-image] Oct 30 14:08:11.340 INFO O| Oct 30 14:08:11.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
64982024-10-30T14:08:12.032Z[ recovery-image] Oct 30 14:08:11.340 INFO O| Oct 30 14:08:11.340 INFO STEP 770 (remove_files) COMPLETE
64992024-10-30T14:08:12.032Z[ recovery-image] Oct 30 14:08:11.340 INFO O| Oct 30 14:08:11.340 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-10-30T14:08:12.047Z[ recovery-image] Oct 30 14:08:11.358 INFO O| Oct 30 14:08:11.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
65012024-10-30T14:08:12.050Z[ recovery-image] Oct 30 14:08:11.359 INFO O| Oct 30 14:08:11.358 INFO STEP 771 (remove_files) COMPLETE
65022024-10-30T14:08:12.050Z[ recovery-image] Oct 30 14:08:11.359 INFO O| Oct 30 14:08:11.359 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-10-30T14:08:12.065Z[ recovery-image] Oct 30 14:08:11.376 INFO O| Oct 30 14:08:11.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
65042024-10-30T14:08:12.068Z[ recovery-image] Oct 30 14:08:11.376 INFO O| Oct 30 14:08:11.376 INFO STEP 772 (remove_files) COMPLETE
65052024-10-30T14:08:12.068Z[ recovery-image] Oct 30 14:08:11.376 INFO O| Oct 30 14:08:11.376 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062024-10-30T14:08:12.083Z[ recovery-image] Oct 30 14:08:11.394 INFO O| Oct 30 14:08:11.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
65072024-10-30T14:08:12.086Z[ recovery-image] Oct 30 14:08:11.395 INFO O| Oct 30 14:08:11.395 INFO STEP 773 (remove_files) COMPLETE
65082024-10-30T14:08:12.086Z[ recovery-image] Oct 30 14:08:11.395 INFO O| Oct 30 14:08:11.395 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092024-10-30T14:08:12.115Z[ recovery-image] Oct 30 14:08:11.426 INFO O| Oct 30 14:08:11.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
65102024-10-30T14:08:12.118Z[ recovery-image] Oct 30 14:08:11.427 INFO O| Oct 30 14:08:11.426 INFO STEP 774 (remove_files) COMPLETE
65112024-10-30T14:08:12.118Z[ recovery-image] Oct 30 14:08:11.427 INFO O| Oct 30 14:08:11.427 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-10-30T14:08:12.136Z[ recovery-image] Oct 30 14:08:11.447 INFO O| Oct 30 14:08:11.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
65132024-10-30T14:08:12.139Z[ recovery-image] Oct 30 14:08:11.448 INFO O| Oct 30 14:08:11.448 INFO STEP 775 (remove_files) COMPLETE
65142024-10-30T14:08:12.139Z[ recovery-image] Oct 30 14:08:11.448 INFO O| Oct 30 14:08:11.448 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-10-30T14:08:12.155Z[ recovery-image] Oct 30 14:08:11.466 INFO O| Oct 30 14:08:11.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
65162024-10-30T14:08:12.158Z[ recovery-image] Oct 30 14:08:11.467 INFO O| Oct 30 14:08:11.467 INFO STEP 776 (remove_files) COMPLETE
65172024-10-30T14:08:12.158Z[ recovery-image] Oct 30 14:08:11.467 INFO O| Oct 30 14:08:11.467 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-10-30T14:08:12.176Z[ recovery-image] Oct 30 14:08:11.485 INFO O| Oct 30 14:08:11.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
65192024-10-30T14:08:12.180Z[ recovery-image] Oct 30 14:08:11.486 INFO O| Oct 30 14:08:11.486 INFO STEP 777 (remove_files) COMPLETE
65202024-10-30T14:08:12.180Z[ recovery-image] Oct 30 14:08:11.486 INFO O| Oct 30 14:08:11.486 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-10-30T14:08:12.206Z[ recovery-image] Oct 30 14:08:11.517 INFO O| Oct 30 14:08:11.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
65222024-10-30T14:08:12.206Z[ recovery-image] Oct 30 14:08:11.517 INFO O| Oct 30 14:08:11.517 INFO STEP 778 (remove_files) COMPLETE
65232024-10-30T14:08:12.206Z[ recovery-image] Oct 30 14:08:11.517 INFO O| Oct 30 14:08:11.517 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-10-30T14:08:12.227Z[ recovery-image] Oct 30 14:08:11.538 INFO O| Oct 30 14:08:11.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
65252024-10-30T14:08:12.227Z[ recovery-image] Oct 30 14:08:11.538 INFO O| Oct 30 14:08:11.538 INFO STEP 779 (remove_files) COMPLETE
65262024-10-30T14:08:12.230Z[ recovery-image] Oct 30 14:08:11.538 INFO O| Oct 30 14:08:11.538 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-10-30T14:08:12.246Z[ recovery-image] Oct 30 14:08:11.557 INFO O| Oct 30 14:08:11.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
65282024-10-30T14:08:12.246Z[ recovery-image] Oct 30 14:08:11.557 INFO O| Oct 30 14:08:11.557 INFO STEP 780 (remove_files) COMPLETE
65292024-10-30T14:08:12.246Z[ recovery-image] Oct 30 14:08:11.557 INFO O| Oct 30 14:08:11.557 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302024-10-30T14:08:12.265Z[ recovery-image] Oct 30 14:08:11.576 INFO O| Oct 30 14:08:11.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
65312024-10-30T14:08:12.265Z[ recovery-image] Oct 30 14:08:11.576 INFO O| Oct 30 14:08:11.576 INFO STEP 781 (remove_files) COMPLETE
65322024-10-30T14:08:12.267Z[ recovery-image] Oct 30 14:08:11.576 INFO O| Oct 30 14:08:11.576 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332024-10-30T14:08:12.283Z[ recovery-image] Oct 30 14:08:11.594 INFO O| Oct 30 14:08:11.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
65342024-10-30T14:08:12.283Z[ recovery-image] Oct 30 14:08:11.594 INFO O| Oct 30 14:08:11.594 INFO STEP 782 (remove_files) COMPLETE
65352024-10-30T14:08:12.283Z[ recovery-image] Oct 30 14:08:11.594 INFO O| Oct 30 14:08:11.594 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-10-30T14:08:12.301Z[ recovery-image] Oct 30 14:08:11.612 INFO O| Oct 30 14:08:11.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
65372024-10-30T14:08:12.301Z[ recovery-image] Oct 30 14:08:11.612 INFO O| Oct 30 14:08:11.612 INFO STEP 783 (remove_files) COMPLETE
65382024-10-30T14:08:12.301Z[ recovery-image] Oct 30 14:08:11.612 INFO O| Oct 30 14:08:11.612 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-10-30T14:08:12.319Z[ recovery-image] Oct 30 14:08:11.630 INFO O| Oct 30 14:08:11.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
65402024-10-30T14:08:12.319Z[ recovery-image] Oct 30 14:08:11.630 INFO O| Oct 30 14:08:11.630 INFO STEP 784 (remove_files) COMPLETE
65412024-10-30T14:08:12.319Z[ recovery-image] Oct 30 14:08:11.630 INFO O| Oct 30 14:08:11.630 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-10-30T14:08:12.337Z[ recovery-image] Oct 30 14:08:11.648 INFO O| Oct 30 14:08:11.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
65432024-10-30T14:08:12.337Z[ recovery-image] Oct 30 14:08:11.648 INFO O| Oct 30 14:08:11.648 INFO STEP 785 (remove_files) COMPLETE
65442024-10-30T14:08:12.337Z[ recovery-image] Oct 30 14:08:11.648 INFO O| Oct 30 14:08:11.648 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-10-30T14:08:12.373Z[ recovery-image] Oct 30 14:08:11.683 INFO O| Oct 30 14:08:11.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
65462024-10-30T14:08:12.375Z[ recovery-image] Oct 30 14:08:11.684 INFO O| Oct 30 14:08:11.684 INFO STEP 786 (remove_files) COMPLETE
65472024-10-30T14:08:12.375Z[ recovery-image] Oct 30 14:08:11.684 INFO O| Oct 30 14:08:11.684 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-10-30T14:08:12.395Z[ recovery-image] Oct 30 14:08:11.706 INFO O| Oct 30 14:08:11.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
65492024-10-30T14:08:12.395Z[ recovery-image] Oct 30 14:08:11.706 INFO O| Oct 30 14:08:11.706 INFO STEP 787 (remove_files) COMPLETE
65502024-10-30T14:08:12.398Z[ recovery-image] Oct 30 14:08:11.706 INFO O| Oct 30 14:08:11.706 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-10-30T14:08:12.417Z[ recovery-image] Oct 30 14:08:11.728 INFO O| Oct 30 14:08:11.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
65522024-10-30T14:08:12.417Z[ recovery-image] Oct 30 14:08:11.728 INFO O| Oct 30 14:08:11.728 INFO STEP 788 (remove_files) COMPLETE
65532024-10-30T14:08:12.417Z[ recovery-image] Oct 30 14:08:11.728 INFO O| Oct 30 14:08:11.728 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-10-30T14:08:12.436Z[ recovery-image] Oct 30 14:08:11.747 INFO O| Oct 30 14:08:11.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
65552024-10-30T14:08:12.436Z[ recovery-image] Oct 30 14:08:11.747 INFO O| Oct 30 14:08:11.747 INFO STEP 789 (remove_files) COMPLETE
65562024-10-30T14:08:12.439Z[ recovery-image] Oct 30 14:08:11.747 INFO O| Oct 30 14:08:11.747 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-10-30T14:08:12.455Z[ recovery-image] Oct 30 14:08:11.766 INFO O| Oct 30 14:08:11.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
65582024-10-30T14:08:12.455Z[ recovery-image] Oct 30 14:08:11.766 INFO O| Oct 30 14:08:11.766 INFO STEP 790 (remove_files) COMPLETE
65592024-10-30T14:08:12.455Z[ recovery-image] Oct 30 14:08:11.766 INFO O| Oct 30 14:08:11.766 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-10-30T14:08:12.474Z[ recovery-image] Oct 30 14:08:11.785 INFO O| Oct 30 14:08:11.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
65612024-10-30T14:08:12.474Z[ recovery-image] Oct 30 14:08:11.785 INFO O| Oct 30 14:08:11.785 INFO STEP 791 (remove_files) COMPLETE
65622024-10-30T14:08:12.474Z[ recovery-image] Oct 30 14:08:11.785 INFO O| Oct 30 14:08:11.785 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-10-30T14:08:12.518Z[ recovery-image] Oct 30 14:08:11.829 INFO O| Oct 30 14:08:11.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
65642024-10-30T14:08:12.521Z[ recovery-image] Oct 30 14:08:11.829 INFO O| Oct 30 14:08:11.829 INFO STEP 792 (remove_files) COMPLETE
65652024-10-30T14:08:12.521Z[ recovery-image] Oct 30 14:08:11.829 INFO O| Oct 30 14:08:11.829 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-10-30T14:08:12.539Z[ recovery-image] Oct 30 14:08:11.850 INFO O| Oct 30 14:08:11.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
65672024-10-30T14:08:12.539Z[ recovery-image] Oct 30 14:08:11.850 INFO O| Oct 30 14:08:11.850 INFO STEP 793 (remove_files) COMPLETE
65682024-10-30T14:08:12.539Z[ recovery-image] Oct 30 14:08:11.850 INFO O| Oct 30 14:08:11.850 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-10-30T14:08:12.563Z[ recovery-image] Oct 30 14:08:11.874 INFO O| Oct 30 14:08:11.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
65702024-10-30T14:08:12.563Z[ recovery-image] Oct 30 14:08:11.874 INFO O| Oct 30 14:08:11.874 INFO STEP 794 (remove_files) COMPLETE
65712024-10-30T14:08:12.563Z[ recovery-image] Oct 30 14:08:11.874 INFO O| Oct 30 14:08:11.874 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-10-30T14:08:12.583Z[ recovery-image] Oct 30 14:08:11.894 INFO O| Oct 30 14:08:11.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
65732024-10-30T14:08:12.586Z[ recovery-image] Oct 30 14:08:11.894 INFO O| Oct 30 14:08:11.894 INFO STEP 795 (remove_files) COMPLETE
65742024-10-30T14:08:12.586Z[ recovery-image] Oct 30 14:08:11.894 INFO O| Oct 30 14:08:11.894 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-10-30T14:08:12.604Z[ recovery-image] Oct 30 14:08:11.915 INFO O| Oct 30 14:08:11.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
65762024-10-30T14:08:12.606Z[ recovery-image] Oct 30 14:08:11.915 INFO O| Oct 30 14:08:11.915 INFO STEP 796 (remove_files) COMPLETE
65772024-10-30T14:08:12.606Z[ recovery-image] Oct 30 14:08:11.915 INFO O| Oct 30 14:08:11.915 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-10-30T14:08:12.624Z[ recovery-image] Oct 30 14:08:11.935 INFO O| Oct 30 14:08:11.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
65792024-10-30T14:08:12.624Z[ recovery-image] Oct 30 14:08:11.935 INFO O| Oct 30 14:08:11.935 INFO STEP 797 (remove_files) COMPLETE
65802024-10-30T14:08:12.627Z[ recovery-image] Oct 30 14:08:11.935 INFO O| Oct 30 14:08:11.935 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-10-30T14:08:12.643Z[ recovery-image] Oct 30 14:08:11.954 INFO O| Oct 30 14:08:11.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
65822024-10-30T14:08:12.643Z[ recovery-image] Oct 30 14:08:11.954 INFO O| Oct 30 14:08:11.954 INFO STEP 798 (remove_files) COMPLETE
65832024-10-30T14:08:12.645Z[ recovery-image] Oct 30 14:08:11.954 INFO O| Oct 30 14:08:11.954 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-10-30T14:08:12.685Z[ recovery-image] Oct 30 14:08:11.995 INFO O| Oct 30 14:08:11.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
65852024-10-30T14:08:12.685Z[ recovery-image] Oct 30 14:08:11.995 INFO O| Oct 30 14:08:11.995 INFO STEP 799 (remove_files) COMPLETE
65862024-10-30T14:08:12.685Z[ recovery-image] Oct 30 14:08:11.995 INFO O| Oct 30 14:08:11.995 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-10-30T14:08:12.713Z[ recovery-image] Oct 30 14:08:12.024 INFO O| Oct 30 14:08:12.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
65882024-10-30T14:08:12.713Z[ recovery-image] Oct 30 14:08:12.024 INFO O| Oct 30 14:08:12.024 INFO STEP 800 (remove_files) COMPLETE
65892024-10-30T14:08:12.715Z[ recovery-image] Oct 30 14:08:12.024 INFO O| Oct 30 14:08:12.024 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-10-30T14:08:12.763Z[ recovery-image] Oct 30 14:08:12.074 INFO O| Oct 30 14:08:12.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
65912024-10-30T14:08:12.763Z[ recovery-image] Oct 30 14:08:12.074 INFO O| Oct 30 14:08:12.074 INFO STEP 801 (remove_files) COMPLETE
65922024-10-30T14:08:12.763Z[ recovery-image] Oct 30 14:08:12.074 INFO O| Oct 30 14:08:12.074 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-10-30T14:08:12.784Z[ recovery-image] Oct 30 14:08:12.095 INFO O| Oct 30 14:08:12.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
65942024-10-30T14:08:12.787Z[ recovery-image] Oct 30 14:08:12.095 INFO O| Oct 30 14:08:12.095 INFO STEP 802 (remove_files) COMPLETE
65952024-10-30T14:08:12.787Z[ recovery-image] Oct 30 14:08:12.095 INFO O| Oct 30 14:08:12.095 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-10-30T14:08:12.814Z[ recovery-image] Oct 30 14:08:12.124 INFO O| Oct 30 14:08:12.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
65972024-10-30T14:08:12.814Z[ recovery-image] Oct 30 14:08:12.125 INFO O| Oct 30 14:08:12.125 INFO STEP 803 (remove_files) COMPLETE
65982024-10-30T14:08:12.814Z[ recovery-image] Oct 30 14:08:12.125 INFO O| Oct 30 14:08:12.125 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-10-30T14:08:12.834Z[ recovery-image] Oct 30 14:08:12.145 INFO O| Oct 30 14:08:12.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
66002024-10-30T14:08:12.834Z[ recovery-image] Oct 30 14:08:12.145 INFO O| Oct 30 14:08:12.145 INFO STEP 804 (remove_files) COMPLETE
66012024-10-30T14:08:12.834Z[ recovery-image] Oct 30 14:08:12.145 INFO O| Oct 30 14:08:12.145 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-10-30T14:08:12.854Z[ recovery-image] Oct 30 14:08:12.165 INFO O| Oct 30 14:08:12.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
66032024-10-30T14:08:12.854Z[ recovery-image] Oct 30 14:08:12.165 INFO O| Oct 30 14:08:12.165 INFO STEP 805 (remove_files) COMPLETE
66042024-10-30T14:08:12.854Z[ recovery-image] Oct 30 14:08:12.165 INFO O| Oct 30 14:08:12.165 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-10-30T14:08:12.873Z[ recovery-image] Oct 30 14:08:12.184 INFO O| Oct 30 14:08:12.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
66062024-10-30T14:08:12.873Z[ recovery-image] Oct 30 14:08:12.184 INFO O| Oct 30 14:08:12.184 INFO STEP 806 (remove_files) COMPLETE
66072024-10-30T14:08:12.873Z[ recovery-image] Oct 30 14:08:12.184 INFO O| Oct 30 14:08:12.184 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-10-30T14:08:12.890Z[ recovery-image] Oct 30 14:08:12.201 INFO O| Oct 30 14:08:12.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
66092024-10-30T14:08:12.904Z[ host-image] Oct 30 14:08:12.215 INFO O| Oct 30 14:08:12.214 INFO O| Download: Completed 20.80 MB in 1.40 seconds (14.9M/s)
66102024-10-30T14:08:12.914Z[ recovery-image] Oct 30 14:08:12.224 INFO O| Oct 30 14:08:12.224 INFO STEP 807 (remove_files) COMPLETE
66112024-10-30T14:08:12.914Z[ recovery-image] Oct 30 14:08:12.224 INFO O| Oct 30 14:08:12.224 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-10-30T14:08:12.994Z[ recovery-image] Oct 30 14:08:12.305 INFO O| Oct 30 14:08:12.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
66132024-10-30T14:08:12.998Z[ recovery-image] Oct 30 14:08:12.306 INFO O| Oct 30 14:08:12.306 INFO STEP 808 (remove_files) COMPLETE
66142024-10-30T14:08:12.998Z[ recovery-image] Oct 30 14:08:12.306 INFO O| Oct 30 14:08:12.306 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-10-30T14:08:13.007Z[ host-image] Oct 30 14:08:12.318 INFO O| Oct 30 14:08:12.318 INFO O| Actions: 1/22 actions (Installing new actions)
66162024-10-30T14:08:13.035Z[ recovery-image] Oct 30 14:08:12.346 INFO O| Oct 30 14:08:12.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
66172024-10-30T14:08:13.038Z[ recovery-image] Oct 30 14:08:12.346 INFO O| Oct 30 14:08:12.346 INFO STEP 809 (remove_files) COMPLETE
66182024-10-30T14:08:13.038Z[ recovery-image] Oct 30 14:08:12.346 INFO O| Oct 30 14:08:12.346 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-10-30T14:08:13.055Z[ recovery-image] Oct 30 14:08:12.366 INFO O| Oct 30 14:08:12.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
66202024-10-30T14:08:13.055Z[ recovery-image] Oct 30 14:08:12.366 INFO O| Oct 30 14:08:12.366 INFO STEP 810 (remove_files) COMPLETE
66212024-10-30T14:08:13.056Z[ recovery-image] Oct 30 14:08:12.366 INFO O| Oct 30 14:08:12.366 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-10-30T14:08:13.074Z[ recovery-image] Oct 30 14:08:12.385 INFO O| Oct 30 14:08:12.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
66232024-10-30T14:08:13.074Z[ recovery-image] Oct 30 14:08:12.385 INFO O| Oct 30 14:08:12.385 INFO STEP 811 (remove_files) COMPLETE
66242024-10-30T14:08:13.077Z[ recovery-image] Oct 30 14:08:12.385 INFO O| Oct 30 14:08:12.385 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-10-30T14:08:13.093Z[ recovery-image] Oct 30 14:08:12.404 INFO O| Oct 30 14:08:12.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
66262024-10-30T14:08:13.093Z[ recovery-image] Oct 30 14:08:12.404 INFO O| Oct 30 14:08:12.404 INFO STEP 812 (remove_files) COMPLETE
66272024-10-30T14:08:13.093Z[ recovery-image] Oct 30 14:08:12.404 INFO O| Oct 30 14:08:12.404 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-10-30T14:08:13.111Z[ recovery-image] Oct 30 14:08:12.422 INFO O| Oct 30 14:08:12.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
66292024-10-30T14:08:13.111Z[ recovery-image] Oct 30 14:08:12.422 INFO O| Oct 30 14:08:12.422 INFO STEP 813 (remove_files) COMPLETE
66302024-10-30T14:08:13.111Z[ recovery-image] Oct 30 14:08:12.422 INFO O| Oct 30 14:08:12.422 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-10-30T14:08:13.129Z[ recovery-image] Oct 30 14:08:12.440 INFO O| Oct 30 14:08:12.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
66322024-10-30T14:08:13.129Z[ recovery-image] Oct 30 14:08:12.440 INFO O| Oct 30 14:08:12.440 INFO STEP 814 (remove_files) COMPLETE
66332024-10-30T14:08:13.129Z[ recovery-image] Oct 30 14:08:12.440 INFO O| Oct 30 14:08:12.440 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-10-30T14:08:13.148Z[ recovery-image] Oct 30 14:08:12.459 INFO O| Oct 30 14:08:12.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
66352024-10-30T14:08:13.148Z[ recovery-image] Oct 30 14:08:12.459 INFO O| Oct 30 14:08:12.459 INFO STEP 815 (remove_files) COMPLETE
66362024-10-30T14:08:13.151Z[ recovery-image] Oct 30 14:08:12.460 INFO O| Oct 30 14:08:12.459 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-10-30T14:08:13.168Z[ recovery-image] Oct 30 14:08:12.478 INFO O| Oct 30 14:08:12.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
66382024-10-30T14:08:13.168Z[ recovery-image] Oct 30 14:08:12.478 INFO O| Oct 30 14:08:12.478 INFO STEP 816 (remove_files) COMPLETE
66392024-10-30T14:08:13.173Z[ recovery-image] Oct 30 14:08:12.478 INFO O| Oct 30 14:08:12.478 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-10-30T14:08:13.187Z[ recovery-image] Oct 30 14:08:12.497 INFO O| Oct 30 14:08:12.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
66412024-10-30T14:08:13.187Z[ recovery-image] Oct 30 14:08:12.498 INFO O| Oct 30 14:08:12.498 INFO STEP 817 (remove_files) COMPLETE
66422024-10-30T14:08:13.190Z[ recovery-image] Oct 30 14:08:12.498 INFO O| Oct 30 14:08:12.498 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-10-30T14:08:13.206Z[ recovery-image] Oct 30 14:08:12.516 INFO O| Oct 30 14:08:12.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
66442024-10-30T14:08:13.206Z[ recovery-image] Oct 30 14:08:12.516 INFO O| Oct 30 14:08:12.516 INFO STEP 818 (remove_files) COMPLETE
66452024-10-30T14:08:13.206Z[ recovery-image] Oct 30 14:08:12.516 INFO O| Oct 30 14:08:12.516 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-10-30T14:08:13.223Z[ recovery-image] Oct 30 14:08:12.534 INFO O| Oct 30 14:08:12.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
66472024-10-30T14:08:13.223Z[ recovery-image] Oct 30 14:08:12.534 INFO O| Oct 30 14:08:12.534 INFO STEP 819 (remove_files) COMPLETE
66482024-10-30T14:08:13.226Z[ recovery-image] Oct 30 14:08:12.534 INFO O| Oct 30 14:08:12.534 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-10-30T14:08:13.242Z[ recovery-image] Oct 30 14:08:12.552 INFO O| Oct 30 14:08:12.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
66502024-10-30T14:08:13.242Z[ recovery-image] Oct 30 14:08:12.552 INFO O| Oct 30 14:08:12.552 INFO STEP 820 (remove_files) COMPLETE
66512024-10-30T14:08:13.242Z[ recovery-image] Oct 30 14:08:12.553 INFO O| Oct 30 14:08:12.552 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-10-30T14:08:13.260Z[ recovery-image] Oct 30 14:08:12.570 INFO O| Oct 30 14:08:12.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
66532024-10-30T14:08:13.260Z[ recovery-image] Oct 30 14:08:12.570 INFO O| Oct 30 14:08:12.570 INFO STEP 821 (remove_files) COMPLETE
66542024-10-30T14:08:13.260Z[ recovery-image] Oct 30 14:08:12.570 INFO O| Oct 30 14:08:12.570 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-10-30T14:08:13.277Z[ recovery-image] Oct 30 14:08:12.588 INFO O| Oct 30 14:08:12.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
66562024-10-30T14:08:13.277Z[ recovery-image] Oct 30 14:08:12.588 INFO O| Oct 30 14:08:12.588 INFO STEP 822 (remove_files) COMPLETE
66572024-10-30T14:08:13.280Z[ recovery-image] Oct 30 14:08:12.588 INFO O| Oct 30 14:08:12.588 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-10-30T14:08:13.295Z[ recovery-image] Oct 30 14:08:12.606 INFO O| Oct 30 14:08:12.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
66592024-10-30T14:08:13.295Z[ recovery-image] Oct 30 14:08:12.606 INFO O| Oct 30 14:08:12.606 INFO STEP 823 (remove_files) COMPLETE
66602024-10-30T14:08:13.296Z[ recovery-image] Oct 30 14:08:12.606 INFO O| Oct 30 14:08:12.606 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-10-30T14:08:13.313Z[ recovery-image] Oct 30 14:08:12.623 INFO O| Oct 30 14:08:12.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
66622024-10-30T14:08:13.313Z[ recovery-image] Oct 30 14:08:12.623 INFO O| Oct 30 14:08:12.623 INFO STEP 824 (remove_files) COMPLETE
66632024-10-30T14:08:13.313Z[ recovery-image] Oct 30 14:08:12.623 INFO O| Oct 30 14:08:12.623 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-10-30T14:08:13.331Z[ recovery-image] Oct 30 14:08:12.641 INFO O| Oct 30 14:08:12.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
66652024-10-30T14:08:13.331Z[ recovery-image] Oct 30 14:08:12.641 INFO O| Oct 30 14:08:12.641 INFO STEP 825 (remove_files) COMPLETE
66662024-10-30T14:08:13.331Z[ recovery-image] Oct 30 14:08:12.641 INFO O| Oct 30 14:08:12.641 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-10-30T14:08:13.349Z[ recovery-image] Oct 30 14:08:12.660 INFO O| Oct 30 14:08:12.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
66682024-10-30T14:08:13.349Z[ recovery-image] Oct 30 14:08:12.660 INFO O| Oct 30 14:08:12.660 INFO STEP 826 (remove_files) COMPLETE
66692024-10-30T14:08:13.350Z[ recovery-image] Oct 30 14:08:12.660 INFO O| Oct 30 14:08:12.660 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-10-30T14:08:13.367Z[ recovery-image] Oct 30 14:08:12.677 INFO O| Oct 30 14:08:12.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
66712024-10-30T14:08:13.367Z[ recovery-image] Oct 30 14:08:12.677 INFO O| Oct 30 14:08:12.677 INFO STEP 827 (remove_files) COMPLETE
66722024-10-30T14:08:13.367Z[ recovery-image] Oct 30 14:08:12.677 INFO O| Oct 30 14:08:12.677 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-10-30T14:08:13.384Z[ recovery-image] Oct 30 14:08:12.695 INFO O| Oct 30 14:08:12.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
66742024-10-30T14:08:13.384Z[ recovery-image] Oct 30 14:08:12.696 INFO O| Oct 30 14:08:12.696 INFO STEP 828 (remove_files) COMPLETE
66752024-10-30T14:08:13.387Z[ recovery-image] Oct 30 14:08:12.696 INFO O| Oct 30 14:08:12.696 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-10-30T14:08:13.403Z[ recovery-image] Oct 30 14:08:12.713 INFO O| Oct 30 14:08:12.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
66772024-10-30T14:08:13.403Z[ recovery-image] Oct 30 14:08:12.714 INFO O| Oct 30 14:08:12.713 INFO STEP 829 (remove_files) COMPLETE
66782024-10-30T14:08:13.403Z[ recovery-image] Oct 30 14:08:12.714 INFO O| Oct 30 14:08:12.714 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-10-30T14:08:13.421Z[ recovery-image] Oct 30 14:08:12.732 INFO O| Oct 30 14:08:12.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
66802024-10-30T14:08:13.421Z[ recovery-image] Oct 30 14:08:12.732 INFO O| Oct 30 14:08:12.732 INFO STEP 830 (remove_files) COMPLETE
66812024-10-30T14:08:13.421Z[ recovery-image] Oct 30 14:08:12.732 INFO O| Oct 30 14:08:12.732 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-10-30T14:08:13.441Z[ recovery-image] Oct 30 14:08:12.751 INFO O| Oct 30 14:08:12.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
66832024-10-30T14:08:13.441Z[ recovery-image] Oct 30 14:08:12.751 INFO O| Oct 30 14:08:12.751 INFO STEP 831 (remove_files) COMPLETE
66842024-10-30T14:08:13.441Z[ recovery-image] Oct 30 14:08:12.752 INFO O| Oct 30 14:08:12.751 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-10-30T14:08:13.459Z[ recovery-image] Oct 30 14:08:12.770 INFO O| Oct 30 14:08:12.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
66862024-10-30T14:08:13.459Z[ recovery-image] Oct 30 14:08:12.770 INFO O| Oct 30 14:08:12.770 INFO STEP 832 (remove_files) COMPLETE
66872024-10-30T14:08:13.462Z[ recovery-image] Oct 30 14:08:12.770 INFO O| Oct 30 14:08:12.770 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-10-30T14:08:13.479Z[ recovery-image] Oct 30 14:08:12.789 INFO O| Oct 30 14:08:12.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
66892024-10-30T14:08:13.479Z[ recovery-image] Oct 30 14:08:12.790 INFO O| Oct 30 14:08:12.789 INFO STEP 833 (remove_files) COMPLETE
66902024-10-30T14:08:13.479Z[ recovery-image] Oct 30 14:08:12.790 INFO O| Oct 30 14:08:12.789 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-10-30T14:08:13.498Z[ recovery-image] Oct 30 14:08:12.808 INFO O| Oct 30 14:08:12.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
66922024-10-30T14:08:13.498Z[ recovery-image] Oct 30 14:08:12.808 INFO O| Oct 30 14:08:12.808 INFO STEP 834 (remove_files) COMPLETE
66932024-10-30T14:08:13.498Z[ recovery-image] Oct 30 14:08:12.808 INFO O| Oct 30 14:08:12.808 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-10-30T14:08:13.516Z[ recovery-image] Oct 30 14:08:12.826 INFO O| Oct 30 14:08:12.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
66952024-10-30T14:08:13.516Z[ recovery-image] Oct 30 14:08:12.826 INFO O| Oct 30 14:08:12.826 INFO STEP 835 (remove_files) COMPLETE
66962024-10-30T14:08:13.516Z[ recovery-image] Oct 30 14:08:12.826 INFO O| Oct 30 14:08:12.826 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-10-30T14:08:13.535Z[ recovery-image] Oct 30 14:08:12.845 INFO O| Oct 30 14:08:12.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
66982024-10-30T14:08:13.535Z[ recovery-image] Oct 30 14:08:12.845 INFO O| Oct 30 14:08:12.845 INFO STEP 836 (remove_files) COMPLETE
66992024-10-30T14:08:13.535Z[ recovery-image] Oct 30 14:08:12.845 INFO O| Oct 30 14:08:12.845 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-10-30T14:08:13.554Z[ recovery-image] Oct 30 14:08:12.864 INFO O| Oct 30 14:08:12.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
67012024-10-30T14:08:13.554Z[ recovery-image] Oct 30 14:08:12.864 INFO O| Oct 30 14:08:12.864 INFO STEP 837 (remove_files) COMPLETE
67022024-10-30T14:08:13.554Z[ recovery-image] Oct 30 14:08:12.864 INFO O| Oct 30 14:08:12.864 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-10-30T14:08:13.573Z[ recovery-image] Oct 30 14:08:12.883 INFO O| Oct 30 14:08:12.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
67042024-10-30T14:08:13.574Z[ recovery-image] Oct 30 14:08:12.883 INFO O| Oct 30 14:08:12.883 INFO STEP 838 (remove_files) COMPLETE
67052024-10-30T14:08:13.574Z[ recovery-image] Oct 30 14:08:12.883 INFO O| Oct 30 14:08:12.883 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-10-30T14:08:13.592Z[ recovery-image] Oct 30 14:08:12.902 INFO O| Oct 30 14:08:12.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
67072024-10-30T14:08:13.592Z[ recovery-image] Oct 30 14:08:12.902 INFO O| Oct 30 14:08:12.902 INFO STEP 839 (remove_files) COMPLETE
67082024-10-30T14:08:13.592Z[ recovery-image] Oct 30 14:08:12.902 INFO O| Oct 30 14:08:12.902 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-10-30T14:08:13.611Z[ recovery-image] Oct 30 14:08:12.921 INFO O| Oct 30 14:08:12.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
67102024-10-30T14:08:13.611Z[ recovery-image] Oct 30 14:08:12.921 INFO O| Oct 30 14:08:12.921 INFO STEP 840 (remove_files) COMPLETE
67112024-10-30T14:08:13.613Z[ recovery-image] Oct 30 14:08:12.921 INFO O| Oct 30 14:08:12.921 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-10-30T14:08:13.627Z[ recovery-image] Oct 30 14:08:12.938 INFO O| Oct 30 14:08:12.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
67132024-10-30T14:08:13.627Z[ recovery-image] Oct 30 14:08:12.938 INFO O| Oct 30 14:08:12.938 INFO STEP 841 (remove_files) COMPLETE
67142024-10-30T14:08:13.627Z[ recovery-image] Oct 30 14:08:12.938 INFO O| Oct 30 14:08:12.938 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-10-30T14:08:13.646Z[ recovery-image] Oct 30 14:08:12.955 INFO O| Oct 30 14:08:12.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
67162024-10-30T14:08:13.646Z[ recovery-image] Oct 30 14:08:12.955 INFO O| Oct 30 14:08:12.955 INFO STEP 842 (remove_files) COMPLETE
67172024-10-30T14:08:13.649Z[ recovery-image] Oct 30 14:08:12.956 INFO O| Oct 30 14:08:12.955 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-10-30T14:08:13.668Z[ recovery-image] Oct 30 14:08:12.979 INFO O| Oct 30 14:08:12.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
67192024-10-30T14:08:13.668Z[ recovery-image] Oct 30 14:08:12.979 INFO O| Oct 30 14:08:12.979 INFO STEP 843 (remove_files) COMPLETE
67202024-10-30T14:08:13.671Z[ recovery-image] Oct 30 14:08:12.979 INFO O| Oct 30 14:08:12.979 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-10-30T14:08:13.694Z[ recovery-image] Oct 30 14:08:13.004 INFO O| Oct 30 14:08:13.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
67222024-10-30T14:08:13.697Z[ recovery-image] Oct 30 14:08:13.005 INFO O| Oct 30 14:08:13.005 INFO STEP 844 (remove_files) COMPLETE
67232024-10-30T14:08:13.697Z[ recovery-image] Oct 30 14:08:13.005 INFO O| Oct 30 14:08:13.005 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-10-30T14:08:13.729Z[ recovery-image] Oct 30 14:08:13.039 INFO O| Oct 30 14:08:13.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
67252024-10-30T14:08:13.729Z[ recovery-image] Oct 30 14:08:13.039 INFO O| Oct 30 14:08:13.039 INFO STEP 845 (remove_files) COMPLETE
67262024-10-30T14:08:13.731Z[ recovery-image] Oct 30 14:08:13.039 INFO O| Oct 30 14:08:13.039 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-10-30T14:08:13.734Z[ host-image] Oct 30 14:08:13.045 INFO O| Oct 30 14:08:13.045 INFO O| Actions: Completed 22 actions in 0.73 seconds.
67282024-10-30T14:08:13.748Z[ recovery-image] Oct 30 14:08:13.059 INFO O| Oct 30 14:08:13.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
67292024-10-30T14:08:13.748Z[ recovery-image] Oct 30 14:08:13.059 INFO O| Oct 30 14:08:13.059 INFO STEP 846 (remove_files) COMPLETE
67302024-10-30T14:08:13.748Z[ recovery-image] Oct 30 14:08:13.059 INFO O| Oct 30 14:08:13.059 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312024-10-30T14:08:13.768Z[ recovery-image] Oct 30 14:08:13.078 INFO O| Oct 30 14:08:13.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
67322024-10-30T14:08:13.768Z[ recovery-image] Oct 30 14:08:13.079 INFO O| Oct 30 14:08:13.079 INFO STEP 847 (remove_files) COMPLETE
67332024-10-30T14:08:13.770Z[ recovery-image] Oct 30 14:08:13.079 INFO O| Oct 30 14:08:13.079 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342024-10-30T14:08:13.787Z[ recovery-image] Oct 30 14:08:13.097 INFO O| Oct 30 14:08:13.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
67352024-10-30T14:08:13.787Z[ recovery-image] Oct 30 14:08:13.098 INFO O| Oct 30 14:08:13.098 INFO STEP 848 (remove_files) COMPLETE
67362024-10-30T14:08:13.789Z[ recovery-image] Oct 30 14:08:13.098 INFO O| Oct 30 14:08:13.098 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-10-30T14:08:13.805Z[ recovery-image] Oct 30 14:08:13.116 INFO O| Oct 30 14:08:13.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
67382024-10-30T14:08:13.806Z[ recovery-image] Oct 30 14:08:13.116 INFO O| Oct 30 14:08:13.116 INFO STEP 849 (remove_files) COMPLETE
67392024-10-30T14:08:13.808Z[ recovery-image] Oct 30 14:08:13.116 INFO O| Oct 30 14:08:13.116 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-10-30T14:08:13.824Z[ recovery-image] Oct 30 14:08:13.134 INFO O| Oct 30 14:08:13.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
67412024-10-30T14:08:13.827Z[ recovery-image] Oct 30 14:08:13.134 INFO O| Oct 30 14:08:13.134 INFO STEP 850 (remove_files) COMPLETE
67422024-10-30T14:08:13.827Z[ recovery-image] Oct 30 14:08:13.134 INFO O| Oct 30 14:08:13.134 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432024-10-30T14:08:13.842Z[ recovery-image] Oct 30 14:08:13.152 INFO O| Oct 30 14:08:13.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
67442024-10-30T14:08:13.844Z[ recovery-image] Oct 30 14:08:13.153 INFO O| Oct 30 14:08:13.153 INFO STEP 851 (remove_files) COMPLETE
67452024-10-30T14:08:13.844Z[ recovery-image] Oct 30 14:08:13.153 INFO O| Oct 30 14:08:13.153 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462024-10-30T14:08:13.860Z[ recovery-image] Oct 30 14:08:13.171 INFO O| Oct 30 14:08:13.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
67472024-10-30T14:08:13.863Z[ recovery-image] Oct 30 14:08:13.171 INFO O| Oct 30 14:08:13.171 INFO STEP 852 (remove_files) COMPLETE
67482024-10-30T14:08:13.863Z[ recovery-image] Oct 30 14:08:13.171 INFO O| Oct 30 14:08:13.171 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492024-10-30T14:08:13.878Z[ recovery-image] Oct 30 14:08:13.189 INFO O| Oct 30 14:08:13.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
67502024-10-30T14:08:13.880Z[ recovery-image] Oct 30 14:08:13.189 INFO O| Oct 30 14:08:13.189 INFO STEP 853 (remove_files) COMPLETE
67512024-10-30T14:08:13.880Z[ recovery-image] Oct 30 14:08:13.189 INFO O| Oct 30 14:08:13.189 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522024-10-30T14:08:13.896Z[ recovery-image] Oct 30 14:08:13.207 INFO O| Oct 30 14:08:13.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
67532024-10-30T14:08:13.899Z[ recovery-image] Oct 30 14:08:13.207 INFO O| Oct 30 14:08:13.207 INFO STEP 854 (remove_files) COMPLETE
67542024-10-30T14:08:13.899Z[ recovery-image] Oct 30 14:08:13.207 INFO O| Oct 30 14:08:13.207 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552024-10-30T14:08:13.914Z[ recovery-image] Oct 30 14:08:13.225 INFO O| Oct 30 14:08:13.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
67562024-10-30T14:08:13.917Z[ recovery-image] Oct 30 14:08:13.225 INFO O| Oct 30 14:08:13.225 INFO STEP 855 (remove_files) COMPLETE
67572024-10-30T14:08:13.917Z[ recovery-image] Oct 30 14:08:13.226 INFO O| Oct 30 14:08:13.225 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582024-10-30T14:08:13.934Z[ recovery-image] Oct 30 14:08:13.244 INFO O| Oct 30 14:08:13.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
67592024-10-30T14:08:13.937Z[ recovery-image] Oct 30 14:08:13.244 INFO O| Oct 30 14:08:13.244 INFO STEP 856 (remove_files) COMPLETE
67602024-10-30T14:08:13.937Z[ recovery-image] Oct 30 14:08:13.244 INFO O| Oct 30 14:08:13.244 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612024-10-30T14:08:13.955Z[ recovery-image] Oct 30 14:08:13.266 INFO O| Oct 30 14:08:13.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
67622024-10-30T14:08:13.964Z[ recovery-image] Oct 30 14:08:13.267 INFO O| Oct 30 14:08:13.266 INFO STEP 857 (remove_files) COMPLETE
67632024-10-30T14:08:13.964Z[ recovery-image] Oct 30 14:08:13.267 INFO O| Oct 30 14:08:13.267 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642024-10-30T14:08:13.978Z[ recovery-image] Oct 30 14:08:13.288 INFO O| Oct 30 14:08:13.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
67652024-10-30T14:08:13.982Z[ recovery-image] Oct 30 14:08:13.289 INFO O| Oct 30 14:08:13.289 INFO STEP 858 (remove_files) COMPLETE
67662024-10-30T14:08:13.982Z[ recovery-image] Oct 30 14:08:13.289 INFO O| Oct 30 14:08:13.289 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672024-10-30T14:08:14.000Z[ recovery-image] Oct 30 14:08:13.310 INFO O| Oct 30 14:08:13.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
67682024-10-30T14:08:14.003Z[ recovery-image] Oct 30 14:08:13.310 INFO O| Oct 30 14:08:13.310 INFO STEP 859 (remove_files) COMPLETE
67692024-10-30T14:08:14.003Z[ recovery-image] Oct 30 14:08:13.311 INFO O| Oct 30 14:08:13.310 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702024-10-30T14:08:14.021Z[ recovery-image] Oct 30 14:08:13.332 INFO O| Oct 30 14:08:13.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
67712024-10-30T14:08:14.024Z[ recovery-image] Oct 30 14:08:13.332 INFO O| Oct 30 14:08:13.332 INFO STEP 860 (remove_files) COMPLETE
67722024-10-30T14:08:14.024Z[ recovery-image] Oct 30 14:08:13.332 INFO O| Oct 30 14:08:13.332 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732024-10-30T14:08:14.045Z[ recovery-image] Oct 30 14:08:13.355 INFO O| Oct 30 14:08:13.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
67742024-10-30T14:08:14.047Z[ recovery-image] Oct 30 14:08:13.356 INFO O| Oct 30 14:08:13.356 INFO STEP 861 (remove_files) COMPLETE
67752024-10-30T14:08:14.047Z[ recovery-image] Oct 30 14:08:13.356 INFO O| Oct 30 14:08:13.356 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762024-10-30T14:08:14.065Z[ recovery-image] Oct 30 14:08:13.376 INFO O| Oct 30 14:08:13.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
67772024-10-30T14:08:14.068Z[ recovery-image] Oct 30 14:08:13.376 INFO O| Oct 30 14:08:13.376 INFO STEP 862 (remove_files) COMPLETE
67782024-10-30T14:08:14.068Z[ recovery-image] Oct 30 14:08:13.376 INFO O| Oct 30 14:08:13.376 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792024-10-30T14:08:14.085Z[ recovery-image] Oct 30 14:08:13.396 INFO O| Oct 30 14:08:13.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
67802024-10-30T14:08:14.088Z[ recovery-image] Oct 30 14:08:13.396 INFO O| Oct 30 14:08:13.396 INFO STEP 863 (remove_files) COMPLETE
67812024-10-30T14:08:14.088Z[ recovery-image] Oct 30 14:08:13.397 INFO O| Oct 30 14:08:13.396 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822024-10-30T14:08:14.105Z[ recovery-image] Oct 30 14:08:13.416 INFO O| Oct 30 14:08:13.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
67832024-10-30T14:08:14.108Z[ recovery-image] Oct 30 14:08:13.416 INFO O| Oct 30 14:08:13.416 INFO STEP 864 (remove_files) COMPLETE
67842024-10-30T14:08:14.108Z[ recovery-image] Oct 30 14:08:13.416 INFO O| Oct 30 14:08:13.416 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852024-10-30T14:08:14.125Z[ recovery-image] Oct 30 14:08:13.435 INFO O| Oct 30 14:08:13.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
67862024-10-30T14:08:14.125Z[ recovery-image] Oct 30 14:08:13.435 INFO O| Oct 30 14:08:13.435 INFO STEP 865 (remove_files) COMPLETE
67872024-10-30T14:08:14.127Z[ recovery-image] Oct 30 14:08:13.436 INFO O| Oct 30 14:08:13.435 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882024-10-30T14:08:14.143Z[ recovery-image] Oct 30 14:08:13.454 INFO O| Oct 30 14:08:13.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
67892024-10-30T14:08:14.143Z[ recovery-image] Oct 30 14:08:13.454 INFO O| Oct 30 14:08:13.454 INFO STEP 866 (remove_files) COMPLETE
67902024-10-30T14:08:14.143Z[ recovery-image] Oct 30 14:08:13.454 INFO O| Oct 30 14:08:13.454 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912024-10-30T14:08:14.162Z[ recovery-image] Oct 30 14:08:13.472 INFO O| Oct 30 14:08:13.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
67922024-10-30T14:08:14.162Z[ recovery-image] Oct 30 14:08:13.472 INFO O| Oct 30 14:08:13.472 INFO STEP 867 (remove_files) COMPLETE
67932024-10-30T14:08:14.164Z[ recovery-image] Oct 30 14:08:13.472 INFO O| Oct 30 14:08:13.472 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942024-10-30T14:08:14.181Z[ recovery-image] Oct 30 14:08:13.491 INFO O| Oct 30 14:08:13.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
67952024-10-30T14:08:14.181Z[ recovery-image] Oct 30 14:08:13.491 INFO O| Oct 30 14:08:13.491 INFO STEP 868 (remove_files) COMPLETE
67962024-10-30T14:08:14.181Z[ recovery-image] Oct 30 14:08:13.491 INFO O| Oct 30 14:08:13.491 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972024-10-30T14:08:14.199Z[ recovery-image] Oct 30 14:08:13.509 INFO O| Oct 30 14:08:13.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
67982024-10-30T14:08:14.199Z[ recovery-image] Oct 30 14:08:13.509 INFO O| Oct 30 14:08:13.509 INFO STEP 869 (remove_files) COMPLETE
67992024-10-30T14:08:14.199Z[ recovery-image] Oct 30 14:08:13.509 INFO O| Oct 30 14:08:13.509 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002024-10-30T14:08:14.201Z[ host-image] Oct 30 14:08:13.511 INFO O| Oct 30 14:08:13.511 INFO O| Done
68012024-10-30T14:08:14.202Z[ host-image] Oct 30 14:08:13.511 INFO O| Oct 30 14:08:13.511 INFO O| Done
68022024-10-30T14:08:14.222Z[ recovery-image] Oct 30 14:08:13.532 INFO O| Oct 30 14:08:13.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
68032024-10-30T14:08:14.222Z[ recovery-image] Oct 30 14:08:13.532 INFO O| Oct 30 14:08:13.527 INFO STEP 870 (remove_files) COMPLETE
68042024-10-30T14:08:14.222Z[ recovery-image] Oct 30 14:08:13.533 INFO O| Oct 30 14:08:13.527 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-10-30T14:08:14.234Z[ recovery-image] Oct 30 14:08:13.545 INFO O| Oct 30 14:08:13.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
68062024-10-30T14:08:14.234Z[ recovery-image] Oct 30 14:08:13.545 INFO O| Oct 30 14:08:13.545 INFO STEP 871 (remove_files) COMPLETE
68072024-10-30T14:08:14.234Z[ recovery-image] Oct 30 14:08:13.545 INFO O| Oct 30 14:08:13.545 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-10-30T14:08:14.252Z[ recovery-image] Oct 30 14:08:13.563 INFO O| Oct 30 14:08:13.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
68092024-10-30T14:08:14.254Z[ recovery-image] Oct 30 14:08:13.563 INFO O| Oct 30 14:08:13.563 INFO STEP 872 (remove_files) COMPLETE
68102024-10-30T14:08:14.254Z[ recovery-image] Oct 30 14:08:13.563 INFO O| Oct 30 14:08:13.563 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-10-30T14:08:14.269Z[ recovery-image] Oct 30 14:08:13.579 INFO O| Oct 30 14:08:13.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
68122024-10-30T14:08:14.269Z[ recovery-image] Oct 30 14:08:13.580 INFO O| Oct 30 14:08:13.579 INFO STEP 873 (remove_files) COMPLETE
68132024-10-30T14:08:14.271Z[ recovery-image] Oct 30 14:08:13.580 INFO O| Oct 30 14:08:13.580 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-10-30T14:08:14.283Z[ recovery-image] Oct 30 14:08:13.594 INFO O| Oct 30 14:08:13.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
68152024-10-30T14:08:14.283Z[ recovery-image] Oct 30 14:08:13.594 INFO O| Oct 30 14:08:13.594 INFO STEP 874 (remove_files) COMPLETE
68162024-10-30T14:08:14.283Z[ recovery-image] Oct 30 14:08:13.594 INFO O| Oct 30 14:08:13.594 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-10-30T14:08:14.299Z[ recovery-image] Oct 30 14:08:13.609 INFO O| Oct 30 14:08:13.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
68182024-10-30T14:08:14.299Z[ recovery-image] Oct 30 14:08:13.609 INFO O| Oct 30 14:08:13.609 INFO STEP 875 (remove_files) COMPLETE
68192024-10-30T14:08:14.299Z[ recovery-image] Oct 30 14:08:13.609 INFO O| Oct 30 14:08:13.609 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-10-30T14:08:14.315Z[ recovery-image] Oct 30 14:08:13.626 INFO O| Oct 30 14:08:13.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
68212024-10-30T14:08:14.315Z[ recovery-image] Oct 30 14:08:13.626 INFO O| Oct 30 14:08:13.626 INFO STEP 876 (remove_files) COMPLETE
68222024-10-30T14:08:14.315Z[ recovery-image] Oct 30 14:08:13.626 INFO O| Oct 30 14:08:13.626 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-10-30T14:08:14.331Z[ recovery-image] Oct 30 14:08:13.642 INFO O| Oct 30 14:08:13.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
68242024-10-30T14:08:14.332Z[ recovery-image] Oct 30 14:08:13.642 INFO O| Oct 30 14:08:13.642 INFO STEP 877 (remove_files) COMPLETE
68252024-10-30T14:08:14.334Z[ recovery-image] Oct 30 14:08:13.642 INFO O| Oct 30 14:08:13.642 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-10-30T14:08:14.349Z[ recovery-image] Oct 30 14:08:13.659 INFO O| Oct 30 14:08:13.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
68272024-10-30T14:08:14.349Z[ recovery-image] Oct 30 14:08:13.660 INFO O| Oct 30 14:08:13.659 INFO STEP 878 (remove_files) COMPLETE
68282024-10-30T14:08:14.349Z[ recovery-image] Oct 30 14:08:13.660 INFO O| Oct 30 14:08:13.659 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-10-30T14:08:14.366Z[ recovery-image] Oct 30 14:08:13.677 INFO O| Oct 30 14:08:13.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
68302024-10-30T14:08:14.366Z[ recovery-image] Oct 30 14:08:13.677 INFO O| Oct 30 14:08:13.677 INFO STEP 879 (remove_files) COMPLETE
68312024-10-30T14:08:14.369Z[ recovery-image] Oct 30 14:08:13.677 INFO O| Oct 30 14:08:13.677 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-10-30T14:08:14.383Z[ recovery-image] Oct 30 14:08:13.694 INFO O| Oct 30 14:08:13.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
68332024-10-30T14:08:14.383Z[ recovery-image] Oct 30 14:08:13.694 INFO O| Oct 30 14:08:13.694 INFO STEP 880 (remove_files) COMPLETE
68342024-10-30T14:08:14.383Z[ recovery-image] Oct 30 14:08:13.694 INFO O| Oct 30 14:08:13.694 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-10-30T14:08:14.399Z[ recovery-image] Oct 30 14:08:13.710 INFO O| Oct 30 14:08:13.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
68362024-10-30T14:08:14.399Z[ recovery-image] Oct 30 14:08:13.710 INFO O| Oct 30 14:08:13.710 INFO STEP 881 (remove_files) COMPLETE
68372024-10-30T14:08:14.399Z[ recovery-image] Oct 30 14:08:13.710 INFO O| Oct 30 14:08:13.710 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-10-30T14:08:14.418Z[ recovery-image] Oct 30 14:08:13.728 INFO O| Oct 30 14:08:13.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
68392024-10-30T14:08:14.418Z[ recovery-image] Oct 30 14:08:13.728 INFO O| Oct 30 14:08:13.728 INFO STEP 882 (remove_files) COMPLETE
68402024-10-30T14:08:14.418Z[ recovery-image] Oct 30 14:08:13.729 INFO O| Oct 30 14:08:13.728 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-10-30T14:08:14.435Z[ recovery-image] Oct 30 14:08:13.746 INFO O| Oct 30 14:08:13.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
68422024-10-30T14:08:14.438Z[ recovery-image] Oct 30 14:08:13.746 INFO O| Oct 30 14:08:13.746 INFO STEP 883 (remove_files) COMPLETE
68432024-10-30T14:08:14.438Z[ recovery-image] Oct 30 14:08:13.746 INFO O| Oct 30 14:08:13.746 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-10-30T14:08:14.453Z[ recovery-image] Oct 30 14:08:13.763 INFO O| Oct 30 14:08:13.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
68452024-10-30T14:08:14.453Z[ recovery-image] Oct 30 14:08:13.764 INFO O| Oct 30 14:08:13.763 INFO STEP 884 (remove_files) COMPLETE
68462024-10-30T14:08:14.455Z[ recovery-image] Oct 30 14:08:13.764 INFO O| Oct 30 14:08:13.763 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-10-30T14:08:14.469Z[ recovery-image] Oct 30 14:08:13.780 INFO O| Oct 30 14:08:13.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
68482024-10-30T14:08:14.469Z[ recovery-image] Oct 30 14:08:13.780 INFO O| Oct 30 14:08:13.780 INFO STEP 885 (remove_files) COMPLETE
68492024-10-30T14:08:14.469Z[ recovery-image] Oct 30 14:08:13.780 INFO O| Oct 30 14:08:13.780 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-10-30T14:08:14.487Z[ recovery-image] Oct 30 14:08:13.797 INFO O| Oct 30 14:08:13.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
68512024-10-30T14:08:14.487Z[ recovery-image] Oct 30 14:08:13.798 INFO O| Oct 30 14:08:13.797 INFO STEP 886 (remove_files) COMPLETE
68522024-10-30T14:08:14.487Z[ recovery-image] Oct 30 14:08:13.798 INFO O| Oct 30 14:08:13.798 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-10-30T14:08:14.505Z[ recovery-image] Oct 30 14:08:13.815 INFO O| Oct 30 14:08:13.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
68542024-10-30T14:08:14.505Z[ recovery-image] Oct 30 14:08:13.815 INFO O| Oct 30 14:08:13.815 INFO STEP 887 (remove_files) COMPLETE
68552024-10-30T14:08:14.505Z[ recovery-image] Oct 30 14:08:13.815 INFO O| Oct 30 14:08:13.815 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-10-30T14:08:14.521Z[ recovery-image] Oct 30 14:08:13.832 INFO O| Oct 30 14:08:13.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
68572024-10-30T14:08:14.521Z[ recovery-image] Oct 30 14:08:13.832 INFO O| Oct 30 14:08:13.832 INFO STEP 888 (remove_files) COMPLETE
68582024-10-30T14:08:14.521Z[ recovery-image] Oct 30 14:08:13.832 INFO O| Oct 30 14:08:13.832 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-10-30T14:08:14.538Z[ recovery-image] Oct 30 14:08:13.849 INFO O| Oct 30 14:08:13.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
68602024-10-30T14:08:14.540Z[ recovery-image] Oct 30 14:08:13.849 INFO O| Oct 30 14:08:13.849 INFO STEP 889 (remove_files) COMPLETE
68612024-10-30T14:08:14.540Z[ recovery-image] Oct 30 14:08:13.849 INFO O| Oct 30 14:08:13.849 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-10-30T14:08:14.556Z[ recovery-image] Oct 30 14:08:13.866 INFO O| Oct 30 14:08:13.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
68632024-10-30T14:08:14.556Z[ recovery-image] Oct 30 14:08:13.867 INFO O| Oct 30 14:08:13.866 INFO STEP 890 (remove_files) COMPLETE
68642024-10-30T14:08:14.556Z[ recovery-image] Oct 30 14:08:13.867 INFO O| Oct 30 14:08:13.866 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-10-30T14:08:14.572Z[ recovery-image] Oct 30 14:08:13.883 INFO O| Oct 30 14:08:13.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
68662024-10-30T14:08:14.572Z[ recovery-image] Oct 30 14:08:13.883 INFO O| Oct 30 14:08:13.883 INFO STEP 891 (remove_files) COMPLETE
68672024-10-30T14:08:14.575Z[ recovery-image] Oct 30 14:08:13.883 INFO O| Oct 30 14:08:13.883 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-10-30T14:08:14.589Z[ recovery-image] Oct 30 14:08:13.899 INFO O| Oct 30 14:08:13.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
68692024-10-30T14:08:14.589Z[ recovery-image] Oct 30 14:08:13.900 INFO O| Oct 30 14:08:13.900 INFO STEP 892 (remove_files) COMPLETE
68702024-10-30T14:08:14.598Z[ recovery-image] Oct 30 14:08:13.900 INFO O| Oct 30 14:08:13.900 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-10-30T14:08:14.606Z[ recovery-image] Oct 30 14:08:13.917 INFO O| Oct 30 14:08:13.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
68722024-10-30T14:08:14.606Z[ recovery-image] Oct 30 14:08:13.917 INFO O| Oct 30 14:08:13.917 INFO STEP 893 (remove_files) COMPLETE
68732024-10-30T14:08:14.606Z[ recovery-image] Oct 30 14:08:13.917 INFO O| Oct 30 14:08:13.917 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-10-30T14:08:14.623Z[ recovery-image] Oct 30 14:08:13.934 INFO O| Oct 30 14:08:13.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
68752024-10-30T14:08:14.623Z[ recovery-image] Oct 30 14:08:13.934 INFO O| Oct 30 14:08:13.934 INFO STEP 894 (remove_files) COMPLETE
68762024-10-30T14:08:14.626Z[ recovery-image] Oct 30 14:08:13.934 INFO O| Oct 30 14:08:13.934 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-10-30T14:08:14.641Z[ recovery-image] Oct 30 14:08:13.951 INFO O| Oct 30 14:08:13.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
68782024-10-30T14:08:14.641Z[ recovery-image] Oct 30 14:08:13.952 INFO O| Oct 30 14:08:13.951 INFO STEP 895 (remove_files) COMPLETE
68792024-10-30T14:08:14.641Z[ recovery-image] Oct 30 14:08:13.952 INFO O| Oct 30 14:08:13.952 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-10-30T14:08:14.659Z[ recovery-image] Oct 30 14:08:13.970 INFO O| Oct 30 14:08:13.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
68812024-10-30T14:08:14.659Z[ recovery-image] Oct 30 14:08:13.970 INFO O| Oct 30 14:08:13.970 INFO STEP 896 (remove_files) COMPLETE
68822024-10-30T14:08:14.659Z[ recovery-image] Oct 30 14:08:13.970 INFO O| Oct 30 14:08:13.970 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-10-30T14:08:14.677Z[ recovery-image] Oct 30 14:08:13.987 INFO O| Oct 30 14:08:13.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
68842024-10-30T14:08:14.677Z[ recovery-image] Oct 30 14:08:13.988 INFO O| Oct 30 14:08:13.987 INFO STEP 897 (remove_files) COMPLETE
68852024-10-30T14:08:14.677Z[ recovery-image] Oct 30 14:08:13.988 INFO O| Oct 30 14:08:13.988 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-10-30T14:08:14.694Z[ recovery-image] Oct 30 14:08:14.005 INFO O| Oct 30 14:08:14.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
68872024-10-30T14:08:14.694Z[ recovery-image] Oct 30 14:08:14.005 INFO O| Oct 30 14:08:14.005 INFO STEP 898 (remove_files) COMPLETE
68882024-10-30T14:08:14.694Z[ recovery-image] Oct 30 14:08:14.005 INFO O| Oct 30 14:08:14.005 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-10-30T14:08:14.710Z[ recovery-image] Oct 30 14:08:14.021 INFO O| Oct 30 14:08:14.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
68902024-10-30T14:08:14.713Z[ recovery-image] Oct 30 14:08:14.022 INFO O| Oct 30 14:08:14.022 INFO STEP 899 (remove_files) COMPLETE
68912024-10-30T14:08:14.713Z[ recovery-image] Oct 30 14:08:14.022 INFO O| Oct 30 14:08:14.022 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-10-30T14:08:14.727Z[ recovery-image] Oct 30 14:08:14.038 INFO O| Oct 30 14:08:14.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
68932024-10-30T14:08:14.727Z[ recovery-image] Oct 30 14:08:14.038 INFO O| Oct 30 14:08:14.038 INFO STEP 900 (remove_files) COMPLETE
68942024-10-30T14:08:14.727Z[ recovery-image] Oct 30 14:08:14.038 INFO O| Oct 30 14:08:14.038 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-10-30T14:08:14.743Z[ recovery-image] Oct 30 14:08:14.054 INFO O| Oct 30 14:08:14.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
68962024-10-30T14:08:14.743Z[ recovery-image] Oct 30 14:08:14.054 INFO O| Oct 30 14:08:14.054 INFO STEP 901 (remove_files) COMPLETE
68972024-10-30T14:08:14.746Z[ recovery-image] Oct 30 14:08:14.054 INFO O| Oct 30 14:08:14.054 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-10-30T14:08:14.759Z[ recovery-image] Oct 30 14:08:14.070 INFO O| Oct 30 14:08:14.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
68992024-10-30T14:08:14.759Z[ recovery-image] Oct 30 14:08:14.070 INFO O| Oct 30 14:08:14.070 INFO STEP 902 (remove_files) COMPLETE
69002024-10-30T14:08:14.761Z[ recovery-image] Oct 30 14:08:14.070 INFO O| Oct 30 14:08:14.070 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-10-30T14:08:14.776Z[ recovery-image] Oct 30 14:08:14.086 INFO O| Oct 30 14:08:14.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
69022024-10-30T14:08:14.776Z[ recovery-image] Oct 30 14:08:14.086 INFO O| Oct 30 14:08:14.086 INFO STEP 903 (remove_files) COMPLETE
69032024-10-30T14:08:14.776Z[ recovery-image] Oct 30 14:08:14.087 INFO O| Oct 30 14:08:14.086 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-10-30T14:08:14.793Z[ recovery-image] Oct 30 14:08:14.104 INFO O| Oct 30 14:08:14.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
69052024-10-30T14:08:14.793Z[ recovery-image] Oct 30 14:08:14.104 INFO O| Oct 30 14:08:14.104 INFO STEP 904 (remove_files) COMPLETE
69062024-10-30T14:08:14.795Z[ recovery-image] Oct 30 14:08:14.104 INFO O| Oct 30 14:08:14.104 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-10-30T14:08:14.808Z[ recovery-image] Oct 30 14:08:14.119 INFO O| Oct 30 14:08:14.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
69082024-10-30T14:08:14.811Z[ recovery-image] Oct 30 14:08:14.120 INFO O| Oct 30 14:08:14.119 INFO STEP 905 (remove_files) COMPLETE
69092024-10-30T14:08:14.811Z[ recovery-image] Oct 30 14:08:14.120 INFO O| Oct 30 14:08:14.119 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-10-30T14:08:14.823Z[ recovery-image] Oct 30 14:08:14.134 INFO O| Oct 30 14:08:14.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
69112024-10-30T14:08:14.823Z[ recovery-image] Oct 30 14:08:14.134 INFO O| Oct 30 14:08:14.134 INFO STEP 906 (remove_files) COMPLETE
69122024-10-30T14:08:14.826Z[ recovery-image] Oct 30 14:08:14.134 INFO O| Oct 30 14:08:14.134 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-10-30T14:08:14.837Z[ recovery-image] Oct 30 14:08:14.148 INFO O| Oct 30 14:08:14.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
69142024-10-30T14:08:14.840Z[ recovery-image] Oct 30 14:08:14.149 INFO O| Oct 30 14:08:14.148 INFO STEP 907 (remove_files) COMPLETE
69152024-10-30T14:08:14.840Z[ recovery-image] Oct 30 14:08:14.149 INFO O| Oct 30 14:08:14.149 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-10-30T14:08:14.852Z[ recovery-image] Oct 30 14:08:14.163 INFO O| Oct 30 14:08:14.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
69172024-10-30T14:08:14.855Z[ recovery-image] Oct 30 14:08:14.163 INFO O| Oct 30 14:08:14.163 INFO STEP 908 (remove_files) COMPLETE
69182024-10-30T14:08:14.855Z[ recovery-image] Oct 30 14:08:14.164 INFO O| Oct 30 14:08:14.163 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-10-30T14:08:14.864Z[ recovery-image] Oct 30 14:08:14.175 INFO O| Oct 30 14:08:14.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
69202024-10-30T14:08:14.867Z[ recovery-image] Oct 30 14:08:14.175 INFO O| Oct 30 14:08:14.175 INFO STEP 909 (remove_files) COMPLETE
69212024-10-30T14:08:14.867Z[ recovery-image] Oct 30 14:08:14.176 INFO O| Oct 30 14:08:14.176 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-10-30T14:08:14.881Z[ recovery-image] Oct 30 14:08:14.192 INFO O| Oct 30 14:08:14.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
69232024-10-30T14:08:14.883Z[ recovery-image] Oct 30 14:08:14.192 INFO O| Oct 30 14:08:14.192 INFO STEP 910 (remove_files) COMPLETE
69242024-10-30T14:08:14.884Z[ recovery-image] Oct 30 14:08:14.192 INFO O| Oct 30 14:08:14.192 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-10-30T14:08:14.893Z[ recovery-image] Oct 30 14:08:14.204 INFO O| Oct 30 14:08:14.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
69262024-10-30T14:08:14.895Z[ recovery-image] Oct 30 14:08:14.204 INFO O| Oct 30 14:08:14.204 INFO STEP 911 (remove_files) COMPLETE
69272024-10-30T14:08:14.895Z[ recovery-image] Oct 30 14:08:14.204 INFO O| Oct 30 14:08:14.204 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-10-30T14:08:14.904Z[ recovery-image] Oct 30 14:08:14.215 INFO O| Oct 30 14:08:14.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
69292024-10-30T14:08:14.904Z[ recovery-image] Oct 30 14:08:14.215 INFO O| Oct 30 14:08:14.215 INFO STEP 912 (remove_files) COMPLETE
69302024-10-30T14:08:14.907Z[ recovery-image] Oct 30 14:08:14.216 INFO O| Oct 30 14:08:14.215 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-10-30T14:08:14.921Z[ recovery-image] Oct 30 14:08:14.232 INFO O| Oct 30 14:08:14.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
69322024-10-30T14:08:14.924Z[ recovery-image] Oct 30 14:08:14.232 INFO O| Oct 30 14:08:14.232 INFO STEP 913 (remove_files) COMPLETE
69332024-10-30T14:08:14.924Z[ recovery-image] Oct 30 14:08:14.232 INFO O| Oct 30 14:08:14.232 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-10-30T14:08:14.935Z[ recovery-image] Oct 30 14:08:14.246 INFO O| Oct 30 14:08:14.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
69352024-10-30T14:08:14.938Z[ recovery-image] Oct 30 14:08:14.246 INFO O| Oct 30 14:08:14.246 INFO STEP 914 (remove_files) COMPLETE
69362024-10-30T14:08:14.938Z[ recovery-image] Oct 30 14:08:14.246 INFO O| Oct 30 14:08:14.246 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-10-30T14:08:14.946Z[ recovery-image] Oct 30 14:08:14.257 INFO O| Oct 30 14:08:14.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
69382024-10-30T14:08:14.946Z[ recovery-image] Oct 30 14:08:14.257 INFO O| Oct 30 14:08:14.257 INFO STEP 915 (remove_files) COMPLETE
69392024-10-30T14:08:14.949Z[ recovery-image] Oct 30 14:08:14.257 INFO O| Oct 30 14:08:14.257 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-10-30T14:08:14.961Z[ recovery-image] Oct 30 14:08:14.272 INFO O| Oct 30 14:08:14.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
69412024-10-30T14:08:14.963Z[ recovery-image] Oct 30 14:08:14.272 INFO O| Oct 30 14:08:14.272 INFO STEP 916 (remove_files) COMPLETE
69422024-10-30T14:08:14.964Z[ recovery-image] Oct 30 14:08:14.272 INFO O| Oct 30 14:08:14.272 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-10-30T14:08:14.978Z[ recovery-image] Oct 30 14:08:14.289 INFO O| Oct 30 14:08:14.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
69442024-10-30T14:08:14.980Z[ recovery-image] Oct 30 14:08:14.289 INFO O| Oct 30 14:08:14.289 INFO STEP 917 (remove_files) COMPLETE
69452024-10-30T14:08:14.980Z[ recovery-image] Oct 30 14:08:14.289 INFO O| Oct 30 14:08:14.289 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-10-30T14:08:14.994Z[ recovery-image] Oct 30 14:08:14.305 INFO O| Oct 30 14:08:14.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
69472024-10-30T14:08:14.994Z[ recovery-image] Oct 30 14:08:14.305 INFO O| Oct 30 14:08:14.305 INFO STEP 918 (remove_files) COMPLETE
69482024-10-30T14:08:14.994Z[ recovery-image] Oct 30 14:08:14.305 INFO O| Oct 30 14:08:14.305 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-10-30T14:08:15.012Z[ recovery-image] Oct 30 14:08:14.322 INFO O| Oct 30 14:08:14.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
69502024-10-30T14:08:15.012Z[ recovery-image] Oct 30 14:08:14.322 INFO O| Oct 30 14:08:14.322 INFO STEP 919 (remove_files) COMPLETE
69512024-10-30T14:08:15.012Z[ recovery-image] Oct 30 14:08:14.322 INFO O| Oct 30 14:08:14.322 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-10-30T14:08:15.028Z[ recovery-image] Oct 30 14:08:14.338 INFO O| Oct 30 14:08:14.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
69532024-10-30T14:08:15.028Z[ recovery-image] Oct 30 14:08:14.338 INFO O| Oct 30 14:08:14.338 INFO STEP 920 (remove_files) COMPLETE
69542024-10-30T14:08:15.028Z[ recovery-image] Oct 30 14:08:14.338 INFO O| Oct 30 14:08:14.338 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-10-30T14:08:15.043Z[ recovery-image] Oct 30 14:08:14.354 INFO O| Oct 30 14:08:14.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
69562024-10-30T14:08:15.043Z[ recovery-image] Oct 30 14:08:14.354 INFO O| Oct 30 14:08:14.354 INFO STEP 921 (remove_files) COMPLETE
69572024-10-30T14:08:15.044Z[ recovery-image] Oct 30 14:08:14.354 INFO O| Oct 30 14:08:14.354 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-10-30T14:08:15.060Z[ recovery-image] Oct 30 14:08:14.371 INFO O| Oct 30 14:08:14.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
69592024-10-30T14:08:15.061Z[ recovery-image] Oct 30 14:08:14.371 INFO O| Oct 30 14:08:14.371 INFO STEP 922 (remove_files) COMPLETE
69602024-10-30T14:08:15.061Z[ recovery-image] Oct 30 14:08:14.371 INFO O| Oct 30 14:08:14.371 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-10-30T14:08:15.074Z[ recovery-image] Oct 30 14:08:14.384 INFO O| Oct 30 14:08:14.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
69622024-10-30T14:08:15.074Z[ recovery-image] Oct 30 14:08:14.385 INFO O| Oct 30 14:08:14.384 INFO STEP 923 (remove_files) COMPLETE
69632024-10-30T14:08:15.076Z[ recovery-image] Oct 30 14:08:14.385 INFO O| Oct 30 14:08:14.384 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-10-30T14:08:15.079Z[ host-image] Oct 30 14:08:14.389 INFO O| Oct 30 14:08:14.389 INFO O| Done
69652024-10-30T14:08:15.090Z[ recovery-image] Oct 30 14:08:14.401 INFO O| Oct 30 14:08:14.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
69662024-10-30T14:08:15.090Z[ recovery-image] Oct 30 14:08:14.401 INFO O| Oct 30 14:08:14.401 INFO STEP 924 (remove_files) COMPLETE
69672024-10-30T14:08:15.090Z[ recovery-image] Oct 30 14:08:14.401 INFO O| Oct 30 14:08:14.401 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-10-30T14:08:15.104Z[ recovery-image] Oct 30 14:08:14.415 INFO O| Oct 30 14:08:14.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
69692024-10-30T14:08:15.104Z[ recovery-image] Oct 30 14:08:14.415 INFO O| Oct 30 14:08:14.415 INFO STEP 925 (remove_files) COMPLETE
69702024-10-30T14:08:15.107Z[ recovery-image] Oct 30 14:08:14.415 INFO O| Oct 30 14:08:14.415 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-10-30T14:08:15.120Z[ recovery-image] Oct 30 14:08:14.431 INFO O| Oct 30 14:08:14.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
69722024-10-30T14:08:15.120Z[ recovery-image] Oct 30 14:08:14.431 INFO O| Oct 30 14:08:14.431 INFO STEP 926 (remove_files) COMPLETE
69732024-10-30T14:08:15.123Z[ recovery-image] Oct 30 14:08:14.431 INFO O| Oct 30 14:08:14.431 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-10-30T14:08:15.136Z[ recovery-image] Oct 30 14:08:14.446 INFO O| Oct 30 14:08:14.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
69752024-10-30T14:08:15.138Z[ recovery-image] Oct 30 14:08:14.447 INFO O| Oct 30 14:08:14.446 INFO STEP 927 (remove_files) COMPLETE
69762024-10-30T14:08:15.138Z[ recovery-image] Oct 30 14:08:14.447 INFO O| Oct 30 14:08:14.447 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-10-30T14:08:15.152Z[ recovery-image] Oct 30 14:08:14.463 INFO O| Oct 30 14:08:14.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
69782024-10-30T14:08:15.152Z[ recovery-image] Oct 30 14:08:14.463 INFO O| Oct 30 14:08:14.463 INFO STEP 928 (remove_files) COMPLETE
69792024-10-30T14:08:15.154Z[ recovery-image] Oct 30 14:08:14.463 INFO O| Oct 30 14:08:14.463 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-10-30T14:08:15.168Z[ recovery-image] Oct 30 14:08:14.478 INFO O| Oct 30 14:08:14.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
69812024-10-30T14:08:15.170Z[ recovery-image] Oct 30 14:08:14.479 INFO O| Oct 30 14:08:14.479 INFO STEP 929 (remove_files) COMPLETE
69822024-10-30T14:08:15.170Z[ recovery-image] Oct 30 14:08:14.479 INFO O| Oct 30 14:08:14.479 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-10-30T14:08:15.185Z[ recovery-image] Oct 30 14:08:14.495 INFO O| Oct 30 14:08:14.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
69842024-10-30T14:08:15.185Z[ recovery-image] Oct 30 14:08:14.495 INFO O| Oct 30 14:08:14.495 INFO STEP 930 (remove_files) COMPLETE
69852024-10-30T14:08:15.185Z[ recovery-image] Oct 30 14:08:14.495 INFO O| Oct 30 14:08:14.495 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-10-30T14:08:15.200Z[ recovery-image] Oct 30 14:08:14.511 INFO O| Oct 30 14:08:14.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
69872024-10-30T14:08:15.200Z[ recovery-image] Oct 30 14:08:14.511 INFO O| Oct 30 14:08:14.511 INFO STEP 931 (remove_files) COMPLETE
69882024-10-30T14:08:15.203Z[ recovery-image] Oct 30 14:08:14.511 INFO O| Oct 30 14:08:14.511 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-10-30T14:08:15.212Z[ recovery-image] Oct 30 14:08:14.523 INFO O| Oct 30 14:08:14.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
69902024-10-30T14:08:15.215Z[ recovery-image] Oct 30 14:08:14.523 INFO O| Oct 30 14:08:14.523 INFO STEP 932 (remove_files) COMPLETE
69912024-10-30T14:08:15.215Z[ recovery-image] Oct 30 14:08:14.523 INFO O| Oct 30 14:08:14.523 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-10-30T14:08:15.229Z[ recovery-image] Oct 30 14:08:14.540 INFO O| Oct 30 14:08:14.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
69932024-10-30T14:08:15.229Z[ recovery-image] Oct 30 14:08:14.540 INFO O| Oct 30 14:08:14.540 INFO STEP 933 (remove_files) COMPLETE
69942024-10-30T14:08:15.232Z[ recovery-image] Oct 30 14:08:14.540 INFO O| Oct 30 14:08:14.540 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-10-30T14:08:15.248Z[ recovery-image] Oct 30 14:08:14.559 INFO O| Oct 30 14:08:14.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
69962024-10-30T14:08:15.248Z[ recovery-image] Oct 30 14:08:14.559 INFO O| Oct 30 14:08:14.559 INFO STEP 934 (remove_files) COMPLETE
69972024-10-30T14:08:15.251Z[ recovery-image] Oct 30 14:08:14.559 INFO O| Oct 30 14:08:14.559 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-10-30T14:08:15.267Z[ recovery-image] Oct 30 14:08:14.577 INFO O| Oct 30 14:08:14.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
69992024-10-30T14:08:15.267Z[ recovery-image] Oct 30 14:08:14.578 INFO O| Oct 30 14:08:14.578 INFO STEP 935 (remove_files) COMPLETE
70002024-10-30T14:08:15.269Z[ recovery-image] Oct 30 14:08:14.578 INFO O| Oct 30 14:08:14.578 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-10-30T14:08:15.283Z[ recovery-image] Oct 30 14:08:14.594 INFO O| Oct 30 14:08:14.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
70022024-10-30T14:08:15.283Z[ recovery-image] Oct 30 14:08:14.594 INFO O| Oct 30 14:08:14.594 INFO STEP 936 (remove_files) COMPLETE
70032024-10-30T14:08:15.285Z[ recovery-image] Oct 30 14:08:14.594 INFO O| Oct 30 14:08:14.594 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-10-30T14:08:15.295Z[ recovery-image] Oct 30 14:08:14.606 INFO O| Oct 30 14:08:14.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
70052024-10-30T14:08:15.295Z[ recovery-image] Oct 30 14:08:14.606 INFO O| Oct 30 14:08:14.606 INFO STEP 937 (remove_files) COMPLETE
70062024-10-30T14:08:15.297Z[ recovery-image] Oct 30 14:08:14.606 INFO O| Oct 30 14:08:14.606 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-10-30T14:08:15.309Z[ recovery-image] Oct 30 14:08:14.620 INFO O| Oct 30 14:08:14.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
70082024-10-30T14:08:15.309Z[ recovery-image] Oct 30 14:08:14.620 INFO O| Oct 30 14:08:14.620 INFO STEP 938 (remove_files) COMPLETE
70092024-10-30T14:08:15.312Z[ recovery-image] Oct 30 14:08:14.620 INFO O| Oct 30 14:08:14.620 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-10-30T14:08:15.320Z[ recovery-image] Oct 30 14:08:14.631 INFO O| Oct 30 14:08:14.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
70112024-10-30T14:08:15.320Z[ recovery-image] Oct 30 14:08:14.631 INFO O| Oct 30 14:08:14.631 INFO STEP 939 (remove_files) COMPLETE
70122024-10-30T14:08:15.320Z[ recovery-image] Oct 30 14:08:14.631 INFO O| Oct 30 14:08:14.631 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-10-30T14:08:15.331Z[ recovery-image] Oct 30 14:08:14.642 INFO O| Oct 30 14:08:14.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
70142024-10-30T14:08:15.334Z[ recovery-image] Oct 30 14:08:14.642 INFO O| Oct 30 14:08:14.642 INFO STEP 940 (remove_files) COMPLETE
70152024-10-30T14:08:15.334Z[ recovery-image] Oct 30 14:08:14.642 INFO O| Oct 30 14:08:14.642 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-10-30T14:08:15.346Z[ recovery-image] Oct 30 14:08:14.657 INFO O| Oct 30 14:08:14.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
70172024-10-30T14:08:15.348Z[ recovery-image] Oct 30 14:08:14.657 INFO O| Oct 30 14:08:14.657 INFO STEP 941 (remove_files) COMPLETE
70182024-10-30T14:08:15.349Z[ recovery-image] Oct 30 14:08:14.657 INFO O| Oct 30 14:08:14.657 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-10-30T14:08:15.362Z[ recovery-image] Oct 30 14:08:14.673 INFO O| Oct 30 14:08:14.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
70202024-10-30T14:08:15.362Z[ recovery-image] Oct 30 14:08:14.673 INFO O| Oct 30 14:08:14.673 INFO STEP 942 (remove_files) COMPLETE
70212024-10-30T14:08:15.362Z[ recovery-image] Oct 30 14:08:14.673 INFO O| Oct 30 14:08:14.673 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-10-30T14:08:15.374Z[ recovery-image] Oct 30 14:08:14.685 INFO O| Oct 30 14:08:14.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
70232024-10-30T14:08:15.374Z[ recovery-image] Oct 30 14:08:14.685 INFO O| Oct 30 14:08:14.685 INFO STEP 943 (remove_files) COMPLETE
70242024-10-30T14:08:15.374Z[ recovery-image] Oct 30 14:08:14.685 INFO O| Oct 30 14:08:14.685 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-10-30T14:08:15.386Z[ recovery-image] Oct 30 14:08:14.697 INFO O| Oct 30 14:08:14.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
70262024-10-30T14:08:15.386Z[ recovery-image] Oct 30 14:08:14.697 INFO O| Oct 30 14:08:14.697 INFO STEP 944 (remove_files) COMPLETE
70272024-10-30T14:08:15.389Z[ recovery-image] Oct 30 14:08:14.697 INFO O| Oct 30 14:08:14.697 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-10-30T14:08:15.399Z[ recovery-image] Oct 30 14:08:14.710 INFO O| Oct 30 14:08:14.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
70292024-10-30T14:08:15.399Z[ recovery-image] Oct 30 14:08:14.710 INFO O| Oct 30 14:08:14.710 INFO STEP 945 (remove_files) COMPLETE
70302024-10-30T14:08:15.402Z[ recovery-image] Oct 30 14:08:14.710 INFO O| Oct 30 14:08:14.710 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-10-30T14:08:15.414Z[ recovery-image] Oct 30 14:08:14.725 INFO O| Oct 30 14:08:14.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
70322024-10-30T14:08:15.414Z[ recovery-image] Oct 30 14:08:14.725 INFO O| Oct 30 14:08:14.725 INFO STEP 946 (remove_files) COMPLETE
70332024-10-30T14:08:15.416Z[ recovery-image] Oct 30 14:08:14.725 INFO O| Oct 30 14:08:14.725 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-10-30T14:08:15.425Z[ recovery-image] Oct 30 14:08:14.736 INFO O| Oct 30 14:08:14.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
70352024-10-30T14:08:15.426Z[ recovery-image] Oct 30 14:08:14.736 INFO O| Oct 30 14:08:14.736 INFO STEP 947 (remove_files) COMPLETE
70362024-10-30T14:08:15.426Z[ recovery-image] Oct 30 14:08:14.736 INFO O| Oct 30 14:08:14.736 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-10-30T14:08:15.437Z[ recovery-image] Oct 30 14:08:14.748 INFO O| Oct 30 14:08:14.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
70382024-10-30T14:08:15.439Z[ recovery-image] Oct 30 14:08:14.748 INFO O| Oct 30 14:08:14.748 INFO STEP 948 (remove_files) COMPLETE
70392024-10-30T14:08:15.439Z[ recovery-image] Oct 30 14:08:14.748 INFO O| Oct 30 14:08:14.748 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-10-30T14:08:15.453Z[ recovery-image] Oct 30 14:08:14.764 INFO O| Oct 30 14:08:14.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
70412024-10-30T14:08:15.453Z[ recovery-image] Oct 30 14:08:14.764 INFO O| Oct 30 14:08:14.764 INFO STEP 949 (remove_files) COMPLETE
70422024-10-30T14:08:15.453Z[ recovery-image] Oct 30 14:08:14.764 INFO O| Oct 30 14:08:14.764 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-10-30T14:08:15.469Z[ recovery-image] Oct 30 14:08:14.780 INFO O| Oct 30 14:08:14.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
70442024-10-30T14:08:15.472Z[ recovery-image] Oct 30 14:08:14.780 INFO O| Oct 30 14:08:14.780 INFO STEP 950 (remove_files) COMPLETE
70452024-10-30T14:08:15.472Z[ recovery-image] Oct 30 14:08:14.780 INFO O| Oct 30 14:08:14.780 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-10-30T14:08:15.480Z[ recovery-image] Oct 30 14:08:14.791 INFO O| Oct 30 14:08:14.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
70472024-10-30T14:08:15.480Z[ recovery-image] Oct 30 14:08:14.791 INFO O| Oct 30 14:08:14.791 INFO STEP 951 (remove_files) COMPLETE
70482024-10-30T14:08:15.480Z[ recovery-image] Oct 30 14:08:14.791 INFO O| Oct 30 14:08:14.791 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-10-30T14:08:15.493Z[ recovery-image] Oct 30 14:08:14.802 INFO O| Oct 30 14:08:14.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
70502024-10-30T14:08:15.493Z[ recovery-image] Oct 30 14:08:14.802 INFO O| Oct 30 14:08:14.802 INFO STEP 952 (remove_files) COMPLETE
70512024-10-30T14:08:15.496Z[ recovery-image] Oct 30 14:08:14.803 INFO O| Oct 30 14:08:14.802 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-10-30T14:08:15.504Z[ recovery-image] Oct 30 14:08:14.813 INFO O| Oct 30 14:08:14.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
70532024-10-30T14:08:15.509Z[ recovery-image] Oct 30 14:08:14.814 INFO O| Oct 30 14:08:14.813 INFO STEP 953 (remove_files) COMPLETE
70542024-10-30T14:08:15.509Z[ recovery-image] Oct 30 14:08:14.814 INFO O| Oct 30 14:08:14.813 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-10-30T14:08:15.518Z[ recovery-image] Oct 30 14:08:14.828 INFO O| Oct 30 14:08:14.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
70562024-10-30T14:08:15.520Z[ recovery-image] Oct 30 14:08:14.829 INFO O| Oct 30 14:08:14.829 INFO STEP 954 (remove_files) COMPLETE
70572024-10-30T14:08:15.520Z[ recovery-image] Oct 30 14:08:14.829 INFO O| Oct 30 14:08:14.829 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-10-30T14:08:15.532Z[ recovery-image] Oct 30 14:08:14.843 INFO O| Oct 30 14:08:14.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
70592024-10-30T14:08:15.532Z[ recovery-image] Oct 30 14:08:14.843 INFO O| Oct 30 14:08:14.843 INFO STEP 955 (remove_files) COMPLETE
70602024-10-30T14:08:15.535Z[ recovery-image] Oct 30 14:08:14.843 INFO O| Oct 30 14:08:14.843 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-10-30T14:08:15.548Z[ recovery-image] Oct 30 14:08:14.859 INFO O| Oct 30 14:08:14.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
70622024-10-30T14:08:15.551Z[ recovery-image] Oct 30 14:08:14.859 INFO O| Oct 30 14:08:14.859 INFO STEP 956 (remove_files) COMPLETE
70632024-10-30T14:08:15.551Z[ recovery-image] Oct 30 14:08:14.859 INFO O| Oct 30 14:08:14.859 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-10-30T14:08:15.564Z[ recovery-image] Oct 30 14:08:14.874 INFO O| Oct 30 14:08:14.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
70652024-10-30T14:08:15.564Z[ recovery-image] Oct 30 14:08:14.874 INFO O| Oct 30 14:08:14.874 INFO STEP 957 (remove_files) COMPLETE
70662024-10-30T14:08:15.566Z[ recovery-image] Oct 30 14:08:14.874 INFO O| Oct 30 14:08:14.874 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-10-30T14:08:15.579Z[ recovery-image] Oct 30 14:08:14.890 INFO O| Oct 30 14:08:14.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
70682024-10-30T14:08:15.579Z[ recovery-image] Oct 30 14:08:14.890 INFO O| Oct 30 14:08:14.890 INFO STEP 958 (remove_files) COMPLETE
70692024-10-30T14:08:15.581Z[ recovery-image] Oct 30 14:08:14.890 INFO O| Oct 30 14:08:14.890 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-10-30T14:08:15.593Z[ recovery-image] Oct 30 14:08:14.904 INFO O| Oct 30 14:08:14.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
70712024-10-30T14:08:15.596Z[ recovery-image] Oct 30 14:08:14.904 INFO O| Oct 30 14:08:14.904 INFO STEP 959 (remove_files) COMPLETE
70722024-10-30T14:08:15.596Z[ recovery-image] Oct 30 14:08:14.904 INFO O| Oct 30 14:08:14.904 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-10-30T14:08:15.611Z[ recovery-image] Oct 30 14:08:14.921 INFO O| Oct 30 14:08:14.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
70742024-10-30T14:08:15.611Z[ recovery-image] Oct 30 14:08:14.922 INFO O| Oct 30 14:08:14.921 INFO STEP 960 (remove_files) COMPLETE
70752024-10-30T14:08:15.611Z[ recovery-image] Oct 30 14:08:14.922 INFO O| Oct 30 14:08:14.922 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-10-30T14:08:15.630Z[ recovery-image] Oct 30 14:08:14.940 INFO O| Oct 30 14:08:14.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
70772024-10-30T14:08:15.630Z[ recovery-image] Oct 30 14:08:14.940 INFO O| Oct 30 14:08:14.940 INFO STEP 961 (remove_files) COMPLETE
70782024-10-30T14:08:15.632Z[ recovery-image] Oct 30 14:08:14.941 INFO O| Oct 30 14:08:14.940 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-10-30T14:08:15.647Z[ recovery-image] Oct 30 14:08:14.957 INFO O| Oct 30 14:08:14.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
70802024-10-30T14:08:15.647Z[ recovery-image] Oct 30 14:08:14.957 INFO O| Oct 30 14:08:14.957 INFO STEP 962 (remove_files) COMPLETE
70812024-10-30T14:08:15.647Z[ recovery-image] Oct 30 14:08:14.957 INFO O| Oct 30 14:08:14.957 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-10-30T14:08:15.662Z[ recovery-image] Oct 30 14:08:14.973 INFO O| Oct 30 14:08:14.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
70832024-10-30T14:08:15.662Z[ recovery-image] Oct 30 14:08:14.973 INFO O| Oct 30 14:08:14.973 INFO STEP 963 (remove_files) COMPLETE
70842024-10-30T14:08:15.664Z[ recovery-image] Oct 30 14:08:14.973 INFO O| Oct 30 14:08:14.973 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-10-30T14:08:15.672Z[ recovery-image] Oct 30 14:08:14.983 INFO O| Oct 30 14:08:14.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
70862024-10-30T14:08:15.672Z[ recovery-image] Oct 30 14:08:14.983 INFO O| Oct 30 14:08:14.983 INFO STEP 964 (remove_files) COMPLETE
70872024-10-30T14:08:15.675Z[ recovery-image] Oct 30 14:08:14.984 INFO O| Oct 30 14:08:14.983 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-10-30T14:08:15.686Z[ recovery-image] Oct 30 14:08:14.996 INFO O| Oct 30 14:08:14.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
70892024-10-30T14:08:15.686Z[ recovery-image] Oct 30 14:08:14.997 INFO O| Oct 30 14:08:14.997 INFO STEP 965 (remove_files) COMPLETE
70902024-10-30T14:08:15.686Z[ recovery-image] Oct 30 14:08:14.997 INFO O| Oct 30 14:08:14.997 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-10-30T14:08:15.697Z[ recovery-image] Oct 30 14:08:15.008 INFO O| Oct 30 14:08:15.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
70922024-10-30T14:08:15.697Z[ recovery-image] Oct 30 14:08:15.008 INFO O| Oct 30 14:08:15.008 INFO STEP 966 (remove_files) COMPLETE
70932024-10-30T14:08:15.699Z[ recovery-image] Oct 30 14:08:15.008 INFO O| Oct 30 14:08:15.008 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-10-30T14:08:15.708Z[ recovery-image] Oct 30 14:08:15.019 INFO O| Oct 30 14:08:15.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
70952024-10-30T14:08:15.708Z[ recovery-image] Oct 30 14:08:15.019 INFO O| Oct 30 14:08:15.019 INFO STEP 967 (remove_files) COMPLETE
70962024-10-30T14:08:15.708Z[ recovery-image] Oct 30 14:08:15.019 INFO O| Oct 30 14:08:15.019 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-10-30T14:08:15.719Z[ recovery-image] Oct 30 14:08:15.030 INFO O| Oct 30 14:08:15.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
70982024-10-30T14:08:15.722Z[ recovery-image] Oct 30 14:08:15.030 INFO O| Oct 30 14:08:15.030 INFO STEP 968 (remove_files) COMPLETE
70992024-10-30T14:08:15.722Z[ recovery-image] Oct 30 14:08:15.030 INFO O| Oct 30 14:08:15.030 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-10-30T14:08:15.730Z[ recovery-image] Oct 30 14:08:15.041 INFO O| Oct 30 14:08:15.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
71012024-10-30T14:08:15.732Z[ recovery-image] Oct 30 14:08:15.041 INFO O| Oct 30 14:08:15.041 INFO STEP 969 (remove_files) COMPLETE
71022024-10-30T14:08:15.732Z[ recovery-image] Oct 30 14:08:15.041 INFO O| Oct 30 14:08:15.041 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-10-30T14:08:15.740Z[ recovery-image] Oct 30 14:08:15.051 INFO O| Oct 30 14:08:15.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
71042024-10-30T14:08:15.743Z[ recovery-image] Oct 30 14:08:15.052 INFO O| Oct 30 14:08:15.052 INFO STEP 970 (remove_files) COMPLETE
71052024-10-30T14:08:15.743Z[ recovery-image] Oct 30 14:08:15.052 INFO O| Oct 30 14:08:15.052 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-10-30T14:08:15.752Z[ recovery-image] Oct 30 14:08:15.063 INFO O| Oct 30 14:08:15.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
71072024-10-30T14:08:15.754Z[ recovery-image] Oct 30 14:08:15.063 INFO O| Oct 30 14:08:15.063 INFO STEP 971 (remove_files) COMPLETE
71082024-10-30T14:08:15.754Z[ recovery-image] Oct 30 14:08:15.063 INFO O| Oct 30 14:08:15.063 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-10-30T14:08:15.766Z[ recovery-image] Oct 30 14:08:15.076 INFO O| Oct 30 14:08:15.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
71102024-10-30T14:08:15.766Z[ recovery-image] Oct 30 14:08:15.076 INFO O| Oct 30 14:08:15.076 INFO STEP 972 (remove_files) COMPLETE
71112024-10-30T14:08:15.768Z[ recovery-image] Oct 30 14:08:15.076 INFO O| Oct 30 14:08:15.076 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-10-30T14:08:15.778Z[ recovery-image] Oct 30 14:08:15.089 INFO O| Oct 30 14:08:15.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
71132024-10-30T14:08:15.780Z[ recovery-image] Oct 30 14:08:15.089 INFO O| Oct 30 14:08:15.089 INFO STEP 973 (remove_files) COMPLETE
71142024-10-30T14:08:15.780Z[ recovery-image] Oct 30 14:08:15.089 INFO O| Oct 30 14:08:15.089 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-10-30T14:08:15.789Z[ recovery-image] Oct 30 14:08:15.100 INFO O| Oct 30 14:08:15.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
71162024-10-30T14:08:15.792Z[ recovery-image] Oct 30 14:08:15.100 INFO O| Oct 30 14:08:15.100 INFO STEP 974 (remove_files) COMPLETE
71172024-10-30T14:08:15.792Z[ recovery-image] Oct 30 14:08:15.100 INFO O| Oct 30 14:08:15.100 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-10-30T14:08:15.804Z[ recovery-image] Oct 30 14:08:15.115 INFO O| Oct 30 14:08:15.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
71192024-10-30T14:08:15.804Z[ recovery-image] Oct 30 14:08:15.115 INFO O| Oct 30 14:08:15.115 INFO STEP 975 (remove_files) COMPLETE
71202024-10-30T14:08:15.806Z[ recovery-image] Oct 30 14:08:15.115 INFO O| Oct 30 14:08:15.115 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-10-30T14:08:15.816Z[ recovery-image] Oct 30 14:08:15.127 INFO O| Oct 30 14:08:15.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
71222024-10-30T14:08:15.816Z[ recovery-image] Oct 30 14:08:15.127 INFO O| Oct 30 14:08:15.127 INFO STEP 976 (remove_files) COMPLETE
71232024-10-30T14:08:15.819Z[ recovery-image] Oct 30 14:08:15.127 INFO O| Oct 30 14:08:15.127 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-10-30T14:08:15.827Z[ recovery-image] Oct 30 14:08:15.138 INFO O| Oct 30 14:08:15.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
71252024-10-30T14:08:15.830Z[ recovery-image] Oct 30 14:08:15.139 INFO O| Oct 30 14:08:15.139 INFO STEP 977 (remove_files) COMPLETE
71262024-10-30T14:08:15.830Z[ recovery-image] Oct 30 14:08:15.139 INFO O| Oct 30 14:08:15.139 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-10-30T14:08:15.839Z[ recovery-image] Oct 30 14:08:15.149 INFO O| Oct 30 14:08:15.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
71282024-10-30T14:08:15.839Z[ recovery-image] Oct 30 14:08:15.150 INFO O| Oct 30 14:08:15.150 INFO STEP 978 (remove_files) COMPLETE
71292024-10-30T14:08:15.841Z[ recovery-image] Oct 30 14:08:15.150 INFO O| Oct 30 14:08:15.150 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-10-30T14:08:15.850Z[ recovery-image] Oct 30 14:08:15.161 INFO O| Oct 30 14:08:15.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
71312024-10-30T14:08:15.852Z[ recovery-image] Oct 30 14:08:15.161 INFO O| Oct 30 14:08:15.161 INFO STEP 979 (remove_files) COMPLETE
71322024-10-30T14:08:15.852Z[ recovery-image] Oct 30 14:08:15.161 INFO O| Oct 30 14:08:15.161 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-10-30T14:08:15.865Z[ recovery-image] Oct 30 14:08:15.176 INFO O| Oct 30 14:08:15.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
71342024-10-30T14:08:15.865Z[ recovery-image] Oct 30 14:08:15.176 INFO O| Oct 30 14:08:15.176 INFO STEP 980 (remove_files) COMPLETE
71352024-10-30T14:08:15.865Z[ recovery-image] Oct 30 14:08:15.176 INFO O| Oct 30 14:08:15.176 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-10-30T14:08:15.881Z[ recovery-image] Oct 30 14:08:15.192 INFO O| Oct 30 14:08:15.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
71372024-10-30T14:08:15.881Z[ recovery-image] Oct 30 14:08:15.192 INFO O| Oct 30 14:08:15.192 INFO STEP 981 (remove_files) COMPLETE
71382024-10-30T14:08:15.881Z[ recovery-image] Oct 30 14:08:15.192 INFO O| Oct 30 14:08:15.192 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-10-30T14:08:15.896Z[ recovery-image] Oct 30 14:08:15.207 INFO O| Oct 30 14:08:15.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
71402024-10-30T14:08:15.896Z[ recovery-image] Oct 30 14:08:15.207 INFO O| Oct 30 14:08:15.207 INFO STEP 982 (remove_files) COMPLETE
71412024-10-30T14:08:15.899Z[ recovery-image] Oct 30 14:08:15.207 INFO O| Oct 30 14:08:15.207 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-10-30T14:08:15.909Z[ recovery-image] Oct 30 14:08:15.220 INFO O| Oct 30 14:08:15.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
71432024-10-30T14:08:15.909Z[ recovery-image] Oct 30 14:08:15.220 INFO O| Oct 30 14:08:15.220 INFO STEP 983 (remove_files) COMPLETE
71442024-10-30T14:08:15.909Z[ recovery-image] Oct 30 14:08:15.220 INFO O| Oct 30 14:08:15.220 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-10-30T14:08:15.923Z[ recovery-image] Oct 30 14:08:15.234 INFO O| Oct 30 14:08:15.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
71462024-10-30T14:08:15.923Z[ recovery-image] Oct 30 14:08:15.234 INFO O| Oct 30 14:08:15.234 INFO STEP 984 (remove_files) COMPLETE
71472024-10-30T14:08:15.923Z[ recovery-image] Oct 30 14:08:15.234 INFO O| Oct 30 14:08:15.234 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-10-30T14:08:15.936Z[ recovery-image] Oct 30 14:08:15.247 INFO O| Oct 30 14:08:15.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
71492024-10-30T14:08:15.936Z[ recovery-image] Oct 30 14:08:15.247 INFO O| Oct 30 14:08:15.247 INFO STEP 985 (remove_files) COMPLETE
71502024-10-30T14:08:15.936Z[ recovery-image] Oct 30 14:08:15.247 INFO O| Oct 30 14:08:15.247 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-10-30T14:08:15.949Z[ recovery-image] Oct 30 14:08:15.260 INFO O| Oct 30 14:08:15.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
71522024-10-30T14:08:15.949Z[ recovery-image] Oct 30 14:08:15.260 INFO O| Oct 30 14:08:15.260 INFO STEP 986 (remove_files) COMPLETE
71532024-10-30T14:08:15.952Z[ recovery-image] Oct 30 14:08:15.260 INFO O| Oct 30 14:08:15.260 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-10-30T14:08:15.961Z[ recovery-image] Oct 30 14:08:15.272 INFO O| Oct 30 14:08:15.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
71552024-10-30T14:08:15.964Z[ recovery-image] Oct 30 14:08:15.272 INFO O| Oct 30 14:08:15.272 INFO STEP 987 (remove_files) COMPLETE
71562024-10-30T14:08:15.964Z[ recovery-image] Oct 30 14:08:15.273 INFO O| Oct 30 14:08:15.272 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-10-30T14:08:15.974Z[ recovery-image] Oct 30 14:08:15.285 INFO O| Oct 30 14:08:15.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
71582024-10-30T14:08:15.974Z[ recovery-image] Oct 30 14:08:15.285 INFO O| Oct 30 14:08:15.285 INFO STEP 988 (remove_files) COMPLETE
71592024-10-30T14:08:15.974Z[ recovery-image] Oct 30 14:08:15.285 INFO O| Oct 30 14:08:15.285 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-10-30T14:08:15.986Z[ recovery-image] Oct 30 14:08:15.297 INFO O| Oct 30 14:08:15.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
71612024-10-30T14:08:15.986Z[ recovery-image] Oct 30 14:08:15.297 INFO O| Oct 30 14:08:15.297 INFO STEP 989 (remove_files) COMPLETE
71622024-10-30T14:08:15.989Z[ recovery-image] Oct 30 14:08:15.297 INFO O| Oct 30 14:08:15.297 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-10-30T14:08:15.998Z[ recovery-image] Oct 30 14:08:15.309 INFO O| Oct 30 14:08:15.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
71642024-10-30T14:08:15.998Z[ recovery-image] Oct 30 14:08:15.309 INFO O| Oct 30 14:08:15.309 INFO STEP 990 (remove_files) COMPLETE
71652024-10-30T14:08:15.998Z[ recovery-image] Oct 30 14:08:15.309 INFO O| Oct 30 14:08:15.309 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-10-30T14:08:16.011Z[ recovery-image] Oct 30 14:08:15.321 INFO O| Oct 30 14:08:15.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
71672024-10-30T14:08:16.014Z[ recovery-image] Oct 30 14:08:15.321 INFO O| Oct 30 14:08:15.321 INFO STEP 991 (remove_files) COMPLETE
71682024-10-30T14:08:16.014Z[ recovery-image] Oct 30 14:08:15.321 INFO O| Oct 30 14:08:15.321 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-10-30T14:08:16.023Z[ recovery-image] Oct 30 14:08:15.333 INFO O| Oct 30 14:08:15.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
71702024-10-30T14:08:16.023Z[ recovery-image] Oct 30 14:08:15.333 INFO O| Oct 30 14:08:15.333 INFO STEP 992 (remove_files) COMPLETE
71712024-10-30T14:08:16.023Z[ recovery-image] Oct 30 14:08:15.334 INFO O| Oct 30 14:08:15.333 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-10-30T14:08:16.033Z[ recovery-image] Oct 30 14:08:15.344 INFO O| Oct 30 14:08:15.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
71732024-10-30T14:08:16.036Z[ recovery-image] Oct 30 14:08:15.344 INFO O| Oct 30 14:08:15.344 INFO STEP 993 (remove_files) COMPLETE
71742024-10-30T14:08:16.036Z[ recovery-image] Oct 30 14:08:15.344 INFO O| Oct 30 14:08:15.344 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-10-30T14:08:16.043Z[ recovery-image] Oct 30 14:08:15.354 INFO O| Oct 30 14:08:15.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
71762024-10-30T14:08:16.043Z[ recovery-image] Oct 30 14:08:15.354 INFO O| Oct 30 14:08:15.354 INFO STEP 994 (remove_files) COMPLETE
71772024-10-30T14:08:16.046Z[ recovery-image] Oct 30 14:08:15.354 INFO O| Oct 30 14:08:15.354 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-10-30T14:08:16.054Z[ recovery-image] Oct 30 14:08:15.364 INFO O| Oct 30 14:08:15.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
71792024-10-30T14:08:16.056Z[ recovery-image] Oct 30 14:08:15.364 INFO O| Oct 30 14:08:15.364 INFO STEP 995 (remove_files) COMPLETE
71802024-10-30T14:08:16.056Z[ recovery-image] Oct 30 14:08:15.364 INFO O| Oct 30 14:08:15.364 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-10-30T14:08:16.063Z[ recovery-image] Oct 30 14:08:15.374 INFO O| Oct 30 14:08:15.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
71822024-10-30T14:08:16.067Z[ recovery-image] Oct 30 14:08:15.374 INFO O| Oct 30 14:08:15.374 INFO STEP 996 (remove_files) COMPLETE
71832024-10-30T14:08:16.067Z[ recovery-image] Oct 30 14:08:15.374 INFO O| Oct 30 14:08:15.374 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-10-30T14:08:16.073Z[ recovery-image] Oct 30 14:08:15.384 INFO O| Oct 30 14:08:15.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
71852024-10-30T14:08:16.076Z[ recovery-image] Oct 30 14:08:15.384 INFO O| Oct 30 14:08:15.384 INFO STEP 997 (remove_files) COMPLETE
71862024-10-30T14:08:16.076Z[ recovery-image] Oct 30 14:08:15.384 INFO O| Oct 30 14:08:15.384 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-10-30T14:08:16.083Z[ recovery-image] Oct 30 14:08:15.394 INFO O| Oct 30 14:08:15.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
71882024-10-30T14:08:16.084Z[ recovery-image] Oct 30 14:08:15.394 INFO O| Oct 30 14:08:15.394 INFO STEP 998 (remove_files) COMPLETE
71892024-10-30T14:08:16.086Z[ recovery-image] Oct 30 14:08:15.394 INFO O| Oct 30 14:08:15.394 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-10-30T14:08:16.094Z[ recovery-image] Oct 30 14:08:15.404 INFO O| Oct 30 14:08:15.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
71912024-10-30T14:08:16.094Z[ recovery-image] Oct 30 14:08:15.404 INFO O| Oct 30 14:08:15.404 INFO STEP 999 (remove_files) COMPLETE
71922024-10-30T14:08:16.096Z[ recovery-image] Oct 30 14:08:15.404 INFO O| Oct 30 14:08:15.404 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-10-30T14:08:16.104Z[ recovery-image] Oct 30 14:08:15.415 INFO O| Oct 30 14:08:15.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
71942024-10-30T14:08:16.104Z[ recovery-image] Oct 30 14:08:15.415 INFO O| Oct 30 14:08:15.415 INFO STEP 1000 (remove_files) COMPLETE
71952024-10-30T14:08:16.104Z[ recovery-image] Oct 30 14:08:15.415 INFO O| Oct 30 14:08:15.415 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-10-30T14:08:16.115Z[ recovery-image] Oct 30 14:08:15.425 INFO O| Oct 30 14:08:15.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
71972024-10-30T14:08:16.116Z[ recovery-image] Oct 30 14:08:15.425 INFO O| Oct 30 14:08:15.425 INFO STEP 1001 (remove_files) COMPLETE
71982024-10-30T14:08:16.116Z[ recovery-image] Oct 30 14:08:15.425 INFO O| Oct 30 14:08:15.425 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-10-30T14:08:16.127Z[ recovery-image] Oct 30 14:08:15.436 INFO O| Oct 30 14:08:15.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
72002024-10-30T14:08:16.127Z[ recovery-image] Oct 30 14:08:15.436 INFO O| Oct 30 14:08:15.436 INFO STEP 1002 (remove_files) COMPLETE
72012024-10-30T14:08:16.127Z[ recovery-image] Oct 30 14:08:15.436 INFO O| Oct 30 14:08:15.436 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-10-30T14:08:16.135Z[ recovery-image] Oct 30 14:08:15.446 INFO O| Oct 30 14:08:15.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
72032024-10-30T14:08:16.136Z[ recovery-image] Oct 30 14:08:15.446 INFO O| Oct 30 14:08:15.446 INFO STEP 1003 (remove_files) COMPLETE
72042024-10-30T14:08:16.136Z[ recovery-image] Oct 30 14:08:15.446 INFO O| Oct 30 14:08:15.446 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-10-30T14:08:16.147Z[ recovery-image] Oct 30 14:08:15.457 INFO O| Oct 30 14:08:15.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
72062024-10-30T14:08:16.147Z[ recovery-image] Oct 30 14:08:15.457 INFO O| Oct 30 14:08:15.457 INFO STEP 1004 (remove_files) COMPLETE
72072024-10-30T14:08:16.147Z[ recovery-image] Oct 30 14:08:15.457 INFO O| Oct 30 14:08:15.457 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-10-30T14:08:16.161Z[ recovery-image] Oct 30 14:08:15.470 INFO O| Oct 30 14:08:15.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
72092024-10-30T14:08:16.161Z[ recovery-image] Oct 30 14:08:15.470 INFO O| Oct 30 14:08:15.470 INFO STEP 1005 (remove_files) COMPLETE
72102024-10-30T14:08:16.164Z[ recovery-image] Oct 30 14:08:15.470 INFO O| Oct 30 14:08:15.470 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-10-30T14:08:16.172Z[ recovery-image] Oct 30 14:08:15.483 INFO O| Oct 30 14:08:15.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
72122024-10-30T14:08:16.172Z[ recovery-image] Oct 30 14:08:15.483 INFO O| Oct 30 14:08:15.483 INFO STEP 1006 (remove_files) COMPLETE
72132024-10-30T14:08:16.172Z[ recovery-image] Oct 30 14:08:15.483 INFO O| Oct 30 14:08:15.483 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-10-30T14:08:16.183Z[ recovery-image] Oct 30 14:08:15.494 INFO O| Oct 30 14:08:15.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
72152024-10-30T14:08:16.183Z[ recovery-image] Oct 30 14:08:15.494 INFO O| Oct 30 14:08:15.494 INFO STEP 1007 (remove_files) COMPLETE
72162024-10-30T14:08:16.186Z[ recovery-image] Oct 30 14:08:15.494 INFO O| Oct 30 14:08:15.494 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-10-30T14:08:16.194Z[ recovery-image] Oct 30 14:08:15.505 INFO O| Oct 30 14:08:15.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
72182024-10-30T14:08:16.194Z[ recovery-image] Oct 30 14:08:15.505 INFO O| Oct 30 14:08:15.505 INFO STEP 1008 (remove_files) COMPLETE
72192024-10-30T14:08:16.196Z[ recovery-image] Oct 30 14:08:15.505 INFO O| Oct 30 14:08:15.505 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-10-30T14:08:16.204Z[ recovery-image] Oct 30 14:08:15.515 INFO O| Oct 30 14:08:15.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
72212024-10-30T14:08:16.204Z[ recovery-image] Oct 30 14:08:15.515 INFO O| Oct 30 14:08:15.515 INFO STEP 1009 (remove_files) COMPLETE
72222024-10-30T14:08:16.207Z[ recovery-image] Oct 30 14:08:15.515 INFO O| Oct 30 14:08:15.515 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-10-30T14:08:16.215Z[ recovery-image] Oct 30 14:08:15.526 INFO O| Oct 30 14:08:15.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
72242024-10-30T14:08:16.215Z[ recovery-image] Oct 30 14:08:15.526 INFO O| Oct 30 14:08:15.526 INFO STEP 1010 (remove_files) COMPLETE
72252024-10-30T14:08:16.217Z[ recovery-image] Oct 30 14:08:15.526 INFO O| Oct 30 14:08:15.526 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-10-30T14:08:16.225Z[ recovery-image] Oct 30 14:08:15.536 INFO O| Oct 30 14:08:15.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
72272024-10-30T14:08:16.225Z[ recovery-image] Oct 30 14:08:15.536 INFO O| Oct 30 14:08:15.536 INFO STEP 1011 (remove_files) COMPLETE
72282024-10-30T14:08:16.225Z[ recovery-image] Oct 30 14:08:15.536 INFO O| Oct 30 14:08:15.536 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-10-30T14:08:16.236Z[ recovery-image] Oct 30 14:08:15.547 INFO O| Oct 30 14:08:15.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
72302024-10-30T14:08:16.238Z[ recovery-image] Oct 30 14:08:15.547 INFO O| Oct 30 14:08:15.547 INFO STEP 1012 (remove_files) COMPLETE
72312024-10-30T14:08:16.238Z[ recovery-image] Oct 30 14:08:15.547 INFO O| Oct 30 14:08:15.547 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-10-30T14:08:16.248Z[ recovery-image] Oct 30 14:08:15.558 INFO O| Oct 30 14:08:15.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
72332024-10-30T14:08:16.253Z[ recovery-image] Oct 30 14:08:15.558 INFO O| Oct 30 14:08:15.558 INFO STEP 1013 (remove_files) COMPLETE
72342024-10-30T14:08:16.253Z[ recovery-image] Oct 30 14:08:15.559 INFO O| Oct 30 14:08:15.558 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-10-30T14:08:16.258Z[ recovery-image] Oct 30 14:08:15.569 INFO O| Oct 30 14:08:15.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
72362024-10-30T14:08:16.258Z[ recovery-image] Oct 30 14:08:15.569 INFO O| Oct 30 14:08:15.569 INFO STEP 1014 (remove_files) COMPLETE
72372024-10-30T14:08:16.260Z[ recovery-image] Oct 30 14:08:15.569 INFO O| Oct 30 14:08:15.569 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-10-30T14:08:16.268Z[ recovery-image] Oct 30 14:08:15.579 INFO O| Oct 30 14:08:15.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
72392024-10-30T14:08:16.271Z[ recovery-image] Oct 30 14:08:15.580 INFO O| Oct 30 14:08:15.580 INFO STEP 1015 (remove_files) COMPLETE
72402024-10-30T14:08:16.271Z[ recovery-image] Oct 30 14:08:15.580 INFO O| Oct 30 14:08:15.580 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-10-30T14:08:16.279Z[ recovery-image] Oct 30 14:08:15.590 INFO O| Oct 30 14:08:15.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
72422024-10-30T14:08:16.279Z[ recovery-image] Oct 30 14:08:15.590 INFO O| Oct 30 14:08:15.590 INFO STEP 1016 (remove_files) COMPLETE
72432024-10-30T14:08:16.281Z[ recovery-image] Oct 30 14:08:15.590 INFO O| Oct 30 14:08:15.590 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-10-30T14:08:16.289Z[ recovery-image] Oct 30 14:08:15.600 INFO O| Oct 30 14:08:15.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
72452024-10-30T14:08:16.291Z[ recovery-image] Oct 30 14:08:15.600 INFO O| Oct 30 14:08:15.600 INFO STEP 1017 (remove_files) COMPLETE
72462024-10-30T14:08:16.291Z[ recovery-image] Oct 30 14:08:15.600 INFO O| Oct 30 14:08:15.600 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-10-30T14:08:16.299Z[ recovery-image] Oct 30 14:08:15.609 INFO O| Oct 30 14:08:15.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
72482024-10-30T14:08:16.299Z[ recovery-image] Oct 30 14:08:15.610 INFO O| Oct 30 14:08:15.610 INFO STEP 1018 (remove_files) COMPLETE
72492024-10-30T14:08:16.301Z[ recovery-image] Oct 30 14:08:15.610 INFO O| Oct 30 14:08:15.610 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-10-30T14:08:16.309Z[ recovery-image] Oct 30 14:08:15.620 INFO O| Oct 30 14:08:15.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
72512024-10-30T14:08:16.309Z[ recovery-image] Oct 30 14:08:15.620 INFO O| Oct 30 14:08:15.620 INFO STEP 1019 (remove_files) COMPLETE
72522024-10-30T14:08:16.312Z[ recovery-image] Oct 30 14:08:15.620 INFO O| Oct 30 14:08:15.620 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-10-30T14:08:16.320Z[ recovery-image] Oct 30 14:08:15.630 INFO O| Oct 30 14:08:15.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
72542024-10-30T14:08:16.324Z[ recovery-image] Oct 30 14:08:15.630 INFO O| Oct 30 14:08:15.630 INFO STEP 1020 (remove_files) COMPLETE
72552024-10-30T14:08:16.324Z[ recovery-image] Oct 30 14:08:15.630 INFO O| Oct 30 14:08:15.630 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-10-30T14:08:16.330Z[ recovery-image] Oct 30 14:08:15.640 INFO O| Oct 30 14:08:15.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
72572024-10-30T14:08:16.333Z[ recovery-image] Oct 30 14:08:15.640 INFO O| Oct 30 14:08:15.640 INFO STEP 1021 (remove_files) COMPLETE
72582024-10-30T14:08:16.333Z[ recovery-image] Oct 30 14:08:15.640 INFO O| Oct 30 14:08:15.640 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-10-30T14:08:16.339Z[ recovery-image] Oct 30 14:08:15.650 INFO O| Oct 30 14:08:15.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
72602024-10-30T14:08:16.339Z[ recovery-image] Oct 30 14:08:15.650 INFO O| Oct 30 14:08:15.650 INFO STEP 1022 (remove_files) COMPLETE
72612024-10-30T14:08:16.339Z[ recovery-image] Oct 30 14:08:15.650 INFO O| Oct 30 14:08:15.650 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-10-30T14:08:16.350Z[ recovery-image] Oct 30 14:08:15.660 INFO O| Oct 30 14:08:15.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
72632024-10-30T14:08:16.352Z[ recovery-image] Oct 30 14:08:15.661 INFO O| Oct 30 14:08:15.660 INFO STEP 1023 (remove_files) COMPLETE
72642024-10-30T14:08:16.352Z[ recovery-image] Oct 30 14:08:15.661 INFO O| Oct 30 14:08:15.661 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-10-30T14:08:16.360Z[ recovery-image] Oct 30 14:08:15.671 INFO O| Oct 30 14:08:15.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
72662024-10-30T14:08:16.360Z[ recovery-image] Oct 30 14:08:15.671 INFO O| Oct 30 14:08:15.671 INFO STEP 1024 (remove_files) COMPLETE
72672024-10-30T14:08:16.360Z[ recovery-image] Oct 30 14:08:15.671 INFO O| Oct 30 14:08:15.671 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-10-30T14:08:16.372Z[ recovery-image] Oct 30 14:08:15.683 INFO O| Oct 30 14:08:15.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
72692024-10-30T14:08:16.372Z[ recovery-image] Oct 30 14:08:15.683 INFO O| Oct 30 14:08:15.683 INFO STEP 1025 (remove_files) COMPLETE
72702024-10-30T14:08:16.372Z[ recovery-image] Oct 30 14:08:15.683 INFO O| Oct 30 14:08:15.683 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-10-30T14:08:16.384Z[ recovery-image] Oct 30 14:08:15.695 INFO O| Oct 30 14:08:15.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
72722024-10-30T14:08:16.384Z[ recovery-image] Oct 30 14:08:15.695 INFO O| Oct 30 14:08:15.695 INFO STEP 1026 (remove_files) COMPLETE
72732024-10-30T14:08:16.387Z[ recovery-image] Oct 30 14:08:15.695 INFO O| Oct 30 14:08:15.695 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-10-30T14:08:16.395Z[ recovery-image] Oct 30 14:08:15.706 INFO O| Oct 30 14:08:15.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
72752024-10-30T14:08:16.395Z[ recovery-image] Oct 30 14:08:15.706 INFO O| Oct 30 14:08:15.706 INFO STEP 1027 (remove_files) COMPLETE
72762024-10-30T14:08:16.398Z[ recovery-image] Oct 30 14:08:15.706 INFO O| Oct 30 14:08:15.706 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-10-30T14:08:16.406Z[ recovery-image] Oct 30 14:08:15.717 INFO O| Oct 30 14:08:15.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
72782024-10-30T14:08:16.406Z[ recovery-image] Oct 30 14:08:15.717 INFO O| Oct 30 14:08:15.717 INFO STEP 1028 (remove_files) COMPLETE
72792024-10-30T14:08:16.406Z[ recovery-image] Oct 30 14:08:15.717 INFO O| Oct 30 14:08:15.717 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-10-30T14:08:16.416Z[ recovery-image] Oct 30 14:08:15.727 INFO O| Oct 30 14:08:15.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
72812024-10-30T14:08:16.416Z[ recovery-image] Oct 30 14:08:15.727 INFO O| Oct 30 14:08:15.727 INFO STEP 1029 (remove_files) COMPLETE
72822024-10-30T14:08:16.418Z[ recovery-image] Oct 30 14:08:15.727 INFO O| Oct 30 14:08:15.727 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-10-30T14:08:16.426Z[ recovery-image] Oct 30 14:08:15.737 INFO O| Oct 30 14:08:15.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
72842024-10-30T14:08:16.426Z[ recovery-image] Oct 30 14:08:15.737 INFO O| Oct 30 14:08:15.737 INFO STEP 1030 (remove_files) COMPLETE
72852024-10-30T14:08:16.426Z[ recovery-image] Oct 30 14:08:15.737 INFO O| Oct 30 14:08:15.737 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-10-30T14:08:16.436Z[ recovery-image] Oct 30 14:08:15.747 INFO O| Oct 30 14:08:15.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
72872024-10-30T14:08:16.436Z[ recovery-image] Oct 30 14:08:15.747 INFO O| Oct 30 14:08:15.747 INFO STEP 1031 (remove_files) COMPLETE
72882024-10-30T14:08:16.436Z[ recovery-image] Oct 30 14:08:15.747 INFO O| Oct 30 14:08:15.747 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-10-30T14:08:16.447Z[ recovery-image] Oct 30 14:08:15.758 INFO O| Oct 30 14:08:15.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
72902024-10-30T14:08:16.449Z[ recovery-image] Oct 30 14:08:15.758 INFO O| Oct 30 14:08:15.758 INFO STEP 1032 (remove_files) COMPLETE
72912024-10-30T14:08:16.449Z[ recovery-image] Oct 30 14:08:15.758 INFO O| Oct 30 14:08:15.758 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-10-30T14:08:16.457Z[ recovery-image] Oct 30 14:08:15.768 INFO O| Oct 30 14:08:15.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
72932024-10-30T14:08:16.457Z[ recovery-image] Oct 30 14:08:15.768 INFO O| Oct 30 14:08:15.768 INFO STEP 1033 (remove_files) COMPLETE
72942024-10-30T14:08:16.460Z[ recovery-image] Oct 30 14:08:15.768 INFO O| Oct 30 14:08:15.768 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-10-30T14:08:16.469Z[ recovery-image] Oct 30 14:08:15.779 INFO O| Oct 30 14:08:15.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
72962024-10-30T14:08:16.469Z[ recovery-image] Oct 30 14:08:15.779 INFO O| Oct 30 14:08:15.779 INFO STEP 1034 (remove_files) COMPLETE
72972024-10-30T14:08:16.469Z[ recovery-image] Oct 30 14:08:15.780 INFO O| Oct 30 14:08:15.779 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-10-30T14:08:16.479Z[ recovery-image] Oct 30 14:08:15.790 INFO O| Oct 30 14:08:15.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
72992024-10-30T14:08:16.481Z[ recovery-image] Oct 30 14:08:15.790 INFO O| Oct 30 14:08:15.790 INFO STEP 1035 (remove_files) COMPLETE
73002024-10-30T14:08:16.482Z[ recovery-image] Oct 30 14:08:15.790 INFO O| Oct 30 14:08:15.790 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-10-30T14:08:16.489Z[ recovery-image] Oct 30 14:08:15.800 INFO O| Oct 30 14:08:15.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
73022024-10-30T14:08:16.492Z[ recovery-image] Oct 30 14:08:15.800 INFO O| Oct 30 14:08:15.800 INFO STEP 1036 (remove_files) COMPLETE
73032024-10-30T14:08:16.492Z[ recovery-image] Oct 30 14:08:15.800 INFO O| Oct 30 14:08:15.800 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-10-30T14:08:16.500Z[ recovery-image] Oct 30 14:08:15.811 INFO O| Oct 30 14:08:15.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
73052024-10-30T14:08:16.503Z[ recovery-image] Oct 30 14:08:15.811 INFO O| Oct 30 14:08:15.811 INFO STEP 1037 (remove_files) COMPLETE
73062024-10-30T14:08:16.503Z[ recovery-image] Oct 30 14:08:15.811 INFO O| Oct 30 14:08:15.811 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-10-30T14:08:16.511Z[ recovery-image] Oct 30 14:08:15.822 INFO O| Oct 30 14:08:15.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
73082024-10-30T14:08:16.513Z[ recovery-image] Oct 30 14:08:15.822 INFO O| Oct 30 14:08:15.822 INFO STEP 1038 (remove_files) COMPLETE
73092024-10-30T14:08:16.513Z[ recovery-image] Oct 30 14:08:15.822 INFO O| Oct 30 14:08:15.822 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-10-30T14:08:16.521Z[ recovery-image] Oct 30 14:08:15.832 INFO O| Oct 30 14:08:15.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
73112024-10-30T14:08:16.524Z[ recovery-image] Oct 30 14:08:15.832 INFO O| Oct 30 14:08:15.832 INFO STEP 1039 (remove_files) COMPLETE
73122024-10-30T14:08:16.524Z[ recovery-image] Oct 30 14:08:15.832 INFO O| Oct 30 14:08:15.832 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-10-30T14:08:16.531Z[ recovery-image] Oct 30 14:08:15.842 INFO O| Oct 30 14:08:15.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
73142024-10-30T14:08:16.534Z[ recovery-image] Oct 30 14:08:15.842 INFO O| Oct 30 14:08:15.842 INFO STEP 1040 (remove_files) COMPLETE
73152024-10-30T14:08:16.534Z[ recovery-image] Oct 30 14:08:15.842 INFO O| Oct 30 14:08:15.842 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-10-30T14:08:16.541Z[ recovery-image] Oct 30 14:08:15.852 INFO O| Oct 30 14:08:15.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
73172024-10-30T14:08:16.543Z[ recovery-image] Oct 30 14:08:15.852 INFO O| Oct 30 14:08:15.852 INFO STEP 1041 (remove_files) COMPLETE
73182024-10-30T14:08:16.543Z[ recovery-image] Oct 30 14:08:15.852 INFO O| Oct 30 14:08:15.852 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-10-30T14:08:16.553Z[ recovery-image] Oct 30 14:08:15.864 INFO O| Oct 30 14:08:15.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
73202024-10-30T14:08:16.553Z[ recovery-image] Oct 30 14:08:15.864 INFO O| Oct 30 14:08:15.864 INFO STEP 1042 (remove_files) COMPLETE
73212024-10-30T14:08:16.553Z[ recovery-image] Oct 30 14:08:15.864 INFO O| Oct 30 14:08:15.864 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-10-30T14:08:16.563Z[ recovery-image] Oct 30 14:08:15.874 INFO O| Oct 30 14:08:15.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
73232024-10-30T14:08:16.566Z[ recovery-image] Oct 30 14:08:15.874 INFO O| Oct 30 14:08:15.874 INFO STEP 1043 (remove_files) COMPLETE
73242024-10-30T14:08:16.566Z[ recovery-image] Oct 30 14:08:15.874 INFO O| Oct 30 14:08:15.874 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-10-30T14:08:16.573Z[ recovery-image] Oct 30 14:08:15.884 INFO O| Oct 30 14:08:15.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
73262024-10-30T14:08:16.576Z[ recovery-image] Oct 30 14:08:15.884 INFO O| Oct 30 14:08:15.884 INFO STEP 1044 (remove_files) COMPLETE
73272024-10-30T14:08:16.576Z[ recovery-image] Oct 30 14:08:15.884 INFO O| Oct 30 14:08:15.884 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-10-30T14:08:16.583Z[ recovery-image] Oct 30 14:08:15.894 INFO O| Oct 30 14:08:15.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
73292024-10-30T14:08:16.583Z[ recovery-image] Oct 30 14:08:15.894 INFO O| Oct 30 14:08:15.894 INFO STEP 1045 (remove_files) COMPLETE
73302024-10-30T14:08:16.586Z[ recovery-image] Oct 30 14:08:15.894 INFO O| Oct 30 14:08:15.894 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-10-30T14:08:16.591Z[ host-image] Oct 30 14:08:15.902 INFO O| Oct 30 14:08:15.902 INFO O| Done
73322024-10-30T14:08:16.594Z[ recovery-image] Oct 30 14:08:15.904 INFO O| Oct 30 14:08:15.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
73332024-10-30T14:08:16.594Z[ recovery-image] Oct 30 14:08:15.904 INFO O| Oct 30 14:08:15.904 INFO STEP 1046 (remove_files) COMPLETE
73342024-10-30T14:08:16.594Z[ recovery-image] Oct 30 14:08:15.904 INFO O| Oct 30 14:08:15.904 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-10-30T14:08:16.603Z[ recovery-image] Oct 30 14:08:15.914 INFO O| Oct 30 14:08:15.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
73362024-10-30T14:08:16.603Z[ recovery-image] Oct 30 14:08:15.914 INFO O| Oct 30 14:08:15.914 INFO STEP 1047 (remove_files) COMPLETE
73372024-10-30T14:08:16.606Z[ recovery-image] Oct 30 14:08:15.914 INFO O| Oct 30 14:08:15.914 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-10-30T14:08:16.614Z[ recovery-image] Oct 30 14:08:15.924 INFO O| Oct 30 14:08:15.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
73392024-10-30T14:08:16.614Z[ recovery-image] Oct 30 14:08:15.925 INFO O| Oct 30 14:08:15.924 INFO STEP 1048 (remove_files) COMPLETE
73402024-10-30T14:08:16.614Z[ recovery-image] Oct 30 14:08:15.925 INFO O| Oct 30 14:08:15.925 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-10-30T14:08:16.616Z[ host-image] Oct 30 14:08:15.927 INFO O| Oct 30 14:08:15.927 INFO O| Done
73422024-10-30T14:08:16.619Z[ host-image] Oct 30 14:08:15.927 INFO O| Oct 30 14:08:15.927 INFO O| Done
73432024-10-30T14:08:16.624Z[ recovery-image] Oct 30 14:08:15.935 INFO O| Oct 30 14:08:15.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
73442024-10-30T14:08:16.627Z[ recovery-image] Oct 30 14:08:15.935 INFO O| Oct 30 14:08:15.935 INFO STEP 1049 (remove_files) COMPLETE
73452024-10-30T14:08:16.627Z[ recovery-image] Oct 30 14:08:15.935 INFO O| Oct 30 14:08:15.935 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-10-30T14:08:16.629Z[ host-image] Oct 30 14:08:15.937 INFO O| Oct 30 14:08:15.937 INFO O| Done
73472024-10-30T14:08:16.635Z[ recovery-image] Oct 30 14:08:15.945 INFO O| Oct 30 14:08:15.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
73482024-10-30T14:08:16.635Z[ recovery-image] Oct 30 14:08:15.945 INFO O| Oct 30 14:08:15.945 INFO STEP 1050 (remove_files) COMPLETE
73492024-10-30T14:08:16.638Z[ recovery-image] Oct 30 14:08:15.945 INFO O| Oct 30 14:08:15.945 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-10-30T14:08:16.646Z[ recovery-image] Oct 30 14:08:15.956 INFO O| Oct 30 14:08:15.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
73512024-10-30T14:08:16.646Z[ recovery-image] Oct 30 14:08:15.957 INFO O| Oct 30 14:08:15.957 INFO STEP 1051 (remove_files) COMPLETE
73522024-10-30T14:08:16.648Z[ recovery-image] Oct 30 14:08:15.957 INFO O| Oct 30 14:08:15.957 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-10-30T14:08:16.658Z[ recovery-image] Oct 30 14:08:15.969 INFO O| Oct 30 14:08:15.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
73542024-10-30T14:08:16.658Z[ recovery-image] Oct 30 14:08:15.969 INFO O| Oct 30 14:08:15.969 INFO STEP 1052 (remove_files) COMPLETE
73552024-10-30T14:08:16.661Z[ recovery-image] Oct 30 14:08:15.969 INFO O| Oct 30 14:08:15.969 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-10-30T14:08:16.671Z[ recovery-image] Oct 30 14:08:15.981 INFO O| Oct 30 14:08:15.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
73572024-10-30T14:08:16.671Z[ recovery-image] Oct 30 14:08:15.982 INFO O| Oct 30 14:08:15.981 INFO STEP 1053 (remove_files) COMPLETE
73582024-10-30T14:08:16.673Z[ recovery-image] Oct 30 14:08:15.982 INFO O| Oct 30 14:08:15.982 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-10-30T14:08:16.682Z[ recovery-image] Oct 30 14:08:15.993 INFO O| Oct 30 14:08:15.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
73602024-10-30T14:08:16.684Z[ recovery-image] Oct 30 14:08:15.993 INFO O| Oct 30 14:08:15.993 INFO STEP 1054 (remove_files) COMPLETE
73612024-10-30T14:08:16.685Z[ recovery-image] Oct 30 14:08:15.993 INFO O| Oct 30 14:08:15.993 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-10-30T14:08:16.692Z[ recovery-image] Oct 30 14:08:16.003 INFO O| Oct 30 14:08:16.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
73632024-10-30T14:08:16.692Z[ recovery-image] Oct 30 14:08:16.003 INFO O| Oct 30 14:08:16.003 INFO STEP 1055 (remove_files) COMPLETE
73642024-10-30T14:08:16.692Z[ recovery-image] Oct 30 14:08:16.003 INFO O| Oct 30 14:08:16.003 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-10-30T14:08:16.703Z[ recovery-image] Oct 30 14:08:16.013 INFO O| Oct 30 14:08:16.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
73662024-10-30T14:08:16.703Z[ recovery-image] Oct 30 14:08:16.013 INFO O| Oct 30 14:08:16.013 INFO STEP 1056 (remove_files) COMPLETE
73672024-10-30T14:08:16.703Z[ recovery-image] Oct 30 14:08:16.013 INFO O| Oct 30 14:08:16.013 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-10-30T14:08:16.719Z[ recovery-image] Oct 30 14:08:16.023 INFO O| Oct 30 14:08:16.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
73692024-10-30T14:08:16.722Z[ recovery-image] Oct 30 14:08:16.023 INFO O| Oct 30 14:08:16.023 INFO STEP 1057 (remove_files) COMPLETE
73702024-10-30T14:08:16.722Z[ recovery-image] Oct 30 14:08:16.023 INFO O| Oct 30 14:08:16.023 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-10-30T14:08:16.725Z[ recovery-image] Oct 30 14:08:16.034 INFO O| Oct 30 14:08:16.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
73722024-10-30T14:08:16.725Z[ recovery-image] Oct 30 14:08:16.034 INFO O| Oct 30 14:08:16.034 INFO STEP 1058 (remove_files) COMPLETE
73732024-10-30T14:08:16.725Z[ recovery-image] Oct 30 14:08:16.034 INFO O| Oct 30 14:08:16.034 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-10-30T14:08:16.733Z[ recovery-image] Oct 30 14:08:16.044 INFO O| Oct 30 14:08:16.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
73752024-10-30T14:08:16.737Z[ recovery-image] Oct 30 14:08:16.044 INFO O| Oct 30 14:08:16.044 INFO STEP 1059 (remove_files) COMPLETE
73762024-10-30T14:08:16.737Z[ recovery-image] Oct 30 14:08:16.044 INFO O| Oct 30 14:08:16.044 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-10-30T14:08:16.741Z[ host-image] Oct 30 14:08:16.052 INFO O| Oct 30 14:08:16.052 INFO STEP 14 (pkg_install) COMPLETE
73782024-10-30T14:08:16.741Z[ host-image] Oct 30 14:08:16.052 INFO O| Oct 30 14:08:16.052 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
73792024-10-30T14:08:16.741Z[ host-image] Oct 30 14:08:16.052 INFO O| Oct 30 14:08:16.052 INFO skip step because feature "mfg" is not enabled
73802024-10-30T14:08:16.744Z[ host-image] Oct 30 14:08:16.052 INFO O| Oct 30 14:08:16.052 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
73812024-10-30T14:08:16.744Z[ host-image] Oct 30 14:08:16.052 INFO O| Oct 30 14:08:16.052 INFO skip step because feature "compliance" is not enabled
73822024-10-30T14:08:16.744Z[ host-image] Oct 30 14:08:16.052 INFO O| Oct 30 14:08:16.052 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
73832024-10-30T14:08:16.744Z[ host-image] Oct 30 14:08:16.052 INFO O| Oct 30 14:08:16.052 INFO skip step because feature "stress" is not enabled
73842024-10-30T14:08:16.744Z[ host-image] Oct 30 14:08:16.052 INFO O| Oct 30 14:08:16.052 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
73852024-10-30T14:08:16.744Z[ host-image] Oct 30 14:08:16.052 INFO O| Oct 30 14:08:16.052 INFO skip step because feature "nfs" is not enabled
73862024-10-30T14:08:16.744Z[ host-image] Oct 30 14:08:16.052 INFO O| Oct 30 14:08:16.052 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
73872024-10-30T14:08:16.744Z[ host-image] Oct 30 14:08:16.052 INFO O| Oct 30 14:08:16.052 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
73882024-10-30T14:08:16.747Z[ recovery-image] Oct 30 14:08:16.055 INFO O| Oct 30 14:08:16.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
73892024-10-30T14:08:16.747Z[ recovery-image] Oct 30 14:08:16.055 INFO O| Oct 30 14:08:16.055 INFO STEP 1060 (remove_files) COMPLETE
73902024-10-30T14:08:16.747Z[ recovery-image] Oct 30 14:08:16.055 INFO O| Oct 30 14:08:16.055 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-10-30T14:08:16.766Z[ recovery-image] Oct 30 14:08:16.074 INFO O| Oct 30 14:08:16.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
73922024-10-30T14:08:16.766Z[ recovery-image] Oct 30 14:08:16.075 INFO O| Oct 30 14:08:16.075 INFO STEP 1061 (remove_files) COMPLETE
73932024-10-30T14:08:16.769Z[ recovery-image] Oct 30 14:08:16.075 INFO O| Oct 30 14:08:16.075 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-10-30T14:08:16.780Z[ recovery-image] Oct 30 14:08:16.091 INFO O| Oct 30 14:08:16.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
73952024-10-30T14:08:16.780Z[ recovery-image] Oct 30 14:08:16.091 INFO O| Oct 30 14:08:16.091 INFO STEP 1062 (remove_files) COMPLETE
73962024-10-30T14:08:16.783Z[ recovery-image] Oct 30 14:08:16.091 INFO O| Oct 30 14:08:16.091 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-10-30T14:08:16.793Z[ recovery-image] Oct 30 14:08:16.104 INFO O| Oct 30 14:08:16.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
73982024-10-30T14:08:16.796Z[ recovery-image] Oct 30 14:08:16.104 INFO O| Oct 30 14:08:16.104 INFO STEP 1063 (remove_files) COMPLETE
73992024-10-30T14:08:16.796Z[ recovery-image] Oct 30 14:08:16.104 INFO O| Oct 30 14:08:16.104 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-10-30T14:08:16.803Z[ recovery-image] Oct 30 14:08:16.114 INFO O| Oct 30 14:08:16.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
74012024-10-30T14:08:16.803Z[ recovery-image] Oct 30 14:08:16.114 INFO O| Oct 30 14:08:16.114 INFO STEP 1064 (remove_files) COMPLETE
74022024-10-30T14:08:16.806Z[ recovery-image] Oct 30 14:08:16.114 INFO O| Oct 30 14:08:16.114 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-10-30T14:08:16.811Z[ host-image] Oct 30 14:08:16.122 INFO O| Oct 30 14:08:16.122 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
74042024-10-30T14:08:16.814Z[ recovery-image] Oct 30 14:08:16.124 INFO O| Oct 30 14:08:16.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
74052024-10-30T14:08:16.814Z[ recovery-image] Oct 30 14:08:16.124 INFO O| Oct 30 14:08:16.124 INFO STEP 1065 (remove_files) COMPLETE
74062024-10-30T14:08:16.814Z[ recovery-image] Oct 30 14:08:16.124 INFO O| Oct 30 14:08:16.124 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-10-30T14:08:16.823Z[ recovery-image] Oct 30 14:08:16.134 INFO O| Oct 30 14:08:16.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
74082024-10-30T14:08:16.826Z[ recovery-image] Oct 30 14:08:16.134 INFO O| Oct 30 14:08:16.134 INFO STEP 1066 (remove_files) COMPLETE
74092024-10-30T14:08:16.826Z[ recovery-image] Oct 30 14:08:16.134 INFO O| Oct 30 14:08:16.134 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-10-30T14:08:16.833Z[ recovery-image] Oct 30 14:08:16.144 INFO O| Oct 30 14:08:16.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
74112024-10-30T14:08:16.833Z[ recovery-image] Oct 30 14:08:16.144 INFO O| Oct 30 14:08:16.144 INFO STEP 1067 (remove_files) COMPLETE
74122024-10-30T14:08:16.836Z[ recovery-image] Oct 30 14:08:16.144 INFO O| Oct 30 14:08:16.144 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-10-30T14:08:16.844Z[ recovery-image] Oct 30 14:08:16.155 INFO O| Oct 30 14:08:16.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
74142024-10-30T14:08:16.844Z[ recovery-image] Oct 30 14:08:16.155 INFO O| Oct 30 14:08:16.155 INFO STEP 1068 (remove_files) COMPLETE
74152024-10-30T14:08:16.847Z[ recovery-image] Oct 30 14:08:16.155 INFO O| Oct 30 14:08:16.155 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-10-30T14:08:16.854Z[ recovery-image] Oct 30 14:08:16.165 INFO O| Oct 30 14:08:16.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
74172024-10-30T14:08:16.854Z[ recovery-image] Oct 30 14:08:16.165 INFO O| Oct 30 14:08:16.165 INFO STEP 1069 (remove_files) COMPLETE
74182024-10-30T14:08:16.857Z[ recovery-image] Oct 30 14:08:16.165 INFO O| Oct 30 14:08:16.165 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-10-30T14:08:16.864Z[ recovery-image] Oct 30 14:08:16.175 INFO O| Oct 30 14:08:16.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
74202024-10-30T14:08:16.867Z[ recovery-image] Oct 30 14:08:16.175 INFO O| Oct 30 14:08:16.175 INFO STEP 1070 (remove_files) COMPLETE
74212024-10-30T14:08:16.867Z[ recovery-image] Oct 30 14:08:16.175 INFO O| Oct 30 14:08:16.175 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-10-30T14:08:16.875Z[ recovery-image] Oct 30 14:08:16.186 INFO O| Oct 30 14:08:16.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
74232024-10-30T14:08:16.877Z[ recovery-image] Oct 30 14:08:16.186 INFO O| Oct 30 14:08:16.186 INFO STEP 1071 (remove_files) COMPLETE
74242024-10-30T14:08:16.877Z[ recovery-image] Oct 30 14:08:16.186 INFO O| Oct 30 14:08:16.186 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-10-30T14:08:16.885Z[ recovery-image] Oct 30 14:08:16.196 INFO O| Oct 30 14:08:16.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
74262024-10-30T14:08:16.885Z[ recovery-image] Oct 30 14:08:16.196 INFO O| Oct 30 14:08:16.196 INFO STEP 1072 (remove_files) COMPLETE
74272024-10-30T14:08:16.888Z[ recovery-image] Oct 30 14:08:16.196 INFO O| Oct 30 14:08:16.196 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-10-30T14:08:16.890Z[ host-image] Oct 30 14:08:16.199 INFO O| Oct 30 14:08:16.199 INFO completed processing gimlet/ramdisk-01-os
74292024-10-30T14:08:16.890Z[ host-image] Oct 30 14:08:16.201 INFO omicron1 baseline generation...
74302024-10-30T14:08:16.890Z[ host-image] Oct 30 14:08:16.201 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
74312024-10-30T14:08:16.895Z[ recovery-image] Oct 30 14:08:16.206 INFO O| Oct 30 14:08:16.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
74322024-10-30T14:08:16.895Z[ recovery-image] Oct 30 14:08:16.206 INFO O| Oct 30 14:08:16.206 INFO STEP 1073 (remove_files) COMPLETE
74332024-10-30T14:08:16.898Z[ recovery-image] Oct 30 14:08:16.206 INFO O| Oct 30 14:08:16.206 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-10-30T14:08:16.906Z[ recovery-image] Oct 30 14:08:16.216 INFO O| Oct 30 14:08:16.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
74352024-10-30T14:08:16.908Z[ recovery-image] Oct 30 14:08:16.216 INFO O| Oct 30 14:08:16.216 INFO STEP 1074 (remove_files) COMPLETE
74362024-10-30T14:08:16.908Z[ recovery-image] Oct 30 14:08:16.217 INFO O| Oct 30 14:08:16.216 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-10-30T14:08:16.916Z[ recovery-image] Oct 30 14:08:16.227 INFO O| Oct 30 14:08:16.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
74382024-10-30T14:08:16.916Z[ recovery-image] Oct 30 14:08:16.227 INFO O| Oct 30 14:08:16.227 INFO STEP 1075 (remove_files) COMPLETE
74392024-10-30T14:08:16.919Z[ recovery-image] Oct 30 14:08:16.227 INFO O| Oct 30 14:08:16.227 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-10-30T14:08:16.928Z[ recovery-image] Oct 30 14:08:16.239 INFO O| Oct 30 14:08:16.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
74412024-10-30T14:08:16.928Z[ recovery-image] Oct 30 14:08:16.239 INFO O| Oct 30 14:08:16.239 INFO STEP 1076 (remove_files) COMPLETE
74422024-10-30T14:08:16.931Z[ recovery-image] Oct 30 14:08:16.239 INFO O| Oct 30 14:08:16.239 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-10-30T14:08:16.940Z[ recovery-image] Oct 30 14:08:16.251 INFO O| Oct 30 14:08:16.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
74442024-10-30T14:08:16.940Z[ recovery-image] Oct 30 14:08:16.251 INFO O| Oct 30 14:08:16.251 INFO STEP 1077 (remove_files) COMPLETE
74452024-10-30T14:08:16.943Z[ recovery-image] Oct 30 14:08:16.251 INFO O| Oct 30 14:08:16.251 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-10-30T14:08:16.952Z[ recovery-image] Oct 30 14:08:16.263 INFO O| Oct 30 14:08:16.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
74472024-10-30T14:08:16.955Z[ recovery-image] Oct 30 14:08:16.263 INFO O| Oct 30 14:08:16.263 INFO STEP 1078 (remove_files) COMPLETE
74482024-10-30T14:08:16.955Z[ recovery-image] Oct 30 14:08:16.263 INFO O| Oct 30 14:08:16.263 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-10-30T14:08:16.964Z[ recovery-image] Oct 30 14:08:16.275 INFO O| Oct 30 14:08:16.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
74502024-10-30T14:08:16.964Z[ recovery-image] Oct 30 14:08:16.275 INFO O| Oct 30 14:08:16.275 INFO STEP 1079 (remove_files) COMPLETE
74512024-10-30T14:08:16.964Z[ recovery-image] Oct 30 14:08:16.275 INFO O| Oct 30 14:08:16.275 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-10-30T14:08:16.975Z[ recovery-image] Oct 30 14:08:16.285 INFO O| Oct 30 14:08:16.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
74532024-10-30T14:08:16.975Z[ recovery-image] Oct 30 14:08:16.285 INFO O| Oct 30 14:08:16.285 INFO STEP 1080 (remove_files) COMPLETE
74542024-10-30T14:08:16.977Z[ recovery-image] Oct 30 14:08:16.286 INFO O| Oct 30 14:08:16.285 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-10-30T14:08:16.986Z[ recovery-image] Oct 30 14:08:16.297 INFO O| Oct 30 14:08:16.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
74562024-10-30T14:08:16.986Z[ recovery-image] Oct 30 14:08:16.297 INFO O| Oct 30 14:08:16.297 INFO STEP 1081 (remove_files) COMPLETE
74572024-10-30T14:08:16.986Z[ recovery-image] Oct 30 14:08:16.297 INFO O| Oct 30 14:08:16.297 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-10-30T14:08:16.997Z[ recovery-image] Oct 30 14:08:16.308 INFO O| Oct 30 14:08:16.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
74592024-10-30T14:08:17.000Z[ recovery-image] Oct 30 14:08:16.308 INFO O| Oct 30 14:08:16.308 INFO STEP 1082 (remove_files) COMPLETE
74602024-10-30T14:08:17.000Z[ recovery-image] Oct 30 14:08:16.308 INFO O| Oct 30 14:08:16.308 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-10-30T14:08:17.008Z[ recovery-image] Oct 30 14:08:16.318 INFO O| Oct 30 14:08:16.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
74622024-10-30T14:08:17.008Z[ recovery-image] Oct 30 14:08:16.318 INFO O| Oct 30 14:08:16.318 INFO STEP 1083 (remove_files) COMPLETE
74632024-10-30T14:08:17.011Z[ recovery-image] Oct 30 14:08:16.319 INFO O| Oct 30 14:08:16.318 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-10-30T14:08:17.018Z[ recovery-image] Oct 30 14:08:16.329 INFO O| Oct 30 14:08:16.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
74652024-10-30T14:08:17.018Z[ recovery-image] Oct 30 14:08:16.329 INFO O| Oct 30 14:08:16.329 INFO STEP 1084 (remove_files) COMPLETE
74662024-10-30T14:08:17.018Z[ recovery-image] Oct 30 14:08:16.329 INFO O| Oct 30 14:08:16.329 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-10-30T14:08:17.028Z[ recovery-image] Oct 30 14:08:16.339 INFO O| Oct 30 14:08:16.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
74682024-10-30T14:08:17.028Z[ recovery-image] Oct 30 14:08:16.339 INFO O| Oct 30 14:08:16.339 INFO STEP 1085 (remove_files) COMPLETE
74692024-10-30T14:08:17.031Z[ recovery-image] Oct 30 14:08:16.339 INFO O| Oct 30 14:08:16.339 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-10-30T14:08:17.039Z[ recovery-image] Oct 30 14:08:16.350 INFO O| Oct 30 14:08:16.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
74712024-10-30T14:08:17.039Z[ recovery-image] Oct 30 14:08:16.350 INFO O| Oct 30 14:08:16.350 INFO STEP 1086 (remove_files) COMPLETE
74722024-10-30T14:08:17.042Z[ recovery-image] Oct 30 14:08:16.350 INFO O| Oct 30 14:08:16.350 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-10-30T14:08:17.049Z[ recovery-image] Oct 30 14:08:16.360 INFO O| Oct 30 14:08:16.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
74742024-10-30T14:08:17.049Z[ recovery-image] Oct 30 14:08:16.360 INFO O| Oct 30 14:08:16.360 INFO STEP 1087 (remove_files) COMPLETE
74752024-10-30T14:08:17.052Z[ recovery-image] Oct 30 14:08:16.360 INFO O| Oct 30 14:08:16.360 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-10-30T14:08:17.060Z[ recovery-image] Oct 30 14:08:16.370 INFO O| Oct 30 14:08:16.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
74772024-10-30T14:08:17.060Z[ recovery-image] Oct 30 14:08:16.370 INFO O| Oct 30 14:08:16.370 INFO STEP 1088 (remove_files) COMPLETE
74782024-10-30T14:08:17.062Z[ recovery-image] Oct 30 14:08:16.370 INFO O| Oct 30 14:08:16.370 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-10-30T14:08:17.070Z[ recovery-image] Oct 30 14:08:16.381 INFO O| Oct 30 14:08:16.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
74802024-10-30T14:08:17.070Z[ recovery-image] Oct 30 14:08:16.381 INFO O| Oct 30 14:08:16.381 INFO STEP 1089 (remove_files) COMPLETE
74812024-10-30T14:08:17.070Z[ recovery-image] Oct 30 14:08:16.381 INFO O| Oct 30 14:08:16.381 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-10-30T14:08:17.080Z[ recovery-image] Oct 30 14:08:16.391 INFO O| Oct 30 14:08:16.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
74832024-10-30T14:08:17.083Z[ recovery-image] Oct 30 14:08:16.391 INFO O| Oct 30 14:08:16.391 INFO STEP 1090 (remove_files) COMPLETE
74842024-10-30T14:08:17.083Z[ recovery-image] Oct 30 14:08:16.391 INFO O| Oct 30 14:08:16.391 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-10-30T14:08:17.091Z[ recovery-image] Oct 30 14:08:16.401 INFO O| Oct 30 14:08:16.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
74862024-10-30T14:08:17.091Z[ recovery-image] Oct 30 14:08:16.401 INFO O| Oct 30 14:08:16.401 INFO STEP 1091 (remove_files) COMPLETE
74872024-10-30T14:08:17.091Z[ recovery-image] Oct 30 14:08:16.401 INFO O| Oct 30 14:08:16.401 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-10-30T14:08:17.101Z[ recovery-image] Oct 30 14:08:16.412 INFO O| Oct 30 14:08:16.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
74892024-10-30T14:08:17.101Z[ recovery-image] Oct 30 14:08:16.412 INFO O| Oct 30 14:08:16.412 INFO STEP 1092 (remove_files) COMPLETE
74902024-10-30T14:08:17.104Z[ recovery-image] Oct 30 14:08:16.412 INFO O| Oct 30 14:08:16.412 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-10-30T14:08:17.111Z[ recovery-image] Oct 30 14:08:16.422 INFO O| Oct 30 14:08:16.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
74922024-10-30T14:08:17.111Z[ recovery-image] Oct 30 14:08:16.422 INFO O| Oct 30 14:08:16.422 INFO STEP 1093 (remove_files) COMPLETE
74932024-10-30T14:08:17.111Z[ recovery-image] Oct 30 14:08:16.422 INFO O| Oct 30 14:08:16.422 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-10-30T14:08:17.123Z[ recovery-image] Oct 30 14:08:16.432 INFO O| Oct 30 14:08:16.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
74952024-10-30T14:08:17.126Z[ recovery-image] Oct 30 14:08:16.432 INFO O| Oct 30 14:08:16.432 INFO STEP 1094 (remove_files) COMPLETE
74962024-10-30T14:08:17.127Z[ recovery-image] Oct 30 14:08:16.432 INFO O| Oct 30 14:08:16.432 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-10-30T14:08:17.133Z[ recovery-image] Oct 30 14:08:16.443 INFO O| Oct 30 14:08:16.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
74982024-10-30T14:08:17.133Z[ recovery-image] Oct 30 14:08:16.443 INFO O| Oct 30 14:08:16.443 INFO STEP 1095 (remove_files) COMPLETE
74992024-10-30T14:08:17.139Z[ recovery-image] Oct 30 14:08:16.443 INFO O| Oct 30 14:08:16.443 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-10-30T14:08:17.142Z[ recovery-image] Oct 30 14:08:16.453 INFO O| Oct 30 14:08:16.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
75012024-10-30T14:08:17.143Z[ recovery-image] Oct 30 14:08:16.453 INFO O| Oct 30 14:08:16.453 INFO STEP 1096 (remove_files) COMPLETE
75022024-10-30T14:08:17.143Z[ recovery-image] Oct 30 14:08:16.453 INFO O| Oct 30 14:08:16.453 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-10-30T14:08:17.153Z[ recovery-image] Oct 30 14:08:16.463 INFO O| Oct 30 14:08:16.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
75042024-10-30T14:08:17.153Z[ recovery-image] Oct 30 14:08:16.463 INFO O| Oct 30 14:08:16.463 INFO STEP 1097 (remove_files) COMPLETE
75052024-10-30T14:08:17.156Z[ recovery-image] Oct 30 14:08:16.463 INFO O| Oct 30 14:08:16.463 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-10-30T14:08:17.163Z[ recovery-image] Oct 30 14:08:16.474 INFO O| Oct 30 14:08:16.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
75072024-10-30T14:08:17.163Z[ recovery-image] Oct 30 14:08:16.474 INFO O| Oct 30 14:08:16.474 INFO STEP 1098 (remove_files) COMPLETE
75082024-10-30T14:08:17.166Z[ recovery-image] Oct 30 14:08:16.474 INFO O| Oct 30 14:08:16.474 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-10-30T14:08:17.173Z[ recovery-image] Oct 30 14:08:16.484 INFO O| Oct 30 14:08:16.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
75102024-10-30T14:08:17.173Z[ recovery-image] Oct 30 14:08:16.484 INFO O| Oct 30 14:08:16.484 INFO STEP 1099 (remove_files) COMPLETE
75112024-10-30T14:08:17.173Z[ recovery-image] Oct 30 14:08:16.484 INFO O| Oct 30 14:08:16.484 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-10-30T14:08:17.183Z[ recovery-image] Oct 30 14:08:16.494 INFO O| Oct 30 14:08:16.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
75132024-10-30T14:08:17.183Z[ recovery-image] Oct 30 14:08:16.494 INFO O| Oct 30 14:08:16.494 INFO STEP 1100 (remove_files) COMPLETE
75142024-10-30T14:08:17.184Z[ recovery-image] Oct 30 14:08:16.494 INFO O| Oct 30 14:08:16.494 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-10-30T14:08:17.195Z[ recovery-image] Oct 30 14:08:16.505 INFO O| Oct 30 14:08:16.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
75162024-10-30T14:08:17.195Z[ recovery-image] Oct 30 14:08:16.505 INFO O| Oct 30 14:08:16.505 INFO STEP 1101 (remove_files) COMPLETE
75172024-10-30T14:08:17.197Z[ recovery-image] Oct 30 14:08:16.505 INFO O| Oct 30 14:08:16.505 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-10-30T14:08:17.204Z[ recovery-image] Oct 30 14:08:16.515 INFO O| Oct 30 14:08:16.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
75192024-10-30T14:08:17.204Z[ recovery-image] Oct 30 14:08:16.515 INFO O| Oct 30 14:08:16.515 INFO STEP 1102 (remove_files) COMPLETE
75202024-10-30T14:08:17.204Z[ recovery-image] Oct 30 14:08:16.515 INFO O| Oct 30 14:08:16.515 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-10-30T14:08:17.217Z[ recovery-image] Oct 30 14:08:16.528 INFO O| Oct 30 14:08:16.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
75222024-10-30T14:08:17.217Z[ recovery-image] Oct 30 14:08:16.528 INFO O| Oct 30 14:08:16.528 INFO STEP 1103 (remove_files) COMPLETE
75232024-10-30T14:08:17.220Z[ recovery-image] Oct 30 14:08:16.528 INFO O| Oct 30 14:08:16.528 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-10-30T14:08:17.230Z[ recovery-image] Oct 30 14:08:16.540 INFO O| Oct 30 14:08:16.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
75252024-10-30T14:08:17.232Z[ recovery-image] Oct 30 14:08:16.540 INFO O| Oct 30 14:08:16.540 INFO STEP 1104 (remove_files) COMPLETE
75262024-10-30T14:08:17.232Z[ recovery-image] Oct 30 14:08:16.540 INFO O| Oct 30 14:08:16.540 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-10-30T14:08:17.240Z[ recovery-image] Oct 30 14:08:16.551 INFO O| Oct 30 14:08:16.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
75282024-10-30T14:08:17.240Z[ recovery-image] Oct 30 14:08:16.551 INFO O| Oct 30 14:08:16.551 INFO STEP 1105 (remove_files) COMPLETE
75292024-10-30T14:08:17.243Z[ recovery-image] Oct 30 14:08:16.551 INFO O| Oct 30 14:08:16.551 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-10-30T14:08:17.253Z[ recovery-image] Oct 30 14:08:16.564 INFO O| Oct 30 14:08:16.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
75312024-10-30T14:08:17.253Z[ recovery-image] Oct 30 14:08:16.564 INFO O| Oct 30 14:08:16.564 INFO STEP 1106 (remove_files) COMPLETE
75322024-10-30T14:08:17.256Z[ recovery-image] Oct 30 14:08:16.564 INFO O| Oct 30 14:08:16.564 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-10-30T14:08:17.266Z[ recovery-image] Oct 30 14:08:16.577 INFO O| Oct 30 14:08:16.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
75342024-10-30T14:08:17.266Z[ recovery-image] Oct 30 14:08:16.577 INFO O| Oct 30 14:08:16.577 INFO STEP 1107 (remove_files) COMPLETE
75352024-10-30T14:08:17.266Z[ recovery-image] Oct 30 14:08:16.577 INFO O| Oct 30 14:08:16.577 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-10-30T14:08:17.280Z[ recovery-image] Oct 30 14:08:16.591 INFO O| Oct 30 14:08:16.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
75372024-10-30T14:08:17.280Z[ recovery-image] Oct 30 14:08:16.591 INFO O| Oct 30 14:08:16.591 INFO STEP 1108 (remove_files) COMPLETE
75382024-10-30T14:08:17.280Z[ recovery-image] Oct 30 14:08:16.591 INFO O| Oct 30 14:08:16.591 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-10-30T14:08:17.292Z[ recovery-image] Oct 30 14:08:16.602 INFO O| Oct 30 14:08:16.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
75402024-10-30T14:08:17.292Z[ recovery-image] Oct 30 14:08:16.602 INFO O| Oct 30 14:08:16.602 INFO STEP 1109 (remove_files) COMPLETE
75412024-10-30T14:08:17.292Z[ recovery-image] Oct 30 14:08:16.602 INFO O| Oct 30 14:08:16.602 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-10-30T14:08:17.302Z[ recovery-image] Oct 30 14:08:16.613 INFO O| Oct 30 14:08:16.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
75432024-10-30T14:08:17.303Z[ recovery-image] Oct 30 14:08:16.613 INFO O| Oct 30 14:08:16.613 INFO STEP 1110 (remove_files) COMPLETE
75442024-10-30T14:08:17.303Z[ recovery-image] Oct 30 14:08:16.613 INFO O| Oct 30 14:08:16.613 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-10-30T14:08:17.308Z[ host-image] Oct 30 14:08:16.618 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22997:20241029T130605Z
75462024-10-30T14:08:17.313Z[ recovery-image] Oct 30 14:08:16.623 INFO O| Oct 30 14:08:16.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
75472024-10-30T14:08:17.315Z[ recovery-image] Oct 30 14:08:16.624 INFO O| Oct 30 14:08:16.623 INFO STEP 1111 (remove_files) COMPLETE
75482024-10-30T14:08:17.315Z[ recovery-image] Oct 30 14:08:16.624 INFO O| Oct 30 14:08:16.624 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-10-30T14:08:17.323Z[ recovery-image] Oct 30 14:08:16.634 INFO O| Oct 30 14:08:16.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
75502024-10-30T14:08:17.323Z[ recovery-image] Oct 30 14:08:16.634 INFO O| Oct 30 14:08:16.634 INFO STEP 1112 (remove_files) COMPLETE
75512024-10-30T14:08:17.326Z[ recovery-image] Oct 30 14:08:16.634 INFO O| Oct 30 14:08:16.634 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-10-30T14:08:17.333Z[ recovery-image] Oct 30 14:08:16.644 INFO O| Oct 30 14:08:16.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
75532024-10-30T14:08:17.333Z[ recovery-image] Oct 30 14:08:16.644 INFO O| Oct 30 14:08:16.644 INFO STEP 1113 (remove_files) COMPLETE
75542024-10-30T14:08:17.336Z[ recovery-image] Oct 30 14:08:16.644 INFO O| Oct 30 14:08:16.644 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-10-30T14:08:17.344Z[ recovery-image] Oct 30 14:08:16.655 INFO O| Oct 30 14:08:16.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
75562024-10-30T14:08:17.344Z[ recovery-image] Oct 30 14:08:16.655 INFO O| Oct 30 14:08:16.655 INFO STEP 1114 (remove_files) COMPLETE
75572024-10-30T14:08:17.346Z[ recovery-image] Oct 30 14:08:16.655 INFO O| Oct 30 14:08:16.655 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-10-30T14:08:17.354Z[ recovery-image] Oct 30 14:08:16.665 INFO O| Oct 30 14:08:16.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
75592024-10-30T14:08:17.354Z[ recovery-image] Oct 30 14:08:16.665 INFO O| Oct 30 14:08:16.665 INFO STEP 1115 (remove_files) COMPLETE
75602024-10-30T14:08:17.357Z[ recovery-image] Oct 30 14:08:16.665 INFO O| Oct 30 14:08:16.665 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-10-30T14:08:17.365Z[ recovery-image] Oct 30 14:08:16.676 INFO O| Oct 30 14:08:16.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
75622024-10-30T14:08:17.367Z[ recovery-image] Oct 30 14:08:16.676 INFO O| Oct 30 14:08:16.676 INFO STEP 1116 (remove_files) COMPLETE
75632024-10-30T14:08:17.367Z[ recovery-image] Oct 30 14:08:16.676 INFO O| Oct 30 14:08:16.676 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-10-30T14:08:17.375Z[ recovery-image] Oct 30 14:08:16.686 INFO O| Oct 30 14:08:16.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
75652024-10-30T14:08:17.375Z[ recovery-image] Oct 30 14:08:16.686 INFO O| Oct 30 14:08:16.686 INFO STEP 1117 (remove_files) COMPLETE
75662024-10-30T14:08:17.379Z[ recovery-image] Oct 30 14:08:16.686 INFO O| Oct 30 14:08:16.686 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-10-30T14:08:17.386Z[ recovery-image] Oct 30 14:08:16.697 INFO O| Oct 30 14:08:16.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
75682024-10-30T14:08:17.386Z[ recovery-image] Oct 30 14:08:16.697 INFO O| Oct 30 14:08:16.697 INFO STEP 1118 (remove_files) COMPLETE
75692024-10-30T14:08:17.386Z[ recovery-image] Oct 30 14:08:16.697 INFO O| Oct 30 14:08:16.697 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-10-30T14:08:17.396Z[ recovery-image] Oct 30 14:08:16.707 INFO O| Oct 30 14:08:16.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
75712024-10-30T14:08:17.396Z[ recovery-image] Oct 30 14:08:16.707 INFO O| Oct 30 14:08:16.707 INFO STEP 1119 (remove_files) COMPLETE
75722024-10-30T14:08:17.399Z[ recovery-image] Oct 30 14:08:16.707 INFO O| Oct 30 14:08:16.707 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-10-30T14:08:17.406Z[ recovery-image] Oct 30 14:08:16.717 INFO O| Oct 30 14:08:16.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
75742024-10-30T14:08:17.409Z[ recovery-image] Oct 30 14:08:16.717 INFO O| Oct 30 14:08:16.717 INFO STEP 1120 (remove_files) COMPLETE
75752024-10-30T14:08:17.409Z[ recovery-image] Oct 30 14:08:16.717 INFO O| Oct 30 14:08:16.717 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762024-10-30T14:08:17.416Z[ recovery-image] Oct 30 14:08:16.727 INFO O| Oct 30 14:08:16.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
75772024-10-30T14:08:17.416Z[ recovery-image] Oct 30 14:08:16.727 INFO O| Oct 30 14:08:16.727 INFO STEP 1121 (remove_files) COMPLETE
75782024-10-30T14:08:17.419Z[ recovery-image] Oct 30 14:08:16.727 INFO O| Oct 30 14:08:16.727 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-10-30T14:08:17.427Z[ recovery-image] Oct 30 14:08:16.738 INFO O| Oct 30 14:08:16.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
75802024-10-30T14:08:17.427Z[ recovery-image] Oct 30 14:08:16.738 INFO O| Oct 30 14:08:16.738 INFO STEP 1122 (remove_files) COMPLETE
75812024-10-30T14:08:17.430Z[ recovery-image] Oct 30 14:08:16.738 INFO O| Oct 30 14:08:16.738 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-10-30T14:08:17.437Z[ recovery-image] Oct 30 14:08:16.748 INFO O| Oct 30 14:08:16.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
75832024-10-30T14:08:17.437Z[ recovery-image] Oct 30 14:08:16.748 INFO O| Oct 30 14:08:16.748 INFO STEP 1123 (remove_files) COMPLETE
75842024-10-30T14:08:17.440Z[ recovery-image] Oct 30 14:08:16.748 INFO O| Oct 30 14:08:16.748 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-10-30T14:08:17.447Z[ recovery-image] Oct 30 14:08:16.758 INFO O| Oct 30 14:08:16.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
75862024-10-30T14:08:17.447Z[ recovery-image] Oct 30 14:08:16.758 INFO O| Oct 30 14:08:16.758 INFO STEP 1124 (remove_files) COMPLETE
75872024-10-30T14:08:17.451Z[ recovery-image] Oct 30 14:08:16.758 INFO O| Oct 30 14:08:16.758 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-10-30T14:08:17.457Z[ recovery-image] Oct 30 14:08:16.768 INFO O| Oct 30 14:08:16.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
75892024-10-30T14:08:17.460Z[ recovery-image] Oct 30 14:08:16.768 INFO O| Oct 30 14:08:16.768 INFO STEP 1125 (remove_files) COMPLETE
75902024-10-30T14:08:17.460Z[ recovery-image] Oct 30 14:08:16.768 INFO O| Oct 30 14:08:16.768 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-10-30T14:08:17.468Z[ recovery-image] Oct 30 14:08:16.778 INFO O| Oct 30 14:08:16.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
75922024-10-30T14:08:17.468Z[ recovery-image] Oct 30 14:08:16.778 INFO O| Oct 30 14:08:16.778 INFO STEP 1126 (remove_files) COMPLETE
75932024-10-30T14:08:17.468Z[ recovery-image] Oct 30 14:08:16.778 INFO O| Oct 30 14:08:16.778 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-10-30T14:08:17.478Z[ recovery-image] Oct 30 14:08:16.788 INFO O| Oct 30 14:08:16.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
75952024-10-30T14:08:17.478Z[ recovery-image] Oct 30 14:08:16.789 INFO O| Oct 30 14:08:16.789 INFO STEP 1127 (remove_files) COMPLETE
75962024-10-30T14:08:17.480Z[ recovery-image] Oct 30 14:08:16.789 INFO O| Oct 30 14:08:16.789 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-10-30T14:08:17.489Z[ recovery-image] Oct 30 14:08:16.799 INFO O| Oct 30 14:08:16.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
75982024-10-30T14:08:17.489Z[ recovery-image] Oct 30 14:08:16.799 INFO O| Oct 30 14:08:16.799 INFO STEP 1128 (remove_files) COMPLETE
75992024-10-30T14:08:17.489Z[ recovery-image] Oct 30 14:08:16.799 INFO O| Oct 30 14:08:16.799 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-10-30T14:08:17.499Z[ recovery-image] Oct 30 14:08:16.809 INFO O| Oct 30 14:08:16.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
76012024-10-30T14:08:17.502Z[ recovery-image] Oct 30 14:08:16.810 INFO O| Oct 30 14:08:16.809 INFO STEP 1129 (remove_files) COMPLETE
76022024-10-30T14:08:17.502Z[ recovery-image] Oct 30 14:08:16.810 INFO O| Oct 30 14:08:16.809 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-10-30T14:08:17.509Z[ recovery-image] Oct 30 14:08:16.820 INFO O| Oct 30 14:08:16.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
76042024-10-30T14:08:17.512Z[ recovery-image] Oct 30 14:08:16.820 INFO O| Oct 30 14:08:16.820 INFO STEP 1130 (remove_files) COMPLETE
76052024-10-30T14:08:17.512Z[ recovery-image] Oct 30 14:08:16.820 INFO O| Oct 30 14:08:16.820 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-10-30T14:08:17.521Z[ recovery-image] Oct 30 14:08:16.831 INFO O| Oct 30 14:08:16.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
76072024-10-30T14:08:17.521Z[ recovery-image] Oct 30 14:08:16.831 INFO O| Oct 30 14:08:16.831 INFO STEP 1131 (remove_files) COMPLETE
76082024-10-30T14:08:17.523Z[ recovery-image] Oct 30 14:08:16.832 INFO O| Oct 30 14:08:16.831 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-10-30T14:08:17.532Z[ recovery-image] Oct 30 14:08:16.842 INFO O| Oct 30 14:08:16.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
76102024-10-30T14:08:17.532Z[ recovery-image] Oct 30 14:08:16.842 INFO O| Oct 30 14:08:16.842 INFO STEP 1132 (remove_files) COMPLETE
76112024-10-30T14:08:17.532Z[ recovery-image] Oct 30 14:08:16.842 INFO O| Oct 30 14:08:16.842 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-10-30T14:08:17.543Z[ recovery-image] Oct 30 14:08:16.854 INFO O| Oct 30 14:08:16.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
76132024-10-30T14:08:17.546Z[ recovery-image] Oct 30 14:08:16.854 INFO O| Oct 30 14:08:16.854 INFO STEP 1133 (remove_files) COMPLETE
76142024-10-30T14:08:17.547Z[ recovery-image] Oct 30 14:08:16.854 INFO O| Oct 30 14:08:16.854 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152024-10-30T14:08:17.554Z[ recovery-image] Oct 30 14:08:16.864 INFO O| Oct 30 14:08:16.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
76162024-10-30T14:08:17.554Z[ recovery-image] Oct 30 14:08:16.864 INFO O| Oct 30 14:08:16.864 INFO STEP 1134 (remove_files) COMPLETE
76172024-10-30T14:08:17.556Z[ recovery-image] Oct 30 14:08:16.864 INFO O| Oct 30 14:08:16.864 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182024-10-30T14:08:17.564Z[ recovery-image] Oct 30 14:08:16.875 INFO O| Oct 30 14:08:16.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
76192024-10-30T14:08:17.564Z[ recovery-image] Oct 30 14:08:16.875 INFO O| Oct 30 14:08:16.875 INFO STEP 1135 (remove_files) COMPLETE
76202024-10-30T14:08:17.564Z[ recovery-image] Oct 30 14:08:16.875 INFO O| Oct 30 14:08:16.875 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212024-10-30T14:08:17.575Z[ recovery-image] Oct 30 14:08:16.885 INFO O| Oct 30 14:08:16.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
76222024-10-30T14:08:17.575Z[ recovery-image] Oct 30 14:08:16.885 INFO O| Oct 30 14:08:16.885 INFO STEP 1136 (remove_files) COMPLETE
76232024-10-30T14:08:17.577Z[ recovery-image] Oct 30 14:08:16.885 INFO O| Oct 30 14:08:16.885 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242024-10-30T14:08:17.585Z[ recovery-image] Oct 30 14:08:16.896 INFO O| Oct 30 14:08:16.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
76252024-10-30T14:08:17.586Z[ recovery-image] Oct 30 14:08:16.896 INFO O| Oct 30 14:08:16.896 INFO STEP 1137 (remove_files) COMPLETE
76262024-10-30T14:08:17.588Z[ recovery-image] Oct 30 14:08:16.896 INFO O| Oct 30 14:08:16.896 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272024-10-30T14:08:17.597Z[ recovery-image] Oct 30 14:08:16.907 INFO O| Oct 30 14:08:16.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
76282024-10-30T14:08:17.597Z[ recovery-image] Oct 30 14:08:16.907 INFO O| Oct 30 14:08:16.907 INFO STEP 1138 (remove_files) COMPLETE
76292024-10-30T14:08:17.597Z[ recovery-image] Oct 30 14:08:16.907 INFO O| Oct 30 14:08:16.907 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302024-10-30T14:08:17.607Z[ recovery-image] Oct 30 14:08:16.918 INFO O| Oct 30 14:08:16.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
76312024-10-30T14:08:17.607Z[ recovery-image] Oct 30 14:08:16.918 INFO O| Oct 30 14:08:16.918 INFO STEP 1139 (remove_files) COMPLETE
76322024-10-30T14:08:17.607Z[ recovery-image] Oct 30 14:08:16.918 INFO O| Oct 30 14:08:16.918 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332024-10-30T14:08:17.618Z[ recovery-image] Oct 30 14:08:16.928 INFO O| Oct 30 14:08:16.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
76342024-10-30T14:08:17.620Z[ recovery-image] Oct 30 14:08:16.928 INFO O| Oct 30 14:08:16.928 INFO STEP 1140 (remove_files) COMPLETE
76352024-10-30T14:08:17.621Z[ recovery-image] Oct 30 14:08:16.928 INFO O| Oct 30 14:08:16.928 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362024-10-30T14:08:17.630Z[ recovery-image] Oct 30 14:08:16.940 INFO O| Oct 30 14:08:16.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
76372024-10-30T14:08:17.630Z[ recovery-image] Oct 30 14:08:16.940 INFO O| Oct 30 14:08:16.940 INFO STEP 1141 (remove_files) COMPLETE
76382024-10-30T14:08:17.630Z[ recovery-image] Oct 30 14:08:16.940 INFO O| Oct 30 14:08:16.940 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392024-10-30T14:08:17.643Z[ recovery-image] Oct 30 14:08:16.953 INFO O| Oct 30 14:08:16.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
76402024-10-30T14:08:17.643Z[ recovery-image] Oct 30 14:08:16.953 INFO O| Oct 30 14:08:16.953 INFO STEP 1142 (remove_files) COMPLETE
76412024-10-30T14:08:17.643Z[ recovery-image] Oct 30 14:08:16.953 INFO O| Oct 30 14:08:16.953 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422024-10-30T14:08:17.655Z[ recovery-image] Oct 30 14:08:16.965 INFO O| Oct 30 14:08:16.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
76432024-10-30T14:08:17.655Z[ recovery-image] Oct 30 14:08:16.965 INFO O| Oct 30 14:08:16.965 INFO STEP 1143 (remove_files) COMPLETE
76442024-10-30T14:08:17.658Z[ recovery-image] Oct 30 14:08:16.965 INFO O| Oct 30 14:08:16.965 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452024-10-30T14:08:17.666Z[ recovery-image] Oct 30 14:08:16.976 INFO O| Oct 30 14:08:16.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
76462024-10-30T14:08:17.666Z[ recovery-image] Oct 30 14:08:16.977 INFO O| Oct 30 14:08:16.977 INFO STEP 1144 (remove_files) COMPLETE
76472024-10-30T14:08:17.669Z[ recovery-image] Oct 30 14:08:16.977 INFO O| Oct 30 14:08:16.977 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482024-10-30T14:08:17.677Z[ recovery-image] Oct 30 14:08:16.987 INFO O| Oct 30 14:08:16.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
76492024-10-30T14:08:17.677Z[ recovery-image] Oct 30 14:08:16.988 INFO O| Oct 30 14:08:16.987 INFO STEP 1145 (remove_files) COMPLETE
76502024-10-30T14:08:17.680Z[ recovery-image] Oct 30 14:08:16.988 INFO O| Oct 30 14:08:16.988 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512024-10-30T14:08:17.688Z[ recovery-image] Oct 30 14:08:16.999 INFO O| Oct 30 14:08:16.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
76522024-10-30T14:08:17.688Z[ recovery-image] Oct 30 14:08:16.999 INFO O| Oct 30 14:08:16.999 INFO STEP 1146 (remove_files) COMPLETE
76532024-10-30T14:08:17.691Z[ recovery-image] Oct 30 14:08:16.999 INFO O| Oct 30 14:08:16.999 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542024-10-30T14:08:17.700Z[ recovery-image] Oct 30 14:08:17.010 INFO O| Oct 30 14:08:17.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
76552024-10-30T14:08:17.700Z[ recovery-image] Oct 30 14:08:17.011 INFO O| Oct 30 14:08:17.011 INFO STEP 1147 (remove_files) COMPLETE
76562024-10-30T14:08:17.703Z[ recovery-image] Oct 30 14:08:17.011 INFO O| Oct 30 14:08:17.011 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572024-10-30T14:08:17.711Z[ recovery-image] Oct 30 14:08:17.022 INFO O| Oct 30 14:08:17.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
76582024-10-30T14:08:17.711Z[ recovery-image] Oct 30 14:08:17.022 INFO O| Oct 30 14:08:17.022 INFO STEP 1148 (remove_files) COMPLETE
76592024-10-30T14:08:17.714Z[ recovery-image] Oct 30 14:08:17.022 INFO O| Oct 30 14:08:17.022 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602024-10-30T14:08:17.723Z[ recovery-image] Oct 30 14:08:17.034 INFO O| Oct 30 14:08:17.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
76612024-10-30T14:08:17.723Z[ recovery-image] Oct 30 14:08:17.034 INFO O| Oct 30 14:08:17.034 INFO STEP 1149 (remove_files) COMPLETE
76622024-10-30T14:08:17.726Z[ recovery-image] Oct 30 14:08:17.034 INFO O| Oct 30 14:08:17.034 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632024-10-30T14:08:17.735Z[ recovery-image] Oct 30 14:08:17.045 INFO O| Oct 30 14:08:17.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
76642024-10-30T14:08:17.735Z[ recovery-image] Oct 30 14:08:17.045 INFO O| Oct 30 14:08:17.045 INFO STEP 1150 (remove_files) COMPLETE
76652024-10-30T14:08:17.735Z[ recovery-image] Oct 30 14:08:17.045 INFO O| Oct 30 14:08:17.045 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662024-10-30T14:08:17.746Z[ recovery-image] Oct 30 14:08:17.056 INFO O| Oct 30 14:08:17.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
76672024-10-30T14:08:17.746Z[ recovery-image] Oct 30 14:08:17.056 INFO O| Oct 30 14:08:17.056 INFO STEP 1151 (remove_files) COMPLETE
76682024-10-30T14:08:17.748Z[ recovery-image] Oct 30 14:08:17.056 INFO O| Oct 30 14:08:17.056 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692024-10-30T14:08:17.757Z[ recovery-image] Oct 30 14:08:17.067 INFO O| Oct 30 14:08:17.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
76702024-10-30T14:08:17.757Z[ recovery-image] Oct 30 14:08:17.067 INFO O| Oct 30 14:08:17.067 INFO STEP 1152 (remove_files) COMPLETE
76712024-10-30T14:08:17.757Z[ recovery-image] Oct 30 14:08:17.067 INFO O| Oct 30 14:08:17.067 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722024-10-30T14:08:17.769Z[ recovery-image] Oct 30 14:08:17.080 INFO O| Oct 30 14:08:17.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
76732024-10-30T14:08:17.769Z[ recovery-image] Oct 30 14:08:17.080 INFO O| Oct 30 14:08:17.080 INFO STEP 1153 (remove_files) COMPLETE
76742024-10-30T14:08:17.772Z[ recovery-image] Oct 30 14:08:17.080 INFO O| Oct 30 14:08:17.080 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752024-10-30T14:08:17.779Z[ recovery-image] Oct 30 14:08:17.090 INFO O| Oct 30 14:08:17.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
76762024-10-30T14:08:17.779Z[ recovery-image] Oct 30 14:08:17.090 INFO O| Oct 30 14:08:17.090 INFO STEP 1154 (remove_files) COMPLETE
76772024-10-30T14:08:17.782Z[ recovery-image] Oct 30 14:08:17.090 INFO O| Oct 30 14:08:17.090 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782024-10-30T14:08:17.790Z[ recovery-image] Oct 30 14:08:17.100 INFO O| Oct 30 14:08:17.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
76792024-10-30T14:08:17.790Z[ recovery-image] Oct 30 14:08:17.101 INFO O| Oct 30 14:08:17.100 INFO STEP 1155 (remove_files) COMPLETE
76802024-10-30T14:08:17.790Z[ recovery-image] Oct 30 14:08:17.101 INFO O| Oct 30 14:08:17.101 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812024-10-30T14:08:17.803Z[ recovery-image] Oct 30 14:08:17.114 INFO O| Oct 30 14:08:17.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
76822024-10-30T14:08:17.803Z[ recovery-image] Oct 30 14:08:17.114 INFO O| Oct 30 14:08:17.114 INFO STEP 1156 (remove_files) COMPLETE
76832024-10-30T14:08:17.806Z[ recovery-image] Oct 30 14:08:17.114 INFO O| Oct 30 14:08:17.114 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842024-10-30T14:08:17.815Z[ recovery-image] Oct 30 14:08:17.126 INFO O| Oct 30 14:08:17.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
76852024-10-30T14:08:17.815Z[ recovery-image] Oct 30 14:08:17.126 INFO O| Oct 30 14:08:17.126 INFO STEP 1157 (remove_files) COMPLETE
76862024-10-30T14:08:17.818Z[ recovery-image] Oct 30 14:08:17.126 INFO O| Oct 30 14:08:17.126 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872024-10-30T14:08:17.826Z[ recovery-image] Oct 30 14:08:17.136 INFO O| Oct 30 14:08:17.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
76882024-10-30T14:08:17.826Z[ recovery-image] Oct 30 14:08:17.136 INFO O| Oct 30 14:08:17.136 INFO STEP 1158 (remove_files) COMPLETE
76892024-10-30T14:08:17.826Z[ recovery-image] Oct 30 14:08:17.136 INFO O| Oct 30 14:08:17.136 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902024-10-30T14:08:17.836Z[ recovery-image] Oct 30 14:08:17.146 INFO O| Oct 30 14:08:17.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
76912024-10-30T14:08:17.836Z[ recovery-image] Oct 30 14:08:17.147 INFO O| Oct 30 14:08:17.146 INFO STEP 1159 (remove_files) COMPLETE
76922024-10-30T14:08:17.836Z[ recovery-image] Oct 30 14:08:17.147 INFO O| Oct 30 14:08:17.147 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932024-10-30T14:08:17.848Z[ recovery-image] Oct 30 14:08:17.159 INFO O| Oct 30 14:08:17.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
76942024-10-30T14:08:17.848Z[ recovery-image] Oct 30 14:08:17.159 INFO O| Oct 30 14:08:17.159 INFO STEP 1160 (remove_files) COMPLETE
76952024-10-30T14:08:17.848Z[ recovery-image] Oct 30 14:08:17.159 INFO O| Oct 30 14:08:17.159 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962024-10-30T14:08:17.860Z[ recovery-image] Oct 30 14:08:17.170 INFO O| Oct 30 14:08:17.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
76972024-10-30T14:08:17.860Z[ recovery-image] Oct 30 14:08:17.171 INFO O| Oct 30 14:08:17.171 INFO STEP 1161 (remove_files) COMPLETE
76982024-10-30T14:08:17.865Z[ recovery-image] Oct 30 14:08:17.171 INFO O| Oct 30 14:08:17.171 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992024-10-30T14:08:17.872Z[ recovery-image] Oct 30 14:08:17.182 INFO O| Oct 30 14:08:17.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
77002024-10-30T14:08:17.874Z[ recovery-image] Oct 30 14:08:17.182 INFO O| Oct 30 14:08:17.182 INFO STEP 1162 (remove_files) COMPLETE
77012024-10-30T14:08:17.874Z[ recovery-image] Oct 30 14:08:17.182 INFO O| Oct 30 14:08:17.182 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022024-10-30T14:08:17.884Z[ recovery-image] Oct 30 14:08:17.194 INFO O| Oct 30 14:08:17.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
77032024-10-30T14:08:17.884Z[ recovery-image] Oct 30 14:08:17.194 INFO O| Oct 30 14:08:17.194 INFO STEP 1163 (remove_files) COMPLETE
77042024-10-30T14:08:17.884Z[ recovery-image] Oct 30 14:08:17.194 INFO O| Oct 30 14:08:17.194 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052024-10-30T14:08:17.894Z[ recovery-image] Oct 30 14:08:17.204 INFO O| Oct 30 14:08:17.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
77062024-10-30T14:08:17.894Z[ recovery-image] Oct 30 14:08:17.205 INFO O| Oct 30 14:08:17.204 INFO STEP 1164 (remove_files) COMPLETE
77072024-10-30T14:08:17.894Z[ recovery-image] Oct 30 14:08:17.205 INFO O| Oct 30 14:08:17.205 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082024-10-30T14:08:17.904Z[ recovery-image] Oct 30 14:08:17.215 INFO O| Oct 30 14:08:17.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
77092024-10-30T14:08:17.905Z[ recovery-image] Oct 30 14:08:17.215 INFO O| Oct 30 14:08:17.215 INFO STEP 1165 (remove_files) COMPLETE
77102024-10-30T14:08:17.905Z[ recovery-image] Oct 30 14:08:17.215 INFO O| Oct 30 14:08:17.215 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112024-10-30T14:08:17.917Z[ recovery-image] Oct 30 14:08:17.227 INFO O| Oct 30 14:08:17.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
77122024-10-30T14:08:17.917Z[ recovery-image] Oct 30 14:08:17.227 INFO O| Oct 30 14:08:17.227 INFO STEP 1166 (remove_files) COMPLETE
77132024-10-30T14:08:17.919Z[ recovery-image] Oct 30 14:08:17.227 INFO O| Oct 30 14:08:17.227 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142024-10-30T14:08:17.930Z[ recovery-image] Oct 30 14:08:17.241 INFO O| Oct 30 14:08:17.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
77152024-10-30T14:08:17.931Z[ recovery-image] Oct 30 14:08:17.241 INFO O| Oct 30 14:08:17.241 INFO STEP 1167 (remove_files) COMPLETE
77162024-10-30T14:08:17.931Z[ recovery-image] Oct 30 14:08:17.241 INFO O| Oct 30 14:08:17.241 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172024-10-30T14:08:17.942Z[ recovery-image] Oct 30 14:08:17.253 INFO O| Oct 30 14:08:17.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
77182024-10-30T14:08:17.942Z[ recovery-image] Oct 30 14:08:17.253 INFO O| Oct 30 14:08:17.253 INFO STEP 1168 (remove_files) COMPLETE
77192024-10-30T14:08:17.942Z[ recovery-image] Oct 30 14:08:17.253 INFO O| Oct 30 14:08:17.253 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202024-10-30T14:08:17.957Z[ recovery-image] Oct 30 14:08:17.267 INFO O| Oct 30 14:08:17.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
77212024-10-30T14:08:17.957Z[ recovery-image] Oct 30 14:08:17.267 INFO O| Oct 30 14:08:17.267 INFO STEP 1169 (remove_files) COMPLETE
77222024-10-30T14:08:17.960Z[ recovery-image] Oct 30 14:08:17.267 INFO O| Oct 30 14:08:17.267 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232024-10-30T14:08:17.968Z[ recovery-image] Oct 30 14:08:17.277 INFO O| Oct 30 14:08:17.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
77242024-10-30T14:08:17.968Z[ recovery-image] Oct 30 14:08:17.277 INFO O| Oct 30 14:08:17.277 INFO STEP 1170 (remove_files) COMPLETE
77252024-10-30T14:08:17.968Z[ recovery-image] Oct 30 14:08:17.277 INFO O| Oct 30 14:08:17.277 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262024-10-30T14:08:17.977Z[ recovery-image] Oct 30 14:08:17.287 INFO O| Oct 30 14:08:17.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
77272024-10-30T14:08:17.977Z[ recovery-image] Oct 30 14:08:17.287 INFO O| Oct 30 14:08:17.287 INFO STEP 1171 (remove_files) COMPLETE
77282024-10-30T14:08:17.979Z[ recovery-image] Oct 30 14:08:17.287 INFO O| Oct 30 14:08:17.287 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292024-10-30T14:08:17.987Z[ recovery-image] Oct 30 14:08:17.297 INFO O| Oct 30 14:08:17.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
77302024-10-30T14:08:17.987Z[ recovery-image] Oct 30 14:08:17.298 INFO O| Oct 30 14:08:17.298 INFO STEP 1172 (remove_files) COMPLETE
77312024-10-30T14:08:17.989Z[ recovery-image] Oct 30 14:08:17.298 INFO O| Oct 30 14:08:17.298 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322024-10-30T14:08:17.997Z[ recovery-image] Oct 30 14:08:17.308 INFO O| Oct 30 14:08:17.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
77332024-10-30T14:08:17.997Z[ recovery-image] Oct 30 14:08:17.308 INFO O| Oct 30 14:08:17.308 INFO STEP 1173 (remove_files) COMPLETE
77342024-10-30T14:08:18.000Z[ recovery-image] Oct 30 14:08:17.308 INFO O| Oct 30 14:08:17.308 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352024-10-30T14:08:18.007Z[ recovery-image] Oct 30 14:08:17.318 INFO O| Oct 30 14:08:17.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
77362024-10-30T14:08:18.007Z[ recovery-image] Oct 30 14:08:17.318 INFO O| Oct 30 14:08:17.318 INFO STEP 1174 (remove_files) COMPLETE
77372024-10-30T14:08:18.010Z[ recovery-image] Oct 30 14:08:17.318 INFO O| Oct 30 14:08:17.318 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382024-10-30T14:08:18.018Z[ recovery-image] Oct 30 14:08:17.328 INFO O| Oct 30 14:08:17.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
77392024-10-30T14:08:18.018Z[ recovery-image] Oct 30 14:08:17.328 INFO O| Oct 30 14:08:17.328 INFO STEP 1175 (remove_files) COMPLETE
77402024-10-30T14:08:18.018Z[ recovery-image] Oct 30 14:08:17.328 INFO O| Oct 30 14:08:17.328 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412024-10-30T14:08:18.028Z[ recovery-image] Oct 30 14:08:17.339 INFO O| Oct 30 14:08:17.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
77422024-10-30T14:08:18.028Z[ recovery-image] Oct 30 14:08:17.339 INFO O| Oct 30 14:08:17.339 INFO STEP 1176 (remove_files) COMPLETE
77432024-10-30T14:08:18.031Z[ recovery-image] Oct 30 14:08:17.339 INFO O| Oct 30 14:08:17.339 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442024-10-30T14:08:18.039Z[ recovery-image] Oct 30 14:08:17.350 INFO O| Oct 30 14:08:17.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
77452024-10-30T14:08:18.039Z[ recovery-image] Oct 30 14:08:17.350 INFO O| Oct 30 14:08:17.350 INFO STEP 1177 (remove_files) COMPLETE
77462024-10-30T14:08:18.042Z[ recovery-image] Oct 30 14:08:17.350 INFO O| Oct 30 14:08:17.350 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472024-10-30T14:08:18.050Z[ recovery-image] Oct 30 14:08:17.360 INFO O| Oct 30 14:08:17.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
77482024-10-30T14:08:18.050Z[ recovery-image] Oct 30 14:08:17.360 INFO O| Oct 30 14:08:17.360 INFO STEP 1178 (remove_files) COMPLETE
77492024-10-30T14:08:18.050Z[ recovery-image] Oct 30 14:08:17.360 INFO O| Oct 30 14:08:17.360 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502024-10-30T14:08:18.060Z[ recovery-image] Oct 30 14:08:17.371 INFO O| Oct 30 14:08:17.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
77512024-10-30T14:08:18.060Z[ recovery-image] Oct 30 14:08:17.371 INFO O| Oct 30 14:08:17.371 INFO STEP 1179 (remove_files) COMPLETE
77522024-10-30T14:08:18.060Z[ recovery-image] Oct 30 14:08:17.371 INFO O| Oct 30 14:08:17.371 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532024-10-30T14:08:18.071Z[ recovery-image] Oct 30 14:08:17.381 INFO O| Oct 30 14:08:17.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
77542024-10-30T14:08:18.071Z[ recovery-image] Oct 30 14:08:17.381 INFO O| Oct 30 14:08:17.381 INFO STEP 1180 (remove_files) COMPLETE
77552024-10-30T14:08:18.073Z[ recovery-image] Oct 30 14:08:17.381 INFO O| Oct 30 14:08:17.381 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562024-10-30T14:08:18.081Z[ recovery-image] Oct 30 14:08:17.391 INFO O| Oct 30 14:08:17.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
77572024-10-30T14:08:18.081Z[ recovery-image] Oct 30 14:08:17.392 INFO O| Oct 30 14:08:17.392 INFO STEP 1181 (remove_files) COMPLETE
77582024-10-30T14:08:18.081Z[ recovery-image] Oct 30 14:08:17.392 INFO O| Oct 30 14:08:17.392 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592024-10-30T14:08:18.091Z[ recovery-image] Oct 30 14:08:17.402 INFO O| Oct 30 14:08:17.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
77602024-10-30T14:08:18.091Z[ recovery-image] Oct 30 14:08:17.402 INFO O| Oct 30 14:08:17.402 INFO STEP 1182 (remove_files) COMPLETE
77612024-10-30T14:08:18.094Z[ recovery-image] Oct 30 14:08:17.402 INFO O| Oct 30 14:08:17.402 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622024-10-30T14:08:18.102Z[ recovery-image] Oct 30 14:08:17.412 INFO O| Oct 30 14:08:17.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
77632024-10-30T14:08:18.105Z[ recovery-image] Oct 30 14:08:17.412 INFO O| Oct 30 14:08:17.412 INFO STEP 1183 (remove_files) COMPLETE
77642024-10-30T14:08:18.105Z[ recovery-image] Oct 30 14:08:17.412 INFO O| Oct 30 14:08:17.412 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652024-10-30T14:08:18.112Z[ recovery-image] Oct 30 14:08:17.422 INFO O| Oct 30 14:08:17.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
77662024-10-30T14:08:18.112Z[ recovery-image] Oct 30 14:08:17.423 INFO O| Oct 30 14:08:17.423 INFO STEP 1184 (remove_files) COMPLETE
77672024-10-30T14:08:18.112Z[ recovery-image] Oct 30 14:08:17.423 INFO O| Oct 30 14:08:17.423 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682024-10-30T14:08:18.123Z[ recovery-image] Oct 30 14:08:17.433 INFO O| Oct 30 14:08:17.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
77692024-10-30T14:08:18.123Z[ recovery-image] Oct 30 14:08:17.433 INFO O| Oct 30 14:08:17.433 INFO STEP 1185 (remove_files) COMPLETE
77702024-10-30T14:08:18.123Z[ recovery-image] Oct 30 14:08:17.433 INFO O| Oct 30 14:08:17.433 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712024-10-30T14:08:18.134Z[ recovery-image] Oct 30 14:08:17.444 INFO O| Oct 30 14:08:17.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
77722024-10-30T14:08:18.134Z[ recovery-image] Oct 30 14:08:17.445 INFO O| Oct 30 14:08:17.444 INFO STEP 1186 (remove_files) COMPLETE
77732024-10-30T14:08:18.137Z[ recovery-image] Oct 30 14:08:17.445 INFO O| Oct 30 14:08:17.445 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742024-10-30T14:08:18.145Z[ recovery-image] Oct 30 14:08:17.456 INFO O| Oct 30 14:08:17.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
77752024-10-30T14:08:18.145Z[ recovery-image] Oct 30 14:08:17.456 INFO O| Oct 30 14:08:17.456 INFO STEP 1187 (remove_files) COMPLETE
77762024-10-30T14:08:18.148Z[ recovery-image] Oct 30 14:08:17.456 INFO O| Oct 30 14:08:17.456 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772024-10-30T14:08:18.156Z[ recovery-image] Oct 30 14:08:17.466 INFO O| Oct 30 14:08:17.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
77782024-10-30T14:08:18.156Z[ recovery-image] Oct 30 14:08:17.467 INFO O| Oct 30 14:08:17.467 INFO STEP 1188 (remove_files) COMPLETE
77792024-10-30T14:08:18.156Z[ recovery-image] Oct 30 14:08:17.467 INFO O| Oct 30 14:08:17.467 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802024-10-30T14:08:18.166Z[ recovery-image] Oct 30 14:08:17.477 INFO O| Oct 30 14:08:17.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
77812024-10-30T14:08:18.166Z[ recovery-image] Oct 30 14:08:17.477 INFO O| Oct 30 14:08:17.477 INFO STEP 1189 (remove_files) COMPLETE
77822024-10-30T14:08:18.166Z[ recovery-image] Oct 30 14:08:17.477 INFO O| Oct 30 14:08:17.477 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832024-10-30T14:08:18.176Z[ recovery-image] Oct 30 14:08:17.487 INFO O| Oct 30 14:08:17.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
77842024-10-30T14:08:18.176Z[ recovery-image] Oct 30 14:08:17.487 INFO O| Oct 30 14:08:17.487 INFO STEP 1190 (remove_files) COMPLETE
77852024-10-30T14:08:18.179Z[ recovery-image] Oct 30 14:08:17.487 INFO O| Oct 30 14:08:17.487 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862024-10-30T14:08:18.187Z[ recovery-image] Oct 30 14:08:17.497 INFO O| Oct 30 14:08:17.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
77872024-10-30T14:08:18.187Z[ recovery-image] Oct 30 14:08:17.497 INFO O| Oct 30 14:08:17.497 INFO STEP 1191 (remove_files) COMPLETE
77882024-10-30T14:08:18.189Z[ recovery-image] Oct 30 14:08:17.497 INFO O| Oct 30 14:08:17.497 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892024-10-30T14:08:18.197Z[ recovery-image] Oct 30 14:08:17.508 INFO O| Oct 30 14:08:17.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
77902024-10-30T14:08:18.197Z[ recovery-image] Oct 30 14:08:17.508 INFO O| Oct 30 14:08:17.508 INFO STEP 1192 (remove_files) COMPLETE
77912024-10-30T14:08:18.197Z[ recovery-image] Oct 30 14:08:17.508 INFO O| Oct 30 14:08:17.508 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922024-10-30T14:08:18.207Z[ recovery-image] Oct 30 14:08:17.518 INFO O| Oct 30 14:08:17.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
77932024-10-30T14:08:18.207Z[ recovery-image] Oct 30 14:08:17.518 INFO O| Oct 30 14:08:17.518 INFO STEP 1193 (remove_files) COMPLETE
77942024-10-30T14:08:18.207Z[ recovery-image] Oct 30 14:08:17.518 INFO O| Oct 30 14:08:17.518 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952024-10-30T14:08:18.218Z[ recovery-image] Oct 30 14:08:17.529 INFO O| Oct 30 14:08:17.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
77962024-10-30T14:08:18.218Z[ recovery-image] Oct 30 14:08:17.529 INFO O| Oct 30 14:08:17.529 INFO STEP 1194 (remove_files) COMPLETE
77972024-10-30T14:08:18.218Z[ recovery-image] Oct 30 14:08:17.529 INFO O| Oct 30 14:08:17.529 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982024-10-30T14:08:18.229Z[ recovery-image] Oct 30 14:08:17.539 INFO O| Oct 30 14:08:17.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
77992024-10-30T14:08:18.231Z[ recovery-image] Oct 30 14:08:17.539 INFO O| Oct 30 14:08:17.539 INFO STEP 1195 (remove_files) COMPLETE
78002024-10-30T14:08:18.231Z[ recovery-image] Oct 30 14:08:17.539 INFO O| Oct 30 14:08:17.539 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012024-10-30T14:08:18.239Z[ recovery-image] Oct 30 14:08:17.549 INFO O| Oct 30 14:08:17.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
78022024-10-30T14:08:18.241Z[ recovery-image] Oct 30 14:08:17.550 INFO O| Oct 30 14:08:17.550 INFO STEP 1196 (remove_files) COMPLETE
78032024-10-30T14:08:18.242Z[ recovery-image] Oct 30 14:08:17.550 INFO O| Oct 30 14:08:17.550 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042024-10-30T14:08:18.249Z[ recovery-image] Oct 30 14:08:17.560 INFO O| Oct 30 14:08:17.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
78052024-10-30T14:08:18.252Z[ recovery-image] Oct 30 14:08:17.560 INFO O| Oct 30 14:08:17.560 INFO STEP 1197 (remove_files) COMPLETE
78062024-10-30T14:08:18.252Z[ recovery-image] Oct 30 14:08:17.560 INFO O| Oct 30 14:08:17.560 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072024-10-30T14:08:18.260Z[ recovery-image] Oct 30 14:08:17.570 INFO O| Oct 30 14:08:17.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
78082024-10-30T14:08:18.260Z[ recovery-image] Oct 30 14:08:17.570 INFO O| Oct 30 14:08:17.570 INFO STEP 1198 (remove_files) COMPLETE
78092024-10-30T14:08:18.260Z[ recovery-image] Oct 30 14:08:17.570 INFO O| Oct 30 14:08:17.570 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102024-10-30T14:08:18.271Z[ recovery-image] Oct 30 14:08:17.581 INFO O| Oct 30 14:08:17.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
78112024-10-30T14:08:18.273Z[ recovery-image] Oct 30 14:08:17.581 INFO O| Oct 30 14:08:17.581 INFO STEP 1199 (remove_files) COMPLETE
78122024-10-30T14:08:18.273Z[ recovery-image] Oct 30 14:08:17.581 INFO O| Oct 30 14:08:17.581 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132024-10-30T14:08:18.281Z[ recovery-image] Oct 30 14:08:17.592 INFO O| Oct 30 14:08:17.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
78142024-10-30T14:08:18.281Z[ recovery-image] Oct 30 14:08:17.592 INFO O| Oct 30 14:08:17.592 INFO STEP 1200 (remove_files) COMPLETE
78152024-10-30T14:08:18.284Z[ recovery-image] Oct 30 14:08:17.592 INFO O| Oct 30 14:08:17.592 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162024-10-30T14:08:18.292Z[ recovery-image] Oct 30 14:08:17.602 INFO O| Oct 30 14:08:17.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
78172024-10-30T14:08:18.292Z[ recovery-image] Oct 30 14:08:17.602 INFO O| Oct 30 14:08:17.602 INFO STEP 1201 (remove_files) COMPLETE
78182024-10-30T14:08:18.294Z[ recovery-image] Oct 30 14:08:17.602 INFO O| Oct 30 14:08:17.602 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192024-10-30T14:08:18.302Z[ recovery-image] Oct 30 14:08:17.612 INFO O| Oct 30 14:08:17.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
78202024-10-30T14:08:18.302Z[ recovery-image] Oct 30 14:08:17.612 INFO O| Oct 30 14:08:17.612 INFO STEP 1202 (remove_files) COMPLETE
78212024-10-30T14:08:18.302Z[ recovery-image] Oct 30 14:08:17.612 INFO O| Oct 30 14:08:17.612 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222024-10-30T14:08:18.312Z[ recovery-image] Oct 30 14:08:17.623 INFO O| Oct 30 14:08:17.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
78232024-10-30T14:08:18.314Z[ recovery-image] Oct 30 14:08:17.624 INFO O| Oct 30 14:08:17.623 INFO STEP 1203 (remove_files) COMPLETE
78242024-10-30T14:08:18.315Z[ recovery-image] Oct 30 14:08:17.624 INFO O| Oct 30 14:08:17.623 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252024-10-30T14:08:18.323Z[ recovery-image] Oct 30 14:08:17.634 INFO O| Oct 30 14:08:17.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
78262024-10-30T14:08:18.323Z[ recovery-image] Oct 30 14:08:17.634 INFO O| Oct 30 14:08:17.634 INFO STEP 1204 (remove_files) COMPLETE
78272024-10-30T14:08:18.326Z[ recovery-image] Oct 30 14:08:17.634 INFO O| Oct 30 14:08:17.634 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282024-10-30T14:08:18.334Z[ recovery-image] Oct 30 14:08:17.645 INFO O| Oct 30 14:08:17.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
78292024-10-30T14:08:18.334Z[ recovery-image] Oct 30 14:08:17.645 INFO O| Oct 30 14:08:17.645 INFO STEP 1205 (remove_files) COMPLETE
78302024-10-30T14:08:18.337Z[ recovery-image] Oct 30 14:08:17.645 INFO O| Oct 30 14:08:17.645 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
78312024-10-30T14:08:18.350Z[ recovery-image] Oct 30 14:08:17.661 INFO O| Oct 30 14:08:17.661 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
78322024-10-30T14:08:18.350Z[ recovery-image] Oct 30 14:08:17.661 INFO O| Oct 30 14:08:17.661 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
78332024-10-30T14:08:19.109Z[ recovery-image] Oct 30 14:08:18.419 INFO O| Oct 30 14:08:18.419 INFO STEP 1206 (pack_tar) COMPLETE
78342024-10-30T14:08:19.109Z[ recovery-image] Oct 30 14:08:18.419 INFO O| Oct 30 14:08:18.419 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78352024-10-30T14:08:19.112Z[ recovery-image] Oct 30 14:08:18.419 INFO O| Oct 30 14:08:18.419 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78362024-10-30T14:08:19.381Z[ recovery-image] Oct 30 14:08:18.692 INFO O| Oct 30 14:08:18.691 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
78372024-10-30T14:08:19.453Z[ recovery-image] Oct 30 14:08:18.764 INFO O| Oct 30 14:08:18.763 INFO completed processing gimlet/ramdisk-03-recovery-trim
78382024-10-30T14:08:19.463Z[ recovery-image] Oct 30 14:08:18.773 INFO image builder template: zfs-recovery...
78392024-10-30T14:08:19.463Z[ recovery-image] Oct 30 14:08:18.773 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/.tmpkhtB9N/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
78402024-10-30T14:08:19.498Z[ recovery-image] Oct 30 14:08:18.808 INFO O| Oct 30 14:08:18.808 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78412024-10-30T14:08:19.502Z[ recovery-image] Oct 30 14:08:18.812 INFO O| Oct 30 14:08:18.812 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78422024-10-30T14:08:19.583Z[ recovery-image] Oct 30 14:08:18.892 INFO O| Oct 30 14:08:18.892 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
78432024-10-30T14:08:19.645Z[ recovery-image] Oct 30 14:08:18.955 INFO O| Oct 30 14:08:18.955 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78442024-10-30T14:08:19.645Z[ recovery-image] Oct 30 14:08:18.955 INFO O| Oct 30 14:08:18.955 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
78452024-10-30T14:08:19.651Z[ recovery-image] Oct 30 14:08:18.961 INFO O| Oct 30 14:08:18.961 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
78462024-10-30T14:08:19.773Z[ recovery-image] Oct 30 14:08:19.083 INFO O| Oct 30 14:08:19.083 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
78472024-10-30T14:08:19.888Z[ recovery-image] Oct 30 14:08:19.198 INFO O| Oct 30 14:08:19.198 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
78482024-10-30T14:08:19.899Z[ recovery-image] Oct 30 14:08:19.210 INFO O| Oct 30 14:08:19.209 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78492024-10-30T14:08:19.904Z[ recovery-image] Oct 30 14:08:19.215 INFO O| Oct 30 14:08:19.215 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
78502024-10-30T14:08:19.907Z[ recovery-image] Oct 30 14:08:19.217 INFO O| Oct 30 14:08:19.217 INFO no lofi found
78512024-10-30T14:08:19.907Z[ recovery-image] Oct 30 14:08:19.217 INFO O| Oct 30 14:08:19.217 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
78522024-10-30T14:08:19.907Z[ recovery-image] Oct 30 14:08:19.217 INFO O| Oct 30 14:08:19.217 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78532024-10-30T14:08:21.701Z[ recovery-image] Oct 30 14:08:21.011 INFO O| Oct 30 14:08:21.011 INFO lofi device = /dev/dsk/c2t1d0p0
78542024-10-30T14:08:21.701Z[ recovery-image] Oct 30 14:08:21.011 INFO O| Oct 30 14:08:21.011 INFO pool device = /dev/dsk/c2t1d0p0
78552024-10-30T14:08:21.704Z[ recovery-image] Oct 30 14:08:21.011 INFO O| Oct 30 14:08:21.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
78562024-10-30T14:08:21.788Z[ recovery-image] Oct 30 14:08:21.098 INFO O| Oct 30 14:08:21.097 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78572024-10-30T14:08:21.788Z[ recovery-image] Oct 30 14:08:21.098 INFO O| Oct 30 14:08:21.098 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
78582024-10-30T14:08:21.810Z[ recovery-image] Oct 30 14:08:21.120 INFO O| Oct 30 14:08:21.120 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
78592024-10-30T14:08:21.876Z[ recovery-image] Oct 30 14:08:21.186 INFO O| Oct 30 14:08:21.186 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
78602024-10-30T14:08:21.918Z[ recovery-image] Oct 30 14:08:21.227 INFO O| Oct 30 14:08:21.227 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
78612024-10-30T14:08:21.934Z[ recovery-image] Oct 30 14:08:21.244 INFO O| Oct 30 14:08:21.244 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
78622024-10-30T14:08:21.946Z[ recovery-image] Oct 30 14:08:21.256 INFO O| Oct 30 14:08:21.256 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
78632024-10-30T14:08:22.002Z[ recovery-image] Oct 30 14:08:21.312 INFO O| Oct 30 14:08:21.312 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78642024-10-30T14:08:22.005Z[ recovery-image] Oct 30 14:08:21.313 INFO O| Oct 30 14:08:21.313 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78652024-10-30T14:08:22.005Z[ recovery-image] Oct 30 14:08:21.313 INFO O| Oct 30 14:08:21.313 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78662024-10-30T14:08:22.017Z[ recovery-image] Oct 30 14:08:21.327 INFO O| Oct 30 14:08:21.327 INFO boot environment UUID: d0db6a96-4dce-47d8-924d-1d7778e47390
78672024-10-30T14:08:22.019Z[ recovery-image] Oct 30 14:08:21.327 INFO O| Oct 30 14:08:21.327 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = d0db6a96-4dce-47d8-924d-1d7778e47390
78682024-10-30T14:08:22.029Z[ recovery-image] Oct 30 14:08:21.339 INFO O| Oct 30 14:08:21.339 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
78692024-10-30T14:08:22.040Z[ recovery-image] Oct 30 14:08:21.351 INFO O| Oct 30 14:08:21.350 INFO STEP 0 (create_be) COMPLETE
78702024-10-30T14:08:22.040Z[ recovery-image] Oct 30 14:08:21.351 INFO O| Oct 30 14:08:21.351 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78712024-10-30T14:08:22.056Z[ recovery-image] Oct 30 14:08:21.367 INFO O| Oct 30 14:08:21.366 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78722024-10-30T14:08:23.298Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 57s
78732024-10-30T14:08:23.708ZOct 30 14:08:23.017 INFO [verify-libraries] process exited with exit status: 0 (361.886944507s)
78742024-10-30T14:08:24.540Z[ recovery-image] Oct 30 14:08:23.850 INFO O| Oct 30 14:08:23.850 INFO STEP 1 (unpack_tar) COMPLETE
78752024-10-30T14:08:24.540Z[ recovery-image] Oct 30 14:08:23.850 INFO O| Oct 30 14:08:23.850 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78762024-10-30T14:08:24.552Z[ recovery-image] Oct 30 14:08:23.862 INFO O| Oct 30 14:08:23.862 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78772024-10-30T14:08:25.008Z[ recovery-image] Oct 30 14:08:24.317 INFO O| Oct 30 14:08:24.317 INFO STEP 2 (devfsadm) COMPLETE
78782024-10-30T14:08:25.008Z[ recovery-image] Oct 30 14:08:24.317 INFO O| Oct 30 14:08:24.317 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78792024-10-30T14:08:25.019Z[ recovery-image] Oct 30 14:08:24.329 INFO O| Oct 30 14:08:24.329 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78802024-10-30T14:08:25.019Z[ recovery-image] Oct 30 14:08:24.329 INFO O| Oct 30 14:08:24.329 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78812024-10-30T14:08:25.022Z[ recovery-image] Oct 30 14:08:24.329 INFO O| Oct 30 14:08:24.329 INFO STEP 3 (ensure_dir) COMPLETE
78822024-10-30T14:08:25.022Z[ recovery-image] Oct 30 14:08:24.329 INFO O| Oct 30 14:08:24.329 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78832024-10-30T14:08:25.029Z[ recovery-image] Oct 30 14:08:24.339 INFO O| Oct 30 14:08:24.339 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78842024-10-30T14:08:25.029Z[ recovery-image] Oct 30 14:08:24.339 INFO O| Oct 30 14:08:24.339 INFO STEP 4 (ensure_dir) COMPLETE
78852024-10-30T14:08:25.029Z[ recovery-image] Oct 30 14:08:24.339 INFO O| Oct 30 14:08:24.339 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78862024-10-30T14:08:25.040Z[ recovery-image] Oct 30 14:08:24.350 INFO O| Oct 30 14:08:24.350 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78872024-10-30T14:08:25.040Z[ recovery-image] Oct 30 14:08:24.350 INFO O| Oct 30 14:08:24.350 INFO STEP 5 (ensure_dir) COMPLETE
78882024-10-30T14:08:25.043Z[ recovery-image] Oct 30 14:08:24.350 INFO O| Oct 30 14:08:24.350 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78892024-10-30T14:08:25.050Z[ recovery-image] Oct 30 14:08:24.360 INFO O| Oct 30 14:08:24.360 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78902024-10-30T14:08:25.053Z[ recovery-image] Oct 30 14:08:24.360 INFO O| Oct 30 14:08:24.360 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78912024-10-30T14:08:25.053Z[ recovery-image] Oct 30 14:08:24.360 INFO O| Oct 30 14:08:24.360 INFO STEP 6 (ensure_dir) COMPLETE
78922024-10-30T14:08:25.053Z[ recovery-image] Oct 30 14:08:24.360 INFO O| Oct 30 14:08:24.360 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78932024-10-30T14:08:25.061Z[ recovery-image] Oct 30 14:08:24.371 INFO O| Oct 30 14:08:24.371 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78942024-10-30T14:08:25.064Z[ recovery-image] Oct 30 14:08:24.371 INFO O| Oct 30 14:08:24.371 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78952024-10-30T14:08:25.064Z[ recovery-image] Oct 30 14:08:24.371 INFO O| Oct 30 14:08:24.371 INFO STEP 7 (ensure_dir) COMPLETE
78962024-10-30T14:08:25.064Z[ recovery-image] Oct 30 14:08:24.371 INFO O| Oct 30 14:08:24.371 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78972024-10-30T14:08:25.072Z[ recovery-image] Oct 30 14:08:24.382 INFO O| Oct 30 14:08:24.382 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
78982024-10-30T14:08:25.074Z[ recovery-image] Oct 30 14:08:24.382 INFO O| Oct 30 14:08:24.382 INFO STEP 8 (remove_files) COMPLETE
78992024-10-30T14:08:25.074Z[ recovery-image] Oct 30 14:08:24.382 INFO O| Oct 30 14:08:24.382 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79002024-10-30T14:08:25.082Z[ recovery-image] Oct 30 14:08:24.392 INFO O| Oct 30 14:08:24.392 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
79012024-10-30T14:08:25.085Z[ recovery-image] Oct 30 14:08:24.393 INFO O| Oct 30 14:08:24.393 INFO STEP 9 (remove_files) COMPLETE
79022024-10-30T14:08:25.085Z[ recovery-image] Oct 30 14:08:24.393 INFO O| Oct 30 14:08:24.393 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79032024-10-30T14:08:25.093Z[ recovery-image] Oct 30 14:08:24.403 INFO O| Oct 30 14:08:24.403 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
79042024-10-30T14:08:25.096Z[ recovery-image] Oct 30 14:08:24.404 INFO O| Oct 30 14:08:24.404 INFO STEP 10 (remove_files) COMPLETE
79052024-10-30T14:08:25.096Z[ recovery-image] Oct 30 14:08:24.404 INFO O| Oct 30 14:08:24.404 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79062024-10-30T14:08:25.104Z[ recovery-image] Oct 30 14:08:24.414 INFO O| Oct 30 14:08:24.414 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
79072024-10-30T14:08:25.107Z[ recovery-image] Oct 30 14:08:24.414 INFO O| Oct 30 14:08:24.414 INFO STEP 11 (remove_files) COMPLETE
79082024-10-30T14:08:25.107Z[ recovery-image] Oct 30 14:08:24.414 INFO O| Oct 30 14:08:24.414 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79092024-10-30T14:08:25.114Z[ recovery-image] Oct 30 14:08:24.424 INFO O| Oct 30 14:08:24.424 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
79102024-10-30T14:08:25.117Z[ recovery-image] Oct 30 14:08:24.424 INFO O| Oct 30 14:08:24.424 INFO STEP 12 (remove_files) COMPLETE
79112024-10-30T14:08:25.117Z[ recovery-image] Oct 30 14:08:24.424 INFO O| Oct 30 14:08:24.424 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79122024-10-30T14:08:25.124Z[ recovery-image] Oct 30 14:08:24.434 INFO O| Oct 30 14:08:24.434 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79132024-10-30T14:08:25.127Z[ recovery-image] Oct 30 14:08:24.434 INFO O| Oct 30 14:08:24.434 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79142024-10-30T14:08:25.127Z[ recovery-image] Oct 30 14:08:24.434 INFO O| Oct 30 14:08:24.434 INFO STEP 13 (ensure_dir) COMPLETE
79152024-10-30T14:08:25.127Z[ recovery-image] Oct 30 14:08:24.434 INFO O| Oct 30 14:08:24.434 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79162024-10-30T14:08:25.134Z[ recovery-image] Oct 30 14:08:24.444 INFO O| Oct 30 14:08:24.444 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79172024-10-30T14:08:25.138Z[ recovery-image] Oct 30 14:08:24.444 INFO O| Oct 30 14:08:24.444 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79182024-10-30T14:08:25.138Z[ recovery-image] Oct 30 14:08:24.444 INFO O| Oct 30 14:08:24.444 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79192024-10-30T14:08:25.138Z[ recovery-image] Oct 30 14:08:24.444 INFO O| Oct 30 14:08:24.444 INFO STEP 14 (ensure_dir) COMPLETE
79202024-10-30T14:08:25.138Z[ recovery-image] Oct 30 14:08:24.444 INFO O| Oct 30 14:08:24.444 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79212024-10-30T14:08:25.145Z[ recovery-image] Oct 30 14:08:24.455 INFO O| Oct 30 14:08:24.455 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79222024-10-30T14:08:25.145Z[ recovery-image] Oct 30 14:08:24.455 INFO O| Oct 30 14:08:24.455 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79232024-10-30T14:08:25.145Z[ recovery-image] Oct 30 14:08:24.455 INFO O| Oct 30 14:08:24.455 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79242024-10-30T14:08:25.148Z[ recovery-image] Oct 30 14:08:24.455 INFO O| Oct 30 14:08:24.455 INFO STEP 15 (ensure_dir) COMPLETE
79252024-10-30T14:08:25.148Z[ recovery-image] Oct 30 14:08:24.455 INFO O| Oct 30 14:08:24.455 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79262024-10-30T14:08:25.155Z[ recovery-image] Oct 30 14:08:24.465 INFO O| Oct 30 14:08:24.465 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79272024-10-30T14:08:25.158Z[ recovery-image] Oct 30 14:08:24.465 INFO O| Oct 30 14:08:24.465 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79282024-10-30T14:08:25.158Z[ recovery-image] Oct 30 14:08:24.465 INFO O| Oct 30 14:08:24.465 INFO STEP 16 (ensure_dir) COMPLETE
79292024-10-30T14:08:25.158Z[ recovery-image] Oct 30 14:08:24.465 INFO O| Oct 30 14:08:24.465 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79302024-10-30T14:08:25.167Z[ recovery-image] Oct 30 14:08:24.475 INFO O| Oct 30 14:08:24.475 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79312024-10-30T14:08:25.167Z[ recovery-image] Oct 30 14:08:24.475 INFO O| Oct 30 14:08:24.475 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79322024-10-30T14:08:25.167Z[ recovery-image] Oct 30 14:08:24.475 INFO O| Oct 30 14:08:24.475 INFO STEP 17 (ensure_dir) COMPLETE
79332024-10-30T14:08:25.167Z[ recovery-image] Oct 30 14:08:24.475 INFO O| Oct 30 14:08:24.475 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79342024-10-30T14:08:25.175Z[ recovery-image] Oct 30 14:08:24.485 INFO O| Oct 30 14:08:24.485 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
79352024-10-30T14:08:25.175Z[ recovery-image] Oct 30 14:08:24.485 INFO O| Oct 30 14:08:24.485 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
79362024-10-30T14:08:25.178Z[ recovery-image] Oct 30 14:08:24.485 INFO O| Oct 30 14:08:24.485 INFO ok!
79372024-10-30T14:08:25.178Z[ recovery-image] Oct 30 14:08:24.485 INFO O| Oct 30 14:08:24.485 INFO STEP 18 (ensure_symlink) COMPLETE
79382024-10-30T14:08:25.178Z[ recovery-image] Oct 30 14:08:24.485 INFO O| Oct 30 14:08:24.485 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79392024-10-30T14:08:25.185Z[ recovery-image] Oct 30 14:08:24.495 INFO O| Oct 30 14:08:24.495 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
79402024-10-30T14:08:25.185Z[ recovery-image] Oct 30 14:08:24.495 INFO O| Oct 30 14:08:24.495 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
79412024-10-30T14:08:25.188Z[ recovery-image] Oct 30 14:08:24.495 INFO O| Oct 30 14:08:24.495 INFO ok!
79422024-10-30T14:08:25.188Z[ recovery-image] Oct 30 14:08:24.495 INFO O| Oct 30 14:08:24.495 INFO STEP 19 (ensure_file) COMPLETE
79432024-10-30T14:08:25.188Z[ recovery-image] Oct 30 14:08:24.495 INFO O| Oct 30 14:08:24.495 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79442024-10-30T14:08:25.195Z[ recovery-image] Oct 30 14:08:24.505 INFO O| Oct 30 14:08:24.505 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
79452024-10-30T14:08:25.198Z[ recovery-image] Oct 30 14:08:24.506 INFO O| Oct 30 14:08:24.505 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
79462024-10-30T14:08:25.198Z[ recovery-image] Oct 30 14:08:24.506 INFO O| Oct 30 14:08:24.506 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
79472024-10-30T14:08:25.198Z[ recovery-image] Oct 30 14:08:24.506 INFO O| Oct 30 14:08:24.506 INFO ok!
79482024-10-30T14:08:25.198Z[ recovery-image] Oct 30 14:08:24.506 INFO O| Oct 30 14:08:24.506 INFO STEP 20 (ensure_symlink) COMPLETE
79492024-10-30T14:08:25.198Z[ recovery-image] Oct 30 14:08:24.506 INFO O| Oct 30 14:08:24.506 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79502024-10-30T14:08:25.206Z[ recovery-image] Oct 30 14:08:24.516 INFO O| Oct 30 14:08:24.516 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
79512024-10-30T14:08:25.206Z[ recovery-image] Oct 30 14:08:24.516 INFO O| Oct 30 14:08:24.516 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
79522024-10-30T14:08:25.206Z[ recovery-image] Oct 30 14:08:24.516 INFO O| Oct 30 14:08:24.516 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
79532024-10-30T14:08:25.209Z[ recovery-image] Oct 30 14:08:24.516 INFO O| Oct 30 14:08:24.516 INFO ok!
79542024-10-30T14:08:25.209Z[ recovery-image] Oct 30 14:08:24.516 INFO O| Oct 30 14:08:24.516 INFO STEP 21 (ensure_symlink) COMPLETE
79552024-10-30T14:08:25.209Z[ recovery-image] Oct 30 14:08:24.516 INFO O| Oct 30 14:08:24.516 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79562024-10-30T14:08:25.216Z[ recovery-image] Oct 30 14:08:24.526 INFO O| Oct 30 14:08:24.526 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
79572024-10-30T14:08:25.219Z[ recovery-image] Oct 30 14:08:24.526 INFO O| Oct 30 14:08:24.526 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
79582024-10-30T14:08:25.219Z[ recovery-image] Oct 30 14:08:24.526 INFO O| Oct 30 14:08:24.526 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
79592024-10-30T14:08:25.219Z[ recovery-image] Oct 30 14:08:24.526 INFO O| Oct 30 14:08:24.526 INFO ok!
79602024-10-30T14:08:25.219Z[ recovery-image] Oct 30 14:08:24.526 INFO O| Oct 30 14:08:24.526 INFO STEP 22 (ensure_symlink) COMPLETE
79612024-10-30T14:08:25.219Z[ recovery-image] Oct 30 14:08:24.526 INFO O| Oct 30 14:08:24.526 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79622024-10-30T14:08:25.227Z[ recovery-image] Oct 30 14:08:24.537 INFO O| Oct 30 14:08:24.537 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
79632024-10-30T14:08:25.227Z[ recovery-image] Oct 30 14:08:24.537 INFO O| Oct 30 14:08:24.537 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
79642024-10-30T14:08:25.230Z[ recovery-image] Oct 30 14:08:24.537 INFO O| Oct 30 14:08:24.537 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
79652024-10-30T14:08:25.230Z[ recovery-image] Oct 30 14:08:24.537 INFO O| Oct 30 14:08:24.537 INFO ok!
79662024-10-30T14:08:25.230Z[ recovery-image] Oct 30 14:08:24.537 INFO O| Oct 30 14:08:24.537 INFO STEP 23 (ensure_symlink) COMPLETE
79672024-10-30T14:08:25.230Z[ recovery-image] Oct 30 14:08:24.537 INFO O| Oct 30 14:08:24.537 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79682024-10-30T14:08:25.237Z[ recovery-image] Oct 30 14:08:24.547 INFO O| Oct 30 14:08:24.546 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
79692024-10-30T14:08:25.239Z[ recovery-image] Oct 30 14:08:24.547 INFO O| Oct 30 14:08:24.547 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 ...
79702024-10-30T14:08:25.239Z[ recovery-image] Oct 30 14:08:24.547 INFO O| Oct 30 14:08:24.547 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
79712024-10-30T14:08:25.239Z[ recovery-image] Oct 30 14:08:24.547 INFO O| Oct 30 14:08:24.547 INFO ok!
79722024-10-30T14:08:25.239Z[ recovery-image] Oct 30 14:08:24.547 INFO O| Oct 30 14:08:24.547 INFO STEP 24 (ensure_file) COMPLETE
79732024-10-30T14:08:25.239Z[ recovery-image] Oct 30 14:08:24.547 INFO O| Oct 30 14:08:24.547 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
79742024-10-30T14:08:25.247Z[ recovery-image] Oct 30 14:08:24.557 INFO O| Oct 30 14:08:24.557 INFO updating shadow file
79752024-10-30T14:08:25.249Z[ recovery-image] Oct 30 14:08:24.557 INFO O| Oct 30 14:08:24.557 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79762024-10-30T14:08:25.250Z[ recovery-image] Oct 30 14:08:24.557 INFO O| Oct 30 14:08:24.557 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79772024-10-30T14:08:25.250Z[ recovery-image] Oct 30 14:08:24.557 INFO O| Oct 30 14:08:24.557 INFO STEP 25 (shadow) COMPLETE
79782024-10-30T14:08:25.250Z[ recovery-image] Oct 30 14:08:24.557 INFO O| Oct 30 14:08:24.557 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79792024-10-30T14:08:25.257Z[ recovery-image] Oct 30 14:08:24.567 INFO O| Oct 30 14:08:24.567 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
79802024-10-30T14:08:25.257Z[ recovery-image] Oct 30 14:08:24.567 INFO O| Oct 30 14:08:24.567 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
79812024-10-30T14:08:25.260Z[ recovery-image] Oct 30 14:08:24.568 INFO O| Oct 30 14:08:24.568 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
79822024-10-30T14:08:25.260Z[ recovery-image] Oct 30 14:08:24.568 INFO O| Oct 30 14:08:24.568 INFO ok!
79832024-10-30T14:08:25.260Z[ recovery-image] Oct 30 14:08:24.568 INFO O| Oct 30 14:08:24.568 INFO STEP 26 (ensure_file) COMPLETE
79842024-10-30T14:08:25.260Z[ recovery-image] Oct 30 14:08:24.568 INFO O| Oct 30 14:08:24.568 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79852024-10-30T14:08:25.268Z[ recovery-image] Oct 30 14:08:24.578 INFO O| Oct 30 14:08:24.577 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
79862024-10-30T14:08:25.268Z[ recovery-image] Oct 30 14:08:24.578 INFO O| Oct 30 14:08:24.578 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
79872024-10-30T14:08:25.271Z[ recovery-image] Oct 30 14:08:24.578 INFO O| Oct 30 14:08:24.578 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
79882024-10-30T14:08:25.271Z[ recovery-image] Oct 30 14:08:24.578 INFO O| Oct 30 14:08:24.578 INFO ok!
79892024-10-30T14:08:25.271Z[ recovery-image] Oct 30 14:08:24.578 INFO O| Oct 30 14:08:24.578 INFO STEP 27 (ensure_file) COMPLETE
79902024-10-30T14:08:25.271Z[ recovery-image] Oct 30 14:08:24.578 INFO O| Oct 30 14:08:24.578 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79912024-10-30T14:08:25.278Z[ recovery-image] Oct 30 14:08:24.588 INFO O| Oct 30 14:08:24.588 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79922024-10-30T14:08:25.278Z[ recovery-image] Oct 30 14:08:24.588 INFO O| Oct 30 14:08:24.588 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79932024-10-30T14:08:25.280Z[ recovery-image] Oct 30 14:08:24.588 INFO O| Oct 30 14:08:24.588 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79942024-10-30T14:08:25.280Z[ recovery-image] Oct 30 14:08:24.588 INFO O| Oct 30 14:08:24.588 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79952024-10-30T14:08:25.280Z[ recovery-image] Oct 30 14:08:24.588 INFO O| Oct 30 14:08:24.588 INFO ok!
79962024-10-30T14:08:25.280Z[ recovery-image] Oct 30 14:08:24.588 INFO O| Oct 30 14:08:24.588 INFO STEP 28 (ensure_file) COMPLETE
79972024-10-30T14:08:25.280Z[ recovery-image] Oct 30 14:08:24.588 INFO O| Oct 30 14:08:24.588 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79982024-10-30T14:08:25.288Z[ recovery-image] Oct 30 14:08:24.598 INFO O| Oct 30 14:08:24.598 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
79992024-10-30T14:08:25.288Z[ recovery-image] Oct 30 14:08:24.598 INFO O| Oct 30 14:08:24.598 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
80002024-10-30T14:08:25.292Z[ recovery-image] Oct 30 14:08:24.598 INFO O| Oct 30 14:08:24.598 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
80012024-10-30T14:08:25.292Z[ recovery-image] Oct 30 14:08:24.598 INFO O| Oct 30 14:08:24.598 INFO ok!
80022024-10-30T14:08:25.292Z[ recovery-image] Oct 30 14:08:24.598 INFO O| Oct 30 14:08:24.598 INFO STEP 29 (ensure_file) COMPLETE
80032024-10-30T14:08:25.292Z[ recovery-image] Oct 30 14:08:24.598 INFO O| Oct 30 14:08:24.598 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80042024-10-30T14:08:25.299Z[ recovery-image] Oct 30 14:08:24.608 INFO O| Oct 30 14:08:24.608 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
80052024-10-30T14:08:25.299Z[ recovery-image] Oct 30 14:08:24.608 INFO O| Oct 30 14:08:24.608 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
80062024-10-30T14:08:25.304Z[ recovery-image] Oct 30 14:08:24.608 INFO O| Oct 30 14:08:24.608 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
80072024-10-30T14:08:25.304Z[ recovery-image] Oct 30 14:08:24.609 INFO O| Oct 30 14:08:24.608 INFO ok!
80082024-10-30T14:08:25.304Z[ recovery-image] Oct 30 14:08:24.609 INFO O| Oct 30 14:08:24.608 INFO STEP 30 (ensure_file) COMPLETE
80092024-10-30T14:08:25.304Z[ recovery-image] Oct 30 14:08:24.609 INFO O| Oct 30 14:08:24.608 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80102024-10-30T14:08:25.309Z[ recovery-image] Oct 30 14:08:24.619 INFO O| Oct 30 14:08:24.619 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
80112024-10-30T14:08:25.309Z[ recovery-image] Oct 30 14:08:24.619 INFO O| Oct 30 14:08:24.619 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
80122024-10-30T14:08:25.312Z[ recovery-image] Oct 30 14:08:24.619 INFO O| Oct 30 14:08:24.619 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80132024-10-30T14:08:25.312Z[ recovery-image] Oct 30 14:08:24.619 INFO O| Oct 30 14:08:24.619 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80142024-10-30T14:08:25.312Z[ recovery-image] Oct 30 14:08:24.619 INFO O| Oct 30 14:08:24.619 INFO ok!
80152024-10-30T14:08:25.312Z[ recovery-image] Oct 30 14:08:24.619 INFO O| Oct 30 14:08:24.619 INFO STEP 31 (ensure_file) COMPLETE
80162024-10-30T14:08:25.312Z[ recovery-image] Oct 30 14:08:24.619 INFO O| Oct 30 14:08:24.619 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80172024-10-30T14:08:25.323Z[ recovery-image] Oct 30 14:08:24.632 INFO O| Oct 30 14:08:24.632 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
80182024-10-30T14:08:25.327Z[ recovery-image] Oct 30 14:08:24.633 INFO O| Oct 30 14:08:24.633 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
80192024-10-30T14:08:25.327Z[ recovery-image] Oct 30 14:08:24.633 INFO O| Oct 30 14:08:24.633 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
80202024-10-30T14:08:25.327Z[ recovery-image] Oct 30 14:08:24.634 INFO O| Oct 30 14:08:24.633 INFO ok!
80212024-10-30T14:08:25.327Z[ recovery-image] Oct 30 14:08:24.634 INFO O| Oct 30 14:08:24.634 INFO STEP 32 (ensure_file) COMPLETE
80222024-10-30T14:08:25.327Z[ recovery-image] Oct 30 14:08:24.634 INFO O| Oct 30 14:08:24.634 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80232024-10-30T14:08:25.353Z[ recovery-image] Oct 30 14:08:24.660 INFO O| Oct 30 14:08:24.660 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
80242024-10-30T14:08:25.353Z[ recovery-image] Oct 30 14:08:24.660 INFO O| Oct 30 14:08:24.660 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
80252024-10-30T14:08:25.353Z[ recovery-image] Oct 30 14:08:24.661 INFO O| Oct 30 14:08:24.661 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
80262024-10-30T14:08:25.354Z[ recovery-image] Oct 30 14:08:24.661 INFO O| Oct 30 14:08:24.661 INFO ok!
80272024-10-30T14:08:25.354Z[ recovery-image] Oct 30 14:08:24.661 INFO O| Oct 30 14:08:24.661 INFO STEP 33 (ensure_file) COMPLETE
80282024-10-30T14:08:25.354Z[ recovery-image] Oct 30 14:08:24.661 INFO O| Oct 30 14:08:24.661 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80292024-10-30T14:08:25.375Z[ recovery-image] Oct 30 14:08:24.682 INFO O| Oct 30 14:08:24.682 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
80302024-10-30T14:08:25.375Z[ recovery-image] Oct 30 14:08:24.682 INFO O| Oct 30 14:08:24.682 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
80312024-10-30T14:08:25.375Z[ recovery-image] Oct 30 14:08:24.682 INFO O| Oct 30 14:08:24.682 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80322024-10-30T14:08:25.375Z[ recovery-image] Oct 30 14:08:24.683 INFO O| Oct 30 14:08:24.683 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80332024-10-30T14:08:25.376Z[ recovery-image] Oct 30 14:08:24.683 INFO O| Oct 30 14:08:24.683 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80342024-10-30T14:08:25.376Z[ recovery-image] Oct 30 14:08:24.683 INFO O| Oct 30 14:08:24.683 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80352024-10-30T14:08:25.376Z[ recovery-image] Oct 30 14:08:24.683 INFO O| Oct 30 14:08:24.683 INFO ok!
80362024-10-30T14:08:25.376Z[ recovery-image] Oct 30 14:08:24.683 INFO O| Oct 30 14:08:24.683 INFO STEP 34 (ensure_file) COMPLETE
80372024-10-30T14:08:25.376Z[ recovery-image] Oct 30 14:08:24.683 INFO O| Oct 30 14:08:24.683 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80382024-10-30T14:08:25.402Z[ recovery-image] Oct 30 14:08:24.709 INFO O| Oct 30 14:08:24.709 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80392024-10-30T14:08:25.402Z[ recovery-image] Oct 30 14:08:24.710 INFO O| Oct 30 14:08:24.709 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80402024-10-30T14:08:25.402Z[ recovery-image] Oct 30 14:08:24.710 INFO O| Oct 30 14:08:24.710 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80412024-10-30T14:08:25.408Z[ recovery-image] Oct 30 14:08:24.710 INFO O| Oct 30 14:08:24.710 INFO STEP 35 (ensure_dir) COMPLETE
80422024-10-30T14:08:25.408Z[ recovery-image] Oct 30 14:08:24.710 INFO O| Oct 30 14:08:24.710 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80432024-10-30T14:08:25.427Z[ recovery-image] Oct 30 14:08:24.735 INFO O| Oct 30 14:08:24.734 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
80442024-10-30T14:08:25.427Z[ recovery-image] Oct 30 14:08:24.735 INFO O| Oct 30 14:08:24.734 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 ...
80452024-10-30T14:08:25.427Z[ recovery-image] Oct 30 14:08:24.735 INFO O| Oct 30 14:08:24.734 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
80462024-10-30T14:08:25.427Z[ recovery-image] Oct 30 14:08:24.735 INFO O| Oct 30 14:08:24.734 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
80472024-10-30T14:08:25.430Z[ recovery-image] Oct 30 14:08:24.735 INFO O| Oct 30 14:08:24.734 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
80482024-10-30T14:08:25.430Z[ recovery-image] Oct 30 14:08:24.735 INFO O| Oct 30 14:08:24.734 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
80492024-10-30T14:08:25.430Z[ recovery-image] Oct 30 14:08:24.735 INFO O| Oct 30 14:08:24.734 INFO ok!
80502024-10-30T14:08:25.430Z[ recovery-image] Oct 30 14:08:24.735 INFO O| Oct 30 14:08:24.734 INFO STEP 36 (ensure_file) COMPLETE
80512024-10-30T14:08:25.430Z[ recovery-image] Oct 30 14:08:24.735 INFO O| Oct 30 14:08:24.734 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80522024-10-30T14:08:25.454Z[ recovery-image] Oct 30 14:08:24.762 INFO O| Oct 30 14:08:24.762 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
80532024-10-30T14:08:25.454Z[ recovery-image] Oct 30 14:08:24.762 INFO O| Oct 30 14:08:24.762 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 ...
80542024-10-30T14:08:25.454Z[ recovery-image] Oct 30 14:08:24.763 INFO O| Oct 30 14:08:24.763 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
80552024-10-30T14:08:25.454Z[ recovery-image] Oct 30 14:08:24.763 INFO O| Oct 30 14:08:24.763 INFO ok!
80562024-10-30T14:08:25.454Z[ recovery-image] Oct 30 14:08:24.763 INFO O| Oct 30 14:08:24.763 INFO STEP 37 (ensure_symlink) COMPLETE
80572024-10-30T14:08:25.454Z[ recovery-image] Oct 30 14:08:24.763 INFO O| Oct 30 14:08:24.763 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80582024-10-30T14:08:25.478Z[ recovery-image] Oct 30 14:08:24.787 INFO O| Oct 30 14:08:24.785 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
80592024-10-30T14:08:25.478Z[ recovery-image] Oct 30 14:08:24.787 INFO O| Oct 30 14:08:24.785 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
80602024-10-30T14:08:25.478Z[ recovery-image] Oct 30 14:08:24.787 INFO O| Oct 30 14:08:24.785 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80612024-10-30T14:08:25.479Z[ recovery-image] Oct 30 14:08:24.787 INFO O| Oct 30 14:08:24.785 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80622024-10-30T14:08:25.479Z[ recovery-image] Oct 30 14:08:24.787 INFO O| Oct 30 14:08:24.785 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80632024-10-30T14:08:25.479Z[ recovery-image] Oct 30 14:08:24.787 INFO O| Oct 30 14:08:24.785 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80642024-10-30T14:08:25.479Z[ recovery-image] Oct 30 14:08:24.787 INFO O| Oct 30 14:08:24.785 INFO ok!
80652024-10-30T14:08:25.479Z[ recovery-image] Oct 30 14:08:24.787 INFO O| Oct 30 14:08:24.785 INFO STEP 38 (ensure_file) COMPLETE
80662024-10-30T14:08:25.479Z[ recovery-image] Oct 30 14:08:24.787 INFO O| Oct 30 14:08:24.785 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80672024-10-30T14:08:25.501Z[ recovery-image] Oct 30 14:08:24.808 INFO O| Oct 30 14:08:24.808 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
80682024-10-30T14:08:25.501Z[ recovery-image] Oct 30 14:08:24.808 INFO O| Oct 30 14:08:24.808 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 ...
80692024-10-30T14:08:25.501Z[ recovery-image] Oct 30 14:08:24.808 INFO O| Oct 30 14:08:24.808 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
80702024-10-30T14:08:25.505Z[ recovery-image] Oct 30 14:08:24.808 INFO O| Oct 30 14:08:24.808 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
80712024-10-30T14:08:25.505Z[ recovery-image] Oct 30 14:08:24.808 INFO O| Oct 30 14:08:24.808 INFO ok!
80722024-10-30T14:08:25.505Z[ recovery-image] Oct 30 14:08:24.808 INFO O| Oct 30 14:08:24.808 INFO STEP 39 (ensure_file) COMPLETE
80732024-10-30T14:08:25.505Z[ recovery-image] Oct 30 14:08:24.808 INFO O| Oct 30 14:08:24.808 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80742024-10-30T14:08:25.519Z[ recovery-image] Oct 30 14:08:24.828 INFO O| Oct 30 14:08:24.828 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
80752024-10-30T14:08:25.519Z[ recovery-image] Oct 30 14:08:24.828 INFO O| Oct 30 14:08:24.828 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
80762024-10-30T14:08:25.521Z[ recovery-image] Oct 30 14:08:24.829 INFO O| Oct 30 14:08:24.828 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
80772024-10-30T14:08:25.521Z[ recovery-image] Oct 30 14:08:24.829 INFO O| Oct 30 14:08:24.829 INFO ok!
80782024-10-30T14:08:25.521Z[ recovery-image] Oct 30 14:08:24.829 INFO O| Oct 30 14:08:24.829 INFO STEP 40 (ensure_file) COMPLETE
80792024-10-30T14:08:25.521Z[ recovery-image] Oct 30 14:08:24.829 INFO O| Oct 30 14:08:24.829 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80802024-10-30T14:08:25.533Z[ recovery-image] Oct 30 14:08:24.842 INFO O| Oct 30 14:08:24.842 INFO updating shadow file
80812024-10-30T14:08:25.537Z[ recovery-image] Oct 30 14:08:24.843 INFO O| Oct 30 14:08:24.843 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80822024-10-30T14:08:25.537Z[ recovery-image] Oct 30 14:08:24.843 INFO O| Oct 30 14:08:24.843 INFO STEP 41 (shadow) COMPLETE
80832024-10-30T14:08:25.537Z[ recovery-image] Oct 30 14:08:24.843 INFO O| Oct 30 14:08:24.843 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80842024-10-30T14:08:25.545Z[ recovery-image] Oct 30 14:08:24.855 INFO O| Oct 30 14:08:24.855 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
80852024-10-30T14:08:25.545Z[ recovery-image] Oct 30 14:08:24.855 INFO O| Oct 30 14:08:24.855 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
80862024-10-30T14:08:25.548Z[ recovery-image] Oct 30 14:08:24.855 INFO O| Oct 30 14:08:24.855 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80872024-10-30T14:08:25.548Z[ recovery-image] Oct 30 14:08:24.855 INFO O| Oct 30 14:08:24.855 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80882024-10-30T14:08:25.548Z[ recovery-image] Oct 30 14:08:24.855 INFO O| Oct 30 14:08:24.855 INFO ok!
80892024-10-30T14:08:25.548Z[ recovery-image] Oct 30 14:08:24.855 INFO O| Oct 30 14:08:24.855 INFO STEP 42 (ensure_file) COMPLETE
80902024-10-30T14:08:25.548Z[ recovery-image] Oct 30 14:08:24.856 INFO O| Oct 30 14:08:24.855 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80912024-10-30T14:08:25.558Z[ recovery-image] Oct 30 14:08:24.867 INFO O| Oct 30 14:08:24.867 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80922024-10-30T14:08:25.558Z[ recovery-image] Oct 30 14:08:24.867 INFO O| Oct 30 14:08:24.867 INFO STEP 43 (ensure_dir) COMPLETE
80932024-10-30T14:08:25.561Z[ recovery-image] Oct 30 14:08:24.867 INFO O| Oct 30 14:08:24.867 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80942024-10-30T14:08:25.570Z[ recovery-image] Oct 30 14:08:24.880 INFO O| Oct 30 14:08:24.880 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80952024-10-30T14:08:25.570Z[ recovery-image] Oct 30 14:08:24.880 INFO O| Oct 30 14:08:24.880 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80962024-10-30T14:08:25.573Z[ recovery-image] Oct 30 14:08:24.880 INFO O| Oct 30 14:08:24.880 INFO STEP 44 (ensure_dir) COMPLETE
80972024-10-30T14:08:25.573Z[ recovery-image] Oct 30 14:08:24.880 INFO O| Oct 30 14:08:24.880 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80982024-10-30T14:08:25.582Z[ recovery-image] Oct 30 14:08:24.892 INFO O| Oct 30 14:08:24.892 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80992024-10-30T14:08:25.585Z[ recovery-image] Oct 30 14:08:24.892 INFO O| Oct 30 14:08:24.892 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
81002024-10-30T14:08:25.585Z[ recovery-image] Oct 30 14:08:24.892 INFO O| Oct 30 14:08:24.892 INFO STEP 45 (ensure_dir) COMPLETE
81012024-10-30T14:08:25.585Z[ recovery-image] Oct 30 14:08:24.892 INFO O| Oct 30 14:08:24.892 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81022024-10-30T14:08:25.595Z[ recovery-image] Oct 30 14:08:24.905 INFO O| Oct 30 14:08:24.905 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
81032024-10-30T14:08:25.595Z[ recovery-image] Oct 30 14:08:24.905 INFO O| Oct 30 14:08:24.905 INFO copying /tmp/.tmpkhtB9N/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
81042024-10-30T14:08:25.629Z[ recovery-image] Oct 30 14:08:24.938 INFO O| Oct 30 14:08:24.938 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
81052024-10-30T14:08:25.629Z[ recovery-image] Oct 30 14:08:24.938 INFO O| Oct 30 14:08:24.938 INFO ok!
81062024-10-30T14:08:25.631Z[ recovery-image] Oct 30 14:08:24.938 INFO O| Oct 30 14:08:24.938 INFO STEP 46 (ensure_file) COMPLETE
81072024-10-30T14:08:25.631Z[ recovery-image] Oct 30 14:08:24.938 INFO O| Oct 30 14:08:24.938 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81082024-10-30T14:08:25.641Z[ recovery-image] Oct 30 14:08:24.950 INFO O| Oct 30 14:08:24.950 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81092024-10-30T14:08:25.643Z[ recovery-image] Oct 30 14:08:24.950 INFO O| Oct 30 14:08:24.950 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81102024-10-30T14:08:25.643Z[ recovery-image] Oct 30 14:08:24.950 INFO O| Oct 30 14:08:24.950 INFO STEP 47 (ensure_dir) COMPLETE
81112024-10-30T14:08:25.643Z[ recovery-image] Oct 30 14:08:24.950 INFO O| Oct 30 14:08:24.950 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81122024-10-30T14:08:25.652Z[ recovery-image] Oct 30 14:08:24.962 INFO O| Oct 30 14:08:24.961 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
81132024-10-30T14:08:25.652Z[ recovery-image] Oct 30 14:08:24.962 INFO O| Oct 30 14:08:24.961 INFO copying /tmp/.tmpkhtB9N/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
81142024-10-30T14:08:25.657Z[ recovery-image] Oct 30 14:08:24.962 INFO O| Oct 30 14:08:24.962 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
81152024-10-30T14:08:25.657Z[ recovery-image] Oct 30 14:08:24.962 INFO O| Oct 30 14:08:24.962 INFO ok!
81162024-10-30T14:08:25.657Z[ recovery-image] Oct 30 14:08:24.962 INFO O| Oct 30 14:08:24.962 INFO STEP 48 (ensure_file) COMPLETE
81172024-10-30T14:08:25.657Z[ recovery-image] Oct 30 14:08:24.962 INFO O| Oct 30 14:08:24.962 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81182024-10-30T14:08:25.662Z[ recovery-image] Oct 30 14:08:24.972 INFO O| Oct 30 14:08:24.972 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81192024-10-30T14:08:25.665Z[ recovery-image] Oct 30 14:08:24.972 INFO O| Oct 30 14:08:24.972 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81202024-10-30T14:08:25.665Z[ recovery-image] Oct 30 14:08:24.972 INFO O| Oct 30 14:08:24.972 INFO STEP 49 (ensure_dir) COMPLETE
81212024-10-30T14:08:25.665Z[ recovery-image] Oct 30 14:08:24.972 INFO O| Oct 30 14:08:24.972 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81222024-10-30T14:08:25.672Z[ recovery-image] Oct 30 14:08:24.982 INFO O| Oct 30 14:08:24.982 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
81232024-10-30T14:08:25.673Z[ recovery-image] Oct 30 14:08:24.982 INFO O| Oct 30 14:08:24.982 INFO copying /tmp/.tmpkhtB9N/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
81242024-10-30T14:08:25.687Z[ recovery-image] Oct 30 14:08:24.997 INFO O| Oct 30 14:08:24.997 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
81252024-10-30T14:08:25.687Z[ recovery-image] Oct 30 14:08:24.997 INFO O| Oct 30 14:08:24.997 INFO ok!
81262024-10-30T14:08:25.690Z[ recovery-image] Oct 30 14:08:24.997 INFO O| Oct 30 14:08:24.997 INFO STEP 50 (ensure_file) COMPLETE
81272024-10-30T14:08:25.690Z[ recovery-image] Oct 30 14:08:24.997 INFO O| Oct 30 14:08:24.997 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81282024-10-30T14:08:25.699Z[ recovery-image] Oct 30 14:08:25.009 INFO O| Oct 30 14:08:25.009 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
81292024-10-30T14:08:25.699Z[ recovery-image] Oct 30 14:08:25.009 INFO O| Oct 30 14:08:25.009 INFO copying /tmp/.tmpkhtB9N/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
81302024-10-30T14:08:26.185Z[ recovery-image] Oct 30 14:08:25.495 INFO O| Oct 30 14:08:25.495 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
81312024-10-30T14:08:26.185Z[ recovery-image] Oct 30 14:08:25.495 INFO O| Oct 30 14:08:25.495 INFO ok!
81322024-10-30T14:08:26.185Z[ recovery-image] Oct 30 14:08:25.495 INFO O| Oct 30 14:08:25.495 INFO STEP 51 (ensure_file) COMPLETE
81332024-10-30T14:08:26.188Z[ recovery-image] Oct 30 14:08:25.495 INFO O| Oct 30 14:08:25.495 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81342024-10-30T14:08:26.197Z[ recovery-image] Oct 30 14:08:25.507 INFO O| Oct 30 14:08:25.507 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81352024-10-30T14:08:26.200Z[ recovery-image] Oct 30 14:08:25.507 INFO O| Oct 30 14:08:25.507 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81362024-10-30T14:08:26.200Z[ recovery-image] Oct 30 14:08:25.507 INFO O| Oct 30 14:08:25.507 INFO STEP 52 (ensure_dir) COMPLETE
81372024-10-30T14:08:26.200Z[ recovery-image] Oct 30 14:08:25.507 INFO O| Oct 30 14:08:25.507 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81382024-10-30T14:08:26.209Z[ recovery-image] Oct 30 14:08:25.518 INFO O| Oct 30 14:08:25.518 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
81392024-10-30T14:08:26.211Z[ recovery-image] Oct 30 14:08:25.518 INFO O| Oct 30 14:08:25.518 INFO copying /tmp/.tmpkhtB9N/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 ...
81402024-10-30T14:08:26.211Z[ recovery-image] Oct 30 14:08:25.519 INFO O| Oct 30 14:08:25.519 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
81412024-10-30T14:08:26.211Z[ recovery-image] Oct 30 14:08:25.519 INFO O| Oct 30 14:08:25.519 INFO ok!
81422024-10-30T14:08:26.212Z[ recovery-image] Oct 30 14:08:25.519 INFO O| Oct 30 14:08:25.519 INFO STEP 53 (ensure_file) COMPLETE
81432024-10-30T14:08:26.212Z[ recovery-image] Oct 30 14:08:25.519 INFO O| Oct 30 14:08:25.519 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81442024-10-30T14:08:26.219Z[ recovery-image] Oct 30 14:08:25.529 INFO O| Oct 30 14:08:25.529 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
81452024-10-30T14:08:26.222Z[ recovery-image] Oct 30 14:08:25.529 INFO O| Oct 30 14:08:25.529 INFO copying /tmp/.tmpkhtB9N/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 ...
81462024-10-30T14:08:26.222Z[ recovery-image] Oct 30 14:08:25.529 INFO O| Oct 30 14:08:25.529 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
81472024-10-30T14:08:26.222Z[ recovery-image] Oct 30 14:08:25.529 INFO O| Oct 30 14:08:25.529 INFO ok!
81482024-10-30T14:08:26.222Z[ recovery-image] Oct 30 14:08:25.529 INFO O| Oct 30 14:08:25.529 INFO STEP 54 (ensure_file) COMPLETE
81492024-10-30T14:08:26.222Z[ recovery-image] Oct 30 14:08:25.529 INFO O| Oct 30 14:08:25.529 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81502024-10-30T14:08:26.230Z[ recovery-image] Oct 30 14:08:25.539 INFO O| Oct 30 14:08:25.539 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81512024-10-30T14:08:26.232Z[ recovery-image] Oct 30 14:08:25.540 INFO O| Oct 30 14:08:25.540 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81522024-10-30T14:08:26.232Z[ recovery-image] Oct 30 14:08:25.540 INFO O| Oct 30 14:08:25.540 INFO STEP 55 (ensure_dir) COMPLETE
81532024-10-30T14:08:26.232Z[ recovery-image] Oct 30 14:08:25.540 INFO O| Oct 30 14:08:25.540 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81542024-10-30T14:08:26.240Z[ recovery-image] Oct 30 14:08:25.550 INFO O| Oct 30 14:08:25.550 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
81552024-10-30T14:08:26.240Z[ recovery-image] Oct 30 14:08:25.550 INFO O| Oct 30 14:08:25.550 INFO copying /tmp/.tmpkhtB9N/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 ...
81562024-10-30T14:08:26.242Z[ recovery-image] Oct 30 14:08:25.550 INFO O| Oct 30 14:08:25.550 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
81572024-10-30T14:08:26.242Z[ recovery-image] Oct 30 14:08:25.550 INFO O| Oct 30 14:08:25.550 INFO ok!
81582024-10-30T14:08:26.242Z[ recovery-image] Oct 30 14:08:25.550 INFO O| Oct 30 14:08:25.550 INFO STEP 56 (ensure_file) COMPLETE
81592024-10-30T14:08:26.242Z[ recovery-image] Oct 30 14:08:25.550 INFO O| Oct 30 14:08:25.550 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81602024-10-30T14:08:26.250Z[ recovery-image] Oct 30 14:08:25.560 INFO O| Oct 30 14:08:25.560 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
81612024-10-30T14:08:26.253Z[ recovery-image] Oct 30 14:08:25.560 INFO O| Oct 30 14:08:25.560 INFO copying /tmp/.tmpkhtB9N/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 ...
81622024-10-30T14:08:26.253Z[ recovery-image] Oct 30 14:08:25.560 INFO O| Oct 30 14:08:25.560 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
81632024-10-30T14:08:26.253Z[ recovery-image] Oct 30 14:08:25.560 INFO O| Oct 30 14:08:25.560 INFO ok!
81642024-10-30T14:08:26.253Z[ recovery-image] Oct 30 14:08:25.560 INFO O| Oct 30 14:08:25.560 INFO STEP 57 (ensure_file) COMPLETE
81652024-10-30T14:08:26.253Z[ recovery-image] Oct 30 14:08:25.560 INFO O| Oct 30 14:08:25.560 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81662024-10-30T14:08:26.260Z[ recovery-image] Oct 30 14:08:25.570 INFO O| Oct 30 14:08:25.570 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81672024-10-30T14:08:26.263Z[ recovery-image] Oct 30 14:08:25.570 INFO O| Oct 30 14:08:25.570 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81682024-10-30T14:08:26.263Z[ recovery-image] Oct 30 14:08:25.570 INFO O| Oct 30 14:08:25.570 INFO STEP 58 (ensure_dir) COMPLETE
81692024-10-30T14:08:26.263Z[ recovery-image] Oct 30 14:08:25.570 INFO O| Oct 30 14:08:25.570 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81702024-10-30T14:08:26.271Z[ recovery-image] Oct 30 14:08:25.581 INFO O| Oct 30 14:08:25.581 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
81712024-10-30T14:08:26.271Z[ recovery-image] Oct 30 14:08:25.581 INFO O| Oct 30 14:08:25.581 INFO copying /tmp/.tmpkhtB9N/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 ...
81722024-10-30T14:08:26.273Z[ recovery-image] Oct 30 14:08:25.581 INFO O| Oct 30 14:08:25.581 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
81732024-10-30T14:08:26.273Z[ recovery-image] Oct 30 14:08:25.581 INFO O| Oct 30 14:08:25.581 INFO ok!
81742024-10-30T14:08:26.273Z[ recovery-image] Oct 30 14:08:25.581 INFO O| Oct 30 14:08:25.581 INFO STEP 59 (ensure_file) COMPLETE
81752024-10-30T14:08:26.273Z[ recovery-image] Oct 30 14:08:25.581 INFO O| Oct 30 14:08:25.581 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81762024-10-30T14:08:26.282Z[ recovery-image] Oct 30 14:08:25.591 INFO O| Oct 30 14:08:25.591 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
81772024-10-30T14:08:26.282Z[ recovery-image] Oct 30 14:08:25.591 INFO O| Oct 30 14:08:25.591 INFO copying /tmp/.tmpkhtB9N/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
81782024-10-30T14:08:26.286Z[ recovery-image] Oct 30 14:08:25.591 INFO O| Oct 30 14:08:25.591 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
81792024-10-30T14:08:26.286Z[ recovery-image] Oct 30 14:08:25.591 INFO O| Oct 30 14:08:25.591 INFO ok!
81802024-10-30T14:08:26.286Z[ recovery-image] Oct 30 14:08:25.591 INFO O| Oct 30 14:08:25.591 INFO STEP 60 (ensure_file) COMPLETE
81812024-10-30T14:08:26.286Z[ recovery-image] Oct 30 14:08:25.591 INFO O| Oct 30 14:08:25.591 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81822024-10-30T14:08:26.292Z[ recovery-image] Oct 30 14:08:25.601 INFO O| Oct 30 14:08:25.601 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
81832024-10-30T14:08:26.292Z[ recovery-image] Oct 30 14:08:25.601 INFO O| Oct 30 14:08:25.601 INFO STEP 61 (ensure_dir) COMPLETE
81842024-10-30T14:08:26.297Z[ recovery-image] Oct 30 14:08:25.601 INFO O| Oct 30 14:08:25.601 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81852024-10-30T14:08:26.301Z[ recovery-image] Oct 30 14:08:25.610 INFO O| Oct 30 14:08:25.610 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
81862024-10-30T14:08:26.301Z[ recovery-image] Oct 30 14:08:25.610 INFO O| Oct 30 14:08:25.610 INFO STEP 62 (ensure_dir) COMPLETE
81872024-10-30T14:08:26.303Z[ recovery-image] Oct 30 14:08:25.610 INFO O| Oct 30 14:08:25.610 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81882024-10-30T14:08:26.311Z[ recovery-image] Oct 30 14:08:25.621 INFO O| Oct 30 14:08:25.621 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81892024-10-30T14:08:26.313Z[ recovery-image] Oct 30 14:08:25.621 INFO O| Oct 30 14:08:25.621 INFO STEP 63 (ensure_dir) COMPLETE
81902024-10-30T14:08:26.313Z[ recovery-image] Oct 30 14:08:25.621 INFO O| Oct 30 14:08:25.621 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81912024-10-30T14:08:26.321Z[ recovery-image] Oct 30 14:08:25.631 INFO O| Oct 30 14:08:25.631 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81922024-10-30T14:08:26.321Z[ recovery-image] Oct 30 14:08:25.631 INFO O| Oct 30 14:08:25.631 INFO STEP 64 (ensure_dir) COMPLETE
81932024-10-30T14:08:26.324Z[ recovery-image] Oct 30 14:08:25.631 INFO O| Oct 30 14:08:25.631 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81942024-10-30T14:08:26.331Z[ recovery-image] Oct 30 14:08:25.641 INFO O| Oct 30 14:08:25.641 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
81952024-10-30T14:08:26.331Z[ recovery-image] Oct 30 14:08:25.641 INFO O| Oct 30 14:08:25.641 INFO copying /tmp/.tmpkhtB9N/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
81962024-10-30T14:08:26.334Z[ recovery-image] Oct 30 14:08:25.641 INFO O| Oct 30 14:08:25.641 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
81972024-10-30T14:08:26.334Z[ recovery-image] Oct 30 14:08:25.641 INFO O| Oct 30 14:08:25.641 INFO ok!
81982024-10-30T14:08:26.334Z[ recovery-image] Oct 30 14:08:25.641 INFO O| Oct 30 14:08:25.641 INFO STEP 65 (ensure_file) COMPLETE
81992024-10-30T14:08:26.334Z[ recovery-image] Oct 30 14:08:25.641 INFO O| Oct 30 14:08:25.641 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82002024-10-30T14:08:26.341Z[ recovery-image] Oct 30 14:08:25.651 INFO O| Oct 30 14:08:25.651 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
82012024-10-30T14:08:26.344Z[ recovery-image] Oct 30 14:08:25.651 INFO O| Oct 30 14:08:25.651 INFO STEP 66 (remove_files) COMPLETE
82022024-10-30T14:08:26.344Z[ recovery-image] Oct 30 14:08:25.651 INFO O| Oct 30 14:08:25.651 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82032024-10-30T14:08:26.352Z[ recovery-image] Oct 30 14:08:25.661 INFO O| Oct 30 14:08:25.661 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
82042024-10-30T14:08:26.354Z[ recovery-image] Oct 30 14:08:25.662 INFO O| Oct 30 14:08:25.661 INFO STEP 67 (remove_files) COMPLETE
82052024-10-30T14:08:26.354Z[ recovery-image] Oct 30 14:08:25.662 INFO O| Oct 30 14:08:25.662 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82062024-10-30T14:08:26.362Z[ recovery-image] Oct 30 14:08:25.671 INFO O| Oct 30 14:08:25.671 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
82072024-10-30T14:08:26.364Z[ recovery-image] Oct 30 14:08:25.672 INFO O| Oct 30 14:08:25.672 INFO STEP 68 (remove_files) COMPLETE
82082024-10-30T14:08:26.364Z[ recovery-image] Oct 30 14:08:25.672 INFO O| Oct 30 14:08:25.672 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82092024-10-30T14:08:26.371Z[ recovery-image] Oct 30 14:08:25.681 INFO O| Oct 30 14:08:25.681 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
82102024-10-30T14:08:26.374Z[ recovery-image] Oct 30 14:08:25.681 INFO O| Oct 30 14:08:25.681 INFO STEP 69 (remove_files) COMPLETE
82112024-10-30T14:08:26.374Z[ recovery-image] Oct 30 14:08:25.681 INFO O| Oct 30 14:08:25.681 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82122024-10-30T14:08:26.382Z[ recovery-image] Oct 30 14:08:25.692 INFO O| Oct 30 14:08:25.691 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
82132024-10-30T14:08:26.385Z[ recovery-image] Oct 30 14:08:25.692 INFO O| Oct 30 14:08:25.692 INFO STEP 70 (remove_files) COMPLETE
82142024-10-30T14:08:26.385Z[ recovery-image] Oct 30 14:08:25.692 INFO O| Oct 30 14:08:25.692 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82152024-10-30T14:08:26.392Z[ recovery-image] Oct 30 14:08:25.702 INFO O| Oct 30 14:08:25.702 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
82162024-10-30T14:08:26.394Z[ recovery-image] Oct 30 14:08:25.702 INFO O| Oct 30 14:08:25.702 INFO STEP 71 (remove_files) COMPLETE
82172024-10-30T14:08:26.394Z[ recovery-image] Oct 30 14:08:25.702 INFO O| Oct 30 14:08:25.702 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82182024-10-30T14:08:26.402Z[ recovery-image] Oct 30 14:08:25.712 INFO O| Oct 30 14:08:25.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
82192024-10-30T14:08:26.402Z[ recovery-image] Oct 30 14:08:25.712 INFO O| Oct 30 14:08:25.712 INFO STEP 72 (remove_files) COMPLETE
82202024-10-30T14:08:26.404Z[ recovery-image] Oct 30 14:08:25.712 INFO O| Oct 30 14:08:25.712 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82212024-10-30T14:08:26.412Z[ recovery-image] Oct 30 14:08:25.722 INFO O| Oct 30 14:08:25.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
82222024-10-30T14:08:26.415Z[ recovery-image] Oct 30 14:08:25.722 INFO O| Oct 30 14:08:25.722 INFO STEP 73 (remove_files) COMPLETE
82232024-10-30T14:08:26.415Z[ recovery-image] Oct 30 14:08:25.722 INFO O| Oct 30 14:08:25.722 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82242024-10-30T14:08:26.423Z[ recovery-image] Oct 30 14:08:25.733 INFO O| Oct 30 14:08:25.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
82252024-10-30T14:08:26.423Z[ recovery-image] Oct 30 14:08:25.733 INFO O| Oct 30 14:08:25.733 INFO STEP 74 (remove_files) COMPLETE
82262024-10-30T14:08:26.426Z[ recovery-image] Oct 30 14:08:25.733 INFO O| Oct 30 14:08:25.733 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82272024-10-30T14:08:26.434Z[ recovery-image] Oct 30 14:08:25.744 INFO O| Oct 30 14:08:25.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
82282024-10-30T14:08:26.434Z[ recovery-image] Oct 30 14:08:25.744 INFO O| Oct 30 14:08:25.744 INFO STEP 75 (remove_files) COMPLETE
82292024-10-30T14:08:26.434Z[ recovery-image] Oct 30 14:08:25.744 INFO O| Oct 30 14:08:25.744 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82302024-10-30T14:08:26.446Z[ recovery-image] Oct 30 14:08:25.754 INFO O| Oct 30 14:08:25.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
82312024-10-30T14:08:26.446Z[ recovery-image] Oct 30 14:08:25.754 INFO O| Oct 30 14:08:25.754 INFO STEP 76 (remove_files) COMPLETE
82322024-10-30T14:08:26.449Z[ recovery-image] Oct 30 14:08:25.754 INFO O| Oct 30 14:08:25.754 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82332024-10-30T14:08:26.455Z[ recovery-image] Oct 30 14:08:25.765 INFO O| Oct 30 14:08:25.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
82342024-10-30T14:08:26.455Z[ recovery-image] Oct 30 14:08:25.765 INFO O| Oct 30 14:08:25.765 INFO STEP 77 (remove_files) COMPLETE
82352024-10-30T14:08:26.458Z[ recovery-image] Oct 30 14:08:25.765 INFO O| Oct 30 14:08:25.765 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82362024-10-30T14:08:26.467Z[ recovery-image] Oct 30 14:08:25.777 INFO O| Oct 30 14:08:25.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
82372024-10-30T14:08:26.470Z[ recovery-image] Oct 30 14:08:25.777 INFO O| Oct 30 14:08:25.777 INFO STEP 78 (remove_files) COMPLETE
82382024-10-30T14:08:26.470Z[ recovery-image] Oct 30 14:08:25.777 INFO O| Oct 30 14:08:25.777 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82392024-10-30T14:08:26.479Z[ recovery-image] Oct 30 14:08:25.789 INFO O| Oct 30 14:08:25.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
82402024-10-30T14:08:26.482Z[ recovery-image] Oct 30 14:08:25.789 INFO O| Oct 30 14:08:25.789 INFO STEP 79 (remove_files) COMPLETE
82412024-10-30T14:08:26.482Z[ recovery-image] Oct 30 14:08:25.789 INFO O| Oct 30 14:08:25.789 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82422024-10-30T14:08:26.489Z[ recovery-image] Oct 30 14:08:25.799 INFO O| Oct 30 14:08:25.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
82432024-10-30T14:08:26.489Z[ recovery-image] Oct 30 14:08:25.799 INFO O| Oct 30 14:08:25.799 INFO STEP 80 (remove_files) COMPLETE
82442024-10-30T14:08:26.492Z[ recovery-image] Oct 30 14:08:25.799 INFO O| Oct 30 14:08:25.799 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82452024-10-30T14:08:26.499Z[ recovery-image] Oct 30 14:08:25.809 INFO O| Oct 30 14:08:25.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
82462024-10-30T14:08:26.502Z[ recovery-image] Oct 30 14:08:25.809 INFO O| Oct 30 14:08:25.809 INFO STEP 81 (remove_files) COMPLETE
82472024-10-30T14:08:26.502Z[ recovery-image] Oct 30 14:08:25.809 INFO O| Oct 30 14:08:25.809 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82482024-10-30T14:08:26.509Z[ recovery-image] Oct 30 14:08:25.819 INFO O| Oct 30 14:08:25.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
82492024-10-30T14:08:26.512Z[ recovery-image] Oct 30 14:08:25.819 INFO O| Oct 30 14:08:25.819 INFO STEP 82 (remove_files) COMPLETE
82502024-10-30T14:08:26.512Z[ recovery-image] Oct 30 14:08:25.819 INFO O| Oct 30 14:08:25.819 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82512024-10-30T14:08:26.519Z[ recovery-image] Oct 30 14:08:25.829 INFO O| Oct 30 14:08:25.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
82522024-10-30T14:08:26.519Z[ recovery-image] Oct 30 14:08:25.829 INFO O| Oct 30 14:08:25.829 INFO STEP 83 (remove_files) COMPLETE
82532024-10-30T14:08:26.522Z[ recovery-image] Oct 30 14:08:25.829 INFO O| Oct 30 14:08:25.829 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82542024-10-30T14:08:26.529Z[ recovery-image] Oct 30 14:08:25.839 INFO O| Oct 30 14:08:25.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
82552024-10-30T14:08:26.529Z[ recovery-image] Oct 30 14:08:25.839 INFO O| Oct 30 14:08:25.839 INFO STEP 84 (remove_files) COMPLETE
82562024-10-30T14:08:26.532Z[ recovery-image] Oct 30 14:08:25.839 INFO O| Oct 30 14:08:25.839 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82572024-10-30T14:08:26.539Z[ recovery-image] Oct 30 14:08:25.849 INFO O| Oct 30 14:08:25.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
82582024-10-30T14:08:26.539Z[ recovery-image] Oct 30 14:08:25.849 INFO O| Oct 30 14:08:25.849 INFO STEP 85 (remove_files) COMPLETE
82592024-10-30T14:08:26.542Z[ recovery-image] Oct 30 14:08:25.849 INFO O| Oct 30 14:08:25.849 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82602024-10-30T14:08:26.549Z[ recovery-image] Oct 30 14:08:25.858 INFO O| Oct 30 14:08:25.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
82612024-10-30T14:08:26.551Z[ recovery-image] Oct 30 14:08:25.859 INFO O| Oct 30 14:08:25.859 INFO STEP 86 (remove_files) COMPLETE
82622024-10-30T14:08:26.551Z[ recovery-image] Oct 30 14:08:25.859 INFO O| Oct 30 14:08:25.859 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82632024-10-30T14:08:26.558Z[ recovery-image] Oct 30 14:08:25.868 INFO O| Oct 30 14:08:25.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
82642024-10-30T14:08:26.558Z[ recovery-image] Oct 30 14:08:25.868 INFO O| Oct 30 14:08:25.868 INFO STEP 87 (remove_files) COMPLETE
82652024-10-30T14:08:26.559Z[ recovery-image] Oct 30 14:08:25.868 INFO O| Oct 30 14:08:25.868 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82662024-10-30T14:08:26.569Z[ recovery-image] Oct 30 14:08:25.878 INFO O| Oct 30 14:08:25.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
82672024-10-30T14:08:26.571Z[ recovery-image] Oct 30 14:08:25.878 INFO O| Oct 30 14:08:25.878 INFO STEP 88 (remove_files) COMPLETE
82682024-10-30T14:08:26.571Z[ recovery-image] Oct 30 14:08:25.879 INFO O| Oct 30 14:08:25.878 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82692024-10-30T14:08:26.579Z[ recovery-image] Oct 30 14:08:25.888 INFO O| Oct 30 14:08:25.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
82702024-10-30T14:08:26.579Z[ recovery-image] Oct 30 14:08:25.889 INFO O| Oct 30 14:08:25.888 INFO STEP 89 (remove_files) COMPLETE
82712024-10-30T14:08:26.581Z[ recovery-image] Oct 30 14:08:25.889 INFO O| Oct 30 14:08:25.888 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82722024-10-30T14:08:26.588Z[ recovery-image] Oct 30 14:08:25.898 INFO O| Oct 30 14:08:25.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
82732024-10-30T14:08:26.588Z[ recovery-image] Oct 30 14:08:25.898 INFO O| Oct 30 14:08:25.898 INFO STEP 90 (remove_files) COMPLETE
82742024-10-30T14:08:26.591Z[ recovery-image] Oct 30 14:08:25.898 INFO O| Oct 30 14:08:25.898 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82752024-10-30T14:08:26.598Z[ recovery-image] Oct 30 14:08:25.908 INFO O| Oct 30 14:08:25.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
82762024-10-30T14:08:26.598Z[ recovery-image] Oct 30 14:08:25.908 INFO O| Oct 30 14:08:25.908 INFO STEP 91 (remove_files) COMPLETE
82772024-10-30T14:08:26.598Z[ recovery-image] Oct 30 14:08:25.908 INFO O| Oct 30 14:08:25.908 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82782024-10-30T14:08:26.609Z[ recovery-image] Oct 30 14:08:25.918 INFO O| Oct 30 14:08:25.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
82792024-10-30T14:08:26.612Z[ recovery-image] Oct 30 14:08:25.918 INFO O| Oct 30 14:08:25.918 INFO STEP 92 (remove_files) COMPLETE
82802024-10-30T14:08:26.612Z[ recovery-image] Oct 30 14:08:25.918 INFO O| Oct 30 14:08:25.918 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82812024-10-30T14:08:26.618Z[ recovery-image] Oct 30 14:08:25.928 INFO O| Oct 30 14:08:25.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
82822024-10-30T14:08:26.618Z[ recovery-image] Oct 30 14:08:25.928 INFO O| Oct 30 14:08:25.928 INFO STEP 93 (remove_files) COMPLETE
82832024-10-30T14:08:26.621Z[ recovery-image] Oct 30 14:08:25.928 INFO O| Oct 30 14:08:25.928 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82842024-10-30T14:08:26.628Z[ recovery-image] Oct 30 14:08:25.938 INFO O| Oct 30 14:08:25.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
82852024-10-30T14:08:26.629Z[ recovery-image] Oct 30 14:08:25.938 INFO O| Oct 30 14:08:25.938 INFO STEP 94 (remove_files) COMPLETE
82862024-10-30T14:08:26.631Z[ recovery-image] Oct 30 14:08:25.939 INFO O| Oct 30 14:08:25.938 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82872024-10-30T14:08:26.643Z[ recovery-image] Oct 30 14:08:25.953 INFO O| Oct 30 14:08:25.953 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
82882024-10-30T14:08:26.646Z[ recovery-image] Oct 30 14:08:25.954 INFO O| Oct 30 14:08:25.954 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
82892024-10-30T14:08:32.907Z[ recovery-image] Oct 30 14:08:32.216 INFO O| Oct 30 14:08:32.215 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
82902024-10-30T14:08:32.907Z[ recovery-image] Oct 30 14:08:32.216 INFO O| Oct 30 14:08:32.216 INFO E| svccfg: Loaded 67 smf(7) service descriptions
82912024-10-30T14:08:32.919Z[ recovery-image] Oct 30 14:08:32.228 INFO O| Oct 30 14:08:32.228 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
82922024-10-30T14:08:32.995Z[ recovery-image] Oct 30 14:08:32.304 INFO O| Oct 30 14:08:32.304 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
82932024-10-30T14:08:32.995Z[ recovery-image] Oct 30 14:08:32.304 INFO O| Oct 30 14:08:32.304 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 ...
82942024-10-30T14:08:32.998Z[ recovery-image] Oct 30 14:08:32.306 INFO O| Oct 30 14:08:32.305 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
82952024-10-30T14:08:32.998Z[ recovery-image] Oct 30 14:08:32.306 INFO O| Oct 30 14:08:32.306 INFO ok!
82962024-10-30T14:08:32.998Z[ recovery-image] Oct 30 14:08:32.306 INFO O| Oct 30 14:08:32.306 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
82972024-10-30T14:08:32.998Z[ recovery-image] Oct 30 14:08:32.306 INFO O| Oct 30 14:08:32.306 INFO STEP 95 (seed_smf) COMPLETE
82982024-10-30T14:08:32.998Z[ recovery-image] Oct 30 14:08:32.306 INFO O| Oct 30 14:08:32.306 INFO steps complete; finalising image!
82992024-10-30T14:08:32.998Z[ recovery-image] Oct 30 14:08:32.306 INFO O| Oct 30 14:08:32.306 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
83002024-10-30T14:08:33.029Z[ recovery-image] Oct 30 14:08:32.338 INFO O| Oct 30 14:08:32.338 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Wed Oct 30 14:08:32 2024)
83012024-10-30T14:08:33.235Z[ recovery-image] Oct 30 14:08:32.544 INFO O| Oct 30 14:08:32.544 INFO trim TEMPORARY-gimlet-zfs-recovery: (71% trimmed, started at Wed Oct 30 14:08:32 2024)
83022024-10-30T14:08:33.458Z[ recovery-image] Oct 30 14:08:32.767 INFO O| Oct 30 14:08:32.767 INFO temporary pool has 409M used, 1.35G avail, 1.00x compressratio
83032024-10-30T14:08:33.458Z[ recovery-image] Oct 30 14:08:32.767 INFO O| Oct 30 14:08:32.767 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
83042024-10-30T14:08:33.676Z[ recovery-image] Oct 30 14:08:32.984 INFO O| Oct 30 14:08:32.984 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
83052024-10-30T14:08:33.676Z[ recovery-image] Oct 30 14:08:32.984 INFO O| Oct 30 14:08:32.984 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
83062024-10-30T14:08:36.679Z[ recovery-image] Oct 30 14:08:35.987 INFO O| Oct 30 14:08:35.987 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83072024-10-30T14:08:36.679Z[ recovery-image] Oct 30 14:08:35.987 INFO O| Oct 30 14:08:35.987 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83082024-10-30T14:08:36.679Z[ recovery-image] Oct 30 14:08:35.987 INFO O| Oct 30 14:08:35.987 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83092024-10-30T14:08:36.679Z[ recovery-image] Oct 30 14:08:35.987 INFO O| Oct 30 14:08:35.987 INFO completed processing gimlet/zfs-recovery
83102024-10-30T14:08:36.679Z[ recovery-image] Oct 30 14:08:35.987 INFO O| Oct 30 14:08:35.987 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
83112024-10-30T14:08:37.244Z[ recovery-image] Oct 30 14:08:36.552 INFO O| Oct 30 14:08:36.552 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
83122024-10-30T14:08:37.322Z[ recovery-image] Oct 30 14:08:36.630 INFO BUILD STRING "heads/stlouis-0-g54a974bee7\n"
83132024-10-30T14:08:37.325Z[ recovery-image] Oct 30 14:08:36.631 INFO expanded image name: "recovery 417a986/${os_short_commit} 2024-10-30 13:38" -> "recovery 417a986/54a974b 2024-10-30 13:38"
83142024-10-30T14:08:37.325Z[ recovery-image] Oct 30 14:08:36.631 INFO output artefacts stored in: "/work/os-recovery"
83152024-10-30T14:08:37.325Z[ recovery-image] Oct 30 14:08:36.631 INFO collecting git info from project "pinprick"...
83162024-10-30T14:08:37.332Z[ recovery-image] Oct 30 14:08:36.641 INFO collecting git info from project "amd-host-image-builder"...
83172024-10-30T14:08:37.492Z[ recovery-image] Oct 30 14:08:36.800 INFO collecting git info from project "pilot"...
83182024-10-30T14:08:37.504Z[ recovery-image] Oct 30 14:08:36.812 INFO collecting git info from project "chelsio-t6-roms"...
83192024-10-30T14:08:37.525Z[ recovery-image] Oct 30 14:08:36.833 INFO collecting git info from project "image-builder"...
83202024-10-30T14:08:37.531Z[ recovery-image] Oct 30 14:08:36.840 INFO collecting git info from project "amd-firmware"...
83212024-10-30T14:08:37.799Z[ recovery-image] Oct 30 14:08:37.108 INFO collecting git info from project "bootserver"...
83222024-10-30T14:08:37.805Z[ recovery-image] Oct 30 14:08:37.113 INFO collecting git info from project "phbl"...
83232024-10-30T14:08:37.811Z[ recovery-image] Oct 30 14:08:37.120 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
83242024-10-30T14:08:38.161Z[ recovery-image] Oct 30 14:08:37.470 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
83252024-10-30T14:08:38.505Z[ recovery-image] Oct 30 14:08:37.813 INFO creating Oxide boot image...
83262024-10-30T14:08:38.505Z[ recovery-image] Oct 30 14:08:37.814 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 417a986/54a974b 2024-10-30 13:38", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
83272024-10-30T14:09:06.366Z[ host-image] Oct 30 14:09:05.671 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22997:20241029T130639Z
83282024-10-30T14:09:06.366Z[ host-image] Oct 30 14:09:05.671 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22997:20241029T130639Z
83292024-10-30T14:09:06.369Z[ host-image] Oct 30 14:09:05.672 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
83302024-10-30T14:09:06.369Z[ host-image] Oct 30 14:09:05.672 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
83312024-10-30T14:09:06.369Z[ host-image] Oct 30 14:09:05.672 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
83322024-10-30T14:09:06.369Z[ host-image] Oct 30 14:09:05.672 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
83332024-10-30T14:09:06.369Z[ host-image] Oct 30 14:09:05.673 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
83342024-10-30T14:09:06.369Z[ host-image] Oct 30 14:09:05.673 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
83352024-10-30T14:09:06.369Z[ host-image] Oct 30 14:09:05.673 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
83362024-10-30T14:09:06.369Z[ host-image] Oct 30 14:09:05.673 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
83372024-10-30T14:09:06.369Z[ host-image] Oct 30 14:09:05.673 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22997:20241029T130640Z
83382024-10-30T14:09:06.372Z[ host-image] Oct 30 14:09:05.675 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22997:20241029T130641Z
83392024-10-30T14:09:06.372Z[ host-image] Oct 30 14:09:05.676 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22997:20241029T130641Z
83402024-10-30T14:09:06.372Z[ host-image] Oct 30 14:09:05.677 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22997:20241029T130641Z
83412024-10-30T14:09:06.372Z[ host-image] Oct 30 14:09:05.677 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
83422024-10-30T14:09:06.372Z[ host-image] Oct 30 14:09:05.677 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22997:20241029T130641Z
83432024-10-30T14:09:06.374Z[ host-image] Oct 30 14:09:05.678 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22997:20241029T130641Z
83442024-10-30T14:09:06.374Z[ host-image] Oct 30 14:09:05.678 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22997:20241029T130641Z
83452024-10-30T14:09:06.374Z[ host-image] Oct 30 14:09:05.678 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22997:20241029T130641Z
83462024-10-30T14:09:06.375Z[ host-image] Oct 30 14:09:05.678 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22997:20241029T130642Z
83472024-10-30T14:09:06.375Z[ host-image] Oct 30 14:09:05.678 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22997:20241029T130642Z
83482024-10-30T14:09:06.375Z[ host-image] Oct 30 14:09:05.679 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22997:20241029T130643Z
83492024-10-30T14:09:06.375Z[ host-image] Oct 30 14:09:05.679 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22997:20241029T130643Z
83502024-10-30T14:09:06.375Z[ host-image] Oct 30 14:09:05.679 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22997:20241029T130644Z
83512024-10-30T14:09:06.375Z[ host-image] Oct 30 14:09:05.679 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22997:20241029T130645Z
83522024-10-30T14:09:06.375Z[ host-image] Oct 30 14:09:05.679 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22997:20241029T130645Z
83532024-10-30T14:09:06.375Z[ host-image] Oct 30 14:09:05.679 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22997:20241029T130647Z
83542024-10-30T14:09:06.375Z[ host-image] Oct 30 14:09:05.679 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22997:20241029T130647Z
83552024-10-30T14:09:06.375Z[ host-image] Oct 30 14:09:05.680 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
83562024-10-30T14:09:06.375Z[ host-image] Oct 30 14:09:05.680 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22997:20241029T130649Z
83572024-10-30T14:09:06.375Z[ host-image] Oct 30 14:09:05.680 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22997:20241029T130651Z
83582024-10-30T14:09:06.375Z[ host-image] Oct 30 14:09:05.680 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22997:20241029T130652Z
83592024-10-30T14:09:06.375Z[ host-image] Oct 30 14:09:05.680 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22997:20241029T130652Z
83602024-10-30T14:09:06.378Z[ host-image] Oct 30 14:09:05.681 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22997:20241029T130654Z
83612024-10-30T14:09:06.378Z[ host-image] Oct 30 14:09:05.681 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22997:20241029T130654Z
83622024-10-30T14:09:06.385Z[ host-image] Oct 30 14:09:05.691 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
83632024-10-30T14:09:06.385Z[ host-image] Oct 30 14:09:05.691 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22997:20241029T130654Z
83642024-10-30T14:09:06.387Z[ host-image] Oct 30 14:09:05.691 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z
83652024-10-30T14:09:06.387Z[ host-image] Oct 30 14:09:05.691 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
83662024-10-30T14:09:06.387Z[ host-image] Oct 30 14:09:05.692 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
83672024-10-30T14:09:06.387Z[ host-image] Oct 30 14:09:05.692 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22997:20241029T130654Z
83682024-10-30T14:09:06.387Z[ host-image] Oct 30 14:09:05.692 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
83692024-10-30T14:09:06.387Z[ host-image] Oct 30 14:09:05.692 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
83702024-10-30T14:09:06.390Z[ host-image] Oct 30 14:09:05.694 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
83712024-10-30T14:09:06.390Z[ host-image] Oct 30 14:09:05.694 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
83722024-10-30T14:09:06.400Z[ host-image] Oct 30 14:09:05.706 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
83732024-10-30T14:09:06.400Z[ host-image] Oct 30 14:09:05.706 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
83742024-10-30T14:09:06.403Z[ host-image] Oct 30 14:09:05.706 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
83752024-10-30T14:09:06.403Z[ host-image] Oct 30 14:09:05.707 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83762024-10-30T14:09:06.403Z[ host-image] Oct 30 14:09:05.708 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83772024-10-30T14:09:06.403Z[ host-image] Oct 30 14:09:05.708 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83782024-10-30T14:09:06.438Z[ host-image] Oct 30 14:09:05.743 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
83792024-10-30T14:09:06.441Z[ host-image] Oct 30 14:09:05.744 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
83802024-10-30T14:09:06.441Z[ host-image] Oct 30 14:09:05.744 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
83812024-10-30T14:09:06.441Z[ host-image] Oct 30 14:09:05.745 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22997:20241029T130656Z
83822024-10-30T14:09:06.441Z[ host-image] Oct 30 14:09:05.745 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22997:20241029T130702Z
83832024-10-30T14:09:06.441Z[ host-image] Oct 30 14:09:05.745 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
83842024-10-30T14:09:06.441Z[ host-image] Oct 30 14:09:05.745 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22997:20241029T130703Z
83852024-10-30T14:09:06.441Z[ host-image] Oct 30 14:09:05.746 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
83862024-10-30T14:09:06.441Z[ host-image] Oct 30 14:09:05.746 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
83872024-10-30T14:09:06.441Z[ host-image] Oct 30 14:09:05.746 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
83882024-10-30T14:09:06.441Z[ host-image] Oct 30 14:09:05.746 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22997:20241029T130703Z
83892024-10-30T14:09:06.441Z[ host-image] Oct 30 14:09:05.746 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83902024-10-30T14:09:06.445Z[ host-image] Oct 30 14:09:05.751 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83912024-10-30T14:09:06.447Z[ host-image] Oct 30 14:09:05.751 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83922024-10-30T14:09:06.447Z[ host-image] Oct 30 14:09:05.751 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
83932024-10-30T14:09:06.447Z[ host-image] Oct 30 14:09:05.751 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22997:20241029T130703Z
83942024-10-30T14:09:06.448Z[ host-image] Oct 30 14:09:05.751 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
83952024-10-30T14:09:06.460Z[ host-image] Oct 30 14:09:05.766 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
83962024-10-30T14:09:06.463Z[ host-image] Oct 30 14:09:05.766 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22997:20241029T130704Z
83972024-10-30T14:09:06.463Z[ host-image] Oct 30 14:09:05.768 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22997:20241029T130704Z
83982024-10-30T14:09:06.465Z[ host-image] Oct 30 14:09:05.769 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22997:20241029T130704Z
83992024-10-30T14:09:06.465Z[ host-image] Oct 30 14:09:05.769 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
84002024-10-30T14:09:06.465Z[ host-image] Oct 30 14:09:05.770 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22997:20241029T130705Z
84012024-10-30T14:09:06.465Z[ host-image] Oct 30 14:09:05.770 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22997:20241029T130706Z
84022024-10-30T14:09:06.465Z[ host-image] Oct 30 14:09:05.770 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22997:20241029T130706Z
84032024-10-30T14:09:06.465Z[ host-image] Oct 30 14:09:05.771 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22997:20241029T130706Z
84042024-10-30T14:09:06.469Z[ host-image] Oct 30 14:09:05.774 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
84052024-10-30T14:09:06.469Z[ host-image] Oct 30 14:09:05.775 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22997:20241029T130706Z
84062024-10-30T14:09:06.472Z[ host-image] Oct 30 14:09:05.775 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22997:20241029T130708Z
84072024-10-30T14:09:06.472Z[ host-image] Oct 30 14:09:05.775 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
84082024-10-30T14:09:06.472Z[ host-image] Oct 30 14:09:05.776 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22997:20241029T130708Z
84092024-10-30T14:09:06.472Z[ host-image] Oct 30 14:09:05.776 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22997:20241029T130708Z
84102024-10-30T14:09:06.472Z[ host-image] Oct 30 14:09:05.776 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22997:20241029T130708Z
84112024-10-30T14:09:06.472Z[ host-image] Oct 30 14:09:05.777 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22997:20241029T130708Z
84122024-10-30T14:09:06.479Z[ host-image] Oct 30 14:09:05.785 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22997:20241029T130708Z
84132024-10-30T14:09:06.479Z[ host-image] Oct 30 14:09:05.785 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
84142024-10-30T14:09:06.481Z[ host-image] Oct 30 14:09:05.787 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22997:20241029T130708Z
84152024-10-30T14:09:06.484Z[ host-image] Oct 30 14:09:05.788 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22997:20241029T130709Z
84162024-10-30T14:09:06.484Z[ host-image] Oct 30 14:09:05.788 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22997:20241029T130709Z
84172024-10-30T14:09:06.484Z[ host-image] Oct 30 14:09:05.789 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22997:20241029T130709Z
84182024-10-30T14:09:06.484Z[ host-image] Oct 30 14:09:05.789 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22997:20241029T130709Z
84192024-10-30T14:09:06.484Z[ host-image] Oct 30 14:09:05.790 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22997:20241029T130709Z
84202024-10-30T14:09:06.494Z[ host-image] Oct 30 14:09:05.800 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22997:20241029T130711Z
84212024-10-30T14:09:06.496Z[ host-image] Oct 30 14:09:05.800 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22997:20241029T130710Z
84222024-10-30T14:09:06.496Z[ host-image] Oct 30 14:09:05.800 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22997:20241029T130710Z
84232024-10-30T14:09:06.496Z[ host-image] Oct 30 14:09:05.801 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22997:20241029T130710Z
84242024-10-30T14:09:06.496Z[ host-image] Oct 30 14:09:05.801 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22997:20241029T130711Z
84252024-10-30T14:09:06.517Z[ host-image] Oct 30 14:09:05.823 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22997:20241029T130714Z
84262024-10-30T14:09:06.520Z[ host-image] Oct 30 14:09:05.823 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22997:20241029T130711Z
84272024-10-30T14:09:06.520Z[ host-image] Oct 30 14:09:05.824 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22997:20241029T130711Z
84282024-10-30T14:09:06.520Z[ host-image] Oct 30 14:09:05.824 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
84292024-10-30T14:09:06.520Z[ host-image] Oct 30 14:09:05.824 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
84302024-10-30T14:09:06.547Z[ host-image] Oct 30 14:09:05.853 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22997:20241029T130711Z
84312024-10-30T14:09:06.550Z[ host-image] Oct 30 14:09:05.854 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
84322024-10-30T14:09:06.550Z[ host-image] Oct 30 14:09:05.854 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22997:20241029T130712Z
84332024-10-30T14:09:06.550Z[ host-image] Oct 30 14:09:05.854 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22997:20241029T130712Z
84342024-10-30T14:09:06.550Z[ host-image] Oct 30 14:09:05.855 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22997:20241029T130712Z
84352024-10-30T14:09:06.550Z[ host-image] Oct 30 14:09:05.855 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
84362024-10-30T14:09:06.550Z[ host-image] Oct 30 14:09:05.856 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
84372024-10-30T14:09:06.550Z[ host-image] Oct 30 14:09:05.856 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22997:20241029T130713Z
84382024-10-30T14:09:06.554Z[ host-image] Oct 30 14:09:05.857 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22997:20241029T130713Z
84392024-10-30T14:09:06.554Z[ host-image] Oct 30 14:09:05.857 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22997:20241029T130713Z
84402024-10-30T14:09:06.554Z[ host-image] Oct 30 14:09:05.857 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22997:20241029T130713Z
84412024-10-30T14:09:06.554Z[ host-image] Oct 30 14:09:05.857 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22997:20241029T130714Z
84422024-10-30T14:09:06.554Z[ host-image] Oct 30 14:09:05.857 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22997:20241029T130714Z
84432024-10-30T14:09:06.557Z[ host-image] Oct 30 14:09:05.860 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
84442024-10-30T14:09:06.557Z[ host-image] Oct 30 14:09:05.861 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22997:20241029T130715Z
84452024-10-30T14:09:06.557Z[ host-image] Oct 30 14:09:05.862 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22997:20241029T130715Z
84462024-10-30T14:09:06.557Z[ host-image] Oct 30 14:09:05.862 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22997:20241029T130715Z
84472024-10-30T14:09:06.557Z[ host-image] Oct 30 14:09:05.863 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22997:20241029T130716Z
84482024-10-30T14:09:06.560Z[ host-image] Oct 30 14:09:05.863 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22997:20241029T130715Z
84492024-10-30T14:09:06.560Z[ host-image] Oct 30 14:09:05.863 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22997:20241029T130716Z
84502024-10-30T14:09:06.560Z[ host-image] Oct 30 14:09:05.863 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
84512024-10-30T14:09:06.560Z[ host-image] Oct 30 14:09:05.863 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
84522024-10-30T14:09:06.560Z[ host-image] Oct 30 14:09:05.864 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22997:20241029T130718Z
84532024-10-30T14:09:06.560Z[ host-image] Oct 30 14:09:05.864 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22997:20241029T130718Z
84542024-10-30T14:09:06.560Z[ host-image] Oct 30 14:09:05.864 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
84552024-10-30T14:09:06.560Z[ host-image] Oct 30 14:09:05.865 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
84562024-10-30T14:09:06.560Z[ host-image] Oct 30 14:09:05.865 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
84572024-10-30T14:09:06.560Z[ host-image] Oct 30 14:09:05.865 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
84582024-10-30T14:09:06.560Z[ host-image] Oct 30 14:09:05.865 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
84592024-10-30T14:09:06.560Z[ host-image] Oct 30 14:09:05.866 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
84602024-10-30T14:09:06.563Z[ host-image] Oct 30 14:09:05.867 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
84612024-10-30T14:09:06.563Z[ host-image] Oct 30 14:09:05.867 INFO O| tempdir @ "/tmp/.tmp6rHrT2/tmp"
84622024-10-30T14:09:06.563Z[ host-image] Oct 30 14:09:05.867 INFO O| image root @ "/tmp/.tmp6rHrT2/tmp/root"
84632024-10-30T14:09:06.563Z[ host-image] Oct 30 14:09:05.867 INFO O| creating image...
84642024-10-30T14:09:07.054Z[ host-image] Oct 30 14:09:06.359 INFO O| copying publishers...
84652024-10-30T14:09:19.357Z[ host-image] Oct 30 14:09:18.661 INFO O| adding properties...
84662024-10-30T14:09:20.359Z[ host-image] Oct 30 14:09:19.663 INFO O| installing packages...
84672024-10-30T14:09:32.148Z[ recovery-image] Oct 30 14:09:31.451 INFO O| ok, image written!
84682024-10-30T14:09:32.150Z[ recovery-image] Oct 30 14:09:31.451 INFO O| ok, boot_image_csum file written!
84692024-10-30T14:09:32.153Z[ recovery-image] Oct 30 14:09:31.456 INFO creating boot archive (CPIO)...
84702024-10-30T14:09:32.153Z[ recovery-image] Oct 30 14:09:31.456 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
84712024-10-30T14:09:32.161Z[ recovery-image] Oct 30 14:09:31.465 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84722024-10-30T14:09:32.161Z[ recovery-image] Oct 30 14:09:31.465 INFO E| + outfile=/work/os-recovery/cpio
84732024-10-30T14:09:32.164Z[ recovery-image] Oct 30 14:09:31.465 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84742024-10-30T14:09:32.164Z[ recovery-image] Oct 30 14:09:31.467 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84752024-10-30T14:09:32.164Z[ recovery-image] Oct 30 14:09:31.467 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84762024-10-30T14:09:32.195Z[ recovery-image] Oct 30 14:09:31.498 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
84772024-10-30T14:09:32.195Z[ recovery-image] Oct 30 14:09:31.498 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84782024-10-30T14:09:32.202Z[ recovery-image] Oct 30 14:09:31.505 INFO creating compressed cpio/unix for nanobl-rs...
84792024-10-30T14:09:32.202Z[ recovery-image] Oct 30 14:09:31.505 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
84802024-10-30T14:09:32.484Z[ recovery-image] Oct 30 14:09:31.788 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
84812024-10-30T14:09:36.598Z[ recovery-image] Oct 30 14:09:35.901 INFO creating reset image...
84822024-10-30T14:09:36.601Z[ recovery-image] Oct 30 14:09:35.901 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84832024-10-30T14:09:36.701Z[ host-image] Oct 30 14:09:36.004 INFO O| seeding SMF database...
84842024-10-30T14:09:36.834Z[ recovery-image] Oct 30 14:09:36.137 INFO E| Updating crates.io index
84852024-10-30T14:09:36.939Z[ recovery-image] Oct 30 14:09:36.242 INFO E| Downloading crates ...
84862024-10-30T14:09:37.054Z[ recovery-image] Oct 30 14:09:36.356 INFO E| Downloaded os_pipe v1.2.1
84872024-10-30T14:09:37.058Z[ recovery-image] Oct 30 14:09:36.361 INFO E| Downloaded duct v0.13.7
84882024-10-30T14:09:37.060Z[ recovery-image] Oct 30 14:09:36.363 INFO E| Downloaded shared_child v1.0.1
84892024-10-30T14:09:37.063Z[ recovery-image] Oct 30 14:09:36.365 INFO E| Downloaded clap v4.5.17
84902024-10-30T14:09:37.078Z[ recovery-image] Oct 30 14:09:36.381 INFO E| Downloaded clap_builder v4.5.17
84912024-10-30T14:09:37.128Z[ recovery-image] Oct 30 14:09:36.430 INFO E| Downloaded libc v0.2.158
84922024-10-30T14:09:37.201Z[ recovery-image] Oct 30 14:09:36.504 INFO E| Compiling proc-macro2 v1.0.86
84932024-10-30T14:09:37.201Z[ recovery-image] Oct 30 14:09:36.504 INFO E| Compiling unicode-ident v1.0.13
84942024-10-30T14:09:37.206Z[ recovery-image] Oct 30 14:09:36.504 INFO E| Compiling libc v0.2.158
84952024-10-30T14:09:37.206Z[ recovery-image] Oct 30 14:09:36.504 INFO E| Compiling utf8parse v0.2.2
84962024-10-30T14:09:37.206Z[ recovery-image] Oct 30 14:09:36.504 INFO E| Compiling is_terminal_polyfill v1.70.1
84972024-10-30T14:09:37.206Z[ recovery-image] Oct 30 14:09:36.504 INFO E| Compiling anstyle-query v1.1.1
84982024-10-30T14:09:37.206Z[ recovery-image] Oct 30 14:09:36.505 INFO E| Compiling anstyle v1.0.8
84992024-10-30T14:09:37.210Z[ recovery-image] Oct 30 14:09:36.508 INFO E| Compiling colorchoice v1.0.2
85002024-10-30T14:09:37.436Z[ recovery-image] Oct 30 14:09:36.738 INFO E| Compiling anstyle-parse v0.2.5
85012024-10-30T14:09:37.451Z[ recovery-image] Oct 30 14:09:36.753 INFO E| Compiling heck v0.5.0
85022024-10-30T14:09:37.474Z[ recovery-image] Oct 30 14:09:36.777 INFO E| Compiling clap_lex v0.7.2
85032024-10-30T14:09:37.478Z[ recovery-image] Oct 30 14:09:36.781 INFO E| Compiling strsim v0.11.1
85042024-10-30T14:09:37.482Z[ recovery-image] Oct 30 14:09:36.785 INFO E| Compiling once_cell v1.19.0
85052024-10-30T14:09:37.749Z[ recovery-image] Oct 30 14:09:37.052 INFO E| Compiling anstream v0.6.15
85062024-10-30T14:09:38.108Z[ recovery-image] Oct 30 14:09:37.411 INFO E| Compiling clap_builder v4.5.17
85072024-10-30T14:09:38.581Z[ recovery-image] Oct 30 14:09:37.883 INFO E| Compiling os_pipe v1.2.1
85082024-10-30T14:09:38.581Z[ recovery-image] Oct 30 14:09:37.883 INFO E| Compiling shared_child v1.0.1
85092024-10-30T14:09:38.715Z[ recovery-image] Oct 30 14:09:38.017 INFO E| Compiling duct v0.13.7
85102024-10-30T14:09:38.892Z[ recovery-image] Oct 30 14:09:38.194 INFO E| Compiling quote v1.0.37
85112024-10-30T14:09:39.206Z[ recovery-image] Oct 30 14:09:38.509 INFO E| Compiling syn v2.0.77
85122024-10-30T14:09:43.074Z[ recovery-image] Oct 30 14:09:42.376 INFO E| Compiling clap_derive v4.5.13
85132024-10-30T14:09:44.856Z[ recovery-image] Oct 30 14:09:44.158 INFO E| Compiling clap v4.5.17
85142024-10-30T14:09:44.909Z[ recovery-image] Oct 30 14:09:44.211 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
85152024-10-30T14:09:45.532Z[ host-image] Oct 30 14:09:44.834 INFO O| configuring SMF profile...
85162024-10-30T14:09:45.535Z[ host-image] Oct 30 14:09:44.835 INFO O| modifying shadow(5)...
85172024-10-30T14:09:45.536Z[ host-image] Oct 30 14:09:44.835 INFO O| loading user and group database...
85182024-10-30T14:09:45.536Z[ host-image] Oct 30 14:09:44.835 INFO O| assessing packaged files...
85192024-10-30T14:09:45.910Z[ recovery-image] Oct 30 14:09:45.212 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.24s
85202024-10-30T14:09:45.920Z[ recovery-image] Oct 30 14:09:45.223 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85212024-10-30T14:09:46.044Z[ recovery-image] Oct 30 14:09:45.345 INFO E| Updating crates.io index
85222024-10-30T14:09:46.356Z[ recovery-image] Oct 30 14:09:45.658 INFO E| Downloading crates ...
85232024-10-30T14:09:46.424Z[ recovery-image] Oct 30 14:09:45.726 INFO E| Downloaded bitstruct_derive v0.1.0
85242024-10-30T14:09:46.430Z[ recovery-image] Oct 30 14:09:45.732 INFO E| Downloaded raw-cpuid v10.7.0
85252024-10-30T14:09:46.433Z[ recovery-image] Oct 30 14:09:45.736 INFO E| Downloaded seq-macro v0.3.5
85262024-10-30T14:09:46.436Z[ recovery-image] Oct 30 14:09:45.737 INFO E| Downloaded bitstruct v0.1.1
85272024-10-30T14:09:46.439Z[ recovery-image] Oct 30 14:09:45.739 INFO E| Downloaded bit_field v0.10.2
85282024-10-30T14:09:46.446Z[ recovery-image] Oct 30 14:09:45.748 INFO E| Downloaded cpio_reader v0.1.1
85292024-10-30T14:09:46.596Z[ recovery-image] Oct 30 14:09:45.898 INFO E| Downloaded x86 v0.52.0
85302024-10-30T14:09:46.654Z[ recovery-image] Oct 30 14:09:45.956 INFO E| Updating crates.io index
85312024-10-30T14:09:46.732Z[ recovery-image] Oct 30 14:09:46.034 INFO E| Downloading crates ...
85322024-10-30T14:09:46.819Z[ recovery-image] Oct 30 14:09:46.121 INFO E| Downloaded compiler_builtins v0.1.125
85332024-10-30T14:09:46.831Z[ recovery-image] Oct 30 14:09:46.133 INFO E| Downloaded unicode-width v0.1.13
85342024-10-30T14:09:46.899Z[ recovery-image] Oct 30 14:09:46.201 INFO E| Compiling compiler_builtins v0.1.125
85352024-10-30T14:09:46.899Z[ recovery-image] Oct 30 14:09:46.201 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)
85362024-10-30T14:09:46.902Z[ recovery-image] Oct 30 14:09:46.201 INFO E| Compiling proc-macro2 v1.0.86
85372024-10-30T14:09:46.902Z[ recovery-image] Oct 30 14:09:46.201 INFO E| Compiling unicode-ident v1.0.13
85382024-10-30T14:09:46.902Z[ recovery-image] Oct 30 14:09:46.202 INFO E| Compiling syn v1.0.109
85392024-10-30T14:09:46.902Z[ recovery-image] Oct 30 14:09:46.202 INFO E| Compiling x86 v0.52.0
85402024-10-30T14:09:46.902Z[ recovery-image] Oct 30 14:09:46.202 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
85412024-10-30T14:09:46.902Z[ recovery-image] Oct 30 14:09:46.202 INFO E| Compiling seq-macro v0.3.5
85422024-10-30T14:09:48.096Z[ recovery-image] Oct 30 14:09:47.397 INFO E| Compiling quote v1.0.37
85432024-10-30T14:09:48.117Z[ host-image] Oct 30 14:09:47.419 INFO O| creating archive...
85442024-10-30T14:09:48.170Z[ host-image] Oct 30 14:09:47.472 INFO O| missing from packaging:
85452024-10-30T14:09:48.170Z[ host-image] Oct 30 14:09:47.472 INFO O| "etc/.pwd.lock"
85462024-10-30T14:09:48.173Z[ host-image] Oct 30 14:09:47.472 INFO O| "etc/bash"
85472024-10-30T14:09:48.179Z[ host-image] Oct 30 14:09:47.481 INFO O| "etc/svc/profile/generic.xml"
85482024-10-30T14:09:48.179Z[ host-image] Oct 30 14:09:47.481 INFO O| "etc/svc/profile/inetd_services.xml"
85492024-10-30T14:09:48.182Z[ host-image] Oct 30 14:09:47.481 INFO O| "etc/svc/profile/name_service.xml"
85502024-10-30T14:09:48.182Z[ host-image] Oct 30 14:09:47.481 INFO O| "etc/svc/profile/platform.xml"
85512024-10-30T14:09:48.182Z[ host-image] Oct 30 14:09:47.481 INFO O| "etc/svc/profile/platform_omicron1.xml"
85522024-10-30T14:09:48.182Z[ host-image] Oct 30 14:09:47.481 INFO O| "etc/svc/repository.db"
85532024-10-30T14:09:48.195Z[ host-image] Oct 30 14:09:47.497 INFO O| "opt/ooce/share"
85542024-10-30T14:09:48.195Z[ host-image] Oct 30 14:09:47.497 INFO O| "opt/ooce/share/man"
85552024-10-30T14:09:48.198Z[ host-image] Oct 30 14:09:47.497 INFO O| "opt/ooce/share/man/man1"
85562024-10-30T14:09:48.210Z[ host-image] Oct 30 14:09:47.512 INFO O| finishing archive...
85572024-10-30T14:09:48.353Z[ recovery-image] Oct 30 14:09:47.654 INFO E| Compiling syn v2.0.77
85582024-10-30T14:09:50.790Z[ recovery-image] Oct 30 14:09:50.092 INFO E| Compiling scroll_derive v0.12.0
85592024-10-30T14:09:51.138Z[ host-image] Oct 30 14:09:50.439 INFO O| creating gzonly manifest...
85602024-10-30T14:09:51.171Z[ host-image] Oct 30 14:09:50.472 INFO O| ok
85612024-10-30T14:09:51.295Z[ host-image] Oct 30 14:09:50.597 INFO image builder template: ramdisk-02-trim...
85622024-10-30T14:09:51.296Z[ host-image] Oct 30 14:09:50.597 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/.tmpkhtB9N/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-30T14:09:51.334Z[ host-image] Oct 30 14:09:50.635 INFO O| Oct 30 14:09:50.635 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85642024-10-30T14:09:51.341Z[ host-image] Oct 30 14:09:50.643 INFO O| Oct 30 14:09:50.643 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85652024-10-30T14:09:51.453Z[ host-image] Oct 30 14:09:50.754 INFO O| Oct 30 14:09:50.754 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
85662024-10-30T14:09:51.583Z[ host-image] Oct 30 14:09:50.884 INFO O| Oct 30 14:09:50.884 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85672024-10-30T14:09:51.583Z[ host-image] Oct 30 14:09:50.885 INFO O| Oct 30 14:09:50.885 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
85682024-10-30T14:09:51.594Z[ host-image] Oct 30 14:09:50.895 INFO O| Oct 30 14:09:50.895 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85692024-10-30T14:09:51.602Z[ host-image] Oct 30 14:09:50.903 INFO O| Oct 30 14:09:50.903 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85702024-10-30T14:09:51.611Z[ host-image] Oct 30 14:09:50.913 INFO O| Oct 30 14:09:50.913 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85712024-10-30T14:09:51.934Z[ host-image] Oct 30 14:09:51.236 INFO O| Oct 30 14:09:51.235 INFO rolled back to input snapshot; work may begin
85722024-10-30T14:09:51.934Z[ host-image] Oct 30 14:09:51.236 INFO O| Oct 30 14:09:51.235 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
85732024-10-30T14:09:51.940Z[ host-image] Oct 30 14:09:51.242 INFO O| Oct 30 14:09:51.242 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85742024-10-30T14:09:51.952Z[ host-image] Oct 30 14:09:51.253 INFO O| Oct 30 14:09:51.253 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
85752024-10-30T14:09:52.007Z[ host-image] Oct 30 14:09:51.309 INFO O| Oct 30 14:09:51.308 INFO STEP 0 (remove_files) COMPLETE
85762024-10-30T14:09:52.007Z[ host-image] Oct 30 14:09:51.309 INFO O| Oct 30 14:09:51.309 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85772024-10-30T14:09:52.018Z[ host-image] Oct 30 14:09:51.320 INFO O| Oct 30 14:09:51.320 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
85782024-10-30T14:09:52.021Z[ host-image] Oct 30 14:09:51.322 INFO O| Oct 30 14:09:51.322 INFO STEP 1 (remove_files) COMPLETE
85792024-10-30T14:09:52.021Z[ host-image] Oct 30 14:09:51.322 INFO O| Oct 30 14:09:51.322 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85802024-10-30T14:09:52.031Z[ host-image] Oct 30 14:09:51.332 INFO O| Oct 30 14:09:51.332 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
85812024-10-30T14:09:52.045Z[ host-image] Oct 30 14:09:51.347 INFO O| Oct 30 14:09:51.347 INFO STEP 2 (remove_files) COMPLETE
85822024-10-30T14:09:52.045Z[ host-image] Oct 30 14:09:51.347 INFO O| Oct 30 14:09:51.347 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85832024-10-30T14:09:52.057Z[ host-image] Oct 30 14:09:51.358 INFO O| Oct 30 14:09:51.358 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
85842024-10-30T14:09:52.060Z[ host-image] Oct 30 14:09:51.360 INFO O| Oct 30 14:09:51.360 INFO STEP 3 (remove_files) COMPLETE
85852024-10-30T14:09:52.060Z[ host-image] Oct 30 14:09:51.360 INFO O| Oct 30 14:09:51.360 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85862024-10-30T14:09:52.069Z[ host-image] Oct 30 14:09:51.371 INFO O| Oct 30 14:09:51.371 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
85872024-10-30T14:09:52.073Z[ host-image] Oct 30 14:09:51.374 INFO O| Oct 30 14:09:51.374 INFO STEP 4 (remove_files) COMPLETE
85882024-10-30T14:09:52.073Z[ host-image] Oct 30 14:09:51.374 INFO O| Oct 30 14:09:51.374 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85892024-10-30T14:09:52.084Z[ host-image] Oct 30 14:09:51.386 INFO O| Oct 30 14:09:51.385 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
85902024-10-30T14:09:52.087Z[ host-image] Oct 30 14:09:51.388 INFO O| Oct 30 14:09:51.388 INFO STEP 5 (remove_files) COMPLETE
85912024-10-30T14:09:52.087Z[ host-image] Oct 30 14:09:51.388 INFO O| Oct 30 14:09:51.388 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85922024-10-30T14:09:52.097Z[ host-image] Oct 30 14:09:51.398 INFO O| Oct 30 14:09:51.398 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
85932024-10-30T14:09:52.106Z[ host-image] Oct 30 14:09:51.408 INFO O| Oct 30 14:09:51.408 INFO STEP 6 (remove_files) COMPLETE
85942024-10-30T14:09:52.106Z[ host-image] Oct 30 14:09:51.408 INFO O| Oct 30 14:09:51.408 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85952024-10-30T14:09:52.116Z[ host-image] Oct 30 14:09:51.418 INFO O| Oct 30 14:09:51.418 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
85962024-10-30T14:09:52.128Z[ host-image] Oct 30 14:09:51.429 INFO O| Oct 30 14:09:51.429 INFO STEP 7 (remove_files) COMPLETE
85972024-10-30T14:09:52.128Z[ host-image] Oct 30 14:09:51.429 INFO O| Oct 30 14:09:51.429 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85982024-10-30T14:09:52.138Z[ host-image] Oct 30 14:09:51.440 INFO O| Oct 30 14:09:51.440 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
85992024-10-30T14:09:52.259Z[ host-image] Oct 30 14:09:51.560 INFO O| Oct 30 14:09:51.560 INFO STEP 8 (remove_files) COMPLETE
86002024-10-30T14:09:52.259Z[ host-image] Oct 30 14:09:51.561 INFO O| Oct 30 14:09:51.560 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86012024-10-30T14:09:52.271Z[ host-image] Oct 30 14:09:51.572 INFO O| Oct 30 14:09:51.572 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
86022024-10-30T14:09:52.441Z[ host-image] Oct 30 14:09:51.741 INFO O| Oct 30 14:09:51.741 INFO STEP 9 (remove_files) COMPLETE
86032024-10-30T14:09:52.441Z[ host-image] Oct 30 14:09:51.742 INFO O| Oct 30 14:09:51.741 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86042024-10-30T14:09:52.459Z[ host-image] Oct 30 14:09:51.760 INFO O| Oct 30 14:09:51.760 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
86052024-10-30T14:09:52.466Z[ host-image] Oct 30 14:09:51.767 INFO O| Oct 30 14:09:51.767 INFO STEP 10 (remove_files) COMPLETE
86062024-10-30T14:09:52.466Z[ host-image] Oct 30 14:09:51.767 INFO O| Oct 30 14:09:51.767 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86072024-10-30T14:09:52.482Z[ host-image] Oct 30 14:09:51.783 INFO O| Oct 30 14:09:51.783 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
86082024-10-30T14:09:52.485Z[ host-image] Oct 30 14:09:51.785 INFO O| Oct 30 14:09:51.785 INFO STEP 11 (remove_files) COMPLETE
86092024-10-30T14:09:52.485Z[ host-image] Oct 30 14:09:51.785 INFO O| Oct 30 14:09:51.785 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86102024-10-30T14:09:52.500Z[ host-image] Oct 30 14:09:51.801 INFO O| Oct 30 14:09:51.801 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
86112024-10-30T14:09:52.503Z[ host-image] Oct 30 14:09:51.804 INFO O| Oct 30 14:09:51.804 INFO STEP 12 (remove_files) COMPLETE
86122024-10-30T14:09:52.503Z[ host-image] Oct 30 14:09:51.804 INFO O| Oct 30 14:09:51.804 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86132024-10-30T14:09:52.532Z[ host-image] Oct 30 14:09:51.834 INFO O| Oct 30 14:09:51.833 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
86142024-10-30T14:09:52.535Z[ host-image] Oct 30 14:09:51.834 INFO O| Oct 30 14:09:51.834 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
86152024-10-30T14:09:52.535Z[ host-image] Oct 30 14:09:51.835 INFO O| Oct 30 14:09:51.835 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
86162024-10-30T14:09:52.535Z[ host-image] Oct 30 14:09:51.835 INFO O| Oct 30 14:09:51.835 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
86172024-10-30T14:09:52.535Z[ host-image] Oct 30 14:09:51.835 INFO O| Oct 30 14:09:51.835 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
86182024-10-30T14:09:52.535Z[ host-image] Oct 30 14:09:51.835 INFO O| Oct 30 14:09:51.835 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
86192024-10-30T14:09:52.535Z[ host-image] Oct 30 14:09:51.835 INFO O| Oct 30 14:09:51.835 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
86202024-10-30T14:09:52.535Z[ host-image] Oct 30 14:09:51.836 INFO O| Oct 30 14:09:51.836 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
86212024-10-30T14:09:52.538Z[ host-image] Oct 30 14:09:51.837 INFO O| Oct 30 14:09:51.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
86222024-10-30T14:09:52.538Z[ host-image] Oct 30 14:09:51.837 INFO O| Oct 30 14:09:51.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
86232024-10-30T14:09:52.538Z[ host-image] Oct 30 14:09:51.837 INFO O| Oct 30 14:09:51.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
86242024-10-30T14:09:52.538Z[ host-image] Oct 30 14:09:51.838 INFO O| Oct 30 14:09:51.838 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
86252024-10-30T14:09:52.538Z[ host-image] Oct 30 14:09:51.838 INFO O| Oct 30 14:09:51.838 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
86262024-10-30T14:09:52.538Z[ host-image] Oct 30 14:09:51.838 INFO O| Oct 30 14:09:51.838 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
86272024-10-30T14:09:52.538Z[ host-image] Oct 30 14:09:51.839 INFO O| Oct 30 14:09:51.838 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
86282024-10-30T14:09:52.538Z[ host-image] Oct 30 14:09:51.839 INFO O| Oct 30 14:09:51.839 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
86292024-10-30T14:09:52.538Z[ host-image] Oct 30 14:09:51.840 INFO O| Oct 30 14:09:51.840 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
86302024-10-30T14:09:53.036Z[ host-image] Oct 30 14:09:52.337 INFO O| Oct 30 14:09:52.337 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
86312024-10-30T14:09:53.039Z[ host-image] Oct 30 14:09:52.341 INFO O| Oct 30 14:09:52.341 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
86322024-10-30T14:09:53.042Z[ host-image] Oct 30 14:09:52.342 INFO O| Oct 30 14:09:52.342 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
86332024-10-30T14:09:53.046Z[ host-image] Oct 30 14:09:52.347 INFO O| Oct 30 14:09:52.347 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
86342024-10-30T14:09:53.075Z[ host-image] Oct 30 14:09:52.376 INFO O| Oct 30 14:09:52.376 INFO STEP 13 (remove_files) COMPLETE
86352024-10-30T14:09:53.075Z[ host-image] Oct 30 14:09:52.376 INFO O| Oct 30 14:09:52.376 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86362024-10-30T14:09:53.086Z[ host-image] Oct 30 14:09:52.387 INFO O| Oct 30 14:09:52.387 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
86372024-10-30T14:09:53.089Z[ host-image] Oct 30 14:09:52.389 INFO O| Oct 30 14:09:52.389 INFO STEP 14 (remove_files) COMPLETE
86382024-10-30T14:09:53.089Z[ host-image] Oct 30 14:09:52.389 INFO O| Oct 30 14:09:52.389 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86392024-10-30T14:09:53.097Z[ host-image] Oct 30 14:09:52.399 INFO O| Oct 30 14:09:52.398 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
86402024-10-30T14:09:53.103Z[ host-image] Oct 30 14:09:52.405 INFO O| Oct 30 14:09:52.405 INFO STEP 15 (remove_files) COMPLETE
86412024-10-30T14:09:53.103Z[ host-image] Oct 30 14:09:52.405 INFO O| Oct 30 14:09:52.405 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86422024-10-30T14:09:53.114Z[ host-image] Oct 30 14:09:52.415 INFO O| Oct 30 14:09:52.415 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
86432024-10-30T14:09:53.116Z[ host-image] Oct 30 14:09:52.416 INFO O| Oct 30 14:09:52.416 INFO STEP 16 (remove_files) COMPLETE
86442024-10-30T14:09:53.116Z[ host-image] Oct 30 14:09:52.416 INFO O| Oct 30 14:09:52.416 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86452024-10-30T14:09:53.124Z[ host-image] Oct 30 14:09:52.426 INFO O| Oct 30 14:09:52.426 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
86462024-10-30T14:09:53.127Z[ host-image] Oct 30 14:09:52.427 INFO O| Oct 30 14:09:52.427 INFO STEP 17 (remove_files) COMPLETE
86472024-10-30T14:09:53.127Z[ host-image] Oct 30 14:09:52.427 INFO O| Oct 30 14:09:52.427 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86482024-10-30T14:09:53.136Z[ host-image] Oct 30 14:09:52.437 INFO O| Oct 30 14:09:52.437 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
86492024-10-30T14:09:53.138Z[ host-image] Oct 30 14:09:52.437 INFO O| Oct 30 14:09:52.437 INFO STEP 18 (remove_files) COMPLETE
86502024-10-30T14:09:53.138Z[ host-image] Oct 30 14:09:52.437 INFO O| Oct 30 14:09:52.437 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86512024-10-30T14:09:53.148Z[ host-image] Oct 30 14:09:52.450 INFO O| Oct 30 14:09:52.450 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
86522024-10-30T14:09:53.151Z[ host-image] Oct 30 14:09:52.450 INFO O| Oct 30 14:09:52.450 INFO STEP 19 (remove_files) COMPLETE
86532024-10-30T14:09:53.151Z[ host-image] Oct 30 14:09:52.450 INFO O| Oct 30 14:09:52.450 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86542024-10-30T14:09:53.153Z[ recovery-image] Oct 30 14:09:52.454 INFO E| Compiling bitstruct_derive v0.1.0
86552024-10-30T14:09:53.160Z[ host-image] Oct 30 14:09:52.462 INFO O| Oct 30 14:09:52.462 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
86562024-10-30T14:09:53.161Z[ host-image] Oct 30 14:09:52.462 INFO O| Oct 30 14:09:52.462 INFO STEP 20 (remove_files) COMPLETE
86572024-10-30T14:09:53.163Z[ host-image] Oct 30 14:09:52.462 INFO O| Oct 30 14:09:52.462 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86582024-10-30T14:09:53.171Z[ host-image] Oct 30 14:09:52.473 INFO O| Oct 30 14:09:52.473 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
86592024-10-30T14:09:53.171Z[ host-image] Oct 30 14:09:52.473 INFO O| Oct 30 14:09:52.473 INFO STEP 21 (remove_files) COMPLETE
86602024-10-30T14:09:53.174Z[ host-image] Oct 30 14:09:52.473 INFO O| Oct 30 14:09:52.473 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86612024-10-30T14:09:53.181Z[ host-image] Oct 30 14:09:52.482 INFO O| Oct 30 14:09:52.482 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
86622024-10-30T14:09:53.181Z[ host-image] Oct 30 14:09:52.482 INFO O| Oct 30 14:09:52.482 INFO STEP 22 (remove_files) COMPLETE
86632024-10-30T14:09:53.183Z[ host-image] Oct 30 14:09:52.483 INFO O| Oct 30 14:09:52.482 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86642024-10-30T14:09:53.191Z[ host-image] Oct 30 14:09:52.493 INFO O| Oct 30 14:09:52.493 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
86652024-10-30T14:09:53.191Z[ host-image] Oct 30 14:09:52.493 INFO O| Oct 30 14:09:52.493 INFO STEP 23 (remove_files) COMPLETE
86662024-10-30T14:09:53.194Z[ host-image] Oct 30 14:09:52.493 INFO O| Oct 30 14:09:52.493 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86672024-10-30T14:09:53.203Z[ host-image] Oct 30 14:09:52.505 INFO O| Oct 30 14:09:52.505 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
86682024-10-30T14:09:53.206Z[ host-image] Oct 30 14:09:52.505 INFO O| Oct 30 14:09:52.505 INFO STEP 24 (remove_files) COMPLETE
86692024-10-30T14:09:53.206Z[ host-image] Oct 30 14:09:52.505 INFO O| Oct 30 14:09:52.505 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86702024-10-30T14:09:53.217Z[ host-image] Oct 30 14:09:52.518 INFO O| Oct 30 14:09:52.518 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
86712024-10-30T14:09:53.220Z[ host-image] Oct 30 14:09:52.518 INFO O| Oct 30 14:09:52.518 INFO STEP 25 (remove_files) COMPLETE
86722024-10-30T14:09:53.220Z[ host-image] Oct 30 14:09:52.518 INFO O| Oct 30 14:09:52.518 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86732024-10-30T14:09:53.229Z[ host-image] Oct 30 14:09:52.530 INFO O| Oct 30 14:09:52.530 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
86742024-10-30T14:09:53.229Z[ host-image] Oct 30 14:09:52.530 INFO O| Oct 30 14:09:52.530 INFO STEP 26 (remove_files) COMPLETE
86752024-10-30T14:09:53.231Z[ host-image] Oct 30 14:09:52.530 INFO O| Oct 30 14:09:52.530 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86762024-10-30T14:09:53.241Z[ host-image] Oct 30 14:09:52.542 INFO O| Oct 30 14:09:52.542 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
86772024-10-30T14:09:53.241Z[ host-image] Oct 30 14:09:52.542 INFO O| Oct 30 14:09:52.542 INFO STEP 27 (remove_files) COMPLETE
86782024-10-30T14:09:53.243Z[ host-image] Oct 30 14:09:52.542 INFO O| Oct 30 14:09:52.542 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86792024-10-30T14:09:53.250Z[ host-image] Oct 30 14:09:52.551 INFO O| Oct 30 14:09:52.551 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
86802024-10-30T14:09:53.250Z[ host-image] Oct 30 14:09:52.552 INFO O| Oct 30 14:09:52.551 INFO STEP 28 (remove_files) COMPLETE
86812024-10-30T14:09:53.250Z[ host-image] Oct 30 14:09:52.552 INFO O| Oct 30 14:09:52.552 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86822024-10-30T14:09:53.260Z[ host-image] Oct 30 14:09:52.561 INFO O| Oct 30 14:09:52.561 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
86832024-10-30T14:09:53.260Z[ host-image] Oct 30 14:09:52.561 INFO O| Oct 30 14:09:52.561 INFO STEP 29 (remove_files) COMPLETE
86842024-10-30T14:09:53.260Z[ host-image] Oct 30 14:09:52.561 INFO O| Oct 30 14:09:52.561 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86852024-10-30T14:09:53.270Z[ host-image] Oct 30 14:09:52.571 INFO O| Oct 30 14:09:52.571 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
86862024-10-30T14:09:53.270Z[ host-image] Oct 30 14:09:52.571 INFO O| Oct 30 14:09:52.571 INFO STEP 30 (remove_files) COMPLETE
86872024-10-30T14:09:53.272Z[ host-image] Oct 30 14:09:52.571 INFO O| Oct 30 14:09:52.571 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86882024-10-30T14:09:53.282Z[ host-image] Oct 30 14:09:52.584 INFO O| Oct 30 14:09:52.584 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
86892024-10-30T14:09:53.285Z[ host-image] Oct 30 14:09:52.584 INFO O| Oct 30 14:09:52.584 INFO STEP 31 (remove_files) COMPLETE
86902024-10-30T14:09:53.285Z[ host-image] Oct 30 14:09:52.584 INFO O| Oct 30 14:09:52.584 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86912024-10-30T14:09:53.295Z[ host-image] Oct 30 14:09:52.596 INFO O| Oct 30 14:09:52.596 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
86922024-10-30T14:09:53.295Z[ host-image] Oct 30 14:09:52.596 INFO O| Oct 30 14:09:52.596 INFO STEP 32 (remove_files) COMPLETE
86932024-10-30T14:09:53.295Z[ host-image] Oct 30 14:09:52.596 INFO O| Oct 30 14:09:52.596 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86942024-10-30T14:09:53.305Z[ host-image] Oct 30 14:09:52.606 INFO O| Oct 30 14:09:52.606 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
86952024-10-30T14:09:53.305Z[ host-image] Oct 30 14:09:52.606 INFO O| Oct 30 14:09:52.606 INFO STEP 33 (remove_files) COMPLETE
86962024-10-30T14:09:53.307Z[ host-image] Oct 30 14:09:52.606 INFO O| Oct 30 14:09:52.606 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86972024-10-30T14:09:53.315Z[ host-image] Oct 30 14:09:52.616 INFO O| Oct 30 14:09:52.616 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
86982024-10-30T14:09:53.315Z[ host-image] Oct 30 14:09:52.616 INFO O| Oct 30 14:09:52.616 INFO STEP 34 (remove_files) COMPLETE
86992024-10-30T14:09:53.317Z[ host-image] Oct 30 14:09:52.616 INFO O| Oct 30 14:09:52.616 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87002024-10-30T14:09:53.326Z[ host-image] Oct 30 14:09:52.627 INFO O| Oct 30 14:09:52.627 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
87012024-10-30T14:09:53.326Z[ host-image] Oct 30 14:09:52.627 INFO O| Oct 30 14:09:52.627 INFO STEP 35 (remove_files) COMPLETE
87022024-10-30T14:09:53.328Z[ host-image] Oct 30 14:09:52.627 INFO O| Oct 30 14:09:52.627 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87032024-10-30T14:09:53.335Z[ host-image] Oct 30 14:09:52.637 INFO O| Oct 30 14:09:52.637 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
87042024-10-30T14:09:53.338Z[ host-image] Oct 30 14:09:52.637 INFO O| Oct 30 14:09:52.637 INFO STEP 36 (remove_files) COMPLETE
87052024-10-30T14:09:53.338Z[ host-image] Oct 30 14:09:52.637 INFO O| Oct 30 14:09:52.637 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87062024-10-30T14:09:53.345Z[ host-image] Oct 30 14:09:52.646 INFO O| Oct 30 14:09:52.646 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
87072024-10-30T14:09:53.345Z[ host-image] Oct 30 14:09:52.647 INFO O| Oct 30 14:09:52.646 INFO STEP 37 (remove_files) COMPLETE
87082024-10-30T14:09:53.348Z[ host-image] Oct 30 14:09:52.647 INFO O| Oct 30 14:09:52.647 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87092024-10-30T14:09:53.355Z[ host-image] Oct 30 14:09:52.656 INFO O| Oct 30 14:09:52.656 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
87102024-10-30T14:09:53.355Z[ host-image] Oct 30 14:09:52.656 INFO O| Oct 30 14:09:52.656 INFO STEP 38 (remove_files) COMPLETE
87112024-10-30T14:09:53.358Z[ host-image] Oct 30 14:09:52.656 INFO O| Oct 30 14:09:52.656 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87122024-10-30T14:09:53.364Z[ host-image] Oct 30 14:09:52.666 INFO O| Oct 30 14:09:52.666 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
87132024-10-30T14:09:53.365Z[ host-image] Oct 30 14:09:52.666 INFO O| Oct 30 14:09:52.666 INFO STEP 39 (remove_files) COMPLETE
87142024-10-30T14:09:53.368Z[ host-image] Oct 30 14:09:52.666 INFO O| Oct 30 14:09:52.666 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87152024-10-30T14:09:53.374Z[ host-image] Oct 30 14:09:52.676 INFO O| Oct 30 14:09:52.676 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
87162024-10-30T14:09:53.374Z[ host-image] Oct 30 14:09:52.676 INFO O| Oct 30 14:09:52.676 INFO STEP 40 (remove_files) COMPLETE
87172024-10-30T14:09:53.377Z[ host-image] Oct 30 14:09:52.676 INFO O| Oct 30 14:09:52.676 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87182024-10-30T14:09:53.384Z[ host-image] Oct 30 14:09:52.686 INFO O| Oct 30 14:09:52.686 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
87192024-10-30T14:09:53.384Z[ host-image] Oct 30 14:09:52.686 INFO O| Oct 30 14:09:52.686 INFO STEP 41 (remove_files) COMPLETE
87202024-10-30T14:09:53.384Z[ host-image] Oct 30 14:09:52.686 INFO O| Oct 30 14:09:52.686 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87212024-10-30T14:09:53.394Z[ host-image] Oct 30 14:09:52.695 INFO O| Oct 30 14:09:52.695 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
87222024-10-30T14:09:53.394Z[ host-image] Oct 30 14:09:52.696 INFO O| Oct 30 14:09:52.696 INFO STEP 42 (remove_files) COMPLETE
87232024-10-30T14:09:53.394Z[ host-image] Oct 30 14:09:52.696 INFO O| Oct 30 14:09:52.696 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87242024-10-30T14:09:53.404Z[ host-image] Oct 30 14:09:52.705 INFO O| Oct 30 14:09:52.705 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
87252024-10-30T14:09:53.407Z[ host-image] Oct 30 14:09:52.705 INFO O| Oct 30 14:09:52.705 INFO STEP 43 (remove_files) COMPLETE
87262024-10-30T14:09:53.407Z[ host-image] Oct 30 14:09:52.706 INFO O| Oct 30 14:09:52.705 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87272024-10-30T14:09:53.415Z[ host-image] Oct 30 14:09:52.716 INFO O| Oct 30 14:09:52.716 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
87282024-10-30T14:09:53.415Z[ host-image] Oct 30 14:09:52.716 INFO O| Oct 30 14:09:52.716 INFO STEP 44 (remove_files) COMPLETE
87292024-10-30T14:09:53.417Z[ host-image] Oct 30 14:09:52.716 INFO O| Oct 30 14:09:52.716 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87302024-10-30T14:09:53.425Z[ host-image] Oct 30 14:09:52.727 INFO O| Oct 30 14:09:52.726 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
87312024-10-30T14:09:53.425Z[ host-image] Oct 30 14:09:52.727 INFO O| Oct 30 14:09:52.727 INFO STEP 45 (remove_files) COMPLETE
87322024-10-30T14:09:53.428Z[ host-image] Oct 30 14:09:52.727 INFO O| Oct 30 14:09:52.727 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87332024-10-30T14:09:53.438Z[ host-image] Oct 30 14:09:52.739 INFO O| Oct 30 14:09:52.739 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
87342024-10-30T14:09:53.438Z[ host-image] Oct 30 14:09:52.739 INFO O| Oct 30 14:09:52.739 INFO STEP 46 (remove_files) COMPLETE
87352024-10-30T14:09:53.440Z[ host-image] Oct 30 14:09:52.739 INFO O| Oct 30 14:09:52.739 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87362024-10-30T14:09:53.449Z[ host-image] Oct 30 14:09:52.750 INFO O| Oct 30 14:09:52.750 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
87372024-10-30T14:09:53.449Z[ host-image] Oct 30 14:09:52.750 INFO O| Oct 30 14:09:52.750 INFO STEP 47 (remove_files) COMPLETE
87382024-10-30T14:09:53.451Z[ host-image] Oct 30 14:09:52.750 INFO O| Oct 30 14:09:52.750 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87392024-10-30T14:09:53.459Z[ host-image] Oct 30 14:09:52.760 INFO O| Oct 30 14:09:52.760 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
87402024-10-30T14:09:53.459Z[ host-image] Oct 30 14:09:52.761 INFO O| Oct 30 14:09:52.760 INFO STEP 48 (remove_files) COMPLETE
87412024-10-30T14:09:53.462Z[ host-image] Oct 30 14:09:52.761 INFO O| Oct 30 14:09:52.761 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87422024-10-30T14:09:53.469Z[ host-image] Oct 30 14:09:52.771 INFO O| Oct 30 14:09:52.771 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
87432024-10-30T14:09:53.472Z[ host-image] Oct 30 14:09:52.771 INFO O| Oct 30 14:09:52.771 INFO STEP 49 (remove_files) COMPLETE
87442024-10-30T14:09:53.472Z[ host-image] Oct 30 14:09:52.771 INFO O| Oct 30 14:09:52.771 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87452024-10-30T14:09:53.484Z[ host-image] Oct 30 14:09:52.785 INFO O| Oct 30 14:09:52.785 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
87462024-10-30T14:09:53.484Z[ host-image] Oct 30 14:09:52.785 INFO O| Oct 30 14:09:52.785 INFO STEP 50 (remove_files) COMPLETE
87472024-10-30T14:09:53.487Z[ host-image] Oct 30 14:09:52.785 INFO O| Oct 30 14:09:52.785 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87482024-10-30T14:09:53.499Z[ host-image] Oct 30 14:09:52.800 INFO O| Oct 30 14:09:52.800 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
87492024-10-30T14:09:53.499Z[ host-image] Oct 30 14:09:52.800 INFO O| Oct 30 14:09:52.800 INFO STEP 51 (remove_files) COMPLETE
87502024-10-30T14:09:53.499Z[ host-image] Oct 30 14:09:52.800 INFO O| Oct 30 14:09:52.800 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87512024-10-30T14:09:53.513Z[ host-image] Oct 30 14:09:52.815 INFO O| Oct 30 14:09:52.815 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
87522024-10-30T14:09:53.513Z[ host-image] Oct 30 14:09:52.815 INFO O| Oct 30 14:09:52.815 INFO STEP 52 (remove_files) COMPLETE
87532024-10-30T14:09:53.516Z[ host-image] Oct 30 14:09:52.815 INFO O| Oct 30 14:09:52.815 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87542024-10-30T14:09:53.526Z[ host-image] Oct 30 14:09:52.827 INFO O| Oct 30 14:09:52.827 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
87552024-10-30T14:09:53.526Z[ host-image] Oct 30 14:09:52.827 INFO O| Oct 30 14:09:52.827 INFO STEP 53 (remove_files) COMPLETE
87562024-10-30T14:09:53.529Z[ host-image] Oct 30 14:09:52.827 INFO O| Oct 30 14:09:52.827 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87572024-10-30T14:09:53.536Z[ host-image] Oct 30 14:09:52.837 INFO O| Oct 30 14:09:52.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
87582024-10-30T14:09:53.536Z[ host-image] Oct 30 14:09:52.837 INFO O| Oct 30 14:09:52.837 INFO STEP 54 (remove_files) COMPLETE
87592024-10-30T14:09:53.538Z[ host-image] Oct 30 14:09:52.837 INFO O| Oct 30 14:09:52.837 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87602024-10-30T14:09:53.546Z[ host-image] Oct 30 14:09:52.848 INFO O| Oct 30 14:09:52.847 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
87612024-10-30T14:09:53.549Z[ host-image] Oct 30 14:09:52.848 INFO O| Oct 30 14:09:52.848 INFO STEP 55 (remove_files) COMPLETE
87622024-10-30T14:09:53.549Z[ host-image] Oct 30 14:09:52.848 INFO O| Oct 30 14:09:52.848 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87632024-10-30T14:09:53.556Z[ host-image] Oct 30 14:09:52.858 INFO O| Oct 30 14:09:52.858 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
87642024-10-30T14:09:53.556Z[ host-image] Oct 30 14:09:52.858 INFO O| Oct 30 14:09:52.858 INFO STEP 56 (remove_files) COMPLETE
87652024-10-30T14:09:53.559Z[ host-image] Oct 30 14:09:52.858 INFO O| Oct 30 14:09:52.858 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87662024-10-30T14:09:53.567Z[ host-image] Oct 30 14:09:52.868 INFO O| Oct 30 14:09:52.868 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
87672024-10-30T14:09:53.567Z[ host-image] Oct 30 14:09:52.868 INFO O| Oct 30 14:09:52.868 INFO STEP 57 (remove_files) COMPLETE
87682024-10-30T14:09:53.570Z[ host-image] Oct 30 14:09:52.868 INFO O| Oct 30 14:09:52.868 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87692024-10-30T14:09:53.577Z[ host-image] Oct 30 14:09:52.879 INFO O| Oct 30 14:09:52.878 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
87702024-10-30T14:09:53.577Z[ host-image] Oct 30 14:09:52.879 INFO O| Oct 30 14:09:52.879 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
87712024-10-30T14:09:53.580Z[ host-image] Oct 30 14:09:52.879 INFO O| Oct 30 14:09:52.879 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87722024-10-30T14:09:53.580Z[ host-image] Oct 30 14:09:52.879 INFO O| Oct 30 14:09:52.879 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87732024-10-30T14:09:53.580Z[ host-image] Oct 30 14:09:52.879 INFO O| Oct 30 14:09:52.879 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87742024-10-30T14:09:53.580Z[ host-image] Oct 30 14:09:52.879 INFO O| Oct 30 14:09:52.879 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87752024-10-30T14:09:53.580Z[ host-image] Oct 30 14:09:52.879 INFO O| Oct 30 14:09:52.879 INFO ok!
87762024-10-30T14:09:53.580Z[ host-image] Oct 30 14:09:52.879 INFO O| Oct 30 14:09:52.879 INFO STEP 58 (ensure_file) COMPLETE
87772024-10-30T14:09:53.580Z[ host-image] Oct 30 14:09:52.879 INFO O| Oct 30 14:09:52.879 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87782024-10-30T14:09:53.588Z[ host-image] Oct 30 14:09:52.889 INFO O| Oct 30 14:09:52.889 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
87792024-10-30T14:09:53.588Z[ host-image] Oct 30 14:09:52.889 INFO O| Oct 30 14:09:52.889 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
87802024-10-30T14:09:53.591Z[ host-image] Oct 30 14:09:52.889 INFO O| Oct 30 14:09:52.889 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87812024-10-30T14:09:53.591Z[ host-image] Oct 30 14:09:52.889 INFO O| Oct 30 14:09:52.889 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87822024-10-30T14:09:53.591Z[ host-image] Oct 30 14:09:52.889 INFO O| Oct 30 14:09:52.889 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87832024-10-30T14:09:53.591Z[ host-image] Oct 30 14:09:52.889 INFO O| Oct 30 14:09:52.889 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87842024-10-30T14:09:53.591Z[ host-image] Oct 30 14:09:52.889 INFO O| Oct 30 14:09:52.889 INFO ok!
87852024-10-30T14:09:53.591Z[ host-image] Oct 30 14:09:52.889 INFO O| Oct 30 14:09:52.889 INFO STEP 59 (ensure_file) COMPLETE
87862024-10-30T14:09:53.591Z[ host-image] Oct 30 14:09:52.889 INFO O| Oct 30 14:09:52.889 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87872024-10-30T14:09:53.601Z[ host-image] Oct 30 14:09:52.899 INFO O| Oct 30 14:09:52.899 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
87882024-10-30T14:09:53.601Z[ host-image] Oct 30 14:09:52.899 INFO O| Oct 30 14:09:52.899 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
87892024-10-30T14:09:53.601Z[ host-image] Oct 30 14:09:52.900 INFO O| Oct 30 14:09:52.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
87902024-10-30T14:09:53.606Z[ host-image] Oct 30 14:09:52.900 INFO O| Oct 30 14:09:52.900 INFO ok!
87912024-10-30T14:09:53.606Z[ host-image] Oct 30 14:09:52.900 INFO O| Oct 30 14:09:52.900 INFO STEP 60 (ensure_file) COMPLETE
87922024-10-30T14:09:53.606Z[ host-image] Oct 30 14:09:52.900 INFO O| Oct 30 14:09:52.900 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87932024-10-30T14:09:53.611Z[ host-image] Oct 30 14:09:52.910 INFO O| Oct 30 14:09:52.910 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
87942024-10-30T14:09:53.611Z[ host-image] Oct 30 14:09:52.910 INFO O| Oct 30 14:09:52.910 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
87952024-10-30T14:09:53.611Z[ host-image] Oct 30 14:09:52.910 INFO O| Oct 30 14:09:52.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
87962024-10-30T14:09:53.611Z[ host-image] Oct 30 14:09:52.910 INFO O| Oct 30 14:09:52.910 INFO ok!
87972024-10-30T14:09:53.611Z[ host-image] Oct 30 14:09:52.910 INFO O| Oct 30 14:09:52.910 INFO STEP 61 (ensure_file) COMPLETE
87982024-10-30T14:09:53.611Z[ host-image] Oct 30 14:09:52.910 INFO O| Oct 30 14:09:52.910 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87992024-10-30T14:09:53.619Z[ host-image] Oct 30 14:09:52.920 INFO O| Oct 30 14:09:52.920 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
88002024-10-30T14:09:53.619Z[ host-image] Oct 30 14:09:52.920 INFO O| Oct 30 14:09:52.920 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
88012024-10-30T14:09:53.622Z[ host-image] Oct 30 14:09:52.921 INFO O| Oct 30 14:09:52.920 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88022024-10-30T14:09:53.622Z[ host-image] Oct 30 14:09:52.921 INFO O| Oct 30 14:09:52.921 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88032024-10-30T14:09:53.622Z[ host-image] Oct 30 14:09:52.921 INFO O| Oct 30 14:09:52.921 INFO ok!
88042024-10-30T14:09:53.622Z[ host-image] Oct 30 14:09:52.921 INFO O| Oct 30 14:09:52.921 INFO STEP 62 (ensure_file) COMPLETE
88052024-10-30T14:09:53.622Z[ host-image] Oct 30 14:09:52.921 INFO O| Oct 30 14:09:52.921 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88062024-10-30T14:09:53.629Z[ host-image] Oct 30 14:09:52.931 INFO O| Oct 30 14:09:52.931 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
88072024-10-30T14:09:53.630Z[ host-image] Oct 30 14:09:52.931 INFO O| Oct 30 14:09:52.931 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
88082024-10-30T14:09:53.632Z[ host-image] Oct 30 14:09:52.931 INFO O| Oct 30 14:09:52.931 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88092024-10-30T14:09:53.632Z[ host-image] Oct 30 14:09:52.931 INFO O| Oct 30 14:09:52.931 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88102024-10-30T14:09:53.632Z[ host-image] Oct 30 14:09:52.931 INFO O| Oct 30 14:09:52.931 INFO ok!
88112024-10-30T14:09:53.632Z[ host-image] Oct 30 14:09:52.931 INFO O| Oct 30 14:09:52.931 INFO STEP 63 (ensure_file) COMPLETE
88122024-10-30T14:09:53.632Z[ host-image] Oct 30 14:09:52.931 INFO O| Oct 30 14:09:52.931 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88132024-10-30T14:09:53.640Z[ host-image] Oct 30 14:09:52.942 INFO O| Oct 30 14:09:52.942 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
88142024-10-30T14:09:53.640Z[ host-image] Oct 30 14:09:52.942 INFO O| Oct 30 14:09:52.942 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
88152024-10-30T14:09:53.643Z[ host-image] Oct 30 14:09:52.942 INFO O| Oct 30 14:09:52.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
88162024-10-30T14:09:53.643Z[ host-image] Oct 30 14:09:52.942 INFO O| Oct 30 14:09:52.942 INFO ok!
88172024-10-30T14:09:53.643Z[ host-image] Oct 30 14:09:52.942 INFO O| Oct 30 14:09:52.942 INFO STEP 64 (assemble_files) COMPLETE
88182024-10-30T14:09:53.643Z[ host-image] Oct 30 14:09:52.942 INFO O| Oct 30 14:09:52.942 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88192024-10-30T14:09:53.652Z[ host-image] Oct 30 14:09:52.953 INFO O| Oct 30 14:09:52.953 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
88202024-10-30T14:09:53.652Z[ host-image] Oct 30 14:09:52.953 INFO O| Oct 30 14:09:52.953 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
88212024-10-30T14:09:53.655Z[ host-image] Oct 30 14:09:52.953 INFO O| Oct 30 14:09:52.953 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88222024-10-30T14:09:53.655Z[ host-image] Oct 30 14:09:52.954 INFO O| Oct 30 14:09:52.953 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88232024-10-30T14:09:53.655Z[ host-image] Oct 30 14:09:52.954 INFO O| Oct 30 14:09:52.954 INFO ok!
88242024-10-30T14:09:53.655Z[ host-image] Oct 30 14:09:52.954 INFO O| Oct 30 14:09:52.954 INFO STEP 65 (ensure_file) COMPLETE
88252024-10-30T14:09:53.655Z[ host-image] Oct 30 14:09:52.954 INFO O| Oct 30 14:09:52.954 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88262024-10-30T14:09:53.664Z[ host-image] Oct 30 14:09:52.965 INFO O| Oct 30 14:09:52.965 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88272024-10-30T14:09:53.666Z[ host-image] Oct 30 14:09:52.965 INFO O| Oct 30 14:09:52.965 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88282024-10-30T14:09:53.666Z[ host-image] Oct 30 14:09:52.965 INFO O| Oct 30 14:09:52.965 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88292024-10-30T14:09:53.666Z[ host-image] Oct 30 14:09:52.965 INFO O| Oct 30 14:09:52.965 INFO STEP 66 (ensure_dir) COMPLETE
88302024-10-30T14:09:53.666Z[ host-image] Oct 30 14:09:52.965 INFO O| Oct 30 14:09:52.965 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88312024-10-30T14:09:53.676Z[ host-image] Oct 30 14:09:52.977 INFO O| Oct 30 14:09:52.977 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
88322024-10-30T14:09:53.676Z[ host-image] Oct 30 14:09:52.977 INFO O| Oct 30 14:09:52.977 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 ...
88332024-10-30T14:09:53.683Z[ host-image] Oct 30 14:09:52.984 INFO O| Oct 30 14:09:52.984 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
88342024-10-30T14:09:53.683Z[ host-image] Oct 30 14:09:52.984 INFO O| Oct 30 14:09:52.984 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
88352024-10-30T14:09:53.685Z[ host-image] Oct 30 14:09:52.984 INFO O| Oct 30 14:09:52.984 INFO ok!
88362024-10-30T14:09:53.685Z[ host-image] Oct 30 14:09:52.984 INFO O| Oct 30 14:09:52.984 INFO STEP 67 (ensure_file) COMPLETE
88372024-10-30T14:09:53.685Z[ host-image] Oct 30 14:09:52.984 INFO O| Oct 30 14:09:52.984 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88382024-10-30T14:09:53.695Z[ host-image] Oct 30 14:09:52.996 INFO O| Oct 30 14:09:52.996 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
88392024-10-30T14:09:53.695Z[ host-image] Oct 30 14:09:52.996 INFO O| Oct 30 14:09:52.996 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 ...
88402024-10-30T14:09:53.697Z[ host-image] Oct 30 14:09:52.996 INFO O| Oct 30 14:09:52.996 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
88412024-10-30T14:09:53.697Z[ host-image] Oct 30 14:09:52.996 INFO O| Oct 30 14:09:52.996 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
88422024-10-30T14:09:53.697Z[ host-image] Oct 30 14:09:52.996 INFO O| Oct 30 14:09:52.996 INFO ok!
88432024-10-30T14:09:53.697Z[ host-image] Oct 30 14:09:52.996 INFO O| Oct 30 14:09:52.996 INFO STEP 68 (ensure_file) COMPLETE
88442024-10-30T14:09:53.697Z[ host-image] Oct 30 14:09:52.996 INFO O| Oct 30 14:09:52.996 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88452024-10-30T14:09:53.719Z[ host-image] Oct 30 14:09:53.014 INFO O| Oct 30 14:09:53.014 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
88462024-10-30T14:09:53.732Z[ host-image] Oct 30 14:09:53.014 INFO O| Oct 30 14:09:53.014 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
88472024-10-30T14:09:55.752Z[ host-image] Oct 30 14:09:55.053 INFO O| Oct 30 14:09:55.053 INFO STEP 69 (pack_tar) COMPLETE
88482024-10-30T14:09:55.755Z[ host-image] Oct 30 14:09:55.053 INFO O| Oct 30 14:09:55.053 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88492024-10-30T14:09:55.755Z[ host-image] Oct 30 14:09:55.053 INFO O| Oct 30 14:09:55.053 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
88502024-10-30T14:09:56.010Z[ host-image] Oct 30 14:09:55.311 INFO O| Oct 30 14:09:55.311 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88512024-10-30T14:09:56.059Z[ host-image] Oct 30 14:09:55.359 INFO O| Oct 30 14:09:55.359 INFO completed processing gimlet/ramdisk-02-trim
88522024-10-30T14:09:56.061Z[ host-image] Oct 30 14:09:55.361 INFO image builder template: zfs...
88532024-10-30T14:09:56.061Z[ host-image] Oct 30 14:09:55.362 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/.tmpkhtB9N/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
88542024-10-30T14:09:56.074Z[ host-image] Oct 30 14:09:55.376 INFO O| Oct 30 14:09:55.375 INFO skip include "stress" because feature "stress" is not enabled
88552024-10-30T14:09:56.106Z[ host-image] Oct 30 14:09:55.408 INFO O| Oct 30 14:09:55.407 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
88562024-10-30T14:09:56.111Z[ host-image] Oct 30 14:09:55.412 INFO O| Oct 30 14:09:55.412 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
88572024-10-30T14:09:56.152Z[ host-image] Oct 30 14:09:55.453 INFO O| Oct 30 14:09:55.453 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
88582024-10-30T14:09:56.189Z[ host-image] Oct 30 14:09:55.490 INFO O| Oct 30 14:09:55.490 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
88592024-10-30T14:09:56.189Z[ host-image] Oct 30 14:09:55.490 INFO O| Oct 30 14:09:55.490 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
88602024-10-30T14:09:56.193Z[ host-image] Oct 30 14:09:55.494 INFO O| Oct 30 14:09:55.494 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
88612024-10-30T14:09:56.239Z[ host-image] Oct 30 14:09:55.540 INFO O| Oct 30 14:09:55.540 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
88622024-10-30T14:09:56.277Z[ host-image] Oct 30 14:09:55.578 INFO O| Oct 30 14:09:55.578 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
88632024-10-30T14:09:56.286Z[ host-image] Oct 30 14:09:55.587 INFO O| Oct 30 14:09:55.587 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88642024-10-30T14:09:56.291Z[ host-image] Oct 30 14:09:55.592 INFO O| Oct 30 14:09:55.592 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
88652024-10-30T14:09:56.293Z[ host-image] Oct 30 14:09:55.592 INFO O| Oct 30 14:09:55.592 INFO no lofi found
88662024-10-30T14:09:56.293Z[ host-image] Oct 30 14:09:55.592 INFO O| Oct 30 14:09:55.592 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
88672024-10-30T14:09:56.293Z[ host-image] Oct 30 14:09:55.592 INFO O| Oct 30 14:09:55.592 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88682024-10-30T14:09:57.708Z[ host-image] Oct 30 14:09:57.009 INFO O| Oct 30 14:09:57.009 INFO lofi device = /dev/dsk/c2t1d0p0
88692024-10-30T14:09:57.708Z[ host-image] Oct 30 14:09:57.009 INFO O| Oct 30 14:09:57.009 INFO pool device = /dev/dsk/c2t1d0p0
88702024-10-30T14:09:57.712Z[ host-image] Oct 30 14:09:57.009 INFO O| Oct 30 14:09:57.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"]
88712024-10-30T14:09:57.788Z[ host-image] Oct 30 14:09:57.089 INFO O| Oct 30 14:09:57.089 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88722024-10-30T14:09:57.789Z[ host-image] Oct 30 14:09:57.089 INFO O| Oct 30 14:09:57.089 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
88732024-10-30T14:09:57.810Z[ host-image] Oct 30 14:09:57.111 INFO O| Oct 30 14:09:57.111 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
88742024-10-30T14:09:57.867Z[ host-image] Oct 30 14:09:57.168 INFO O| Oct 30 14:09:57.168 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
88752024-10-30T14:09:57.904Z[ host-image] Oct 30 14:09:57.205 INFO O| Oct 30 14:09:57.205 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
88762024-10-30T14:09:57.918Z[ host-image] Oct 30 14:09:57.218 INFO O| Oct 30 14:09:57.218 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
88772024-10-30T14:09:57.928Z[ host-image] Oct 30 14:09:57.229 INFO O| Oct 30 14:09:57.229 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
88782024-10-30T14:09:57.977Z[ host-image] Oct 30 14:09:57.278 INFO O| Oct 30 14:09:57.278 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
88792024-10-30T14:09:57.977Z[ host-image] Oct 30 14:09:57.278 INFO O| Oct 30 14:09:57.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
88802024-10-30T14:09:57.980Z[ host-image] Oct 30 14:09:57.278 INFO O| Oct 30 14:09:57.278 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
88812024-10-30T14:09:57.986Z[ host-image] Oct 30 14:09:57.287 INFO O| Oct 30 14:09:57.287 INFO boot environment UUID: df8aa77d-eb11-459d-b7e9-9f9708970aed
88822024-10-30T14:09:57.986Z[ host-image] Oct 30 14:09:57.287 INFO O| Oct 30 14:09:57.287 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = df8aa77d-eb11-459d-b7e9-9f9708970aed
88832024-10-30T14:09:57.997Z[ host-image] Oct 30 14:09:57.298 INFO O| Oct 30 14:09:57.297 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88842024-10-30T14:09:58.007Z[ host-image] Oct 30 14:09:57.308 INFO O| Oct 30 14:09:57.308 INFO STEP 0 (create_be) COMPLETE
88852024-10-30T14:09:58.010Z[ host-image] Oct 30 14:09:57.308 INFO O| Oct 30 14:09:57.308 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88862024-10-30T14:09:58.021Z[ host-image] Oct 30 14:09:57.322 INFO O| Oct 30 14:09:57.322 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
88872024-10-30T14:10:07.456Z[ recovery-image] Oct 30 14:10:06.756 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)
88882024-10-30T14:10:10.363Z[ recovery-image] Oct 30 14:10:09.659 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)
88892024-10-30T14:10:14.744Z[ recovery-image] Oct 30 14:10:14.038 INFO E| Compiling bitflags v1.3.2
88902024-10-30T14:10:14.748Z[ recovery-image] Oct 30 14:10:14.038 INFO E| Compiling adler2 v2.0.0
88912024-10-30T14:10:14.748Z[ recovery-image] Oct 30 14:10:14.038 INFO E| Compiling plain v0.2.3
88922024-10-30T14:10:14.752Z[ recovery-image] Oct 30 14:10:14.038 INFO E| Compiling bit_field v0.10.2
88932024-10-30T14:10:14.752Z[ recovery-image] Oct 30 14:10:14.038 INFO E| Compiling log v0.4.22
88942024-10-30T14:10:14.752Z[ recovery-image] Oct 30 14:10:14.038 INFO E| Compiling scroll v0.12.0
88952024-10-30T14:10:14.752Z[ recovery-image] Oct 30 14:10:14.038 INFO E| Compiling bitstruct v0.1.1
88962024-10-30T14:10:14.907Z[ recovery-image] Oct 30 14:10:14.206 INFO E| Compiling raw-cpuid v10.7.0
88972024-10-30T14:10:14.984Z[ recovery-image] Oct 30 14:10:14.280 INFO E| Compiling miniz_oxide v0.8.0
88982024-10-30T14:10:15.168Z[ recovery-image] Oct 30 14:10:14.466 INFO E| Compiling cpio_reader v0.1.1
88992024-10-30T14:10:15.236Z[ recovery-image] Oct 30 14:10:14.536 INFO E| Compiling static_assertions v1.1.0
89002024-10-30T14:10:15.792Z[ recovery-image] Oct 30 14:10:15.087 INFO E| Compiling goblin v0.8.2
89012024-10-30T14:10:20.048Z[ host-image] Oct 30 14:10:19.347 INFO O| Oct 30 14:10:19.347 INFO STEP 1 (unpack_tar) COMPLETE
89022024-10-30T14:10:20.048Z[ host-image] Oct 30 14:10:19.347 INFO O| Oct 30 14:10:19.347 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89032024-10-30T14:10:20.067Z[ host-image] Oct 30 14:10:19.365 INFO O| Oct 30 14:10:19.365 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
89042024-10-30T14:10:20.431Z[ host-image] Oct 30 14:10:19.730 INFO O| Oct 30 14:10:19.730 INFO STEP 2 (devfsadm) COMPLETE
89052024-10-30T14:10:20.431Z[ host-image] Oct 30 14:10:19.730 INFO O| Oct 30 14:10:19.730 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89062024-10-30T14:10:20.444Z[ host-image] Oct 30 14:10:19.742 INFO O| Oct 30 14:10:19.742 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89072024-10-30T14:10:20.444Z[ host-image] Oct 30 14:10:19.743 INFO O| Oct 30 14:10:19.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89082024-10-30T14:10:20.447Z[ host-image] Oct 30 14:10:19.743 INFO O| Oct 30 14:10:19.743 INFO STEP 3 (ensure_dir) COMPLETE
89092024-10-30T14:10:20.447Z[ host-image] Oct 30 14:10:19.743 INFO O| Oct 30 14:10:19.743 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89102024-10-30T14:10:20.455Z[ host-image] Oct 30 14:10:19.754 INFO O| Oct 30 14:10:19.754 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89112024-10-30T14:10:20.455Z[ host-image] Oct 30 14:10:19.754 INFO O| Oct 30 14:10:19.754 INFO STEP 4 (ensure_dir) COMPLETE
89122024-10-30T14:10:20.458Z[ host-image] Oct 30 14:10:19.754 INFO O| Oct 30 14:10:19.754 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89132024-10-30T14:10:20.466Z[ host-image] Oct 30 14:10:19.765 INFO O| Oct 30 14:10:19.765 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89142024-10-30T14:10:20.466Z[ host-image] Oct 30 14:10:19.765 INFO O| Oct 30 14:10:19.765 INFO STEP 5 (ensure_dir) COMPLETE
89152024-10-30T14:10:20.466Z[ host-image] Oct 30 14:10:19.765 INFO O| Oct 30 14:10:19.765 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89162024-10-30T14:10:20.476Z[ host-image] Oct 30 14:10:19.775 INFO O| Oct 30 14:10:19.775 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89172024-10-30T14:10:20.476Z[ host-image] Oct 30 14:10:19.775 INFO O| Oct 30 14:10:19.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89182024-10-30T14:10:20.479Z[ host-image] Oct 30 14:10:19.775 INFO O| Oct 30 14:10:19.775 INFO STEP 6 (ensure_dir) COMPLETE
89192024-10-30T14:10:20.479Z[ host-image] Oct 30 14:10:19.775 INFO O| Oct 30 14:10:19.775 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89202024-10-30T14:10:20.487Z[ host-image] Oct 30 14:10:19.786 INFO O| Oct 30 14:10:19.785 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89212024-10-30T14:10:20.487Z[ host-image] Oct 30 14:10:19.786 INFO O| Oct 30 14:10:19.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89222024-10-30T14:10:20.489Z[ host-image] Oct 30 14:10:19.786 INFO O| Oct 30 14:10:19.786 INFO STEP 7 (ensure_dir) COMPLETE
89232024-10-30T14:10:20.489Z[ host-image] Oct 30 14:10:19.786 INFO O| Oct 30 14:10:19.786 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89242024-10-30T14:10:20.497Z[ host-image] Oct 30 14:10:19.796 INFO O| Oct 30 14:10:19.796 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
89252024-10-30T14:10:20.500Z[ host-image] Oct 30 14:10:19.796 INFO O| Oct 30 14:10:19.796 INFO STEP 8 (remove_files) COMPLETE
89262024-10-30T14:10:20.500Z[ host-image] Oct 30 14:10:19.796 INFO O| Oct 30 14:10:19.796 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89272024-10-30T14:10:20.509Z[ host-image] Oct 30 14:10:19.808 INFO O| Oct 30 14:10:19.807 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
89282024-10-30T14:10:20.511Z[ host-image] Oct 30 14:10:19.808 INFO O| Oct 30 14:10:19.808 INFO STEP 9 (remove_files) COMPLETE
89292024-10-30T14:10:20.511Z[ host-image] Oct 30 14:10:19.808 INFO O| Oct 30 14:10:19.808 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89302024-10-30T14:10:20.520Z[ host-image] Oct 30 14:10:19.818 INFO O| Oct 30 14:10:19.818 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
89312024-10-30T14:10:20.522Z[ host-image] Oct 30 14:10:19.819 INFO O| Oct 30 14:10:19.819 INFO STEP 10 (remove_files) COMPLETE
89322024-10-30T14:10:20.522Z[ host-image] Oct 30 14:10:19.819 INFO O| Oct 30 14:10:19.819 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89332024-10-30T14:10:20.531Z[ host-image] Oct 30 14:10:19.830 INFO O| Oct 30 14:10:19.830 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
89342024-10-30T14:10:20.534Z[ host-image] Oct 30 14:10:19.830 INFO O| Oct 30 14:10:19.830 INFO STEP 11 (remove_files) COMPLETE
89352024-10-30T14:10:20.534Z[ host-image] Oct 30 14:10:19.830 INFO O| Oct 30 14:10:19.830 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89362024-10-30T14:10:20.541Z[ host-image] Oct 30 14:10:19.840 INFO O| Oct 30 14:10:19.840 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
89372024-10-30T14:10:20.544Z[ host-image] Oct 30 14:10:19.840 INFO O| Oct 30 14:10:19.840 INFO STEP 12 (remove_files) COMPLETE
89382024-10-30T14:10:20.544Z[ host-image] Oct 30 14:10:19.840 INFO O| Oct 30 14:10:19.840 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89392024-10-30T14:10:20.551Z[ host-image] Oct 30 14:10:19.849 INFO O| Oct 30 14:10:19.849 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89402024-10-30T14:10:20.553Z[ host-image] Oct 30 14:10:19.850 INFO O| Oct 30 14:10:19.850 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89412024-10-30T14:10:20.553Z[ host-image] Oct 30 14:10:19.850 INFO O| Oct 30 14:10:19.850 INFO STEP 13 (ensure_dir) COMPLETE
89422024-10-30T14:10:20.553Z[ host-image] Oct 30 14:10:19.850 INFO O| Oct 30 14:10:19.850 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89432024-10-30T14:10:20.560Z[ host-image] Oct 30 14:10:19.859 INFO O| Oct 30 14:10:19.859 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89442024-10-30T14:10:20.560Z[ host-image] Oct 30 14:10:19.859 INFO O| Oct 30 14:10:19.859 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89452024-10-30T14:10:20.563Z[ host-image] Oct 30 14:10:19.860 INFO O| Oct 30 14:10:19.859 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89462024-10-30T14:10:20.563Z[ host-image] Oct 30 14:10:19.860 INFO O| Oct 30 14:10:19.860 INFO STEP 14 (ensure_dir) COMPLETE
89472024-10-30T14:10:20.563Z[ host-image] Oct 30 14:10:19.860 INFO O| Oct 30 14:10:19.860 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89482024-10-30T14:10:20.570Z[ host-image] Oct 30 14:10:19.869 INFO O| Oct 30 14:10:19.869 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89492024-10-30T14:10:20.573Z[ host-image] Oct 30 14:10:19.869 INFO O| Oct 30 14:10:19.869 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89502024-10-30T14:10:20.573Z[ host-image] Oct 30 14:10:19.869 INFO O| Oct 30 14:10:19.869 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89512024-10-30T14:10:20.573Z[ host-image] Oct 30 14:10:19.869 INFO O| Oct 30 14:10:19.869 INFO STEP 15 (ensure_dir) COMPLETE
89522024-10-30T14:10:20.573Z[ host-image] Oct 30 14:10:19.869 INFO O| Oct 30 14:10:19.869 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89532024-10-30T14:10:20.580Z[ host-image] Oct 30 14:10:19.879 INFO O| Oct 30 14:10:19.879 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89542024-10-30T14:10:20.582Z[ host-image] Oct 30 14:10:19.879 INFO O| Oct 30 14:10:19.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89552024-10-30T14:10:20.582Z[ host-image] Oct 30 14:10:19.879 INFO O| Oct 30 14:10:19.879 INFO STEP 16 (ensure_dir) COMPLETE
89562024-10-30T14:10:20.582Z[ host-image] Oct 30 14:10:19.879 INFO O| Oct 30 14:10:19.879 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89572024-10-30T14:10:20.590Z[ host-image] Oct 30 14:10:19.888 INFO O| Oct 30 14:10:19.888 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89582024-10-30T14:10:20.590Z[ host-image] Oct 30 14:10:19.889 INFO O| Oct 30 14:10:19.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89592024-10-30T14:10:20.590Z[ host-image] Oct 30 14:10:19.889 INFO O| Oct 30 14:10:19.889 INFO STEP 17 (ensure_dir) COMPLETE
89602024-10-30T14:10:20.590Z[ host-image] Oct 30 14:10:19.889 INFO O| Oct 30 14:10:19.889 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89612024-10-30T14:10:20.599Z[ host-image] Oct 30 14:10:19.898 INFO O| Oct 30 14:10:19.898 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89622024-10-30T14:10:20.599Z[ host-image] Oct 30 14:10:19.898 INFO O| Oct 30 14:10:19.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
89632024-10-30T14:10:20.602Z[ host-image] Oct 30 14:10:19.898 INFO O| Oct 30 14:10:19.898 INFO ok!
89642024-10-30T14:10:20.602Z[ host-image] Oct 30 14:10:19.898 INFO O| Oct 30 14:10:19.898 INFO STEP 18 (ensure_symlink) COMPLETE
89652024-10-30T14:10:20.602Z[ host-image] Oct 30 14:10:19.898 INFO O| Oct 30 14:10:19.898 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89662024-10-30T14:10:20.609Z[ host-image] Oct 30 14:10:19.908 INFO O| Oct 30 14:10:19.908 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89672024-10-30T14:10:20.609Z[ host-image] Oct 30 14:10:19.908 INFO O| Oct 30 14:10:19.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89682024-10-30T14:10:20.612Z[ host-image] Oct 30 14:10:19.908 INFO O| Oct 30 14:10:19.908 INFO ok!
89692024-10-30T14:10:20.612Z[ host-image] Oct 30 14:10:19.908 INFO O| Oct 30 14:10:19.908 INFO STEP 19 (ensure_file) COMPLETE
89702024-10-30T14:10:20.612Z[ host-image] Oct 30 14:10:19.908 INFO O| Oct 30 14:10:19.908 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89712024-10-30T14:10:20.619Z[ host-image] Oct 30 14:10:19.917 INFO O| Oct 30 14:10:19.917 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89722024-10-30T14:10:20.619Z[ host-image] Oct 30 14:10:19.918 INFO O| Oct 30 14:10:19.917 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89732024-10-30T14:10:20.621Z[ host-image] Oct 30 14:10:19.918 INFO O| Oct 30 14:10:19.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
89742024-10-30T14:10:20.621Z[ host-image] Oct 30 14:10:19.918 INFO O| Oct 30 14:10:19.918 INFO ok!
89752024-10-30T14:10:20.621Z[ host-image] Oct 30 14:10:19.918 INFO O| Oct 30 14:10:19.918 INFO STEP 20 (ensure_symlink) COMPLETE
89762024-10-30T14:10:20.621Z[ host-image] Oct 30 14:10:19.918 INFO O| Oct 30 14:10:19.918 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89772024-10-30T14:10:20.628Z[ host-image] Oct 30 14:10:19.927 INFO O| Oct 30 14:10:19.927 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
89782024-10-30T14:10:20.631Z[ host-image] Oct 30 14:10:19.927 INFO O| Oct 30 14:10:19.927 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89792024-10-30T14:10:20.631Z[ host-image] Oct 30 14:10:19.928 INFO O| Oct 30 14:10:19.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
89802024-10-30T14:10:20.631Z[ host-image] Oct 30 14:10:19.928 INFO O| Oct 30 14:10:19.927 INFO ok!
89812024-10-30T14:10:20.631Z[ host-image] Oct 30 14:10:19.928 INFO O| Oct 30 14:10:19.928 INFO STEP 21 (ensure_symlink) COMPLETE
89822024-10-30T14:10:20.631Z[ host-image] Oct 30 14:10:19.928 INFO O| Oct 30 14:10:19.928 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89832024-10-30T14:10:20.638Z[ host-image] Oct 30 14:10:19.937 INFO O| Oct 30 14:10:19.937 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
89842024-10-30T14:10:20.638Z[ host-image] Oct 30 14:10:19.937 INFO O| Oct 30 14:10:19.937 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
89852024-10-30T14:10:20.641Z[ host-image] Oct 30 14:10:19.937 INFO O| Oct 30 14:10:19.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
89862024-10-30T14:10:20.641Z[ host-image] Oct 30 14:10:19.937 INFO O| Oct 30 14:10:19.937 INFO ok!
89872024-10-30T14:10:20.641Z[ host-image] Oct 30 14:10:19.937 INFO O| Oct 30 14:10:19.937 INFO STEP 22 (ensure_symlink) COMPLETE
89882024-10-30T14:10:20.641Z[ host-image] Oct 30 14:10:19.937 INFO O| Oct 30 14:10:19.937 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89892024-10-30T14:10:20.648Z[ host-image] Oct 30 14:10:19.947 INFO O| Oct 30 14:10:19.947 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
89902024-10-30T14:10:20.648Z[ host-image] Oct 30 14:10:19.947 INFO O| Oct 30 14:10:19.947 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
89912024-10-30T14:10:20.648Z[ host-image] Oct 30 14:10:19.947 INFO O| Oct 30 14:10:19.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
89922024-10-30T14:10:20.651Z[ host-image] Oct 30 14:10:19.947 INFO O| Oct 30 14:10:19.947 INFO ok!
89932024-10-30T14:10:20.651Z[ host-image] Oct 30 14:10:19.947 INFO O| Oct 30 14:10:19.947 INFO STEP 23 (ensure_symlink) COMPLETE
89942024-10-30T14:10:20.651Z[ host-image] Oct 30 14:10:19.947 INFO O| Oct 30 14:10:19.947 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89952024-10-30T14:10:20.659Z[ host-image] Oct 30 14:10:19.958 INFO O| Oct 30 14:10:19.958 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
89962024-10-30T14:10:20.662Z[ host-image] Oct 30 14:10:19.958 INFO O| Oct 30 14:10:19.958 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
89972024-10-30T14:10:20.662Z[ host-image] Oct 30 14:10:19.958 INFO O| Oct 30 14:10:19.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
89982024-10-30T14:10:20.662Z[ host-image] Oct 30 14:10:19.958 INFO O| Oct 30 14:10:19.958 INFO ok!
89992024-10-30T14:10:20.662Z[ host-image] Oct 30 14:10:19.958 INFO O| Oct 30 14:10:19.958 INFO STEP 24 (ensure_file) COMPLETE
90002024-10-30T14:10:20.662Z[ host-image] Oct 30 14:10:19.958 INFO O| Oct 30 14:10:19.958 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90012024-10-30T14:10:20.669Z[ host-image] Oct 30 14:10:19.968 INFO O| Oct 30 14:10:19.968 INFO updating shadow file
90022024-10-30T14:10:20.672Z[ host-image] Oct 30 14:10:19.968 INFO O| Oct 30 14:10:19.968 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90032024-10-30T14:10:20.672Z[ host-image] Oct 30 14:10:19.968 INFO O| Oct 30 14:10:19.968 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90042024-10-30T14:10:20.672Z[ host-image] Oct 30 14:10:19.968 INFO O| Oct 30 14:10:19.968 INFO STEP 25 (shadow) COMPLETE
90052024-10-30T14:10:20.672Z[ host-image] Oct 30 14:10:19.968 INFO O| Oct 30 14:10:19.968 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90062024-10-30T14:10:20.679Z[ host-image] Oct 30 14:10:19.978 INFO O| Oct 30 14:10:19.978 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
90072024-10-30T14:10:20.679Z[ host-image] Oct 30 14:10:19.978 INFO O| Oct 30 14:10:19.978 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
90082024-10-30T14:10:20.682Z[ host-image] Oct 30 14:10:19.978 INFO O| Oct 30 14:10:19.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
90092024-10-30T14:10:20.682Z[ host-image] Oct 30 14:10:19.978 INFO O| Oct 30 14:10:19.978 INFO ok!
90102024-10-30T14:10:20.682Z[ host-image] Oct 30 14:10:19.978 INFO O| Oct 30 14:10:19.978 INFO STEP 26 (ensure_file) COMPLETE
90112024-10-30T14:10:20.682Z[ host-image] Oct 30 14:10:19.978 INFO O| Oct 30 14:10:19.978 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90122024-10-30T14:10:20.689Z[ host-image] Oct 30 14:10:19.988 INFO O| Oct 30 14:10:19.988 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
90132024-10-30T14:10:20.689Z[ host-image] Oct 30 14:10:19.988 INFO O| Oct 30 14:10:19.988 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
90142024-10-30T14:10:20.689Z[ host-image] Oct 30 14:10:19.988 INFO O| Oct 30 14:10:19.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
90152024-10-30T14:10:20.692Z[ host-image] Oct 30 14:10:19.988 INFO O| Oct 30 14:10:19.988 INFO ok!
90162024-10-30T14:10:20.692Z[ host-image] Oct 30 14:10:19.988 INFO O| Oct 30 14:10:19.988 INFO STEP 27 (ensure_file) COMPLETE
90172024-10-30T14:10:20.692Z[ host-image] Oct 30 14:10:19.988 INFO O| Oct 30 14:10:19.988 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90182024-10-30T14:10:20.699Z[ host-image] Oct 30 14:10:19.998 INFO O| Oct 30 14:10:19.998 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90192024-10-30T14:10:20.702Z[ host-image] Oct 30 14:10:19.998 INFO O| Oct 30 14:10:19.998 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
90202024-10-30T14:10:20.702Z[ host-image] Oct 30 14:10:19.998 INFO O| Oct 30 14:10:19.998 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90212024-10-30T14:10:20.702Z[ host-image] Oct 30 14:10:19.998 INFO O| Oct 30 14:10:19.998 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90222024-10-30T14:10:20.702Z[ host-image] Oct 30 14:10:19.998 INFO O| Oct 30 14:10:19.998 INFO ok!
90232024-10-30T14:10:20.702Z[ host-image] Oct 30 14:10:19.998 INFO O| Oct 30 14:10:19.998 INFO STEP 28 (ensure_file) COMPLETE
90242024-10-30T14:10:20.702Z[ host-image] Oct 30 14:10:19.998 INFO O| Oct 30 14:10:19.998 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90252024-10-30T14:10:20.710Z[ host-image] Oct 30 14:10:20.009 INFO O| Oct 30 14:10:20.009 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
90262024-10-30T14:10:20.710Z[ host-image] Oct 30 14:10:20.009 INFO O| Oct 30 14:10:20.009 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
90272024-10-30T14:10:20.713Z[ host-image] Oct 30 14:10:20.009 INFO O| Oct 30 14:10:20.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
90282024-10-30T14:10:20.713Z[ host-image] Oct 30 14:10:20.009 INFO O| Oct 30 14:10:20.009 INFO ok!
90292024-10-30T14:10:20.713Z[ host-image] Oct 30 14:10:20.009 INFO O| Oct 30 14:10:20.009 INFO STEP 29 (ensure_file) COMPLETE
90302024-10-30T14:10:20.713Z[ host-image] Oct 30 14:10:20.009 INFO O| Oct 30 14:10:20.009 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90312024-10-30T14:10:20.720Z[ host-image] Oct 30 14:10:20.019 INFO O| Oct 30 14:10:20.018 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
90322024-10-30T14:10:20.720Z[ host-image] Oct 30 14:10:20.019 INFO O| Oct 30 14:10:20.019 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
90332024-10-30T14:10:20.722Z[ host-image] Oct 30 14:10:20.019 INFO O| Oct 30 14:10:20.019 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
90342024-10-30T14:10:20.722Z[ host-image] Oct 30 14:10:20.019 INFO O| Oct 30 14:10:20.019 INFO ok!
90352024-10-30T14:10:20.722Z[ host-image] Oct 30 14:10:20.019 INFO O| Oct 30 14:10:20.019 INFO STEP 30 (ensure_file) COMPLETE
90362024-10-30T14:10:20.722Z[ host-image] Oct 30 14:10:20.019 INFO O| Oct 30 14:10:20.019 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90372024-10-30T14:10:20.730Z[ host-image] Oct 30 14:10:20.028 INFO O| Oct 30 14:10:20.028 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
90382024-10-30T14:10:20.730Z[ host-image] Oct 30 14:10:20.029 INFO O| Oct 30 14:10:20.029 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
90392024-10-30T14:10:20.732Z[ host-image] Oct 30 14:10:20.029 INFO O| Oct 30 14:10:20.029 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90402024-10-30T14:10:20.732Z[ host-image] Oct 30 14:10:20.029 INFO O| Oct 30 14:10:20.029 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90412024-10-30T14:10:20.732Z[ host-image] Oct 30 14:10:20.029 INFO O| Oct 30 14:10:20.029 INFO ok!
90422024-10-30T14:10:20.732Z[ host-image] Oct 30 14:10:20.029 INFO O| Oct 30 14:10:20.029 INFO STEP 31 (ensure_file) COMPLETE
90432024-10-30T14:10:20.732Z[ host-image] Oct 30 14:10:20.029 INFO O| Oct 30 14:10:20.029 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90442024-10-30T14:10:20.740Z[ host-image] Oct 30 14:10:20.039 INFO O| Oct 30 14:10:20.039 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
90452024-10-30T14:10:20.740Z[ host-image] Oct 30 14:10:20.039 INFO O| Oct 30 14:10:20.039 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
90462024-10-30T14:10:20.743Z[ host-image] Oct 30 14:10:20.039 INFO O| Oct 30 14:10:20.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
90472024-10-30T14:10:20.743Z[ host-image] Oct 30 14:10:20.039 INFO O| Oct 30 14:10:20.039 INFO ok!
90482024-10-30T14:10:20.743Z[ host-image] Oct 30 14:10:20.039 INFO O| Oct 30 14:10:20.039 INFO STEP 32 (ensure_file) COMPLETE
90492024-10-30T14:10:20.743Z[ host-image] Oct 30 14:10:20.039 INFO O| Oct 30 14:10:20.039 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90502024-10-30T14:10:20.750Z[ host-image] Oct 30 14:10:20.049 INFO O| Oct 30 14:10:20.049 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90512024-10-30T14:10:20.750Z[ host-image] Oct 30 14:10:20.049 INFO O| Oct 30 14:10:20.049 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
90522024-10-30T14:10:20.752Z[ host-image] Oct 30 14:10:20.049 INFO O| Oct 30 14:10:20.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
90532024-10-30T14:10:20.753Z[ host-image] Oct 30 14:10:20.049 INFO O| Oct 30 14:10:20.049 INFO ok!
90542024-10-30T14:10:20.753Z[ host-image] Oct 30 14:10:20.049 INFO O| Oct 30 14:10:20.049 INFO STEP 33 (ensure_file) COMPLETE
90552024-10-30T14:10:20.753Z[ host-image] Oct 30 14:10:20.049 INFO O| Oct 30 14:10:20.049 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90562024-10-30T14:10:20.761Z[ host-image] Oct 30 14:10:20.059 INFO O| Oct 30 14:10:20.059 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
90572024-10-30T14:10:20.761Z[ host-image] Oct 30 14:10:20.059 INFO O| Oct 30 14:10:20.059 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
90582024-10-30T14:10:20.763Z[ host-image] Oct 30 14:10:20.060 INFO O| Oct 30 14:10:20.059 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90592024-10-30T14:10:20.763Z[ host-image] Oct 30 14:10:20.060 INFO O| Oct 30 14:10:20.060 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90602024-10-30T14:10:20.763Z[ host-image] Oct 30 14:10:20.060 INFO O| Oct 30 14:10:20.060 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90612024-10-30T14:10:20.763Z[ host-image] Oct 30 14:10:20.060 INFO O| Oct 30 14:10:20.060 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90622024-10-30T14:10:20.763Z[ host-image] Oct 30 14:10:20.060 INFO O| Oct 30 14:10:20.060 INFO ok!
90632024-10-30T14:10:20.763Z[ host-image] Oct 30 14:10:20.060 INFO O| Oct 30 14:10:20.060 INFO STEP 34 (ensure_file) COMPLETE
90642024-10-30T14:10:20.763Z[ host-image] Oct 30 14:10:20.060 INFO O| Oct 30 14:10:20.060 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90652024-10-30T14:10:20.771Z[ host-image] Oct 30 14:10:20.070 INFO O| Oct 30 14:10:20.070 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90662024-10-30T14:10:20.773Z[ host-image] Oct 30 14:10:20.070 INFO O| Oct 30 14:10:20.070 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90672024-10-30T14:10:20.773Z[ host-image] Oct 30 14:10:20.070 INFO O| Oct 30 14:10:20.070 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90682024-10-30T14:10:20.773Z[ host-image] Oct 30 14:10:20.070 INFO O| Oct 30 14:10:20.070 INFO STEP 35 (ensure_dir) COMPLETE
90692024-10-30T14:10:20.773Z[ host-image] Oct 30 14:10:20.070 INFO O| Oct 30 14:10:20.070 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90702024-10-30T14:10:20.781Z[ host-image] Oct 30 14:10:20.080 INFO O| Oct 30 14:10:20.080 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
90712024-10-30T14:10:20.781Z[ host-image] Oct 30 14:10:20.080 INFO O| Oct 30 14:10:20.080 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 ...
90722024-10-30T14:10:20.784Z[ host-image] Oct 30 14:10:20.080 INFO O| Oct 30 14:10:20.080 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
90732024-10-30T14:10:20.784Z[ host-image] Oct 30 14:10:20.080 INFO O| Oct 30 14:10:20.080 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
90742024-10-30T14:10:20.784Z[ host-image] Oct 30 14:10:20.080 INFO O| Oct 30 14:10:20.080 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
90752024-10-30T14:10:20.784Z[ host-image] Oct 30 14:10:20.080 INFO O| Oct 30 14:10:20.080 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
90762024-10-30T14:10:20.784Z[ host-image] Oct 30 14:10:20.080 INFO O| Oct 30 14:10:20.080 INFO ok!
90772024-10-30T14:10:20.784Z[ host-image] Oct 30 14:10:20.080 INFO O| Oct 30 14:10:20.080 INFO STEP 36 (ensure_file) COMPLETE
90782024-10-30T14:10:20.784Z[ host-image] Oct 30 14:10:20.080 INFO O| Oct 30 14:10:20.080 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90792024-10-30T14:10:20.791Z[ host-image] Oct 30 14:10:20.090 INFO O| Oct 30 14:10:20.090 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
90802024-10-30T14:10:20.791Z[ host-image] Oct 30 14:10:20.090 INFO O| Oct 30 14:10:20.090 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 ...
90812024-10-30T14:10:20.794Z[ host-image] Oct 30 14:10:20.090 INFO O| Oct 30 14:10:20.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
90822024-10-30T14:10:20.794Z[ host-image] Oct 30 14:10:20.090 INFO O| Oct 30 14:10:20.090 INFO ok!
90832024-10-30T14:10:20.794Z[ host-image] Oct 30 14:10:20.090 INFO O| Oct 30 14:10:20.090 INFO STEP 37 (ensure_symlink) COMPLETE
90842024-10-30T14:10:20.794Z[ host-image] Oct 30 14:10:20.090 INFO O| Oct 30 14:10:20.090 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90852024-10-30T14:10:20.801Z[ host-image] Oct 30 14:10:20.100 INFO O| Oct 30 14:10:20.100 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
90862024-10-30T14:10:20.801Z[ host-image] Oct 30 14:10:20.100 INFO O| Oct 30 14:10:20.100 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90872024-10-30T14:10:20.804Z[ host-image] Oct 30 14:10:20.100 INFO O| Oct 30 14:10:20.100 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90882024-10-30T14:10:20.804Z[ host-image] Oct 30 14:10:20.100 INFO O| Oct 30 14:10:20.100 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90892024-10-30T14:10:20.804Z[ host-image] Oct 30 14:10:20.100 INFO O| Oct 30 14:10:20.100 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90902024-10-30T14:10:20.804Z[ host-image] Oct 30 14:10:20.100 INFO O| Oct 30 14:10:20.100 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90912024-10-30T14:10:20.804Z[ host-image] Oct 30 14:10:20.100 INFO O| Oct 30 14:10:20.100 INFO ok!
90922024-10-30T14:10:20.804Z[ host-image] Oct 30 14:10:20.101 INFO O| Oct 30 14:10:20.100 INFO STEP 38 (ensure_file) COMPLETE
90932024-10-30T14:10:20.804Z[ host-image] Oct 30 14:10:20.101 INFO O| Oct 30 14:10:20.100 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90942024-10-30T14:10:20.814Z[ host-image] Oct 30 14:10:20.113 INFO O| Oct 30 14:10:20.113 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
90952024-10-30T14:10:20.814Z[ host-image] Oct 30 14:10:20.113 INFO O| Oct 30 14:10:20.113 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 ...
90962024-10-30T14:10:20.817Z[ host-image] Oct 30 14:10:20.113 INFO O| Oct 30 14:10:20.113 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
90972024-10-30T14:10:20.817Z[ host-image] Oct 30 14:10:20.113 INFO O| Oct 30 14:10:20.113 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90982024-10-30T14:10:20.817Z[ host-image] Oct 30 14:10:20.113 INFO O| Oct 30 14:10:20.113 INFO ok!
90992024-10-30T14:10:20.817Z[ host-image] Oct 30 14:10:20.113 INFO O| Oct 30 14:10:20.113 INFO STEP 39 (ensure_file) COMPLETE
91002024-10-30T14:10:20.817Z[ host-image] Oct 30 14:10:20.113 INFO O| Oct 30 14:10:20.113 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91012024-10-30T14:10:20.825Z[ host-image] Oct 30 14:10:20.124 INFO O| Oct 30 14:10:20.123 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
91022024-10-30T14:10:20.827Z[ host-image] Oct 30 14:10:20.124 INFO O| Oct 30 14:10:20.123 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
91032024-10-30T14:10:20.828Z[ host-image] Oct 30 14:10:20.124 INFO O| Oct 30 14:10:20.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
91042024-10-30T14:10:20.828Z[ host-image] Oct 30 14:10:20.124 INFO O| Oct 30 14:10:20.124 INFO ok!
91052024-10-30T14:10:20.828Z[ host-image] Oct 30 14:10:20.124 INFO O| Oct 30 14:10:20.124 INFO STEP 40 (ensure_file) COMPLETE
91062024-10-30T14:10:20.828Z[ host-image] Oct 30 14:10:20.124 INFO O| Oct 30 14:10:20.124 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91072024-10-30T14:10:20.835Z[ host-image] Oct 30 14:10:20.134 INFO O| Oct 30 14:10:20.134 INFO updating shadow file
91082024-10-30T14:10:20.837Z[ host-image] Oct 30 14:10:20.134 INFO O| Oct 30 14:10:20.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91092024-10-30T14:10:20.837Z[ host-image] Oct 30 14:10:20.134 INFO O| Oct 30 14:10:20.134 INFO STEP 41 (shadow) COMPLETE
91102024-10-30T14:10:20.838Z[ host-image] Oct 30 14:10:20.134 INFO O| Oct 30 14:10:20.134 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91112024-10-30T14:10:20.845Z[ host-image] Oct 30 14:10:20.144 INFO O| Oct 30 14:10:20.144 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
91122024-10-30T14:10:20.849Z[ host-image] Oct 30 14:10:20.144 INFO O| Oct 30 14:10:20.144 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
91132024-10-30T14:10:20.849Z[ host-image] Oct 30 14:10:20.144 INFO O| Oct 30 14:10:20.144 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91142024-10-30T14:10:20.849Z[ host-image] Oct 30 14:10:20.144 INFO O| Oct 30 14:10:20.144 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91152024-10-30T14:10:20.849Z[ host-image] Oct 30 14:10:20.144 INFO O| Oct 30 14:10:20.144 INFO ok!
91162024-10-30T14:10:20.849Z[ host-image] Oct 30 14:10:20.144 INFO O| Oct 30 14:10:20.144 INFO STEP 42 (ensure_file) COMPLETE
91172024-10-30T14:10:20.849Z[ host-image] Oct 30 14:10:20.144 INFO O| Oct 30 14:10:20.144 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91182024-10-30T14:10:20.849Z[ host-image] Oct 30 14:10:20.144 INFO O| Oct 30 14:10:20.144 INFO skip step because feature "mfg" is not enabled
91192024-10-30T14:10:20.849Z[ host-image] Oct 30 14:10:20.144 INFO O| Oct 30 14:10:20.144 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91202024-10-30T14:10:20.849Z[ host-image] Oct 30 14:10:20.145 INFO O| Oct 30 14:10:20.144 INFO skip step because feature "mfg" is not enabled
91212024-10-30T14:10:20.849Z[ host-image] Oct 30 14:10:20.145 INFO O| Oct 30 14:10:20.144 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91222024-10-30T14:10:20.858Z[ host-image] Oct 30 14:10:20.157 INFO O| Oct 30 14:10:20.157 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
91232024-10-30T14:10:20.861Z[ host-image] Oct 30 14:10:20.157 INFO O| Oct 30 14:10:20.157 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
91242024-10-30T14:10:21.515Z[ host-image] Oct 30 14:10:20.813 INFO O| Oct 30 14:10:20.813 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91252024-10-30T14:10:21.515Z[ host-image] Oct 30 14:10:20.813 INFO O| Oct 30 14:10:20.813 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91262024-10-30T14:10:21.515Z[ host-image] Oct 30 14:10:20.813 INFO O| Oct 30 14:10:20.813 INFO ok!
91272024-10-30T14:10:21.518Z[ host-image] Oct 30 14:10:20.813 INFO O| Oct 30 14:10:20.813 INFO STEP 45 (ensure_file) COMPLETE
91282024-10-30T14:10:21.518Z[ host-image] Oct 30 14:10:20.813 INFO O| Oct 30 14:10:20.813 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91292024-10-30T14:10:21.527Z[ host-image] Oct 30 14:10:20.826 INFO O| Oct 30 14:10:20.826 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
91302024-10-30T14:10:21.527Z[ host-image] Oct 30 14:10:20.826 INFO O| Oct 30 14:10:20.826 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91312024-10-30T14:10:21.530Z[ host-image] Oct 30 14:10:20.826 INFO O| Oct 30 14:10:20.826 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91322024-10-30T14:10:21.530Z[ host-image] Oct 30 14:10:20.826 INFO O| Oct 30 14:10:20.826 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91332024-10-30T14:10:21.530Z[ host-image] Oct 30 14:10:20.826 INFO O| Oct 30 14:10:20.826 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91342024-10-30T14:10:21.530Z[ host-image] Oct 30 14:10:20.826 INFO O| Oct 30 14:10:20.826 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91352024-10-30T14:10:21.530Z[ host-image] Oct 30 14:10:20.826 INFO O| Oct 30 14:10:20.826 INFO ok!
91362024-10-30T14:10:21.530Z[ host-image] Oct 30 14:10:20.826 INFO O| Oct 30 14:10:20.826 INFO STEP 46 (ensure_file) COMPLETE
91372024-10-30T14:10:21.530Z[ host-image] Oct 30 14:10:20.826 INFO O| Oct 30 14:10:20.826 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91382024-10-30T14:10:21.539Z[ host-image] Oct 30 14:10:20.838 INFO O| Oct 30 14:10:20.838 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
91392024-10-30T14:10:21.539Z[ host-image] Oct 30 14:10:20.838 INFO O| Oct 30 14:10:20.838 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 ...
91402024-10-30T14:10:21.542Z[ host-image] Oct 30 14:10:20.838 INFO O| Oct 30 14:10:20.838 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
91412024-10-30T14:10:21.542Z[ host-image] Oct 30 14:10:20.838 INFO O| Oct 30 14:10:20.838 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91422024-10-30T14:10:21.542Z[ host-image] Oct 30 14:10:20.838 INFO O| Oct 30 14:10:20.838 INFO ok!
91432024-10-30T14:10:21.542Z[ host-image] Oct 30 14:10:20.838 INFO O| Oct 30 14:10:20.838 INFO STEP 47 (ensure_file) COMPLETE
91442024-10-30T14:10:21.542Z[ host-image] Oct 30 14:10:20.838 INFO O| Oct 30 14:10:20.838 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91452024-10-30T14:10:21.551Z[ host-image] Oct 30 14:10:20.849 INFO O| Oct 30 14:10:20.849 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
91462024-10-30T14:10:21.551Z[ host-image] Oct 30 14:10:20.849 INFO O| Oct 30 14:10:20.849 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
91472024-10-30T14:10:21.553Z[ host-image] Oct 30 14:10:20.850 INFO O| Oct 30 14:10:20.849 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91482024-10-30T14:10:21.553Z[ host-image] Oct 30 14:10:20.850 INFO O| Oct 30 14:10:20.850 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91492024-10-30T14:10:21.553Z[ host-image] Oct 30 14:10:20.850 INFO O| Oct 30 14:10:20.850 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91502024-10-30T14:10:21.553Z[ host-image] Oct 30 14:10:20.850 INFO O| Oct 30 14:10:20.850 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91512024-10-30T14:10:21.553Z[ host-image] Oct 30 14:10:20.850 INFO O| Oct 30 14:10:20.850 INFO ok!
91522024-10-30T14:10:21.553Z[ host-image] Oct 30 14:10:20.850 INFO O| Oct 30 14:10:20.850 INFO STEP 48 (ensure_file) COMPLETE
91532024-10-30T14:10:21.553Z[ host-image] Oct 30 14:10:20.850 INFO O| Oct 30 14:10:20.850 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91542024-10-30T14:10:21.562Z[ host-image] Oct 30 14:10:20.860 INFO O| Oct 30 14:10:20.860 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
91552024-10-30T14:10:21.562Z[ host-image] Oct 30 14:10:20.861 INFO O| Oct 30 14:10:20.860 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 ...
91562024-10-30T14:10:21.565Z[ host-image] Oct 30 14:10:20.861 INFO O| Oct 30 14:10:20.861 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
91572024-10-30T14:10:21.565Z[ host-image] Oct 30 14:10:20.861 INFO O| Oct 30 14:10:20.861 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91582024-10-30T14:10:21.565Z[ host-image] Oct 30 14:10:20.861 INFO O| Oct 30 14:10:20.861 INFO ok!
91592024-10-30T14:10:21.565Z[ host-image] Oct 30 14:10:20.861 INFO O| Oct 30 14:10:20.861 INFO STEP 49 (ensure_file) COMPLETE
91602024-10-30T14:10:21.565Z[ host-image] Oct 30 14:10:20.861 INFO O| Oct 30 14:10:20.861 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91612024-10-30T14:10:21.573Z[ host-image] Oct 30 14:10:20.871 INFO O| Oct 30 14:10:20.871 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
91622024-10-30T14:10:21.573Z[ host-image] Oct 30 14:10:20.871 INFO O| Oct 30 14:10:20.871 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
91632024-10-30T14:10:21.575Z[ host-image] Oct 30 14:10:20.871 INFO O| Oct 30 14:10:20.871 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91642024-10-30T14:10:21.575Z[ host-image] Oct 30 14:10:20.872 INFO O| Oct 30 14:10:20.871 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91652024-10-30T14:10:21.575Z[ host-image] Oct 30 14:10:20.872 INFO O| Oct 30 14:10:20.872 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91662024-10-30T14:10:21.575Z[ host-image] Oct 30 14:10:20.872 INFO O| Oct 30 14:10:20.872 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91672024-10-30T14:10:21.575Z[ host-image] Oct 30 14:10:20.872 INFO O| Oct 30 14:10:20.872 INFO ok!
91682024-10-30T14:10:21.575Z[ host-image] Oct 30 14:10:20.872 INFO O| Oct 30 14:10:20.872 INFO STEP 50 (ensure_file) COMPLETE
91692024-10-30T14:10:21.575Z[ host-image] Oct 30 14:10:20.872 INFO O| Oct 30 14:10:20.872 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91702024-10-30T14:10:21.584Z[ host-image] Oct 30 14:10:20.883 INFO O| Oct 30 14:10:20.883 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91712024-10-30T14:10:21.585Z[ host-image] Oct 30 14:10:20.883 INFO O| Oct 30 14:10:20.883 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 ...
91722024-10-30T14:10:21.587Z[ host-image] Oct 30 14:10:20.883 INFO O| Oct 30 14:10:20.883 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
91732024-10-30T14:10:21.587Z[ host-image] Oct 30 14:10:20.883 INFO O| Oct 30 14:10:20.883 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91742024-10-30T14:10:21.588Z[ host-image] Oct 30 14:10:20.883 INFO O| Oct 30 14:10:20.883 INFO ok!
91752024-10-30T14:10:21.588Z[ host-image] Oct 30 14:10:20.883 INFO O| Oct 30 14:10:20.883 INFO STEP 51 (ensure_file) COMPLETE
91762024-10-30T14:10:21.588Z[ host-image] Oct 30 14:10:20.883 INFO O| Oct 30 14:10:20.883 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91772024-10-30T14:10:21.595Z[ host-image] Oct 30 14:10:20.894 INFO O| Oct 30 14:10:20.894 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
91782024-10-30T14:10:21.595Z[ host-image] Oct 30 14:10:20.894 INFO O| Oct 30 14:10:20.894 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 ...
91792024-10-30T14:10:21.598Z[ host-image] Oct 30 14:10:20.894 INFO O| Oct 30 14:10:20.894 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
91802024-10-30T14:10:21.598Z[ host-image] Oct 30 14:10:20.894 INFO O| Oct 30 14:10:20.894 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
91812024-10-30T14:10:21.598Z[ host-image] Oct 30 14:10:20.894 INFO O| Oct 30 14:10:20.894 INFO ok!
91822024-10-30T14:10:21.598Z[ host-image] Oct 30 14:10:20.894 INFO O| Oct 30 14:10:20.894 INFO STEP 52 (ensure_file) COMPLETE
91832024-10-30T14:10:21.598Z[ host-image] Oct 30 14:10:20.894 INFO O| Oct 30 14:10:20.894 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91842024-10-30T14:10:21.611Z[ host-image] Oct 30 14:10:20.910 INFO O| Oct 30 14:10:20.910 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
91852024-10-30T14:10:21.614Z[ host-image] Oct 30 14:10:20.910 INFO O| Oct 30 14:10:20.910 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 ...
91862024-10-30T14:10:21.614Z[ host-image] Oct 30 14:10:20.910 INFO O| Oct 30 14:10:20.910 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
91872024-10-30T14:10:21.614Z[ host-image] Oct 30 14:10:20.910 INFO O| Oct 30 14:10:20.910 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
91882024-10-30T14:10:21.614Z[ host-image] Oct 30 14:10:20.910 INFO O| Oct 30 14:10:20.910 INFO ok!
91892024-10-30T14:10:21.614Z[ host-image] Oct 30 14:10:20.910 INFO O| Oct 30 14:10:20.910 INFO STEP 53 (ensure_file) COMPLETE
91902024-10-30T14:10:21.614Z[ host-image] Oct 30 14:10:20.910 INFO O| Oct 30 14:10:20.910 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91912024-10-30T14:10:21.627Z[ host-image] Oct 30 14:10:20.926 INFO O| Oct 30 14:10:20.926 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
91922024-10-30T14:10:21.627Z[ host-image] Oct 30 14:10:20.926 INFO O| Oct 30 14:10:20.926 INFO STEP 54 (ensure_dir) COMPLETE
91932024-10-30T14:10:21.630Z[ host-image] Oct 30 14:10:20.926 INFO O| Oct 30 14:10:20.926 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91942024-10-30T14:10:21.661Z[ host-image] Oct 30 14:10:20.959 INFO O| Oct 30 14:10:20.959 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91952024-10-30T14:10:21.661Z[ host-image] Oct 30 14:10:20.959 INFO O| Oct 30 14:10:20.959 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91962024-10-30T14:10:21.661Z[ host-image] Oct 30 14:10:20.959 INFO O| Oct 30 14:10:20.959 INFO STEP 55 (ensure_dir) COMPLETE
91972024-10-30T14:10:21.664Z[ host-image] Oct 30 14:10:20.959 INFO O| Oct 30 14:10:20.959 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91982024-10-30T14:10:21.674Z[ host-image] Oct 30 14:10:20.972 INFO O| Oct 30 14:10:20.972 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91992024-10-30T14:10:21.676Z[ host-image] Oct 30 14:10:20.972 INFO O| Oct 30 14:10:20.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92002024-10-30T14:10:21.676Z[ host-image] Oct 30 14:10:20.973 INFO O| Oct 30 14:10:20.972 INFO STEP 56 (ensure_dir) COMPLETE
92012024-10-30T14:10:21.676Z[ host-image] Oct 30 14:10:20.973 INFO O| Oct 30 14:10:20.973 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92022024-10-30T14:10:21.689Z[ host-image] Oct 30 14:10:20.988 INFO O| Oct 30 14:10:20.987 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
92032024-10-30T14:10:21.689Z[ host-image] Oct 30 14:10:20.988 INFO O| Oct 30 14:10:20.988 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
92042024-10-30T14:10:22.285Z[ host-image] Oct 30 14:10:21.584 INFO O| Oct 30 14:10:21.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
92052024-10-30T14:10:22.285Z[ host-image] Oct 30 14:10:21.584 INFO O| Oct 30 14:10:21.584 INFO ok!
92062024-10-30T14:10:22.288Z[ host-image] Oct 30 14:10:21.584 INFO O| Oct 30 14:10:21.584 INFO STEP 57 (ensure_file) COMPLETE
92072024-10-30T14:10:22.288Z[ host-image] Oct 30 14:10:21.584 INFO O| Oct 30 14:10:21.584 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92082024-10-30T14:10:22.296Z[ host-image] Oct 30 14:10:21.595 INFO O| Oct 30 14:10:21.595 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
92092024-10-30T14:10:22.296Z[ host-image] Oct 30 14:10:21.595 INFO O| Oct 30 14:10:21.595 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
92102024-10-30T14:10:22.870Z[ host-image] Oct 30 14:10:22.168 INFO O| Oct 30 14:10:22.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
92112024-10-30T14:10:22.870Z[ host-image] Oct 30 14:10:22.168 INFO O| Oct 30 14:10:22.168 INFO ok!
92122024-10-30T14:10:22.873Z[ host-image] Oct 30 14:10:22.168 INFO O| Oct 30 14:10:22.168 INFO STEP 58 (ensure_file) COMPLETE
92132024-10-30T14:10:22.873Z[ host-image] Oct 30 14:10:22.168 INFO O| Oct 30 14:10:22.168 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92142024-10-30T14:10:22.882Z[ host-image] Oct 30 14:10:22.181 INFO O| Oct 30 14:10:22.180 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92152024-10-30T14:10:22.885Z[ host-image] Oct 30 14:10:22.181 INFO O| Oct 30 14:10:22.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92162024-10-30T14:10:22.885Z[ host-image] Oct 30 14:10:22.181 INFO O| Oct 30 14:10:22.181 INFO STEP 59 (ensure_dir) COMPLETE
92172024-10-30T14:10:22.885Z[ host-image] Oct 30 14:10:22.181 INFO O| Oct 30 14:10:22.181 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92182024-10-30T14:10:22.894Z[ host-image] Oct 30 14:10:22.193 INFO O| Oct 30 14:10:22.193 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
92192024-10-30T14:10:22.894Z[ host-image] Oct 30 14:10:22.193 INFO O| Oct 30 14:10:22.193 INFO copying /tmp/.tmpkhtB9N/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 ...
92202024-10-30T14:10:22.894Z[ host-image] Oct 30 14:10:22.193 INFO O| Oct 30 14:10:22.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
92212024-10-30T14:10:22.894Z[ host-image] Oct 30 14:10:22.193 INFO O| Oct 30 14:10:22.193 INFO ok!
92222024-10-30T14:10:22.897Z[ host-image] Oct 30 14:10:22.193 INFO O| Oct 30 14:10:22.193 INFO STEP 60 (ensure_file) COMPLETE
92232024-10-30T14:10:22.897Z[ host-image] Oct 30 14:10:22.193 INFO O| Oct 30 14:10:22.193 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92242024-10-30T14:10:22.908Z[ host-image] Oct 30 14:10:22.207 INFO O| Oct 30 14:10:22.207 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
92252024-10-30T14:10:22.908Z[ host-image] Oct 30 14:10:22.207 INFO O| Oct 30 14:10:22.207 INFO copying /tmp/.tmpkhtB9N/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 ...
92262024-10-30T14:10:22.911Z[ host-image] Oct 30 14:10:22.207 INFO O| Oct 30 14:10:22.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
92272024-10-30T14:10:22.911Z[ host-image] Oct 30 14:10:22.207 INFO O| Oct 30 14:10:22.207 INFO ok!
92282024-10-30T14:10:22.911Z[ host-image] Oct 30 14:10:22.207 INFO O| Oct 30 14:10:22.207 INFO STEP 61 (ensure_file) COMPLETE
92292024-10-30T14:10:22.911Z[ host-image] Oct 30 14:10:22.207 INFO O| Oct 30 14:10:22.207 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92302024-10-30T14:10:22.919Z[ host-image] Oct 30 14:10:22.218 INFO O| Oct 30 14:10:22.218 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92312024-10-30T14:10:22.919Z[ host-image] Oct 30 14:10:22.218 INFO O| Oct 30 14:10:22.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92322024-10-30T14:10:22.919Z[ host-image] Oct 30 14:10:22.218 INFO O| Oct 30 14:10:22.218 INFO STEP 62 (ensure_dir) COMPLETE
92332024-10-30T14:10:22.922Z[ host-image] Oct 30 14:10:22.218 INFO O| Oct 30 14:10:22.218 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92342024-10-30T14:10:22.929Z[ host-image] Oct 30 14:10:22.228 INFO O| Oct 30 14:10:22.228 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
92352024-10-30T14:10:22.929Z[ host-image] Oct 30 14:10:22.228 INFO O| Oct 30 14:10:22.228 INFO copying /tmp/.tmpkhtB9N/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 ...
92362024-10-30T14:10:22.932Z[ host-image] Oct 30 14:10:22.228 INFO O| Oct 30 14:10:22.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
92372024-10-30T14:10:22.932Z[ host-image] Oct 30 14:10:22.228 INFO O| Oct 30 14:10:22.228 INFO ok!
92382024-10-30T14:10:22.933Z[ host-image] Oct 30 14:10:22.228 INFO O| Oct 30 14:10:22.228 INFO STEP 63 (ensure_file) COMPLETE
92392024-10-30T14:10:22.933Z[ host-image] Oct 30 14:10:22.228 INFO O| Oct 30 14:10:22.228 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92402024-10-30T14:10:22.939Z[ host-image] Oct 30 14:10:22.238 INFO O| Oct 30 14:10:22.238 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92412024-10-30T14:10:22.942Z[ host-image] Oct 30 14:10:22.238 INFO O| Oct 30 14:10:22.238 INFO copying /tmp/.tmpkhtB9N/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 ...
92422024-10-30T14:10:22.942Z[ host-image] Oct 30 14:10:22.238 INFO O| Oct 30 14:10:22.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
92432024-10-30T14:10:22.942Z[ host-image] Oct 30 14:10:22.238 INFO O| Oct 30 14:10:22.238 INFO ok!
92442024-10-30T14:10:22.942Z[ host-image] Oct 30 14:10:22.238 INFO O| Oct 30 14:10:22.238 INFO STEP 64 (ensure_file) COMPLETE
92452024-10-30T14:10:22.942Z[ host-image] Oct 30 14:10:22.238 INFO O| Oct 30 14:10:22.238 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92462024-10-30T14:10:22.949Z[ host-image] Oct 30 14:10:22.248 INFO O| Oct 30 14:10:22.248 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92472024-10-30T14:10:22.949Z[ host-image] Oct 30 14:10:22.248 INFO O| Oct 30 14:10:22.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92482024-10-30T14:10:22.952Z[ host-image] Oct 30 14:10:22.248 INFO O| Oct 30 14:10:22.248 INFO STEP 65 (ensure_dir) COMPLETE
92492024-10-30T14:10:22.952Z[ host-image] Oct 30 14:10:22.248 INFO O| Oct 30 14:10:22.248 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92502024-10-30T14:10:22.959Z[ host-image] Oct 30 14:10:22.258 INFO O| Oct 30 14:10:22.258 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92512024-10-30T14:10:22.959Z[ host-image] Oct 30 14:10:22.258 INFO O| Oct 30 14:10:22.258 INFO copying /tmp/.tmpkhtB9N/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 ...
92522024-10-30T14:10:22.962Z[ host-image] Oct 30 14:10:22.258 INFO O| Oct 30 14:10:22.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92532024-10-30T14:10:22.962Z[ host-image] Oct 30 14:10:22.258 INFO O| Oct 30 14:10:22.258 INFO ok!
92542024-10-30T14:10:22.962Z[ host-image] Oct 30 14:10:22.258 INFO O| Oct 30 14:10:22.258 INFO STEP 66 (ensure_file) COMPLETE
92552024-10-30T14:10:22.962Z[ host-image] Oct 30 14:10:22.258 INFO O| Oct 30 14:10:22.258 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92562024-10-30T14:10:22.969Z[ host-image] Oct 30 14:10:22.268 INFO O| Oct 30 14:10:22.268 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
92572024-10-30T14:10:22.972Z[ host-image] Oct 30 14:10:22.268 INFO O| Oct 30 14:10:22.268 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
92582024-10-30T14:10:22.972Z[ host-image] Oct 30 14:10:22.268 INFO O| Oct 30 14:10:22.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
92592024-10-30T14:10:22.972Z[ host-image] Oct 30 14:10:22.268 INFO O| Oct 30 14:10:22.268 INFO ok!
92602024-10-30T14:10:22.972Z[ host-image] Oct 30 14:10:22.268 INFO O| Oct 30 14:10:22.268 INFO STEP 67 (ensure_file) COMPLETE
92612024-10-30T14:10:22.972Z[ host-image] Oct 30 14:10:22.268 INFO O| Oct 30 14:10:22.268 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92622024-10-30T14:10:22.979Z[ host-image] Oct 30 14:10:22.278 INFO O| Oct 30 14:10:22.278 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92632024-10-30T14:10:22.981Z[ host-image] Oct 30 14:10:22.278 INFO O| Oct 30 14:10:22.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92642024-10-30T14:10:22.981Z[ host-image] Oct 30 14:10:22.278 INFO O| Oct 30 14:10:22.278 INFO STEP 68 (ensure_dir) COMPLETE
92652024-10-30T14:10:22.981Z[ host-image] Oct 30 14:10:22.278 INFO O| Oct 30 14:10:22.278 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92662024-10-30T14:10:22.989Z[ host-image] Oct 30 14:10:22.288 INFO O| Oct 30 14:10:22.288 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92672024-10-30T14:10:22.992Z[ host-image] Oct 30 14:10:22.288 INFO O| Oct 30 14:10:22.288 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
92682024-10-30T14:10:24.083Z[ host-image] Oct 30 14:10:23.381 INFO O| Oct 30 14:10:23.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92692024-10-30T14:10:24.083Z[ host-image] Oct 30 14:10:23.381 INFO O| Oct 30 14:10:23.381 INFO ok!
92702024-10-30T14:10:24.083Z[ host-image] Oct 30 14:10:23.381 INFO O| Oct 30 14:10:23.381 INFO STEP 69 (ensure_file) COMPLETE
92712024-10-30T14:10:24.086Z[ host-image] Oct 30 14:10:23.381 INFO O| Oct 30 14:10:23.381 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92722024-10-30T14:10:24.094Z[ host-image] Oct 30 14:10:23.392 INFO O| Oct 30 14:10:23.392 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92732024-10-30T14:10:24.094Z[ host-image] Oct 30 14:10:23.393 INFO O| Oct 30 14:10:23.392 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
92742024-10-30T14:10:24.353Z[ recovery-image] Oct 30 14:10:23.650 INFO E| Finished `release` profile [optimized] target(s) in 38.41s
92752024-10-30T14:10:24.378Z[ recovery-image] Oct 30 14:10:23.676 INFO building host image...
92762024-10-30T14:10:24.382Z[ recovery-image] Oct 30 14:10:23.677 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")
92772024-10-30T14:10:25.081Z[ recovery-image] Oct 30 14:10:24.379 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
92782024-10-30T14:10:25.594Z[ host-image] Oct 30 14:10:24.893 INFO O| Oct 30 14:10:24.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
92792024-10-30T14:10:25.594Z[ host-image] Oct 30 14:10:24.893 INFO O| Oct 30 14:10:24.893 INFO ok!
92802024-10-30T14:10:25.597Z[ host-image] Oct 30 14:10:24.893 INFO O| Oct 30 14:10:24.893 INFO STEP 70 (ensure_file) COMPLETE
92812024-10-30T14:10:25.597Z[ host-image] Oct 30 14:10:24.893 INFO O| Oct 30 14:10:24.893 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92822024-10-30T14:10:25.606Z[ host-image] Oct 30 14:10:24.905 INFO O| Oct 30 14:10:24.905 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92832024-10-30T14:10:25.606Z[ host-image] Oct 30 14:10:24.905 INFO O| Oct 30 14:10:24.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92842024-10-30T14:10:25.606Z[ host-image] Oct 30 14:10:24.905 INFO O| Oct 30 14:10:24.905 INFO STEP 71 (ensure_dir) COMPLETE
92852024-10-30T14:10:25.609Z[ host-image] Oct 30 14:10:24.905 INFO O| Oct 30 14:10:24.905 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92862024-10-30T14:10:25.616Z[ host-image] Oct 30 14:10:24.915 INFO O| Oct 30 14:10:24.915 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
92872024-10-30T14:10:25.619Z[ host-image] Oct 30 14:10:24.915 INFO O| Oct 30 14:10:24.915 INFO copying /tmp/.tmpkhtB9N/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 ...
92882024-10-30T14:10:25.619Z[ host-image] Oct 30 14:10:24.915 INFO O| Oct 30 14:10:24.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
92892024-10-30T14:10:25.619Z[ host-image] Oct 30 14:10:24.915 INFO O| Oct 30 14:10:24.915 INFO ok!
92902024-10-30T14:10:25.619Z[ host-image] Oct 30 14:10:24.915 INFO O| Oct 30 14:10:24.915 INFO STEP 72 (ensure_file) COMPLETE
92912024-10-30T14:10:25.619Z[ host-image] Oct 30 14:10:24.915 INFO O| Oct 30 14:10:24.915 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92922024-10-30T14:10:26.629Z[ host-image] Oct 30 14:10:24.925 INFO O| Oct 30 14:10:24.924 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
92932024-10-30T14:10:26.629Z[ host-image] Oct 30 14:10:24.925 INFO O| Oct 30 14:10:24.924 INFO copying /tmp/.tmpkhtB9N/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 ...
92942024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.925 INFO O| Oct 30 14:10:24.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
92952024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.925 INFO O| Oct 30 14:10:24.925 INFO ok!
92962024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.925 INFO O| Oct 30 14:10:24.925 INFO STEP 73 (ensure_file) COMPLETE
92972024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.925 INFO O| Oct 30 14:10:24.925 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92982024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.934 INFO O| Oct 30 14:10:24.934 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
92992024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.934 INFO O| Oct 30 14:10:24.934 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
93002024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.934 INFO O| Oct 30 14:10:24.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
93012024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.934 INFO O| Oct 30 14:10:24.934 INFO ok!
93022024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.934 INFO O| Oct 30 14:10:24.934 INFO STEP 74 (ensure_file) COMPLETE
93032024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.934 INFO O| Oct 30 14:10:24.934 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93042024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.944 INFO O| Oct 30 14:10:24.944 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
93052024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.944 INFO O| Oct 30 14:10:24.944 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
93062024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.944 INFO O| Oct 30 14:10:24.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
93072024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.944 INFO O| Oct 30 14:10:24.944 INFO ok!
93082024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.944 INFO O| Oct 30 14:10:24.944 INFO STEP 75 (ensure_file) COMPLETE
93092024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.944 INFO O| Oct 30 14:10:24.944 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93102024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.953 INFO O| Oct 30 14:10:24.953 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93112024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.953 INFO O| Oct 30 14:10:24.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93122024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.953 INFO O| Oct 30 14:10:24.953 INFO STEP 76 (ensure_dir) COMPLETE
93132024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.953 INFO O| Oct 30 14:10:24.953 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93142024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.963 INFO O| Oct 30 14:10:24.962 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
93152024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.963 INFO O| Oct 30 14:10:24.962 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
93162024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.966 INFO O| Oct 30 14:10:24.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
93172024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.966 INFO O| Oct 30 14:10:24.966 INFO ok!
93182024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.966 INFO O| Oct 30 14:10:24.966 INFO STEP 77 (ensure_file) COMPLETE
93192024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.966 INFO O| Oct 30 14:10:24.966 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93202024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.976 INFO O| Oct 30 14:10:24.976 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
93212024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.976 INFO O| Oct 30 14:10:24.976 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
93222024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.976 INFO O| Oct 30 14:10:24.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
93232024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.976 INFO O| Oct 30 14:10:24.976 INFO ok!
93242024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.976 INFO O| Oct 30 14:10:24.976 INFO STEP 78 (ensure_file) COMPLETE
93252024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.976 INFO O| Oct 30 14:10:24.976 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93262024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.985 INFO O| Oct 30 14:10:24.985 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
93272024-10-30T14:10:26.634Z[ host-image] Oct 30 14:10:24.985 INFO O| Oct 30 14:10:24.985 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
93282024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.814 INFO O| Oct 30 14:10:25.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
93292024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.815 INFO O| Oct 30 14:10:25.814 INFO ok!
93302024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.815 INFO O| Oct 30 14:10:25.814 INFO STEP 79 (ensure_file) COMPLETE
93312024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.815 INFO O| Oct 30 14:10:25.814 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93322024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.826 INFO O| Oct 30 14:10:25.826 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93332024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.826 INFO O| Oct 30 14:10:25.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93342024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.826 INFO O| Oct 30 14:10:25.826 INFO STEP 80 (ensure_dir) COMPLETE
93352024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.826 INFO O| Oct 30 14:10:25.826 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93362024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.835 INFO O| Oct 30 14:10:25.835 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93372024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.835 INFO O| Oct 30 14:10:25.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93382024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.835 INFO O| Oct 30 14:10:25.835 INFO STEP 81 (ensure_dir) COMPLETE
93392024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.835 INFO O| Oct 30 14:10:25.835 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93402024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.845 INFO O| Oct 30 14:10:25.845 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93412024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.845 INFO O| Oct 30 14:10:25.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93422024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.845 INFO O| Oct 30 14:10:25.845 INFO STEP 82 (ensure_dir) COMPLETE
93432024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.845 INFO O| Oct 30 14:10:25.845 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93442024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.855 INFO O| Oct 30 14:10:25.855 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93452024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.855 INFO O| Oct 30 14:10:25.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93462024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.855 INFO O| Oct 30 14:10:25.855 INFO STEP 83 (ensure_dir) COMPLETE
93472024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.855 INFO O| Oct 30 14:10:25.855 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93482024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.865 INFO O| Oct 30 14:10:25.865 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93492024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.865 INFO O| Oct 30 14:10:25.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93502024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.865 INFO O| Oct 30 14:10:25.865 INFO STEP 84 (ensure_dir) COMPLETE
93512024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.865 INFO O| Oct 30 14:10:25.865 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93522024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.874 INFO O| Oct 30 14:10:25.874 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
93532024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.874 INFO O| Oct 30 14:10:25.874 INFO copying /tmp/.tmpkhtB9N/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 ...
93542024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.874 INFO O| Oct 30 14:10:25.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
93552024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.874 INFO O| Oct 30 14:10:25.874 INFO ok!
93562024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.874 INFO O| Oct 30 14:10:25.874 INFO STEP 85 (ensure_file) COMPLETE
93572024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.874 INFO O| Oct 30 14:10:25.874 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93582024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.884 INFO O| Oct 30 14:10:25.884 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93592024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.884 INFO O| Oct 30 14:10:25.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93602024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.884 INFO O| Oct 30 14:10:25.884 INFO STEP 86 (ensure_dir) COMPLETE
93612024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.884 INFO O| Oct 30 14:10:25.884 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93622024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.894 INFO O| Oct 30 14:10:25.894 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
93632024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.894 INFO O| Oct 30 14:10:25.894 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
93642024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.894 INFO O| Oct 30 14:10:25.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
93652024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.894 INFO O| Oct 30 14:10:25.894 INFO ok!
93662024-10-30T14:10:26.635Z[ host-image] Oct 30 14:10:25.894 INFO O| Oct 30 14:10:25.894 INFO STEP 87 (ensure_file) COMPLETE
93672024-10-30T14:10:26.636Z[ host-image] Oct 30 14:10:25.894 INFO O| Oct 30 14:10:25.894 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93682024-10-30T14:10:26.636Z[ host-image] Oct 30 14:10:25.903 INFO O| Oct 30 14:10:25.903 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93692024-10-30T14:10:26.636Z[ host-image] Oct 30 14:10:25.903 INFO O| Oct 30 14:10:25.903 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93702024-10-30T14:10:26.965Z[ host-image] Oct 30 14:10:26.263 INFO O| Oct 30 14:10:26.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
93712024-10-30T14:10:26.965Z[ host-image] Oct 30 14:10:26.263 INFO O| Oct 30 14:10:26.263 INFO ok!
93722024-10-30T14:10:26.965Z[ host-image] Oct 30 14:10:26.263 INFO O| Oct 30 14:10:26.263 INFO STEP 88 (ensure_file) COMPLETE
93732024-10-30T14:10:26.965Z[ host-image] Oct 30 14:10:26.263 INFO O| Oct 30 14:10:26.263 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93742024-10-30T14:10:26.977Z[ host-image] Oct 30 14:10:26.275 INFO O| Oct 30 14:10:26.275 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
93752024-10-30T14:10:26.977Z[ host-image] Oct 30 14:10:26.275 INFO O| Oct 30 14:10:26.275 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
93762024-10-30T14:10:26.993Z[ host-image] Oct 30 14:10:26.290 INFO O| Oct 30 14:10:26.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
93772024-10-30T14:10:26.993Z[ host-image] Oct 30 14:10:26.290 INFO O| Oct 30 14:10:26.290 INFO ok!
93782024-10-30T14:10:26.993Z[ host-image] Oct 30 14:10:26.290 INFO O| Oct 30 14:10:26.290 INFO STEP 89 (ensure_file) COMPLETE
93792024-10-30T14:10:26.996Z[ host-image] Oct 30 14:10:26.290 INFO O| Oct 30 14:10:26.290 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93802024-10-30T14:10:27.003Z[ host-image] Oct 30 14:10:26.301 INFO O| Oct 30 14:10:26.301 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
93812024-10-30T14:10:27.003Z[ host-image] Oct 30 14:10:26.301 INFO O| Oct 30 14:10:26.301 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
93822024-10-30T14:10:27.005Z[ host-image] Oct 30 14:10:26.301 INFO O| Oct 30 14:10:26.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
93832024-10-30T14:10:27.005Z[ host-image] Oct 30 14:10:26.301 INFO O| Oct 30 14:10:26.301 INFO ok!
93842024-10-30T14:10:27.005Z[ host-image] Oct 30 14:10:26.301 INFO O| Oct 30 14:10:26.301 INFO STEP 90 (ensure_file) COMPLETE
93852024-10-30T14:10:27.005Z[ host-image] Oct 30 14:10:26.301 INFO O| Oct 30 14:10:26.301 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93862024-10-30T14:10:27.013Z[ host-image] Oct 30 14:10:26.311 INFO O| Oct 30 14:10:26.311 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93872024-10-30T14:10:27.016Z[ host-image] Oct 30 14:10:26.311 INFO O| Oct 30 14:10:26.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93882024-10-30T14:10:27.016Z[ host-image] Oct 30 14:10:26.311 INFO O| Oct 30 14:10:26.311 INFO STEP 91 (ensure_dir) COMPLETE
93892024-10-30T14:10:27.016Z[ host-image] Oct 30 14:10:26.311 INFO O| Oct 30 14:10:26.311 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93902024-10-30T14:10:27.023Z[ host-image] Oct 30 14:10:26.321 INFO O| Oct 30 14:10:26.321 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
93912024-10-30T14:10:27.023Z[ host-image] Oct 30 14:10:26.321 INFO O| Oct 30 14:10:26.321 INFO copying /tmp/.tmpkhtB9N/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 ...
93922024-10-30T14:10:27.026Z[ host-image] Oct 30 14:10:26.321 INFO O| Oct 30 14:10:26.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
93932024-10-30T14:10:27.026Z[ host-image] Oct 30 14:10:26.321 INFO O| Oct 30 14:10:26.321 INFO ok!
93942024-10-30T14:10:27.026Z[ host-image] Oct 30 14:10:26.321 INFO O| Oct 30 14:10:26.321 INFO STEP 92 (ensure_file) COMPLETE
93952024-10-30T14:10:27.026Z[ host-image] Oct 30 14:10:26.321 INFO O| Oct 30 14:10:26.321 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93962024-10-30T14:10:27.033Z[ host-image] Oct 30 14:10:26.331 INFO O| Oct 30 14:10:26.331 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
93972024-10-30T14:10:27.036Z[ host-image] Oct 30 14:10:26.331 INFO O| Oct 30 14:10:26.331 INFO copying /tmp/.tmpkhtB9N/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 ...
93982024-10-30T14:10:27.036Z[ host-image] Oct 30 14:10:26.331 INFO O| Oct 30 14:10:26.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
93992024-10-30T14:10:27.036Z[ host-image] Oct 30 14:10:26.331 INFO O| Oct 30 14:10:26.331 INFO ok!
94002024-10-30T14:10:27.036Z[ host-image] Oct 30 14:10:26.331 INFO O| Oct 30 14:10:26.331 INFO STEP 93 (ensure_file) COMPLETE
94012024-10-30T14:10:27.036Z[ host-image] Oct 30 14:10:26.331 INFO O| Oct 30 14:10:26.331 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94022024-10-30T14:10:27.043Z[ host-image] Oct 30 14:10:26.341 INFO O| Oct 30 14:10:26.341 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
94032024-10-30T14:10:27.046Z[ host-image] Oct 30 14:10:26.341 INFO O| Oct 30 14:10:26.341 INFO copying /tmp/.tmpkhtB9N/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 ...
94042024-10-30T14:10:27.046Z[ host-image] Oct 30 14:10:26.341 INFO O| Oct 30 14:10:26.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
94052024-10-30T14:10:27.046Z[ host-image] Oct 30 14:10:26.342 INFO O| Oct 30 14:10:26.341 INFO ok!
94062024-10-30T14:10:27.046Z[ host-image] Oct 30 14:10:26.342 INFO O| Oct 30 14:10:26.341 INFO STEP 94 (ensure_file) COMPLETE
94072024-10-30T14:10:27.046Z[ host-image] Oct 30 14:10:26.342 INFO O| Oct 30 14:10:26.341 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94082024-10-30T14:10:27.053Z[ host-image] Oct 30 14:10:26.351 INFO O| Oct 30 14:10:26.351 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
94092024-10-30T14:10:27.056Z[ host-image] Oct 30 14:10:26.351 INFO O| Oct 30 14:10:26.351 INFO copying /tmp/.tmpkhtB9N/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 ...
94102024-10-30T14:10:27.056Z[ host-image] Oct 30 14:10:26.352 INFO O| Oct 30 14:10:26.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
94112024-10-30T14:10:27.056Z[ host-image] Oct 30 14:10:26.352 INFO O| Oct 30 14:10:26.352 INFO ok!
94122024-10-30T14:10:27.056Z[ host-image] Oct 30 14:10:26.352 INFO O| Oct 30 14:10:26.352 INFO STEP 95 (ensure_file) COMPLETE
94132024-10-30T14:10:27.056Z[ host-image] Oct 30 14:10:26.352 INFO O| Oct 30 14:10:26.352 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94142024-10-30T14:10:27.063Z[ host-image] Oct 30 14:10:26.361 INFO O| Oct 30 14:10:26.361 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
94152024-10-30T14:10:27.066Z[ host-image] Oct 30 14:10:26.361 INFO O| Oct 30 14:10:26.361 INFO copying /tmp/.tmpkhtB9N/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 ...
94162024-10-30T14:10:27.066Z[ host-image] Oct 30 14:10:26.362 INFO O| Oct 30 14:10:26.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
94172024-10-30T14:10:27.066Z[ host-image] Oct 30 14:10:26.362 INFO O| Oct 30 14:10:26.362 INFO ok!
94182024-10-30T14:10:27.066Z[ host-image] Oct 30 14:10:26.362 INFO O| Oct 30 14:10:26.362 INFO STEP 96 (ensure_file) COMPLETE
94192024-10-30T14:10:27.066Z[ host-image] Oct 30 14:10:26.362 INFO O| Oct 30 14:10:26.362 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94202024-10-30T14:10:27.073Z[ host-image] Oct 30 14:10:26.371 INFO O| Oct 30 14:10:26.371 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
94212024-10-30T14:10:27.075Z[ host-image] Oct 30 14:10:26.371 INFO O| Oct 30 14:10:26.371 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
94222024-10-30T14:10:27.076Z[ host-image] Oct 30 14:10:26.371 INFO O| Oct 30 14:10:26.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
94232024-10-30T14:10:27.076Z[ host-image] Oct 30 14:10:26.371 INFO O| Oct 30 14:10:26.371 INFO ok!
94242024-10-30T14:10:27.076Z[ host-image] Oct 30 14:10:26.372 INFO O| Oct 30 14:10:26.371 INFO STEP 97 (ensure_file) COMPLETE
94252024-10-30T14:10:27.076Z[ host-image] Oct 30 14:10:26.372 INFO O| Oct 30 14:10:26.371 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94262024-10-30T14:10:27.076Z[ recovery-image] Oct 30 14:10:26.373 INFO image complete! materials are in "/work/os-recovery"
94272024-10-30T14:10:27.078Z[ recovery-image]
94282024-10-30T14:10:27.078Z[ recovery-image] real 8:04.853563500
94292024-10-30T14:10:27.078Z[ recovery-image] user 5:22.813167896
94302024-10-30T14:10:27.078Z[ recovery-image] sys 54.546993288
94312024-10-30T14:10:27.078Z[ recovery-image] trap 0.248280283
94322024-10-30T14:10:27.078Z[ recovery-image] tflt 0.299410960
94332024-10-30T14:10:27.079Z[ recovery-image] dflt 0.789137165
94342024-10-30T14:10:27.079Z[ recovery-image] kflt 0.000006529
94352024-10-30T14:10:27.079Z[ recovery-image] lock 17:15.090182138
94362024-10-30T14:10:27.079Z[ recovery-image] slp 48:13.980698810
94372024-10-30T14:10:27.079Z[ recovery-image] lat 2:16.735002391
94382024-10-30T14:10:27.079Z[ recovery-image] stop 3.786019960
94392024-10-30T14:10:27.079ZOct 30 14:10:26.376 INFO [recovery-image] process exited with exit status: 0 (484.900860924s)
94402024-10-30T14:10:27.083Z[ host-image] Oct 30 14:10:26.381 INFO O| Oct 30 14:10:26.381 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
94412024-10-30T14:10:27.083Z[ host-image] Oct 30 14:10:26.381 INFO O| Oct 30 14:10:26.381 INFO copying /tmp/.tmpkhtB9N/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 ...
94422024-10-30T14:10:27.085Z[ host-image] Oct 30 14:10:26.381 INFO O| Oct 30 14:10:26.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
94432024-10-30T14:10:27.085Z[ host-image] Oct 30 14:10:26.381 INFO O| Oct 30 14:10:26.381 INFO ok!
94442024-10-30T14:10:27.085Z[ host-image] Oct 30 14:10:26.381 INFO O| Oct 30 14:10:26.381 INFO STEP 98 (ensure_file) COMPLETE
94452024-10-30T14:10:27.085Z[ host-image] Oct 30 14:10:26.381 INFO O| Oct 30 14:10:26.381 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94462024-10-30T14:10:27.093Z[ host-image] Oct 30 14:10:26.391 INFO O| Oct 30 14:10:26.391 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
94472024-10-30T14:10:27.093Z[ host-image] Oct 30 14:10:26.391 INFO O| Oct 30 14:10:26.391 INFO copying /tmp/.tmpkhtB9N/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 ...
94482024-10-30T14:10:27.096Z[ host-image] Oct 30 14:10:26.391 INFO O| Oct 30 14:10:26.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
94492024-10-30T14:10:27.096Z[ host-image] Oct 30 14:10:26.391 INFO O| Oct 30 14:10:26.391 INFO ok!
94502024-10-30T14:10:27.096Z[ host-image] Oct 30 14:10:26.391 INFO O| Oct 30 14:10:26.391 INFO STEP 99 (ensure_file) COMPLETE
94512024-10-30T14:10:27.096Z[ host-image] Oct 30 14:10:26.391 INFO O| Oct 30 14:10:26.391 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94522024-10-30T14:10:27.102Z[ host-image] Oct 30 14:10:26.401 INFO O| Oct 30 14:10:26.400 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
94532024-10-30T14:10:27.102Z[ host-image] Oct 30 14:10:26.401 INFO O| Oct 30 14:10:26.401 INFO copying /tmp/.tmpkhtB9N/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 ...
94542024-10-30T14:10:27.105Z[ host-image] Oct 30 14:10:26.401 INFO O| Oct 30 14:10:26.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
94552024-10-30T14:10:27.105Z[ host-image] Oct 30 14:10:26.401 INFO O| Oct 30 14:10:26.401 INFO ok!
94562024-10-30T14:10:27.105Z[ host-image] Oct 30 14:10:26.401 INFO O| Oct 30 14:10:26.401 INFO STEP 100 (ensure_file) COMPLETE
94572024-10-30T14:10:27.105Z[ host-image] Oct 30 14:10:26.401 INFO O| Oct 30 14:10:26.401 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94582024-10-30T14:10:27.112Z[ host-image] Oct 30 14:10:26.410 INFO O| Oct 30 14:10:26.410 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
94592024-10-30T14:10:27.112Z[ host-image] Oct 30 14:10:26.410 INFO O| Oct 30 14:10:26.410 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
94602024-10-30T14:10:27.114Z[ host-image] Oct 30 14:10:26.410 INFO O| Oct 30 14:10:26.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
94612024-10-30T14:10:27.114Z[ host-image] Oct 30 14:10:26.410 INFO O| Oct 30 14:10:26.410 INFO ok!
94622024-10-30T14:10:27.114Z[ host-image] Oct 30 14:10:26.410 INFO O| Oct 30 14:10:26.410 INFO STEP 101 (ensure_file) COMPLETE
94632024-10-30T14:10:27.114Z[ host-image] Oct 30 14:10:26.410 INFO O| Oct 30 14:10:26.410 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94642024-10-30T14:10:27.121Z[ host-image] Oct 30 14:10:26.420 INFO O| Oct 30 14:10:26.420 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
94652024-10-30T14:10:27.121Z[ host-image] Oct 30 14:10:26.420 INFO O| Oct 30 14:10:26.420 INFO copying /tmp/.tmpkhtB9N/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 ...
94662024-10-30T14:10:27.124Z[ host-image] Oct 30 14:10:26.420 INFO O| Oct 30 14:10:26.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
94672024-10-30T14:10:27.124Z[ host-image] Oct 30 14:10:26.420 INFO O| Oct 30 14:10:26.420 INFO ok!
94682024-10-30T14:10:27.124Z[ host-image] Oct 30 14:10:26.420 INFO O| Oct 30 14:10:26.420 INFO STEP 102 (ensure_file) COMPLETE
94692024-10-30T14:10:27.124Z[ host-image] Oct 30 14:10:26.420 INFO O| Oct 30 14:10:26.420 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94702024-10-30T14:10:27.131Z[ host-image] Oct 30 14:10:26.430 INFO O| Oct 30 14:10:26.430 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
94712024-10-30T14:10:27.134Z[ host-image] Oct 30 14:10:26.430 INFO O| Oct 30 14:10:26.430 INFO copying /tmp/.tmpkhtB9N/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 ...
94722024-10-30T14:10:27.134Z[ host-image] Oct 30 14:10:26.430 INFO O| Oct 30 14:10:26.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94732024-10-30T14:10:27.134Z[ host-image] Oct 30 14:10:26.430 INFO O| Oct 30 14:10:26.430 INFO ok!
94742024-10-30T14:10:27.134Z[ host-image] Oct 30 14:10:26.430 INFO O| Oct 30 14:10:26.430 INFO STEP 103 (ensure_file) COMPLETE
94752024-10-30T14:10:27.134Z[ host-image] Oct 30 14:10:26.430 INFO O| Oct 30 14:10:26.430 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94762024-10-30T14:10:27.143Z[ host-image] Oct 30 14:10:26.439 INFO O| Oct 30 14:10:26.439 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94772024-10-30T14:10:27.143Z[ host-image] Oct 30 14:10:26.439 INFO O| Oct 30 14:10:26.439 INFO copying /tmp/.tmpkhtB9N/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 ...
94782024-10-30T14:10:27.143Z[ host-image] Oct 30 14:10:26.440 INFO O| Oct 30 14:10:26.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
94792024-10-30T14:10:27.143Z[ host-image] Oct 30 14:10:26.440 INFO O| Oct 30 14:10:26.440 INFO ok!
94802024-10-30T14:10:27.144Z[ host-image] Oct 30 14:10:26.440 INFO O| Oct 30 14:10:26.440 INFO STEP 104 (ensure_file) COMPLETE
94812024-10-30T14:10:27.144Z[ host-image] Oct 30 14:10:26.440 INFO O| Oct 30 14:10:26.440 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94822024-10-30T14:10:27.151Z[ host-image] Oct 30 14:10:26.449 INFO O| Oct 30 14:10:26.449 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
94832024-10-30T14:10:27.151Z[ host-image] Oct 30 14:10:26.449 INFO O| Oct 30 14:10:26.449 INFO copying /tmp/.tmpkhtB9N/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 ...
94842024-10-30T14:10:27.154Z[ host-image] Oct 30 14:10:26.449 INFO O| Oct 30 14:10:26.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
94852024-10-30T14:10:27.154Z[ host-image] Oct 30 14:10:26.449 INFO O| Oct 30 14:10:26.449 INFO ok!
94862024-10-30T14:10:27.154Z[ host-image] Oct 30 14:10:26.449 INFO O| Oct 30 14:10:26.449 INFO STEP 105 (ensure_file) COMPLETE
94872024-10-30T14:10:27.154Z[ host-image] Oct 30 14:10:26.449 INFO O| Oct 30 14:10:26.449 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94882024-10-30T14:10:27.161Z[ host-image] Oct 30 14:10:26.459 INFO O| Oct 30 14:10:26.459 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
94892024-10-30T14:10:27.161Z[ host-image] Oct 30 14:10:26.459 INFO O| Oct 30 14:10:26.459 INFO copying /tmp/.tmpkhtB9N/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 ...
94902024-10-30T14:10:27.161Z[ host-image] Oct 30 14:10:26.459 INFO O| Oct 30 14:10:26.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
94912024-10-30T14:10:27.163Z[ host-image] Oct 30 14:10:26.459 INFO O| Oct 30 14:10:26.459 INFO ok!
94922024-10-30T14:10:27.164Z[ host-image] Oct 30 14:10:26.459 INFO O| Oct 30 14:10:26.459 INFO STEP 106 (ensure_file) COMPLETE
94932024-10-30T14:10:27.164Z[ host-image] Oct 30 14:10:26.459 INFO O| Oct 30 14:10:26.459 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94942024-10-30T14:10:27.236Z[ host-image] Oct 30 14:10:26.469 INFO O| Oct 30 14:10:26.469 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
94952024-10-30T14:10:27.239Z[ host-image] Oct 30 14:10:26.469 INFO O| Oct 30 14:10:26.469 INFO copying /tmp/.tmpkhtB9N/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 ...
94962024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.469 INFO O| Oct 30 14:10:26.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
94972024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.469 INFO O| Oct 30 14:10:26.469 INFO ok!
94982024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.469 INFO O| Oct 30 14:10:26.469 INFO STEP 107 (ensure_file) COMPLETE
94992024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.470 INFO O| Oct 30 14:10:26.469 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95002024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.480 INFO O| Oct 30 14:10:26.480 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
95012024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.480 INFO O| Oct 30 14:10:26.480 INFO copying /tmp/.tmpkhtB9N/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 ...
95022024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.480 INFO O| Oct 30 14:10:26.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
95032024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.480 INFO O| Oct 30 14:10:26.480 INFO ok!
95042024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.480 INFO O| Oct 30 14:10:26.480 INFO STEP 108 (ensure_file) COMPLETE
95052024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.480 INFO O| Oct 30 14:10:26.480 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95062024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.490 INFO O| Oct 30 14:10:26.490 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
95072024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.490 INFO O| Oct 30 14:10:26.490 INFO copying /tmp/.tmpkhtB9N/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 ...
95082024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.490 INFO O| Oct 30 14:10:26.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
95092024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.490 INFO O| Oct 30 14:10:26.490 INFO ok!
95102024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.490 INFO O| Oct 30 14:10:26.490 INFO STEP 109 (ensure_file) COMPLETE
95112024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.490 INFO O| Oct 30 14:10:26.490 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95122024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.499 INFO O| Oct 30 14:10:26.499 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
95132024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.499 INFO O| Oct 30 14:10:26.499 INFO copying /tmp/.tmpkhtB9N/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 ...
95142024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.499 INFO O| Oct 30 14:10:26.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
95152024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.499 INFO O| Oct 30 14:10:26.499 INFO ok!
95162024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.499 INFO O| Oct 30 14:10:26.499 INFO STEP 110 (ensure_file) COMPLETE
95172024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.499 INFO O| Oct 30 14:10:26.499 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95182024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.509 INFO O| Oct 30 14:10:26.509 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
95192024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.509 INFO O| Oct 30 14:10:26.509 INFO copying /tmp/.tmpkhtB9N/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 ...
95202024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.509 INFO O| Oct 30 14:10:26.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
95212024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.509 INFO O| Oct 30 14:10:26.509 INFO ok!
95222024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.510 INFO O| Oct 30 14:10:26.509 INFO STEP 111 (ensure_file) COMPLETE
95232024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.510 INFO O| Oct 30 14:10:26.509 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95242024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.519 INFO O| Oct 30 14:10:26.519 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
95252024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.519 INFO O| Oct 30 14:10:26.519 INFO copying /tmp/.tmpkhtB9N/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 ...
95262024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.520 INFO O| Oct 30 14:10:26.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
95272024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.520 INFO O| Oct 30 14:10:26.519 INFO ok!
95282024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.520 INFO O| Oct 30 14:10:26.520 INFO STEP 112 (ensure_file) COMPLETE
95292024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.520 INFO O| Oct 30 14:10:26.520 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95302024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.529 INFO O| Oct 30 14:10:26.529 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
95312024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.529 INFO O| Oct 30 14:10:26.529 INFO copying /tmp/.tmpkhtB9N/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 ...
95322024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.529 INFO O| Oct 30 14:10:26.529 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
95332024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.529 INFO O| Oct 30 14:10:26.529 INFO ok!
95342024-10-30T14:10:27.240Z[ host-image] Oct 30 14:10:26.529 INFO O| Oct 30 14:10:26.529 INFO STEP 113 (ensure_file) COMPLETE
95352024-10-30T14:10:27.241Z[ host-image] Oct 30 14:10:26.529 INFO O| Oct 30 14:10:26.529 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95362024-10-30T14:10:27.244Z[ host-image] Oct 30 14:10:26.539 INFO O| Oct 30 14:10:26.539 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
95372024-10-30T14:10:27.244Z[ host-image] Oct 30 14:10:26.539 INFO O| Oct 30 14:10:26.539 INFO copying /tmp/.tmpkhtB9N/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 ...
95382024-10-30T14:10:27.244Z[ host-image] Oct 30 14:10:26.539 INFO O| Oct 30 14:10:26.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
95392024-10-30T14:10:27.244Z[ host-image] Oct 30 14:10:26.539 INFO O| Oct 30 14:10:26.539 INFO ok!
95402024-10-30T14:10:27.244Z[ host-image] Oct 30 14:10:26.539 INFO O| Oct 30 14:10:26.539 INFO STEP 114 (ensure_file) COMPLETE
95412024-10-30T14:10:27.244Z[ host-image] Oct 30 14:10:26.540 INFO O| Oct 30 14:10:26.539 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95422024-10-30T14:10:27.251Z[ host-image] Oct 30 14:10:26.549 INFO O| Oct 30 14:10:26.549 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
95432024-10-30T14:10:27.251Z[ host-image] Oct 30 14:10:26.549 INFO O| Oct 30 14:10:26.549 INFO copying /tmp/.tmpkhtB9N/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 ...
95442024-10-30T14:10:27.254Z[ host-image] Oct 30 14:10:26.550 INFO O| Oct 30 14:10:26.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
95452024-10-30T14:10:27.254Z[ host-image] Oct 30 14:10:26.550 INFO O| Oct 30 14:10:26.550 INFO ok!
95462024-10-30T14:10:27.254Z[ host-image] Oct 30 14:10:26.550 INFO O| Oct 30 14:10:26.550 INFO STEP 115 (ensure_file) COMPLETE
95472024-10-30T14:10:27.254Z[ host-image] Oct 30 14:10:26.550 INFO O| Oct 30 14:10:26.550 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95482024-10-30T14:10:27.261Z[ host-image] Oct 30 14:10:26.559 INFO O| Oct 30 14:10:26.559 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
95492024-10-30T14:10:27.264Z[ host-image] Oct 30 14:10:26.559 INFO O| Oct 30 14:10:26.559 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
95502024-10-30T14:10:27.264Z[ host-image] Oct 30 14:10:26.560 INFO O| Oct 30 14:10:26.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
95512024-10-30T14:10:27.264Z[ host-image] Oct 30 14:10:26.560 INFO O| Oct 30 14:10:26.560 INFO ok!
95522024-10-30T14:10:27.264Z[ host-image] Oct 30 14:10:26.560 INFO O| Oct 30 14:10:26.560 INFO STEP 116 (ensure_file) COMPLETE
95532024-10-30T14:10:27.264Z[ host-image] Oct 30 14:10:26.560 INFO O| Oct 30 14:10:26.560 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95542024-10-30T14:10:27.271Z[ host-image] Oct 30 14:10:26.569 INFO O| Oct 30 14:10:26.569 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
95552024-10-30T14:10:27.271Z[ host-image] Oct 30 14:10:26.569 INFO O| Oct 30 14:10:26.569 INFO copying /tmp/.tmpkhtB9N/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 ...
95562024-10-30T14:10:27.274Z[ host-image] Oct 30 14:10:26.569 INFO O| Oct 30 14:10:26.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
95572024-10-30T14:10:27.274Z[ host-image] Oct 30 14:10:26.569 INFO O| Oct 30 14:10:26.569 INFO ok!
95582024-10-30T14:10:27.274Z[ host-image] Oct 30 14:10:26.569 INFO O| Oct 30 14:10:26.569 INFO STEP 117 (ensure_file) COMPLETE
95592024-10-30T14:10:27.274Z[ host-image] Oct 30 14:10:26.569 INFO O| Oct 30 14:10:26.569 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95602024-10-30T14:10:27.281Z[ host-image] Oct 30 14:10:26.579 INFO O| Oct 30 14:10:26.579 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
95612024-10-30T14:10:27.281Z[ host-image] Oct 30 14:10:26.579 INFO O| Oct 30 14:10:26.579 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
95622024-10-30T14:10:27.283Z[ host-image] Oct 30 14:10:26.579 INFO O| Oct 30 14:10:26.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
95632024-10-30T14:10:27.283Z[ host-image] Oct 30 14:10:26.579 INFO O| Oct 30 14:10:26.579 INFO ok!
95642024-10-30T14:10:27.283Z[ host-image] Oct 30 14:10:26.579 INFO O| Oct 30 14:10:26.579 INFO STEP 118 (ensure_file) COMPLETE
95652024-10-30T14:10:27.283Z[ host-image] Oct 30 14:10:26.579 INFO O| Oct 30 14:10:26.579 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95662024-10-30T14:10:27.291Z[ host-image] Oct 30 14:10:26.589 INFO O| Oct 30 14:10:26.589 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
95672024-10-30T14:10:27.291Z[ host-image] Oct 30 14:10:26.589 INFO O| Oct 30 14:10:26.589 INFO copying /tmp/.tmpkhtB9N/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
95682024-10-30T14:10:30.845Z[ host-image] Oct 30 14:10:30.142 INFO O| Oct 30 14:10:30.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
95692024-10-30T14:10:30.845Z[ host-image] Oct 30 14:10:30.142 INFO O| Oct 30 14:10:30.142 INFO ok!
95702024-10-30T14:10:30.848Z[ host-image] Oct 30 14:10:30.142 INFO O| Oct 30 14:10:30.142 INFO STEP 119 (ensure_file) COMPLETE
95712024-10-30T14:10:30.848Z[ host-image] Oct 30 14:10:30.142 INFO O| Oct 30 14:10:30.142 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95722024-10-30T14:10:30.857Z[ host-image] Oct 30 14:10:30.155 INFO O| Oct 30 14:10:30.154 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95732024-10-30T14:10:30.857Z[ host-image] Oct 30 14:10:30.155 INFO O| Oct 30 14:10:30.155 INFO STEP 120 (ensure_dir) COMPLETE
95742024-10-30T14:10:30.859Z[ host-image] Oct 30 14:10:30.155 INFO O| Oct 30 14:10:30.155 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95752024-10-30T14:10:30.867Z[ host-image] Oct 30 14:10:30.165 INFO O| Oct 30 14:10:30.165 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95762024-10-30T14:10:30.867Z[ host-image] Oct 30 14:10:30.165 INFO O| Oct 30 14:10:30.165 INFO STEP 121 (ensure_dir) COMPLETE
95772024-10-30T14:10:30.867Z[ host-image] Oct 30 14:10:30.165 INFO O| Oct 30 14:10:30.165 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95782024-10-30T14:10:30.877Z[ host-image] Oct 30 14:10:30.175 INFO O| Oct 30 14:10:30.175 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
95792024-10-30T14:10:30.877Z[ host-image] Oct 30 14:10:30.175 INFO O| Oct 30 14:10:30.175 INFO STEP 122 (ensure_dir) COMPLETE
95802024-10-30T14:10:30.880Z[ host-image] Oct 30 14:10:30.175 INFO O| Oct 30 14:10:30.175 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95812024-10-30T14:10:30.886Z[ host-image] Oct 30 14:10:30.184 INFO O| Oct 30 14:10:30.184 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
95822024-10-30T14:10:30.886Z[ host-image] Oct 30 14:10:30.184 INFO O| Oct 30 14:10:30.184 INFO STEP 123 (ensure_dir) COMPLETE
95832024-10-30T14:10:30.890Z[ host-image] Oct 30 14:10:30.184 INFO O| Oct 30 14:10:30.184 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95842024-10-30T14:10:30.896Z[ host-image] Oct 30 14:10:30.194 INFO O| Oct 30 14:10:30.194 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
95852024-10-30T14:10:30.896Z[ host-image] Oct 30 14:10:30.194 INFO O| Oct 30 14:10:30.194 INFO copying /tmp/.tmpkhtB9N/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 ...
95862024-10-30T14:10:30.899Z[ host-image] Oct 30 14:10:30.194 INFO O| Oct 30 14:10:30.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
95872024-10-30T14:10:30.899Z[ host-image] Oct 30 14:10:30.194 INFO O| Oct 30 14:10:30.194 INFO ok!
95882024-10-30T14:10:30.899Z[ host-image] Oct 30 14:10:30.194 INFO O| Oct 30 14:10:30.194 INFO STEP 124 (ensure_file) COMPLETE
95892024-10-30T14:10:30.899Z[ host-image] Oct 30 14:10:30.194 INFO O| Oct 30 14:10:30.194 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95902024-10-30T14:10:30.906Z[ host-image] Oct 30 14:10:30.204 INFO O| Oct 30 14:10:30.203 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95912024-10-30T14:10:30.906Z[ host-image] Oct 30 14:10:30.204 INFO O| Oct 30 14:10:30.204 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95922024-10-30T14:10:30.906Z[ host-image] Oct 30 14:10:30.204 INFO O| Oct 30 14:10:30.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
95932024-10-30T14:10:30.906Z[ host-image] Oct 30 14:10:30.204 INFO O| Oct 30 14:10:30.204 INFO STEP 125 (ensure_dir) COMPLETE
95942024-10-30T14:10:30.908Z[ host-image] Oct 30 14:10:30.204 INFO O| Oct 30 14:10:30.204 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95952024-10-30T14:10:30.915Z[ host-image] Oct 30 14:10:30.213 INFO O| Oct 30 14:10:30.213 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
95962024-10-30T14:10:30.915Z[ host-image] Oct 30 14:10:30.213 INFO O| Oct 30 14:10:30.213 INFO copying /tmp/.tmpkhtB9N/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
95972024-10-30T14:10:30.918Z[ host-image] Oct 30 14:10:30.213 INFO O| Oct 30 14:10:30.213 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
95982024-10-30T14:10:30.918Z[ host-image] Oct 30 14:10:30.213 INFO O| Oct 30 14:10:30.213 INFO ok!
95992024-10-30T14:10:30.918Z[ host-image] Oct 30 14:10:30.213 INFO O| Oct 30 14:10:30.213 INFO STEP 126 (ensure_file) COMPLETE
96002024-10-30T14:10:30.918Z[ host-image] Oct 30 14:10:30.213 INFO O| Oct 30 14:10:30.213 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96012024-10-30T14:10:30.925Z[ host-image] Oct 30 14:10:30.223 INFO O| Oct 30 14:10:30.223 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
96022024-10-30T14:10:30.927Z[ host-image] Oct 30 14:10:30.223 INFO O| Oct 30 14:10:30.223 INFO STEP 127 (remove_files) COMPLETE
96032024-10-30T14:10:30.927Z[ host-image] Oct 30 14:10:30.223 INFO O| Oct 30 14:10:30.223 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96042024-10-30T14:10:30.934Z[ host-image] Oct 30 14:10:30.232 INFO O| Oct 30 14:10:30.232 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
96052024-10-30T14:10:30.938Z[ host-image] Oct 30 14:10:30.233 INFO O| Oct 30 14:10:30.232 INFO STEP 128 (remove_files) COMPLETE
96062024-10-30T14:10:30.938Z[ host-image] Oct 30 14:10:30.233 INFO O| Oct 30 14:10:30.233 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96072024-10-30T14:10:30.944Z[ host-image] Oct 30 14:10:30.242 INFO O| Oct 30 14:10:30.242 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
96082024-10-30T14:10:30.947Z[ host-image] Oct 30 14:10:30.242 INFO O| Oct 30 14:10:30.242 INFO STEP 129 (remove_files) COMPLETE
96092024-10-30T14:10:30.947Z[ host-image] Oct 30 14:10:30.242 INFO O| Oct 30 14:10:30.242 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96102024-10-30T14:10:30.954Z[ host-image] Oct 30 14:10:30.252 INFO O| Oct 30 14:10:30.251 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
96112024-10-30T14:10:30.956Z[ host-image] Oct 30 14:10:30.252 INFO O| Oct 30 14:10:30.252 INFO STEP 130 (remove_files) COMPLETE
96122024-10-30T14:10:30.956Z[ host-image] Oct 30 14:10:30.252 INFO O| Oct 30 14:10:30.252 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96132024-10-30T14:10:30.963Z[ host-image] Oct 30 14:10:30.261 INFO O| Oct 30 14:10:30.261 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
96142024-10-30T14:10:30.966Z[ host-image] Oct 30 14:10:30.261 INFO O| Oct 30 14:10:30.261 INFO STEP 131 (remove_files) COMPLETE
96152024-10-30T14:10:30.966Z[ host-image] Oct 30 14:10:30.261 INFO O| Oct 30 14:10:30.261 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96162024-10-30T14:10:30.973Z[ host-image] Oct 30 14:10:30.271 INFO O| Oct 30 14:10:30.271 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
96172024-10-30T14:10:30.975Z[ host-image] Oct 30 14:10:30.271 INFO O| Oct 30 14:10:30.271 INFO STEP 132 (remove_files) COMPLETE
96182024-10-30T14:10:30.975Z[ host-image] Oct 30 14:10:30.271 INFO O| Oct 30 14:10:30.271 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96192024-10-30T14:10:30.982Z[ host-image] Oct 30 14:10:30.280 INFO O| Oct 30 14:10:30.280 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
96202024-10-30T14:10:30.985Z[ host-image] Oct 30 14:10:30.280 INFO O| Oct 30 14:10:30.280 INFO STEP 133 (remove_files) COMPLETE
96212024-10-30T14:10:30.985Z[ host-image] Oct 30 14:10:30.280 INFO O| Oct 30 14:10:30.280 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96222024-10-30T14:10:30.992Z[ host-image] Oct 30 14:10:30.290 INFO O| Oct 30 14:10:30.290 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
96232024-10-30T14:10:30.992Z[ host-image] Oct 30 14:10:30.290 INFO O| Oct 30 14:10:30.290 INFO STEP 134 (remove_files) COMPLETE
96242024-10-30T14:10:30.994Z[ host-image] Oct 30 14:10:30.290 INFO O| Oct 30 14:10:30.290 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96252024-10-30T14:10:31.001Z[ host-image] Oct 30 14:10:30.299 INFO O| Oct 30 14:10:30.299 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
96262024-10-30T14:10:31.001Z[ host-image] Oct 30 14:10:30.299 INFO O| Oct 30 14:10:30.299 INFO STEP 135 (remove_files) COMPLETE
96272024-10-30T14:10:31.004Z[ host-image] Oct 30 14:10:30.299 INFO O| Oct 30 14:10:30.299 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96282024-10-30T14:10:31.011Z[ host-image] Oct 30 14:10:30.309 INFO O| Oct 30 14:10:30.309 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
96292024-10-30T14:10:31.013Z[ host-image] Oct 30 14:10:30.309 INFO O| Oct 30 14:10:30.309 INFO STEP 136 (remove_files) COMPLETE
96302024-10-30T14:10:31.013Z[ host-image] Oct 30 14:10:30.309 INFO O| Oct 30 14:10:30.309 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96312024-10-30T14:10:31.020Z[ host-image] Oct 30 14:10:30.318 INFO O| Oct 30 14:10:30.318 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
96322024-10-30T14:10:31.020Z[ host-image] Oct 30 14:10:30.318 INFO O| Oct 30 14:10:30.318 INFO STEP 137 (remove_files) COMPLETE
96332024-10-30T14:10:31.023Z[ host-image] Oct 30 14:10:30.318 INFO O| Oct 30 14:10:30.318 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96342024-10-30T14:10:31.030Z[ host-image] Oct 30 14:10:30.328 INFO O| Oct 30 14:10:30.328 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
96352024-10-30T14:10:31.030Z[ host-image] Oct 30 14:10:30.328 INFO O| Oct 30 14:10:30.328 INFO STEP 138 (remove_files) COMPLETE
96362024-10-30T14:10:31.032Z[ host-image] Oct 30 14:10:30.328 INFO O| Oct 30 14:10:30.328 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96372024-10-30T14:10:31.039Z[ host-image] Oct 30 14:10:30.337 INFO O| Oct 30 14:10:30.337 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
96382024-10-30T14:10:31.039Z[ host-image] Oct 30 14:10:30.337 INFO O| Oct 30 14:10:30.337 INFO STEP 139 (remove_files) COMPLETE
96392024-10-30T14:10:31.042Z[ host-image] Oct 30 14:10:30.337 INFO O| Oct 30 14:10:30.337 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96402024-10-30T14:10:31.049Z[ host-image] Oct 30 14:10:30.347 INFO O| Oct 30 14:10:30.347 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
96412024-10-30T14:10:31.049Z[ host-image] Oct 30 14:10:30.347 INFO O| Oct 30 14:10:30.347 INFO STEP 140 (remove_files) COMPLETE
96422024-10-30T14:10:31.051Z[ host-image] Oct 30 14:10:30.347 INFO O| Oct 30 14:10:30.347 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96432024-10-30T14:10:31.058Z[ host-image] Oct 30 14:10:30.356 INFO O| Oct 30 14:10:30.356 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
96442024-10-30T14:10:31.061Z[ host-image] Oct 30 14:10:30.356 INFO O| Oct 30 14:10:30.356 INFO STEP 141 (remove_files) COMPLETE
96452024-10-30T14:10:31.061Z[ host-image] Oct 30 14:10:30.356 INFO O| Oct 30 14:10:30.356 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96462024-10-30T14:10:31.068Z[ host-image] Oct 30 14:10:30.366 INFO O| Oct 30 14:10:30.366 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
96472024-10-30T14:10:31.068Z[ host-image] Oct 30 14:10:30.366 INFO O| Oct 30 14:10:30.366 INFO STEP 142 (remove_files) COMPLETE
96482024-10-30T14:10:31.071Z[ host-image] Oct 30 14:10:30.366 INFO O| Oct 30 14:10:30.366 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96492024-10-30T14:10:31.077Z[ host-image] Oct 30 14:10:30.375 INFO O| Oct 30 14:10:30.375 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
96502024-10-30T14:10:31.077Z[ host-image] Oct 30 14:10:30.375 INFO O| Oct 30 14:10:30.375 INFO STEP 143 (remove_files) COMPLETE
96512024-10-30T14:10:31.080Z[ host-image] Oct 30 14:10:30.375 INFO O| Oct 30 14:10:30.375 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96522024-10-30T14:10:31.087Z[ host-image] Oct 30 14:10:30.385 INFO O| Oct 30 14:10:30.385 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
96532024-10-30T14:10:31.087Z[ host-image] Oct 30 14:10:30.385 INFO O| Oct 30 14:10:30.385 INFO STEP 144 (remove_files) COMPLETE
96542024-10-30T14:10:31.089Z[ host-image] Oct 30 14:10:30.385 INFO O| Oct 30 14:10:30.385 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96552024-10-30T14:10:31.097Z[ host-image] Oct 30 14:10:30.394 INFO O| Oct 30 14:10:30.394 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
96562024-10-30T14:10:31.097Z[ host-image] Oct 30 14:10:30.395 INFO O| Oct 30 14:10:30.394 INFO STEP 145 (remove_files) COMPLETE
96572024-10-30T14:10:31.099Z[ host-image] Oct 30 14:10:30.395 INFO O| Oct 30 14:10:30.395 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96582024-10-30T14:10:31.106Z[ host-image] Oct 30 14:10:30.404 INFO O| Oct 30 14:10:30.404 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
96592024-10-30T14:10:31.106Z[ host-image] Oct 30 14:10:30.404 INFO O| Oct 30 14:10:30.404 INFO STEP 146 (remove_files) COMPLETE
96602024-10-30T14:10:31.108Z[ host-image] Oct 30 14:10:30.404 INFO O| Oct 30 14:10:30.404 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96612024-10-30T14:10:31.116Z[ host-image] Oct 30 14:10:30.413 INFO O| Oct 30 14:10:30.413 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96622024-10-30T14:10:31.116Z[ host-image] Oct 30 14:10:30.413 INFO O| Oct 30 14:10:30.413 INFO STEP 147 (remove_files) COMPLETE
96632024-10-30T14:10:31.118Z[ host-image] Oct 30 14:10:30.413 INFO O| Oct 30 14:10:30.413 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96642024-10-30T14:10:31.125Z[ host-image] Oct 30 14:10:30.423 INFO O| Oct 30 14:10:30.423 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
96652024-10-30T14:10:31.127Z[ host-image] Oct 30 14:10:30.423 INFO O| Oct 30 14:10:30.423 INFO STEP 148 (remove_files) COMPLETE
96662024-10-30T14:10:31.128Z[ host-image] Oct 30 14:10:30.423 INFO O| Oct 30 14:10:30.423 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96672024-10-30T14:10:31.134Z[ host-image] Oct 30 14:10:30.432 INFO O| Oct 30 14:10:30.432 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96682024-10-30T14:10:31.135Z[ host-image] Oct 30 14:10:30.432 INFO O| Oct 30 14:10:30.432 INFO STEP 149 (remove_files) COMPLETE
96692024-10-30T14:10:31.137Z[ host-image] Oct 30 14:10:30.432 INFO O| Oct 30 14:10:30.432 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96702024-10-30T14:10:31.144Z[ host-image] Oct 30 14:10:30.442 INFO O| Oct 30 14:10:30.442 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96712024-10-30T14:10:31.144Z[ host-image] Oct 30 14:10:30.442 INFO O| Oct 30 14:10:30.442 INFO STEP 150 (remove_files) COMPLETE
96722024-10-30T14:10:31.147Z[ host-image] Oct 30 14:10:30.442 INFO O| Oct 30 14:10:30.442 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96732024-10-30T14:10:31.153Z[ host-image] Oct 30 14:10:30.451 INFO O| Oct 30 14:10:30.451 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96742024-10-30T14:10:31.154Z[ host-image] Oct 30 14:10:30.451 INFO O| Oct 30 14:10:30.451 INFO STEP 151 (remove_files) COMPLETE
96752024-10-30T14:10:31.156Z[ host-image] Oct 30 14:10:30.451 INFO O| Oct 30 14:10:30.451 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96762024-10-30T14:10:31.163Z[ host-image] Oct 30 14:10:30.461 INFO O| Oct 30 14:10:30.461 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96772024-10-30T14:10:31.163Z[ host-image] Oct 30 14:10:30.461 INFO O| Oct 30 14:10:30.461 INFO STEP 152 (remove_files) COMPLETE
96782024-10-30T14:10:31.166Z[ host-image] Oct 30 14:10:30.461 INFO O| Oct 30 14:10:30.461 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96792024-10-30T14:10:31.172Z[ host-image] Oct 30 14:10:30.470 INFO O| Oct 30 14:10:30.470 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
96802024-10-30T14:10:31.173Z[ host-image] Oct 30 14:10:30.470 INFO O| Oct 30 14:10:30.470 INFO STEP 153 (remove_files) COMPLETE
96812024-10-30T14:10:31.173Z[ host-image] Oct 30 14:10:30.471 INFO O| Oct 30 14:10:30.470 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96822024-10-30T14:10:31.182Z[ host-image] Oct 30 14:10:30.480 INFO O| Oct 30 14:10:30.480 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
96832024-10-30T14:10:31.182Z[ host-image] Oct 30 14:10:30.480 INFO O| Oct 30 14:10:30.480 INFO STEP 154 (remove_files) COMPLETE
96842024-10-30T14:10:31.185Z[ host-image] Oct 30 14:10:30.480 INFO O| Oct 30 14:10:30.480 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96852024-10-30T14:10:31.192Z[ host-image] Oct 30 14:10:30.490 INFO O| Oct 30 14:10:30.490 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
96862024-10-30T14:10:31.192Z[ host-image] Oct 30 14:10:30.490 INFO O| Oct 30 14:10:30.490 INFO STEP 155 (remove_files) COMPLETE
96872024-10-30T14:10:31.194Z[ host-image] Oct 30 14:10:30.490 INFO O| Oct 30 14:10:30.490 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96882024-10-30T14:10:31.206Z[ host-image] Oct 30 14:10:30.504 INFO O| Oct 30 14:10:30.504 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
96892024-10-30T14:10:31.208Z[ host-image] Oct 30 14:10:30.504 INFO O| Oct 30 14:10:30.504 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_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"}
96902024-10-30T14:10:39.048Z[ host-image] Oct 30 14:10:38.345 INFO O| Oct 30 14:10:38.345 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
96912024-10-30T14:10:39.048Z[ host-image] Oct 30 14:10:38.345 INFO O| Oct 30 14:10:38.345 INFO E| svccfg: Loaded 74 smf(7) service descriptions
96922024-10-30T14:10:39.062Z[ host-image] Oct 30 14:10:38.359 INFO O| Oct 30 14:10:38.359 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], 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"}
96932024-10-30T14:10:39.139Z[ host-image] Oct 30 14:10:38.436 INFO O| Oct 30 14:10:38.436 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
96942024-10-30T14:10:39.139Z[ host-image] Oct 30 14:10:38.436 INFO O| Oct 30 14:10:38.436 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
96952024-10-30T14:10:39.142Z[ host-image] Oct 30 14:10:38.439 INFO O| Oct 30 14:10:38.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
96962024-10-30T14:10:39.142Z[ host-image] Oct 30 14:10:38.439 INFO O| Oct 30 14:10:38.439 INFO ok!
96972024-10-30T14:10:39.142Z[ host-image] Oct 30 14:10:38.439 INFO O| Oct 30 14:10:38.439 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
96982024-10-30T14:10:39.142Z[ host-image] Oct 30 14:10:38.439 INFO O| Oct 30 14:10:38.439 INFO STEP 156 (seed_smf) COMPLETE
96992024-10-30T14:10:39.142Z[ host-image] Oct 30 14:10:38.439 INFO O| Oct 30 14:10:38.439 INFO steps complete; finalising image!
97002024-10-30T14:10:39.142Z[ host-image] Oct 30 14:10:38.439 INFO O| Oct 30 14:10:38.439 INFO TRIM POOL: TEMPORARY-gimlet-zfs
97012024-10-30T14:10:39.279Z[ host-image] Oct 30 14:10:38.576 INFO O| Oct 30 14:10:38.576 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Wed Oct 30 14:10:38 2024)
97022024-10-30T14:10:39.502Z[ host-image] Oct 30 14:10:38.799 INFO O| Oct 30 14:10:38.799 INFO temporary pool has 686M used, 146M avail, 1.86x compressratio
97032024-10-30T14:10:39.502Z[ host-image] Oct 30 14:10:38.799 INFO O| Oct 30 14:10:38.799 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
97042024-10-30T14:10:39.786Z[ host-image] Oct 30 14:10:39.083 INFO O| Oct 30 14:10:39.083 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
97052024-10-30T14:10:39.786Z[ host-image] Oct 30 14:10:39.083 INFO O| Oct 30 14:10:39.083 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
97062024-10-30T14:10:40.814Z[ host-image] Oct 30 14:10:40.111 INFO O| Oct 30 14:10:40.111 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
97072024-10-30T14:10:40.814Z[ host-image] Oct 30 14:10:40.111 INFO O| Oct 30 14:10:40.111 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
97082024-10-30T14:10:40.817Z[ host-image] Oct 30 14:10:40.111 INFO O| Oct 30 14:10:40.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
97092024-10-30T14:10:40.817Z[ host-image] Oct 30 14:10:40.111 INFO O| Oct 30 14:10:40.111 INFO completed processing gimlet/zfs
97102024-10-30T14:10:40.817Z[ host-image] Oct 30 14:10:40.111 INFO O| Oct 30 14:10:40.111 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
97112024-10-30T14:10:47.464Z[ host-image] Oct 30 14:10:46.760 INFO O| Oct 30 14:10:46.760 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
97122024-10-30T14:10:47.546Z[ host-image] Oct 30 14:10:46.842 INFO BUILD STRING "heads/stlouis-0-g54a974bee7\n"
97132024-10-30T14:10:47.546Z[ host-image] Oct 30 14:10:46.842 INFO expanded image name: "ci 417a986/${os_short_commit} 2024-10-30 13:38" -> "ci 417a986/54a974b 2024-10-30 13:38"
97142024-10-30T14:10:47.555Z[ host-image] Oct 30 14:10:46.842 INFO output artefacts stored in: "/work/os-host"
97152024-10-30T14:10:47.555Z[ host-image] Oct 30 14:10:46.842 INFO collecting git info from project "pinprick"...
97162024-10-30T14:10:47.557Z[ host-image] Oct 30 14:10:46.847 INFO collecting git info from project "amd-host-image-builder"...
97172024-10-30T14:10:47.564Z[ host-image] Oct 30 14:10:46.861 INFO collecting git info from project "pilot"...
97182024-10-30T14:10:47.570Z[ host-image] Oct 30 14:10:46.866 INFO collecting git info from project "chelsio-t6-roms"...
97192024-10-30T14:10:47.577Z[ host-image] Oct 30 14:10:46.871 INFO collecting git info from project "image-builder"...
97202024-10-30T14:10:47.583Z[ host-image] Oct 30 14:10:46.875 INFO collecting git info from project "amd-firmware"...
97212024-10-30T14:10:47.588Z[ host-image] Oct 30 14:10:46.884 INFO collecting git info from project "bootserver"...
97222024-10-30T14:10:47.592Z[ host-image] Oct 30 14:10:46.889 INFO collecting git info from project "phbl"...
97232024-10-30T14:10:47.597Z[ host-image] Oct 30 14:10:46.893 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
97242024-10-30T14:10:47.959Z[ host-image] Oct 30 14:10:47.254 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
97252024-10-30T14:10:48.298Z[ host-image] Oct 30 14:10:47.594 INFO creating Oxide boot image...
97262024-10-30T14:10:48.298Z[ host-image] Oct 30 14:10:47.594 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 417a986/54a974b 2024-10-30 13:38", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
97272024-10-30T14:10:49.263Z[ host-image] Oct 30 14:10:48.559 INFO O| ok, image written!
97282024-10-30T14:10:49.263Z[ host-image] Oct 30 14:10:48.559 INFO O| ok, boot_image_csum file written!
97292024-10-30T14:10:49.265Z[ host-image] Oct 30 14:10:48.562 INFO creating boot archive (CPIO)...
97302024-10-30T14:10:49.265Z[ host-image] Oct 30 14:10:48.562 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
97312024-10-30T14:10:49.273Z[ host-image] Oct 30 14:10:48.569 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
97322024-10-30T14:10:49.273Z[ host-image] Oct 30 14:10:48.569 INFO E| + outfile=/work/os-host/cpio
97332024-10-30T14:10:49.276Z[ host-image] Oct 30 14:10:48.569 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
97342024-10-30T14:10:49.276Z[ host-image] Oct 30 14:10:48.571 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
97352024-10-30T14:10:49.276Z[ host-image] Oct 30 14:10:48.571 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
97362024-10-30T14:10:49.316Z[ host-image] Oct 30 14:10:48.612 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
97372024-10-30T14:10:49.316Z[ host-image] Oct 30 14:10:48.612 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
97382024-10-30T14:10:49.323Z[ host-image] Oct 30 14:10:48.620 INFO creating compressed cpio/unix for nanobl-rs...
97392024-10-30T14:10:49.323Z[ host-image] Oct 30 14:10:48.620 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
97402024-10-30T14:10:49.597Z[ host-image] Oct 30 14:10:48.893 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
97412024-10-30T14:10:53.705Z[ host-image] Oct 30 14:10:53.000 INFO creating reset image...
97422024-10-30T14:10:53.705Z[ host-image] Oct 30 14:10:53.000 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
97432024-10-30T14:10:53.792Z[ host-image] Oct 30 14:10:53.087 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
97442024-10-30T14:10:53.794Z[ host-image] Oct 30 14:10:53.088 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
97452024-10-30T14:10:53.842Z[ host-image] Oct 30 14:10:53.138 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
97462024-10-30T14:10:55.648Z[ host-image] Oct 30 14:10:54.943 INFO E| Finished `release` profile [optimized] target(s) in 1.84s
97472024-10-30T14:10:55.659Z[ host-image] Oct 30 14:10:54.954 INFO building host image...
97482024-10-30T14:10:55.661Z[ host-image] Oct 30 14:10:54.954 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")
97492024-10-30T14:10:56.144Z[ host-image] Oct 30 14:10:55.440 INFO finishing image archive at "/work/os-host/os.tar.gz"...
97502024-10-30T14:11:42.454Z[ host-image] Oct 30 14:11:41.745 INFO image complete! materials are in "/work/os-host"
97512024-10-30T14:11:42.457Z[ host-image]
97522024-10-30T14:11:42.457Z[ host-image] real 9:34.684229455
97532024-10-30T14:11:42.457Z[ host-image] user 4:56.831132344
97542024-10-30T14:11:42.457Z[ host-image] sys 52.867422583
97552024-10-30T14:11:42.457Z[ host-image] trap 0.191763451
97562024-10-30T14:11:42.457Z[ host-image] tflt 0.004134309
97572024-10-30T14:11:42.457Z[ host-image] dflt 0.068154553
97582024-10-30T14:11:42.459Z[ host-image] kflt 0.000001539
97592024-10-30T14:11:42.459Z[ host-image] lock 3:57.195347678
97602024-10-30T14:11:42.459Z[ host-image] slp 52:31.505245854
97612024-10-30T14:11:42.460Z[ host-image] lat 1:31.641383279
97622024-10-30T14:11:42.460Z[ host-image] stop 0.403399665
97632024-10-30T14:11:42.460ZOct 30 14:11:41.748 INFO [host-image] process exited with exit status: 0 (574.70159559s)
97642024-10-30T14:11:42.460ZOct 30 14:11:41.748 INFO [tuf-repo] running task
97652024-10-30T14:11:49.469ZOct 30 14:11:48.759 INFO assembling repository in `/tmp/tufaceousDNqIWG`, component: OmicronRepoAssembler
97662024-10-30T14:11:54.491ZOct 30 14:11:53.780 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
97672024-10-30T14:11:54.677ZOct 30 14:11:53.967 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
97682024-10-30T14:12:06.492ZOct 30 14:12:05.781 INFO [tuf-repo] task succeeded (24.032165768s)
97692024-10-30T14:12:06.492ZOct 30 14:12:05.781 INFO all jobs completed in 2012.895014349s
97702024-10-30T14:12:07.045Zprocess exited: duration 2607196 ms, exit code 0
 
97712024-10-30T14:12:07.052Zfound 33 output files
97722024-10-30T14:12:07.052Zuploading: /work/manifest.toml (8404 bytes)
97732024-10-30T14:12:08.064Zuploaded: /work/manifest.toml
97742024-10-30T14:12:08.064Zuploading: /work/repo.zip (1856017204 bytes)
97752024-10-30T14:12:44.929Zuploaded: /work/repo.zip
97762024-10-30T14:12:44.929Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97772024-10-30T14:12:45.972Zuploaded: /work/repo.zip.sha256.txt
97782024-10-30T14:12:45.973Zuploading: /work/helios-setup.log (65346 bytes)
97792024-10-30T14:12:46.984Zuploaded: /work/helios-setup.log
97802024-10-30T14:12:46.984Zuploading: /work/host-image.log (194565 bytes)
97812024-10-30T14:12:48.000Zuploaded: /work/host-image.log
97822024-10-30T14:12:48.000Zuploading: /work/host-package.log (22417 bytes)
97832024-10-30T14:12:49.012Zuploaded: /work/host-package.log
97842024-10-30T14:12:49.012Zuploading: /work/host-target.log (101 bytes)
97852024-10-30T14:12:50.022Zuploaded: /work/host-target.log
97862024-10-30T14:12:50.022Zuploading: /work/omicron-package.log (5011 bytes)
97872024-10-30T14:12:51.032Zuploaded: /work/omicron-package.log
97882024-10-30T14:12:51.032Zuploading: /work/phbl-toolchain.log (881 bytes)
97892024-10-30T14:12:52.041Zuploaded: /work/phbl-toolchain.log
97902024-10-30T14:12:52.041Zuploading: /work/recovery-image.log (591574 bytes)
97912024-10-30T14:12:53.063Zuploaded: /work/recovery-image.log
97922024-10-30T14:12:53.063Zuploading: /work/recovery-package.log (321 bytes)
97932024-10-30T14:12:54.072Zuploaded: /work/recovery-package.log
97942024-10-30T14:12:54.072Zuploading: /work/recovery-target.log (98 bytes)
97952024-10-30T14:12:55.083Zuploaded: /work/recovery-target.log
97962024-10-30T14:12:55.083Zuploading: /work/stamp-clickhouse.log (117 bytes)
97972024-10-30T14:12:56.092Zuploaded: /work/stamp-clickhouse.log
97982024-10-30T14:12:56.092Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
97992024-10-30T14:12:57.101Zuploaded: /work/stamp-clickhouse_keeper.log
98002024-10-30T14:12:57.101Zuploading: /work/stamp-cockroachdb.log (118 bytes)
98012024-10-30T14:12:58.109Zuploaded: /work/stamp-cockroachdb.log
98022024-10-30T14:12:58.109Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
98032024-10-30T14:12:59.118Zuploaded: /work/stamp-crucible-dtrace.log
98042024-10-30T14:12:59.118Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
98052024-10-30T14:13:00.126Zuploaded: /work/stamp-crucible-pantry-zone.log
98062024-10-30T14:13:00.126Zuploading: /work/stamp-crucible-zone.log (120 bytes)
98072024-10-30T14:13:01.134Zuploaded: /work/stamp-crucible-zone.log
98082024-10-30T14:13:01.134Zuploading: /work/stamp-external-dns.log (119 bytes)
98092024-10-30T14:13:02.143Zuploaded: /work/stamp-external-dns.log
98102024-10-30T14:13:02.143Zuploading: /work/stamp-installinator.log (103 bytes)
98112024-10-30T14:13:03.152Zuploaded: /work/stamp-installinator.log
98122024-10-30T14:13:03.152Zuploading: /work/stamp-internal-dns.log (119 bytes)
98132024-10-30T14:13:04.161Zuploaded: /work/stamp-internal-dns.log
98142024-10-30T14:13:04.161Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
98152024-10-30T14:13:05.170Zuploaded: /work/stamp-mg-ddm-gz.log
98162024-10-30T14:13:05.170Zuploading: /work/stamp-nexus.log (112 bytes)
98172024-10-30T14:13:06.178Zuploaded: /work/stamp-nexus.log
98182024-10-30T14:13:06.178Zuploading: /work/stamp-ntp.log (110 bytes)
98192024-10-30T14:13:07.185Zuploaded: /work/stamp-ntp.log
98202024-10-30T14:13:07.185Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
98212024-10-30T14:13:08.194Zuploaded: /work/stamp-omicron-sled-agent.log
98222024-10-30T14:13:08.194Zuploading: /work/stamp-overlay.log (114 bytes)
98232024-10-30T14:13:09.202Zuploaded: /work/stamp-overlay.log
98242024-10-30T14:13:09.202Zuploading: /work/stamp-oximeter.log (115 bytes)
98252024-10-30T14:13:10.211Zuploaded: /work/stamp-oximeter.log
98262024-10-30T14:13:10.211Zuploading: /work/stamp-oxlog.log (109 bytes)
98272024-10-30T14:13:11.221Zuploaded: /work/stamp-oxlog.log
98282024-10-30T14:13:11.223Zuploading: /work/stamp-probe.log (112 bytes)
98292024-10-30T14:13:12.229Zuploaded: /work/stamp-probe.log
98302024-10-30T14:13:12.229Zuploading: /work/stamp-propolis-server.log (122 bytes)
98312024-10-30T14:13:13.238Zuploaded: /work/stamp-propolis-server.log
98322024-10-30T14:13:13.238Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
98332024-10-30T14:13:14.246Zuploaded: /work/stamp-pumpkind-gz.log
98342024-10-30T14:13:14.246Zuploading: /work/stamp-switch-asic.log (118 bytes)
98352024-10-30T14:13:15.256Zuploaded: /work/stamp-switch-asic.log
98362024-10-30T14:13:15.256Zuploading: /work/verify-libraries.log (3720 bytes)
98372024-10-30T14:13:16.266Zuploaded: /work/verify-libraries.log