01J9QT6R21TBC1DV38WE62GCS7: 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: 01J9QT7DFN8ZQXMX2N33MHP2X6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-09T05:00:05.045Zjob assigned to worker 01J9QTARFHHD808APDX90TZW2T (queued for 2 m 32 s)
 
22024-10-09T05:00:13.067Zstarting task 0: "setup"
32024-10-09T05:00:13.077Z++ uname -s
42024-10-09T05:00:13.080Z+ kern=SunOS
52024-10-09T05:00:13.080Z+ case "$kern" in
62024-10-09T05:00:13.080Z+ groupadd -g 12345 build
72024-10-09T05:00:13.083Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-09T05:00:15.093Z+ zfs create -o mountpoint=/work rpool/work
92024-10-09T05:00:15.266Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-09T05:00:15.268Z+ home_fs=zfs
112024-10-09T05:00:15.268Z+ [[ zfs == autofs ]]
122024-10-09T05:00:15.269Z+ mkdir -p /home/build
132024-10-09T05:00:15.271Z+ chown build:build /home/build /work
142024-10-09T05:00:16.273Z+ chmod 0700 /home/build /work
152024-10-09T05:00:16.276Zprocess exited: duration 3208 ms, exit code 0
 
162024-10-09T05:00:16.283Zstarting task 1: "rust-toolchain"
172024-10-09T05:00:16.287Z+ printf ' * toolchain channel = "%s"
182024-10-09T05:00:16.287Z * toolchain channel = "1.80.1"
192024-10-09T05:00:16.287Z * toolchain profile = "default"
202024-10-09T05:00:16.287Z' 1.80.1
212024-10-09T05:00:16.287Z+ printf ' * toolchain profile = "%s"
222024-10-09T05:00:16.287Z' default
232024-10-09T05:00:16.290Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-09T05:00:16.290Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-09T05:00:16.410Zinfo: downloading installer
262024-10-09T05:00:17.618Zinfo: profile set to 'default'
272024-10-09T05:00:17.618Zinfo: default host triple is x86_64-unknown-illumos
282024-10-09T05:00:17.620Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-09T05:00:17.751Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-09T05:00:17.751Zinfo: downloading component 'cargo'
312024-10-09T05:00:18.479Zinfo: downloading component 'clippy'
322024-10-09T05:00:18.716Zinfo: downloading component 'rust-docs'
332024-10-09T05:00:19.645Zinfo: downloading component 'rust-std'
342024-10-09T05:00:20.944Zinfo: downloading component 'rustc'
352024-10-09T05:00:24.545Zinfo: downloading component 'rustfmt'
362024-10-09T05:00:24.741Zinfo: installing component 'cargo'
372024-10-09T05:00:25.570Zinfo: installing component 'clippy'
382024-10-09T05:00:25.935Zinfo: installing component 'rust-docs'
392024-10-09T05:00:27.541Zinfo: installing component 'rust-std'
402024-10-09T05:00:29.384Zinfo: installing component 'rustc'
412024-10-09T05:00:33.527Zinfo: installing component 'rustfmt'
422024-10-09T05:00:33.860Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-09T05:00:33.860Z
442024-10-09T05:00:34.111Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-09T05:00:34.111Z
462024-10-09T05:00:34.114Z
472024-10-09T05:00:34.114ZRust is installed now. Great!
482024-10-09T05:00:34.114Z
492024-10-09T05:00:34.115ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-09T05:00:34.115Zenvironment variable. This has not been done automatically.
512024-10-09T05:00:34.115Z
522024-10-09T05:00:34.115ZTo configure your current shell, you need to source
532024-10-09T05:00:34.115Zthe corresponding env file under $HOME/.cargo.
542024-10-09T05:00:34.115Z
552024-10-09T05:00:34.115ZThis is usually done by running one of the following (note the leading DOT):
562024-10-09T05:00:34.115Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-09T05:00:34.115Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-09T05:00:34.166Z+ rustc --version
592024-10-09T05:00:34.229Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-09T05:00:34.232Zprocess exited: duration 17933 ms, exit code 0
 
612024-10-09T05:00:34.238Zstarting task 2: "authentication"
622024-10-09T05:00:34.258Zprocess exited: duration 19 ms, exit code 0
 
632024-10-09T05:00:34.265Zstarting task 3: "clone repository"
642024-10-09T05:00:34.270Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-09T05:00:34.273Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-09T05:00:34.316ZCloning into '/work/oxidecomputer/omicron'...
672024-10-09T05:00:40.552Z+ cd /work/oxidecomputer/omicron
682024-10-09T05:00:40.552Z+ git fetch origin 6610880affd8035822c8344001dcf8a406c506de
692024-10-09T05:00:40.847ZFrom https://github.com/oxidecomputer/omicron
702024-10-09T05:00:40.847Z * branch 6610880affd8035822c8344001dcf8a406c506de -> FETCH_HEAD
712024-10-09T05:00:40.857Z+ [[ -n renovate/clap-4.x-lockfile ]]
722024-10-09T05:00:40.859Z++ git branch --show-current
732024-10-09T05:00:40.862Z+ current=main
742024-10-09T05:00:40.862Z+ [[ main != renovate/clap-4.x-lockfile ]]
752024-10-09T05:00:40.862Z+ git branch -f renovate/clap-4.x-lockfile 6610880affd8035822c8344001dcf8a406c506de
762024-10-09T05:00:40.865Z+ git checkout -f renovate/clap-4.x-lockfile
772024-10-09T05:00:41.030ZSwitched to branch 'renovate/clap-4.x-lockfile'
782024-10-09T05:00:41.032Z+ git reset --hard 6610880affd8035822c8344001dcf8a406c506de
792024-10-09T05:00:41.192ZHEAD is now at 6610880af Update Rust crate clap to v4.5.20
802024-10-09T05:00:41.194Zprocess exited: duration 6922 ms, exit code 0
 
812024-10-09T05:00:41.200Zstarting task 4: "build"
822024-10-09T05:00:41.205Z+ source .github/buildomat/ci-env.sh
832024-10-09T05:00:41.205Z++ export CARGO_TERM_COLOR=always
842024-10-09T05:00:41.205Z++ CARGO_TERM_COLOR=always
852024-10-09T05:00:41.208Z+ cargo --version
862024-10-09T05:00:41.261Zcargo 1.80.1 (376290515 2024-07-16)
872024-10-09T05:00:41.263Z+ rustc --version
882024-10-09T05:00:41.319Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-10-09T05:00:41.322Z+ cargo tree --locked
902024-10-09T05:00:41.565Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-10-09T05:00:41.851Z Updating crates.io index
922024-10-09T05:00:41.936Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-10-09T05:00:42.694Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-10-09T05:00:42.909Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-10-09T05:00:43.137Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-10-09T05:00:43.398Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-10-09T05:00:44.128Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-10-09T05:00:46.295Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-10-09T05:00:47.310Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-10-09T05:00:48.029Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-10-09T05:00:48.238Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-10-09T05:00:48.497Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-10-09T05:00:49.102Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-10-09T05:00:49.375Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
1052024-10-09T05:00:49.656Z Updating git repository `https://github.com/oxidecomputer/qorb`
1062024-10-09T05:00:49.985Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1072024-10-09T05:00:50.248Z Updating git repository `https://github.com/oxidecomputer/tofino`
1082024-10-09T05:00:50.499Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1092024-10-09T05:00:50.700Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1102024-10-09T05:00:50.912Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1112024-10-09T05:00:51.210Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1122024-10-09T05:00:51.460Z Updating git repository `https://github.com/oxidecomputer/ispf`
1132024-10-09T05:00:51.683Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1142024-10-09T05:00:52.003Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1152024-10-09T05:00:52.255Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1162024-10-09T05:00:52.711Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1172024-10-09T05:00:53.039Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1182024-10-09T05:00:53.358Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1192024-10-09T05:00:53.711Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1202024-10-09T05:00:53.955Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1212024-10-09T05:00:54.206Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1222024-10-09T05:00:55.497Z Downloading crates ...
1232024-10-09T05:00:55.621Z Downloaded atomicwrites v0.4.4
1242024-10-09T05:00:55.628Z Downloaded async-channel v2.3.1
1252024-10-09T05:00:55.630Z Downloaded assert-json-diff v2.0.2
1262024-10-09T05:00:55.630Z Downloaded arrayref v0.3.7
1272024-10-09T05:00:55.633Z Downloaded anstyle-query v1.0.3
1282024-10-09T05:00:55.633Z Downloaded anes v0.1.6
1292024-10-09T05:00:55.635Z Downloaded aead v0.5.2
1302024-10-09T05:00:55.638Z Downloaded async-stream-impl v0.3.5
1312024-10-09T05:00:55.640Z Downloaded cfg_aliases v0.1.1
1322024-10-09T05:00:55.640Z Downloaded async-bb8-diesel v0.2.1
1332024-10-09T05:00:55.643Z Downloaded block-padding v0.3.3
1342024-10-09T05:00:55.643Z Downloaded adler v1.0.2
1352024-10-09T05:00:55.645Z Downloaded cargo-platform v0.1.8
1362024-10-09T05:00:55.648Z Downloaded assert_matches v1.5.0
1372024-10-09T05:00:55.649Z Downloaded approx v0.5.1
1382024-10-09T05:00:55.652Z Downloaded castaway v0.2.3
1392024-10-09T05:00:55.655Z Downloaded bit-vec v0.6.3
1402024-10-09T05:00:55.655Z Downloaded fd-lock v4.0.2
1412024-10-09T05:00:55.659Z Downloaded cipher v0.4.4
1422024-10-09T05:00:55.661Z Downloaded fatfs v0.3.6
1432024-10-09T05:00:55.664Z Downloaded http-body v1.0.0
1442024-10-09T05:00:55.667Z Downloaded ciborium-ll v0.2.2
1452024-10-09T05:00:55.667Z Downloaded base64ct v1.6.0
1462024-10-09T05:00:55.669Z Downloaded cassowary v0.3.0
1472024-10-09T05:00:55.672Z Downloaded foreign-types-shared v0.3.1
1482024-10-09T05:00:55.675Z Downloaded headers-core v0.3.0
1492024-10-09T05:00:55.675Z Downloaded foreign-types-shared v0.1.1
1502024-10-09T05:00:55.675Z Downloaded float-ord v0.3.2
1512024-10-09T05:00:55.678Z Downloaded buf-list v1.0.3
1522024-10-09T05:00:55.680Z Downloaded bitflags v1.3.2
1532024-10-09T05:00:55.684Z Downloaded http-range v0.1.5
1542024-10-09T05:00:55.684Z Downloaded ghash v0.5.1
1552024-10-09T05:00:55.687Z Downloaded gethostname v0.5.0
1562024-10-09T05:00:55.687Z Downloaded futures-task v0.3.30
1572024-10-09T05:00:55.690Z Downloaded httpdate v1.0.3
1582024-10-09T05:00:55.692Z Downloaded openssl-probe v0.1.5
1592024-10-09T05:00:55.692Z Downloaded hex v0.4.3
1602024-10-09T05:00:55.694Z Downloaded heck v0.4.1
1612024-10-09T05:00:55.697Z Downloaded adler2 v2.0.0
1622024-10-09T05:00:55.699Z Downloaded glob v0.3.1
1632024-10-09T05:00:55.702Z Downloaded hash32 v0.2.1
1642024-10-09T05:00:55.702Z Downloaded filetime v0.2.25
1652024-10-09T05:00:55.705Z Downloaded funty v2.0.0
1662024-10-09T05:00:55.705Z Downloaded hyper-tls v0.6.0
1672024-10-09T05:00:55.707Z Downloaded humantime v2.1.0
1682024-10-09T05:00:55.709Z Downloaded home v0.5.9
1692024-10-09T05:00:55.712Z Downloaded futures-executor v0.3.30
1702024-10-09T05:00:55.712Z Downloaded async-channel v1.9.0
1712024-10-09T05:00:55.714Z Downloaded hostname v0.4.0
1722024-10-09T05:00:55.717Z Downloaded async-attributes v1.1.2
1732024-10-09T05:00:55.719Z Downloaded foreign-types-macros v0.2.3
1742024-10-09T05:00:55.719Z Downloaded foreign-types v0.3.2
1752024-10-09T05:00:55.719Z Downloaded anstyle-parse v0.2.4
1762024-10-09T05:00:55.722Z Downloaded hubpack v0.1.2
1772024-10-09T05:00:55.725Z Downloaded guppy-workspace-hack v0.1.0
1782024-10-09T05:00:55.725Z Downloaded plotters-svg v0.3.5
1792024-10-09T05:00:55.727Z Downloaded ciborium-io v0.2.2
1802024-10-09T05:00:55.727Z Downloaded cfg_aliases v0.2.1
1812024-10-09T05:00:55.730Z Downloaded bytecount v0.6.8
1822024-10-09T05:00:55.733Z Downloaded bitfield-struct v0.6.1
1832024-10-09T05:00:55.733Z Downloaded pretty-hex v0.2.1
1842024-10-09T05:00:55.736Z Downloaded iana-time-zone v0.1.60
1852024-10-09T05:00:55.738Z Downloaded futures-lite v2.3.0
1862024-10-09T05:00:55.740Z Downloaded byteorder v1.5.0
1872024-10-09T05:00:55.743Z Downloaded block-buffer v0.10.4
1882024-10-09T05:00:55.744Z Downloaded bitfield v0.14.0
1892024-10-09T05:00:55.746Z Downloaded openssl-macros v0.1.1
1902024-10-09T05:00:55.746Z Downloaded cast v0.3.0
1912024-10-09T05:00:55.748Z Downloaded heck v0.5.0
1922024-10-09T05:00:55.751Z Downloaded autocfg v1.3.0
1932024-10-09T05:00:55.753Z Downloaded oso-derive v0.27.3
1942024-10-09T05:00:55.753Z Downloaded cbc v0.1.2
1952024-10-09T05:00:55.756Z Downloaded bit-set v0.5.3
1962024-10-09T05:00:55.756Z Downloaded ident_case v1.0.1
1972024-10-09T05:00:55.759Z Downloaded base64 v0.21.7
1982024-10-09T05:00:55.761Z Downloaded atomic-waker v1.1.2
1992024-10-09T05:00:55.763Z Downloaded anstream v0.6.14
2002024-10-09T05:00:55.766Z Downloaded pretty-hex v0.4.1
2012024-10-09T05:00:55.769Z Downloaded hubpack_derive v0.1.1
2022024-10-09T05:00:55.771Z Downloaded hash32 v0.3.1
2032024-10-09T05:00:55.771Z Downloaded futures-timer v3.0.3
2042024-10-09T05:00:55.773Z Downloaded piper v0.2.4
2052024-10-09T05:00:55.776Z Downloaded cfg-if v1.0.0
2062024-10-09T05:00:55.778Z Downloaded array-init v0.0.4
2072024-10-09T05:00:55.778Z Downloaded predicates-tree v1.0.9
2082024-10-09T05:00:55.778Z Downloaded fxhash v0.2.1
2092024-10-09T05:00:55.781Z Downloaded futures-macro v0.3.30
2102024-10-09T05:00:55.781Z Downloaded flagset v0.4.5
2112024-10-09T05:00:55.783Z Downloaded ff v0.13.0
2122024-10-09T05:00:55.785Z Downloaded futures-io v0.3.30
2132024-10-09T05:00:55.787Z Downloaded futures-core v0.3.30
2142024-10-09T05:00:55.789Z Downloaded fs-err v2.11.0
2152024-10-09T05:00:55.789Z Downloaded form_urlencoded v1.2.1
2162024-10-09T05:00:55.789Z Downloaded hashlink v0.9.1
2172024-10-09T05:00:55.792Z Downloaded float-cmp v0.9.0
2182024-10-09T05:00:55.794Z Downloaded cexpr v0.6.0
2192024-10-09T05:00:55.797Z Downloaded sigpipe v0.1.3
2202024-10-09T05:00:55.797Z Downloaded pest_generator v2.7.10
2212024-10-09T05:00:55.800Z Downloaded http-body-util v0.1.2
2222024-10-09T05:00:55.802Z Downloaded heck v0.3.3
2232024-10-09T05:00:55.802Z Downloaded ssh-cipher v0.2.0
2242024-10-09T05:00:55.805Z Downloaded owo-colors v4.1.0
2252024-10-09T05:00:55.807Z Downloaded bzip2 v0.4.4
2262024-10-09T05:00:55.810Z Downloaded try-lock v0.2.5
2272024-10-09T05:00:55.811Z Downloaded hostname v0.3.1
2282024-10-09T05:00:55.813Z Downloaded hex-literal v0.4.1
2292024-10-09T05:00:55.813Z Downloaded async-task v4.7.1
2302024-10-09T05:00:55.816Z Downloaded pem v3.0.4
2312024-10-09T05:00:55.819Z Downloaded group v0.13.0
2322024-10-09T05:00:55.821Z Downloaded anyhow v1.0.89
2332024-10-09T05:00:55.824Z Downloaded powerfmt v0.2.0
2342024-10-09T05:00:55.827Z Downloaded rustc_version v0.4.0
2352024-10-09T05:00:55.830Z Downloaded want v0.3.1
2362024-10-09T05:00:55.830Z Downloaded bb8 v0.8.5
2372024-10-09T05:00:55.832Z Downloaded quinn-udp v0.5.5
2382024-10-09T05:00:55.835Z Downloaded rustls-pemfile v1.0.4
2392024-10-09T05:00:55.838Z Downloaded slab v0.4.9
2402024-10-09T05:00:55.838Z Downloaded ciborium v0.2.2
2412024-10-09T05:00:55.841Z Downloaded cancel-safe-futures v0.1.5
2422024-10-09T05:00:55.844Z Downloaded tabled_derive v0.7.0
2432024-10-09T05:00:55.847Z Downloaded getrandom v0.2.14
2442024-10-09T05:00:55.850Z Downloaded futures-channel v0.3.30
2452024-10-09T05:00:55.853Z Downloaded tls_codec_derive v0.4.1
2462024-10-09T05:00:55.856Z Downloaded tls_codec v0.4.1
2472024-10-09T05:00:55.858Z Downloaded allocator-api2 v0.2.18
2482024-10-09T05:00:55.861Z Downloaded structmeta v0.2.0
2492024-10-09T05:00:55.864Z Downloaded typify-macro v0.2.0
2502024-10-09T05:00:55.864Z Downloaded structmeta-derive v0.2.0
2512024-10-09T05:00:55.866Z Downloaded structmeta v0.3.0
2522024-10-09T05:00:55.866Z Downloaded similar-asserts v1.6.0
2532024-10-09T05:00:55.869Z Downloaded criterion-plot v0.5.0
2542024-10-09T05:00:55.872Z Downloaded matches v0.1.10
2552024-10-09T05:00:55.872Z Downloaded match_cfg v0.1.0
2562024-10-09T05:00:55.874Z Downloaded r2d2 v0.8.10
2572024-10-09T05:00:55.877Z Downloaded escape8259 v0.5.2
2582024-10-09T05:00:55.877Z Downloaded http-body v0.4.6
2592024-10-09T05:00:55.879Z Downloaded tokio-native-tls v0.3.1
2602024-10-09T05:00:55.882Z Downloaded tokio-macros v2.4.0
2612024-10-09T05:00:55.882Z Downloaded target-spec v3.2.1
2622024-10-09T05:00:55.884Z Downloaded httptest v0.16.1
2632024-10-09T05:00:55.887Z Downloaded hyper-staticfile v0.10.1
2642024-10-09T05:00:55.891Z Downloaded opaque-debug v0.3.1
2652024-10-09T05:00:55.896Z Downloaded futures v0.3.30
2662024-10-09T05:00:55.899Z Downloaded downcast v0.11.0
2672024-10-09T05:00:55.899Z Downloaded normalize-line-endings v0.3.0
2682024-10-09T05:00:55.901Z Downloaded untrusted v0.7.1
2692024-10-09T05:00:55.901Z Downloaded serde_derive_internals v0.29.1
2702024-10-09T05:00:55.904Z Downloaded rustls-native-certs v0.7.0
2712024-10-09T05:00:55.906Z Downloaded derive_builder_macro v0.20.0
2722024-10-09T05:00:55.909Z Downloaded pest_meta v2.7.10
2732024-10-09T05:00:55.913Z Downloaded impl-trait-for-tuples v0.2.2
2742024-10-09T05:00:55.915Z Downloaded data-encoding v2.6.0
2752024-10-09T05:00:55.915Z Downloaded mockall v0.13.0
2762024-10-09T05:00:55.917Z Downloaded progenitor-client v0.8.0
2772024-10-09T05:00:55.917Z Downloaded heapless v0.8.0
2782024-10-09T05:00:55.922Z Downloaded backtrace v0.3.71
2792024-10-09T05:00:55.928Z Downloaded precomputed-hash v0.1.1
2802024-10-09T05:00:55.930Z Downloaded fallible-iterator v0.3.0
2812024-10-09T05:00:55.930Z Downloaded dyn-clone v1.0.17
2822024-10-09T05:00:55.933Z Downloaded rstest_macros v0.22.0
2832024-10-09T05:00:55.936Z Downloaded inout v0.1.3
2842024-10-09T05:00:55.938Z Downloaded indoc v1.0.9
2852024-10-09T05:00:55.941Z Downloaded fallible-streaming-iterator v0.1.9
2862024-10-09T05:00:55.943Z Downloaded oorandom v11.1.3
2872024-10-09T05:00:55.943Z Downloaded rstest v0.22.0
2882024-10-09T05:00:55.950Z Downloaded enum-as-inner v0.6.0
2892024-10-09T05:00:55.952Z Downloaded sqlparser_derive v0.2.2
2902024-10-09T05:00:55.955Z Downloaded maybe-uninit v2.0.0
2912024-10-09T05:00:55.955Z Downloaded time-core v0.1.2
2922024-10-09T05:00:55.957Z Downloaded indent_write v2.2.0
2932024-10-09T05:00:55.957Z Downloaded uuid v1.10.0
2942024-10-09T05:00:55.961Z Downloaded thread-id v4.2.1
2952024-10-09T05:00:55.964Z Downloaded radium v0.7.0
2962024-10-09T05:00:55.967Z Downloaded path-tree v0.8.1
2972024-10-09T05:00:55.967Z Downloaded num_enum_derive v0.5.11
2982024-10-09T05:00:55.967Z Downloaded vsss-rs v3.3.4
2992024-10-09T05:00:55.970Z Downloaded rpassword v7.3.1
3002024-10-09T05:00:55.973Z Downloaded similar v2.6.0
3012024-10-09T05:00:55.977Z Downloaded ref-cast-impl v1.0.23
3022024-10-09T05:00:55.979Z Downloaded scheduled-thread-pool v0.2.7
3032024-10-09T05:00:55.982Z Downloaded hashbrown v0.13.2
3042024-10-09T05:00:55.985Z Downloaded smf v0.2.3
3052024-10-09T05:00:55.988Z Downloaded pest_derive v2.7.10
3062024-10-09T05:00:55.990Z Downloaded proc-macro-crate v1.3.1
3072024-10-09T05:00:55.992Z Downloaded phf v0.11.2
3082024-10-09T05:00:55.993Z Downloaded derive_more v0.99.18
3092024-10-09T05:00:55.998Z Downloaded serde_spanned v0.6.7
3102024-10-09T05:00:56.000Z Downloaded static_assertions v1.1.0
3112024-10-09T05:00:56.004Z Downloaded thread_local v1.1.8
3122024-10-09T05:00:56.004Z Downloaded tinytemplate v1.2.1
3132024-10-09T05:00:56.007Z Downloaded rtoolbox v0.0.2
3142024-10-09T05:00:56.010Z Downloaded tiny-keccak v2.0.2
3152024-10-09T05:00:56.013Z Downloaded equivalent v1.0.1
3162024-10-09T05:00:56.013Z Downloaded tui-tree-widget v0.22.0
3172024-10-09T05:00:56.016Z Downloaded threadpool v1.8.1
3182024-10-09T05:00:56.016Z Downloaded nodrop v0.1.14
3192024-10-09T05:00:56.019Z Downloaded stable_deref_trait v1.2.0
3202024-10-09T05:00:56.020Z Downloaded sha1 v0.10.6
3212024-10-09T05:00:56.020Z Downloaded serde_urlencoded v0.7.1
3222024-10-09T05:00:56.023Z Downloaded indoc v2.0.5
3232024-10-09T05:00:56.026Z Downloaded nested v0.1.1
3242024-10-09T05:00:56.026Z Downloaded nu-ansi-term v0.50.0
3252024-10-09T05:00:56.028Z Downloaded crossbeam-deque v0.8.5
3262024-10-09T05:00:56.031Z Downloaded parse-size v1.0.0
3272024-10-09T05:00:56.033Z Downloaded unarray v0.1.4
3282024-10-09T05:00:56.033Z Downloaded number_prefix v0.4.0
3292024-10-09T05:00:56.037Z Downloaded difflib v0.4.0
3302024-10-09T05:00:56.037Z Downloaded darling_core v0.20.9
3312024-10-09T05:00:56.041Z Downloaded hashbrown v0.12.3
3322024-10-09T05:00:56.045Z Downloaded unicase v2.7.0
3332024-10-09T05:00:56.048Z Downloaded serde_yaml v0.9.34+deprecated
3342024-10-09T05:00:56.051Z Downloaded ssh-encoding v0.2.0
3352024-10-09T05:00:56.054Z Downloaded clap_lex v0.7.0
3362024-10-09T05:00:56.057Z Downloaded serde-big-array v0.5.1
3372024-10-09T05:00:56.061Z Downloaded env_filter v0.1.2
3382024-10-09T05:00:56.061Z Downloaded const-oid v0.9.6
3392024-10-09T05:00:56.064Z Downloaded typify v0.2.0
3402024-10-09T05:00:56.066Z Downloaded linear-map v1.2.0
3412024-10-09T05:00:56.069Z Downloaded libsw v3.3.1
3422024-10-09T05:00:56.073Z Downloaded linked-hash-map v0.5.6
3432024-10-09T05:00:56.073Z Downloaded ron v0.7.1
3442024-10-09T05:00:56.077Z Downloaded russh-cryptovec v0.7.2
3452024-10-09T05:00:56.081Z Downloaded shell-words v1.1.0
3462024-10-09T05:00:56.081Z Downloaded either v1.13.0
3472024-10-09T05:00:56.084Z Downloaded hyper-util v0.1.9
3482024-10-09T05:00:56.086Z Downloaded sha2 v0.10.8
3492024-10-09T05:00:56.089Z Downloaded tower-service v0.3.2
3502024-10-09T05:00:56.092Z Downloaded publicsuffix v2.2.3
3512024-10-09T05:00:56.094Z Downloaded http v1.1.0
3522024-10-09T05:00:56.098Z Downloaded tinyvec_macros v0.1.1
3532024-10-09T05:00:56.105Z Downloaded unsafe-libyaml v0.2.11
3542024-10-09T05:00:56.105Z Downloaded relative-path v1.9.3
3552024-10-09T05:00:56.109Z Downloaded usdt-macro v0.5.0
3562024-10-09T05:00:56.109Z Downloaded ron v0.8.1
3572024-10-09T05:00:56.112Z Downloaded flate2 v1.0.34
3582024-10-09T05:00:56.118Z Downloaded crucible-workspace-hack v0.1.0
3592024-10-09T05:00:56.121Z Downloaded strip-ansi-escapes v0.2.0
3602024-10-09T05:00:56.123Z Downloaded stringprep v0.1.4
3612024-10-09T05:00:56.123Z Downloaded password-hash v0.4.2
3622024-10-09T05:00:56.126Z Downloaded derive_builder v0.20.0
3632024-10-09T05:00:56.131Z Downloaded password-hash v0.5.0
3642024-10-09T05:00:56.133Z Downloaded resolv-conf v0.7.0
3652024-10-09T05:00:56.136Z Downloaded endian-type v0.1.2
3662024-10-09T05:00:56.138Z Downloaded enum-as-inner v0.5.1
3672024-10-09T05:00:56.138Z Downloaded rand_core v0.6.4
3682024-10-09T05:00:56.141Z Downloaded partial-io v0.5.4
3692024-10-09T05:00:56.143Z Downloaded semver v1.0.23
3702024-10-09T05:00:56.146Z Downloaded signal-hook-registry v1.4.2
3712024-10-09T05:00:56.148Z Downloaded usdt-impl v0.5.0
3722024-10-09T05:00:56.151Z Downloaded thiserror v1.0.64
3732024-10-09T05:00:56.155Z Downloaded tokio-postgres v0.7.12
3742024-10-09T05:00:56.161Z Downloaded num-conv v0.1.0
3752024-10-09T05:00:56.165Z Downloaded native-tls v0.2.11
3762024-10-09T05:00:56.167Z Downloaded zip v0.6.6
3772024-10-09T05:00:56.170Z Downloaded peg-runtime v0.8.3
3782024-10-09T05:00:56.173Z Downloaded ena v0.14.3
3792024-10-09T05:00:56.175Z Downloaded unicode-linebreak v0.1.5
3802024-10-09T05:00:56.175Z Downloaded polling v3.7.3
3812024-10-09T05:00:56.178Z Downloaded thiserror-impl-no-std v2.0.2
3822024-10-09T05:00:56.180Z Downloaded utf8parse v0.2.1
3832024-10-09T05:00:56.183Z Downloaded utf-8 v0.7.6
3842024-10-09T05:00:56.183Z Downloaded unicode-ident v1.0.13
3852024-10-09T05:00:56.186Z Downloaded datatest-stable v0.2.9
3862024-10-09T05:00:56.188Z Downloaded thiserror-impl v1.0.64
3872024-10-09T05:00:56.191Z Downloaded indicatif v0.17.8
3882024-10-09T05:00:56.195Z Downloaded indexmap v2.5.0
3892024-10-09T05:00:56.201Z Downloaded take_mut v0.2.2
3902024-10-09T05:00:56.204Z Downloaded rfc6979 v0.4.0
3912024-10-09T05:00:56.204Z Downloaded lazy_static v1.5.0
3922024-10-09T05:00:56.206Z Downloaded errno v0.3.9
3932024-10-09T05:00:56.209Z Downloaded packed_struct_codegen v0.10.1
3942024-10-09T05:00:56.209Z Downloaded plain v0.2.3
3952024-10-09T05:00:56.211Z Downloaded pkg-config v0.3.30
3962024-10-09T05:00:56.216Z Downloaded packed_struct v0.10.1
3972024-10-09T05:00:56.216Z Downloaded darling v0.20.9
3982024-10-09T05:00:56.219Z Downloaded signal-hook v0.3.17
3992024-10-09T05:00:56.222Z Downloaded zone_cfg_derive v0.3.0
4002024-10-09T05:00:56.229Z Downloaded unicode-truncate v1.0.0
4012024-10-09T05:00:56.233Z Downloaded same-file v1.0.6
4022024-10-09T05:00:56.233Z Downloaded mio v1.0.2
4032024-10-09T05:00:56.236Z Downloaded guppy v0.17.7
4042024-10-09T05:00:56.241Z Downloaded md5 v0.7.0
4052024-10-09T05:00:56.244Z Downloaded new_debug_unreachable v1.0.6
4062024-10-09T05:00:56.246Z Downloaded smawk v0.3.2
4072024-10-09T05:00:56.246Z Downloaded pkcs5 v0.7.1
4082024-10-09T05:00:56.251Z Downloaded smallvec v0.6.14
4092024-10-09T05:00:56.254Z Downloaded rsa v0.9.6
4102024-10-09T05:00:56.259Z Downloaded const_format_proc_macros v0.2.33
4112024-10-09T05:00:56.265Z Downloaded tap v1.0.1
4122024-10-09T05:00:56.267Z Downloaded strum_macros v0.25.3
4132024-10-09T05:00:56.267Z Downloaded strum_macros v0.24.3
4142024-10-09T05:00:56.270Z Downloaded deranged v0.3.11
4152024-10-09T05:00:56.270Z Downloaded serde v1.0.210
4162024-10-09T05:00:56.273Z Downloaded schemars_derive v0.8.21
4172024-10-09T05:00:56.276Z Downloaded event-listener v2.5.3
4182024-10-09T05:00:56.279Z Downloaded rustc-demangle v0.1.24
4192024-10-09T05:00:56.281Z Downloaded zerocopy v0.6.6
4202024-10-09T05:00:56.283Z Downloaded untrusted v0.9.0
4212024-10-09T05:00:56.286Z Downloaded ed25519 v2.2.3
4222024-10-09T05:00:56.289Z Downloaded unicode-segmentation v1.11.0
4232024-10-09T05:00:56.294Z Downloaded yasna v0.5.2
4242024-10-09T05:00:56.294Z Downloaded peg-macros v0.8.4
4252024-10-09T05:00:56.296Z Downloaded nanorand v0.7.0
4262024-10-09T05:00:56.299Z Downloaded pin-project-lite v0.2.14
4272024-10-09T05:00:56.303Z Downloaded once_cell v1.19.0
4282024-10-09T05:00:56.306Z Downloaded num_cpus v1.16.0
4292024-10-09T05:00:56.309Z Downloaded usdt-attr-macro v0.5.0
4302024-10-09T05:00:56.312Z Downloaded poly1305 v0.8.0
4312024-10-09T05:00:56.315Z Downloaded crossbeam-epoch v0.9.18
4322024-10-09T05:00:56.317Z Downloaded dhcproto-macros v0.1.0
4332024-10-09T05:00:56.320Z Downloaded hashbrown v0.14.5
4342024-10-09T05:00:57.327Z Downloaded progenitor v0.8.0
4352024-10-09T05:00:57.332Z Downloaded phf_shared v0.10.0
4362024-10-09T05:00:57.332Z Downloaded clap_builder v4.5.20
4372024-10-09T05:00:57.332Z Downloaded libloading v0.8.3
4382024-10-09T05:00:57.332Z Downloaded miniz_oxide v0.8.0
4392024-10-09T05:00:57.332Z Downloaded memmap2 v0.9.4
4402024-10-09T05:00:57.332Z Downloaded rustc-hash v1.1.0
4412024-10-09T05:00:57.332Z Downloaded peg v0.8.4
4422024-10-09T05:00:57.332Z Downloaded num-complex v0.4.6
4432024-10-09T05:00:57.332Z Downloaded spki v0.7.3
4442024-10-09T05:00:57.332Z Downloaded slog-json v2.6.1
4452024-10-09T05:00:57.333Z Downloaded vte_generate_state_changes v0.1.1
4462024-10-09T05:00:57.333Z Downloaded slog-envlogger v2.2.0
4472024-10-09T05:00:57.333Z Downloaded diesel_derives v2.2.2
4482024-10-09T05:00:57.333Z Downloaded console v0.15.8
4492024-10-09T05:00:57.333Z Downloaded crunchy v0.2.2
4502024-10-09T05:00:57.333Z Downloaded des v0.8.1
4512024-10-09T05:00:57.333Z Downloaded num-iter v0.1.45
4522024-10-09T05:00:57.333Z Downloaded cstr-argument v0.1.2
4532024-10-09T05:00:57.333Z Downloaded goblin v0.8.2
4542024-10-09T05:00:57.333Z Downloaded colored v2.1.0
4552024-10-09T05:00:57.333Z Downloaded percent-encoding v2.3.1
4562024-10-09T05:00:57.333Z Downloaded ssh-key v0.6.6
4572024-10-09T05:00:57.333Z Downloaded usdt v0.5.0
4582024-10-09T05:00:57.333Z Downloaded signature v2.2.0
4592024-10-09T05:00:57.333Z Downloaded rustc-hash v2.0.0
4602024-10-09T05:00:57.333Z Downloaded phf_shared v0.11.2
4612024-10-09T05:00:57.334Z Downloaded sct v0.7.1
4622024-10-09T05:00:57.334Z Downloaded num-traits v0.2.19
4632024-10-09T05:00:57.334Z Downloaded termios v0.3.3
4642024-10-09T05:00:57.334Z Downloaded hkdf v0.12.4
4652024-10-09T05:00:57.334Z Downloaded der_derive v0.7.2
4662024-10-09T05:00:57.334Z Downloaded scroll_derive v0.12.0
4672024-10-09T05:00:57.334Z Downloaded md-5 v0.10.6
4682024-10-09T05:00:57.334Z Downloaded cookie v0.18.1
4692024-10-09T05:00:57.334Z Downloaded libxml v0.3.3
4702024-10-09T05:00:57.334Z Downloaded signal-hook-tokio v0.3.1
4712024-10-09T05:00:57.335Z Downloaded xz2 v0.1.7
4722024-10-09T05:00:57.335Z Downloaded slog-scope v4.4.0
4732024-10-09T05:00:57.335Z Downloaded memoffset v0.9.1
4742024-10-09T05:00:57.335Z Downloaded event-listener v5.3.1
4752024-10-09T05:00:57.335Z Downloaded dof v0.3.0
4762024-10-09T05:00:57.335Z Downloaded is_ci v1.2.0
4772024-10-09T05:00:57.335Z Downloaded mio v0.8.11
4782024-10-09T05:00:57.335Z Downloaded slog-dtrace v0.3.0
4792024-10-09T05:00:57.335Z Downloaded zone_cfg_derive v0.1.2
4802024-10-09T05:00:57.335Z Downloaded parking v2.2.1
4812024-10-09T05:00:57.335Z Downloaded mime v0.3.17
4822024-10-09T05:00:57.335Z Downloaded managed v0.8.0
4832024-10-09T05:00:57.335Z Downloaded kv-log-macro v1.0.7
4842024-10-09T05:00:57.336Z Downloaded dhcproto v0.12.0
4852024-10-09T05:00:57.336Z Downloaded dsl_auto_type v0.1.2
4862024-10-09T05:00:57.336Z Downloaded jobserver v0.1.32
4872024-10-09T05:00:57.336Z Downloaded ipnet v2.10.0
4882024-10-09T05:00:57.336Z Downloaded postgres-protocol v0.6.7
4892024-10-09T05:00:57.336Z Downloaded pbkdf2 v0.11.0
4902024-10-09T05:00:57.336Z Downloaded slog-async v2.8.0
4912024-10-09T05:00:57.336Z Downloaded termcolor v1.4.1
4922024-10-09T05:00:57.336Z Downloaded secrecy v0.8.0
4932024-10-09T05:00:57.336Z Downloaded tracing-core v0.1.32
4942024-10-09T05:00:57.336Z Downloaded newline-converter v0.3.0
4952024-10-09T05:00:57.336Z Downloaded kstat-rs v0.2.4
4962024-10-09T05:00:57.336Z Downloaded ed25519-dalek v2.1.1
4972024-10-09T05:00:57.337Z Downloaded parking_lot_core v0.9.10
4982024-10-09T05:00:57.337Z Downloaded strum v0.26.3
4992024-10-09T05:00:57.337Z Downloaded is_terminal_polyfill v1.70.0
5002024-10-09T05:00:57.337Z Downloaded lazycell v1.3.0
5012024-10-09T05:00:57.337Z Downloaded unicode_categories v0.1.1
5022024-10-09T05:00:57.337Z Downloaded terminal_size v0.4.0
5032024-10-09T05:00:57.337Z Downloaded rustls-pemfile v2.1.3
5042024-10-09T05:00:57.337Z Downloaded predicates-core v1.0.6
5052024-10-09T05:00:57.337Z Downloaded cookie_store v0.21.0
5062024-10-09T05:00:57.337Z Downloaded value-bag v1.9.0
5072024-10-09T05:00:57.337Z Downloaded toolchain_find v0.4.0
5082024-10-09T05:00:57.337Z Downloaded version_check v0.9.5
5092024-10-09T05:00:57.337Z Downloaded tokio-rustls v0.26.0
5102024-10-09T05:00:57.338Z Downloaded crc v3.2.1
5112024-10-09T05:00:57.338Z Downloaded cpufeatures v0.2.12
5122024-10-09T05:00:57.338Z Downloaded defmt v0.3.8
5132024-10-09T05:00:57.338Z Downloaded defmt-macros v0.3.9
5142024-10-09T05:00:57.338Z Downloaded uzers v0.11.3
5152024-10-09T05:00:57.338Z Downloaded newtype-uuid v1.1.0
5162024-10-09T05:00:57.338Z Downloaded num-derive v0.4.2
5172024-10-09T05:00:57.338Z Downloaded pin-project v1.1.5
5182024-10-09T05:00:57.338Z Downloaded psl-types v2.0.11
5192024-10-09T05:00:57.338Z Downloaded instant v0.1.12
5202024-10-09T05:00:57.338Z Downloaded doc-comment v0.3.3
5212024-10-09T05:00:57.338Z Downloaded display-error-chain v0.2.1
5222024-10-09T05:00:57.338Z Downloaded waitgroup v0.1.2
5232024-10-09T05:00:57.339Z Downloaded event-listener-strategy v0.5.2
5242024-10-09T05:00:57.339Z Downloaded structmeta-derive v0.3.0
5252024-10-09T05:00:57.339Z Downloaded slog-stdlog v4.1.1
5262024-10-09T05:00:57.340Z Downloaded rand_distr v0.4.3
5272024-10-09T05:00:57.340Z Downloaded nom v7.1.3
5282024-10-09T05:00:57.340Z Downloaded newtype_derive v0.1.6
5292024-10-09T05:00:57.340Z Downloaded olpc-cjson v0.1.3
5302024-10-09T05:00:57.340Z Downloaded is-terminal v0.4.12
5312024-10-09T05:00:57.340Z Downloaded num-integer v0.1.46
5322024-10-09T05:00:57.340Z Downloaded ppv-lite86 v0.2.17
5332024-10-09T05:00:57.340Z Downloaded salsa20 v0.10.2
5342024-10-09T05:00:57.340Z Downloaded num_enum v0.5.11
5352024-10-09T05:00:57.344Z Downloaded tokio-stream v0.1.16
5362024-10-09T05:00:57.344Z Downloaded zone v0.1.8
5372024-10-09T05:00:57.344Z Downloaded clap v4.5.20
5382024-10-09T05:00:57.344Z Downloaded sync_wrapper v0.1.2
5392024-10-09T05:00:57.344Z Downloaded instability v0.3.2
5402024-10-09T05:00:57.344Z Downloaded yansi v1.0.1
5412024-10-09T05:00:57.344Z Downloaded slog-term v2.9.1
5422024-10-09T05:00:57.344Z Downloaded webpki-roots v0.26.3
5432024-10-09T05:00:57.344Z Downloaded path-slash v0.1.5
5442024-10-09T05:00:57.344Z Downloaded subtle v2.5.0
5452024-10-09T05:00:57.344Z Downloaded russh v0.45.0
5462024-10-09T05:00:57.344Z Downloaded hyper v0.14.30
5472024-10-09T05:00:57.344Z Downloaded vte v0.11.1
5482024-10-09T05:00:57.344Z Downloaded swrite v0.1.0
5492024-10-09T05:00:57.344Z Downloaded predicates v3.1.2
5502024-10-09T05:00:57.345Z Downloaded crossbeam-utils v0.8.19
5512024-10-09T05:00:57.345Z Downloaded ipnetwork v0.20.0
5522024-10-09T05:00:57.345Z Downloaded parse-display v0.10.0
5532024-10-09T05:00:57.345Z Downloaded lru-cache v0.1.2
5542024-10-09T05:00:57.345Z Downloaded lalrpop-util v0.19.12
5552024-10-09T05:00:57.345Z Downloaded prettyplease v0.2.22
5562024-10-09T05:00:57.345Z Downloaded compact_str v0.8.0
5572024-10-09T05:00:57.345Z Downloaded paste v1.0.15
5582024-10-09T05:00:57.345Z Downloaded string_cache v0.8.7
5592024-10-09T05:00:57.345Z Downloaded tracing-attributes v0.1.27
5602024-10-09T05:00:57.345Z Downloaded stringmetrics v2.2.2
5612024-10-09T05:00:57.345Z Downloaded parking_lot v0.11.2
5622024-10-09T05:00:57.345Z Downloaded macaddr v1.0.1
5632024-10-09T05:00:57.345Z Downloaded zeroize v1.8.1
5642024-10-09T05:00:57.345Z Downloaded toml_datetime v0.6.8
5652024-10-09T05:00:57.345Z Downloaded rusty-fork v0.3.0
5662024-10-09T05:00:57.345Z Downloaded samael v0.0.17
5672024-10-09T05:00:57.345Z Downloaded zeroize_derive v1.4.2
5682024-10-09T05:00:57.345Z Downloaded diff v0.1.13
5692024-10-09T05:00:57.345Z Downloaded subprocess v0.2.9
5702024-10-09T05:00:57.345Z Downloaded wyz v0.5.1
5712024-10-09T05:00:57.345Z Downloaded ryu v1.0.18
5722024-10-09T05:00:57.345Z Downloaded progenitor-macro v0.8.0
5732024-10-09T05:00:57.345Z Downloaded parking_lot_core v0.8.6
5742024-10-09T05:00:57.346Z Downloaded p384 v0.13.0
5752024-10-09T05:00:57.346Z Downloaded rust-argon2 v2.1.0
5762024-10-09T05:00:57.346Z Downloaded defmt-parser v0.3.4
5772024-10-09T05:00:57.346Z Downloaded parking_lot v0.12.2
5782024-10-09T05:00:57.346Z Downloaded miniz_oxide v0.7.2
5792024-10-09T05:00:57.346Z Downloaded trybuild v1.0.99
5802024-10-09T05:00:57.346Z Downloaded tungstenite v0.21.0
5812024-10-09T05:00:57.346Z Downloaded internet-checksum v0.2.1
5822024-10-09T05:00:57.346Z Downloaded papergrid v0.11.0
5832024-10-09T05:00:57.346Z Downloaded postgres-types v0.2.8
5842024-10-09T05:00:57.346Z Downloaded toml_edit v0.19.15
5852024-10-09T05:00:57.347Z Downloaded socket2 v0.4.10
5862024-10-09T05:00:57.347Z Downloaded strum_macros v0.26.4
5872024-10-09T05:00:57.347Z Downloaded vergen v8.3.2
5882024-10-09T05:00:57.347Z Downloaded serde_derive v1.0.210
5892024-10-09T05:00:57.347Z Downloaded tokio-util v0.7.12
5902024-10-09T05:00:57.347Z Downloaded toml v0.8.19
5912024-10-09T05:00:57.347Z Downloaded expectorate v1.1.0
5922024-10-09T05:00:57.347Z Downloaded snafu-derive v0.8.2
5932024-10-09T05:00:57.347Z Downloaded regex v1.10.6
5942024-10-09T05:00:57.347Z Downloaded polar-core v0.27.3
5952024-10-09T05:00:57.347Z Downloaded snafu v0.8.2
5962024-10-09T05:00:57.347Z Downloaded idna v0.2.3
5972024-10-09T05:00:57.347Z Downloaded tough v0.17.1
5982024-10-09T05:00:57.347Z Downloaded num-bigint-dig v0.8.4
5992024-10-09T05:00:57.347Z Downloaded quinn-proto v0.11.8
6002024-10-09T05:00:57.348Z Downloaded num-bigint v0.4.5
6012024-10-09T05:00:57.348Z Downloaded rustls v0.22.4
6022024-10-09T05:00:57.348Z Downloaded toml_edit v0.21.1
6032024-10-09T05:00:57.348Z Downloaded pest v2.7.10
6042024-10-09T05:00:57.348Z Downloaded rustyline v14.0.0
6052024-10-09T05:00:57.348Z Downloaded bstr v1.9.1
6062024-10-09T05:00:57.348Z Downloaded rustix v0.38.37
6072024-10-09T05:00:57.348Z Downloaded nix v0.29.0
6082024-10-09T05:00:57.348Z Downloaded salty v0.3.0
6092024-10-09T05:00:57.348Z Downloaded crossterm v0.27.0
6102024-10-09T05:00:57.348Z Downloaded quick-xml v0.33.0
6112024-10-09T05:00:57.348Z Downloaded proptest v1.5.0
6122024-10-09T05:00:57.348Z Downloaded typify-impl v0.2.0
6132024-10-09T05:00:57.348Z Downloaded regex-syntax v0.8.4
6142024-10-09T05:00:57.348Z Downloaded nix v0.28.0
6152024-10-09T05:00:57.349Z Downloaded syn v1.0.109
6162024-10-09T05:00:57.349Z Downloaded serde_json v1.0.128
6172024-10-09T05:00:57.349Z Downloaded radix_trie v0.2.1
6182024-10-09T05:00:57.349Z Downloaded portable-atomic v1.6.0
6192024-10-09T05:00:57.349Z Downloaded winnow v0.5.40
6202024-10-09T05:00:57.349Z Downloaded bzip2-sys v0.1.11+1.0.8
6212024-10-09T05:00:57.349Z Downloaded regress v0.9.1
6222024-10-09T05:00:57.350Z Downloaded diesel v2.2.4
6232024-10-09T05:00:57.350Z Downloaded unicode-width v0.1.13
6242024-10-09T05:00:57.350Z Downloaded winnow v0.6.18
6252024-10-09T05:00:57.350Z Downloaded rayon v1.10.0
6262024-10-09T05:00:57.352Z Downloaded curve25519-dalek v4.1.3
6272024-10-09T05:00:57.352Z Downloaded nix v0.27.1
6282024-10-09T05:00:57.352Z Downloaded petgraph v0.6.5
6292024-10-09T05:00:57.352Z Downloaded hickory-proto v0.24.1
6302024-10-09T05:00:57.352Z Downloaded dropshot v0.12.0
6312024-10-09T05:00:57.352Z Downloaded object v0.32.2
6322024-10-09T05:00:57.352Z Downloaded vcpkg v0.2.15
6332024-10-09T05:00:57.352Z Downloaded lalrpop v0.19.12
6342024-10-09T05:00:57.352Z Downloaded syn v2.0.79
6352024-10-09T05:00:57.362Z Downloaded lzma-sys v0.1.20
6362024-10-09T05:00:57.362Z Downloaded rustls v0.23.10
6372024-10-09T05:00:57.362Z Downloaded csv v1.3.0
6382024-10-09T05:00:57.362Z Downloaded sled v0.34.7
6392024-10-09T05:00:57.362Z Downloaded smoltcp v0.11.0
6402024-10-09T05:00:57.362Z Downloaded regress v0.10.1
6412024-10-09T05:00:57.362Z Downloaded regex-syntax v0.6.29
6422024-10-09T05:00:57.362Z Downloaded object v0.30.4
6432024-10-09T05:00:57.362Z Downloaded trust-dns-proto v0.22.0
6442024-10-09T05:00:57.362Z Downloaded rustls-webpki v0.102.4
6452024-10-09T05:00:57.378Z Downloaded ratatui v0.28.0
6462024-10-09T05:00:57.401Z Downloaded encoding_rs v0.8.34
6472024-10-09T05:00:57.421Z Downloaded regex-automata v0.4.6
6482024-10-09T05:00:57.440Z Downloaded finl_unicode v1.2.0
6492024-10-09T05:00:57.453Z Downloaded zerocopy-derive v0.6.6
6502024-10-09T05:00:57.463Z Downloaded openapiv3 v2.0.0
6512024-10-09T05:00:57.478Z Downloaded tokio v1.39.3
6522024-10-09T05:00:57.517Z Downloaded libgit2-sys v0.17.0+1.8.1
6532024-10-09T05:00:57.577Z Downloaded libc v0.2.159
6542024-10-09T05:00:57.606Z Downloaded sha3 v0.10.8
6552024-10-09T05:00:57.610Z Downloaded idna v0.3.0
6562024-10-09T05:00:57.617Z Downloaded gimli v0.28.1
6572024-10-09T05:00:57.627Z Downloaded plotters v0.3.5
6582024-10-09T05:00:57.636Z Downloaded minimal-lexical v0.2.1
6592024-10-09T05:00:57.641Z Downloaded toml_edit v0.22.22
6602024-10-09T05:00:57.664Z Downloaded reqwest v0.12.7
6612024-10-09T05:00:57.672Z Downloaded itertools v0.12.1
6622024-10-09T05:00:57.680Z Downloaded httpmock v0.8.0-alpha.1
6632024-10-09T05:00:57.699Z Downloaded smoltcp v0.9.1
6642024-10-09T05:00:57.710Z Downloaded idna v0.4.0
6652024-10-09T05:00:57.718Z Downloaded crossterm v0.28.1
6662024-10-09T05:00:57.730Z Downloaded toml v0.7.8
6672024-10-09T05:00:57.732Z Downloaded russh-keys v0.45.0
6682024-10-09T05:00:57.735Z Downloaded typed-path v0.7.1
6692024-10-09T05:00:57.739Z Downloaded rustls-webpki v0.101.7
6702024-10-09T05:00:57.755Z Downloaded tabled v0.15.0
6712024-10-09T05:00:57.771Z Downloaded idna v0.5.0
6722024-10-09T05:00:57.778Z Downloaded memchr v2.7.2
6732024-10-09T05:00:57.784Z Downloaded itertools v0.13.0
6742024-10-09T05:00:57.792Z Downloaded rustls v0.21.12
6752024-10-09T05:00:57.806Z Downloaded url v2.5.2
6762024-10-09T05:00:57.810Z Downloaded openssl v0.10.66
6772024-10-09T05:00:57.820Z Downloaded concurrent-queue v2.5.0
6782024-10-09T05:00:57.822Z Downloaded unicode-normalization v0.1.23
6792024-10-09T05:00:57.826Z Downloaded rustls-pki-types v1.7.0
6802024-10-09T05:00:57.829Z Downloaded libz-sys v1.1.16
6812024-10-09T05:00:57.896Z Downloaded git2 v0.19.0
6822024-10-09T05:00:57.905Z Downloaded crypto-bigint v0.5.5
6832024-10-09T05:00:57.912Z Downloaded p521 v0.13.3
6842024-10-09T05:00:57.916Z Downloaded zerocopy v0.7.34
6852024-10-09T05:00:57.934Z Downloaded rusqlite v0.32.1
6862024-10-09T05:00:57.940Z Downloaded zone v0.3.0
6872024-10-09T05:00:57.943Z Downloaded quick-error v1.2.3
6882024-10-09T05:00:57.943Z Downloaded reqwest v0.11.27
6892024-10-09T05:00:57.951Z Downloaded textwrap v0.16.1
6902024-10-09T05:00:57.954Z Downloaded tar v0.4.42
6912024-10-09T05:00:57.956Z Downloaded multer v3.1.0
6922024-10-09T05:00:57.959Z Downloaded libsqlite3-sys v0.30.1
6932024-10-09T05:00:58.038Z Downloaded keccak v0.1.5
6942024-10-09T05:00:58.040Z Downloaded der v0.7.9
6952024-10-09T05:00:58.043Z Downloaded serde_path_to_error v0.1.16
6962024-10-09T05:00:58.046Z Downloaded rustversion v1.0.17
6972024-10-09T05:00:58.048Z Downloaded proc-macro-error-attr v1.0.4
6982024-10-09T05:00:58.051Z Downloaded proc-macro2 v1.0.86
6992024-10-09T05:00:58.054Z Downloaded pin-project-internal v1.1.5
7002024-10-09T05:00:58.054Z Downloaded rand v0.8.5
7012024-10-09T05:00:58.056Z Downloaded itertools v0.10.5
7022024-10-09T05:00:58.063Z Downloaded diesel_table_macro_syntax v0.2.0
7032024-10-09T05:00:58.065Z Downloaded multimap v0.10.0
7042024-10-09T05:00:58.066Z Downloaded libefi-sys v0.1.0
7052024-10-09T05:00:58.068Z Downloaded zerocopy-derive v0.7.34
7062024-10-09T05:00:58.073Z Downloaded libm v0.2.8
7072024-10-09T05:00:58.078Z Downloaded sqlparser v0.45.0
7082024-10-09T05:00:58.084Z Downloaded scroll v0.12.0
7092024-10-09T05:00:58.087Z Downloaded dropshot_endpoint v0.12.0
7102024-10-09T05:00:58.089Z Downloaded quinn v0.11.5
7112024-10-09T05:00:58.092Z Downloaded num v0.4.3
7122024-10-09T05:00:58.096Z Downloaded nibble_vec v0.1.0
7132024-10-09T05:00:58.096Z Downloaded tungstenite v0.23.0
7142024-10-09T05:00:58.098Z Downloaded semver v0.1.20
7152024-10-09T05:00:58.098Z Downloaded debug-ignore v1.0.5
7162024-10-09T05:00:58.101Z Downloaded crypto-common v0.1.6
7172024-10-09T05:00:58.101Z Downloaded serde-hex v0.1.0
7182024-10-09T05:00:58.103Z Downloaded num-rational v0.4.2
7192024-10-09T05:00:58.106Z Downloaded socket2 v0.5.7
7202024-10-09T05:00:58.106Z Downloaded maplit v1.0.2
7212024-10-09T05:00:58.115Z Downloaded spin v0.9.8
7222024-10-09T05:00:58.119Z Downloaded slog-bunyan v2.5.0
7232024-10-09T05:00:58.119Z Downloaded tokio-rustls v0.25.0
7242024-10-09T05:00:58.119Z Downloaded tokio-rustls v0.24.1
7252024-10-09T05:00:58.119Z Downloaded x509-cert v0.2.5
7262024-10-09T05:00:58.123Z Downloaded pbkdf2 v0.12.2
7272024-10-09T05:00:58.123Z Downloaded postcard v1.0.8
7282024-10-09T05:00:58.128Z Downloaded time v0.3.36
7292024-10-09T05:00:58.132Z Downloaded itoa v1.0.11
7302024-10-09T05:00:58.135Z Downloaded pem-rfc7468 v0.7.0
7312024-10-09T05:00:58.139Z Downloaded mime_guess v2.0.4
7322024-10-09T05:00:58.139Z Downloaded twox-hash v1.6.3
7332024-10-09T05:00:58.141Z Downloaded lru v0.12.3
7342024-10-09T05:00:58.141Z Downloaded derive-where v1.2.7
7352024-10-09T05:00:58.144Z Downloaded elliptic-curve v0.13.8
7362024-10-09T05:00:58.148Z Downloaded h2 v0.4.6
7372024-10-09T05:00:58.155Z Downloaded termtree v0.4.1
7382024-10-09T05:00:58.157Z Downloaded memmap v0.7.0
7392024-10-09T05:00:58.157Z Downloaded topological-sort v0.2.2
7402024-10-09T05:00:58.160Z Downloaded sec1 v0.7.3
7412024-10-09T05:00:58.160Z Downloaded rand_xorshift v0.3.0
7422024-10-09T05:00:58.162Z Downloaded futures-util v0.3.30
7432024-10-09T05:00:58.174Z Downloaded bindgen v0.69.4
7442024-10-09T05:00:58.181Z Downloaded log v0.4.22
7452024-10-09T05:00:58.184Z Downloaded tracing v0.1.40
7462024-10-09T05:00:58.188Z Downloaded tokio-tungstenite v0.23.1
7472024-10-09T05:00:58.191Z Downloaded smallvec v1.13.2
7482024-10-09T05:00:58.193Z Downloaded scrypt v0.11.0
7492024-10-09T05:00:58.197Z Downloaded parse-display-derive v0.10.0
7502024-10-09T05:00:58.197Z Downloaded ecdsa v0.16.9
7512024-10-09T05:00:58.201Z Downloaded typenum v1.17.0
7522024-10-09T05:00:58.201Z Downloaded universal-hash v0.5.1
7532024-10-09T05:00:58.201Z Downloaded ring v0.17.8
7542024-10-09T05:00:58.271Z Downloaded unicode-xid v0.2.4
7552024-10-09T05:00:58.274Z Downloaded tokio-tungstenite v0.21.0
7562024-10-09T05:00:58.277Z Downloaded polyval v0.6.2
7572024-10-09T05:00:58.277Z Downloaded chrono v0.4.38
7582024-10-09T05:00:58.284Z Downloaded serde_with v3.9.0
7592024-10-09T05:00:58.293Z Downloaded serde_regex v1.1.0
7602024-10-09T05:00:58.295Z Downloaded rand_seeder v0.3.0
7612024-10-09T05:00:58.295Z Downloaded tinyvec v1.6.0
7622024-10-09T05:00:58.298Z Downloaded dtrace-parser v0.2.0
7632024-10-09T05:00:58.300Z Downloaded reedline v0.33.0
7642024-10-09T05:00:58.307Z Downloaded h2 v0.3.26
7652024-10-09T05:00:58.313Z Downloaded bitvec v1.0.1
7662024-10-09T05:00:58.328Z Downloaded async-std v1.13.0
7672024-10-09T05:00:58.347Z Downloaded ring v0.16.20
7682024-10-09T05:00:58.431Z Downloaded lock_api v0.4.12
7692024-10-09T05:00:58.433Z Downloaded scopeguard v1.2.0
7702024-10-09T05:00:58.433Z Downloaded tabwriter v1.4.0
7712024-10-09T05:00:58.436Z Downloaded unicode-bidi v0.3.15
7722024-10-09T05:00:58.436Z Downloaded hyper v1.4.1
7732024-10-09T05:00:58.443Z Downloaded csv-core v0.1.11
7742024-10-09T05:00:58.446Z Downloaded crossbeam-channel v0.5.12
7752024-10-09T05:00:58.448Z Downloaded sync_wrapper v1.0.1
7762024-10-09T05:00:58.450Z Downloaded serde_plain v1.0.2
7772024-10-09T05:00:58.450Z Downloaded criterion v0.5.1
7782024-10-09T05:00:58.457Z Downloaded const_format v0.2.33
7792024-10-09T05:00:58.461Z Downloaded hickory-resolver v0.24.1
7802024-10-09T05:00:58.466Z Downloaded proc-macro-error v1.0.4
7812024-10-09T05:00:58.469Z Downloaded pkcs8 v0.10.2
7822024-10-09T05:00:58.471Z Downloaded pkcs1 v0.7.5
7832024-10-09T05:00:58.473Z Downloaded derive_builder_core v0.20.0
7842024-10-09T05:00:58.476Z Downloaded http v0.2.12
7852024-10-09T05:00:58.479Z Downloaded test-strategy v0.3.1
7862024-10-09T05:00:58.482Z Downloaded convert_case v0.4.0
7872024-10-09T05:00:58.485Z Downloaded constant_time_eq v0.3.0
7882024-10-09T05:00:58.485Z Downloaded supports-color v3.0.1
7892024-10-09T05:00:58.487Z Downloaded spin v0.5.2
7902024-10-09T05:00:58.487Z Downloaded ucd-trie v0.1.6
7912024-10-09T05:00:58.490Z Downloaded signal-hook-mio v0.2.4
7922024-10-09T05:00:58.490Z Downloaded p256 v0.13.2
7932024-10-09T05:00:58.492Z Downloaded pin-utils v0.1.0
7942024-10-09T05:00:58.495Z Downloaded libtest-mimic v0.7.3
7952024-10-09T05:00:58.497Z Downloaded crc-any v2.5.0
7962024-10-09T05:00:58.497Z Downloaded schemars v0.8.21
7972024-10-09T05:00:58.508Z Downloaded shlex v1.3.0
7982024-10-09T05:00:58.511Z Downloaded rand_chacha v0.3.1
7992024-10-09T05:00:58.512Z Downloaded proc-macro-crate v3.1.0
8002024-10-09T05:00:58.515Z Downloaded primeorder v0.13.6
8012024-10-09T05:00:58.515Z Downloaded env_logger v0.11.5
8022024-10-09T05:00:58.518Z Downloaded env_logger v0.10.2
8032024-10-09T05:00:58.518Z Downloaded time-macros v0.2.18
8042024-10-09T05:00:58.520Z Downloaded term v0.7.0
8052024-10-09T05:00:58.523Z Downloaded headers v0.4.0
8062024-10-09T05:00:58.528Z Downloaded fancy-regex v0.13.0
8072024-10-09T05:00:58.531Z Downloaded aho-corasick v1.1.3
8082024-10-09T05:00:58.537Z Downloaded heapless v0.7.17
8092024-10-09T05:00:58.541Z Downloaded cobs v0.2.3
8102024-10-09T05:00:58.543Z Downloaded dirs-sys-next v0.1.2
8112024-10-09T05:00:58.543Z Downloaded dirs-next v2.0.0
8122024-10-09T05:00:58.546Z Downloaded blake3 v1.5.1
8132024-10-09T05:00:58.551Z Downloaded indexmap v1.9.3
8142024-10-09T05:00:58.554Z Downloaded curve25519-dalek-derive v0.1.1
8152024-10-09T05:00:58.556Z Downloaded ctr v0.9.2
8162024-10-09T05:00:58.559Z Downloaded colorchoice v1.0.1
8172024-10-09T05:00:58.559Z Downloaded aes v0.8.4
8182024-10-09T05:00:58.561Z Downloaded xattr v1.3.1
8192024-10-09T05:00:58.563Z Downloaded progenitor-impl v0.8.0
8202024-10-09T05:00:58.566Z Downloaded mockall_derive v0.13.0
8212024-10-09T05:00:58.568Z Downloaded steno v0.4.1
8222024-10-09T05:00:58.571Z Downloaded num_threads v0.1.7
8232024-10-09T05:00:58.574Z Downloaded wait-timeout v0.2.0
8242024-10-09T05:00:58.574Z Downloaded serde_tokenstream v0.2.2
8252024-10-09T05:00:58.576Z Downloaded hickory-server v0.24.1
8262024-10-09T05:00:58.579Z Downloaded flume v0.11.0
8272024-10-09T05:00:58.585Z Downloaded sqlformat v0.2.6
8282024-10-09T05:00:58.588Z Downloaded clap_derive v4.5.18
8292024-10-09T05:00:58.588Z Downloaded slog v2.7.0
8302024-10-09T05:00:58.591Z Downloaded serde_repr v0.1.19
8312024-10-09T05:00:58.591Z Downloaded fallible-iterator v0.2.0
8322024-10-09T05:00:58.594Z Downloaded rayon-core v1.12.1
8332024-10-09T05:00:58.596Z Downloaded serde_with_macros v3.9.0
8342024-10-09T05:00:58.599Z Downloaded pretty_assertions v1.4.1
8352024-10-09T05:00:58.599Z Downloaded tempfile v3.13.0
8362024-10-09T05:00:58.601Z Downloaded target-lexicon v0.12.16
8372024-10-09T05:00:58.604Z Downloaded hickory-client v0.24.1
8382024-10-09T05:00:58.606Z Downloaded embedded-io v0.4.0
8392024-10-09T05:00:58.609Z Downloaded digest v0.10.7
8402024-10-09T05:00:58.609Z Downloaded hmac v0.12.1
8412024-10-09T05:00:58.612Z Downloaded rcgen v0.12.1
8422024-10-09T05:00:58.615Z Downloaded pathdiff v0.2.1
8432024-10-09T05:00:58.615Z Downloaded openssl-sys v0.9.103
8442024-10-09T05:00:58.619Z Downloaded base64 v0.22.1
8452024-10-09T05:00:58.623Z Downloaded half v2.4.1
8462024-10-09T05:00:58.626Z Downloaded crc32fast v1.4.0
8472024-10-09T05:00:58.629Z Downloaded crc-catalog v2.4.0
8482024-10-09T05:00:58.630Z Downloaded whoami v1.5.2
8492024-10-09T05:00:58.630Z Downloaded which v4.4.2
8502024-10-09T05:00:58.632Z Downloaded walkdir v2.5.0
8512024-10-09T05:00:58.632Z Downloaded aes-gcm v0.10.3
8522024-10-09T05:00:58.635Z Downloaded darling_macro v0.20.9
8532024-10-09T05:00:58.638Z Downloaded hyper-rustls v0.26.0
8542024-10-09T05:00:58.640Z Downloaded httparse v1.8.0
8552024-10-09T05:00:58.640Z Downloaded highway v1.2.0
8562024-10-09T05:00:58.642Z Downloaded bcs v0.1.6
8572024-10-09T05:00:58.645Z Downloaded base64 v0.13.1
8582024-10-09T05:00:58.647Z Downloaded thiserror-no-std v2.0.2
8592024-10-09T05:00:58.650Z Downloaded cc v1.0.97
8602024-10-09T05:00:58.653Z Downloaded camino v1.1.9
8612024-10-09T05:00:58.656Z Downloaded blake2 v0.10.6
8622024-10-09T05:00:58.662Z Downloaded bitflags v2.6.0
8632024-10-09T05:00:58.665Z Downloaded strsim v0.11.1
8642024-10-09T05:00:58.665Z Downloaded quote v1.0.37
8652024-10-09T05:00:58.665Z Downloaded oso v0.27.3
8662024-10-09T05:00:58.668Z Downloaded async-io v2.3.4
8672024-10-09T05:00:58.675Z Downloaded arc-swap v1.7.1
8682024-10-09T05:00:58.675Z Downloaded ahash v0.8.11
8692024-10-09T05:00:58.680Z Downloaded siphasher v0.3.11
8702024-10-09T05:00:58.680Z Downloaded rustfmt-wrapper v0.2.1
8712024-10-09T05:00:58.680Z Downloaded rustc_version v0.1.7
8722024-10-09T05:00:58.680Z Downloaded cargo_metadata v0.18.1
8732024-10-09T05:00:58.682Z Downloaded addr2line v0.21.0
8742024-10-09T05:00:58.684Z Downloaded ref-cast v1.0.23
8752024-10-09T05:00:58.686Z Downloaded plotters-backend v0.3.5
8762024-10-09T05:00:58.686Z Downloaded hyper-rustls v0.27.3
8772024-10-09T05:00:58.689Z Downloaded globset v0.4.14
8782024-10-09T05:00:58.691Z Downloaded clang-sys v1.7.0
8792024-10-09T05:00:58.694Z Downloaded omicron-zone-package v0.11.1
8802024-10-09T05:00:58.697Z Downloaded futures-sink v0.3.30
8812024-10-09T05:00:58.697Z Downloaded chacha20poly1305 v0.10.1
8822024-10-09T05:00:58.697Z Downloaded chacha20 v0.9.1
8832024-10-09T05:00:58.699Z Downloaded bytes v1.7.2
8842024-10-09T05:00:58.702Z Downloaded blocking v1.6.1
8852024-10-09T05:00:58.706Z Downloaded async-executor v1.13.1
8862024-10-09T05:00:58.708Z Downloaded assert_cmd v2.0.16
8872024-10-09T05:00:58.708Z Downloaded arrayvec v0.7.4
8882024-10-09T05:00:58.711Z Downloaded async-stream v0.3.5
8892024-10-09T05:00:58.714Z Downloaded async-signal v0.2.10
8902024-10-09T05:00:58.717Z Downloaded fragile v2.0.0
8912024-10-09T05:00:58.720Z Downloaded generic-array v0.14.7
8922024-10-09T05:00:58.720Z Downloaded cfg-expr v0.16.0
8932024-10-09T05:00:58.722Z Downloaded atty v0.2.14
8942024-10-09T05:00:58.725Z Downloaded fnv v1.0.7
8952024-10-09T05:00:58.725Z Downloaded async-trait v0.1.83
8962024-10-09T05:00:58.728Z Downloaded async-object-pool v0.1.5
8972024-10-09T05:00:58.728Z Downloaded foreign-types v0.5.0
8982024-10-09T05:00:58.731Z Downloaded fixedbitset v0.4.2
8992024-10-09T05:00:58.731Z Downloaded fastrand v2.1.1
9002024-10-09T05:00:58.733Z Downloaded camino-tempfile v1.1.1
9012024-10-09T05:00:58.733Z Downloaded blake2b_simd v1.0.2
9022024-10-09T05:00:58.735Z Downloaded async-process v2.2.4
9032024-10-09T05:00:58.735Z Downloaded backoff v0.4.0
9042024-10-09T05:00:58.738Z Downloaded async-lock v3.4.0
9052024-10-09T05:00:58.740Z Downloaded ascii-canvas v3.0.0
9062024-10-09T05:00:58.740Z Downloaded argon2 v0.5.3
9072024-10-09T05:00:58.742Z Downloaded blowfish v0.9.1
9082024-10-09T05:00:58.746Z Downloaded bcrypt-pbkdf v0.10.0
9092024-10-09T05:00:58.746Z Downloaded async-global-executor v2.4.1
9102024-10-09T05:00:58.746Z Downloaded anstyle v1.0.8
9112024-10-09T05:00:58.748Z Downloaded base16ct v0.2.0
9122024-10-09T05:00:58.748Z Downloaded async-recursion v1.1.1
9132024-10-09T05:00:59.014Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9142024-10-09T05:01:08.014Z Startup: Refreshing catalog 'helios-dev' ... Done
9152024-10-09T05:01:10.824Z Startup: Caching catalogs ... Done
9162024-10-09T05:01:15.151ZPlanning: Solver setup ... Done (3.693s)
9172024-10-09T05:01:15.214ZPlanning: Running solver ... Done (0.063s)
9182024-10-09T05:01:15.278ZPlanning: Finding local manifests ... Done (0.004s)
9192024-10-09T05:01:15.291ZPlanning: Fetching manifests: 0/5 0% complete
9202024-10-09T05:01:15.924ZPlanning: Fetching manifests: 5/5 100% complete
9212024-10-09T05:01:16.156ZPlanning: Package planning ... Done (0.231s)
9222024-10-09T05:01:16.211ZPlanning: Merging actions ... Done (0.055s)
9232024-10-09T05:01:16.417ZPlanning: Checking for conflicting actions ... Done (0.205s)
9242024-10-09T05:01:18.666ZPlanning: Consolidating action changes ... Done (2.247s)
9252024-10-09T05:01:19.125ZPlanning: Evaluating mediators ... Done (0.458s)
9262024-10-09T05:01:19.205ZPlanning: Planning completed in 8.30 seconds
9272024-10-09T05:01:19.221Z Packages to install: 4
9282024-10-09T05:01:19.221Z Packages to update: 1
9292024-10-09T05:01:19.223Z Mediators to change: 2
9302024-10-09T05:01:19.223Z Services to change: 1
9312024-10-09T05:01:19.223Z Estimated space available: 155.47 GB
9322024-10-09T05:01:19.223ZEstimated space to be consumed: 1.56 GB
9332024-10-09T05:01:19.223Z Create boot environment: No
9342024-10-09T05:01:19.223ZCreate backup boot environment: Yes
9352024-10-09T05:01:19.223Z Rebuild boot archive: No
9362024-10-09T05:01:19.223Z
9372024-10-09T05:01:19.223ZChanged mediators:
9382024-10-09T05:01:19.223Z mediator clang:
9392024-10-09T05:01:19.223Z version: None -> 15 (system default)
9402024-10-09T05:01:19.223Z
9412024-10-09T05:01:19.224Z mediator llvm:
9422024-10-09T05:01:19.224Z version: 14 (system default) -> 15 (system default)
9432024-10-09T05:01:19.224Z
9442024-10-09T05:01:19.224ZChanged packages:
9452024-10-09T05:01:19.224Zhelios-dev
9462024-10-09T05:01:19.224Z developer/build-essential
9472024-10-09T05:01:19.224Z None -> 11-2.0
9482024-10-09T05:01:19.224Z library/libxmlsec1
9492024-10-09T05:01:19.224Z None -> 1.2.35-2.0
9502024-10-09T05:01:19.224Z ooce/developer/clang-15
9512024-10-09T05:01:19.224Z None -> 15.0.7-2.0
9522024-10-09T05:01:19.224Z ooce/developer/llvm-15
9532024-10-09T05:01:19.224Z None -> 15.0.7-2.0
9542024-10-09T05:01:19.224Z package/pkg
9552024-10-09T05:01:19.224Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9562024-10-09T05:01:19.224Z
9572024-10-09T05:01:19.224ZServices:
9582024-10-09T05:01:19.224Z restart_fmri:
9592024-10-09T05:01:19.224Z svc:/system/update-man-index:default
9602024-10-09T05:01:19.224Z
9612024-10-09T05:01:19.224ZEditable files to change:
9622024-10-09T05:01:19.224Z Update:
9632024-10-09T05:01:19.224Z usr/share/lib/pkg/web/config.shtml
9642024-10-09T05:01:19.306Z
9652024-10-09T05:01:19.306ZDownload: 0/4281 items 0.0/220.6MB 0% complete
9662024-10-09T05:01:24.313ZDownload: 1257/4281 items 110.6/220.6MB 50% complete (22.2M/s)
9672024-10-09T05:01:29.317ZDownload: 3138/4281 items 137.6/220.6MB 62% complete (13.8M/s)
9682024-10-09T05:01:34.160ZDownload: Completed 220.60 MB in 14.84 seconds (14.9M/s)
9692024-10-09T05:01:35.173Z Actions: 1/5063 actions (Removing old actions)
9702024-10-09T05:01:35.195Z Actions: 194/5063 actions (Installing new actions)
9712024-10-09T05:01:39.857Z Actions: 4226/5063 actions (Updating modified actions)
9722024-10-09T05:01:40.187Z Actions: Completed 5063 actions in 5.01 seconds.
9732024-10-09T05:01:40.522Z Done (0.324s)
9742024-10-09T05:01:40.525Z Done (0.000s)
9752024-10-09T05:01:40.982Z Done (0.461s)
9762024-10-09T05:01:45.569Z Done (4.388s)
9772024-10-09T05:01:45.660Z Done (0.019s)
9782024-10-09T05:01:45.663Z Done (0.000s)
9792024-10-09T05:01:45.837Z Done (0.000s)
9802024-10-09T05:01:46.472ZPlanning: Evaluating mediator changes ... Done
9812024-10-09T05:01:46.637ZPlanning: Checking for conflicting actions ... Done
9822024-10-09T05:01:46.649ZPlanning: Consolidating action changes ... Done
9832024-10-09T05:01:46.901ZPlanning: Evaluating mediators ... Done
9842024-10-09T05:01:46.904ZPlanning: Planning completed in 0.43 seconds
9852024-10-09T05:01:46.942Z Mediators to change: 2
9862024-10-09T05:01:46.942Z Create boot environment: No
9872024-10-09T05:01:46.945ZCreate backup boot environment: No
9882024-10-09T05:01:47.028Z Done
9892024-10-09T05:01:47.028Z Done
9902024-10-09T05:01:47.322Z Done
9912024-10-09T05:01:50.935Z Done
9922024-10-09T05:01:51.029Z Done
9932024-10-09T05:01:51.033Z Done
9942024-10-09T05:01:51.152Z Done
9952024-10-09T05:01:51.761ZPlanning: Evaluating mediator changes ... Done
9962024-10-09T05:01:51.763ZPlanning: Merging actions ... Done
9972024-10-09T05:01:51.950ZPlanning: Checking for conflicting actions ... Done
9982024-10-09T05:01:51.952ZPlanning: Consolidating action changes ... Done
9992024-10-09T05:01:52.216ZPlanning: Evaluating mediators ... Done
10002024-10-09T05:01:52.270ZPlanning: Planning completed in 0.75 seconds
10012024-10-09T05:01:52.314Z Packages to change: 1
10022024-10-09T05:01:52.314Z Mediators to change: 1
10032024-10-09T05:01:52.317Z Services to change: 1
10042024-10-09T05:01:52.317Z Create boot environment: No
10052024-10-09T05:01:52.317ZCreate backup boot environment: Yes
10062024-10-09T05:01:54.244Z Actions: 1/6 actions (Updating modified actions)
10072024-10-09T05:01:54.247Z Actions: Completed 6 actions in 0.00 seconds.
10082024-10-09T05:01:54.247Z Done
10092024-10-09T05:01:54.247Z Done
10102024-10-09T05:01:54.348Z Done
10112024-10-09T05:01:57.897Z Done
10122024-10-09T05:01:57.985Z Done
10132024-10-09T05:01:57.988Z Done
10142024-10-09T05:01:58.099Z Done
10152024-10-09T05:01:58.535ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10162024-10-09T05:01:58.535Zclang system 15 system
10172024-10-09T05:01:58.535Zcsh system system illumos
10182024-10-09T05:01:58.535Zctags system system illumos
10192024-10-09T05:01:58.535Zgcc vendor 12 vendor
10202024-10-09T05:01:58.535Zgcc system 10 system
10212024-10-09T05:01:58.535Zgcc system 7 system
10222024-10-09T05:01:58.535Zgo system 1.20 system
10232024-10-09T05:01:58.535Zgo system 1.19 system
10242024-10-09T05:01:58.535Zllvm system 15 system
10252024-10-09T05:01:58.535Zllvm system 14 system
10262024-10-09T05:01:58.535Zmariadb system 10.6 system
10272024-10-09T05:01:58.535Zmta vendor vendor dma
10282024-10-09T05:01:58.535Zopenjdk system 17 system
10292024-10-09T05:01:58.535Zopenjdk system 11 system
10302024-10-09T05:01:58.535Zopenjdk system 1.8 system
10312024-10-09T05:01:58.535Zopenssl vendor 3 vendor
10322024-10-09T05:01:58.535Zperl system 5.36 system
10332024-10-09T05:01:58.535Zpostgresql system 15 system
10342024-10-09T05:01:58.535Zpostgresql system 13 system
10352024-10-09T05:01:58.535Zpython vendor 3 vendor
10362024-10-09T05:01:58.535Zpython system 2 system
10372024-10-09T05:01:58.535Zpython3 system 3.11 system
10382024-10-09T05:01:58.535Zruby system 3.0 system
10392024-10-09T05:01:58.535Zwords vendor vendor american-english
10402024-10-09T05:01:58.535Zwords system system australian-english
10412024-10-09T05:01:58.535Zwords system system british-english
10422024-10-09T05:01:58.535Zwords system system canadian-english
10432024-10-09T05:01:58.535Zwords system system french
10442024-10-09T05:01:58.535Zwords system system italian
10452024-10-09T05:01:58.535Zwords system system ngerman
10462024-10-09T05:01:58.536Zwords system system ogerman
10472024-10-09T05:01:58.536Zwords system system spanish
10482024-10-09T05:01:58.874ZPUBLISHER TYPE STATUS P LOCATION
10492024-10-09T05:01:58.874Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10502024-10-09T05:02:00.921ZFMRI IFO
10512024-10-09T05:02:00.921Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10522024-10-09T05:02:00.921Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10532024-10-09T05:02:00.921Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10542024-10-09T05:02:00.921Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
10552024-10-09T05:02:00.921Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
10562024-10-09T05:02:00.922Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
10572024-10-09T05:02:00.922Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
10582024-10-09T05:02:00.922Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
10592024-10-09T05:02:00.922Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
10602024-10-09T05:02:00.922Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
10612024-10-09T05:02:00.922Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
10622024-10-09T05:02:00.922Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
10632024-10-09T05:02:00.922Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
10642024-10-09T05:02:01.919Z Downloading crates ...
10652024-10-09T05:02:02.054Z Downloaded cargo_toml v0.20.5
10662024-10-09T05:02:02.190Z Compiling proc-macro2 v1.0.86
10672024-10-09T05:02:02.190Z Compiling unicode-ident v1.0.13
10682024-10-09T05:02:02.193Z Compiling serde v1.0.210
10692024-10-09T05:02:02.193Z Compiling version_check v0.9.5
10702024-10-09T05:02:02.193Z Compiling thiserror v1.0.64
10712024-10-09T05:02:02.193Z Compiling memchr v2.7.2
10722024-10-09T05:02:02.193Z Compiling libc v0.2.159
10732024-10-09T05:02:02.215Z Compiling ucd-trie v0.1.6
10742024-10-09T05:02:02.441Z Compiling itoa v1.0.11
10752024-10-09T05:02:02.664Z Compiling ryu v1.0.18
10762024-10-09T05:02:02.956Z Compiling once_cell v1.19.0
10772024-10-09T05:02:02.990Z Compiling byteorder v1.5.0
10782024-10-09T05:02:03.037Z Compiling rustix v0.38.37
10792024-10-09T05:02:03.050Z Compiling serde_json v1.0.128
10802024-10-09T05:02:03.412Z Compiling bitflags v2.6.0
10812024-10-09T05:02:03.477Z Compiling proc-macro-error-attr v1.0.4
10822024-10-09T05:02:03.765Z Compiling usdt-impl v0.5.0
10832024-10-09T05:02:03.795Z Compiling syn v1.0.109
10842024-10-09T05:02:03.835Z Compiling quote v1.0.37
10852024-10-09T05:02:03.959Z Compiling proc-macro-error v1.0.4
10862024-10-09T05:02:03.970Z Compiling camino v1.1.9
10872024-10-09T05:02:04.205Z Compiling syn v2.0.79
10882024-10-09T05:02:04.241Z Compiling log v0.4.22
10892024-10-09T05:02:04.404Z Compiling errno v0.3.9
10902024-10-09T05:02:04.584Z Compiling plain v0.2.3
10912024-10-09T05:02:04.595Z Compiling utf8parse v0.2.1
10922024-10-09T05:02:04.615Z Compiling equivalent v1.0.1
10932024-10-09T05:02:04.627Z Compiling hashbrown v0.14.5
10942024-10-09T05:02:04.717Z Compiling anstyle-parse v0.2.4
10952024-10-09T05:02:04.922Z Compiling thread-id v4.2.1
10962024-10-09T05:02:05.023Z Compiling colorchoice v1.0.1
10972024-10-09T05:02:05.035Z Compiling semver v1.0.23
10982024-10-09T05:02:05.181Z Compiling winnow v0.6.18
10992024-10-09T05:02:05.314Z Compiling unicode-width v0.1.13
11002024-10-09T05:02:05.556Z Compiling autocfg v1.3.0
11012024-10-09T05:02:05.570Z Compiling anstyle v1.0.8
11022024-10-09T05:02:05.573Z Compiling pretty-hex v0.4.1
11032024-10-09T05:02:05.763Z Compiling anstyle-query v1.0.3
11042024-10-09T05:02:05.899Z Compiling indexmap v2.5.0
11052024-10-09T05:02:05.913Z Compiling is_terminal_polyfill v1.70.0
11062024-10-09T05:02:06.016Z Compiling anstream v0.6.14
11072024-10-09T05:02:06.331Z Compiling bytecount v0.6.8
11082024-10-09T05:02:06.520Z Compiling fs-err v2.11.0
11092024-10-09T05:02:06.551Z Compiling heck v0.5.0
11102024-10-09T05:02:06.770Z Compiling terminal_size v0.4.0
11112024-10-09T05:02:06.968Z Compiling clap_lex v0.7.0
11122024-10-09T05:02:07.069Z Compiling anyhow v1.0.89
11132024-10-09T05:02:07.232Z Compiling fnv v1.0.7
11142024-10-09T05:02:07.256Z Compiling fastrand v2.1.1
11152024-10-09T05:02:07.357Z Compiling cfg-if v1.0.0
11162024-10-09T05:02:07.433Z Compiling strsim v0.11.1
11172024-10-09T05:02:07.445Z Compiling heck v0.4.1
11182024-10-09T05:02:07.465Z Compiling papergrid v0.11.0
11192024-10-09T05:02:07.808Z Compiling clap_builder v4.5.20
11202024-10-09T05:02:08.142Z Compiling tempfile v3.13.0
11212024-10-09T05:02:08.402Z Compiling memmap v0.7.0
11222024-10-09T05:02:08.515Z Compiling unicode-linebreak v0.1.5
11232024-10-09T05:02:08.762Z Compiling smawk v0.3.2
11242024-10-09T05:02:08.973Z Compiling textwrap v0.16.1
11252024-10-09T05:02:09.044Z Compiling swrite v0.1.0
11262024-10-09T05:02:10.490Z Compiling tabled_derive v0.7.0
11272024-10-09T05:02:11.984Z Compiling tabled v0.15.0
11282024-10-09T05:02:13.011Z Compiling serde_derive v1.0.210
11292024-10-09T05:02:13.011Z Compiling thiserror-impl v1.0.64
11302024-10-09T05:02:13.016Z Compiling zerocopy-derive v0.7.34
11312024-10-09T05:02:13.017Z Compiling scroll_derive v0.12.0
11322024-10-09T05:02:13.136Z Compiling clap_derive v4.5.18
11332024-10-09T05:02:14.464Z Compiling scroll v0.12.0
11342024-10-09T05:02:14.867Z Compiling zerocopy v0.7.34
11352024-10-09T05:02:14.911Z Compiling goblin v0.8.2
11362024-10-09T05:02:15.534Z Compiling pest v2.7.10
11372024-10-09T05:02:16.749Z Compiling clap v4.5.20
11382024-10-09T05:02:17.830Z Compiling pest_meta v2.7.10
11392024-10-09T05:02:18.705Z Compiling pest_generator v2.7.10
11402024-10-09T05:02:20.532Z Compiling pest_derive v2.7.10
11412024-10-09T05:02:21.144Z Compiling dtrace-parser v0.2.0
11422024-10-09T05:02:23.172Z Compiling serde_tokenstream v0.2.2
11432024-10-09T05:02:23.216Z Compiling serde_spanned v0.6.7
11442024-10-09T05:02:23.216Z Compiling toml_datetime v0.6.8
11452024-10-09T05:02:23.453Z Compiling cargo-platform v0.1.8
11462024-10-09T05:02:23.564Z Compiling toml_edit v0.22.22
11472024-10-09T05:02:23.710Z Compiling macaddr v1.0.1
11482024-10-09T05:02:23.900Z Compiling camino-tempfile v1.1.1
11492024-10-09T05:02:24.605Z Compiling dof v0.3.0
11502024-10-09T05:02:24.647Z Compiling cargo_metadata v0.18.1
11512024-10-09T05:02:26.341Z Compiling usdt-macro v0.5.0
11522024-10-09T05:02:26.341Z Compiling usdt-attr-macro v0.5.0
11532024-10-09T05:02:26.400Z Compiling toml v0.8.19
11542024-10-09T05:02:27.235Z Compiling cargo_toml v0.20.5
11552024-10-09T05:02:27.724Z Compiling usdt v0.5.0
11562024-10-09T05:02:31.032Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
11572024-10-09T05:02:35.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.90s
11582024-10-09T05:02:35.336Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
11592024-10-09T05:02:36.207Z Compiling serde v1.0.210
11602024-10-09T05:02:36.210Z Compiling typenum v1.17.0
11612024-10-09T05:02:36.210Z Compiling generic-array v0.14.7
11622024-10-09T05:02:36.210Z Compiling lock_api v0.4.12
11632024-10-09T05:02:36.210Z Compiling subtle v2.5.0
11642024-10-09T05:02:36.326Z Compiling scopeguard v1.2.0
11652024-10-09T05:02:36.360Z Compiling syn v2.0.79
11662024-10-09T05:02:36.363Z Compiling getrandom v0.2.14
11672024-10-09T05:02:36.506Z Compiling value-bag v1.9.0
11682024-10-09T05:02:36.639Z Compiling rand_core v0.6.4
11692024-10-09T05:02:36.772Z Compiling const-oid v0.9.6
11702024-10-09T05:02:36.902Z Compiling jobserver v0.1.32
11712024-10-09T05:02:36.935Z Compiling log v0.4.22
11722024-10-09T05:02:37.092Z Compiling pin-project-lite v0.2.14
11732024-10-09T05:02:37.149Z Compiling smallvec v1.13.2
11742024-10-09T05:02:37.205Z Compiling parking_lot_core v0.9.10
11752024-10-09T05:02:37.241Z Compiling cpufeatures v0.2.12
11762024-10-09T05:02:37.331Z Compiling cc v1.0.97
11772024-10-09T05:02:37.542Z Compiling signal-hook-registry v1.4.2
11782024-10-09T05:02:37.789Z Compiling futures-core v0.3.30
11792024-10-09T05:02:37.792Z Compiling mio v1.0.2
11802024-10-09T05:02:38.038Z Compiling ahash v0.8.11
11812024-10-09T05:02:38.406Z Compiling parking_lot v0.12.2
11822024-10-09T05:02:38.424Z Compiling futures-sink v0.3.30
11832024-10-09T05:02:38.506Z Compiling spin v0.9.8
11842024-10-09T05:02:38.565Z Compiling socket2 v0.5.7
11852024-10-09T05:02:38.717Z Compiling slab v0.4.9
11862024-10-09T05:02:38.895Z Compiling tinyvec_macros v0.1.1
11872024-10-09T05:02:38.982Z Compiling tinyvec v1.6.0
11882024-10-09T05:02:39.030Z Compiling allocator-api2 v0.2.18
11892024-10-09T05:02:39.066Z Compiling libm v0.2.8
11902024-10-09T05:02:39.179Z Compiling serde_json v1.0.128
11912024-10-09T05:02:39.306Z Compiling base64ct v1.6.0
11922024-10-09T05:02:39.510Z Compiling num-traits v0.2.19
11932024-10-09T05:02:39.552Z Compiling flagset v0.4.5
11942024-10-09T05:02:39.726Z Compiling unicode-bidi v0.3.15
11952024-10-09T05:02:39.792Z Compiling pem-rfc7468 v0.7.0
11962024-10-09T05:02:39.904Z Compiling futures-channel v0.3.30
11972024-10-09T05:02:40.021Z Compiling futures-task v0.3.30
11982024-10-09T05:02:40.306Z Compiling pin-utils v0.1.0
11992024-10-09T05:02:40.320Z Compiling futures-io v0.3.30
12002024-10-09T05:02:40.390Z Compiling unicode-normalization v0.1.23
12012024-10-09T05:02:40.449Z Compiling vcpkg v0.2.15
12022024-10-09T05:02:40.520Z Compiling pkg-config v0.3.30
12032024-10-09T05:02:40.627Z Compiling crossbeam-utils v0.8.19
12042024-10-09T05:02:41.184Z Compiling tracing-core v0.1.32
12052024-10-09T05:02:41.254Z Compiling percent-encoding v2.3.1
12062024-10-09T05:02:41.350Z Compiling ring v0.17.8
12072024-10-09T05:02:41.499Z Compiling ppv-lite86 v0.2.17
12082024-10-09T05:02:42.022Z Compiling httparse v1.8.0
12092024-10-09T05:02:42.282Z Compiling rand_chacha v0.3.1
12102024-10-09T05:02:42.451Z Compiling rustix v0.38.37
12112024-10-09T05:02:42.550Z Compiling rustls-pki-types v1.7.0
12122024-10-09T05:02:42.595Z Compiling openssl-sys v0.9.103
12132024-10-09T05:02:42.852Z Compiling rand v0.8.5
12142024-10-09T05:02:43.208Z Compiling foreign-types-shared v0.1.1
12152024-10-09T05:02:43.314Z Compiling try-lock v0.2.5
12162024-10-09T05:02:43.332Z Compiling time-core v0.1.2
12172024-10-09T05:02:43.356Z Compiling openssl v0.10.66
12182024-10-09T05:02:43.446Z Compiling powerfmt v0.2.0
12192024-10-09T05:02:43.500Z Compiling untrusted v0.9.0
12202024-10-09T05:02:43.675Z Compiling rustversion v1.0.17
12212024-10-09T05:02:43.754Z Compiling num-conv v0.1.0
12222024-10-09T05:02:43.770Z Compiling atomic-waker v1.1.2
12232024-10-09T05:02:43.946Z Compiling deranged v0.3.11
12242024-10-09T05:02:44.030Z Compiling time-macros v0.2.18
12252024-10-09T05:02:44.442Z Compiling want v0.3.1
12262024-10-09T05:02:44.656Z Compiling foreign-types v0.3.2
12272024-10-09T05:02:44.738Z Compiling form_urlencoded v1.2.1
12282024-10-09T05:02:44.769Z Compiling aho-corasick v1.1.3
12292024-10-09T05:02:45.025Z Compiling rustls v0.23.10
12302024-10-09T05:02:45.074Z Compiling native-tls v0.2.11
12312024-10-09T05:02:45.297Z Compiling siphasher v0.3.11
12322024-10-09T05:02:45.405Z Compiling num_threads v0.1.7
12332024-10-09T05:02:45.408Z Compiling httpdate v1.0.3
12342024-10-09T05:02:45.544Z Compiling regex-syntax v0.8.4
12352024-10-09T05:02:45.668Z Compiling base64 v0.22.1
12362024-10-09T05:02:45.750Z Compiling syn v1.0.109
12372024-10-09T05:02:46.388Z Compiling crossbeam-epoch v0.9.18
12382024-10-09T05:02:46.406Z Compiling idna v0.5.0
12392024-10-09T05:02:47.087Z Compiling lazy_static v1.5.0
12402024-10-09T05:02:47.201Z Compiling cookie v0.18.1
12412024-10-09T05:02:47.219Z Compiling time v0.3.36
12422024-10-09T05:02:47.236Z Compiling tower-service v0.3.2
12432024-10-09T05:02:47.360Z Compiling rayon-core v1.12.1
12442024-10-09T05:02:47.493Z Compiling iana-time-zone v0.1.60
12452024-10-09T05:02:47.645Z Compiling slog v2.7.0
12462024-10-09T05:02:47.855Z Compiling finl_unicode v1.2.0
12472024-10-09T05:02:47.933Z Compiling openssl-probe v0.1.5
12482024-10-09T05:02:48.186Z Compiling either v1.13.0
12492024-10-09T05:02:48.431Z Compiling stringprep v0.1.4
12502024-10-09T05:02:48.550Z Compiling url v2.5.2
12512024-10-09T05:02:48.627Z Compiling crossbeam-deque v0.8.5
12522024-10-09T05:02:48.963Z Compiling regex-automata v0.4.6
12532024-10-09T05:02:50.065Z Compiling num-integer v0.1.46
12542024-10-09T05:02:50.407Z Compiling serde_derive v1.0.210
12552024-10-09T05:02:50.424Z Compiling zeroize_derive v1.4.2
12562024-10-09T05:02:50.863Z Compiling zerocopy-derive v0.7.34
12572024-10-09T05:02:52.037Z Compiling tokio-macros v2.4.0
12582024-10-09T05:02:52.057Z Compiling thiserror-impl v1.0.64
12592024-10-09T05:02:52.083Z Compiling zeroize v1.8.1
12602024-10-09T05:02:52.450Z Compiling der_derive v0.7.2
12612024-10-09T05:02:53.175Z Compiling zerocopy v0.7.34
12622024-10-09T05:02:53.799Z Compiling crypto-common v0.1.6
12632024-10-09T05:02:53.858Z Compiling block-buffer v0.10.4
12642024-10-09T05:02:54.027Z Compiling block-padding v0.3.3
12652024-10-09T05:02:54.117Z Compiling digest v0.10.7
12662024-10-09T05:02:54.259Z Compiling inout v0.1.3
12672024-10-09T05:02:54.542Z Compiling hmac v0.12.1
12682024-10-09T05:02:54.580Z Compiling sha2 v0.10.8
12692024-10-09T05:02:54.836Z Compiling cipher v0.4.4
12702024-10-09T05:02:55.032Z Compiling der v0.7.9
12712024-10-09T05:02:55.329Z Compiling hashbrown v0.14.5
12722024-10-09T05:02:55.390Z Compiling thiserror v1.0.64
12732024-10-09T05:02:55.407Z Compiling futures-macro v0.3.30
12742024-10-09T05:02:55.534Z Compiling salsa20 v0.10.2
12752024-10-09T05:02:55.757Z Compiling pbkdf2 v0.12.2
12762024-10-09T05:02:55.934Z Compiling scrypt v0.11.0
12772024-10-09T05:02:56.524Z Compiling aes v0.8.4
12782024-10-09T05:02:56.677Z Compiling cbc v0.1.2
12792024-10-09T05:02:56.916Z Compiling pest v2.7.10
12802024-10-09T05:02:57.396Z Compiling futures-util v0.3.30
12812024-10-09T05:02:58.130Z Compiling spki v0.7.3
12822024-10-09T05:02:58.364Z Compiling tracing-attributes v0.1.27
12832024-10-09T05:02:58.502Z Compiling pkcs5 v0.7.1
12842024-10-09T05:02:59.287Z Compiling pkcs8 v0.10.2
12852024-10-09T05:02:59.720Z Compiling pest_meta v2.7.10
12862024-10-09T05:02:59.975Z Compiling scroll_derive v0.12.0
12872024-10-09T05:03:00.034Z Compiling openssl-macros v0.1.1
12882024-10-09T05:03:00.831Z Compiling signature v2.2.0
12892024-10-09T05:03:01.141Z Compiling pest_generator v2.7.10
12902024-10-09T05:03:01.527Z Compiling scroll v0.12.0
12912024-10-09T05:03:01.756Z Compiling rustls-webpki v0.102.4
12922024-10-09T05:03:02.107Z Compiling goblin v0.8.2
12932024-10-09T05:03:02.181Z Compiling tracing v0.1.40
12942024-10-09T05:03:03.241Z Compiling md-5 v0.10.6
12952024-10-09T05:03:03.507Z Compiling backtrace v0.3.71
12962024-10-09T05:03:03.609Z Compiling idna v0.3.0
12972024-10-09T05:03:03.746Z Compiling ff v0.13.0
12982024-10-09T05:03:03.888Z Compiling hash32 v0.2.1
12992024-10-09T05:03:03.956Z Compiling psl-types v2.0.11
13002024-10-09T05:03:03.990Z Compiling stable_deref_trait v1.2.0
13012024-10-09T05:03:04.091Z Compiling crc32fast v1.4.0
13022024-10-09T05:03:04.152Z Compiling base16ct v0.2.0
13032024-10-09T05:03:04.263Z Compiling smoltcp v0.9.1
13042024-10-09T05:03:04.469Z Compiling bytes v1.7.2
13052024-10-09T05:03:04.640Z Compiling bitflags v2.6.0
13062024-10-09T05:03:04.853Z Compiling indexmap v2.5.0
13072024-10-09T05:03:04.995Z Compiling semver v1.0.23
13082024-10-09T05:03:05.166Z Compiling pest_derive v2.7.10
13092024-10-09T05:03:05.726Z Compiling tokio v1.39.3
13102024-10-09T05:03:05.748Z Compiling rustc_version v0.4.0
13112024-10-09T05:03:05.994Z Compiling http v1.1.0
13122024-10-09T05:03:06.278Z Compiling dtrace-parser v0.2.0
13132024-10-09T05:03:06.536Z Compiling heapless v0.7.17
13142024-10-09T05:03:07.798Z Compiling http-body v1.0.0
13152024-10-09T05:03:08.035Z Compiling dof v0.3.0
13162024-10-09T05:03:08.458Z Compiling uuid v1.10.0
13172024-10-09T05:03:08.583Z Compiling curve25519-dalek v4.1.3
13182024-10-09T05:03:09.247Z Compiling usdt-impl v0.5.0
13192024-10-09T05:03:09.918Z Compiling chrono v0.4.38
13202024-10-09T05:03:10.281Z Compiling serde_tokenstream v0.2.2
13212024-10-09T05:03:10.442Z Compiling toml_datetime v0.6.8
13222024-10-09T05:03:10.804Z Compiling serde_spanned v0.6.7
13232024-10-09T05:03:10.903Z Compiling gimli v0.28.1
13242024-10-09T05:03:10.969Z Compiling fallible-iterator v0.2.0
13252024-10-09T05:03:11.041Z Compiling signal-hook v0.3.17
13262024-10-09T05:03:11.320Z Compiling adler v1.0.2
13272024-10-09T05:03:11.535Z Compiling num-bigint-dig v0.8.4
13282024-10-09T05:03:11.694Z Compiling portable-atomic v1.6.0
13292024-10-09T05:03:11.884Z Compiling postgres-protocol v0.6.7
13302024-10-09T05:03:12.456Z Compiling miniz_oxide v0.7.2
13312024-10-09T05:03:12.892Z Compiling terminal_size v0.4.0
13322024-10-09T05:03:13.269Z Compiling http-body-util v0.1.2
13332024-10-09T05:03:13.737Z Compiling publicsuffix v2.2.3
13342024-10-09T05:03:13.764Z Compiling sec1 v0.7.3
13352024-10-09T05:03:13.822Z Compiling group v0.13.0
13362024-10-09T05:03:13.984Z Compiling tokio-util v0.7.12
13372024-10-09T05:03:14.149Z Compiling tokio-native-tls v0.3.1
13382024-10-09T05:03:14.329Z Compiling tokio-rustls v0.26.0
13392024-10-09T05:03:14.369Z Compiling hubpack_derive v0.1.1
13402024-10-09T05:03:14.413Z Compiling hkdf v0.12.4
13412024-10-09T05:03:14.675Z Compiling crypto-bigint v0.5.5
13422024-10-09T05:03:14.771Z Compiling num-iter v0.1.45
13432024-10-09T05:03:14.968Z Compiling h2 v0.4.6
13442024-10-09T05:03:15.270Z Compiling addr2line v0.21.0
13452024-10-09T05:03:15.338Z Compiling zerocopy-derive v0.6.6
13462024-10-09T05:03:15.720Z Compiling curve25519-dalek-derive v0.1.1
13472024-10-09T05:03:15.887Z Compiling async-trait v0.1.83
13482024-10-09T05:03:17.260Z Compiling phf_shared v0.11.2
13492024-10-09T05:03:17.495Z Compiling serde_derive_internals v0.29.1
13502024-10-09T05:03:17.642Z Compiling webpki-roots v0.26.3
13512024-10-09T05:03:17.854Z Compiling object v0.32.2
13522024-10-09T05:03:17.869Z Compiling fs-err v2.11.0
13532024-10-09T05:03:18.206Z Compiling ipnet v2.10.0
13542024-10-09T05:03:18.276Z Compiling winnow v0.5.40
13552024-10-09T05:03:18.714Z Compiling managed v0.8.0
13562024-10-09T05:03:19.167Z Compiling schemars v0.8.21
13572024-10-09T05:03:19.453Z Compiling rustc-demangle v0.1.24
13582024-10-09T05:03:19.544Z Compiling bitflags v1.3.2
13592024-10-09T05:03:19.652Z Compiling anyhow v1.0.89
13602024-10-09T05:03:20.273Z Compiling adler2 v2.0.0
13612024-10-09T05:03:20.291Z Compiling clap_builder v4.5.20
13622024-10-09T05:03:20.447Z Compiling miniz_oxide v0.8.0
13632024-10-09T05:03:20.652Z Compiling schemars_derive v0.8.21
13642024-10-09T05:03:20.781Z Compiling console v0.15.8
13652024-10-09T05:03:22.020Z Compiling hyper v1.4.1
13662024-10-09T05:03:22.038Z Compiling toml_edit v0.19.15
13672024-10-09T05:03:22.496Z Compiling elliptic-curve v0.13.8
13682024-10-09T05:03:23.219Z Compiling phf v0.11.2
13692024-10-09T05:03:23.847Z Compiling zerocopy v0.6.6
13702024-10-09T05:03:23.847Z Compiling rayon v1.10.0
13712024-10-09T05:03:24.188Z Compiling cookie_store v0.21.0
13722024-10-09T05:03:25.211Z Compiling hyper-util v0.1.9
13732024-10-09T05:03:25.749Z Compiling hubpack v0.1.2
13742024-10-09T05:03:27.555Z Compiling hyper-rustls v0.27.3
13752024-10-09T05:03:28.237Z Compiling hyper-tls v0.6.0
13762024-10-09T05:03:28.390Z Compiling postgres-types v0.2.8
13772024-10-09T05:03:28.642Z Compiling usdt-attr-macro v0.5.0
13782024-10-09T05:03:28.998Z Compiling usdt-macro v0.5.0
13792024-10-09T05:03:29.536Z Compiling serde-big-array v0.5.1
13802024-10-09T05:03:29.739Z Compiling serde_urlencoded v0.7.1
13812024-10-09T05:03:29.761Z Compiling futures-executor v0.3.30
13822024-10-09T05:03:29.913Z Compiling ed25519 v2.2.3
13832024-10-09T05:03:29.964Z Compiling pkcs1 v0.7.5
13842024-10-09T05:03:30.233Z Compiling rfc6979 v0.4.0
13852024-10-09T05:03:30.291Z Compiling bstr v1.9.1
13862024-10-09T05:03:30.327Z Compiling regex v1.10.6
13872024-10-09T05:03:30.411Z Compiling strum_macros v0.25.3
13882024-10-09T05:03:30.509Z Compiling clap_derive v4.5.18
13892024-10-09T05:03:30.951Z Compiling serde_repr v0.1.19
13902024-10-09T05:03:31.409Z Compiling enum-as-inner v0.6.0
13912024-10-09T05:03:31.895Z Compiling rustls-pemfile v2.1.3
13922024-10-09T05:03:31.950Z Compiling phf_shared v0.10.0
13932024-10-09T05:03:32.062Z Compiling float-cmp v0.9.0
13942024-10-09T05:03:32.130Z Compiling idna v0.4.0
13952024-10-09T05:03:32.272Z Compiling sync_wrapper v1.0.1
13962024-10-09T05:03:32.321Z Compiling mio v0.8.11
13972024-10-09T05:03:32.374Z Compiling encoding_rs v0.8.34
13982024-10-09T05:03:32.414Z Compiling data-encoding v2.6.0
13992024-10-09T05:03:32.493Z Compiling number_prefix v0.4.0
14002024-10-09T05:03:32.710Z Compiling bit-vec v0.6.3
14012024-10-09T05:03:33.215Z Compiling predicates-core v1.0.6
14022024-10-09T05:03:33.600Z Compiling fixedbitset v0.4.2
14032024-10-09T05:03:33.636Z Compiling new_debug_unreachable v1.0.6
14042024-10-09T05:03:33.717Z Compiling minimal-lexical v0.2.1
14052024-10-09T05:03:33.734Z Compiling whoami v1.5.2
14062024-10-09T05:03:34.054Z Compiling dyn-clone v1.0.17
14072024-10-09T05:03:34.238Z Compiling normalize-line-endings v0.3.0
14082024-10-09T05:03:34.272Z Compiling static_assertions v1.1.0
14092024-10-09T05:03:34.357Z Compiling precomputed-hash v0.1.1
14102024-10-09T05:03:34.376Z Compiling mime v0.3.17
14112024-10-09T05:03:34.378Z Compiling difflib v0.4.0
14122024-10-09T05:03:34.474Z Compiling unicode-segmentation v1.11.0
14132024-10-09T05:03:34.511Z Compiling toml_edit v0.22.22
14142024-10-09T05:03:34.877Z Compiling reqwest v0.12.7
14152024-10-09T05:03:34.988Z Compiling predicates v3.1.2
14162024-10-09T05:03:35.287Z Compiling similar v2.6.0
14172024-10-09T05:03:35.527Z Compiling clap v4.5.20
14182024-10-09T05:03:35.649Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14192024-10-09T05:03:35.941Z Compiling string_cache v0.8.7
14202024-10-09T05:03:36.713Z Compiling nom v7.1.3
14212024-10-09T05:03:36.882Z Compiling tokio-postgres v0.7.12
14222024-10-09T05:03:37.737Z Compiling petgraph v0.6.5
14232024-10-09T05:03:40.179Z Compiling hickory-proto v0.24.1
14242024-10-09T05:03:40.395Z Compiling bit-set v0.5.3
14252024-10-09T05:03:40.684Z Compiling signal-hook-mio v0.2.4
14262024-10-09T05:03:40.727Z Compiling indicatif v0.17.8
14272024-10-09T05:03:40.852Z Compiling usdt v0.5.0
14282024-10-09T05:03:41.333Z Compiling rsa v0.9.6
14292024-10-09T05:03:41.857Z Compiling ecdsa v0.16.9
14302024-10-09T05:03:42.392Z Compiling ed25519-dalek v2.1.1
14312024-10-09T05:03:42.589Z Compiling futures v0.3.30
14322024-10-09T05:03:42.710Z Compiling flate2 v1.0.34
14332024-10-09T05:03:42.743Z Compiling toml v0.7.8
14342024-10-09T05:03:43.668Z Compiling tokio-stream v0.1.16
14352024-10-09T05:03:43.697Z Compiling openapiv3 v2.0.0
14362024-10-09T05:03:43.725Z Compiling hex v0.4.3
14372024-10-09T05:03:43.753Z Compiling x509-cert v0.2.5
14382024-10-09T05:03:44.328Z Compiling sha1 v0.10.6
14392024-10-09T05:03:44.491Z Compiling itertools v0.10.5
14402024-10-09T05:03:44.686Z Compiling itertools v0.12.1
14412024-10-09T05:03:44.756Z Compiling dirs-sys-next v0.1.2
14422024-10-09T05:03:45.445Z Compiling unicode-xid v0.2.4
14432024-10-09T05:03:45.617Z Compiling peg-runtime v0.8.3
14442024-10-09T05:03:46.266Z Compiling lalrpop-util v0.19.12
14452024-10-09T05:03:46.624Z Compiling dirs-next v2.0.0
14462024-10-09T05:03:46.822Z Compiling thread_local v1.1.8
14472024-10-09T05:03:47.310Z Compiling slog-async v2.8.0
14482024-10-09T05:03:47.313Z Compiling term v0.7.0
14492024-10-09T05:03:47.374Z Compiling xattr v1.3.1
14502024-10-09T05:03:47.641Z Compiling strum_macros v0.26.4
14512024-10-09T05:03:47.833Z Compiling crossbeam-channel v0.5.12
14522024-10-09T05:03:47.916Z Compiling filetime v0.2.25
14532024-10-09T05:03:48.038Z Compiling is-terminal v0.4.12
14542024-10-09T05:03:48.188Z Compiling take_mut v0.2.2
14552024-10-09T05:03:48.225Z Compiling slog-term v2.9.1
14562024-10-09T05:03:48.353Z Compiling tar v0.4.42
14572024-10-09T05:03:48.498Z Compiling camino v1.1.9
14582024-10-09T05:03:50.003Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14592024-10-09T05:03:50.786Z Compiling strum v0.26.3
14602024-10-09T05:03:50.862Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14612024-10-09T05:03:56.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
14622024-10-09T05:03:56.459Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14632024-10-09T05:03:56.500ZOct 09 05:03:55.101 INFO Starting download, target: Cockroach
14642024-10-09T05:03:56.500ZOct 09 05:03:55.101 INFO Starting download, target: Console
14652024-10-09T05:03:56.500ZOct 09 05:03:55.101 INFO Starting download, target: Clickhouse
14662024-10-09T05:03:56.500ZOct 09 05:03:55.101 INFO Starting download, target: DendriteOpenapi
14672024-10-09T05:03:56.500ZOct 09 05:03:55.101 INFO Starting download, target: DendriteStub
14682024-10-09T05:03:56.500ZOct 09 05:03:55.101 INFO Starting download, target: MaghemiteMgd
14692024-10-09T05:03:56.503ZOct 09 05:03:55.101 INFO Starting download, target: TransceiverControl
14702024-10-09T05:03:56.503ZOct 09 05:03:55.102 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14712024-10-09T05:03:56.503ZOct 09 05:03:55.102 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14722024-10-09T05:03:56.503ZOct 09 05:03:55.102 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14732024-10-09T05:03:56.503ZOct 09 05:03:55.102 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14742024-10-09T05:03:56.503ZOct 09 05:03:55.103 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14752024-10-09T05:03:56.503ZOct 09 05:03:55.103 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14762024-10-09T05:03:56.503ZOct 09 05:03:55.103 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14772024-10-09T05:03:56.794ZOct 09 05:03:55.391 INFO Download complete, target: DendriteOpenapi
14782024-10-09T05:03:56.919ZOct 09 05:03:55.477 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14792024-10-09T05:03:57.086ZOct 09 05:03:55.672 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14802024-10-09T05:03:57.222ZOct 09 05:03:55.823 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14812024-10-09T05:03:57.311ZOct 09 05:03:55.911 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14822024-10-09T05:03:57.475ZOct 09 05:03:56.076 INFO Download complete, target: Console
14832024-10-09T05:03:57.587ZOct 09 05:03:56.188 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14842024-10-09T05:03:57.588ZOct 09 05:03:56.188 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14852024-10-09T05:03:57.674ZOct 09 05:03:56.274 INFO Download complete, target: TransceiverControl
14862024-10-09T05:03:58.628ZOct 09 05:03:57.228 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14872024-10-09T05:04:00.406ZOct 09 05:03:59.004 INFO Download complete, target: DendriteStub
14882024-10-09T05:04:00.641ZOct 09 05:03:59.239 INFO Download complete, target: MaghemiteMgd
14892024-10-09T05:04:06.046ZOct 09 05:04:04.639 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14902024-10-09T05:04:06.412ZOct 09 05:04:04.995 INFO Checking that binary works, target: Cockroach
14912024-10-09T05:04:06.597ZOct 09 05:04:05.190 INFO Download complete, target: Cockroach
14922024-10-09T05:04:12.756ZOct 09 05:04:11.342 INFO Checking that binary works, target: Clickhouse
14932024-10-09T05:04:12.915ZOct 09 05:04:11.500 INFO Download complete, target: Clickhouse
14942024-10-09T05:04:12.921ZAll prerequisites installed successfully
14952024-10-09T05:04:12.924Z
14962024-10-09T05:04:12.924Zreal 3:13.724091284
14972024-10-09T05:04:12.924Zuser 11:48.885349486
14982024-10-09T05:04:12.924Zsys 2:27.036535245
14992024-10-09T05:04:12.924Ztrap 0.395691604
15002024-10-09T05:04:12.924Ztflt 1.628313071
15012024-10-09T05:04:12.924Zdflt 1.772427335
15022024-10-09T05:04:12.924Zkflt 0.031556727
15032024-10-09T05:04:12.924Zlock 24:32.845657227
15042024-10-09T05:04:12.924Zslp 44:48.519436256
15052024-10-09T05:04:12.924Zlat 41.283403065
15062024-10-09T05:04:12.924Zstop 1:43.151317748
15072024-10-09T05:04:12.924Z+ source ./tools/include/force-git-over-https.sh
15082024-10-09T05:04:12.925Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
15092024-10-09T05:04:12.925Z++ (( i = 0 ))
15102024-10-09T05:04:12.925Z++ (( i < 5 ))
15112024-10-09T05:04:12.925Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
15122024-10-09T05:04:12.927Z++ (( i++ ))
15132024-10-09T05:04:12.927Z++ (( i < 5 ))
15142024-10-09T05:04:12.927Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
15152024-10-09T05:04:12.930Z++ (( i++ ))
15162024-10-09T05:04:12.930Z++ (( i < 5 ))
15172024-10-09T05:04:12.930Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
15182024-10-09T05:04:12.932Z++ (( i++ ))
15192024-10-09T05:04:12.932Z++ (( i < 5 ))
15202024-10-09T05:04:12.932Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
15212024-10-09T05:04:12.935Z++ (( i++ ))
15222024-10-09T05:04:12.935Z++ (( i < 5 ))
15232024-10-09T05:04:12.935Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
15242024-10-09T05:04:12.938Z++ (( i++ ))
15252024-10-09T05:04:12.938Z++ (( i < 5 ))
15262024-10-09T05:04:12.938Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
15272024-10-09T05:04:12.938Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
15282024-10-09T05:04:12.941Z+ rc=0
15292024-10-09T05:04:12.941Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
15302024-10-09T05:04:36.361Z+ case $rc in
15312024-10-09T05:04:36.361Z+ pfexec zfs create -p rpool/images/build/host
15322024-10-09T05:04:36.524Z+ pfexec zfs create -p rpool/images/build/recovery
15332024-10-09T05:04:36.623Z+ cargo xtask releng --output-dir /work
15342024-10-09T05:04:37.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15352024-10-09T05:04:37.209Z Running `target/debug/xtask releng --output-dir /work`
15362024-10-09T05:04:38.141Z Compiling proc-macro2 v1.0.86
15372024-10-09T05:04:38.141Z Compiling unicode-ident v1.0.13
15382024-10-09T05:04:38.143Z Compiling libc v0.2.159
15392024-10-09T05:04:38.143Z Compiling serde v1.0.210
15402024-10-09T05:04:38.144Z Compiling version_check v0.9.5
15412024-10-09T05:04:38.144Z Compiling autocfg v1.3.0
15422024-10-09T05:04:38.144Z Compiling cfg-if v1.0.0
15432024-10-09T05:04:38.144Z Compiling once_cell v1.19.0
15442024-10-09T05:04:38.472Z Compiling typenum v1.17.0
15452024-10-09T05:04:38.530Z Compiling memchr v2.7.2
15462024-10-09T05:04:38.998Z Compiling lock_api v0.4.12
15472024-10-09T05:04:39.035Z Compiling generic-array v0.14.7
15482024-10-09T05:04:39.289Z Compiling ahash v0.8.11
15492024-10-09T05:04:39.336Z Compiling parking_lot_core v0.9.10
15502024-10-09T05:04:39.396Z Compiling serde_json v1.0.128
15512024-10-09T05:04:39.622Z Compiling libm v0.2.8
15522024-10-09T05:04:39.752Z Compiling byteorder v1.5.0
15532024-10-09T05:04:39.754Z Compiling num-traits v0.2.19
15542024-10-09T05:04:39.978Z Compiling quote v1.0.37
15552024-10-09T05:04:40.239Z Compiling getrandom v0.2.14
15562024-10-09T05:04:40.262Z Compiling jobserver v0.1.32
15572024-10-09T05:04:40.480Z Compiling syn v2.0.79
15582024-10-09T05:04:40.618Z Compiling cc v1.0.97
15592024-10-09T05:04:40.649Z Compiling value-bag v1.9.0
15602024-10-09T05:04:40.970Z Compiling itoa v1.0.11
15612024-10-09T05:04:41.083Z Compiling scopeguard v1.2.0
15622024-10-09T05:04:41.205Z Compiling log v0.4.22
15632024-10-09T05:04:41.284Z Compiling slab v0.4.9
15642024-10-09T05:04:41.337Z Compiling thiserror v1.0.64
15652024-10-09T05:04:41.592Z Compiling rand_core v0.6.4
15662024-10-09T05:04:41.995Z Compiling subtle v2.5.0
15672024-10-09T05:04:42.140Z Compiling semver v1.0.23
15682024-10-09T05:04:42.612Z Compiling pin-project-lite v0.2.14
15692024-10-09T05:04:42.638Z Compiling pkg-config v0.3.30
15702024-10-09T05:04:42.669Z Compiling smallvec v1.13.2
15712024-10-09T05:04:42.945Z Compiling const-oid v0.9.6
15722024-10-09T05:04:43.331Z Compiling ryu v1.0.18
15732024-10-09T05:04:43.384Z Compiling futures-core v0.3.30
15742024-10-09T05:04:43.639Z Compiling allocator-api2 v0.2.18
15752024-10-09T05:04:44.220Z Compiling ring v0.17.8
15762024-10-09T05:04:44.315Z Compiling signal-hook-registry v1.4.2
15772024-10-09T05:04:44.436Z Compiling vcpkg v0.2.15
15782024-10-09T05:04:44.943Z Compiling httparse v1.8.0
15792024-10-09T05:04:44.966Z Compiling parking_lot v0.12.2
15802024-10-09T05:04:45.037Z Compiling mio v1.0.2
15812024-10-09T05:04:45.321Z Compiling socket2 v0.5.7
15822024-10-09T05:04:46.149Z Compiling openssl-sys v0.9.103
15832024-10-09T05:04:46.151Z Compiling spin v0.9.8
15842024-10-09T05:04:46.921Z Compiling futures-sink v0.3.30
15852024-10-09T05:04:47.036Z Compiling heck v0.5.0
15862024-10-09T05:04:47.080Z Compiling schemars v0.8.21
15872024-10-09T05:04:47.123Z Compiling rustix v0.38.37
15882024-10-09T05:04:47.123Z Compiling equivalent v1.0.1
15892024-10-09T05:04:47.187Z Compiling crossbeam-utils v0.8.19
15902024-10-09T05:04:47.635Z Compiling fnv v1.0.7
15912024-10-09T05:04:47.901Z Compiling time-core v0.1.2
15922024-10-09T05:04:48.003Z Compiling num-conv v0.1.0
15932024-10-09T05:04:48.066Z Compiling serde_derive_internals v0.29.1
15942024-10-09T05:04:48.131Z Compiling cpufeatures v0.2.12
15952024-10-09T05:04:48.259Z Compiling futures-channel v0.3.30
15962024-10-09T05:04:48.316Z Compiling time-macros v0.2.18
15972024-10-09T05:04:48.979Z Compiling futures-io v0.3.30
15982024-10-09T05:04:49.037Z Compiling pin-utils v0.1.0
15992024-10-09T05:04:49.223Z Compiling futures-task v0.3.30
16002024-10-09T05:04:49.366Z Compiling openssl v0.10.66
16012024-10-09T05:04:49.385Z Compiling tinyvec_macros v0.1.1
16022024-10-09T05:04:49.480Z Compiling tinyvec v1.6.0
16032024-10-09T05:04:50.439Z Compiling native-tls v0.2.11
16042024-10-09T05:04:50.502Z Compiling rustls v0.23.10
16052024-10-09T05:04:50.835Z Compiling base64ct v1.6.0
16062024-10-09T05:04:50.895Z Compiling unicode-bidi v0.3.15
16072024-10-09T05:04:50.956Z Compiling ucd-trie v0.1.6
16082024-10-09T05:04:51.137Z Compiling unicode-normalization v0.1.23
16092024-10-09T05:04:51.266Z Compiling iana-time-zone v0.1.60
16102024-10-09T05:04:51.444Z Compiling pem-rfc7468 v0.7.0
16112024-10-09T05:04:51.829Z Compiling tracing-core v0.1.32
16122024-10-09T05:04:51.882Z Compiling cookie v0.18.1
16132024-10-09T05:04:52.152Z Compiling slog v2.7.0
16142024-10-09T05:04:52.317Z Compiling syn v1.0.109
16152024-10-09T05:04:52.546Z Compiling flagset v0.4.5
16162024-10-09T05:04:53.041Z Compiling aho-corasick v1.1.3
16172024-10-09T05:04:53.378Z Compiling regex-syntax v0.8.4
16182024-10-09T05:04:53.614Z Compiling serde_derive v1.0.210
16192024-10-09T05:04:53.891Z Compiling zeroize_derive v1.4.2
16202024-10-09T05:04:54.095Z Compiling zerocopy-derive v0.7.34
16212024-10-09T05:04:54.330Z Compiling tokio-macros v2.4.0
16222024-10-09T05:04:54.377Z Compiling thiserror-impl v1.0.64
16232024-10-09T05:04:55.513Z Compiling zeroize v1.8.1
16242024-10-09T05:04:56.055Z Compiling futures-macro v0.3.30
16252024-10-09T05:04:56.400Z Compiling zerocopy v0.7.34
16262024-10-09T05:04:57.764Z Compiling crypto-common v0.1.6
16272024-10-09T05:04:57.960Z Compiling der_derive v0.7.2
16282024-10-09T05:04:58.114Z Compiling tracing-attributes v0.1.27
16292024-10-09T05:04:58.978Z Compiling hashbrown v0.14.5
16302024-10-09T05:04:59.453Z Compiling block-buffer v0.10.4
16312024-10-09T05:04:59.735Z Compiling digest v0.10.7
16322024-10-09T05:05:00.160Z Compiling schemars_derive v0.8.21
16332024-10-09T05:05:00.275Z Compiling hmac v0.12.1
16342024-10-09T05:05:00.461Z Compiling futures-util v0.3.30
16352024-10-09T05:05:00.496Z Compiling block-padding v0.3.3
16362024-10-09T05:05:00.599Z Compiling openssl-macros v0.1.1
16372024-10-09T05:05:00.825Z Compiling inout v0.1.3
16382024-10-09T05:05:01.108Z Compiling cipher v0.4.4
16392024-10-09T05:05:01.616Z Compiling sha2 v0.10.8
16402024-10-09T05:05:01.662Z Compiling scroll_derive v0.12.0
16412024-10-09T05:05:02.234Z Compiling pest v2.7.10
16422024-10-09T05:05:02.927Z Compiling tracing v0.1.40
16432024-10-09T05:05:03.209Z Compiling der v0.7.9
16442024-10-09T05:05:04.395Z Compiling salsa20 v0.10.2
16452024-10-09T05:05:05.310Z Compiling pest_meta v2.7.10
16462024-10-09T05:05:05.579Z Compiling spki v0.7.3
16472024-10-09T05:05:06.040Z Compiling pbkdf2 v0.12.2
16482024-10-09T05:05:06.230Z Compiling regex-automata v0.4.6
16492024-10-09T05:05:07.642Z Compiling bytes v1.7.2
16502024-10-09T05:05:09.237Z Compiling tokio v1.39.3
16512024-10-09T05:05:09.643Z Compiling bitflags v2.6.0
16522024-10-09T05:05:10.122Z Compiling indexmap v2.5.0
16532024-10-09T05:05:10.372Z Compiling rustc_version v0.4.0
16542024-10-09T05:05:11.137Z Compiling serde_tokenstream v0.2.2
16552024-10-09T05:05:11.822Z Compiling uuid v1.10.0
16562024-10-09T05:05:12.212Z Compiling http v1.1.0
16572024-10-09T05:05:12.527Z Compiling chrono v0.4.38
16582024-10-09T05:05:16.258Z Compiling pest_generator v2.7.10
16592024-10-09T05:05:16.467Z Compiling dyn-clone v1.0.17
16602024-10-09T05:05:16.730Z Compiling crc32fast v1.4.0
16612024-10-09T05:05:17.366Z Compiling percent-encoding v2.3.1
16622024-10-09T05:05:18.197Z Compiling rayon-core v1.12.1
16632024-10-09T05:05:18.232Z Compiling pest_derive v2.7.10
16642024-10-09T05:05:18.698Z Compiling tokio-util v0.7.12
16652024-10-09T05:05:20.477Z Compiling scrypt v0.11.0
16662024-10-09T05:05:20.503Z Compiling cbc v0.1.2
16672024-10-09T05:05:20.760Z Compiling aes v0.8.4
16682024-10-09T05:05:21.048Z Compiling usdt-impl v0.5.0
16692024-10-09T05:05:21.389Z Compiling rustls-pki-types v1.7.0
16702024-10-09T05:05:21.447Z Compiling heck v0.4.1
16712024-10-09T05:05:21.749Z Compiling try-lock v0.2.5
16722024-10-09T05:05:21.939Z Compiling untrusted v0.9.0
16732024-10-09T05:05:21.959Z Compiling want v0.3.1
16742024-10-09T05:05:22.022Z Compiling pkcs5 v0.7.1
16752024-10-09T05:05:22.949Z Compiling heapless v0.7.17
16762024-10-09T05:05:23.403Z Compiling scroll v0.12.0
16772024-10-09T05:05:23.458Z Compiling zerocopy-derive v0.6.6
16782024-10-09T05:05:24.043Z Compiling backtrace v0.3.71
16792024-10-09T05:05:24.107Z Compiling errno v0.3.9
16802024-10-09T05:05:24.662Z Compiling ppv-lite86 v0.2.17
16812024-10-09T05:05:24.793Z Compiling httpdate v1.0.3
16822024-10-09T05:05:25.527Z Compiling plain v0.2.3
16832024-10-09T05:05:25.555Z Compiling powerfmt v0.2.0
16842024-10-09T05:05:25.627Z Compiling num-bigint-dig v0.8.4
16852024-10-09T05:05:25.652Z Compiling rand_chacha v0.3.1
16862024-10-09T05:05:25.683Z Compiling goblin v0.8.2
16872024-10-09T05:05:25.962Z Compiling deranged v0.3.11
16882024-10-09T05:05:26.645Z Compiling pkcs8 v0.10.2
16892024-10-09T05:05:26.946Z Compiling form_urlencoded v1.2.1
16902024-10-09T05:05:27.519Z Compiling regex v1.10.6
16912024-10-09T05:05:28.118Z Compiling async-trait v0.1.83
16922024-10-09T05:05:28.704Z Compiling pretty-hex v0.4.1
16932024-10-09T05:05:29.708Z Compiling atomic-waker v1.1.2
16942024-10-09T05:05:30.162Z Compiling rustversion v1.0.17
16952024-10-09T05:05:30.228Z Compiling base64 v0.22.1
16962024-10-09T05:05:30.486Z Compiling tower-service v0.3.2
16972024-10-09T05:05:30.803Z Compiling strsim v0.11.1
16982024-10-09T05:05:30.856Z Compiling num_threads v0.1.7
16992024-10-09T05:05:30.948Z Compiling time v0.3.36
17002024-10-09T05:05:31.383Z Compiling rand v0.8.5
17012024-10-09T05:05:31.684Z Compiling dof v0.3.0
17022024-10-09T05:05:31.949Z Compiling rustls-webpki v0.102.4
17032024-10-09T05:05:33.195Z Compiling dtrace-parser v0.2.0
17042024-10-09T05:05:33.435Z Compiling http-body v1.0.0
17052024-10-09T05:05:33.970Z Compiling curve25519-dalek v4.1.3
17062024-10-09T05:05:34.993Z Compiling thread-id v4.2.1
17072024-10-09T05:05:35.127Z Compiling smoltcp v0.9.1
17082024-10-09T05:05:35.347Z Compiling portable-atomic v1.6.0
17092024-10-09T05:05:35.857Z Compiling foreign-types-shared v0.1.1
17102024-10-09T05:05:36.211Z Compiling signal-hook v0.3.17
17112024-10-09T05:05:36.394Z Compiling anyhow v1.0.89
17122024-10-09T05:05:37.103Z Compiling h2 v0.4.6
17132024-10-09T05:05:37.427Z Compiling foreign-types v0.3.2
17142024-10-09T05:05:44.963Z Compiling clap_derive v4.5.18
17152024-10-09T05:05:46.058Z Compiling idna v0.5.0
17162024-10-09T05:05:49.555Z Compiling siphasher v0.3.11
17172024-10-09T05:05:49.580Z Compiling hyper v1.4.1
17182024-10-09T05:05:49.987Z Compiling url v2.5.2
17192024-10-09T05:05:51.928Z Compiling crossbeam-epoch v0.9.18
17202024-10-09T05:05:56.238Z Compiling hubpack_derive v0.1.1
17212024-10-09T05:05:56.697Z Compiling openapiv3 v2.0.0
17222024-10-09T05:05:56.900Z Compiling signature v2.2.0
17232024-10-09T05:05:56.996Z Compiling curve25519-dalek-derive v0.1.1
17242024-10-09T05:05:57.423Z Compiling lazy_static v1.5.0
17252024-10-09T05:05:58.095Z Compiling fs-err v2.11.0
17262024-10-09T05:05:58.479Z Compiling encoding_rs v0.8.34
17272024-10-09T05:05:58.665Z Compiling anstyle v1.0.8
17282024-10-09T05:05:58.755Z Compiling either v1.13.0
17292024-10-09T05:05:59.182Z Compiling mime v0.3.17
17302024-10-09T05:05:59.279Z Compiling utf8parse v0.2.1
17312024-10-09T05:05:59.477Z Compiling openssl-probe v0.1.5
17322024-10-09T05:05:59.508Z Compiling finl_unicode v1.2.0
17332024-10-09T05:05:59.941Z Compiling hyper-util v0.1.9
17342024-10-09T05:06:00.212Z Compiling stringprep v0.1.4
17352024-10-09T05:06:00.986Z Compiling anstyle-parse v0.2.4
17362024-10-09T05:06:06.739Z Compiling crossbeam-deque v0.8.5
17372024-10-09T05:06:07.127Z Compiling usdt-macro v0.5.0
17382024-10-09T05:06:07.156Z Compiling usdt-attr-macro v0.5.0
17392024-10-09T05:06:08.626Z Compiling serde_urlencoded v0.7.1
17402024-10-09T05:06:09.047Z Compiling serde_spanned v0.6.7
17412024-10-09T05:06:09.293Z Compiling toml_datetime v0.6.8
17422024-10-09T05:06:09.505Z Compiling regress v0.10.1
17432024-10-09T05:06:09.841Z Compiling md-5 v0.10.6
17442024-10-09T05:06:10.101Z Compiling idna v0.3.0
17452024-10-09T05:06:10.296Z Compiling num-integer v0.1.46
17462024-10-09T05:06:10.790Z Compiling ff v0.13.0
17472024-10-09T05:06:11.100Z Compiling hash32 v0.2.1
17482024-10-09T05:06:11.312Z Compiling fallible-iterator v0.2.0
17492024-10-09T05:06:11.521Z Compiling gimli v0.28.1
17502024-10-09T05:06:12.090Z Compiling psl-types v2.0.11
17512024-10-09T05:06:12.281Z Compiling base16ct v0.2.0
17522024-10-09T05:06:12.367Z Compiling stable_deref_trait v1.2.0
17532024-10-09T05:06:12.502Z Compiling anstyle-query v1.0.3
17542024-10-09T05:06:12.657Z Compiling ipnet v2.10.0
17552024-10-09T05:06:12.678Z Compiling adler v1.0.2
17562024-10-09T05:06:13.044Z Compiling colorchoice v1.0.1
17572024-10-09T05:06:13.238Z Compiling is_terminal_polyfill v1.70.0
17582024-10-09T05:06:13.413Z Compiling anstream v0.6.14
17592024-10-09T05:06:14.090Z Compiling typify-impl v0.2.0
17602024-10-09T05:06:14.586Z Compiling miniz_oxide v0.7.2
17612024-10-09T05:06:15.303Z Compiling sec1 v0.7.3
17622024-10-09T05:06:15.880Z Compiling publicsuffix v2.2.3
17632024-10-09T05:06:16.152Z Compiling addr2line v0.21.0
17642024-10-09T05:06:16.431Z Compiling postgres-protocol v0.6.7
17652024-10-09T05:06:16.858Z Compiling group v0.13.0
17662024-10-09T05:06:17.097Z Compiling tokio-rustls v0.26.0
17672024-10-09T05:06:17.149Z Compiling num-iter v0.1.45
17682024-10-09T05:06:18.488Z Compiling terminal_size v0.4.0
17692024-10-09T05:06:18.706Z Compiling tokio-native-tls v0.3.1
17702024-10-09T05:06:18.795Z Compiling phf_shared v0.11.2
17712024-10-09T05:06:18.995Z Compiling strum_macros v0.25.3
17722024-10-09T05:06:19.271Z Compiling http-body-util v0.1.2
17732024-10-09T05:06:19.788Z Compiling webpki-roots v0.26.3
17742024-10-09T05:06:19.888Z Compiling enum-as-inner v0.6.0
17752024-10-09T05:06:20.261Z Compiling hkdf v0.12.4
17762024-10-09T05:06:20.498Z Compiling crypto-bigint v0.5.5
17772024-10-09T05:06:20.709Z Compiling serde_repr v0.1.19
17782024-10-09T05:06:21.776Z Compiling object v0.32.2
17792024-10-09T05:06:22.692Z Compiling adler2 v2.0.0
17802024-10-09T05:06:22.887Z Compiling unicode-width v0.1.13
17812024-10-09T05:06:23.128Z Compiling rustc-demangle v0.1.24
17822024-10-09T05:06:24.039Z Compiling managed v0.8.0
17832024-10-09T05:06:24.262Z Compiling bitflags v1.3.2
17842024-10-09T05:06:24.373Z Compiling winnow v0.5.40
17852024-10-09T05:06:24.946Z Compiling clap_lex v0.7.0
17862024-10-09T05:06:25.679Z Compiling clap_builder v4.5.20
17872024-10-09T05:06:26.018Z Compiling typify-macro v0.2.0
17882024-10-09T05:06:26.850Z Compiling elliptic-curve v0.13.8
17892024-10-09T05:06:27.605Z Compiling console v0.15.8
17902024-10-09T05:06:27.965Z Compiling toml_edit v0.19.15
17912024-10-09T05:06:28.169Z Compiling miniz_oxide v0.8.0
17922024-10-09T05:06:29.794Z Compiling hyper-rustls v0.27.3
17932024-10-09T05:06:30.363Z Compiling hyper-tls v0.6.0
17942024-10-09T05:06:32.684Z Compiling phf v0.11.2
17952024-10-09T05:06:32.789Z Compiling rayon v1.10.0
17962024-10-09T05:06:32.969Z Compiling cookie_store v0.21.0
17972024-10-09T05:06:33.123Z Compiling postgres-types v0.2.8
17982024-10-09T05:06:33.455Z Compiling hubpack v0.1.2
17992024-10-09T05:06:33.584Z Compiling ed25519 v2.2.3
18002024-10-09T05:06:33.890Z Compiling phf_shared v0.10.0
18012024-10-09T05:06:34.019Z Compiling rustls-pemfile v2.1.3
18022024-10-09T05:06:34.640Z Compiling pkcs1 v0.7.5
18032024-10-09T05:06:34.756Z Compiling zerocopy v0.6.6
18042024-10-09T05:06:35.069Z Compiling bstr v1.9.1
18052024-10-09T05:06:35.204Z Compiling futures-executor v0.3.30
18062024-10-09T05:06:35.450Z Compiling serde-big-array v0.5.1
18072024-10-09T05:06:35.632Z Compiling rfc6979 v0.4.0
18082024-10-09T05:06:35.653Z Compiling idna v0.4.0
18092024-10-09T05:06:35.757Z Compiling sync_wrapper v1.0.1
18102024-10-09T05:06:35.815Z Compiling float-cmp v0.9.0
18112024-10-09T05:06:35.910Z Compiling mio v0.8.11
18122024-10-09T05:06:35.980Z Compiling memmap v0.7.0
18132024-10-09T05:06:36.302Z Compiling static_assertions v1.1.0
18142024-10-09T05:06:36.411Z Compiling bit-vec v0.6.3
18152024-10-09T05:06:36.580Z Compiling difflib v0.4.0
18162024-10-09T05:06:36.973Z Compiling number_prefix v0.4.0
18172024-10-09T05:06:37.015Z Compiling winnow v0.6.18
18182024-10-09T05:06:37.209Z Compiling normalize-line-endings v0.3.0
18192024-10-09T05:06:37.347Z Compiling data-encoding v2.6.0
18202024-10-09T05:06:37.456Z Compiling fixedbitset v0.4.2
18212024-10-09T05:06:37.524Z Compiling new_debug_unreachable v1.0.6
18222024-10-09T05:06:37.800Z Compiling predicates-core v1.0.6
18232024-10-09T05:06:37.837Z Compiling whoami v1.5.2
18242024-10-09T05:06:38.020Z Compiling unicode-segmentation v1.11.0
18252024-10-09T05:06:38.083Z Compiling minimal-lexical v0.2.1
18262024-10-09T05:06:38.382Z Compiling precomputed-hash v0.1.1
18272024-10-09T05:06:38.505Z Compiling nom v7.1.3
18282024-10-09T05:06:38.574Z Compiling string_cache v0.8.7
18292024-10-09T05:06:38.806Z Compiling similar v2.6.0
18302024-10-09T05:06:38.975Z Compiling reqwest v0.12.7
18312024-10-09T05:06:39.016Z Compiling tokio-postgres v0.7.12
18322024-10-09T05:06:39.558Z Compiling hickory-proto v0.24.1
18332024-10-09T05:06:40.670Z Compiling toml_edit v0.22.22
18342024-10-09T05:06:41.837Z Compiling predicates v3.1.2
18352024-10-09T05:06:42.179Z Compiling petgraph v0.6.5
18362024-10-09T05:06:43.373Z Compiling indicatif v0.17.8
18372024-10-09T05:06:44.259Z Compiling bit-set v0.5.3
18382024-10-09T05:06:44.537Z Compiling signal-hook-mio v0.2.4
18392024-10-09T05:06:44.715Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
18402024-10-09T05:06:45.188Z Compiling usdt v0.5.0
18412024-10-09T05:06:45.651Z Compiling ecdsa v0.16.9
18422024-10-09T05:06:46.505Z Compiling futures v0.3.30
18432024-10-09T05:06:46.634Z Compiling rsa v0.9.6
18442024-10-09T05:06:48.291Z Compiling ed25519-dalek v2.1.1
18452024-10-09T05:06:48.838Z Compiling toml v0.7.8
18462024-10-09T05:06:48.898Z Compiling flate2 v1.0.34
18472024-10-09T05:06:49.247Z Compiling clap v4.5.20
18482024-10-09T05:06:49.380Z Compiling itertools v0.12.1
18492024-10-09T05:06:49.405Z Compiling itertools v0.10.5
18502024-10-09T05:06:51.423Z Compiling tokio-stream v0.1.16
18512024-10-09T05:06:51.550Z Compiling hex v0.4.3
18522024-10-09T05:06:52.188Z Compiling x509-cert v0.2.5
18532024-10-09T05:06:52.492Z Compiling sha1 v0.10.6
18542024-10-09T05:06:52.982Z Compiling unicode-xid v0.2.4
18552024-10-09T05:06:53.087Z Compiling lalrpop-util v0.19.12
18562024-10-09T05:06:53.160Z Compiling radium v0.7.0
18572024-10-09T05:06:53.520Z Compiling camino v1.1.9
18582024-10-09T05:06:54.193Z Compiling peg-runtime v0.8.3
18592024-10-09T05:06:56.545Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18602024-10-09T05:07:01.178Z Compiling is-terminal v0.4.12
18612024-10-09T05:07:01.675Z Compiling tap v1.0.1
18622024-10-09T05:07:02.282Z Compiling maybe-uninit v2.0.0
18632024-10-09T05:07:03.198Z Compiling ident_case v1.0.1
18642024-10-09T05:07:11.842Z Compiling darling_core v0.20.9
18652024-10-09T05:07:14.123Z Compiling wyz v0.5.1
18662024-10-09T05:07:20.640Z Compiling typify v0.2.0
18672024-10-09T05:07:24.220Z Compiling http v0.2.12
18682024-10-09T05:07:24.962Z Compiling bzip2-sys v0.1.11+1.0.8
18692024-10-09T05:07:25.288Z Compiling dirs-sys-next v0.1.2
18702024-10-09T05:07:25.441Z Compiling unsafe-libyaml v0.2.11
18712024-10-09T05:07:25.479Z Compiling rustls v0.22.4
18722024-10-09T05:07:25.777Z Compiling funty v2.0.0
18732024-10-09T05:07:25.797Z Compiling paste v1.0.15
18742024-10-09T05:07:26.389Z Compiling base64 v0.21.7
18752024-10-09T05:07:27.529Z Compiling packed_struct v0.10.1
18762024-10-09T05:07:28.327Z Compiling bitvec v1.0.1
18772024-10-09T05:07:28.843Z Compiling serde_yaml v0.9.34+deprecated
18782024-10-09T05:07:29.685Z Compiling dirs-next v2.0.0
18792024-10-09T05:07:32.844Z Compiling progenitor-impl v0.8.0
18802024-10-09T05:07:33.099Z Compiling darling_macro v0.20.9
18812024-10-09T05:07:38.106Z Compiling packed_struct_codegen v0.10.1
18822024-10-09T05:07:39.360Z Compiling structmeta-derive v0.3.0
18832024-10-09T05:07:39.542Z Compiling thread_local v1.1.8
18842024-10-09T05:07:40.522Z Compiling indexmap v1.9.3
18852024-10-09T05:07:40.640Z Compiling multer v3.1.0
18862024-10-09T05:07:40.659Z Compiling nodrop v0.1.14
18872024-10-09T05:07:41.080Z Compiling crc-catalog v2.4.0
18882024-10-09T05:07:41.142Z Compiling slog-async v2.8.0
18892024-10-09T05:07:41.238Z Compiling match_cfg v0.1.0
18902024-10-09T05:07:41.313Z Compiling fastrand v2.1.1
18912024-10-09T05:07:41.346Z Compiling hostname v0.3.1
18922024-10-09T05:07:41.680Z Compiling tempfile v3.13.0
18932024-10-09T05:07:41.971Z Compiling crc v3.2.1
18942024-10-09T05:07:42.008Z Compiling structmeta v0.3.0
18952024-10-09T05:07:43.491Z Compiling array-init v0.0.4
18962024-10-09T05:07:44.737Z Compiling progenitor-macro v0.8.0
18972024-10-09T05:07:48.267Z Compiling smallvec v0.6.14
18982024-10-09T05:07:48.456Z Compiling darling v0.20.9
18992024-10-09T05:07:48.581Z Compiling term v0.7.0
19002024-10-09T05:07:52.020Z Compiling h2 v0.3.26
19012024-10-09T05:07:52.262Z Compiling http-body v0.4.6
19022024-10-09T05:07:52.818Z Compiling progenitor-client v0.8.0
19032024-10-09T05:07:53.682Z Compiling slog-json v2.6.1
19042024-10-09T05:07:54.776Z Compiling crossbeam-channel v0.5.12
19052024-10-09T05:07:55.565Z Compiling pin-project-internal v1.1.5
19062024-10-09T05:07:56.313Z Compiling async-stream-impl v0.3.5
19072024-10-09T05:07:58.237Z Compiling dropshot v0.12.0
19082024-10-09T05:07:59.217Z Compiling bitfield v0.14.0
19092024-10-09T05:08:00.069Z Compiling same-file v1.0.6
19102024-10-09T05:08:00.538Z Compiling take_mut v0.2.2
19112024-10-09T05:08:00.720Z Compiling hashbrown v0.12.3
19122024-10-09T05:08:01.009Z Compiling termcolor v1.4.1
19132024-10-09T05:08:03.251Z Compiling env_logger v0.10.2
19142024-10-09T05:08:07.410Z Compiling walkdir v2.5.0
19152024-10-09T05:08:12.435Z Compiling hyper v0.14.30
19162024-10-09T05:08:13.267Z Compiling progenitor v0.8.0
19172024-10-09T05:08:15.292Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19182024-10-09T05:08:19.411Z Compiling pin-project v1.1.5
19192024-10-09T05:08:19.583Z Compiling async-stream v0.3.5
19202024-10-09T05:08:21.228Z Compiling slog-bunyan v2.5.0
19212024-10-09T05:08:21.537Z Compiling tokio-rustls v0.25.0
19222024-10-09T05:08:22.120Z Compiling slog-term v2.9.1
19232024-10-09T05:08:22.678Z Compiling serde-hex v0.1.0
19242024-10-09T05:08:22.821Z Compiling serde_with_macros v3.9.0
19252024-10-09T05:08:24.767Z Compiling bzip2 v0.4.4
19262024-10-09T05:08:25.207Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19272024-10-09T05:08:25.449Z Compiling parse-display-derive v0.10.0
19282024-10-09T05:08:25.514Z Compiling toml v0.8.19
19292024-10-09T05:08:27.347Z Compiling ron v0.8.1
19302024-10-09T05:08:28.081Z Compiling strum_macros v0.26.4
19312024-10-09T05:08:29.293Z Compiling ipnetwork v0.20.0
19322024-10-09T05:08:30.836Z Compiling newtype-uuid v1.1.0
19332024-10-09T05:08:31.087Z Compiling xattr v1.3.1
19342024-10-09T05:08:31.212Z Compiling waitgroup v0.1.2
19352024-10-09T05:08:31.408Z Compiling snafu-derive v0.8.2
19362024-10-09T05:08:31.460Z Compiling dropshot_endpoint v0.12.0
19372024-10-09T05:08:32.417Z Compiling serde_path_to_error v0.1.16
19382024-10-09T05:08:32.626Z Compiling hashbrown v0.13.2
19392024-10-09T05:08:32.786Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19402024-10-09T05:08:33.044Z Compiling ring v0.16.20
19412024-10-09T05:08:33.356Z Compiling blake3 v1.5.1
19422024-10-09T05:08:33.441Z Compiling hostname v0.4.0
19432024-10-09T05:08:33.522Z Compiling filetime v0.2.25
19442024-10-09T05:08:33.712Z Compiling instant v0.1.12
19452024-10-09T05:08:33.883Z Compiling debug-ignore v1.0.5
19462024-10-09T05:08:33.938Z Compiling buf-list v1.0.3
19472024-10-09T05:08:34.017Z Compiling sync_wrapper v0.1.2
19482024-10-09T05:08:34.038Z Compiling crc-any v2.5.0
19492024-10-09T05:08:34.159Z Compiling reqwest v0.11.27
19502024-10-09T05:08:34.501Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19512024-10-09T05:08:34.967Z Compiling object v0.30.4
19522024-10-09T05:08:35.526Z Compiling backoff v0.4.0
19532024-10-09T05:08:35.872Z Compiling tar v0.4.42
19542024-10-09T05:08:36.012Z Compiling snafu v0.8.2
19552024-10-09T05:08:37.380Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19562024-10-09T05:08:37.594Z Compiling strum v0.26.3
19572024-10-09T05:08:37.801Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19582024-10-09T05:08:38.351Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19592024-10-09T05:08:40.391Z Compiling parse-display v0.10.0
19602024-10-09T05:08:41.368Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
19612024-10-09T05:08:42.213Z Compiling serde_with v3.9.0
19622024-10-09T05:08:42.391Z Compiling zip v0.6.6
19632024-10-09T05:08:43.096Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19642024-10-09T05:08:43.854Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
19652024-10-09T05:08:45.092Z Compiling camino-tempfile v1.1.1
19662024-10-09T05:08:45.840Z Compiling globset v0.4.14
19672024-10-09T05:08:46.592Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19682024-10-09T05:08:46.788Z Compiling pem v3.0.4
19692024-10-09T05:08:48.030Z Compiling olpc-cjson v0.1.3
19702024-10-09T05:08:48.270Z Compiling serde_plain v1.0.2
19712024-10-09T05:08:48.366Z Compiling macaddr v1.0.1
19722024-10-09T05:08:48.794Z Compiling regress v0.9.1
19732024-10-09T05:08:48.996Z Compiling async-recursion v1.1.1
19742024-10-09T05:08:50.455Z Compiling memmap2 v0.9.4
19752024-10-09T05:08:51.037Z Compiling path-slash v0.1.5
19762024-10-09T05:08:51.286Z Compiling constant_time_eq v0.3.0
19772024-10-09T05:08:51.479Z Compiling untrusted v0.7.1
19782024-10-09T05:08:51.691Z Compiling arrayvec v0.7.4
19792024-10-09T05:08:52.002Z Compiling spin v0.5.2
19802024-10-09T05:08:52.229Z Compiling arrayref v0.3.7
19812024-10-09T05:08:52.261Z Compiling typed-path v0.7.1
19822024-10-09T05:08:53.265Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19832024-10-09T05:08:54.946Z Compiling tough v0.17.1
19842024-10-09T05:08:58.190Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
19852024-10-09T05:08:59.988Z Compiling itertools v0.13.0
19862024-10-09T05:09:02.016Z Compiling cargo-platform v0.1.8
19872024-10-09T05:09:03.111Z Compiling topological-sort v0.2.2
19882024-10-09T05:09:03.384Z Compiling parse-size v1.0.0
19892024-10-09T05:09:03.682Z Compiling omicron-zone-package v0.11.1
19902024-10-09T05:09:03.731Z Compiling cargo_metadata v0.18.1
19912024-10-09T05:09:04.916Z Compiling shell-words v1.1.0
19922024-10-09T05:09:07.714Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19932024-10-09T05:09:21.656Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
19942024-10-09T05:09:35.903Z Finished `release` profile [optimized] target(s) in 4m 58s
19952024-10-09T05:09:36.057Z Running `target/release/omicron-releng --output-dir /work`
19962024-10-09T05:09:36.101ZOct 09 05:09:34.388 DEBG changing working directory to /work/oxidecomputer/omicron
19972024-10-09T05:09:36.197ZOct 09 05:09:34.483 DEBG running: git rev-parse HEAD
19982024-10-09T05:09:36.203ZOct 09 05:09:34.490 DEBG process exited with exit status: 0 (6.778413ms)
19992024-10-09T05:09:36.203ZOct 09 05:09:34.490 INFO version: 11.0.0-0.ci+git6610880affd
20002024-10-09T05:09:36.244ZOct 09 05:09:34.531 INFO cloning helios to /work/oxidecomputer/helios
20012024-10-09T05:09:36.244ZOct 09 05:09:34.531 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
20022024-10-09T05:09:36.250ZCloning into '/work/oxidecomputer/helios'...
20032024-10-09T05:09:36.712ZOct 09 05:09:34.998 DEBG process exited with exit status: 0 (466.971581ms)
20042024-10-09T05:09:36.712ZOct 09 05:09:34.998 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
20052024-10-09T05:09:36.720Z# branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb
20062024-10-09T05:09:36.720Z# branch.head master
20072024-10-09T05:09:36.720Z# branch.upstream origin/master
20082024-10-09T05:09:36.720Z# branch.ab +0 -0
20092024-10-09T05:09:36.723ZOct 09 05:09:35.007 DEBG process exited with exit status: 0 (8.671986ms)
20102024-10-09T05:09:36.723ZOct 09 05:09:35.007 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
20112024-10-09T05:09:37.565ZOct 09 05:09:35.850 DEBG process exited with exit status: 0 (842.931166ms)
20122024-10-09T05:09:37.565ZOct 09 05:09:35.850 DEBG running: zfs list rpool/images/build/host
20132024-10-09T05:09:37.572ZNAME USED AVAIL REFER MOUNTPOINT
20142024-10-09T05:09:37.572Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
20152024-10-09T05:09:37.575ZOct 09 05:09:35.858 DEBG process exited with exit status: 0 (7.738313ms)
20162024-10-09T05:09:37.575ZOct 09 05:09:35.858 DEBG running: zfs list rpool/images/build/recovery
20172024-10-09T05:09:37.579ZNAME USED AVAIL REFER MOUNTPOINT
20182024-10-09T05:09:37.579Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
20192024-10-09T05:09:37.582ZOct 09 05:09:35.865 DEBG process exited with exit status: 0 (7.040446ms)
20202024-10-09T05:09:37.582ZOct 09 05:09:35.866 INFO [hubris-staging] running task
20212024-10-09T05:09:37.582ZOct 09 05:09:35.866 INFO [hubris-production] running task
20222024-10-09T05:09:37.582ZOct 09 05:09:35.867 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
20232024-10-09T05:09:37.585ZOct 09 05:09:35.870 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
20242024-10-09T05:09:37.656Z[ helios-setup] cd tools/helios-build && cargo build --quiet
20252024-10-09T05:09:38.098Z[ omicron-package] Blocking waiting for file lock on package cache
20262024-10-09T05:09:38.708Z[ omicron-package] Blocking waiting for file lock on package cache
20272024-10-09T05:09:38.989Z[ omicron-package] Blocking waiting for file lock on package cache
20282024-10-09T05:09:39.193ZOct 09 05:09:37.477 INFO [hubris-production] task succeeded (1.610620892s)
20292024-10-09T05:09:39.735Z[ omicron-package] Compiling proc-macro-crate v1.3.1
20302024-10-09T05:09:39.898Z[ omicron-package] Compiling heapless v0.8.0
20312024-10-09T05:09:39.989Z[ omicron-package] Compiling hash32 v0.3.1
20322024-10-09T05:09:39.993Z[ omicron-package] Compiling smoltcp v0.11.0
20332024-10-09T05:09:39.993Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20342024-10-09T05:09:40.237Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
20352024-10-09T05:09:40.240Z[ omicron-package] Compiling embedded-io v0.4.0
20362024-10-09T05:09:40.240Z[ omicron-package] Compiling cobs v0.2.3
20372024-10-09T05:09:40.684Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20382024-10-09T05:09:41.052Z[ omicron-package] Compiling postcard v1.0.8
20392024-10-09T05:09:41.227Z[ omicron-package] Compiling proc-macro-error v1.0.4
20402024-10-09T05:09:41.411Z[ omicron-package] Compiling num_enum_derive v0.5.11
20412024-10-09T05:09:41.572Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20422024-10-09T05:09:41.990Z[ omicron-package] Compiling foreign-types-macros v0.2.3
20432024-10-09T05:09:41.993Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20442024-10-09T05:09:41.995Z[ omicron-package] Compiling foreign-types-shared v0.3.1
20452024-10-09T05:09:42.711Z[ omicron-package] Compiling tabwriter v1.4.0
20462024-10-09T05:09:42.983Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20472024-10-09T05:09:43.171Z[ omicron-package] Compiling cstr-argument v0.1.2
20482024-10-09T05:09:43.598Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20492024-10-09T05:09:43.802Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20502024-10-09T05:09:43.937Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
20512024-10-09T05:09:44.473Z[ omicron-package] Compiling pretty-hex v0.2.1
20522024-10-09T05:09:44.780Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20532024-10-09T05:09:45.049Z[ omicron-package] Compiling foreign-types v0.5.0
20542024-10-09T05:09:45.150Z[ omicron-package] Compiling colored v2.1.0
20552024-10-09T05:09:45.256Z[ omicron-package] Compiling socket2 v0.4.10
20562024-10-09T05:09:45.258Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20572024-10-09T05:09:45.658Z[ omicron-package] Compiling num_enum v0.5.11
20582024-10-09T05:09:45.834Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20592024-10-09T05:09:45.950Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
20602024-10-09T05:09:46.061Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20612024-10-09T05:09:46.251Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
20622024-10-09T05:09:46.325Z[ omicron-package] Compiling sigpipe v0.1.3
20632024-10-09T05:09:46.745Z[ omicron-package] Compiling num-derive v0.4.2
20642024-10-09T05:09:47.075Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20652024-10-09T05:09:47.635Z[ omicron-package] Compiling libefi-sys v0.1.0
20662024-10-09T05:09:48.120Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
20672024-10-09T05:09:48.305Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20682024-10-09T05:09:48.330ZOct 09 05:09:46.606 INFO [hubris-staging] task succeeded (10.739583602s)
20692024-10-09T05:09:48.427Z[ omicron-package] Compiling smf v0.2.3
20702024-10-09T05:09:48.675Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20712024-10-09T05:09:49.291Z[ omicron-package] Compiling zone v0.3.0
20722024-10-09T05:09:49.343Z[ omicron-package] Compiling bitfield-struct v0.6.1
20732024-10-09T05:09:51.298Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
20742024-10-09T05:09:51.902Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20752024-10-09T05:09:52.128Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20762024-10-09T05:09:52.952Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20772024-10-09T05:09:53.585Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20782024-10-09T05:09:53.882Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20792024-10-09T05:09:54.344Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20802024-10-09T05:09:55.060Z[ omicron-package] Compiling gethostname v0.5.0
20812024-10-09T05:09:55.328Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20822024-10-09T05:09:57.720Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20832024-10-09T05:10:00.570Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20842024-10-09T05:10:01.157Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20852024-10-09T05:10:02.854Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20862024-10-09T05:10:18.316Z[ helios-setup] Oct 09 05:10:16.563 INFO helios repository root is: /work/oxidecomputer/helios
20872024-10-09T05:10:18.319Z[ helios-setup] Oct 09 05:10:16.566 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
20882024-10-09T05:10:18.319Z[ helios-setup] Oct 09 05:10:16.566 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
20892024-10-09T05:10:18.319Z[ helios-setup] Oct 09 05:10:16.566 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
20902024-10-09T05:10:18.319Z[ helios-setup] Oct 09 05:10:16.566 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
20912024-10-09T05:10:18.324Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
20922024-10-09T05:10:19.472Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
20932024-10-09T05:10:19.494Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
20942024-10-09T05:10:22.758Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.12s
20952024-10-09T05:10:22.983Z[ omicron-package]
20962024-10-09T05:10:22.984Z[ omicron-package] real 45.316220525
20972024-10-09T05:10:22.987Z[ omicron-package] user 2:40.002368088
20982024-10-09T05:10:22.987Z[ omicron-package] sys 20.529512033
20992024-10-09T05:10:22.987Z[ omicron-package] trap 0.169624403
21002024-10-09T05:10:22.987Z[ omicron-package] tflt 0.361350106
21012024-10-09T05:10:22.987Z[ omicron-package] dflt 0.360615516
21022024-10-09T05:10:22.987Z[ omicron-package] kflt 0.000639568
21032024-10-09T05:10:22.987Z[ omicron-package] lock 5:09.741946062
21042024-10-09T05:10:22.987Z[ omicron-package] slp 8:31.171545665
21052024-10-09T05:10:22.989Z[ omicron-package] lat 1:35.598071460
21062024-10-09T05:10:22.989Z[ omicron-package] stop 57.887417000
21072024-10-09T05:10:22.989ZOct 09 05:10:21.227 INFO [omicron-package] process exited with exit status: 0 (45.360903534s)
21082024-10-09T05:10:22.989ZOct 09 05:10:21.228 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
21092024-10-09T05:10:23.049ZOct 09 05:10:21.292 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
21102024-10-09T05:10:23.060Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
21112024-10-09T05:10:23.062Z[ host-target] Created new build target 'host' and set it as active
21122024-10-09T05:10:23.064ZOct 09 05:10:21.306 INFO [host-target] process exited with exit status: 0 (77.864589ms)
21132024-10-09T05:10:23.064ZOct 09 05:10:21.306 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
21142024-10-09T05:10:23.068Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
21152024-10-09T05:10:23.068Z[ recovery-target] Created new build target 'recovery' and set it as active
21162024-10-09T05:10:23.071ZOct 09 05:10:21.313 INFO [recovery-target] process exited with exit status: 0 (21.108408ms)
21172024-10-09T05:10:23.078Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
21182024-10-09T05:10:23.931Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
21192024-10-09T05:10:23.940Z[ helios-setup] Oct 09 05:10:22.182 INFO clone ok!, project: amd-host-image-builder
21202024-10-09T05:10:23.942Z[ helios-setup] Oct 09 05:10:22.182 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
21212024-10-09T05:10:23.942Z[ helios-setup] Oct 09 05:10:22.182 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
21222024-10-09T05:10:23.945Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
21232024-10-09T05:10:24.298Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21242024-10-09T05:10:24.298Z[ host-package] Compiling convert_case v0.4.0
21252024-10-09T05:10:24.301Z[ host-package] Compiling camino v1.1.9
21262024-10-09T05:10:24.426Z[ host-package] Compiling newline-converter v0.3.0
21272024-10-09T05:10:24.440Z[ host-package] Compiling password-hash v0.5.0
21282024-10-09T05:10:24.442Z[ host-package] Compiling blake2 v0.10.6
21292024-10-09T05:10:24.467Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21302024-10-09T05:10:24.515Z[ host-package] Compiling cancel-safe-futures v0.1.5
21312024-10-09T05:10:24.633Z[ host-package] Compiling owo-colors v4.1.0
21322024-10-09T05:10:24.659Z[ host-package] Compiling expectorate v1.1.0
21332024-10-09T05:10:24.878Z[ host-package] Compiling derive-where v1.2.7
21342024-10-09T05:10:24.902Z[ host-package] Compiling linked-hash-map v0.5.6
21352024-10-09T05:10:24.967Z[ host-package] Compiling argon2 v0.5.3
21362024-10-09T05:10:25.152Z[ host-package] Compiling derive_more v0.99.18
21372024-10-09T05:10:25.307Z[ host-package] Compiling lru-cache v0.1.2
21382024-10-09T05:10:25.543Z[ host-package] Compiling libsw v3.3.1
21392024-10-09T05:10:25.894Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21402024-10-09T05:10:26.053Z[ host-package] Compiling linear-map v1.2.0
21412024-10-09T05:10:26.457Z[ host-package] Compiling quick-error v1.2.3
21422024-10-09T05:10:26.501Z[ host-package] Compiling swrite v0.1.0
21432024-10-09T05:10:26.586Z[ host-package] Compiling indent_write v2.2.0
21442024-10-09T05:10:26.615Z[ host-package] Compiling resolv-conf v0.7.0
21452024-10-09T05:10:26.636Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21462024-10-09T05:10:26.656Z[ host-package] Compiling toml v0.8.19
21472024-10-09T05:10:26.838Z[ host-package] Compiling progenitor-client v0.8.0
21482024-10-09T05:10:27.377Z[ host-package] Compiling hickory-resolver v0.24.1
21492024-10-09T05:10:27.398Z[ host-package] Compiling progenitor v0.8.0
21502024-10-09T05:10:27.656Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21512024-10-09T05:10:28.080Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21522024-10-09T05:10:28.112Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21532024-10-09T05:10:28.285Z[ host-package] Compiling num-rational v0.4.2
21542024-10-09T05:10:28.340Z[ host-package] Compiling num-complex v0.4.6
21552024-10-09T05:10:29.740Z[ host-package] Compiling dirs-sys-next v0.1.2
21562024-10-09T05:10:30.406Z[ host-package] Compiling dirs-next v2.0.0
21572024-10-09T05:10:30.624Z[ host-package] Compiling num v0.4.3
21582024-10-09T05:10:30.796Z[ host-package] Compiling atomicwrites v0.4.4
21592024-10-09T05:10:30.949Z[ helios-setup] Oct 09 05:10:29.184 INFO clone ok!, project: amd-firmware
21602024-10-09T05:10:30.952Z[ helios-setup] Oct 09 05:10:29.184 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
21612024-10-09T05:10:30.952Z[ helios-setup] Oct 09 05:10:29.184 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
21622024-10-09T05:10:30.954Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
21632024-10-09T05:10:30.968Z[ host-package] Compiling float-ord v0.3.2
21642024-10-09T05:10:31.169Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21652024-10-09T05:10:31.351Z[ host-package] Compiling term v0.7.0
21662024-10-09T05:10:31.747Z[ helios-setup] Oct 09 05:10:29.981 INFO clone ok!, project: pinprick
21672024-10-09T05:10:31.750Z[ helios-setup] Oct 09 05:10:29.982 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
21682024-10-09T05:10:31.750Z[ helios-setup] Oct 09 05:10:29.982 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
21692024-10-09T05:10:31.752Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
21702024-10-09T05:10:32.147Z[ host-package] Compiling prettyplease v0.2.22
21712024-10-09T05:10:32.513Z[ host-package] Compiling semver v0.1.20
21722024-10-09T05:10:32.730Z[ helios-setup] Oct 09 05:10:30.964 INFO clone ok!, project: pilot
21732024-10-09T05:10:32.733Z[ helios-setup] Oct 09 05:10:30.964 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
21742024-10-09T05:10:32.733Z[ helios-setup] Oct 09 05:10:30.964 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
21752024-10-09T05:10:32.736Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
21762024-10-09T05:10:32.797Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21772024-10-09T05:10:33.155Z[ host-package] Compiling rustc_version v0.1.7
21782024-10-09T05:10:33.365Z[ helios-setup] Oct 09 05:10:31.598 INFO clone ok!, project: bootserver
21792024-10-09T05:10:33.368Z[ helios-setup] Oct 09 05:10:31.599 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
21802024-10-09T05:10:33.368Z[ helios-setup] Oct 09 05:10:31.599 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
21812024-10-09T05:10:33.369Z[ helios-setup] Oct 09 05:10:31.599 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
21822024-10-09T05:10:33.372Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
21832024-10-09T05:10:33.672Z[ host-package] Compiling is-terminal v0.4.12
21842024-10-09T05:10:33.813Z[ host-package] Compiling newtype_derive v0.1.6
21852024-10-09T05:10:34.138Z[ helios-setup] Oct 09 05:10:32.370 INFO clone ok!, project: phbl
21862024-10-09T05:10:34.141Z[ helios-setup] Oct 09 05:10:32.370 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
21872024-10-09T05:10:34.141Z[ helios-setup] Oct 09 05:10:32.370 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
21882024-10-09T05:10:34.143Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
21892024-10-09T05:10:34.182Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21902024-10-09T05:10:34.261Z[ host-package] Compiling utf-8 v0.7.6
21912024-10-09T05:10:34.778Z[ host-package] Compiling humantime v2.1.0
21922024-10-09T05:10:34.859Z[ host-package] Compiling highway v1.2.0
21932024-10-09T05:10:35.170Z[ helios-setup] Oct 09 05:10:33.402 INFO clone ok!, project: chelsio-t6-roms
21942024-10-09T05:10:35.173Z[ helios-setup] Oct 09 05:10:33.402 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
21952024-10-09T05:10:35.173Z[ helios-setup] Oct 09 05:10:33.402 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
21962024-10-09T05:10:35.177Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
21972024-10-09T05:10:35.953Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21982024-10-09T05:10:35.959Z[ helios-setup] Oct 09 05:10:34.190 INFO clone ok!, project: image-builder
21992024-10-09T05:10:35.966Z[ helios-setup] Oct 09 05:10:34.191 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
22002024-10-09T05:10:36.468Z[ host-package] Compiling steno v0.4.1
22012024-10-09T05:10:36.818Z[ host-package] Compiling home v0.5.9
22022024-10-09T05:10:36.886Z[ helios-setup] Oct 09 05:10:35.114 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
22032024-10-09T05:10:37.460Z[ helios-setup] Oct 09 05:10:35.689 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
22042024-10-09T05:10:37.463Z[ helios-setup] Oct 09 05:10:35.690 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
22052024-10-09T05:10:37.980Z[ helios-setup] Oct 09 05:10:36.209 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
22062024-10-09T05:10:38.523Z[ helios-setup] Oct 09 05:10:36.751 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
22072024-10-09T05:10:38.525Z[ helios-setup] Oct 09 05:10:36.751 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
22082024-10-09T05:10:39.107Z[ helios-setup] Oct 09 05:10:37.334 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
22092024-10-09T05:10:39.660Z[ helios-setup] Oct 09 05:10:37.888 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
22102024-10-09T05:10:39.660Z[ helios-setup] Oct 09 05:10:37.888 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
22112024-10-09T05:10:39.663Z[ helios-setup] Oct 09 05:10:37.888 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
22122024-10-09T05:10:39.663Z[ helios-setup] Oct 09 05:10:37.888 INFO ok!
22132024-10-09T05:10:39.663Z[ helios-setup] Oct 09 05:10:37.888 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
22142024-10-09T05:10:39.663Z[ helios-setup] Oct 09 05:10:37.888 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
22152024-10-09T05:10:39.663Z[ helios-setup] Oct 09 05:10:37.888 INFO ok!
22162024-10-09T05:10:39.663Z[ helios-setup] Oct 09 05:10:37.888 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
22172024-10-09T05:10:39.663Z[ helios-setup] Oct 09 05:10:37.888 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
22182024-10-09T05:10:39.663Z[ helios-setup] Oct 09 05:10:37.888 INFO ok!
22192024-10-09T05:10:39.663Z[ helios-setup] Oct 09 05:10:37.888 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
22202024-10-09T05:10:39.663Z[ helios-setup] Oct 09 05:10:37.888 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
22212024-10-09T05:10:39.670Z[ helios-setup] Oct 09 05:10:37.898 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
22222024-10-09T05:10:39.910Z[ helios-setup] Oct 09 05:10:38.137 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
22232024-10-09T05:10:39.910Z[ helios-setup] Oct 09 05:10:38.137 INFO E| info: downloading component 'cargo'
22242024-10-09T05:10:40.087Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22252024-10-09T05:10:41.243Z[ helios-setup] Oct 09 05:10:39.469 INFO E| info: downloading component 'clippy'
22262024-10-09T05:10:42.063Z[ helios-setup] Oct 09 05:10:40.287 INFO E| info: downloading component 'rust-docs'
22272024-10-09T05:10:43.186Z[ helios-setup] Oct 09 05:10:41.411 INFO E| info: downloading component 'rust-src'
22282024-10-09T05:10:43.378Z[ helios-setup] Oct 09 05:10:41.602 INFO E| info: downloading component 'rust-std'
22292024-10-09T05:10:43.582Z[ host-package] Compiling rustls v0.22.4
22302024-10-09T05:10:43.623Z[ host-package] Compiling thread_local v1.1.8
22312024-10-09T05:10:44.137Z[ host-package] Compiling match_cfg v0.1.0
22322024-10-09T05:10:44.235Z[ host-package] Compiling hostname v0.3.1
22332024-10-09T05:10:44.473Z[ host-package] Compiling multer v3.1.0
22342024-10-09T05:10:44.554Z[ host-package] Compiling slog-async v2.8.0
22352024-10-09T05:10:44.634Z[ host-package] Compiling slog-json v2.6.1
22362024-10-09T05:10:45.008Z[ host-package] Compiling crossbeam-channel v0.5.12
22372024-10-09T05:10:45.942Z[ helios-setup] Oct 09 05:10:44.164 INFO E| info: downloading component 'rustc'
22382024-10-09T05:10:46.131Z[ host-package] Compiling take_mut v0.2.2
22392024-10-09T05:10:47.386Z[ host-package] Compiling slog-bunyan v2.5.0
22402024-10-09T05:10:48.552Z[ host-package] Compiling slog-term v2.9.1
22412024-10-09T05:10:49.691Z[ host-package] Compiling tokio-rustls v0.25.0
22422024-10-09T05:10:50.197Z[ host-package] Compiling dropshot v0.12.0
22432024-10-09T05:10:50.285Z[ host-package] Compiling async-stream v0.3.5
22442024-10-09T05:10:50.619Z[ host-package] Compiling waitgroup v0.1.2
22452024-10-09T05:10:50.843Z[ host-package] Compiling ipnetwork v0.20.0
22462024-10-09T05:10:50.967Z[ host-package] Compiling newtype-uuid v1.1.0
22472024-10-09T05:10:51.298Z[ host-package] Compiling serde_path_to_error v0.1.16
22482024-10-09T05:10:51.695Z[ host-package] Compiling hostname v0.4.0
22492024-10-09T05:10:51.948Z[ host-package] Compiling instant v0.1.12
22502024-10-09T05:10:52.022Z[ host-package] Compiling debug-ignore v1.0.5
22512024-10-09T05:10:52.129Z[ host-package] Compiling backoff v0.4.0
22522024-10-09T05:10:52.200Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22532024-10-09T05:10:52.523Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22542024-10-09T05:10:52.683Z[ helios-setup] Oct 09 05:10:50.898 INFO E| info: downloading component 'rustfmt'
22552024-10-09T05:10:52.909Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22562024-10-09T05:10:52.925Z[ host-package] Compiling parse-display v0.10.0
22572024-10-09T05:10:53.010Z[ helios-setup] Oct 09 05:10:51.225 INFO E| info: installing component 'cargo'
22582024-10-09T05:10:53.550Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22592024-10-09T05:10:53.750Z[ host-package] Compiling strum v0.26.3
22602024-10-09T05:10:53.860Z[ host-package] Compiling serde_with v3.9.0
22612024-10-09T05:10:53.964Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22622024-10-09T05:10:54.448Z[ helios-setup] Oct 09 05:10:52.662 INFO E| info: installing component 'clippy'
22632024-10-09T05:10:54.901Z[ helios-setup] Oct 09 05:10:53.114 INFO E| info: installing component 'rust-docs'
22642024-10-09T05:10:56.961Z[ host-package] Compiling regress v0.9.1
22652024-10-09T05:10:57.476Z[ host-package] Compiling macaddr v1.0.1
22662024-10-09T05:10:58.176Z[ host-package] Compiling slog-dtrace v0.3.0
22672024-10-09T05:10:58.988Z[ host-package] Compiling display-error-chain v0.2.1
22682024-10-09T05:10:59.241Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22692024-10-09T05:11:00.036Z[ host-package] Compiling half v2.4.1
22702024-10-09T05:11:00.260Z[ helios-setup] Oct 09 05:10:58.469 INFO E| info: installing component 'rust-src'
22712024-10-09T05:11:00.584Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22722024-10-09T05:11:00.745Z[ host-package] Compiling ciborium-io v0.2.2
22732024-10-09T05:11:00.925Z[ helios-setup] Oct 09 05:10:59.133 INFO E| info: installing component 'rust-std'
22742024-10-09T05:11:00.946Z[ host-package] Compiling ciborium-ll v0.2.2
22752024-10-09T05:11:00.972Z[ host-package] Compiling tungstenite v0.21.0
22762024-10-09T05:11:01.436Z[ host-package] Compiling ciborium v0.2.2
22772024-10-09T05:11:01.783Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22782024-10-09T05:11:01.832Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22792024-10-09T05:11:02.908Z[ host-package] Compiling tokio-tungstenite v0.21.0
22802024-10-09T05:11:03.471Z[ helios-setup] Oct 09 05:11:01.677 INFO E| info: installing component 'rustc'
22812024-10-09T05:11:03.781Z[ host-package] Compiling fastrand v2.1.1
22822024-10-09T05:11:03.816Z[ host-package] Compiling same-file v1.0.6
22832024-10-09T05:11:04.080Z[ host-package] Compiling walkdir v2.5.0
22842024-10-09T05:11:04.327Z[ host-package] Compiling tempfile v3.13.0
22852024-10-09T05:11:04.926Z[ host-package] Compiling blake3 v1.5.1
22862024-10-09T05:11:05.289Z[ host-package] Compiling ring v0.16.20
22872024-10-09T05:11:05.678Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22882024-10-09T05:11:06.699Z[ host-package] Compiling xattr v1.3.1
22892024-10-09T05:11:07.058Z[ host-package] Compiling filetime v0.2.25
22902024-10-09T05:11:07.386Z[ host-package] Compiling memmap2 v0.9.4
22912024-10-09T05:11:07.946Z[ host-package] Compiling spin v0.5.2
22922024-10-09T05:11:08.228Z[ host-package] Compiling arrayvec v0.7.4
22932024-10-09T05:11:08.320Z[ host-package] Compiling keccak v0.1.5
22942024-10-09T05:11:08.692Z[ host-package] Compiling arrayref v0.3.7
22952024-10-09T05:11:08.915Z[ host-package] Compiling constant_time_eq v0.3.0
22962024-10-09T05:11:08.998Z[ host-package] Compiling untrusted v0.7.1
22972024-10-09T05:11:09.432Z[ host-package] Compiling sha3 v0.10.8
22982024-10-09T05:11:09.783Z[ helios-setup] Oct 09 05:11:07.982 INFO E| info: installing component 'rustfmt'
22992024-10-09T05:11:10.343Z[ host-package] Compiling tar v0.4.42
23002024-10-09T05:11:10.586Z[ host-package] Compiling camino-tempfile v1.1.1
23012024-10-09T05:11:10.730Z[ helios-setup] Oct 09 05:11:08.928 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
23022024-10-09T05:11:11.105Z[ host-package] Compiling toolchain_find v0.4.0
23032024-10-09T05:11:11.668Z[ helios-setup] Oct 09 05:11:09.863 INFO E| From https://github.com/oxidecomputer/amd-apcb
23042024-10-09T05:11:11.668Z[ helios-setup] Oct 09 05:11:09.863 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927
23052024-10-09T05:11:11.668Z[ helios-setup] Oct 09 05:11:09.863 INFO E| * [new tag] v0.4.1 -> v0.4.1
23062024-10-09T05:11:11.693Z[ helios-setup] Oct 09 05:11:09.889 INFO E| * [new tag] v0.1.3 -> v0.1.3
23072024-10-09T05:11:11.693Z[ helios-setup] Oct 09 05:11:09.889 INFO E| * [new tag] v0.1.4 -> v0.1.4
23082024-10-09T05:11:11.697Z[ helios-setup] Oct 09 05:11:09.890 INFO E| * [new tag] v0.1.5 -> v0.1.5
23092024-10-09T05:11:11.697Z[ helios-setup] Oct 09 05:11:09.890 INFO E| * [new tag] v0.2.0 -> v0.2.0
23102024-10-09T05:11:11.697Z[ helios-setup] Oct 09 05:11:09.890 INFO E| * [new tag] v0.3.0 -> v0.3.0
23112024-10-09T05:11:11.698Z[ helios-setup] Oct 09 05:11:09.890 INFO E| * [new tag] v0.3.1 -> v0.3.1
23122024-10-09T05:11:11.699Z[ helios-setup] Oct 09 05:11:09.890 INFO E| * [new tag] v0.3.2 -> v0.3.2
23132024-10-09T05:11:11.699Z[ helios-setup] Oct 09 05:11:09.890 INFO E| * [new tag] v0.3.3 -> v0.3.3
23142024-10-09T05:11:11.699Z[ helios-setup] Oct 09 05:11:09.891 INFO E| * [new tag] v0.4.0 -> v0.4.0
23152024-10-09T05:11:11.729Z[ host-package] Compiling nibble_vec v0.1.0
23162024-10-09T05:11:11.732Z[ helios-setup] Oct 09 05:11:09.927 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
23172024-10-09T05:11:11.986Z[ host-package] Compiling maplit v1.0.2
23182024-10-09T05:11:12.128Z[ host-package] Compiling topological-sort v0.2.2
23192024-10-09T05:11:12.363Z[ host-package] Compiling crunchy v0.2.2
23202024-10-09T05:11:12.388Z[ host-package] Compiling endian-type v0.1.2
23212024-10-09T05:11:12.655Z[ host-package] Compiling glob v0.3.1
23222024-10-09T05:11:12.775Z[ host-package] Compiling radix_trie v0.2.1
23232024-10-09T05:11:12.841Z[ helios-setup] Oct 09 05:11:11.037 INFO E| From https://github.com/oxidecomputer/amd-efs
23242024-10-09T05:11:12.841Z[ helios-setup] Oct 09 05:11:11.037 INFO E| * [new branch] empty -> origin/empty
23252024-10-09T05:11:12.843Z[ helios-setup] Oct 09 05:11:11.038 INFO E| * [new branch] issue-117 -> origin/issue-117
23262024-10-09T05:11:12.843Z[ helios-setup] Oct 09 05:11:11.038 INFO E| * [new branch] issue-99 -> origin/issue-99
23272024-10-09T05:11:12.843Z[ helios-setup] Oct 09 05:11:11.038 INFO E| * [new branch] main -> origin/main
23282024-10-09T05:11:12.843Z[ helios-setup] Oct 09 05:11:11.038 INFO E| * [new branch] review -> origin/review
23292024-10-09T05:11:12.843Z[ helios-setup] Oct 09 05:11:11.038 INFO E| * [new ref] -> origin/HEAD
23302024-10-09T05:11:12.843Z[ helios-setup] Oct 09 05:11:11.038 INFO E| * [new tag] v0.2.0 -> v0.2.0
23312024-10-09T05:11:12.844Z[ helios-setup] Oct 09 05:11:11.038 INFO E| * [new tag] v0.2.1 -> v0.2.1
23322024-10-09T05:11:12.844Z[ helios-setup] Oct 09 05:11:11.038 INFO E| * [new tag] v0.2.2 -> v0.2.2
23332024-10-09T05:11:12.844Z[ helios-setup] Oct 09 05:11:11.039 INFO E| * [new tag] v0.2.3 -> v0.2.3
23342024-10-09T05:11:12.844Z[ helios-setup] Oct 09 05:11:11.039 INFO E| * [new tag] v0.2.4 -> v0.2.4
23352024-10-09T05:11:12.844Z[ helios-setup] Oct 09 05:11:11.039 INFO E| * [new tag] v0.2.5 -> v0.2.5
23362024-10-09T05:11:12.844Z[ helios-setup] Oct 09 05:11:11.039 INFO E| * [new tag] v0.2.6 -> v0.2.6
23372024-10-09T05:11:12.844Z[ helios-setup] Oct 09 05:11:11.039 INFO E| * [new tag] v0.2.7 -> v0.2.7
23382024-10-09T05:11:12.844Z[ helios-setup] Oct 09 05:11:11.039 INFO E| * [new tag] v0.3.0 -> v0.3.0
23392024-10-09T05:11:12.844Z[ helios-setup] Oct 09 05:11:11.039 INFO E| * [new tag] v0.3.1 -> v0.3.1
23402024-10-09T05:11:12.844Z[ helios-setup] Oct 09 05:11:11.039 INFO E| * [new tag] v0.4.0 -> v0.4.0
23412024-10-09T05:11:12.844Z[ helios-setup] Oct 09 05:11:11.039 INFO E| * [new tag] v0.4.1 -> v0.4.1
23422024-10-09T05:11:12.863Z[ helios-setup] Oct 09 05:11:11.060 INFO E| Updating crates.io index
23432024-10-09T05:11:12.911Z[ host-package] Compiling omicron-zone-package v0.11.1
23442024-10-09T05:11:13.230Z[ helios-setup] Oct 09 05:11:11.426 INFO E| Downloading crates ...
23452024-10-09T05:11:13.341Z[ helios-setup] Oct 09 05:11:11.538 INFO E| Downloaded unic-char-range v0.9.0
23462024-10-09T05:11:13.345Z[ helios-setup] Oct 09 05:11:11.541 INFO E| Downloaded unic-common v0.9.0
23472024-10-09T05:11:13.348Z[ helios-setup] Oct 09 05:11:11.543 INFO E| Downloaded unic-char-property v0.9.0
23482024-10-09T05:11:13.351Z[ helios-setup] Oct 09 05:11:11.545 INFO E| Downloaded parse_int v0.6.0
23492024-10-09T05:11:13.351Z[ helios-setup] Oct 09 05:11:11.546 INFO E| Downloaded proc-macro-crate v0.1.5
23502024-10-09T05:11:13.351Z[ helios-setup] Oct 09 05:11:11.547 INFO E| Downloaded four-cc v0.3.0
23512024-10-09T05:11:13.353Z[ helios-setup] Oct 09 05:11:11.549 INFO E| Downloaded strum_macros v0.23.1
23522024-10-09T05:11:13.356Z[ helios-setup] Oct 09 05:11:11.551 INFO E| Downloaded cpufeatures v0.2.14
23532024-10-09T05:11:13.358Z[ helios-setup] Oct 09 05:11:11.554 INFO E| Downloaded unic-ucd-version v0.9.0
23542024-10-09T05:11:13.361Z[ helios-setup] Oct 09 05:11:11.555 INFO E| Downloaded scroll v0.10.2
23552024-10-09T05:11:13.363Z[ helios-setup] Oct 09 05:11:11.558 INFO E| Downloaded pest_derive v2.7.13
23562024-10-09T05:11:13.366Z[ helios-setup] Oct 09 05:11:11.562 INFO E| Downloaded structopt-derive v0.4.18
23572024-10-09T05:11:13.369Z[ helios-setup] Oct 09 05:11:11.564 INFO E| Downloaded pre v0.2.1
23582024-10-09T05:11:13.369Z[ helios-setup] Oct 09 05:11:11.565 INFO E| Downloaded cfg-if v0.1.10
23592024-10-09T05:11:13.372Z[ helios-setup] Oct 09 05:11:11.567 INFO E| Downloaded once_cell v1.20.1
23602024-10-09T05:11:13.375Z[ helios-setup] Oct 09 05:11:11.571 INFO E| Downloaded toml v0.5.11
23612024-10-09T05:11:13.378Z[ helios-setup] Oct 09 05:11:11.574 INFO E| Downloaded semver v0.9.0
23622024-10-09T05:11:13.380Z[ helios-setup] Oct 09 05:11:11.576 INFO E| Downloaded strsim v0.8.0
23632024-10-09T05:11:13.382Z[ helios-setup] Oct 09 05:11:11.579 INFO E| Downloaded ucd-trie v0.1.7
23642024-10-09T05:11:13.385Z[ helios-setup] Oct 09 05:11:11.581 INFO E| Downloaded strum v0.23.0
23652024-10-09T05:11:13.387Z[ helios-setup] Oct 09 05:11:11.583 INFO E| Downloaded semver-parser v0.7.0
23662024-10-09T05:11:13.389Z[ helios-setup] Oct 09 05:11:11.584 INFO E| Downloaded memchr v2.7.4
23672024-10-09T05:11:13.396Z[ helios-setup] Oct 09 05:11:11.593 INFO E| Downloaded modular-bitfield v0.11.2
23682024-10-09T05:11:13.414Z[ helios-setup] Oct 09 05:11:11.611 INFO E| Downloaded vec_map v0.8.2
23692024-10-09T05:11:13.417Z[ helios-setup] Oct 09 05:11:11.612 INFO E| Downloaded scroll_derive v0.10.5
23702024-10-09T05:11:13.419Z[ helios-setup] Oct 09 05:11:11.614 INFO E| Downloaded pest_generator v2.7.13
23712024-10-09T05:11:13.419Z[ helios-setup] Oct 09 05:11:11.616 INFO E| Downloaded modular-bitfield-impl v0.11.2
23722024-10-09T05:11:13.422Z[ helios-setup] Oct 09 05:11:11.618 INFO E| Downloaded memoffset v0.5.6
23732024-10-09T05:11:13.424Z[ helios-setup] Oct 09 05:11:11.620 INFO E| Downloaded textwrap v0.11.0
23742024-10-09T05:11:13.427Z[ helios-setup] Oct 09 05:11:11.622 INFO E| Downloaded rustc_version v0.2.3
23752024-10-09T05:11:13.427Z[ helios-setup] Oct 09 05:11:11.623 INFO E| Downloaded fletcher v0.1.0
23762024-10-09T05:11:13.430Z[ helios-setup] Oct 09 05:11:11.625 INFO E| Downloaded bytesize v1.3.0
23772024-10-09T05:11:13.432Z[ helios-setup] Oct 09 05:11:11.627 INFO E| Downloaded pre-proc-macro v0.2.1
23782024-10-09T05:11:13.435Z[ helios-setup] Oct 09 05:11:11.630 INFO E| Downloaded unic-ucd-ident v0.9.0
23792024-10-09T05:11:13.437Z[ helios-setup] Oct 09 05:11:11.632 INFO E| Downloaded pest_meta v2.7.13
23802024-10-09T05:11:13.440Z[ helios-setup] Oct 09 05:11:11.635 INFO E| Downloaded autocfg v1.4.0
23812024-10-09T05:11:13.443Z[ helios-setup] Oct 09 05:11:11.638 INFO E| Downloaded structopt v0.3.26
23822024-10-09T05:11:13.464Z[ helios-setup] Oct 09 05:11:11.660 INFO E| Downloaded unicode-width v0.1.14
23832024-10-09T05:11:13.474Z[ helios-setup] Oct 09 05:11:11.669 INFO E| Downloaded goblin v0.4.3
23842024-10-09T05:11:13.480Z[ helios-setup] Oct 09 05:11:11.676 INFO E| Downloaded clap v2.34.0
23852024-10-09T05:11:13.490Z[ helios-setup] Oct 09 05:11:11.686 INFO E| Downloaded unicode-segmentation v1.12.0
23862024-10-09T05:11:13.495Z[ helios-setup] Oct 09 05:11:11.691 INFO E| Downloaded portable-atomic v1.9.0
23872024-10-09T05:11:13.505Z[ helios-setup] Oct 09 05:11:11.701 INFO E| Downloaded pest v2.7.13
23882024-10-09T05:11:13.512Z[ helios-setup] Oct 09 05:11:11.708 INFO E| Downloaded ansi_term v0.12.1
23892024-10-09T05:11:13.601Z[ helios-setup] Oct 09 05:11:11.797 INFO E| Compiling proc-macro2 v1.0.86
23902024-10-09T05:11:13.604Z[ helios-setup] Oct 09 05:11:11.797 INFO E| Compiling unicode-ident v1.0.13
23912024-10-09T05:11:13.604Z[ helios-setup] Oct 09 05:11:11.797 INFO E| Compiling syn v1.0.109
23922024-10-09T05:11:13.604Z[ helios-setup] Oct 09 05:11:11.797 INFO E| Compiling version_check v0.9.5
23932024-10-09T05:11:13.604Z[ helios-setup] Oct 09 05:11:11.798 INFO E| Compiling memchr v2.7.4
23942024-10-09T05:11:13.604Z[ helios-setup] Oct 09 05:11:11.798 INFO E| Compiling semver-parser v0.7.0
23952024-10-09T05:11:13.604Z[ helios-setup] Oct 09 05:11:11.798 INFO E| Compiling thiserror v1.0.64
23962024-10-09T05:11:13.605Z[ helios-setup] Oct 09 05:11:11.798 INFO E| Compiling autocfg v1.4.0
23972024-10-09T05:11:13.623Z[ host-package] Compiling clang-sys v1.7.0
23982024-10-09T05:11:13.843Z[ host-package] Compiling rustfmt-wrapper v0.2.1
23992024-10-09T05:11:13.969Z[ helios-setup] Oct 09 05:11:12.164 INFO E| Compiling serde v1.0.210
24002024-10-09T05:11:14.763Z[ host-package] Compiling tiny-keccak v2.0.2
24012024-10-09T05:11:15.075Z[ helios-setup] Oct 09 05:11:13.270 INFO E| Compiling semver v0.9.0
24022024-10-09T05:11:15.363Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24032024-10-09T05:11:15.416Z[ helios-setup] Oct 09 05:11:13.610 INFO E| Compiling proc-macro-error-attr v1.0.4
24042024-10-09T05:11:15.456Z[ helios-setup] Oct 09 05:11:13.650 INFO E| Compiling proc-macro-error v1.0.4
24052024-10-09T05:11:15.583Z[ helios-setup] Oct 09 05:11:13.777 INFO E| Compiling serde_json v1.0.128
24062024-10-09T05:11:15.627Z[ helios-setup] Oct 09 05:11:13.821 INFO E| Compiling num-traits v0.2.19
24072024-10-09T05:11:15.687Z[ host-package] Compiling dsl_auto_type v0.1.2
24082024-10-09T05:11:15.972Z[ helios-setup] Oct 09 05:11:14.166 INFO E| Compiling rustc_version v0.2.3
24092024-10-09T05:11:16.169Z[ helios-setup] Oct 09 05:11:14.362 INFO E| Compiling schemars v0.8.21
24102024-10-09T05:11:16.262Z[ helios-setup] Oct 09 05:11:14.456 INFO E| Compiling itoa v1.0.11
24112024-10-09T05:11:16.269Z[ helios-setup] Oct 09 05:11:14.462 INFO E| Compiling unicode-segmentation v1.12.0
24122024-10-09T05:11:16.575Z[ helios-setup] Oct 09 05:11:14.768 INFO E| Compiling ryu v1.0.18
24132024-10-09T05:11:16.958Z[ helios-setup] Oct 09 05:11:15.151 INFO E| Compiling memoffset v0.5.6
24142024-10-09T05:11:17.066Z[ helios-setup] Oct 09 05:11:15.259 INFO E| Compiling libc v0.2.159
24152024-10-09T05:11:17.112Z[ helios-setup] Oct 09 05:11:15.303 INFO E| Compiling lazy_static v1.5.0
24162024-10-09T05:11:17.124Z[ helios-setup] Oct 09 05:11:15.316 INFO E| Compiling pre-proc-macro v0.2.1
24172024-10-09T05:11:17.403Z[ helios-setup] Oct 09 05:11:15.593 INFO E| Compiling quote v1.0.37
24182024-10-09T05:11:17.875Z[ helios-setup] Oct 09 05:11:16.066 INFO E| Compiling heck v0.3.3
24192024-10-09T05:11:17.992Z[ helios-setup] Oct 09 05:11:16.180 INFO E| Compiling ucd-trie v0.1.7
24202024-10-09T05:11:18.059Z[ helios-setup] Oct 09 05:11:16.251 INFO E| Compiling rustversion v1.0.17
24212024-10-09T05:11:18.174Z[ helios-setup] Oct 09 05:11:16.363 INFO E| Compiling paste v1.0.15
24222024-10-09T05:11:18.346Z[ host-package] Compiling scheduled-thread-pool v0.2.7
24232024-10-09T05:11:18.446Z[ helios-setup] Oct 09 05:11:16.637 INFO E| Compiling syn v2.0.79
24242024-10-09T05:11:18.579Z[ helios-setup] Oct 09 05:11:16.770 INFO E| Compiling dyn-clone v1.0.17
24252024-10-09T05:11:19.174Z[ helios-setup] Oct 09 05:11:17.361 INFO E| Compiling pre v0.2.1
24262024-10-09T05:11:19.566Z[ helios-setup] Oct 09 05:11:17.757 INFO E| Compiling cfg-if v0.1.10
24272024-10-09T05:11:19.649Z[ helios-setup] Oct 09 05:11:17.840 INFO E| Compiling byteorder v1.5.0
24282024-10-09T05:11:19.739Z[ helios-setup] Oct 09 05:11:17.930 INFO E| Compiling static_assertions v1.1.0
24292024-10-09T05:11:19.825Z[ helios-setup] Oct 09 05:11:18.015 INFO E| Compiling once_cell v1.20.1
24302024-10-09T05:11:20.839Z[ helios-setup] Oct 09 05:11:19.028 INFO E| Compiling unicode-width v0.1.14
24312024-10-09T05:11:21.099Z[ host-package] Compiling secrecy v0.8.0
24322024-10-09T05:11:21.560Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24332024-10-09T05:11:21.934Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
24342024-10-09T05:11:21.960Z[ helios-setup] Oct 09 05:11:20.149 INFO E| Compiling textwrap v0.11.0
24352024-10-09T05:11:22.509Z[ helios-setup] Oct 09 05:11:20.697 INFO E| Compiling atty v0.2.14
24362024-10-09T05:11:22.813Z[ helios-setup] Oct 09 05:11:21.000 INFO E| Compiling bitflags v1.3.2
24372024-10-09T05:11:22.862Z[ helios-setup] Oct 09 05:11:21.049 INFO E| Compiling parse_int v0.6.0
24382024-10-09T05:11:22.956Z[ helios-setup] Oct 09 05:11:21.143 INFO E| Compiling unic-char-range v0.9.0
24392024-10-09T05:11:22.962Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
24402024-10-09T05:11:23.047Z[ helios-setup] Oct 09 05:11:21.234 INFO E| Compiling strum v0.23.0
24412024-10-09T05:11:23.124Z[ helios-setup] Oct 09 05:11:21.311 INFO E| Compiling ansi_term v0.12.1
24422024-10-09T05:11:23.307Z[ helios-setup] Oct 09 05:11:21.494 INFO E| Compiling fletcher v0.1.0
24432024-10-09T05:11:23.419Z[ helios-setup] Oct 09 05:11:21.606 INFO E| Compiling strsim v0.8.0
24442024-10-09T05:11:23.499Z[ helios-setup] Oct 09 05:11:21.686 INFO E| Compiling unic-common v0.9.0
24452024-10-09T05:11:23.598Z[ helios-setup] Oct 09 05:11:21.784 INFO E| Compiling vec_map v0.8.2
24462024-10-09T05:11:23.694Z[ helios-setup] Oct 09 05:11:21.881 INFO E| Compiling unic-ucd-version v0.9.0
24472024-10-09T05:11:23.738Z[ host-package] Compiling arc-swap v1.7.1
24482024-10-09T05:11:23.768Z[ helios-setup] Oct 09 05:11:21.954 INFO E| Compiling unic-char-property v0.9.0
24492024-10-09T05:11:23.950Z[ helios-setup] Oct 09 05:11:22.136 INFO E| Compiling log v0.4.22
24502024-10-09T05:11:24.028Z[ helios-setup] Oct 09 05:11:22.215 INFO E| Compiling clap v2.34.0
24512024-10-09T05:11:24.108Z[ helios-setup] Oct 09 05:11:22.295 INFO E| Compiling plain v0.2.3
24522024-10-09T05:11:24.483Z[ helios-setup] Oct 09 05:11:22.669 INFO E| Compiling unic-ucd-ident v0.9.0
24532024-10-09T05:11:24.576Z[ helios-setup] Oct 09 05:11:22.762 INFO E| Compiling bytesize v1.3.0
24542024-10-09T05:11:25.281Z[ host-package] Compiling slog-scope v4.4.0
24552024-10-09T05:11:26.501Z[ helios-setup] Oct 09 05:11:24.685 INFO E| Compiling serde_derive_internals v0.29.1
24562024-10-09T05:11:26.503Z[ host-package] Compiling diesel_derives v2.2.2
24572024-10-09T05:11:28.821Z[ helios-setup] Oct 09 05:11:27.003 INFO E| Compiling toml v0.5.11
24582024-10-09T05:11:31.940Z[ host-package] Compiling r2d2 v0.8.10
24592024-10-09T05:11:32.046Z[ helios-setup] Oct 09 05:11:30.225 INFO E| Compiling thiserror-impl v1.0.64
24602024-10-09T05:11:32.160Z[ helios-setup] Oct 09 05:11:30.339 INFO E| Compiling serde_derive v1.0.210
24612024-10-09T05:11:32.233Z[ helios-setup] Oct 09 05:11:30.412 INFO E| Compiling schemars_derive v0.8.21
24622024-10-09T05:11:32.705Z[ helios-setup] Oct 09 05:11:30.883 INFO E| Compiling proc-macro-crate v0.1.5
24632024-10-09T05:11:32.954Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24642024-10-09T05:11:33.042Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
24652024-10-09T05:11:33.115Z[ host-package] Compiling ascii-canvas v3.0.0
24662024-10-09T05:11:33.561Z[ helios-setup] Oct 09 05:11:31.738 INFO E| Compiling zerocopy-derive v0.6.6
24672024-10-09T05:11:34.273Z[ host-package] Compiling universal-hash v0.5.1
24682024-10-09T05:11:34.384Z[ helios-setup] Oct 09 05:11:32.561 INFO E| Compiling num-derive v0.4.2
24692024-10-09T05:11:34.970Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
24702024-10-09T05:11:37.424Z[ helios-setup] Oct 09 05:11:35.598 INFO E| Compiling zerocopy v0.6.6
24712024-10-09T05:11:38.227Z[ helios-setup] Oct 09 05:11:36.401 INFO E| Compiling pest v2.7.13
24722024-10-09T05:11:39.879Z[ host-package] Compiling ena v0.14.3
24732024-10-09T05:11:40.799Z[ host-package] Compiling libloading v0.8.3
24742024-10-09T05:11:40.819Z[ helios-setup] Oct 09 05:11:38.989 INFO E| Compiling modular-bitfield-impl v0.11.2
24752024-10-09T05:11:40.821Z[ helios-setup] Oct 09 05:11:38.989 INFO E| Compiling strum_macros v0.23.1
24762024-10-09T05:11:40.998Z[ helios-setup] Oct 09 05:11:39.168 INFO E| Compiling scroll_derive v0.10.5
24772024-10-09T05:11:41.184Z[ helios-setup] Oct 09 05:11:39.355 INFO E| Compiling structopt-derive v0.4.18
24782024-10-09T05:11:41.483Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24792024-10-09T05:11:41.832Z[ host-package] Compiling regex-syntax v0.6.29
24802024-10-09T05:11:42.660Z[ host-package] Compiling bindgen v0.69.4
24812024-10-09T05:11:43.853Z[ host-package] Compiling diff v0.1.13
24822024-10-09T05:11:43.857Z[ helios-setup] Oct 09 05:11:42.023 INFO E| Compiling pest_meta v2.7.13
24832024-10-09T05:11:44.004Z[ host-package] Compiling opaque-debug v0.3.1
24842024-10-09T05:11:44.277Z[ helios-setup] Oct 09 05:11:42.445 INFO E| Compiling scroll v0.10.2
24852024-10-09T05:11:44.428Z[ host-package] Compiling poly1305 v0.8.0
24862024-10-09T05:11:45.320Z[ helios-setup] Oct 09 05:11:43.486 INFO E| Compiling goblin v0.4.3
24872024-10-09T05:11:46.487Z[ helios-setup] Oct 09 05:11:44.653 INFO E| Compiling modular-bitfield v0.11.2
24882024-10-09T05:11:46.659Z[ helios-setup] Oct 09 05:11:44.825 INFO E| Compiling pest_generator v2.7.13
24892024-10-09T05:11:46.668Z[ helios-setup] Oct 09 05:11:44.833 INFO E| Compiling structopt v0.3.26
24902024-10-09T05:11:47.425Z[ host-package] Compiling diesel v2.2.4
24912024-10-09T05:11:50.865Z[ host-package] Compiling lalrpop v0.19.12
24922024-10-09T05:11:51.360Z[ helios-setup] Oct 09 05:11:49.521 INFO E| Compiling pest_derive v2.7.13
24932024-10-09T05:11:54.837Z[ helios-setup] Oct 09 05:11:52.993 INFO E| Compiling json5 v0.4.1
24942024-10-09T05:12:00.566Z[ helios-setup] Oct 09 05:11:58.718 INFO E| Compiling four-cc v0.3.0
24952024-10-09T05:12:00.566Z[ helios-setup] Oct 09 05:11:58.718 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d)
24962024-10-09T05:12:00.879Z[ helios-setup] Oct 09 05:11:59.031 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56)
24972024-10-09T05:12:01.796Z[ host-package] Compiling thiserror-no-std v2.0.2
24982024-10-09T05:12:02.848Z[ host-package] Compiling slog-stdlog v4.1.1
24992024-10-09T05:12:04.001Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25002024-10-09T05:12:04.068Z[ host-package] Compiling which v4.4.2
25012024-10-09T05:12:05.049Z[ host-package] Compiling tungstenite v0.23.0
25022024-10-09T05:12:05.617Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25032024-10-09T05:12:06.341Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25042024-10-09T05:12:06.612Z[ host-package] Compiling chacha20 v0.9.1
25052024-10-09T05:12:07.279Z[ host-package] Compiling cexpr v0.6.0
25062024-10-09T05:12:09.394Z[ host-package] Compiling aead v0.5.2
25072024-10-09T05:12:09.843Z[ host-package] Compiling shlex v1.3.0
25082024-10-09T05:12:10.350Z[ host-package] Compiling lazycell v1.3.0
25092024-10-09T05:12:10.586Z[ host-package] Compiling ref-cast v1.0.23
25102024-10-09T05:12:10.627Z[ host-package] Compiling rustc-hash v1.1.0
25112024-10-09T05:12:11.350Z[ host-package] Compiling chacha20poly1305 v0.10.1
25122024-10-09T05:12:11.412Z[ host-package] Compiling tokio-tungstenite v0.23.1
25132024-10-09T05:12:11.721Z[ host-package] Compiling slog-envlogger v2.2.0
25142024-10-09T05:12:13.030Z[ host-package] Compiling vsss-rs v3.3.4
25152024-10-09T05:12:14.766Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25162024-10-09T05:12:15.133Z[ host-package] Compiling derive_builder_core v0.20.0
25172024-10-09T05:12:17.733Z[ host-package] Compiling headers-core v0.3.0
25182024-10-09T05:12:17.984Z[ host-package] Compiling fxhash v0.2.1
25192024-10-09T05:12:18.161Z[ host-package] Compiling libxml v0.3.3
25202024-10-09T05:12:18.254Z[ host-package] Compiling ref-cast-impl v1.0.23
25212024-10-09T05:12:18.749Z[ host-package] Compiling headers v0.4.0
25222024-10-09T05:12:19.770Z[ host-package] Compiling derive_builder_macro v0.20.0
25232024-10-09T05:12:25.020Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25242024-10-09T05:12:25.047Z[ host-package] Compiling polar-core v0.27.3
25252024-10-09T05:12:26.091Z[ host-package] Compiling samael v0.0.17
25262024-10-09T05:12:26.785Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25272024-10-09T05:12:27.237Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25282024-10-09T05:12:27.277Z[ host-package] Compiling strum_macros v0.24.3
25292024-10-09T05:12:27.962Z[ host-package] Compiling kstat-rs v0.2.4
25302024-10-09T05:12:29.056Z[ host-package] Compiling unicase v2.7.0
25312024-10-09T05:12:29.569Z[ host-package] Compiling indoc v1.0.9
25322024-10-09T05:12:30.576Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25332024-10-09T05:12:31.117Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25342024-10-09T05:12:32.890Z[ host-package] Compiling derive_builder v0.20.0
25352024-10-09T05:12:36.065Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25362024-10-09T05:12:37.305Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25372024-10-09T05:12:37.698Z[ host-package] Compiling crossterm v0.28.1
25382024-10-09T05:12:37.992Z[ host-package] Compiling oso-derive v0.27.3
25392024-10-09T05:12:38.591Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
25402024-10-09T05:12:39.213Z[ host-package] Compiling libz-sys v1.1.16
25412024-10-09T05:12:42.201Z[ helios-setup] Oct 09 05:12:40.315 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
25422024-10-09T05:12:47.036Z[ host-package] Compiling quick-xml v0.33.0
25432024-10-09T05:12:47.305Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
25442024-10-09T05:12:47.754Z[ host-package] Compiling cfg_aliases v0.1.1
25452024-10-09T05:12:47.903Z[ host-package] Compiling parking_lot_core v0.8.6
25462024-10-09T05:12:48.492Z[ host-package] Compiling nix v0.28.0
25472024-10-09T05:12:49.514Z[ host-package] Compiling oso v0.27.3
25482024-10-09T05:12:50.669Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25492024-10-09T05:12:51.284Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25502024-10-09T05:12:52.803Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25512024-10-09T05:12:53.275Z[ host-package] Compiling bb8 v0.8.5
25522024-10-09T05:12:54.083Z[ host-package] Compiling const_format_proc_macros v0.2.33
25532024-10-09T05:12:54.753Z[ helios-setup] Oct 09 05:12:52.855 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
25542024-10-09T05:12:56.162Z[ host-package] Compiling vte_generate_state_changes v0.1.1
25552024-10-09T05:12:57.089Z[ host-package] Compiling vte v0.11.1
25562024-10-09T05:12:57.576Z[ host-package] Compiling const_format v0.2.33
25572024-10-09T05:12:59.000Z[ host-package] Compiling async-bb8-diesel v0.2.1
25582024-10-09T05:13:00.464Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#9d0cdc48)
25592024-10-09T05:13:01.223Z[ host-package] Compiling fd-lock v4.0.2
25602024-10-09T05:13:01.546Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
25612024-10-09T05:13:02.475Z[ host-package] Compiling atty v0.2.14
25622024-10-09T05:13:02.737Z[ host-package] Compiling bytecount v0.6.8
25632024-10-09T05:13:03.182Z[ host-package] Compiling salty v0.3.0
25642024-10-09T05:13:03.721Z[ host-package] Compiling papergrid v0.11.0
25652024-10-09T05:13:17.547Z[ host-package] Compiling parking_lot v0.11.2
25662024-10-09T05:13:26.883Z[ host-package] Compiling strip-ansi-escapes v0.2.0
25672024-10-09T05:13:28.318Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
25682024-10-09T05:13:34.399Z[ host-package] Compiling tabled_derive v0.7.0
25692024-10-09T05:13:36.913Z[ host-package] Compiling crossterm v0.27.0
25702024-10-09T05:13:38.203Z[ helios-setup] Oct 09 05:13:36.265 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 27s
25712024-10-09T05:13:38.240Z[ helios-setup] Oct 09 05:13:36.302 INFO building project "amd-host-image-builder" ok (178 seconds)
25722024-10-09T05:13:38.242Z[ helios-setup] Oct 09 05:13:36.302 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
25732024-10-09T05:13:38.242Z[ helios-setup] Oct 09 05:13:36.302 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
25742024-10-09T05:13:38.639Z[ helios-setup] Oct 09 05:13:36.701 INFO E| Compiling adler v1.0.2
25752024-10-09T05:13:38.735Z[ host-package] Compiling peg-macros v0.8.4
25762024-10-09T05:13:38.818Z[ helios-setup] Oct 09 05:13:36.880 INFO E| Compiling miniz_oxide v0.7.2
25772024-10-09T05:13:41.306Z[ helios-setup] Oct 09 05:13:39.365 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
25782024-10-09T05:13:42.179Z[ helios-setup] Oct 09 05:13:40.237 INFO E| Finished `release` profile [optimized] target(s) in 3.84s
25792024-10-09T05:13:42.186Z[ helios-setup] Oct 09 05:13:40.245 INFO building project "pinprick" ok (3 seconds)
25802024-10-09T05:13:42.186Z[ helios-setup] Oct 09 05:13:40.245 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
25812024-10-09T05:13:42.186Z[ helios-setup] Oct 09 05:13:40.245 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
25822024-10-09T05:13:42.500Z[ host-package] Compiling sqlparser_derive v0.2.2
25832024-10-09T05:13:42.526Z[ helios-setup] Oct 09 05:13:40.577 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
25842024-10-09T05:13:43.595Z[ helios-setup] Oct 09 05:13:41.652 INFO E| From https://github.com/oxidecomputer/progenitor
25852024-10-09T05:13:43.595Z[ helios-setup] Oct 09 05:13:41.652 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
25862024-10-09T05:13:43.597Z[ host-package] Compiling unicode_categories v0.1.1
25872024-10-09T05:13:43.628Z[ helios-setup] Oct 09 05:13:41.685 INFO E| * [new tag] v0.1.1 -> v0.1.1
25882024-10-09T05:13:43.629Z[ helios-setup] Oct 09 05:13:41.685 INFO E| * [new tag] v0.2.0 -> v0.2.0
25892024-10-09T05:13:43.735Z[ helios-setup] Oct 09 05:13:41.792 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
25902024-10-09T05:13:44.003Z[ host-package] Compiling nu-ansi-term v0.50.0
25912024-10-09T05:13:44.080Z[ host-package] Compiling rustyline v14.0.0
25922024-10-09T05:13:44.203Z[ helios-setup] Oct 09 05:13:42.259 INFO E| From https://github.com/jclulow/hiercmd
25932024-10-09T05:13:44.203Z[ helios-setup] Oct 09 05:13:42.259 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
25942024-10-09T05:13:44.224Z[ helios-setup] Oct 09 05:13:42.280 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
25952024-10-09T05:13:44.251Z[ host-package] Compiling sqlformat v0.2.6
25962024-10-09T05:13:44.761Z[ helios-setup] Oct 09 05:13:42.817 INFO E| From https://github.com/jclulow/network-interface
25972024-10-09T05:13:44.761Z[ helios-setup] Oct 09 05:13:42.817 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
25982024-10-09T05:13:44.782Z[ helios-setup] Oct 09 05:13:42.837 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
25992024-10-09T05:13:45.277Z[ helios-setup] Oct 09 05:13:43.331 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26002024-10-09T05:13:45.277Z[ helios-setup] Oct 09 05:13:43.331 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26012024-10-09T05:13:45.312Z[ helios-setup] Oct 09 05:13:43.367 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
26022024-10-09T05:13:45.317Z[ host-package] Compiling reedline v0.33.0
26032024-10-09T05:13:46.176Z[ helios-setup] Oct 09 05:13:44.231 INFO E| From https://github.com/oxidecomputer/facade
26042024-10-09T05:13:46.176Z[ helios-setup] Oct 09 05:13:44.231 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
26052024-10-09T05:13:46.225Z[ helios-setup] Oct 09 05:13:44.280 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
26062024-10-09T05:13:47.030Z[ helios-setup] Oct 09 05:13:45.084 INFO E| From https://github.com/oxidecomputer/dropshot
26072024-10-09T05:13:47.030Z[ helios-setup] Oct 09 05:13:45.084 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
26082024-10-09T05:13:47.064Z[ helios-setup] Oct 09 05:13:45.118 INFO E| * [new tag] v0.3.0 -> v0.3.0
26092024-10-09T05:13:47.064Z[ helios-setup] Oct 09 05:13:45.118 INFO E| * [new tag] v0.4.0 -> v0.4.0
26102024-10-09T05:13:47.068Z[ helios-setup] Oct 09 05:13:45.118 INFO E| * [new tag] v0.5.0 -> v0.5.0
26112024-10-09T05:13:47.068Z[ helios-setup] Oct 09 05:13:45.118 INFO E| * [new tag] v0.5.1 -> v0.5.1
26122024-10-09T05:13:47.069Z[ helios-setup] Oct 09 05:13:45.118 INFO E| * [new tag] v0.6.0 -> v0.6.0
26132024-10-09T05:13:47.070Z[ helios-setup] Oct 09 05:13:45.118 INFO E| * [new tag] v0.7.0 -> v0.7.0
26142024-10-09T05:13:47.070Z[ helios-setup] Oct 09 05:13:45.118 INFO E| * [new tag] v0.8.0 -> v0.8.0
26152024-10-09T05:13:47.070Z[ helios-setup] Oct 09 05:13:45.119 INFO E| * [new tag] v0.9.0 -> v0.9.0
26162024-10-09T05:13:47.119Z[ helios-setup] Oct 09 05:13:45.173 INFO E| Updating crates.io index
26172024-10-09T05:13:47.238Z[ helios-setup] Oct 09 05:13:45.292 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
26182024-10-09T05:13:48.010Z[ host-package] Compiling sqlparser v0.45.0
26192024-10-09T05:13:48.202Z[ helios-setup] Oct 09 05:13:46.254 INFO E| From https://github.com/oxidecomputer/typify
26202024-10-09T05:13:48.202Z[ helios-setup] Oct 09 05:13:46.254 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
26212024-10-09T05:13:48.231Z[ helios-setup] Oct 09 05:13:46.284 INFO E| * [new tag] v0.0.10 -> v0.0.10
26222024-10-09T05:13:48.231Z[ helios-setup] Oct 09 05:13:46.284 INFO E| * [new tag] v0.0.11 -> v0.0.11
26232024-10-09T05:13:48.234Z[ helios-setup] Oct 09 05:13:46.284 INFO E| * [new tag] v0.0.4 -> v0.0.4
26242024-10-09T05:13:48.234Z[ helios-setup] Oct 09 05:13:46.284 INFO E| * [new tag] v0.0.5 -> v0.0.5
26252024-10-09T05:13:48.234Z[ helios-setup] Oct 09 05:13:46.284 INFO E| * [new tag] v0.0.7 -> v0.0.7
26262024-10-09T05:13:48.234Z[ helios-setup] Oct 09 05:13:46.285 INFO E| * [new tag] v0.0.8 -> v0.0.8
26272024-10-09T05:13:48.234Z[ helios-setup] Oct 09 05:13:46.285 INFO E| * [new tag] v0.0.9 -> v0.0.9
26282024-10-09T05:13:48.584Z[ helios-setup] Oct 09 05:13:46.636 INFO E| Downloading crates ...
26292024-10-09T05:13:48.781Z[ helios-setup] Oct 09 05:13:46.833 INFO E| Downloaded const-random-macro v0.1.15
26302024-10-09T05:13:48.783Z[ helios-setup] Oct 09 05:13:46.835 INFO E| Downloaded concolor-query v0.3.3
26312024-10-09T05:13:48.786Z[ helios-setup] Oct 09 05:13:46.837 INFO E| Downloaded concolor-override v1.0.0
26322024-10-09T05:13:48.789Z[ helios-setup] Oct 09 05:13:46.841 INFO E| Downloaded clap_derive v4.2.0
26332024-10-09T05:13:48.793Z[ helios-setup] Oct 09 05:13:46.845 INFO E| Downloaded block-buffer v0.10.3
26342024-10-09T05:13:48.795Z[ helios-setup] Oct 09 05:13:46.847 INFO E| Downloaded ahash v0.8.3
26352024-10-09T05:13:48.826Z[ helios-setup] Oct 09 05:13:46.875 INFO E| Downloaded socket2 v0.4.9
26362024-10-09T05:13:48.829Z[ helios-setup] Oct 09 05:13:46.880 INFO E| Downloaded smartstring v1.0.1
26372024-10-09T05:13:48.832Z[ helios-setup] Oct 09 05:13:46.885 INFO E| Downloaded try-lock v0.2.4
26382024-10-09T05:13:48.835Z[ helios-setup] Oct 09 05:13:46.886 INFO E| Downloaded num_enum_derive v0.5.7
26392024-10-09T05:13:48.837Z[ helios-setup] Oct 09 05:13:46.888 INFO E| Downloaded num_cpus v1.15.0
26402024-10-09T05:13:48.842Z[ helios-setup] Oct 09 05:13:46.895 INFO E| Downloaded jobserver v0.1.26
26412024-10-09T05:13:48.846Z[ helios-setup] Oct 09 05:13:46.898 INFO E| Downloaded byteorder v1.4.3
26422024-10-09T05:13:48.850Z[ helios-setup] Oct 09 05:13:46.902 INFO E| Downloaded smawk v0.3.1
26432024-10-09T05:13:48.853Z[ helios-setup] Oct 09 05:13:46.905 INFO E| Downloaded camino v1.1.4
26442024-10-09T05:13:48.856Z[ helios-setup] Oct 09 05:13:46.908 INFO E| Downloaded base64 v0.21.0
26452024-10-09T05:13:48.862Z[ helios-setup] Oct 09 05:13:46.914 INFO E| Downloaded unicode-width v0.1.10
26462024-10-09T05:13:48.865Z[ helios-setup] Oct 09 05:13:46.916 INFO E| Downloaded serde_tokenstream v0.2.0
26472024-10-09T05:13:48.870Z[ helios-setup] Oct 09 05:13:46.922 INFO E| Downloaded serde_path_to_error v0.1.11
26482024-10-09T05:13:48.872Z[ helios-setup] Oct 09 05:13:46.925 INFO E| Downloaded paste v1.0.12
26492024-10-09T05:13:48.877Z[ helios-setup] Oct 09 05:13:46.929 INFO E| Downloaded want v0.3.0
26502024-10-09T05:13:48.879Z[ helios-setup] Oct 09 05:13:46.931 INFO E| Downloaded serde_spanned v0.6.1
26512024-10-09T05:13:48.882Z[ helios-setup] Oct 09 05:13:46.932 INFO E| Downloaded futures-channel v0.3.28
26522024-10-09T05:13:48.884Z[ helios-setup] Oct 09 05:13:46.936 INFO E| Downloaded dyn-clone v1.0.11
26532024-10-09T05:13:48.886Z[ helios-setup] Oct 09 05:13:46.939 INFO E| Downloaded walkdir v2.3.3
26542024-10-09T05:13:48.889Z[ helios-setup] Oct 09 05:13:46.941 INFO E| Downloaded slog-bunyan v2.4.0
26552024-10-09T05:13:48.892Z[ helios-setup] Oct 09 05:13:46.943 INFO E| Downloaded sha2 v0.10.6
26562024-10-09T05:13:48.895Z[ helios-setup] Oct 09 05:13:46.947 INFO E| Downloaded itoa v1.0.6
26572024-10-09T05:13:48.897Z[ helios-setup] Oct 09 05:13:46.950 INFO E| Downloaded tempfile v3.5.0
26582024-10-09T05:13:48.903Z[ helios-setup] Oct 09 05:13:46.954 INFO E| Downloaded serde_derive_internals v0.26.0
26592024-10-09T05:13:48.905Z[ helios-setup] Oct 09 05:13:46.957 INFO E| Downloaded semver-parser v0.10.2
26602024-10-09T05:13:48.908Z[ helios-setup] Oct 09 05:13:46.959 INFO E| Downloaded signal-hook-registry v1.4.0
26612024-10-09T05:13:48.911Z[ helios-setup] Oct 09 05:13:46.961 INFO E| Downloaded slog-async v2.7.0
26622024-10-09T05:13:48.911Z[ helios-setup] Oct 09 05:13:46.963 INFO E| Downloaded sha1 v0.10.5
26632024-10-09T05:13:48.933Z[ helios-setup] Oct 09 05:13:46.985 INFO E| Downloaded scopeguard v1.1.0
26642024-10-09T05:13:48.936Z[ helios-setup] Oct 09 05:13:46.987 INFO E| Downloaded slab v0.4.7
26652024-10-09T05:13:48.938Z[ helios-setup] Oct 09 05:13:46.989 INFO E| Downloaded unicode-bidi v0.3.13
26662024-10-09T05:13:48.941Z[ helios-setup] Oct 09 05:13:46.992 INFO E| Downloaded typenum v1.16.0
26672024-10-09T05:13:48.945Z[ helios-setup] Oct 09 05:13:46.997 INFO E| Downloaded toml_datetime v0.6.1
26682024-10-09T05:13:48.948Z[ helios-setup] Oct 09 05:13:46.999 INFO E| Downloaded smallvec v1.10.0
26692024-10-09T05:13:48.951Z[ helios-setup] Oct 09 05:13:47.003 INFO E| Downloaded semver v0.11.0
26702024-10-09T05:13:48.954Z[ helios-setup] Oct 09 05:13:47.006 INFO E| Downloaded time v0.1.45
26712024-10-09T05:13:48.956Z[ helios-setup] Oct 09 05:13:47.009 INFO E| Downloaded sct v0.7.0
26722024-10-09T05:13:48.962Z[ helios-setup] Oct 09 05:13:47.014 INFO E| Downloaded tokio-rustls v0.24.0
26732024-10-09T05:13:48.966Z[ helios-setup] Oct 09 05:13:47.018 INFO E| Downloaded pin-project-lite v0.2.9
26742024-10-09T05:13:48.973Z[ helios-setup] Oct 09 05:13:47.025 INFO E| Downloaded uuid v1.3.0
26752024-10-09T05:13:48.980Z[ helios-setup] Oct 09 05:13:47.032 INFO E| Downloaded serde_yaml v0.9.21
26762024-10-09T05:13:48.986Z[ helios-setup] Oct 09 05:13:47.039 INFO E| Downloaded url v2.3.1
26772024-10-09T05:13:48.991Z[ helios-setup] Oct 09 05:13:47.043 INFO E| Downloaded serde_derive v1.0.204
26782024-10-09T05:13:48.996Z[ helios-setup] Oct 09 05:13:47.048 INFO E| Downloaded serde v1.0.204
26792024-10-09T05:13:49.007Z[ helios-setup] Oct 09 05:13:47.054 INFO E| Downloaded tokio-util v0.7.7
26802024-10-09T05:13:49.012Z[ helios-setup] Oct 09 05:13:47.064 INFO E| Downloaded parking_lot_core v0.9.6
26812024-10-09T05:13:49.016Z[ helios-setup] Oct 09 05:13:47.068 INFO E| Downloaded winnow v0.4.1
26822024-10-09T05:13:49.028Z[ helios-setup] Oct 09 05:13:47.080 INFO E| Downloaded serde_json v1.0.95
26832024-10-09T05:13:49.041Z[ helios-setup] Oct 09 05:13:47.093 INFO E| Downloaded schemars v0.8.12
26842024-10-09T05:13:49.059Z[ helios-setup] Oct 09 05:13:47.111 INFO E| Downloaded syn v2.0.72
26852024-10-09T05:13:49.078Z[ helios-setup] Oct 09 05:13:47.129 INFO E| Downloaded rustls-webpki v0.100.1
26862024-10-09T05:13:49.087Z[ helios-setup] Oct 09 05:13:47.139 INFO E| Downloaded tokio v1.27.0
26872024-10-09T05:13:49.139Z[ helios-setup] Oct 09 05:13:47.190 INFO E| Downloaded crossbeam-channel v0.5.6
26882024-10-09T05:13:49.145Z[ helios-setup] Oct 09 05:13:47.197 INFO E| Downloaded pest v2.5.7
26892024-10-09T05:13:49.155Z[ helios-setup] Oct 09 05:13:47.206 INFO E| Downloaded mio v0.8.5
26902024-10-09T05:13:49.204Z[ helios-setup] Oct 09 05:13:47.256 INFO E| Downloaded http v0.2.9
26912024-10-09T05:13:49.210Z[ helios-setup] Oct 09 05:13:47.262 INFO E| Downloaded reqwest v0.11.16
26922024-10-09T05:13:49.223Z[ helios-setup] Oct 09 05:13:47.275 INFO E| Downloaded aho-corasick v0.7.20
26932024-10-09T05:13:49.230Z[ helios-setup] Oct 09 05:13:47.282 INFO E| Downloaded flate2 v1.0.25
26942024-10-09T05:13:49.238Z[ helios-setup] Oct 09 05:13:47.290 INFO E| Downloaded syn v1.0.107
26952024-10-09T05:13:49.257Z[ helios-setup] Oct 09 05:13:47.309 INFO E| Downloaded futures-util v0.3.28
26962024-10-09T05:13:49.278Z[ helios-setup] Oct 09 05:13:47.329 INFO E| Downloaded rayon v1.6.1
26972024-10-09T05:13:49.291Z[ helios-setup] Oct 09 05:13:47.343 INFO E| Downloaded git2 v0.16.1
26982024-10-09T05:13:49.305Z[ helios-setup] Oct 09 05:13:47.356 INFO E| Downloaded chrono v0.4.24
26992024-10-09T05:13:49.316Z[ helios-setup] Oct 09 05:13:47.368 INFO E| Downloaded hyper v0.14.25
27002024-10-09T05:13:49.330Z[ helios-setup] Oct 09 05:13:47.382 INFO E| Downloaded regex v1.7.3
27012024-10-09T05:13:49.343Z[ helios-setup] Oct 09 05:13:47.395 INFO E| Downloaded rustls v0.21.0
27022024-10-09T05:13:49.361Z[ helios-setup] Oct 09 05:13:47.412 INFO E| Downloaded regress v0.5.0
27032024-10-09T05:13:49.372Z[ helios-setup] Oct 09 05:13:47.424 INFO E| Downloaded rhai v1.14.0
27042024-10-09T05:13:49.392Z[ helios-setup] Oct 09 05:13:47.444 INFO E| Downloaded h2 v0.3.16
27052024-10-09T05:13:49.403Z[ helios-setup] Oct 09 05:13:47.454 INFO E| Downloaded openapiv3 v1.0.2
27062024-10-09T05:13:49.422Z[ helios-setup] Oct 09 05:13:47.474 INFO E| Downloaded clap_builder v4.2.1
27072024-10-09T05:13:49.433Z[ helios-setup] Oct 09 05:13:47.484 INFO E| Downloaded rustix v0.37.3
27082024-10-09T05:13:49.463Z[ helios-setup] Oct 09 05:13:47.514 INFO E| Downloaded rayon-core v1.10.2
27092024-10-09T05:13:49.468Z[ helios-setup] Oct 09 05:13:47.520 INFO E| Downloaded crossbeam-epoch v0.9.13
27102024-10-09T05:13:49.472Z[ helios-setup] Oct 09 05:13:47.524 INFO E| Downloaded ryu v1.0.13
27112024-10-09T05:13:49.477Z[ helios-setup] Oct 09 05:13:47.529 INFO E| Downloaded unicode-normalization v0.1.22
27122024-10-09T05:13:49.483Z[ helios-setup] Oct 09 05:13:47.535 INFO E| Downloaded num-traits v0.2.15
27132024-10-09T05:13:49.487Z[ helios-setup] Oct 09 05:13:47.538 INFO E| Downloaded getrandom v0.2.8
27142024-10-09T05:13:49.491Z[ helios-setup] Oct 09 05:13:47.543 INFO E| Downloaded futures v0.3.28
27152024-10-09T05:13:49.499Z[ helios-setup] Oct 09 05:13:47.550 INFO E| Downloaded anyhow v1.0.68
27162024-10-09T05:13:49.534Z[ helios-setup] Oct 09 05:13:47.586 INFO E| Downloaded libc v0.2.139
27172024-10-09T05:13:49.574Z[ helios-setup] Oct 09 05:13:47.626 INFO E| Downloaded unsafe-libyaml v0.2.8
27182024-10-09T05:13:49.580Z[ helios-setup] Oct 09 05:13:47.631 INFO E| Downloaded unicode-linebreak v0.1.4
27192024-10-09T05:13:49.584Z[ helios-setup] Oct 09 05:13:47.635 INFO E| Downloaded tungstenite v0.18.0
27202024-10-09T05:13:49.588Z[ helios-setup] Oct 09 05:13:47.640 INFO E| Downloaded tracing v0.1.37
27212024-10-09T05:13:49.595Z[ helios-setup] Oct 09 05:13:47.647 INFO E| Downloaded toml_edit v0.19.8
27222024-10-09T05:13:49.624Z[ helios-setup] Oct 09 05:13:47.675 INFO E| Downloaded log v0.4.17
27232024-10-09T05:13:49.627Z[ helios-setup] Oct 09 05:13:47.679 INFO E| Downloaded bytes v1.4.0
27242024-10-09T05:13:49.635Z[ helios-setup] Oct 09 05:13:47.685 INFO E| Downloaded tracing-core v0.1.30
27252024-10-09T05:13:49.642Z[ helios-setup] Oct 09 05:13:47.694 INFO E| Downloaded rustls-pemfile v1.0.2
27262024-10-09T05:13:49.643Z[ helios-setup] Oct 09 05:13:47.694 INFO E| Downloaded quote v1.0.36
27272024-10-09T05:13:49.645Z[ helios-setup] Oct 09 05:13:47.697 INFO E| Downloaded memchr v2.5.0
27282024-10-09T05:13:49.652Z[ helios-setup] Oct 09 05:13:47.703 INFO E| Downloaded unicode-ident v1.0.8
27292024-10-09T05:13:49.656Z[ helios-setup] Oct 09 05:13:47.707 INFO E| Downloaded ucd-trie v0.1.5
27302024-10-09T05:13:49.663Z[ helios-setup] Oct 09 05:13:47.714 INFO E| Downloaded percent-encoding v2.2.0
27312024-10-09T05:13:49.666Z[ helios-setup] Oct 09 05:13:47.715 INFO E| Downloaded ipnet v2.7.2
27322024-10-09T05:13:49.668Z[ helios-setup] Oct 09 05:13:47.718 INFO E| Downloaded cc v1.0.78
27332024-10-09T05:13:49.671Z[ helios-setup] Oct 09 05:13:47.722 INFO E| Downloaded rhai_codegen v1.5.0
27342024-10-09T05:13:49.686Z[ helios-setup] Oct 09 05:13:47.737 INFO E| Downloaded parking_lot v0.12.1
27352024-10-09T05:13:49.689Z[ helios-setup] Oct 09 05:13:47.741 INFO E| Downloaded miniz_oxide v0.6.2
27362024-10-09T05:13:49.693Z[ helios-setup] Oct 09 05:13:47.744 INFO E| Downloaded crossbeam-utils v0.8.14
27372024-10-09T05:13:49.697Z[ helios-setup] Oct 09 05:13:47.749 INFO E| Downloaded cargo-lock v8.0.3
27382024-10-09T05:13:49.701Z[ helios-setup] Oct 09 05:13:47.753 INFO E| Downloaded bincode v1.3.3
27392024-10-09T05:13:49.705Z[ helios-setup] Oct 09 05:13:47.756 INFO E| Downloaded encoding_rs v0.8.32
27402024-10-09T05:13:49.741Z[ helios-setup] Oct 09 05:13:47.792 INFO E| Downloaded toml v0.7.3
27412024-10-09T05:13:49.746Z[ helios-setup] Oct 09 05:13:47.797 INFO E| Downloaded tokio-tungstenite v0.18.0
27422024-10-09T05:13:49.749Z[ helios-setup] Oct 09 05:13:47.801 INFO E| Downloaded textwrap v0.16.0
27432024-10-09T05:13:49.753Z[ helios-setup] Oct 09 05:13:47.804 INFO E| Downloaded schemars_derive v0.8.12
27442024-10-09T05:13:49.756Z[ helios-setup] Oct 09 05:13:47.807 INFO E| Downloaded rustfmt-wrapper v0.2.0
27452024-10-09T05:13:49.758Z[ helios-setup] Oct 09 05:13:47.809 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
27462024-10-09T05:13:49.765Z[ helios-setup] Oct 09 05:13:47.812 INFO E| Downloaded num_enum v0.5.7
27472024-10-09T05:13:49.767Z[ helios-setup] Oct 09 05:13:47.818 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
27482024-10-09T05:13:49.862Z[ helios-setup] Oct 09 05:13:47.913 INFO E| Downloaded iana-time-zone v0.1.56
27492024-10-09T05:13:49.864Z[ helios-setup] Oct 09 05:13:47.916 INFO E| Downloaded futures-io v0.3.28
27502024-10-09T05:13:49.867Z[ helios-setup] Oct 09 05:13:47.917 INFO E| Downloaded cpufeatures v0.2.5
27512024-10-09T05:13:49.870Z[ helios-setup] Oct 09 05:13:47.919 INFO E| Downloaded clap_lex v0.4.1
27522024-10-09T05:13:49.870Z[ helios-setup] Oct 09 05:13:47.920 INFO E| Downloaded clap v4.2.1
27532024-10-09T05:13:49.884Z[ helios-setup] Oct 09 05:13:47.935 INFO E| Downloaded ahash v0.7.6
27542024-10-09T05:13:49.888Z[ helios-setup] Oct 09 05:13:47.939 INFO E| Downloaded either v1.8.0
27552024-10-09T05:13:49.890Z[ helios-setup] Oct 09 05:13:47.941 INFO E| Downloaded digest v0.10.6
27562024-10-09T05:13:49.893Z[ helios-setup] Oct 09 05:13:47.944 INFO E| Downloaded strsim v0.10.0
27572024-10-09T05:13:49.897Z[ helios-setup] Oct 09 05:13:47.946 INFO E| Downloaded once_cell v1.17.0
27582024-10-09T05:13:49.899Z[ helios-setup] Oct 09 05:13:47.950 INFO E| Downloaded memoffset v0.7.1
27592024-10-09T05:13:49.902Z[ helios-setup] Oct 09 05:13:47.952 INFO E| Downloaded httpdate v1.0.2
27602024-10-09T05:13:49.904Z[ helios-setup] Oct 09 05:13:47.954 INFO E| Downloaded futures-sink v0.3.28
27612024-10-09T05:13:49.904Z[ helios-setup] Oct 09 05:13:47.955 INFO E| Downloaded errno v0.3.1
27622024-10-09T05:13:49.907Z[ helios-setup] Oct 09 05:13:47.958 INFO E| Downloaded built v0.6.0
27632024-10-09T05:13:49.909Z[ helios-setup] Oct 09 05:13:47.960 INFO E| Downloaded async-trait v0.1.68
27642024-10-09T05:13:49.913Z[ helios-setup] Oct 09 05:13:47.965 INFO E| Downloaded semver v1.0.17
27652024-10-09T05:13:49.917Z[ helios-setup] Oct 09 05:13:47.968 INFO E| Downloaded libz-sys v1.1.8
27662024-10-09T05:13:50.005Z[ helios-setup] Oct 09 05:13:48.056 INFO E| Downloaded proc-macro-crate v1.2.1
27672024-10-09T05:13:50.008Z[ helios-setup] Oct 09 05:13:48.058 INFO E| Downloaded const-random v0.1.15
27682024-10-09T05:13:50.011Z[ helios-setup] Oct 09 05:13:48.060 INFO E| Downloaded futures-core v0.3.28
27692024-10-09T05:13:50.013Z[ helios-setup] Oct 09 05:13:48.062 INFO E| Downloaded thiserror v1.0.38
27702024-10-09T05:13:50.018Z[ helios-setup] Oct 09 05:13:48.069 INFO E| Downloaded terminal_size v0.2.6
27712024-10-09T05:13:50.020Z[ helios-setup] Oct 09 05:13:48.071 INFO E| Downloaded pkg-config v0.3.26
27722024-10-09T05:13:50.022Z[ helios-setup] Oct 09 05:13:48.073 INFO E| Downloaded lock_api v0.4.9
27732024-10-09T05:13:50.025Z[ helios-setup] Oct 09 05:13:48.075 INFO E| Downloaded io-lifetimes v1.0.10
27742024-10-09T05:13:50.028Z[ helios-setup] Oct 09 05:13:48.079 INFO E| Downloaded autocfg v1.1.0
27752024-10-09T05:13:50.031Z[ helios-setup] Oct 09 05:13:48.081 INFO E| Downloaded toolchain_find v0.2.0
27762024-10-09T05:13:50.033Z[ helios-setup] Oct 09 05:13:48.083 INFO E| Downloaded anstyle v0.3.5
27772024-10-09T05:13:50.035Z[ helios-setup] Oct 09 05:13:48.085 INFO E| Downloaded tokio-macros v2.0.0
27782024-10-09T05:13:50.038Z[ helios-setup] Oct 09 05:13:48.087 INFO E| Downloaded thiserror-impl v1.0.38
27792024-10-09T05:13:50.038Z[ helios-setup] Oct 09 05:13:48.089 INFO E| Downloaded http-body v0.4.5
27802024-10-09T05:13:50.040Z[ helios-setup] Oct 09 05:13:48.091 INFO E| Downloaded futures-task v0.3.28
27812024-10-09T05:13:50.043Z[ helios-setup] Oct 09 05:13:48.093 INFO E| Downloaded project-root v0.2.2
27822024-10-09T05:13:50.045Z[ helios-setup] Oct 09 05:13:48.094 INFO E| Downloaded num-integer v0.1.45
27832024-10-09T05:13:50.048Z[ helios-setup] Oct 09 05:13:48.097 INFO E| Downloaded lazy_static v1.4.0
27842024-10-09T05:13:50.048Z[ helios-setup] Oct 09 05:13:48.099 INFO E| Downloaded is-terminal v0.4.7
27852024-10-09T05:13:50.050Z[ helios-setup] Oct 09 05:13:48.100 INFO E| Downloaded home v0.5.4
27862024-10-09T05:13:50.053Z[ helios-setup] Oct 09 05:13:48.102 INFO E| Downloaded generic-array v0.14.6
27872024-10-09T05:13:50.055Z[ helios-setup] Oct 09 05:13:48.104 INFO E| Downloaded futures-macro v0.3.28
27882024-10-09T05:13:50.055Z[ helios-setup] Oct 09 05:13:48.106 INFO E| Downloaded futures-executor v0.3.28
27892024-10-09T05:13:50.059Z[ helios-setup] Oct 09 05:13:48.108 INFO E| Downloaded form_urlencoded v1.1.0
27902024-10-09T05:13:50.061Z[ helios-setup] Oct 09 05:13:48.109 INFO E| Downloaded crossbeam-deque v0.8.2
27912024-10-09T05:13:50.061Z[ helios-setup] Oct 09 05:13:48.112 INFO E| Downloaded anstyle-parse v0.1.1
27922024-10-09T05:13:50.065Z[ helios-setup] Oct 09 05:13:48.115 INFO E| Downloaded anstream v0.2.6
27932024-10-09T05:13:50.068Z[ helios-setup] Oct 09 05:13:48.118 INFO E| Downloaded fastrand v1.9.0
27942024-10-09T05:13:50.388Z[ host-package] Compiling peg v0.8.4
27952024-10-09T05:13:50.422Z[ helios-setup] Oct 09 05:13:48.473 INFO E| Compiling proc-macro2 v1.0.86
27962024-10-09T05:13:50.425Z[ helios-setup] Oct 09 05:13:48.473 INFO E| Compiling libc v0.2.139
27972024-10-09T05:13:50.425Z[ helios-setup] Oct 09 05:13:48.473 INFO E| Compiling unicode-ident v1.0.8
27982024-10-09T05:13:50.425Z[ helios-setup] Oct 09 05:13:48.473 INFO E| Compiling autocfg v1.1.0
27992024-10-09T05:13:50.425Z[ helios-setup] Oct 09 05:13:48.473 INFO E| Compiling cfg-if v1.0.0
28002024-10-09T05:13:50.425Z[ helios-setup] Oct 09 05:13:48.473 INFO E| Compiling version_check v0.9.4
28012024-10-09T05:13:50.425Z[ helios-setup] Oct 09 05:13:48.473 INFO E| Compiling serde v1.0.204
28022024-10-09T05:13:50.425Z[ helios-setup] Oct 09 05:13:48.474 INFO E| Compiling syn v1.0.107
28032024-10-09T05:13:50.552Z[ host-package] Compiling tabled v0.15.0
28042024-10-09T05:13:51.141Z[ helios-setup] Oct 09 05:13:49.191 INFO E| Compiling memchr v2.5.0
28052024-10-09T05:13:52.470Z[ helios-setup] Oct 09 05:13:50.519 INFO E| Compiling once_cell v1.17.0
28062024-10-09T05:13:52.510Z[ helios-setup] Oct 09 05:13:50.556 INFO E| Compiling log v0.4.17
28072024-10-09T05:13:52.570Z[ helios-setup] Oct 09 05:13:50.619 INFO E| Compiling thiserror v1.0.38
28082024-10-09T05:13:53.182Z[ helios-setup] Oct 09 05:13:51.230 INFO E| Compiling serde_json v1.0.95
28092024-10-09T05:13:53.323Z[ helios-setup] Oct 09 05:13:51.371 INFO E| Compiling itoa v1.0.6
28102024-10-09T05:13:54.193Z[ helios-setup] Oct 09 05:13:52.240 INFO E| Compiling getrandom v0.2.8
28112024-10-09T05:13:54.275Z[ helios-setup] Oct 09 05:13:52.322 INFO E| Compiling jobserver v0.1.26
28122024-10-09T05:13:54.649Z[ helios-setup] Oct 09 05:13:52.696 INFO E| Compiling quote v1.0.36
28132024-10-09T05:13:54.895Z[ helios-setup] Oct 09 05:13:52.941 INFO E| Compiling indexmap v1.9.3
28142024-10-09T05:13:55.073Z[ helios-setup] Oct 09 05:13:53.119 INFO E| Compiling cc v1.0.78
28152024-10-09T05:13:55.559Z[ helios-setup] Oct 09 05:13:53.605 INFO E| Compiling syn v2.0.72
28162024-10-09T05:13:55.927Z[ helios-setup] Oct 09 05:13:53.973 INFO E| Compiling pin-project-lite v0.2.9
28172024-10-09T05:13:55.927Z[ helios-setup] Oct 09 05:13:53.973 INFO E| Compiling scopeguard v1.1.0
28182024-10-09T05:13:56.159Z[ helios-setup] Oct 09 05:13:54.204 INFO E| Compiling num-integer v0.1.45
28192024-10-09T05:13:56.161Z[ helios-setup] Oct 09 05:13:54.204 INFO E| Compiling bytes v1.4.0
28202024-10-09T05:13:56.527Z[ helios-setup] Oct 09 05:13:54.572 INFO E| Compiling futures-core v0.3.28
28212024-10-09T05:13:57.072Z[ helios-setup] Oct 09 05:13:55.116 INFO E| Compiling ryu v1.0.13
28222024-10-09T05:13:58.175Z[ helios-setup] Oct 09 05:13:56.218 INFO E| Compiling lock_api v0.4.9
28232024-10-09T05:13:58.222Z[ helios-setup] Oct 09 05:13:56.266 INFO E| Compiling typenum v1.16.0
28242024-10-09T05:13:58.697Z[ helios-setup] Oct 09 05:13:56.740 INFO E| Compiling parking_lot_core v0.9.6
28252024-10-09T05:13:59.070Z[ helios-setup] Oct 09 05:13:57.112 INFO E| Compiling bitflags v1.3.2
28262024-10-09T05:13:59.310Z[ helios-setup] Oct 09 05:13:57.353 INFO E| Compiling num_cpus v1.15.0
28272024-10-09T05:13:59.428Z[ helios-setup] Oct 09 05:13:57.470 INFO E| Compiling generic-array v0.14.6
28282024-10-09T05:13:59.430Z[ helios-setup] Oct 09 05:13:57.472 INFO E| Compiling slab v0.4.7
28292024-10-09T05:13:59.635Z[ helios-setup] Oct 09 05:13:57.677 INFO E| Compiling futures-task v0.3.28
28302024-10-09T05:13:59.728Z[ helios-setup] Oct 09 05:13:57.769 INFO E| Compiling futures-sink v0.3.28
28312024-10-09T05:13:59.828Z[ host-package] Compiling sled v0.34.7
28322024-10-09T05:13:59.965Z[ helios-setup] Oct 09 05:13:58.006 INFO E| Compiling futures-channel v0.3.28
28332024-10-09T05:14:00.284Z[ helios-setup] Oct 09 05:13:58.325 INFO E| Compiling tokio v1.27.0
28342024-10-09T05:14:00.552Z[ host-package] Compiling mime_guess v2.0.4
28352024-10-09T05:14:00.731Z[ helios-setup] Oct 09 05:13:58.772 INFO E| Compiling schemars v0.8.12
28362024-10-09T05:14:00.976Z[ helios-setup] Oct 09 05:13:59.014 INFO E| Compiling futures-util v0.3.28
28372024-10-09T05:14:01.718Z[ helios-setup] Oct 09 05:13:59.758 INFO E| Compiling mio v0.8.5
28382024-10-09T05:14:02.119Z[ helios-setup] Oct 09 05:14:00.159 INFO E| Compiling socket2 v0.4.9
28392024-10-09T05:14:02.122Z[ helios-setup] Oct 09 05:14:00.160 INFO E| Compiling signal-hook-registry v1.4.0
28402024-10-09T05:14:02.273Z[ helios-setup] Oct 09 05:14:00.313 INFO E| Compiling ahash v0.7.6
28412024-10-09T05:14:02.352Z[ helios-setup] Oct 09 05:14:00.392 INFO E| Compiling num-traits v0.2.15
28422024-10-09T05:14:03.647Z[ helios-setup] Oct 09 05:14:01.685 INFO E| Compiling io-lifetimes v1.0.10
28432024-10-09T05:14:03.928Z[ helios-setup] Oct 09 05:14:01.966 INFO E| Compiling pin-utils v0.1.0
28442024-10-09T05:14:04.173Z[ helios-setup] Oct 09 05:14:02.210 INFO E| Compiling futures-io v0.3.28
28452024-10-09T05:14:04.716Z[ helios-setup] Oct 09 05:14:02.753 INFO E| Compiling crunchy v0.2.2
28462024-10-09T05:14:05.490Z[ helios-setup] Oct 09 05:14:03.527 INFO E| Compiling ahash v0.8.3
28472024-10-09T05:14:05.622Z[ helios-setup] Oct 09 05:14:03.658 INFO E| Compiling tiny-keccak v2.0.2
28482024-10-09T05:14:05.924Z[ helios-setup] Oct 09 05:14:03.961 INFO E| Compiling hashbrown v0.12.3
28492024-10-09T05:14:06.183Z[ helios-setup] Oct 09 05:14:04.219 INFO E| Compiling rustix v0.37.3
28502024-10-09T05:14:06.230Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512024-10-09T05:14:06.651Z[ helios-setup] Oct 09 05:14:04.687 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
28522024-10-09T05:14:07.123Z[ helios-setup] Oct 09 05:14:05.158 INFO E| Compiling serde_derive_internals v0.26.0
28532024-10-09T05:14:07.364Z[ host-package] Compiling hickory-client v0.24.1
28542024-10-09T05:14:07.912Z[ helios-setup] Oct 09 05:14:05.947 INFO E| Compiling crypto-common v0.1.6
28552024-10-09T05:14:08.055Z[ helios-setup] Oct 09 05:14:06.090 INFO E| Compiling block-buffer v0.10.3
28562024-10-09T05:14:09.024Z[ helios-setup] Oct 09 05:14:07.057 INFO E| Compiling errno v0.3.1
28572024-10-09T05:14:09.180Z[ helios-setup] Oct 09 05:14:07.213 INFO E| Compiling pkg-config v0.3.26
28582024-10-09T05:14:09.646Z[ helios-setup] Oct 09 05:14:07.678 INFO E| Compiling crossbeam-utils v0.8.14
28592024-10-09T05:14:09.847Z[ helios-setup] Oct 09 05:14:07.880 INFO E| Compiling fnv v1.0.7
28602024-10-09T05:14:10.085Z[ helios-setup] Oct 09 05:14:08.117 INFO E| Compiling slog v2.7.0
28612024-10-09T05:14:10.592Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
28622024-10-09T05:14:11.120Z[ helios-setup] Oct 09 05:14:09.151 INFO E| Compiling http v0.2.9
28632024-10-09T05:14:11.667Z[ helios-setup] Oct 09 05:14:09.698 INFO E| Compiling digest v0.10.6
28642024-10-09T05:14:13.186Z[ helios-setup] Oct 09 05:14:11.215 INFO E| Compiling aho-corasick v0.7.20
28652024-10-09T05:14:13.936Z[ helios-setup] Oct 09 05:14:11.964 INFO E| Compiling tinyvec_macros v0.1.1
28662024-10-09T05:14:14.201Z[ helios-setup] Oct 09 05:14:12.229 INFO E| Compiling httparse v1.8.0
28672024-10-09T05:14:14.279Z[ helios-setup] Oct 09 05:14:12.307 INFO E| Compiling percent-encoding v2.2.0
28682024-10-09T05:14:15.277Z[ helios-setup] Oct 09 05:14:13.304 INFO E| Compiling regex-syntax v0.6.29
28692024-10-09T05:14:15.478Z[ helios-setup] Oct 09 05:14:13.505 INFO E| Compiling cpufeatures v0.2.5
28702024-10-09T05:14:16.043Z[ helios-setup] Oct 09 05:14:14.070 INFO E| Compiling heck v0.4.1
28712024-10-09T05:14:16.172Z[ helios-setup] Oct 09 05:14:14.198 INFO E| Compiling anyhow v1.0.68
28722024-10-09T05:14:16.278Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28732024-10-09T05:14:16.696Z[ helios-setup] Oct 09 05:14:14.722 INFO E| Compiling unicode-width v0.1.10
28742024-10-09T05:14:16.955Z[ helios-setup] Oct 09 05:14:14.981 INFO E| Compiling const-random-macro v0.1.15
28752024-10-09T05:14:17.200Z[ helios-setup] Oct 09 05:14:15.226 INFO E| Compiling form_urlencoded v1.1.0
28762024-10-09T05:14:17.259Z[ helios-setup] Oct 09 05:14:15.285 INFO E| Compiling thiserror-impl v1.0.38
28772024-10-09T05:14:17.305Z[ helios-setup] Oct 09 05:14:15.331 INFO E| Compiling schemars_derive v0.8.12
28782024-10-09T05:14:17.601Z[ helios-setup] Oct 09 05:14:15.626 INFO E| Compiling serde_derive v1.0.204
28792024-10-09T05:14:17.966Z[ helios-setup] Oct 09 05:14:15.991 INFO E| Compiling futures-macro v0.3.28
28802024-10-09T05:14:18.197Z[ helios-setup] Oct 09 05:14:16.221 INFO E| Compiling tokio-macros v2.0.0
28812024-10-09T05:14:19.297Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28822024-10-09T05:14:20.013Z[ helios-setup] Oct 09 05:14:18.036 INFO E| Compiling tinyvec v1.6.0
28832024-10-09T05:14:21.148Z[ helios-setup] Oct 09 05:14:19.170 INFO E| Compiling hashbrown v0.13.2
28842024-10-09T05:14:22.405Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28852024-10-09T05:14:23.070Z[ helios-setup] Oct 09 05:14:21.090 INFO E| Compiling regex v1.7.3
28862024-10-09T05:14:23.620Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28872024-10-09T05:14:23.855Z[ helios-setup] Oct 09 05:14:21.875 INFO E| Compiling chrono v0.4.24
28882024-10-09T05:14:26.023Z[ helios-setup] Oct 09 05:14:24.040 INFO E| Compiling libz-sys v1.1.8
28892024-10-09T05:14:27.110Z[ host-package] Compiling hickory-server v0.24.1
28902024-10-09T05:14:27.254Z[ helios-setup] Oct 09 05:14:25.271 INFO E| Compiling uuid v1.3.0
28912024-10-09T05:14:27.457Z[ helios-setup] Oct 09 05:14:25.473 INFO E| Compiling dyn-clone v1.0.11
28922024-10-09T05:14:28.103Z[ helios-setup] Oct 09 05:14:26.119 INFO E| Compiling regress v0.5.0
28932024-10-09T05:14:28.168Z[ helios-setup] Oct 09 05:14:26.184 INFO E| Compiling unicode-normalization v0.1.22
28942024-10-09T05:14:28.423Z[ helios-setup] Oct 09 05:14:26.439 INFO E| Compiling const-random v0.1.15
28952024-10-09T05:14:30.144Z[ helios-setup] Oct 09 05:14:28.158 INFO E| Compiling getopts v0.2.21
28962024-10-09T05:14:30.855Z[ host-package] Compiling primeorder v0.13.6
28972024-10-09T05:14:31.121Z[ helios-setup] Oct 09 05:14:29.133 INFO E| Compiling tracing-core v0.1.30
28982024-10-09T05:14:31.829Z[ helios-setup] Oct 09 05:14:29.841 INFO E| Compiling memoffset v0.7.1
28992024-10-09T05:14:32.152Z[ host-package] Compiling bcs v0.1.6
29002024-10-09T05:14:32.231Z[ helios-setup] Oct 09 05:14:30.243 INFO E| Compiling powerfmt v0.2.0
29012024-10-09T05:14:32.890Z[ helios-setup] Oct 09 05:14:30.901 INFO E| Compiling ucd-trie v0.1.5
29022024-10-09T05:14:33.405Z[ helios-setup] Oct 09 05:14:31.416 INFO E| Compiling time-core v0.1.2
29032024-10-09T05:14:34.065Z[ helios-setup] Oct 09 05:14:32.075 INFO E| Compiling unicode-bidi v0.3.13
29042024-10-09T05:14:34.148Z[ host-package] Compiling vergen v8.3.2
29052024-10-09T05:14:35.173Z[ host-package] Compiling env_filter v0.1.2
29062024-10-09T05:14:35.816Z[ helios-setup] Oct 09 05:14:33.825 INFO E| Compiling num-conv v0.1.0
29072024-10-09T05:14:35.875Z[ host-package] Compiling cargo-platform v0.1.8
29082024-10-09T05:14:36.019Z[ host-package] Compiling nanorand v0.7.0
29092024-10-09T05:14:36.444Z[ helios-setup] Oct 09 05:14:34.452 INFO E| Compiling time-macros v0.2.18
29102024-10-09T05:14:36.780Z[ host-package] Compiling memoffset v0.9.1
29112024-10-09T05:14:37.042Z[ helios-setup] Oct 09 05:14:35.050 INFO E| Compiling idna v0.3.0
29122024-10-09T05:14:37.564Z[ host-package] Compiling flume v0.11.0
29132024-10-09T05:14:37.616Z[ host-package] Compiling cargo_metadata v0.18.1
29142024-10-09T05:14:37.957Z[ helios-setup] Oct 09 05:14:35.964 INFO E| Compiling pest v2.5.7
29152024-10-09T05:14:38.127Z[ host-package] Compiling env_logger v0.11.5
29162024-10-09T05:14:39.217Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29172024-10-09T05:14:39.900Z[ helios-setup] Oct 09 05:14:37.905 INFO E| Compiling deranged v0.3.11
29182024-10-09T05:14:40.454Z[ helios-setup] Oct 09 05:14:38.458 INFO E| Compiling tracing v0.1.37
29192024-10-09T05:14:40.758Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29202024-10-09T05:14:43.408Z[ helios-setup] Oct 09 05:14:41.409 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
29212024-10-09T05:14:43.675Z[ helios-setup] Oct 09 05:14:41.676 INFO E| Compiling time v0.1.45
29222024-10-09T05:14:44.096Z[ helios-setup] Oct 09 05:14:42.097 INFO E| Compiling crossbeam-epoch v0.9.13
29232024-10-09T05:14:44.768Z[ helios-setup] Oct 09 05:14:42.768 INFO E| Compiling iana-time-zone v0.1.56
29242024-10-09T05:14:45.037Z[ helios-setup] Oct 09 05:14:43.036 INFO E| Compiling num_threads v0.1.6
29252024-10-09T05:14:45.414Z[ helios-setup] Oct 09 05:14:43.413 INFO E| Compiling toml v0.5.11
29262024-10-09T05:14:45.865Z[ helios-setup] Oct 09 05:14:43.864 INFO E| Compiling serde_tokenstream v0.2.0
29272024-10-09T05:14:46.048Z[ helios-setup] Oct 09 05:14:44.047 INFO E| Compiling semver v1.0.17
29282024-10-09T05:14:46.649Z[ helios-setup] Oct 09 05:14:44.648 INFO E| Compiling smallvec v1.10.0
29292024-10-09T05:14:48.951Z[ helios-setup] Oct 09 05:14:46.947 INFO E| Compiling parking_lot v0.12.1
29302024-10-09T05:14:50.663Z[ host-package] Compiling p384 v0.13.0
29312024-10-09T05:14:51.327Z[ helios-setup] Oct 09 05:14:49.321 INFO E| Compiling time v0.3.36
29322024-10-09T05:14:53.299Z[ helios-setup] Oct 09 05:14:51.292 INFO E| Compiling semver-parser v0.10.2
29332024-10-09T05:14:55.479Z[ helios-setup] Oct 09 05:14:53.469 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29342024-10-09T05:14:56.685Z[ helios-setup] Oct 09 05:14:54.674 INFO E| Compiling url v2.3.1
29352024-10-09T05:15:00.098Z[ helios-setup] Oct 09 05:14:58.084 INFO E| Compiling crossbeam-channel v0.5.6
29362024-10-09T05:15:00.756Z[ helios-setup] Oct 09 05:14:58.741 INFO E| Compiling dirs-sys-next v0.1.2
29372024-10-09T05:15:03.056Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29382024-10-09T05:15:03.089Z[ helios-setup] Oct 09 05:15:01.072 INFO E| Compiling same-file v1.0.6
29392024-10-09T05:15:03.932Z[ helios-setup] Oct 09 05:15:01.914 INFO E| Compiling crc32fast v1.3.2
29402024-10-09T05:15:04.084Z[ helios-setup] Oct 09 05:15:02.066 INFO E| Compiling try-lock v0.2.4
29412024-10-09T05:15:04.822Z[ helios-setup] Oct 09 05:15:02.803 INFO E| Compiling want v0.3.0
29422024-10-09T05:15:05.415Z[ helios-setup] Oct 09 05:15:03.396 INFO E| Compiling walkdir v2.3.3
29432024-10-09T05:15:06.194Z[ helios-setup] Oct 09 05:15:04.174 INFO E| Compiling dirs-next v2.0.0
29442024-10-09T05:15:06.638Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29452024-10-09T05:15:06.982Z[ helios-setup] Oct 09 05:15:04.961 INFO E| Compiling tokio-util v0.7.7
29462024-10-09T05:15:09.415Z[ helios-setup] Oct 09 05:15:07.392 INFO E| Compiling h2 v0.3.16
29472024-10-09T05:15:09.745Z[ helios-setup] Oct 09 05:15:07.722 INFO E| Compiling semver v0.11.0
29482024-10-09T05:15:11.330Z[ helios-setup] Oct 09 05:15:09.306 INFO E| Compiling proc-macro-crate v1.2.1
29492024-10-09T05:15:13.120Z[ helios-setup] Oct 09 05:15:11.094 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29502024-10-09T05:15:13.292Z[ helios-setup] Oct 09 05:15:11.266 INFO E| Compiling futures-executor v0.3.28
29512024-10-09T05:15:14.329Z[ helios-setup] Oct 09 05:15:12.302 INFO E| Compiling http-body v0.4.5
29522024-10-09T05:15:15.562Z[ helios-setup] Oct 09 05:15:13.534 INFO E| Compiling ring v0.16.20
29532024-10-09T05:15:15.783Z[ helios-setup] Oct 09 05:15:13.754 INFO E| Compiling rand_core v0.6.4
29542024-10-09T05:15:17.092Z[ helios-setup] Oct 09 05:15:15.061 INFO E| Compiling thread_local v1.1.7
29552024-10-09T05:15:18.160Z[ helios-setup] Oct 09 05:15:16.129 INFO E| Compiling base64 v0.21.0
29562024-10-09T05:15:19.047Z[ helios-setup] Oct 09 05:15:17.015 INFO E| Compiling tower-service v0.3.2
29572024-10-09T05:15:19.276Z[ helios-setup] Oct 09 05:15:17.245 INFO E| Compiling home v0.5.4
29582024-10-09T05:15:20.008Z[ helios-setup] Oct 09 05:15:17.975 INFO E| Compiling ppv-lite86 v0.2.17
29592024-10-09T05:15:20.591Z[ helios-setup] Oct 09 05:15:18.558 INFO E| Compiling fastrand v1.9.0
29602024-10-09T05:15:21.624Z[ helios-setup] Oct 09 05:15:19.590 INFO E| Compiling lazy_static v1.4.0
29612024-10-09T05:15:21.832Z[ helios-setup] Oct 09 05:15:19.798 INFO E| Compiling rayon-core v1.10.2
29622024-10-09T05:15:22.211Z[ helios-setup] Oct 09 05:15:20.177 INFO E| Compiling httpdate v1.0.2
29632024-10-09T05:15:22.986Z[ helios-setup] Oct 09 05:15:20.951 INFO E| Compiling adler v1.0.2
29642024-10-09T05:15:23.351Z[ helios-setup] Oct 09 05:15:21.315 INFO E| Compiling utf8parse v0.2.1
29652024-10-09T05:15:23.637Z[ helios-setup] Oct 09 05:15:21.601 INFO E| Compiling anstyle-parse v0.1.1
29662024-10-09T05:15:23.795Z[ helios-setup] Oct 09 05:15:21.759 INFO E| Compiling miniz_oxide v0.6.2
29672024-10-09T05:15:24.381Z[ host-package] Compiling git2 v0.19.0
29682024-10-09T05:15:24.400Z[ helios-setup] Oct 09 05:15:22.354 INFO E| Compiling hyper v0.14.25
29692024-10-09T05:15:26.940Z[ helios-setup] Oct 09 05:15:24.901 INFO E| Compiling toolchain_find v0.2.0
29702024-10-09T05:15:27.017Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29712024-10-09T05:15:27.182Z[ helios-setup] Oct 09 05:15:25.143 INFO E| Compiling rand_chacha v0.3.1
29722024-10-09T05:15:28.128Z[ helios-setup] Oct 09 05:15:26.088 INFO E| Compiling tempfile v3.5.0
29732024-10-09T05:15:29.103Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29742024-10-09T05:15:29.485Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29752024-10-09T05:15:30.689Z[ helios-setup] Oct 09 05:15:28.647 INFO E| Compiling futures v0.3.28
29762024-10-09T05:15:33.036Z[ host-package] Compiling libsqlite3-sys v0.30.1
29772024-10-09T05:15:34.329Z[ host-package] Compiling lzma-sys v0.1.20
29782024-10-09T05:15:35.945Z[ host-package] Compiling cfg_aliases v0.2.1
29792024-10-09T05:15:36.201Z[ host-package] Compiling rustls v0.21.12
29802024-10-09T05:15:36.768Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29812024-10-09T05:15:40.646Z[ helios-setup] Oct 09 05:15:38.594 INFO E| Compiling num_enum_derive v0.5.7
29822024-10-09T05:15:41.472Z[ host-package] Compiling nix v0.29.0
29832024-10-09T05:15:43.551Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29842024-10-09T05:15:44.192Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29852024-10-09T05:15:44.602Z[ helios-setup] Oct 09 05:15:42.547 INFO E| Compiling cargo-lock v8.0.3
29862024-10-09T05:15:44.879Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29872024-10-09T05:15:45.728Z[ helios-setup] Oct 09 05:15:43.671 INFO E| Compiling crossbeam-deque v0.8.2
29882024-10-09T05:15:46.721Z[ helios-setup] Oct 09 05:15:44.664 INFO E| Compiling term v0.7.0
29892024-10-09T05:15:46.838Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29902024-10-09T05:15:46.873Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
29912024-10-09T05:15:47.722Z[ host-package] Compiling sct v0.7.1
29922024-10-09T05:15:48.359Z[ helios-setup] Oct 09 05:15:46.300 INFO E| Compiling serde_urlencoded v0.7.1
29932024-10-09T05:15:48.563Z[ host-package] Compiling rustls-webpki v0.101.7
29942024-10-09T05:15:48.903Z[ helios-setup] Oct 09 05:15:46.843 INFO E| Compiling sha1 v0.10.5
29952024-10-09T05:15:50.209Z[ helios-setup] Oct 09 05:15:48.148 INFO E| Compiling sha2 v0.10.6
29962024-10-09T05:15:50.832Z[ helios-setup] Oct 09 05:15:48.770 INFO E| Compiling is-terminal v0.4.7
29972024-10-09T05:15:51.213Z[ helios-setup] Oct 09 05:15:49.151 INFO E| Compiling atty v0.2.14
29982024-10-09T05:15:52.069Z[ helios-setup] Oct 09 05:15:50.006 INFO E| Compiling anstyle v0.3.5
29992024-10-09T05:15:52.856Z[ helios-setup] Oct 09 05:15:50.792 INFO E| Compiling concolor-override v1.0.0
30002024-10-09T05:15:53.285Z[ helios-setup] Oct 09 05:15:51.221 INFO E| Compiling concolor-query v0.3.3
30012024-10-09T05:15:53.675Z[ host-package] Compiling heck v0.3.3
30022024-10-09T05:15:53.791Z[ helios-setup] Oct 09 05:15:51.727 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
30032024-10-09T05:15:54.598Z[ host-package] Compiling castaway v0.2.3
30042024-10-09T05:15:55.158Z[ host-package] Compiling rand_seeder v0.3.0
30052024-10-09T05:15:55.250Z[ host-package] Compiling csv-core v0.1.11
30062024-10-09T05:15:56.171Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
30072024-10-09T05:15:56.305Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
30082024-10-09T05:15:57.162Z[ host-package] Compiling http-range v0.1.5
30092024-10-09T05:15:57.473Z[ host-package] Compiling csv v1.3.0
30102024-10-09T05:15:57.592Z[ helios-setup] Oct 09 05:15:55.525 INFO E| Compiling anstream v0.2.6
30112024-10-09T05:15:58.059Z[ helios-setup] Oct 09 05:15:55.991 INFO E| Compiling slog-term v2.9.0
30122024-10-09T05:15:58.482Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30132024-10-09T05:15:58.903Z[ helios-setup] Oct 09 05:15:56.835 INFO E| Compiling flate2 v1.0.25
30142024-10-09T05:16:00.458Z[ host-package] Compiling hyper-staticfile v0.10.1
30152024-10-09T05:16:00.458Z[ helios-setup] Oct 09 05:15:58.388 INFO E| Compiling num_enum v0.5.7
30162024-10-09T05:16:00.984Z[ helios-setup] Oct 09 05:15:58.914 INFO E| Compiling rustfmt-wrapper v0.2.0
30172024-10-09T05:16:01.142Z[ helios-setup] Oct 09 05:15:59.072 INFO E| Compiling rand v0.8.5
30182024-10-09T05:16:01.360Z[ helios-setup] Oct 09 05:15:59.289 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30192024-10-09T05:16:01.539Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30202024-10-09T05:16:01.740Z[ helios-setup] Oct 09 05:15:59.668 INFO E| Compiling openapiv3 v1.0.2
30212024-10-09T05:16:02.231Z[ host-package] Compiling compact_str v0.8.0
30222024-10-09T05:16:03.879Z[ helios-setup] Oct 09 05:16:01.806 INFO E| Compiling encoding_rs v0.8.32
30232024-10-09T05:16:05.358Z[ helios-setup] Oct 09 05:16:03.283 INFO E| Compiling ipnet v2.7.2
30242024-10-09T05:16:05.857Z[ host-package] Compiling zone_cfg_derive v0.1.2
30252024-10-09T05:16:08.879Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
30262024-10-09T05:16:11.004Z[ helios-setup] Oct 09 05:16:08.924 INFO E| Compiling clap_lex v0.4.1
30272024-10-09T05:16:11.130Z[ helios-setup] Oct 09 05:16:09.050 INFO E| Compiling byteorder v1.4.3
30282024-10-09T05:16:12.062Z[ helios-setup] Oct 09 05:16:09.982 INFO E| Compiling strsim v0.10.0
30292024-10-09T05:16:12.236Z[ helios-setup] Oct 09 05:16:10.155 INFO E| Compiling mime v0.3.17
30302024-10-09T05:16:12.600Z[ helios-setup] Oct 09 05:16:10.519 INFO E| Compiling untrusted v0.7.1
30312024-10-09T05:16:13.210Z[ helios-setup] Oct 09 05:16:11.128 INFO E| Compiling utf-8 v0.7.6
30322024-10-09T05:16:14.238Z[ helios-setup] Oct 09 05:16:12.154 INFO E| Compiling either v1.8.0
30332024-10-09T05:16:14.376Z[ helios-setup] Oct 09 05:16:12.293 INFO E| Compiling unsafe-libyaml v0.2.8
30342024-10-09T05:16:14.829Z[ helios-setup] Oct 09 05:16:12.746 INFO E| Compiling project-root v0.2.2
30352024-10-09T05:16:15.231Z[ helios-setup] Oct 09 05:16:13.147 INFO E| Compiling base64 v0.13.1
30362024-10-09T05:16:15.400Z[ helios-setup] Oct 09 05:16:13.316 INFO E| Compiling spin v0.5.2
30372024-10-09T05:16:15.769Z[ host-package] Compiling nix v0.27.1
30382024-10-09T05:16:15.993Z[ helios-setup] Oct 09 05:16:13.901 INFO E| Compiling rayon v1.6.1
30392024-10-09T05:16:16.094Z[ helios-setup] Oct 09 05:16:14.010 INFO E| Compiling reqwest v0.11.16
30402024-10-09T05:16:16.383Z[ helios-setup] Oct 09 05:16:14.299 INFO E| Compiling tungstenite v0.18.0
30412024-10-09T05:16:16.742Z[ helios-setup] Oct 09 05:16:14.656 INFO E| Compiling clap_builder v4.2.1
30422024-10-09T05:16:17.727Z[ helios-setup] Oct 09 05:16:15.641 INFO E| Compiling serde_yaml v0.9.21
30432024-10-09T05:16:21.646Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
30442024-10-09T05:16:22.544Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30452024-10-09T05:16:23.791Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
30462024-10-09T05:16:24.823Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30472024-10-09T05:16:25.235Z[ helios-setup] Oct 09 05:16:23.142 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30482024-10-09T05:16:26.212Z[ helios-setup] Oct 09 05:16:24.118 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
30492024-10-09T05:16:26.296Z[ helios-setup] Oct 09 05:16:24.202 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30502024-10-09T05:16:29.096Z[ helios-setup] Oct 09 05:16:26.975 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30512024-10-09T05:16:29.215Z[ helios-setup] Oct 09 05:16:27.119 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
30522024-10-09T05:16:30.976Z[ helios-setup] Oct 09 05:16:28.877 INFO E| Compiling clap_derive v4.2.0
30532024-10-09T05:16:32.816Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30542024-10-09T05:16:33.232Z[ helios-setup] Oct 09 05:16:31.132 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30552024-10-09T05:16:35.234Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30562024-10-09T05:16:36.255Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30572024-10-09T05:16:36.666Z[ helios-setup] Oct 09 05:16:34.562 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30582024-10-09T05:16:36.995Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30592024-10-09T05:16:37.682Z[ host-package] Compiling unicode-truncate v1.0.0
30602024-10-09T05:16:38.271Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30612024-10-09T05:16:38.680Z[ host-package] Compiling lru v0.12.3
30622024-10-09T05:16:39.401Z[ host-package] Compiling hashlink v0.9.1
30632024-10-09T05:16:39.652Z[ host-package] Compiling instability v0.3.2
30642024-10-09T05:16:39.706Z[ host-package] Compiling fallible-iterator v0.3.0
30652024-10-09T05:16:40.605Z[ helios-setup] Oct 09 05:16:38.498 INFO E| Compiling clap v4.2.1
30662024-10-09T05:16:41.396Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
30672024-10-09T05:16:41.491Z[ host-package] Compiling base64 v0.13.1
30682024-10-09T05:16:41.971Z[ host-package] Compiling cassowary v0.3.0
30692024-10-09T05:16:42.257Z[ host-package] Compiling rusqlite v0.32.1
30702024-10-09T05:16:42.961Z[ host-package] Compiling ron v0.7.1
30712024-10-09T05:16:49.111Z[ host-package] Compiling ratatui v0.28.0
30722024-10-09T05:16:51.550Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30732024-10-09T05:16:53.746Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30742024-10-09T05:16:58.690Z[ helios-setup] Oct 09 05:16:56.566 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30752024-10-09T05:17:00.924Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30762024-10-09T05:17:01.986Z[ helios-setup] Oct 09 05:16:59.859 INFO E| Compiling tokio-tungstenite v0.18.0
30772024-10-09T05:17:03.323Z[ helios-setup] Oct 09 05:17:01.195 INFO E| Compiling smartstring v1.0.1
30782024-10-09T05:17:04.656Z[ helios-setup] Oct 09 05:17:02.526 INFO E| Compiling rustls v0.21.0
30792024-10-09T05:17:06.838Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30802024-10-09T05:17:06.858Z[ helios-setup] Oct 09 05:17:04.709 INFO E| Compiling toml_datetime v0.6.1
30812024-10-09T05:17:08.450Z[ helios-setup] Oct 09 05:17:06.316 INFO E| Compiling serde_spanned v0.6.1
30822024-10-09T05:17:09.093Z[ helios-setup] Oct 09 05:17:06.959 INFO E| Compiling paste v1.0.12
30832024-10-09T05:17:09.515Z[ helios-setup] Oct 09 05:17:07.381 INFO E| Compiling static_assertions v1.1.0
30842024-10-09T05:17:09.703Z[ helios-setup] Oct 09 05:17:07.568 INFO E| Compiling match_cfg v0.1.0
30852024-10-09T05:17:10.233Z[ helios-setup] Oct 09 05:17:08.097 INFO E| Compiling winnow v0.4.1
30862024-10-09T05:17:10.329Z[ helios-setup] Oct 09 05:17:08.194 INFO E| Compiling camino v1.1.4
30872024-10-09T05:17:11.393Z[ helios-setup] Oct 09 05:17:09.257 INFO E| Compiling async-trait v0.1.68
30882024-10-09T05:17:11.999Z[ helios-setup] Oct 09 05:17:09.863 INFO E| Compiling slog-async v2.7.0
30892024-10-09T05:17:13.258Z[ helios-setup] Oct 09 05:17:11.120 INFO E| Compiling hostname v0.3.1
30902024-10-09T05:17:14.104Z[ helios-setup] Oct 09 05:17:11.966 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
30912024-10-09T05:17:14.946Z[ helios-setup] Oct 09 05:17:12.807 INFO E| Compiling slog-json v2.6.1
30922024-10-09T05:17:16.302Z[ helios-setup] Oct 09 05:17:14.162 INFO E| Compiling unicode-linebreak v0.1.4
30932024-10-09T05:17:17.777Z[ host-package] Compiling xz2 v0.1.7
30942024-10-09T05:17:18.071Z[ helios-setup] Oct 09 05:17:15.929 INFO E| Compiling toml_edit v0.19.8
30952024-10-09T05:17:19.303Z[ host-package] Compiling tokio-rustls v0.24.1
30962024-10-09T05:17:20.305Z[ helios-setup] Oct 09 05:17:18.161 INFO E| Compiling async-stream-impl v0.3.5
30972024-10-09T05:17:20.447Z[ host-package] Compiling zone v0.1.8
30982024-10-09T05:17:21.454Z[ helios-setup] Oct 09 05:17:19.309 INFO E| Compiling rhai_codegen v1.5.0
30992024-10-09T05:17:23.580Z[ helios-setup] Oct 09 05:17:21.432 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31002024-10-09T05:17:23.709Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31012024-10-09T05:17:24.858Z[ helios-setup] Oct 09 05:17:22.710 INFO E| Compiling take_mut v0.2.2
31022024-10-09T05:17:26.109Z[ helios-setup] Oct 09 05:17:23.959 INFO E| Compiling toml v0.7.3
31032024-10-09T05:17:26.626Z[ helios-setup] Oct 09 05:17:24.476 INFO E| Compiling rhai v1.14.0
31042024-10-09T05:17:28.807Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31052024-10-09T05:17:30.107Z[ helios-setup] Oct 09 05:17:27.953 INFO E| Compiling async-stream v0.3.5
31062024-10-09T05:17:31.366Z[ helios-setup] Oct 09 05:17:29.212 INFO E| Compiling slog-bunyan v2.4.0
31072024-10-09T05:17:34.456Z[ helios-setup] Oct 09 05:17:32.299 INFO E| Compiling rustls-pemfile v1.0.2
31082024-10-09T05:17:35.666Z[ helios-setup] Oct 09 05:17:33.508 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31092024-10-09T05:17:36.343Z[ helios-setup] Oct 09 05:17:34.184 INFO E| Compiling bincode v1.3.3
31102024-10-09T05:17:36.999Z[ helios-setup] Oct 09 05:17:34.839 INFO E| Compiling serde_path_to_error v0.1.11
31112024-10-09T05:17:39.023Z[ helios-setup] Oct 09 05:17:36.860 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
31122024-10-09T05:17:39.088Z[ host-package] Compiling clickhouse-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-client)
31132024-10-09T05:17:39.391Z[ helios-setup] Oct 09 05:17:37.229 INFO E| Compiling terminal_size v0.2.6
31142024-10-09T05:17:39.547Z[ helios-setup] Oct 09 05:17:37.385 INFO E| Compiling smawk v0.3.1
31152024-10-09T05:17:40.339Z[ helios-setup] Oct 09 05:17:38.177 INFO E| Compiling textwrap v0.16.0
31162024-10-09T05:17:45.410Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31172024-10-09T05:17:45.589Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31182024-10-09T05:17:46.998Z[ helios-setup] Oct 09 05:17:44.829 INFO E| Compiling sct v0.7.0
31192024-10-09T05:17:48.139Z[ helios-setup] Oct 09 05:17:45.969 INFO E| Compiling rustls-webpki v0.100.1
31202024-10-09T05:17:52.961Z[ host-package] Compiling rustls-pemfile v1.0.4
31212024-10-09T05:17:54.851Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31222024-10-09T05:17:56.008Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31232024-10-09T05:17:56.563Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31242024-10-09T05:17:57.328Z[ host-package] Compiling signal-hook-tokio v0.3.1
31252024-10-09T05:17:57.770Z[ host-package] Compiling twox-hash v1.6.3
31262024-10-09T05:17:58.773Z[ helios-setup] Oct 09 05:17:56.593 INFO E| Compiling tokio-rustls v0.24.0
31272024-10-09T05:17:59.419Z[ host-package] Compiling yasna v0.5.2
31282024-10-09T05:17:59.476Z[ helios-setup] Oct 09 05:17:57.296 INFO E| Compiling git2 v0.16.1
31292024-10-09T05:18:04.732Z[ host-package] Compiling smawk v0.3.2
31302024-10-09T05:18:05.034Z[ host-package] Compiling is_ci v1.2.0
31312024-10-09T05:18:05.288Z[ host-package] Compiling unicode-linebreak v0.1.5
31322024-10-09T05:18:05.410Z[ host-package] Compiling supports-color v3.0.1
31332024-10-09T05:18:05.678Z[ host-package] Compiling rcgen v0.12.1
31342024-10-09T05:18:06.341Z[ host-package] Compiling textwrap v0.16.1
31352024-10-09T05:18:06.457Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
31362024-10-09T05:18:11.302Z[ helios-setup] Oct 09 05:18:09.110 INFO E| Compiling built v0.6.0
31372024-10-09T05:18:13.428Z[ helios-setup] Oct 09 05:18:11.234 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31382024-10-09T05:18:15.262Z[ helios-setup] Oct 09 05:18:13.067 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
31392024-10-09T05:18:16.402Z[ helios-setup] Oct 09 05:18:14.206 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
31402024-10-09T05:18:22.559Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31412024-10-09T05:18:23.870Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31422024-10-09T05:18:26.255Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31432024-10-09T05:18:30.590Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31442024-10-09T05:18:33.112Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31452024-10-09T05:18:38.361Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31462024-10-09T05:18:39.057Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31472024-10-09T05:18:40.925Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31482024-10-09T05:18:41.358Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31492024-10-09T05:18:44.089Z[ helios-setup] Oct 09 05:18:41.867 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
31502024-10-09T05:18:46.379Z[ helios-setup] Oct 09 05:18:44.155 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
31512024-10-09T05:18:50.005Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31522024-10-09T05:18:51.292Z[ host-package] Compiling fatfs v0.3.6
31532024-10-09T05:18:57.304Z[ host-package] Compiling subprocess v0.2.9
31542024-10-09T05:19:05.640Z[ host-package] Compiling rtoolbox v0.0.2
31552024-10-09T05:19:06.708Z[ host-package] Compiling assert_matches v1.5.0
31562024-10-09T05:19:07.314Z[ host-package] Compiling rpassword v7.3.1
31572024-10-09T05:19:08.528Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31582024-10-09T05:19:08.843Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31592024-10-09T05:19:22.514Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31602024-10-09T05:19:22.583Z[ host-package] Compiling tui-tree-widget v0.22.0
31612024-10-09T05:19:23.520Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31622024-10-09T05:19:31.628Z[ helios-setup] Oct 09 05:19:29.362 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31632024-10-09T05:19:32.060Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31642024-10-09T05:19:46.899Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31652024-10-09T05:19:47.419Z[ host-package] Compiling uzers v0.11.3
31662024-10-09T05:19:49.273Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31672024-10-09T05:19:49.405Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31682024-10-09T05:19:50.872Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31692024-10-09T05:20:35.836Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31702024-10-09T05:20:36.763Z[ helios-setup] Oct 09 05:20:34.436 INFO E| Finished `release` profile [optimized] target(s) in 6m 54s
31712024-10-09T05:20:36.902Z[ helios-setup] Oct 09 05:20:34.574 INFO building project "pilot" ok (414 seconds)
31722024-10-09T05:20:36.902Z[ helios-setup] Oct 09 05:20:34.575 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
31732024-10-09T05:20:36.905Z[ helios-setup] Oct 09 05:20:34.575 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
31742024-10-09T05:20:37.243Z[ helios-setup] Oct 09 05:20:34.916 INFO E| Downloading crates ...
31752024-10-09T05:20:37.441Z[ helios-setup] Oct 09 05:20:35.114 INFO E| Downloaded typenum v1.15.0
31762024-10-09T05:20:37.451Z[ helios-setup] Oct 09 05:20:35.124 INFO E| Downloaded sha2 v0.10.5
31772024-10-09T05:20:37.454Z[ helios-setup] Oct 09 05:20:35.128 INFO E| Downloaded digest v0.10.3
31782024-10-09T05:20:37.468Z[ helios-setup] Oct 09 05:20:35.141 INFO E| Downloaded bytes v1.2.1
31792024-10-09T05:20:37.474Z[ helios-setup] Oct 09 05:20:35.147 INFO E| Downloaded anyhow v1.0.62
31802024-10-09T05:20:37.573Z[ helios-setup] Oct 09 05:20:35.246 INFO E| Compiling typenum v1.15.0
31812024-10-09T05:20:37.573Z[ helios-setup] Oct 09 05:20:35.246 INFO E| Compiling version_check v0.9.4
31822024-10-09T05:20:37.576Z[ helios-setup] Oct 09 05:20:35.246 INFO E| Compiling crc32fast v1.3.2
31832024-10-09T05:20:37.576Z[ helios-setup] Oct 09 05:20:35.246 INFO E| Compiling cfg-if v1.0.0
31842024-10-09T05:20:37.576Z[ helios-setup] Oct 09 05:20:35.246 INFO E| Compiling adler v1.0.2
31852024-10-09T05:20:37.576Z[ helios-setup] Oct 09 05:20:35.246 INFO E| Compiling anyhow v1.0.62
31862024-10-09T05:20:37.576Z[ helios-setup] Oct 09 05:20:35.246 INFO E| Compiling unicode-width v0.1.10
31872024-10-09T05:20:37.576Z[ helios-setup] Oct 09 05:20:35.246 INFO E| Compiling cpufeatures v0.2.5
31882024-10-09T05:20:37.788Z[ helios-setup] Oct 09 05:20:35.460 INFO E| Compiling getopts v0.2.21
31892024-10-09T05:20:38.000Z[ helios-setup] Oct 09 05:20:35.673 INFO E| Compiling miniz_oxide v0.6.2
31902024-10-09T05:20:38.102Z[ helios-setup] Oct 09 05:20:35.774 INFO E| Compiling bytes v1.2.1
31912024-10-09T05:20:38.220Z[ helios-setup] Oct 09 05:20:35.876 INFO E| Compiling bitflags v1.3.2
31922024-10-09T05:20:38.761Z[ helios-setup] Oct 09 05:20:36.432 INFO E| Compiling generic-array v0.14.6
31932024-10-09T05:20:39.580Z[ helios-setup] Oct 09 05:20:37.251 INFO E| Compiling flate2 v1.0.25
31942024-10-09T05:20:43.473Z[ helios-setup] Oct 09 05:20:41.141 INFO E| Compiling crypto-common v0.1.6
31952024-10-09T05:20:43.473Z[ helios-setup] Oct 09 05:20:41.141 INFO E| Compiling block-buffer v0.10.3
31962024-10-09T05:20:43.723Z[ helios-setup] Oct 09 05:20:41.390 INFO E| Compiling digest v0.10.3
31972024-10-09T05:20:44.125Z[ helios-setup] Oct 09 05:20:41.791 INFO E| Compiling sha2 v0.10.5
31982024-10-09T05:20:44.610Z[ helios-setup] Oct 09 05:20:42.276 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
31992024-10-09T05:20:50.726Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32002024-10-09T05:20:50.796Z[ helios-setup] Oct 09 05:20:48.456 INFO E| Finished `release` profile [optimized] target(s) in 13.78s
32012024-10-09T05:20:50.812Z[ helios-setup] Oct 09 05:20:48.472 INFO building project "bootserver" ok (13 seconds)
32022024-10-09T05:20:50.812Z[ helios-setup] Oct 09 05:20:48.472 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
32032024-10-09T05:20:50.812Z[ helios-setup] Oct 09 05:20:48.472 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
32042024-10-09T05:20:51.150Z[ helios-setup] Oct 09 05:20:48.811 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
32052024-10-09T05:20:51.666Z[ helios-setup] Oct 09 05:20:49.325 INFO E| From https://github.com/jclulow/rust-jmclib
32062024-10-09T05:20:51.666Z[ helios-setup] Oct 09 05:20:49.325 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
32072024-10-09T05:20:51.688Z[ helios-setup] Oct 09 05:20:49.348 INFO E| Updating crates.io index
32082024-10-09T05:20:51.817Z[ helios-setup] Oct 09 05:20:49.477 INFO E| Downloading crates ...
32092024-10-09T05:20:51.929Z[ helios-setup] Oct 09 05:20:49.589 INFO E| Downloaded sha-1 v0.9.8
32102024-10-09T05:20:51.933Z[ helios-setup] Oct 09 05:20:49.592 INFO E| Downloaded serde v1.0.193
32112024-10-09T05:20:51.938Z[ helios-setup] Oct 09 05:20:49.598 INFO E| Downloaded once_cell v1.18.0
32122024-10-09T05:20:51.942Z[ helios-setup] Oct 09 05:20:49.602 INFO E| Downloaded quote v1.0.31
32132024-10-09T05:20:51.946Z[ helios-setup] Oct 09 05:20:49.606 INFO E| Downloaded uuid v0.8.2
32142024-10-09T05:20:51.951Z[ helios-setup] Oct 09 05:20:49.611 INFO E| Downloaded fastrand v2.0.0
32152024-10-09T05:20:51.954Z[ helios-setup] Oct 09 05:20:49.613 INFO E| Downloaded tempfile v3.7.0
32162024-10-09T05:20:51.958Z[ helios-setup] Oct 09 05:20:49.617 INFO E| Downloaded anyhow v1.0.72
32172024-10-09T05:20:51.964Z[ helios-setup] Oct 09 05:20:49.623 INFO E| Downloaded unicode-ident v1.0.11
32182024-10-09T05:20:51.967Z[ helios-setup] Oct 09 05:20:49.627 INFO E| Downloaded serde_derive v1.0.193
32192024-10-09T05:20:51.972Z[ helios-setup] Oct 09 05:20:49.632 INFO E| Downloaded proc-macro2 v1.0.66
32202024-10-09T05:20:51.976Z[ helios-setup] Oct 09 05:20:49.636 INFO E| Downloaded bitflags v2.3.3
32212024-10-09T05:20:51.980Z[ helios-setup] Oct 09 05:20:49.639 INFO E| Downloaded md-5 v0.9.1
32222024-10-09T05:20:51.983Z[ helios-setup] Oct 09 05:20:49.642 INFO E| Downloaded getrandom v0.2.10
32232024-10-09T05:20:51.987Z[ helios-setup] Oct 09 05:20:49.647 INFO E| Downloaded cpufeatures v0.2.9
32242024-10-09T05:20:51.989Z[ helios-setup] Oct 09 05:20:49.648 INFO E| Downloaded serde_json v1.0.103
32252024-10-09T05:20:52.003Z[ helios-setup] Oct 09 05:20:49.659 INFO E| Downloaded libdevinfo-sys v1.0.0
32262024-10-09T05:20:52.006Z[ helios-setup] Oct 09 05:20:49.661 INFO E| Downloaded syn v2.0.32
32272024-10-09T05:20:52.017Z[ helios-setup] Oct 09 05:20:49.677 INFO E| Downloaded digest v0.9.0
32282024-10-09T05:20:52.020Z[ helios-setup] Oct 09 05:20:49.680 INFO E| Downloaded rustix v0.38.4
32292024-10-09T05:20:52.076Z[ helios-setup] Oct 09 05:20:49.736 INFO E| Downloaded block-buffer v0.9.0
32302024-10-09T05:20:52.079Z[ helios-setup] Oct 09 05:20:49.737 INFO E| Downloaded libc v0.2.147
32312024-10-09T05:20:52.340Z[ helios-setup] Oct 09 05:20:49.999 INFO E| Compiling libc v0.2.147
32322024-10-09T05:20:52.401Z[ helios-setup] Oct 09 05:20:50.060 INFO E| Compiling proc-macro2 v1.0.66
32332024-10-09T05:20:52.403Z[ helios-setup] Oct 09 05:20:50.060 INFO E| Compiling cfg-if v1.0.0
32342024-10-09T05:20:52.404Z[ helios-setup] Oct 09 05:20:50.060 INFO E| Compiling unicode-ident v1.0.11
32352024-10-09T05:20:52.404Z[ helios-setup] Oct 09 05:20:50.060 INFO E| Compiling typenum v1.16.0
32362024-10-09T05:20:52.404Z[ helios-setup] Oct 09 05:20:50.060 INFO E| Compiling version_check v0.9.4
32372024-10-09T05:20:52.404Z[ helios-setup] Oct 09 05:20:50.061 INFO E| Compiling serde v1.0.193
32382024-10-09T05:20:52.405Z[ helios-setup] Oct 09 05:20:50.061 INFO E| Compiling time-core v0.1.2
32392024-10-09T05:20:52.598Z[ helios-setup] Oct 09 05:20:50.257 INFO E| Compiling itoa v1.0.9
32402024-10-09T05:20:52.930Z[ helios-setup] Oct 09 05:20:50.588 INFO E| Compiling slog v2.7.0
32412024-10-09T05:20:53.017Z[ helios-setup] Oct 09 05:20:50.675 INFO E| Compiling powerfmt v0.2.0
32422024-10-09T05:20:53.017Z[ helios-setup] Oct 09 05:20:50.675 INFO E| Compiling num-conv v0.1.0
32432024-10-09T05:20:53.581Z[ helios-setup] Oct 09 05:20:51.238 INFO E| Compiling rustix v0.38.4
32442024-10-09T05:20:53.599Z[ helios-setup] Oct 09 05:20:51.257 INFO E| Compiling time-macros v0.2.18
32452024-10-09T05:20:53.809Z[ helios-setup] Oct 09 05:20:51.467 INFO E| Compiling generic-array v0.14.7
32462024-10-09T05:20:53.840Z[ helios-setup] Oct 09 05:20:51.497 INFO E| Compiling deranged v0.3.11
32472024-10-09T05:20:54.245Z[ helios-setup] Oct 09 05:20:51.902 INFO E| Compiling once_cell v1.18.0
32482024-10-09T05:20:54.608Z[ helios-setup] Oct 09 05:20:52.265 INFO E| Compiling num_threads v0.1.6
32492024-10-09T05:20:54.759Z[ helios-setup] Oct 09 05:20:52.416 INFO E| Compiling bitflags v2.3.3
32502024-10-09T05:20:54.789Z[ helios-setup] Oct 09 05:20:52.446 INFO E| Compiling thread_local v1.1.7
32512024-10-09T05:20:55.430Z[ helios-setup] Oct 09 05:20:53.086 INFO E| Compiling anyhow v1.0.72
32522024-10-09T05:20:55.946Z[ helios-setup] Oct 09 05:20:53.601 INFO E| Compiling quote v1.0.31
32532024-10-09T05:20:57.096Z[ helios-setup] Oct 09 05:20:54.750 INFO E| Compiling syn v2.0.32
32542024-10-09T05:20:57.164Z[ helios-setup] Oct 09 05:20:54.819 INFO E| Compiling dirs-sys-next v0.1.2
32552024-10-09T05:20:57.304Z[ helios-setup] Oct 09 05:20:54.958 INFO E| Compiling errno v0.3.1
32562024-10-09T05:20:57.577Z[ helios-setup] Oct 09 05:20:55.231 INFO E| Compiling dirs-next v2.0.0
32572024-10-09T05:20:57.684Z[ helios-setup] Oct 09 05:20:55.338 INFO E| Compiling atty v0.2.14
32582024-10-09T05:20:57.861Z[ helios-setup] Oct 09 05:20:55.515 INFO E| Compiling term v0.7.0
32592024-10-09T05:20:57.916Z[ helios-setup] Oct 09 05:20:55.570 INFO E| Compiling fastrand v2.0.0
32602024-10-09T05:20:57.944Z[ helios-setup] Oct 09 05:20:55.598 INFO E| Compiling serde_json v1.0.103
32612024-10-09T05:20:58.553Z[ helios-setup] Oct 09 05:20:56.206 INFO E| Compiling opaque-debug v0.3.0
32622024-10-09T05:20:59.075Z[ helios-setup] Oct 09 05:20:56.728 INFO E| Compiling block-buffer v0.9.0
32632024-10-09T05:20:59.289Z[ helios-setup] Oct 09 05:20:56.942 INFO E| Compiling time v0.3.36
32642024-10-09T05:20:59.313Z[ helios-setup] Oct 09 05:20:56.966 INFO E| Compiling digest v0.9.0
32652024-10-09T05:20:59.379Z[ helios-setup] Oct 09 05:20:57.032 INFO E| Compiling getrandom v0.2.10
32662024-10-09T05:20:59.410Z[ helios-setup] Oct 09 05:20:57.063 INFO E| Compiling unicode-width v0.1.10
32672024-10-09T05:20:59.421Z[ helios-setup] Oct 09 05:20:57.074 INFO E| Compiling same-file v1.0.6
32682024-10-09T05:20:59.723Z[ helios-setup] Oct 09 05:20:57.376 INFO E| Compiling ryu v1.0.15
32692024-10-09T05:20:59.747Z[ helios-setup] Oct 09 05:20:57.399 INFO E| Compiling cpufeatures v0.2.9
32702024-10-09T05:20:59.847Z[ helios-setup] Oct 09 05:20:57.500 INFO E| Compiling sha-1 v0.9.8
32712024-10-09T05:21:00.172Z[ helios-setup] Oct 09 05:20:57.823 INFO E| Compiling walkdir v2.3.3
32722024-10-09T05:21:00.273Z[ helios-setup] Oct 09 05:20:57.925 INFO E| Compiling md-5 v0.9.1
32732024-10-09T05:21:00.523Z[ helios-setup] Oct 09 05:20:58.174 INFO E| Compiling getopts v0.2.21
32742024-10-09T05:21:00.962Z[ helios-setup] Oct 09 05:20:58.613 INFO E| Compiling tempfile v3.7.0
32752024-10-09T05:21:01.508Z[ helios-setup] Oct 09 05:20:59.159 INFO E| Compiling glob v0.3.1
32762024-10-09T05:21:02.151Z[ helios-setup] Oct 09 05:20:59.801 INFO E| Compiling libdevinfo-sys v1.0.0
32772024-10-09T05:21:02.747Z[ host-package] Compiling multimap v0.10.0
32782024-10-09T05:21:03.414Z[ helios-setup] Oct 09 05:21:01.063 INFO E| Compiling slog-term v2.9.0
32792024-10-09T05:21:06.015Z[ helios-setup] Oct 09 05:21:03.661 INFO E| Compiling serde_derive v1.0.193
32802024-10-09T05:21:23.622Z[ helios-setup] Oct 09 05:21:21.252 INFO E| Compiling toml v0.5.11
32812024-10-09T05:21:23.624Z[ helios-setup] Oct 09 05:21:21.252 INFO E| Compiling uuid v0.8.2
32822024-10-09T05:21:25.908Z[ helios-setup] Oct 09 05:21:23.536 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
32832024-10-09T05:21:30.536Z[ helios-setup] Oct 09 05:21:28.160 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
32842024-10-09T05:21:45.993Z[ helios-setup] Oct 09 05:21:43.603 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.02s
32852024-10-09T05:21:46.027Z[ helios-setup] Oct 09 05:21:43.637 INFO building project "image-builder" ok (55 seconds)
32862024-10-09T05:21:46.030Z[ helios-setup] rm -f helios-build
32872024-10-09T05:21:46.032Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
32882024-10-09T05:21:46.035Z[ helios-setup]
32892024-10-09T05:21:46.038Z[ helios-setup] Setup complete! ./helios-build is now available.
32902024-10-09T05:21:46.038Z[ helios-setup]
32912024-10-09T05:21:46.041Z[ helios-setup]
32922024-10-09T05:21:46.041Z[ helios-setup] real 12:07.773561480
32932024-10-09T05:21:46.041Z[ helios-setup] user 28:50.156643141
32942024-10-09T05:21:46.041Z[ helios-setup] sys 3:34.661780392
32952024-10-09T05:21:46.041Z[ helios-setup] trap 1.761703701
32962024-10-09T05:21:46.041Z[ helios-setup] tflt 7.398266448
32972024-10-09T05:21:46.041Z[ helios-setup] dflt 35.235835622
32982024-10-09T05:21:46.041Z[ helios-setup] kflt 0.048044515
32992024-10-09T05:21:46.041Z[ helios-setup] lock 2:04:50.574009950
33002024-10-09T05:21:46.041Z[ helios-setup] slp 3:44:26.526089332
33012024-10-09T05:21:46.041Z[ helios-setup] lat 33:07.945773070
33022024-10-09T05:21:46.041Z[ helios-setup] stop 4:34.602871590
33032024-10-09T05:21:46.041ZOct 09 05:21:43.650 INFO [helios-setup] process exited with exit status: 0 (727.779614171s)
33042024-10-09T05:21:46.041ZOct 09 05:21:43.650 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
33052024-10-09T05:21:46.065Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos'
33062024-10-09T05:21:46.298Z[ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18)
33072024-10-09T05:21:46.301Z[ phbl-toolchain] info: downloading component 'cargo'
33082024-10-09T05:21:47.379Z[ phbl-toolchain] info: downloading component 'clippy'
33092024-10-09T05:21:47.714Z[ phbl-toolchain] info: downloading component 'llvm-tools'
33102024-10-09T05:21:52.573Z[ phbl-toolchain] info: downloading component 'miri'
33112024-10-09T05:21:52.720Z[ phbl-toolchain] info: downloading component 'rust-docs'
33122024-10-09T05:21:54.246Z[ phbl-toolchain] info: downloading component 'rust-src'
33132024-10-09T05:21:54.555Z[ phbl-toolchain] info: downloading component 'rust-std'
33142024-10-09T05:21:56.231Z[ phbl-toolchain] info: downloading component 'rustc'
33152024-10-09T05:22:04.187Z[ phbl-toolchain] info: downloading component 'rustfmt'
33162024-10-09T05:22:04.694Z[ phbl-toolchain] info: installing component 'cargo'
33172024-10-09T05:22:06.098Z[ phbl-toolchain] info: installing component 'clippy'
33182024-10-09T05:22:06.671Z[ phbl-toolchain] info: installing component 'llvm-tools'
33192024-10-09T05:22:12.359Z[ phbl-toolchain] info: installing component 'miri'
33202024-10-09T05:22:12.777Z[ phbl-toolchain] info: installing component 'rust-docs'
33212024-10-09T05:22:20.715Z[ phbl-toolchain] info: installing component 'rust-src'
33222024-10-09T05:22:24.129Z[ phbl-toolchain] info: installing component 'rust-std'
33232024-10-09T05:22:24.133Z[ phbl-toolchain] info: installing component 'rustc'
33242024-10-09T05:22:33.401Z[ phbl-toolchain] info: installing component 'rustfmt'
33252024-10-09T05:22:34.378Z[ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15)
33262024-10-09T05:22:34.380ZOct 09 05:22:32.317 INFO [phbl-toolchain] process exited with exit status: 0 (48.295054225s)
33272024-10-09T05:23:10.640Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
33282024-10-09T05:23:35.439Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33292024-10-09T05:29:53.404Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 29s
33302024-10-09T05:30:53.611ZOct 09 05:30:52.712 INFO [host-package] process exited with exit status: 0 (1229.405813654s)
33312024-10-09T05:30:53.616ZOct 09 05:30:52.712 INFO [host-stamp] running task
33322024-10-09T05:30:53.616ZOct 09 05:30:52.712 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
33332024-10-09T05:30:53.619ZOct 09 05:30:52.721 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 11.0.0-0.ci+git6610880affd
33342024-10-09T05:30:53.626ZOct 09 05:30:52.727 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 11.0.0-0.ci+git6610880affd
33352024-10-09T05:30:53.630Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
33362024-10-09T05:30:53.633ZOct 09 05:30:52.734 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 11.0.0-0.ci+git6610880affd
33372024-10-09T05:30:53.638Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
33382024-10-09T05:30:53.641ZOct 09 05:30:52.742 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 11.0.0-0.ci+git6610880affd
33392024-10-09T05:30:53.648Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
33402024-10-09T05:30:53.651Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
33412024-10-09T05:30:53.651Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33422024-10-09T05:30:53.651ZOct 09 05:30:52.752 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 11.0.0-0.ci+git6610880affd
33432024-10-09T05:30:53.659ZOct 09 05:30:52.761 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 11.0.0-0.ci+git6610880affd
33442024-10-09T05:30:53.665Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
33452024-10-09T05:30:53.665Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
33462024-10-09T05:30:53.669Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
33472024-10-09T05:30:53.671ZOct 09 05:30:52.771 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 11.0.0-0.ci+git6610880affd
33482024-10-09T05:30:53.684ZOct 09 05:30:52.784[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33492024-10-09T05:30:53.684Z INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 11.0.0-0.ci+git6610880affd
33502024-10-09T05:30:53.700Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
33512024-10-09T05:30:53.700ZOct 09 05:30:52.801 INFO [stamp-oxlog] process exited with exit status: 0 (80.158319ms)
33522024-10-09T05:30:53.700ZOct 09 05:30:52.801 INFO [stamp-overlay] process exited with exit status: 0 (59.002115ms)
33532024-10-09T05:30:53.712Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
33542024-10-09T05:30:53.715Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
33552024-10-09T05:30:53.719ZOct 09 05:30:52.820 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (36.116648ms)
33562024-10-09T05:30:53.789Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
33572024-10-09T05:30:53.792ZOct 09 05:30:52.894 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (133.210349ms)
33582024-10-09T05:30:53.858Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
33592024-10-09T05:30:53.861ZOct 09 05:30:52.962 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (228.322597ms)
33602024-10-09T05:30:54.001Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
33612024-10-09T05:30:54.004ZOct 09 05:30:53.105 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (352.357807ms)
33622024-10-09T05:30:54.802Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
33632024-10-09T05:30:54.805ZOct 09 05:30:53.905 INFO [stamp-propolis-server] process exited with exit status: 0 (1.134013989s)
33642024-10-09T05:30:54.942Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33652024-10-09T05:30:57.356Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33662024-10-09T05:31:03.833Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
33672024-10-09T05:31:03.836ZOct 09 05:31:02.928 INFO [stamp-switch-asic] process exited with exit status: 0 (10.20111004s)
33682024-10-09T05:31:03.839ZOct 09 05:31:02.928 INFO [host-stamp] task succeeded (10.216706717s)
33692024-10-09T05:31:03.839ZOct 09 05:31:02.929 INFO [host-proto] running task
33702024-10-09T05:31:04.212ZOct 09 05:31:03.304 INFO [host-proto] task succeeded (375.217638ms)
33712024-10-09T05:31:04.213ZOct 09 05:31:03.304 INFO [host-profile] running task
33722024-10-09T05:31:04.217ZOct 09 05:31:03.304 INFO [host-profile] task succeeded (271.094µs)
33732024-10-09T05:31:04.217ZOct 09 05:31:03.304 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/.tmpnRxr7e/proto/host/root -N 'ci 6610880/${os_short_commit} 2024-10-09 05:09' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33742024-10-09T05:31:04.230Z[ host-image] Oct 09 05:31:03.322 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33752024-10-09T05:31:04.230Z[ host-image] Oct 09 05:31:03.322 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33762024-10-09T05:31:04.244Z[ host-image] Oct 09 05:31:03.336 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpnRxr7e/proto/host/root"
33772024-10-09T05:31:04.245Z[ host-image] Oct 09 05:31:03.336 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33782024-10-09T05:31:04.248Z[ host-image] Oct 09 05:31:03.336 INFO image builder template: ramdisk-01-os...
33792024-10-09T05:31:04.248Z[ host-image] Oct 09 05:31:03.336 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/.tmpnRxr7e/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
33802024-10-09T05:31:04.264Z[ host-image] Oct 09 05:31:03.356 INFO O| Oct 09 05:31:03.355 INFO CREATE DATASET: rpool/images/build/host/output
33812024-10-09T05:31:04.429Z[ host-image] Oct 09 05:31:03.520 INFO O| Oct 09 05:31:03.520 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33822024-10-09T05:31:04.434Z[ host-image] Oct 09 05:31:03.525 INFO O| Oct 09 05:31:03.525 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33832024-10-09T05:31:04.617Z[ host-image] Oct 09 05:31:03.707 INFO O| Oct 09 05:31:03.707 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
33842024-10-09T05:31:04.685Z[ host-image] Oct 09 05:31:03.776 INFO O| Oct 09 05:31:03.776 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33852024-10-09T05:31:04.685Z[ host-image] Oct 09 05:31:03.776 INFO O| Oct 09 05:31:03.776 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
33862024-10-09T05:31:04.689Z[ host-image] Oct 09 05:31:03.777 INFO O| Oct 09 05:31:03.776 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
33872024-10-09T05:31:04.689Z[ host-image] Oct 09 05:31:03.777 INFO O| Oct 09 05:31:03.776 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
33882024-10-09T05:31:04.693Z[ host-image] Oct 09 05:31:03.785 INFO O| Oct 09 05:31:03.784 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
33892024-10-09T05:31:04.900Z[ host-image] Oct 09 05:31:03.987 INFO O| Oct 09 05:31:03.987 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33902024-10-09T05:31:04.910Z[ host-image] Oct 09 05:31:03.997 INFO O| Oct 09 05:31:03.997 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
33912024-10-09T05:31:05.290Z[ host-image] Oct 09 05:31:04.380 INFO O| Oct 09 05:31:04.379 INFO O| Caching catalogs ... Done
33922024-10-09T05:31:05.389Z[ host-image] Oct 09 05:31:04.479 INFO O| Oct 09 05:31:04.479 INFO STEP 0 (pkg_image_create) COMPLETE
33932024-10-09T05:31:05.390Z[ host-image] Oct 09 05:31:04.480 INFO O| Oct 09 05:31:04.479 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33942024-10-09T05:31:05.395Z[ host-image] Oct 09 05:31:04.480 INFO O| Oct 09 05:31:04.479 INFO skip step because feature "repo_redist" is not enabled
33952024-10-09T05:31:05.395Z[ host-image] Oct 09 05:31:04.480 INFO O| Oct 09 05:31:04.480 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33962024-10-09T05:31:05.405Z[ host-image] Oct 09 05:31:04.496 INFO O| Oct 09 05:31:04.495 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"]
33972024-10-09T05:31:05.941Z[ host-image] Oct 09 05:31:05.031 INFO O| Oct 09 05:31:05.031 INFO STEP 2 (pkg_set_publisher) COMPLETE
33982024-10-09T05:31:05.941Z[ host-image] Oct 09 05:31:05.031 INFO O| Oct 09 05:31:05.031 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33992024-10-09T05:31:05.958Z[ host-image] Oct 09 05:31:05.048 INFO O| Oct 09 05:31:05.047 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"]
34002024-10-09T05:31:06.553Z[ host-image] Oct 09 05:31:05.642 INFO O| Oct 09 05:31:05.641 INFO STEP 3 (pkg_set_publisher) COMPLETE
34012024-10-09T05:31:06.553Z[ host-image] Oct 09 05:31:05.642 INFO O| Oct 09 05:31:05.642 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34022024-10-09T05:31:06.557Z[ host-image] Oct 09 05:31:05.642 INFO O| Oct 09 05:31:05.642 INFO skip step because feature "repo_redist" is not enabled
34032024-10-09T05:31:06.558Z[ host-image] Oct 09 05:31:05.642 INFO O| Oct 09 05:31:05.642 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34042024-10-09T05:31:07.115Z[ host-image] Oct 09 05:31:06.185 INFO O| Oct 09 05:31:06.185 INFO variant opensolaris.zone is already global
34052024-10-09T05:31:07.115Z[ host-image] Oct 09 05:31:06.185 INFO O| Oct 09 05:31:06.185 INFO STEP 5 (pkg_change_variant) COMPLETE
34062024-10-09T05:31:07.121Z[ host-image] Oct 09 05:31:06.185 INFO O| Oct 09 05:31:06.185 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34072024-10-09T05:31:07.655Z[ host-image] Oct 09 05:31:06.742 INFO O| Oct 09 05:31:06.742 INFO variant opensolaris.imagetype is full; changing to partial
34082024-10-09T05:31:07.655Z[ host-image] Oct 09 05:31:06.742 INFO O| Oct 09 05:31:06.742 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34092024-10-09T05:31:14.709Z[ host-image] Oct 09 05:31:13.378 INFO O| Oct 09 05:31:13.378 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34102024-10-09T05:31:16.235Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.34s
34112024-10-09T05:31:17.168Z[ host-image] Oct 09 05:31:16.242 INFO O| Oct 09 05:31:16.242 INFO O| Startup: Caching catalogs ... Done
34122024-10-09T05:31:17.231Z[ host-image] Oct 09 05:31:16.301 INFO O| Oct 09 05:31:16.301 INFO O| Planning: Planning completed in 0.00 seconds
34132024-10-09T05:31:17.242Z[ host-image] Oct 09 05:31:16.302 INFO O| Oct 09 05:31:16.302 INFO O| Planning: Consolidating action changes ... Done
34142024-10-09T05:31:17.242Z[ host-image] Oct 09 05:31:16.302 INFO O| Oct 09 05:31:16.302 INFO O| Planning: Evaluating mediators ... Done
34152024-10-09T05:31:17.243Z[ host-image] Oct 09 05:31:16.303 INFO O| Oct 09 05:31:16.302 INFO O| Planning: Planning completed in 0.00 seconds
34162024-10-09T05:31:17.243Z[ host-image] Oct 09 05:31:16.303 INFO O| Oct 09 05:31:16.303 INFO O| Variants/Facets to change: 1
34172024-10-09T05:31:17.259Z[ host-image] Oct 09 05:31:16.337 INFO O| Oct 09 05:31:16.337 INFO O| Done
34182024-10-09T05:31:17.259Z[ host-image] Oct 09 05:31:16.337 INFO O| Oct 09 05:31:16.337 INFO O| Done
34192024-10-09T05:31:17.658Z[ host-image] Oct 09 05:31:16.687 INFO O| Oct 09 05:31:16.687 INFO O| Done
34202024-10-09T05:31:17.695Z[ host-image] Oct 09 05:31:16.724 INFO O| Oct 09 05:31:16.724 INFO O| Done
34212024-10-09T05:31:17.695Z[ host-image] Oct 09 05:31:16.725 INFO O| Oct 09 05:31:16.725 INFO O| Done
34222024-10-09T05:31:17.695Z[ host-image] Oct 09 05:31:16.725 INFO O| Oct 09 05:31:16.725 INFO O| Done
34232024-10-09T05:31:17.695Z[ host-image] Oct 09 05:31:16.727 INFO O| Oct 09 05:31:16.727 INFO O| Done
34242024-10-09T05:31:18.000Z[ host-image] Oct 09 05:31:17.063 INFO O| Oct 09 05:31:17.063 INFO STEP 6 (pkg_change_variant) COMPLETE
34252024-10-09T05:31:18.000Z[ host-image] Oct 09 05:31:17.063 INFO O| Oct 09 05:31:17.063 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34262024-10-09T05:31:18.000Z[ host-image] Oct 09 05:31:17.063 INFO O| Oct 09 05:31:17.063 INFO skip step because feature "debug_variant" is not enabled
34272024-10-09T05:31:18.005Z[ host-image] Oct 09 05:31:17.063 INFO O| Oct 09 05:31:17.063 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34282024-10-09T05:31:20.660ZOct 09 05:31:17.271 INFO [recovery-package] process exited with exit status: 0 (24.55854924s)
34292024-10-09T05:31:20.660ZOct 09 05:31:17.271 INFO [recovery-stamp] running task
34302024-10-09T05:31:20.689ZOct 09 05:31:17.271 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
34312024-10-09T05:31:20.689ZOct 09 05:31:17.279 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 11.0.0-0.ci+git6610880affd
34322024-10-09T05:31:20.691ZOct 09 05:31:17.286 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 11.0.0-0.ci+git6610880affd
34332024-10-09T05:31:20.691Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
34342024-10-09T05:31:20.691Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
34352024-10-09T05:31:20.691Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
34362024-10-09T05:31:20.691ZOct 09 05:31:17.375 INFO [stamp-installinator] process exited with exit status: 0 (95.502774ms)
34372024-10-09T05:31:20.692Z[ host-image] Oct 09 05:31:17.415 INFO O| Oct 09 05:31:17.415 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34382024-10-09T05:31:20.692Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
34392024-10-09T05:31:20.692ZOct 09 05:31:17.422 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (135.4475ms)
34402024-10-09T05:31:20.692ZOct 09 05:31:17.422 INFO [recovery-stamp] task succeeded (150.726155ms)
34412024-10-09T05:31:20.692ZOct 09 05:31:17.422 INFO [recovery-proto] running task
34422024-10-09T05:31:20.692ZOct 09 05:31:17.422 INFO [tuf-stamp] running task
34432024-10-09T05:31:20.692ZOct 09 05:31:17.423 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 11.0.0-0.ci+git6610880affd
34442024-10-09T05:31:20.692ZOct 09 05:31:17.436 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 11.0.0-0.ci+git6610880affd
34452024-10-09T05:31:20.692Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34462024-10-09T05:31:20.692ZOct 09 05:31:17.448 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 11.0.0-0.ci+git6610880affd
34472024-10-09T05:31:20.692Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34482024-10-09T05:31:20.692ZOct 09 05:31:17.461 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 11.0.0-0.ci+git6610880affd
34492024-10-09T05:31:20.692Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
34502024-10-09T05:31:20.692ZOct 09 05:31:17.475 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 11.0.0-0.ci+git6610880affd
34512024-10-09T05:31:20.692Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
34522024-10-09T05:31:20.692ZOct 09 05:31:17.489 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 11.0.0-0.ci+git6610880affd
34532024-10-09T05:31:20.692Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
34542024-10-09T05:31:20.692ZOct 09 05:31:17.507 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 11.0.0-0.ci+git6610880affd
34552024-10-09T05:31:20.692Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34562024-10-09T05:31:20.692ZOct 09 05:31:17.537 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 11.0.0-0.ci+git6610880affd
34572024-10-09T05:31:20.692Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
34582024-10-09T05:31:20.692ZOct 09 05:31:17.607 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 11.0.0-0.ci+git6610880affd
34592024-10-09T05:31:20.692Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
34602024-10-09T05:31:20.693ZOct 09 05:31:17.674 INFO [recovery-proto] task succeeded (251.545538ms)[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
34612024-10-09T05:31:20.693Z
34622024-10-09T05:31:20.693ZOct 09 05:31:17.674 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/.tmpnRxr7e/proto/recovery/root -N 'recovery 6610880/${os_short_commit} 2024-10-09 05:09' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
34632024-10-09T05:31:20.693ZOct 09 05:31:17.674 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 11.0.0-0.ci+git6610880affd
34642024-10-09T05:31:20.693ZOct 09 05:31:17.772 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 11.0.0-0.ci+git6610880affd
34652024-10-09T05:31:20.693Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
34662024-10-09T05:31:20.693Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34672024-10-09T05:31:20.693ZOct 09 05:31:17.883 INFO [stamp-probe] process exited with exit status: 0 (421.761299ms)
34682024-10-09T05:31:20.693Z[ recovery-image] Oct 09 05:31:17.735 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
34692024-10-09T05:31:20.693Z[ recovery-image] Oct 09 05:31:17.735 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
34702024-10-09T05:31:20.693Z[ recovery-image] Oct 09 05:31:17.752 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpnRxr7e/proto/recovery/root"
34712024-10-09T05:31:20.693Z[ recovery-image] Oct 09 05:31:17.752 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34722024-10-09T05:31:20.693Z[ recovery-image] Oct 09 05:31:17.752 INFO image builder template: ramdisk-01-os...
34732024-10-09T05:31:20.693Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
34742024-10-09T05:31:20.693Z[ recovery-image] Oct 09 05:31:17.752 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/.tmpnRxr7e/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
34752024-10-09T05:31:20.694Z[ recovery-image] Oct 09 05:31:17.797 INFO O| Oct 09 05:31:17.793 INFO CREATE DATASET: rpool/images/build/recovery/output
34762024-10-09T05:31:20.694Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
34772024-10-09T05:31:20.694ZOct 09 05:31:18.209 INFO [stamp-ntp] process exited with exit status: 0 (672.384483ms)
34782024-10-09T05:31:20.694Z[ recovery-image] Oct 09 05:31:18.370 INFO O| Oct 09 05:31:18.370 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34792024-10-09T05:31:20.694Z[ recovery-image] Oct 09 05:31:18.376 INFO O| Oct 09 05:31:18.376 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34802024-10-09T05:31:20.694Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
34812024-10-09T05:31:20.694ZOct 09 05:31:18.635 INFO [stamp-internal-dns] process exited with exit status: 0 (1.199363217s)
34822024-10-09T05:31:20.694Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
34832024-10-09T05:31:20.694ZOct 09 05:31:18.734 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.31159629s)
34842024-10-09T05:31:20.694Z[ host-image] Oct 09 05:31:18.709 INFO O| Oct 09 05:31:18.709 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34852024-10-09T05:31:20.694Z[ host-image] Oct 09 05:31:18.711 INFO O| Oct 09 05:31:18.711 INFO O| Planning: Planning completed in 0.00 seconds
34862024-10-09T05:31:20.694Z[ host-image] Oct 09 05:31:18.712 INFO O| Oct 09 05:31:18.712 INFO O| Planning: Consolidating action changes ... Done
34872024-10-09T05:31:20.694Z[ host-image] Oct 09 05:31:18.713 INFO O| Oct 09 05:31:18.713 INFO O| Planning: Evaluating mediators ... Done
34882024-10-09T05:31:20.694Z[ host-image] Oct 09 05:31:18.713 INFO O| Oct 09 05:31:18.713 INFO O| Planning: Planning completed in 0.00 seconds
34892024-10-09T05:31:20.694Z[ host-image] Oct 09 05:31:18.714 INFO O| Oct 09 05:31:18.714 INFO O| Variants/Facets to change: 1
34902024-10-09T05:31:20.695Z[ recovery-image] Oct 09 05:31:18.787 INFO O| Oct 09 05:31:18.787 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
34912024-10-09T05:31:20.695Z[ recovery-image] Oct 09 05:31:18.873 INFO O| Oct 09 05:31:18.873 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34922024-10-09T05:31:20.695Z[ recovery-image] Oct 09 05:31:18.874 INFO O| Oct 09 05:31:18.873 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34932024-10-09T05:31:20.695Z[ recovery-image] Oct 09 05:31:18.874 INFO O| Oct 09 05:31:18.874 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34942024-10-09T05:31:20.695Z[ recovery-image] Oct 09 05:31:18.874 INFO O| Oct 09 05:31:18.874 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34952024-10-09T05:31:20.704Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
34962024-10-09T05:31:20.704Z[ host-image] Oct 09 05:31:18.912 INFO O| Oct 09 05:31:18.912 INFO O| Done
34972024-10-09T05:31:20.704Z[ host-image] Oct 09 05:31:18.912 INFO O| Oct 09 05:31:18.912 INFO O| Done
34982024-10-09T05:31:20.704ZOct 09 05:31:18.927 INFO [stamp-external-dns] process exited with exit status: 0 (1.437867771s)
34992024-10-09T05:31:20.704Z[ recovery-image] Oct 09 05:31:18.959 INFO O| Oct 09 05:31:18.959 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35002024-10-09T05:31:20.704Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
35012024-10-09T05:31:20.704Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
35022024-10-09T05:31:20.704Z[ recovery-image] Oct 09 05:31:19.269 INFO O| Oct 09 05:31:19.269 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35032024-10-09T05:31:20.704Z[ recovery-image] Oct 09 05:31:19.282 INFO O| Oct 09 05:31:19.282 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
35042024-10-09T05:31:20.705Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
35052024-10-09T05:31:20.705ZOct 09 05:31:19.436 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.761507392s)
35062024-10-09T05:31:20.706Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
35072024-10-09T05:31:20.706ZOct 09 05:31:19.459 INFO [stamp-oximeter] process exited with exit status: 0 (2.011468367s)
35082024-10-09T05:31:20.706Z[ host-image] Oct 09 05:31:19.520 INFO O| Oct 09 05:31:19.520 INFO O| Done
35092024-10-09T05:31:20.706Z[ host-image] Oct 09 05:31:19.576 INFO O| Oct 09 05:31:19.576 INFO O| Done
35102024-10-09T05:31:20.706Z[ host-image] Oct 09 05:31:19.577 INFO O| Oct 09 05:31:19.577 INFO O| Done
35112024-10-09T05:31:20.706Z[ host-image] Oct 09 05:31:19.577 INFO O| Oct 09 05:31:19.577 INFO O| Done
35122024-10-09T05:31:20.706Z[ host-image] Oct 09 05:31:19.579 INFO O| Oct 09 05:31:19.579 INFO O| Done
35132024-10-09T05:31:20.706Z[ host-image] Oct 09 05:31:19.647 INFO O| Oct 09 05:31:19.647 INFO STEP 8 (pkg_change_facet) COMPLETE
35142024-10-09T05:31:20.706Z[ host-image] Oct 09 05:31:19.647 INFO O| Oct 09 05:31:19.647 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35152024-10-09T05:31:20.706Z[ host-image] Oct 09 05:31:19.647 INFO O| Oct 09 05:31:19.647 INFO skip step because feature "recovery" is not enabled
35162024-10-09T05:31:20.706Z[ host-image] Oct 09 05:31:19.647 INFO O| Oct 09 05:31:19.647 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35172024-10-09T05:31:20.706Z[ host-image] Oct 09 05:31:19.647 INFO O| Oct 09 05:31:19.647 INFO skip step because feature "recovery" is not enabled
35182024-10-09T05:31:20.706Z[ host-image] Oct 09 05:31:19.647 INFO O| Oct 09 05:31:19.647 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35192024-10-09T05:31:20.706Z[ host-image] Oct 09 05:31:19.663 INFO O| Oct 09 05:31:19.662 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"]
35202024-10-09T05:31:20.707Z[ recovery-image] Oct 09 05:31:19.759 INFO O| Oct 09 05:31:19.758 INFO O| Caching catalogs ... Done
35212024-10-09T05:31:20.800Z[ recovery-image] Oct 09 05:31:19.875 INFO O| Oct 09 05:31:19.875 INFO STEP 0 (pkg_image_create) COMPLETE
35222024-10-09T05:31:20.803Z[ recovery-image] Oct 09 05:31:19.876 INFO O| Oct 09 05:31:19.875 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35232024-10-09T05:31:20.803Z[ recovery-image] Oct 09 05:31:19.876 INFO O| Oct 09 05:31:19.875 INFO skip step because feature "repo_redist" is not enabled
35242024-10-09T05:31:20.803Z[ recovery-image] Oct 09 05:31:19.876 INFO O| Oct 09 05:31:19.876 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35252024-10-09T05:31:20.814Z[ recovery-image] Oct 09 05:31:19.890 INFO O| Oct 09 05:31:19.890 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"]
35262024-10-09T05:31:21.186Z[ host-image] Oct 09 05:31:20.261 INFO O| Oct 09 05:31:20.261 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35272024-10-09T05:31:21.288Z[ recovery-image] Oct 09 05:31:20.364 INFO O| Oct 09 05:31:20.364 INFO STEP 2 (pkg_set_publisher) COMPLETE
35282024-10-09T05:31:21.288Z[ recovery-image] Oct 09 05:31:20.364 INFO O| Oct 09 05:31:20.364 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35292024-10-09T05:31:21.303Z[ recovery-image] Oct 09 05:31:20.378 INFO O| Oct 09 05:31:20.378 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"]
35302024-10-09T05:31:21.776Z[ recovery-image] Oct 09 05:31:20.851 INFO O| Oct 09 05:31:20.850 INFO STEP 3 (pkg_set_publisher) COMPLETE
35312024-10-09T05:31:21.779Z[ recovery-image] Oct 09 05:31:20.851 INFO O| Oct 09 05:31:20.850 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35322024-10-09T05:31:21.779Z[ recovery-image] Oct 09 05:31:20.851 INFO O| Oct 09 05:31:20.851 INFO skip step because feature "repo_redist" is not enabled
35332024-10-09T05:31:21.779Z[ recovery-image] Oct 09 05:31:20.851 INFO O| Oct 09 05:31:20.851 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35342024-10-09T05:31:22.242Z[ recovery-image] Oct 09 05:31:21.316 INFO O| Oct 09 05:31:21.316 INFO variant opensolaris.zone is already global
35352024-10-09T05:31:22.245Z[ recovery-image] Oct 09 05:31:21.316 INFO O| Oct 09 05:31:21.316 INFO STEP 5 (pkg_change_variant) COMPLETE
35362024-10-09T05:31:22.245Z[ recovery-image] Oct 09 05:31:21.316 INFO O| Oct 09 05:31:21.316 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35372024-10-09T05:31:22.356Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
35382024-10-09T05:31:22.360ZOct 09 05:31:21.434 INFO [stamp-nexus] process exited with exit status: 0 (3.927122402s)
35392024-10-09T05:31:22.616Z[ recovery-image] Oct 09 05:31:21.690 INFO O| Oct 09 05:31:21.690 INFO variant opensolaris.imagetype is full; changing to partial
35402024-10-09T05:31:22.617Z[ recovery-image] Oct 09 05:31:21.690 INFO O| Oct 09 05:31:21.690 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35412024-10-09T05:31:23.832Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35422024-10-09T05:31:23.851Z[verify-libraries] Compiling polyval v0.6.2
35432024-10-09T05:31:23.851Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
35442024-10-09T05:31:23.851ZOct 09 05:31:22.912 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.436732166s)
35452024-10-09T05:31:23.985Z[verify-libraries] Compiling ctr v0.9.2
35462024-10-09T05:31:24.018Z[verify-libraries] Compiling ssh-encoding v0.2.0
35472024-10-09T05:31:24.018Z[verify-libraries] Compiling blowfish v0.9.1
35482024-10-09T05:31:24.054Z[verify-libraries] Compiling password-hash v0.4.2
35492024-10-09T05:31:24.054Z[verify-libraries] Compiling matches v0.1.10
35502024-10-09T05:31:24.181Z[verify-libraries] Compiling p521 v0.13.3
35512024-10-09T05:31:24.308Z[verify-libraries] Compiling ghash v0.5.1
35522024-10-09T05:31:24.516Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
35532024-10-09T05:31:24.554Z[verify-libraries] Compiling aes-gcm v0.10.3
35542024-10-09T05:31:24.666Z[verify-libraries] Compiling idna v0.2.3
35552024-10-09T05:31:24.695Z[verify-libraries] Compiling p256 v0.13.2
35562024-10-09T05:31:25.044Z[verify-libraries] Compiling ssh-cipher v0.2.0
35572024-10-09T05:31:25.229Z[verify-libraries] Compiling pbkdf2 v0.11.0
35582024-10-09T05:31:25.852Z[verify-libraries] Compiling ssh-key v0.6.6
35592024-10-09T05:31:25.992Z[verify-libraries] Compiling enum-as-inner v0.5.1
35602024-10-09T05:31:26.701Z[verify-libraries] Compiling russh-cryptovec v0.7.2
35612024-10-09T05:31:27.249Z[verify-libraries] Compiling md5 v0.7.0
35622024-10-09T05:31:27.463Z[verify-libraries] Compiling trust-dns-proto v0.22.0
35632024-10-09T05:31:28.038Z[verify-libraries] Compiling num-bigint v0.4.5
35642024-10-09T05:31:28.179Z[verify-libraries] Compiling des v0.8.1
35652024-10-09T05:31:28.910Z[verify-libraries] Compiling hex-literal v0.4.1
35662024-10-09T05:31:28.994Z[verify-libraries] Compiling dhcproto-macros v0.1.0
35672024-10-09T05:31:29.352Z[verify-libraries] Compiling russh-keys v0.45.0
35682024-10-09T05:31:29.703Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
35692024-10-09T05:31:29.727ZOct 09 05:31:28.795 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (11.022867217s)
35702024-10-09T05:31:30.043Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
35712024-10-09T05:31:30.052ZOct 09 05:31:29.119 INFO [stamp-clickhouse] process exited with exit status: 0 (11.511246445s)
35722024-10-09T05:31:30.052ZOct 09 05:31:29.119 INFO [tuf-stamp] task succeeded (11.69687517s)
35732024-10-09T05:31:30.638Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35742024-10-09T05:31:30.790Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35752024-10-09T05:31:31.707Z[verify-libraries] Compiling internet-checksum v0.2.1
35762024-10-09T05:31:31.953Z[ recovery-image] Oct 09 05:31:31.018 INFO O| Oct 09 05:31:31.018 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35772024-10-09T05:31:32.088Z[verify-libraries] Compiling heck v0.4.1
35782024-10-09T05:31:33.716Z[verify-libraries] Compiling russh v0.45.0
35792024-10-09T05:31:37.209Z[verify-libraries] Compiling dhcproto v0.12.0
35802024-10-09T05:31:38.671Z[ recovery-image] Oct 09 05:31:37.730 INFO O| Oct 09 05:31:37.730 INFO O| Startup: Caching catalogs ... Done
35812024-10-09T05:31:38.766Z[ recovery-image] Oct 09 05:31:37.826 INFO O| Oct 09 05:31:37.826 INFO O| Planning: Planning completed in 0.00 seconds
35822024-10-09T05:31:38.768Z[ recovery-image] Oct 09 05:31:37.827 INFO O| Oct 09 05:31:37.827 INFO O| Planning: Consolidating action changes ... Done
35832024-10-09T05:31:38.768Z[ recovery-image] Oct 09 05:31:37.827 INFO O| Oct 09 05:31:37.827 INFO O| Planning: Evaluating mediators ... Done
35842024-10-09T05:31:38.769Z[ recovery-image] Oct 09 05:31:37.827 INFO O| Oct 09 05:31:37.827 INFO O| Planning: Planning completed in 0.00 seconds
35852024-10-09T05:31:38.769Z[ recovery-image] Oct 09 05:31:37.828 INFO O| Oct 09 05:31:37.828 INFO O| Variants/Facets to change: 1
35862024-10-09T05:31:38.844Z[ recovery-image] Oct 09 05:31:37.903 INFO O| Oct 09 05:31:37.903 INFO O| Done
35872024-10-09T05:31:38.844Z[ recovery-image] Oct 09 05:31:37.903 INFO O| Oct 09 05:31:37.903 INFO O| Done
35882024-10-09T05:31:39.598Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35892024-10-09T05:31:39.726Z[ recovery-image] Oct 09 05:31:38.784 INFO O| Oct 09 05:31:38.784 INFO O| Done
35902024-10-09T05:31:39.796Z[ recovery-image] Oct 09 05:31:38.855 INFO O| Oct 09 05:31:38.855 INFO O| Done
35912024-10-09T05:31:39.799Z[ recovery-image] Oct 09 05:31:38.857 INFO O| Oct 09 05:31:38.857 INFO O| Done
35922024-10-09T05:31:39.799Z[ recovery-image] Oct 09 05:31:38.857 INFO O| Oct 09 05:31:38.857 INFO O| Done
35932024-10-09T05:31:39.801Z[ recovery-image] Oct 09 05:31:38.859 INFO O| Oct 09 05:31:38.859 INFO O| Done
35942024-10-09T05:31:40.375Z[ recovery-image] Oct 09 05:31:39.433 INFO O| Oct 09 05:31:39.433 INFO STEP 6 (pkg_change_variant) COMPLETE
35952024-10-09T05:31:40.375Z[ recovery-image] Oct 09 05:31:39.433 INFO O| Oct 09 05:31:39.433 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35962024-10-09T05:31:40.377Z[ recovery-image] Oct 09 05:31:39.433 INFO O| Oct 09 05:31:39.433 INFO skip step because feature "debug_variant" is not enabled
35972024-10-09T05:31:40.377Z[ recovery-image] Oct 09 05:31:39.433 INFO O| Oct 09 05:31:39.433 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35982024-10-09T05:31:41.172Z[ recovery-image] Oct 09 05:31:40.229 INFO O| Oct 09 05:31:40.229 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
35992024-10-09T05:31:42.210Z[ recovery-image] Oct 09 05:31:41.267 INFO O| Oct 09 05:31:41.267 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36002024-10-09T05:31:42.213Z[ recovery-image] Oct 09 05:31:41.269 INFO O| Oct 09 05:31:41.269 INFO O| Planning: Planning completed in 0.00 seconds
36012024-10-09T05:31:42.215Z[ recovery-image] Oct 09 05:31:41.270 INFO O| Oct 09 05:31:41.269 INFO O| Planning: Consolidating action changes ... Done
36022024-10-09T05:31:42.215Z[ recovery-image] Oct 09 05:31:41.270 INFO O| Oct 09 05:31:41.270 INFO O| Planning: Evaluating mediators ... Done
36032024-10-09T05:31:42.217Z[ recovery-image] Oct 09 05:31:41.270 INFO O| Oct 09 05:31:41.270 INFO O| Planning: Planning completed in 0.00 seconds
36042024-10-09T05:31:42.218Z[ recovery-image] Oct 09 05:31:41.271 INFO O| Oct 09 05:31:41.271 INFO O| Variants/Facets to change: 1
36052024-10-09T05:31:42.310Z[ recovery-image] Oct 09 05:31:41.366 INFO O| Oct 09 05:31:41.366 INFO O| Done
36062024-10-09T05:31:42.310Z[ recovery-image] Oct 09 05:31:41.366 INFO O| Oct 09 05:31:41.366 INFO O| Done
36072024-10-09T05:31:42.879Z[ recovery-image] Oct 09 05:31:41.935 INFO O| Oct 09 05:31:41.935 INFO O| Done
36082024-10-09T05:31:42.954Z[ recovery-image] Oct 09 05:31:42.010 INFO O| Oct 09 05:31:42.010 INFO O| Done
36092024-10-09T05:31:42.957Z[ recovery-image] Oct 09 05:31:42.011 INFO O| Oct 09 05:31:42.011 INFO O| Done
36102024-10-09T05:31:42.957Z[ recovery-image] Oct 09 05:31:42.011 INFO O| Oct 09 05:31:42.011 INFO O| Done
36112024-10-09T05:31:42.960Z[ recovery-image] Oct 09 05:31:42.013 INFO O| Oct 09 05:31:42.013 INFO O| Done
36122024-10-09T05:31:43.057Z[ recovery-image] Oct 09 05:31:42.112 INFO O| Oct 09 05:31:42.112 INFO STEP 8 (pkg_change_facet) COMPLETE
36132024-10-09T05:31:43.057Z[ recovery-image] Oct 09 05:31:42.112 INFO O| Oct 09 05:31:42.112 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36142024-10-09T05:31:43.675Z[ recovery-image] Oct 09 05:31:42.730 INFO O| Oct 09 05:31:42.730 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
36152024-10-09T05:31:44.833Z[ recovery-image] Oct 09 05:31:43.887 INFO O| Oct 09 05:31:43.886 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36162024-10-09T05:31:44.835Z[ recovery-image] Oct 09 05:31:43.889 INFO O| Oct 09 05:31:43.889 INFO O| Planning: Planning completed in 0.00 seconds
36172024-10-09T05:31:44.838Z[ recovery-image] Oct 09 05:31:43.890 INFO O| Oct 09 05:31:43.890 INFO O| Planning: Consolidating action changes ... Done
36182024-10-09T05:31:44.838Z[ recovery-image] Oct 09 05:31:43.890 INFO O| Oct 09 05:31:43.890 INFO O| Planning: Evaluating mediators ... Done
36192024-10-09T05:31:44.838Z[ recovery-image] Oct 09 05:31:43.890 INFO O| Oct 09 05:31:43.890 INFO O| Planning: Planning completed in 0.00 seconds
36202024-10-09T05:31:44.838Z[ recovery-image] Oct 09 05:31:43.891 INFO O| Oct 09 05:31:43.891 INFO O| Variants/Facets to change: 1
36212024-10-09T05:31:44.931Z[ recovery-image] Oct 09 05:31:43.985 INFO O| Oct 09 05:31:43.984 INFO O| Done
36222024-10-09T05:31:44.933Z[ recovery-image] Oct 09 05:31:43.985 INFO O| Oct 09 05:31:43.985 INFO O| Done
36232024-10-09T05:31:45.632Z[ recovery-image] Oct 09 05:31:44.685 INFO O| Oct 09 05:31:44.685 INFO O| Done
36242024-10-09T05:31:45.718Z[ recovery-image] Oct 09 05:31:44.771 INFO O| Oct 09 05:31:44.771 INFO O| Done
36252024-10-09T05:31:45.721Z[ recovery-image] Oct 09 05:31:44.772 INFO O| Oct 09 05:31:44.772 INFO O| Done
36262024-10-09T05:31:45.721Z[ recovery-image] Oct 09 05:31:44.773 INFO O| Oct 09 05:31:44.773 INFO O| Done
36272024-10-09T05:31:45.723Z[ recovery-image] Oct 09 05:31:44.775 INFO O| Oct 09 05:31:44.775 INFO O| Done
36282024-10-09T05:31:45.900Z[ recovery-image] Oct 09 05:31:44.953 INFO O| Oct 09 05:31:44.953 INFO STEP 9 (pkg_change_facet) COMPLETE
36292024-10-09T05:31:45.900Z[ recovery-image] Oct 09 05:31:44.953 INFO O| Oct 09 05:31:44.953 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36302024-10-09T05:31:46.563Z[ recovery-image] Oct 09 05:31:45.615 INFO O| Oct 09 05:31:45.615 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
36312024-10-09T05:31:47.651Z[ recovery-image] Oct 09 05:31:46.702 INFO O| Oct 09 05:31:46.702 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36322024-10-09T05:31:47.653Z[ recovery-image] Oct 09 05:31:46.704 INFO O| Oct 09 05:31:46.704 INFO O| Planning: Planning completed in 0.00 seconds
36332024-10-09T05:31:47.653Z[ recovery-image] Oct 09 05:31:46.705 INFO O| Oct 09 05:31:46.704 INFO O| Planning: Consolidating action changes ... Done
36342024-10-09T05:31:47.653Z[ recovery-image] Oct 09 05:31:46.705 INFO O| Oct 09 05:31:46.705 INFO O| Planning: Evaluating mediators ... Done
36352024-10-09T05:31:47.656Z[ recovery-image] Oct 09 05:31:46.705 INFO O| Oct 09 05:31:46.705 INFO O| Planning: Planning completed in 0.00 seconds
36362024-10-09T05:31:47.656Z[ recovery-image] Oct 09 05:31:46.706 INFO O| Oct 09 05:31:46.705 INFO O| Variants/Facets to change: 1
36372024-10-09T05:31:47.745Z[ recovery-image] Oct 09 05:31:46.796 INFO O| Oct 09 05:31:46.796 INFO O| Done
36382024-10-09T05:31:47.745Z[ recovery-image] Oct 09 05:31:46.796 INFO O| Oct 09 05:31:46.796 INFO O| Done
36392024-10-09T05:31:48.404Z[ recovery-image] Oct 09 05:31:47.455 INFO O| Oct 09 05:31:47.455 INFO O| Done
36402024-10-09T05:31:48.472Z[ recovery-image] Oct 09 05:31:47.522 INFO O| Oct 09 05:31:47.522 INFO O| Done
36412024-10-09T05:31:48.475Z[ recovery-image] Oct 09 05:31:47.524 INFO O| Oct 09 05:31:47.524 INFO O| Done
36422024-10-09T05:31:48.475Z[ recovery-image] Oct 09 05:31:47.524 INFO O| Oct 09 05:31:47.524 INFO O| Done
36432024-10-09T05:31:48.477Z[ recovery-image] Oct 09 05:31:47.526 INFO O| Oct 09 05:31:47.526 INFO O| Done
36442024-10-09T05:31:48.515Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36452024-10-09T05:31:48.579Z[ recovery-image] Oct 09 05:31:47.630 INFO O| Oct 09 05:31:47.630 INFO STEP 10 (pkg_change_facet) COMPLETE
36462024-10-09T05:31:48.580Z[ recovery-image] Oct 09 05:31:47.630 INFO O| Oct 09 05:31:47.630 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36472024-10-09T05:31:48.599Z[ recovery-image] Oct 09 05:31:47.649 INFO O| Oct 09 05:31:47.649 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"]
36482024-10-09T05:31:48.749Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36492024-10-09T05:31:49.157Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36502024-10-09T05:31:49.186Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36512024-10-09T05:31:49.551Z[ recovery-image] Oct 09 05:31:48.601 INFO O| Oct 09 05:31:48.601 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36522024-10-09T05:31:49.588Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36532024-10-09T05:31:49.896Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36542024-10-09T05:31:50.144Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36552024-10-09T05:31:50.899Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36562024-10-09T05:31:55.516Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36572024-10-09T05:31:58.082Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36582024-10-09T05:31:59.727Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36592024-10-09T05:32:01.783Z[ host-image] Oct 09 05:32:00.821 INFO O| Oct 09 05:32:00.821 INFO O| Planning: Solver setup ... Done
36602024-10-09T05:32:02.498Z[verify-libraries] Compiling termios v0.3.3
36612024-10-09T05:32:02.920Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
36622024-10-09T05:32:28.562Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
36632024-10-09T05:32:32.041Z[ recovery-image] Oct 09 05:32:31.051 INFO O| Oct 09 05:32:31.051 INFO O| Planning: Solver setup ... Done
36642024-10-09T05:32:40.643Z[ host-image] Oct 09 05:32:39.645 INFO O| Oct 09 05:32:39.645 INFO O| Planning: Running solver ... Done
36652024-10-09T05:32:41.147Z[ host-image] Oct 09 05:32:40.149 INFO O| Oct 09 05:32:40.149 INFO O| Planning: Finding local manifests ... Done
36662024-10-09T05:32:41.164Z[ host-image] Oct 09 05:32:40.166 INFO O| Oct 09 05:32:40.166 INFO O| Planning: Fetching manifests: 0/124 0% complete
36672024-10-09T05:32:46.390Z[ host-image] Oct 09 05:32:45.386 INFO O| Oct 09 05:32:45.386 INFO O| Planning: Fetching manifests: 123/124 99% complete
36682024-10-09T05:32:51.338Z[ host-image] Oct 09 05:32:50.330 INFO O| Oct 09 05:32:50.330 INFO O| Planning: Fetching manifests: 124/124 100% complete
36692024-10-09T05:32:52.716Z[ host-image] Oct 09 05:32:51.707 INFO O| Oct 09 05:32:51.707 INFO O| Planning: Package planning ... Done
36702024-10-09T05:32:54.364Z[ host-image] Oct 09 05:32:53.353 INFO O| Oct 09 05:32:53.353 INFO O| Planning: Merging actions ... Done
36712024-10-09T05:32:54.867Z[ host-image] Oct 09 05:32:53.855 INFO O| Oct 09 05:32:53.855 INFO O| Planning: Checking for conflicting actions ... Done
36722024-10-09T05:32:55.200Z[ host-image] Oct 09 05:32:54.188 INFO O| Oct 09 05:32:54.188 INFO O| Planning: Consolidating action changes ... Done
36732024-10-09T05:32:55.729Z[ host-image] Oct 09 05:32:54.716 INFO O| Oct 09 05:32:54.716 INFO O| Planning: Evaluating mediators ... Done
36742024-10-09T05:33:02.345Z[ host-image] Oct 09 05:33:01.327 INFO O| Oct 09 05:33:01.326 INFO O| Planning: Planning completed in 101.06 seconds
36752024-10-09T05:33:02.352Z[ host-image] Oct 09 05:33:01.334 INFO O| Oct 09 05:33:01.334 INFO O| Packages to install: 124
36762024-10-09T05:33:02.354Z[ host-image] Oct 09 05:33:01.334 INFO O| Oct 09 05:33:01.334 INFO O| Mediators to change: 4
36772024-10-09T05:33:02.354Z[ host-image] Oct 09 05:33:01.334 INFO O| Oct 09 05:33:01.334 INFO O| Services to change: 6
36782024-10-09T05:33:02.497Z[ host-image] Oct 09 05:33:01.479 INFO O| Oct 09 05:33:01.479 INFO O| Download: 0/22734 items 0.0/196.5MB 0% complete
36792024-10-09T05:33:06.180Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36802024-10-09T05:33:07.510Z[ host-image] Oct 09 05:33:06.487 INFO O| Oct 09 05:33:06.487 INFO O| Download: 853/22734 items 5.7/196.5MB 2% complete (1.2M/s)
36812024-10-09T05:33:11.169Z[ recovery-image] Oct 09 05:33:10.143 INFO O| Oct 09 05:33:10.143 INFO O| Planning: Running solver ... Done
36822024-10-09T05:33:11.587Z[ recovery-image] Oct 09 05:33:10.561 INFO O| Oct 09 05:33:10.561 INFO O| Planning: Finding local manifests ... Done
36832024-10-09T05:33:11.601Z[ recovery-image] Oct 09 05:33:10.575 INFO O| Oct 09 05:33:10.575 INFO O| Planning: Fetching manifests: 0/124 0% complete
36842024-10-09T05:33:12.519Z[ host-image] Oct 09 05:33:11.492 INFO O| Oct 09 05:33:11.492 INFO O| Download: 1529/22734 items 9.1/196.5MB 4% complete (939k/s)
36852024-10-09T05:33:17.377Z[ recovery-image] Oct 09 05:33:16.345 INFO O| Oct 09 05:33:16.345 INFO O| Planning: Fetching manifests: 124/124 100% complete
36862024-10-09T05:33:18.512Z[ recovery-image] Oct 09 05:33:17.479 INFO O| Oct 09 05:33:17.479 INFO O| Planning: Package planning ... Done
36872024-10-09T05:33:18.550Z[ host-image] Oct 09 05:33:17.517 INFO O| Oct 09 05:33:17.517 INFO O| Download: 1681/22734 items 11.0/196.5MB 5% complete (797k/s)
36882024-10-09T05:33:19.242Z[ recovery-image] Oct 09 05:33:18.208 INFO O| Oct 09 05:33:18.208 INFO O| Planning: Merging actions ... Done
36892024-10-09T05:33:19.588Z[ recovery-image] Oct 09 05:33:18.554 INFO O| Oct 09 05:33:18.554 INFO O| Planning: Checking for conflicting actions ... Done
36902024-10-09T05:33:19.719Z[ recovery-image] Oct 09 05:33:18.685 INFO O| Oct 09 05:33:18.685 INFO O| Planning: Consolidating action changes ... Done
36912024-10-09T05:33:20.210Z[ recovery-image] Oct 09 05:33:19.175 INFO O| Oct 09 05:33:19.175 INFO O| Planning: Evaluating mediators ... Done
36922024-10-09T05:33:23.208Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36932024-10-09T05:33:23.586Z[ host-image] Oct 09 05:33:22.548 INFO O| Oct 09 05:33:22.548 INFO O| Download: 2087/22734 items 23.4/196.5MB 11% complete (1.3M/s)
36942024-10-09T05:33:25.506Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36952024-10-09T05:33:26.347Z[ recovery-image] Oct 09 05:33:25.307 INFO O| Oct 09 05:33:25.307 INFO O| Planning: Planning completed in 96.71 seconds
36962024-10-09T05:33:26.355Z[ recovery-image] Oct 09 05:33:25.315 INFO O| Oct 09 05:33:25.314 INFO O| Packages to install: 124
36972024-10-09T05:33:26.355Z[ recovery-image] Oct 09 05:33:25.315 INFO O| Oct 09 05:33:25.315 INFO O| Mediators to change: 4
36982024-10-09T05:33:26.357Z[ recovery-image] Oct 09 05:33:25.315 INFO O| Oct 09 05:33:25.315 INFO O| Services to change: 5
36992024-10-09T05:33:26.457Z[ recovery-image] Oct 09 05:33:25.416 INFO O| Oct 09 05:33:25.416 INFO O| Download: 0/15836 items 0.0/173.3MB 0% complete
37002024-10-09T05:33:29.221Z[ host-image] Oct 09 05:33:28.178 INFO O| Oct 09 05:33:28.177 INFO O| Download: 2335/22734 items 27.4/196.5MB 13% complete (1.7M/s)
37012024-10-09T05:33:31.466Z[ recovery-image] Oct 09 05:33:30.421 INFO O| Oct 09 05:33:30.421 INFO O| Download: 834/15836 items 6.3/173.3MB 3% complete (1.3M/s)
37022024-10-09T05:33:34.227Z[ host-image] Oct 09 05:33:33.179 INFO O| Oct 09 05:33:33.179 INFO O| Download: 3206/22734 items 34.0/196.5MB 17% complete (1.1M/s)
37032024-10-09T05:33:36.472Z[ recovery-image] Oct 09 05:33:35.422 INFO O| Oct 09 05:33:35.422 INFO O| Download: 1128/15836 items 9.6/173.3MB 5% complete (1004k/s)
37042024-10-09T05:33:39.118Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37052024-10-09T05:33:39.234Z[ host-image] Oct 09 05:33:38.182 INFO O| Oct 09 05:33:38.182 INFO O| Download: 3963/22734 items 40.0/196.5MB 20% complete (1.3M/s)
37062024-10-09T05:33:44.142Z[ recovery-image] Oct 09 05:33:43.085 INFO O| Oct 09 05:33:43.085 INFO O| Download: 1185/15836 items 14.9/173.3MB 8% complete (980k/s)
37072024-10-09T05:33:44.239Z[ host-image] Oct 09 05:33:43.182 INFO O| Oct 09 05:33:43.182 INFO O| Download: 4514/22734 items 41.9/196.5MB 21% complete (812k/s)
37082024-10-09T05:33:49.342Z[ recovery-image] Oct 09 05:33:48.281 INFO O| Oct 09 05:33:48.281 INFO O| Download: 1464/15836 items 21.5/173.3MB 12% complete (1.1M/s)
37092024-10-09T05:33:49.346Z[ host-image] Oct 09 05:33:48.285 INFO O| Oct 09 05:33:48.284 INFO O| Download: 4639/22734 items 42.9/196.5MB 21% complete (473k/s)
37102024-10-09T05:33:51.113Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37112024-10-09T05:33:54.430Z[ host-image] Oct 09 05:33:53.363 INFO O| Oct 09 05:33:53.363 INFO O| Download: 4715/22734 items 44.7/196.5MB 22% complete (278k/s)
37122024-10-09T05:33:55.105Z[ recovery-image] Oct 09 05:33:54.038 INFO O| Oct 09 05:33:54.038 INFO O| Download: 1518/15836 items 21.9/173.3MB 12% complete (753k/s)
37132024-10-09T05:33:55.928Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
37142024-10-09T05:33:59.435Z[ host-image] Oct 09 05:33:58.364 INFO O| Oct 09 05:33:58.363 INFO O| Download: 5177/22734 items 46.0/196.5MB 23% complete (390k/s)
37152024-10-09T05:34:00.380Z[ recovery-image] Oct 09 05:33:59.308 INFO O| Oct 09 05:33:59.308 INFO O| Download: 1650/15836 items 25.6/173.3MB 14% complete (490k/s)
37162024-10-09T05:34:01.407Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
37172024-10-09T05:34:04.440Z[ host-image] Oct 09 05:34:03.364 INFO O| Oct 09 05:34:03.364 INFO O| Download: 5800/22734 items 46.3/196.5MB 23% complete (161k/s)
37182024-10-09T05:34:05.386Z[ recovery-image] Oct 09 05:34:04.309 INFO O| Oct 09 05:34:04.309 INFO O| Download: 2527/15836 items 31.5/173.3MB 18% complete (1.1M/s)
37192024-10-09T05:34:09.446Z[ host-image] Oct 09 05:34:08.366 INFO O| Oct 09 05:34:08.366 INFO O| Download: 6527/22734 items 46.7/196.5MB 23% complete (77.8k/s)
37202024-10-09T05:34:10.398Z[ recovery-image] Oct 09 05:34:09.317 INFO O| Oct 09 05:34:09.317 INFO O| Download: 3188/15836 items 37.5/173.3MB 21% complete (1.2M/s)
37212024-10-09T05:34:14.455Z[ host-image] Oct 09 05:34:13.370 INFO O| Oct 09 05:34:13.370 INFO O| Download: 6915/22734 items 49.7/196.5MB 25% complete (340k/s)
37222024-10-09T05:34:15.453Z[ recovery-image] Oct 09 05:34:14.367 INFO O| Oct 09 05:34:14.367 INFO O| Download: 3610/15836 items 39.1/173.3MB 22% complete (933k/s)
37232024-10-09T05:34:19.462Z[ host-image] Oct 09 05:34:18.372 INFO O| Oct 09 05:34:18.372 INFO O| Download: 7596/22734 items 58.4/196.5MB 29% complete (1.2M/s)
37242024-10-09T05:34:21.854Z[ recovery-image] Oct 09 05:34:20.763 INFO O| Oct 09 05:34:20.763 INFO O| Download: 3689/15836 items 40.1/173.3MB 23% complete (321k/s)
37252024-10-09T05:34:25.646Z[ host-image] Oct 09 05:34:24.551 INFO O| Oct 09 05:34:24.550 INFO O| Download: 8075/22734 items 60.3/196.5MB 30% complete (1.2M/s)
37262024-10-09T05:34:26.865Z[ recovery-image] Oct 09 05:34:25.768 INFO O| Oct 09 05:34:25.768 INFO O| Download: 4529/15836 items 42.8/173.3MB 24% complete (341k/s)
37272024-10-09T05:34:30.651Z[ host-image] Oct 09 05:34:29.551 INFO O| Oct 09 05:34:29.551 INFO O| Download: 8234/22734 items 63.4/196.5MB 32% complete (400k/s)
37282024-10-09T05:34:31.891Z[ recovery-image] Oct 09 05:34:30.791 INFO O| Oct 09 05:34:30.790 INFO O| Download: 5127/15836 items 43.2/173.3MB 24% complete (319k/s)
37292024-10-09T05:34:36.370Z[ host-image] Oct 09 05:34:35.265 INFO O| Oct 09 05:34:35.264 INFO O| Download: 8269/22734 items 65.7/196.5MB 33% complete (455k/s)
37302024-10-09T05:34:36.982Z[ recovery-image] Oct 09 05:34:35.876 INFO O| Oct 09 05:34:35.876 INFO O| Download: 5670/15836 items 44.6/173.3MB 25% complete (176k/s)
37312024-10-09T05:34:41.383Z[ host-image] Oct 09 05:34:40.273 INFO O| Oct 09 05:34:40.273 INFO O| Download: 9090/22734 items 75.1/196.5MB 38% complete (1.2M/s)
37322024-10-09T05:34:41.991Z[ recovery-image] Oct 09 05:34:40.880 INFO O| Oct 09 05:34:40.880 INFO O| Download: 5759/15836 items 47.3/173.3MB 27% complete (388k/s)
37332024-10-09T05:34:46.389Z[ host-image] Oct 09 05:34:45.275 INFO O| Oct 09 05:34:45.275 INFO O| Download: 9695/22734 items 83.4/196.5MB 42% complete (1.8M/s)
37342024-10-09T05:34:47.467Z[ recovery-image] Oct 09 05:34:46.352 INFO O| Oct 09 05:34:46.352 INFO O| Download: 5951/15836 items 53.4/173.3MB 30% complete (896k/s)
37352024-10-09T05:34:51.415Z[ host-image] Oct 09 05:34:50.296 INFO O| Oct 09 05:34:50.296 INFO O| Download: 10803/22734 items 89.8/196.5MB 45% complete (1.5M/s)
37362024-10-09T05:34:52.472Z[ recovery-image] Oct 09 05:34:51.352 INFO O| Oct 09 05:34:51.352 INFO O| Download: 6116/15836 items 58.0/173.3MB 33% complete (982k/s)
37372024-10-09T05:34:56.431Z[ host-image] Oct 09 05:34:55.307 INFO O| Oct 09 05:34:55.307 INFO O| Download: 10992/22734 items 91.3/196.5MB 46% complete (782k/s)
37382024-10-09T05:34:57.495Z[ recovery-image] Oct 09 05:34:56.370 INFO O| Oct 09 05:34:56.370 INFO O| Download: 6865/15836 items 67.6/173.3MB 39% complete (1.4M/s)
37392024-10-09T05:35:01.530Z[ host-image] Oct 09 05:35:00.402 INFO O| Oct 09 05:35:00.402 INFO O| Download: 11240/22734 items 94.2/196.5MB 47% complete (558k/s)
37402024-10-09T05:35:03.007Z[ recovery-image] Oct 09 05:35:01.876 INFO O| Oct 09 05:35:01.876 INFO O| Download: 7624/15836 items 73.6/173.3MB 42% complete (1.6M/s)
37412024-10-09T05:35:06.649Z[ host-image] Oct 09 05:35:05.516 INFO O| Oct 09 05:35:05.515 INFO O| Download: 12118/22734 items 105.4/196.5MB 53% complete (1.3M/s)
37422024-10-09T05:35:08.029Z[ recovery-image] Oct 09 05:35:06.894 INFO O| Oct 09 05:35:06.894 INFO O| Download: 7754/15836 items 74.6/173.3MB 43% complete (607k/s)
37432024-10-09T05:35:11.654Z[ host-image] Oct 09 05:35:10.516 INFO O| Oct 09 05:35:10.516 INFO O| Download: 12370/22734 items 109.5/196.5MB 55% complete (1.6M/s)
37442024-10-09T05:35:13.197Z[ recovery-image] Oct 09 05:35:12.056 INFO O| Oct 09 05:35:12.056 INFO O| Download: 7972/15836 items 78.4/173.3MB 45% complete (459k/s)
37452024-10-09T05:35:16.878Z[ host-image] Oct 09 05:35:15.736 INFO O| Oct 09 05:35:15.735 INFO O| Download: 13313/22734 items 109.9/196.5MB 55% complete (937k/s)
37462024-10-09T05:35:18.507Z[ recovery-image] Oct 09 05:35:17.363 INFO O| Oct 09 05:35:17.363 INFO O| Download: 8766/15836 items 84.2/173.3MB 48% complete (1.0M/s)
37472024-10-09T05:35:23.247Z[ host-image] Oct 09 05:35:22.098 INFO O| Oct 09 05:35:22.098 INFO O| Download: 14423/22734 items 111.6/196.5MB 56% complete (209k/s)
37482024-10-09T05:35:23.567Z[ recovery-image] Oct 09 05:35:22.418 INFO O| Oct 09 05:35:22.418 INFO O| Download: 9763/15836 items 93.0/173.3MB 53% complete (1.4M/s)
37492024-10-09T05:35:28.269Z[ host-image] Oct 09 05:35:27.115 INFO O| Oct 09 05:35:27.115 INFO O| Download: 15051/22734 items 119.4/196.5MB 60% complete (937k/s)
37502024-10-09T05:35:28.580Z[ recovery-image] Oct 09 05:35:27.426 INFO O| Oct 09 05:35:27.426 INFO O| Download: 10538/15836 items 93.4/173.3MB 53% complete (957k/s)
37512024-10-09T05:35:33.277Z[ host-image] Oct 09 05:35:32.119 INFO O| Oct 09 05:35:32.118 INFO O| Download: 15585/22734 items 124.3/196.5MB 63% complete (1.3M/s)
37522024-10-09T05:35:34.001Z[ recovery-image] Oct 09 05:35:32.842 INFO O| Oct 09 05:35:32.842 INFO O| Download: 11047/15836 items 95.3/173.3MB 54% complete (211k/s)
37532024-10-09T05:35:38.288Z[ host-image] Oct 09 05:35:37.125 INFO O| Oct 09 05:35:37.125 INFO O| Download: 16483/22734 items 131.3/196.5MB 66% complete (1.2M/s)
37542024-10-09T05:35:39.017Z[ recovery-image] Oct 09 05:35:37.853 INFO O| Oct 09 05:35:37.853 INFO O| Download: 11680/15836 items 119.0/173.3MB 68% complete (2.5M/s)
37552024-10-09T05:35:43.294Z[ host-image] Oct 09 05:35:42.127 INFO O| Oct 09 05:35:42.127 INFO O| Download: 17490/22734 items 149.4/196.5MB 76% complete (2.5M/s)
37562024-10-09T05:35:44.980Z[ recovery-image] Oct 09 05:35:43.811 INFO O| Oct 09 05:35:43.811 INFO O| Download: 11979/15836 items 136.5/173.3MB 78% complete (4.1M/s)
37572024-10-09T05:35:48.302Z[ host-image] Oct 09 05:35:47.130 INFO O| Oct 09 05:35:47.130 INFO O| Download: 18159/22734 items 159.6/196.5MB 81% complete (2.8M/s)
37582024-10-09T05:35:50.028Z[ recovery-image] Oct 09 05:35:48.855 INFO O| Oct 09 05:35:48.854 INFO O| Download: 13003/15836 items 140.6/173.3MB 81% complete (1.4M/s)
37592024-10-09T05:35:53.579Z[ host-image] Oct 09 05:35:52.401 INFO O| Oct 09 05:35:52.401 INFO O| Download: 18969/22734 items 162.6/196.5MB 82% complete (1.3M/s)
37602024-10-09T05:35:55.050Z[ recovery-image] Oct 09 05:35:53.872 INFO O| Oct 09 05:35:53.872 INFO O| Download: 13966/15836 items 145.2/173.3MB 83% complete (872k/s)
37612024-10-09T05:35:58.584Z[ host-image] Oct 09 05:35:57.401 INFO O| Oct 09 05:35:57.401 INFO O| Download: 19974/22734 items 167.2/196.5MB 85% complete (751k/s)
37622024-10-09T05:36:00.055Z[ recovery-image] Oct 09 05:35:58.872 INFO O| Oct 09 05:35:58.872 INFO O| Download: 14661/15836 items 147.6/173.3MB 85% complete (725k/s)
37632024-10-09T05:36:03.911Z[ host-image] Oct 09 05:36:02.724 INFO O| Oct 09 05:36:02.724 INFO O| Download: 20800/22734 items 173.4/196.5MB 88% complete (1.0M/s)
37642024-10-09T05:36:05.077Z[ recovery-image] Oct 09 05:36:03.890 INFO O| Oct 09 05:36:03.890 INFO O| Download: 15076/15836 items 154.9/173.3MB 89% complete (1007k/s)
37652024-10-09T05:36:08.942Z[ host-image] Oct 09 05:36:07.751 INFO O| Oct 09 05:36:07.751 INFO O| Download: 21330/22734 items 177.3/196.5MB 90% complete (1.0M/s)
37662024-10-09T05:36:10.082Z[ recovery-image] Oct 09 05:36:08.890 INFO O| Oct 09 05:36:08.890 INFO O| Download: 15531/15836 items 166.0/173.3MB 95% complete (1.8M/s)
37672024-10-09T05:36:14.063Z[ host-image] Oct 09 05:36:12.867 INFO O| Oct 09 05:36:12.867 INFO O| Download: 21898/22734 items 188.4/196.5MB 95% complete (1.5M/s)
37682024-10-09T05:36:15.407Z[ recovery-image] Oct 09 05:36:14.210 INFO O| Oct 09 05:36:14.210 INFO O| Download: 15828/15836 items 173.3/173.3MB 99% complete (1.8M/s)
37692024-10-09T05:36:15.436Z[ recovery-image] Oct 09 05:36:14.239 INFO O| Oct 09 05:36:14.239 INFO O| Download: Completed 173.28 MB in 168.82 seconds (1.0M/s)
37702024-10-09T05:36:16.410Z[ recovery-image] Oct 09 05:36:15.212 INFO O| Oct 09 05:36:15.212 INFO O| Actions: 1/24971 actions (Installing new actions)
37712024-10-09T05:36:19.081Z[ host-image] Oct 09 05:36:17.880 INFO O| Oct 09 05:36:17.880 INFO O| Download: 22194/22734 items 194.5/196.5MB 98% complete (1.7M/s)
37722024-10-09T05:36:21.415Z[ recovery-image] Oct 09 05:36:20.212 INFO O| Oct 09 05:36:20.212 INFO O| Actions: 9430/24971 actions (Installing new actions)
37732024-10-09T05:36:22.953Z[ host-image] Oct 09 05:36:21.749 INFO O| Oct 09 05:36:21.749 INFO O| Download: Completed 196.51 MB in 200.27 seconds (1002k/s)
37742024-10-09T05:36:24.589Z[ host-image] Oct 09 05:36:23.383 INFO O| Oct 09 05:36:23.383 INFO O| Actions: 1/49270 actions (Installing new actions)
37752024-10-09T05:36:26.420Z[ recovery-image] Oct 09 05:36:25.213 INFO O| Oct 09 05:36:25.213 INFO O| Actions: 15658/24971 actions (Installing new actions)
37762024-10-09T05:36:29.596Z[ host-image] Oct 09 05:36:28.386 INFO O| Oct 09 05:36:28.386 INFO O| Actions: 10161/49270 actions (Installing new actions)
37772024-10-09T05:36:32.056Z[ recovery-image] Oct 09 05:36:30.844 INFO O| Oct 09 05:36:30.843 INFO O| Actions: 24418/24971 actions (Installing new actions)
37782024-10-09T05:36:34.601Z[ host-image] Oct 09 05:36:33.386 INFO O| Oct 09 05:36:33.386 INFO O| Actions: 17688/49270 actions (Installing new actions)
37792024-10-09T05:36:34.939Z[ recovery-image] Oct 09 05:36:33.724 INFO O| Oct 09 05:36:33.724 INFO O| Actions: Completed 24971 actions in 18.51 seconds.
37802024-10-09T05:36:35.552Z[ recovery-image] Oct 09 05:36:34.336 INFO O| Oct 09 05:36:34.336 INFO O| Done
37812024-10-09T05:36:35.552Z[ recovery-image] Oct 09 05:36:34.336 INFO O| Oct 09 05:36:34.336 INFO O| Done
37822024-10-09T05:36:37.054Z[ recovery-image] Oct 09 05:36:35.837 INFO O| Oct 09 05:36:35.837 INFO O| Done
37832024-10-09T05:36:39.104Z[ recovery-image] Oct 09 05:36:37.885 INFO O| Oct 09 05:36:37.885 INFO O| Done
37842024-10-09T05:36:39.152Z[ recovery-image] Oct 09 05:36:37.933 INFO O| Oct 09 05:36:37.933 INFO O| Done
37852024-10-09T05:36:39.606Z[ host-image] Oct 09 05:36:38.386 INFO O| Oct 09 05:36:38.386 INFO O| Actions: 24846/49270 actions (Installing new actions)
37862024-10-09T05:36:44.424Z[ recovery-image] Oct 09 05:36:43.200 INFO O| Oct 09 05:36:43.200 INFO O| Done
37872024-10-09T05:36:44.612Z[ host-image] Oct 09 05:36:43.388 INFO O| Oct 09 05:36:43.388 INFO O| Actions: 48771/49270 actions (Installing new actions)
37882024-10-09T05:36:45.237Z[ recovery-image] Oct 09 05:36:44.012 INFO O| Oct 09 05:36:44.012 INFO O| Done
37892024-10-09T05:36:45.663Z[ recovery-image] Oct 09 05:36:44.438 INFO O| Oct 09 05:36:44.438 INFO STEP 11 (pkg_install) COMPLETE
37902024-10-09T05:36:45.663Z[ recovery-image] Oct 09 05:36:44.438 INFO O| Oct 09 05:36:44.438 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37912024-10-09T05:36:45.666Z[ recovery-image] Oct 09 05:36:44.438 INFO O| Oct 09 05:36:44.438 INFO skip step because feature "recovery" is enabled
37922024-10-09T05:36:45.666Z[ recovery-image] Oct 09 05:36:44.438 INFO O| Oct 09 05:36:44.438 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37932024-10-09T05:36:45.666Z[ recovery-image] Oct 09 05:36:44.438 INFO O| Oct 09 05:36:44.438 INFO skip step because feature "omicron1" is not enabled
37942024-10-09T05:36:45.666Z[ recovery-image] Oct 09 05:36:44.438 INFO O| Oct 09 05:36:44.438 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37952024-10-09T05:36:45.895Z[ recovery-image] Oct 09 05:36:44.669 INFO O| Oct 09 05:36:44.669 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
37962024-10-09T05:36:46.800Z[ recovery-image] Oct 09 05:36:45.574 INFO O| Oct 09 05:36:45.573 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37972024-10-09T05:36:47.857Z[ host-image] Oct 09 05:36:46.630 INFO O| Oct 09 05:36:46.630 INFO O| Actions: Completed 49270 actions in 23.24 seconds.
37982024-10-09T05:36:48.395Z[ host-image] Oct 09 05:36:47.168 INFO O| Oct 09 05:36:47.167 INFO O| Done
37992024-10-09T05:36:48.395Z[ host-image] Oct 09 05:36:47.168 INFO O| Oct 09 05:36:47.167 INFO O| Done
38002024-10-09T05:36:49.099Z[ recovery-image] Oct 09 05:36:47.870 INFO O| Oct 09 05:36:47.870 INFO O| Planning: Solver setup ... Done
38012024-10-09T05:36:49.103Z[ recovery-image] Oct 09 05:36:47.875 INFO O| Oct 09 05:36:47.875 INFO O| Planning: Running solver ... Done
38022024-10-09T05:36:49.162Z[ recovery-image] Oct 09 05:36:47.933 INFO O| Oct 09 05:36:47.933 INFO O| Planning: Finding local manifests ... Done
38032024-10-09T05:36:49.164Z[ recovery-image] Oct 09 05:36:47.934 INFO O| Oct 09 05:36:47.934 INFO O| Planning: Fetching manifests: 0/1 0% complete
38042024-10-09T05:36:49.236Z[ host-image] Oct 09 05:36:48.008 INFO O| Oct 09 05:36:48.008 INFO O| Done
38052024-10-09T05:36:49.258Z[ recovery-image] Oct 09 05:36:48.029 INFO O| Oct 09 05:36:48.029 INFO O| Planning: Fetching manifests: 1/1 100% complete
38062024-10-09T05:36:49.284Z[ recovery-image] Oct 09 05:36:48.056 INFO O| Oct 09 05:36:48.056 INFO O| Planning: Package planning ... Done
38072024-10-09T05:36:49.287Z[ recovery-image] Oct 09 05:36:48.056 INFO O| Oct 09 05:36:48.056 INFO O| Planning: Merging actions ... Done
38082024-10-09T05:36:49.353Z[ recovery-image] Oct 09 05:36:48.125 INFO O| Oct 09 05:36:48.124 INFO O| Planning: Checking for conflicting actions ... Done
38092024-10-09T05:36:49.356Z[ recovery-image] Oct 09 05:36:48.125 INFO O| Oct 09 05:36:48.125 INFO O| Planning: Consolidating action changes ... Done
38102024-10-09T05:36:49.572Z[ recovery-image] Oct 09 05:36:48.343 INFO O| Oct 09 05:36:48.343 INFO O| Planning: Evaluating mediators ... Done
38112024-10-09T05:36:49.574Z[ recovery-image] Oct 09 05:36:48.343 INFO O| Oct 09 05:36:48.343 INFO O| Planning: Planning completed in 2.77 seconds
38122024-10-09T05:36:49.574Z[ recovery-image] Oct 09 05:36:48.345 INFO O| Oct 09 05:36:48.345 INFO O| Packages to install: 1
38132024-10-09T05:36:49.584Z[ recovery-image] Oct 09 05:36:48.356 INFO O| Oct 09 05:36:48.356 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
38142024-10-09T05:36:50.014Z[ recovery-image] Oct 09 05:36:48.785 INFO O| Oct 09 05:36:48.785 INFO O| Download: Completed 20.80 MB in 0.43 seconds (48.5M/s)
38152024-10-09T05:36:50.043Z[ recovery-image] Oct 09 05:36:48.814 INFO O| Oct 09 05:36:48.814 INFO O| Actions: 1/22 actions (Installing new actions)
38162024-10-09T05:36:50.494Z[ host-image] Oct 09 05:36:49.264 INFO O| Oct 09 05:36:49.264 INFO O| Done
38172024-10-09T05:36:50.529Z[ host-image] Oct 09 05:36:49.300 INFO O| Oct 09 05:36:49.300 INFO O| Done
38182024-10-09T05:36:50.543Z[ recovery-image] Oct 09 05:36:49.314 INFO O| Oct 09 05:36:49.314 INFO O| Actions: Completed 22 actions in 0.50 seconds.
38192024-10-09T05:36:50.893Z[ recovery-image] Oct 09 05:36:49.663 INFO O| Oct 09 05:36:49.663 INFO O| Done
38202024-10-09T05:36:50.893Z[ recovery-image] Oct 09 05:36:49.663 INFO O| Oct 09 05:36:49.663 INFO O| Done
38212024-10-09T05:36:51.318Z[ recovery-image] Oct 09 05:36:50.088 INFO O| Oct 09 05:36:50.088 INFO O| Done
38222024-10-09T05:36:52.139Z[ recovery-image] Oct 09 05:36:50.908 INFO O| Oct 09 05:36:50.908 INFO O| Done
38232024-10-09T05:36:52.150Z[ recovery-image] Oct 09 05:36:50.919 INFO O| Oct 09 05:36:50.919 INFO O| Done
38242024-10-09T05:36:52.152Z[ recovery-image] Oct 09 05:36:50.919 INFO O| Oct 09 05:36:50.919 INFO O| Done
38252024-10-09T05:36:52.160Z[ recovery-image] Oct 09 05:36:50.929 INFO O| Oct 09 05:36:50.928 INFO O| Done
38262024-10-09T05:36:52.251Z[ recovery-image] Oct 09 05:36:51.020 INFO O| Oct 09 05:36:51.020 INFO STEP 14 (pkg_install) COMPLETE
38272024-10-09T05:36:52.251Z[ recovery-image] Oct 09 05:36:51.020 INFO O| Oct 09 05:36:51.020 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38282024-10-09T05:36:52.251Z[ recovery-image] Oct 09 05:36:51.020 INFO O| Oct 09 05:36:51.020 INFO skip step because feature "mfg" is not enabled
38292024-10-09T05:36:52.253Z[ recovery-image] Oct 09 05:36:51.020 INFO O| Oct 09 05:36:51.020 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38302024-10-09T05:36:52.253Z[ recovery-image] Oct 09 05:36:51.020 INFO O| Oct 09 05:36:51.020 INFO skip step because feature "compliance" is not enabled
38312024-10-09T05:36:52.253Z[ recovery-image] Oct 09 05:36:51.020 INFO O| Oct 09 05:36:51.020 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38322024-10-09T05:36:52.253Z[ recovery-image] Oct 09 05:36:51.020 INFO O| Oct 09 05:36:51.020 INFO skip step because feature "stress" is not enabled
38332024-10-09T05:36:52.254Z[ recovery-image] Oct 09 05:36:51.020 INFO O| Oct 09 05:36:51.020 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38342024-10-09T05:36:52.254Z[ recovery-image] Oct 09 05:36:51.020 INFO O| Oct 09 05:36:51.020 INFO skip step because feature "nfs" is not enabled
38352024-10-09T05:36:52.254Z[ recovery-image] Oct 09 05:36:51.020 INFO O| Oct 09 05:36:51.020 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38362024-10-09T05:36:52.254Z[ recovery-image] Oct 09 05:36:51.020 INFO O| Oct 09 05:36:51.020 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38372024-10-09T05:36:52.427Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 29s
38382024-10-09T05:36:52.653Z[ recovery-image] Oct 09 05:36:51.421 INFO O| Oct 09 05:36:51.421 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38392024-10-09T05:36:52.724ZOct 09 05:36:51.493 INFO [verify-libraries] process exited with exit status: 0 (334.221459176s)
38402024-10-09T05:36:52.764Z[ recovery-image] Oct 09 05:36:51.532 INFO O| Oct 09 05:36:51.532 INFO completed processing gimlet/ramdisk-01-os
38412024-10-09T05:36:52.766Z[ recovery-image] Oct 09 05:36:51.534 INFO image builder template: ramdisk-02-trim...
38422024-10-09T05:36:52.766Z[ recovery-image] Oct 09 05:36:51.534 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/.tmpnRxr7e/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
38432024-10-09T05:36:52.790Z[ recovery-image] Oct 09 05:36:51.558 INFO O| Oct 09 05:36:51.558 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38442024-10-09T05:36:52.794Z[ recovery-image] Oct 09 05:36:51.562 INFO O| Oct 09 05:36:51.562 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38452024-10-09T05:36:52.857Z[ recovery-image] Oct 09 05:36:51.625 INFO O| Oct 09 05:36:51.625 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
38462024-10-09T05:36:52.907Z[ recovery-image] Oct 09 05:36:51.675 INFO O| Oct 09 05:36:51.675 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38472024-10-09T05:36:52.908Z[ recovery-image] Oct 09 05:36:51.675 INFO O| Oct 09 05:36:51.675 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38482024-10-09T05:36:52.912Z[ recovery-image] Oct 09 05:36:51.680 INFO O| Oct 09 05:36:51.680 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38492024-10-09T05:36:52.916Z[ recovery-image] Oct 09 05:36:51.684 INFO O| Oct 09 05:36:51.684 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38502024-10-09T05:36:52.920Z[ recovery-image] Oct 09 05:36:51.689 INFO O| Oct 09 05:36:51.689 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38512024-10-09T05:36:53.097Z[ recovery-image] Oct 09 05:36:51.865 INFO O| Oct 09 05:36:51.864 INFO rolled back to input snapshot; work may begin
38522024-10-09T05:36:53.097Z[ recovery-image] Oct 09 05:36:51.865 INFO O| Oct 09 05:36:51.865 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38532024-10-09T05:36:53.102Z[ recovery-image] Oct 09 05:36:51.870 INFO O| Oct 09 05:36:51.870 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38542024-10-09T05:36:53.112Z[ recovery-image] Oct 09 05:36:51.881 INFO O| Oct 09 05:36:51.880 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
38552024-10-09T05:36:53.173Z[ recovery-image] Oct 09 05:36:51.941 INFO O| Oct 09 05:36:51.941 INFO STEP 0 (remove_files) COMPLETE
38562024-10-09T05:36:53.173Z[ recovery-image] Oct 09 05:36:51.941 INFO O| Oct 09 05:36:51.941 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38572024-10-09T05:36:53.184Z[ recovery-image] Oct 09 05:36:51.952 INFO O| Oct 09 05:36:51.952 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
38582024-10-09T05:36:53.186Z[ recovery-image] Oct 09 05:36:51.954 INFO O| Oct 09 05:36:51.954 INFO STEP 1 (remove_files) COMPLETE
38592024-10-09T05:36:53.186Z[ recovery-image] Oct 09 05:36:51.954 INFO O| Oct 09 05:36:51.954 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38602024-10-09T05:36:53.195Z[ recovery-image] Oct 09 05:36:51.963 INFO O| Oct 09 05:36:51.963 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
38612024-10-09T05:36:53.210Z[ recovery-image] Oct 09 05:36:51.978 INFO O| Oct 09 05:36:51.978 INFO STEP 2 (remove_files) COMPLETE
38622024-10-09T05:36:53.210Z[ recovery-image] Oct 09 05:36:51.978 INFO O| Oct 09 05:36:51.978 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38632024-10-09T05:36:53.220Z[ recovery-image] Oct 09 05:36:51.988 INFO O| Oct 09 05:36:51.988 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
38642024-10-09T05:36:53.222Z[ recovery-image] Oct 09 05:36:51.990 INFO O| Oct 09 05:36:51.990 INFO STEP 3 (remove_files) COMPLETE
38652024-10-09T05:36:53.222Z[ recovery-image] Oct 09 05:36:51.990 INFO O| Oct 09 05:36:51.990 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38662024-10-09T05:36:53.231Z[ recovery-image] Oct 09 05:36:51.999 INFO O| Oct 09 05:36:51.999 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
38672024-10-09T05:36:53.239Z[ recovery-image] Oct 09 05:36:52.004 INFO O| Oct 09 05:36:52.004 INFO STEP 4 (remove_files) COMPLETE
38682024-10-09T05:36:53.239Z[ recovery-image] Oct 09 05:36:52.004 INFO O| Oct 09 05:36:52.004 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38692024-10-09T05:36:53.246Z[ recovery-image] Oct 09 05:36:52.014 INFO O| Oct 09 05:36:52.014 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
38702024-10-09T05:36:53.249Z[ recovery-image] Oct 09 05:36:52.014 INFO O| Oct 09 05:36:52.014 INFO STEP 5 (remove_files) COMPLETE
38712024-10-09T05:36:53.249Z[ recovery-image] Oct 09 05:36:52.014 INFO O| Oct 09 05:36:52.014 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38722024-10-09T05:36:53.255Z[ recovery-image] Oct 09 05:36:52.024 INFO O| Oct 09 05:36:52.024 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
38732024-10-09T05:36:53.267Z[ recovery-image] Oct 09 05:36:52.035 INFO O| Oct 09 05:36:52.035 INFO STEP 6 (remove_files) COMPLETE
38742024-10-09T05:36:53.267Z[ recovery-image] Oct 09 05:36:52.035 INFO O| Oct 09 05:36:52.035 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38752024-10-09T05:36:53.267Z[ recovery-image] Oct 09 05:36:52.035 INFO O| Oct 09 05:36:52.035 INFO skip step because feature "recovery" is enabled
38762024-10-09T05:36:53.267Z[ recovery-image] Oct 09 05:36:52.035 INFO O| Oct 09 05:36:52.035 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38772024-10-09T05:36:53.270Z[ recovery-image] Oct 09 05:36:52.035 INFO O| Oct 09 05:36:52.035 INFO skip step because feature "recovery" is enabled
38782024-10-09T05:36:53.270Z[ recovery-image] Oct 09 05:36:52.035 INFO O| Oct 09 05:36:52.035 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38792024-10-09T05:36:53.270Z[ recovery-image] Oct 09 05:36:52.035 INFO O| Oct 09 05:36:52.035 INFO skip step because feature "recovery" is enabled
38802024-10-09T05:36:53.270Z[ recovery-image] Oct 09 05:36:52.035 INFO O| Oct 09 05:36:52.035 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38812024-10-09T05:36:53.277Z[ recovery-image] Oct 09 05:36:52.045 INFO O| Oct 09 05:36:52.045 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
38822024-10-09T05:36:53.280Z[ recovery-image] Oct 09 05:36:52.048 INFO O| Oct 09 05:36:52.048 INFO STEP 10 (remove_files) COMPLETE
38832024-10-09T05:36:53.280Z[ recovery-image] Oct 09 05:36:52.048 INFO O| Oct 09 05:36:52.048 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38842024-10-09T05:36:53.289Z[ recovery-image] Oct 09 05:36:52.058 INFO O| Oct 09 05:36:52.057 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
38852024-10-09T05:36:53.292Z[ recovery-image] Oct 09 05:36:52.058 INFO O| Oct 09 05:36:52.058 INFO STEP 11 (remove_files) COMPLETE
38862024-10-09T05:36:53.292Z[ recovery-image] Oct 09 05:36:52.058 INFO O| Oct 09 05:36:52.058 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38872024-10-09T05:36:53.299Z[ recovery-image] Oct 09 05:36:52.067 INFO O| Oct 09 05:36:52.067 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
38882024-10-09T05:36:53.302Z[ recovery-image] Oct 09 05:36:52.069 INFO O| Oct 09 05:36:52.069 INFO STEP 12 (remove_files) COMPLETE
38892024-10-09T05:36:53.302Z[ recovery-image] Oct 09 05:36:52.069 INFO O| Oct 09 05:36:52.069 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38902024-10-09T05:36:53.323Z[ recovery-image] Oct 09 05:36:52.091 INFO O| Oct 09 05:36:52.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
38912024-10-09T05:36:53.396Z[ recovery-image] Oct 09 05:36:52.164 INFO O| Oct 09 05:36:52.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
38922024-10-09T05:36:53.398Z[ recovery-image] Oct 09 05:36:52.165 INFO O| Oct 09 05:36:52.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
38932024-10-09T05:36:53.408Z[ recovery-image] Oct 09 05:36:52.176 INFO O| Oct 09 05:36:52.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
38942024-10-09T05:36:53.440Z[ recovery-image] Oct 09 05:36:52.208 INFO O| Oct 09 05:36:52.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
38952024-10-09T05:36:53.553Z[ recovery-image] Oct 09 05:36:52.320 INFO O| Oct 09 05:36:52.320 INFO STEP 13 (remove_files) COMPLETE
38962024-10-09T05:36:53.553Z[ recovery-image] Oct 09 05:36:52.320 INFO O| Oct 09 05:36:52.320 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38972024-10-09T05:36:53.564Z[ recovery-image] Oct 09 05:36:52.332 INFO O| Oct 09 05:36:52.332 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
38982024-10-09T05:36:53.566Z[ recovery-image] Oct 09 05:36:52.333 INFO O| Oct 09 05:36:52.333 INFO STEP 14 (remove_files) COMPLETE
38992024-10-09T05:36:53.566Z[ recovery-image] Oct 09 05:36:52.333 INFO O| Oct 09 05:36:52.333 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39002024-10-09T05:36:53.575Z[ recovery-image] Oct 09 05:36:52.343 INFO O| Oct 09 05:36:52.343 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
39012024-10-09T05:36:53.581Z[ recovery-image] Oct 09 05:36:52.349 INFO O| Oct 09 05:36:52.349 INFO STEP 15 (remove_files) COMPLETE
39022024-10-09T05:36:53.584Z[ recovery-image] Oct 09 05:36:52.349 INFO O| Oct 09 05:36:52.349 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39032024-10-09T05:36:53.591Z[ recovery-image] Oct 09 05:36:52.359 INFO O| Oct 09 05:36:52.358 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
39042024-10-09T05:36:53.593Z[ recovery-image] Oct 09 05:36:52.359 INFO O| Oct 09 05:36:52.359 INFO STEP 16 (remove_files) COMPLETE
39052024-10-09T05:36:53.593Z[ recovery-image] Oct 09 05:36:52.359 INFO O| Oct 09 05:36:52.359 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39062024-10-09T05:36:53.601Z[ recovery-image] Oct 09 05:36:52.368 INFO O| Oct 09 05:36:52.368 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
39072024-10-09T05:36:53.603Z[ recovery-image] Oct 09 05:36:52.370 INFO O| Oct 09 05:36:52.370 INFO STEP 17 (remove_files) COMPLETE
39082024-10-09T05:36:53.603Z[ recovery-image] Oct 09 05:36:52.370 INFO O| Oct 09 05:36:52.370 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39092024-10-09T05:36:53.611Z[ recovery-image] Oct 09 05:36:52.379 INFO O| Oct 09 05:36:52.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
39102024-10-09T05:36:53.614Z[ recovery-image] Oct 09 05:36:52.379 INFO O| Oct 09 05:36:52.379 INFO STEP 18 (remove_files) COMPLETE
39112024-10-09T05:36:53.614Z[ recovery-image] Oct 09 05:36:52.379 INFO O| Oct 09 05:36:52.379 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39122024-10-09T05:36:53.621Z[ recovery-image] Oct 09 05:36:52.389 INFO O| Oct 09 05:36:52.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
39132024-10-09T05:36:53.621Z[ recovery-image] Oct 09 05:36:52.389 INFO O| Oct 09 05:36:52.389 INFO STEP 19 (remove_files) COMPLETE
39142024-10-09T05:36:53.623Z[ recovery-image] Oct 09 05:36:52.389 INFO O| Oct 09 05:36:52.389 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39152024-10-09T05:36:53.630Z[ recovery-image] Oct 09 05:36:52.398 INFO O| Oct 09 05:36:52.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
39162024-10-09T05:36:53.630Z[ recovery-image] Oct 09 05:36:52.398 INFO O| Oct 09 05:36:52.398 INFO STEP 20 (remove_files) COMPLETE
39172024-10-09T05:36:53.633Z[ recovery-image] Oct 09 05:36:52.398 INFO O| Oct 09 05:36:52.398 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39182024-10-09T05:36:53.640Z[ recovery-image] Oct 09 05:36:52.408 INFO O| Oct 09 05:36:52.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
39192024-10-09T05:36:53.640Z[ recovery-image] Oct 09 05:36:52.408 INFO O| Oct 09 05:36:52.408 INFO STEP 21 (remove_files) COMPLETE
39202024-10-09T05:36:53.642Z[ recovery-image] Oct 09 05:36:52.408 INFO O| Oct 09 05:36:52.408 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39212024-10-09T05:36:53.650Z[ recovery-image] Oct 09 05:36:52.417 INFO O| Oct 09 05:36:52.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
39222024-10-09T05:36:53.650Z[ recovery-image] Oct 09 05:36:52.417 INFO O| Oct 09 05:36:52.417 INFO STEP 22 (remove_files) COMPLETE
39232024-10-09T05:36:53.652Z[ recovery-image] Oct 09 05:36:52.418 INFO O| Oct 09 05:36:52.417 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39242024-10-09T05:36:53.659Z[ recovery-image] Oct 09 05:36:52.427 INFO O| Oct 09 05:36:52.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
39252024-10-09T05:36:53.661Z[ recovery-image] Oct 09 05:36:52.427 INFO O| Oct 09 05:36:52.427 INFO STEP 23 (remove_files) COMPLETE
39262024-10-09T05:36:53.661Z[ recovery-image] Oct 09 05:36:52.427 INFO O| Oct 09 05:36:52.427 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39272024-10-09T05:36:53.668Z[ recovery-image] Oct 09 05:36:52.436 INFO O| Oct 09 05:36:52.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
39282024-10-09T05:36:53.668Z[ recovery-image] Oct 09 05:36:52.436 INFO O| Oct 09 05:36:52.436 INFO STEP 24 (remove_files) COMPLETE
39292024-10-09T05:36:53.671Z[ recovery-image] Oct 09 05:36:52.436 INFO O| Oct 09 05:36:52.436 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39302024-10-09T05:36:53.678Z[ recovery-image] Oct 09 05:36:52.445 INFO O| Oct 09 05:36:52.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
39312024-10-09T05:36:53.678Z[ recovery-image] Oct 09 05:36:52.445 INFO O| Oct 09 05:36:52.445 INFO STEP 25 (remove_files) COMPLETE
39322024-10-09T05:36:53.680Z[ recovery-image] Oct 09 05:36:52.445 INFO O| Oct 09 05:36:52.445 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39332024-10-09T05:36:53.687Z[ recovery-image] Oct 09 05:36:52.455 INFO O| Oct 09 05:36:52.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
39342024-10-09T05:36:53.690Z[ recovery-image] Oct 09 05:36:52.455 INFO O| Oct 09 05:36:52.455 INFO STEP 26 (remove_files) COMPLETE
39352024-10-09T05:36:53.690Z[ recovery-image] Oct 09 05:36:52.455 INFO O| Oct 09 05:36:52.455 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39362024-10-09T05:36:53.696Z[ recovery-image] Oct 09 05:36:52.464 INFO O| Oct 09 05:36:52.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
39372024-10-09T05:36:53.699Z[ recovery-image] Oct 09 05:36:52.464 INFO O| Oct 09 05:36:52.464 INFO STEP 27 (remove_files) COMPLETE
39382024-10-09T05:36:53.699Z[ recovery-image] Oct 09 05:36:52.464 INFO O| Oct 09 05:36:52.464 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39392024-10-09T05:36:53.706Z[ recovery-image] Oct 09 05:36:52.473 INFO O| Oct 09 05:36:52.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
39402024-10-09T05:36:53.706Z[ recovery-image] Oct 09 05:36:52.474 INFO O| Oct 09 05:36:52.473 INFO STEP 28 (remove_files) COMPLETE
39412024-10-09T05:36:53.708Z[ recovery-image] Oct 09 05:36:52.474 INFO O| Oct 09 05:36:52.474 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39422024-10-09T05:36:53.715Z[ recovery-image] Oct 09 05:36:52.483 INFO O| Oct 09 05:36:52.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
39432024-10-09T05:36:53.715Z[ recovery-image] Oct 09 05:36:52.483 INFO O| Oct 09 05:36:52.483 INFO STEP 29 (remove_files) COMPLETE
39442024-10-09T05:36:53.717Z[ recovery-image] Oct 09 05:36:52.483 INFO O| Oct 09 05:36:52.483 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39452024-10-09T05:36:53.724Z[ recovery-image] Oct 09 05:36:52.492 INFO O| Oct 09 05:36:52.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
39462024-10-09T05:36:53.729Z[ recovery-image] Oct 09 05:36:52.492 INFO O| Oct 09 05:36:52.492 INFO STEP 30 (remove_files) COMPLETE
39472024-10-09T05:36:53.729Z[ recovery-image] Oct 09 05:36:52.492 INFO O| Oct 09 05:36:52.492 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39482024-10-09T05:36:53.734Z[ recovery-image] Oct 09 05:36:52.502 INFO O| Oct 09 05:36:52.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
39492024-10-09T05:36:53.736Z[ recovery-image] Oct 09 05:36:52.502 INFO O| Oct 09 05:36:52.502 INFO STEP 31 (remove_files) COMPLETE
39502024-10-09T05:36:53.736Z[ recovery-image] Oct 09 05:36:52.502 INFO O| Oct 09 05:36:52.502 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39512024-10-09T05:36:53.743Z[ recovery-image] Oct 09 05:36:52.511 INFO O| Oct 09 05:36:52.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
39522024-10-09T05:36:53.743Z[ recovery-image] Oct 09 05:36:52.511 INFO O| Oct 09 05:36:52.511 INFO STEP 32 (remove_files) COMPLETE
39532024-10-09T05:36:53.743Z[ recovery-image] Oct 09 05:36:52.511 INFO O| Oct 09 05:36:52.511 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39542024-10-09T05:36:53.753Z[ recovery-image] Oct 09 05:36:52.520 INFO O| Oct 09 05:36:52.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
39552024-10-09T05:36:53.753Z[ recovery-image] Oct 09 05:36:52.520 INFO O| Oct 09 05:36:52.520 INFO STEP 33 (remove_files) COMPLETE
39562024-10-09T05:36:53.753Z[ recovery-image] Oct 09 05:36:52.520 INFO O| Oct 09 05:36:52.520 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39572024-10-09T05:36:53.762Z[ recovery-image] Oct 09 05:36:52.530 INFO O| Oct 09 05:36:52.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
39582024-10-09T05:36:53.762Z[ recovery-image] Oct 09 05:36:52.530 INFO O| Oct 09 05:36:52.530 INFO STEP 34 (remove_files) COMPLETE
39592024-10-09T05:36:53.762Z[ recovery-image] Oct 09 05:36:52.530 INFO O| Oct 09 05:36:52.530 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39602024-10-09T05:36:53.772Z[ recovery-image] Oct 09 05:36:52.539 INFO O| Oct 09 05:36:52.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
39612024-10-09T05:36:53.772Z[ recovery-image] Oct 09 05:36:52.539 INFO O| Oct 09 05:36:52.539 INFO STEP 35 (remove_files) COMPLETE
39622024-10-09T05:36:53.774Z[ recovery-image] Oct 09 05:36:52.539 INFO O| Oct 09 05:36:52.539 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39632024-10-09T05:36:53.780Z[ recovery-image] Oct 09 05:36:52.548 INFO O| Oct 09 05:36:52.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
39642024-10-09T05:36:53.780Z[ recovery-image] Oct 09 05:36:52.548 INFO O| Oct 09 05:36:52.548 INFO STEP 36 (remove_files) COMPLETE
39652024-10-09T05:36:53.783Z[ recovery-image] Oct 09 05:36:52.548 INFO O| Oct 09 05:36:52.548 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39662024-10-09T05:36:53.789Z[ recovery-image] Oct 09 05:36:52.557 INFO O| Oct 09 05:36:52.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
39672024-10-09T05:36:53.792Z[ recovery-image] Oct 09 05:36:52.557 INFO O| Oct 09 05:36:52.557 INFO STEP 37 (remove_files) COMPLETE
39682024-10-09T05:36:53.792Z[ recovery-image] Oct 09 05:36:52.557 INFO O| Oct 09 05:36:52.557 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39692024-10-09T05:36:53.799Z[ recovery-image] Oct 09 05:36:52.566 INFO O| Oct 09 05:36:52.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
39702024-10-09T05:36:53.799Z[ recovery-image] Oct 09 05:36:52.566 INFO O| Oct 09 05:36:52.566 INFO STEP 38 (remove_files) COMPLETE
39712024-10-09T05:36:53.801Z[ recovery-image] Oct 09 05:36:52.566 INFO O| Oct 09 05:36:52.566 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39722024-10-09T05:36:53.808Z[ recovery-image] Oct 09 05:36:52.575 INFO O| Oct 09 05:36:52.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
39732024-10-09T05:36:53.808Z[ recovery-image] Oct 09 05:36:52.576 INFO O| Oct 09 05:36:52.576 INFO STEP 39 (remove_files) COMPLETE
39742024-10-09T05:36:53.810Z[ recovery-image] Oct 09 05:36:52.576 INFO O| Oct 09 05:36:52.576 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39752024-10-09T05:36:53.817Z[ recovery-image] Oct 09 05:36:52.585 INFO O| Oct 09 05:36:52.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
39762024-10-09T05:36:53.817Z[ recovery-image] Oct 09 05:36:52.585 INFO O| Oct 09 05:36:52.585 INFO STEP 40 (remove_files) COMPLETE
39772024-10-09T05:36:53.819Z[ recovery-image] Oct 09 05:36:52.585 INFO O| Oct 09 05:36:52.585 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39782024-10-09T05:36:53.827Z[ recovery-image] Oct 09 05:36:52.594 INFO O| Oct 09 05:36:52.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
39792024-10-09T05:36:53.827Z[ recovery-image] Oct 09 05:36:52.594 INFO O| Oct 09 05:36:52.594 INFO STEP 41 (remove_files) COMPLETE
39802024-10-09T05:36:53.829Z[ recovery-image] Oct 09 05:36:52.594 INFO O| Oct 09 05:36:52.594 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39812024-10-09T05:36:53.836Z[ recovery-image] Oct 09 05:36:52.604 INFO O| Oct 09 05:36:52.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
39822024-10-09T05:36:53.838Z[ recovery-image] Oct 09 05:36:52.604 INFO O| Oct 09 05:36:52.604 INFO STEP 42 (remove_files) COMPLETE
39832024-10-09T05:36:53.838Z[ recovery-image] Oct 09 05:36:52.604 INFO O| Oct 09 05:36:52.604 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39842024-10-09T05:36:53.845Z[ recovery-image] Oct 09 05:36:52.613 INFO O| Oct 09 05:36:52.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
39852024-10-09T05:36:53.848Z[ recovery-image] Oct 09 05:36:52.613 INFO O| Oct 09 05:36:52.613 INFO STEP 43 (remove_files) COMPLETE
39862024-10-09T05:36:53.848Z[ recovery-image] Oct 09 05:36:52.613 INFO O| Oct 09 05:36:52.613 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39872024-10-09T05:36:53.854Z[ recovery-image] Oct 09 05:36:52.622 INFO O| Oct 09 05:36:52.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
39882024-10-09T05:36:53.854Z[ recovery-image] Oct 09 05:36:52.622 INFO O| Oct 09 05:36:52.622 INFO STEP 44 (remove_files) COMPLETE
39892024-10-09T05:36:53.857Z[ recovery-image] Oct 09 05:36:52.622 INFO O| Oct 09 05:36:52.622 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39902024-10-09T05:36:53.863Z[ recovery-image] Oct 09 05:36:52.631 INFO O| Oct 09 05:36:52.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
39912024-10-09T05:36:53.863Z[ recovery-image] Oct 09 05:36:52.631 INFO O| Oct 09 05:36:52.631 INFO STEP 45 (remove_files) COMPLETE
39922024-10-09T05:36:53.866Z[ recovery-image] Oct 09 05:36:52.631 INFO O| Oct 09 05:36:52.631 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39932024-10-09T05:36:53.873Z[ recovery-image] Oct 09 05:36:52.640 INFO O| Oct 09 05:36:52.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
39942024-10-09T05:36:53.873Z[ recovery-image] Oct 09 05:36:52.640 INFO O| Oct 09 05:36:52.640 INFO STEP 46 (remove_files) COMPLETE
39952024-10-09T05:36:53.875Z[ recovery-image] Oct 09 05:36:52.640 INFO O| Oct 09 05:36:52.640 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39962024-10-09T05:36:53.882Z[ recovery-image] Oct 09 05:36:52.650 INFO O| Oct 09 05:36:52.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
39972024-10-09T05:36:53.882Z[ recovery-image] Oct 09 05:36:52.650 INFO O| Oct 09 05:36:52.650 INFO STEP 47 (remove_files) COMPLETE
39982024-10-09T05:36:53.885Z[ recovery-image] Oct 09 05:36:52.650 INFO O| Oct 09 05:36:52.650 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39992024-10-09T05:36:53.891Z[ recovery-image] Oct 09 05:36:52.659 INFO O| Oct 09 05:36:52.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
40002024-10-09T05:36:53.894Z[ recovery-image] Oct 09 05:36:52.659 INFO O| Oct 09 05:36:52.659 INFO STEP 48 (remove_files) COMPLETE
40012024-10-09T05:36:53.894Z[ recovery-image] Oct 09 05:36:52.659 INFO O| Oct 09 05:36:52.659 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40022024-10-09T05:36:53.901Z[ recovery-image] Oct 09 05:36:52.668 INFO O| Oct 09 05:36:52.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
40032024-10-09T05:36:53.901Z[ recovery-image] Oct 09 05:36:52.668 INFO O| Oct 09 05:36:52.668 INFO STEP 49 (remove_files) COMPLETE
40042024-10-09T05:36:53.904Z[ recovery-image] Oct 09 05:36:52.668 INFO O| Oct 09 05:36:52.668 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40052024-10-09T05:36:53.910Z[ recovery-image] Oct 09 05:36:52.678 INFO O| Oct 09 05:36:52.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
40062024-10-09T05:36:53.910Z[ recovery-image] Oct 09 05:36:52.678 INFO O| Oct 09 05:36:52.678 INFO STEP 50 (remove_files) COMPLETE
40072024-10-09T05:36:53.913Z[ recovery-image] Oct 09 05:36:52.678 INFO O| Oct 09 05:36:52.678 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40082024-10-09T05:36:53.916Z[ host-image] Oct 09 05:36:52.683 INFO O| Oct 09 05:36:52.683 INFO O| Done
40092024-10-09T05:36:53.919Z[ recovery-image] Oct 09 05:36:52.687 INFO O| Oct 09 05:36:52.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
40102024-10-09T05:36:53.922Z[ recovery-image] Oct 09 05:36:52.687 INFO O| Oct 09 05:36:52.687 INFO STEP 51 (remove_files) COMPLETE
40112024-10-09T05:36:53.922Z[ recovery-image] Oct 09 05:36:52.687 INFO O| Oct 09 05:36:52.687 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40122024-10-09T05:36:53.929Z[ recovery-image] Oct 09 05:36:52.696 INFO O| Oct 09 05:36:52.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
40132024-10-09T05:36:53.931Z[ recovery-image] Oct 09 05:36:52.696 INFO O| Oct 09 05:36:52.696 INFO STEP 52 (remove_files) COMPLETE
40142024-10-09T05:36:53.931Z[ recovery-image] Oct 09 05:36:52.696 INFO O| Oct 09 05:36:52.696 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40152024-10-09T05:36:53.938Z[ recovery-image] Oct 09 05:36:52.705 INFO O| Oct 09 05:36:52.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
40162024-10-09T05:36:53.940Z[ recovery-image] Oct 09 05:36:52.705 INFO O| Oct 09 05:36:52.705 INFO STEP 53 (remove_files) COMPLETE
40172024-10-09T05:36:53.940Z[ recovery-image] Oct 09 05:36:52.705 INFO O| Oct 09 05:36:52.705 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40182024-10-09T05:36:53.947Z[ recovery-image] Oct 09 05:36:52.715 INFO O| Oct 09 05:36:52.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
40192024-10-09T05:36:53.951Z[ recovery-image] Oct 09 05:36:52.715 INFO O| Oct 09 05:36:52.715 INFO STEP 54 (remove_files) COMPLETE
40202024-10-09T05:36:53.951Z[ recovery-image] Oct 09 05:36:52.715 INFO O| Oct 09 05:36:52.715 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40212024-10-09T05:36:53.956Z[ recovery-image] Oct 09 05:36:52.724 INFO O| Oct 09 05:36:52.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
40222024-10-09T05:36:53.956Z[ recovery-image] Oct 09 05:36:52.724 INFO O| Oct 09 05:36:52.724 INFO STEP 55 (remove_files) COMPLETE
40232024-10-09T05:36:53.959Z[ recovery-image] Oct 09 05:36:52.724 INFO O| Oct 09 05:36:52.724 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40242024-10-09T05:36:53.966Z[ recovery-image] Oct 09 05:36:52.733 INFO O| Oct 09 05:36:52.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
40252024-10-09T05:36:53.966Z[ recovery-image] Oct 09 05:36:52.734 INFO O| Oct 09 05:36:52.734 INFO STEP 56 (remove_files) COMPLETE
40262024-10-09T05:36:53.966Z[ recovery-image] Oct 09 05:36:52.734 INFO O| Oct 09 05:36:52.734 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40272024-10-09T05:36:53.975Z[ recovery-image] Oct 09 05:36:52.743 INFO O| Oct 09 05:36:52.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
40282024-10-09T05:36:53.975Z[ recovery-image] Oct 09 05:36:52.743 INFO O| Oct 09 05:36:52.743 INFO STEP 57 (remove_files) COMPLETE
40292024-10-09T05:36:53.978Z[ recovery-image] Oct 09 05:36:52.743 INFO O| Oct 09 05:36:52.743 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40302024-10-09T05:36:53.986Z[ recovery-image] Oct 09 05:36:52.753 INFO O| Oct 09 05:36:52.753 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
40312024-10-09T05:36:53.986Z[ recovery-image] Oct 09 05:36:52.753 INFO O| Oct 09 05:36:52.753 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
40322024-10-09T05:36:53.989Z[ recovery-image] Oct 09 05:36:52.754 INFO O| Oct 09 05:36:52.753 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40332024-10-09T05:36:53.990Z[ recovery-image] Oct 09 05:36:52.754 INFO O| Oct 09 05:36:52.754 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40342024-10-09T05:36:53.990Z[ recovery-image] Oct 09 05:36:52.754 INFO O| Oct 09 05:36:52.754 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40352024-10-09T05:36:53.990Z[ recovery-image] Oct 09 05:36:52.754 INFO O| Oct 09 05:36:52.754 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40362024-10-09T05:36:53.990Z[ recovery-image] Oct 09 05:36:52.754 INFO O| Oct 09 05:36:52.754 INFO ok!
40372024-10-09T05:36:53.990Z[ recovery-image] Oct 09 05:36:52.754 INFO O| Oct 09 05:36:52.754 INFO STEP 58 (ensure_file) COMPLETE
40382024-10-09T05:36:53.990Z[ recovery-image] Oct 09 05:36:52.754 INFO O| Oct 09 05:36:52.754 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40392024-10-09T05:36:53.997Z[ recovery-image] Oct 09 05:36:52.764 INFO O| Oct 09 05:36:52.764 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
40402024-10-09T05:36:53.997Z[ recovery-image] Oct 09 05:36:52.764 INFO O| Oct 09 05:36:52.764 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
40412024-10-09T05:36:53.999Z[ recovery-image] Oct 09 05:36:52.764 INFO O| Oct 09 05:36:52.764 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40422024-10-09T05:36:53.999Z[ recovery-image] Oct 09 05:36:52.764 INFO O| Oct 09 05:36:52.764 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40432024-10-09T05:36:53.999Z[ recovery-image] Oct 09 05:36:52.764 INFO O| Oct 09 05:36:52.764 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40442024-10-09T05:36:53.999Z[ recovery-image] Oct 09 05:36:52.764 INFO O| Oct 09 05:36:52.764 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40452024-10-09T05:36:53.999Z[ recovery-image] Oct 09 05:36:52.764 INFO O| Oct 09 05:36:52.764 INFO ok!
40462024-10-09T05:36:53.999Z[ recovery-image] Oct 09 05:36:52.764 INFO O| Oct 09 05:36:52.764 INFO STEP 59 (ensure_file) COMPLETE
40472024-10-09T05:36:54.000Z[ recovery-image] Oct 09 05:36:52.764 INFO O| Oct 09 05:36:52.764 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40482024-10-09T05:36:54.006Z[ recovery-image] Oct 09 05:36:52.774 INFO O| Oct 09 05:36:52.774 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
40492024-10-09T05:36:54.009Z[ recovery-image] Oct 09 05:36:52.774 INFO O| Oct 09 05:36:52.774 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
40502024-10-09T05:36:54.009Z[ recovery-image] Oct 09 05:36:52.774 INFO O| Oct 09 05:36:52.774 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
40512024-10-09T05:36:54.009Z[ recovery-image] Oct 09 05:36:52.774 INFO O| Oct 09 05:36:52.774 INFO ok!
40522024-10-09T05:36:54.009Z[ recovery-image] Oct 09 05:36:52.774 INFO O| Oct 09 05:36:52.774 INFO STEP 60 (ensure_file) COMPLETE
40532024-10-09T05:36:54.009Z[ recovery-image] Oct 09 05:36:52.774 INFO O| Oct 09 05:36:52.774 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40542024-10-09T05:36:54.016Z[ recovery-image] Oct 09 05:36:52.783 INFO O| Oct 09 05:36:52.783 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
40552024-10-09T05:36:54.016Z[ recovery-image] Oct 09 05:36:52.783 INFO O| Oct 09 05:36:52.783 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
40562024-10-09T05:36:54.019Z[ recovery-image] Oct 09 05:36:52.784 INFO O| Oct 09 05:36:52.784 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
40572024-10-09T05:36:54.019Z[ recovery-image] Oct 09 05:36:52.784 INFO O| Oct 09 05:36:52.784 INFO ok!
40582024-10-09T05:36:54.019Z[ recovery-image] Oct 09 05:36:52.784 INFO O| Oct 09 05:36:52.784 INFO STEP 61 (ensure_file) COMPLETE
40592024-10-09T05:36:54.019Z[ recovery-image] Oct 09 05:36:52.784 INFO O| Oct 09 05:36:52.784 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40602024-10-09T05:36:54.025Z[ recovery-image] Oct 09 05:36:52.793 INFO O| Oct 09 05:36:52.793 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
40612024-10-09T05:36:54.026Z[ recovery-image] Oct 09 05:36:52.793 INFO O| Oct 09 05:36:52.793 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
40622024-10-09T05:36:54.029Z[ recovery-image] Oct 09 05:36:52.793 INFO O| Oct 09 05:36:52.793 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40632024-10-09T05:36:54.029Z[ recovery-image] Oct 09 05:36:52.793 INFO O| Oct 09 05:36:52.793 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40642024-10-09T05:36:54.029Z[ recovery-image] Oct 09 05:36:52.793 INFO O| Oct 09 05:36:52.793 INFO ok!
40652024-10-09T05:36:54.029Z[ recovery-image] Oct 09 05:36:52.793 INFO O| Oct 09 05:36:52.793 INFO STEP 62 (ensure_file) COMPLETE
40662024-10-09T05:36:54.029Z[ recovery-image] Oct 09 05:36:52.793 INFO O| Oct 09 05:36:52.793 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40672024-10-09T05:36:54.035Z[ recovery-image] Oct 09 05:36:52.803 INFO O| Oct 09 05:36:52.803 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
40682024-10-09T05:36:54.035Z[ recovery-image] Oct 09 05:36:52.803 INFO O| Oct 09 05:36:52.803 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
40692024-10-09T05:36:54.038Z[ recovery-image] Oct 09 05:36:52.803 INFO O| Oct 09 05:36:52.803 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40702024-10-09T05:36:54.038Z[ recovery-image] Oct 09 05:36:52.803 INFO O| Oct 09 05:36:52.803 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40712024-10-09T05:36:54.038Z[ recovery-image] Oct 09 05:36:52.803 INFO O| Oct 09 05:36:52.803 INFO ok!
40722024-10-09T05:36:54.038Z[ recovery-image] Oct 09 05:36:52.803 INFO O| Oct 09 05:36:52.803 INFO STEP 63 (ensure_file) COMPLETE
40732024-10-09T05:36:54.038Z[ recovery-image] Oct 09 05:36:52.803 INFO O| Oct 09 05:36:52.803 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40742024-10-09T05:36:54.045Z[ recovery-image] Oct 09 05:36:52.812 INFO O| Oct 09 05:36:52.812 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
40752024-10-09T05:36:54.045Z[ recovery-image] Oct 09 05:36:52.813 INFO O| Oct 09 05:36:52.812 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
40762024-10-09T05:36:54.046Z[ recovery-image] Oct 09 05:36:52.813 INFO O| Oct 09 05:36:52.813 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
40772024-10-09T05:36:54.048Z[ recovery-image] Oct 09 05:36:52.813 INFO O| Oct 09 05:36:52.813 INFO ok!
40782024-10-09T05:36:54.048Z[ recovery-image] Oct 09 05:36:52.813 INFO O| Oct 09 05:36:52.813 INFO STEP 64 (assemble_files) COMPLETE
40792024-10-09T05:36:54.048Z[ recovery-image] Oct 09 05:36:52.813 INFO O| Oct 09 05:36:52.813 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40802024-10-09T05:36:54.055Z[ recovery-image] Oct 09 05:36:52.822 INFO O| Oct 09 05:36:52.822 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
40812024-10-09T05:36:54.055Z[ recovery-image] Oct 09 05:36:52.822 INFO O| Oct 09 05:36:52.822 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
40822024-10-09T05:36:54.057Z[ recovery-image] Oct 09 05:36:52.822 INFO O| Oct 09 05:36:52.822 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40832024-10-09T05:36:54.058Z[ recovery-image] Oct 09 05:36:52.822 INFO O| Oct 09 05:36:52.822 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40842024-10-09T05:36:54.058Z[ recovery-image] Oct 09 05:36:52.822 INFO O| Oct 09 05:36:52.822 INFO ok!
40852024-10-09T05:36:54.058Z[ recovery-image] Oct 09 05:36:52.822 INFO O| Oct 09 05:36:52.822 INFO STEP 65 (ensure_file) COMPLETE
40862024-10-09T05:36:54.058Z[ recovery-image] Oct 09 05:36:52.822 INFO O| Oct 09 05:36:52.822 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40872024-10-09T05:36:54.058Z[ recovery-image] Oct 09 05:36:52.822 INFO O| Oct 09 05:36:52.822 INFO skip step because feature "omicron1" is not enabled
40882024-10-09T05:36:54.058Z[ recovery-image] Oct 09 05:36:52.822 INFO O| Oct 09 05:36:52.822 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40892024-10-09T05:36:54.058Z[ recovery-image] Oct 09 05:36:52.822 INFO O| Oct 09 05:36:52.822 INFO skip step because feature "omicron1" is not enabled
40902024-10-09T05:36:54.058Z[ recovery-image] Oct 09 05:36:52.823 INFO O| Oct 09 05:36:52.822 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40912024-10-09T05:36:54.059Z[ recovery-image] Oct 09 05:36:52.823 INFO O| Oct 09 05:36:52.823 INFO skip step because feature "omicron1" is not enabled
40922024-10-09T05:36:54.059Z[ recovery-image] Oct 09 05:36:52.823 INFO O| Oct 09 05:36:52.823 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40932024-10-09T05:36:54.070Z[ recovery-image] Oct 09 05:36:52.837 INFO O| Oct 09 05:36:52.837 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
40942024-10-09T05:36:54.070Z[ recovery-image] Oct 09 05:36:52.837 INFO O| Oct 09 05:36:52.837 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
40952024-10-09T05:36:54.404Z[ host-image] Oct 09 05:36:53.171 INFO O| Oct 09 05:36:53.171 INFO O| Done
40962024-10-09T05:36:54.633Z[ host-image] Oct 09 05:36:53.400 INFO O| Oct 09 05:36:53.400 INFO STEP 11 (pkg_install) COMPLETE
40972024-10-09T05:36:54.635Z[ host-image] Oct 09 05:36:53.400 INFO O| Oct 09 05:36:53.400 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40982024-10-09T05:36:54.644Z[ host-image] Oct 09 05:36:53.411 INFO O| Oct 09 05:36:53.411 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
40992024-10-09T05:36:55.112Z[ host-image] Oct 09 05:36:53.875 INFO O| Oct 09 05:36:53.875 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41002024-10-09T05:36:55.702Z[ recovery-image] Oct 09 05:36:54.467 INFO O| Oct 09 05:36:54.467 INFO STEP 69 (pack_tar) COMPLETE
41012024-10-09T05:36:55.705Z[ recovery-image] Oct 09 05:36:54.467 INFO O| Oct 09 05:36:54.467 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41022024-10-09T05:36:55.705Z[ recovery-image] Oct 09 05:36:54.467 INFO O| Oct 09 05:36:54.467 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41032024-10-09T05:36:56.028Z[ recovery-image] Oct 09 05:36:54.792 INFO O| Oct 09 05:36:54.792 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41042024-10-09T05:36:56.092Z[ recovery-image] Oct 09 05:36:54.857 INFO O| Oct 09 05:36:54.857 INFO completed processing gimlet/ramdisk-02-trim
41052024-10-09T05:36:56.094Z[ recovery-image] Oct 09 05:36:54.859 INFO image builder template: ramdisk-03-recovery-trim...
41062024-10-09T05:36:56.094Z[ recovery-image] Oct 09 05:36:54.859 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/.tmpnRxr7e/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
41072024-10-09T05:36:56.204Z[ recovery-image] Oct 09 05:36:54.969 INFO O| Oct 09 05:36:54.969 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41082024-10-09T05:36:56.208Z[ recovery-image] Oct 09 05:36:54.973 INFO O| Oct 09 05:36:54.973 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41092024-10-09T05:36:56.260Z[ recovery-image] Oct 09 05:36:55.025 INFO O| Oct 09 05:36:55.025 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
41102024-10-09T05:36:56.310Z[ recovery-image] Oct 09 05:36:55.075 INFO O| Oct 09 05:36:55.075 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41112024-10-09T05:36:56.313Z[ recovery-image] Oct 09 05:36:55.076 INFO O| Oct 09 05:36:55.076 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41122024-10-09T05:36:56.319Z[ recovery-image] Oct 09 05:36:55.084 INFO O| Oct 09 05:36:55.084 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
41132024-10-09T05:36:56.323Z[ recovery-image] Oct 09 05:36:55.089 INFO O| Oct 09 05:36:55.089 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41142024-10-09T05:36:56.328Z[ recovery-image] Oct 09 05:36:55.093 INFO O| Oct 09 05:36:55.093 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41152024-10-09T05:36:56.535Z[ recovery-image] Oct 09 05:36:55.300 INFO O| Oct 09 05:36:55.300 INFO rolled back to input snapshot; work may begin
41162024-10-09T05:36:56.535Z[ recovery-image] Oct 09 05:36:55.300 INFO O| Oct 09 05:36:55.300 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41172024-10-09T05:36:56.541Z[ recovery-image] Oct 09 05:36:55.306 INFO O| Oct 09 05:36:55.306 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41182024-10-09T05:36:56.551Z[ recovery-image] Oct 09 05:36:55.316 INFO O| Oct 09 05:36:55.316 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
41192024-10-09T05:36:56.555Z[ recovery-image] Oct 09 05:36:55.320 INFO O| Oct 09 05:36:55.320 INFO STEP 0 (remove_files) COMPLETE
41202024-10-09T05:36:56.555Z[ recovery-image] Oct 09 05:36:55.320 INFO O| Oct 09 05:36:55.320 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41212024-10-09T05:36:56.565Z[ recovery-image] Oct 09 05:36:55.330 INFO O| Oct 09 05:36:55.330 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
41222024-10-09T05:36:56.625Z[ recovery-image] Oct 09 05:36:55.390 INFO O| Oct 09 05:36:55.390 INFO STEP 1 (remove_files) COMPLETE
41232024-10-09T05:36:56.625Z[ recovery-image] Oct 09 05:36:55.390 INFO O| Oct 09 05:36:55.390 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41242024-10-09T05:36:56.636Z[ recovery-image] Oct 09 05:36:55.401 INFO O| Oct 09 05:36:55.401 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
41252024-10-09T05:36:56.639Z[ recovery-image] Oct 09 05:36:55.404 INFO O| Oct 09 05:36:55.404 INFO STEP 2 (remove_files) COMPLETE
41262024-10-09T05:36:56.641Z[ recovery-image] Oct 09 05:36:55.404 INFO O| Oct 09 05:36:55.404 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41272024-10-09T05:36:56.648Z[ recovery-image] Oct 09 05:36:55.413 INFO O| Oct 09 05:36:55.413 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
41282024-10-09T05:36:56.693Z[ recovery-image] Oct 09 05:36:55.457 INFO O| Oct 09 05:36:55.457 INFO STEP 3 (remove_files) COMPLETE
41292024-10-09T05:36:56.693Z[ recovery-image] Oct 09 05:36:55.457 INFO O| Oct 09 05:36:55.457 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41302024-10-09T05:36:56.703Z[ recovery-image] Oct 09 05:36:55.468 INFO O| Oct 09 05:36:55.468 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
41312024-10-09T05:36:56.714Z[ recovery-image] Oct 09 05:36:55.479 INFO O| Oct 09 05:36:55.479 INFO STEP 4 (remove_files) COMPLETE
41322024-10-09T05:36:56.714Z[ recovery-image] Oct 09 05:36:55.479 INFO O| Oct 09 05:36:55.479 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41332024-10-09T05:36:56.725Z[ recovery-image] Oct 09 05:36:55.490 INFO O| Oct 09 05:36:55.490 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
41342024-10-09T05:36:56.729Z[ recovery-image] Oct 09 05:36:55.494 INFO O| Oct 09 05:36:55.494 INFO STEP 5 (remove_files) COMPLETE
41352024-10-09T05:36:56.729Z[ recovery-image] Oct 09 05:36:55.494 INFO O| Oct 09 05:36:55.494 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41362024-10-09T05:36:56.739Z[ recovery-image] Oct 09 05:36:55.504 INFO O| Oct 09 05:36:55.504 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
41372024-10-09T05:36:56.741Z[ recovery-image] Oct 09 05:36:55.505 INFO O| Oct 09 05:36:55.505 INFO STEP 6 (remove_files) COMPLETE
41382024-10-09T05:36:56.741Z[ recovery-image] Oct 09 05:36:55.505 INFO O| Oct 09 05:36:55.505 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41392024-10-09T05:36:56.750Z[ recovery-image] Oct 09 05:36:55.514 INFO O| Oct 09 05:36:55.514 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
41402024-10-09T05:36:56.752Z[ recovery-image] Oct 09 05:36:55.516 INFO O| Oct 09 05:36:55.516 INFO STEP 7 (remove_files) COMPLETE
41412024-10-09T05:36:56.752Z[ recovery-image] Oct 09 05:36:55.516 INFO O| Oct 09 05:36:55.516 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41422024-10-09T05:36:56.761Z[ recovery-image] Oct 09 05:36:55.526 INFO O| Oct 09 05:36:55.526 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
41432024-10-09T05:36:56.765Z[ recovery-image] Oct 09 05:36:55.530 INFO O| Oct 09 05:36:55.530 INFO STEP 8 (remove_files) COMPLETE
41442024-10-09T05:36:56.765Z[ recovery-image] Oct 09 05:36:55.530 INFO O| Oct 09 05:36:55.530 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41452024-10-09T05:36:56.775Z[ recovery-image] Oct 09 05:36:55.540 INFO O| Oct 09 05:36:55.540 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
41462024-10-09T05:36:56.777Z[ recovery-image] Oct 09 05:36:55.540 INFO O| Oct 09 05:36:55.540 INFO STEP 9 (remove_files) COMPLETE
41472024-10-09T05:36:56.777Z[ recovery-image] Oct 09 05:36:55.540 INFO O| Oct 09 05:36:55.540 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41482024-10-09T05:36:56.784Z[ recovery-image] Oct 09 05:36:55.549 INFO O| Oct 09 05:36:55.549 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
41492024-10-09T05:36:56.787Z[ recovery-image] Oct 09 05:36:55.550 INFO O| Oct 09 05:36:55.550 INFO STEP 10 (remove_files) COMPLETE
41502024-10-09T05:36:56.787Z[ recovery-image] Oct 09 05:36:55.550 INFO O| Oct 09 05:36:55.550 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41512024-10-09T05:36:56.795Z[ recovery-image] Oct 09 05:36:55.560 INFO O| Oct 09 05:36:55.560 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
41522024-10-09T05:36:56.843Z[ recovery-image] Oct 09 05:36:55.607 INFO O| Oct 09 05:36:55.607 INFO STEP 11 (remove_files) COMPLETE
41532024-10-09T05:36:56.843Z[ recovery-image] Oct 09 05:36:55.608 INFO O| Oct 09 05:36:55.607 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41542024-10-09T05:36:56.854Z[ recovery-image] Oct 09 05:36:55.619 INFO O| Oct 09 05:36:55.618 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
41552024-10-09T05:36:56.856Z[ recovery-image] Oct 09 05:36:55.621 INFO O| Oct 09 05:36:55.621 INFO STEP 12 (remove_files) COMPLETE
41562024-10-09T05:36:56.856Z[ recovery-image] Oct 09 05:36:55.621 INFO O| Oct 09 05:36:55.621 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41572024-10-09T05:36:56.867Z[ recovery-image] Oct 09 05:36:55.631 INFO O| Oct 09 05:36:55.631 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
41582024-10-09T05:36:56.870Z[ recovery-image] Oct 09 05:36:55.635 INFO O| Oct 09 05:36:55.635 INFO STEP 13 (remove_files) COMPLETE
41592024-10-09T05:36:56.870Z[ recovery-image] Oct 09 05:36:55.635 INFO O| Oct 09 05:36:55.635 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41602024-10-09T05:36:56.880Z[ recovery-image] Oct 09 05:36:55.645 INFO O| Oct 09 05:36:55.645 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
41612024-10-09T05:36:56.883Z[ recovery-image] Oct 09 05:36:55.645 INFO O| Oct 09 05:36:55.645 INFO STEP 14 (remove_files) COMPLETE
41622024-10-09T05:36:56.883Z[ recovery-image] Oct 09 05:36:55.645 INFO O| Oct 09 05:36:55.645 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41632024-10-09T05:36:56.892Z[ recovery-image] Oct 09 05:36:55.657 INFO O| Oct 09 05:36:55.657 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
41642024-10-09T05:36:56.895Z[ recovery-image] Oct 09 05:36:55.659 INFO O| Oct 09 05:36:55.659 INFO STEP 15 (remove_files) COMPLETE
41652024-10-09T05:36:56.895Z[ recovery-image] Oct 09 05:36:55.659 INFO O| Oct 09 05:36:55.659 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41662024-10-09T05:36:56.907Z[ recovery-image] Oct 09 05:36:55.672 INFO O| Oct 09 05:36:55.672 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
41672024-10-09T05:36:56.919Z[ recovery-image] Oct 09 05:36:55.683 INFO O| Oct 09 05:36:55.683 INFO STEP 16 (remove_files) COMPLETE
41682024-10-09T05:36:56.922Z[ recovery-image] Oct 09 05:36:55.683 INFO O| Oct 09 05:36:55.683 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41692024-10-09T05:36:56.930Z[ recovery-image] Oct 09 05:36:55.695 INFO O| Oct 09 05:36:55.695 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
41702024-10-09T05:36:56.930Z[ recovery-image] Oct 09 05:36:55.695 INFO O| Oct 09 05:36:55.695 INFO STEP 17 (remove_files) COMPLETE
41712024-10-09T05:36:56.934Z[ recovery-image] Oct 09 05:36:55.695 INFO O| Oct 09 05:36:55.695 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41722024-10-09T05:36:56.940Z[ recovery-image] Oct 09 05:36:55.705 INFO O| Oct 09 05:36:55.705 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
41732024-10-09T05:36:56.943Z[ recovery-image] Oct 09 05:36:55.706 INFO O| Oct 09 05:36:55.706 INFO STEP 18 (remove_files) COMPLETE
41742024-10-09T05:36:56.943Z[ recovery-image] Oct 09 05:36:55.706 INFO O| Oct 09 05:36:55.706 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41752024-10-09T05:36:56.952Z[ recovery-image] Oct 09 05:36:55.716 INFO O| Oct 09 05:36:55.716 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
41762024-10-09T05:36:56.994Z[ recovery-image] Oct 09 05:36:55.759 INFO O| Oct 09 05:36:55.759 INFO STEP 19 (remove_files) COMPLETE
41772024-10-09T05:36:56.995Z[ recovery-image] Oct 09 05:36:55.759 INFO O| Oct 09 05:36:55.759 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41782024-10-09T05:36:57.008Z[ recovery-image] Oct 09 05:36:55.772 INFO O| Oct 09 05:36:55.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
41792024-10-09T05:36:57.010Z[ recovery-image] Oct 09 05:36:55.774 INFO O| Oct 09 05:36:55.774 INFO STEP 20 (remove_files) COMPLETE
41802024-10-09T05:36:57.010Z[ recovery-image] Oct 09 05:36:55.774 INFO O| Oct 09 05:36:55.774 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41812024-10-09T05:36:57.019Z[ recovery-image] Oct 09 05:36:55.784 INFO O| Oct 09 05:36:55.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
41822024-10-09T05:36:57.021Z[ recovery-image] Oct 09 05:36:55.784 INFO O| Oct 09 05:36:55.784 INFO STEP 21 (remove_files) COMPLETE
41832024-10-09T05:36:57.021Z[ recovery-image] Oct 09 05:36:55.784 INFO O| Oct 09 05:36:55.784 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41842024-10-09T05:36:57.029Z[ recovery-image] Oct 09 05:36:55.793 INFO O| Oct 09 05:36:55.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
41852024-10-09T05:36:57.031Z[ recovery-image] Oct 09 05:36:55.794 INFO O| Oct 09 05:36:55.793 INFO STEP 22 (remove_files) COMPLETE
41862024-10-09T05:36:57.031Z[ recovery-image] Oct 09 05:36:55.794 INFO O| Oct 09 05:36:55.793 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41872024-10-09T05:36:57.039Z[ recovery-image] Oct 09 05:36:55.803 INFO O| Oct 09 05:36:55.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
41882024-10-09T05:36:57.039Z[ recovery-image] Oct 09 05:36:55.803 INFO O| Oct 09 05:36:55.803 INFO STEP 23 (remove_files) COMPLETE
41892024-10-09T05:36:57.039Z[ recovery-image] Oct 09 05:36:55.804 INFO O| Oct 09 05:36:55.803 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41902024-10-09T05:36:57.049Z[ recovery-image] Oct 09 05:36:55.813 INFO O| Oct 09 05:36:55.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
41912024-10-09T05:36:57.049Z[ recovery-image] Oct 09 05:36:55.813 INFO O| Oct 09 05:36:55.813 INFO STEP 24 (remove_files) COMPLETE
41922024-10-09T05:36:57.051Z[ recovery-image] Oct 09 05:36:55.813 INFO O| Oct 09 05:36:55.813 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41932024-10-09T05:36:57.059Z[ recovery-image] Oct 09 05:36:55.823 INFO O| Oct 09 05:36:55.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
41942024-10-09T05:36:57.059Z[ recovery-image] Oct 09 05:36:55.823 INFO O| Oct 09 05:36:55.823 INFO STEP 25 (remove_files) COMPLETE
41952024-10-09T05:36:57.061Z[ recovery-image] Oct 09 05:36:55.823 INFO O| Oct 09 05:36:55.823 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41962024-10-09T05:36:57.069Z[ recovery-image] Oct 09 05:36:55.833 INFO O| Oct 09 05:36:55.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
41972024-10-09T05:36:57.072Z[ recovery-image] Oct 09 05:36:55.834 INFO O| Oct 09 05:36:55.834 INFO STEP 26 (remove_files) COMPLETE
41982024-10-09T05:36:57.072Z[ recovery-image] Oct 09 05:36:55.834 INFO O| Oct 09 05:36:55.834 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41992024-10-09T05:36:57.083Z[ recovery-image] Oct 09 05:36:55.848 INFO O| Oct 09 05:36:55.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
42002024-10-09T05:36:57.086Z[ recovery-image] Oct 09 05:36:55.848 INFO O| Oct 09 05:36:55.848 INFO STEP 27 (remove_files) COMPLETE
42012024-10-09T05:36:57.086Z[ recovery-image] Oct 09 05:36:55.848 INFO O| Oct 09 05:36:55.848 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42022024-10-09T05:36:57.098Z[ recovery-image] Oct 09 05:36:55.862 INFO O| Oct 09 05:36:55.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
42032024-10-09T05:36:57.098Z[ recovery-image] Oct 09 05:36:55.863 INFO O| Oct 09 05:36:55.862 INFO STEP 28 (remove_files) COMPLETE
42042024-10-09T05:36:57.103Z[ recovery-image] Oct 09 05:36:55.863 INFO O| Oct 09 05:36:55.862 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42052024-10-09T05:36:57.113Z[ recovery-image] Oct 09 05:36:55.877 INFO O| Oct 09 05:36:55.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
42062024-10-09T05:36:57.116Z[ recovery-image] Oct 09 05:36:55.877 INFO O| Oct 09 05:36:55.877 INFO STEP 29 (remove_files) COMPLETE
42072024-10-09T05:36:57.116Z[ recovery-image] Oct 09 05:36:55.877 INFO O| Oct 09 05:36:55.877 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42082024-10-09T05:36:57.127Z[ recovery-image] Oct 09 05:36:55.892 INFO O| Oct 09 05:36:55.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
42092024-10-09T05:36:57.130Z[ recovery-image] Oct 09 05:36:55.893 INFO O| Oct 09 05:36:55.893 INFO STEP 30 (remove_files) COMPLETE
42102024-10-09T05:36:57.131Z[ recovery-image] Oct 09 05:36:55.893 INFO O| Oct 09 05:36:55.893 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42112024-10-09T05:36:57.144Z[ recovery-image] Oct 09 05:36:55.907 INFO O| Oct 09 05:36:55.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
42122024-10-09T05:36:57.147Z[ recovery-image] Oct 09 05:36:55.907 INFO O| Oct 09 05:36:55.907 INFO STEP 31 (remove_files) COMPLETE
42132024-10-09T05:36:57.147Z[ recovery-image] Oct 09 05:36:55.907 INFO O| Oct 09 05:36:55.907 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42142024-10-09T05:36:57.157Z[ recovery-image] Oct 09 05:36:55.922 INFO O| Oct 09 05:36:55.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
42152024-10-09T05:36:57.160Z[ recovery-image] Oct 09 05:36:55.922 INFO O| Oct 09 05:36:55.922 INFO STEP 32 (remove_files) COMPLETE
42162024-10-09T05:36:57.160Z[ recovery-image] Oct 09 05:36:55.922 INFO O| Oct 09 05:36:55.922 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42172024-10-09T05:36:57.172Z[ recovery-image] Oct 09 05:36:55.937 INFO O| Oct 09 05:36:55.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
42182024-10-09T05:36:57.173Z[ recovery-image] Oct 09 05:36:55.937 INFO O| Oct 09 05:36:55.937 INFO STEP 33 (remove_files) COMPLETE
42192024-10-09T05:36:57.176Z[ recovery-image] Oct 09 05:36:55.937 INFO O| Oct 09 05:36:55.937 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42202024-10-09T05:36:57.189Z[ recovery-image] Oct 09 05:36:55.953 INFO O| Oct 09 05:36:55.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
42212024-10-09T05:36:57.191Z[ recovery-image] Oct 09 05:36:55.953 INFO O| Oct 09 05:36:55.953 INFO STEP 34 (remove_files) COMPLETE
42222024-10-09T05:36:57.192Z[ recovery-image] Oct 09 05:36:55.953 INFO O| Oct 09 05:36:55.953 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42232024-10-09T05:36:57.203Z[ recovery-image] Oct 09 05:36:55.968 INFO O| Oct 09 05:36:55.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
42242024-10-09T05:36:57.206Z[ recovery-image] Oct 09 05:36:55.969 INFO O| Oct 09 05:36:55.968 INFO STEP 35 (remove_files) COMPLETE
42252024-10-09T05:36:57.206Z[ recovery-image] Oct 09 05:36:55.969 INFO O| Oct 09 05:36:55.969 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42262024-10-09T05:36:57.219Z[ recovery-image] Oct 09 05:36:55.984 INFO O| Oct 09 05:36:55.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
42272024-10-09T05:36:57.222Z[ recovery-image] Oct 09 05:36:55.984 INFO O| Oct 09 05:36:55.984 INFO STEP 36 (remove_files) COMPLETE
42282024-10-09T05:36:57.222Z[ recovery-image] Oct 09 05:36:55.984 INFO O| Oct 09 05:36:55.984 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42292024-10-09T05:36:57.234Z[ recovery-image] Oct 09 05:36:55.998 INFO O| Oct 09 05:36:55.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
42302024-10-09T05:36:57.234Z[ recovery-image] Oct 09 05:36:55.999 INFO O| Oct 09 05:36:55.998 INFO STEP 37 (remove_files) COMPLETE
42312024-10-09T05:36:57.237Z[ recovery-image] Oct 09 05:36:55.999 INFO O| Oct 09 05:36:55.999 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42322024-10-09T05:36:57.252Z[ recovery-image] Oct 09 05:36:56.016 INFO O| Oct 09 05:36:56.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
42332024-10-09T05:36:57.252Z[ recovery-image] Oct 09 05:36:56.016 INFO O| Oct 09 05:36:56.016 INFO STEP 38 (remove_files) COMPLETE
42342024-10-09T05:36:57.255Z[ recovery-image] Oct 09 05:36:56.016 INFO O| Oct 09 05:36:56.016 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42352024-10-09T05:36:57.267Z[ recovery-image] Oct 09 05:36:56.031 INFO O| Oct 09 05:36:56.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
42362024-10-09T05:36:57.267Z[ recovery-image] Oct 09 05:36:56.031 INFO O| Oct 09 05:36:56.031 INFO STEP 39 (remove_files) COMPLETE
42372024-10-09T05:36:57.270Z[ recovery-image] Oct 09 05:36:56.031 INFO O| Oct 09 05:36:56.031 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42382024-10-09T05:36:57.281Z[ recovery-image] Oct 09 05:36:56.046 INFO O| Oct 09 05:36:56.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
42392024-10-09T05:36:57.281Z[ recovery-image] Oct 09 05:36:56.046 INFO O| Oct 09 05:36:56.046 INFO STEP 40 (remove_files) COMPLETE
42402024-10-09T05:36:57.284Z[ recovery-image] Oct 09 05:36:56.046 INFO O| Oct 09 05:36:56.046 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42412024-10-09T05:36:57.296Z[ recovery-image] Oct 09 05:36:56.061 INFO O| Oct 09 05:36:56.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
42422024-10-09T05:36:57.299Z[ recovery-image] Oct 09 05:36:56.061 INFO O| Oct 09 05:36:56.061 INFO STEP 41 (remove_files) COMPLETE
42432024-10-09T05:36:57.299Z[ recovery-image] Oct 09 05:36:56.061 INFO O| Oct 09 05:36:56.061 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42442024-10-09T05:36:57.311Z[ recovery-image] Oct 09 05:36:56.075 INFO O| Oct 09 05:36:56.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
42452024-10-09T05:36:57.313Z[ recovery-image] Oct 09 05:36:56.075 INFO O| Oct 09 05:36:56.075 INFO STEP 42 (remove_files) COMPLETE
42462024-10-09T05:36:57.313Z[ recovery-image] Oct 09 05:36:56.075 INFO O| Oct 09 05:36:56.075 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42472024-10-09T05:36:57.325Z[ recovery-image] Oct 09 05:36:56.089 INFO O| Oct 09 05:36:56.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
42482024-10-09T05:36:57.328Z[ recovery-image] Oct 09 05:36:56.090 INFO O| Oct 09 05:36:56.090 INFO STEP 43 (remove_files) COMPLETE
42492024-10-09T05:36:57.328Z[ recovery-image] Oct 09 05:36:56.090 INFO O| Oct 09 05:36:56.090 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42502024-10-09T05:36:57.341Z[ recovery-image] Oct 09 05:36:56.105 INFO O| Oct 09 05:36:56.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
42512024-10-09T05:36:57.341Z[ recovery-image] Oct 09 05:36:56.106 INFO O| Oct 09 05:36:56.105 INFO STEP 44 (remove_files) COMPLETE
42522024-10-09T05:36:57.344Z[ recovery-image] Oct 09 05:36:56.106 INFO O| Oct 09 05:36:56.105 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42532024-10-09T05:36:57.356Z[ recovery-image] Oct 09 05:36:56.120 INFO O| Oct 09 05:36:56.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
42542024-10-09T05:36:57.356Z[ recovery-image] Oct 09 05:36:56.120 INFO O| Oct 09 05:36:56.120 INFO STEP 45 (remove_files) COMPLETE
42552024-10-09T05:36:57.356Z[ recovery-image] Oct 09 05:36:56.120 INFO O| Oct 09 05:36:56.120 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42562024-10-09T05:36:57.361Z[ host-image] Oct 09 05:36:56.125 INFO O| Oct 09 05:36:56.125 INFO O| Planning: Solver setup ... Done
42572024-10-09T05:36:57.365Z[ host-image] Oct 09 05:36:56.130 INFO O| Oct 09 05:36:56.130 INFO O| Planning: Running solver ... Done
42582024-10-09T05:36:57.368Z[ recovery-image] Oct 09 05:36:56.131 INFO O| Oct 09 05:36:56.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
42592024-10-09T05:36:57.368Z[ recovery-image] Oct 09 05:36:56.131 INFO O| Oct 09 05:36:56.131 INFO STEP 46 (remove_files) COMPLETE
42602024-10-09T05:36:57.368Z[ recovery-image] Oct 09 05:36:56.131 INFO O| Oct 09 05:36:56.131 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-10-09T05:36:57.379Z[ recovery-image] Oct 09 05:36:56.144 INFO O| Oct 09 05:36:56.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
42622024-10-09T05:36:57.382Z[ recovery-image] Oct 09 05:36:56.144 INFO O| Oct 09 05:36:56.144 INFO STEP 47 (remove_files) COMPLETE
42632024-10-09T05:36:57.382Z[ recovery-image] Oct 09 05:36:56.144 INFO O| Oct 09 05:36:56.144 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-10-09T05:36:57.391Z[ recovery-image] Oct 09 05:36:56.155 INFO O| Oct 09 05:36:56.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
42652024-10-09T05:36:57.391Z[ recovery-image] Oct 09 05:36:56.155 INFO O| Oct 09 05:36:56.155 INFO STEP 48 (remove_files) COMPLETE
42662024-10-09T05:36:57.391Z[ recovery-image] Oct 09 05:36:56.155 INFO O| Oct 09 05:36:56.155 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-10-09T05:36:57.401Z[ recovery-image] Oct 09 05:36:56.165 INFO O| Oct 09 05:36:56.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
42682024-10-09T05:36:57.401Z[ recovery-image] Oct 09 05:36:56.165 INFO O| Oct 09 05:36:56.165 INFO STEP 49 (remove_files) COMPLETE
42692024-10-09T05:36:57.401Z[ recovery-image] Oct 09 05:36:56.165 INFO O| Oct 09 05:36:56.165 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-10-09T05:36:57.411Z[ recovery-image] Oct 09 05:36:56.175 INFO O| Oct 09 05:36:56.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
42712024-10-09T05:36:57.411Z[ recovery-image] Oct 09 05:36:56.175 INFO O| Oct 09 05:36:56.175 INFO STEP 50 (remove_files) COMPLETE
42722024-10-09T05:36:57.415Z[ recovery-image] Oct 09 05:36:56.175 INFO O| Oct 09 05:36:56.175 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-10-09T05:36:57.415Z[ host-image] Oct 09 05:36:56.179 INFO O| Oct 09 05:36:56.179 INFO O| Planning: Finding local manifests ... Done
42742024-10-09T05:36:57.418Z[ host-image] Oct 09 05:36:56.180 INFO O| Oct 09 05:36:56.180 INFO O| Planning: Fetching manifests: 0/4 0% complete
42752024-10-09T05:36:57.421Z[ recovery-image] Oct 09 05:36:56.185 INFO O| Oct 09 05:36:56.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
42762024-10-09T05:36:57.421Z[ recovery-image] Oct 09 05:36:56.185 INFO O| Oct 09 05:36:56.185 INFO STEP 51 (remove_files) COMPLETE
42772024-10-09T05:36:57.423Z[ recovery-image] Oct 09 05:36:56.185 INFO O| Oct 09 05:36:56.185 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42782024-10-09T05:36:57.431Z[ recovery-image] Oct 09 05:36:56.195 INFO O| Oct 09 05:36:56.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
42792024-10-09T05:36:57.431Z[ recovery-image] Oct 09 05:36:56.195 INFO O| Oct 09 05:36:56.195 INFO STEP 52 (remove_files) COMPLETE
42802024-10-09T05:36:57.434Z[ recovery-image] Oct 09 05:36:56.195 INFO O| Oct 09 05:36:56.195 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42812024-10-09T05:36:57.441Z[ recovery-image] Oct 09 05:36:56.206 INFO O| Oct 09 05:36:56.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
42822024-10-09T05:36:57.444Z[ recovery-image] Oct 09 05:36:56.207 INFO O| Oct 09 05:36:56.207 INFO STEP 53 (remove_files) COMPLETE
42832024-10-09T05:36:57.444Z[ recovery-image] Oct 09 05:36:56.207 INFO O| Oct 09 05:36:56.207 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42842024-10-09T05:36:57.452Z[ recovery-image] Oct 09 05:36:56.216 INFO O| Oct 09 05:36:56.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
42852024-10-09T05:36:57.452Z[ recovery-image] Oct 09 05:36:56.216 INFO O| Oct 09 05:36:56.216 INFO STEP 54 (remove_files) COMPLETE
42862024-10-09T05:36:57.454Z[ recovery-image] Oct 09 05:36:56.216 INFO O| Oct 09 05:36:56.216 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42872024-10-09T05:36:57.461Z[ recovery-image] Oct 09 05:36:56.225 INFO O| Oct 09 05:36:56.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
42882024-10-09T05:36:57.461Z[ recovery-image] Oct 09 05:36:56.226 INFO O| Oct 09 05:36:56.225 INFO STEP 55 (remove_files) COMPLETE
42892024-10-09T05:36:57.461Z[ recovery-image] Oct 09 05:36:56.226 INFO O| Oct 09 05:36:56.226 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42902024-10-09T05:36:57.471Z[ recovery-image] Oct 09 05:36:56.235 INFO O| Oct 09 05:36:56.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
42912024-10-09T05:36:57.473Z[ recovery-image] Oct 09 05:36:56.236 INFO O| Oct 09 05:36:56.236 INFO STEP 56 (remove_files) COMPLETE
42922024-10-09T05:36:57.473Z[ recovery-image] Oct 09 05:36:56.236 INFO O| Oct 09 05:36:56.236 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42932024-10-09T05:36:57.481Z[ recovery-image] Oct 09 05:36:56.245 INFO O| Oct 09 05:36:56.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
42942024-10-09T05:36:57.484Z[ recovery-image] Oct 09 05:36:56.246 INFO O| Oct 09 05:36:56.246 INFO STEP 57 (remove_files) COMPLETE
42952024-10-09T05:36:57.484Z[ recovery-image] Oct 09 05:36:56.246 INFO O| Oct 09 05:36:56.246 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42962024-10-09T05:36:57.492Z[ recovery-image] Oct 09 05:36:56.256 INFO O| Oct 09 05:36:56.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
42972024-10-09T05:36:57.494Z[ recovery-image] Oct 09 05:36:56.257 INFO O| Oct 09 05:36:56.256 INFO STEP 58 (remove_files) COMPLETE
42982024-10-09T05:36:57.494Z[ recovery-image] Oct 09 05:36:56.257 INFO O| Oct 09 05:36:56.256 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42992024-10-09T05:36:57.502Z[ recovery-image] Oct 09 05:36:56.266 INFO O| Oct 09 05:36:56.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
43002024-10-09T05:36:57.502Z[ recovery-image] Oct 09 05:36:56.267 INFO O| Oct 09 05:36:56.267 INFO STEP 59 (remove_files) COMPLETE
43012024-10-09T05:36:57.505Z[ recovery-image] Oct 09 05:36:56.267 INFO O| Oct 09 05:36:56.267 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43022024-10-09T05:36:57.512Z[ recovery-image] Oct 09 05:36:56.276 INFO O| Oct 09 05:36:56.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
43032024-10-09T05:36:57.514Z[ recovery-image] Oct 09 05:36:56.276 INFO O| Oct 09 05:36:56.276 INFO STEP 60 (remove_files) COMPLETE
43042024-10-09T05:36:57.514Z[ recovery-image] Oct 09 05:36:56.276 INFO O| Oct 09 05:36:56.276 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43052024-10-09T05:36:57.523Z[ recovery-image] Oct 09 05:36:56.286 INFO O| Oct 09 05:36:56.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
43062024-10-09T05:36:57.523Z[ recovery-image] Oct 09 05:36:56.286 INFO O| Oct 09 05:36:56.286 INFO STEP 61 (remove_files) COMPLETE
43072024-10-09T05:36:57.525Z[ recovery-image] Oct 09 05:36:56.286 INFO O| Oct 09 05:36:56.286 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43082024-10-09T05:36:57.525Z[ host-image] Oct 09 05:36:56.288 INFO O| Oct 09 05:36:56.288 INFO O| Planning: Fetching manifests: 4/4 100% complete
43092024-10-09T05:36:57.532Z[ recovery-image] Oct 09 05:36:56.297 INFO O| Oct 09 05:36:56.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
43102024-10-09T05:36:57.534Z[ recovery-image] Oct 09 05:36:56.297 INFO O| Oct 09 05:36:56.297 INFO STEP 62 (remove_files) COMPLETE
43112024-10-09T05:36:57.536Z[ recovery-image] Oct 09 05:36:56.297 INFO O| Oct 09 05:36:56.297 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-10-09T05:36:57.543Z[ recovery-image] Oct 09 05:36:56.308 INFO O| Oct 09 05:36:56.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
43132024-10-09T05:36:57.543Z[ recovery-image] Oct 09 05:36:56.308 INFO O| Oct 09 05:36:56.308 INFO STEP 63 (remove_files) COMPLETE
43142024-10-09T05:36:57.546Z[ recovery-image] Oct 09 05:36:56.308 INFO O| Oct 09 05:36:56.308 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-10-09T05:36:57.557Z[ host-image] Oct 09 05:36:56.312 INFO O| Oct 09 05:36:56.312 INFO O| Planning: Package planning ... Done
43162024-10-09T05:36:57.557Z[ host-image] Oct 09 05:36:56.315 INFO O| Oct 09 05:36:56.315 INFO O| Planning: Merging actions ... Done
43172024-10-09T05:36:57.557Z[ recovery-image] Oct 09 05:36:56.317 INFO O| Oct 09 05:36:56.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
43182024-10-09T05:36:57.557Z[ recovery-image] Oct 09 05:36:56.318 INFO O| Oct 09 05:36:56.318 INFO STEP 64 (remove_files) COMPLETE
43192024-10-09T05:36:57.557Z[ recovery-image] Oct 09 05:36:56.318 INFO O| Oct 09 05:36:56.318 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43202024-10-09T05:36:57.564Z[ recovery-image] Oct 09 05:36:56.328 INFO O| Oct 09 05:36:56.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
43212024-10-09T05:36:57.564Z[ recovery-image] Oct 09 05:36:56.328 INFO O| Oct 09 05:36:56.328 INFO STEP 65 (remove_files) COMPLETE
43222024-10-09T05:36:57.567Z[ recovery-image] Oct 09 05:36:56.328 INFO O| Oct 09 05:36:56.328 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-10-09T05:36:57.574Z[ recovery-image] Oct 09 05:36:56.338 INFO O| Oct 09 05:36:56.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
43242024-10-09T05:36:57.574Z[ recovery-image] Oct 09 05:36:56.338 INFO O| Oct 09 05:36:56.338 INFO STEP 66 (remove_files) COMPLETE
43252024-10-09T05:36:57.574Z[ recovery-image] Oct 09 05:36:56.338 INFO O| Oct 09 05:36:56.338 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-10-09T05:36:57.584Z[ recovery-image] Oct 09 05:36:56.348 INFO O| Oct 09 05:36:56.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
43272024-10-09T05:36:57.586Z[ recovery-image] Oct 09 05:36:56.348 INFO O| Oct 09 05:36:56.348 INFO STEP 67 (remove_files) COMPLETE
43282024-10-09T05:36:57.586Z[ recovery-image] Oct 09 05:36:56.348 INFO O| Oct 09 05:36:56.348 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43292024-10-09T05:36:57.594Z[ recovery-image] Oct 09 05:36:56.358 INFO O| Oct 09 05:36:56.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
43302024-10-09T05:36:57.596Z[ recovery-image] Oct 09 05:36:56.359 INFO O| Oct 09 05:36:56.359 INFO STEP 68 (remove_files) COMPLETE
43312024-10-09T05:36:57.596Z[ recovery-image] Oct 09 05:36:56.359 INFO O| Oct 09 05:36:56.359 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43322024-10-09T05:36:57.604Z[ recovery-image] Oct 09 05:36:56.368 INFO O| Oct 09 05:36:56.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
43332024-10-09T05:36:57.604Z[ recovery-image] Oct 09 05:36:56.368 INFO O| Oct 09 05:36:56.368 INFO STEP 69 (remove_files) COMPLETE
43342024-10-09T05:36:57.607Z[ recovery-image] Oct 09 05:36:56.368 INFO O| Oct 09 05:36:56.368 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43352024-10-09T05:36:57.614Z[ recovery-image] Oct 09 05:36:56.378 INFO O| Oct 09 05:36:56.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
43362024-10-09T05:36:57.616Z[ recovery-image] Oct 09 05:36:56.378 INFO O| Oct 09 05:36:56.378 INFO STEP 70 (remove_files) COMPLETE
43372024-10-09T05:36:57.616Z[ recovery-image] Oct 09 05:36:56.378 INFO O| Oct 09 05:36:56.378 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43382024-10-09T05:36:57.623Z[ recovery-image] Oct 09 05:36:56.387 INFO O| Oct 09 05:36:56.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
43392024-10-09T05:36:57.624Z[ recovery-image] Oct 09 05:36:56.387 INFO O| Oct 09 05:36:56.387 INFO STEP 71 (remove_files) COMPLETE
43402024-10-09T05:36:57.627Z[ recovery-image] Oct 09 05:36:56.387 INFO O| Oct 09 05:36:56.387 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-10-09T05:36:57.631Z[ host-image] Oct 09 05:36:56.395 INFO O| Oct 09 05:36:56.395 INFO O| Planning: Checking for conflicting actions ... Done
43422024-10-09T05:36:57.633Z[ host-image] Oct 09 05:36:56.396 INFO O| Oct 09 05:36:56.396 INFO O| Planning: Consolidating action changes ... Done
43432024-10-09T05:36:57.633Z[ recovery-image] Oct 09 05:36:56.397 INFO O| Oct 09 05:36:56.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
43442024-10-09T05:36:57.636Z[ recovery-image] Oct 09 05:36:56.397 INFO O| Oct 09 05:36:56.397 INFO STEP 72 (remove_files) COMPLETE
43452024-10-09T05:36:57.636Z[ recovery-image] Oct 09 05:36:56.398 INFO O| Oct 09 05:36:56.397 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-10-09T05:36:57.643Z[ recovery-image] Oct 09 05:36:56.407 INFO O| Oct 09 05:36:56.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
43472024-10-09T05:36:57.643Z[ recovery-image] Oct 09 05:36:56.407 INFO O| Oct 09 05:36:56.407 INFO STEP 73 (remove_files) COMPLETE
43482024-10-09T05:36:57.643Z[ recovery-image] Oct 09 05:36:56.407 INFO O| Oct 09 05:36:56.407 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-10-09T05:36:57.653Z[ recovery-image] Oct 09 05:36:56.417 INFO O| Oct 09 05:36:56.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
43502024-10-09T05:36:57.655Z[ recovery-image] Oct 09 05:36:56.417 INFO O| Oct 09 05:36:56.417 INFO STEP 74 (remove_files) COMPLETE
43512024-10-09T05:36:57.655Z[ recovery-image] Oct 09 05:36:56.417 INFO O| Oct 09 05:36:56.417 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-10-09T05:36:57.662Z[ recovery-image] Oct 09 05:36:56.426 INFO O| Oct 09 05:36:56.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
43532024-10-09T05:36:57.662Z[ recovery-image] Oct 09 05:36:56.426 INFO O| Oct 09 05:36:56.426 INFO STEP 75 (remove_files) COMPLETE
43542024-10-09T05:36:57.665Z[ recovery-image] Oct 09 05:36:56.426 INFO O| Oct 09 05:36:56.426 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-10-09T05:36:57.672Z[ recovery-image] Oct 09 05:36:56.436 INFO O| Oct 09 05:36:56.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
43562024-10-09T05:36:57.675Z[ recovery-image] Oct 09 05:36:56.436 INFO O| Oct 09 05:36:56.436 INFO STEP 76 (remove_files) COMPLETE
43572024-10-09T05:36:57.675Z[ recovery-image] Oct 09 05:36:56.436 INFO O| Oct 09 05:36:56.436 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-10-09T05:36:57.682Z[ recovery-image] Oct 09 05:36:56.446 INFO O| Oct 09 05:36:56.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
43592024-10-09T05:36:57.682Z[ recovery-image] Oct 09 05:36:56.446 INFO O| Oct 09 05:36:56.446 INFO STEP 77 (remove_files) COMPLETE
43602024-10-09T05:36:57.682Z[ recovery-image] Oct 09 05:36:56.446 INFO O| Oct 09 05:36:56.446 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-10-09T05:36:57.691Z[ recovery-image] Oct 09 05:36:56.455 INFO O| Oct 09 05:36:56.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
43622024-10-09T05:36:57.691Z[ recovery-image] Oct 09 05:36:56.455 INFO O| Oct 09 05:36:56.455 INFO STEP 78 (remove_files) COMPLETE
43632024-10-09T05:36:57.694Z[ recovery-image] Oct 09 05:36:56.455 INFO O| Oct 09 05:36:56.455 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-10-09T05:36:57.701Z[ recovery-image] Oct 09 05:36:56.465 INFO O| Oct 09 05:36:56.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
43652024-10-09T05:36:57.703Z[ recovery-image] Oct 09 05:36:56.465 INFO O| Oct 09 05:36:56.465 INFO STEP 79 (remove_files) COMPLETE
43662024-10-09T05:36:57.703Z[ recovery-image] Oct 09 05:36:56.465 INFO O| Oct 09 05:36:56.465 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-10-09T05:36:57.710Z[ recovery-image] Oct 09 05:36:56.474 INFO O| Oct 09 05:36:56.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
43682024-10-09T05:36:57.710Z[ recovery-image] Oct 09 05:36:56.474 INFO O| Oct 09 05:36:56.474 INFO STEP 80 (remove_files) COMPLETE
43692024-10-09T05:36:57.713Z[ recovery-image] Oct 09 05:36:56.474 INFO O| Oct 09 05:36:56.474 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-10-09T05:36:57.720Z[ recovery-image] Oct 09 05:36:56.484 INFO O| Oct 09 05:36:56.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
43712024-10-09T05:36:57.720Z[ recovery-image] Oct 09 05:36:56.484 INFO O| Oct 09 05:36:56.484 INFO STEP 81 (remove_files) COMPLETE
43722024-10-09T05:36:57.723Z[ recovery-image] Oct 09 05:36:56.484 INFO O| Oct 09 05:36:56.484 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-10-09T05:36:57.730Z[ recovery-image] Oct 09 05:36:56.494 INFO O| Oct 09 05:36:56.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
43742024-10-09T05:36:57.730Z[ recovery-image] Oct 09 05:36:56.494 INFO O| Oct 09 05:36:56.494 INFO STEP 82 (remove_files) COMPLETE
43752024-10-09T05:36:57.730Z[ recovery-image] Oct 09 05:36:56.494 INFO O| Oct 09 05:36:56.494 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-10-09T05:36:57.740Z[ recovery-image] Oct 09 05:36:56.504 INFO O| Oct 09 05:36:56.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
43772024-10-09T05:36:57.742Z[ recovery-image] Oct 09 05:36:56.504 INFO O| Oct 09 05:36:56.504 INFO STEP 83 (remove_files) COMPLETE
43782024-10-09T05:36:57.742Z[ recovery-image] Oct 09 05:36:56.504 INFO O| Oct 09 05:36:56.504 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-10-09T05:36:57.749Z[ recovery-image] Oct 09 05:36:56.513 INFO O| Oct 09 05:36:56.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
43802024-10-09T05:36:57.749Z[ recovery-image] Oct 09 05:36:56.513 INFO O| Oct 09 05:36:56.513 INFO STEP 84 (remove_files) COMPLETE
43812024-10-09T05:36:57.752Z[ recovery-image] Oct 09 05:36:56.513 INFO O| Oct 09 05:36:56.513 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-10-09T05:36:57.759Z[ recovery-image] Oct 09 05:36:56.522 INFO O| Oct 09 05:36:56.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
43832024-10-09T05:36:57.759Z[ recovery-image] Oct 09 05:36:56.523 INFO O| Oct 09 05:36:56.523 INFO STEP 85 (remove_files) COMPLETE
43842024-10-09T05:36:57.761Z[ recovery-image] Oct 09 05:36:56.523 INFO O| Oct 09 05:36:56.523 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-10-09T05:36:57.768Z[ recovery-image] Oct 09 05:36:56.532 INFO O| Oct 09 05:36:56.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
43862024-10-09T05:36:57.768Z[ recovery-image] Oct 09 05:36:56.532 INFO O| Oct 09 05:36:56.532 INFO STEP 86 (remove_files) COMPLETE
43872024-10-09T05:36:57.771Z[ recovery-image] Oct 09 05:36:56.532 INFO O| Oct 09 05:36:56.532 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-10-09T05:36:57.778Z[ recovery-image] Oct 09 05:36:56.542 INFO O| Oct 09 05:36:56.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
43892024-10-09T05:36:57.778Z[ recovery-image] Oct 09 05:36:56.542 INFO O| Oct 09 05:36:56.542 INFO STEP 87 (remove_files) COMPLETE
43902024-10-09T05:36:57.781Z[ recovery-image] Oct 09 05:36:56.542 INFO O| Oct 09 05:36:56.542 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-10-09T05:36:57.787Z[ recovery-image] Oct 09 05:36:56.551 INFO O| Oct 09 05:36:56.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
43922024-10-09T05:36:57.790Z[ recovery-image] Oct 09 05:36:56.551 INFO O| Oct 09 05:36:56.551 INFO STEP 88 (remove_files) COMPLETE
43932024-10-09T05:36:57.790Z[ recovery-image] Oct 09 05:36:56.551 INFO O| Oct 09 05:36:56.551 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-10-09T05:36:57.797Z[ recovery-image] Oct 09 05:36:56.561 INFO O| Oct 09 05:36:56.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
43952024-10-09T05:36:57.797Z[ recovery-image] Oct 09 05:36:56.561 INFO O| Oct 09 05:36:56.561 INFO STEP 89 (remove_files) COMPLETE
43962024-10-09T05:36:57.797Z[ recovery-image] Oct 09 05:36:56.561 INFO O| Oct 09 05:36:56.561 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-10-09T05:36:57.807Z[ recovery-image] Oct 09 05:36:56.571 INFO O| Oct 09 05:36:56.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
43982024-10-09T05:36:57.807Z[ recovery-image] Oct 09 05:36:56.571 INFO O| Oct 09 05:36:56.571 INFO STEP 90 (remove_files) COMPLETE
43992024-10-09T05:36:57.807Z[ recovery-image] Oct 09 05:36:56.571 INFO O| Oct 09 05:36:56.571 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-10-09T05:36:57.811Z[ host-image] Oct 09 05:36:56.573 INFO O| Oct 09 05:36:56.573 INFO O| Planning: Evaluating mediators ... Done
44012024-10-09T05:36:57.811Z[ host-image] Oct 09 05:36:56.574 INFO O| Oct 09 05:36:56.574 INFO O| Planning: Planning completed in 2.70 seconds
44022024-10-09T05:36:57.813Z[ host-image] Oct 09 05:36:56.576 INFO O| Oct 09 05:36:56.576 INFO O| Packages to install: 4
44032024-10-09T05:36:57.813Z[ host-image] Oct 09 05:36:56.576 INFO O| Oct 09 05:36:56.576 INFO O| Services to change: 2
44042024-10-09T05:36:57.817Z[ recovery-image] Oct 09 05:36:56.581 INFO O| Oct 09 05:36:56.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
44052024-10-09T05:36:57.819Z[ recovery-image] Oct 09 05:36:56.581 INFO O| Oct 09 05:36:56.581 INFO STEP 91 (remove_files) COMPLETE
44062024-10-09T05:36:57.820Z[ recovery-image] Oct 09 05:36:56.581 INFO O| Oct 09 05:36:56.581 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-10-09T05:36:57.823Z[ host-image] Oct 09 05:36:56.587 INFO O| Oct 09 05:36:56.587 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
44082024-10-09T05:36:57.827Z[ recovery-image] Oct 09 05:36:56.591 INFO O| Oct 09 05:36:56.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
44092024-10-09T05:36:57.827Z[ recovery-image] Oct 09 05:36:56.591 INFO O| Oct 09 05:36:56.591 INFO STEP 92 (remove_files) COMPLETE
44102024-10-09T05:36:57.827Z[ recovery-image] Oct 09 05:36:56.591 INFO O| Oct 09 05:36:56.591 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-10-09T05:36:57.837Z[ recovery-image] Oct 09 05:36:56.600 INFO O| Oct 09 05:36:56.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
44122024-10-09T05:36:57.837Z[ recovery-image] Oct 09 05:36:56.601 INFO O| Oct 09 05:36:56.601 INFO STEP 93 (remove_files) COMPLETE
44132024-10-09T05:36:57.839Z[ recovery-image] Oct 09 05:36:56.601 INFO O| Oct 09 05:36:56.601 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-10-09T05:36:57.846Z[ recovery-image] Oct 09 05:36:56.610 INFO O| Oct 09 05:36:56.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
44152024-10-09T05:36:57.849Z[ recovery-image] Oct 09 05:36:56.611 INFO O| Oct 09 05:36:56.611 INFO STEP 94 (remove_files) COMPLETE
44162024-10-09T05:36:57.849Z[ recovery-image] Oct 09 05:36:56.611 INFO O| Oct 09 05:36:56.611 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-10-09T05:36:57.857Z[ recovery-image] Oct 09 05:36:56.621 INFO O| Oct 09 05:36:56.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
44182024-10-09T05:36:57.862Z[ recovery-image] Oct 09 05:36:56.622 INFO O| Oct 09 05:36:56.622 INFO STEP 95 (remove_files) COMPLETE
44192024-10-09T05:36:57.862Z[ recovery-image] Oct 09 05:36:56.622 INFO O| Oct 09 05:36:56.622 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-10-09T05:36:57.867Z[ recovery-image] Oct 09 05:36:56.631 INFO O| Oct 09 05:36:56.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
44212024-10-09T05:36:57.867Z[ recovery-image] Oct 09 05:36:56.631 INFO O| Oct 09 05:36:56.631 INFO STEP 96 (remove_files) COMPLETE
44222024-10-09T05:36:57.870Z[ recovery-image] Oct 09 05:36:56.631 INFO O| Oct 09 05:36:56.631 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-10-09T05:36:57.877Z[ recovery-image] Oct 09 05:36:56.641 INFO O| Oct 09 05:36:56.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
44242024-10-09T05:36:57.879Z[ recovery-image] Oct 09 05:36:56.641 INFO O| Oct 09 05:36:56.641 INFO STEP 97 (remove_files) COMPLETE
44252024-10-09T05:36:57.879Z[ recovery-image] Oct 09 05:36:56.641 INFO O| Oct 09 05:36:56.641 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-10-09T05:36:57.886Z[ recovery-image] Oct 09 05:36:56.650 INFO O| Oct 09 05:36:56.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
44272024-10-09T05:36:57.886Z[ recovery-image] Oct 09 05:36:56.650 INFO O| Oct 09 05:36:56.650 INFO STEP 98 (remove_files) COMPLETE
44282024-10-09T05:36:57.889Z[ recovery-image] Oct 09 05:36:56.650 INFO O| Oct 09 05:36:56.650 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-10-09T05:36:57.895Z[ recovery-image] Oct 09 05:36:56.659 INFO O| Oct 09 05:36:56.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
44302024-10-09T05:36:57.895Z[ recovery-image] Oct 09 05:36:56.659 INFO O| Oct 09 05:36:56.659 INFO STEP 99 (remove_files) COMPLETE
44312024-10-09T05:36:57.898Z[ recovery-image] Oct 09 05:36:56.659 INFO O| Oct 09 05:36:56.659 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-10-09T05:36:57.905Z[ recovery-image] Oct 09 05:36:56.669 INFO O| Oct 09 05:36:56.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
44332024-10-09T05:36:57.908Z[ recovery-image] Oct 09 05:36:56.669 INFO O| Oct 09 05:36:56.669 INFO STEP 100 (remove_files) COMPLETE
44342024-10-09T05:36:57.908Z[ recovery-image] Oct 09 05:36:56.669 INFO O| Oct 09 05:36:56.669 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-10-09T05:36:57.914Z[ recovery-image] Oct 09 05:36:56.678 INFO O| Oct 09 05:36:56.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
44362024-10-09T05:36:57.917Z[ recovery-image] Oct 09 05:36:56.678 INFO O| Oct 09 05:36:56.678 INFO STEP 101 (remove_files) COMPLETE
44372024-10-09T05:36:57.917Z[ recovery-image] Oct 09 05:36:56.678 INFO O| Oct 09 05:36:56.678 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-10-09T05:36:57.924Z[ recovery-image] Oct 09 05:36:56.688 INFO O| Oct 09 05:36:56.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
44392024-10-09T05:36:57.927Z[ recovery-image] Oct 09 05:36:56.688 INFO O| Oct 09 05:36:56.688 INFO STEP 102 (remove_files) COMPLETE
44402024-10-09T05:36:57.927Z[ recovery-image] Oct 09 05:36:56.688 INFO O| Oct 09 05:36:56.688 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-10-09T05:36:57.936Z[ recovery-image] Oct 09 05:36:56.698 INFO O| Oct 09 05:36:56.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
44422024-10-09T05:36:57.936Z[ recovery-image] Oct 09 05:36:56.698 INFO O| Oct 09 05:36:56.698 INFO STEP 103 (remove_files) COMPLETE
44432024-10-09T05:36:57.936Z[ recovery-image] Oct 09 05:36:56.698 INFO O| Oct 09 05:36:56.698 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-10-09T05:36:57.945Z[ recovery-image] Oct 09 05:36:56.708 INFO O| Oct 09 05:36:56.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
44452024-10-09T05:36:57.945Z[ recovery-image] Oct 09 05:36:56.708 INFO O| Oct 09 05:36:56.708 INFO STEP 104 (remove_files) COMPLETE
44462024-10-09T05:36:57.947Z[ recovery-image] Oct 09 05:36:56.708 INFO O| Oct 09 05:36:56.708 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-10-09T05:36:57.954Z[ recovery-image] Oct 09 05:36:56.718 INFO O| Oct 09 05:36:56.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
44482024-10-09T05:36:57.957Z[ recovery-image] Oct 09 05:36:56.719 INFO O| Oct 09 05:36:56.719 INFO STEP 105 (remove_files) COMPLETE
44492024-10-09T05:36:57.957Z[ recovery-image] Oct 09 05:36:56.719 INFO O| Oct 09 05:36:56.719 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-10-09T05:36:57.965Z[ recovery-image] Oct 09 05:36:56.729 INFO O| Oct 09 05:36:56.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
44512024-10-09T05:36:57.965Z[ recovery-image] Oct 09 05:36:56.729 INFO O| Oct 09 05:36:56.729 INFO STEP 106 (remove_files) COMPLETE
44522024-10-09T05:36:57.967Z[ recovery-image] Oct 09 05:36:56.729 INFO O| Oct 09 05:36:56.729 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-10-09T05:36:57.975Z[ recovery-image] Oct 09 05:36:56.738 INFO O| Oct 09 05:36:56.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
44542024-10-09T05:36:57.977Z[ recovery-image] Oct 09 05:36:56.738 INFO O| Oct 09 05:36:56.738 INFO STEP 107 (remove_files) COMPLETE
44552024-10-09T05:36:57.977Z[ recovery-image] Oct 09 05:36:56.738 INFO O| Oct 09 05:36:56.738 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-10-09T05:36:57.984Z[ recovery-image] Oct 09 05:36:56.748 INFO O| Oct 09 05:36:56.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
44572024-10-09T05:36:57.984Z[ recovery-image] Oct 09 05:36:56.748 INFO O| Oct 09 05:36:56.748 INFO STEP 108 (remove_files) COMPLETE
44582024-10-09T05:36:57.987Z[ recovery-image] Oct 09 05:36:56.748 INFO O| Oct 09 05:36:56.748 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-10-09T05:36:57.994Z[ recovery-image] Oct 09 05:36:56.758 INFO O| Oct 09 05:36:56.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
44602024-10-09T05:36:57.997Z[ recovery-image] Oct 09 05:36:56.759 INFO O| Oct 09 05:36:56.759 INFO STEP 109 (remove_files) COMPLETE
44612024-10-09T05:36:57.997Z[ recovery-image] Oct 09 05:36:56.759 INFO O| Oct 09 05:36:56.759 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-10-09T05:36:58.005Z[ recovery-image] Oct 09 05:36:56.768 INFO O| Oct 09 05:36:56.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
44632024-10-09T05:36:58.007Z[ recovery-image] Oct 09 05:36:56.768 INFO O| Oct 09 05:36:56.768 INFO STEP 110 (remove_files) COMPLETE
44642024-10-09T05:36:58.007Z[ recovery-image] Oct 09 05:36:56.768 INFO O| Oct 09 05:36:56.768 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-10-09T05:36:58.014Z[ recovery-image] Oct 09 05:36:56.777 INFO O| Oct 09 05:36:56.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
44662024-10-09T05:36:58.016Z[ recovery-image] Oct 09 05:36:56.777 INFO O| Oct 09 05:36:56.777 INFO STEP 111 (remove_files) COMPLETE
44672024-10-09T05:36:58.016Z[ recovery-image] Oct 09 05:36:56.778 INFO O| Oct 09 05:36:56.777 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-10-09T05:36:58.025Z[ recovery-image] Oct 09 05:36:56.788 INFO O| Oct 09 05:36:56.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
44692024-10-09T05:36:58.025Z[ recovery-image] Oct 09 05:36:56.788 INFO O| Oct 09 05:36:56.788 INFO STEP 112 (remove_files) COMPLETE
44702024-10-09T05:36:58.027Z[ recovery-image] Oct 09 05:36:56.788 INFO O| Oct 09 05:36:56.788 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-10-09T05:36:58.035Z[ recovery-image] Oct 09 05:36:56.799 INFO O| Oct 09 05:36:56.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
44722024-10-09T05:36:58.038Z[ recovery-image] Oct 09 05:36:56.799 INFO O| Oct 09 05:36:56.799 INFO STEP 113 (remove_files) COMPLETE
44732024-10-09T05:36:58.038Z[ recovery-image] Oct 09 05:36:56.799 INFO O| Oct 09 05:36:56.799 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-10-09T05:36:58.045Z[ recovery-image] Oct 09 05:36:56.808 INFO O| Oct 09 05:36:56.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
44752024-10-09T05:36:58.045Z[ recovery-image] Oct 09 05:36:56.809 INFO O| Oct 09 05:36:56.808 INFO STEP 114 (remove_files) COMPLETE
44762024-10-09T05:36:58.048Z[ recovery-image] Oct 09 05:36:56.809 INFO O| Oct 09 05:36:56.809 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-10-09T05:36:58.055Z[ recovery-image] Oct 09 05:36:56.819 INFO O| Oct 09 05:36:56.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
44782024-10-09T05:36:58.055Z[ recovery-image] Oct 09 05:36:56.819 INFO O| Oct 09 05:36:56.819 INFO STEP 115 (remove_files) COMPLETE
44792024-10-09T05:36:58.058Z[ recovery-image] Oct 09 05:36:56.819 INFO O| Oct 09 05:36:56.819 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-10-09T05:36:58.065Z[ recovery-image] Oct 09 05:36:56.829 INFO O| Oct 09 05:36:56.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
44812024-10-09T05:36:58.066Z[ recovery-image] Oct 09 05:36:56.829 INFO O| Oct 09 05:36:56.829 INFO STEP 116 (remove_files) COMPLETE
44822024-10-09T05:36:58.069Z[ recovery-image] Oct 09 05:36:56.829 INFO O| Oct 09 05:36:56.829 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-10-09T05:36:58.074Z[ recovery-image] Oct 09 05:36:56.838 INFO O| Oct 09 05:36:56.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
44842024-10-09T05:36:58.078Z[ recovery-image] Oct 09 05:36:56.838 INFO O| Oct 09 05:36:56.838 INFO STEP 117 (remove_files) COMPLETE
44852024-10-09T05:36:58.078Z[ recovery-image] Oct 09 05:36:56.838 INFO O| Oct 09 05:36:56.838 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-10-09T05:36:58.084Z[ recovery-image] Oct 09 05:36:56.848 INFO O| Oct 09 05:36:56.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
44872024-10-09T05:36:58.084Z[ recovery-image] Oct 09 05:36:56.848 INFO O| Oct 09 05:36:56.848 INFO STEP 118 (remove_files) COMPLETE
44882024-10-09T05:36:58.086Z[ recovery-image] Oct 09 05:36:56.848 INFO O| Oct 09 05:36:56.848 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-10-09T05:36:58.093Z[ recovery-image] Oct 09 05:36:56.857 INFO O| Oct 09 05:36:56.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
44902024-10-09T05:36:58.093Z[ recovery-image] Oct 09 05:36:56.857 INFO O| Oct 09 05:36:56.857 INFO STEP 119 (remove_files) COMPLETE
44912024-10-09T05:36:58.096Z[ recovery-image] Oct 09 05:36:56.857 INFO O| Oct 09 05:36:56.857 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-10-09T05:36:58.103Z[ recovery-image] Oct 09 05:36:56.866 INFO O| Oct 09 05:36:56.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
44932024-10-09T05:36:58.105Z[ recovery-image] Oct 09 05:36:56.867 INFO O| Oct 09 05:36:56.867 INFO STEP 120 (remove_files) COMPLETE
44942024-10-09T05:36:58.105Z[ recovery-image] Oct 09 05:36:56.867 INFO O| Oct 09 05:36:56.867 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-10-09T05:36:58.113Z[ recovery-image] Oct 09 05:36:56.876 INFO O| Oct 09 05:36:56.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
44962024-10-09T05:36:58.115Z[ recovery-image] Oct 09 05:36:56.876 INFO O| Oct 09 05:36:56.876 INFO STEP 121 (remove_files) COMPLETE
44972024-10-09T05:36:58.115Z[ recovery-image] Oct 09 05:36:56.876 INFO O| Oct 09 05:36:56.876 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-10-09T05:36:58.122Z[ recovery-image] Oct 09 05:36:56.886 INFO O| Oct 09 05:36:56.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
44992024-10-09T05:36:58.122Z[ recovery-image] Oct 09 05:36:56.886 INFO O| Oct 09 05:36:56.886 INFO STEP 122 (remove_files) COMPLETE
45002024-10-09T05:36:58.125Z[ recovery-image] Oct 09 05:36:56.886 INFO O| Oct 09 05:36:56.886 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-10-09T05:36:58.132Z[ recovery-image] Oct 09 05:36:56.896 INFO O| Oct 09 05:36:56.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
45022024-10-09T05:36:58.132Z[ recovery-image] Oct 09 05:36:56.896 INFO O| Oct 09 05:36:56.896 INFO STEP 123 (remove_files) COMPLETE
45032024-10-09T05:36:58.135Z[ recovery-image] Oct 09 05:36:56.896 INFO O| Oct 09 05:36:56.896 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-10-09T05:36:58.142Z[ recovery-image] Oct 09 05:36:56.905 INFO O| Oct 09 05:36:56.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
45052024-10-09T05:36:58.142Z[ recovery-image] Oct 09 05:36:56.905 INFO O| Oct 09 05:36:56.905 INFO STEP 124 (remove_files) COMPLETE
45062024-10-09T05:36:58.142Z[ recovery-image] Oct 09 05:36:56.905 INFO O| Oct 09 05:36:56.905 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-10-09T05:36:58.151Z[ recovery-image] Oct 09 05:36:56.915 INFO O| Oct 09 05:36:56.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
45082024-10-09T05:36:58.151Z[ recovery-image] Oct 09 05:36:56.915 INFO O| Oct 09 05:36:56.915 INFO STEP 125 (remove_files) COMPLETE
45092024-10-09T05:36:58.154Z[ recovery-image] Oct 09 05:36:56.915 INFO O| Oct 09 05:36:56.915 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-10-09T05:36:58.161Z[ recovery-image] Oct 09 05:36:56.925 INFO O| Oct 09 05:36:56.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
45112024-10-09T05:36:58.161Z[ recovery-image] Oct 09 05:36:56.925 INFO O| Oct 09 05:36:56.925 INFO STEP 126 (remove_files) COMPLETE
45122024-10-09T05:36:58.164Z[ recovery-image] Oct 09 05:36:56.925 INFO O| Oct 09 05:36:56.925 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-10-09T05:36:58.170Z[ recovery-image] Oct 09 05:36:56.934 INFO O| Oct 09 05:36:56.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
45142024-10-09T05:36:58.171Z[ recovery-image] Oct 09 05:36:56.934 INFO O| Oct 09 05:36:56.934 INFO STEP 127 (remove_files) COMPLETE
45152024-10-09T05:36:58.173Z[ recovery-image] Oct 09 05:36:56.934 INFO O| Oct 09 05:36:56.934 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-10-09T05:36:58.180Z[ recovery-image] Oct 09 05:36:56.944 INFO O| Oct 09 05:36:56.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
45172024-10-09T05:36:58.182Z[ recovery-image] Oct 09 05:36:56.944 INFO O| Oct 09 05:36:56.944 INFO STEP 128 (remove_files) COMPLETE
45182024-10-09T05:36:58.183Z[ recovery-image] Oct 09 05:36:56.944 INFO O| Oct 09 05:36:56.944 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-10-09T05:36:58.190Z[ recovery-image] Oct 09 05:36:56.954 INFO O| Oct 09 05:36:56.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
45202024-10-09T05:36:58.193Z[ recovery-image] Oct 09 05:36:56.954 INFO O| Oct 09 05:36:56.954 INFO STEP 129 (remove_files) COMPLETE
45212024-10-09T05:36:58.193Z[ recovery-image] Oct 09 05:36:56.954 INFO O| Oct 09 05:36:56.954 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-10-09T05:36:58.199Z[ recovery-image] Oct 09 05:36:56.963 INFO O| Oct 09 05:36:56.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
45232024-10-09T05:36:58.199Z[ recovery-image] Oct 09 05:36:56.963 INFO O| Oct 09 05:36:56.963 INFO STEP 130 (remove_files) COMPLETE
45242024-10-09T05:36:58.202Z[ recovery-image] Oct 09 05:36:56.963 INFO O| Oct 09 05:36:56.963 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-10-09T05:36:58.209Z[ recovery-image] Oct 09 05:36:56.972 INFO O| Oct 09 05:36:56.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
45262024-10-09T05:36:58.209Z[ recovery-image] Oct 09 05:36:56.972 INFO O| Oct 09 05:36:56.972 INFO STEP 131 (remove_files) COMPLETE
45272024-10-09T05:36:58.211Z[ recovery-image] Oct 09 05:36:56.972 INFO O| Oct 09 05:36:56.972 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-10-09T05:36:58.218Z[ recovery-image] Oct 09 05:36:56.982 INFO O| Oct 09 05:36:56.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
45292024-10-09T05:36:58.218Z[ recovery-image] Oct 09 05:36:56.982 INFO O| Oct 09 05:36:56.982 INFO STEP 132 (remove_files) COMPLETE
45302024-10-09T05:36:58.221Z[ recovery-image] Oct 09 05:36:56.982 INFO O| Oct 09 05:36:56.982 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-10-09T05:36:58.228Z[ recovery-image] Oct 09 05:36:56.991 INFO O| Oct 09 05:36:56.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
45322024-10-09T05:36:58.228Z[ recovery-image] Oct 09 05:36:56.991 INFO O| Oct 09 05:36:56.991 INFO STEP 133 (remove_files) COMPLETE
45332024-10-09T05:36:58.228Z[ recovery-image] Oct 09 05:36:56.991 INFO O| Oct 09 05:36:56.991 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-10-09T05:36:58.237Z[ recovery-image] Oct 09 05:36:57.001 INFO O| Oct 09 05:36:57.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
45352024-10-09T05:36:58.237Z[ recovery-image] Oct 09 05:36:57.001 INFO O| Oct 09 05:36:57.001 INFO STEP 134 (remove_files) COMPLETE
45362024-10-09T05:36:58.240Z[ recovery-image] Oct 09 05:36:57.001 INFO O| Oct 09 05:36:57.001 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-10-09T05:36:58.248Z[ recovery-image] Oct 09 05:36:57.011 INFO O| Oct 09 05:36:57.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
45382024-10-09T05:36:58.248Z[ recovery-image] Oct 09 05:36:57.011 INFO O| Oct 09 05:36:57.011 INFO STEP 135 (remove_files) COMPLETE
45392024-10-09T05:36:58.250Z[ recovery-image] Oct 09 05:36:57.011 INFO O| Oct 09 05:36:57.011 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-10-09T05:36:58.257Z[ recovery-image] Oct 09 05:36:57.021 INFO O| Oct 09 05:36:57.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
45412024-10-09T05:36:58.257Z[ recovery-image] Oct 09 05:36:57.021 INFO O| Oct 09 05:36:57.021 INFO STEP 136 (remove_files) COMPLETE
45422024-10-09T05:36:58.257Z[ recovery-image] Oct 09 05:36:57.021 INFO O| Oct 09 05:36:57.021 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-10-09T05:36:58.266Z[ recovery-image] Oct 09 05:36:57.030 INFO O| Oct 09 05:36:57.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
45442024-10-09T05:36:58.266Z[ recovery-image] Oct 09 05:36:57.030 INFO O| Oct 09 05:36:57.030 INFO STEP 137 (remove_files) COMPLETE
45452024-10-09T05:36:58.269Z[ recovery-image] Oct 09 05:36:57.030 INFO O| Oct 09 05:36:57.030 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-10-09T05:36:58.276Z[ recovery-image] Oct 09 05:36:57.039 INFO O| Oct 09 05:36:57.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
45472024-10-09T05:36:58.276Z[ recovery-image] Oct 09 05:36:57.040 INFO O| Oct 09 05:36:57.039 INFO STEP 138 (remove_files) COMPLETE
45482024-10-09T05:36:58.279Z[ recovery-image] Oct 09 05:36:57.040 INFO O| Oct 09 05:36:57.040 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-10-09T05:36:58.285Z[ recovery-image] Oct 09 05:36:57.049 INFO O| Oct 09 05:36:57.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
45502024-10-09T05:36:58.285Z[ recovery-image] Oct 09 05:36:57.049 INFO O| Oct 09 05:36:57.049 INFO STEP 139 (remove_files) COMPLETE
45512024-10-09T05:36:58.285Z[ recovery-image] Oct 09 05:36:57.049 INFO O| Oct 09 05:36:57.049 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-10-09T05:36:58.295Z[ recovery-image] Oct 09 05:36:57.059 INFO O| Oct 09 05:36:57.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
45532024-10-09T05:36:58.298Z[ recovery-image] Oct 09 05:36:57.059 INFO O| Oct 09 05:36:57.059 INFO STEP 140 (remove_files) COMPLETE
45542024-10-09T05:36:58.298Z[ recovery-image] Oct 09 05:36:57.059 INFO O| Oct 09 05:36:57.059 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-10-09T05:36:58.305Z[ recovery-image] Oct 09 05:36:57.069 INFO O| Oct 09 05:36:57.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
45562024-10-09T05:36:58.305Z[ recovery-image] Oct 09 05:36:57.069 INFO O| Oct 09 05:36:57.069 INFO STEP 141 (remove_files) COMPLETE
45572024-10-09T05:36:58.308Z[ recovery-image] Oct 09 05:36:57.069 INFO O| Oct 09 05:36:57.069 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-10-09T05:36:58.315Z[ recovery-image] Oct 09 05:36:57.078 INFO O| Oct 09 05:36:57.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
45592024-10-09T05:36:58.315Z[ recovery-image] Oct 09 05:36:57.078 INFO O| Oct 09 05:36:57.078 INFO STEP 142 (remove_files) COMPLETE
45602024-10-09T05:36:58.317Z[ recovery-image] Oct 09 05:36:57.078 INFO O| Oct 09 05:36:57.078 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-10-09T05:36:58.324Z[ recovery-image] Oct 09 05:36:57.088 INFO O| Oct 09 05:36:57.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
45622024-10-09T05:36:58.324Z[ recovery-image] Oct 09 05:36:57.088 INFO O| Oct 09 05:36:57.088 INFO STEP 143 (remove_files) COMPLETE
45632024-10-09T05:36:58.327Z[ recovery-image] Oct 09 05:36:57.088 INFO O| Oct 09 05:36:57.088 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-10-09T05:36:58.334Z[ recovery-image] Oct 09 05:36:57.097 INFO O| Oct 09 05:36:57.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
45652024-10-09T05:36:58.336Z[ recovery-image] Oct 09 05:36:57.097 INFO O| Oct 09 05:36:57.097 INFO STEP 144 (remove_files) COMPLETE
45662024-10-09T05:36:58.337Z[ recovery-image] Oct 09 05:36:57.098 INFO O| Oct 09 05:36:57.097 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-10-09T05:36:58.343Z[ recovery-image] Oct 09 05:36:57.107 INFO O| Oct 09 05:36:57.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
45682024-10-09T05:36:58.343Z[ recovery-image] Oct 09 05:36:57.107 INFO O| Oct 09 05:36:57.107 INFO STEP 145 (remove_files) COMPLETE
45692024-10-09T05:36:58.344Z[ recovery-image] Oct 09 05:36:57.107 INFO O| Oct 09 05:36:57.107 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-10-09T05:36:58.353Z[ recovery-image] Oct 09 05:36:57.116 INFO O| Oct 09 05:36:57.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
45712024-10-09T05:36:58.353Z[ recovery-image] Oct 09 05:36:57.116 INFO O| Oct 09 05:36:57.116 INFO STEP 146 (remove_files) COMPLETE
45722024-10-09T05:36:58.356Z[ recovery-image] Oct 09 05:36:57.116 INFO O| Oct 09 05:36:57.116 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-10-09T05:36:58.362Z[ recovery-image] Oct 09 05:36:57.126 INFO O| Oct 09 05:36:57.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
45742024-10-09T05:36:58.362Z[ recovery-image] Oct 09 05:36:57.126 INFO O| Oct 09 05:36:57.126 INFO STEP 147 (remove_files) COMPLETE
45752024-10-09T05:36:58.362Z[ recovery-image] Oct 09 05:36:57.126 INFO O| Oct 09 05:36:57.126 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-10-09T05:36:58.372Z[ recovery-image] Oct 09 05:36:57.135 INFO O| Oct 09 05:36:57.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
45772024-10-09T05:36:58.372Z[ recovery-image] Oct 09 05:36:57.135 INFO O| Oct 09 05:36:57.135 INFO STEP 148 (remove_files) COMPLETE
45782024-10-09T05:36:58.375Z[ recovery-image] Oct 09 05:36:57.135 INFO O| Oct 09 05:36:57.135 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-10-09T05:36:58.381Z[ recovery-image] Oct 09 05:36:57.144 INFO O| Oct 09 05:36:57.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
45802024-10-09T05:36:58.381Z[ recovery-image] Oct 09 05:36:57.145 INFO O| Oct 09 05:36:57.145 INFO STEP 149 (remove_files) COMPLETE
45812024-10-09T05:36:58.384Z[ recovery-image] Oct 09 05:36:57.145 INFO O| Oct 09 05:36:57.145 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-10-09T05:36:58.390Z[ recovery-image] Oct 09 05:36:57.154 INFO O| Oct 09 05:36:57.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
45832024-10-09T05:36:58.390Z[ recovery-image] Oct 09 05:36:57.154 INFO O| Oct 09 05:36:57.154 INFO STEP 150 (remove_files) COMPLETE
45842024-10-09T05:36:58.393Z[ recovery-image] Oct 09 05:36:57.154 INFO O| Oct 09 05:36:57.154 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-10-09T05:36:58.400Z[ recovery-image] Oct 09 05:36:57.163 INFO O| Oct 09 05:36:57.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
45862024-10-09T05:36:58.401Z[ recovery-image] Oct 09 05:36:57.163 INFO O| Oct 09 05:36:57.163 INFO STEP 151 (remove_files) COMPLETE
45872024-10-09T05:36:58.401Z[ recovery-image] Oct 09 05:36:57.163 INFO O| Oct 09 05:36:57.163 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882024-10-09T05:36:58.409Z[ recovery-image] Oct 09 05:36:57.173 INFO O| Oct 09 05:36:57.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
45892024-10-09T05:36:58.409Z[ recovery-image] Oct 09 05:36:57.173 INFO O| Oct 09 05:36:57.173 INFO STEP 152 (remove_files) COMPLETE
45902024-10-09T05:36:58.412Z[ recovery-image] Oct 09 05:36:57.173 INFO O| Oct 09 05:36:57.173 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-10-09T05:36:58.419Z[ recovery-image] Oct 09 05:36:57.182 INFO O| Oct 09 05:36:57.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
45922024-10-09T05:36:58.422Z[ recovery-image] Oct 09 05:36:57.182 INFO O| Oct 09 05:36:57.182 INFO STEP 153 (remove_files) COMPLETE
45932024-10-09T05:36:58.422Z[ recovery-image] Oct 09 05:36:57.182 INFO O| Oct 09 05:36:57.182 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-10-09T05:36:58.429Z[ recovery-image] Oct 09 05:36:57.192 INFO O| Oct 09 05:36:57.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
45952024-10-09T05:36:58.429Z[ recovery-image] Oct 09 05:36:57.192 INFO O| Oct 09 05:36:57.192 INFO STEP 154 (remove_files) COMPLETE
45962024-10-09T05:36:58.431Z[ recovery-image] Oct 09 05:36:57.192 INFO O| Oct 09 05:36:57.192 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-10-09T05:36:58.438Z[ recovery-image] Oct 09 05:36:57.202 INFO O| Oct 09 05:36:57.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
45982024-10-09T05:36:58.438Z[ recovery-image] Oct 09 05:36:57.202 INFO O| Oct 09 05:36:57.202 INFO STEP 155 (remove_files) COMPLETE
45992024-10-09T05:36:58.441Z[ recovery-image] Oct 09 05:36:57.202 INFO O| Oct 09 05:36:57.202 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-10-09T05:36:58.448Z[ recovery-image] Oct 09 05:36:57.211 INFO O| Oct 09 05:36:57.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
46012024-10-09T05:36:58.448Z[ recovery-image] Oct 09 05:36:57.211 INFO O| Oct 09 05:36:57.211 INFO STEP 156 (remove_files) COMPLETE
46022024-10-09T05:36:58.451Z[ recovery-image] Oct 09 05:36:57.211 INFO O| Oct 09 05:36:57.211 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-10-09T05:36:58.457Z[ recovery-image] Oct 09 05:36:57.221 INFO O| Oct 09 05:36:57.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
46042024-10-09T05:36:58.457Z[ recovery-image] Oct 09 05:36:57.221 INFO O| Oct 09 05:36:57.221 INFO STEP 157 (remove_files) COMPLETE
46052024-10-09T05:36:58.460Z[ recovery-image] Oct 09 05:36:57.221 INFO O| Oct 09 05:36:57.221 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-10-09T05:36:58.467Z[ recovery-image] Oct 09 05:36:57.230 INFO O| Oct 09 05:36:57.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
46072024-10-09T05:36:58.467Z[ recovery-image] Oct 09 05:36:57.230 INFO O| Oct 09 05:36:57.230 INFO STEP 158 (remove_files) COMPLETE
46082024-10-09T05:36:58.469Z[ recovery-image] Oct 09 05:36:57.230 INFO O| Oct 09 05:36:57.230 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-10-09T05:36:58.476Z[ recovery-image] Oct 09 05:36:57.239 INFO O| Oct 09 05:36:57.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
46102024-10-09T05:36:58.476Z[ recovery-image] Oct 09 05:36:57.240 INFO O| Oct 09 05:36:57.239 INFO STEP 159 (remove_files) COMPLETE
46112024-10-09T05:36:58.479Z[ recovery-image] Oct 09 05:36:57.240 INFO O| Oct 09 05:36:57.240 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-10-09T05:36:58.485Z[ recovery-image] Oct 09 05:36:57.249 INFO O| Oct 09 05:36:57.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
46132024-10-09T05:36:58.485Z[ recovery-image] Oct 09 05:36:57.249 INFO O| Oct 09 05:36:57.249 INFO STEP 160 (remove_files) COMPLETE
46142024-10-09T05:36:58.488Z[ recovery-image] Oct 09 05:36:57.249 INFO O| Oct 09 05:36:57.249 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-10-09T05:36:58.495Z[ recovery-image] Oct 09 05:36:57.258 INFO O| Oct 09 05:36:57.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
46162024-10-09T05:36:58.495Z[ recovery-image] Oct 09 05:36:57.258 INFO O| Oct 09 05:36:57.258 INFO STEP 161 (remove_files) COMPLETE
46172024-10-09T05:36:58.498Z[ recovery-image] Oct 09 05:36:57.258 INFO O| Oct 09 05:36:57.258 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-10-09T05:36:58.504Z[ recovery-image] Oct 09 05:36:57.268 INFO O| Oct 09 05:36:57.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
46192024-10-09T05:36:58.504Z[ recovery-image] Oct 09 05:36:57.268 INFO O| Oct 09 05:36:57.268 INFO STEP 162 (remove_files) COMPLETE
46202024-10-09T05:36:58.507Z[ recovery-image] Oct 09 05:36:57.268 INFO O| Oct 09 05:36:57.268 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-10-09T05:36:58.509Z[ host-image] Oct 09 05:36:57.272 INFO O| Oct 09 05:36:57.272 INFO O| Download: Completed 1.39 MB in 0.68 seconds (2.0M/s)
46222024-10-09T05:36:58.514Z[ recovery-image] Oct 09 05:36:57.278 INFO O| Oct 09 05:36:57.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
46232024-10-09T05:36:58.515Z[ recovery-image] Oct 09 05:36:57.278 INFO O| Oct 09 05:36:57.278 INFO STEP 163 (remove_files) COMPLETE
46242024-10-09T05:36:58.517Z[ recovery-image] Oct 09 05:36:57.278 INFO O| Oct 09 05:36:57.278 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-10-09T05:36:58.526Z[ recovery-image] Oct 09 05:36:57.289 INFO O| Oct 09 05:36:57.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
46262024-10-09T05:36:58.526Z[ recovery-image] Oct 09 05:36:57.289 INFO O| Oct 09 05:36:57.289 INFO STEP 164 (remove_files) COMPLETE
46272024-10-09T05:36:58.528Z[ recovery-image] Oct 09 05:36:57.289 INFO O| Oct 09 05:36:57.289 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-10-09T05:36:58.537Z[ recovery-image] Oct 09 05:36:57.300 INFO O| Oct 09 05:36:57.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
46292024-10-09T05:36:58.537Z[ recovery-image] Oct 09 05:36:57.300 INFO O| Oct 09 05:36:57.300 INFO STEP 165 (remove_files) COMPLETE
46302024-10-09T05:36:58.539Z[ recovery-image] Oct 09 05:36:57.300 INFO O| Oct 09 05:36:57.300 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-10-09T05:36:58.539Z[ host-image] Oct 09 05:36:57.302 INFO O| Oct 09 05:36:57.302 INFO O| Actions: 1/238 actions (Installing new actions)
46322024-10-09T05:36:58.547Z[ recovery-image] Oct 09 05:36:57.310 INFO O| Oct 09 05:36:57.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
46332024-10-09T05:36:58.550Z[ recovery-image] Oct 09 05:36:57.311 INFO O| Oct 09 05:36:57.311 INFO STEP 166 (remove_files) COMPLETE
46342024-10-09T05:36:58.550Z[ recovery-image] Oct 09 05:36:57.311 INFO O| Oct 09 05:36:57.311 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-10-09T05:36:58.558Z[ recovery-image] Oct 09 05:36:57.321 INFO O| Oct 09 05:36:57.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
46362024-10-09T05:36:58.561Z[ recovery-image] Oct 09 05:36:57.321 INFO O| Oct 09 05:36:57.321 INFO STEP 167 (remove_files) COMPLETE
46372024-10-09T05:36:58.561Z[ recovery-image] Oct 09 05:36:57.322 INFO O| Oct 09 05:36:57.321 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-10-09T05:36:58.568Z[ recovery-image] Oct 09 05:36:57.332 INFO O| Oct 09 05:36:57.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
46392024-10-09T05:36:58.571Z[ recovery-image] Oct 09 05:36:57.332 INFO O| Oct 09 05:36:57.332 INFO STEP 168 (remove_files) COMPLETE
46402024-10-09T05:36:58.571Z[ recovery-image] Oct 09 05:36:57.332 INFO O| Oct 09 05:36:57.332 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-10-09T05:36:58.579Z[ recovery-image] Oct 09 05:36:57.342 INFO O| Oct 09 05:36:57.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
46422024-10-09T05:36:58.579Z[ recovery-image] Oct 09 05:36:57.342 INFO O| Oct 09 05:36:57.342 INFO STEP 169 (remove_files) COMPLETE
46432024-10-09T05:36:58.581Z[ recovery-image] Oct 09 05:36:57.342 INFO O| Oct 09 05:36:57.342 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-10-09T05:36:58.590Z[ recovery-image] Oct 09 05:36:57.353 INFO O| Oct 09 05:36:57.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
46452024-10-09T05:36:58.590Z[ recovery-image] Oct 09 05:36:57.353 INFO O| Oct 09 05:36:57.353 INFO STEP 170 (remove_files) COMPLETE
46462024-10-09T05:36:58.590Z[ recovery-image] Oct 09 05:36:57.353 INFO O| Oct 09 05:36:57.353 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-10-09T05:36:58.601Z[ recovery-image] Oct 09 05:36:57.364 INFO O| Oct 09 05:36:57.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
46482024-10-09T05:36:58.601Z[ recovery-image] Oct 09 05:36:57.364 INFO O| Oct 09 05:36:57.364 INFO STEP 171 (remove_files) COMPLETE
46492024-10-09T05:36:58.603Z[ recovery-image] Oct 09 05:36:57.364 INFO O| Oct 09 05:36:57.364 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-10-09T05:36:58.612Z[ recovery-image] Oct 09 05:36:57.375 INFO O| Oct 09 05:36:57.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
46512024-10-09T05:36:58.612Z[ recovery-image] Oct 09 05:36:57.375 INFO O| Oct 09 05:36:57.375 INFO STEP 172 (remove_files) COMPLETE
46522024-10-09T05:36:58.615Z[ recovery-image] Oct 09 05:36:57.375 INFO O| Oct 09 05:36:57.375 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-10-09T05:36:58.624Z[ recovery-image] Oct 09 05:36:57.388 INFO O| Oct 09 05:36:57.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
46542024-10-09T05:36:58.624Z[ recovery-image] Oct 09 05:36:57.388 INFO O| Oct 09 05:36:57.388 INFO STEP 173 (remove_files) COMPLETE
46552024-10-09T05:36:58.624Z[ recovery-image] Oct 09 05:36:57.388 INFO O| Oct 09 05:36:57.388 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-10-09T05:36:58.635Z[ recovery-image] Oct 09 05:36:57.398 INFO O| Oct 09 05:36:57.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
46572024-10-09T05:36:58.635Z[ recovery-image] Oct 09 05:36:57.398 INFO O| Oct 09 05:36:57.398 INFO STEP 174 (remove_files) COMPLETE
46582024-10-09T05:36:58.635Z[ recovery-image] Oct 09 05:36:57.398 INFO O| Oct 09 05:36:57.398 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-10-09T05:36:58.645Z[ recovery-image] Oct 09 05:36:57.408 INFO O| Oct 09 05:36:57.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
46602024-10-09T05:36:58.648Z[ recovery-image] Oct 09 05:36:57.408 INFO O| Oct 09 05:36:57.408 INFO STEP 175 (remove_files) COMPLETE
46612024-10-09T05:36:58.648Z[ recovery-image] Oct 09 05:36:57.408 INFO O| Oct 09 05:36:57.408 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-10-09T05:36:58.648Z[ host-image] Oct 09 05:36:57.409 INFO O| Oct 09 05:36:57.409 INFO O| Actions: Completed 238 actions in 0.11 seconds.
46632024-10-09T05:36:58.655Z[ recovery-image] Oct 09 05:36:57.418 INFO O| Oct 09 05:36:57.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
46642024-10-09T05:36:58.655Z[ recovery-image] Oct 09 05:36:57.418 INFO O| Oct 09 05:36:57.418 INFO STEP 176 (remove_files) COMPLETE
46652024-10-09T05:36:58.657Z[ recovery-image] Oct 09 05:36:57.418 INFO O| Oct 09 05:36:57.418 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662024-10-09T05:36:58.665Z[ recovery-image] Oct 09 05:36:57.428 INFO O| Oct 09 05:36:57.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
46672024-10-09T05:36:58.665Z[ recovery-image] Oct 09 05:36:57.428 INFO O| Oct 09 05:36:57.428 INFO STEP 177 (remove_files) COMPLETE
46682024-10-09T05:36:58.665Z[ recovery-image] Oct 09 05:36:57.428 INFO O| Oct 09 05:36:57.428 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692024-10-09T05:36:58.675Z[ recovery-image] Oct 09 05:36:57.438 INFO O| Oct 09 05:36:57.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
46702024-10-09T05:36:58.677Z[ recovery-image] Oct 09 05:36:57.438 INFO O| Oct 09 05:36:57.438 INFO STEP 178 (remove_files) COMPLETE
46712024-10-09T05:36:58.677Z[ recovery-image] Oct 09 05:36:57.438 INFO O| Oct 09 05:36:57.438 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722024-10-09T05:36:58.685Z[ recovery-image] Oct 09 05:36:57.448 INFO O| Oct 09 05:36:57.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
46732024-10-09T05:36:58.685Z[ recovery-image] Oct 09 05:36:57.448 INFO O| Oct 09 05:36:57.448 INFO STEP 179 (remove_files) COMPLETE
46742024-10-09T05:36:58.687Z[ recovery-image] Oct 09 05:36:57.448 INFO O| Oct 09 05:36:57.448 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752024-10-09T05:36:58.695Z[ recovery-image] Oct 09 05:36:57.458 INFO O| Oct 09 05:36:57.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
46762024-10-09T05:36:58.695Z[ recovery-image] Oct 09 05:36:57.458 INFO O| Oct 09 05:36:57.458 INFO STEP 180 (remove_files) COMPLETE
46772024-10-09T05:36:58.695Z[ recovery-image] Oct 09 05:36:57.458 INFO O| Oct 09 05:36:57.458 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-10-09T05:36:58.704Z[ recovery-image] Oct 09 05:36:57.468 INFO O| Oct 09 05:36:57.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
46792024-10-09T05:36:58.705Z[ recovery-image] Oct 09 05:36:57.468 INFO O| Oct 09 05:36:57.468 INFO STEP 181 (remove_files) COMPLETE
46802024-10-09T05:36:58.707Z[ recovery-image] Oct 09 05:36:57.468 INFO O| Oct 09 05:36:57.468 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812024-10-09T05:36:58.715Z[ recovery-image] Oct 09 05:36:57.477 INFO O| Oct 09 05:36:57.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
46822024-10-09T05:36:58.715Z[ recovery-image] Oct 09 05:36:57.478 INFO O| Oct 09 05:36:57.478 INFO STEP 182 (remove_files) COMPLETE
46832024-10-09T05:36:58.718Z[ recovery-image] Oct 09 05:36:57.478 INFO O| Oct 09 05:36:57.478 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842024-10-09T05:36:58.724Z[ recovery-image] Oct 09 05:36:57.487 INFO O| Oct 09 05:36:57.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
46852024-10-09T05:36:58.724Z[ recovery-image] Oct 09 05:36:57.487 INFO O| Oct 09 05:36:57.487 INFO STEP 183 (remove_files) COMPLETE
46862024-10-09T05:36:58.727Z[ recovery-image] Oct 09 05:36:57.487 INFO O| Oct 09 05:36:57.487 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872024-10-09T05:36:58.735Z[ recovery-image] Oct 09 05:36:57.497 INFO O| Oct 09 05:36:57.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
46882024-10-09T05:36:58.735Z[ recovery-image] Oct 09 05:36:57.497 INFO O| Oct 09 05:36:57.497 INFO STEP 184 (remove_files) COMPLETE
46892024-10-09T05:36:58.735Z[ recovery-image] Oct 09 05:36:57.497 INFO O| Oct 09 05:36:57.497 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902024-10-09T05:36:58.744Z[ recovery-image] Oct 09 05:36:57.507 INFO O| Oct 09 05:36:57.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
46912024-10-09T05:36:58.745Z[ recovery-image] Oct 09 05:36:57.507 INFO O| Oct 09 05:36:57.507 INFO STEP 185 (remove_files) COMPLETE
46922024-10-09T05:36:58.745Z[ recovery-image] Oct 09 05:36:57.507 INFO O| Oct 09 05:36:57.507 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932024-10-09T05:36:58.754Z[ recovery-image] Oct 09 05:36:57.517 INFO O| Oct 09 05:36:57.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
46942024-10-09T05:36:58.756Z[ recovery-image] Oct 09 05:36:57.517 INFO O| Oct 09 05:36:57.517 INFO STEP 186 (remove_files) COMPLETE
46952024-10-09T05:36:58.756Z[ recovery-image] Oct 09 05:36:57.517 INFO O| Oct 09 05:36:57.517 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962024-10-09T05:36:58.763Z[ recovery-image] Oct 09 05:36:57.526 INFO O| Oct 09 05:36:57.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
46972024-10-09T05:36:58.766Z[ recovery-image] Oct 09 05:36:57.526 INFO O| Oct 09 05:36:57.526 INFO STEP 187 (remove_files) COMPLETE
46982024-10-09T05:36:58.766Z[ recovery-image] Oct 09 05:36:57.526 INFO O| Oct 09 05:36:57.526 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-10-09T05:36:58.773Z[ recovery-image] Oct 09 05:36:57.536 INFO O| Oct 09 05:36:57.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
47002024-10-09T05:36:58.773Z[ recovery-image] Oct 09 05:36:57.537 INFO O| Oct 09 05:36:57.536 INFO STEP 188 (remove_files) COMPLETE
47012024-10-09T05:36:58.774Z[ recovery-image] Oct 09 05:36:57.537 INFO O| Oct 09 05:36:57.536 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-10-09T05:36:58.783Z[ recovery-image] Oct 09 05:36:57.546 INFO O| Oct 09 05:36:57.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
47032024-10-09T05:36:58.783Z[ recovery-image] Oct 09 05:36:57.546 INFO O| Oct 09 05:36:57.546 INFO STEP 189 (remove_files) COMPLETE
47042024-10-09T05:36:58.786Z[ recovery-image] Oct 09 05:36:57.546 INFO O| Oct 09 05:36:57.546 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-10-09T05:36:58.793Z[ recovery-image] Oct 09 05:36:57.556 INFO O| Oct 09 05:36:57.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
47062024-10-09T05:36:58.793Z[ recovery-image] Oct 09 05:36:57.556 INFO O| Oct 09 05:36:57.556 INFO STEP 190 (remove_files) COMPLETE
47072024-10-09T05:36:58.796Z[ recovery-image] Oct 09 05:36:57.556 INFO O| Oct 09 05:36:57.556 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-10-09T05:36:58.803Z[ recovery-image] Oct 09 05:36:57.566 INFO O| Oct 09 05:36:57.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
47092024-10-09T05:36:58.803Z[ recovery-image] Oct 09 05:36:57.566 INFO O| Oct 09 05:36:57.566 INFO STEP 191 (remove_files) COMPLETE
47102024-10-09T05:36:58.803Z[ recovery-image] Oct 09 05:36:57.566 INFO O| Oct 09 05:36:57.566 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-10-09T05:36:58.813Z[ recovery-image] Oct 09 05:36:57.576 INFO O| Oct 09 05:36:57.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
47122024-10-09T05:36:58.816Z[ recovery-image] Oct 09 05:36:57.576 INFO O| Oct 09 05:36:57.576 INFO STEP 192 (remove_files) COMPLETE
47132024-10-09T05:36:58.816Z[ recovery-image] Oct 09 05:36:57.576 INFO O| Oct 09 05:36:57.576 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-10-09T05:36:58.823Z[ recovery-image] Oct 09 05:36:57.586 INFO O| Oct 09 05:36:57.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
47152024-10-09T05:36:58.823Z[ recovery-image] Oct 09 05:36:57.586 INFO O| Oct 09 05:36:57.586 INFO STEP 193 (remove_files) COMPLETE
47162024-10-09T05:36:58.826Z[ recovery-image] Oct 09 05:36:57.586 INFO O| Oct 09 05:36:57.586 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-10-09T05:36:58.833Z[ recovery-image] Oct 09 05:36:57.596 INFO O| Oct 09 05:36:57.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
47182024-10-09T05:36:58.833Z[ recovery-image] Oct 09 05:36:57.596 INFO O| Oct 09 05:36:57.596 INFO STEP 194 (remove_files) COMPLETE
47192024-10-09T05:36:58.836Z[ recovery-image] Oct 09 05:36:57.596 INFO O| Oct 09 05:36:57.596 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-10-09T05:36:58.839Z[ host-image] Oct 09 05:36:57.599 INFO O| Oct 09 05:36:57.599 INFO O| Done
47212024-10-09T05:36:58.839Z[ host-image] Oct 09 05:36:57.599 INFO O| Oct 09 05:36:57.599 INFO O| Done
47222024-10-09T05:36:58.844Z[ recovery-image] Oct 09 05:36:57.607 INFO O| Oct 09 05:36:57.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
47232024-10-09T05:36:58.844Z[ recovery-image] Oct 09 05:36:57.607 INFO O| Oct 09 05:36:57.607 INFO STEP 195 (remove_files) COMPLETE
47242024-10-09T05:36:58.844Z[ recovery-image] Oct 09 05:36:57.607 INFO O| Oct 09 05:36:57.607 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-10-09T05:36:58.855Z[ recovery-image] Oct 09 05:36:57.618 INFO O| Oct 09 05:36:57.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
47262024-10-09T05:36:58.855Z[ recovery-image] Oct 09 05:36:57.618 INFO O| Oct 09 05:36:57.618 INFO STEP 196 (remove_files) COMPLETE
47272024-10-09T05:36:58.858Z[ recovery-image] Oct 09 05:36:57.618 INFO O| Oct 09 05:36:57.618 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-10-09T05:36:58.865Z[ recovery-image] Oct 09 05:36:57.628 INFO O| Oct 09 05:36:57.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
47292024-10-09T05:36:58.867Z[ recovery-image] Oct 09 05:36:57.628 INFO O| Oct 09 05:36:57.628 INFO STEP 197 (remove_files) COMPLETE
47302024-10-09T05:36:58.867Z[ recovery-image] Oct 09 05:36:57.628 INFO O| Oct 09 05:36:57.628 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-10-09T05:36:58.874Z[ recovery-image] Oct 09 05:36:57.637 INFO O| Oct 09 05:36:57.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
47322024-10-09T05:36:58.874Z[ recovery-image] Oct 09 05:36:57.637 INFO O| Oct 09 05:36:57.637 INFO STEP 198 (remove_files) COMPLETE
47332024-10-09T05:36:58.877Z[ recovery-image] Oct 09 05:36:57.637 INFO O| Oct 09 05:36:57.637 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-10-09T05:36:58.884Z[ recovery-image] Oct 09 05:36:57.647 INFO O| Oct 09 05:36:57.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
47352024-10-09T05:36:58.884Z[ recovery-image] Oct 09 05:36:57.647 INFO O| Oct 09 05:36:57.647 INFO STEP 199 (remove_files) COMPLETE
47362024-10-09T05:36:58.887Z[ recovery-image] Oct 09 05:36:57.647 INFO O| Oct 09 05:36:57.647 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-10-09T05:36:58.894Z[ recovery-image] Oct 09 05:36:57.657 INFO O| Oct 09 05:36:57.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
47382024-10-09T05:36:58.894Z[ recovery-image] Oct 09 05:36:57.657 INFO O| Oct 09 05:36:57.657 INFO STEP 200 (remove_files) COMPLETE
47392024-10-09T05:36:58.894Z[ recovery-image] Oct 09 05:36:57.657 INFO O| Oct 09 05:36:57.657 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-10-09T05:36:58.907Z[ recovery-image] Oct 09 05:36:57.669 INFO O| Oct 09 05:36:57.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
47412024-10-09T05:36:58.907Z[ recovery-image] Oct 09 05:36:57.670 INFO O| Oct 09 05:36:57.670 INFO STEP 201 (remove_files) COMPLETE
47422024-10-09T05:36:58.907Z[ recovery-image] Oct 09 05:36:57.670 INFO O| Oct 09 05:36:57.670 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-10-09T05:36:58.920Z[ recovery-image] Oct 09 05:36:57.682 INFO O| Oct 09 05:36:57.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
47442024-10-09T05:36:58.920Z[ recovery-image] Oct 09 05:36:57.682 INFO O| Oct 09 05:36:57.682 INFO STEP 202 (remove_files) COMPLETE
47452024-10-09T05:36:58.922Z[ recovery-image] Oct 09 05:36:57.683 INFO O| Oct 09 05:36:57.682 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-10-09T05:36:58.932Z[ recovery-image] Oct 09 05:36:57.695 INFO O| Oct 09 05:36:57.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
47472024-10-09T05:36:58.934Z[ recovery-image] Oct 09 05:36:57.695 INFO O| Oct 09 05:36:57.695 INFO STEP 203 (remove_files) COMPLETE
47482024-10-09T05:36:58.935Z[ recovery-image] Oct 09 05:36:57.695 INFO O| Oct 09 05:36:57.695 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-10-09T05:36:58.945Z[ recovery-image] Oct 09 05:36:57.708 INFO O| Oct 09 05:36:57.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
47502024-10-09T05:36:58.948Z[ recovery-image] Oct 09 05:36:57.708 INFO O| Oct 09 05:36:57.708 INFO STEP 204 (remove_files) COMPLETE
47512024-10-09T05:36:58.948Z[ recovery-image] Oct 09 05:36:57.708 INFO O| Oct 09 05:36:57.708 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-10-09T05:36:58.958Z[ recovery-image] Oct 09 05:36:57.721 INFO O| Oct 09 05:36:57.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
47532024-10-09T05:36:58.960Z[ recovery-image] Oct 09 05:36:57.721 INFO O| Oct 09 05:36:57.721 INFO STEP 205 (remove_files) COMPLETE
47542024-10-09T05:36:58.960Z[ recovery-image] Oct 09 05:36:57.721 INFO O| Oct 09 05:36:57.721 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-10-09T05:36:58.968Z[ recovery-image] Oct 09 05:36:57.731 INFO O| Oct 09 05:36:57.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
47562024-10-09T05:36:58.970Z[ recovery-image] Oct 09 05:36:57.731 INFO O| Oct 09 05:36:57.731 INFO STEP 206 (remove_files) COMPLETE
47572024-10-09T05:36:58.971Z[ recovery-image] Oct 09 05:36:57.731 INFO O| Oct 09 05:36:57.731 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-10-09T05:36:58.977Z[ recovery-image] Oct 09 05:36:57.740 INFO O| Oct 09 05:36:57.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
47592024-10-09T05:36:58.981Z[ recovery-image] Oct 09 05:36:57.740 INFO O| Oct 09 05:36:57.740 INFO STEP 207 (remove_files) COMPLETE
47602024-10-09T05:36:58.981Z[ recovery-image] Oct 09 05:36:57.740 INFO O| Oct 09 05:36:57.740 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-10-09T05:36:58.987Z[ recovery-image] Oct 09 05:36:57.750 INFO O| Oct 09 05:36:57.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
47622024-10-09T05:36:58.987Z[ recovery-image] Oct 09 05:36:57.750 INFO O| Oct 09 05:36:57.750 INFO STEP 208 (remove_files) COMPLETE
47632024-10-09T05:36:58.990Z[ recovery-image] Oct 09 05:36:57.750 INFO O| Oct 09 05:36:57.750 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-10-09T05:36:58.996Z[ recovery-image] Oct 09 05:36:57.759 INFO O| Oct 09 05:36:57.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
47652024-10-09T05:36:58.996Z[ recovery-image] Oct 09 05:36:57.759 INFO O| Oct 09 05:36:57.759 INFO STEP 209 (remove_files) COMPLETE
47662024-10-09T05:36:58.999Z[ recovery-image] Oct 09 05:36:57.759 INFO O| Oct 09 05:36:57.759 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-10-09T05:36:59.006Z[ recovery-image] Oct 09 05:36:57.769 INFO O| Oct 09 05:36:57.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
47682024-10-09T05:36:59.006Z[ recovery-image] Oct 09 05:36:57.769 INFO O| Oct 09 05:36:57.769 INFO STEP 210 (remove_files) COMPLETE
47692024-10-09T05:36:59.009Z[ recovery-image] Oct 09 05:36:57.769 INFO O| Oct 09 05:36:57.769 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-10-09T05:36:59.016Z[ recovery-image] Oct 09 05:36:57.779 INFO O| Oct 09 05:36:57.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
47712024-10-09T05:36:59.016Z[ recovery-image] Oct 09 05:36:57.779 INFO O| Oct 09 05:36:57.779 INFO STEP 211 (remove_files) COMPLETE
47722024-10-09T05:36:59.018Z[ recovery-image] Oct 09 05:36:57.779 INFO O| Oct 09 05:36:57.779 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-10-09T05:36:59.025Z[ recovery-image] Oct 09 05:36:57.788 INFO O| Oct 09 05:36:57.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
47742024-10-09T05:36:59.025Z[ recovery-image] Oct 09 05:36:57.788 INFO O| Oct 09 05:36:57.788 INFO STEP 212 (remove_files) COMPLETE
47752024-10-09T05:36:59.028Z[ recovery-image] Oct 09 05:36:57.788 INFO O| Oct 09 05:36:57.788 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-10-09T05:36:59.035Z[ recovery-image] Oct 09 05:36:57.797 INFO O| Oct 09 05:36:57.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
47772024-10-09T05:36:59.035Z[ recovery-image] Oct 09 05:36:57.797 INFO O| Oct 09 05:36:57.797 INFO STEP 213 (remove_files) COMPLETE
47782024-10-09T05:36:59.035Z[ recovery-image] Oct 09 05:36:57.797 INFO O| Oct 09 05:36:57.797 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-10-09T05:36:59.044Z[ recovery-image] Oct 09 05:36:57.807 INFO O| Oct 09 05:36:57.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
47802024-10-09T05:36:59.044Z[ recovery-image] Oct 09 05:36:57.807 INFO O| Oct 09 05:36:57.807 INFO STEP 214 (remove_files) COMPLETE
47812024-10-09T05:36:59.046Z[ recovery-image] Oct 09 05:36:57.807 INFO O| Oct 09 05:36:57.807 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-10-09T05:36:59.053Z[ recovery-image] Oct 09 05:36:57.816 INFO O| Oct 09 05:36:57.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
47832024-10-09T05:36:59.053Z[ recovery-image] Oct 09 05:36:57.816 INFO O| Oct 09 05:36:57.816 INFO STEP 215 (remove_files) COMPLETE
47842024-10-09T05:36:59.053Z[ recovery-image] Oct 09 05:36:57.816 INFO O| Oct 09 05:36:57.816 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-10-09T05:36:59.063Z[ recovery-image] Oct 09 05:36:57.825 INFO O| Oct 09 05:36:57.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
47862024-10-09T05:36:59.063Z[ recovery-image] Oct 09 05:36:57.825 INFO O| Oct 09 05:36:57.825 INFO STEP 216 (remove_files) COMPLETE
47872024-10-09T05:36:59.065Z[ recovery-image] Oct 09 05:36:57.825 INFO O| Oct 09 05:36:57.825 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-10-09T05:36:59.072Z[ recovery-image] Oct 09 05:36:57.835 INFO O| Oct 09 05:36:57.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
47892024-10-09T05:36:59.072Z[ recovery-image] Oct 09 05:36:57.835 INFO O| Oct 09 05:36:57.835 INFO STEP 217 (remove_files) COMPLETE
47902024-10-09T05:36:59.074Z[ recovery-image] Oct 09 05:36:57.835 INFO O| Oct 09 05:36:57.835 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-10-09T05:36:59.081Z[ recovery-image] Oct 09 05:36:57.844 INFO O| Oct 09 05:36:57.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
47922024-10-09T05:36:59.084Z[ recovery-image] Oct 09 05:36:57.844 INFO O| Oct 09 05:36:57.844 INFO STEP 218 (remove_files) COMPLETE
47932024-10-09T05:36:59.084Z[ recovery-image] Oct 09 05:36:57.844 INFO O| Oct 09 05:36:57.844 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-10-09T05:36:59.091Z[ recovery-image] Oct 09 05:36:57.854 INFO O| Oct 09 05:36:57.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
47952024-10-09T05:36:59.091Z[ recovery-image] Oct 09 05:36:57.854 INFO O| Oct 09 05:36:57.854 INFO STEP 219 (remove_files) COMPLETE
47962024-10-09T05:36:59.094Z[ recovery-image] Oct 09 05:36:57.854 INFO O| Oct 09 05:36:57.854 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-10-09T05:36:59.100Z[ recovery-image] Oct 09 05:36:57.863 INFO O| Oct 09 05:36:57.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
47982024-10-09T05:36:59.100Z[ recovery-image] Oct 09 05:36:57.863 INFO O| Oct 09 05:36:57.863 INFO STEP 220 (remove_files) COMPLETE
47992024-10-09T05:36:59.103Z[ recovery-image] Oct 09 05:36:57.863 INFO O| Oct 09 05:36:57.863 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-10-09T05:36:59.110Z[ recovery-image] Oct 09 05:36:57.873 INFO O| Oct 09 05:36:57.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
48012024-10-09T05:36:59.110Z[ recovery-image] Oct 09 05:36:57.873 INFO O| Oct 09 05:36:57.873 INFO STEP 221 (remove_files) COMPLETE
48022024-10-09T05:36:59.112Z[ recovery-image] Oct 09 05:36:57.873 INFO O| Oct 09 05:36:57.873 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-10-09T05:36:59.119Z[ recovery-image] Oct 09 05:36:57.882 INFO O| Oct 09 05:36:57.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
48042024-10-09T05:36:59.119Z[ recovery-image] Oct 09 05:36:57.882 INFO O| Oct 09 05:36:57.882 INFO STEP 222 (remove_files) COMPLETE
48052024-10-09T05:36:59.119Z[ recovery-image] Oct 09 05:36:57.882 INFO O| Oct 09 05:36:57.882 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-10-09T05:36:59.128Z[ recovery-image] Oct 09 05:36:57.891 INFO O| Oct 09 05:36:57.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
48072024-10-09T05:36:59.128Z[ recovery-image] Oct 09 05:36:57.891 INFO O| Oct 09 05:36:57.891 INFO STEP 223 (remove_files) COMPLETE
48082024-10-09T05:36:59.128Z[ recovery-image] Oct 09 05:36:57.891 INFO O| Oct 09 05:36:57.891 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-10-09T05:36:59.138Z[ recovery-image] Oct 09 05:36:57.900 INFO O| Oct 09 05:36:57.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
48102024-10-09T05:36:59.138Z[ recovery-image] Oct 09 05:36:57.901 INFO O| Oct 09 05:36:57.901 INFO STEP 224 (remove_files) COMPLETE
48112024-10-09T05:36:59.140Z[ recovery-image] Oct 09 05:36:57.901 INFO O| Oct 09 05:36:57.901 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-10-09T05:36:59.147Z[ recovery-image] Oct 09 05:36:57.910 INFO O| Oct 09 05:36:57.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
48132024-10-09T05:36:59.150Z[ recovery-image] Oct 09 05:36:57.910 INFO O| Oct 09 05:36:57.910 INFO STEP 225 (remove_files) COMPLETE
48142024-10-09T05:36:59.150Z[ recovery-image] Oct 09 05:36:57.910 INFO O| Oct 09 05:36:57.910 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-10-09T05:36:59.157Z[ recovery-image] Oct 09 05:36:57.919 INFO O| Oct 09 05:36:57.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
48162024-10-09T05:36:59.157Z[ recovery-image] Oct 09 05:36:57.920 INFO O| Oct 09 05:36:57.920 INFO STEP 226 (remove_files) COMPLETE
48172024-10-09T05:36:59.159Z[ recovery-image] Oct 09 05:36:57.920 INFO O| Oct 09 05:36:57.920 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-10-09T05:36:59.166Z[ recovery-image] Oct 09 05:36:57.929 INFO O| Oct 09 05:36:57.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
48192024-10-09T05:36:59.166Z[ recovery-image] Oct 09 05:36:57.929 INFO O| Oct 09 05:36:57.929 INFO STEP 227 (remove_files) COMPLETE
48202024-10-09T05:36:59.169Z[ recovery-image] Oct 09 05:36:57.929 INFO O| Oct 09 05:36:57.929 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-10-09T05:36:59.176Z[ recovery-image] Oct 09 05:36:57.938 INFO O| Oct 09 05:36:57.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
48222024-10-09T05:36:59.176Z[ recovery-image] Oct 09 05:36:57.938 INFO O| Oct 09 05:36:57.938 INFO STEP 228 (remove_files) COMPLETE
48232024-10-09T05:36:59.176Z[ recovery-image] Oct 09 05:36:57.939 INFO O| Oct 09 05:36:57.938 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-10-09T05:36:59.185Z[ recovery-image] Oct 09 05:36:57.948 INFO O| Oct 09 05:36:57.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
48252024-10-09T05:36:59.185Z[ recovery-image] Oct 09 05:36:57.948 INFO O| Oct 09 05:36:57.948 INFO STEP 229 (remove_files) COMPLETE
48262024-10-09T05:36:59.188Z[ recovery-image] Oct 09 05:36:57.948 INFO O| Oct 09 05:36:57.948 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-10-09T05:36:59.195Z[ recovery-image] Oct 09 05:36:57.957 INFO O| Oct 09 05:36:57.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
48282024-10-09T05:36:59.195Z[ recovery-image] Oct 09 05:36:57.957 INFO O| Oct 09 05:36:57.957 INFO STEP 230 (remove_files) COMPLETE
48292024-10-09T05:36:59.195Z[ recovery-image] Oct 09 05:36:57.957 INFO O| Oct 09 05:36:57.957 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-10-09T05:36:59.204Z[ recovery-image] Oct 09 05:36:57.967 INFO O| Oct 09 05:36:57.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
48312024-10-09T05:36:59.204Z[ recovery-image] Oct 09 05:36:57.967 INFO O| Oct 09 05:36:57.967 INFO STEP 231 (remove_files) COMPLETE
48322024-10-09T05:36:59.207Z[ recovery-image] Oct 09 05:36:57.967 INFO O| Oct 09 05:36:57.967 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-10-09T05:36:59.214Z[ recovery-image] Oct 09 05:36:57.976 INFO O| Oct 09 05:36:57.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
48342024-10-09T05:36:59.214Z[ recovery-image] Oct 09 05:36:57.976 INFO O| Oct 09 05:36:57.976 INFO STEP 232 (remove_files) COMPLETE
48352024-10-09T05:36:59.214Z[ recovery-image] Oct 09 05:36:57.976 INFO O| Oct 09 05:36:57.976 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-10-09T05:36:59.223Z[ recovery-image] Oct 09 05:36:57.986 INFO O| Oct 09 05:36:57.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
48372024-10-09T05:36:59.226Z[ recovery-image] Oct 09 05:36:57.986 INFO O| Oct 09 05:36:57.986 INFO STEP 233 (remove_files) COMPLETE
48382024-10-09T05:36:59.226Z[ recovery-image] Oct 09 05:36:57.986 INFO O| Oct 09 05:36:57.986 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-10-09T05:36:59.233Z[ recovery-image] Oct 09 05:36:57.996 INFO O| Oct 09 05:36:57.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
48402024-10-09T05:36:59.236Z[ recovery-image] Oct 09 05:36:57.996 INFO O| Oct 09 05:36:57.996 INFO STEP 234 (remove_files) COMPLETE
48412024-10-09T05:36:59.236Z[ recovery-image] Oct 09 05:36:57.996 INFO O| Oct 09 05:36:57.996 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-10-09T05:36:59.243Z[ recovery-image] Oct 09 05:36:58.005 INFO O| Oct 09 05:36:58.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
48432024-10-09T05:36:59.243Z[ recovery-image] Oct 09 05:36:58.006 INFO O| Oct 09 05:36:58.006 INFO STEP 235 (remove_files) COMPLETE
48442024-10-09T05:36:59.246Z[ recovery-image] Oct 09 05:36:58.006 INFO O| Oct 09 05:36:58.006 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-10-09T05:36:59.253Z[ recovery-image] Oct 09 05:36:58.015 INFO O| Oct 09 05:36:58.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
48462024-10-09T05:36:59.261Z[ recovery-image] Oct 09 05:36:58.015 INFO O| Oct 09 05:36:58.015 INFO STEP 236 (remove_files) COMPLETE
48472024-10-09T05:36:59.261Z[ recovery-image] Oct 09 05:36:58.015 INFO O| Oct 09 05:36:58.015 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-10-09T05:36:59.265Z[ recovery-image] Oct 09 05:36:58.025 INFO O| Oct 09 05:36:58.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
48492024-10-09T05:36:59.265Z[ recovery-image] Oct 09 05:36:58.025 INFO O| Oct 09 05:36:58.025 INFO STEP 237 (remove_files) COMPLETE
48502024-10-09T05:36:59.265Z[ recovery-image] Oct 09 05:36:58.025 INFO O| Oct 09 05:36:58.025 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-10-09T05:36:59.272Z[ recovery-image] Oct 09 05:36:58.034 INFO O| Oct 09 05:36:58.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
48522024-10-09T05:36:59.272Z[ recovery-image] Oct 09 05:36:58.034 INFO O| Oct 09 05:36:58.034 INFO STEP 238 (remove_files) COMPLETE
48532024-10-09T05:36:59.272Z[ recovery-image] Oct 09 05:36:58.034 INFO O| Oct 09 05:36:58.034 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-10-09T05:36:59.274Z[ host-image] Oct 09 05:36:58.035 INFO O| Oct 09 05:36:58.035 INFO O| Done
48552024-10-09T05:36:59.283Z[ recovery-image] Oct 09 05:36:58.046 INFO O| Oct 09 05:36:58.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
48562024-10-09T05:36:59.284Z[ recovery-image] Oct 09 05:36:58.046 INFO O| Oct 09 05:36:58.046 INFO STEP 239 (remove_files) COMPLETE
48572024-10-09T05:36:59.286Z[ recovery-image] Oct 09 05:36:58.046 INFO O| Oct 09 05:36:58.046 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-10-09T05:36:59.293Z[ recovery-image] Oct 09 05:36:58.056 INFO O| Oct 09 05:36:58.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
48592024-10-09T05:36:59.293Z[ recovery-image] Oct 09 05:36:58.056 INFO O| Oct 09 05:36:58.056 INFO STEP 240 (remove_files) COMPLETE
48602024-10-09T05:36:59.293Z[ recovery-image] Oct 09 05:36:58.056 INFO O| Oct 09 05:36:58.056 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-10-09T05:36:59.303Z[ recovery-image] Oct 09 05:36:58.066 INFO O| Oct 09 05:36:58.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
48622024-10-09T05:36:59.303Z[ recovery-image] Oct 09 05:36:58.066 INFO O| Oct 09 05:36:58.066 INFO STEP 241 (remove_files) COMPLETE
48632024-10-09T05:36:59.303Z[ recovery-image] Oct 09 05:36:58.066 INFO O| Oct 09 05:36:58.066 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-10-09T05:36:59.314Z[ recovery-image] Oct 09 05:36:58.076 INFO O| Oct 09 05:36:58.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
48652024-10-09T05:36:59.314Z[ recovery-image] Oct 09 05:36:58.077 INFO O| Oct 09 05:36:58.077 INFO STEP 242 (remove_files) COMPLETE
48662024-10-09T05:36:59.317Z[ recovery-image] Oct 09 05:36:58.077 INFO O| Oct 09 05:36:58.077 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-10-09T05:36:59.324Z[ recovery-image] Oct 09 05:36:58.086 INFO O| Oct 09 05:36:58.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
48682024-10-09T05:36:59.324Z[ recovery-image] Oct 09 05:36:58.087 INFO O| Oct 09 05:36:58.086 INFO STEP 243 (remove_files) COMPLETE
48692024-10-09T05:36:59.326Z[ recovery-image] Oct 09 05:36:58.087 INFO O| Oct 09 05:36:58.086 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-10-09T05:36:59.334Z[ recovery-image] Oct 09 05:36:58.096 INFO O| Oct 09 05:36:58.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
48712024-10-09T05:36:59.334Z[ recovery-image] Oct 09 05:36:58.096 INFO O| Oct 09 05:36:58.096 INFO STEP 244 (remove_files) COMPLETE
48722024-10-09T05:36:59.334Z[ recovery-image] Oct 09 05:36:58.096 INFO O| Oct 09 05:36:58.096 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-10-09T05:36:59.343Z[ recovery-image] Oct 09 05:36:58.106 INFO O| Oct 09 05:36:58.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
48742024-10-09T05:36:59.346Z[ recovery-image] Oct 09 05:36:58.106 INFO O| Oct 09 05:36:58.106 INFO STEP 245 (remove_files) COMPLETE
48752024-10-09T05:36:59.346Z[ recovery-image] Oct 09 05:36:58.106 INFO O| Oct 09 05:36:58.106 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-10-09T05:36:59.353Z[ recovery-image] Oct 09 05:36:58.115 INFO O| Oct 09 05:36:58.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
48772024-10-09T05:36:59.353Z[ recovery-image] Oct 09 05:36:58.115 INFO O| Oct 09 05:36:58.115 INFO STEP 246 (remove_files) COMPLETE
48782024-10-09T05:36:59.355Z[ recovery-image] Oct 09 05:36:58.115 INFO O| Oct 09 05:36:58.115 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-10-09T05:36:59.362Z[ recovery-image] Oct 09 05:36:58.125 INFO O| Oct 09 05:36:58.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
48802024-10-09T05:36:59.363Z[ recovery-image] Oct 09 05:36:58.125 INFO O| Oct 09 05:36:58.125 INFO STEP 247 (remove_files) COMPLETE
48812024-10-09T05:36:59.363Z[ recovery-image] Oct 09 05:36:58.125 INFO O| Oct 09 05:36:58.125 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-10-09T05:36:59.372Z[ recovery-image] Oct 09 05:36:58.135 INFO O| Oct 09 05:36:58.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
48832024-10-09T05:36:59.372Z[ recovery-image] Oct 09 05:36:58.135 INFO O| Oct 09 05:36:58.135 INFO STEP 248 (remove_files) COMPLETE
48842024-10-09T05:36:59.375Z[ recovery-image] Oct 09 05:36:58.135 INFO O| Oct 09 05:36:58.135 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-10-09T05:36:59.382Z[ recovery-image] Oct 09 05:36:58.144 INFO O| Oct 09 05:36:58.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
48862024-10-09T05:36:59.385Z[ recovery-image] Oct 09 05:36:58.144 INFO O| Oct 09 05:36:58.144 INFO STEP 249 (remove_files) COMPLETE
48872024-10-09T05:36:59.385Z[ recovery-image] Oct 09 05:36:58.144 INFO O| Oct 09 05:36:58.144 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-10-09T05:36:59.391Z[ recovery-image] Oct 09 05:36:58.154 INFO O| Oct 09 05:36:58.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
48892024-10-09T05:36:59.394Z[ recovery-image] Oct 09 05:36:58.154 INFO O| Oct 09 05:36:58.154 INFO STEP 250 (remove_files) COMPLETE
48902024-10-09T05:36:59.394Z[ recovery-image] Oct 09 05:36:58.154 INFO O| Oct 09 05:36:58.154 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-10-09T05:36:59.401Z[ recovery-image] Oct 09 05:36:58.164 INFO O| Oct 09 05:36:58.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
48922024-10-09T05:36:59.401Z[ recovery-image] Oct 09 05:36:58.164 INFO O| Oct 09 05:36:58.164 INFO STEP 251 (remove_files) COMPLETE
48932024-10-09T05:36:59.404Z[ recovery-image] Oct 09 05:36:58.164 INFO O| Oct 09 05:36:58.164 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-10-09T05:36:59.411Z[ recovery-image] Oct 09 05:36:58.173 INFO O| Oct 09 05:36:58.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
48952024-10-09T05:36:59.413Z[ recovery-image] Oct 09 05:36:58.173 INFO O| Oct 09 05:36:58.173 INFO STEP 252 (remove_files) COMPLETE
48962024-10-09T05:36:59.413Z[ recovery-image] Oct 09 05:36:58.173 INFO O| Oct 09 05:36:58.173 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-10-09T05:36:59.421Z[ recovery-image] Oct 09 05:36:58.183 INFO O| Oct 09 05:36:58.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
48982024-10-09T05:36:59.421Z[ recovery-image] Oct 09 05:36:58.183 INFO O| Oct 09 05:36:58.183 INFO STEP 253 (remove_files) COMPLETE
48992024-10-09T05:36:59.424Z[ recovery-image] Oct 09 05:36:58.183 INFO O| Oct 09 05:36:58.183 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-10-09T05:36:59.430Z[ recovery-image] Oct 09 05:36:58.192 INFO O| Oct 09 05:36:58.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
49012024-10-09T05:36:59.431Z[ recovery-image] Oct 09 05:36:58.192 INFO O| Oct 09 05:36:58.192 INFO STEP 254 (remove_files) COMPLETE
49022024-10-09T05:36:59.431Z[ recovery-image] Oct 09 05:36:58.192 INFO O| Oct 09 05:36:58.192 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-10-09T05:36:59.439Z[ recovery-image] Oct 09 05:36:58.202 INFO O| Oct 09 05:36:58.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
49042024-10-09T05:36:59.439Z[ recovery-image] Oct 09 05:36:58.202 INFO O| Oct 09 05:36:58.202 INFO STEP 255 (remove_files) COMPLETE
49052024-10-09T05:36:59.439Z[ recovery-image] Oct 09 05:36:58.202 INFO O| Oct 09 05:36:58.202 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-10-09T05:36:59.449Z[ recovery-image] Oct 09 05:36:58.212 INFO O| Oct 09 05:36:58.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
49072024-10-09T05:36:59.449Z[ recovery-image] Oct 09 05:36:58.212 INFO O| Oct 09 05:36:58.212 INFO STEP 256 (remove_files) COMPLETE
49082024-10-09T05:36:59.452Z[ recovery-image] Oct 09 05:36:58.212 INFO O| Oct 09 05:36:58.212 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-10-09T05:36:59.459Z[ recovery-image] Oct 09 05:36:58.221 INFO O| Oct 09 05:36:58.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
49102024-10-09T05:36:59.459Z[ recovery-image] Oct 09 05:36:58.221 INFO O| Oct 09 05:36:58.221 INFO STEP 257 (remove_files) COMPLETE
49112024-10-09T05:36:59.459Z[ recovery-image] Oct 09 05:36:58.221 INFO O| Oct 09 05:36:58.221 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-10-09T05:36:59.468Z[ recovery-image] Oct 09 05:36:58.231 INFO O| Oct 09 05:36:58.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
49132024-10-09T05:36:59.471Z[ recovery-image] Oct 09 05:36:58.231 INFO O| Oct 09 05:36:58.231 INFO STEP 258 (remove_files) COMPLETE
49142024-10-09T05:36:59.471Z[ recovery-image] Oct 09 05:36:58.231 INFO O| Oct 09 05:36:58.231 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-10-09T05:36:59.478Z[ recovery-image] Oct 09 05:36:58.240 INFO O| Oct 09 05:36:58.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
49162024-10-09T05:36:59.480Z[ recovery-image] Oct 09 05:36:58.240 INFO O| Oct 09 05:36:58.240 INFO STEP 259 (remove_files) COMPLETE
49172024-10-09T05:36:59.480Z[ recovery-image] Oct 09 05:36:58.240 INFO O| Oct 09 05:36:58.240 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-10-09T05:36:59.488Z[ recovery-image] Oct 09 05:36:58.250 INFO O| Oct 09 05:36:58.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
49192024-10-09T05:36:59.488Z[ recovery-image] Oct 09 05:36:58.250 INFO O| Oct 09 05:36:58.250 INFO STEP 260 (remove_files) COMPLETE
49202024-10-09T05:36:59.488Z[ recovery-image] Oct 09 05:36:58.250 INFO O| Oct 09 05:36:58.250 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-10-09T05:36:59.498Z[ recovery-image] Oct 09 05:36:58.260 INFO O| Oct 09 05:36:58.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
49222024-10-09T05:36:59.498Z[ recovery-image] Oct 09 05:36:58.260 INFO O| Oct 09 05:36:58.260 INFO STEP 261 (remove_files) COMPLETE
49232024-10-09T05:36:59.500Z[ recovery-image] Oct 09 05:36:58.260 INFO O| Oct 09 05:36:58.260 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-10-09T05:36:59.507Z[ recovery-image] Oct 09 05:36:58.270 INFO O| Oct 09 05:36:58.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
49252024-10-09T05:36:59.510Z[ recovery-image] Oct 09 05:36:58.270 INFO O| Oct 09 05:36:58.270 INFO STEP 262 (remove_files) COMPLETE
49262024-10-09T05:36:59.510Z[ recovery-image] Oct 09 05:36:58.270 INFO O| Oct 09 05:36:58.270 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-10-09T05:36:59.517Z[ recovery-image] Oct 09 05:36:58.279 INFO O| Oct 09 05:36:58.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
49282024-10-09T05:36:59.519Z[ recovery-image] Oct 09 05:36:58.279 INFO O| Oct 09 05:36:58.279 INFO STEP 263 (remove_files) COMPLETE
49292024-10-09T05:36:59.519Z[ recovery-image] Oct 09 05:36:58.279 INFO O| Oct 09 05:36:58.279 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-10-09T05:36:59.527Z[ recovery-image] Oct 09 05:36:58.289 INFO O| Oct 09 05:36:58.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
49312024-10-09T05:36:59.527Z[ recovery-image] Oct 09 05:36:58.289 INFO O| Oct 09 05:36:58.289 INFO STEP 264 (remove_files) COMPLETE
49322024-10-09T05:36:59.530Z[ recovery-image] Oct 09 05:36:58.289 INFO O| Oct 09 05:36:58.289 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-10-09T05:36:59.536Z[ recovery-image] Oct 09 05:36:58.298 INFO O| Oct 09 05:36:58.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
49342024-10-09T05:36:59.538Z[ recovery-image] Oct 09 05:36:58.298 INFO O| Oct 09 05:36:58.298 INFO STEP 265 (remove_files) COMPLETE
49352024-10-09T05:36:59.538Z[ recovery-image] Oct 09 05:36:58.298 INFO O| Oct 09 05:36:58.298 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-10-09T05:36:59.546Z[ recovery-image] Oct 09 05:36:58.308 INFO O| Oct 09 05:36:58.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
49372024-10-09T05:36:59.546Z[ recovery-image] Oct 09 05:36:58.308 INFO O| Oct 09 05:36:58.308 INFO STEP 266 (remove_files) COMPLETE
49382024-10-09T05:36:59.549Z[ recovery-image] Oct 09 05:36:58.308 INFO O| Oct 09 05:36:58.308 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-10-09T05:36:59.557Z[ recovery-image] Oct 09 05:36:58.319 INFO O| Oct 09 05:36:58.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
49402024-10-09T05:36:59.560Z[ recovery-image] Oct 09 05:36:58.319 INFO O| Oct 09 05:36:58.319 INFO STEP 267 (remove_files) COMPLETE
49412024-10-09T05:36:59.560Z[ recovery-image] Oct 09 05:36:58.319 INFO O| Oct 09 05:36:58.319 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-10-09T05:36:59.567Z[ recovery-image] Oct 09 05:36:58.329 INFO O| Oct 09 05:36:58.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
49432024-10-09T05:36:59.567Z[ recovery-image] Oct 09 05:36:58.329 INFO O| Oct 09 05:36:58.329 INFO STEP 268 (remove_files) COMPLETE
49442024-10-09T05:36:59.567Z[ recovery-image] Oct 09 05:36:58.329 INFO O| Oct 09 05:36:58.329 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-10-09T05:36:59.576Z[ recovery-image] Oct 09 05:36:58.338 INFO O| Oct 09 05:36:58.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
49462024-10-09T05:36:59.576Z[ recovery-image] Oct 09 05:36:58.338 INFO O| Oct 09 05:36:58.338 INFO STEP 269 (remove_files) COMPLETE
49472024-10-09T05:36:59.576Z[ recovery-image] Oct 09 05:36:58.338 INFO O| Oct 09 05:36:58.338 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-10-09T05:36:59.586Z[ recovery-image] Oct 09 05:36:58.348 INFO O| Oct 09 05:36:58.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
49492024-10-09T05:36:59.586Z[ recovery-image] Oct 09 05:36:58.348 INFO O| Oct 09 05:36:58.348 INFO STEP 270 (remove_files) COMPLETE
49502024-10-09T05:36:59.588Z[ recovery-image] Oct 09 05:36:58.348 INFO O| Oct 09 05:36:58.348 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-10-09T05:36:59.595Z[ recovery-image] Oct 09 05:36:58.358 INFO O| Oct 09 05:36:58.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
49522024-10-09T05:36:59.598Z[ recovery-image] Oct 09 05:36:58.358 INFO O| Oct 09 05:36:58.358 INFO STEP 271 (remove_files) COMPLETE
49532024-10-09T05:36:59.598Z[ recovery-image] Oct 09 05:36:58.358 INFO O| Oct 09 05:36:58.358 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-10-09T05:36:59.605Z[ recovery-image] Oct 09 05:36:58.367 INFO O| Oct 09 05:36:58.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
49552024-10-09T05:36:59.607Z[ recovery-image] Oct 09 05:36:58.367 INFO O| Oct 09 05:36:58.367 INFO STEP 272 (remove_files) COMPLETE
49562024-10-09T05:36:59.607Z[ recovery-image] Oct 09 05:36:58.367 INFO O| Oct 09 05:36:58.367 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-10-09T05:36:59.614Z[ recovery-image] Oct 09 05:36:58.377 INFO O| Oct 09 05:36:58.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
49582024-10-09T05:36:59.617Z[ recovery-image] Oct 09 05:36:58.377 INFO O| Oct 09 05:36:58.377 INFO STEP 273 (remove_files) COMPLETE
49592024-10-09T05:36:59.617Z[ recovery-image] Oct 09 05:36:58.377 INFO O| Oct 09 05:36:58.377 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-10-09T05:36:59.624Z[ recovery-image] Oct 09 05:36:58.386 INFO O| Oct 09 05:36:58.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
49612024-10-09T05:36:59.627Z[ recovery-image] Oct 09 05:36:58.386 INFO O| Oct 09 05:36:58.386 INFO STEP 274 (remove_files) COMPLETE
49622024-10-09T05:36:59.627Z[ recovery-image] Oct 09 05:36:58.386 INFO O| Oct 09 05:36:58.386 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-10-09T05:36:59.633Z[ recovery-image] Oct 09 05:36:58.396 INFO O| Oct 09 05:36:58.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
49642024-10-09T05:36:59.634Z[ recovery-image] Oct 09 05:36:58.396 INFO O| Oct 09 05:36:58.396 INFO STEP 275 (remove_files) COMPLETE
49652024-10-09T05:36:59.634Z[ recovery-image] Oct 09 05:36:58.396 INFO O| Oct 09 05:36:58.396 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-10-09T05:36:59.643Z[ recovery-image] Oct 09 05:36:58.406 INFO O| Oct 09 05:36:58.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
49672024-10-09T05:36:59.646Z[ recovery-image] Oct 09 05:36:58.406 INFO O| Oct 09 05:36:58.406 INFO STEP 276 (remove_files) COMPLETE
49682024-10-09T05:36:59.646Z[ recovery-image] Oct 09 05:36:58.406 INFO O| Oct 09 05:36:58.406 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-10-09T05:36:59.654Z[ recovery-image] Oct 09 05:36:58.416 INFO O| Oct 09 05:36:58.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
49702024-10-09T05:36:59.657Z[ recovery-image] Oct 09 05:36:58.416 INFO O| Oct 09 05:36:58.416 INFO STEP 277 (remove_files) COMPLETE
49712024-10-09T05:36:59.657Z[ recovery-image] Oct 09 05:36:58.416 INFO O| Oct 09 05:36:58.416 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-10-09T05:36:59.664Z[ recovery-image] Oct 09 05:36:58.426 INFO O| Oct 09 05:36:58.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
49732024-10-09T05:36:59.664Z[ recovery-image] Oct 09 05:36:58.426 INFO O| Oct 09 05:36:58.426 INFO STEP 278 (remove_files) COMPLETE
49742024-10-09T05:36:59.667Z[ recovery-image] Oct 09 05:36:58.426 INFO O| Oct 09 05:36:58.426 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-10-09T05:36:59.674Z[ recovery-image] Oct 09 05:36:58.436 INFO O| Oct 09 05:36:58.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
49762024-10-09T05:36:59.674Z[ recovery-image] Oct 09 05:36:58.436 INFO O| Oct 09 05:36:58.436 INFO STEP 279 (remove_files) COMPLETE
49772024-10-09T05:36:59.677Z[ recovery-image] Oct 09 05:36:58.436 INFO O| Oct 09 05:36:58.436 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-10-09T05:36:59.684Z[ recovery-image] Oct 09 05:36:58.446 INFO O| Oct 09 05:36:58.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
49792024-10-09T05:36:59.684Z[ recovery-image] Oct 09 05:36:58.446 INFO O| Oct 09 05:36:58.446 INFO STEP 280 (remove_files) COMPLETE
49802024-10-09T05:36:59.686Z[ recovery-image] Oct 09 05:36:58.446 INFO O| Oct 09 05:36:58.446 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-10-09T05:36:59.693Z[ recovery-image] Oct 09 05:36:58.455 INFO O| Oct 09 05:36:58.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
49822024-10-09T05:36:59.693Z[ recovery-image] Oct 09 05:36:58.456 INFO O| Oct 09 05:36:58.456 INFO STEP 281 (remove_files) COMPLETE
49832024-10-09T05:36:59.696Z[ recovery-image] Oct 09 05:36:58.456 INFO O| Oct 09 05:36:58.456 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-10-09T05:36:59.704Z[ recovery-image] Oct 09 05:36:58.465 INFO O| Oct 09 05:36:58.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
49852024-10-09T05:36:59.704Z[ recovery-image] Oct 09 05:36:58.465 INFO O| Oct 09 05:36:58.465 INFO STEP 282 (remove_files) COMPLETE
49862024-10-09T05:36:59.704Z[ recovery-image] Oct 09 05:36:58.465 INFO O| Oct 09 05:36:58.465 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-10-09T05:36:59.713Z[ recovery-image] Oct 09 05:36:58.475 INFO O| Oct 09 05:36:58.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
49882024-10-09T05:36:59.713Z[ recovery-image] Oct 09 05:36:58.475 INFO O| Oct 09 05:36:58.475 INFO STEP 283 (remove_files) COMPLETE
49892024-10-09T05:36:59.713Z[ recovery-image] Oct 09 05:36:58.475 INFO O| Oct 09 05:36:58.475 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-10-09T05:36:59.723Z[ recovery-image] Oct 09 05:36:58.485 INFO O| Oct 09 05:36:58.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
49912024-10-09T05:36:59.723Z[ recovery-image] Oct 09 05:36:58.485 INFO O| Oct 09 05:36:58.485 INFO STEP 284 (remove_files) COMPLETE
49922024-10-09T05:36:59.725Z[ recovery-image] Oct 09 05:36:58.485 INFO O| Oct 09 05:36:58.485 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-10-09T05:36:59.732Z[ recovery-image] Oct 09 05:36:58.494 INFO O| Oct 09 05:36:58.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
49942024-10-09T05:36:59.734Z[ recovery-image] Oct 09 05:36:58.495 INFO O| Oct 09 05:36:58.495 INFO STEP 285 (remove_files) COMPLETE
49952024-10-09T05:36:59.734Z[ recovery-image] Oct 09 05:36:58.495 INFO O| Oct 09 05:36:58.495 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-10-09T05:36:59.743Z[ recovery-image] Oct 09 05:36:58.505 INFO O| Oct 09 05:36:58.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
49972024-10-09T05:36:59.746Z[ recovery-image] Oct 09 05:36:58.505 INFO O| Oct 09 05:36:58.505 INFO STEP 286 (remove_files) COMPLETE
49982024-10-09T05:36:59.746Z[ recovery-image] Oct 09 05:36:58.505 INFO O| Oct 09 05:36:58.505 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-10-09T05:36:59.753Z[ recovery-image] Oct 09 05:36:58.515 INFO O| Oct 09 05:36:58.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
50002024-10-09T05:36:59.753Z[ recovery-image] Oct 09 05:36:58.515 INFO O| Oct 09 05:36:58.515 INFO STEP 287 (remove_files) COMPLETE
50012024-10-09T05:36:59.755Z[ recovery-image] Oct 09 05:36:58.515 INFO O| Oct 09 05:36:58.515 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-10-09T05:36:59.763Z[ recovery-image] Oct 09 05:36:58.525 INFO O| Oct 09 05:36:58.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
50032024-10-09T05:36:59.763Z[ recovery-image] Oct 09 05:36:58.525 INFO O| Oct 09 05:36:58.525 INFO STEP 288 (remove_files) COMPLETE
50042024-10-09T05:36:59.763Z[ recovery-image] Oct 09 05:36:58.525 INFO O| Oct 09 05:36:58.525 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-10-09T05:36:59.773Z[ recovery-image] Oct 09 05:36:58.535 INFO O| Oct 09 05:36:58.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
50062024-10-09T05:36:59.773Z[ recovery-image] Oct 09 05:36:58.535 INFO O| Oct 09 05:36:58.535 INFO STEP 289 (remove_files) COMPLETE
50072024-10-09T05:36:59.773Z[ recovery-image] Oct 09 05:36:58.535 INFO O| Oct 09 05:36:58.535 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-10-09T05:36:59.783Z[ recovery-image] Oct 09 05:36:58.545 INFO O| Oct 09 05:36:58.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
50092024-10-09T05:36:59.783Z[ recovery-image] Oct 09 05:36:58.545 INFO O| Oct 09 05:36:58.545 INFO STEP 290 (remove_files) COMPLETE
50102024-10-09T05:36:59.783Z[ recovery-image] Oct 09 05:36:58.545 INFO O| Oct 09 05:36:58.545 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-10-09T05:36:59.794Z[ recovery-image] Oct 09 05:36:58.556 INFO O| Oct 09 05:36:58.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
50122024-10-09T05:36:59.794Z[ recovery-image] Oct 09 05:36:58.556 INFO O| Oct 09 05:36:58.556 INFO STEP 291 (remove_files) COMPLETE
50132024-10-09T05:36:59.794Z[ recovery-image] Oct 09 05:36:58.556 INFO O| Oct 09 05:36:58.556 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-10-09T05:36:59.803Z[ recovery-image] Oct 09 05:36:58.565 INFO O| Oct 09 05:36:58.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
50152024-10-09T05:36:59.803Z[ recovery-image] Oct 09 05:36:58.565 INFO O| Oct 09 05:36:58.565 INFO STEP 292 (remove_files) COMPLETE
50162024-10-09T05:36:59.803Z[ recovery-image] Oct 09 05:36:58.565 INFO O| Oct 09 05:36:58.565 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-10-09T05:36:59.813Z[ recovery-image] Oct 09 05:36:58.575 INFO O| Oct 09 05:36:58.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
50182024-10-09T05:36:59.813Z[ recovery-image] Oct 09 05:36:58.575 INFO O| Oct 09 05:36:58.575 INFO STEP 293 (remove_files) COMPLETE
50192024-10-09T05:36:59.813Z[ recovery-image] Oct 09 05:36:58.575 INFO O| Oct 09 05:36:58.575 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-10-09T05:36:59.822Z[ recovery-image] Oct 09 05:36:58.584 INFO O| Oct 09 05:36:58.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
50212024-10-09T05:36:59.822Z[ recovery-image] Oct 09 05:36:58.584 INFO O| Oct 09 05:36:58.584 INFO STEP 294 (remove_files) COMPLETE
50222024-10-09T05:36:59.822Z[ recovery-image] Oct 09 05:36:58.584 INFO O| Oct 09 05:36:58.584 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-10-09T05:36:59.832Z[ recovery-image] Oct 09 05:36:58.594 INFO O| Oct 09 05:36:58.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
50242024-10-09T05:36:59.832Z[ recovery-image] Oct 09 05:36:58.594 INFO O| Oct 09 05:36:58.594 INFO STEP 295 (remove_files) COMPLETE
50252024-10-09T05:36:59.832Z[ recovery-image] Oct 09 05:36:58.594 INFO O| Oct 09 05:36:58.594 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-10-09T05:36:59.841Z[ recovery-image] Oct 09 05:36:58.603 INFO O| Oct 09 05:36:58.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
50272024-10-09T05:36:59.841Z[ recovery-image] Oct 09 05:36:58.603 INFO O| Oct 09 05:36:58.603 INFO STEP 296 (remove_files) COMPLETE
50282024-10-09T05:36:59.844Z[ recovery-image] Oct 09 05:36:58.603 INFO O| Oct 09 05:36:58.603 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-10-09T05:36:59.851Z[ recovery-image] Oct 09 05:36:58.613 INFO O| Oct 09 05:36:58.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
50302024-10-09T05:36:59.851Z[ recovery-image] Oct 09 05:36:58.613 INFO O| Oct 09 05:36:58.613 INFO STEP 297 (remove_files) COMPLETE
50312024-10-09T05:36:59.853Z[ recovery-image] Oct 09 05:36:58.613 INFO O| Oct 09 05:36:58.613 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-10-09T05:36:59.860Z[ recovery-image] Oct 09 05:36:58.622 INFO O| Oct 09 05:36:58.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
50332024-10-09T05:36:59.860Z[ recovery-image] Oct 09 05:36:58.623 INFO O| Oct 09 05:36:58.623 INFO STEP 298 (remove_files) COMPLETE
50342024-10-09T05:36:59.863Z[ recovery-image] Oct 09 05:36:58.623 INFO O| Oct 09 05:36:58.623 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-10-09T05:36:59.870Z[ recovery-image] Oct 09 05:36:58.632 INFO O| Oct 09 05:36:58.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
50362024-10-09T05:36:59.870Z[ recovery-image] Oct 09 05:36:58.632 INFO O| Oct 09 05:36:58.632 INFO STEP 299 (remove_files) COMPLETE
50372024-10-09T05:36:59.870Z[ recovery-image] Oct 09 05:36:58.632 INFO O| Oct 09 05:36:58.632 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-10-09T05:36:59.879Z[ recovery-image] Oct 09 05:36:58.641 INFO O| Oct 09 05:36:58.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
50392024-10-09T05:36:59.882Z[ recovery-image] Oct 09 05:36:58.641 INFO O| Oct 09 05:36:58.641 INFO STEP 300 (remove_files) COMPLETE
50402024-10-09T05:36:59.882Z[ recovery-image] Oct 09 05:36:58.641 INFO O| Oct 09 05:36:58.641 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-10-09T05:36:59.889Z[ recovery-image] Oct 09 05:36:58.651 INFO O| Oct 09 05:36:58.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
50422024-10-09T05:36:59.889Z[ recovery-image] Oct 09 05:36:58.651 INFO O| Oct 09 05:36:58.651 INFO STEP 301 (remove_files) COMPLETE
50432024-10-09T05:36:59.891Z[ recovery-image] Oct 09 05:36:58.651 INFO O| Oct 09 05:36:58.651 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-10-09T05:36:59.898Z[ recovery-image] Oct 09 05:36:58.660 INFO O| Oct 09 05:36:58.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
50452024-10-09T05:36:59.898Z[ recovery-image] Oct 09 05:36:58.660 INFO O| Oct 09 05:36:58.660 INFO STEP 302 (remove_files) COMPLETE
50462024-10-09T05:36:59.898Z[ recovery-image] Oct 09 05:36:58.660 INFO O| Oct 09 05:36:58.660 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-10-09T05:36:59.908Z[ recovery-image] Oct 09 05:36:58.670 INFO O| Oct 09 05:36:58.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
50482024-10-09T05:36:59.908Z[ recovery-image] Oct 09 05:36:58.670 INFO O| Oct 09 05:36:58.670 INFO STEP 303 (remove_files) COMPLETE
50492024-10-09T05:36:59.908Z[ recovery-image] Oct 09 05:36:58.670 INFO O| Oct 09 05:36:58.670 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-10-09T05:36:59.918Z[ recovery-image] Oct 09 05:36:58.680 INFO O| Oct 09 05:36:58.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
50512024-10-09T05:36:59.918Z[ recovery-image] Oct 09 05:36:58.680 INFO O| Oct 09 05:36:58.680 INFO STEP 304 (remove_files) COMPLETE
50522024-10-09T05:36:59.920Z[ recovery-image] Oct 09 05:36:58.680 INFO O| Oct 09 05:36:58.680 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-10-09T05:36:59.927Z[ recovery-image] Oct 09 05:36:58.689 INFO O| Oct 09 05:36:58.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
50542024-10-09T05:36:59.927Z[ recovery-image] Oct 09 05:36:58.689 INFO O| Oct 09 05:36:58.689 INFO STEP 305 (remove_files) COMPLETE
50552024-10-09T05:36:59.930Z[ recovery-image] Oct 09 05:36:58.689 INFO O| Oct 09 05:36:58.689 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-10-09T05:36:59.937Z[ recovery-image] Oct 09 05:36:58.699 INFO O| Oct 09 05:36:58.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
50572024-10-09T05:36:59.937Z[ recovery-image] Oct 09 05:36:58.699 INFO O| Oct 09 05:36:58.699 INFO STEP 306 (remove_files) COMPLETE
50582024-10-09T05:36:59.937Z[ recovery-image] Oct 09 05:36:58.699 INFO O| Oct 09 05:36:58.699 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-10-09T05:36:59.946Z[ recovery-image] Oct 09 05:36:58.708 INFO O| Oct 09 05:36:58.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
50602024-10-09T05:36:59.946Z[ recovery-image] Oct 09 05:36:58.708 INFO O| Oct 09 05:36:58.708 INFO STEP 307 (remove_files) COMPLETE
50612024-10-09T05:36:59.946Z[ recovery-image] Oct 09 05:36:58.708 INFO O| Oct 09 05:36:58.708 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-10-09T05:36:59.956Z[ recovery-image] Oct 09 05:36:58.717 INFO O| Oct 09 05:36:58.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
50632024-10-09T05:36:59.958Z[ recovery-image] Oct 09 05:36:58.718 INFO O| Oct 09 05:36:58.718 INFO STEP 308 (remove_files) COMPLETE
50642024-10-09T05:36:59.958Z[ recovery-image] Oct 09 05:36:58.718 INFO O| Oct 09 05:36:58.718 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-10-09T05:36:59.965Z[ recovery-image] Oct 09 05:36:58.727 INFO O| Oct 09 05:36:58.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
50662024-10-09T05:36:59.968Z[ recovery-image] Oct 09 05:36:58.727 INFO O| Oct 09 05:36:58.727 INFO STEP 309 (remove_files) COMPLETE
50672024-10-09T05:36:59.968Z[ recovery-image] Oct 09 05:36:58.727 INFO O| Oct 09 05:36:58.727 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-10-09T05:36:59.975Z[ recovery-image] Oct 09 05:36:58.737 INFO O| Oct 09 05:36:58.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
50692024-10-09T05:36:59.975Z[ recovery-image] Oct 09 05:36:58.737 INFO O| Oct 09 05:36:58.737 INFO STEP 310 (remove_files) COMPLETE
50702024-10-09T05:36:59.975Z[ recovery-image] Oct 09 05:36:58.737 INFO O| Oct 09 05:36:58.737 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-10-09T05:36:59.986Z[ recovery-image] Oct 09 05:36:58.748 INFO O| Oct 09 05:36:58.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
50722024-10-09T05:36:59.986Z[ recovery-image] Oct 09 05:36:58.748 INFO O| Oct 09 05:36:58.748 INFO STEP 311 (remove_files) COMPLETE
50732024-10-09T05:36:59.989Z[ recovery-image] Oct 09 05:36:58.748 INFO O| Oct 09 05:36:58.748 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-10-09T05:36:59.996Z[ recovery-image] Oct 09 05:36:58.758 INFO O| Oct 09 05:36:58.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
50752024-10-09T05:36:59.996Z[ recovery-image] Oct 09 05:36:58.758 INFO O| Oct 09 05:36:58.758 INFO STEP 312 (remove_files) COMPLETE
50762024-10-09T05:36:59.999Z[ recovery-image] Oct 09 05:36:58.758 INFO O| Oct 09 05:36:58.758 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-10-09T05:37:00.007Z[ recovery-image] Oct 09 05:36:58.769 INFO O| Oct 09 05:36:58.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
50782024-10-09T05:37:00.007Z[ recovery-image] Oct 09 05:36:58.769 INFO O| Oct 09 05:36:58.769 INFO STEP 313 (remove_files) COMPLETE
50792024-10-09T05:37:00.010Z[ recovery-image] Oct 09 05:36:58.769 INFO O| Oct 09 05:36:58.769 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-10-09T05:37:00.017Z[ recovery-image] Oct 09 05:36:58.779 INFO O| Oct 09 05:36:58.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
50812024-10-09T05:37:00.017Z[ recovery-image] Oct 09 05:36:58.779 INFO O| Oct 09 05:36:58.779 INFO STEP 314 (remove_files) COMPLETE
50822024-10-09T05:37:00.020Z[ recovery-image] Oct 09 05:36:58.779 INFO O| Oct 09 05:36:58.779 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-10-09T05:37:00.027Z[ recovery-image] Oct 09 05:36:58.788 INFO O| Oct 09 05:36:58.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
50842024-10-09T05:37:00.027Z[ recovery-image] Oct 09 05:36:58.789 INFO O| Oct 09 05:36:58.788 INFO STEP 315 (remove_files) COMPLETE
50852024-10-09T05:37:00.029Z[ recovery-image] Oct 09 05:36:58.789 INFO O| Oct 09 05:36:58.788 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-10-09T05:37:00.037Z[ recovery-image] Oct 09 05:36:58.799 INFO O| Oct 09 05:36:58.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
50872024-10-09T05:37:00.039Z[ recovery-image] Oct 09 05:36:58.799 INFO O| Oct 09 05:36:58.799 INFO STEP 316 (remove_files) COMPLETE
50882024-10-09T05:37:00.039Z[ recovery-image] Oct 09 05:36:58.799 INFO O| Oct 09 05:36:58.799 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-10-09T05:37:00.047Z[ recovery-image] Oct 09 05:36:58.808 INFO O| Oct 09 05:36:58.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
50902024-10-09T05:37:00.049Z[ recovery-image] Oct 09 05:36:58.808 INFO O| Oct 09 05:36:58.808 INFO STEP 317 (remove_files) COMPLETE
50912024-10-09T05:37:00.049Z[ recovery-image] Oct 09 05:36:58.808 INFO O| Oct 09 05:36:58.808 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-10-09T05:37:00.056Z[ recovery-image] Oct 09 05:36:58.818 INFO O| Oct 09 05:36:58.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
50932024-10-09T05:37:00.056Z[ recovery-image] Oct 09 05:36:58.818 INFO O| Oct 09 05:36:58.818 INFO STEP 318 (remove_files) COMPLETE
50942024-10-09T05:37:00.059Z[ recovery-image] Oct 09 05:36:58.818 INFO O| Oct 09 05:36:58.818 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-10-09T05:37:00.065Z[ recovery-image] Oct 09 05:36:58.827 INFO O| Oct 09 05:36:58.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
50962024-10-09T05:37:00.065Z[ recovery-image] Oct 09 05:36:58.827 INFO O| Oct 09 05:36:58.827 INFO STEP 319 (remove_files) COMPLETE
50972024-10-09T05:37:00.068Z[ recovery-image] Oct 09 05:36:58.827 INFO O| Oct 09 05:36:58.827 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-10-09T05:37:00.075Z[ recovery-image] Oct 09 05:36:58.837 INFO O| Oct 09 05:36:58.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
50992024-10-09T05:37:00.078Z[ recovery-image] Oct 09 05:36:58.837 INFO O| Oct 09 05:36:58.837 INFO STEP 320 (remove_files) COMPLETE
51002024-10-09T05:37:00.078Z[ recovery-image] Oct 09 05:36:58.837 INFO O| Oct 09 05:36:58.837 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-10-09T05:37:00.085Z[ recovery-image] Oct 09 05:36:58.847 INFO O| Oct 09 05:36:58.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
51022024-10-09T05:37:00.085Z[ recovery-image] Oct 09 05:36:58.847 INFO O| Oct 09 05:36:58.847 INFO STEP 321 (remove_files) COMPLETE
51032024-10-09T05:37:00.085Z[ recovery-image] Oct 09 05:36:58.847 INFO O| Oct 09 05:36:58.847 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-10-09T05:37:00.095Z[ recovery-image] Oct 09 05:36:58.856 INFO O| Oct 09 05:36:58.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
51052024-10-09T05:37:00.095Z[ recovery-image] Oct 09 05:36:58.856 INFO O| Oct 09 05:36:58.856 INFO STEP 322 (remove_files) COMPLETE
51062024-10-09T05:37:00.095Z[ recovery-image] Oct 09 05:36:58.856 INFO O| Oct 09 05:36:58.856 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-10-09T05:37:00.104Z[ recovery-image] Oct 09 05:36:58.866 INFO O| Oct 09 05:36:58.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
51082024-10-09T05:37:00.107Z[ recovery-image] Oct 09 05:36:58.866 INFO O| Oct 09 05:36:58.866 INFO STEP 323 (remove_files) COMPLETE
51092024-10-09T05:37:00.107Z[ recovery-image] Oct 09 05:36:58.866 INFO O| Oct 09 05:36:58.866 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-10-09T05:37:00.117Z[ recovery-image] Oct 09 05:36:58.876 INFO O| Oct 09 05:36:58.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
51112024-10-09T05:37:00.118Z[ recovery-image] Oct 09 05:36:58.876 INFO O| Oct 09 05:36:58.876 INFO STEP 324 (remove_files) COMPLETE
51122024-10-09T05:37:00.118Z[ recovery-image] Oct 09 05:36:58.876 INFO O| Oct 09 05:36:58.876 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-10-09T05:37:00.123Z[ recovery-image] Oct 09 05:36:58.885 INFO O| Oct 09 05:36:58.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
51142024-10-09T05:37:00.126Z[ recovery-image] Oct 09 05:36:58.885 INFO O| Oct 09 05:36:58.885 INFO STEP 325 (remove_files) COMPLETE
51152024-10-09T05:37:00.126Z[ recovery-image] Oct 09 05:36:58.885 INFO O| Oct 09 05:36:58.885 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-10-09T05:37:00.133Z[ recovery-image] Oct 09 05:36:58.895 INFO O| Oct 09 05:36:58.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
51172024-10-09T05:37:00.133Z[ recovery-image] Oct 09 05:36:58.895 INFO O| Oct 09 05:36:58.895 INFO STEP 326 (remove_files) COMPLETE
51182024-10-09T05:37:00.136Z[ recovery-image] Oct 09 05:36:58.895 INFO O| Oct 09 05:36:58.895 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-10-09T05:37:00.142Z[ recovery-image] Oct 09 05:36:58.904 INFO O| Oct 09 05:36:58.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
51202024-10-09T05:37:00.142Z[ recovery-image] Oct 09 05:36:58.904 INFO O| Oct 09 05:36:58.904 INFO STEP 327 (remove_files) COMPLETE
51212024-10-09T05:37:00.143Z[ recovery-image] Oct 09 05:36:58.904 INFO O| Oct 09 05:36:58.904 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-10-09T05:37:00.152Z[ recovery-image] Oct 09 05:36:58.914 INFO O| Oct 09 05:36:58.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
51232024-10-09T05:37:00.152Z[ recovery-image] Oct 09 05:36:58.914 INFO O| Oct 09 05:36:58.914 INFO STEP 328 (remove_files) COMPLETE
51242024-10-09T05:37:00.152Z[ recovery-image] Oct 09 05:36:58.914 INFO O| Oct 09 05:36:58.914 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-10-09T05:37:00.162Z[ recovery-image] Oct 09 05:36:58.923 INFO O| Oct 09 05:36:58.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
51262024-10-09T05:37:00.162Z[ recovery-image] Oct 09 05:36:58.923 INFO O| Oct 09 05:36:58.923 INFO STEP 329 (remove_files) COMPLETE
51272024-10-09T05:37:00.164Z[ recovery-image] Oct 09 05:36:58.923 INFO O| Oct 09 05:36:58.923 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-10-09T05:37:00.171Z[ recovery-image] Oct 09 05:36:58.933 INFO O| Oct 09 05:36:58.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
51292024-10-09T05:37:00.171Z[ recovery-image] Oct 09 05:36:58.933 INFO O| Oct 09 05:36:58.933 INFO STEP 330 (remove_files) COMPLETE
51302024-10-09T05:37:00.174Z[ recovery-image] Oct 09 05:36:58.933 INFO O| Oct 09 05:36:58.933 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-10-09T05:37:00.181Z[ recovery-image] Oct 09 05:36:58.942 INFO O| Oct 09 05:36:58.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
51322024-10-09T05:37:00.181Z[ recovery-image] Oct 09 05:36:58.942 INFO O| Oct 09 05:36:58.942 INFO STEP 331 (remove_files) COMPLETE
51332024-10-09T05:37:00.181Z[ recovery-image] Oct 09 05:36:58.942 INFO O| Oct 09 05:36:58.942 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-10-09T05:37:00.190Z[ recovery-image] Oct 09 05:36:58.952 INFO O| Oct 09 05:36:58.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
51352024-10-09T05:37:00.190Z[ recovery-image] Oct 09 05:36:58.952 INFO O| Oct 09 05:36:58.952 INFO STEP 332 (remove_files) COMPLETE
51362024-10-09T05:37:00.193Z[ recovery-image] Oct 09 05:36:58.952 INFO O| Oct 09 05:36:58.952 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-10-09T05:37:00.200Z[ recovery-image] Oct 09 05:36:58.961 INFO O| Oct 09 05:36:58.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
51382024-10-09T05:37:00.200Z[ recovery-image] Oct 09 05:36:58.961 INFO O| Oct 09 05:36:58.961 INFO STEP 333 (remove_files) COMPLETE
51392024-10-09T05:37:00.200Z[ recovery-image] Oct 09 05:36:58.961 INFO O| Oct 09 05:36:58.961 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-10-09T05:37:00.209Z[ recovery-image] Oct 09 05:36:58.971 INFO O| Oct 09 05:36:58.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
51412024-10-09T05:37:00.209Z[ recovery-image] Oct 09 05:36:58.971 INFO O| Oct 09 05:36:58.971 INFO STEP 334 (remove_files) COMPLETE
51422024-10-09T05:37:00.209Z[ recovery-image] Oct 09 05:36:58.971 INFO O| Oct 09 05:36:58.971 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-10-09T05:37:00.219Z[ recovery-image] Oct 09 05:36:58.980 INFO O| Oct 09 05:36:58.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
51442024-10-09T05:37:00.221Z[ recovery-image] Oct 09 05:36:58.981 INFO O| Oct 09 05:36:58.981 INFO STEP 335 (remove_files) COMPLETE
51452024-10-09T05:37:00.221Z[ recovery-image] Oct 09 05:36:58.981 INFO O| Oct 09 05:36:58.981 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-10-09T05:37:00.229Z[ recovery-image] Oct 09 05:36:58.990 INFO O| Oct 09 05:36:58.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
51472024-10-09T05:37:00.231Z[ recovery-image] Oct 09 05:36:58.990 INFO O| Oct 09 05:36:58.990 INFO STEP 336 (remove_files) COMPLETE
51482024-10-09T05:37:00.231Z[ recovery-image] Oct 09 05:36:58.990 INFO O| Oct 09 05:36:58.990 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-10-09T05:37:00.238Z[ recovery-image] Oct 09 05:36:59.000 INFO O| Oct 09 05:36:59.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
51502024-10-09T05:37:00.241Z[ recovery-image] Oct 09 05:36:59.000 INFO O| Oct 09 05:36:59.000 INFO STEP 337 (remove_files) COMPLETE
51512024-10-09T05:37:00.241Z[ recovery-image] Oct 09 05:36:59.000 INFO O| Oct 09 05:36:59.000 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-10-09T05:37:00.249Z[ recovery-image] Oct 09 05:36:59.011 INFO O| Oct 09 05:36:59.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
51532024-10-09T05:37:00.249Z[ recovery-image] Oct 09 05:36:59.011 INFO O| Oct 09 05:36:59.011 INFO STEP 338 (remove_files) COMPLETE
51542024-10-09T05:37:00.252Z[ recovery-image] Oct 09 05:36:59.011 INFO O| Oct 09 05:36:59.011 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-10-09T05:37:00.259Z[ recovery-image] Oct 09 05:36:59.021 INFO O| Oct 09 05:36:59.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
51562024-10-09T05:37:00.262Z[ recovery-image] Oct 09 05:36:59.021 INFO O| Oct 09 05:36:59.021 INFO STEP 339 (remove_files) COMPLETE
51572024-10-09T05:37:00.262Z[ recovery-image] Oct 09 05:36:59.021 INFO O| Oct 09 05:36:59.021 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-10-09T05:37:00.269Z[ recovery-image] Oct 09 05:36:59.030 INFO O| Oct 09 05:36:59.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
51592024-10-09T05:37:00.271Z[ recovery-image] Oct 09 05:36:59.030 INFO O| Oct 09 05:36:59.030 INFO STEP 340 (remove_files) COMPLETE
51602024-10-09T05:37:00.271Z[ recovery-image] Oct 09 05:36:59.030 INFO O| Oct 09 05:36:59.030 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-10-09T05:37:00.278Z[ recovery-image] Oct 09 05:36:59.040 INFO O| Oct 09 05:36:59.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
51622024-10-09T05:37:00.281Z[ recovery-image] Oct 09 05:36:59.040 INFO O| Oct 09 05:36:59.040 INFO STEP 341 (remove_files) COMPLETE
51632024-10-09T05:37:00.281Z[ recovery-image] Oct 09 05:36:59.040 INFO O| Oct 09 05:36:59.040 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-10-09T05:37:00.288Z[ recovery-image] Oct 09 05:36:59.049 INFO O| Oct 09 05:36:59.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
51652024-10-09T05:37:00.288Z[ recovery-image] Oct 09 05:36:59.050 INFO O| Oct 09 05:36:59.049 INFO STEP 342 (remove_files) COMPLETE
51662024-10-09T05:37:00.290Z[ recovery-image] Oct 09 05:36:59.050 INFO O| Oct 09 05:36:59.050 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-10-09T05:37:00.297Z[ recovery-image] Oct 09 05:36:59.059 INFO O| Oct 09 05:36:59.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
51682024-10-09T05:37:00.297Z[ recovery-image] Oct 09 05:36:59.059 INFO O| Oct 09 05:36:59.059 INFO STEP 343 (remove_files) COMPLETE
51692024-10-09T05:37:00.300Z[ recovery-image] Oct 09 05:36:59.059 INFO O| Oct 09 05:36:59.059 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-10-09T05:37:00.307Z[ recovery-image] Oct 09 05:36:59.068 INFO O| Oct 09 05:36:59.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
51712024-10-09T05:37:00.309Z[ recovery-image] Oct 09 05:36:59.068 INFO O| Oct 09 05:36:59.068 INFO STEP 344 (remove_files) COMPLETE
51722024-10-09T05:37:00.309Z[ recovery-image] Oct 09 05:36:59.069 INFO O| Oct 09 05:36:59.068 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-10-09T05:37:00.316Z[ recovery-image] Oct 09 05:36:59.078 INFO O| Oct 09 05:36:59.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
51742024-10-09T05:37:00.319Z[ recovery-image] Oct 09 05:36:59.078 INFO O| Oct 09 05:36:59.078 INFO STEP 345 (remove_files) COMPLETE
51752024-10-09T05:37:00.319Z[ recovery-image] Oct 09 05:36:59.078 INFO O| Oct 09 05:36:59.078 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-10-09T05:37:00.326Z[ recovery-image] Oct 09 05:36:59.087 INFO O| Oct 09 05:36:59.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
51772024-10-09T05:37:00.326Z[ recovery-image] Oct 09 05:36:59.087 INFO O| Oct 09 05:36:59.087 INFO STEP 346 (remove_files) COMPLETE
51782024-10-09T05:37:00.329Z[ recovery-image] Oct 09 05:36:59.087 INFO O| Oct 09 05:36:59.087 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-10-09T05:37:00.335Z[ recovery-image] Oct 09 05:36:59.097 INFO O| Oct 09 05:36:59.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
51802024-10-09T05:37:00.336Z[ recovery-image] Oct 09 05:36:59.097 INFO O| Oct 09 05:36:59.097 INFO STEP 347 (remove_files) COMPLETE
51812024-10-09T05:37:00.338Z[ recovery-image] Oct 09 05:36:59.097 INFO O| Oct 09 05:36:59.097 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-10-09T05:37:00.345Z[ recovery-image] Oct 09 05:36:59.106 INFO O| Oct 09 05:36:59.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
51832024-10-09T05:37:00.348Z[ recovery-image] Oct 09 05:36:59.107 INFO O| Oct 09 05:36:59.107 INFO STEP 348 (remove_files) COMPLETE
51842024-10-09T05:37:00.348Z[ recovery-image] Oct 09 05:36:59.107 INFO O| Oct 09 05:36:59.107 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-10-09T05:37:00.354Z[ recovery-image] Oct 09 05:36:59.116 INFO O| Oct 09 05:36:59.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
51862024-10-09T05:37:00.354Z[ recovery-image] Oct 09 05:36:59.116 INFO O| Oct 09 05:36:59.116 INFO STEP 349 (remove_files) COMPLETE
51872024-10-09T05:37:00.357Z[ recovery-image] Oct 09 05:36:59.116 INFO O| Oct 09 05:36:59.116 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-10-09T05:37:00.364Z[ recovery-image] Oct 09 05:36:59.125 INFO O| Oct 09 05:36:59.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
51892024-10-09T05:37:00.364Z[ recovery-image] Oct 09 05:36:59.126 INFO O| Oct 09 05:36:59.125 INFO STEP 350 (remove_files) COMPLETE
51902024-10-09T05:37:00.364Z[ recovery-image] Oct 09 05:36:59.126 INFO O| Oct 09 05:36:59.125 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-10-09T05:37:00.373Z[ recovery-image] Oct 09 05:36:59.135 INFO O| Oct 09 05:36:59.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
51922024-10-09T05:37:00.376Z[ recovery-image] Oct 09 05:36:59.135 INFO O| Oct 09 05:36:59.135 INFO STEP 351 (remove_files) COMPLETE
51932024-10-09T05:37:00.376Z[ recovery-image] Oct 09 05:36:59.135 INFO O| Oct 09 05:36:59.135 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-10-09T05:37:00.383Z[ recovery-image] Oct 09 05:36:59.144 INFO O| Oct 09 05:36:59.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
51952024-10-09T05:37:00.383Z[ recovery-image] Oct 09 05:36:59.145 INFO O| Oct 09 05:36:59.145 INFO STEP 352 (remove_files) COMPLETE
51962024-10-09T05:37:00.386Z[ recovery-image] Oct 09 05:36:59.145 INFO O| Oct 09 05:36:59.145 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-10-09T05:37:00.392Z[ recovery-image] Oct 09 05:36:59.154 INFO O| Oct 09 05:36:59.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
51982024-10-09T05:37:00.392Z[ recovery-image] Oct 09 05:36:59.154 INFO O| Oct 09 05:36:59.154 INFO STEP 353 (remove_files) COMPLETE
51992024-10-09T05:37:00.392Z[ recovery-image] Oct 09 05:36:59.154 INFO O| Oct 09 05:36:59.154 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-10-09T05:37:00.402Z[ recovery-image] Oct 09 05:36:59.164 INFO O| Oct 09 05:36:59.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
52012024-10-09T05:37:00.402Z[ recovery-image] Oct 09 05:36:59.164 INFO O| Oct 09 05:36:59.164 INFO STEP 354 (remove_files) COMPLETE
52022024-10-09T05:37:00.405Z[ recovery-image] Oct 09 05:36:59.164 INFO O| Oct 09 05:36:59.164 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-10-09T05:37:00.411Z[ recovery-image] Oct 09 05:36:59.173 INFO O| Oct 09 05:36:59.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
52042024-10-09T05:37:00.412Z[ recovery-image] Oct 09 05:36:59.173 INFO O| Oct 09 05:36:59.173 INFO STEP 355 (remove_files) COMPLETE
52052024-10-09T05:37:00.412Z[ recovery-image] Oct 09 05:36:59.173 INFO O| Oct 09 05:36:59.173 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-10-09T05:37:00.422Z[ recovery-image] Oct 09 05:36:59.183 INFO O| Oct 09 05:36:59.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
52072024-10-09T05:37:00.422Z[ recovery-image] Oct 09 05:36:59.183 INFO O| Oct 09 05:36:59.183 INFO STEP 356 (remove_files) COMPLETE
52082024-10-09T05:37:00.422Z[ recovery-image] Oct 09 05:36:59.183 INFO O| Oct 09 05:36:59.183 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-10-09T05:37:00.432Z[ recovery-image] Oct 09 05:36:59.193 INFO O| Oct 09 05:36:59.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
52102024-10-09T05:37:00.432Z[ recovery-image] Oct 09 05:36:59.193 INFO O| Oct 09 05:36:59.193 INFO STEP 357 (remove_files) COMPLETE
52112024-10-09T05:37:00.434Z[ recovery-image] Oct 09 05:36:59.193 INFO O| Oct 09 05:36:59.193 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-10-09T05:37:00.441Z[ recovery-image] Oct 09 05:36:59.203 INFO O| Oct 09 05:36:59.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
52132024-10-09T05:37:00.443Z[ recovery-image] Oct 09 05:36:59.203 INFO O| Oct 09 05:36:59.203 INFO STEP 358 (remove_files) COMPLETE
52142024-10-09T05:37:00.443Z[ recovery-image] Oct 09 05:36:59.203 INFO O| Oct 09 05:36:59.203 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-10-09T05:37:00.448Z[ host-image] Oct 09 05:36:59.209 INFO O| Oct 09 05:36:59.209 INFO O| Done
52162024-10-09T05:37:00.451Z[ recovery-image] Oct 09 05:36:59.212 INFO O| Oct 09 05:36:59.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
52172024-10-09T05:37:00.453Z[ recovery-image] Oct 09 05:36:59.212 INFO O| Oct 09 05:36:59.212 INFO STEP 359 (remove_files) COMPLETE
52182024-10-09T05:37:00.453Z[ recovery-image] Oct 09 05:36:59.212 INFO O| Oct 09 05:36:59.212 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-10-09T05:37:00.461Z[ recovery-image] Oct 09 05:36:59.222 INFO O| Oct 09 05:36:59.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
52202024-10-09T05:37:00.463Z[ recovery-image] Oct 09 05:36:59.222 INFO O| Oct 09 05:36:59.222 INFO STEP 360 (remove_files) COMPLETE
52212024-10-09T05:37:00.463Z[ recovery-image] Oct 09 05:36:59.222 INFO O| Oct 09 05:36:59.222 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-10-09T05:37:00.471Z[ recovery-image] Oct 09 05:36:59.232 INFO O| Oct 09 05:36:59.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
52232024-10-09T05:37:00.471Z[ recovery-image] Oct 09 05:36:59.232 INFO O| Oct 09 05:36:59.232 INFO STEP 361 (remove_files) COMPLETE
52242024-10-09T05:37:00.471Z[ recovery-image] Oct 09 05:36:59.232 INFO O| Oct 09 05:36:59.232 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-10-09T05:37:00.473Z[ host-image] Oct 09 05:36:59.233 INFO O| Oct 09 05:36:59.233 INFO O| Done
52262024-10-09T05:37:00.473Z[ host-image] Oct 09 05:36:59.234 INFO O| Oct 09 05:36:59.233 INFO O| Done
52272024-10-09T05:37:00.480Z[ recovery-image] Oct 09 05:36:59.242 INFO O| Oct 09 05:36:59.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
52282024-10-09T05:37:00.481Z[ recovery-image] Oct 09 05:36:59.242 INFO O| Oct 09 05:36:59.242 INFO STEP 362 (remove_files) COMPLETE
52292024-10-09T05:37:00.481Z[ recovery-image] Oct 09 05:36:59.242 INFO O| Oct 09 05:36:59.242 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-10-09T05:37:00.486Z[ host-image] Oct 09 05:36:59.248 INFO O| Oct 09 05:36:59.248 INFO O| Done
52312024-10-09T05:37:00.490Z[ recovery-image] Oct 09 05:36:59.252 INFO O| Oct 09 05:36:59.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
52322024-10-09T05:37:00.490Z[ recovery-image] Oct 09 05:36:59.252 INFO O| Oct 09 05:36:59.252 INFO STEP 363 (remove_files) COMPLETE
52332024-10-09T05:37:00.493Z[ recovery-image] Oct 09 05:36:59.252 INFO O| Oct 09 05:36:59.252 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-10-09T05:37:00.501Z[ recovery-image] Oct 09 05:36:59.262 INFO O| Oct 09 05:36:59.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
52352024-10-09T05:37:00.501Z[ recovery-image] Oct 09 05:36:59.262 INFO O| Oct 09 05:36:59.262 INFO STEP 364 (remove_files) COMPLETE
52362024-10-09T05:37:00.501Z[ recovery-image] Oct 09 05:36:59.262 INFO O| Oct 09 05:36:59.262 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-10-09T05:37:00.513Z[ recovery-image] Oct 09 05:36:59.274 INFO O| Oct 09 05:36:59.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
52382024-10-09T05:37:00.513Z[ recovery-image] Oct 09 05:36:59.274 INFO O| Oct 09 05:36:59.274 INFO STEP 365 (remove_files) COMPLETE
52392024-10-09T05:37:00.516Z[ recovery-image] Oct 09 05:36:59.274 INFO O| Oct 09 05:36:59.274 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-10-09T05:37:00.523Z[ recovery-image] Oct 09 05:36:59.285 INFO O| Oct 09 05:36:59.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
52412024-10-09T05:37:00.523Z[ recovery-image] Oct 09 05:36:59.285 INFO O| Oct 09 05:36:59.285 INFO STEP 366 (remove_files) COMPLETE
52422024-10-09T05:37:00.526Z[ recovery-image] Oct 09 05:36:59.285 INFO O| Oct 09 05:36:59.285 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-10-09T05:37:00.533Z[ recovery-image] Oct 09 05:36:59.295 INFO O| Oct 09 05:36:59.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
52442024-10-09T05:37:00.534Z[ recovery-image] Oct 09 05:36:59.295 INFO O| Oct 09 05:36:59.295 INFO STEP 367 (remove_files) COMPLETE
52452024-10-09T05:37:00.534Z[ recovery-image] Oct 09 05:36:59.295 INFO O| Oct 09 05:36:59.295 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-10-09T05:37:00.543Z[ recovery-image] Oct 09 05:36:59.305 INFO O| Oct 09 05:36:59.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
52472024-10-09T05:37:00.543Z[ recovery-image] Oct 09 05:36:59.305 INFO O| Oct 09 05:36:59.305 INFO STEP 368 (remove_files) COMPLETE
52482024-10-09T05:37:00.546Z[ recovery-image] Oct 09 05:36:59.305 INFO O| Oct 09 05:36:59.305 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-10-09T05:37:00.553Z[ recovery-image] Oct 09 05:36:59.315 INFO O| Oct 09 05:36:59.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
52502024-10-09T05:37:00.554Z[ recovery-image] Oct 09 05:36:59.315 INFO O| Oct 09 05:36:59.315 INFO STEP 369 (remove_files) COMPLETE
52512024-10-09T05:37:00.554Z[ recovery-image] Oct 09 05:36:59.315 INFO O| Oct 09 05:36:59.315 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-10-09T05:37:00.564Z[ recovery-image] Oct 09 05:36:59.325 INFO O| Oct 09 05:36:59.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
52532024-10-09T05:37:00.564Z[ recovery-image] Oct 09 05:36:59.325 INFO O| Oct 09 05:36:59.325 INFO STEP 370 (remove_files) COMPLETE
52542024-10-09T05:37:00.564Z[ recovery-image] Oct 09 05:36:59.325 INFO O| Oct 09 05:36:59.325 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-10-09T05:37:00.575Z[ recovery-image] Oct 09 05:36:59.336 INFO O| Oct 09 05:36:59.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
52562024-10-09T05:37:00.575Z[ recovery-image] Oct 09 05:36:59.336 INFO O| Oct 09 05:36:59.336 INFO STEP 371 (remove_files) COMPLETE
52572024-10-09T05:37:00.578Z[ recovery-image] Oct 09 05:36:59.336 INFO O| Oct 09 05:36:59.336 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-10-09T05:37:00.585Z[ recovery-image] Oct 09 05:36:59.346 INFO O| Oct 09 05:36:59.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
52592024-10-09T05:37:00.585Z[ recovery-image] Oct 09 05:36:59.346 INFO O| Oct 09 05:36:59.346 INFO STEP 372 (remove_files) COMPLETE
52602024-10-09T05:37:00.588Z[ recovery-image] Oct 09 05:36:59.346 INFO O| Oct 09 05:36:59.346 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-10-09T05:37:00.590Z[ host-image] Oct 09 05:36:59.350 INFO O| Oct 09 05:36:59.350 INFO STEP 12 (pkg_install) COMPLETE
52622024-10-09T05:37:00.590Z[ host-image] Oct 09 05:36:59.350 INFO O| Oct 09 05:36:59.350 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
52632024-10-09T05:37:00.595Z[ recovery-image] Oct 09 05:36:59.356 INFO O| Oct 09 05:36:59.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
52642024-10-09T05:37:00.595Z[ recovery-image] Oct 09 05:36:59.356 INFO O| Oct 09 05:36:59.356 INFO STEP 373 (remove_files) COMPLETE
52652024-10-09T05:37:00.595Z[ recovery-image] Oct 09 05:36:59.356 INFO O| Oct 09 05:36:59.356 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-10-09T05:37:00.601Z[ host-image] Oct 09 05:36:59.362 INFO O| Oct 09 05:36:59.362 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
52672024-10-09T05:37:00.606Z[ recovery-image] Oct 09 05:36:59.367 INFO O| Oct 09 05:36:59.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
52682024-10-09T05:37:00.609Z[ recovery-image] Oct 09 05:36:59.368 INFO O| Oct 09 05:36:59.368 INFO STEP 374 (remove_files) COMPLETE
52692024-10-09T05:37:00.609Z[ recovery-image] Oct 09 05:36:59.368 INFO O| Oct 09 05:36:59.368 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-10-09T05:37:00.616Z[ recovery-image] Oct 09 05:36:59.377 INFO O| Oct 09 05:36:59.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
52712024-10-09T05:37:00.619Z[ recovery-image] Oct 09 05:36:59.378 INFO O| Oct 09 05:36:59.378 INFO STEP 375 (remove_files) COMPLETE
52722024-10-09T05:37:00.619Z[ recovery-image] Oct 09 05:36:59.378 INFO O| Oct 09 05:36:59.378 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-10-09T05:37:00.626Z[ recovery-image] Oct 09 05:36:59.388 INFO O| Oct 09 05:36:59.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
52742024-10-09T05:37:00.626Z[ recovery-image] Oct 09 05:36:59.388 INFO O| Oct 09 05:36:59.388 INFO STEP 376 (remove_files) COMPLETE
52752024-10-09T05:37:00.629Z[ recovery-image] Oct 09 05:36:59.388 INFO O| Oct 09 05:36:59.388 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-10-09T05:37:00.636Z[ recovery-image] Oct 09 05:36:59.397 INFO O| Oct 09 05:36:59.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
52772024-10-09T05:37:00.636Z[ recovery-image] Oct 09 05:36:59.397 INFO O| Oct 09 05:36:59.397 INFO STEP 377 (remove_files) COMPLETE
52782024-10-09T05:37:00.639Z[ recovery-image] Oct 09 05:36:59.397 INFO O| Oct 09 05:36:59.397 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-10-09T05:37:00.645Z[ recovery-image] Oct 09 05:36:59.407 INFO O| Oct 09 05:36:59.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
52802024-10-09T05:37:00.648Z[ recovery-image] Oct 09 05:36:59.407 INFO O| Oct 09 05:36:59.407 INFO STEP 378 (remove_files) COMPLETE
52812024-10-09T05:37:00.648Z[ recovery-image] Oct 09 05:36:59.407 INFO O| Oct 09 05:36:59.407 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-10-09T05:37:00.655Z[ recovery-image] Oct 09 05:36:59.416 INFO O| Oct 09 05:36:59.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
52832024-10-09T05:37:00.655Z[ recovery-image] Oct 09 05:36:59.416 INFO O| Oct 09 05:36:59.416 INFO STEP 379 (remove_files) COMPLETE
52842024-10-09T05:37:00.657Z[ recovery-image] Oct 09 05:36:59.416 INFO O| Oct 09 05:36:59.416 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-10-09T05:37:00.664Z[ recovery-image] Oct 09 05:36:59.426 INFO O| Oct 09 05:36:59.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
52862024-10-09T05:37:00.664Z[ recovery-image] Oct 09 05:36:59.426 INFO O| Oct 09 05:36:59.426 INFO STEP 380 (remove_files) COMPLETE
52872024-10-09T05:37:00.667Z[ recovery-image] Oct 09 05:36:59.426 INFO O| Oct 09 05:36:59.426 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-10-09T05:37:00.674Z[ recovery-image] Oct 09 05:36:59.435 INFO O| Oct 09 05:36:59.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
52892024-10-09T05:37:00.677Z[ recovery-image] Oct 09 05:36:59.435 INFO O| Oct 09 05:36:59.435 INFO STEP 381 (remove_files) COMPLETE
52902024-10-09T05:37:00.677Z[ recovery-image] Oct 09 05:36:59.435 INFO O| Oct 09 05:36:59.435 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-10-09T05:37:00.683Z[ recovery-image] Oct 09 05:36:59.445 INFO O| Oct 09 05:36:59.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
52922024-10-09T05:37:00.686Z[ recovery-image] Oct 09 05:36:59.445 INFO O| Oct 09 05:36:59.445 INFO STEP 382 (remove_files) COMPLETE
52932024-10-09T05:37:00.686Z[ recovery-image] Oct 09 05:36:59.445 INFO O| Oct 09 05:36:59.445 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-10-09T05:37:00.693Z[ recovery-image] Oct 09 05:36:59.455 INFO O| Oct 09 05:36:59.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
52952024-10-09T05:37:00.693Z[ recovery-image] Oct 09 05:36:59.455 INFO O| Oct 09 05:36:59.455 INFO STEP 383 (remove_files) COMPLETE
52962024-10-09T05:37:00.693Z[ recovery-image] Oct 09 05:36:59.455 INFO O| Oct 09 05:36:59.455 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-10-09T05:37:00.703Z[ recovery-image] Oct 09 05:36:59.464 INFO O| Oct 09 05:36:59.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
52982024-10-09T05:37:00.703Z[ recovery-image] Oct 09 05:36:59.464 INFO O| Oct 09 05:36:59.464 INFO STEP 384 (remove_files) COMPLETE
52992024-10-09T05:37:00.706Z[ recovery-image] Oct 09 05:36:59.465 INFO O| Oct 09 05:36:59.464 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-10-09T05:37:00.713Z[ recovery-image] Oct 09 05:36:59.474 INFO O| Oct 09 05:36:59.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
53012024-10-09T05:37:00.713Z[ recovery-image] Oct 09 05:36:59.474 INFO O| Oct 09 05:36:59.474 INFO STEP 385 (remove_files) COMPLETE
53022024-10-09T05:37:00.713Z[ recovery-image] Oct 09 05:36:59.474 INFO O| Oct 09 05:36:59.474 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-10-09T05:37:00.722Z[ recovery-image] Oct 09 05:36:59.484 INFO O| Oct 09 05:36:59.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
53042024-10-09T05:37:00.722Z[ recovery-image] Oct 09 05:36:59.484 INFO O| Oct 09 05:36:59.484 INFO STEP 386 (remove_files) COMPLETE
53052024-10-09T05:37:00.725Z[ recovery-image] Oct 09 05:36:59.484 INFO O| Oct 09 05:36:59.484 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-10-09T05:37:00.732Z[ recovery-image] Oct 09 05:36:59.493 INFO O| Oct 09 05:36:59.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
53072024-10-09T05:37:00.732Z[ recovery-image] Oct 09 05:36:59.493 INFO O| Oct 09 05:36:59.493 INFO STEP 387 (remove_files) COMPLETE
53082024-10-09T05:37:00.732Z[ recovery-image] Oct 09 05:36:59.493 INFO O| Oct 09 05:36:59.493 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-10-09T05:37:00.742Z[ recovery-image] Oct 09 05:36:59.503 INFO O| Oct 09 05:36:59.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
53102024-10-09T05:37:00.742Z[ recovery-image] Oct 09 05:36:59.503 INFO O| Oct 09 05:36:59.503 INFO STEP 388 (remove_files) COMPLETE
53112024-10-09T05:37:00.742Z[ recovery-image] Oct 09 05:36:59.503 INFO O| Oct 09 05:36:59.503 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-10-09T05:37:00.751Z[ recovery-image] Oct 09 05:36:59.512 INFO O| Oct 09 05:36:59.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
53132024-10-09T05:37:00.751Z[ recovery-image] Oct 09 05:36:59.512 INFO O| Oct 09 05:36:59.512 INFO STEP 389 (remove_files) COMPLETE
53142024-10-09T05:37:00.751Z[ recovery-image] Oct 09 05:36:59.512 INFO O| Oct 09 05:36:59.512 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-10-09T05:37:00.760Z[ recovery-image] Oct 09 05:36:59.522 INFO O| Oct 09 05:36:59.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
53162024-10-09T05:37:00.763Z[ recovery-image] Oct 09 05:36:59.522 INFO O| Oct 09 05:36:59.522 INFO STEP 390 (remove_files) COMPLETE
53172024-10-09T05:37:00.763Z[ recovery-image] Oct 09 05:36:59.522 INFO O| Oct 09 05:36:59.522 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-10-09T05:37:00.770Z[ recovery-image] Oct 09 05:36:59.531 INFO O| Oct 09 05:36:59.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
53192024-10-09T05:37:00.770Z[ recovery-image] Oct 09 05:36:59.531 INFO O| Oct 09 05:36:59.531 INFO STEP 391 (remove_files) COMPLETE
53202024-10-09T05:37:00.770Z[ recovery-image] Oct 09 05:36:59.531 INFO O| Oct 09 05:36:59.531 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-10-09T05:37:00.779Z[ recovery-image] Oct 09 05:36:59.541 INFO O| Oct 09 05:36:59.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
53222024-10-09T05:37:00.782Z[ recovery-image] Oct 09 05:36:59.541 INFO O| Oct 09 05:36:59.541 INFO STEP 392 (remove_files) COMPLETE
53232024-10-09T05:37:00.782Z[ recovery-image] Oct 09 05:36:59.541 INFO O| Oct 09 05:36:59.541 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-10-09T05:37:00.789Z[ recovery-image] Oct 09 05:36:59.550 INFO O| Oct 09 05:36:59.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
53252024-10-09T05:37:00.789Z[ recovery-image] Oct 09 05:36:59.550 INFO O| Oct 09 05:36:59.550 INFO STEP 393 (remove_files) COMPLETE
53262024-10-09T05:37:00.792Z[ recovery-image] Oct 09 05:36:59.550 INFO O| Oct 09 05:36:59.550 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-10-09T05:37:00.799Z[ recovery-image] Oct 09 05:36:59.560 INFO O| Oct 09 05:36:59.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
53282024-10-09T05:37:00.799Z[ recovery-image] Oct 09 05:36:59.560 INFO O| Oct 09 05:36:59.560 INFO STEP 394 (remove_files) COMPLETE
53292024-10-09T05:37:00.802Z[ recovery-image] Oct 09 05:36:59.560 INFO O| Oct 09 05:36:59.560 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-10-09T05:37:00.809Z[ recovery-image] Oct 09 05:36:59.570 INFO O| Oct 09 05:36:59.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
53312024-10-09T05:37:00.811Z[ recovery-image] Oct 09 05:36:59.570 INFO O| Oct 09 05:36:59.570 INFO STEP 395 (remove_files) COMPLETE
53322024-10-09T05:37:00.811Z[ recovery-image] Oct 09 05:36:59.570 INFO O| Oct 09 05:36:59.570 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-10-09T05:37:00.818Z[ recovery-image] Oct 09 05:36:59.580 INFO O| Oct 09 05:36:59.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
53342024-10-09T05:37:00.821Z[ recovery-image] Oct 09 05:36:59.580 INFO O| Oct 09 05:36:59.580 INFO STEP 396 (remove_files) COMPLETE
53352024-10-09T05:37:00.821Z[ recovery-image] Oct 09 05:36:59.580 INFO O| Oct 09 05:36:59.580 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-10-09T05:37:00.828Z[ recovery-image] Oct 09 05:36:59.589 INFO O| Oct 09 05:36:59.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
53372024-10-09T05:37:00.831Z[ recovery-image] Oct 09 05:36:59.590 INFO O| Oct 09 05:36:59.590 INFO STEP 397 (remove_files) COMPLETE
53382024-10-09T05:37:00.831Z[ recovery-image] Oct 09 05:36:59.590 INFO O| Oct 09 05:36:59.590 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-10-09T05:37:00.839Z[ recovery-image] Oct 09 05:36:59.600 INFO O| Oct 09 05:36:59.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
53402024-10-09T05:37:00.839Z[ recovery-image] Oct 09 05:36:59.600 INFO O| Oct 09 05:36:59.600 INFO STEP 398 (remove_files) COMPLETE
53412024-10-09T05:37:00.839Z[ recovery-image] Oct 09 05:36:59.600 INFO O| Oct 09 05:36:59.600 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-10-09T05:37:00.849Z[ recovery-image] Oct 09 05:36:59.610 INFO O| Oct 09 05:36:59.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
53432024-10-09T05:37:00.849Z[ recovery-image] Oct 09 05:36:59.610 INFO O| Oct 09 05:36:59.610 INFO STEP 399 (remove_files) COMPLETE
53442024-10-09T05:37:00.851Z[ recovery-image] Oct 09 05:36:59.610 INFO O| Oct 09 05:36:59.610 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-10-09T05:37:00.858Z[ recovery-image] Oct 09 05:36:59.619 INFO O| Oct 09 05:36:59.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
53462024-10-09T05:37:00.858Z[ recovery-image] Oct 09 05:36:59.619 INFO O| Oct 09 05:36:59.619 INFO STEP 400 (remove_files) COMPLETE
53472024-10-09T05:37:00.861Z[ recovery-image] Oct 09 05:36:59.619 INFO O| Oct 09 05:36:59.619 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-10-09T05:37:00.868Z[ recovery-image] Oct 09 05:36:59.629 INFO O| Oct 09 05:36:59.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
53492024-10-09T05:37:00.868Z[ recovery-image] Oct 09 05:36:59.629 INFO O| Oct 09 05:36:59.629 INFO STEP 401 (remove_files) COMPLETE
53502024-10-09T05:37:00.870Z[ recovery-image] Oct 09 05:36:59.629 INFO O| Oct 09 05:36:59.629 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-10-09T05:37:00.877Z[ recovery-image] Oct 09 05:36:59.638 INFO O| Oct 09 05:36:59.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
53522024-10-09T05:37:00.877Z[ recovery-image] Oct 09 05:36:59.638 INFO O| Oct 09 05:36:59.638 INFO STEP 402 (remove_files) COMPLETE
53532024-10-09T05:37:00.877Z[ recovery-image] Oct 09 05:36:59.638 INFO O| Oct 09 05:36:59.638 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-10-09T05:37:00.887Z[ recovery-image] Oct 09 05:36:59.648 INFO O| Oct 09 05:36:59.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
53552024-10-09T05:37:00.887Z[ recovery-image] Oct 09 05:36:59.648 INFO O| Oct 09 05:36:59.648 INFO STEP 403 (remove_files) COMPLETE
53562024-10-09T05:37:00.887Z[ recovery-image] Oct 09 05:36:59.648 INFO O| Oct 09 05:36:59.648 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-10-09T05:37:00.897Z[ recovery-image] Oct 09 05:36:59.658 INFO O| Oct 09 05:36:59.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
53582024-10-09T05:37:00.897Z[ recovery-image] Oct 09 05:36:59.658 INFO O| Oct 09 05:36:59.658 INFO STEP 404 (remove_files) COMPLETE
53592024-10-09T05:37:00.900Z[ recovery-image] Oct 09 05:36:59.658 INFO O| Oct 09 05:36:59.658 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-10-09T05:37:00.908Z[ recovery-image] Oct 09 05:36:59.669 INFO O| Oct 09 05:36:59.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
53612024-10-09T05:37:00.908Z[ recovery-image] Oct 09 05:36:59.669 INFO O| Oct 09 05:36:59.669 INFO STEP 405 (remove_files) COMPLETE
53622024-10-09T05:37:00.910Z[ recovery-image] Oct 09 05:36:59.669 INFO O| Oct 09 05:36:59.669 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-10-09T05:37:00.918Z[ recovery-image] Oct 09 05:36:59.679 INFO O| Oct 09 05:36:59.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
53642024-10-09T05:37:00.920Z[ recovery-image] Oct 09 05:36:59.679 INFO O| Oct 09 05:36:59.679 INFO STEP 406 (remove_files) COMPLETE
53652024-10-09T05:37:00.920Z[ recovery-image] Oct 09 05:36:59.679 INFO O| Oct 09 05:36:59.679 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-10-09T05:37:00.928Z[ recovery-image] Oct 09 05:36:59.689 INFO O| Oct 09 05:36:59.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
53672024-10-09T05:37:00.928Z[ recovery-image] Oct 09 05:36:59.689 INFO O| Oct 09 05:36:59.689 INFO STEP 407 (remove_files) COMPLETE
53682024-10-09T05:37:00.928Z[ recovery-image] Oct 09 05:36:59.689 INFO O| Oct 09 05:36:59.689 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-10-09T05:37:00.937Z[ recovery-image] Oct 09 05:36:59.698 INFO O| Oct 09 05:36:59.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
53702024-10-09T05:37:00.937Z[ recovery-image] Oct 09 05:36:59.698 INFO O| Oct 09 05:36:59.698 INFO STEP 408 (remove_files) COMPLETE
53712024-10-09T05:37:00.937Z[ recovery-image] Oct 09 05:36:59.698 INFO O| Oct 09 05:36:59.698 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-10-09T05:37:00.947Z[ recovery-image] Oct 09 05:36:59.708 INFO O| Oct 09 05:36:59.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
53732024-10-09T05:37:00.947Z[ recovery-image] Oct 09 05:36:59.708 INFO O| Oct 09 05:36:59.708 INFO STEP 409 (remove_files) COMPLETE
53742024-10-09T05:37:00.949Z[ recovery-image] Oct 09 05:36:59.708 INFO O| Oct 09 05:36:59.708 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-10-09T05:37:00.956Z[ recovery-image] Oct 09 05:36:59.717 INFO O| Oct 09 05:36:59.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
53762024-10-09T05:37:00.956Z[ recovery-image] Oct 09 05:36:59.717 INFO O| Oct 09 05:36:59.717 INFO STEP 410 (remove_files) COMPLETE
53772024-10-09T05:37:00.956Z[ recovery-image] Oct 09 05:36:59.717 INFO O| Oct 09 05:36:59.717 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-10-09T05:37:00.967Z[ recovery-image] Oct 09 05:36:59.728 INFO O| Oct 09 05:36:59.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
53792024-10-09T05:37:00.967Z[ recovery-image] Oct 09 05:36:59.728 INFO O| Oct 09 05:36:59.728 INFO STEP 411 (remove_files) COMPLETE
53802024-10-09T05:37:00.969Z[ recovery-image] Oct 09 05:36:59.728 INFO O| Oct 09 05:36:59.728 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-10-09T05:37:00.977Z[ recovery-image] Oct 09 05:36:59.738 INFO O| Oct 09 05:36:59.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
53822024-10-09T05:37:00.977Z[ recovery-image] Oct 09 05:36:59.738 INFO O| Oct 09 05:36:59.738 INFO STEP 412 (remove_files) COMPLETE
53832024-10-09T05:37:00.980Z[ recovery-image] Oct 09 05:36:59.738 INFO O| Oct 09 05:36:59.738 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-10-09T05:37:00.988Z[ recovery-image] Oct 09 05:36:59.749 INFO O| Oct 09 05:36:59.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
53852024-10-09T05:37:00.988Z[ recovery-image] Oct 09 05:36:59.749 INFO O| Oct 09 05:36:59.749 INFO STEP 413 (remove_files) COMPLETE
53862024-10-09T05:37:00.990Z[ recovery-image] Oct 09 05:36:59.749 INFO O| Oct 09 05:36:59.749 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-10-09T05:37:00.998Z[ recovery-image] Oct 09 05:36:59.759 INFO O| Oct 09 05:36:59.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
53882024-10-09T05:37:00.998Z[ recovery-image] Oct 09 05:36:59.759 INFO O| Oct 09 05:36:59.759 INFO STEP 414 (remove_files) COMPLETE
53892024-10-09T05:37:01.001Z[ recovery-image] Oct 09 05:36:59.759 INFO O| Oct 09 05:36:59.759 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-10-09T05:37:01.007Z[ recovery-image] Oct 09 05:36:59.768 INFO O| Oct 09 05:36:59.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
53912024-10-09T05:37:01.010Z[ recovery-image] Oct 09 05:36:59.768 INFO O| Oct 09 05:36:59.768 INFO STEP 415 (remove_files) COMPLETE
53922024-10-09T05:37:01.010Z[ recovery-image] Oct 09 05:36:59.768 INFO O| Oct 09 05:36:59.768 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-10-09T05:37:01.017Z[ recovery-image] Oct 09 05:36:59.778 INFO O| Oct 09 05:36:59.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
53942024-10-09T05:37:01.019Z[ recovery-image] Oct 09 05:36:59.778 INFO O| Oct 09 05:36:59.778 INFO STEP 416 (remove_files) COMPLETE
53952024-10-09T05:37:01.019Z[ recovery-image] Oct 09 05:36:59.778 INFO O| Oct 09 05:36:59.778 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-10-09T05:37:01.026Z[ recovery-image] Oct 09 05:36:59.787 INFO O| Oct 09 05:36:59.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
53972024-10-09T05:37:01.029Z[ recovery-image] Oct 09 05:36:59.787 INFO O| Oct 09 05:36:59.787 INFO STEP 417 (remove_files) COMPLETE
53982024-10-09T05:37:01.029Z[ recovery-image] Oct 09 05:36:59.787 INFO O| Oct 09 05:36:59.787 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-10-09T05:37:01.036Z[ recovery-image] Oct 09 05:36:59.797 INFO O| Oct 09 05:36:59.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
54002024-10-09T05:37:01.038Z[ recovery-image] Oct 09 05:36:59.797 INFO O| Oct 09 05:36:59.797 INFO STEP 418 (remove_files) COMPLETE
54012024-10-09T05:37:01.038Z[ recovery-image] Oct 09 05:36:59.797 INFO O| Oct 09 05:36:59.797 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-10-09T05:37:01.045Z[ recovery-image] Oct 09 05:36:59.806 INFO O| Oct 09 05:36:59.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
54032024-10-09T05:37:01.048Z[ recovery-image] Oct 09 05:36:59.806 INFO O| Oct 09 05:36:59.806 INFO STEP 419 (remove_files) COMPLETE
54042024-10-09T05:37:01.048Z[ recovery-image] Oct 09 05:36:59.806 INFO O| Oct 09 05:36:59.806 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-10-09T05:37:01.055Z[ recovery-image] Oct 09 05:36:59.816 INFO O| Oct 09 05:36:59.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
54062024-10-09T05:37:01.055Z[ recovery-image] Oct 09 05:36:59.816 INFO O| Oct 09 05:36:59.816 INFO STEP 420 (remove_files) COMPLETE
54072024-10-09T05:37:01.065Z[ recovery-image] Oct 09 05:36:59.816 INFO O| Oct 09 05:36:59.816 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-10-09T05:37:01.065Z[ recovery-image] Oct 09 05:36:59.825 INFO O| Oct 09 05:36:59.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
54092024-10-09T05:37:01.065Z[ recovery-image] Oct 09 05:36:59.826 INFO O| Oct 09 05:36:59.826 INFO STEP 421 (remove_files) COMPLETE
54102024-10-09T05:37:01.065Z[ recovery-image] Oct 09 05:36:59.826 INFO O| Oct 09 05:36:59.826 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-10-09T05:37:01.068Z[ host-image] Oct 09 05:36:59.829 INFO O| Oct 09 05:36:59.829 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
54122024-10-09T05:37:01.074Z[ recovery-image] Oct 09 05:36:59.835 INFO O| Oct 09 05:36:59.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
54132024-10-09T05:37:01.077Z[ recovery-image] Oct 09 05:36:59.835 INFO O| Oct 09 05:36:59.835 INFO STEP 422 (remove_files) COMPLETE
54142024-10-09T05:37:01.077Z[ recovery-image] Oct 09 05:36:59.835 INFO O| Oct 09 05:36:59.835 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-10-09T05:37:01.084Z[ recovery-image] Oct 09 05:36:59.844 INFO O| Oct 09 05:36:59.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
54162024-10-09T05:37:01.084Z[ recovery-image] Oct 09 05:36:59.844 INFO O| Oct 09 05:36:59.844 INFO STEP 423 (remove_files) COMPLETE
54172024-10-09T05:37:01.086Z[ recovery-image] Oct 09 05:36:59.844 INFO O| Oct 09 05:36:59.844 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-10-09T05:37:01.094Z[ recovery-image] Oct 09 05:36:59.854 INFO O| Oct 09 05:36:59.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
54192024-10-09T05:37:01.094Z[ recovery-image] Oct 09 05:36:59.855 INFO O| Oct 09 05:36:59.855 INFO STEP 424 (remove_files) COMPLETE
54202024-10-09T05:37:01.097Z[ recovery-image] Oct 09 05:36:59.855 INFO O| Oct 09 05:36:59.855 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-10-09T05:37:01.104Z[ recovery-image] Oct 09 05:36:59.864 INFO O| Oct 09 05:36:59.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
54222024-10-09T05:37:01.104Z[ recovery-image] Oct 09 05:36:59.864 INFO O| Oct 09 05:36:59.864 INFO STEP 425 (remove_files) COMPLETE
54232024-10-09T05:37:01.107Z[ recovery-image] Oct 09 05:36:59.864 INFO O| Oct 09 05:36:59.864 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-10-09T05:37:01.114Z[ recovery-image] Oct 09 05:36:59.874 INFO O| Oct 09 05:36:59.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
54252024-10-09T05:37:01.117Z[ recovery-image] Oct 09 05:36:59.874 INFO O| Oct 09 05:36:59.874 INFO STEP 426 (remove_files) COMPLETE
54262024-10-09T05:37:01.117Z[ recovery-image] Oct 09 05:36:59.874 INFO O| Oct 09 05:36:59.874 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-10-09T05:37:01.123Z[ recovery-image] Oct 09 05:36:59.884 INFO O| Oct 09 05:36:59.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
54282024-10-09T05:37:01.126Z[ recovery-image] Oct 09 05:36:59.884 INFO O| Oct 09 05:36:59.884 INFO STEP 427 (remove_files) COMPLETE
54292024-10-09T05:37:01.126Z[ recovery-image] Oct 09 05:36:59.884 INFO O| Oct 09 05:36:59.884 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302024-10-09T05:37:01.133Z[ recovery-image] Oct 09 05:36:59.894 INFO O| Oct 09 05:36:59.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
54312024-10-09T05:37:01.133Z[ recovery-image] Oct 09 05:36:59.894 INFO O| Oct 09 05:36:59.894 INFO STEP 428 (remove_files) COMPLETE
54322024-10-09T05:37:01.133Z[ recovery-image] Oct 09 05:36:59.894 INFO O| Oct 09 05:36:59.894 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-10-09T05:37:01.143Z[ recovery-image] Oct 09 05:36:59.904 INFO O| Oct 09 05:36:59.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
54342024-10-09T05:37:01.143Z[ recovery-image] Oct 09 05:36:59.904 INFO O| Oct 09 05:36:59.904 INFO STEP 429 (remove_files) COMPLETE
54352024-10-09T05:37:01.146Z[ recovery-image] Oct 09 05:36:59.904 INFO O| Oct 09 05:36:59.904 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362024-10-09T05:37:01.153Z[ recovery-image] Oct 09 05:36:59.914 INFO O| Oct 09 05:36:59.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
54372024-10-09T05:37:01.156Z[ recovery-image] Oct 09 05:36:59.915 INFO O| Oct 09 05:36:59.915 INFO STEP 430 (remove_files) COMPLETE
54382024-10-09T05:37:01.156Z[ recovery-image] Oct 09 05:36:59.915 INFO O| Oct 09 05:36:59.915 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392024-10-09T05:37:01.165Z[ recovery-image] Oct 09 05:36:59.925 INFO O| Oct 09 05:36:59.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
54402024-10-09T05:37:01.165Z[ recovery-image] Oct 09 05:36:59.925 INFO O| Oct 09 05:36:59.925 INFO STEP 431 (remove_files) COMPLETE
54412024-10-09T05:37:01.165Z[ recovery-image] Oct 09 05:36:59.925 INFO O| Oct 09 05:36:59.925 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422024-10-09T05:37:01.174Z[ recovery-image] Oct 09 05:36:59.935 INFO O| Oct 09 05:36:59.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
54432024-10-09T05:37:01.174Z[ recovery-image] Oct 09 05:36:59.935 INFO O| Oct 09 05:36:59.935 INFO STEP 432 (remove_files) COMPLETE
54442024-10-09T05:37:01.174Z[ recovery-image] Oct 09 05:36:59.935 INFO O| Oct 09 05:36:59.935 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452024-10-09T05:37:01.184Z[ recovery-image] Oct 09 05:36:59.945 INFO O| Oct 09 05:36:59.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
54462024-10-09T05:37:01.187Z[ recovery-image] Oct 09 05:36:59.946 INFO O| Oct 09 05:36:59.946 INFO STEP 433 (remove_files) COMPLETE
54472024-10-09T05:37:01.187Z[ recovery-image] Oct 09 05:36:59.946 INFO O| Oct 09 05:36:59.946 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482024-10-09T05:37:01.195Z[ recovery-image] Oct 09 05:36:59.955 INFO O| Oct 09 05:36:59.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
54492024-10-09T05:37:01.195Z[ recovery-image] Oct 09 05:36:59.956 INFO O| Oct 09 05:36:59.956 INFO STEP 434 (remove_files) COMPLETE
54502024-10-09T05:37:01.197Z[ recovery-image] Oct 09 05:36:59.956 INFO O| Oct 09 05:36:59.956 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512024-10-09T05:37:01.205Z[ recovery-image] Oct 09 05:36:59.965 INFO O| Oct 09 05:36:59.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
54522024-10-09T05:37:01.205Z[ recovery-image] Oct 09 05:36:59.966 INFO O| Oct 09 05:36:59.965 INFO STEP 435 (remove_files) COMPLETE
54532024-10-09T05:37:01.205Z[ recovery-image] Oct 09 05:36:59.966 INFO O| Oct 09 05:36:59.966 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542024-10-09T05:37:01.214Z[ recovery-image] Oct 09 05:36:59.975 INFO O| Oct 09 05:36:59.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
54552024-10-09T05:37:01.214Z[ recovery-image] Oct 09 05:36:59.975 INFO O| Oct 09 05:36:59.975 INFO STEP 436 (remove_files) COMPLETE
54562024-10-09T05:37:01.214Z[ recovery-image] Oct 09 05:36:59.975 INFO O| Oct 09 05:36:59.975 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572024-10-09T05:37:01.224Z[ recovery-image] Oct 09 05:36:59.985 INFO O| Oct 09 05:36:59.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
54582024-10-09T05:37:01.224Z[ recovery-image] Oct 09 05:36:59.985 INFO O| Oct 09 05:36:59.985 INFO STEP 437 (remove_files) COMPLETE
54592024-10-09T05:37:01.227Z[ recovery-image] Oct 09 05:36:59.985 INFO O| Oct 09 05:36:59.985 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602024-10-09T05:37:01.235Z[ recovery-image] Oct 09 05:36:59.996 INFO O| Oct 09 05:36:59.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
54612024-10-09T05:37:01.235Z[ recovery-image] Oct 09 05:36:59.996 INFO O| Oct 09 05:36:59.996 INFO STEP 438 (remove_files) COMPLETE
54622024-10-09T05:37:01.235Z[ recovery-image] Oct 09 05:36:59.996 INFO O| Oct 09 05:36:59.996 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632024-10-09T05:37:01.246Z[ recovery-image] Oct 09 05:37:00.006 INFO O| Oct 09 05:37:00.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
54642024-10-09T05:37:01.246Z[ recovery-image] Oct 09 05:37:00.006 INFO O| Oct 09 05:37:00.006 INFO STEP 439 (remove_files) COMPLETE
54652024-10-09T05:37:01.248Z[ recovery-image] Oct 09 05:37:00.006 INFO O| Oct 09 05:37:00.006 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662024-10-09T05:37:01.255Z[ recovery-image] Oct 09 05:37:00.016 INFO O| Oct 09 05:37:00.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
54672024-10-09T05:37:01.255Z[ recovery-image] Oct 09 05:37:00.016 INFO O| Oct 09 05:37:00.016 INFO STEP 440 (remove_files) COMPLETE
54682024-10-09T05:37:01.258Z[ recovery-image] Oct 09 05:37:00.016 INFO O| Oct 09 05:37:00.016 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692024-10-09T05:37:01.265Z[ recovery-image] Oct 09 05:37:00.026 INFO O| Oct 09 05:37:00.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
54702024-10-09T05:37:01.267Z[ recovery-image] Oct 09 05:37:00.026 INFO O| Oct 09 05:37:00.026 INFO STEP 441 (remove_files) COMPLETE
54712024-10-09T05:37:01.267Z[ recovery-image] Oct 09 05:37:00.026 INFO O| Oct 09 05:37:00.026 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-10-09T05:37:01.274Z[ recovery-image] Oct 09 05:37:00.035 INFO O| Oct 09 05:37:00.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54732024-10-09T05:37:01.277Z[ recovery-image] Oct 09 05:37:00.035 INFO O| Oct 09 05:37:00.035 INFO STEP 442 (remove_files) COMPLETE
54742024-10-09T05:37:01.277Z[ recovery-image] Oct 09 05:37:00.035 INFO O| Oct 09 05:37:00.035 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-10-09T05:37:01.284Z[ recovery-image] Oct 09 05:37:00.045 INFO O| Oct 09 05:37:00.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
54762024-10-09T05:37:01.284Z[ recovery-image] Oct 09 05:37:00.045 INFO O| Oct 09 05:37:00.045 INFO STEP 443 (remove_files) COMPLETE
54772024-10-09T05:37:01.284Z[ recovery-image] Oct 09 05:37:00.045 INFO O| Oct 09 05:37:00.045 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-10-09T05:37:01.294Z[ recovery-image] Oct 09 05:37:00.055 INFO O| Oct 09 05:37:00.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
54792024-10-09T05:37:01.294Z[ recovery-image] Oct 09 05:37:00.055 INFO O| Oct 09 05:37:00.055 INFO STEP 444 (remove_files) COMPLETE
54802024-10-09T05:37:01.294Z[ recovery-image] Oct 09 05:37:00.055 INFO O| Oct 09 05:37:00.055 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-10-09T05:37:01.303Z[ recovery-image] Oct 09 05:37:00.064 INFO O| Oct 09 05:37:00.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
54822024-10-09T05:37:01.303Z[ recovery-image] Oct 09 05:37:00.064 INFO O| Oct 09 05:37:00.064 INFO STEP 445 (remove_files) COMPLETE
54832024-10-09T05:37:01.306Z[ recovery-image] Oct 09 05:37:00.064 INFO O| Oct 09 05:37:00.064 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-10-09T05:37:01.313Z[ recovery-image] Oct 09 05:37:00.074 INFO O| Oct 09 05:37:00.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
54852024-10-09T05:37:01.313Z[ recovery-image] Oct 09 05:37:00.074 INFO O| Oct 09 05:37:00.074 INFO STEP 446 (remove_files) COMPLETE
54862024-10-09T05:37:01.316Z[ recovery-image] Oct 09 05:37:00.074 INFO O| Oct 09 05:37:00.074 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-10-09T05:37:01.323Z[ recovery-image] Oct 09 05:37:00.083 INFO O| Oct 09 05:37:00.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
54882024-10-09T05:37:01.326Z[ recovery-image] Oct 09 05:37:00.084 INFO O| Oct 09 05:37:00.084 INFO STEP 447 (remove_files) COMPLETE
54892024-10-09T05:37:01.326Z[ recovery-image] Oct 09 05:37:00.084 INFO O| Oct 09 05:37:00.084 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-10-09T05:37:01.334Z[ recovery-image] Oct 09 05:37:00.094 INFO O| Oct 09 05:37:00.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
54912024-10-09T05:37:01.334Z[ recovery-image] Oct 09 05:37:00.094 INFO O| Oct 09 05:37:00.094 INFO STEP 448 (remove_files) COMPLETE
54922024-10-09T05:37:01.334Z[ recovery-image] Oct 09 05:37:00.094 INFO O| Oct 09 05:37:00.094 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-10-09T05:37:01.343Z[ recovery-image] Oct 09 05:37:00.104 INFO O| Oct 09 05:37:00.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
54942024-10-09T05:37:01.343Z[ recovery-image] Oct 09 05:37:00.104 INFO O| Oct 09 05:37:00.104 INFO STEP 449 (remove_files) COMPLETE
54952024-10-09T05:37:01.344Z[ recovery-image] Oct 09 05:37:00.104 INFO O| Oct 09 05:37:00.104 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-10-09T05:37:01.353Z[ recovery-image] Oct 09 05:37:00.114 INFO O| Oct 09 05:37:00.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
54972024-10-09T05:37:01.353Z[ recovery-image] Oct 09 05:37:00.114 INFO O| Oct 09 05:37:00.114 INFO STEP 450 (remove_files) COMPLETE
54982024-10-09T05:37:01.356Z[ recovery-image] Oct 09 05:37:00.114 INFO O| Oct 09 05:37:00.114 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-10-09T05:37:01.363Z[ recovery-image] Oct 09 05:37:00.124 INFO O| Oct 09 05:37:00.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
55002024-10-09T05:37:01.363Z[ recovery-image] Oct 09 05:37:00.124 INFO O| Oct 09 05:37:00.124 INFO STEP 451 (remove_files) COMPLETE
55012024-10-09T05:37:01.366Z[ recovery-image] Oct 09 05:37:00.124 INFO O| Oct 09 05:37:00.124 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-10-09T05:37:01.373Z[ recovery-image] Oct 09 05:37:00.134 INFO O| Oct 09 05:37:00.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
55032024-10-09T05:37:01.376Z[ recovery-image] Oct 09 05:37:00.134 INFO O| Oct 09 05:37:00.134 INFO STEP 452 (remove_files) COMPLETE
55042024-10-09T05:37:01.376Z[ recovery-image] Oct 09 05:37:00.134 INFO O| Oct 09 05:37:00.134 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-10-09T05:37:01.384Z[ recovery-image] Oct 09 05:37:00.144 INFO O| Oct 09 05:37:00.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
55062024-10-09T05:37:01.387Z[ recovery-image] Oct 09 05:37:00.144 INFO O| Oct 09 05:37:00.144 INFO STEP 453 (remove_files) COMPLETE
55072024-10-09T05:37:01.387Z[ recovery-image] Oct 09 05:37:00.144 INFO O| Oct 09 05:37:00.144 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-10-09T05:37:01.393Z[ recovery-image] Oct 09 05:37:00.153 INFO O| Oct 09 05:37:00.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
55092024-10-09T05:37:01.393Z[ recovery-image] Oct 09 05:37:00.153 INFO O| Oct 09 05:37:00.153 INFO STEP 454 (remove_files) COMPLETE
55102024-10-09T05:37:01.393Z[ recovery-image] Oct 09 05:37:00.153 INFO O| Oct 09 05:37:00.153 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-10-09T05:37:01.403Z[ recovery-image] Oct 09 05:37:00.164 INFO O| Oct 09 05:37:00.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
55122024-10-09T05:37:01.404Z[ recovery-image] Oct 09 05:37:00.164 INFO O| Oct 09 05:37:00.164 INFO STEP 455 (remove_files) COMPLETE
55132024-10-09T05:37:01.404Z[ recovery-image] Oct 09 05:37:00.164 INFO O| Oct 09 05:37:00.164 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-10-09T05:37:01.414Z[ recovery-image] Oct 09 05:37:00.174 INFO O| Oct 09 05:37:00.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
55152024-10-09T05:37:01.414Z[ recovery-image] Oct 09 05:37:00.174 INFO O| Oct 09 05:37:00.174 INFO STEP 456 (remove_files) COMPLETE
55162024-10-09T05:37:01.414Z[ recovery-image] Oct 09 05:37:00.174 INFO O| Oct 09 05:37:00.174 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-10-09T05:37:01.423Z[ recovery-image] Oct 09 05:37:00.184 INFO O| Oct 09 05:37:00.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
55182024-10-09T05:37:01.423Z[ recovery-image] Oct 09 05:37:00.184 INFO O| Oct 09 05:37:00.184 INFO STEP 457 (remove_files) COMPLETE
55192024-10-09T05:37:01.426Z[ recovery-image] Oct 09 05:37:00.184 INFO O| Oct 09 05:37:00.184 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-10-09T05:37:01.433Z[ recovery-image] Oct 09 05:37:00.194 INFO O| Oct 09 05:37:00.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
55212024-10-09T05:37:01.433Z[ recovery-image] Oct 09 05:37:00.194 INFO O| Oct 09 05:37:00.194 INFO STEP 458 (remove_files) COMPLETE
55222024-10-09T05:37:01.433Z[ recovery-image] Oct 09 05:37:00.194 INFO O| Oct 09 05:37:00.194 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-10-09T05:37:01.445Z[ recovery-image] Oct 09 05:37:00.205 INFO O| Oct 09 05:37:00.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
55242024-10-09T05:37:01.445Z[ recovery-image] Oct 09 05:37:00.205 INFO O| Oct 09 05:37:00.205 INFO STEP 459 (remove_files) COMPLETE
55252024-10-09T05:37:01.448Z[ recovery-image] Oct 09 05:37:00.205 INFO O| Oct 09 05:37:00.205 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-10-09T05:37:01.455Z[ recovery-image] Oct 09 05:37:00.216 INFO O| Oct 09 05:37:00.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
55272024-10-09T05:37:01.458Z[ recovery-image] Oct 09 05:37:00.216 INFO O| Oct 09 05:37:00.216 INFO STEP 460 (remove_files) COMPLETE
55282024-10-09T05:37:01.458Z[ recovery-image] Oct 09 05:37:00.216 INFO O| Oct 09 05:37:00.216 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-10-09T05:37:01.465Z[ recovery-image] Oct 09 05:37:00.226 INFO O| Oct 09 05:37:00.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
55302024-10-09T05:37:01.465Z[ recovery-image] Oct 09 05:37:00.226 INFO O| Oct 09 05:37:00.226 INFO STEP 461 (remove_files) COMPLETE
55312024-10-09T05:37:01.466Z[ recovery-image] Oct 09 05:37:00.226 INFO O| Oct 09 05:37:00.226 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-10-09T05:37:01.475Z[ recovery-image] Oct 09 05:37:00.236 INFO O| Oct 09 05:37:00.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
55332024-10-09T05:37:01.478Z[ recovery-image] Oct 09 05:37:00.236 INFO O| Oct 09 05:37:00.236 INFO STEP 462 (remove_files) COMPLETE
55342024-10-09T05:37:01.478Z[ recovery-image] Oct 09 05:37:00.236 INFO O| Oct 09 05:37:00.236 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-10-09T05:37:01.485Z[ recovery-image] Oct 09 05:37:00.246 INFO O| Oct 09 05:37:00.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
55362024-10-09T05:37:01.485Z[ recovery-image] Oct 09 05:37:00.246 INFO O| Oct 09 05:37:00.246 INFO STEP 463 (remove_files) COMPLETE
55372024-10-09T05:37:01.488Z[ recovery-image] Oct 09 05:37:00.246 INFO O| Oct 09 05:37:00.246 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-10-09T05:37:01.513Z[ recovery-image] Oct 09 05:37:00.272 INFO O| Oct 09 05:37:00.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
55392024-10-09T05:37:01.513Z[ recovery-image] Oct 09 05:37:00.272 INFO O| Oct 09 05:37:00.272 INFO STEP 464 (remove_files) COMPLETE
55402024-10-09T05:37:01.513Z[ recovery-image] Oct 09 05:37:00.272 INFO O| Oct 09 05:37:00.272 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-10-09T05:37:01.528Z[ recovery-image] Oct 09 05:37:00.288 INFO O| Oct 09 05:37:00.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
55422024-10-09T05:37:01.532Z[ recovery-image] Oct 09 05:37:00.289 INFO O| Oct 09 05:37:00.288 INFO STEP 465 (remove_files) COMPLETE
55432024-10-09T05:37:01.532Z[ recovery-image] Oct 09 05:37:00.289 INFO O| Oct 09 05:37:00.288 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-10-09T05:37:01.540Z[ recovery-image] Oct 09 05:37:00.301 INFO O| Oct 09 05:37:00.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
55452024-10-09T05:37:01.543Z[ recovery-image] Oct 09 05:37:00.301 INFO O| Oct 09 05:37:00.301 INFO STEP 466 (remove_files) COMPLETE
55462024-10-09T05:37:01.543Z[ recovery-image] Oct 09 05:37:00.301 INFO O| Oct 09 05:37:00.301 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-10-09T05:37:01.557Z[ recovery-image] Oct 09 05:37:00.311 INFO O| Oct 09 05:37:00.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
55482024-10-09T05:37:01.559Z[ recovery-image] Oct 09 05:37:00.312 INFO O| Oct 09 05:37:00.311 INFO STEP 467 (remove_files) COMPLETE
55492024-10-09T05:37:01.559Z[ recovery-image] Oct 09 05:37:00.312 INFO O| Oct 09 05:37:00.312 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-10-09T05:37:01.562Z[ recovery-image] Oct 09 05:37:00.322 INFO O| Oct 09 05:37:00.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
55512024-10-09T05:37:01.562Z[ recovery-image] Oct 09 05:37:00.322 INFO O| Oct 09 05:37:00.322 INFO STEP 468 (remove_files) COMPLETE
55522024-10-09T05:37:01.562Z[ recovery-image] Oct 09 05:37:00.322 INFO O| Oct 09 05:37:00.322 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-10-09T05:37:01.572Z[ recovery-image] Oct 09 05:37:00.332 INFO O| Oct 09 05:37:00.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
55542024-10-09T05:37:01.572Z[ recovery-image] Oct 09 05:37:00.332 INFO O| Oct 09 05:37:00.332 INFO STEP 469 (remove_files) COMPLETE
55552024-10-09T05:37:01.572Z[ recovery-image] Oct 09 05:37:00.332 INFO O| Oct 09 05:37:00.332 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-10-09T05:37:01.584Z[ recovery-image] Oct 09 05:37:00.345 INFO O| Oct 09 05:37:00.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
55572024-10-09T05:37:01.584Z[ recovery-image] Oct 09 05:37:00.345 INFO O| Oct 09 05:37:00.345 INFO STEP 470 (remove_files) COMPLETE
55582024-10-09T05:37:01.587Z[ recovery-image] Oct 09 05:37:00.345 INFO O| Oct 09 05:37:00.345 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-10-09T05:37:01.596Z[ recovery-image] Oct 09 05:37:00.356 INFO O| Oct 09 05:37:00.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
55602024-10-09T05:37:01.596Z[ recovery-image] Oct 09 05:37:00.357 INFO O| Oct 09 05:37:00.357 INFO STEP 471 (remove_files) COMPLETE
55612024-10-09T05:37:01.599Z[ recovery-image] Oct 09 05:37:00.357 INFO O| Oct 09 05:37:00.357 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-10-09T05:37:01.608Z[ recovery-image] Oct 09 05:37:00.369 INFO O| Oct 09 05:37:00.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
55632024-10-09T05:37:01.609Z[ recovery-image] Oct 09 05:37:00.369 INFO O| Oct 09 05:37:00.369 INFO STEP 472 (remove_files) COMPLETE
55642024-10-09T05:37:01.609Z[ recovery-image] Oct 09 05:37:00.369 INFO O| Oct 09 05:37:00.369 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-10-09T05:37:01.619Z[ recovery-image] Oct 09 05:37:00.380 INFO O| Oct 09 05:37:00.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
55662024-10-09T05:37:01.619Z[ recovery-image] Oct 09 05:37:00.380 INFO O| Oct 09 05:37:00.380 INFO STEP 473 (remove_files) COMPLETE
55672024-10-09T05:37:01.619Z[ recovery-image] Oct 09 05:37:00.380 INFO O| Oct 09 05:37:00.380 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-10-09T05:37:01.629Z[ recovery-image] Oct 09 05:37:00.390 INFO O| Oct 09 05:37:00.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
55692024-10-09T05:37:01.630Z[ recovery-image] Oct 09 05:37:00.390 INFO O| Oct 09 05:37:00.390 INFO STEP 474 (remove_files) COMPLETE
55702024-10-09T05:37:01.630Z[ recovery-image] Oct 09 05:37:00.390 INFO O| Oct 09 05:37:00.390 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-10-09T05:37:01.642Z[ recovery-image] Oct 09 05:37:00.402 INFO O| Oct 09 05:37:00.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
55722024-10-09T05:37:01.642Z[ recovery-image] Oct 09 05:37:00.402 INFO O| Oct 09 05:37:00.402 INFO STEP 475 (remove_files) COMPLETE
55732024-10-09T05:37:01.642Z[ recovery-image] Oct 09 05:37:00.402 INFO O| Oct 09 05:37:00.402 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-10-09T05:37:01.653Z[ recovery-image] Oct 09 05:37:00.413 INFO O| Oct 09 05:37:00.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
55752024-10-09T05:37:01.656Z[ recovery-image] Oct 09 05:37:00.414 INFO O| Oct 09 05:37:00.414 INFO STEP 476 (remove_files) COMPLETE
55762024-10-09T05:37:01.656Z[ recovery-image] Oct 09 05:37:00.414 INFO O| Oct 09 05:37:00.414 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-10-09T05:37:01.663Z[ recovery-image] Oct 09 05:37:00.424 INFO O| Oct 09 05:37:00.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
55782024-10-09T05:37:01.663Z[ recovery-image] Oct 09 05:37:00.424 INFO O| Oct 09 05:37:00.424 INFO STEP 477 (remove_files) COMPLETE
55792024-10-09T05:37:01.666Z[ recovery-image] Oct 09 05:37:00.424 INFO O| Oct 09 05:37:00.424 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-10-09T05:37:01.673Z[ recovery-image] Oct 09 05:37:00.434 INFO O| Oct 09 05:37:00.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
55812024-10-09T05:37:01.676Z[ recovery-image] Oct 09 05:37:00.434 INFO O| Oct 09 05:37:00.434 INFO STEP 478 (remove_files) COMPLETE
55822024-10-09T05:37:01.676Z[ recovery-image] Oct 09 05:37:00.434 INFO O| Oct 09 05:37:00.434 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-10-09T05:37:01.683Z[ recovery-image] Oct 09 05:37:00.443 INFO O| Oct 09 05:37:00.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
55842024-10-09T05:37:01.685Z[ recovery-image] Oct 09 05:37:00.444 INFO O| Oct 09 05:37:00.444 INFO STEP 479 (remove_files) COMPLETE
55852024-10-09T05:37:01.685Z[ recovery-image] Oct 09 05:37:00.444 INFO O| Oct 09 05:37:00.444 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-10-09T05:37:01.693Z[ recovery-image] Oct 09 05:37:00.453 INFO O| Oct 09 05:37:00.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
55872024-10-09T05:37:01.695Z[ recovery-image] Oct 09 05:37:00.453 INFO O| Oct 09 05:37:00.453 INFO STEP 480 (remove_files) COMPLETE
55882024-10-09T05:37:01.695Z[ recovery-image] Oct 09 05:37:00.453 INFO O| Oct 09 05:37:00.453 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-10-09T05:37:01.703Z[ recovery-image] Oct 09 05:37:00.463 INFO O| Oct 09 05:37:00.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
55902024-10-09T05:37:01.705Z[ recovery-image] Oct 09 05:37:00.464 INFO O| Oct 09 05:37:00.464 INFO STEP 481 (remove_files) COMPLETE
55912024-10-09T05:37:01.705Z[ recovery-image] Oct 09 05:37:00.464 INFO O| Oct 09 05:37:00.464 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-10-09T05:37:01.713Z[ recovery-image] Oct 09 05:37:00.474 INFO O| Oct 09 05:37:00.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
55932024-10-09T05:37:01.716Z[ recovery-image] Oct 09 05:37:00.474 INFO O| Oct 09 05:37:00.474 INFO STEP 482 (remove_files) COMPLETE
55942024-10-09T05:37:01.716Z[ recovery-image] Oct 09 05:37:00.475 INFO O| Oct 09 05:37:00.474 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-10-09T05:37:01.724Z[ recovery-image] Oct 09 05:37:00.484 INFO O| Oct 09 05:37:00.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
55962024-10-09T05:37:01.726Z[ recovery-image] Oct 09 05:37:00.485 INFO O| Oct 09 05:37:00.485 INFO STEP 483 (remove_files) COMPLETE
55972024-10-09T05:37:01.726Z[ recovery-image] Oct 09 05:37:00.485 INFO O| Oct 09 05:37:00.485 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-10-09T05:37:01.734Z[ recovery-image] Oct 09 05:37:00.495 INFO O| Oct 09 05:37:00.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
55992024-10-09T05:37:01.734Z[ recovery-image] Oct 09 05:37:00.495 INFO O| Oct 09 05:37:00.495 INFO STEP 484 (remove_files) COMPLETE
56002024-10-09T05:37:01.737Z[ recovery-image] Oct 09 05:37:00.495 INFO O| Oct 09 05:37:00.495 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-10-09T05:37:01.744Z[ recovery-image] Oct 09 05:37:00.505 INFO O| Oct 09 05:37:00.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
56022024-10-09T05:37:01.744Z[ recovery-image] Oct 09 05:37:00.505 INFO O| Oct 09 05:37:00.505 INFO STEP 485 (remove_files) COMPLETE
56032024-10-09T05:37:01.747Z[ recovery-image] Oct 09 05:37:00.505 INFO O| Oct 09 05:37:00.505 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-10-09T05:37:01.754Z[ recovery-image] Oct 09 05:37:00.514 INFO O| Oct 09 05:37:00.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
56052024-10-09T05:37:01.754Z[ recovery-image] Oct 09 05:37:00.514 INFO O| Oct 09 05:37:00.514 INFO STEP 486 (remove_files) COMPLETE
56062024-10-09T05:37:01.756Z[ recovery-image] Oct 09 05:37:00.514 INFO O| Oct 09 05:37:00.514 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-10-09T05:37:01.763Z[ recovery-image] Oct 09 05:37:00.524 INFO O| Oct 09 05:37:00.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
56082024-10-09T05:37:01.763Z[ recovery-image] Oct 09 05:37:00.524 INFO O| Oct 09 05:37:00.524 INFO STEP 487 (remove_files) COMPLETE
56092024-10-09T05:37:01.763Z[ recovery-image] Oct 09 05:37:00.524 INFO O| Oct 09 05:37:00.524 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-10-09T05:37:01.773Z[ recovery-image] Oct 09 05:37:00.533 INFO O| Oct 09 05:37:00.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
56112024-10-09T05:37:01.775Z[ recovery-image] Oct 09 05:37:00.533 INFO O| Oct 09 05:37:00.533 INFO STEP 488 (remove_files) COMPLETE
56122024-10-09T05:37:01.775Z[ recovery-image] Oct 09 05:37:00.533 INFO O| Oct 09 05:37:00.533 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-10-09T05:37:01.782Z[ recovery-image] Oct 09 05:37:00.543 INFO O| Oct 09 05:37:00.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
56142024-10-09T05:37:01.782Z[ recovery-image] Oct 09 05:37:00.543 INFO O| Oct 09 05:37:00.543 INFO STEP 489 (remove_files) COMPLETE
56152024-10-09T05:37:01.785Z[ recovery-image] Oct 09 05:37:00.543 INFO O| Oct 09 05:37:00.543 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-10-09T05:37:01.792Z[ recovery-image] Oct 09 05:37:00.552 INFO O| Oct 09 05:37:00.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
56172024-10-09T05:37:01.792Z[ recovery-image] Oct 09 05:37:00.552 INFO O| Oct 09 05:37:00.552 INFO STEP 490 (remove_files) COMPLETE
56182024-10-09T05:37:01.794Z[ recovery-image] Oct 09 05:37:00.552 INFO O| Oct 09 05:37:00.552 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-10-09T05:37:01.801Z[ recovery-image] Oct 09 05:37:00.561 INFO O| Oct 09 05:37:00.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
56202024-10-09T05:37:01.801Z[ recovery-image] Oct 09 05:37:00.561 INFO O| Oct 09 05:37:00.561 INFO STEP 491 (remove_files) COMPLETE
56212024-10-09T05:37:01.801Z[ recovery-image] Oct 09 05:37:00.562 INFO O| Oct 09 05:37:00.561 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-10-09T05:37:01.811Z[ recovery-image] Oct 09 05:37:00.571 INFO O| Oct 09 05:37:00.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
56232024-10-09T05:37:01.813Z[ recovery-image] Oct 09 05:37:00.571 INFO O| Oct 09 05:37:00.571 INFO STEP 492 (remove_files) COMPLETE
56242024-10-09T05:37:01.813Z[ recovery-image] Oct 09 05:37:00.571 INFO O| Oct 09 05:37:00.571 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-10-09T05:37:01.820Z[ recovery-image] Oct 09 05:37:00.581 INFO O| Oct 09 05:37:00.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
56262024-10-09T05:37:01.823Z[ recovery-image] Oct 09 05:37:00.581 INFO O| Oct 09 05:37:00.581 INFO STEP 493 (remove_files) COMPLETE
56272024-10-09T05:37:01.823Z[ recovery-image] Oct 09 05:37:00.581 INFO O| Oct 09 05:37:00.581 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-10-09T05:37:01.830Z[ recovery-image] Oct 09 05:37:00.590 INFO O| Oct 09 05:37:00.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
56292024-10-09T05:37:01.830Z[ recovery-image] Oct 09 05:37:00.590 INFO O| Oct 09 05:37:00.590 INFO STEP 494 (remove_files) COMPLETE
56302024-10-09T05:37:01.832Z[ recovery-image] Oct 09 05:37:00.590 INFO O| Oct 09 05:37:00.590 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-10-09T05:37:01.839Z[ recovery-image] Oct 09 05:37:00.600 INFO O| Oct 09 05:37:00.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
56322024-10-09T05:37:01.842Z[ recovery-image] Oct 09 05:37:00.601 INFO O| Oct 09 05:37:00.601 INFO STEP 495 (remove_files) COMPLETE
56332024-10-09T05:37:01.842Z[ recovery-image] Oct 09 05:37:00.601 INFO O| Oct 09 05:37:00.601 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-10-09T05:37:01.850Z[ recovery-image] Oct 09 05:37:00.610 INFO O| Oct 09 05:37:00.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
56352024-10-09T05:37:01.853Z[ recovery-image] Oct 09 05:37:00.611 INFO O| Oct 09 05:37:00.611 INFO STEP 496 (remove_files) COMPLETE
56362024-10-09T05:37:01.854Z[ recovery-image] Oct 09 05:37:00.611 INFO O| Oct 09 05:37:00.611 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-10-09T05:37:01.861Z[ recovery-image] Oct 09 05:37:00.621 INFO O| Oct 09 05:37:00.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
56382024-10-09T05:37:01.861Z[ recovery-image] Oct 09 05:37:00.621 INFO O| Oct 09 05:37:00.621 INFO STEP 497 (remove_files) COMPLETE
56392024-10-09T05:37:01.861Z[ recovery-image] Oct 09 05:37:00.621 INFO O| Oct 09 05:37:00.621 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-10-09T05:37:01.872Z[ recovery-image] Oct 09 05:37:00.632 INFO O| Oct 09 05:37:00.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
56412024-10-09T05:37:01.874Z[ recovery-image] Oct 09 05:37:00.632 INFO O| Oct 09 05:37:00.632 INFO STEP 498 (remove_files) COMPLETE
56422024-10-09T05:37:01.874Z[ recovery-image] Oct 09 05:37:00.632 INFO O| Oct 09 05:37:00.632 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-10-09T05:37:01.882Z[ recovery-image] Oct 09 05:37:00.642 INFO O| Oct 09 05:37:00.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
56442024-10-09T05:37:01.884Z[ recovery-image] Oct 09 05:37:00.642 INFO O| Oct 09 05:37:00.642 INFO STEP 499 (remove_files) COMPLETE
56452024-10-09T05:37:01.884Z[ recovery-image] Oct 09 05:37:00.642 INFO O| Oct 09 05:37:00.642 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-10-09T05:37:01.892Z[ recovery-image] Oct 09 05:37:00.652 INFO O| Oct 09 05:37:00.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
56472024-10-09T05:37:01.892Z[ recovery-image] Oct 09 05:37:00.652 INFO O| Oct 09 05:37:00.652 INFO STEP 500 (remove_files) COMPLETE
56482024-10-09T05:37:01.894Z[ recovery-image] Oct 09 05:37:00.652 INFO O| Oct 09 05:37:00.652 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-10-09T05:37:01.901Z[ recovery-image] Oct 09 05:37:00.662 INFO O| Oct 09 05:37:00.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
56502024-10-09T05:37:01.902Z[ recovery-image] Oct 09 05:37:00.662 INFO O| Oct 09 05:37:00.662 INFO STEP 501 (remove_files) COMPLETE
56512024-10-09T05:37:01.904Z[ recovery-image] Oct 09 05:37:00.662 INFO O| Oct 09 05:37:00.662 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-10-09T05:37:01.912Z[ recovery-image] Oct 09 05:37:00.672 INFO O| Oct 09 05:37:00.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
56532024-10-09T05:37:01.912Z[ recovery-image] Oct 09 05:37:00.672 INFO O| Oct 09 05:37:00.672 INFO STEP 502 (remove_files) COMPLETE
56542024-10-09T05:37:01.915Z[ recovery-image] Oct 09 05:37:00.672 INFO O| Oct 09 05:37:00.672 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-10-09T05:37:01.922Z[ recovery-image] Oct 09 05:37:00.682 INFO O| Oct 09 05:37:00.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
56562024-10-09T05:37:01.922Z[ recovery-image] Oct 09 05:37:00.683 INFO O| Oct 09 05:37:00.683 INFO STEP 503 (remove_files) COMPLETE
56572024-10-09T05:37:01.925Z[ recovery-image] Oct 09 05:37:00.683 INFO O| Oct 09 05:37:00.683 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-10-09T05:37:01.933Z[ recovery-image] Oct 09 05:37:00.693 INFO O| Oct 09 05:37:00.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
56592024-10-09T05:37:01.933Z[ recovery-image] Oct 09 05:37:00.693 INFO O| Oct 09 05:37:00.693 INFO STEP 504 (remove_files) COMPLETE
56602024-10-09T05:37:01.933Z[ recovery-image] Oct 09 05:37:00.693 INFO O| Oct 09 05:37:00.693 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-10-09T05:37:01.942Z[ recovery-image] Oct 09 05:37:00.703 INFO O| Oct 09 05:37:00.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
56622024-10-09T05:37:01.942Z[ recovery-image] Oct 09 05:37:00.703 INFO O| Oct 09 05:37:00.703 INFO STEP 505 (remove_files) COMPLETE
56632024-10-09T05:37:01.945Z[ recovery-image] Oct 09 05:37:00.703 INFO O| Oct 09 05:37:00.703 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-10-09T05:37:01.952Z[ recovery-image] Oct 09 05:37:00.712 INFO O| Oct 09 05:37:00.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
56652024-10-09T05:37:01.954Z[ recovery-image] Oct 09 05:37:00.712 INFO O| Oct 09 05:37:00.712 INFO STEP 506 (remove_files) COMPLETE
56662024-10-09T05:37:01.954Z[ recovery-image] Oct 09 05:37:00.712 INFO O| Oct 09 05:37:00.712 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672024-10-09T05:37:01.962Z[ recovery-image] Oct 09 05:37:00.722 INFO O| Oct 09 05:37:00.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
56682024-10-09T05:37:01.964Z[ recovery-image] Oct 09 05:37:00.722 INFO O| Oct 09 05:37:00.722 INFO STEP 507 (remove_files) COMPLETE
56692024-10-09T05:37:01.964Z[ recovery-image] Oct 09 05:37:00.722 INFO O| Oct 09 05:37:00.722 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702024-10-09T05:37:01.971Z[ recovery-image] Oct 09 05:37:00.731 INFO O| Oct 09 05:37:00.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
56712024-10-09T05:37:01.973Z[ recovery-image] Oct 09 05:37:00.731 INFO O| Oct 09 05:37:00.731 INFO STEP 508 (remove_files) COMPLETE
56722024-10-09T05:37:01.973Z[ recovery-image] Oct 09 05:37:00.731 INFO O| Oct 09 05:37:00.731 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732024-10-09T05:37:01.980Z[ recovery-image] Oct 09 05:37:00.741 INFO O| Oct 09 05:37:00.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
56742024-10-09T05:37:01.983Z[ recovery-image] Oct 09 05:37:00.741 INFO O| Oct 09 05:37:00.741 INFO STEP 509 (remove_files) COMPLETE
56752024-10-09T05:37:01.983Z[ recovery-image] Oct 09 05:37:00.741 INFO O| Oct 09 05:37:00.741 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-10-09T05:37:01.990Z[ recovery-image] Oct 09 05:37:00.750 INFO O| Oct 09 05:37:00.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
56772024-10-09T05:37:01.992Z[ recovery-image] Oct 09 05:37:00.750 INFO O| Oct 09 05:37:00.750 INFO STEP 510 (remove_files) COMPLETE
56782024-10-09T05:37:01.992Z[ recovery-image] Oct 09 05:37:00.750 INFO O| Oct 09 05:37:00.750 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-10-09T05:37:02.000Z[ recovery-image] Oct 09 05:37:00.760 INFO O| Oct 09 05:37:00.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
56802024-10-09T05:37:02.000Z[ recovery-image] Oct 09 05:37:00.760 INFO O| Oct 09 05:37:00.760 INFO STEP 511 (remove_files) COMPLETE
56812024-10-09T05:37:02.002Z[ recovery-image] Oct 09 05:37:00.760 INFO O| Oct 09 05:37:00.760 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-10-09T05:37:02.010Z[ recovery-image] Oct 09 05:37:00.770 INFO O| Oct 09 05:37:00.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
56832024-10-09T05:37:02.010Z[ recovery-image] Oct 09 05:37:00.770 INFO O| Oct 09 05:37:00.770 INFO STEP 512 (remove_files) COMPLETE
56842024-10-09T05:37:02.010Z[ recovery-image] Oct 09 05:37:00.770 INFO O| Oct 09 05:37:00.770 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-10-09T05:37:02.021Z[ recovery-image] Oct 09 05:37:00.781 INFO O| Oct 09 05:37:00.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
56862024-10-09T05:37:02.022Z[ recovery-image] Oct 09 05:37:00.781 INFO O| Oct 09 05:37:00.781 INFO STEP 513 (remove_files) COMPLETE
56872024-10-09T05:37:02.022Z[ recovery-image] Oct 09 05:37:00.781 INFO O| Oct 09 05:37:00.781 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-10-09T05:37:02.032Z[ recovery-image] Oct 09 05:37:00.792 INFO O| Oct 09 05:37:00.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
56892024-10-09T05:37:02.032Z[ recovery-image] Oct 09 05:37:00.792 INFO O| Oct 09 05:37:00.792 INFO STEP 514 (remove_files) COMPLETE
56902024-10-09T05:37:02.035Z[ recovery-image] Oct 09 05:37:00.792 INFO O| Oct 09 05:37:00.792 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-10-09T05:37:02.042Z[ recovery-image] Oct 09 05:37:00.802 INFO O| Oct 09 05:37:00.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
56922024-10-09T05:37:02.042Z[ recovery-image] Oct 09 05:37:00.802 INFO O| Oct 09 05:37:00.802 INFO STEP 515 (remove_files) COMPLETE
56932024-10-09T05:37:02.045Z[ recovery-image] Oct 09 05:37:00.802 INFO O| Oct 09 05:37:00.802 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-10-09T05:37:02.053Z[ recovery-image] Oct 09 05:37:00.813 INFO O| Oct 09 05:37:00.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
56952024-10-09T05:37:02.053Z[ recovery-image] Oct 09 05:37:00.813 INFO O| Oct 09 05:37:00.813 INFO STEP 516 (remove_files) COMPLETE
56962024-10-09T05:37:02.053Z[ recovery-image] Oct 09 05:37:00.813 INFO O| Oct 09 05:37:00.813 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-10-09T05:37:02.062Z[ recovery-image] Oct 09 05:37:00.823 INFO O| Oct 09 05:37:00.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
56982024-10-09T05:37:02.063Z[ recovery-image] Oct 09 05:37:00.823 INFO O| Oct 09 05:37:00.823 INFO STEP 517 (remove_files) COMPLETE
56992024-10-09T05:37:02.065Z[ recovery-image] Oct 09 05:37:00.823 INFO O| Oct 09 05:37:00.823 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-10-09T05:37:02.072Z[ recovery-image] Oct 09 05:37:00.832 INFO O| Oct 09 05:37:00.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
57012024-10-09T05:37:02.075Z[ recovery-image] Oct 09 05:37:00.832 INFO O| Oct 09 05:37:00.832 INFO STEP 518 (remove_files) COMPLETE
57022024-10-09T05:37:02.075Z[ recovery-image] Oct 09 05:37:00.832 INFO O| Oct 09 05:37:00.832 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-10-09T05:37:02.082Z[ recovery-image] Oct 09 05:37:00.842 INFO O| Oct 09 05:37:00.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
57042024-10-09T05:37:02.082Z[ recovery-image] Oct 09 05:37:00.842 INFO O| Oct 09 05:37:00.842 INFO STEP 519 (remove_files) COMPLETE
57052024-10-09T05:37:02.082Z[ recovery-image] Oct 09 05:37:00.842 INFO O| Oct 09 05:37:00.842 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-10-09T05:37:02.092Z[ recovery-image] Oct 09 05:37:00.852 INFO O| Oct 09 05:37:00.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
57072024-10-09T05:37:02.092Z[ recovery-image] Oct 09 05:37:00.852 INFO O| Oct 09 05:37:00.852 INFO STEP 520 (remove_files) COMPLETE
57082024-10-09T05:37:02.092Z[ recovery-image] Oct 09 05:37:00.852 INFO O| Oct 09 05:37:00.852 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-10-09T05:37:02.103Z[ recovery-image] Oct 09 05:37:00.862 INFO O| Oct 09 05:37:00.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
57102024-10-09T05:37:02.103Z[ recovery-image] Oct 09 05:37:00.863 INFO O| Oct 09 05:37:00.862 INFO STEP 521 (remove_files) COMPLETE
57112024-10-09T05:37:02.105Z[ recovery-image] Oct 09 05:37:00.863 INFO O| Oct 09 05:37:00.863 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-10-09T05:37:02.112Z[ recovery-image] Oct 09 05:37:00.872 INFO O| Oct 09 05:37:00.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
57132024-10-09T05:37:02.115Z[ recovery-image] Oct 09 05:37:00.873 INFO O| Oct 09 05:37:00.872 INFO STEP 522 (remove_files) COMPLETE
57142024-10-09T05:37:02.115Z[ recovery-image] Oct 09 05:37:00.873 INFO O| Oct 09 05:37:00.872 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-10-09T05:37:02.123Z[ recovery-image] Oct 09 05:37:00.883 INFO O| Oct 09 05:37:00.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
57162024-10-09T05:37:02.123Z[ recovery-image] Oct 09 05:37:00.883 INFO O| Oct 09 05:37:00.883 INFO STEP 523 (remove_files) COMPLETE
57172024-10-09T05:37:02.123Z[ recovery-image] Oct 09 05:37:00.883 INFO O| Oct 09 05:37:00.883 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182024-10-09T05:37:02.132Z[ recovery-image] Oct 09 05:37:00.892 INFO O| Oct 09 05:37:00.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
57192024-10-09T05:37:02.132Z[ recovery-image] Oct 09 05:37:00.892 INFO O| Oct 09 05:37:00.892 INFO STEP 524 (remove_files) COMPLETE
57202024-10-09T05:37:02.132Z[ recovery-image] Oct 09 05:37:00.892 INFO O| Oct 09 05:37:00.892 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-10-09T05:37:02.142Z[ recovery-image] Oct 09 05:37:00.902 INFO O| Oct 09 05:37:00.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
57222024-10-09T05:37:02.142Z[ recovery-image] Oct 09 05:37:00.902 INFO O| Oct 09 05:37:00.902 INFO STEP 525 (remove_files) COMPLETE
57232024-10-09T05:37:02.145Z[ recovery-image] Oct 09 05:37:00.902 INFO O| Oct 09 05:37:00.902 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-10-09T05:37:02.151Z[ recovery-image] Oct 09 05:37:00.912 INFO O| Oct 09 05:37:00.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
57252024-10-09T05:37:02.152Z[ recovery-image] Oct 09 05:37:00.912 INFO O| Oct 09 05:37:00.912 INFO STEP 526 (remove_files) COMPLETE
57262024-10-09T05:37:02.154Z[ recovery-image] Oct 09 05:37:00.912 INFO O| Oct 09 05:37:00.912 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-10-09T05:37:02.161Z[ recovery-image] Oct 09 05:37:00.921 INFO O| Oct 09 05:37:00.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
57282024-10-09T05:37:02.161Z[ recovery-image] Oct 09 05:37:00.921 INFO O| Oct 09 05:37:00.921 INFO STEP 527 (remove_files) COMPLETE
57292024-10-09T05:37:02.164Z[ recovery-image] Oct 09 05:37:00.921 INFO O| Oct 09 05:37:00.921 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-10-09T05:37:02.172Z[ recovery-image] Oct 09 05:37:00.932 INFO O| Oct 09 05:37:00.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
57312024-10-09T05:37:02.174Z[ recovery-image] Oct 09 05:37:00.932 INFO O| Oct 09 05:37:00.932 INFO STEP 528 (remove_files) COMPLETE
57322024-10-09T05:37:02.174Z[ recovery-image] Oct 09 05:37:00.932 INFO O| Oct 09 05:37:00.932 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-10-09T05:37:02.182Z[ recovery-image] Oct 09 05:37:00.942 INFO O| Oct 09 05:37:00.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
57342024-10-09T05:37:02.184Z[ recovery-image] Oct 09 05:37:00.942 INFO O| Oct 09 05:37:00.942 INFO STEP 529 (remove_files) COMPLETE
57352024-10-09T05:37:02.184Z[ recovery-image] Oct 09 05:37:00.942 INFO O| Oct 09 05:37:00.942 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-10-09T05:37:02.191Z[ recovery-image] Oct 09 05:37:00.951 INFO O| Oct 09 05:37:00.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
57372024-10-09T05:37:02.194Z[ recovery-image] Oct 09 05:37:00.952 INFO O| Oct 09 05:37:00.951 INFO STEP 530 (remove_files) COMPLETE
57382024-10-09T05:37:02.194Z[ recovery-image] Oct 09 05:37:00.952 INFO O| Oct 09 05:37:00.951 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-10-09T05:37:02.203Z[ recovery-image] Oct 09 05:37:00.963 INFO O| Oct 09 05:37:00.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
57402024-10-09T05:37:02.203Z[ recovery-image] Oct 09 05:37:00.963 INFO O| Oct 09 05:37:00.963 INFO STEP 531 (remove_files) COMPLETE
57412024-10-09T05:37:02.206Z[ recovery-image] Oct 09 05:37:00.963 INFO O| Oct 09 05:37:00.963 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-10-09T05:37:02.213Z[ recovery-image] Oct 09 05:37:00.973 INFO O| Oct 09 05:37:00.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
57432024-10-09T05:37:02.216Z[ recovery-image] Oct 09 05:37:00.974 INFO O| Oct 09 05:37:00.974 INFO STEP 532 (remove_files) COMPLETE
57442024-10-09T05:37:02.216Z[ recovery-image] Oct 09 05:37:00.974 INFO O| Oct 09 05:37:00.974 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-10-09T05:37:02.224Z[ recovery-image] Oct 09 05:37:00.983 INFO O| Oct 09 05:37:00.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
57462024-10-09T05:37:02.226Z[ recovery-image] Oct 09 05:37:00.984 INFO O| Oct 09 05:37:00.984 INFO STEP 533 (remove_files) COMPLETE
57472024-10-09T05:37:02.226Z[ recovery-image] Oct 09 05:37:00.984 INFO O| Oct 09 05:37:00.984 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-10-09T05:37:02.234Z[ recovery-image] Oct 09 05:37:00.994 INFO O| Oct 09 05:37:00.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
57492024-10-09T05:37:02.236Z[ recovery-image] Oct 09 05:37:00.994 INFO O| Oct 09 05:37:00.994 INFO STEP 534 (remove_files) COMPLETE
57502024-10-09T05:37:02.236Z[ recovery-image] Oct 09 05:37:00.994 INFO O| Oct 09 05:37:00.994 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-10-09T05:37:02.245Z[ recovery-image] Oct 09 05:37:01.004 INFO O| Oct 09 05:37:01.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
57522024-10-09T05:37:02.245Z[ recovery-image] Oct 09 05:37:01.004 INFO O| Oct 09 05:37:01.004 INFO STEP 535 (remove_files) COMPLETE
57532024-10-09T05:37:02.247Z[ recovery-image] Oct 09 05:37:01.005 INFO O| Oct 09 05:37:01.004 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542024-10-09T05:37:02.255Z[ recovery-image] Oct 09 05:37:01.015 INFO O| Oct 09 05:37:01.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
57552024-10-09T05:37:02.258Z[ recovery-image] Oct 09 05:37:01.015 INFO O| Oct 09 05:37:01.015 INFO STEP 536 (remove_files) COMPLETE
57562024-10-09T05:37:02.258Z[ recovery-image] Oct 09 05:37:01.015 INFO O| Oct 09 05:37:01.015 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-10-09T05:37:02.266Z[ recovery-image] Oct 09 05:37:01.025 INFO O| Oct 09 05:37:01.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
57582024-10-09T05:37:02.266Z[ recovery-image] Oct 09 05:37:01.026 INFO O| Oct 09 05:37:01.026 INFO STEP 537 (remove_files) COMPLETE
57592024-10-09T05:37:02.266Z[ recovery-image] Oct 09 05:37:01.026 INFO O| Oct 09 05:37:01.026 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-10-09T05:37:02.277Z[ recovery-image] Oct 09 05:37:01.037 INFO O| Oct 09 05:37:01.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
57612024-10-09T05:37:02.277Z[ recovery-image] Oct 09 05:37:01.037 INFO O| Oct 09 05:37:01.037 INFO STEP 538 (remove_files) COMPLETE
57622024-10-09T05:37:02.277Z[ recovery-image] Oct 09 05:37:01.037 INFO O| Oct 09 05:37:01.037 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-10-09T05:37:02.288Z[ recovery-image] Oct 09 05:37:01.048 INFO O| Oct 09 05:37:01.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
57642024-10-09T05:37:02.291Z[ recovery-image] Oct 09 05:37:01.048 INFO O| Oct 09 05:37:01.048 INFO STEP 539 (remove_files) COMPLETE
57652024-10-09T05:37:02.291Z[ recovery-image] Oct 09 05:37:01.048 INFO O| Oct 09 05:37:01.048 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-10-09T05:37:02.299Z[ recovery-image] Oct 09 05:37:01.059 INFO O| Oct 09 05:37:01.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
57672024-10-09T05:37:02.299Z[ recovery-image] Oct 09 05:37:01.059 INFO O| Oct 09 05:37:01.059 INFO STEP 540 (remove_files) COMPLETE
57682024-10-09T05:37:02.301Z[ recovery-image] Oct 09 05:37:01.059 INFO O| Oct 09 05:37:01.059 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-10-09T05:37:02.309Z[ recovery-image] Oct 09 05:37:01.069 INFO O| Oct 09 05:37:01.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
57702024-10-09T05:37:02.309Z[ recovery-image] Oct 09 05:37:01.069 INFO O| Oct 09 05:37:01.069 INFO STEP 541 (remove_files) COMPLETE
57712024-10-09T05:37:02.311Z[ recovery-image] Oct 09 05:37:01.069 INFO O| Oct 09 05:37:01.069 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-10-09T05:37:02.318Z[ recovery-image] Oct 09 05:37:01.078 INFO O| Oct 09 05:37:01.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
57732024-10-09T05:37:02.321Z[ recovery-image] Oct 09 05:37:01.078 INFO O| Oct 09 05:37:01.078 INFO STEP 542 (remove_files) COMPLETE
57742024-10-09T05:37:02.321Z[ recovery-image] Oct 09 05:37:01.078 INFO O| Oct 09 05:37:01.078 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-10-09T05:37:02.328Z[ recovery-image] Oct 09 05:37:01.088 INFO O| Oct 09 05:37:01.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
57762024-10-09T05:37:02.328Z[ recovery-image] Oct 09 05:37:01.088 INFO O| Oct 09 05:37:01.088 INFO STEP 543 (remove_files) COMPLETE
57772024-10-09T05:37:02.330Z[ recovery-image] Oct 09 05:37:01.088 INFO O| Oct 09 05:37:01.088 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-10-09T05:37:02.338Z[ recovery-image] Oct 09 05:37:01.097 INFO O| Oct 09 05:37:01.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
57792024-10-09T05:37:02.340Z[ recovery-image] Oct 09 05:37:01.098 INFO O| Oct 09 05:37:01.097 INFO STEP 544 (remove_files) COMPLETE
57802024-10-09T05:37:02.340Z[ recovery-image] Oct 09 05:37:01.098 INFO O| Oct 09 05:37:01.097 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-10-09T05:37:02.347Z[ recovery-image] Oct 09 05:37:01.107 INFO O| Oct 09 05:37:01.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
57822024-10-09T05:37:02.347Z[ recovery-image] Oct 09 05:37:01.107 INFO O| Oct 09 05:37:01.107 INFO STEP 545 (remove_files) COMPLETE
57832024-10-09T05:37:02.349Z[ recovery-image] Oct 09 05:37:01.107 INFO O| Oct 09 05:37:01.107 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-10-09T05:37:02.357Z[ recovery-image] Oct 09 05:37:01.117 INFO O| Oct 09 05:37:01.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
57852024-10-09T05:37:02.359Z[ recovery-image] Oct 09 05:37:01.118 INFO O| Oct 09 05:37:01.118 INFO STEP 546 (remove_files) COMPLETE
57862024-10-09T05:37:02.359Z[ recovery-image] Oct 09 05:37:01.118 INFO O| Oct 09 05:37:01.118 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-10-09T05:37:02.368Z[ recovery-image] Oct 09 05:37:01.128 INFO O| Oct 09 05:37:01.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
57882024-10-09T05:37:02.368Z[ recovery-image] Oct 09 05:37:01.128 INFO O| Oct 09 05:37:01.128 INFO STEP 547 (remove_files) COMPLETE
57892024-10-09T05:37:02.370Z[ recovery-image] Oct 09 05:37:01.128 INFO O| Oct 09 05:37:01.128 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-10-09T05:37:02.378Z[ recovery-image] Oct 09 05:37:01.137 INFO O| Oct 09 05:37:01.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
57912024-10-09T05:37:02.378Z[ recovery-image] Oct 09 05:37:01.138 INFO O| Oct 09 05:37:01.137 INFO STEP 548 (remove_files) COMPLETE
57922024-10-09T05:37:02.378Z[ recovery-image] Oct 09 05:37:01.138 INFO O| Oct 09 05:37:01.138 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-10-09T05:37:02.387Z[ recovery-image] Oct 09 05:37:01.147 INFO O| Oct 09 05:37:01.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
57942024-10-09T05:37:02.390Z[ recovery-image] Oct 09 05:37:01.147 INFO O| Oct 09 05:37:01.147 INFO STEP 549 (remove_files) COMPLETE
57952024-10-09T05:37:02.390Z[ recovery-image] Oct 09 05:37:01.147 INFO O| Oct 09 05:37:01.147 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-10-09T05:37:02.398Z[ recovery-image] Oct 09 05:37:01.156 INFO O| Oct 09 05:37:01.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
57972024-10-09T05:37:02.398Z[ recovery-image] Oct 09 05:37:01.156 INFO O| Oct 09 05:37:01.156 INFO STEP 550 (remove_files) COMPLETE
57982024-10-09T05:37:02.400Z[ recovery-image] Oct 09 05:37:01.156 INFO O| Oct 09 05:37:01.156 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-10-09T05:37:02.406Z[ recovery-image] Oct 09 05:37:01.166 INFO O| Oct 09 05:37:01.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
58002024-10-09T05:37:02.408Z[ recovery-image] Oct 09 05:37:01.166 INFO O| Oct 09 05:37:01.166 INFO STEP 551 (remove_files) COMPLETE
58012024-10-09T05:37:02.408Z[ recovery-image] Oct 09 05:37:01.166 INFO O| Oct 09 05:37:01.166 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-10-09T05:37:02.415Z[ recovery-image] Oct 09 05:37:01.175 INFO O| Oct 09 05:37:01.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
58032024-10-09T05:37:02.415Z[ recovery-image] Oct 09 05:37:01.175 INFO O| Oct 09 05:37:01.175 INFO STEP 552 (remove_files) COMPLETE
58042024-10-09T05:37:02.418Z[ recovery-image] Oct 09 05:37:01.175 INFO O| Oct 09 05:37:01.175 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-10-09T05:37:02.425Z[ recovery-image] Oct 09 05:37:01.184 INFO O| Oct 09 05:37:01.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
58062024-10-09T05:37:02.427Z[ recovery-image] Oct 09 05:37:01.185 INFO O| Oct 09 05:37:01.185 INFO STEP 553 (remove_files) COMPLETE
58072024-10-09T05:37:02.427Z[ recovery-image] Oct 09 05:37:01.185 INFO O| Oct 09 05:37:01.185 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-10-09T05:37:02.434Z[ recovery-image] Oct 09 05:37:01.194 INFO O| Oct 09 05:37:01.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
58092024-10-09T05:37:02.436Z[ recovery-image] Oct 09 05:37:01.194 INFO O| Oct 09 05:37:01.194 INFO STEP 554 (remove_files) COMPLETE
58102024-10-09T05:37:02.436Z[ recovery-image] Oct 09 05:37:01.194 INFO O| Oct 09 05:37:01.194 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-10-09T05:37:02.444Z[ recovery-image] Oct 09 05:37:01.204 INFO O| Oct 09 05:37:01.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
58122024-10-09T05:37:02.446Z[ recovery-image] Oct 09 05:37:01.204 INFO O| Oct 09 05:37:01.204 INFO STEP 555 (remove_files) COMPLETE
58132024-10-09T05:37:02.446Z[ recovery-image] Oct 09 05:37:01.204 INFO O| Oct 09 05:37:01.204 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-10-09T05:37:02.454Z[ recovery-image] Oct 09 05:37:01.213 INFO O| Oct 09 05:37:01.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
58152024-10-09T05:37:02.454Z[ recovery-image] Oct 09 05:37:01.213 INFO O| Oct 09 05:37:01.213 INFO STEP 556 (remove_files) COMPLETE
58162024-10-09T05:37:02.456Z[ recovery-image] Oct 09 05:37:01.214 INFO O| Oct 09 05:37:01.213 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-10-09T05:37:02.463Z[ recovery-image] Oct 09 05:37:01.223 INFO O| Oct 09 05:37:01.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
58182024-10-09T05:37:02.466Z[ recovery-image] Oct 09 05:37:01.223 INFO O| Oct 09 05:37:01.223 INFO STEP 557 (remove_files) COMPLETE
58192024-10-09T05:37:02.466Z[ recovery-image] Oct 09 05:37:01.223 INFO O| Oct 09 05:37:01.223 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-10-09T05:37:02.473Z[ recovery-image] Oct 09 05:37:01.232 INFO O| Oct 09 05:37:01.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
58212024-10-09T05:37:02.473Z[ recovery-image] Oct 09 05:37:01.232 INFO O| Oct 09 05:37:01.232 INFO STEP 558 (remove_files) COMPLETE
58222024-10-09T05:37:02.475Z[ recovery-image] Oct 09 05:37:01.233 INFO O| Oct 09 05:37:01.232 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-10-09T05:37:02.482Z[ recovery-image] Oct 09 05:37:01.242 INFO O| Oct 09 05:37:01.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
58242024-10-09T05:37:02.485Z[ recovery-image] Oct 09 05:37:01.242 INFO O| Oct 09 05:37:01.242 INFO STEP 559 (remove_files) COMPLETE
58252024-10-09T05:37:02.485Z[ recovery-image] Oct 09 05:37:01.242 INFO O| Oct 09 05:37:01.242 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-10-09T05:37:02.494Z[ recovery-image] Oct 09 05:37:01.254 INFO O| Oct 09 05:37:01.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
58272024-10-09T05:37:02.494Z[ recovery-image] Oct 09 05:37:01.254 INFO O| Oct 09 05:37:01.254 INFO STEP 560 (remove_files) COMPLETE
58282024-10-09T05:37:02.496Z[ recovery-image] Oct 09 05:37:01.254 INFO O| Oct 09 05:37:01.254 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-10-09T05:37:02.505Z[ recovery-image] Oct 09 05:37:01.264 INFO O| Oct 09 05:37:01.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
58302024-10-09T05:37:02.505Z[ recovery-image] Oct 09 05:37:01.264 INFO O| Oct 09 05:37:01.264 INFO STEP 561 (remove_files) COMPLETE
58312024-10-09T05:37:02.505Z[ recovery-image] Oct 09 05:37:01.264 INFO O| Oct 09 05:37:01.264 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-10-09T05:37:02.517Z[ recovery-image] Oct 09 05:37:01.276 INFO O| Oct 09 05:37:01.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
58332024-10-09T05:37:02.517Z[ recovery-image] Oct 09 05:37:01.277 INFO O| Oct 09 05:37:01.277 INFO STEP 562 (remove_files) COMPLETE
58342024-10-09T05:37:02.517Z[ recovery-image] Oct 09 05:37:01.277 INFO O| Oct 09 05:37:01.277 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-10-09T05:37:02.527Z[ recovery-image] Oct 09 05:37:01.287 INFO O| Oct 09 05:37:01.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
58362024-10-09T05:37:02.527Z[ recovery-image] Oct 09 05:37:01.287 INFO O| Oct 09 05:37:01.287 INFO STEP 563 (remove_files) COMPLETE
58372024-10-09T05:37:02.527Z[ recovery-image] Oct 09 05:37:01.287 INFO O| Oct 09 05:37:01.287 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-10-09T05:37:02.537Z[ recovery-image] Oct 09 05:37:01.297 INFO O| Oct 09 05:37:01.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
58392024-10-09T05:37:02.537Z[ recovery-image] Oct 09 05:37:01.297 INFO O| Oct 09 05:37:01.297 INFO STEP 564 (remove_files) COMPLETE
58402024-10-09T05:37:02.537Z[ recovery-image] Oct 09 05:37:01.297 INFO O| Oct 09 05:37:01.297 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-10-09T05:37:02.549Z[ recovery-image] Oct 09 05:37:01.308 INFO O| Oct 09 05:37:01.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
58422024-10-09T05:37:02.549Z[ recovery-image] Oct 09 05:37:01.309 INFO O| Oct 09 05:37:01.309 INFO STEP 565 (remove_files) COMPLETE
58432024-10-09T05:37:02.549Z[ recovery-image] Oct 09 05:37:01.309 INFO O| Oct 09 05:37:01.309 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-10-09T05:37:02.559Z[ recovery-image] Oct 09 05:37:01.319 INFO O| Oct 09 05:37:01.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
58452024-10-09T05:37:02.559Z[ recovery-image] Oct 09 05:37:01.319 INFO O| Oct 09 05:37:01.319 INFO STEP 566 (remove_files) COMPLETE
58462024-10-09T05:37:02.560Z[ recovery-image] Oct 09 05:37:01.319 INFO O| Oct 09 05:37:01.319 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-10-09T05:37:02.570Z[ recovery-image] Oct 09 05:37:01.329 INFO O| Oct 09 05:37:01.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
58482024-10-09T05:37:02.570Z[ recovery-image] Oct 09 05:37:01.329 INFO O| Oct 09 05:37:01.329 INFO STEP 567 (remove_files) COMPLETE
58492024-10-09T05:37:02.572Z[ recovery-image] Oct 09 05:37:01.329 INFO O| Oct 09 05:37:01.329 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-10-09T05:37:02.581Z[ recovery-image] Oct 09 05:37:01.341 INFO O| Oct 09 05:37:01.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
58512024-10-09T05:37:02.581Z[ recovery-image] Oct 09 05:37:01.341 INFO O| Oct 09 05:37:01.341 INFO STEP 568 (remove_files) COMPLETE
58522024-10-09T05:37:02.583Z[ recovery-image] Oct 09 05:37:01.341 INFO O| Oct 09 05:37:01.341 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-10-09T05:37:02.591Z[ recovery-image] Oct 09 05:37:01.351 INFO O| Oct 09 05:37:01.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
58542024-10-09T05:37:02.591Z[ recovery-image] Oct 09 05:37:01.351 INFO O| Oct 09 05:37:01.351 INFO STEP 569 (remove_files) COMPLETE
58552024-10-09T05:37:02.594Z[ recovery-image] Oct 09 05:37:01.351 INFO O| Oct 09 05:37:01.351 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-10-09T05:37:02.602Z[ recovery-image] Oct 09 05:37:01.362 INFO O| Oct 09 05:37:01.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
58572024-10-09T05:37:02.602Z[ recovery-image] Oct 09 05:37:01.362 INFO O| Oct 09 05:37:01.362 INFO STEP 570 (remove_files) COMPLETE
58582024-10-09T05:37:02.605Z[ recovery-image] Oct 09 05:37:01.362 INFO O| Oct 09 05:37:01.362 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-10-09T05:37:02.612Z[ recovery-image] Oct 09 05:37:01.372 INFO O| Oct 09 05:37:01.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
58602024-10-09T05:37:02.612Z[ recovery-image] Oct 09 05:37:01.372 INFO O| Oct 09 05:37:01.372 INFO STEP 571 (remove_files) COMPLETE
58612024-10-09T05:37:02.615Z[ recovery-image] Oct 09 05:37:01.372 INFO O| Oct 09 05:37:01.372 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-10-09T05:37:02.624Z[ recovery-image] Oct 09 05:37:01.383 INFO O| Oct 09 05:37:01.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
58632024-10-09T05:37:02.624Z[ recovery-image] Oct 09 05:37:01.383 INFO O| Oct 09 05:37:01.383 INFO STEP 572 (remove_files) COMPLETE
58642024-10-09T05:37:02.626Z[ recovery-image] Oct 09 05:37:01.383 INFO O| Oct 09 05:37:01.383 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-10-09T05:37:02.634Z[ recovery-image] Oct 09 05:37:01.394 INFO O| Oct 09 05:37:01.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
58662024-10-09T05:37:02.634Z[ recovery-image] Oct 09 05:37:01.394 INFO O| Oct 09 05:37:01.394 INFO STEP 573 (remove_files) COMPLETE
58672024-10-09T05:37:02.635Z[ recovery-image] Oct 09 05:37:01.394 INFO O| Oct 09 05:37:01.394 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-10-09T05:37:02.644Z[ recovery-image] Oct 09 05:37:01.403 INFO O| Oct 09 05:37:01.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
58692024-10-09T05:37:02.644Z[ recovery-image] Oct 09 05:37:01.403 INFO O| Oct 09 05:37:01.403 INFO STEP 574 (remove_files) COMPLETE
58702024-10-09T05:37:02.646Z[ recovery-image] Oct 09 05:37:01.403 INFO O| Oct 09 05:37:01.403 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-10-09T05:37:02.653Z[ recovery-image] Oct 09 05:37:01.413 INFO O| Oct 09 05:37:01.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
58722024-10-09T05:37:02.653Z[ recovery-image] Oct 09 05:37:01.413 INFO O| Oct 09 05:37:01.413 INFO STEP 575 (remove_files) COMPLETE
58732024-10-09T05:37:02.653Z[ recovery-image] Oct 09 05:37:01.413 INFO O| Oct 09 05:37:01.413 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-10-09T05:37:02.663Z[ recovery-image] Oct 09 05:37:01.422 INFO O| Oct 09 05:37:01.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
58752024-10-09T05:37:02.663Z[ recovery-image] Oct 09 05:37:01.423 INFO O| Oct 09 05:37:01.422 INFO STEP 576 (remove_files) COMPLETE
58762024-10-09T05:37:02.665Z[ recovery-image] Oct 09 05:37:01.423 INFO O| Oct 09 05:37:01.422 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-10-09T05:37:02.672Z[ recovery-image] Oct 09 05:37:01.432 INFO O| Oct 09 05:37:01.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
58782024-10-09T05:37:02.673Z[ recovery-image] Oct 09 05:37:01.432 INFO O| Oct 09 05:37:01.432 INFO STEP 577 (remove_files) COMPLETE
58792024-10-09T05:37:02.675Z[ recovery-image] Oct 09 05:37:01.432 INFO O| Oct 09 05:37:01.432 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-10-09T05:37:02.682Z[ recovery-image] Oct 09 05:37:01.442 INFO O| Oct 09 05:37:01.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
58812024-10-09T05:37:02.685Z[ recovery-image] Oct 09 05:37:01.442 INFO O| Oct 09 05:37:01.442 INFO STEP 578 (remove_files) COMPLETE
58822024-10-09T05:37:02.685Z[ recovery-image] Oct 09 05:37:01.442 INFO O| Oct 09 05:37:01.442 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-10-09T05:37:02.692Z[ recovery-image] Oct 09 05:37:01.451 INFO O| Oct 09 05:37:01.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
58842024-10-09T05:37:02.692Z[ recovery-image] Oct 09 05:37:01.451 INFO O| Oct 09 05:37:01.451 INFO STEP 579 (remove_files) COMPLETE
58852024-10-09T05:37:02.692Z[ recovery-image] Oct 09 05:37:01.451 INFO O| Oct 09 05:37:01.451 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-10-09T05:37:02.701Z[ recovery-image] Oct 09 05:37:01.461 INFO O| Oct 09 05:37:01.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
58872024-10-09T05:37:02.701Z[ recovery-image] Oct 09 05:37:01.461 INFO O| Oct 09 05:37:01.461 INFO STEP 580 (remove_files) COMPLETE
58882024-10-09T05:37:02.701Z[ recovery-image] Oct 09 05:37:01.461 INFO O| Oct 09 05:37:01.461 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-10-09T05:37:02.711Z[ recovery-image] Oct 09 05:37:01.470 INFO O| Oct 09 05:37:01.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
58902024-10-09T05:37:02.711Z[ recovery-image] Oct 09 05:37:01.471 INFO O| Oct 09 05:37:01.471 INFO STEP 581 (remove_files) COMPLETE
58912024-10-09T05:37:02.713Z[ recovery-image] Oct 09 05:37:01.471 INFO O| Oct 09 05:37:01.471 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-10-09T05:37:02.721Z[ recovery-image] Oct 09 05:37:01.480 INFO O| Oct 09 05:37:01.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
58932024-10-09T05:37:02.721Z[ recovery-image] Oct 09 05:37:01.480 INFO O| Oct 09 05:37:01.480 INFO STEP 582 (remove_files) COMPLETE
58942024-10-09T05:37:02.723Z[ recovery-image] Oct 09 05:37:01.480 INFO O| Oct 09 05:37:01.480 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-10-09T05:37:02.731Z[ recovery-image] Oct 09 05:37:01.490 INFO O| Oct 09 05:37:01.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
58962024-10-09T05:37:02.733Z[ recovery-image] Oct 09 05:37:01.490 INFO O| Oct 09 05:37:01.490 INFO STEP 583 (remove_files) COMPLETE
58972024-10-09T05:37:02.733Z[ recovery-image] Oct 09 05:37:01.490 INFO O| Oct 09 05:37:01.490 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-10-09T05:37:02.736Z[ host-image] Oct 09 05:37:01.494 INFO O| Oct 09 05:37:01.494 INFO O| Planning: Solver setup ... Done
58992024-10-09T05:37:02.738Z[ host-image] Oct 09 05:37:01.498 INFO O| Oct 09 05:37:01.498 INFO O| Planning: Running solver ... Done
59002024-10-09T05:37:02.740Z[ recovery-image] Oct 09 05:37:01.500 INFO O| Oct 09 05:37:01.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
59012024-10-09T05:37:02.740Z[ recovery-image] Oct 09 05:37:01.500 INFO O| Oct 09 05:37:01.500 INFO STEP 584 (remove_files) COMPLETE
59022024-10-09T05:37:02.741Z[ recovery-image] Oct 09 05:37:01.500 INFO O| Oct 09 05:37:01.500 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-10-09T05:37:02.750Z[ recovery-image] Oct 09 05:37:01.509 INFO O| Oct 09 05:37:01.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
59042024-10-09T05:37:02.750Z[ recovery-image] Oct 09 05:37:01.509 INFO O| Oct 09 05:37:01.509 INFO STEP 585 (remove_files) COMPLETE
59052024-10-09T05:37:02.752Z[ recovery-image] Oct 09 05:37:01.510 INFO O| Oct 09 05:37:01.509 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-10-09T05:37:02.760Z[ recovery-image] Oct 09 05:37:01.519 INFO O| Oct 09 05:37:01.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
59072024-10-09T05:37:02.760Z[ recovery-image] Oct 09 05:37:01.519 INFO O| Oct 09 05:37:01.519 INFO STEP 586 (remove_files) COMPLETE
59082024-10-09T05:37:02.762Z[ recovery-image] Oct 09 05:37:01.519 INFO O| Oct 09 05:37:01.519 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-10-09T05:37:02.770Z[ recovery-image] Oct 09 05:37:01.529 INFO O| Oct 09 05:37:01.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
59102024-10-09T05:37:02.770Z[ recovery-image] Oct 09 05:37:01.529 INFO O| Oct 09 05:37:01.529 INFO STEP 587 (remove_files) COMPLETE
59112024-10-09T05:37:02.773Z[ recovery-image] Oct 09 05:37:01.529 INFO O| Oct 09 05:37:01.529 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-10-09T05:37:02.779Z[ recovery-image] Oct 09 05:37:01.538 INFO O| Oct 09 05:37:01.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
59132024-10-09T05:37:02.779Z[ recovery-image] Oct 09 05:37:01.539 INFO O| Oct 09 05:37:01.539 INFO STEP 588 (remove_files) COMPLETE
59142024-10-09T05:37:02.782Z[ recovery-image] Oct 09 05:37:01.539 INFO O| Oct 09 05:37:01.539 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-10-09T05:37:02.785Z[ host-image] Oct 09 05:37:01.544 INFO O| Oct 09 05:37:01.544 INFO O| Planning: Finding local manifests ... Done
59162024-10-09T05:37:02.788Z[ host-image] Oct 09 05:37:01.546 INFO O| Oct 09 05:37:01.546 INFO O| Planning: Fetching manifests: 0/6 0% complete
59172024-10-09T05:37:02.790Z[ recovery-image] Oct 09 05:37:01.548 INFO O| Oct 09 05:37:01.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
59182024-10-09T05:37:02.790Z[ recovery-image] Oct 09 05:37:01.549 INFO O| Oct 09 05:37:01.549 INFO STEP 589 (remove_files) COMPLETE
59192024-10-09T05:37:02.790Z[ recovery-image] Oct 09 05:37:01.549 INFO O| Oct 09 05:37:01.549 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-10-09T05:37:02.800Z[ recovery-image] Oct 09 05:37:01.559 INFO O| Oct 09 05:37:01.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
59212024-10-09T05:37:02.802Z[ recovery-image] Oct 09 05:37:01.560 INFO O| Oct 09 05:37:01.560 INFO STEP 590 (remove_files) COMPLETE
59222024-10-09T05:37:02.802Z[ recovery-image] Oct 09 05:37:01.560 INFO O| Oct 09 05:37:01.560 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-10-09T05:37:02.810Z[ recovery-image] Oct 09 05:37:01.570 INFO O| Oct 09 05:37:01.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
59242024-10-09T05:37:02.813Z[ recovery-image] Oct 09 05:37:01.570 INFO O| Oct 09 05:37:01.570 INFO STEP 591 (remove_files) COMPLETE
59252024-10-09T05:37:02.813Z[ recovery-image] Oct 09 05:37:01.570 INFO O| Oct 09 05:37:01.570 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-10-09T05:37:02.821Z[ recovery-image] Oct 09 05:37:01.581 INFO O| Oct 09 05:37:01.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
59272024-10-09T05:37:02.824Z[ recovery-image] Oct 09 05:37:01.581 INFO O| Oct 09 05:37:01.581 INFO STEP 592 (remove_files) COMPLETE
59282024-10-09T05:37:02.824Z[ recovery-image] Oct 09 05:37:01.581 INFO O| Oct 09 05:37:01.581 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-10-09T05:37:02.831Z[ recovery-image] Oct 09 05:37:01.590 INFO O| Oct 09 05:37:01.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
59302024-10-09T05:37:02.833Z[ recovery-image] Oct 09 05:37:01.591 INFO O| Oct 09 05:37:01.590 INFO STEP 593 (remove_files) COMPLETE
59312024-10-09T05:37:02.834Z[ recovery-image] Oct 09 05:37:01.591 INFO O| Oct 09 05:37:01.590 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-10-09T05:37:02.841Z[ recovery-image] Oct 09 05:37:01.600 INFO O| Oct 09 05:37:01.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
59332024-10-09T05:37:02.843Z[ recovery-image] Oct 09 05:37:01.600 INFO O| Oct 09 05:37:01.600 INFO STEP 594 (remove_files) COMPLETE
59342024-10-09T05:37:02.843Z[ recovery-image] Oct 09 05:37:01.600 INFO O| Oct 09 05:37:01.600 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-10-09T05:37:02.850Z[ recovery-image] Oct 09 05:37:01.610 INFO O| Oct 09 05:37:01.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
59362024-10-09T05:37:02.851Z[ recovery-image] Oct 09 05:37:01.610 INFO O| Oct 09 05:37:01.610 INFO STEP 595 (remove_files) COMPLETE
59372024-10-09T05:37:02.854Z[ recovery-image] Oct 09 05:37:01.610 INFO O| Oct 09 05:37:01.610 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-10-09T05:37:02.864Z[ recovery-image] Oct 09 05:37:01.620 INFO O| Oct 09 05:37:01.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
59392024-10-09T05:37:02.864Z[ recovery-image] Oct 09 05:37:01.621 INFO O| Oct 09 05:37:01.621 INFO STEP 596 (remove_files) COMPLETE
59402024-10-09T05:37:02.864Z[ recovery-image] Oct 09 05:37:01.621 INFO O| Oct 09 05:37:01.621 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-10-09T05:37:02.871Z[ recovery-image] Oct 09 05:37:01.630 INFO O| Oct 09 05:37:01.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
59422024-10-09T05:37:02.871Z[ recovery-image] Oct 09 05:37:01.630 INFO O| Oct 09 05:37:01.630 INFO STEP 597 (remove_files) COMPLETE
59432024-10-09T05:37:02.875Z[ recovery-image] Oct 09 05:37:01.631 INFO O| Oct 09 05:37:01.630 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-10-09T05:37:02.881Z[ recovery-image] Oct 09 05:37:01.640 INFO O| Oct 09 05:37:01.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
59452024-10-09T05:37:02.881Z[ recovery-image] Oct 09 05:37:01.640 INFO O| Oct 09 05:37:01.640 INFO STEP 598 (remove_files) COMPLETE
59462024-10-09T05:37:02.881Z[ recovery-image] Oct 09 05:37:01.640 INFO O| Oct 09 05:37:01.640 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-10-09T05:37:02.890Z[ recovery-image] Oct 09 05:37:01.649 INFO O| Oct 09 05:37:01.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
59482024-10-09T05:37:02.890Z[ recovery-image] Oct 09 05:37:01.649 INFO O| Oct 09 05:37:01.649 INFO STEP 599 (remove_files) COMPLETE
59492024-10-09T05:37:02.890Z[ recovery-image] Oct 09 05:37:01.649 INFO O| Oct 09 05:37:01.649 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-10-09T05:37:02.900Z[ recovery-image] Oct 09 05:37:01.659 INFO O| Oct 09 05:37:01.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
59512024-10-09T05:37:02.901Z[ recovery-image] Oct 09 05:37:01.659 INFO O| Oct 09 05:37:01.659 INFO STEP 600 (remove_files) COMPLETE
59522024-10-09T05:37:02.904Z[ recovery-image] Oct 09 05:37:01.659 INFO O| Oct 09 05:37:01.659 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-10-09T05:37:02.910Z[ recovery-image] Oct 09 05:37:01.669 INFO O| Oct 09 05:37:01.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
59542024-10-09T05:37:02.912Z[ recovery-image] Oct 09 05:37:01.669 INFO O| Oct 09 05:37:01.669 INFO STEP 601 (remove_files) COMPLETE
59552024-10-09T05:37:02.912Z[ recovery-image] Oct 09 05:37:01.669 INFO O| Oct 09 05:37:01.669 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-10-09T05:37:02.920Z[ recovery-image] Oct 09 05:37:01.679 INFO O| Oct 09 05:37:01.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
59572024-10-09T05:37:02.922Z[ recovery-image] Oct 09 05:37:01.679 INFO O| Oct 09 05:37:01.679 INFO STEP 602 (remove_files) COMPLETE
59582024-10-09T05:37:02.923Z[ recovery-image] Oct 09 05:37:01.679 INFO O| Oct 09 05:37:01.679 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-10-09T05:37:02.929Z[ recovery-image] Oct 09 05:37:01.688 INFO O| Oct 09 05:37:01.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
59602024-10-09T05:37:02.931Z[ recovery-image] Oct 09 05:37:01.688 INFO O| Oct 09 05:37:01.688 INFO STEP 603 (remove_files) COMPLETE
59612024-10-09T05:37:02.932Z[ recovery-image] Oct 09 05:37:01.688 INFO O| Oct 09 05:37:01.688 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-10-09T05:37:02.934Z[ host-image] Oct 09 05:37:01.693 INFO O| Oct 09 05:37:01.693 INFO O| Planning: Fetching manifests: 6/6 100% complete
59632024-10-09T05:37:02.939Z[ recovery-image] Oct 09 05:37:01.698 INFO O| Oct 09 05:37:01.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
59642024-10-09T05:37:02.941Z[ recovery-image] Oct 09 05:37:01.698 INFO O| Oct 09 05:37:01.698 INFO STEP 604 (remove_files) COMPLETE
59652024-10-09T05:37:02.941Z[ recovery-image] Oct 09 05:37:01.698 INFO O| Oct 09 05:37:01.698 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-10-09T05:37:02.949Z[ recovery-image] Oct 09 05:37:01.708 INFO O| Oct 09 05:37:01.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
59672024-10-09T05:37:02.951Z[ recovery-image] Oct 09 05:37:01.708 INFO O| Oct 09 05:37:01.708 INFO STEP 605 (remove_files) COMPLETE
59682024-10-09T05:37:02.951Z[ recovery-image] Oct 09 05:37:01.708 INFO O| Oct 09 05:37:01.708 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-10-09T05:37:02.959Z[ recovery-image] Oct 09 05:37:01.718 INFO O| Oct 09 05:37:01.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
59702024-10-09T05:37:02.959Z[ recovery-image] Oct 09 05:37:01.718 INFO O| Oct 09 05:37:01.718 INFO STEP 606 (remove_files) COMPLETE
59712024-10-09T05:37:02.959Z[ recovery-image] Oct 09 05:37:01.718 INFO O| Oct 09 05:37:01.718 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-10-09T05:37:02.967Z[ host-image] Oct 09 05:37:01.726 INFO O| Oct 09 05:37:01.726 INFO O| Planning: Package planning ... Done
59732024-10-09T05:37:02.970Z[ recovery-image] Oct 09 05:37:01.728 INFO O| Oct 09 05:37:01.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
59742024-10-09T05:37:02.970Z[ recovery-image] Oct 09 05:37:01.728 INFO O| Oct 09 05:37:01.728 INFO STEP 607 (remove_files) COMPLETE
59752024-10-09T05:37:02.970Z[ recovery-image] Oct 09 05:37:01.728 INFO O| Oct 09 05:37:01.728 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762024-10-09T05:37:02.981Z[ recovery-image] Oct 09 05:37:01.740 INFO O| Oct 09 05:37:01.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
59772024-10-09T05:37:02.981Z[ recovery-image] Oct 09 05:37:01.740 INFO O| Oct 09 05:37:01.740 INFO STEP 608 (remove_files) COMPLETE
59782024-10-09T05:37:02.983Z[ recovery-image] Oct 09 05:37:01.740 INFO O| Oct 09 05:37:01.740 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792024-10-09T05:37:02.993Z[ host-image] Oct 09 05:37:01.752 INFO O| Oct 09 05:37:01.752 INFO O| Planning: Merging actions ... Done
59802024-10-09T05:37:02.993Z[ recovery-image] Oct 09 05:37:01.752 INFO O| Oct 09 05:37:01.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
59812024-10-09T05:37:02.995Z[ recovery-image] Oct 09 05:37:01.752 INFO O| Oct 09 05:37:01.752 INFO STEP 609 (remove_files) COMPLETE
59822024-10-09T05:37:02.995Z[ recovery-image] Oct 09 05:37:01.752 INFO O| Oct 09 05:37:01.752 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-10-09T05:37:03.004Z[ recovery-image] Oct 09 05:37:01.763 INFO O| Oct 09 05:37:01.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
59842024-10-09T05:37:03.004Z[ recovery-image] Oct 09 05:37:01.763 INFO O| Oct 09 05:37:01.763 INFO STEP 610 (remove_files) COMPLETE
59852024-10-09T05:37:03.006Z[ recovery-image] Oct 09 05:37:01.763 INFO O| Oct 09 05:37:01.763 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-10-09T05:37:03.017Z[ recovery-image] Oct 09 05:37:01.776 INFO O| Oct 09 05:37:01.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
59872024-10-09T05:37:03.017Z[ recovery-image] Oct 09 05:37:01.776 INFO O| Oct 09 05:37:01.776 INFO STEP 611 (remove_files) COMPLETE
59882024-10-09T05:37:03.020Z[ recovery-image] Oct 09 05:37:01.776 INFO O| Oct 09 05:37:01.776 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-10-09T05:37:03.028Z[ recovery-image] Oct 09 05:37:01.787 INFO O| Oct 09 05:37:01.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
59902024-10-09T05:37:03.030Z[ recovery-image] Oct 09 05:37:01.787 INFO O| Oct 09 05:37:01.787 INFO STEP 612 (remove_files) COMPLETE
59912024-10-09T05:37:03.030Z[ recovery-image] Oct 09 05:37:01.787 INFO O| Oct 09 05:37:01.787 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-10-09T05:37:03.038Z[ recovery-image] Oct 09 05:37:01.797 INFO O| Oct 09 05:37:01.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
59932024-10-09T05:37:03.041Z[ recovery-image] Oct 09 05:37:01.797 INFO O| Oct 09 05:37:01.797 INFO STEP 613 (remove_files) COMPLETE
59942024-10-09T05:37:03.041Z[ recovery-image] Oct 09 05:37:01.797 INFO O| Oct 09 05:37:01.797 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-10-09T05:37:03.050Z[ recovery-image] Oct 09 05:37:01.809 INFO O| Oct 09 05:37:01.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
59962024-10-09T05:37:03.050Z[ recovery-image] Oct 09 05:37:01.809 INFO O| Oct 09 05:37:01.809 INFO STEP 614 (remove_files) COMPLETE
59972024-10-09T05:37:03.052Z[ recovery-image] Oct 09 05:37:01.809 INFO O| Oct 09 05:37:01.809 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-10-09T05:37:03.061Z[ recovery-image] Oct 09 05:37:01.820 INFO O| Oct 09 05:37:01.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
59992024-10-09T05:37:03.061Z[ recovery-image] Oct 09 05:37:01.820 INFO O| Oct 09 05:37:01.820 INFO STEP 615 (remove_files) COMPLETE
60002024-10-09T05:37:03.063Z[ recovery-image] Oct 09 05:37:01.820 INFO O| Oct 09 05:37:01.820 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-10-09T05:37:03.071Z[ recovery-image] Oct 09 05:37:01.831 INFO O| Oct 09 05:37:01.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
60022024-10-09T05:37:03.074Z[ recovery-image] Oct 09 05:37:01.831 INFO O| Oct 09 05:37:01.831 INFO STEP 616 (remove_files) COMPLETE
60032024-10-09T05:37:03.074Z[ recovery-image] Oct 09 05:37:01.831 INFO O| Oct 09 05:37:01.831 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-10-09T05:37:03.084Z[ recovery-image] Oct 09 05:37:01.843 INFO O| Oct 09 05:37:01.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
60052024-10-09T05:37:03.084Z[ recovery-image] Oct 09 05:37:01.843 INFO O| Oct 09 05:37:01.843 INFO STEP 617 (remove_files) COMPLETE
60062024-10-09T05:37:03.086Z[ recovery-image] Oct 09 05:37:01.843 INFO O| Oct 09 05:37:01.843 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-10-09T05:37:03.094Z[ recovery-image] Oct 09 05:37:01.853 INFO O| Oct 09 05:37:01.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
60082024-10-09T05:37:03.094Z[ recovery-image] Oct 09 05:37:01.853 INFO O| Oct 09 05:37:01.853 INFO STEP 618 (remove_files) COMPLETE
60092024-10-09T05:37:03.096Z[ recovery-image] Oct 09 05:37:01.853 INFO O| Oct 09 05:37:01.853 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-10-09T05:37:03.105Z[ recovery-image] Oct 09 05:37:01.864 INFO O| Oct 09 05:37:01.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
60112024-10-09T05:37:03.105Z[ recovery-image] Oct 09 05:37:01.865 INFO O| Oct 09 05:37:01.865 INFO STEP 619 (remove_files) COMPLETE
60122024-10-09T05:37:03.108Z[ recovery-image] Oct 09 05:37:01.865 INFO O| Oct 09 05:37:01.865 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-10-09T05:37:03.115Z[ recovery-image] Oct 09 05:37:01.874 INFO O| Oct 09 05:37:01.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
60142024-10-09T05:37:03.115Z[ recovery-image] Oct 09 05:37:01.875 INFO O| Oct 09 05:37:01.874 INFO STEP 620 (remove_files) COMPLETE
60152024-10-09T05:37:03.115Z[ recovery-image] Oct 09 05:37:01.875 INFO O| Oct 09 05:37:01.875 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-10-09T05:37:03.125Z[ recovery-image] Oct 09 05:37:01.884 INFO O| Oct 09 05:37:01.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
60172024-10-09T05:37:03.128Z[ recovery-image] Oct 09 05:37:01.884 INFO O| Oct 09 05:37:01.884 INFO STEP 621 (remove_files) COMPLETE
60182024-10-09T05:37:03.128Z[ recovery-image] Oct 09 05:37:01.884 INFO O| Oct 09 05:37:01.884 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-10-09T05:37:03.137Z[ recovery-image] Oct 09 05:37:01.896 INFO O| Oct 09 05:37:01.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
60202024-10-09T05:37:03.137Z[ recovery-image] Oct 09 05:37:01.896 INFO O| Oct 09 05:37:01.896 INFO STEP 622 (remove_files) COMPLETE
60212024-10-09T05:37:03.139Z[ recovery-image] Oct 09 05:37:01.896 INFO O| Oct 09 05:37:01.896 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-10-09T05:37:03.147Z[ recovery-image] Oct 09 05:37:01.906 INFO O| Oct 09 05:37:01.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
60232024-10-09T05:37:03.147Z[ recovery-image] Oct 09 05:37:01.906 INFO O| Oct 09 05:37:01.906 INFO STEP 623 (remove_files) COMPLETE
60242024-10-09T05:37:03.147Z[ recovery-image] Oct 09 05:37:01.906 INFO O| Oct 09 05:37:01.906 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-10-09T05:37:03.153Z[ host-image] Oct 09 05:37:01.912 INFO O| Oct 09 05:37:01.912 INFO O| Planning: Checking for conflicting actions ... Done
60262024-10-09T05:37:03.157Z[ host-image] Oct 09 05:37:01.916 INFO O| Oct 09 05:37:01.916 INFO O| Planning: Consolidating action changes ... Done
60272024-10-09T05:37:03.159Z[ recovery-image] Oct 09 05:37:01.916 INFO O| Oct 09 05:37:01.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
60282024-10-09T05:37:03.159Z[ recovery-image] Oct 09 05:37:01.916 INFO O| Oct 09 05:37:01.916 INFO STEP 624 (remove_files) COMPLETE
60292024-10-09T05:37:03.159Z[ recovery-image] Oct 09 05:37:01.916 INFO O| Oct 09 05:37:01.916 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302024-10-09T05:37:03.167Z[ recovery-image] Oct 09 05:37:01.926 INFO O| Oct 09 05:37:01.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
60312024-10-09T05:37:03.167Z[ recovery-image] Oct 09 05:37:01.926 INFO O| Oct 09 05:37:01.926 INFO STEP 625 (remove_files) COMPLETE
60322024-10-09T05:37:03.167Z[ recovery-image] Oct 09 05:37:01.926 INFO O| Oct 09 05:37:01.926 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-10-09T05:37:03.177Z[ recovery-image] Oct 09 05:37:01.936 INFO O| Oct 09 05:37:01.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
60342024-10-09T05:37:03.178Z[ recovery-image] Oct 09 05:37:01.936 INFO O| Oct 09 05:37:01.936 INFO STEP 626 (remove_files) COMPLETE
60352024-10-09T05:37:03.181Z[ recovery-image] Oct 09 05:37:01.936 INFO O| Oct 09 05:37:01.936 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362024-10-09T05:37:03.188Z[ recovery-image] Oct 09 05:37:01.947 INFO O| Oct 09 05:37:01.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
60372024-10-09T05:37:03.191Z[ recovery-image] Oct 09 05:37:01.947 INFO O| Oct 09 05:37:01.947 INFO STEP 627 (remove_files) COMPLETE
60382024-10-09T05:37:03.191Z[ recovery-image] Oct 09 05:37:01.947 INFO O| Oct 09 05:37:01.947 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-10-09T05:37:03.199Z[ recovery-image] Oct 09 05:37:01.958 INFO O| Oct 09 05:37:01.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
60402024-10-09T05:37:03.199Z[ recovery-image] Oct 09 05:37:01.958 INFO O| Oct 09 05:37:01.958 INFO STEP 628 (remove_files) COMPLETE
60412024-10-09T05:37:03.201Z[ recovery-image] Oct 09 05:37:01.958 INFO O| Oct 09 05:37:01.958 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-10-09T05:37:03.208Z[ recovery-image] Oct 09 05:37:01.967 INFO O| Oct 09 05:37:01.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
60432024-10-09T05:37:03.208Z[ recovery-image] Oct 09 05:37:01.967 INFO O| Oct 09 05:37:01.967 INFO STEP 629 (remove_files) COMPLETE
60442024-10-09T05:37:03.208Z[ recovery-image] Oct 09 05:37:01.967 INFO O| Oct 09 05:37:01.967 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-10-09T05:37:03.220Z[ recovery-image] Oct 09 05:37:01.979 INFO O| Oct 09 05:37:01.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
60462024-10-09T05:37:03.222Z[ recovery-image] Oct 09 05:37:01.979 INFO O| Oct 09 05:37:01.979 INFO STEP 630 (remove_files) COMPLETE
60472024-10-09T05:37:03.222Z[ recovery-image] Oct 09 05:37:01.979 INFO O| Oct 09 05:37:01.979 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-10-09T05:37:03.231Z[ recovery-image] Oct 09 05:37:01.990 INFO O| Oct 09 05:37:01.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
60492024-10-09T05:37:03.231Z[ recovery-image] Oct 09 05:37:01.990 INFO O| Oct 09 05:37:01.990 INFO STEP 631 (remove_files) COMPLETE
60502024-10-09T05:37:03.231Z[ recovery-image] Oct 09 05:37:01.990 INFO O| Oct 09 05:37:01.990 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-10-09T05:37:03.241Z[ recovery-image] Oct 09 05:37:02.000 INFO O| Oct 09 05:37:02.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
60522024-10-09T05:37:03.241Z[ recovery-image] Oct 09 05:37:02.000 INFO O| Oct 09 05:37:02.000 INFO STEP 632 (remove_files) COMPLETE
60532024-10-09T05:37:03.241Z[ recovery-image] Oct 09 05:37:02.000 INFO O| Oct 09 05:37:02.000 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-10-09T05:37:03.254Z[ recovery-image] Oct 09 05:37:02.013 INFO O| Oct 09 05:37:02.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
60552024-10-09T05:37:03.254Z[ recovery-image] Oct 09 05:37:02.013 INFO O| Oct 09 05:37:02.013 INFO STEP 633 (remove_files) COMPLETE
60562024-10-09T05:37:03.255Z[ recovery-image] Oct 09 05:37:02.013 INFO O| Oct 09 05:37:02.013 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-10-09T05:37:03.264Z[ recovery-image] Oct 09 05:37:02.023 INFO O| Oct 09 05:37:02.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
60582024-10-09T05:37:03.264Z[ recovery-image] Oct 09 05:37:02.023 INFO O| Oct 09 05:37:02.023 INFO STEP 634 (remove_files) COMPLETE
60592024-10-09T05:37:03.264Z[ recovery-image] Oct 09 05:37:02.023 INFO O| Oct 09 05:37:02.023 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-10-09T05:37:03.276Z[ recovery-image] Oct 09 05:37:02.035 INFO O| Oct 09 05:37:02.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
60612024-10-09T05:37:03.276Z[ recovery-image] Oct 09 05:37:02.035 INFO O| Oct 09 05:37:02.035 INFO STEP 635 (remove_files) COMPLETE
60622024-10-09T05:37:03.276Z[ recovery-image] Oct 09 05:37:02.035 INFO O| Oct 09 05:37:02.035 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-10-09T05:37:03.286Z[ recovery-image] Oct 09 05:37:02.044 INFO O| Oct 09 05:37:02.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
60642024-10-09T05:37:03.289Z[ recovery-image] Oct 09 05:37:02.045 INFO O| Oct 09 05:37:02.045 INFO STEP 636 (remove_files) COMPLETE
60652024-10-09T05:37:03.289Z[ recovery-image] Oct 09 05:37:02.045 INFO O| Oct 09 05:37:02.045 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-10-09T05:37:03.295Z[ recovery-image] Oct 09 05:37:02.054 INFO O| Oct 09 05:37:02.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
60672024-10-09T05:37:03.296Z[ recovery-image] Oct 09 05:37:02.054 INFO O| Oct 09 05:37:02.054 INFO STEP 637 (remove_files) COMPLETE
60682024-10-09T05:37:03.298Z[ recovery-image] Oct 09 05:37:02.055 INFO O| Oct 09 05:37:02.054 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-10-09T05:37:03.305Z[ recovery-image] Oct 09 05:37:02.064 INFO O| Oct 09 05:37:02.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
60702024-10-09T05:37:03.305Z[ recovery-image] Oct 09 05:37:02.064 INFO O| Oct 09 05:37:02.064 INFO STEP 638 (remove_files) COMPLETE
60712024-10-09T05:37:03.305Z[ recovery-image] Oct 09 05:37:02.064 INFO O| Oct 09 05:37:02.064 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-10-09T05:37:03.317Z[ recovery-image] Oct 09 05:37:02.076 INFO O| Oct 09 05:37:02.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
60732024-10-09T05:37:03.317Z[ recovery-image] Oct 09 05:37:02.076 INFO O| Oct 09 05:37:02.076 INFO STEP 639 (remove_files) COMPLETE
60742024-10-09T05:37:03.317Z[ recovery-image] Oct 09 05:37:02.076 INFO O| Oct 09 05:37:02.076 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-10-09T05:37:03.326Z[ recovery-image] Oct 09 05:37:02.085 INFO O| Oct 09 05:37:02.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
60762024-10-09T05:37:03.326Z[ recovery-image] Oct 09 05:37:02.085 INFO O| Oct 09 05:37:02.085 INFO STEP 640 (remove_files) COMPLETE
60772024-10-09T05:37:03.329Z[ recovery-image] Oct 09 05:37:02.085 INFO O| Oct 09 05:37:02.085 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-10-09T05:37:03.336Z[ recovery-image] Oct 09 05:37:02.095 INFO O| Oct 09 05:37:02.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
60792024-10-09T05:37:03.339Z[ recovery-image] Oct 09 05:37:02.095 INFO O| Oct 09 05:37:02.095 INFO STEP 641 (remove_files) COMPLETE
60802024-10-09T05:37:03.339Z[ recovery-image] Oct 09 05:37:02.095 INFO O| Oct 09 05:37:02.095 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-10-09T05:37:03.348Z[ recovery-image] Oct 09 05:37:02.107 INFO O| Oct 09 05:37:02.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
60822024-10-09T05:37:03.348Z[ recovery-image] Oct 09 05:37:02.107 INFO O| Oct 09 05:37:02.107 INFO STEP 642 (remove_files) COMPLETE
60832024-10-09T05:37:03.351Z[ recovery-image] Oct 09 05:37:02.107 INFO O| Oct 09 05:37:02.107 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-10-09T05:37:03.356Z[ host-image] Oct 09 05:37:02.114 INFO O| Oct 09 05:37:02.114 INFO O| Planning: Evaluating mediators ... Done
60852024-10-09T05:37:03.358Z[ recovery-image] Oct 09 05:37:02.117 INFO O| Oct 09 05:37:02.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
60862024-10-09T05:37:03.358Z[ recovery-image] Oct 09 05:37:02.117 INFO O| Oct 09 05:37:02.117 INFO STEP 643 (remove_files) COMPLETE
60872024-10-09T05:37:03.358Z[ recovery-image] Oct 09 05:37:02.117 INFO O| Oct 09 05:37:02.117 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-10-09T05:37:03.361Z[ host-image] Oct 09 05:37:02.118 INFO O| Oct 09 05:37:02.117 INFO O| Planning: Planning completed in 2.29 seconds
60892024-10-09T05:37:03.363Z[ host-image] Oct 09 05:37:02.120 INFO O| Oct 09 05:37:02.120 INFO O| Packages to install: 6
60902024-10-09T05:37:03.363Z[ host-image] Oct 09 05:37:02.120 INFO O| Oct 09 05:37:02.120 INFO O| Mediators to change: 1
60912024-10-09T05:37:03.363Z[ host-image] Oct 09 05:37:02.120 INFO O| Oct 09 05:37:02.120 INFO O| Services to change: 1
60922024-10-09T05:37:03.369Z[ recovery-image] Oct 09 05:37:02.128 INFO O| Oct 09 05:37:02.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
60932024-10-09T05:37:03.369Z[ recovery-image] Oct 09 05:37:02.128 INFO O| Oct 09 05:37:02.128 INFO STEP 644 (remove_files) COMPLETE
60942024-10-09T05:37:03.370Z[ recovery-image] Oct 09 05:37:02.128 INFO O| Oct 09 05:37:02.128 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-10-09T05:37:03.374Z[ host-image] Oct 09 05:37:02.133 INFO O| Oct 09 05:37:02.133 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
60962024-10-09T05:37:03.379Z[ recovery-image] Oct 09 05:37:02.137 INFO O| Oct 09 05:37:02.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
60972024-10-09T05:37:03.379Z[ recovery-image] Oct 09 05:37:02.137 INFO O| Oct 09 05:37:02.137 INFO STEP 645 (remove_files) COMPLETE
60982024-10-09T05:37:03.381Z[ recovery-image] Oct 09 05:37:02.138 INFO O| Oct 09 05:37:02.137 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-10-09T05:37:03.388Z[ recovery-image] Oct 09 05:37:02.147 INFO O| Oct 09 05:37:02.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
61002024-10-09T05:37:03.388Z[ recovery-image] Oct 09 05:37:02.147 INFO O| Oct 09 05:37:02.147 INFO STEP 646 (remove_files) COMPLETE
61012024-10-09T05:37:03.391Z[ recovery-image] Oct 09 05:37:02.147 INFO O| Oct 09 05:37:02.147 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-10-09T05:37:03.398Z[ recovery-image] Oct 09 05:37:02.157 INFO O| Oct 09 05:37:02.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
61032024-10-09T05:37:03.401Z[ recovery-image] Oct 09 05:37:02.157 INFO O| Oct 09 05:37:02.157 INFO STEP 647 (remove_files) COMPLETE
61042024-10-09T05:37:03.401Z[ recovery-image] Oct 09 05:37:02.157 INFO O| Oct 09 05:37:02.157 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-10-09T05:37:03.409Z[ recovery-image] Oct 09 05:37:02.168 INFO O| Oct 09 05:37:02.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
61062024-10-09T05:37:03.409Z[ recovery-image] Oct 09 05:37:02.168 INFO O| Oct 09 05:37:02.168 INFO STEP 648 (remove_files) COMPLETE
61072024-10-09T05:37:03.412Z[ recovery-image] Oct 09 05:37:02.168 INFO O| Oct 09 05:37:02.168 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-10-09T05:37:03.422Z[ recovery-image] Oct 09 05:37:02.181 INFO O| Oct 09 05:37:02.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
61092024-10-09T05:37:03.425Z[ recovery-image] Oct 09 05:37:02.181 INFO O| Oct 09 05:37:02.181 INFO STEP 649 (remove_files) COMPLETE
61102024-10-09T05:37:03.425Z[ recovery-image] Oct 09 05:37:02.181 INFO O| Oct 09 05:37:02.181 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-10-09T05:37:03.432Z[ recovery-image] Oct 09 05:37:02.191 INFO O| Oct 09 05:37:02.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
61122024-10-09T05:37:03.434Z[ recovery-image] Oct 09 05:37:02.192 INFO O| Oct 09 05:37:02.192 INFO STEP 650 (remove_files) COMPLETE
61132024-10-09T05:37:03.434Z[ recovery-image] Oct 09 05:37:02.192 INFO O| Oct 09 05:37:02.192 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-10-09T05:37:03.443Z[ recovery-image] Oct 09 05:37:02.202 INFO O| Oct 09 05:37:02.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
61152024-10-09T05:37:03.445Z[ recovery-image] Oct 09 05:37:02.202 INFO O| Oct 09 05:37:02.202 INFO STEP 651 (remove_files) COMPLETE
61162024-10-09T05:37:03.445Z[ recovery-image] Oct 09 05:37:02.202 INFO O| Oct 09 05:37:02.202 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-10-09T05:37:03.452Z[ recovery-image] Oct 09 05:37:02.211 INFO O| Oct 09 05:37:02.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
61182024-10-09T05:37:03.452Z[ recovery-image] Oct 09 05:37:02.211 INFO O| Oct 09 05:37:02.211 INFO STEP 652 (remove_files) COMPLETE
61192024-10-09T05:37:03.455Z[ recovery-image] Oct 09 05:37:02.211 INFO O| Oct 09 05:37:02.211 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-10-09T05:37:03.462Z[ recovery-image] Oct 09 05:37:02.221 INFO O| Oct 09 05:37:02.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
61212024-10-09T05:37:03.464Z[ recovery-image] Oct 09 05:37:02.221 INFO O| Oct 09 05:37:02.221 INFO STEP 653 (remove_files) COMPLETE
61222024-10-09T05:37:03.464Z[ recovery-image] Oct 09 05:37:02.221 INFO O| Oct 09 05:37:02.221 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-10-09T05:37:03.471Z[ recovery-image] Oct 09 05:37:02.230 INFO O| Oct 09 05:37:02.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
61242024-10-09T05:37:03.474Z[ recovery-image] Oct 09 05:37:02.230 INFO O| Oct 09 05:37:02.230 INFO STEP 654 (remove_files) COMPLETE
61252024-10-09T05:37:03.474Z[ recovery-image] Oct 09 05:37:02.230 INFO O| Oct 09 05:37:02.230 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-10-09T05:37:03.481Z[ recovery-image] Oct 09 05:37:02.239 INFO O| Oct 09 05:37:02.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
61272024-10-09T05:37:03.483Z[ recovery-image] Oct 09 05:37:02.240 INFO O| Oct 09 05:37:02.240 INFO STEP 655 (remove_files) COMPLETE
61282024-10-09T05:37:03.483Z[ recovery-image] Oct 09 05:37:02.240 INFO O| Oct 09 05:37:02.240 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-10-09T05:37:03.490Z[ recovery-image] Oct 09 05:37:02.249 INFO O| Oct 09 05:37:02.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
61302024-10-09T05:37:03.490Z[ recovery-image] Oct 09 05:37:02.249 INFO O| Oct 09 05:37:02.249 INFO STEP 656 (remove_files) COMPLETE
61312024-10-09T05:37:03.490Z[ recovery-image] Oct 09 05:37:02.249 INFO O| Oct 09 05:37:02.249 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-10-09T05:37:03.500Z[ recovery-image] Oct 09 05:37:02.258 INFO O| Oct 09 05:37:02.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
61332024-10-09T05:37:03.500Z[ recovery-image] Oct 09 05:37:02.259 INFO O| Oct 09 05:37:02.259 INFO STEP 657 (remove_files) COMPLETE
61342024-10-09T05:37:03.502Z[ recovery-image] Oct 09 05:37:02.259 INFO O| Oct 09 05:37:02.259 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-10-09T05:37:03.509Z[ recovery-image] Oct 09 05:37:02.268 INFO O| Oct 09 05:37:02.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
61362024-10-09T05:37:03.512Z[ recovery-image] Oct 09 05:37:02.269 INFO O| Oct 09 05:37:02.269 INFO STEP 658 (remove_files) COMPLETE
61372024-10-09T05:37:03.512Z[ recovery-image] Oct 09 05:37:02.269 INFO O| Oct 09 05:37:02.269 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-10-09T05:37:03.520Z[ recovery-image] Oct 09 05:37:02.278 INFO O| Oct 09 05:37:02.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
61392024-10-09T05:37:03.523Z[ recovery-image] Oct 09 05:37:02.279 INFO O| Oct 09 05:37:02.279 INFO STEP 659 (remove_files) COMPLETE
61402024-10-09T05:37:03.523Z[ recovery-image] Oct 09 05:37:02.279 INFO O| Oct 09 05:37:02.279 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-10-09T05:37:03.529Z[ recovery-image] Oct 09 05:37:02.288 INFO O| Oct 09 05:37:02.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
61422024-10-09T05:37:03.529Z[ recovery-image] Oct 09 05:37:02.288 INFO O| Oct 09 05:37:02.288 INFO STEP 660 (remove_files) COMPLETE
61432024-10-09T05:37:03.532Z[ recovery-image] Oct 09 05:37:02.288 INFO O| Oct 09 05:37:02.288 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-10-09T05:37:03.539Z[ recovery-image] Oct 09 05:37:02.297 INFO O| Oct 09 05:37:02.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
61452024-10-09T05:37:03.541Z[ recovery-image] Oct 09 05:37:02.297 INFO O| Oct 09 05:37:02.297 INFO STEP 661 (remove_files) COMPLETE
61462024-10-09T05:37:03.541Z[ recovery-image] Oct 09 05:37:02.297 INFO O| Oct 09 05:37:02.297 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-10-09T05:37:03.548Z[ recovery-image] Oct 09 05:37:02.307 INFO O| Oct 09 05:37:02.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
61482024-10-09T05:37:03.548Z[ recovery-image] Oct 09 05:37:02.307 INFO O| Oct 09 05:37:02.307 INFO STEP 662 (remove_files) COMPLETE
61492024-10-09T05:37:03.548Z[ recovery-image] Oct 09 05:37:02.307 INFO O| Oct 09 05:37:02.307 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-10-09T05:37:03.558Z[ recovery-image] Oct 09 05:37:02.316 INFO O| Oct 09 05:37:02.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
61512024-10-09T05:37:03.558Z[ recovery-image] Oct 09 05:37:02.316 INFO O| Oct 09 05:37:02.316 INFO STEP 663 (remove_files) COMPLETE
61522024-10-09T05:37:03.560Z[ recovery-image] Oct 09 05:37:02.316 INFO O| Oct 09 05:37:02.316 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-10-09T05:37:03.567Z[ recovery-image] Oct 09 05:37:02.326 INFO O| Oct 09 05:37:02.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
61542024-10-09T05:37:03.568Z[ recovery-image] Oct 09 05:37:02.326 INFO O| Oct 09 05:37:02.326 INFO STEP 664 (remove_files) COMPLETE
61552024-10-09T05:37:03.570Z[ recovery-image] Oct 09 05:37:02.326 INFO O| Oct 09 05:37:02.326 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-10-09T05:37:03.577Z[ recovery-image] Oct 09 05:37:02.336 INFO O| Oct 09 05:37:02.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
61572024-10-09T05:37:03.577Z[ recovery-image] Oct 09 05:37:02.336 INFO O| Oct 09 05:37:02.336 INFO STEP 665 (remove_files) COMPLETE
61582024-10-09T05:37:03.577Z[ recovery-image] Oct 09 05:37:02.336 INFO O| Oct 09 05:37:02.336 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-10-09T05:37:03.587Z[ recovery-image] Oct 09 05:37:02.346 INFO O| Oct 09 05:37:02.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
61602024-10-09T05:37:03.587Z[ recovery-image] Oct 09 05:37:02.346 INFO O| Oct 09 05:37:02.346 INFO STEP 666 (remove_files) COMPLETE
61612024-10-09T05:37:03.590Z[ recovery-image] Oct 09 05:37:02.346 INFO O| Oct 09 05:37:02.346 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-10-09T05:37:03.597Z[ recovery-image] Oct 09 05:37:02.356 INFO O| Oct 09 05:37:02.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
61632024-10-09T05:37:03.597Z[ recovery-image] Oct 09 05:37:02.356 INFO O| Oct 09 05:37:02.356 INFO STEP 667 (remove_files) COMPLETE
61642024-10-09T05:37:03.600Z[ recovery-image] Oct 09 05:37:02.356 INFO O| Oct 09 05:37:02.356 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-10-09T05:37:03.607Z[ recovery-image] Oct 09 05:37:02.365 INFO O| Oct 09 05:37:02.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
61662024-10-09T05:37:03.607Z[ recovery-image] Oct 09 05:37:02.366 INFO O| Oct 09 05:37:02.366 INFO STEP 668 (remove_files) COMPLETE
61672024-10-09T05:37:03.607Z[ recovery-image] Oct 09 05:37:02.366 INFO O| Oct 09 05:37:02.366 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-10-09T05:37:03.617Z[ recovery-image] Oct 09 05:37:02.376 INFO O| Oct 09 05:37:02.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
61692024-10-09T05:37:03.621Z[ recovery-image] Oct 09 05:37:02.376 INFO O| Oct 09 05:37:02.376 INFO STEP 669 (remove_files) COMPLETE
61702024-10-09T05:37:03.621Z[ recovery-image] Oct 09 05:37:02.376 INFO O| Oct 09 05:37:02.376 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-10-09T05:37:03.627Z[ recovery-image] Oct 09 05:37:02.386 INFO O| Oct 09 05:37:02.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
61722024-10-09T05:37:03.627Z[ recovery-image] Oct 09 05:37:02.386 INFO O| Oct 09 05:37:02.386 INFO STEP 670 (remove_files) COMPLETE
61732024-10-09T05:37:03.627Z[ recovery-image] Oct 09 05:37:02.386 INFO O| Oct 09 05:37:02.386 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-10-09T05:37:03.637Z[ recovery-image] Oct 09 05:37:02.395 INFO O| Oct 09 05:37:02.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
61752024-10-09T05:37:03.639Z[ recovery-image] Oct 09 05:37:02.395 INFO O| Oct 09 05:37:02.395 INFO STEP 671 (remove_files) COMPLETE
61762024-10-09T05:37:03.639Z[ recovery-image] Oct 09 05:37:02.395 INFO O| Oct 09 05:37:02.395 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-10-09T05:37:03.647Z[ recovery-image] Oct 09 05:37:02.406 INFO O| Oct 09 05:37:02.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
61782024-10-09T05:37:03.649Z[ recovery-image] Oct 09 05:37:02.406 INFO O| Oct 09 05:37:02.406 INFO STEP 672 (remove_files) COMPLETE
61792024-10-09T05:37:03.649Z[ recovery-image] Oct 09 05:37:02.406 INFO O| Oct 09 05:37:02.406 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-10-09T05:37:03.657Z[ recovery-image] Oct 09 05:37:02.415 INFO O| Oct 09 05:37:02.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
61812024-10-09T05:37:03.657Z[ recovery-image] Oct 09 05:37:02.415 INFO O| Oct 09 05:37:02.415 INFO STEP 673 (remove_files) COMPLETE
61822024-10-09T05:37:03.657Z[ recovery-image] Oct 09 05:37:02.415 INFO O| Oct 09 05:37:02.415 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-10-09T05:37:03.666Z[ recovery-image] Oct 09 05:37:02.425 INFO O| Oct 09 05:37:02.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
61842024-10-09T05:37:03.669Z[ recovery-image] Oct 09 05:37:02.425 INFO O| Oct 09 05:37:02.425 INFO STEP 674 (remove_files) COMPLETE
61852024-10-09T05:37:03.669Z[ recovery-image] Oct 09 05:37:02.425 INFO O| Oct 09 05:37:02.425 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-10-09T05:37:03.676Z[ recovery-image] Oct 09 05:37:02.434 INFO O| Oct 09 05:37:02.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
61872024-10-09T05:37:03.678Z[ recovery-image] Oct 09 05:37:02.435 INFO O| Oct 09 05:37:02.435 INFO STEP 675 (remove_files) COMPLETE
61882024-10-09T05:37:03.678Z[ recovery-image] Oct 09 05:37:02.435 INFO O| Oct 09 05:37:02.435 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-10-09T05:37:03.685Z[ recovery-image] Oct 09 05:37:02.444 INFO O| Oct 09 05:37:02.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
61902024-10-09T05:37:03.686Z[ recovery-image] Oct 09 05:37:02.444 INFO O| Oct 09 05:37:02.444 INFO STEP 676 (remove_files) COMPLETE
61912024-10-09T05:37:03.688Z[ recovery-image] Oct 09 05:37:02.444 INFO O| Oct 09 05:37:02.444 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-10-09T05:37:03.695Z[ recovery-image] Oct 09 05:37:02.454 INFO O| Oct 09 05:37:02.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
61932024-10-09T05:37:03.695Z[ recovery-image] Oct 09 05:37:02.454 INFO O| Oct 09 05:37:02.454 INFO STEP 677 (remove_files) COMPLETE
61942024-10-09T05:37:03.698Z[ recovery-image] Oct 09 05:37:02.454 INFO O| Oct 09 05:37:02.454 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-10-09T05:37:03.705Z[ recovery-image] Oct 09 05:37:02.464 INFO O| Oct 09 05:37:02.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
61962024-10-09T05:37:03.705Z[ recovery-image] Oct 09 05:37:02.464 INFO O| Oct 09 05:37:02.464 INFO STEP 678 (remove_files) COMPLETE
61972024-10-09T05:37:03.705Z[ recovery-image] Oct 09 05:37:02.464 INFO O| Oct 09 05:37:02.464 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-10-09T05:37:03.715Z[ recovery-image] Oct 09 05:37:02.473 INFO O| Oct 09 05:37:02.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
61992024-10-09T05:37:03.717Z[ recovery-image] Oct 09 05:37:02.473 INFO O| Oct 09 05:37:02.473 INFO STEP 679 (remove_files) COMPLETE
62002024-10-09T05:37:03.717Z[ recovery-image] Oct 09 05:37:02.473 INFO O| Oct 09 05:37:02.473 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-10-09T05:37:03.725Z[ recovery-image] Oct 09 05:37:02.484 INFO O| Oct 09 05:37:02.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
62022024-10-09T05:37:03.725Z[ recovery-image] Oct 09 05:37:02.484 INFO O| Oct 09 05:37:02.484 INFO STEP 680 (remove_files) COMPLETE
62032024-10-09T05:37:03.725Z[ recovery-image] Oct 09 05:37:02.484 INFO O| Oct 09 05:37:02.484 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-10-09T05:37:03.735Z[ recovery-image] Oct 09 05:37:02.493 INFO O| Oct 09 05:37:02.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
62052024-10-09T05:37:03.735Z[ recovery-image] Oct 09 05:37:02.493 INFO O| Oct 09 05:37:02.493 INFO STEP 681 (remove_files) COMPLETE
62062024-10-09T05:37:03.737Z[ recovery-image] Oct 09 05:37:02.493 INFO O| Oct 09 05:37:02.493 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-10-09T05:37:03.744Z[ recovery-image] Oct 09 05:37:02.503 INFO O| Oct 09 05:37:02.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
62082024-10-09T05:37:03.744Z[ recovery-image] Oct 09 05:37:02.503 INFO O| Oct 09 05:37:02.503 INFO STEP 682 (remove_files) COMPLETE
62092024-10-09T05:37:03.747Z[ recovery-image] Oct 09 05:37:02.503 INFO O| Oct 09 05:37:02.503 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-10-09T05:37:03.754Z[ recovery-image] Oct 09 05:37:02.512 INFO O| Oct 09 05:37:02.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
62112024-10-09T05:37:03.754Z[ recovery-image] Oct 09 05:37:02.512 INFO O| Oct 09 05:37:02.512 INFO STEP 683 (remove_files) COMPLETE
62122024-10-09T05:37:03.756Z[ recovery-image] Oct 09 05:37:02.512 INFO O| Oct 09 05:37:02.512 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-10-09T05:37:03.763Z[ recovery-image] Oct 09 05:37:02.522 INFO O| Oct 09 05:37:02.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
62142024-10-09T05:37:03.765Z[ recovery-image] Oct 09 05:37:02.522 INFO O| Oct 09 05:37:02.522 INFO STEP 684 (remove_files) COMPLETE
62152024-10-09T05:37:03.765Z[ recovery-image] Oct 09 05:37:02.522 INFO O| Oct 09 05:37:02.522 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-10-09T05:37:03.773Z[ recovery-image] Oct 09 05:37:02.531 INFO O| Oct 09 05:37:02.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
62172024-10-09T05:37:03.773Z[ recovery-image] Oct 09 05:37:02.531 INFO O| Oct 09 05:37:02.531 INFO STEP 685 (remove_files) COMPLETE
62182024-10-09T05:37:03.775Z[ recovery-image] Oct 09 05:37:02.531 INFO O| Oct 09 05:37:02.531 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-10-09T05:37:03.782Z[ recovery-image] Oct 09 05:37:02.541 INFO O| Oct 09 05:37:02.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
62202024-10-09T05:37:03.784Z[ recovery-image] Oct 09 05:37:02.541 INFO O| Oct 09 05:37:02.541 INFO STEP 686 (remove_files) COMPLETE
62212024-10-09T05:37:03.784Z[ recovery-image] Oct 09 05:37:02.541 INFO O| Oct 09 05:37:02.541 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-10-09T05:37:03.791Z[ recovery-image] Oct 09 05:37:02.550 INFO O| Oct 09 05:37:02.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
62232024-10-09T05:37:03.794Z[ recovery-image] Oct 09 05:37:02.550 INFO O| Oct 09 05:37:02.550 INFO STEP 687 (remove_files) COMPLETE
62242024-10-09T05:37:03.794Z[ recovery-image] Oct 09 05:37:02.550 INFO O| Oct 09 05:37:02.550 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-10-09T05:37:03.803Z[ recovery-image] Oct 09 05:37:02.559 INFO O| Oct 09 05:37:02.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
62262024-10-09T05:37:03.806Z[ recovery-image] Oct 09 05:37:02.560 INFO O| Oct 09 05:37:02.560 INFO STEP 688 (remove_files) COMPLETE
62272024-10-09T05:37:03.806Z[ recovery-image] Oct 09 05:37:02.560 INFO O| Oct 09 05:37:02.560 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-10-09T05:37:03.811Z[ recovery-image] Oct 09 05:37:02.569 INFO O| Oct 09 05:37:02.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
62292024-10-09T05:37:03.811Z[ recovery-image] Oct 09 05:37:02.569 INFO O| Oct 09 05:37:02.569 INFO STEP 689 (remove_files) COMPLETE
62302024-10-09T05:37:03.811Z[ recovery-image] Oct 09 05:37:02.569 INFO O| Oct 09 05:37:02.569 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-10-09T05:37:03.820Z[ recovery-image] Oct 09 05:37:02.578 INFO O| Oct 09 05:37:02.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
62322024-10-09T05:37:03.820Z[ recovery-image] Oct 09 05:37:02.578 INFO O| Oct 09 05:37:02.578 INFO STEP 690 (remove_files) COMPLETE
62332024-10-09T05:37:03.823Z[ recovery-image] Oct 09 05:37:02.578 INFO O| Oct 09 05:37:02.578 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-10-09T05:37:03.830Z[ recovery-image] Oct 09 05:37:02.588 INFO O| Oct 09 05:37:02.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
62352024-10-09T05:37:03.830Z[ recovery-image] Oct 09 05:37:02.588 INFO O| Oct 09 05:37:02.588 INFO STEP 691 (remove_files) COMPLETE
62362024-10-09T05:37:03.832Z[ recovery-image] Oct 09 05:37:02.588 INFO O| Oct 09 05:37:02.588 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-10-09T05:37:03.839Z[ recovery-image] Oct 09 05:37:02.597 INFO O| Oct 09 05:37:02.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
62382024-10-09T05:37:03.839Z[ recovery-image] Oct 09 05:37:02.597 INFO O| Oct 09 05:37:02.597 INFO STEP 692 (remove_files) COMPLETE
62392024-10-09T05:37:03.841Z[ recovery-image] Oct 09 05:37:02.597 INFO O| Oct 09 05:37:02.597 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-10-09T05:37:03.848Z[ recovery-image] Oct 09 05:37:02.606 INFO O| Oct 09 05:37:02.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
62412024-10-09T05:37:03.850Z[ recovery-image] Oct 09 05:37:02.607 INFO O| Oct 09 05:37:02.607 INFO STEP 693 (remove_files) COMPLETE
62422024-10-09T05:37:03.850Z[ recovery-image] Oct 09 05:37:02.607 INFO O| Oct 09 05:37:02.607 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-10-09T05:37:03.858Z[ recovery-image] Oct 09 05:37:02.616 INFO O| Oct 09 05:37:02.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
62442024-10-09T05:37:03.860Z[ recovery-image] Oct 09 05:37:02.616 INFO O| Oct 09 05:37:02.616 INFO STEP 694 (remove_files) COMPLETE
62452024-10-09T05:37:03.860Z[ recovery-image] Oct 09 05:37:02.616 INFO O| Oct 09 05:37:02.616 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-10-09T05:37:03.867Z[ recovery-image] Oct 09 05:37:02.626 INFO O| Oct 09 05:37:02.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
62472024-10-09T05:37:03.867Z[ recovery-image] Oct 09 05:37:02.626 INFO O| Oct 09 05:37:02.626 INFO STEP 695 (remove_files) COMPLETE
62482024-10-09T05:37:03.870Z[ recovery-image] Oct 09 05:37:02.626 INFO O| Oct 09 05:37:02.626 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-10-09T05:37:03.877Z[ recovery-image] Oct 09 05:37:02.635 INFO O| Oct 09 05:37:02.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
62502024-10-09T05:37:03.877Z[ recovery-image] Oct 09 05:37:02.635 INFO O| Oct 09 05:37:02.635 INFO STEP 696 (remove_files) COMPLETE
62512024-10-09T05:37:03.877Z[ recovery-image] Oct 09 05:37:02.635 INFO O| Oct 09 05:37:02.635 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-10-09T05:37:03.886Z[ recovery-image] Oct 09 05:37:02.644 INFO O| Oct 09 05:37:02.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
62532024-10-09T05:37:03.888Z[ recovery-image] Oct 09 05:37:02.644 INFO O| Oct 09 05:37:02.644 INFO STEP 697 (remove_files) COMPLETE
62542024-10-09T05:37:03.888Z[ recovery-image] Oct 09 05:37:02.644 INFO O| Oct 09 05:37:02.644 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-10-09T05:37:03.895Z[ recovery-image] Oct 09 05:37:02.654 INFO O| Oct 09 05:37:02.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
62562024-10-09T05:37:03.895Z[ recovery-image] Oct 09 05:37:02.654 INFO O| Oct 09 05:37:02.654 INFO STEP 698 (remove_files) COMPLETE
62572024-10-09T05:37:03.898Z[ recovery-image] Oct 09 05:37:02.654 INFO O| Oct 09 05:37:02.654 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-10-09T05:37:03.905Z[ recovery-image] Oct 09 05:37:02.663 INFO O| Oct 09 05:37:02.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
62592024-10-09T05:37:03.907Z[ recovery-image] Oct 09 05:37:02.663 INFO O| Oct 09 05:37:02.663 INFO STEP 699 (remove_files) COMPLETE
62602024-10-09T05:37:03.907Z[ recovery-image] Oct 09 05:37:02.663 INFO O| Oct 09 05:37:02.663 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-10-09T05:37:03.914Z[ recovery-image] Oct 09 05:37:02.673 INFO O| Oct 09 05:37:02.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
62622024-10-09T05:37:03.917Z[ recovery-image] Oct 09 05:37:02.673 INFO O| Oct 09 05:37:02.673 INFO STEP 700 (remove_files) COMPLETE
62632024-10-09T05:37:03.917Z[ recovery-image] Oct 09 05:37:02.673 INFO O| Oct 09 05:37:02.673 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-10-09T05:37:03.924Z[ recovery-image] Oct 09 05:37:02.682 INFO O| Oct 09 05:37:02.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
62652024-10-09T05:37:03.924Z[ recovery-image] Oct 09 05:37:02.682 INFO O| Oct 09 05:37:02.682 INFO STEP 701 (remove_files) COMPLETE
62662024-10-09T05:37:03.929Z[ recovery-image] Oct 09 05:37:02.682 INFO O| Oct 09 05:37:02.682 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-10-09T05:37:03.933Z[ recovery-image] Oct 09 05:37:02.692 INFO O| Oct 09 05:37:02.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
62682024-10-09T05:37:03.933Z[ recovery-image] Oct 09 05:37:02.692 INFO O| Oct 09 05:37:02.692 INFO STEP 702 (remove_files) COMPLETE
62692024-10-09T05:37:03.936Z[ recovery-image] Oct 09 05:37:02.692 INFO O| Oct 09 05:37:02.692 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-10-09T05:37:03.943Z[ recovery-image] Oct 09 05:37:02.701 INFO O| Oct 09 05:37:02.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
62712024-10-09T05:37:03.945Z[ recovery-image] Oct 09 05:37:02.702 INFO O| Oct 09 05:37:02.702 INFO STEP 703 (remove_files) COMPLETE
62722024-10-09T05:37:03.945Z[ recovery-image] Oct 09 05:37:02.702 INFO O| Oct 09 05:37:02.702 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-10-09T05:37:03.953Z[ recovery-image] Oct 09 05:37:02.711 INFO O| Oct 09 05:37:02.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
62742024-10-09T05:37:03.953Z[ recovery-image] Oct 09 05:37:02.711 INFO O| Oct 09 05:37:02.711 INFO STEP 704 (remove_files) COMPLETE
62752024-10-09T05:37:03.953Z[ recovery-image] Oct 09 05:37:02.711 INFO O| Oct 09 05:37:02.711 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-10-09T05:37:03.963Z[ recovery-image] Oct 09 05:37:02.721 INFO O| Oct 09 05:37:02.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
62772024-10-09T05:37:03.965Z[ recovery-image] Oct 09 05:37:02.721 INFO O| Oct 09 05:37:02.721 INFO STEP 705 (remove_files) COMPLETE
62782024-10-09T05:37:03.965Z[ recovery-image] Oct 09 05:37:02.721 INFO O| Oct 09 05:37:02.721 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-10-09T05:37:03.972Z[ recovery-image] Oct 09 05:37:02.730 INFO O| Oct 09 05:37:02.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
62802024-10-09T05:37:03.972Z[ recovery-image] Oct 09 05:37:02.730 INFO O| Oct 09 05:37:02.730 INFO STEP 706 (remove_files) COMPLETE
62812024-10-09T05:37:03.975Z[ recovery-image] Oct 09 05:37:02.730 INFO O| Oct 09 05:37:02.730 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-10-09T05:37:03.982Z[ recovery-image] Oct 09 05:37:02.740 INFO O| Oct 09 05:37:02.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
62832024-10-09T05:37:03.984Z[ recovery-image] Oct 09 05:37:02.740 INFO O| Oct 09 05:37:02.740 INFO STEP 707 (remove_files) COMPLETE
62842024-10-09T05:37:03.984Z[ recovery-image] Oct 09 05:37:02.740 INFO O| Oct 09 05:37:02.740 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-10-09T05:37:03.991Z[ recovery-image] Oct 09 05:37:02.749 INFO O| Oct 09 05:37:02.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
62862024-10-09T05:37:03.991Z[ recovery-image] Oct 09 05:37:02.750 INFO O| Oct 09 05:37:02.750 INFO STEP 708 (remove_files) COMPLETE
62872024-10-09T05:37:03.994Z[ recovery-image] Oct 09 05:37:02.750 INFO O| Oct 09 05:37:02.750 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-10-09T05:37:04.001Z[ recovery-image] Oct 09 05:37:02.759 INFO O| Oct 09 05:37:02.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
62892024-10-09T05:37:04.004Z[ recovery-image] Oct 09 05:37:02.759 INFO O| Oct 09 05:37:02.759 INFO STEP 709 (remove_files) COMPLETE
62902024-10-09T05:37:04.004Z[ recovery-image] Oct 09 05:37:02.759 INFO O| Oct 09 05:37:02.759 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-10-09T05:37:04.011Z[ recovery-image] Oct 09 05:37:02.769 INFO O| Oct 09 05:37:02.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
62922024-10-09T05:37:04.014Z[ recovery-image] Oct 09 05:37:02.769 INFO O| Oct 09 05:37:02.769 INFO STEP 710 (remove_files) COMPLETE
62932024-10-09T05:37:04.014Z[ recovery-image] Oct 09 05:37:02.769 INFO O| Oct 09 05:37:02.769 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-10-09T05:37:04.021Z[ recovery-image] Oct 09 05:37:02.779 INFO O| Oct 09 05:37:02.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
62952024-10-09T05:37:04.021Z[ recovery-image] Oct 09 05:37:02.779 INFO O| Oct 09 05:37:02.779 INFO STEP 711 (remove_files) COMPLETE
62962024-10-09T05:37:04.021Z[ recovery-image] Oct 09 05:37:02.779 INFO O| Oct 09 05:37:02.779 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-10-09T05:37:04.030Z[ recovery-image] Oct 09 05:37:02.788 INFO O| Oct 09 05:37:02.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
62982024-10-09T05:37:04.032Z[ recovery-image] Oct 09 05:37:02.788 INFO O| Oct 09 05:37:02.788 INFO STEP 712 (remove_files) COMPLETE
62992024-10-09T05:37:04.032Z[ recovery-image] Oct 09 05:37:02.788 INFO O| Oct 09 05:37:02.788 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-10-09T05:37:04.039Z[ recovery-image] Oct 09 05:37:02.798 INFO O| Oct 09 05:37:02.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
63012024-10-09T05:37:04.039Z[ recovery-image] Oct 09 05:37:02.798 INFO O| Oct 09 05:37:02.798 INFO STEP 713 (remove_files) COMPLETE
63022024-10-09T05:37:04.042Z[ recovery-image] Oct 09 05:37:02.798 INFO O| Oct 09 05:37:02.798 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-10-09T05:37:04.049Z[ recovery-image] Oct 09 05:37:02.807 INFO O| Oct 09 05:37:02.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
63042024-10-09T05:37:04.051Z[ recovery-image] Oct 09 05:37:02.807 INFO O| Oct 09 05:37:02.807 INFO STEP 714 (remove_files) COMPLETE
63052024-10-09T05:37:04.051Z[ recovery-image] Oct 09 05:37:02.807 INFO O| Oct 09 05:37:02.807 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-10-09T05:37:04.058Z[ recovery-image] Oct 09 05:37:02.816 INFO O| Oct 09 05:37:02.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
63072024-10-09T05:37:04.058Z[ recovery-image] Oct 09 05:37:02.817 INFO O| Oct 09 05:37:02.817 INFO STEP 715 (remove_files) COMPLETE
63082024-10-09T05:37:04.058Z[ recovery-image] Oct 09 05:37:02.817 INFO O| Oct 09 05:37:02.817 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-10-09T05:37:04.068Z[ recovery-image] Oct 09 05:37:02.826 INFO O| Oct 09 05:37:02.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
63102024-10-09T05:37:04.068Z[ recovery-image] Oct 09 05:37:02.826 INFO O| Oct 09 05:37:02.826 INFO STEP 716 (remove_files) COMPLETE
63112024-10-09T05:37:04.071Z[ recovery-image] Oct 09 05:37:02.826 INFO O| Oct 09 05:37:02.826 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-10-09T05:37:04.077Z[ recovery-image] Oct 09 05:37:02.835 INFO O| Oct 09 05:37:02.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
63132024-10-09T05:37:04.077Z[ recovery-image] Oct 09 05:37:02.835 INFO O| Oct 09 05:37:02.835 INFO STEP 717 (remove_files) COMPLETE
63142024-10-09T05:37:04.080Z[ recovery-image] Oct 09 05:37:02.835 INFO O| Oct 09 05:37:02.835 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-10-09T05:37:04.087Z[ recovery-image] Oct 09 05:37:02.845 INFO O| Oct 09 05:37:02.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
63162024-10-09T05:37:04.087Z[ recovery-image] Oct 09 05:37:02.845 INFO O| Oct 09 05:37:02.845 INFO STEP 718 (remove_files) COMPLETE
63172024-10-09T05:37:04.087Z[ recovery-image] Oct 09 05:37:02.845 INFO O| Oct 09 05:37:02.845 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-10-09T05:37:04.096Z[ recovery-image] Oct 09 05:37:02.854 INFO O| Oct 09 05:37:02.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
63192024-10-09T05:37:04.099Z[ recovery-image] Oct 09 05:37:02.854 INFO O| Oct 09 05:37:02.854 INFO STEP 719 (remove_files) COMPLETE
63202024-10-09T05:37:04.099Z[ recovery-image] Oct 09 05:37:02.854 INFO O| Oct 09 05:37:02.854 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-10-09T05:37:04.106Z[ recovery-image] Oct 09 05:37:02.864 INFO O| Oct 09 05:37:02.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
63222024-10-09T05:37:04.108Z[ recovery-image] Oct 09 05:37:02.864 INFO O| Oct 09 05:37:02.864 INFO STEP 720 (remove_files) COMPLETE
63232024-10-09T05:37:04.108Z[ recovery-image] Oct 09 05:37:02.864 INFO O| Oct 09 05:37:02.864 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-10-09T05:37:04.115Z[ recovery-image] Oct 09 05:37:02.874 INFO O| Oct 09 05:37:02.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
63252024-10-09T05:37:04.115Z[ recovery-image] Oct 09 05:37:02.874 INFO O| Oct 09 05:37:02.874 INFO STEP 721 (remove_files) COMPLETE
63262024-10-09T05:37:04.118Z[ recovery-image] Oct 09 05:37:02.874 INFO O| Oct 09 05:37:02.874 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-10-09T05:37:04.125Z[ recovery-image] Oct 09 05:37:02.883 INFO O| Oct 09 05:37:02.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
63282024-10-09T05:37:04.125Z[ recovery-image] Oct 09 05:37:02.883 INFO O| Oct 09 05:37:02.883 INFO STEP 722 (remove_files) COMPLETE
63292024-10-09T05:37:04.128Z[ recovery-image] Oct 09 05:37:02.883 INFO O| Oct 09 05:37:02.883 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-10-09T05:37:04.135Z[ recovery-image] Oct 09 05:37:02.893 INFO O| Oct 09 05:37:02.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
63312024-10-09T05:37:04.136Z[ recovery-image] Oct 09 05:37:02.893 INFO O| Oct 09 05:37:02.893 INFO STEP 723 (remove_files) COMPLETE
63322024-10-09T05:37:04.136Z[ recovery-image] Oct 09 05:37:02.893 INFO O| Oct 09 05:37:02.893 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-10-09T05:37:04.144Z[ recovery-image] Oct 09 05:37:02.902 INFO O| Oct 09 05:37:02.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
63342024-10-09T05:37:04.144Z[ recovery-image] Oct 09 05:37:02.902 INFO O| Oct 09 05:37:02.902 INFO STEP 724 (remove_files) COMPLETE
63352024-10-09T05:37:04.147Z[ recovery-image] Oct 09 05:37:02.902 INFO O| Oct 09 05:37:02.902 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-10-09T05:37:04.154Z[ recovery-image] Oct 09 05:37:02.912 INFO O| Oct 09 05:37:02.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
63372024-10-09T05:37:04.157Z[ recovery-image] Oct 09 05:37:02.912 INFO O| Oct 09 05:37:02.912 INFO STEP 725 (remove_files) COMPLETE
63382024-10-09T05:37:04.157Z[ recovery-image] Oct 09 05:37:02.912 INFO O| Oct 09 05:37:02.912 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-10-09T05:37:04.163Z[ recovery-image] Oct 09 05:37:02.921 INFO O| Oct 09 05:37:02.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
63402024-10-09T05:37:04.163Z[ recovery-image] Oct 09 05:37:02.921 INFO O| Oct 09 05:37:02.921 INFO STEP 726 (remove_files) COMPLETE
63412024-10-09T05:37:04.163Z[ recovery-image] Oct 09 05:37:02.921 INFO O| Oct 09 05:37:02.921 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-10-09T05:37:04.172Z[ recovery-image] Oct 09 05:37:02.930 INFO O| Oct 09 05:37:02.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
63432024-10-09T05:37:04.175Z[ recovery-image] Oct 09 05:37:02.931 INFO O| Oct 09 05:37:02.930 INFO STEP 727 (remove_files) COMPLETE
63442024-10-09T05:37:04.175Z[ recovery-image] Oct 09 05:37:02.931 INFO O| Oct 09 05:37:02.931 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-10-09T05:37:04.182Z[ recovery-image] Oct 09 05:37:02.940 INFO O| Oct 09 05:37:02.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
63462024-10-09T05:37:04.183Z[ recovery-image] Oct 09 05:37:02.940 INFO O| Oct 09 05:37:02.940 INFO STEP 728 (remove_files) COMPLETE
63472024-10-09T05:37:04.183Z[ recovery-image] Oct 09 05:37:02.940 INFO O| Oct 09 05:37:02.940 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-10-09T05:37:04.191Z[ recovery-image] Oct 09 05:37:02.949 INFO O| Oct 09 05:37:02.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
63492024-10-09T05:37:04.193Z[ recovery-image] Oct 09 05:37:02.949 INFO O| Oct 09 05:37:02.949 INFO STEP 729 (remove_files) COMPLETE
63502024-10-09T05:37:04.193Z[ recovery-image] Oct 09 05:37:02.949 INFO O| Oct 09 05:37:02.949 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-10-09T05:37:04.200Z[ recovery-image] Oct 09 05:37:02.958 INFO O| Oct 09 05:37:02.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
63522024-10-09T05:37:04.203Z[ recovery-image] Oct 09 05:37:02.959 INFO O| Oct 09 05:37:02.959 INFO STEP 730 (remove_files) COMPLETE
63532024-10-09T05:37:04.203Z[ recovery-image] Oct 09 05:37:02.959 INFO O| Oct 09 05:37:02.959 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-10-09T05:37:04.210Z[ recovery-image] Oct 09 05:37:02.968 INFO O| Oct 09 05:37:02.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
63552024-10-09T05:37:04.210Z[ recovery-image] Oct 09 05:37:02.968 INFO O| Oct 09 05:37:02.968 INFO STEP 731 (remove_files) COMPLETE
63562024-10-09T05:37:04.212Z[ recovery-image] Oct 09 05:37:02.968 INFO O| Oct 09 05:37:02.968 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-10-09T05:37:04.219Z[ recovery-image] Oct 09 05:37:02.977 INFO O| Oct 09 05:37:02.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
63582024-10-09T05:37:04.221Z[ recovery-image] Oct 09 05:37:02.977 INFO O| Oct 09 05:37:02.977 INFO STEP 732 (remove_files) COMPLETE
63592024-10-09T05:37:04.221Z[ recovery-image] Oct 09 05:37:02.977 INFO O| Oct 09 05:37:02.977 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602024-10-09T05:37:04.228Z[ recovery-image] Oct 09 05:37:02.986 INFO O| Oct 09 05:37:02.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
63612024-10-09T05:37:04.231Z[ recovery-image] Oct 09 05:37:02.987 INFO O| Oct 09 05:37:02.986 INFO STEP 733 (remove_files) COMPLETE
63622024-10-09T05:37:04.231Z[ recovery-image] Oct 09 05:37:02.987 INFO O| Oct 09 05:37:02.987 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632024-10-09T05:37:04.238Z[ recovery-image] Oct 09 05:37:02.996 INFO O| Oct 09 05:37:02.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
63642024-10-09T05:37:04.240Z[ recovery-image] Oct 09 05:37:02.997 INFO O| Oct 09 05:37:02.996 INFO STEP 734 (remove_files) COMPLETE
63652024-10-09T05:37:04.240Z[ recovery-image] Oct 09 05:37:02.997 INFO O| Oct 09 05:37:02.997 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662024-10-09T05:37:04.249Z[ recovery-image] Oct 09 05:37:03.007 INFO O| Oct 09 05:37:03.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
63672024-10-09T05:37:04.251Z[ recovery-image] Oct 09 05:37:03.007 INFO O| Oct 09 05:37:03.007 INFO STEP 735 (remove_files) COMPLETE
63682024-10-09T05:37:04.251Z[ recovery-image] Oct 09 05:37:03.007 INFO O| Oct 09 05:37:03.007 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-10-09T05:37:04.258Z[ recovery-image] Oct 09 05:37:03.016 INFO O| Oct 09 05:37:03.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
63702024-10-09T05:37:04.258Z[ recovery-image] Oct 09 05:37:03.016 INFO O| Oct 09 05:37:03.016 INFO STEP 736 (remove_files) COMPLETE
63712024-10-09T05:37:04.262Z[ recovery-image] Oct 09 05:37:03.016 INFO O| Oct 09 05:37:03.016 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722024-10-09T05:37:04.268Z[ recovery-image] Oct 09 05:37:03.026 INFO O| Oct 09 05:37:03.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
63732024-10-09T05:37:04.268Z[ recovery-image] Oct 09 05:37:03.026 INFO O| Oct 09 05:37:03.026 INFO STEP 737 (remove_files) COMPLETE
63742024-10-09T05:37:04.270Z[ recovery-image] Oct 09 05:37:03.026 INFO O| Oct 09 05:37:03.026 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752024-10-09T05:37:04.277Z[ recovery-image] Oct 09 05:37:03.035 INFO O| Oct 09 05:37:03.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
63762024-10-09T05:37:04.280Z[ recovery-image] Oct 09 05:37:03.035 INFO O| Oct 09 05:37:03.035 INFO STEP 738 (remove_files) COMPLETE
63772024-10-09T05:37:04.281Z[ recovery-image] Oct 09 05:37:03.035 INFO O| Oct 09 05:37:03.035 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-10-09T05:37:04.286Z[ recovery-image] Oct 09 05:37:03.044 INFO O| Oct 09 05:37:03.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
63792024-10-09T05:37:04.286Z[ recovery-image] Oct 09 05:37:03.044 INFO O| Oct 09 05:37:03.044 INFO STEP 739 (remove_files) COMPLETE
63802024-10-09T05:37:04.289Z[ recovery-image] Oct 09 05:37:03.045 INFO O| Oct 09 05:37:03.044 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-10-09T05:37:04.296Z[ recovery-image] Oct 09 05:37:03.054 INFO O| Oct 09 05:37:03.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
63822024-10-09T05:37:04.298Z[ recovery-image] Oct 09 05:37:03.054 INFO O| Oct 09 05:37:03.054 INFO STEP 740 (remove_files) COMPLETE
63832024-10-09T05:37:04.298Z[ recovery-image] Oct 09 05:37:03.054 INFO O| Oct 09 05:37:03.054 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-10-09T05:37:04.306Z[ recovery-image] Oct 09 05:37:03.063 INFO O| Oct 09 05:37:03.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
63852024-10-09T05:37:04.306Z[ recovery-image] Oct 09 05:37:03.063 INFO O| Oct 09 05:37:03.063 INFO STEP 741 (remove_files) COMPLETE
63862024-10-09T05:37:04.309Z[ recovery-image] Oct 09 05:37:03.063 INFO O| Oct 09 05:37:03.063 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-10-09T05:37:04.315Z[ recovery-image] Oct 09 05:37:03.073 INFO O| Oct 09 05:37:03.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
63882024-10-09T05:37:04.315Z[ recovery-image] Oct 09 05:37:03.073 INFO O| Oct 09 05:37:03.073 INFO STEP 742 (remove_files) COMPLETE
63892024-10-09T05:37:04.315Z[ recovery-image] Oct 09 05:37:03.073 INFO O| Oct 09 05:37:03.073 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-10-09T05:37:04.325Z[ recovery-image] Oct 09 05:37:03.083 INFO O| Oct 09 05:37:03.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
63912024-10-09T05:37:04.328Z[ recovery-image] Oct 09 05:37:03.083 INFO O| Oct 09 05:37:03.083 INFO STEP 743 (remove_files) COMPLETE
63922024-10-09T05:37:04.328Z[ recovery-image] Oct 09 05:37:03.083 INFO O| Oct 09 05:37:03.083 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-10-09T05:37:04.334Z[ recovery-image] Oct 09 05:37:03.092 INFO O| Oct 09 05:37:03.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
63942024-10-09T05:37:04.338Z[ recovery-image] Oct 09 05:37:03.092 INFO O| Oct 09 05:37:03.092 INFO STEP 744 (remove_files) COMPLETE
63952024-10-09T05:37:04.338Z[ recovery-image] Oct 09 05:37:03.092 INFO O| Oct 09 05:37:03.092 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-10-09T05:37:04.344Z[ recovery-image] Oct 09 05:37:03.102 INFO O| Oct 09 05:37:03.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
63972024-10-09T05:37:04.346Z[ recovery-image] Oct 09 05:37:03.102 INFO O| Oct 09 05:37:03.102 INFO STEP 745 (remove_files) COMPLETE
63982024-10-09T05:37:04.346Z[ recovery-image] Oct 09 05:37:03.102 INFO O| Oct 09 05:37:03.102 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-10-09T05:37:04.353Z[ recovery-image] Oct 09 05:37:03.111 INFO O| Oct 09 05:37:03.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
64002024-10-09T05:37:04.353Z[ recovery-image] Oct 09 05:37:03.111 INFO O| Oct 09 05:37:03.111 INFO STEP 746 (remove_files) COMPLETE
64012024-10-09T05:37:04.353Z[ recovery-image] Oct 09 05:37:03.111 INFO O| Oct 09 05:37:03.111 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022024-10-09T05:37:04.363Z[ recovery-image] Oct 09 05:37:03.120 INFO O| Oct 09 05:37:03.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
64032024-10-09T05:37:04.363Z[ recovery-image] Oct 09 05:37:03.121 INFO O| Oct 09 05:37:03.120 INFO STEP 747 (remove_files) COMPLETE
64042024-10-09T05:37:04.363Z[ recovery-image] Oct 09 05:37:03.121 INFO O| Oct 09 05:37:03.121 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-10-09T05:37:04.372Z[ recovery-image] Oct 09 05:37:03.130 INFO O| Oct 09 05:37:03.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
64062024-10-09T05:37:04.372Z[ recovery-image] Oct 09 05:37:03.130 INFO O| Oct 09 05:37:03.130 INFO STEP 748 (remove_files) COMPLETE
64072024-10-09T05:37:04.372Z[ recovery-image] Oct 09 05:37:03.130 INFO O| Oct 09 05:37:03.130 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-10-09T05:37:04.381Z[ recovery-image] Oct 09 05:37:03.139 INFO O| Oct 09 05:37:03.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
64092024-10-09T05:37:04.384Z[ recovery-image] Oct 09 05:37:03.139 INFO O| Oct 09 05:37:03.139 INFO STEP 749 (remove_files) COMPLETE
64102024-10-09T05:37:04.384Z[ recovery-image] Oct 09 05:37:03.139 INFO O| Oct 09 05:37:03.139 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-10-09T05:37:04.391Z[ recovery-image] Oct 09 05:37:03.149 INFO O| Oct 09 05:37:03.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
64122024-10-09T05:37:04.393Z[ recovery-image] Oct 09 05:37:03.149 INFO O| Oct 09 05:37:03.149 INFO STEP 750 (remove_files) COMPLETE
64132024-10-09T05:37:04.393Z[ recovery-image] Oct 09 05:37:03.149 INFO O| Oct 09 05:37:03.149 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-10-09T05:37:04.401Z[ recovery-image] Oct 09 05:37:03.158 INFO O| Oct 09 05:37:03.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
64152024-10-09T05:37:04.401Z[ recovery-image] Oct 09 05:37:03.159 INFO O| Oct 09 05:37:03.158 INFO STEP 751 (remove_files) COMPLETE
64162024-10-09T05:37:04.401Z[ recovery-image] Oct 09 05:37:03.159 INFO O| Oct 09 05:37:03.159 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-10-09T05:37:04.410Z[ recovery-image] Oct 09 05:37:03.168 INFO O| Oct 09 05:37:03.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
64182024-10-09T05:37:04.410Z[ recovery-image] Oct 09 05:37:03.168 INFO O| Oct 09 05:37:03.168 INFO STEP 752 (remove_files) COMPLETE
64192024-10-09T05:37:04.410Z[ recovery-image] Oct 09 05:37:03.168 INFO O| Oct 09 05:37:03.168 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-10-09T05:37:04.420Z[ recovery-image] Oct 09 05:37:03.178 INFO O| Oct 09 05:37:03.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
64212024-10-09T05:37:04.422Z[ recovery-image] Oct 09 05:37:03.178 INFO O| Oct 09 05:37:03.178 INFO STEP 753 (remove_files) COMPLETE
64222024-10-09T05:37:04.422Z[ recovery-image] Oct 09 05:37:03.178 INFO O| Oct 09 05:37:03.178 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-10-09T05:37:04.430Z[ recovery-image] Oct 09 05:37:03.187 INFO O| Oct 09 05:37:03.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
64242024-10-09T05:37:04.430Z[ recovery-image] Oct 09 05:37:03.187 INFO O| Oct 09 05:37:03.187 INFO STEP 754 (remove_files) COMPLETE
64252024-10-09T05:37:04.430Z[ recovery-image] Oct 09 05:37:03.187 INFO O| Oct 09 05:37:03.187 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-10-09T05:37:04.439Z[ recovery-image] Oct 09 05:37:03.197 INFO O| Oct 09 05:37:03.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
64272024-10-09T05:37:04.439Z[ recovery-image] Oct 09 05:37:03.197 INFO O| Oct 09 05:37:03.197 INFO STEP 755 (remove_files) COMPLETE
64282024-10-09T05:37:04.441Z[ recovery-image] Oct 09 05:37:03.197 INFO O| Oct 09 05:37:03.197 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-10-09T05:37:04.448Z[ recovery-image] Oct 09 05:37:03.206 INFO O| Oct 09 05:37:03.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
64302024-10-09T05:37:04.448Z[ recovery-image] Oct 09 05:37:03.206 INFO O| Oct 09 05:37:03.206 INFO STEP 756 (remove_files) COMPLETE
64312024-10-09T05:37:04.448Z[ recovery-image] Oct 09 05:37:03.206 INFO O| Oct 09 05:37:03.206 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-10-09T05:37:04.458Z[ recovery-image] Oct 09 05:37:03.215 INFO O| Oct 09 05:37:03.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
64332024-10-09T05:37:04.458Z[ recovery-image] Oct 09 05:37:03.216 INFO O| Oct 09 05:37:03.216 INFO STEP 757 (remove_files) COMPLETE
64342024-10-09T05:37:04.460Z[ recovery-image] Oct 09 05:37:03.216 INFO O| Oct 09 05:37:03.216 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-10-09T05:37:04.467Z[ recovery-image] Oct 09 05:37:03.225 INFO O| Oct 09 05:37:03.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
64362024-10-09T05:37:04.469Z[ recovery-image] Oct 09 05:37:03.225 INFO O| Oct 09 05:37:03.225 INFO STEP 758 (remove_files) COMPLETE
64372024-10-09T05:37:04.470Z[ recovery-image] Oct 09 05:37:03.225 INFO O| Oct 09 05:37:03.225 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-10-09T05:37:04.476Z[ recovery-image] Oct 09 05:37:03.234 INFO O| Oct 09 05:37:03.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
64392024-10-09T05:37:04.479Z[ recovery-image] Oct 09 05:37:03.235 INFO O| Oct 09 05:37:03.235 INFO STEP 759 (remove_files) COMPLETE
64402024-10-09T05:37:04.479Z[ recovery-image] Oct 09 05:37:03.235 INFO O| Oct 09 05:37:03.235 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-10-09T05:37:04.486Z[ recovery-image] Oct 09 05:37:03.244 INFO O| Oct 09 05:37:03.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
64422024-10-09T05:37:04.489Z[ recovery-image] Oct 09 05:37:03.244 INFO O| Oct 09 05:37:03.244 INFO STEP 760 (remove_files) COMPLETE
64432024-10-09T05:37:04.489Z[ recovery-image] Oct 09 05:37:03.244 INFO O| Oct 09 05:37:03.244 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-10-09T05:37:04.496Z[ recovery-image] Oct 09 05:37:03.254 INFO O| Oct 09 05:37:03.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
64452024-10-09T05:37:04.496Z[ recovery-image] Oct 09 05:37:03.254 INFO O| Oct 09 05:37:03.254 INFO STEP 761 (remove_files) COMPLETE
64462024-10-09T05:37:04.498Z[ recovery-image] Oct 09 05:37:03.254 INFO O| Oct 09 05:37:03.254 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-10-09T05:37:04.505Z[ recovery-image] Oct 09 05:37:03.263 INFO O| Oct 09 05:37:03.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
64482024-10-09T05:37:04.508Z[ recovery-image] Oct 09 05:37:03.263 INFO O| Oct 09 05:37:03.263 INFO STEP 762 (remove_files) COMPLETE
64492024-10-09T05:37:04.508Z[ recovery-image] Oct 09 05:37:03.263 INFO O| Oct 09 05:37:03.263 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-10-09T05:37:04.515Z[ recovery-image] Oct 09 05:37:03.273 INFO O| Oct 09 05:37:03.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
64512024-10-09T05:37:04.515Z[ recovery-image] Oct 09 05:37:03.273 INFO O| Oct 09 05:37:03.273 INFO STEP 763 (remove_files) COMPLETE
64522024-10-09T05:37:04.515Z[ recovery-image] Oct 09 05:37:03.273 INFO O| Oct 09 05:37:03.273 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-10-09T05:37:04.524Z[ recovery-image] Oct 09 05:37:03.282 INFO O| Oct 09 05:37:03.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
64542024-10-09T05:37:04.524Z[ recovery-image] Oct 09 05:37:03.282 INFO O| Oct 09 05:37:03.282 INFO STEP 764 (remove_files) COMPLETE
64552024-10-09T05:37:04.527Z[ recovery-image] Oct 09 05:37:03.282 INFO O| Oct 09 05:37:03.282 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-10-09T05:37:04.534Z[ recovery-image] Oct 09 05:37:03.292 INFO O| Oct 09 05:37:03.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
64572024-10-09T05:37:04.536Z[ recovery-image] Oct 09 05:37:03.292 INFO O| Oct 09 05:37:03.292 INFO STEP 765 (remove_files) COMPLETE
64582024-10-09T05:37:04.536Z[ recovery-image] Oct 09 05:37:03.292 INFO O| Oct 09 05:37:03.292 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-10-09T05:37:04.543Z[ recovery-image] Oct 09 05:37:03.301 INFO O| Oct 09 05:37:03.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
64602024-10-09T05:37:04.546Z[ recovery-image] Oct 09 05:37:03.301 INFO O| Oct 09 05:37:03.301 INFO STEP 766 (remove_files) COMPLETE
64612024-10-09T05:37:04.546Z[ recovery-image] Oct 09 05:37:03.301 INFO O| Oct 09 05:37:03.301 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-10-09T05:37:04.553Z[ recovery-image] Oct 09 05:37:03.311 INFO O| Oct 09 05:37:03.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
64632024-10-09T05:37:04.555Z[ recovery-image] Oct 09 05:37:03.311 INFO O| Oct 09 05:37:03.311 INFO STEP 767 (remove_files) COMPLETE
64642024-10-09T05:37:04.555Z[ recovery-image] Oct 09 05:37:03.311 INFO O| Oct 09 05:37:03.311 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-10-09T05:37:04.562Z[ recovery-image] Oct 09 05:37:03.320 INFO O| Oct 09 05:37:03.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
64662024-10-09T05:37:04.562Z[ recovery-image] Oct 09 05:37:03.320 INFO O| Oct 09 05:37:03.320 INFO STEP 768 (remove_files) COMPLETE
64672024-10-09T05:37:04.562Z[ recovery-image] Oct 09 05:37:03.320 INFO O| Oct 09 05:37:03.320 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-10-09T05:37:04.572Z[ recovery-image] Oct 09 05:37:03.329 INFO O| Oct 09 05:37:03.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
64692024-10-09T05:37:04.572Z[ recovery-image] Oct 09 05:37:03.329 INFO O| Oct 09 05:37:03.329 INFO STEP 769 (remove_files) COMPLETE
64702024-10-09T05:37:04.574Z[ recovery-image] Oct 09 05:37:03.329 INFO O| Oct 09 05:37:03.329 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-10-09T05:37:04.581Z[ recovery-image] Oct 09 05:37:03.339 INFO O| Oct 09 05:37:03.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
64722024-10-09T05:37:04.581Z[ recovery-image] Oct 09 05:37:03.339 INFO O| Oct 09 05:37:03.339 INFO STEP 770 (remove_files) COMPLETE
64732024-10-09T05:37:04.583Z[ recovery-image] Oct 09 05:37:03.339 INFO O| Oct 09 05:37:03.339 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-10-09T05:37:04.590Z[ recovery-image] Oct 09 05:37:03.348 INFO O| Oct 09 05:37:03.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
64752024-10-09T05:37:04.590Z[ recovery-image] Oct 09 05:37:03.348 INFO O| Oct 09 05:37:03.348 INFO STEP 771 (remove_files) COMPLETE
64762024-10-09T05:37:04.591Z[ recovery-image] Oct 09 05:37:03.348 INFO O| Oct 09 05:37:03.348 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-10-09T05:37:04.601Z[ recovery-image] Oct 09 05:37:03.357 INFO O| Oct 09 05:37:03.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
64782024-10-09T05:37:04.601Z[ recovery-image] Oct 09 05:37:03.357 INFO O| Oct 09 05:37:03.357 INFO STEP 772 (remove_files) COMPLETE
64792024-10-09T05:37:04.601Z[ recovery-image] Oct 09 05:37:03.357 INFO O| Oct 09 05:37:03.357 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-10-09T05:37:04.609Z[ recovery-image] Oct 09 05:37:03.367 INFO O| Oct 09 05:37:03.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
64812024-10-09T05:37:04.609Z[ recovery-image] Oct 09 05:37:03.367 INFO O| Oct 09 05:37:03.367 INFO STEP 773 (remove_files) COMPLETE
64822024-10-09T05:37:04.612Z[ recovery-image] Oct 09 05:37:03.367 INFO O| Oct 09 05:37:03.367 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-10-09T05:37:04.619Z[ recovery-image] Oct 09 05:37:03.376 INFO O| Oct 09 05:37:03.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
64842024-10-09T05:37:04.619Z[ recovery-image] Oct 09 05:37:03.376 INFO O| Oct 09 05:37:03.376 INFO STEP 774 (remove_files) COMPLETE
64852024-10-09T05:37:04.619Z[ recovery-image] Oct 09 05:37:03.376 INFO O| Oct 09 05:37:03.376 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-10-09T05:37:04.628Z[ recovery-image] Oct 09 05:37:03.386 INFO O| Oct 09 05:37:03.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
64872024-10-09T05:37:04.628Z[ recovery-image] Oct 09 05:37:03.386 INFO O| Oct 09 05:37:03.386 INFO STEP 775 (remove_files) COMPLETE
64882024-10-09T05:37:04.628Z[ recovery-image] Oct 09 05:37:03.386 INFO O| Oct 09 05:37:03.386 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-10-09T05:37:04.638Z[ recovery-image] Oct 09 05:37:03.395 INFO O| Oct 09 05:37:03.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
64902024-10-09T05:37:04.638Z[ recovery-image] Oct 09 05:37:03.395 INFO O| Oct 09 05:37:03.395 INFO STEP 776 (remove_files) COMPLETE
64912024-10-09T05:37:04.638Z[ recovery-image] Oct 09 05:37:03.395 INFO O| Oct 09 05:37:03.395 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-10-09T05:37:04.647Z[ recovery-image] Oct 09 05:37:03.405 INFO O| Oct 09 05:37:03.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
64932024-10-09T05:37:04.647Z[ recovery-image] Oct 09 05:37:03.405 INFO O| Oct 09 05:37:03.405 INFO STEP 777 (remove_files) COMPLETE
64942024-10-09T05:37:04.647Z[ recovery-image] Oct 09 05:37:03.405 INFO O| Oct 09 05:37:03.405 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-10-09T05:37:04.656Z[ recovery-image] Oct 09 05:37:03.414 INFO O| Oct 09 05:37:03.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
64962024-10-09T05:37:04.659Z[ recovery-image] Oct 09 05:37:03.414 INFO O| Oct 09 05:37:03.414 INFO STEP 778 (remove_files) COMPLETE
64972024-10-09T05:37:04.659Z[ recovery-image] Oct 09 05:37:03.414 INFO O| Oct 09 05:37:03.414 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-10-09T05:37:04.666Z[ recovery-image] Oct 09 05:37:03.424 INFO O| Oct 09 05:37:03.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
64992024-10-09T05:37:04.666Z[ recovery-image] Oct 09 05:37:03.424 INFO O| Oct 09 05:37:03.424 INFO STEP 779 (remove_files) COMPLETE
65002024-10-09T05:37:04.669Z[ recovery-image] Oct 09 05:37:03.424 INFO O| Oct 09 05:37:03.424 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-10-09T05:37:04.676Z[ recovery-image] Oct 09 05:37:03.434 INFO O| Oct 09 05:37:03.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
65022024-10-09T05:37:04.676Z[ recovery-image] Oct 09 05:37:03.434 INFO O| Oct 09 05:37:03.434 INFO STEP 780 (remove_files) COMPLETE
65032024-10-09T05:37:04.678Z[ recovery-image] Oct 09 05:37:03.434 INFO O| Oct 09 05:37:03.434 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-10-09T05:37:04.685Z[ recovery-image] Oct 09 05:37:03.443 INFO O| Oct 09 05:37:03.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
65052024-10-09T05:37:04.688Z[ recovery-image] Oct 09 05:37:03.443 INFO O| Oct 09 05:37:03.443 INFO STEP 781 (remove_files) COMPLETE
65062024-10-09T05:37:04.688Z[ recovery-image] Oct 09 05:37:03.443 INFO O| Oct 09 05:37:03.443 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-10-09T05:37:04.695Z[ recovery-image] Oct 09 05:37:03.452 INFO O| Oct 09 05:37:03.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
65082024-10-09T05:37:04.695Z[ recovery-image] Oct 09 05:37:03.452 INFO O| Oct 09 05:37:03.452 INFO STEP 782 (remove_files) COMPLETE
65092024-10-09T05:37:04.698Z[ recovery-image] Oct 09 05:37:03.453 INFO O| Oct 09 05:37:03.452 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-10-09T05:37:04.704Z[ recovery-image] Oct 09 05:37:03.462 INFO O| Oct 09 05:37:03.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
65112024-10-09T05:37:04.707Z[ recovery-image] Oct 09 05:37:03.462 INFO O| Oct 09 05:37:03.462 INFO STEP 783 (remove_files) COMPLETE
65122024-10-09T05:37:04.707Z[ recovery-image] Oct 09 05:37:03.462 INFO O| Oct 09 05:37:03.462 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-10-09T05:37:04.714Z[ recovery-image] Oct 09 05:37:03.471 INFO O| Oct 09 05:37:03.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
65142024-10-09T05:37:04.714Z[ recovery-image] Oct 09 05:37:03.471 INFO O| Oct 09 05:37:03.471 INFO STEP 784 (remove_files) COMPLETE
65152024-10-09T05:37:04.716Z[ recovery-image] Oct 09 05:37:03.471 INFO O| Oct 09 05:37:03.471 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-10-09T05:37:04.723Z[ recovery-image] Oct 09 05:37:03.481 INFO O| Oct 09 05:37:03.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
65172024-10-09T05:37:04.724Z[ recovery-image] Oct 09 05:37:03.481 INFO O| Oct 09 05:37:03.481 INFO STEP 785 (remove_files) COMPLETE
65182024-10-09T05:37:04.724Z[ recovery-image] Oct 09 05:37:03.481 INFO O| Oct 09 05:37:03.481 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-10-09T05:37:04.733Z[ recovery-image] Oct 09 05:37:03.490 INFO O| Oct 09 05:37:03.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
65202024-10-09T05:37:04.733Z[ recovery-image] Oct 09 05:37:03.491 INFO O| Oct 09 05:37:03.491 INFO STEP 786 (remove_files) COMPLETE
65212024-10-09T05:37:04.736Z[ recovery-image] Oct 09 05:37:03.491 INFO O| Oct 09 05:37:03.491 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-10-09T05:37:04.742Z[ recovery-image] Oct 09 05:37:03.500 INFO O| Oct 09 05:37:03.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
65232024-10-09T05:37:04.743Z[ recovery-image] Oct 09 05:37:03.500 INFO O| Oct 09 05:37:03.500 INFO STEP 787 (remove_files) COMPLETE
65242024-10-09T05:37:04.745Z[ recovery-image] Oct 09 05:37:03.500 INFO O| Oct 09 05:37:03.500 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-10-09T05:37:04.752Z[ recovery-image] Oct 09 05:37:03.509 INFO O| Oct 09 05:37:03.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
65262024-10-09T05:37:04.752Z[ recovery-image] Oct 09 05:37:03.510 INFO O| Oct 09 05:37:03.509 INFO STEP 788 (remove_files) COMPLETE
65272024-10-09T05:37:04.755Z[ recovery-image] Oct 09 05:37:03.510 INFO O| Oct 09 05:37:03.509 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-10-09T05:37:04.762Z[ recovery-image] Oct 09 05:37:03.519 INFO O| Oct 09 05:37:03.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
65292024-10-09T05:37:04.762Z[ recovery-image] Oct 09 05:37:03.519 INFO O| Oct 09 05:37:03.519 INFO STEP 789 (remove_files) COMPLETE
65302024-10-09T05:37:04.764Z[ recovery-image] Oct 09 05:37:03.519 INFO O| Oct 09 05:37:03.519 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-10-09T05:37:04.771Z[ recovery-image] Oct 09 05:37:03.529 INFO O| Oct 09 05:37:03.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
65322024-10-09T05:37:04.771Z[ recovery-image] Oct 09 05:37:03.529 INFO O| Oct 09 05:37:03.529 INFO STEP 790 (remove_files) COMPLETE
65332024-10-09T05:37:04.774Z[ recovery-image] Oct 09 05:37:03.529 INFO O| Oct 09 05:37:03.529 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-10-09T05:37:04.780Z[ recovery-image] Oct 09 05:37:03.538 INFO O| Oct 09 05:37:03.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
65352024-10-09T05:37:04.781Z[ recovery-image] Oct 09 05:37:03.538 INFO O| Oct 09 05:37:03.538 INFO STEP 791 (remove_files) COMPLETE
65362024-10-09T05:37:04.781Z[ recovery-image] Oct 09 05:37:03.538 INFO O| Oct 09 05:37:03.538 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-10-09T05:37:04.791Z[ recovery-image] Oct 09 05:37:03.548 INFO O| Oct 09 05:37:03.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
65382024-10-09T05:37:04.791Z[ recovery-image] Oct 09 05:37:03.548 INFO O| Oct 09 05:37:03.548 INFO STEP 792 (remove_files) COMPLETE
65392024-10-09T05:37:04.793Z[ recovery-image] Oct 09 05:37:03.548 INFO O| Oct 09 05:37:03.548 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-10-09T05:37:04.800Z[ recovery-image] Oct 09 05:37:03.558 INFO O| Oct 09 05:37:03.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
65412024-10-09T05:37:04.801Z[ recovery-image] Oct 09 05:37:03.558 INFO O| Oct 09 05:37:03.558 INFO STEP 793 (remove_files) COMPLETE
65422024-10-09T05:37:04.801Z[ recovery-image] Oct 09 05:37:03.558 INFO O| Oct 09 05:37:03.558 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-10-09T05:37:04.811Z[ recovery-image] Oct 09 05:37:03.567 INFO O| Oct 09 05:37:03.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
65442024-10-09T05:37:04.814Z[ recovery-image] Oct 09 05:37:03.568 INFO O| Oct 09 05:37:03.567 INFO STEP 794 (remove_files) COMPLETE
65452024-10-09T05:37:04.815Z[ recovery-image] Oct 09 05:37:03.568 INFO O| Oct 09 05:37:03.568 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-10-09T05:37:04.819Z[ recovery-image] Oct 09 05:37:03.577 INFO O| Oct 09 05:37:03.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
65472024-10-09T05:37:04.822Z[ recovery-image] Oct 09 05:37:03.577 INFO O| Oct 09 05:37:03.577 INFO STEP 795 (remove_files) COMPLETE
65482024-10-09T05:37:04.822Z[ recovery-image] Oct 09 05:37:03.577 INFO O| Oct 09 05:37:03.577 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-10-09T05:37:04.829Z[ recovery-image] Oct 09 05:37:03.586 INFO O| Oct 09 05:37:03.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
65502024-10-09T05:37:04.831Z[ recovery-image] Oct 09 05:37:03.586 INFO O| Oct 09 05:37:03.586 INFO STEP 796 (remove_files) COMPLETE
65512024-10-09T05:37:04.831Z[ recovery-image] Oct 09 05:37:03.586 INFO O| Oct 09 05:37:03.586 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-10-09T05:37:04.838Z[ recovery-image] Oct 09 05:37:03.596 INFO O| Oct 09 05:37:03.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
65532024-10-09T05:37:04.839Z[ recovery-image] Oct 09 05:37:03.596 INFO O| Oct 09 05:37:03.596 INFO STEP 797 (remove_files) COMPLETE
65542024-10-09T05:37:04.839Z[ recovery-image] Oct 09 05:37:03.596 INFO O| Oct 09 05:37:03.596 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-10-09T05:37:04.848Z[ recovery-image] Oct 09 05:37:03.605 INFO O| Oct 09 05:37:03.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
65562024-10-09T05:37:04.848Z[ recovery-image] Oct 09 05:37:03.605 INFO O| Oct 09 05:37:03.605 INFO STEP 798 (remove_files) COMPLETE
65572024-10-09T05:37:04.850Z[ recovery-image] Oct 09 05:37:03.605 INFO O| Oct 09 05:37:03.605 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-10-09T05:37:04.857Z[ recovery-image] Oct 09 05:37:03.614 INFO O| Oct 09 05:37:03.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
65592024-10-09T05:37:04.857Z[ recovery-image] Oct 09 05:37:03.614 INFO O| Oct 09 05:37:03.614 INFO STEP 799 (remove_files) COMPLETE
65602024-10-09T05:37:04.857Z[ recovery-image] Oct 09 05:37:03.614 INFO O| Oct 09 05:37:03.614 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-10-09T05:37:04.866Z[ recovery-image] Oct 09 05:37:03.624 INFO O| Oct 09 05:37:03.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
65622024-10-09T05:37:04.866Z[ recovery-image] Oct 09 05:37:03.624 INFO O| Oct 09 05:37:03.624 INFO STEP 800 (remove_files) COMPLETE
65632024-10-09T05:37:04.869Z[ recovery-image] Oct 09 05:37:03.624 INFO O| Oct 09 05:37:03.624 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-10-09T05:37:04.876Z[ recovery-image] Oct 09 05:37:03.633 INFO O| Oct 09 05:37:03.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
65652024-10-09T05:37:04.876Z[ recovery-image] Oct 09 05:37:03.633 INFO O| Oct 09 05:37:03.633 INFO STEP 801 (remove_files) COMPLETE
65662024-10-09T05:37:04.876Z[ recovery-image] Oct 09 05:37:03.633 INFO O| Oct 09 05:37:03.633 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-10-09T05:37:04.885Z[ recovery-image] Oct 09 05:37:03.642 INFO O| Oct 09 05:37:03.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
65682024-10-09T05:37:04.885Z[ recovery-image] Oct 09 05:37:03.642 INFO O| Oct 09 05:37:03.642 INFO STEP 802 (remove_files) COMPLETE
65692024-10-09T05:37:04.887Z[ recovery-image] Oct 09 05:37:03.643 INFO O| Oct 09 05:37:03.642 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-10-09T05:37:04.894Z[ recovery-image] Oct 09 05:37:03.652 INFO O| Oct 09 05:37:03.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
65712024-10-09T05:37:04.894Z[ recovery-image] Oct 09 05:37:03.652 INFO O| Oct 09 05:37:03.652 INFO STEP 803 (remove_files) COMPLETE
65722024-10-09T05:37:04.897Z[ recovery-image] Oct 09 05:37:03.652 INFO O| Oct 09 05:37:03.652 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-10-09T05:37:04.903Z[ recovery-image] Oct 09 05:37:03.661 INFO O| Oct 09 05:37:03.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
65742024-10-09T05:37:04.903Z[ recovery-image] Oct 09 05:37:03.661 INFO O| Oct 09 05:37:03.661 INFO STEP 804 (remove_files) COMPLETE
65752024-10-09T05:37:04.906Z[ recovery-image] Oct 09 05:37:03.661 INFO O| Oct 09 05:37:03.661 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-10-09T05:37:04.913Z[ recovery-image] Oct 09 05:37:03.670 INFO O| Oct 09 05:37:03.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
65772024-10-09T05:37:04.913Z[ recovery-image] Oct 09 05:37:03.670 INFO O| Oct 09 05:37:03.670 INFO STEP 805 (remove_files) COMPLETE
65782024-10-09T05:37:04.913Z[ recovery-image] Oct 09 05:37:03.670 INFO O| Oct 09 05:37:03.670 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-10-09T05:37:04.922Z[ recovery-image] Oct 09 05:37:03.680 INFO O| Oct 09 05:37:03.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
65802024-10-09T05:37:04.922Z[ recovery-image] Oct 09 05:37:03.680 INFO O| Oct 09 05:37:03.680 INFO STEP 806 (remove_files) COMPLETE
65812024-10-09T05:37:04.923Z[ recovery-image] Oct 09 05:37:03.680 INFO O| Oct 09 05:37:03.680 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-10-09T05:37:04.931Z[ recovery-image] Oct 09 05:37:03.689 INFO O| Oct 09 05:37:03.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
65832024-10-09T05:37:04.935Z[ recovery-image] Oct 09 05:37:03.690 INFO O| Oct 09 05:37:03.690 INFO STEP 807 (remove_files) COMPLETE
65842024-10-09T05:37:04.935Z[ recovery-image] Oct 09 05:37:03.690 INFO O| Oct 09 05:37:03.690 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-10-09T05:37:04.941Z[ recovery-image] Oct 09 05:37:03.699 INFO O| Oct 09 05:37:03.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
65862024-10-09T05:37:04.944Z[ recovery-image] Oct 09 05:37:03.699 INFO O| Oct 09 05:37:03.699 INFO STEP 808 (remove_files) COMPLETE
65872024-10-09T05:37:04.944Z[ recovery-image] Oct 09 05:37:03.699 INFO O| Oct 09 05:37:03.699 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-10-09T05:37:04.951Z[ recovery-image] Oct 09 05:37:03.708 INFO O| Oct 09 05:37:03.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
65892024-10-09T05:37:04.953Z[ recovery-image] Oct 09 05:37:03.708 INFO O| Oct 09 05:37:03.708 INFO STEP 809 (remove_files) COMPLETE
65902024-10-09T05:37:04.953Z[ recovery-image] Oct 09 05:37:03.708 INFO O| Oct 09 05:37:03.708 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-10-09T05:37:04.960Z[ recovery-image] Oct 09 05:37:03.718 INFO O| Oct 09 05:37:03.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
65922024-10-09T05:37:04.963Z[ recovery-image] Oct 09 05:37:03.718 INFO O| Oct 09 05:37:03.718 INFO STEP 810 (remove_files) COMPLETE
65932024-10-09T05:37:04.963Z[ recovery-image] Oct 09 05:37:03.718 INFO O| Oct 09 05:37:03.718 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-10-09T05:37:04.970Z[ recovery-image] Oct 09 05:37:03.728 INFO O| Oct 09 05:37:03.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
65952024-10-09T05:37:04.973Z[ recovery-image] Oct 09 05:37:03.728 INFO O| Oct 09 05:37:03.728 INFO STEP 811 (remove_files) COMPLETE
65962024-10-09T05:37:04.973Z[ recovery-image] Oct 09 05:37:03.728 INFO O| Oct 09 05:37:03.728 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-10-09T05:37:04.980Z[ recovery-image] Oct 09 05:37:03.737 INFO O| Oct 09 05:37:03.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
65982024-10-09T05:37:04.981Z[ recovery-image] Oct 09 05:37:03.737 INFO O| Oct 09 05:37:03.737 INFO STEP 812 (remove_files) COMPLETE
65992024-10-09T05:37:04.981Z[ recovery-image] Oct 09 05:37:03.738 INFO O| Oct 09 05:37:03.737 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-10-09T05:37:04.989Z[ recovery-image] Oct 09 05:37:03.747 INFO O| Oct 09 05:37:03.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
66012024-10-09T05:37:04.992Z[ recovery-image] Oct 09 05:37:03.747 INFO O| Oct 09 05:37:03.747 INFO STEP 813 (remove_files) COMPLETE
66022024-10-09T05:37:04.992Z[ recovery-image] Oct 09 05:37:03.747 INFO O| Oct 09 05:37:03.747 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-10-09T05:37:04.999Z[ recovery-image] Oct 09 05:37:03.756 INFO O| Oct 09 05:37:03.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
66042024-10-09T05:37:04.999Z[ recovery-image] Oct 09 05:37:03.756 INFO O| Oct 09 05:37:03.756 INFO STEP 814 (remove_files) COMPLETE
66052024-10-09T05:37:04.999Z[ recovery-image] Oct 09 05:37:03.756 INFO O| Oct 09 05:37:03.756 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-10-09T05:37:05.008Z[ recovery-image] Oct 09 05:37:03.766 INFO O| Oct 09 05:37:03.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
66072024-10-09T05:37:05.008Z[ recovery-image] Oct 09 05:37:03.766 INFO O| Oct 09 05:37:03.766 INFO STEP 815 (remove_files) COMPLETE
66082024-10-09T05:37:05.011Z[ recovery-image] Oct 09 05:37:03.766 INFO O| Oct 09 05:37:03.766 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-10-09T05:37:05.018Z[ recovery-image] Oct 09 05:37:03.775 INFO O| Oct 09 05:37:03.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
66102024-10-09T05:37:05.018Z[ recovery-image] Oct 09 05:37:03.775 INFO O| Oct 09 05:37:03.775 INFO STEP 816 (remove_files) COMPLETE
66112024-10-09T05:37:05.020Z[ recovery-image] Oct 09 05:37:03.775 INFO O| Oct 09 05:37:03.775 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-10-09T05:37:05.027Z[ recovery-image] Oct 09 05:37:03.785 INFO O| Oct 09 05:37:03.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
66132024-10-09T05:37:05.030Z[ recovery-image] Oct 09 05:37:03.786 INFO O| Oct 09 05:37:03.786 INFO STEP 817 (remove_files) COMPLETE
66142024-10-09T05:37:05.030Z[ recovery-image] Oct 09 05:37:03.786 INFO O| Oct 09 05:37:03.786 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-10-09T05:37:05.038Z[ recovery-image] Oct 09 05:37:03.796 INFO O| Oct 09 05:37:03.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
66162024-10-09T05:37:05.038Z[ recovery-image] Oct 09 05:37:03.796 INFO O| Oct 09 05:37:03.796 INFO STEP 818 (remove_files) COMPLETE
66172024-10-09T05:37:05.041Z[ recovery-image] Oct 09 05:37:03.796 INFO O| Oct 09 05:37:03.796 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-10-09T05:37:05.048Z[ recovery-image] Oct 09 05:37:03.805 INFO O| Oct 09 05:37:03.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
66192024-10-09T05:37:05.050Z[ recovery-image] Oct 09 05:37:03.805 INFO O| Oct 09 05:37:03.805 INFO STEP 819 (remove_files) COMPLETE
66202024-10-09T05:37:05.050Z[ recovery-image] Oct 09 05:37:03.805 INFO O| Oct 09 05:37:03.805 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-10-09T05:37:05.058Z[ recovery-image] Oct 09 05:37:03.815 INFO O| Oct 09 05:37:03.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
66222024-10-09T05:37:05.058Z[ recovery-image] Oct 09 05:37:03.815 INFO O| Oct 09 05:37:03.815 INFO STEP 820 (remove_files) COMPLETE
66232024-10-09T05:37:05.060Z[ recovery-image] Oct 09 05:37:03.815 INFO O| Oct 09 05:37:03.815 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-10-09T05:37:05.067Z[ recovery-image] Oct 09 05:37:03.824 INFO O| Oct 09 05:37:03.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
66252024-10-09T05:37:05.067Z[ recovery-image] Oct 09 05:37:03.824 INFO O| Oct 09 05:37:03.824 INFO STEP 821 (remove_files) COMPLETE
66262024-10-09T05:37:05.069Z[ recovery-image] Oct 09 05:37:03.824 INFO O| Oct 09 05:37:03.824 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-10-09T05:37:05.076Z[ recovery-image] Oct 09 05:37:03.833 INFO O| Oct 09 05:37:03.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
66282024-10-09T05:37:05.079Z[ recovery-image] Oct 09 05:37:03.834 INFO O| Oct 09 05:37:03.834 INFO STEP 822 (remove_files) COMPLETE
66292024-10-09T05:37:05.079Z[ recovery-image] Oct 09 05:37:03.834 INFO O| Oct 09 05:37:03.834 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-10-09T05:37:05.085Z[ recovery-image] Oct 09 05:37:03.843 INFO O| Oct 09 05:37:03.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
66312024-10-09T05:37:05.085Z[ recovery-image] Oct 09 05:37:03.843 INFO O| Oct 09 05:37:03.843 INFO STEP 823 (remove_files) COMPLETE
66322024-10-09T05:37:05.086Z[ recovery-image] Oct 09 05:37:03.843 INFO O| Oct 09 05:37:03.843 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-10-09T05:37:05.095Z[ recovery-image] Oct 09 05:37:03.852 INFO O| Oct 09 05:37:03.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
66342024-10-09T05:37:05.095Z[ recovery-image] Oct 09 05:37:03.852 INFO O| Oct 09 05:37:03.852 INFO STEP 824 (remove_files) COMPLETE
66352024-10-09T05:37:05.097Z[ recovery-image] Oct 09 05:37:03.852 INFO O| Oct 09 05:37:03.852 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-10-09T05:37:05.104Z[ recovery-image] Oct 09 05:37:03.861 INFO O| Oct 09 05:37:03.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
66372024-10-09T05:37:05.106Z[ recovery-image] Oct 09 05:37:03.861 INFO O| Oct 09 05:37:03.861 INFO STEP 825 (remove_files) COMPLETE
66382024-10-09T05:37:05.107Z[ recovery-image] Oct 09 05:37:03.861 INFO O| Oct 09 05:37:03.861 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-10-09T05:37:05.113Z[ recovery-image] Oct 09 05:37:03.871 INFO O| Oct 09 05:37:03.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
66402024-10-09T05:37:05.114Z[ recovery-image] Oct 09 05:37:03.871 INFO O| Oct 09 05:37:03.871 INFO STEP 826 (remove_files) COMPLETE
66412024-10-09T05:37:05.114Z[ recovery-image] Oct 09 05:37:03.871 INFO O| Oct 09 05:37:03.871 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-10-09T05:37:05.123Z[ recovery-image] Oct 09 05:37:03.880 INFO O| Oct 09 05:37:03.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
66432024-10-09T05:37:05.125Z[ recovery-image] Oct 09 05:37:03.880 INFO O| Oct 09 05:37:03.880 INFO STEP 827 (remove_files) COMPLETE
66442024-10-09T05:37:05.125Z[ recovery-image] Oct 09 05:37:03.880 INFO O| Oct 09 05:37:03.880 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-10-09T05:37:05.132Z[ recovery-image] Oct 09 05:37:03.889 INFO O| Oct 09 05:37:03.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
66462024-10-09T05:37:05.132Z[ recovery-image] Oct 09 05:37:03.890 INFO O| Oct 09 05:37:03.890 INFO STEP 828 (remove_files) COMPLETE
66472024-10-09T05:37:05.132Z[ recovery-image] Oct 09 05:37:03.890 INFO O| Oct 09 05:37:03.890 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-10-09T05:37:05.142Z[ recovery-image] Oct 09 05:37:03.899 INFO O| Oct 09 05:37:03.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
66492024-10-09T05:37:05.142Z[ recovery-image] Oct 09 05:37:03.899 INFO O| Oct 09 05:37:03.899 INFO STEP 829 (remove_files) COMPLETE
66502024-10-09T05:37:05.144Z[ recovery-image] Oct 09 05:37:03.899 INFO O| Oct 09 05:37:03.899 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-10-09T05:37:05.151Z[ recovery-image] Oct 09 05:37:03.908 INFO O| Oct 09 05:37:03.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
66522024-10-09T05:37:05.151Z[ recovery-image] Oct 09 05:37:03.908 INFO O| Oct 09 05:37:03.908 INFO STEP 830 (remove_files) COMPLETE
66532024-10-09T05:37:05.151Z[ recovery-image] Oct 09 05:37:03.908 INFO O| Oct 09 05:37:03.908 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-10-09T05:37:05.160Z[ recovery-image] Oct 09 05:37:03.918 INFO O| Oct 09 05:37:03.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
66552024-10-09T05:37:05.160Z[ recovery-image] Oct 09 05:37:03.918 INFO O| Oct 09 05:37:03.918 INFO STEP 831 (remove_files) COMPLETE
66562024-10-09T05:37:05.160Z[ recovery-image] Oct 09 05:37:03.918 INFO O| Oct 09 05:37:03.918 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-10-09T05:37:05.170Z[ recovery-image] Oct 09 05:37:03.927 INFO O| Oct 09 05:37:03.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
66582024-10-09T05:37:05.171Z[ recovery-image] Oct 09 05:37:03.927 INFO O| Oct 09 05:37:03.927 INFO STEP 832 (remove_files) COMPLETE
66592024-10-09T05:37:05.171Z[ recovery-image] Oct 09 05:37:03.927 INFO O| Oct 09 05:37:03.927 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-10-09T05:37:05.179Z[ recovery-image] Oct 09 05:37:03.936 INFO O| Oct 09 05:37:03.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
66612024-10-09T05:37:05.179Z[ recovery-image] Oct 09 05:37:03.936 INFO O| Oct 09 05:37:03.936 INFO STEP 833 (remove_files) COMPLETE
66622024-10-09T05:37:05.182Z[ recovery-image] Oct 09 05:37:03.936 INFO O| Oct 09 05:37:03.936 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-10-09T05:37:05.189Z[ recovery-image] Oct 09 05:37:03.946 INFO O| Oct 09 05:37:03.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
66642024-10-09T05:37:05.189Z[ recovery-image] Oct 09 05:37:03.946 INFO O| Oct 09 05:37:03.946 INFO STEP 834 (remove_files) COMPLETE
66652024-10-09T05:37:05.191Z[ recovery-image] Oct 09 05:37:03.946 INFO O| Oct 09 05:37:03.946 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-10-09T05:37:05.198Z[ recovery-image] Oct 09 05:37:03.955 INFO O| Oct 09 05:37:03.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
66672024-10-09T05:37:05.198Z[ recovery-image] Oct 09 05:37:03.955 INFO O| Oct 09 05:37:03.955 INFO STEP 835 (remove_files) COMPLETE
66682024-10-09T05:37:05.198Z[ recovery-image] Oct 09 05:37:03.955 INFO O| Oct 09 05:37:03.955 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-10-09T05:37:05.208Z[ recovery-image] Oct 09 05:37:03.965 INFO O| Oct 09 05:37:03.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
66702024-10-09T05:37:05.208Z[ recovery-image] Oct 09 05:37:03.965 INFO O| Oct 09 05:37:03.965 INFO STEP 836 (remove_files) COMPLETE
66712024-10-09T05:37:05.210Z[ recovery-image] Oct 09 05:37:03.965 INFO O| Oct 09 05:37:03.965 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-10-09T05:37:05.217Z[ recovery-image] Oct 09 05:37:03.974 INFO O| Oct 09 05:37:03.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
66732024-10-09T05:37:05.218Z[ recovery-image] Oct 09 05:37:03.974 INFO O| Oct 09 05:37:03.974 INFO STEP 837 (remove_files) COMPLETE
66742024-10-09T05:37:05.218Z[ recovery-image] Oct 09 05:37:03.974 INFO O| Oct 09 05:37:03.974 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-10-09T05:37:05.227Z[ recovery-image] Oct 09 05:37:03.984 INFO O| Oct 09 05:37:03.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
66762024-10-09T05:37:05.229Z[ recovery-image] Oct 09 05:37:03.984 INFO O| Oct 09 05:37:03.984 INFO STEP 838 (remove_files) COMPLETE
66772024-10-09T05:37:05.229Z[ recovery-image] Oct 09 05:37:03.984 INFO O| Oct 09 05:37:03.984 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-10-09T05:37:05.236Z[ recovery-image] Oct 09 05:37:03.993 INFO O| Oct 09 05:37:03.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
66792024-10-09T05:37:05.236Z[ recovery-image] Oct 09 05:37:03.993 INFO O| Oct 09 05:37:03.993 INFO STEP 839 (remove_files) COMPLETE
66802024-10-09T05:37:05.239Z[ recovery-image] Oct 09 05:37:03.993 INFO O| Oct 09 05:37:03.993 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-10-09T05:37:05.246Z[ recovery-image] Oct 09 05:37:04.003 INFO O| Oct 09 05:37:04.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
66822024-10-09T05:37:05.246Z[ recovery-image] Oct 09 05:37:04.003 INFO O| Oct 09 05:37:04.003 INFO STEP 840 (remove_files) COMPLETE
66832024-10-09T05:37:05.246Z[ recovery-image] Oct 09 05:37:04.003 INFO O| Oct 09 05:37:04.003 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-10-09T05:37:05.256Z[ recovery-image] Oct 09 05:37:04.013 INFO O| Oct 09 05:37:04.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
66852024-10-09T05:37:05.256Z[ recovery-image] Oct 09 05:37:04.013 INFO O| Oct 09 05:37:04.013 INFO STEP 841 (remove_files) COMPLETE
66862024-10-09T05:37:05.260Z[ recovery-image] Oct 09 05:37:04.013 INFO O| Oct 09 05:37:04.013 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-10-09T05:37:05.266Z[ recovery-image] Oct 09 05:37:04.023 INFO O| Oct 09 05:37:04.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
66882024-10-09T05:37:05.267Z[ recovery-image] Oct 09 05:37:04.023 INFO O| Oct 09 05:37:04.023 INFO STEP 842 (remove_files) COMPLETE
66892024-10-09T05:37:05.267Z[ recovery-image] Oct 09 05:37:04.023 INFO O| Oct 09 05:37:04.023 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-10-09T05:37:05.275Z[ recovery-image] Oct 09 05:37:04.032 INFO O| Oct 09 05:37:04.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
66912024-10-09T05:37:05.278Z[ recovery-image] Oct 09 05:37:04.033 INFO O| Oct 09 05:37:04.033 INFO STEP 843 (remove_files) COMPLETE
66922024-10-09T05:37:05.278Z[ recovery-image] Oct 09 05:37:04.033 INFO O| Oct 09 05:37:04.033 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-10-09T05:37:05.286Z[ recovery-image] Oct 09 05:37:04.042 INFO O| Oct 09 05:37:04.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
66942024-10-09T05:37:05.288Z[ recovery-image] Oct 09 05:37:04.044 INFO O| Oct 09 05:37:04.044 INFO STEP 844 (remove_files) COMPLETE
66952024-10-09T05:37:05.288Z[ recovery-image] Oct 09 05:37:04.044 INFO O| Oct 09 05:37:04.044 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-10-09T05:37:05.296Z[ recovery-image] Oct 09 05:37:04.053 INFO O| Oct 09 05:37:04.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
66972024-10-09T05:37:05.296Z[ recovery-image] Oct 09 05:37:04.053 INFO O| Oct 09 05:37:04.053 INFO STEP 845 (remove_files) COMPLETE
66982024-10-09T05:37:05.298Z[ recovery-image] Oct 09 05:37:04.053 INFO O| Oct 09 05:37:04.053 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-10-09T05:37:05.305Z[ recovery-image] Oct 09 05:37:04.062 INFO O| Oct 09 05:37:04.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
67002024-10-09T05:37:05.308Z[ recovery-image] Oct 09 05:37:04.062 INFO O| Oct 09 05:37:04.062 INFO STEP 846 (remove_files) COMPLETE
67012024-10-09T05:37:05.308Z[ recovery-image] Oct 09 05:37:04.063 INFO O| Oct 09 05:37:04.062 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-10-09T05:37:05.315Z[ recovery-image] Oct 09 05:37:04.072 INFO O| Oct 09 05:37:04.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
67032024-10-09T05:37:05.317Z[ recovery-image] Oct 09 05:37:04.072 INFO O| Oct 09 05:37:04.072 INFO STEP 847 (remove_files) COMPLETE
67042024-10-09T05:37:05.317Z[ recovery-image] Oct 09 05:37:04.072 INFO O| Oct 09 05:37:04.072 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-10-09T05:37:05.324Z[ recovery-image] Oct 09 05:37:04.081 INFO O| Oct 09 05:37:04.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
67062024-10-09T05:37:05.326Z[ recovery-image] Oct 09 05:37:04.081 INFO O| Oct 09 05:37:04.081 INFO STEP 848 (remove_files) COMPLETE
67072024-10-09T05:37:05.326Z[ recovery-image] Oct 09 05:37:04.081 INFO O| Oct 09 05:37:04.081 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-10-09T05:37:05.333Z[ recovery-image] Oct 09 05:37:04.090 INFO O| Oct 09 05:37:04.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
67092024-10-09T05:37:05.336Z[ recovery-image] Oct 09 05:37:04.090 INFO O| Oct 09 05:37:04.090 INFO STEP 849 (remove_files) COMPLETE
67102024-10-09T05:37:05.336Z[ recovery-image] Oct 09 05:37:04.090 INFO O| Oct 09 05:37:04.090 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-10-09T05:37:05.343Z[ recovery-image] Oct 09 05:37:04.100 INFO O| Oct 09 05:37:04.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
67122024-10-09T05:37:05.345Z[ recovery-image] Oct 09 05:37:04.101 INFO O| Oct 09 05:37:04.101 INFO STEP 850 (remove_files) COMPLETE
67132024-10-09T05:37:05.345Z[ recovery-image] Oct 09 05:37:04.101 INFO O| Oct 09 05:37:04.101 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-10-09T05:37:05.353Z[ recovery-image] Oct 09 05:37:04.111 INFO O| Oct 09 05:37:04.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
67152024-10-09T05:37:05.354Z[ recovery-image] Oct 09 05:37:04.111 INFO O| Oct 09 05:37:04.111 INFO STEP 851 (remove_files) COMPLETE
67162024-10-09T05:37:05.356Z[ recovery-image] Oct 09 05:37:04.111 INFO O| Oct 09 05:37:04.111 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-10-09T05:37:05.363Z[ recovery-image] Oct 09 05:37:04.120 INFO O| Oct 09 05:37:04.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
67182024-10-09T05:37:05.365Z[ recovery-image] Oct 09 05:37:04.120 INFO O| Oct 09 05:37:04.120 INFO STEP 852 (remove_files) COMPLETE
67192024-10-09T05:37:05.367Z[ recovery-image] Oct 09 05:37:04.120 INFO O| Oct 09 05:37:04.120 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-10-09T05:37:05.373Z[ recovery-image] Oct 09 05:37:04.130 INFO O| Oct 09 05:37:04.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
67212024-10-09T05:37:05.373Z[ recovery-image] Oct 09 05:37:04.130 INFO O| Oct 09 05:37:04.130 INFO STEP 853 (remove_files) COMPLETE
67222024-10-09T05:37:05.375Z[ recovery-image] Oct 09 05:37:04.130 INFO O| Oct 09 05:37:04.130 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-10-09T05:37:05.383Z[ recovery-image] Oct 09 05:37:04.140 INFO O| Oct 09 05:37:04.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
67242024-10-09T05:37:05.383Z[ recovery-image] Oct 09 05:37:04.140 INFO O| Oct 09 05:37:04.140 INFO STEP 854 (remove_files) COMPLETE
67252024-10-09T05:37:05.383Z[ recovery-image] Oct 09 05:37:04.140 INFO O| Oct 09 05:37:04.140 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-10-09T05:37:05.392Z[ recovery-image] Oct 09 05:37:04.149 INFO O| Oct 09 05:37:04.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
67272024-10-09T05:37:05.392Z[ recovery-image] Oct 09 05:37:04.149 INFO O| Oct 09 05:37:04.149 INFO STEP 855 (remove_files) COMPLETE
67282024-10-09T05:37:05.395Z[ recovery-image] Oct 09 05:37:04.149 INFO O| Oct 09 05:37:04.149 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-10-09T05:37:05.402Z[ recovery-image] Oct 09 05:37:04.159 INFO O| Oct 09 05:37:04.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
67302024-10-09T05:37:05.404Z[ recovery-image] Oct 09 05:37:04.159 INFO O| Oct 09 05:37:04.159 INFO STEP 856 (remove_files) COMPLETE
67312024-10-09T05:37:05.404Z[ recovery-image] Oct 09 05:37:04.159 INFO O| Oct 09 05:37:04.159 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-10-09T05:37:05.411Z[ recovery-image] Oct 09 05:37:04.168 INFO O| Oct 09 05:37:04.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
67332024-10-09T05:37:05.414Z[ recovery-image] Oct 09 05:37:04.168 INFO O| Oct 09 05:37:04.168 INFO STEP 857 (remove_files) COMPLETE
67342024-10-09T05:37:05.414Z[ recovery-image] Oct 09 05:37:04.168 INFO O| Oct 09 05:37:04.168 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-10-09T05:37:05.421Z[ recovery-image] Oct 09 05:37:04.178 INFO O| Oct 09 05:37:04.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
67362024-10-09T05:37:05.423Z[ recovery-image] Oct 09 05:37:04.178 INFO O| Oct 09 05:37:04.178 INFO STEP 858 (remove_files) COMPLETE
67372024-10-09T05:37:05.423Z[ recovery-image] Oct 09 05:37:04.178 INFO O| Oct 09 05:37:04.178 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-10-09T05:37:05.430Z[ recovery-image] Oct 09 05:37:04.187 INFO O| Oct 09 05:37:04.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
67392024-10-09T05:37:05.430Z[ recovery-image] Oct 09 05:37:04.187 INFO O| Oct 09 05:37:04.187 INFO STEP 859 (remove_files) COMPLETE
67402024-10-09T05:37:05.430Z[ recovery-image] Oct 09 05:37:04.187 INFO O| Oct 09 05:37:04.187 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-10-09T05:37:05.440Z[ recovery-image] Oct 09 05:37:04.197 INFO O| Oct 09 05:37:04.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
67422024-10-09T05:37:05.440Z[ recovery-image] Oct 09 05:37:04.197 INFO O| Oct 09 05:37:04.197 INFO STEP 860 (remove_files) COMPLETE
67432024-10-09T05:37:05.442Z[ recovery-image] Oct 09 05:37:04.197 INFO O| Oct 09 05:37:04.197 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-10-09T05:37:05.449Z[ recovery-image] Oct 09 05:37:04.206 INFO O| Oct 09 05:37:04.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
67452024-10-09T05:37:05.452Z[ recovery-image] Oct 09 05:37:04.206 INFO O| Oct 09 05:37:04.206 INFO STEP 861 (remove_files) COMPLETE
67462024-10-09T05:37:05.452Z[ recovery-image] Oct 09 05:37:04.206 INFO O| Oct 09 05:37:04.206 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-10-09T05:37:05.459Z[ recovery-image] Oct 09 05:37:04.216 INFO O| Oct 09 05:37:04.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
67482024-10-09T05:37:05.462Z[ recovery-image] Oct 09 05:37:04.216 INFO O| Oct 09 05:37:04.216 INFO STEP 862 (remove_files) COMPLETE
67492024-10-09T05:37:05.462Z[ recovery-image] Oct 09 05:37:04.216 INFO O| Oct 09 05:37:04.216 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-10-09T05:37:05.468Z[ recovery-image] Oct 09 05:37:04.225 INFO O| Oct 09 05:37:04.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
67512024-10-09T05:37:05.471Z[ recovery-image] Oct 09 05:37:04.225 INFO O| Oct 09 05:37:04.225 INFO STEP 863 (remove_files) COMPLETE
67522024-10-09T05:37:05.471Z[ recovery-image] Oct 09 05:37:04.225 INFO O| Oct 09 05:37:04.225 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-10-09T05:37:05.478Z[ recovery-image] Oct 09 05:37:04.235 INFO O| Oct 09 05:37:04.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
67542024-10-09T05:37:05.478Z[ recovery-image] Oct 09 05:37:04.235 INFO O| Oct 09 05:37:04.235 INFO STEP 864 (remove_files) COMPLETE
67552024-10-09T05:37:05.481Z[ recovery-image] Oct 09 05:37:04.235 INFO O| Oct 09 05:37:04.235 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-10-09T05:37:05.487Z[ recovery-image] Oct 09 05:37:04.244 INFO O| Oct 09 05:37:04.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
67572024-10-09T05:37:05.490Z[ recovery-image] Oct 09 05:37:04.245 INFO O| Oct 09 05:37:04.244 INFO STEP 865 (remove_files) COMPLETE
67582024-10-09T05:37:05.490Z[ recovery-image] Oct 09 05:37:04.245 INFO O| Oct 09 05:37:04.245 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-10-09T05:37:05.497Z[ recovery-image] Oct 09 05:37:04.254 INFO O| Oct 09 05:37:04.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
67602024-10-09T05:37:05.497Z[ recovery-image] Oct 09 05:37:04.254 INFO O| Oct 09 05:37:04.254 INFO STEP 866 (remove_files) COMPLETE
67612024-10-09T05:37:05.499Z[ recovery-image] Oct 09 05:37:04.254 INFO O| Oct 09 05:37:04.254 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-10-09T05:37:05.506Z[ recovery-image] Oct 09 05:37:04.263 INFO O| Oct 09 05:37:04.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
67632024-10-09T05:37:05.509Z[ recovery-image] Oct 09 05:37:04.263 INFO O| Oct 09 05:37:04.263 INFO STEP 867 (remove_files) COMPLETE
67642024-10-09T05:37:05.509Z[ recovery-image] Oct 09 05:37:04.263 INFO O| Oct 09 05:37:04.263 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-10-09T05:37:05.516Z[ recovery-image] Oct 09 05:37:04.272 INFO O| Oct 09 05:37:04.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
67662024-10-09T05:37:05.516Z[ recovery-image] Oct 09 05:37:04.273 INFO O| Oct 09 05:37:04.272 INFO STEP 868 (remove_files) COMPLETE
67672024-10-09T05:37:05.518Z[ recovery-image] Oct 09 05:37:04.273 INFO O| Oct 09 05:37:04.273 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-10-09T05:37:05.525Z[ recovery-image] Oct 09 05:37:04.282 INFO O| Oct 09 05:37:04.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
67692024-10-09T05:37:05.525Z[ recovery-image] Oct 09 05:37:04.282 INFO O| Oct 09 05:37:04.282 INFO STEP 869 (remove_files) COMPLETE
67702024-10-09T05:37:05.525Z[ recovery-image] Oct 09 05:37:04.282 INFO O| Oct 09 05:37:04.282 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-10-09T05:37:05.534Z[ recovery-image] Oct 09 05:37:04.291 INFO O| Oct 09 05:37:04.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
67722024-10-09T05:37:05.537Z[ recovery-image] Oct 09 05:37:04.291 INFO O| Oct 09 05:37:04.291 INFO STEP 870 (remove_files) COMPLETE
67732024-10-09T05:37:05.537Z[ recovery-image] Oct 09 05:37:04.291 INFO O| Oct 09 05:37:04.291 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-10-09T05:37:05.544Z[ recovery-image] Oct 09 05:37:04.300 INFO O| Oct 09 05:37:04.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
67752024-10-09T05:37:05.544Z[ recovery-image] Oct 09 05:37:04.300 INFO O| Oct 09 05:37:04.300 INFO STEP 871 (remove_files) COMPLETE
67762024-10-09T05:37:05.547Z[ recovery-image] Oct 09 05:37:04.300 INFO O| Oct 09 05:37:04.300 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-10-09T05:37:05.555Z[ recovery-image] Oct 09 05:37:04.310 INFO O| Oct 09 05:37:04.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
67782024-10-09T05:37:05.557Z[ recovery-image] Oct 09 05:37:04.310 INFO O| Oct 09 05:37:04.310 INFO STEP 872 (remove_files) COMPLETE
67792024-10-09T05:37:05.557Z[ recovery-image] Oct 09 05:37:04.310 INFO O| Oct 09 05:37:04.310 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-10-09T05:37:05.562Z[ recovery-image] Oct 09 05:37:04.319 INFO O| Oct 09 05:37:04.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
67812024-10-09T05:37:05.564Z[ recovery-image] Oct 09 05:37:04.320 INFO O| Oct 09 05:37:04.320 INFO STEP 873 (remove_files) COMPLETE
67822024-10-09T05:37:05.565Z[ recovery-image] Oct 09 05:37:04.320 INFO O| Oct 09 05:37:04.320 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-10-09T05:37:05.573Z[ recovery-image] Oct 09 05:37:04.330 INFO O| Oct 09 05:37:04.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
67842024-10-09T05:37:05.575Z[ recovery-image] Oct 09 05:37:04.330 INFO O| Oct 09 05:37:04.330 INFO STEP 874 (remove_files) COMPLETE
67852024-10-09T05:37:05.575Z[ recovery-image] Oct 09 05:37:04.330 INFO O| Oct 09 05:37:04.330 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-10-09T05:37:05.582Z[ recovery-image] Oct 09 05:37:04.339 INFO O| Oct 09 05:37:04.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
67872024-10-09T05:37:05.582Z[ recovery-image] Oct 09 05:37:04.339 INFO O| Oct 09 05:37:04.339 INFO STEP 875 (remove_files) COMPLETE
67882024-10-09T05:37:05.582Z[ recovery-image] Oct 09 05:37:04.339 INFO O| Oct 09 05:37:04.339 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-10-09T05:37:05.592Z[ recovery-image] Oct 09 05:37:04.348 INFO O| Oct 09 05:37:04.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
67902024-10-09T05:37:05.592Z[ recovery-image] Oct 09 05:37:04.348 INFO O| Oct 09 05:37:04.348 INFO STEP 876 (remove_files) COMPLETE
67912024-10-09T05:37:05.592Z[ recovery-image] Oct 09 05:37:04.348 INFO O| Oct 09 05:37:04.348 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-10-09T05:37:05.601Z[ recovery-image] Oct 09 05:37:04.358 INFO O| Oct 09 05:37:04.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
67932024-10-09T05:37:05.601Z[ recovery-image] Oct 09 05:37:04.358 INFO O| Oct 09 05:37:04.358 INFO STEP 877 (remove_files) COMPLETE
67942024-10-09T05:37:05.603Z[ recovery-image] Oct 09 05:37:04.358 INFO O| Oct 09 05:37:04.358 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-10-09T05:37:05.610Z[ recovery-image] Oct 09 05:37:04.367 INFO O| Oct 09 05:37:04.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
67962024-10-09T05:37:05.610Z[ recovery-image] Oct 09 05:37:04.367 INFO O| Oct 09 05:37:04.367 INFO STEP 878 (remove_files) COMPLETE
67972024-10-09T05:37:05.610Z[ recovery-image] Oct 09 05:37:04.367 INFO O| Oct 09 05:37:04.367 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-10-09T05:37:05.620Z[ recovery-image] Oct 09 05:37:04.376 INFO O| Oct 09 05:37:04.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
67992024-10-09T05:37:05.620Z[ recovery-image] Oct 09 05:37:04.377 INFO O| Oct 09 05:37:04.376 INFO STEP 879 (remove_files) COMPLETE
68002024-10-09T05:37:05.622Z[ recovery-image] Oct 09 05:37:04.377 INFO O| Oct 09 05:37:04.376 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-10-09T05:37:05.629Z[ recovery-image] Oct 09 05:37:04.386 INFO O| Oct 09 05:37:04.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
68022024-10-09T05:37:05.632Z[ recovery-image] Oct 09 05:37:04.387 INFO O| Oct 09 05:37:04.387 INFO STEP 880 (remove_files) COMPLETE
68032024-10-09T05:37:05.632Z[ recovery-image] Oct 09 05:37:04.387 INFO O| Oct 09 05:37:04.387 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-10-09T05:37:05.640Z[ recovery-image] Oct 09 05:37:04.396 INFO O| Oct 09 05:37:04.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
68052024-10-09T05:37:05.640Z[ recovery-image] Oct 09 05:37:04.397 INFO O| Oct 09 05:37:04.396 INFO STEP 881 (remove_files) COMPLETE
68062024-10-09T05:37:05.643Z[ recovery-image] Oct 09 05:37:04.397 INFO O| Oct 09 05:37:04.397 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-10-09T05:37:05.649Z[ recovery-image] Oct 09 05:37:04.406 INFO O| Oct 09 05:37:04.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
68082024-10-09T05:37:05.649Z[ recovery-image] Oct 09 05:37:04.406 INFO O| Oct 09 05:37:04.406 INFO STEP 882 (remove_files) COMPLETE
68092024-10-09T05:37:05.652Z[ recovery-image] Oct 09 05:37:04.406 INFO O| Oct 09 05:37:04.406 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-10-09T05:37:05.659Z[ recovery-image] Oct 09 05:37:04.416 INFO O| Oct 09 05:37:04.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
68112024-10-09T05:37:05.661Z[ recovery-image] Oct 09 05:37:04.416 INFO O| Oct 09 05:37:04.416 INFO STEP 883 (remove_files) COMPLETE
68122024-10-09T05:37:05.661Z[ recovery-image] Oct 09 05:37:04.416 INFO O| Oct 09 05:37:04.416 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-10-09T05:37:05.668Z[ recovery-image] Oct 09 05:37:04.425 INFO O| Oct 09 05:37:04.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
68142024-10-09T05:37:05.668Z[ recovery-image] Oct 09 05:37:04.425 INFO O| Oct 09 05:37:04.425 INFO STEP 884 (remove_files) COMPLETE
68152024-10-09T05:37:05.668Z[ recovery-image] Oct 09 05:37:04.425 INFO O| Oct 09 05:37:04.425 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-10-09T05:37:05.678Z[ recovery-image] Oct 09 05:37:04.434 INFO O| Oct 09 05:37:04.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
68172024-10-09T05:37:05.680Z[ recovery-image] Oct 09 05:37:04.434 INFO O| Oct 09 05:37:04.434 INFO STEP 885 (remove_files) COMPLETE
68182024-10-09T05:37:05.680Z[ recovery-image] Oct 09 05:37:04.434 INFO O| Oct 09 05:37:04.434 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-10-09T05:37:05.687Z[ recovery-image] Oct 09 05:37:04.444 INFO O| Oct 09 05:37:04.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
68202024-10-09T05:37:05.687Z[ recovery-image] Oct 09 05:37:04.444 INFO O| Oct 09 05:37:04.444 INFO STEP 886 (remove_files) COMPLETE
68212024-10-09T05:37:05.690Z[ recovery-image] Oct 09 05:37:04.444 INFO O| Oct 09 05:37:04.444 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-10-09T05:37:05.696Z[ recovery-image] Oct 09 05:37:04.453 INFO O| Oct 09 05:37:04.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
68232024-10-09T05:37:05.696Z[ recovery-image] Oct 09 05:37:04.453 INFO O| Oct 09 05:37:04.453 INFO STEP 887 (remove_files) COMPLETE
68242024-10-09T05:37:05.696Z[ recovery-image] Oct 09 05:37:04.453 INFO O| Oct 09 05:37:04.453 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-10-09T05:37:05.706Z[ recovery-image] Oct 09 05:37:04.463 INFO O| Oct 09 05:37:04.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
68262024-10-09T05:37:05.706Z[ recovery-image] Oct 09 05:37:04.463 INFO O| Oct 09 05:37:04.463 INFO STEP 888 (remove_files) COMPLETE
68272024-10-09T05:37:05.709Z[ recovery-image] Oct 09 05:37:04.463 INFO O| Oct 09 05:37:04.463 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-10-09T05:37:05.715Z[ recovery-image] Oct 09 05:37:04.472 INFO O| Oct 09 05:37:04.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
68292024-10-09T05:37:05.718Z[ recovery-image] Oct 09 05:37:04.472 INFO O| Oct 09 05:37:04.472 INFO STEP 889 (remove_files) COMPLETE
68302024-10-09T05:37:05.718Z[ recovery-image] Oct 09 05:37:04.472 INFO O| Oct 09 05:37:04.472 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-10-09T05:37:05.725Z[ recovery-image] Oct 09 05:37:04.482 INFO O| Oct 09 05:37:04.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
68322024-10-09T05:37:05.725Z[ recovery-image] Oct 09 05:37:04.482 INFO O| Oct 09 05:37:04.482 INFO STEP 890 (remove_files) COMPLETE
68332024-10-09T05:37:05.725Z[ recovery-image] Oct 09 05:37:04.482 INFO O| Oct 09 05:37:04.482 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-10-09T05:37:05.735Z[ recovery-image] Oct 09 05:37:04.491 INFO O| Oct 09 05:37:04.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
68352024-10-09T05:37:05.735Z[ recovery-image] Oct 09 05:37:04.491 INFO O| Oct 09 05:37:04.491 INFO STEP 891 (remove_files) COMPLETE
68362024-10-09T05:37:05.735Z[ recovery-image] Oct 09 05:37:04.491 INFO O| Oct 09 05:37:04.491 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-10-09T05:37:05.744Z[ recovery-image] Oct 09 05:37:04.501 INFO O| Oct 09 05:37:04.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
68382024-10-09T05:37:05.744Z[ recovery-image] Oct 09 05:37:04.501 INFO O| Oct 09 05:37:04.501 INFO STEP 892 (remove_files) COMPLETE
68392024-10-09T05:37:05.747Z[ recovery-image] Oct 09 05:37:04.501 INFO O| Oct 09 05:37:04.501 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-10-09T05:37:05.754Z[ recovery-image] Oct 09 05:37:04.510 INFO O| Oct 09 05:37:04.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
68412024-10-09T05:37:05.754Z[ recovery-image] Oct 09 05:37:04.511 INFO O| Oct 09 05:37:04.510 INFO STEP 893 (remove_files) COMPLETE
68422024-10-09T05:37:05.756Z[ recovery-image] Oct 09 05:37:04.511 INFO O| Oct 09 05:37:04.510 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-10-09T05:37:05.764Z[ recovery-image] Oct 09 05:37:04.520 INFO O| Oct 09 05:37:04.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
68442024-10-09T05:37:05.764Z[ recovery-image] Oct 09 05:37:04.520 INFO O| Oct 09 05:37:04.520 INFO STEP 894 (remove_files) COMPLETE
68452024-10-09T05:37:05.766Z[ recovery-image] Oct 09 05:37:04.520 INFO O| Oct 09 05:37:04.520 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-10-09T05:37:05.773Z[ recovery-image] Oct 09 05:37:04.530 INFO O| Oct 09 05:37:04.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
68472024-10-09T05:37:05.773Z[ recovery-image] Oct 09 05:37:04.530 INFO O| Oct 09 05:37:04.530 INFO STEP 895 (remove_files) COMPLETE
68482024-10-09T05:37:05.773Z[ recovery-image] Oct 09 05:37:04.530 INFO O| Oct 09 05:37:04.530 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-10-09T05:37:05.783Z[ recovery-image] Oct 09 05:37:04.540 INFO O| Oct 09 05:37:04.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
68502024-10-09T05:37:05.783Z[ recovery-image] Oct 09 05:37:04.540 INFO O| Oct 09 05:37:04.540 INFO STEP 896 (remove_files) COMPLETE
68512024-10-09T05:37:05.787Z[ recovery-image] Oct 09 05:37:04.540 INFO O| Oct 09 05:37:04.540 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-10-09T05:37:05.793Z[ recovery-image] Oct 09 05:37:04.549 INFO O| Oct 09 05:37:04.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
68532024-10-09T05:37:05.793Z[ recovery-image] Oct 09 05:37:04.549 INFO O| Oct 09 05:37:04.549 INFO STEP 897 (remove_files) COMPLETE
68542024-10-09T05:37:05.793Z[ recovery-image] Oct 09 05:37:04.549 INFO O| Oct 09 05:37:04.549 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-10-09T05:37:05.802Z[ recovery-image] Oct 09 05:37:04.559 INFO O| Oct 09 05:37:04.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
68562024-10-09T05:37:05.802Z[ recovery-image] Oct 09 05:37:04.559 INFO O| Oct 09 05:37:04.559 INFO STEP 898 (remove_files) COMPLETE
68572024-10-09T05:37:05.802Z[ recovery-image] Oct 09 05:37:04.559 INFO O| Oct 09 05:37:04.559 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-10-09T05:37:05.812Z[ recovery-image] Oct 09 05:37:04.568 INFO O| Oct 09 05:37:04.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
68592024-10-09T05:37:05.814Z[ recovery-image] Oct 09 05:37:04.568 INFO O| Oct 09 05:37:04.568 INFO STEP 899 (remove_files) COMPLETE
68602024-10-09T05:37:05.814Z[ recovery-image] Oct 09 05:37:04.568 INFO O| Oct 09 05:37:04.568 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-10-09T05:37:05.821Z[ recovery-image] Oct 09 05:37:04.578 INFO O| Oct 09 05:37:04.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
68622024-10-09T05:37:05.821Z[ recovery-image] Oct 09 05:37:04.578 INFO O| Oct 09 05:37:04.578 INFO STEP 900 (remove_files) COMPLETE
68632024-10-09T05:37:05.823Z[ recovery-image] Oct 09 05:37:04.578 INFO O| Oct 09 05:37:04.578 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-10-09T05:37:05.830Z[ recovery-image] Oct 09 05:37:04.587 INFO O| Oct 09 05:37:04.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
68652024-10-09T05:37:05.831Z[ recovery-image] Oct 09 05:37:04.587 INFO O| Oct 09 05:37:04.587 INFO STEP 901 (remove_files) COMPLETE
68662024-10-09T05:37:05.831Z[ recovery-image] Oct 09 05:37:04.587 INFO O| Oct 09 05:37:04.587 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-10-09T05:37:05.840Z[ recovery-image] Oct 09 05:37:04.597 INFO O| Oct 09 05:37:04.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
68682024-10-09T05:37:05.840Z[ recovery-image] Oct 09 05:37:04.597 INFO O| Oct 09 05:37:04.597 INFO STEP 902 (remove_files) COMPLETE
68692024-10-09T05:37:05.843Z[ recovery-image] Oct 09 05:37:04.597 INFO O| Oct 09 05:37:04.597 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-10-09T05:37:05.849Z[ recovery-image] Oct 09 05:37:04.606 INFO O| Oct 09 05:37:04.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
68712024-10-09T05:37:05.852Z[ recovery-image] Oct 09 05:37:04.606 INFO O| Oct 09 05:37:04.606 INFO STEP 903 (remove_files) COMPLETE
68722024-10-09T05:37:05.852Z[ recovery-image] Oct 09 05:37:04.606 INFO O| Oct 09 05:37:04.606 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-10-09T05:37:05.859Z[ recovery-image] Oct 09 05:37:04.616 INFO O| Oct 09 05:37:04.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
68742024-10-09T05:37:05.859Z[ recovery-image] Oct 09 05:37:04.616 INFO O| Oct 09 05:37:04.616 INFO STEP 904 (remove_files) COMPLETE
68752024-10-09T05:37:05.859Z[ recovery-image] Oct 09 05:37:04.616 INFO O| Oct 09 05:37:04.616 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-10-09T05:37:05.868Z[ recovery-image] Oct 09 05:37:04.625 INFO O| Oct 09 05:37:04.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
68772024-10-09T05:37:05.868Z[ recovery-image] Oct 09 05:37:04.625 INFO O| Oct 09 05:37:04.625 INFO STEP 905 (remove_files) COMPLETE
68782024-10-09T05:37:05.871Z[ recovery-image] Oct 09 05:37:04.625 INFO O| Oct 09 05:37:04.625 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-10-09T05:37:05.878Z[ recovery-image] Oct 09 05:37:04.634 INFO O| Oct 09 05:37:04.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
68802024-10-09T05:37:05.878Z[ recovery-image] Oct 09 05:37:04.634 INFO O| Oct 09 05:37:04.634 INFO STEP 906 (remove_files) COMPLETE
68812024-10-09T05:37:05.878Z[ recovery-image] Oct 09 05:37:04.634 INFO O| Oct 09 05:37:04.634 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-10-09T05:37:05.887Z[ recovery-image] Oct 09 05:37:04.643 INFO O| Oct 09 05:37:04.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
68832024-10-09T05:37:05.890Z[ recovery-image] Oct 09 05:37:04.644 INFO O| Oct 09 05:37:04.644 INFO STEP 907 (remove_files) COMPLETE
68842024-10-09T05:37:05.890Z[ recovery-image] Oct 09 05:37:04.644 INFO O| Oct 09 05:37:04.644 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-10-09T05:37:05.896Z[ recovery-image] Oct 09 05:37:04.653 INFO O| Oct 09 05:37:04.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
68862024-10-09T05:37:05.896Z[ recovery-image] Oct 09 05:37:04.653 INFO O| Oct 09 05:37:04.653 INFO STEP 908 (remove_files) COMPLETE
68872024-10-09T05:37:05.896Z[ recovery-image] Oct 09 05:37:04.653 INFO O| Oct 09 05:37:04.653 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-10-09T05:37:05.906Z[ recovery-image] Oct 09 05:37:04.662 INFO O| Oct 09 05:37:04.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
68892024-10-09T05:37:05.906Z[ recovery-image] Oct 09 05:37:04.662 INFO O| Oct 09 05:37:04.662 INFO STEP 909 (remove_files) COMPLETE
68902024-10-09T05:37:05.908Z[ recovery-image] Oct 09 05:37:04.662 INFO O| Oct 09 05:37:04.662 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-10-09T05:37:05.915Z[ recovery-image] Oct 09 05:37:04.672 INFO O| Oct 09 05:37:04.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
68922024-10-09T05:37:05.915Z[ recovery-image] Oct 09 05:37:04.672 INFO O| Oct 09 05:37:04.672 INFO STEP 910 (remove_files) COMPLETE
68932024-10-09T05:37:05.917Z[ recovery-image] Oct 09 05:37:04.672 INFO O| Oct 09 05:37:04.672 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942024-10-09T05:37:05.924Z[ recovery-image] Oct 09 05:37:04.681 INFO O| Oct 09 05:37:04.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
68952024-10-09T05:37:05.924Z[ recovery-image] Oct 09 05:37:04.681 INFO O| Oct 09 05:37:04.681 INFO STEP 911 (remove_files) COMPLETE
68962024-10-09T05:37:05.925Z[ recovery-image] Oct 09 05:37:04.681 INFO O| Oct 09 05:37:04.681 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972024-10-09T05:37:05.934Z[ recovery-image] Oct 09 05:37:04.690 INFO O| Oct 09 05:37:04.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
68982024-10-09T05:37:05.934Z[ recovery-image] Oct 09 05:37:04.690 INFO O| Oct 09 05:37:04.690 INFO STEP 912 (remove_files) COMPLETE
68992024-10-09T05:37:05.934Z[ recovery-image] Oct 09 05:37:04.690 INFO O| Oct 09 05:37:04.690 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002024-10-09T05:37:05.943Z[ recovery-image] Oct 09 05:37:04.700 INFO O| Oct 09 05:37:04.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
69012024-10-09T05:37:05.943Z[ recovery-image] Oct 09 05:37:04.700 INFO O| Oct 09 05:37:04.700 INFO STEP 913 (remove_files) COMPLETE
69022024-10-09T05:37:05.946Z[ recovery-image] Oct 09 05:37:04.700 INFO O| Oct 09 05:37:04.700 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032024-10-09T05:37:05.953Z[ recovery-image] Oct 09 05:37:04.709 INFO O| Oct 09 05:37:04.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
69042024-10-09T05:37:05.953Z[ recovery-image] Oct 09 05:37:04.709 INFO O| Oct 09 05:37:04.709 INFO STEP 914 (remove_files) COMPLETE
69052024-10-09T05:37:05.953Z[ recovery-image] Oct 09 05:37:04.709 INFO O| Oct 09 05:37:04.709 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062024-10-09T05:37:05.962Z[ recovery-image] Oct 09 05:37:04.719 INFO O| Oct 09 05:37:04.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
69072024-10-09T05:37:05.966Z[ recovery-image] Oct 09 05:37:04.719 INFO O| Oct 09 05:37:04.719 INFO STEP 915 (remove_files) COMPLETE
69082024-10-09T05:37:05.966Z[ recovery-image] Oct 09 05:37:04.719 INFO O| Oct 09 05:37:04.719 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092024-10-09T05:37:05.972Z[ recovery-image] Oct 09 05:37:04.728 INFO O| Oct 09 05:37:04.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
69102024-10-09T05:37:05.972Z[ recovery-image] Oct 09 05:37:04.728 INFO O| Oct 09 05:37:04.728 INFO STEP 916 (remove_files) COMPLETE
69112024-10-09T05:37:05.973Z[ recovery-image] Oct 09 05:37:04.729 INFO O| Oct 09 05:37:04.728 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122024-10-09T05:37:05.981Z[ recovery-image] Oct 09 05:37:04.738 INFO O| Oct 09 05:37:04.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
69132024-10-09T05:37:05.981Z[ recovery-image] Oct 09 05:37:04.738 INFO O| Oct 09 05:37:04.738 INFO STEP 917 (remove_files) COMPLETE
69142024-10-09T05:37:05.984Z[ recovery-image] Oct 09 05:37:04.738 INFO O| Oct 09 05:37:04.738 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152024-10-09T05:37:05.991Z[ recovery-image] Oct 09 05:37:04.748 INFO O| Oct 09 05:37:04.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
69162024-10-09T05:37:05.994Z[ recovery-image] Oct 09 05:37:04.748 INFO O| Oct 09 05:37:04.748 INFO STEP 918 (remove_files) COMPLETE
69172024-10-09T05:37:05.994Z[ recovery-image] Oct 09 05:37:04.748 INFO O| Oct 09 05:37:04.748 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182024-10-09T05:37:06.001Z[ recovery-image] Oct 09 05:37:04.757 INFO O| Oct 09 05:37:04.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
69192024-10-09T05:37:06.001Z[ recovery-image] Oct 09 05:37:04.757 INFO O| Oct 09 05:37:04.757 INFO STEP 919 (remove_files) COMPLETE
69202024-10-09T05:37:06.001Z[ recovery-image] Oct 09 05:37:04.757 INFO O| Oct 09 05:37:04.757 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212024-10-09T05:37:06.010Z[ recovery-image] Oct 09 05:37:04.767 INFO O| Oct 09 05:37:04.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
69222024-10-09T05:37:06.010Z[ recovery-image] Oct 09 05:37:04.767 INFO O| Oct 09 05:37:04.767 INFO STEP 920 (remove_files) COMPLETE
69232024-10-09T05:37:06.012Z[ recovery-image] Oct 09 05:37:04.767 INFO O| Oct 09 05:37:04.767 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242024-10-09T05:37:06.020Z[ recovery-image] Oct 09 05:37:04.776 INFO O| Oct 09 05:37:04.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
69252024-10-09T05:37:06.020Z[ recovery-image] Oct 09 05:37:04.776 INFO O| Oct 09 05:37:04.776 INFO STEP 921 (remove_files) COMPLETE
69262024-10-09T05:37:06.020Z[ recovery-image] Oct 09 05:37:04.776 INFO O| Oct 09 05:37:04.776 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272024-10-09T05:37:06.029Z[ recovery-image] Oct 09 05:37:04.785 INFO O| Oct 09 05:37:04.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
69282024-10-09T05:37:06.029Z[ recovery-image] Oct 09 05:37:04.785 INFO O| Oct 09 05:37:04.785 INFO STEP 922 (remove_files) COMPLETE
69292024-10-09T05:37:06.029Z[ recovery-image] Oct 09 05:37:04.785 INFO O| Oct 09 05:37:04.785 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302024-10-09T05:37:06.038Z[ recovery-image] Oct 09 05:37:04.795 INFO O| Oct 09 05:37:04.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
69312024-10-09T05:37:06.041Z[ recovery-image] Oct 09 05:37:04.795 INFO O| Oct 09 05:37:04.795 INFO STEP 923 (remove_files) COMPLETE
69322024-10-09T05:37:06.041Z[ recovery-image] Oct 09 05:37:04.795 INFO O| Oct 09 05:37:04.795 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332024-10-09T05:37:06.048Z[ recovery-image] Oct 09 05:37:04.804 INFO O| Oct 09 05:37:04.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
69342024-10-09T05:37:06.048Z[ recovery-image] Oct 09 05:37:04.804 INFO O| Oct 09 05:37:04.804 INFO STEP 924 (remove_files) COMPLETE
69352024-10-09T05:37:06.048Z[ recovery-image] Oct 09 05:37:04.804 INFO O| Oct 09 05:37:04.804 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362024-10-09T05:37:06.057Z[ recovery-image] Oct 09 05:37:04.814 INFO O| Oct 09 05:37:04.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
69372024-10-09T05:37:06.057Z[ recovery-image] Oct 09 05:37:04.814 INFO O| Oct 09 05:37:04.814 INFO STEP 925 (remove_files) COMPLETE
69382024-10-09T05:37:06.060Z[ recovery-image] Oct 09 05:37:04.814 INFO O| Oct 09 05:37:04.814 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-10-09T05:37:06.067Z[ recovery-image] Oct 09 05:37:04.823 INFO O| Oct 09 05:37:04.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
69402024-10-09T05:37:06.071Z[ recovery-image] Oct 09 05:37:04.823 INFO O| Oct 09 05:37:04.823 INFO STEP 926 (remove_files) COMPLETE
69412024-10-09T05:37:06.071Z[ recovery-image] Oct 09 05:37:04.823 INFO O| Oct 09 05:37:04.823 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422024-10-09T05:37:06.076Z[ recovery-image] Oct 09 05:37:04.833 INFO O| Oct 09 05:37:04.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
69432024-10-09T05:37:06.077Z[ recovery-image] Oct 09 05:37:04.833 INFO O| Oct 09 05:37:04.833 INFO STEP 927 (remove_files) COMPLETE
69442024-10-09T05:37:06.079Z[ recovery-image] Oct 09 05:37:04.833 INFO O| Oct 09 05:37:04.833 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452024-10-09T05:37:06.086Z[ recovery-image] Oct 09 05:37:04.842 INFO O| Oct 09 05:37:04.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
69462024-10-09T05:37:06.086Z[ recovery-image] Oct 09 05:37:04.842 INFO O| Oct 09 05:37:04.842 INFO STEP 928 (remove_files) COMPLETE
69472024-10-09T05:37:06.089Z[ recovery-image] Oct 09 05:37:04.842 INFO O| Oct 09 05:37:04.842 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-10-09T05:37:06.096Z[ recovery-image] Oct 09 05:37:04.852 INFO O| Oct 09 05:37:04.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
69492024-10-09T05:37:06.096Z[ recovery-image] Oct 09 05:37:04.852 INFO O| Oct 09 05:37:04.852 INFO STEP 929 (remove_files) COMPLETE
69502024-10-09T05:37:06.098Z[ recovery-image] Oct 09 05:37:04.852 INFO O| Oct 09 05:37:04.852 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-10-09T05:37:06.105Z[ recovery-image] Oct 09 05:37:04.862 INFO O| Oct 09 05:37:04.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
69522024-10-09T05:37:06.108Z[ recovery-image] Oct 09 05:37:04.862 INFO O| Oct 09 05:37:04.862 INFO STEP 930 (remove_files) COMPLETE
69532024-10-09T05:37:06.108Z[ recovery-image] Oct 09 05:37:04.862 INFO O| Oct 09 05:37:04.862 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-10-09T05:37:06.115Z[ recovery-image] Oct 09 05:37:04.871 INFO O| Oct 09 05:37:04.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
69552024-10-09T05:37:06.115Z[ recovery-image] Oct 09 05:37:04.871 INFO O| Oct 09 05:37:04.871 INFO STEP 931 (remove_files) COMPLETE
69562024-10-09T05:37:06.115Z[ recovery-image] Oct 09 05:37:04.871 INFO O| Oct 09 05:37:04.871 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572024-10-09T05:37:06.124Z[ recovery-image] Oct 09 05:37:04.881 INFO O| Oct 09 05:37:04.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
69582024-10-09T05:37:06.125Z[ recovery-image] Oct 09 05:37:04.881 INFO O| Oct 09 05:37:04.881 INFO STEP 932 (remove_files) COMPLETE
69592024-10-09T05:37:06.125Z[ recovery-image] Oct 09 05:37:04.881 INFO O| Oct 09 05:37:04.881 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602024-10-09T05:37:06.134Z[ recovery-image] Oct 09 05:37:04.890 INFO O| Oct 09 05:37:04.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
69612024-10-09T05:37:06.134Z[ recovery-image] Oct 09 05:37:04.890 INFO O| Oct 09 05:37:04.890 INFO STEP 933 (remove_files) COMPLETE
69622024-10-09T05:37:06.136Z[ recovery-image] Oct 09 05:37:04.890 INFO O| Oct 09 05:37:04.890 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-10-09T05:37:06.143Z[ recovery-image] Oct 09 05:37:04.899 INFO O| Oct 09 05:37:04.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
69642024-10-09T05:37:06.145Z[ recovery-image] Oct 09 05:37:04.900 INFO O| Oct 09 05:37:04.899 INFO STEP 934 (remove_files) COMPLETE
69652024-10-09T05:37:06.145Z[ recovery-image] Oct 09 05:37:04.900 INFO O| Oct 09 05:37:04.899 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-10-09T05:37:06.152Z[ recovery-image] Oct 09 05:37:04.909 INFO O| Oct 09 05:37:04.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
69672024-10-09T05:37:06.155Z[ recovery-image] Oct 09 05:37:04.909 INFO O| Oct 09 05:37:04.909 INFO STEP 935 (remove_files) COMPLETE
69682024-10-09T05:37:06.155Z[ recovery-image] Oct 09 05:37:04.909 INFO O| Oct 09 05:37:04.909 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692024-10-09T05:37:06.162Z[ recovery-image] Oct 09 05:37:04.918 INFO O| Oct 09 05:37:04.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
69702024-10-09T05:37:06.166Z[ recovery-image] Oct 09 05:37:04.919 INFO O| Oct 09 05:37:04.919 INFO STEP 936 (remove_files) COMPLETE
69712024-10-09T05:37:06.166Z[ recovery-image] Oct 09 05:37:04.919 INFO O| Oct 09 05:37:04.919 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722024-10-09T05:37:06.172Z[ recovery-image] Oct 09 05:37:04.928 INFO O| Oct 09 05:37:04.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
69732024-10-09T05:37:06.172Z[ recovery-image] Oct 09 05:37:04.928 INFO O| Oct 09 05:37:04.928 INFO STEP 937 (remove_files) COMPLETE
69742024-10-09T05:37:06.172Z[ recovery-image] Oct 09 05:37:04.929 INFO O| Oct 09 05:37:04.928 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752024-10-09T05:37:06.182Z[ recovery-image] Oct 09 05:37:04.938 INFO O| Oct 09 05:37:04.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
69762024-10-09T05:37:06.182Z[ recovery-image] Oct 09 05:37:04.938 INFO O| Oct 09 05:37:04.938 INFO STEP 938 (remove_files) COMPLETE
69772024-10-09T05:37:06.184Z[ recovery-image] Oct 09 05:37:04.938 INFO O| Oct 09 05:37:04.938 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-10-09T05:37:06.191Z[ recovery-image] Oct 09 05:37:04.947 INFO O| Oct 09 05:37:04.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
69792024-10-09T05:37:06.191Z[ recovery-image] Oct 09 05:37:04.947 INFO O| Oct 09 05:37:04.947 INFO STEP 939 (remove_files) COMPLETE
69802024-10-09T05:37:06.191Z[ recovery-image] Oct 09 05:37:04.947 INFO O| Oct 09 05:37:04.947 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-10-09T05:37:06.201Z[ recovery-image] Oct 09 05:37:04.957 INFO O| Oct 09 05:37:04.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
69822024-10-09T05:37:06.203Z[ recovery-image] Oct 09 05:37:04.957 INFO O| Oct 09 05:37:04.957 INFO STEP 940 (remove_files) COMPLETE
69832024-10-09T05:37:06.203Z[ recovery-image] Oct 09 05:37:04.957 INFO O| Oct 09 05:37:04.957 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-10-09T05:37:06.210Z[ recovery-image] Oct 09 05:37:04.967 INFO O| Oct 09 05:37:04.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
69852024-10-09T05:37:06.210Z[ recovery-image] Oct 09 05:37:04.967 INFO O| Oct 09 05:37:04.967 INFO STEP 941 (remove_files) COMPLETE
69862024-10-09T05:37:06.210Z[ recovery-image] Oct 09 05:37:04.967 INFO O| Oct 09 05:37:04.967 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-10-09T05:37:06.219Z[ recovery-image] Oct 09 05:37:04.976 INFO O| Oct 09 05:37:04.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
69882024-10-09T05:37:06.220Z[ recovery-image] Oct 09 05:37:04.976 INFO O| Oct 09 05:37:04.976 INFO STEP 942 (remove_files) COMPLETE
69892024-10-09T05:37:06.220Z[ recovery-image] Oct 09 05:37:04.976 INFO O| Oct 09 05:37:04.976 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-10-09T05:37:06.229Z[ recovery-image] Oct 09 05:37:04.985 INFO O| Oct 09 05:37:04.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
69912024-10-09T05:37:06.232Z[ recovery-image] Oct 09 05:37:04.985 INFO O| Oct 09 05:37:04.985 INFO STEP 943 (remove_files) COMPLETE
69922024-10-09T05:37:06.233Z[ recovery-image] Oct 09 05:37:04.985 INFO O| Oct 09 05:37:04.985 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-10-09T05:37:06.238Z[ recovery-image] Oct 09 05:37:04.995 INFO O| Oct 09 05:37:04.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
69942024-10-09T05:37:06.239Z[ recovery-image] Oct 09 05:37:04.995 INFO O| Oct 09 05:37:04.995 INFO STEP 944 (remove_files) COMPLETE
69952024-10-09T05:37:06.239Z[ recovery-image] Oct 09 05:37:04.995 INFO O| Oct 09 05:37:04.995 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-10-09T05:37:06.249Z[ recovery-image] Oct 09 05:37:05.005 INFO O| Oct 09 05:37:05.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
69972024-10-09T05:37:06.249Z[ recovery-image] Oct 09 05:37:05.005 INFO O| Oct 09 05:37:05.005 INFO STEP 945 (remove_files) COMPLETE
69982024-10-09T05:37:06.251Z[ recovery-image] Oct 09 05:37:05.005 INFO O| Oct 09 05:37:05.005 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-10-09T05:37:06.259Z[ recovery-image] Oct 09 05:37:05.015 INFO O| Oct 09 05:37:05.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
70002024-10-09T05:37:06.259Z[ recovery-image] Oct 09 05:37:05.015 INFO O| Oct 09 05:37:05.015 INFO STEP 946 (remove_files) COMPLETE
70012024-10-09T05:37:06.259Z[ recovery-image] Oct 09 05:37:05.015 INFO O| Oct 09 05:37:05.015 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022024-10-09T05:37:06.268Z[ recovery-image] Oct 09 05:37:05.024 INFO O| Oct 09 05:37:05.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
70032024-10-09T05:37:06.270Z[ recovery-image] Oct 09 05:37:05.024 INFO O| Oct 09 05:37:05.024 INFO STEP 947 (remove_files) COMPLETE
70042024-10-09T05:37:06.270Z[ recovery-image] Oct 09 05:37:05.024 INFO O| Oct 09 05:37:05.024 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052024-10-09T05:37:06.278Z[ recovery-image] Oct 09 05:37:05.034 INFO O| Oct 09 05:37:05.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
70062024-10-09T05:37:06.280Z[ recovery-image] Oct 09 05:37:05.034 INFO O| Oct 09 05:37:05.034 INFO STEP 948 (remove_files) COMPLETE
70072024-10-09T05:37:06.280Z[ recovery-image] Oct 09 05:37:05.034 INFO O| Oct 09 05:37:05.034 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082024-10-09T05:37:06.287Z[ recovery-image] Oct 09 05:37:05.043 INFO O| Oct 09 05:37:05.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
70092024-10-09T05:37:06.289Z[ recovery-image] Oct 09 05:37:05.043 INFO O| Oct 09 05:37:05.043 INFO STEP 949 (remove_files) COMPLETE
70102024-10-09T05:37:06.289Z[ recovery-image] Oct 09 05:37:05.043 INFO O| Oct 09 05:37:05.043 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112024-10-09T05:37:06.296Z[ recovery-image] Oct 09 05:37:05.053 INFO O| Oct 09 05:37:05.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
70122024-10-09T05:37:06.296Z[ recovery-image] Oct 09 05:37:05.053 INFO O| Oct 09 05:37:05.053 INFO STEP 950 (remove_files) COMPLETE
70132024-10-09T05:37:06.296Z[ recovery-image] Oct 09 05:37:05.053 INFO O| Oct 09 05:37:05.053 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-10-09T05:37:06.306Z[ recovery-image] Oct 09 05:37:05.062 INFO O| Oct 09 05:37:05.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
70152024-10-09T05:37:06.308Z[ recovery-image] Oct 09 05:37:05.062 INFO O| Oct 09 05:37:05.062 INFO STEP 951 (remove_files) COMPLETE
70162024-10-09T05:37:06.308Z[ recovery-image] Oct 09 05:37:05.062 INFO O| Oct 09 05:37:05.062 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-10-09T05:37:06.315Z[ recovery-image] Oct 09 05:37:05.071 INFO O| Oct 09 05:37:05.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
70182024-10-09T05:37:06.315Z[ recovery-image] Oct 09 05:37:05.071 INFO O| Oct 09 05:37:05.071 INFO STEP 952 (remove_files) COMPLETE
70192024-10-09T05:37:06.315Z[ recovery-image] Oct 09 05:37:05.071 INFO O| Oct 09 05:37:05.071 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-10-09T05:37:06.325Z[ recovery-image] Oct 09 05:37:05.081 INFO O| Oct 09 05:37:05.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
70212024-10-09T05:37:06.327Z[ recovery-image] Oct 09 05:37:05.081 INFO O| Oct 09 05:37:05.081 INFO STEP 953 (remove_files) COMPLETE
70222024-10-09T05:37:06.327Z[ recovery-image] Oct 09 05:37:05.081 INFO O| Oct 09 05:37:05.081 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-10-09T05:37:06.334Z[ recovery-image] Oct 09 05:37:05.090 INFO O| Oct 09 05:37:05.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
70242024-10-09T05:37:06.337Z[ recovery-image] Oct 09 05:37:05.090 INFO O| Oct 09 05:37:05.090 INFO STEP 954 (remove_files) COMPLETE
70252024-10-09T05:37:06.337Z[ recovery-image] Oct 09 05:37:05.090 INFO O| Oct 09 05:37:05.090 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-10-09T05:37:06.344Z[ recovery-image] Oct 09 05:37:05.100 INFO O| Oct 09 05:37:05.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
70272024-10-09T05:37:06.344Z[ recovery-image] Oct 09 05:37:05.100 INFO O| Oct 09 05:37:05.100 INFO STEP 955 (remove_files) COMPLETE
70282024-10-09T05:37:06.345Z[ recovery-image] Oct 09 05:37:05.100 INFO O| Oct 09 05:37:05.100 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-10-09T05:37:06.354Z[ recovery-image] Oct 09 05:37:05.110 INFO O| Oct 09 05:37:05.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
70302024-10-09T05:37:06.354Z[ recovery-image] Oct 09 05:37:05.110 INFO O| Oct 09 05:37:05.110 INFO STEP 956 (remove_files) COMPLETE
70312024-10-09T05:37:06.354Z[ recovery-image] Oct 09 05:37:05.110 INFO O| Oct 09 05:37:05.110 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-10-09T05:37:06.363Z[ recovery-image] Oct 09 05:37:05.119 INFO O| Oct 09 05:37:05.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
70332024-10-09T05:37:06.363Z[ recovery-image] Oct 09 05:37:05.119 INFO O| Oct 09 05:37:05.119 INFO STEP 957 (remove_files) COMPLETE
70342024-10-09T05:37:06.366Z[ recovery-image] Oct 09 05:37:05.119 INFO O| Oct 09 05:37:05.119 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-10-09T05:37:06.373Z[ recovery-image] Oct 09 05:37:05.129 INFO O| Oct 09 05:37:05.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
70362024-10-09T05:37:06.373Z[ recovery-image] Oct 09 05:37:05.129 INFO O| Oct 09 05:37:05.129 INFO STEP 958 (remove_files) COMPLETE
70372024-10-09T05:37:06.375Z[ recovery-image] Oct 09 05:37:05.129 INFO O| Oct 09 05:37:05.129 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-10-09T05:37:06.382Z[ recovery-image] Oct 09 05:37:05.138 INFO O| Oct 09 05:37:05.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
70392024-10-09T05:37:06.382Z[ recovery-image] Oct 09 05:37:05.138 INFO O| Oct 09 05:37:05.138 INFO STEP 959 (remove_files) COMPLETE
70402024-10-09T05:37:06.387Z[ recovery-image] Oct 09 05:37:05.138 INFO O| Oct 09 05:37:05.138 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-10-09T05:37:06.392Z[ recovery-image] Oct 09 05:37:05.148 INFO O| Oct 09 05:37:05.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
70422024-10-09T05:37:06.392Z[ recovery-image] Oct 09 05:37:05.148 INFO O| Oct 09 05:37:05.148 INFO STEP 960 (remove_files) COMPLETE
70432024-10-09T05:37:06.392Z[ recovery-image] Oct 09 05:37:05.148 INFO O| Oct 09 05:37:05.148 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-10-09T05:37:06.401Z[ recovery-image] Oct 09 05:37:05.157 INFO O| Oct 09 05:37:05.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
70452024-10-09T05:37:06.404Z[ recovery-image] Oct 09 05:37:05.157 INFO O| Oct 09 05:37:05.157 INFO STEP 961 (remove_files) COMPLETE
70462024-10-09T05:37:06.404Z[ recovery-image] Oct 09 05:37:05.157 INFO O| Oct 09 05:37:05.157 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-10-09T05:37:06.410Z[ recovery-image] Oct 09 05:37:05.166 INFO O| Oct 09 05:37:05.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
70482024-10-09T05:37:06.411Z[ recovery-image] Oct 09 05:37:05.167 INFO O| Oct 09 05:37:05.166 INFO STEP 962 (remove_files) COMPLETE
70492024-10-09T05:37:06.413Z[ recovery-image] Oct 09 05:37:05.167 INFO O| Oct 09 05:37:05.167 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-10-09T05:37:06.420Z[ recovery-image] Oct 09 05:37:05.176 INFO O| Oct 09 05:37:05.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
70512024-10-09T05:37:06.420Z[ recovery-image] Oct 09 05:37:05.176 INFO O| Oct 09 05:37:05.176 INFO STEP 963 (remove_files) COMPLETE
70522024-10-09T05:37:06.422Z[ recovery-image] Oct 09 05:37:05.176 INFO O| Oct 09 05:37:05.176 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-10-09T05:37:06.429Z[ recovery-image] Oct 09 05:37:05.185 INFO O| Oct 09 05:37:05.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
70542024-10-09T05:37:06.431Z[ recovery-image] Oct 09 05:37:05.185 INFO O| Oct 09 05:37:05.185 INFO STEP 964 (remove_files) COMPLETE
70552024-10-09T05:37:06.431Z[ recovery-image] Oct 09 05:37:05.185 INFO O| Oct 09 05:37:05.185 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-10-09T05:37:06.438Z[ recovery-image] Oct 09 05:37:05.195 INFO O| Oct 09 05:37:05.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
70572024-10-09T05:37:06.441Z[ recovery-image] Oct 09 05:37:05.195 INFO O| Oct 09 05:37:05.195 INFO STEP 965 (remove_files) COMPLETE
70582024-10-09T05:37:06.441Z[ recovery-image] Oct 09 05:37:05.195 INFO O| Oct 09 05:37:05.195 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-10-09T05:37:06.448Z[ recovery-image] Oct 09 05:37:05.204 INFO O| Oct 09 05:37:05.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
70602024-10-09T05:37:06.450Z[ recovery-image] Oct 09 05:37:05.204 INFO O| Oct 09 05:37:05.204 INFO STEP 966 (remove_files) COMPLETE
70612024-10-09T05:37:06.450Z[ recovery-image] Oct 09 05:37:05.204 INFO O| Oct 09 05:37:05.204 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-10-09T05:37:06.458Z[ recovery-image] Oct 09 05:37:05.214 INFO O| Oct 09 05:37:05.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
70632024-10-09T05:37:06.458Z[ recovery-image] Oct 09 05:37:05.214 INFO O| Oct 09 05:37:05.214 INFO STEP 967 (remove_files) COMPLETE
70642024-10-09T05:37:06.461Z[ recovery-image] Oct 09 05:37:05.214 INFO O| Oct 09 05:37:05.214 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-10-09T05:37:06.467Z[ recovery-image] Oct 09 05:37:05.223 INFO O| Oct 09 05:37:05.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
70662024-10-09T05:37:06.467Z[ recovery-image] Oct 09 05:37:05.223 INFO O| Oct 09 05:37:05.223 INFO STEP 968 (remove_files) COMPLETE
70672024-10-09T05:37:06.470Z[ recovery-image] Oct 09 05:37:05.223 INFO O| Oct 09 05:37:05.223 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-10-09T05:37:06.477Z[ recovery-image] Oct 09 05:37:05.233 INFO O| Oct 09 05:37:05.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
70692024-10-09T05:37:06.479Z[ recovery-image] Oct 09 05:37:05.234 INFO O| Oct 09 05:37:05.234 INFO STEP 969 (remove_files) COMPLETE
70702024-10-09T05:37:06.479Z[ recovery-image] Oct 09 05:37:05.234 INFO O| Oct 09 05:37:05.234 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-10-09T05:37:06.487Z[ recovery-image] Oct 09 05:37:05.243 INFO O| Oct 09 05:37:05.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
70722024-10-09T05:37:06.490Z[ recovery-image] Oct 09 05:37:05.244 INFO O| Oct 09 05:37:05.244 INFO STEP 970 (remove_files) COMPLETE
70732024-10-09T05:37:06.490Z[ recovery-image] Oct 09 05:37:05.244 INFO O| Oct 09 05:37:05.244 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-10-09T05:37:06.497Z[ recovery-image] Oct 09 05:37:05.253 INFO O| Oct 09 05:37:05.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
70752024-10-09T05:37:06.497Z[ recovery-image] Oct 09 05:37:05.253 INFO O| Oct 09 05:37:05.253 INFO STEP 971 (remove_files) COMPLETE
70762024-10-09T05:37:06.500Z[ recovery-image] Oct 09 05:37:05.253 INFO O| Oct 09 05:37:05.253 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-10-09T05:37:06.510Z[ recovery-image] Oct 09 05:37:05.266 INFO O| Oct 09 05:37:05.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
70782024-10-09T05:37:06.510Z[ recovery-image] Oct 09 05:37:05.266 INFO O| Oct 09 05:37:05.266 INFO STEP 972 (remove_files) COMPLETE
70792024-10-09T05:37:06.513Z[ recovery-image] Oct 09 05:37:05.266 INFO O| Oct 09 05:37:05.266 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-10-09T05:37:06.521Z[ recovery-image] Oct 09 05:37:05.277 INFO O| Oct 09 05:37:05.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
70812024-10-09T05:37:06.523Z[ recovery-image] Oct 09 05:37:05.277 INFO O| Oct 09 05:37:05.277 INFO STEP 973 (remove_files) COMPLETE
70822024-10-09T05:37:06.523Z[ recovery-image] Oct 09 05:37:05.277 INFO O| Oct 09 05:37:05.277 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-10-09T05:37:06.532Z[ recovery-image] Oct 09 05:37:05.287 INFO O| Oct 09 05:37:05.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
70842024-10-09T05:37:06.532Z[ recovery-image] Oct 09 05:37:05.288 INFO O| Oct 09 05:37:05.287 INFO STEP 974 (remove_files) COMPLETE
70852024-10-09T05:37:06.532Z[ recovery-image] Oct 09 05:37:05.288 INFO O| Oct 09 05:37:05.288 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-10-09T05:37:06.543Z[ recovery-image] Oct 09 05:37:05.299 INFO O| Oct 09 05:37:05.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
70872024-10-09T05:37:06.546Z[ recovery-image] Oct 09 05:37:05.299 INFO O| Oct 09 05:37:05.299 INFO STEP 975 (remove_files) COMPLETE
70882024-10-09T05:37:06.546Z[ recovery-image] Oct 09 05:37:05.299 INFO O| Oct 09 05:37:05.299 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-10-09T05:37:06.554Z[ recovery-image] Oct 09 05:37:05.310 INFO O| Oct 09 05:37:05.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
70902024-10-09T05:37:06.554Z[ recovery-image] Oct 09 05:37:05.310 INFO O| Oct 09 05:37:05.310 INFO STEP 976 (remove_files) COMPLETE
70912024-10-09T05:37:06.556Z[ recovery-image] Oct 09 05:37:05.310 INFO O| Oct 09 05:37:05.310 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-10-09T05:37:06.566Z[ recovery-image] Oct 09 05:37:05.320 INFO O| Oct 09 05:37:05.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
70932024-10-09T05:37:06.568Z[ recovery-image] Oct 09 05:37:05.321 INFO O| Oct 09 05:37:05.321 INFO STEP 977 (remove_files) COMPLETE
70942024-10-09T05:37:06.568Z[ recovery-image] Oct 09 05:37:05.321 INFO O| Oct 09 05:37:05.321 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-10-09T05:37:06.576Z[ recovery-image] Oct 09 05:37:05.332 INFO O| Oct 09 05:37:05.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
70962024-10-09T05:37:06.579Z[ recovery-image] Oct 09 05:37:05.332 INFO O| Oct 09 05:37:05.332 INFO STEP 978 (remove_files) COMPLETE
70972024-10-09T05:37:06.579Z[ recovery-image] Oct 09 05:37:05.332 INFO O| Oct 09 05:37:05.332 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-10-09T05:37:06.586Z[ recovery-image] Oct 09 05:37:05.342 INFO O| Oct 09 05:37:05.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
70992024-10-09T05:37:06.586Z[ recovery-image] Oct 09 05:37:05.342 INFO O| Oct 09 05:37:05.342 INFO STEP 979 (remove_files) COMPLETE
71002024-10-09T05:37:06.591Z[ recovery-image] Oct 09 05:37:05.342 INFO O| Oct 09 05:37:05.342 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-10-09T05:37:06.596Z[ recovery-image] Oct 09 05:37:05.352 INFO O| Oct 09 05:37:05.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
71022024-10-09T05:37:06.599Z[ recovery-image] Oct 09 05:37:05.352 INFO O| Oct 09 05:37:05.352 INFO STEP 980 (remove_files) COMPLETE
71032024-10-09T05:37:06.599Z[ recovery-image] Oct 09 05:37:05.352 INFO O| Oct 09 05:37:05.352 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-10-09T05:37:06.606Z[ recovery-image] Oct 09 05:37:05.362 INFO O| Oct 09 05:37:05.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
71052024-10-09T05:37:06.608Z[ recovery-image] Oct 09 05:37:05.362 INFO O| Oct 09 05:37:05.362 INFO STEP 981 (remove_files) COMPLETE
71062024-10-09T05:37:06.609Z[ recovery-image] Oct 09 05:37:05.362 INFO O| Oct 09 05:37:05.362 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-10-09T05:37:06.615Z[ recovery-image] Oct 09 05:37:05.371 INFO O| Oct 09 05:37:05.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
71082024-10-09T05:37:06.615Z[ recovery-image] Oct 09 05:37:05.371 INFO O| Oct 09 05:37:05.371 INFO STEP 982 (remove_files) COMPLETE
71092024-10-09T05:37:06.618Z[ recovery-image] Oct 09 05:37:05.371 INFO O| Oct 09 05:37:05.371 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-10-09T05:37:06.625Z[ recovery-image] Oct 09 05:37:05.381 INFO O| Oct 09 05:37:05.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
71112024-10-09T05:37:06.627Z[ recovery-image] Oct 09 05:37:05.381 INFO O| Oct 09 05:37:05.381 INFO STEP 983 (remove_files) COMPLETE
71122024-10-09T05:37:06.627Z[ recovery-image] Oct 09 05:37:05.381 INFO O| Oct 09 05:37:05.381 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-10-09T05:37:06.634Z[ recovery-image] Oct 09 05:37:05.390 INFO O| Oct 09 05:37:05.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
71142024-10-09T05:37:06.637Z[ recovery-image] Oct 09 05:37:05.390 INFO O| Oct 09 05:37:05.390 INFO STEP 984 (remove_files) COMPLETE
71152024-10-09T05:37:06.637Z[ recovery-image] Oct 09 05:37:05.390 INFO O| Oct 09 05:37:05.390 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-10-09T05:37:06.644Z[ recovery-image] Oct 09 05:37:05.400 INFO O| Oct 09 05:37:05.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
71172024-10-09T05:37:06.647Z[ recovery-image] Oct 09 05:37:05.400 INFO O| Oct 09 05:37:05.400 INFO STEP 985 (remove_files) COMPLETE
71182024-10-09T05:37:06.648Z[ recovery-image] Oct 09 05:37:05.400 INFO O| Oct 09 05:37:05.400 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-10-09T05:37:06.654Z[ recovery-image] Oct 09 05:37:05.410 INFO O| Oct 09 05:37:05.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
71202024-10-09T05:37:06.654Z[ recovery-image] Oct 09 05:37:05.410 INFO O| Oct 09 05:37:05.410 INFO STEP 986 (remove_files) COMPLETE
71212024-10-09T05:37:06.654Z[ recovery-image] Oct 09 05:37:05.410 INFO O| Oct 09 05:37:05.410 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-10-09T05:37:06.663Z[ recovery-image] Oct 09 05:37:05.419 INFO O| Oct 09 05:37:05.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
71232024-10-09T05:37:06.666Z[ recovery-image] Oct 09 05:37:05.419 INFO O| Oct 09 05:37:05.419 INFO STEP 987 (remove_files) COMPLETE
71242024-10-09T05:37:06.666Z[ recovery-image] Oct 09 05:37:05.419 INFO O| Oct 09 05:37:05.419 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-10-09T05:37:06.673Z[ recovery-image] Oct 09 05:37:05.428 INFO O| Oct 09 05:37:05.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
71262024-10-09T05:37:06.673Z[ recovery-image] Oct 09 05:37:05.428 INFO O| Oct 09 05:37:05.428 INFO STEP 988 (remove_files) COMPLETE
71272024-10-09T05:37:06.675Z[ recovery-image] Oct 09 05:37:05.429 INFO O| Oct 09 05:37:05.428 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-10-09T05:37:06.682Z[ recovery-image] Oct 09 05:37:05.438 INFO O| Oct 09 05:37:05.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
71292024-10-09T05:37:06.685Z[ recovery-image] Oct 09 05:37:05.438 INFO O| Oct 09 05:37:05.438 INFO STEP 989 (remove_files) COMPLETE
71302024-10-09T05:37:06.685Z[ recovery-image] Oct 09 05:37:05.438 INFO O| Oct 09 05:37:05.438 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-10-09T05:37:06.692Z[ recovery-image] Oct 09 05:37:05.447 INFO O| Oct 09 05:37:05.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
71322024-10-09T05:37:06.692Z[ recovery-image] Oct 09 05:37:05.447 INFO O| Oct 09 05:37:05.447 INFO STEP 990 (remove_files) COMPLETE
71332024-10-09T05:37:06.694Z[ recovery-image] Oct 09 05:37:05.448 INFO O| Oct 09 05:37:05.447 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-10-09T05:37:06.701Z[ recovery-image] Oct 09 05:37:05.457 INFO O| Oct 09 05:37:05.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
71352024-10-09T05:37:06.704Z[ recovery-image] Oct 09 05:37:05.457 INFO O| Oct 09 05:37:05.457 INFO STEP 991 (remove_files) COMPLETE
71362024-10-09T05:37:06.704Z[ recovery-image] Oct 09 05:37:05.457 INFO O| Oct 09 05:37:05.457 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-10-09T05:37:06.711Z[ recovery-image] Oct 09 05:37:05.466 INFO O| Oct 09 05:37:05.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
71382024-10-09T05:37:06.711Z[ recovery-image] Oct 09 05:37:05.466 INFO O| Oct 09 05:37:05.466 INFO STEP 992 (remove_files) COMPLETE
71392024-10-09T05:37:06.711Z[ recovery-image] Oct 09 05:37:05.466 INFO O| Oct 09 05:37:05.466 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-10-09T05:37:06.720Z[ recovery-image] Oct 09 05:37:05.475 INFO O| Oct 09 05:37:05.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
71412024-10-09T05:37:06.720Z[ recovery-image] Oct 09 05:37:05.475 INFO O| Oct 09 05:37:05.475 INFO STEP 993 (remove_files) COMPLETE
71422024-10-09T05:37:06.722Z[ recovery-image] Oct 09 05:37:05.475 INFO O| Oct 09 05:37:05.475 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-10-09T05:37:06.729Z[ recovery-image] Oct 09 05:37:05.485 INFO O| Oct 09 05:37:05.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
71442024-10-09T05:37:06.729Z[ recovery-image] Oct 09 05:37:05.485 INFO O| Oct 09 05:37:05.485 INFO STEP 994 (remove_files) COMPLETE
71452024-10-09T05:37:06.729Z[ recovery-image] Oct 09 05:37:05.485 INFO O| Oct 09 05:37:05.485 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-10-09T05:37:06.738Z[ recovery-image] Oct 09 05:37:05.494 INFO O| Oct 09 05:37:05.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
71472024-10-09T05:37:06.741Z[ recovery-image] Oct 09 05:37:05.494 INFO O| Oct 09 05:37:05.494 INFO STEP 995 (remove_files) COMPLETE
71482024-10-09T05:37:06.741Z[ recovery-image] Oct 09 05:37:05.494 INFO O| Oct 09 05:37:05.494 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-10-09T05:37:06.748Z[ recovery-image] Oct 09 05:37:05.504 INFO O| Oct 09 05:37:05.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
71502024-10-09T05:37:06.748Z[ recovery-image] Oct 09 05:37:05.504 INFO O| Oct 09 05:37:05.504 INFO STEP 996 (remove_files) COMPLETE
71512024-10-09T05:37:06.751Z[ recovery-image] Oct 09 05:37:05.504 INFO O| Oct 09 05:37:05.504 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-10-09T05:37:06.758Z[ recovery-image] Oct 09 05:37:05.514 INFO O| Oct 09 05:37:05.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
71532024-10-09T05:37:06.758Z[ recovery-image] Oct 09 05:37:05.514 INFO O| Oct 09 05:37:05.514 INFO STEP 997 (remove_files) COMPLETE
71542024-10-09T05:37:06.760Z[ recovery-image] Oct 09 05:37:05.514 INFO O| Oct 09 05:37:05.514 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-10-09T05:37:06.768Z[ recovery-image] Oct 09 05:37:05.523 INFO O| Oct 09 05:37:05.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
71562024-10-09T05:37:06.768Z[ recovery-image] Oct 09 05:37:05.523 INFO O| Oct 09 05:37:05.523 INFO STEP 998 (remove_files) COMPLETE
71572024-10-09T05:37:06.770Z[ recovery-image] Oct 09 05:37:05.523 INFO O| Oct 09 05:37:05.523 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-10-09T05:37:06.777Z[ recovery-image] Oct 09 05:37:05.533 INFO O| Oct 09 05:37:05.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
71592024-10-09T05:37:06.780Z[ recovery-image] Oct 09 05:37:05.533 INFO O| Oct 09 05:37:05.533 INFO STEP 999 (remove_files) COMPLETE
71602024-10-09T05:37:06.780Z[ recovery-image] Oct 09 05:37:05.533 INFO O| Oct 09 05:37:05.533 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-10-09T05:37:06.786Z[ recovery-image] Oct 09 05:37:05.542 INFO O| Oct 09 05:37:05.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
71622024-10-09T05:37:06.789Z[ recovery-image] Oct 09 05:37:05.542 INFO O| Oct 09 05:37:05.542 INFO STEP 1000 (remove_files) COMPLETE
71632024-10-09T05:37:06.789Z[ recovery-image] Oct 09 05:37:05.542 INFO O| Oct 09 05:37:05.542 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-10-09T05:37:06.796Z[ recovery-image] Oct 09 05:37:05.552 INFO O| Oct 09 05:37:05.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
71652024-10-09T05:37:06.796Z[ recovery-image] Oct 09 05:37:05.552 INFO O| Oct 09 05:37:05.552 INFO STEP 1001 (remove_files) COMPLETE
71662024-10-09T05:37:06.799Z[ recovery-image] Oct 09 05:37:05.552 INFO O| Oct 09 05:37:05.552 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-10-09T05:37:06.805Z[ recovery-image] Oct 09 05:37:05.561 INFO O| Oct 09 05:37:05.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
71682024-10-09T05:37:06.805Z[ recovery-image] Oct 09 05:37:05.561 INFO O| Oct 09 05:37:05.561 INFO STEP 1002 (remove_files) COMPLETE
71692024-10-09T05:37:06.806Z[ recovery-image] Oct 09 05:37:05.561 INFO O| Oct 09 05:37:05.561 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-10-09T05:37:06.815Z[ recovery-image] Oct 09 05:37:05.570 INFO O| Oct 09 05:37:05.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
71712024-10-09T05:37:06.817Z[ recovery-image] Oct 09 05:37:05.571 INFO O| Oct 09 05:37:05.571 INFO STEP 1003 (remove_files) COMPLETE
71722024-10-09T05:37:06.817Z[ recovery-image] Oct 09 05:37:05.571 INFO O| Oct 09 05:37:05.571 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-10-09T05:37:06.824Z[ recovery-image] Oct 09 05:37:05.580 INFO O| Oct 09 05:37:05.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
71742024-10-09T05:37:06.824Z[ recovery-image] Oct 09 05:37:05.580 INFO O| Oct 09 05:37:05.580 INFO STEP 1004 (remove_files) COMPLETE
71752024-10-09T05:37:06.824Z[ recovery-image] Oct 09 05:37:05.580 INFO O| Oct 09 05:37:05.580 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-10-09T05:37:06.833Z[ recovery-image] Oct 09 05:37:05.589 INFO O| Oct 09 05:37:05.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
71772024-10-09T05:37:06.834Z[ recovery-image] Oct 09 05:37:05.589 INFO O| Oct 09 05:37:05.589 INFO STEP 1005 (remove_files) COMPLETE
71782024-10-09T05:37:06.836Z[ recovery-image] Oct 09 05:37:05.589 INFO O| Oct 09 05:37:05.589 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-10-09T05:37:06.843Z[ recovery-image] Oct 09 05:37:05.598 INFO O| Oct 09 05:37:05.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
71802024-10-09T05:37:06.843Z[ recovery-image] Oct 09 05:37:05.598 INFO O| Oct 09 05:37:05.598 INFO STEP 1006 (remove_files) COMPLETE
71812024-10-09T05:37:06.845Z[ recovery-image] Oct 09 05:37:05.598 INFO O| Oct 09 05:37:05.598 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-10-09T05:37:06.853Z[ recovery-image] Oct 09 05:37:05.608 INFO O| Oct 09 05:37:05.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
71832024-10-09T05:37:06.853Z[ recovery-image] Oct 09 05:37:05.608 INFO O| Oct 09 05:37:05.608 INFO STEP 1007 (remove_files) COMPLETE
71842024-10-09T05:37:06.853Z[ recovery-image] Oct 09 05:37:05.608 INFO O| Oct 09 05:37:05.608 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-10-09T05:37:06.863Z[ recovery-image] Oct 09 05:37:05.619 INFO O| Oct 09 05:37:05.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
71862024-10-09T05:37:06.863Z[ recovery-image] Oct 09 05:37:05.619 INFO O| Oct 09 05:37:05.619 INFO STEP 1008 (remove_files) COMPLETE
71872024-10-09T05:37:06.865Z[ recovery-image] Oct 09 05:37:05.619 INFO O| Oct 09 05:37:05.619 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-10-09T05:37:06.873Z[ recovery-image] Oct 09 05:37:05.628 INFO O| Oct 09 05:37:05.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
71892024-10-09T05:37:06.873Z[ recovery-image] Oct 09 05:37:05.629 INFO O| Oct 09 05:37:05.629 INFO STEP 1009 (remove_files) COMPLETE
71902024-10-09T05:37:06.875Z[ recovery-image] Oct 09 05:37:05.629 INFO O| Oct 09 05:37:05.629 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-10-09T05:37:06.884Z[ recovery-image] Oct 09 05:37:05.639 INFO O| Oct 09 05:37:05.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
71922024-10-09T05:37:06.884Z[ recovery-image] Oct 09 05:37:05.640 INFO O| Oct 09 05:37:05.639 INFO STEP 1010 (remove_files) COMPLETE
71932024-10-09T05:37:06.886Z[ recovery-image] Oct 09 05:37:05.640 INFO O| Oct 09 05:37:05.639 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-10-09T05:37:06.895Z[ recovery-image] Oct 09 05:37:05.651 INFO O| Oct 09 05:37:05.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
71952024-10-09T05:37:06.895Z[ recovery-image] Oct 09 05:37:05.651 INFO O| Oct 09 05:37:05.651 INFO STEP 1011 (remove_files) COMPLETE
71962024-10-09T05:37:06.895Z[ recovery-image] Oct 09 05:37:05.651 INFO O| Oct 09 05:37:05.651 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-10-09T05:37:06.906Z[ recovery-image] Oct 09 05:37:05.662 INFO O| Oct 09 05:37:05.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
71982024-10-09T05:37:06.906Z[ recovery-image] Oct 09 05:37:05.662 INFO O| Oct 09 05:37:05.662 INFO STEP 1012 (remove_files) COMPLETE
71992024-10-09T05:37:06.909Z[ recovery-image] Oct 09 05:37:05.662 INFO O| Oct 09 05:37:05.662 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-10-09T05:37:06.916Z[ recovery-image] Oct 09 05:37:05.672 INFO O| Oct 09 05:37:05.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
72012024-10-09T05:37:06.916Z[ recovery-image] Oct 09 05:37:05.672 INFO O| Oct 09 05:37:05.672 INFO STEP 1013 (remove_files) COMPLETE
72022024-10-09T05:37:06.919Z[ recovery-image] Oct 09 05:37:05.672 INFO O| Oct 09 05:37:05.672 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-10-09T05:37:06.926Z[ recovery-image] Oct 09 05:37:05.682 INFO O| Oct 09 05:37:05.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
72042024-10-09T05:37:06.926Z[ recovery-image] Oct 09 05:37:05.682 INFO O| Oct 09 05:37:05.682 INFO STEP 1014 (remove_files) COMPLETE
72052024-10-09T05:37:06.926Z[ recovery-image] Oct 09 05:37:05.682 INFO O| Oct 09 05:37:05.682 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-10-09T05:37:06.936Z[ recovery-image] Oct 09 05:37:05.691 INFO O| Oct 09 05:37:05.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
72072024-10-09T05:37:06.936Z[ recovery-image] Oct 09 05:37:05.691 INFO O| Oct 09 05:37:05.691 INFO STEP 1015 (remove_files) COMPLETE
72082024-10-09T05:37:06.936Z[ recovery-image] Oct 09 05:37:05.691 INFO O| Oct 09 05:37:05.691 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-10-09T05:37:06.945Z[ recovery-image] Oct 09 05:37:05.701 INFO O| Oct 09 05:37:05.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
72102024-10-09T05:37:06.948Z[ recovery-image] Oct 09 05:37:05.701 INFO O| Oct 09 05:37:05.701 INFO STEP 1016 (remove_files) COMPLETE
72112024-10-09T05:37:06.948Z[ recovery-image] Oct 09 05:37:05.701 INFO O| Oct 09 05:37:05.701 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-10-09T05:37:06.955Z[ recovery-image] Oct 09 05:37:05.710 INFO O| Oct 09 05:37:05.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
72132024-10-09T05:37:06.957Z[ recovery-image] Oct 09 05:37:05.711 INFO O| Oct 09 05:37:05.711 INFO STEP 1017 (remove_files) COMPLETE
72142024-10-09T05:37:06.957Z[ recovery-image] Oct 09 05:37:05.711 INFO O| Oct 09 05:37:05.711 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-10-09T05:37:06.965Z[ recovery-image] Oct 09 05:37:05.721 INFO O| Oct 09 05:37:05.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
72162024-10-09T05:37:06.965Z[ recovery-image] Oct 09 05:37:05.721 INFO O| Oct 09 05:37:05.721 INFO STEP 1018 (remove_files) COMPLETE
72172024-10-09T05:37:06.968Z[ recovery-image] Oct 09 05:37:05.721 INFO O| Oct 09 05:37:05.721 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-10-09T05:37:06.974Z[ recovery-image] Oct 09 05:37:05.730 INFO O| Oct 09 05:37:05.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
72192024-10-09T05:37:06.974Z[ recovery-image] Oct 09 05:37:05.730 INFO O| Oct 09 05:37:05.730 INFO STEP 1019 (remove_files) COMPLETE
72202024-10-09T05:37:06.977Z[ recovery-image] Oct 09 05:37:05.730 INFO O| Oct 09 05:37:05.730 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-10-09T05:37:06.984Z[ recovery-image] Oct 09 05:37:05.739 INFO O| Oct 09 05:37:05.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
72222024-10-09T05:37:06.986Z[ recovery-image] Oct 09 05:37:05.740 INFO O| Oct 09 05:37:05.740 INFO STEP 1020 (remove_files) COMPLETE
72232024-10-09T05:37:06.986Z[ recovery-image] Oct 09 05:37:05.740 INFO O| Oct 09 05:37:05.740 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-10-09T05:37:06.994Z[ recovery-image] Oct 09 05:37:05.749 INFO O| Oct 09 05:37:05.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
72252024-10-09T05:37:06.994Z[ recovery-image] Oct 09 05:37:05.749 INFO O| Oct 09 05:37:05.749 INFO STEP 1021 (remove_files) COMPLETE
72262024-10-09T05:37:06.996Z[ recovery-image] Oct 09 05:37:05.749 INFO O| Oct 09 05:37:05.749 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-10-09T05:37:07.003Z[ recovery-image] Oct 09 05:37:05.758 INFO O| Oct 09 05:37:05.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
72282024-10-09T05:37:07.005Z[ recovery-image] Oct 09 05:37:05.759 INFO O| Oct 09 05:37:05.758 INFO STEP 1022 (remove_files) COMPLETE
72292024-10-09T05:37:07.005Z[ recovery-image] Oct 09 05:37:05.759 INFO O| Oct 09 05:37:05.759 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-10-09T05:37:07.013Z[ recovery-image] Oct 09 05:37:05.768 INFO O| Oct 09 05:37:05.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
72312024-10-09T05:37:07.013Z[ recovery-image] Oct 09 05:37:05.768 INFO O| Oct 09 05:37:05.768 INFO STEP 1023 (remove_files) COMPLETE
72322024-10-09T05:37:07.015Z[ recovery-image] Oct 09 05:37:05.768 INFO O| Oct 09 05:37:05.768 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-10-09T05:37:07.022Z[ recovery-image] Oct 09 05:37:05.778 INFO O| Oct 09 05:37:05.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
72342024-10-09T05:37:07.022Z[ recovery-image] Oct 09 05:37:05.778 INFO O| Oct 09 05:37:05.778 INFO STEP 1024 (remove_files) COMPLETE
72352024-10-09T05:37:07.024Z[ recovery-image] Oct 09 05:37:05.778 INFO O| Oct 09 05:37:05.778 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-10-09T05:37:07.032Z[ recovery-image] Oct 09 05:37:05.787 INFO O| Oct 09 05:37:05.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
72372024-10-09T05:37:07.032Z[ recovery-image] Oct 09 05:37:05.787 INFO O| Oct 09 05:37:05.787 INFO STEP 1025 (remove_files) COMPLETE
72382024-10-09T05:37:07.034Z[ recovery-image] Oct 09 05:37:05.787 INFO O| Oct 09 05:37:05.787 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-10-09T05:37:07.041Z[ recovery-image] Oct 09 05:37:05.797 INFO O| Oct 09 05:37:05.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
72402024-10-09T05:37:07.044Z[ recovery-image] Oct 09 05:37:05.797 INFO O| Oct 09 05:37:05.797 INFO STEP 1026 (remove_files) COMPLETE
72412024-10-09T05:37:07.044Z[ recovery-image] Oct 09 05:37:05.797 INFO O| Oct 09 05:37:05.797 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-10-09T05:37:07.051Z[ recovery-image] Oct 09 05:37:05.806 INFO O| Oct 09 05:37:05.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
72432024-10-09T05:37:07.051Z[ recovery-image] Oct 09 05:37:05.806 INFO O| Oct 09 05:37:05.806 INFO STEP 1027 (remove_files) COMPLETE
72442024-10-09T05:37:07.051Z[ recovery-image] Oct 09 05:37:05.806 INFO O| Oct 09 05:37:05.806 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-10-09T05:37:07.061Z[ recovery-image] Oct 09 05:37:05.816 INFO O| Oct 09 05:37:05.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
72462024-10-09T05:37:07.061Z[ recovery-image] Oct 09 05:37:05.816 INFO O| Oct 09 05:37:05.816 INFO STEP 1028 (remove_files) COMPLETE
72472024-10-09T05:37:07.063Z[ recovery-image] Oct 09 05:37:05.816 INFO O| Oct 09 05:37:05.816 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-10-09T05:37:07.072Z[ recovery-image] Oct 09 05:37:05.826 INFO O| Oct 09 05:37:05.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
72492024-10-09T05:37:07.074Z[ recovery-image] Oct 09 05:37:05.826 INFO O| Oct 09 05:37:05.826 INFO STEP 1029 (remove_files) COMPLETE
72502024-10-09T05:37:07.074Z[ recovery-image] Oct 09 05:37:05.826 INFO O| Oct 09 05:37:05.826 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-10-09T05:37:07.080Z[ recovery-image] Oct 09 05:37:05.835 INFO O| Oct 09 05:37:05.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
72522024-10-09T05:37:07.080Z[ recovery-image] Oct 09 05:37:05.835 INFO O| Oct 09 05:37:05.835 INFO STEP 1030 (remove_files) COMPLETE
72532024-10-09T05:37:07.080Z[ recovery-image] Oct 09 05:37:05.835 INFO O| Oct 09 05:37:05.835 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-10-09T05:37:07.089Z[ recovery-image] Oct 09 05:37:05.845 INFO O| Oct 09 05:37:05.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
72552024-10-09T05:37:07.092Z[ recovery-image] Oct 09 05:37:05.845 INFO O| Oct 09 05:37:05.845 INFO STEP 1031 (remove_files) COMPLETE
72562024-10-09T05:37:07.092Z[ recovery-image] Oct 09 05:37:05.845 INFO O| Oct 09 05:37:05.845 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-10-09T05:37:07.099Z[ recovery-image] Oct 09 05:37:05.854 INFO O| Oct 09 05:37:05.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
72582024-10-09T05:37:07.099Z[ recovery-image] Oct 09 05:37:05.854 INFO O| Oct 09 05:37:05.854 INFO STEP 1032 (remove_files) COMPLETE
72592024-10-09T05:37:07.099Z[ recovery-image] Oct 09 05:37:05.854 INFO O| Oct 09 05:37:05.854 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-10-09T05:37:07.108Z[ recovery-image] Oct 09 05:37:05.864 INFO O| Oct 09 05:37:05.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
72612024-10-09T05:37:07.111Z[ recovery-image] Oct 09 05:37:05.864 INFO O| Oct 09 05:37:05.864 INFO STEP 1033 (remove_files) COMPLETE
72622024-10-09T05:37:07.111Z[ recovery-image] Oct 09 05:37:05.864 INFO O| Oct 09 05:37:05.864 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-10-09T05:37:07.118Z[ recovery-image] Oct 09 05:37:05.873 INFO O| Oct 09 05:37:05.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
72642024-10-09T05:37:07.118Z[ recovery-image] Oct 09 05:37:05.873 INFO O| Oct 09 05:37:05.873 INFO STEP 1034 (remove_files) COMPLETE
72652024-10-09T05:37:07.120Z[ recovery-image] Oct 09 05:37:05.873 INFO O| Oct 09 05:37:05.873 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-10-09T05:37:07.127Z[ recovery-image] Oct 09 05:37:05.882 INFO O| Oct 09 05:37:05.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
72672024-10-09T05:37:07.127Z[ recovery-image] Oct 09 05:37:05.883 INFO O| Oct 09 05:37:05.883 INFO STEP 1035 (remove_files) COMPLETE
72682024-10-09T05:37:07.129Z[ recovery-image] Oct 09 05:37:05.883 INFO O| Oct 09 05:37:05.883 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-10-09T05:37:07.137Z[ recovery-image] Oct 09 05:37:05.892 INFO O| Oct 09 05:37:05.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
72702024-10-09T05:37:07.137Z[ recovery-image] Oct 09 05:37:05.892 INFO O| Oct 09 05:37:05.892 INFO STEP 1036 (remove_files) COMPLETE
72712024-10-09T05:37:07.139Z[ recovery-image] Oct 09 05:37:05.892 INFO O| Oct 09 05:37:05.892 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-10-09T05:37:07.146Z[ recovery-image] Oct 09 05:37:05.901 INFO O| Oct 09 05:37:05.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
72732024-10-09T05:37:07.149Z[ recovery-image] Oct 09 05:37:05.901 INFO O| Oct 09 05:37:05.901 INFO STEP 1037 (remove_files) COMPLETE
72742024-10-09T05:37:07.149Z[ recovery-image] Oct 09 05:37:05.901 INFO O| Oct 09 05:37:05.901 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-10-09T05:37:07.155Z[ recovery-image] Oct 09 05:37:05.911 INFO O| Oct 09 05:37:05.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
72762024-10-09T05:37:07.155Z[ recovery-image] Oct 09 05:37:05.911 INFO O| Oct 09 05:37:05.911 INFO STEP 1038 (remove_files) COMPLETE
72772024-10-09T05:37:07.155Z[ recovery-image] Oct 09 05:37:05.911 INFO O| Oct 09 05:37:05.911 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-10-09T05:37:07.165Z[ recovery-image] Oct 09 05:37:05.920 INFO O| Oct 09 05:37:05.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
72792024-10-09T05:37:07.173Z[ recovery-image] Oct 09 05:37:05.920 INFO O| Oct 09 05:37:05.920 INFO STEP 1039 (remove_files) COMPLETE
72802024-10-09T05:37:07.173Z[ recovery-image] Oct 09 05:37:05.920 INFO O| Oct 09 05:37:05.920 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-10-09T05:37:07.176Z[ recovery-image] Oct 09 05:37:05.929 INFO O| Oct 09 05:37:05.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
72822024-10-09T05:37:07.176Z[ recovery-image] Oct 09 05:37:05.929 INFO O| Oct 09 05:37:05.929 INFO STEP 1040 (remove_files) COMPLETE
72832024-10-09T05:37:07.176Z[ recovery-image] Oct 09 05:37:05.929 INFO O| Oct 09 05:37:05.929 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-10-09T05:37:07.183Z[ recovery-image] Oct 09 05:37:05.939 INFO O| Oct 09 05:37:05.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
72852024-10-09T05:37:07.183Z[ recovery-image] Oct 09 05:37:05.939 INFO O| Oct 09 05:37:05.939 INFO STEP 1041 (remove_files) COMPLETE
72862024-10-09T05:37:07.186Z[ recovery-image] Oct 09 05:37:05.939 INFO O| Oct 09 05:37:05.939 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-10-09T05:37:07.193Z[ recovery-image] Oct 09 05:37:05.948 INFO O| Oct 09 05:37:05.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
72882024-10-09T05:37:07.196Z[ recovery-image] Oct 09 05:37:05.948 INFO O| Oct 09 05:37:05.948 INFO STEP 1042 (remove_files) COMPLETE
72892024-10-09T05:37:07.196Z[ recovery-image] Oct 09 05:37:05.948 INFO O| Oct 09 05:37:05.948 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-10-09T05:37:07.202Z[ recovery-image] Oct 09 05:37:05.958 INFO O| Oct 09 05:37:05.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
72912024-10-09T05:37:07.205Z[ recovery-image] Oct 09 05:37:05.958 INFO O| Oct 09 05:37:05.958 INFO STEP 1043 (remove_files) COMPLETE
72922024-10-09T05:37:07.205Z[ recovery-image] Oct 09 05:37:05.958 INFO O| Oct 09 05:37:05.958 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-10-09T05:37:07.212Z[ recovery-image] Oct 09 05:37:05.967 INFO O| Oct 09 05:37:05.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
72942024-10-09T05:37:07.212Z[ recovery-image] Oct 09 05:37:05.967 INFO O| Oct 09 05:37:05.967 INFO STEP 1044 (remove_files) COMPLETE
72952024-10-09T05:37:07.215Z[ recovery-image] Oct 09 05:37:05.967 INFO O| Oct 09 05:37:05.967 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-10-09T05:37:07.222Z[ recovery-image] Oct 09 05:37:05.977 INFO O| Oct 09 05:37:05.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
72972024-10-09T05:37:07.222Z[ recovery-image] Oct 09 05:37:05.977 INFO O| Oct 09 05:37:05.977 INFO STEP 1045 (remove_files) COMPLETE
72982024-10-09T05:37:07.222Z[ recovery-image] Oct 09 05:37:05.977 INFO O| Oct 09 05:37:05.977 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-10-09T05:37:07.231Z[ recovery-image] Oct 09 05:37:05.986 INFO O| Oct 09 05:37:05.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
73002024-10-09T05:37:07.231Z[ recovery-image] Oct 09 05:37:05.987 INFO O| Oct 09 05:37:05.986 INFO STEP 1046 (remove_files) COMPLETE
73012024-10-09T05:37:07.231Z[ recovery-image] Oct 09 05:37:05.987 INFO O| Oct 09 05:37:05.987 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-10-09T05:37:07.241Z[ recovery-image] Oct 09 05:37:05.997 INFO O| Oct 09 05:37:05.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
73032024-10-09T05:37:07.242Z[ recovery-image] Oct 09 05:37:05.997 INFO O| Oct 09 05:37:05.997 INFO STEP 1047 (remove_files) COMPLETE
73042024-10-09T05:37:07.244Z[ recovery-image] Oct 09 05:37:05.997 INFO O| Oct 09 05:37:05.997 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-10-09T05:37:07.252Z[ recovery-image] Oct 09 05:37:06.008 INFO O| Oct 09 05:37:06.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
73062024-10-09T05:37:07.253Z[ recovery-image] Oct 09 05:37:06.008 INFO O| Oct 09 05:37:06.008 INFO STEP 1048 (remove_files) COMPLETE
73072024-10-09T05:37:07.253Z[ recovery-image] Oct 09 05:37:06.008 INFO O| Oct 09 05:37:06.008 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-10-09T05:37:07.265Z[ recovery-image] Oct 09 05:37:06.017 INFO O| Oct 09 05:37:06.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
73092024-10-09T05:37:07.267Z[ recovery-image] Oct 09 05:37:06.017 INFO O| Oct 09 05:37:06.017 INFO STEP 1049 (remove_files) COMPLETE
73102024-10-09T05:37:07.267Z[ recovery-image] Oct 09 05:37:06.017 INFO O| Oct 09 05:37:06.017 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-10-09T05:37:07.272Z[ recovery-image] Oct 09 05:37:06.027 INFO O| Oct 09 05:37:06.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
73122024-10-09T05:37:07.272Z[ recovery-image] Oct 09 05:37:06.027 INFO O| Oct 09 05:37:06.027 INFO STEP 1050 (remove_files) COMPLETE
73132024-10-09T05:37:07.274Z[ recovery-image] Oct 09 05:37:06.027 INFO O| Oct 09 05:37:06.027 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-10-09T05:37:07.281Z[ recovery-image] Oct 09 05:37:06.036 INFO O| Oct 09 05:37:06.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
73152024-10-09T05:37:07.284Z[ recovery-image] Oct 09 05:37:06.037 INFO O| Oct 09 05:37:06.037 INFO STEP 1051 (remove_files) COMPLETE
73162024-10-09T05:37:07.285Z[ recovery-image] Oct 09 05:37:06.038 INFO O| Oct 09 05:37:06.037 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-10-09T05:37:07.292Z[ recovery-image] Oct 09 05:37:06.047 INFO O| Oct 09 05:37:06.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
73182024-10-09T05:37:07.292Z[ recovery-image] Oct 09 05:37:06.047 INFO O| Oct 09 05:37:06.047 INFO STEP 1052 (remove_files) COMPLETE
73192024-10-09T05:37:07.292Z[ recovery-image] Oct 09 05:37:06.047 INFO O| Oct 09 05:37:06.047 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-10-09T05:37:07.301Z[ recovery-image] Oct 09 05:37:06.056 INFO O| Oct 09 05:37:06.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
73212024-10-09T05:37:07.301Z[ recovery-image] Oct 09 05:37:06.056 INFO O| Oct 09 05:37:06.056 INFO STEP 1053 (remove_files) COMPLETE
73222024-10-09T05:37:07.301Z[ recovery-image] Oct 09 05:37:06.056 INFO O| Oct 09 05:37:06.056 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-10-09T05:37:07.310Z[ recovery-image] Oct 09 05:37:06.066 INFO O| Oct 09 05:37:06.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
73242024-10-09T05:37:07.313Z[ recovery-image] Oct 09 05:37:06.066 INFO O| Oct 09 05:37:06.066 INFO STEP 1054 (remove_files) COMPLETE
73252024-10-09T05:37:07.313Z[ recovery-image] Oct 09 05:37:06.066 INFO O| Oct 09 05:37:06.066 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-10-09T05:37:07.320Z[ recovery-image] Oct 09 05:37:06.075 INFO O| Oct 09 05:37:06.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
73272024-10-09T05:37:07.320Z[ recovery-image] Oct 09 05:37:06.075 INFO O| Oct 09 05:37:06.075 INFO STEP 1055 (remove_files) COMPLETE
73282024-10-09T05:37:07.322Z[ recovery-image] Oct 09 05:37:06.075 INFO O| Oct 09 05:37:06.075 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-10-09T05:37:07.330Z[ recovery-image] Oct 09 05:37:06.085 INFO O| Oct 09 05:37:06.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
73302024-10-09T05:37:07.330Z[ recovery-image] Oct 09 05:37:06.085 INFO O| Oct 09 05:37:06.085 INFO STEP 1056 (remove_files) COMPLETE
73312024-10-09T05:37:07.330Z[ recovery-image] Oct 09 05:37:06.085 INFO O| Oct 09 05:37:06.085 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-10-09T05:37:07.339Z[ recovery-image] Oct 09 05:37:06.094 INFO O| Oct 09 05:37:06.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
73332024-10-09T05:37:07.339Z[ recovery-image] Oct 09 05:37:06.094 INFO O| Oct 09 05:37:06.094 INFO STEP 1057 (remove_files) COMPLETE
73342024-10-09T05:37:07.339Z[ recovery-image] Oct 09 05:37:06.094 INFO O| Oct 09 05:37:06.094 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-10-09T05:37:07.348Z[ recovery-image] Oct 09 05:37:06.103 INFO O| Oct 09 05:37:06.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
73362024-10-09T05:37:07.351Z[ recovery-image] Oct 09 05:37:06.104 INFO O| Oct 09 05:37:06.104 INFO STEP 1058 (remove_files) COMPLETE
73372024-10-09T05:37:07.351Z[ recovery-image] Oct 09 05:37:06.104 INFO O| Oct 09 05:37:06.104 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-10-09T05:37:07.358Z[ recovery-image] Oct 09 05:37:06.114 INFO O| Oct 09 05:37:06.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
73392024-10-09T05:37:07.358Z[ recovery-image] Oct 09 05:37:06.114 INFO O| Oct 09 05:37:06.114 INFO STEP 1059 (remove_files) COMPLETE
73402024-10-09T05:37:07.361Z[ recovery-image] Oct 09 05:37:06.114 INFO O| Oct 09 05:37:06.114 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-10-09T05:37:07.368Z[ recovery-image] Oct 09 05:37:06.123 INFO O| Oct 09 05:37:06.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
73422024-10-09T05:37:07.370Z[ recovery-image] Oct 09 05:37:06.123 INFO O| Oct 09 05:37:06.123 INFO STEP 1060 (remove_files) COMPLETE
73432024-10-09T05:37:07.370Z[ recovery-image] Oct 09 05:37:06.123 INFO O| Oct 09 05:37:06.123 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-10-09T05:37:07.377Z[ recovery-image] Oct 09 05:37:06.132 INFO O| Oct 09 05:37:06.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
73452024-10-09T05:37:07.380Z[ recovery-image] Oct 09 05:37:06.132 INFO O| Oct 09 05:37:06.132 INFO STEP 1061 (remove_files) COMPLETE
73462024-10-09T05:37:07.380Z[ recovery-image] Oct 09 05:37:06.132 INFO O| Oct 09 05:37:06.132 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-10-09T05:37:07.386Z[ recovery-image] Oct 09 05:37:06.142 INFO O| Oct 09 05:37:06.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
73482024-10-09T05:37:07.389Z[ recovery-image] Oct 09 05:37:06.142 INFO O| Oct 09 05:37:06.142 INFO STEP 1062 (remove_files) COMPLETE
73492024-10-09T05:37:07.389Z[ recovery-image] Oct 09 05:37:06.142 INFO O| Oct 09 05:37:06.142 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-10-09T05:37:07.396Z[ recovery-image] Oct 09 05:37:06.151 INFO O| Oct 09 05:37:06.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
73512024-10-09T05:37:07.399Z[ recovery-image] Oct 09 05:37:06.151 INFO O| Oct 09 05:37:06.151 INFO STEP 1063 (remove_files) COMPLETE
73522024-10-09T05:37:07.399Z[ recovery-image] Oct 09 05:37:06.151 INFO O| Oct 09 05:37:06.151 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-10-09T05:37:07.405Z[ recovery-image] Oct 09 05:37:06.160 INFO O| Oct 09 05:37:06.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
73542024-10-09T05:37:07.405Z[ recovery-image] Oct 09 05:37:06.160 INFO O| Oct 09 05:37:06.160 INFO STEP 1064 (remove_files) COMPLETE
73552024-10-09T05:37:07.408Z[ recovery-image] Oct 09 05:37:06.160 INFO O| Oct 09 05:37:06.160 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-10-09T05:37:07.414Z[ recovery-image] Oct 09 05:37:06.170 INFO O| Oct 09 05:37:06.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
73572024-10-09T05:37:07.417Z[ recovery-image] Oct 09 05:37:06.170 INFO O| Oct 09 05:37:06.170 INFO STEP 1065 (remove_files) COMPLETE
73582024-10-09T05:37:07.417Z[ recovery-image] Oct 09 05:37:06.170 INFO O| Oct 09 05:37:06.170 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-10-09T05:37:07.424Z[ recovery-image] Oct 09 05:37:06.179 INFO O| Oct 09 05:37:06.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
73602024-10-09T05:37:07.424Z[ recovery-image] Oct 09 05:37:06.179 INFO O| Oct 09 05:37:06.179 INFO STEP 1066 (remove_files) COMPLETE
73612024-10-09T05:37:07.424Z[ recovery-image] Oct 09 05:37:06.179 INFO O| Oct 09 05:37:06.179 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-10-09T05:37:07.433Z[ recovery-image] Oct 09 05:37:06.188 INFO O| Oct 09 05:37:06.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
73632024-10-09T05:37:07.433Z[ recovery-image] Oct 09 05:37:06.188 INFO O| Oct 09 05:37:06.188 INFO STEP 1067 (remove_files) COMPLETE
73642024-10-09T05:37:07.433Z[ recovery-image] Oct 09 05:37:06.188 INFO O| Oct 09 05:37:06.188 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-10-09T05:37:07.442Z[ recovery-image] Oct 09 05:37:06.197 INFO O| Oct 09 05:37:06.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
73662024-10-09T05:37:07.442Z[ recovery-image] Oct 09 05:37:06.198 INFO O| Oct 09 05:37:06.197 INFO STEP 1068 (remove_files) COMPLETE
73672024-10-09T05:37:07.445Z[ recovery-image] Oct 09 05:37:06.198 INFO O| Oct 09 05:37:06.198 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-10-09T05:37:07.452Z[ recovery-image] Oct 09 05:37:06.207 INFO O| Oct 09 05:37:06.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
73692024-10-09T05:37:07.452Z[ recovery-image] Oct 09 05:37:06.207 INFO O| Oct 09 05:37:06.207 INFO STEP 1069 (remove_files) COMPLETE
73702024-10-09T05:37:07.452Z[ recovery-image] Oct 09 05:37:06.207 INFO O| Oct 09 05:37:06.207 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-10-09T05:37:07.461Z[ recovery-image] Oct 09 05:37:06.216 INFO O| Oct 09 05:37:06.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
73722024-10-09T05:37:07.463Z[ recovery-image] Oct 09 05:37:06.216 INFO O| Oct 09 05:37:06.216 INFO STEP 1070 (remove_files) COMPLETE
73732024-10-09T05:37:07.464Z[ recovery-image] Oct 09 05:37:06.216 INFO O| Oct 09 05:37:06.216 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-10-09T05:37:07.471Z[ recovery-image] Oct 09 05:37:06.226 INFO O| Oct 09 05:37:06.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
73752024-10-09T05:37:07.471Z[ recovery-image] Oct 09 05:37:06.226 INFO O| Oct 09 05:37:06.226 INFO STEP 1071 (remove_files) COMPLETE
73762024-10-09T05:37:07.471Z[ recovery-image] Oct 09 05:37:06.226 INFO O| Oct 09 05:37:06.226 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-10-09T05:37:07.480Z[ recovery-image] Oct 09 05:37:06.235 INFO O| Oct 09 05:37:06.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
73782024-10-09T05:37:07.480Z[ recovery-image] Oct 09 05:37:06.235 INFO O| Oct 09 05:37:06.235 INFO STEP 1072 (remove_files) COMPLETE
73792024-10-09T05:37:07.480Z[ recovery-image] Oct 09 05:37:06.235 INFO O| Oct 09 05:37:06.235 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-10-09T05:37:07.489Z[ recovery-image] Oct 09 05:37:06.245 INFO O| Oct 09 05:37:06.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
73812024-10-09T05:37:07.490Z[ recovery-image] Oct 09 05:37:06.245 INFO O| Oct 09 05:37:06.245 INFO STEP 1073 (remove_files) COMPLETE
73822024-10-09T05:37:07.490Z[ recovery-image] Oct 09 05:37:06.245 INFO O| Oct 09 05:37:06.245 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-10-09T05:37:07.499Z[ recovery-image] Oct 09 05:37:06.254 INFO O| Oct 09 05:37:06.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
73842024-10-09T05:37:07.499Z[ recovery-image] Oct 09 05:37:06.254 INFO O| Oct 09 05:37:06.254 INFO STEP 1074 (remove_files) COMPLETE
73852024-10-09T05:37:07.499Z[ recovery-image] Oct 09 05:37:06.254 INFO O| Oct 09 05:37:06.254 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-10-09T05:37:07.508Z[ recovery-image] Oct 09 05:37:06.263 INFO O| Oct 09 05:37:06.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
73872024-10-09T05:37:07.508Z[ recovery-image] Oct 09 05:37:06.264 INFO O| Oct 09 05:37:06.264 INFO STEP 1075 (remove_files) COMPLETE
73882024-10-09T05:37:07.511Z[ recovery-image] Oct 09 05:37:06.264 INFO O| Oct 09 05:37:06.264 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-10-09T05:37:07.518Z[ recovery-image] Oct 09 05:37:06.273 INFO O| Oct 09 05:37:06.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
73902024-10-09T05:37:07.518Z[ recovery-image] Oct 09 05:37:06.273 INFO O| Oct 09 05:37:06.273 INFO STEP 1076 (remove_files) COMPLETE
73912024-10-09T05:37:07.518Z[ recovery-image] Oct 09 05:37:06.273 INFO O| Oct 09 05:37:06.273 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-10-09T05:37:07.527Z[ recovery-image] Oct 09 05:37:06.282 INFO O| Oct 09 05:37:06.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
73932024-10-09T05:37:07.528Z[ recovery-image] Oct 09 05:37:06.283 INFO O| Oct 09 05:37:06.283 INFO STEP 1077 (remove_files) COMPLETE
73942024-10-09T05:37:07.530Z[ recovery-image] Oct 09 05:37:06.283 INFO O| Oct 09 05:37:06.283 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-10-09T05:37:07.537Z[ recovery-image] Oct 09 05:37:06.292 INFO O| Oct 09 05:37:06.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
73962024-10-09T05:37:07.540Z[ recovery-image] Oct 09 05:37:06.292 INFO O| Oct 09 05:37:06.292 INFO STEP 1078 (remove_files) COMPLETE
73972024-10-09T05:37:07.540Z[ recovery-image] Oct 09 05:37:06.292 INFO O| Oct 09 05:37:06.292 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-10-09T05:37:07.547Z[ recovery-image] Oct 09 05:37:06.302 INFO O| Oct 09 05:37:06.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
73992024-10-09T05:37:07.547Z[ recovery-image] Oct 09 05:37:06.302 INFO O| Oct 09 05:37:06.302 INFO STEP 1079 (remove_files) COMPLETE
74002024-10-09T05:37:07.547Z[ recovery-image] Oct 09 05:37:06.302 INFO O| Oct 09 05:37:06.302 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-10-09T05:37:07.556Z[ recovery-image] Oct 09 05:37:06.311 INFO O| Oct 09 05:37:06.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
74022024-10-09T05:37:07.559Z[ recovery-image] Oct 09 05:37:06.311 INFO O| Oct 09 05:37:06.311 INFO STEP 1080 (remove_files) COMPLETE
74032024-10-09T05:37:07.559Z[ recovery-image] Oct 09 05:37:06.311 INFO O| Oct 09 05:37:06.311 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-10-09T05:37:07.566Z[ recovery-image] Oct 09 05:37:06.321 INFO O| Oct 09 05:37:06.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
74052024-10-09T05:37:07.568Z[ recovery-image] Oct 09 05:37:06.321 INFO O| Oct 09 05:37:06.321 INFO STEP 1081 (remove_files) COMPLETE
74062024-10-09T05:37:07.568Z[ recovery-image] Oct 09 05:37:06.321 INFO O| Oct 09 05:37:06.321 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-10-09T05:37:07.575Z[ recovery-image] Oct 09 05:37:06.330 INFO O| Oct 09 05:37:06.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
74082024-10-09T05:37:07.575Z[ recovery-image] Oct 09 05:37:06.330 INFO O| Oct 09 05:37:06.330 INFO STEP 1082 (remove_files) COMPLETE
74092024-10-09T05:37:07.575Z[ recovery-image] Oct 09 05:37:06.330 INFO O| Oct 09 05:37:06.330 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-10-09T05:37:07.584Z[ recovery-image] Oct 09 05:37:06.339 INFO O| Oct 09 05:37:06.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
74112024-10-09T05:37:07.585Z[ recovery-image] Oct 09 05:37:06.340 INFO O| Oct 09 05:37:06.339 INFO STEP 1083 (remove_files) COMPLETE
74122024-10-09T05:37:07.588Z[ recovery-image] Oct 09 05:37:06.340 INFO O| Oct 09 05:37:06.339 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-10-09T05:37:07.594Z[ recovery-image] Oct 09 05:37:06.349 INFO O| Oct 09 05:37:06.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
74142024-10-09T05:37:07.594Z[ recovery-image] Oct 09 05:37:06.349 INFO O| Oct 09 05:37:06.349 INFO STEP 1084 (remove_files) COMPLETE
74152024-10-09T05:37:07.594Z[ recovery-image] Oct 09 05:37:06.349 INFO O| Oct 09 05:37:06.349 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-10-09T05:37:07.604Z[ recovery-image] Oct 09 05:37:06.359 INFO O| Oct 09 05:37:06.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
74172024-10-09T05:37:07.604Z[ recovery-image] Oct 09 05:37:06.359 INFO O| Oct 09 05:37:06.359 INFO STEP 1085 (remove_files) COMPLETE
74182024-10-09T05:37:07.604Z[ recovery-image] Oct 09 05:37:06.359 INFO O| Oct 09 05:37:06.359 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-10-09T05:37:07.613Z[ recovery-image] Oct 09 05:37:06.368 INFO O| Oct 09 05:37:06.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
74202024-10-09T05:37:07.613Z[ recovery-image] Oct 09 05:37:06.368 INFO O| Oct 09 05:37:06.368 INFO STEP 1086 (remove_files) COMPLETE
74212024-10-09T05:37:07.613Z[ recovery-image] Oct 09 05:37:06.368 INFO O| Oct 09 05:37:06.368 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-10-09T05:37:07.623Z[ recovery-image] Oct 09 05:37:06.378 INFO O| Oct 09 05:37:06.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
74232024-10-09T05:37:07.623Z[ recovery-image] Oct 09 05:37:06.378 INFO O| Oct 09 05:37:06.378 INFO STEP 1087 (remove_files) COMPLETE
74242024-10-09T05:37:07.623Z[ recovery-image] Oct 09 05:37:06.378 INFO O| Oct 09 05:37:06.378 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-10-09T05:37:07.632Z[ recovery-image] Oct 09 05:37:06.387 INFO O| Oct 09 05:37:06.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
74262024-10-09T05:37:07.635Z[ recovery-image] Oct 09 05:37:06.387 INFO O| Oct 09 05:37:06.387 INFO STEP 1088 (remove_files) COMPLETE
74272024-10-09T05:37:07.635Z[ recovery-image] Oct 09 05:37:06.387 INFO O| Oct 09 05:37:06.387 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-10-09T05:37:07.642Z[ recovery-image] Oct 09 05:37:06.397 INFO O| Oct 09 05:37:06.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
74292024-10-09T05:37:07.644Z[ recovery-image] Oct 09 05:37:06.397 INFO O| Oct 09 05:37:06.397 INFO STEP 1089 (remove_files) COMPLETE
74302024-10-09T05:37:07.644Z[ recovery-image] Oct 09 05:37:06.397 INFO O| Oct 09 05:37:06.397 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-10-09T05:37:07.651Z[ recovery-image] Oct 09 05:37:06.406 INFO O| Oct 09 05:37:06.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
74322024-10-09T05:37:07.651Z[ recovery-image] Oct 09 05:37:06.406 INFO O| Oct 09 05:37:06.406 INFO STEP 1090 (remove_files) COMPLETE
74332024-10-09T05:37:07.651Z[ recovery-image] Oct 09 05:37:06.406 INFO O| Oct 09 05:37:06.406 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-10-09T05:37:07.661Z[ recovery-image] Oct 09 05:37:06.415 INFO O| Oct 09 05:37:06.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
74352024-10-09T05:37:07.661Z[ recovery-image] Oct 09 05:37:06.416 INFO O| Oct 09 05:37:06.416 INFO STEP 1091 (remove_files) COMPLETE
74362024-10-09T05:37:07.663Z[ recovery-image] Oct 09 05:37:06.416 INFO O| Oct 09 05:37:06.416 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-10-09T05:37:07.670Z[ recovery-image] Oct 09 05:37:06.425 INFO O| Oct 09 05:37:06.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
74382024-10-09T05:37:07.670Z[ recovery-image] Oct 09 05:37:06.425 INFO O| Oct 09 05:37:06.425 INFO STEP 1092 (remove_files) COMPLETE
74392024-10-09T05:37:07.670Z[ recovery-image] Oct 09 05:37:06.425 INFO O| Oct 09 05:37:06.425 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-10-09T05:37:07.679Z[ recovery-image] Oct 09 05:37:06.434 INFO O| Oct 09 05:37:06.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
74412024-10-09T05:37:07.680Z[ recovery-image] Oct 09 05:37:06.434 INFO O| Oct 09 05:37:06.434 INFO STEP 1093 (remove_files) COMPLETE
74422024-10-09T05:37:07.680Z[ recovery-image] Oct 09 05:37:06.434 INFO O| Oct 09 05:37:06.434 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-10-09T05:37:07.689Z[ recovery-image] Oct 09 05:37:06.444 INFO O| Oct 09 05:37:06.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
74442024-10-09T05:37:07.691Z[ recovery-image] Oct 09 05:37:06.444 INFO O| Oct 09 05:37:06.444 INFO STEP 1094 (remove_files) COMPLETE
74452024-10-09T05:37:07.692Z[ recovery-image] Oct 09 05:37:06.444 INFO O| Oct 09 05:37:06.444 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-10-09T05:37:07.698Z[ recovery-image] Oct 09 05:37:06.453 INFO O| Oct 09 05:37:06.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
74472024-10-09T05:37:07.701Z[ recovery-image] Oct 09 05:37:06.453 INFO O| Oct 09 05:37:06.453 INFO STEP 1095 (remove_files) COMPLETE
74482024-10-09T05:37:07.701Z[ recovery-image] Oct 09 05:37:06.453 INFO O| Oct 09 05:37:06.453 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-10-09T05:37:07.708Z[ recovery-image] Oct 09 05:37:06.462 INFO O| Oct 09 05:37:06.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
74502024-10-09T05:37:07.710Z[ recovery-image] Oct 09 05:37:06.463 INFO O| Oct 09 05:37:06.463 INFO STEP 1096 (remove_files) COMPLETE
74512024-10-09T05:37:07.710Z[ recovery-image] Oct 09 05:37:06.463 INFO O| Oct 09 05:37:06.463 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-10-09T05:37:07.717Z[ recovery-image] Oct 09 05:37:06.472 INFO O| Oct 09 05:37:06.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
74532024-10-09T05:37:07.717Z[ recovery-image] Oct 09 05:37:06.472 INFO O| Oct 09 05:37:06.472 INFO STEP 1097 (remove_files) COMPLETE
74542024-10-09T05:37:07.720Z[ recovery-image] Oct 09 05:37:06.472 INFO O| Oct 09 05:37:06.472 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-10-09T05:37:07.726Z[ recovery-image] Oct 09 05:37:06.481 INFO O| Oct 09 05:37:06.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
74562024-10-09T05:37:07.729Z[ recovery-image] Oct 09 05:37:06.481 INFO O| Oct 09 05:37:06.481 INFO STEP 1098 (remove_files) COMPLETE
74572024-10-09T05:37:07.729Z[ recovery-image] Oct 09 05:37:06.481 INFO O| Oct 09 05:37:06.481 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-10-09T05:37:07.736Z[ recovery-image] Oct 09 05:37:06.491 INFO O| Oct 09 05:37:06.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
74592024-10-09T05:37:07.736Z[ recovery-image] Oct 09 05:37:06.491 INFO O| Oct 09 05:37:06.491 INFO STEP 1099 (remove_files) COMPLETE
74602024-10-09T05:37:07.736Z[ recovery-image] Oct 09 05:37:06.491 INFO O| Oct 09 05:37:06.491 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-10-09T05:37:07.745Z[ recovery-image] Oct 09 05:37:06.500 INFO O| Oct 09 05:37:06.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
74622024-10-09T05:37:07.745Z[ recovery-image] Oct 09 05:37:06.500 INFO O| Oct 09 05:37:06.500 INFO STEP 1100 (remove_files) COMPLETE
74632024-10-09T05:37:07.745Z[ recovery-image] Oct 09 05:37:06.500 INFO O| Oct 09 05:37:06.500 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-10-09T05:37:07.755Z[ recovery-image] Oct 09 05:37:06.510 INFO O| Oct 09 05:37:06.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
74652024-10-09T05:37:07.755Z[ recovery-image] Oct 09 05:37:06.510 INFO O| Oct 09 05:37:06.510 INFO STEP 1101 (remove_files) COMPLETE
74662024-10-09T05:37:07.755Z[ recovery-image] Oct 09 05:37:06.510 INFO O| Oct 09 05:37:06.510 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-10-09T05:37:07.765Z[ recovery-image] Oct 09 05:37:06.519 INFO O| Oct 09 05:37:06.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
74682024-10-09T05:37:07.765Z[ recovery-image] Oct 09 05:37:06.519 INFO O| Oct 09 05:37:06.519 INFO STEP 1102 (remove_files) COMPLETE
74692024-10-09T05:37:07.765Z[ recovery-image] Oct 09 05:37:06.519 INFO O| Oct 09 05:37:06.519 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-10-09T05:37:07.774Z[ recovery-image] Oct 09 05:37:06.529 INFO O| Oct 09 05:37:06.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
74712024-10-09T05:37:07.774Z[ recovery-image] Oct 09 05:37:06.529 INFO O| Oct 09 05:37:06.529 INFO STEP 1103 (remove_files) COMPLETE
74722024-10-09T05:37:07.777Z[ recovery-image] Oct 09 05:37:06.529 INFO O| Oct 09 05:37:06.529 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-10-09T05:37:07.784Z[ recovery-image] Oct 09 05:37:06.539 INFO O| Oct 09 05:37:06.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
74742024-10-09T05:37:07.784Z[ recovery-image] Oct 09 05:37:06.539 INFO O| Oct 09 05:37:06.539 INFO STEP 1104 (remove_files) COMPLETE
74752024-10-09T05:37:07.786Z[ recovery-image] Oct 09 05:37:06.539 INFO O| Oct 09 05:37:06.539 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-10-09T05:37:07.793Z[ recovery-image] Oct 09 05:37:06.548 INFO O| Oct 09 05:37:06.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
74772024-10-09T05:37:07.796Z[ recovery-image] Oct 09 05:37:06.548 INFO O| Oct 09 05:37:06.548 INFO STEP 1105 (remove_files) COMPLETE
74782024-10-09T05:37:07.796Z[ recovery-image] Oct 09 05:37:06.548 INFO O| Oct 09 05:37:06.548 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-10-09T05:37:07.802Z[ recovery-image] Oct 09 05:37:06.557 INFO O| Oct 09 05:37:06.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
74802024-10-09T05:37:07.805Z[ recovery-image] Oct 09 05:37:06.557 INFO O| Oct 09 05:37:06.557 INFO STEP 1106 (remove_files) COMPLETE
74812024-10-09T05:37:07.805Z[ recovery-image] Oct 09 05:37:06.557 INFO O| Oct 09 05:37:06.557 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-10-09T05:37:07.812Z[ recovery-image] Oct 09 05:37:06.567 INFO O| Oct 09 05:37:06.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
74832024-10-09T05:37:07.812Z[ recovery-image] Oct 09 05:37:06.567 INFO O| Oct 09 05:37:06.567 INFO STEP 1107 (remove_files) COMPLETE
74842024-10-09T05:37:07.815Z[ recovery-image] Oct 09 05:37:06.567 INFO O| Oct 09 05:37:06.567 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-10-09T05:37:07.822Z[ recovery-image] Oct 09 05:37:06.576 INFO O| Oct 09 05:37:06.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
74862024-10-09T05:37:07.824Z[ recovery-image] Oct 09 05:37:06.576 INFO O| Oct 09 05:37:06.576 INFO STEP 1108 (remove_files) COMPLETE
74872024-10-09T05:37:07.824Z[ recovery-image] Oct 09 05:37:06.576 INFO O| Oct 09 05:37:06.576 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-10-09T05:37:07.831Z[ recovery-image] Oct 09 05:37:06.586 INFO O| Oct 09 05:37:06.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
74892024-10-09T05:37:07.831Z[ recovery-image] Oct 09 05:37:06.586 INFO O| Oct 09 05:37:06.586 INFO STEP 1109 (remove_files) COMPLETE
74902024-10-09T05:37:07.831Z[ recovery-image] Oct 09 05:37:06.586 INFO O| Oct 09 05:37:06.586 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-10-09T05:37:07.841Z[ recovery-image] Oct 09 05:37:06.595 INFO O| Oct 09 05:37:06.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
74922024-10-09T05:37:07.843Z[ recovery-image] Oct 09 05:37:06.595 INFO O| Oct 09 05:37:06.595 INFO STEP 1110 (remove_files) COMPLETE
74932024-10-09T05:37:07.843Z[ recovery-image] Oct 09 05:37:06.595 INFO O| Oct 09 05:37:06.595 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-10-09T05:37:07.850Z[ recovery-image] Oct 09 05:37:06.605 INFO O| Oct 09 05:37:06.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
74952024-10-09T05:37:07.853Z[ recovery-image] Oct 09 05:37:06.605 INFO O| Oct 09 05:37:06.605 INFO STEP 1111 (remove_files) COMPLETE
74962024-10-09T05:37:07.853Z[ recovery-image] Oct 09 05:37:06.605 INFO O| Oct 09 05:37:06.605 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-10-09T05:37:07.860Z[ recovery-image] Oct 09 05:37:06.614 INFO O| Oct 09 05:37:06.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
74982024-10-09T05:37:07.860Z[ recovery-image] Oct 09 05:37:06.614 INFO O| Oct 09 05:37:06.614 INFO STEP 1112 (remove_files) COMPLETE
74992024-10-09T05:37:07.863Z[ recovery-image] Oct 09 05:37:06.614 INFO O| Oct 09 05:37:06.614 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-10-09T05:37:07.869Z[ recovery-image] Oct 09 05:37:06.624 INFO O| Oct 09 05:37:06.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
75012024-10-09T05:37:07.869Z[ recovery-image] Oct 09 05:37:06.624 INFO O| Oct 09 05:37:06.624 INFO STEP 1113 (remove_files) COMPLETE
75022024-10-09T05:37:07.871Z[ recovery-image] Oct 09 05:37:06.624 INFO O| Oct 09 05:37:06.624 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-10-09T05:37:07.879Z[ recovery-image] Oct 09 05:37:06.633 INFO O| Oct 09 05:37:06.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
75042024-10-09T05:37:07.879Z[ recovery-image] Oct 09 05:37:06.633 INFO O| Oct 09 05:37:06.633 INFO STEP 1114 (remove_files) COMPLETE
75052024-10-09T05:37:07.881Z[ recovery-image] Oct 09 05:37:06.633 INFO O| Oct 09 05:37:06.633 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-10-09T05:37:07.888Z[ recovery-image] Oct 09 05:37:06.643 INFO O| Oct 09 05:37:06.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
75072024-10-09T05:37:07.890Z[ recovery-image] Oct 09 05:37:06.643 INFO O| Oct 09 05:37:06.643 INFO STEP 1115 (remove_files) COMPLETE
75082024-10-09T05:37:07.890Z[ recovery-image] Oct 09 05:37:06.643 INFO O| Oct 09 05:37:06.643 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-10-09T05:37:07.897Z[ recovery-image] Oct 09 05:37:06.652 INFO O| Oct 09 05:37:06.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
75102024-10-09T05:37:07.897Z[ recovery-image] Oct 09 05:37:06.652 INFO O| Oct 09 05:37:06.652 INFO STEP 1116 (remove_files) COMPLETE
75112024-10-09T05:37:07.900Z[ recovery-image] Oct 09 05:37:06.652 INFO O| Oct 09 05:37:06.652 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-10-09T05:37:07.907Z[ recovery-image] Oct 09 05:37:06.661 INFO O| Oct 09 05:37:06.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
75132024-10-09T05:37:07.907Z[ recovery-image] Oct 09 05:37:06.662 INFO O| Oct 09 05:37:06.661 INFO STEP 1117 (remove_files) COMPLETE
75142024-10-09T05:37:07.909Z[ recovery-image] Oct 09 05:37:06.662 INFO O| Oct 09 05:37:06.662 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-10-09T05:37:07.916Z[ recovery-image] Oct 09 05:37:06.671 INFO O| Oct 09 05:37:06.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
75162024-10-09T05:37:07.919Z[ recovery-image] Oct 09 05:37:06.671 INFO O| Oct 09 05:37:06.671 INFO STEP 1118 (remove_files) COMPLETE
75172024-10-09T05:37:07.919Z[ recovery-image] Oct 09 05:37:06.671 INFO O| Oct 09 05:37:06.671 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-10-09T05:37:07.926Z[ recovery-image] Oct 09 05:37:06.681 INFO O| Oct 09 05:37:06.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
75192024-10-09T05:37:07.926Z[ recovery-image] Oct 09 05:37:06.681 INFO O| Oct 09 05:37:06.681 INFO STEP 1119 (remove_files) COMPLETE
75202024-10-09T05:37:07.926Z[ recovery-image] Oct 09 05:37:06.681 INFO O| Oct 09 05:37:06.681 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-10-09T05:37:07.936Z[ recovery-image] Oct 09 05:37:06.690 INFO O| Oct 09 05:37:06.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
75222024-10-09T05:37:07.938Z[ recovery-image] Oct 09 05:37:06.690 INFO O| Oct 09 05:37:06.690 INFO STEP 1120 (remove_files) COMPLETE
75232024-10-09T05:37:07.938Z[ recovery-image] Oct 09 05:37:06.690 INFO O| Oct 09 05:37:06.690 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-10-09T05:37:07.945Z[ recovery-image] Oct 09 05:37:06.700 INFO O| Oct 09 05:37:06.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
75252024-10-09T05:37:07.945Z[ recovery-image] Oct 09 05:37:06.700 INFO O| Oct 09 05:37:06.700 INFO STEP 1121 (remove_files) COMPLETE
75262024-10-09T05:37:07.949Z[ recovery-image] Oct 09 05:37:06.700 INFO O| Oct 09 05:37:06.700 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-10-09T05:37:07.955Z[ recovery-image] Oct 09 05:37:06.709 INFO O| Oct 09 05:37:06.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
75282024-10-09T05:37:07.957Z[ recovery-image] Oct 09 05:37:06.709 INFO O| Oct 09 05:37:06.709 INFO STEP 1122 (remove_files) COMPLETE
75292024-10-09T05:37:07.957Z[ recovery-image] Oct 09 05:37:06.709 INFO O| Oct 09 05:37:06.709 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-10-09T05:37:07.964Z[ recovery-image] Oct 09 05:37:06.719 INFO O| Oct 09 05:37:06.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
75312024-10-09T05:37:07.964Z[ recovery-image] Oct 09 05:37:06.719 INFO O| Oct 09 05:37:06.719 INFO STEP 1123 (remove_files) COMPLETE
75322024-10-09T05:37:07.967Z[ recovery-image] Oct 09 05:37:06.719 INFO O| Oct 09 05:37:06.719 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-10-09T05:37:07.974Z[ recovery-image] Oct 09 05:37:06.728 INFO O| Oct 09 05:37:06.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
75342024-10-09T05:37:07.976Z[ recovery-image] Oct 09 05:37:06.729 INFO O| Oct 09 05:37:06.729 INFO STEP 1124 (remove_files) COMPLETE
75352024-10-09T05:37:07.976Z[ recovery-image] Oct 09 05:37:06.729 INFO O| Oct 09 05:37:06.729 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-10-09T05:37:07.983Z[ recovery-image] Oct 09 05:37:06.738 INFO O| Oct 09 05:37:06.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
75372024-10-09T05:37:07.983Z[ recovery-image] Oct 09 05:37:06.738 INFO O| Oct 09 05:37:06.738 INFO STEP 1125 (remove_files) COMPLETE
75382024-10-09T05:37:07.986Z[ recovery-image] Oct 09 05:37:06.738 INFO O| Oct 09 05:37:06.738 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-10-09T05:37:07.993Z[ recovery-image] Oct 09 05:37:06.747 INFO O| Oct 09 05:37:06.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
75402024-10-09T05:37:07.993Z[ recovery-image] Oct 09 05:37:06.747 INFO O| Oct 09 05:37:06.747 INFO STEP 1126 (remove_files) COMPLETE
75412024-10-09T05:37:07.995Z[ recovery-image] Oct 09 05:37:06.747 INFO O| Oct 09 05:37:06.747 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-10-09T05:37:08.002Z[ recovery-image] Oct 09 05:37:06.756 INFO O| Oct 09 05:37:06.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
75432024-10-09T05:37:08.002Z[ recovery-image] Oct 09 05:37:06.757 INFO O| Oct 09 05:37:06.756 INFO STEP 1127 (remove_files) COMPLETE
75442024-10-09T05:37:08.004Z[ recovery-image] Oct 09 05:37:06.757 INFO O| Oct 09 05:37:06.757 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-10-09T05:37:08.011Z[ recovery-image] Oct 09 05:37:06.766 INFO O| Oct 09 05:37:06.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
75462024-10-09T05:37:08.011Z[ recovery-image] Oct 09 05:37:06.766 INFO O| Oct 09 05:37:06.766 INFO STEP 1128 (remove_files) COMPLETE
75472024-10-09T05:37:08.014Z[ recovery-image] Oct 09 05:37:06.766 INFO O| Oct 09 05:37:06.766 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-10-09T05:37:08.021Z[ recovery-image] Oct 09 05:37:06.776 INFO O| Oct 09 05:37:06.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
75492024-10-09T05:37:08.021Z[ recovery-image] Oct 09 05:37:06.776 INFO O| Oct 09 05:37:06.776 INFO STEP 1129 (remove_files) COMPLETE
75502024-10-09T05:37:08.021Z[ recovery-image] Oct 09 05:37:06.776 INFO O| Oct 09 05:37:06.776 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-10-09T05:37:08.031Z[ recovery-image] Oct 09 05:37:06.785 INFO O| Oct 09 05:37:06.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
75522024-10-09T05:37:08.031Z[ recovery-image] Oct 09 05:37:06.785 INFO O| Oct 09 05:37:06.785 INFO STEP 1130 (remove_files) COMPLETE
75532024-10-09T05:37:08.031Z[ recovery-image] Oct 09 05:37:06.785 INFO O| Oct 09 05:37:06.785 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-10-09T05:37:08.040Z[ recovery-image] Oct 09 05:37:06.794 INFO O| Oct 09 05:37:06.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
75552024-10-09T05:37:08.040Z[ recovery-image] Oct 09 05:37:06.795 INFO O| Oct 09 05:37:06.795 INFO STEP 1131 (remove_files) COMPLETE
75562024-10-09T05:37:08.042Z[ recovery-image] Oct 09 05:37:06.795 INFO O| Oct 09 05:37:06.795 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-10-09T05:37:08.049Z[ recovery-image] Oct 09 05:37:06.804 INFO O| Oct 09 05:37:06.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
75582024-10-09T05:37:08.049Z[ recovery-image] Oct 09 05:37:06.804 INFO O| Oct 09 05:37:06.804 INFO STEP 1132 (remove_files) COMPLETE
75592024-10-09T05:37:08.052Z[ recovery-image] Oct 09 05:37:06.804 INFO O| Oct 09 05:37:06.804 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-10-09T05:37:08.059Z[ recovery-image] Oct 09 05:37:06.813 INFO O| Oct 09 05:37:06.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
75612024-10-09T05:37:08.059Z[ recovery-image] Oct 09 05:37:06.813 INFO O| Oct 09 05:37:06.813 INFO STEP 1133 (remove_files) COMPLETE
75622024-10-09T05:37:08.059Z[ recovery-image] Oct 09 05:37:06.813 INFO O| Oct 09 05:37:06.813 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-10-09T05:37:08.068Z[ recovery-image] Oct 09 05:37:06.823 INFO O| Oct 09 05:37:06.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
75642024-10-09T05:37:08.068Z[ recovery-image] Oct 09 05:37:06.823 INFO O| Oct 09 05:37:06.823 INFO STEP 1134 (remove_files) COMPLETE
75652024-10-09T05:37:08.068Z[ recovery-image] Oct 09 05:37:06.823 INFO O| Oct 09 05:37:06.823 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-10-09T05:37:08.078Z[ recovery-image] Oct 09 05:37:06.832 INFO O| Oct 09 05:37:06.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
75672024-10-09T05:37:08.078Z[ recovery-image] Oct 09 05:37:06.832 INFO O| Oct 09 05:37:06.832 INFO STEP 1135 (remove_files) COMPLETE
75682024-10-09T05:37:08.078Z[ recovery-image] Oct 09 05:37:06.832 INFO O| Oct 09 05:37:06.832 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-10-09T05:37:08.087Z[ recovery-image] Oct 09 05:37:06.841 INFO O| Oct 09 05:37:06.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
75702024-10-09T05:37:08.087Z[ recovery-image] Oct 09 05:37:06.841 INFO O| Oct 09 05:37:06.841 INFO STEP 1136 (remove_files) COMPLETE
75712024-10-09T05:37:08.087Z[ recovery-image] Oct 09 05:37:06.841 INFO O| Oct 09 05:37:06.841 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-10-09T05:37:08.096Z[ recovery-image] Oct 09 05:37:06.851 INFO O| Oct 09 05:37:06.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
75732024-10-09T05:37:08.096Z[ recovery-image] Oct 09 05:37:06.851 INFO O| Oct 09 05:37:06.851 INFO STEP 1137 (remove_files) COMPLETE
75742024-10-09T05:37:08.096Z[ recovery-image] Oct 09 05:37:06.851 INFO O| Oct 09 05:37:06.851 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-10-09T05:37:08.106Z[ recovery-image] Oct 09 05:37:06.860 INFO O| Oct 09 05:37:06.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
75762024-10-09T05:37:08.106Z[ recovery-image] Oct 09 05:37:06.860 INFO O| Oct 09 05:37:06.860 INFO STEP 1138 (remove_files) COMPLETE
75772024-10-09T05:37:08.108Z[ recovery-image] Oct 09 05:37:06.860 INFO O| Oct 09 05:37:06.860 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-10-09T05:37:08.115Z[ recovery-image] Oct 09 05:37:06.870 INFO O| Oct 09 05:37:06.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
75792024-10-09T05:37:08.115Z[ recovery-image] Oct 09 05:37:06.870 INFO O| Oct 09 05:37:06.870 INFO STEP 1139 (remove_files) COMPLETE
75802024-10-09T05:37:08.115Z[ recovery-image] Oct 09 05:37:06.870 INFO O| Oct 09 05:37:06.870 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-10-09T05:37:08.124Z[ recovery-image] Oct 09 05:37:06.879 INFO O| Oct 09 05:37:06.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
75822024-10-09T05:37:08.124Z[ recovery-image] Oct 09 05:37:06.879 INFO O| Oct 09 05:37:06.879 INFO STEP 1140 (remove_files) COMPLETE
75832024-10-09T05:37:08.127Z[ recovery-image] Oct 09 05:37:06.879 INFO O| Oct 09 05:37:06.879 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-10-09T05:37:08.135Z[ recovery-image] Oct 09 05:37:06.889 INFO O| Oct 09 05:37:06.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
75852024-10-09T05:37:08.137Z[ recovery-image] Oct 09 05:37:06.889 INFO O| Oct 09 05:37:06.889 INFO STEP 1141 (remove_files) COMPLETE
75862024-10-09T05:37:08.137Z[ recovery-image] Oct 09 05:37:06.889 INFO O| Oct 09 05:37:06.889 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872024-10-09T05:37:08.145Z[ recovery-image] Oct 09 05:37:06.899 INFO O| Oct 09 05:37:06.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
75882024-10-09T05:37:08.147Z[ recovery-image] Oct 09 05:37:06.899 INFO O| Oct 09 05:37:06.899 INFO STEP 1142 (remove_files) COMPLETE
75892024-10-09T05:37:08.147Z[ recovery-image] Oct 09 05:37:06.899 INFO O| Oct 09 05:37:06.899 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-10-09T05:37:08.156Z[ host-image] Oct 09 05:37:06.910 INFO O| Oct 09 05:37:06.910 INFO O| Download: Completed 8.42 MB in 4.78 seconds (1.8M/s)
75912024-10-09T05:37:08.158Z[ recovery-image] Oct 09 05:37:06.910 INFO O| Oct 09 05:37:06.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
75922024-10-09T05:37:08.158Z[ recovery-image] Oct 09 05:37:06.910 INFO O| Oct 09 05:37:06.910 INFO STEP 1143 (remove_files) COMPLETE
75932024-10-09T05:37:08.158Z[ recovery-image] Oct 09 05:37:06.910 INFO O| Oct 09 05:37:06.910 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-10-09T05:37:08.166Z[ recovery-image] Oct 09 05:37:06.920 INFO O| Oct 09 05:37:06.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
75952024-10-09T05:37:08.168Z[ recovery-image] Oct 09 05:37:06.920 INFO O| Oct 09 05:37:06.920 INFO STEP 1144 (remove_files) COMPLETE
75962024-10-09T05:37:08.168Z[ recovery-image] Oct 09 05:37:06.920 INFO O| Oct 09 05:37:06.920 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-10-09T05:37:08.176Z[ recovery-image] Oct 09 05:37:06.931 INFO O| Oct 09 05:37:06.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
75982024-10-09T05:37:08.176Z[ recovery-image] Oct 09 05:37:06.931 INFO O| Oct 09 05:37:06.931 INFO STEP 1145 (remove_files) COMPLETE
75992024-10-09T05:37:08.176Z[ recovery-image] Oct 09 05:37:06.931 INFO O| Oct 09 05:37:06.931 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-10-09T05:37:08.186Z[ recovery-image] Oct 09 05:37:06.940 INFO O| Oct 09 05:37:06.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
76012024-10-09T05:37:08.186Z[ recovery-image] Oct 09 05:37:06.940 INFO O| Oct 09 05:37:06.940 INFO STEP 1146 (remove_files) COMPLETE
76022024-10-09T05:37:08.188Z[ recovery-image] Oct 09 05:37:06.940 INFO O| Oct 09 05:37:06.940 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-10-09T05:37:08.197Z[ recovery-image] Oct 09 05:37:06.950 INFO O| Oct 09 05:37:06.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
76042024-10-09T05:37:08.197Z[ recovery-image] Oct 09 05:37:06.950 INFO O| Oct 09 05:37:06.950 INFO STEP 1147 (remove_files) COMPLETE
76052024-10-09T05:37:08.199Z[ recovery-image] Oct 09 05:37:06.950 INFO O| Oct 09 05:37:06.950 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-10-09T05:37:08.205Z[ recovery-image] Oct 09 05:37:06.960 INFO O| Oct 09 05:37:06.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
76072024-10-09T05:37:08.208Z[ recovery-image] Oct 09 05:37:06.960 INFO O| Oct 09 05:37:06.960 INFO STEP 1148 (remove_files) COMPLETE
76082024-10-09T05:37:08.208Z[ recovery-image] Oct 09 05:37:06.960 INFO O| Oct 09 05:37:06.960 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-10-09T05:37:08.212Z[ host-image] Oct 09 05:37:06.966 INFO O| Oct 09 05:37:06.966 INFO O| Actions: 1/1361 actions (Installing new actions)
76102024-10-09T05:37:08.215Z[ recovery-image] Oct 09 05:37:06.969 INFO O| Oct 09 05:37:06.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
76112024-10-09T05:37:08.218Z[ recovery-image] Oct 09 05:37:06.970 INFO O| Oct 09 05:37:06.969 INFO STEP 1149 (remove_files) COMPLETE
76122024-10-09T05:37:08.218Z[ recovery-image] Oct 09 05:37:06.970 INFO O| Oct 09 05:37:06.970 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132024-10-09T05:37:08.227Z[ recovery-image] Oct 09 05:37:06.981 INFO O| Oct 09 05:37:06.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
76142024-10-09T05:37:08.230Z[ recovery-image] Oct 09 05:37:06.982 INFO O| Oct 09 05:37:06.982 INFO STEP 1150 (remove_files) COMPLETE
76152024-10-09T05:37:08.230Z[ recovery-image] Oct 09 05:37:06.982 INFO O| Oct 09 05:37:06.982 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-10-09T05:37:08.239Z[ recovery-image] Oct 09 05:37:06.994 INFO O| Oct 09 05:37:06.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
76172024-10-09T05:37:08.239Z[ recovery-image] Oct 09 05:37:06.994 INFO O| Oct 09 05:37:06.994 INFO STEP 1151 (remove_files) COMPLETE
76182024-10-09T05:37:08.239Z[ recovery-image] Oct 09 05:37:06.994 INFO O| Oct 09 05:37:06.994 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-10-09T05:37:08.250Z[ recovery-image] Oct 09 05:37:07.004 INFO O| Oct 09 05:37:07.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
76202024-10-09T05:37:08.252Z[ recovery-image] Oct 09 05:37:07.004 INFO O| Oct 09 05:37:07.004 INFO STEP 1152 (remove_files) COMPLETE
76212024-10-09T05:37:08.252Z[ recovery-image] Oct 09 05:37:07.004 INFO O| Oct 09 05:37:07.004 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-10-09T05:37:08.260Z[ recovery-image] Oct 09 05:37:07.014 INFO O| Oct 09 05:37:07.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
76232024-10-09T05:37:08.260Z[ recovery-image] Oct 09 05:37:07.014 INFO O| Oct 09 05:37:07.014 INFO STEP 1153 (remove_files) COMPLETE
76242024-10-09T05:37:08.260Z[ recovery-image] Oct 09 05:37:07.014 INFO O| Oct 09 05:37:07.014 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-10-09T05:37:08.270Z[ recovery-image] Oct 09 05:37:07.024 INFO O| Oct 09 05:37:07.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
76262024-10-09T05:37:08.270Z[ recovery-image] Oct 09 05:37:07.024 INFO O| Oct 09 05:37:07.024 INFO STEP 1154 (remove_files) COMPLETE
76272024-10-09T05:37:08.272Z[ recovery-image] Oct 09 05:37:07.024 INFO O| Oct 09 05:37:07.024 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-10-09T05:37:08.279Z[ recovery-image] Oct 09 05:37:07.033 INFO O| Oct 09 05:37:07.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
76292024-10-09T05:37:08.279Z[ recovery-image] Oct 09 05:37:07.033 INFO O| Oct 09 05:37:07.033 INFO STEP 1155 (remove_files) COMPLETE
76302024-10-09T05:37:08.282Z[ recovery-image] Oct 09 05:37:07.033 INFO O| Oct 09 05:37:07.033 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-10-09T05:37:08.288Z[ recovery-image] Oct 09 05:37:07.043 INFO O| Oct 09 05:37:07.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
76322024-10-09T05:37:08.288Z[ recovery-image] Oct 09 05:37:07.043 INFO O| Oct 09 05:37:07.043 INFO STEP 1156 (remove_files) COMPLETE
76332024-10-09T05:37:08.291Z[ recovery-image] Oct 09 05:37:07.043 INFO O| Oct 09 05:37:07.043 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-10-09T05:37:08.298Z[ recovery-image] Oct 09 05:37:07.052 INFO O| Oct 09 05:37:07.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
76352024-10-09T05:37:08.301Z[ recovery-image] Oct 09 05:37:07.052 INFO O| Oct 09 05:37:07.052 INFO STEP 1157 (remove_files) COMPLETE
76362024-10-09T05:37:08.301Z[ recovery-image] Oct 09 05:37:07.052 INFO O| Oct 09 05:37:07.052 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-10-09T05:37:08.308Z[ recovery-image] Oct 09 05:37:07.062 INFO O| Oct 09 05:37:07.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
76382024-10-09T05:37:08.308Z[ recovery-image] Oct 09 05:37:07.062 INFO O| Oct 09 05:37:07.062 INFO STEP 1158 (remove_files) COMPLETE
76392024-10-09T05:37:08.308Z[ recovery-image] Oct 09 05:37:07.062 INFO O| Oct 09 05:37:07.062 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-10-09T05:37:08.317Z[ recovery-image] Oct 09 05:37:07.071 INFO O| Oct 09 05:37:07.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
76412024-10-09T05:37:08.317Z[ recovery-image] Oct 09 05:37:07.071 INFO O| Oct 09 05:37:07.071 INFO STEP 1159 (remove_files) COMPLETE
76422024-10-09T05:37:08.319Z[ recovery-image] Oct 09 05:37:07.071 INFO O| Oct 09 05:37:07.071 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-10-09T05:37:08.327Z[ recovery-image] Oct 09 05:37:07.081 INFO O| Oct 09 05:37:07.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
76442024-10-09T05:37:08.330Z[ recovery-image] Oct 09 05:37:07.081 INFO O| Oct 09 05:37:07.081 INFO STEP 1160 (remove_files) COMPLETE
76452024-10-09T05:37:08.330Z[ recovery-image] Oct 09 05:37:07.081 INFO O| Oct 09 05:37:07.081 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-10-09T05:37:08.338Z[ recovery-image] Oct 09 05:37:07.091 INFO O| Oct 09 05:37:07.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
76472024-10-09T05:37:08.338Z[ recovery-image] Oct 09 05:37:07.091 INFO O| Oct 09 05:37:07.091 INFO STEP 1161 (remove_files) COMPLETE
76482024-10-09T05:37:08.341Z[ recovery-image] Oct 09 05:37:07.091 INFO O| Oct 09 05:37:07.091 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-10-09T05:37:08.346Z[ recovery-image] Oct 09 05:37:07.101 INFO O| Oct 09 05:37:07.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
76502024-10-09T05:37:08.346Z[ recovery-image] Oct 09 05:37:07.101 INFO O| Oct 09 05:37:07.101 INFO STEP 1162 (remove_files) COMPLETE
76512024-10-09T05:37:08.349Z[ recovery-image] Oct 09 05:37:07.101 INFO O| Oct 09 05:37:07.101 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-10-09T05:37:08.356Z[ recovery-image] Oct 09 05:37:07.110 INFO O| Oct 09 05:37:07.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
76532024-10-09T05:37:08.356Z[ recovery-image] Oct 09 05:37:07.110 INFO O| Oct 09 05:37:07.110 INFO STEP 1163 (remove_files) COMPLETE
76542024-10-09T05:37:08.356Z[ recovery-image] Oct 09 05:37:07.110 INFO O| Oct 09 05:37:07.110 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552024-10-09T05:37:08.366Z[ recovery-image] Oct 09 05:37:07.120 INFO O| Oct 09 05:37:07.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
76562024-10-09T05:37:08.366Z[ recovery-image] Oct 09 05:37:07.120 INFO O| Oct 09 05:37:07.120 INFO STEP 1164 (remove_files) COMPLETE
76572024-10-09T05:37:08.366Z[ recovery-image] Oct 09 05:37:07.120 INFO O| Oct 09 05:37:07.120 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582024-10-09T05:37:08.375Z[ recovery-image] Oct 09 05:37:07.129 INFO O| Oct 09 05:37:07.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
76592024-10-09T05:37:08.375Z[ recovery-image] Oct 09 05:37:07.129 INFO O| Oct 09 05:37:07.129 INFO STEP 1165 (remove_files) COMPLETE
76602024-10-09T05:37:08.375Z[ recovery-image] Oct 09 05:37:07.129 INFO O| Oct 09 05:37:07.129 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612024-10-09T05:37:08.384Z[ recovery-image] Oct 09 05:37:07.139 INFO O| Oct 09 05:37:07.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
76622024-10-09T05:37:08.387Z[ recovery-image] Oct 09 05:37:07.139 INFO O| Oct 09 05:37:07.139 INFO STEP 1166 (remove_files) COMPLETE
76632024-10-09T05:37:08.387Z[ recovery-image] Oct 09 05:37:07.139 INFO O| Oct 09 05:37:07.139 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642024-10-09T05:37:08.394Z[ recovery-image] Oct 09 05:37:07.148 INFO O| Oct 09 05:37:07.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
76652024-10-09T05:37:08.394Z[ recovery-image] Oct 09 05:37:07.148 INFO O| Oct 09 05:37:07.148 INFO STEP 1167 (remove_files) COMPLETE
76662024-10-09T05:37:08.397Z[ recovery-image] Oct 09 05:37:07.148 INFO O| Oct 09 05:37:07.148 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672024-10-09T05:37:08.403Z[ recovery-image] Oct 09 05:37:07.157 INFO O| Oct 09 05:37:07.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
76682024-10-09T05:37:08.406Z[ recovery-image] Oct 09 05:37:07.158 INFO O| Oct 09 05:37:07.158 INFO STEP 1168 (remove_files) COMPLETE
76692024-10-09T05:37:08.406Z[ recovery-image] Oct 09 05:37:07.158 INFO O| Oct 09 05:37:07.158 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702024-10-09T05:37:08.413Z[ recovery-image] Oct 09 05:37:07.167 INFO O| Oct 09 05:37:07.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
76712024-10-09T05:37:08.415Z[ recovery-image] Oct 09 05:37:07.167 INFO O| Oct 09 05:37:07.167 INFO STEP 1169 (remove_files) COMPLETE
76722024-10-09T05:37:08.415Z[ recovery-image] Oct 09 05:37:07.167 INFO O| Oct 09 05:37:07.167 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732024-10-09T05:37:08.422Z[ recovery-image] Oct 09 05:37:07.176 INFO O| Oct 09 05:37:07.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
76742024-10-09T05:37:08.422Z[ recovery-image] Oct 09 05:37:07.176 INFO O| Oct 09 05:37:07.176 INFO STEP 1170 (remove_files) COMPLETE
76752024-10-09T05:37:08.425Z[ recovery-image] Oct 09 05:37:07.176 INFO O| Oct 09 05:37:07.176 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762024-10-09T05:37:08.432Z[ recovery-image] Oct 09 05:37:07.186 INFO O| Oct 09 05:37:07.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
76772024-10-09T05:37:08.432Z[ recovery-image] Oct 09 05:37:07.186 INFO O| Oct 09 05:37:07.186 INFO STEP 1171 (remove_files) COMPLETE
76782024-10-09T05:37:08.434Z[ recovery-image] Oct 09 05:37:07.186 INFO O| Oct 09 05:37:07.186 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792024-10-09T05:37:08.441Z[ recovery-image] Oct 09 05:37:07.195 INFO O| Oct 09 05:37:07.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
76802024-10-09T05:37:08.444Z[ recovery-image] Oct 09 05:37:07.195 INFO O| Oct 09 05:37:07.195 INFO STEP 1172 (remove_files) COMPLETE
76812024-10-09T05:37:08.444Z[ recovery-image] Oct 09 05:37:07.195 INFO O| Oct 09 05:37:07.195 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822024-10-09T05:37:08.451Z[ recovery-image] Oct 09 05:37:07.205 INFO O| Oct 09 05:37:07.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
76832024-10-09T05:37:08.453Z[ recovery-image] Oct 09 05:37:07.205 INFO O| Oct 09 05:37:07.205 INFO STEP 1173 (remove_files) COMPLETE
76842024-10-09T05:37:08.454Z[ recovery-image] Oct 09 05:37:07.205 INFO O| Oct 09 05:37:07.205 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852024-10-09T05:37:08.460Z[ recovery-image] Oct 09 05:37:07.214 INFO O| Oct 09 05:37:07.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
76862024-10-09T05:37:08.463Z[ recovery-image] Oct 09 05:37:07.215 INFO O| Oct 09 05:37:07.215 INFO STEP 1174 (remove_files) COMPLETE
76872024-10-09T05:37:08.463Z[ recovery-image] Oct 09 05:37:07.215 INFO O| Oct 09 05:37:07.215 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882024-10-09T05:37:08.470Z[ recovery-image] Oct 09 05:37:07.224 INFO O| Oct 09 05:37:07.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
76892024-10-09T05:37:08.470Z[ recovery-image] Oct 09 05:37:07.224 INFO O| Oct 09 05:37:07.224 INFO STEP 1175 (remove_files) COMPLETE
76902024-10-09T05:37:08.472Z[ recovery-image] Oct 09 05:37:07.224 INFO O| Oct 09 05:37:07.224 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912024-10-09T05:37:08.480Z[ recovery-image] Oct 09 05:37:07.234 INFO O| Oct 09 05:37:07.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
76922024-10-09T05:37:08.482Z[ recovery-image] Oct 09 05:37:07.234 INFO O| Oct 09 05:37:07.234 INFO STEP 1176 (remove_files) COMPLETE
76932024-10-09T05:37:08.482Z[ recovery-image] Oct 09 05:37:07.234 INFO O| Oct 09 05:37:07.234 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942024-10-09T05:37:08.490Z[ recovery-image] Oct 09 05:37:07.244 INFO O| Oct 09 05:37:07.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
76952024-10-09T05:37:08.490Z[ recovery-image] Oct 09 05:37:07.244 INFO O| Oct 09 05:37:07.244 INFO STEP 1177 (remove_files) COMPLETE
76962024-10-09T05:37:08.490Z[ recovery-image] Oct 09 05:37:07.244 INFO O| Oct 09 05:37:07.244 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972024-10-09T05:37:08.499Z[ recovery-image] Oct 09 05:37:07.253 INFO O| Oct 09 05:37:07.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
76982024-10-09T05:37:08.502Z[ recovery-image] Oct 09 05:37:07.254 INFO O| Oct 09 05:37:07.253 INFO STEP 1178 (remove_files) COMPLETE
76992024-10-09T05:37:08.502Z[ recovery-image] Oct 09 05:37:07.254 INFO O| Oct 09 05:37:07.254 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002024-10-09T05:37:08.509Z[ recovery-image] Oct 09 05:37:07.263 INFO O| Oct 09 05:37:07.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
77012024-10-09T05:37:08.509Z[ recovery-image] Oct 09 05:37:07.263 INFO O| Oct 09 05:37:07.263 INFO STEP 1179 (remove_files) COMPLETE
77022024-10-09T05:37:08.509Z[ recovery-image] Oct 09 05:37:07.263 INFO O| Oct 09 05:37:07.263 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032024-10-09T05:37:08.518Z[ recovery-image] Oct 09 05:37:07.273 INFO O| Oct 09 05:37:07.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
77042024-10-09T05:37:08.521Z[ recovery-image] Oct 09 05:37:07.273 INFO O| Oct 09 05:37:07.273 INFO STEP 1180 (remove_files) COMPLETE
77052024-10-09T05:37:08.521Z[ recovery-image] Oct 09 05:37:07.273 INFO O| Oct 09 05:37:07.273 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062024-10-09T05:37:08.528Z[ recovery-image] Oct 09 05:37:07.282 INFO O| Oct 09 05:37:07.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
77072024-10-09T05:37:08.530Z[ recovery-image] Oct 09 05:37:07.282 INFO O| Oct 09 05:37:07.282 INFO STEP 1181 (remove_files) COMPLETE
77082024-10-09T05:37:08.530Z[ recovery-image] Oct 09 05:37:07.282 INFO O| Oct 09 05:37:07.282 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092024-10-09T05:37:08.537Z[ recovery-image] Oct 09 05:37:07.291 INFO O| Oct 09 05:37:07.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
77102024-10-09T05:37:08.537Z[ recovery-image] Oct 09 05:37:07.291 INFO O| Oct 09 05:37:07.291 INFO STEP 1182 (remove_files) COMPLETE
77112024-10-09T05:37:08.537Z[ recovery-image] Oct 09 05:37:07.291 INFO O| Oct 09 05:37:07.291 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122024-10-09T05:37:08.547Z[ recovery-image] Oct 09 05:37:07.301 INFO O| Oct 09 05:37:07.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
77132024-10-09T05:37:08.549Z[ recovery-image] Oct 09 05:37:07.301 INFO O| Oct 09 05:37:07.301 INFO STEP 1183 (remove_files) COMPLETE
77142024-10-09T05:37:08.549Z[ recovery-image] Oct 09 05:37:07.301 INFO O| Oct 09 05:37:07.301 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152024-10-09T05:37:08.556Z[ recovery-image] Oct 09 05:37:07.310 INFO O| Oct 09 05:37:07.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
77162024-10-09T05:37:08.556Z[ recovery-image] Oct 09 05:37:07.310 INFO O| Oct 09 05:37:07.310 INFO STEP 1184 (remove_files) COMPLETE
77172024-10-09T05:37:08.559Z[ recovery-image] Oct 09 05:37:07.310 INFO O| Oct 09 05:37:07.310 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182024-10-09T05:37:08.566Z[ recovery-image] Oct 09 05:37:07.320 INFO O| Oct 09 05:37:07.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
77192024-10-09T05:37:08.568Z[ recovery-image] Oct 09 05:37:07.320 INFO O| Oct 09 05:37:07.320 INFO STEP 1185 (remove_files) COMPLETE
77202024-10-09T05:37:08.568Z[ recovery-image] Oct 09 05:37:07.320 INFO O| Oct 09 05:37:07.320 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212024-10-09T05:37:08.575Z[ recovery-image] Oct 09 05:37:07.329 INFO O| Oct 09 05:37:07.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
77222024-10-09T05:37:08.575Z[ recovery-image] Oct 09 05:37:07.329 INFO O| Oct 09 05:37:07.329 INFO STEP 1186 (remove_files) COMPLETE
77232024-10-09T05:37:08.575Z[ recovery-image] Oct 09 05:37:07.329 INFO O| Oct 09 05:37:07.329 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242024-10-09T05:37:08.585Z[ recovery-image] Oct 09 05:37:07.339 INFO O| Oct 09 05:37:07.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
77252024-10-09T05:37:08.585Z[ recovery-image] Oct 09 05:37:07.339 INFO O| Oct 09 05:37:07.339 INFO STEP 1187 (remove_files) COMPLETE
77262024-10-09T05:37:08.585Z[ recovery-image] Oct 09 05:37:07.339 INFO O| Oct 09 05:37:07.339 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272024-10-09T05:37:08.594Z[ recovery-image] Oct 09 05:37:07.348 INFO O| Oct 09 05:37:07.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
77282024-10-09T05:37:08.594Z[ recovery-image] Oct 09 05:37:07.348 INFO O| Oct 09 05:37:07.348 INFO STEP 1188 (remove_files) COMPLETE
77292024-10-09T05:37:08.597Z[ recovery-image] Oct 09 05:37:07.348 INFO O| Oct 09 05:37:07.348 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302024-10-09T05:37:08.603Z[ recovery-image] Oct 09 05:37:07.357 INFO O| Oct 09 05:37:07.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
77312024-10-09T05:37:08.606Z[ recovery-image] Oct 09 05:37:07.357 INFO O| Oct 09 05:37:07.357 INFO STEP 1189 (remove_files) COMPLETE
77322024-10-09T05:37:08.606Z[ recovery-image] Oct 09 05:37:07.357 INFO O| Oct 09 05:37:07.357 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332024-10-09T05:37:08.613Z[ recovery-image] Oct 09 05:37:07.367 INFO O| Oct 09 05:37:07.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
77342024-10-09T05:37:08.613Z[ recovery-image] Oct 09 05:37:07.367 INFO O| Oct 09 05:37:07.367 INFO STEP 1190 (remove_files) COMPLETE
77352024-10-09T05:37:08.616Z[ recovery-image] Oct 09 05:37:07.367 INFO O| Oct 09 05:37:07.367 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362024-10-09T05:37:08.621Z[ host-image] Oct 09 05:37:07.375 INFO O| Oct 09 05:37:07.374 INFO O| Actions: Completed 1361 actions in 0.41 seconds.
77372024-10-09T05:37:08.623Z[ recovery-image] Oct 09 05:37:07.377 INFO O| Oct 09 05:37:07.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
77382024-10-09T05:37:08.623Z[ recovery-image] Oct 09 05:37:07.377 INFO O| Oct 09 05:37:07.377 INFO STEP 1191 (remove_files) COMPLETE
77392024-10-09T05:37:08.623Z[ recovery-image] Oct 09 05:37:07.377 INFO O| Oct 09 05:37:07.377 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402024-10-09T05:37:08.633Z[ recovery-image] Oct 09 05:37:07.386 INFO O| Oct 09 05:37:07.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
77412024-10-09T05:37:08.633Z[ recovery-image] Oct 09 05:37:07.386 INFO O| Oct 09 05:37:07.386 INFO STEP 1192 (remove_files) COMPLETE
77422024-10-09T05:37:08.636Z[ recovery-image] Oct 09 05:37:07.386 INFO O| Oct 09 05:37:07.386 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432024-10-09T05:37:08.642Z[ recovery-image] Oct 09 05:37:07.396 INFO O| Oct 09 05:37:07.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
77442024-10-09T05:37:08.642Z[ recovery-image] Oct 09 05:37:07.396 INFO O| Oct 09 05:37:07.396 INFO STEP 1193 (remove_files) COMPLETE
77452024-10-09T05:37:08.645Z[ recovery-image] Oct 09 05:37:07.396 INFO O| Oct 09 05:37:07.396 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462024-10-09T05:37:08.652Z[ recovery-image] Oct 09 05:37:07.406 INFO O| Oct 09 05:37:07.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
77472024-10-09T05:37:08.652Z[ recovery-image] Oct 09 05:37:07.406 INFO O| Oct 09 05:37:07.406 INFO STEP 1194 (remove_files) COMPLETE
77482024-10-09T05:37:08.655Z[ recovery-image] Oct 09 05:37:07.406 INFO O| Oct 09 05:37:07.406 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492024-10-09T05:37:08.662Z[ recovery-image] Oct 09 05:37:07.416 INFO O| Oct 09 05:37:07.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
77502024-10-09T05:37:08.662Z[ recovery-image] Oct 09 05:37:07.416 INFO O| Oct 09 05:37:07.416 INFO STEP 1195 (remove_files) COMPLETE
77512024-10-09T05:37:08.665Z[ recovery-image] Oct 09 05:37:07.416 INFO O| Oct 09 05:37:07.416 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522024-10-09T05:37:08.672Z[ recovery-image] Oct 09 05:37:07.426 INFO O| Oct 09 05:37:07.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
77532024-10-09T05:37:08.672Z[ recovery-image] Oct 09 05:37:07.426 INFO O| Oct 09 05:37:07.426 INFO STEP 1196 (remove_files) COMPLETE
77542024-10-09T05:37:08.675Z[ recovery-image] Oct 09 05:37:07.426 INFO O| Oct 09 05:37:07.426 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552024-10-09T05:37:08.682Z[ recovery-image] Oct 09 05:37:07.436 INFO O| Oct 09 05:37:07.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
77562024-10-09T05:37:08.682Z[ recovery-image] Oct 09 05:37:07.436 INFO O| Oct 09 05:37:07.436 INFO STEP 1197 (remove_files) COMPLETE
77572024-10-09T05:37:08.682Z[ recovery-image] Oct 09 05:37:07.436 INFO O| Oct 09 05:37:07.436 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582024-10-09T05:37:08.692Z[ recovery-image] Oct 09 05:37:07.446 INFO O| Oct 09 05:37:07.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
77592024-10-09T05:37:08.692Z[ recovery-image] Oct 09 05:37:07.446 INFO O| Oct 09 05:37:07.446 INFO STEP 1198 (remove_files) COMPLETE
77602024-10-09T05:37:08.694Z[ recovery-image] Oct 09 05:37:07.446 INFO O| Oct 09 05:37:07.446 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612024-10-09T05:37:08.702Z[ recovery-image] Oct 09 05:37:07.456 INFO O| Oct 09 05:37:07.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
77622024-10-09T05:37:08.704Z[ recovery-image] Oct 09 05:37:07.456 INFO O| Oct 09 05:37:07.456 INFO STEP 1199 (remove_files) COMPLETE
77632024-10-09T05:37:08.704Z[ recovery-image] Oct 09 05:37:07.456 INFO O| Oct 09 05:37:07.456 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642024-10-09T05:37:08.711Z[ recovery-image] Oct 09 05:37:07.465 INFO O| Oct 09 05:37:07.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
77652024-10-09T05:37:08.714Z[ recovery-image] Oct 09 05:37:07.465 INFO O| Oct 09 05:37:07.465 INFO STEP 1200 (remove_files) COMPLETE
77662024-10-09T05:37:08.714Z[ recovery-image] Oct 09 05:37:07.465 INFO O| Oct 09 05:37:07.465 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672024-10-09T05:37:08.721Z[ recovery-image] Oct 09 05:37:07.475 INFO O| Oct 09 05:37:07.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
77682024-10-09T05:37:08.725Z[ recovery-image] Oct 09 05:37:07.475 INFO O| Oct 09 05:37:07.475 INFO STEP 1201 (remove_files) COMPLETE
77692024-10-09T05:37:08.725Z[ recovery-image] Oct 09 05:37:07.475 INFO O| Oct 09 05:37:07.475 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702024-10-09T05:37:08.732Z[ recovery-image] Oct 09 05:37:07.486 INFO O| Oct 09 05:37:07.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
77712024-10-09T05:37:08.732Z[ recovery-image] Oct 09 05:37:07.486 INFO O| Oct 09 05:37:07.486 INFO STEP 1202 (remove_files) COMPLETE
77722024-10-09T05:37:08.732Z[ recovery-image] Oct 09 05:37:07.486 INFO O| Oct 09 05:37:07.486 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732024-10-09T05:37:08.742Z[ recovery-image] Oct 09 05:37:07.496 INFO O| Oct 09 05:37:07.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
77742024-10-09T05:37:08.745Z[ recovery-image] Oct 09 05:37:07.496 INFO O| Oct 09 05:37:07.496 INFO STEP 1203 (remove_files) COMPLETE
77752024-10-09T05:37:08.745Z[ recovery-image] Oct 09 05:37:07.496 INFO O| Oct 09 05:37:07.496 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762024-10-09T05:37:08.752Z[ recovery-image] Oct 09 05:37:07.506 INFO O| Oct 09 05:37:07.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
77772024-10-09T05:37:08.753Z[ recovery-image] Oct 09 05:37:07.506 INFO O| Oct 09 05:37:07.506 INFO STEP 1204 (remove_files) COMPLETE
77782024-10-09T05:37:08.753Z[ recovery-image] Oct 09 05:37:07.506 INFO O| Oct 09 05:37:07.506 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792024-10-09T05:37:08.763Z[ recovery-image] Oct 09 05:37:07.517 INFO O| Oct 09 05:37:07.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
77802024-10-09T05:37:08.763Z[ recovery-image] Oct 09 05:37:07.517 INFO O| Oct 09 05:37:07.517 INFO STEP 1205 (remove_files) COMPLETE
77812024-10-09T05:37:08.766Z[ recovery-image] Oct 09 05:37:07.517 INFO O| Oct 09 05:37:07.517 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
77822024-10-09T05:37:08.780Z[ recovery-image] Oct 09 05:37:07.533 INFO O| Oct 09 05:37:07.533 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
77832024-10-09T05:37:08.780Z[ recovery-image] Oct 09 05:37:07.533 INFO O| Oct 09 05:37:07.533 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
77842024-10-09T05:37:08.892Z[ host-image] Oct 09 05:37:07.645 INFO O| Oct 09 05:37:07.645 INFO O| Done
77852024-10-09T05:37:08.892Z[ host-image] Oct 09 05:37:07.645 INFO O| Oct 09 05:37:07.645 INFO O| Done
77862024-10-09T05:37:09.313Z[ host-image] Oct 09 05:37:08.066 INFO O| Oct 09 05:37:08.066 INFO O| Done
77872024-10-09T05:37:09.532Z[ recovery-image] Oct 09 05:37:08.285 INFO O| Oct 09 05:37:08.285 INFO STEP 1206 (pack_tar) COMPLETE
77882024-10-09T05:37:09.532Z[ recovery-image] Oct 09 05:37:08.285 INFO O| Oct 09 05:37:08.285 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77892024-10-09T05:37:09.535Z[ recovery-image] Oct 09 05:37:08.285 INFO O| Oct 09 05:37:08.285 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77902024-10-09T05:37:09.789Z[ recovery-image] Oct 09 05:37:08.541 INFO O| Oct 09 05:37:08.541 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
77912024-10-09T05:37:09.849Z[ recovery-image] Oct 09 05:37:08.602 INFO O| Oct 09 05:37:08.602 INFO completed processing gimlet/ramdisk-03-recovery-trim
77922024-10-09T05:37:09.855Z[ recovery-image] Oct 09 05:37:08.608 INFO image builder template: zfs-recovery...
77932024-10-09T05:37:09.855Z[ recovery-image] Oct 09 05:37:08.608 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/.tmpnRxr7e/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
77942024-10-09T05:37:09.887Z[ recovery-image] Oct 09 05:37:08.640 INFO O| Oct 09 05:37:08.640 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77952024-10-09T05:37:09.891Z[ recovery-image] Oct 09 05:37:08.644 INFO O| Oct 09 05:37:08.644 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77962024-10-09T05:37:09.962Z[ recovery-image] Oct 09 05:37:08.714 INFO O| Oct 09 05:37:08.714 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
77972024-10-09T05:37:10.028Z[ recovery-image] Oct 09 05:37:08.780 INFO O| Oct 09 05:37:08.780 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77982024-10-09T05:37:10.028Z[ recovery-image] Oct 09 05:37:08.780 INFO O| Oct 09 05:37:08.780 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
77992024-10-09T05:37:10.032Z[ recovery-image] Oct 09 05:37:08.785 INFO O| Oct 09 05:37:08.785 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
78002024-10-09T05:37:10.098Z[ recovery-image] Oct 09 05:37:08.851 INFO O| Oct 09 05:37:08.851 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
78012024-10-09T05:37:10.139Z[ recovery-image] Oct 09 05:37:08.892 INFO O| Oct 09 05:37:08.892 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
78022024-10-09T05:37:10.149Z[ recovery-image] Oct 09 05:37:08.902 INFO O| Oct 09 05:37:08.902 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78032024-10-09T05:37:10.154Z[ recovery-image] Oct 09 05:37:08.907 INFO O| Oct 09 05:37:08.907 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
78042024-10-09T05:37:10.157Z[ recovery-image] Oct 09 05:37:08.908 INFO O| Oct 09 05:37:08.908 INFO no lofi found
78052024-10-09T05:37:10.157Z[ recovery-image] Oct 09 05:37:08.908 INFO O| Oct 09 05:37:08.908 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
78062024-10-09T05:37:10.157Z[ recovery-image] Oct 09 05:37:08.908 INFO O| Oct 09 05:37:08.908 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78072024-10-09T05:37:10.631Z[ host-image] Oct 09 05:37:09.382 INFO O| Oct 09 05:37:09.382 INFO O| Done
78082024-10-09T05:37:10.656Z[ host-image] Oct 09 05:37:09.407 INFO O| Oct 09 05:37:09.407 INFO O| Done
78092024-10-09T05:37:10.658Z[ host-image] Oct 09 05:37:09.408 INFO O| Oct 09 05:37:09.408 INFO O| Done
78102024-10-09T05:37:10.693Z[ host-image] Oct 09 05:37:09.445 INFO O| Oct 09 05:37:09.445 INFO O| Done
78112024-10-09T05:37:10.793Z[ host-image] Oct 09 05:37:09.545 INFO O| Oct 09 05:37:09.545 INFO STEP 13 (pkg_install) COMPLETE
78122024-10-09T05:37:10.793Z[ host-image] Oct 09 05:37:09.545 INFO O| Oct 09 05:37:09.545 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78132024-10-09T05:37:10.804Z[ host-image] Oct 09 05:37:09.556 INFO O| Oct 09 05:37:09.556 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
78142024-10-09T05:37:11.278Z[ host-image] Oct 09 05:37:10.029 INFO O| Oct 09 05:37:10.029 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
78152024-10-09T05:37:12.261Z[ recovery-image] Oct 09 05:37:11.011 INFO O| Oct 09 05:37:11.011 INFO lofi device = /dev/dsk/c2t1d0p0
78162024-10-09T05:37:12.261Z[ recovery-image] Oct 09 05:37:11.012 INFO O| Oct 09 05:37:11.011 INFO pool device = /dev/dsk/c2t1d0p0
78172024-10-09T05:37:12.264Z[ recovery-image] Oct 09 05:37:11.012 INFO O| Oct 09 05:37:11.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
78182024-10-09T05:37:12.334Z[ recovery-image] Oct 09 05:37:11.085 INFO O| Oct 09 05:37:11.084 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78192024-10-09T05:37:12.334Z[ recovery-image] Oct 09 05:37:11.085 INFO O| Oct 09 05:37:11.085 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
78202024-10-09T05:37:12.355Z[ recovery-image] Oct 09 05:37:11.106 INFO O| Oct 09 05:37:11.106 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
78212024-10-09T05:37:12.413Z[ recovery-image] Oct 09 05:37:11.164 INFO O| Oct 09 05:37:11.164 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
78222024-10-09T05:37:12.452Z[ recovery-image] Oct 09 05:37:11.203 INFO O| Oct 09 05:37:11.203 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
78232024-10-09T05:37:12.468Z[ recovery-image] Oct 09 05:37:11.219 INFO O| Oct 09 05:37:11.218 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
78242024-10-09T05:37:12.481Z[ recovery-image] Oct 09 05:37:11.231 INFO O| Oct 09 05:37:11.231 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
78252024-10-09T05:37:12.528Z[ recovery-image] Oct 09 05:37:11.278 INFO O| Oct 09 05:37:11.278 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78262024-10-09T05:37:12.528Z[ recovery-image] Oct 09 05:37:11.279 INFO O| Oct 09 05:37:11.278 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78272024-10-09T05:37:12.531Z[ recovery-image] Oct 09 05:37:11.279 INFO O| Oct 09 05:37:11.279 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78282024-10-09T05:37:12.547Z[ recovery-image] Oct 09 05:37:11.297 INFO O| Oct 09 05:37:11.297 INFO boot environment UUID: 226d73de-5154-437f-97e2-f2bc743c2d5d
78292024-10-09T05:37:12.549Z[ recovery-image] Oct 09 05:37:11.297 INFO O| Oct 09 05:37:11.297 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 226d73de-5154-437f-97e2-f2bc743c2d5d
78302024-10-09T05:37:12.560Z[ recovery-image] Oct 09 05:37:11.310 INFO O| Oct 09 05:37:11.310 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
78312024-10-09T05:37:12.572Z[ recovery-image] Oct 09 05:37:11.322 INFO O| Oct 09 05:37:11.322 INFO STEP 0 (create_be) COMPLETE
78322024-10-09T05:37:12.572Z[ recovery-image] Oct 09 05:37:11.322 INFO O| Oct 09 05:37:11.322 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78332024-10-09T05:37:12.588Z[ recovery-image] Oct 09 05:37:11.338 INFO O| Oct 09 05:37:11.338 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"]
78342024-10-09T05:37:13.186Z[ host-image] Oct 09 05:37:11.935 INFO O| Oct 09 05:37:11.935 INFO O| Planning: Solver setup ... Done
78352024-10-09T05:37:13.193Z[ host-image] Oct 09 05:37:11.943 INFO O| Oct 09 05:37:11.943 INFO O| Planning: Running solver ... Done
78362024-10-09T05:37:13.274Z[ host-image] Oct 09 05:37:12.023 INFO O| Oct 09 05:37:12.023 INFO O| Planning: Finding local manifests ... Done
78372024-10-09T05:37:13.277Z[ host-image] Oct 09 05:37:12.024 INFO O| Oct 09 05:37:12.024 INFO O| Planning: Fetching manifests: 0/1 0% complete
78382024-10-09T05:37:13.402Z[ host-image] Oct 09 05:37:12.152 INFO O| Oct 09 05:37:12.151 INFO O| Planning: Fetching manifests: 1/1 100% complete
78392024-10-09T05:37:13.435Z[ host-image] Oct 09 05:37:12.185 INFO O| Oct 09 05:37:12.184 INFO O| Planning: Package planning ... Done
78402024-10-09T05:37:13.439Z[ host-image] Oct 09 05:37:12.185 INFO O| Oct 09 05:37:12.185 INFO O| Planning: Merging actions ... Done
78412024-10-09T05:37:13.510Z[ host-image] Oct 09 05:37:12.259 INFO O| Oct 09 05:37:12.259 INFO O| Planning: Checking for conflicting actions ... Done
78422024-10-09T05:37:13.512Z[ host-image] Oct 09 05:37:12.259 INFO O| Oct 09 05:37:12.259 INFO O| Planning: Consolidating action changes ... Done
78432024-10-09T05:37:13.976Z[ host-image] Oct 09 05:37:12.724 INFO O| Oct 09 05:37:12.724 INFO O| Planning: Evaluating mediators ... Done
78442024-10-09T05:37:13.978Z[ host-image] Oct 09 05:37:12.725 INFO O| Oct 09 05:37:12.725 INFO O| Planning: Planning completed in 2.70 seconds
78452024-10-09T05:37:13.978Z[ host-image] Oct 09 05:37:12.727 INFO O| Oct 09 05:37:12.727 INFO O| Packages to install: 1
78462024-10-09T05:37:13.990Z[ host-image] Oct 09 05:37:12.739 INFO O| Oct 09 05:37:12.739 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
78472024-10-09T05:37:14.370Z[ host-image] Oct 09 05:37:13.119 INFO O| Oct 09 05:37:13.118 INFO O| Download: Completed 20.80 MB in 0.38 seconds (54.8M/s)
78482024-10-09T05:37:14.450Z[ host-image] Oct 09 05:37:13.198 INFO O| Oct 09 05:37:13.198 INFO O| Actions: 1/22 actions (Installing new actions)
78492024-10-09T05:37:14.631Z[ recovery-image] Oct 09 05:37:13.379 INFO O| Oct 09 05:37:13.378 INFO STEP 1 (unpack_tar) COMPLETE
78502024-10-09T05:37:14.631Z[ recovery-image] Oct 09 05:37:13.379 INFO O| Oct 09 05:37:13.379 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78512024-10-09T05:37:14.642Z[ recovery-image] Oct 09 05:37:13.391 INFO O| Oct 09 05:37:13.390 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78522024-10-09T05:37:14.901Z[ recovery-image] Oct 09 05:37:13.649 INFO O| Oct 09 05:37:13.649 INFO STEP 2 (devfsadm) COMPLETE
78532024-10-09T05:37:14.901Z[ recovery-image] Oct 09 05:37:13.649 INFO O| Oct 09 05:37:13.649 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78542024-10-09T05:37:14.912Z[ recovery-image] Oct 09 05:37:13.660 INFO O| Oct 09 05:37:13.660 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78552024-10-09T05:37:14.912Z[ recovery-image] Oct 09 05:37:13.661 INFO O| Oct 09 05:37:13.660 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78562024-10-09T05:37:14.915Z[ recovery-image] Oct 09 05:37:13.661 INFO O| Oct 09 05:37:13.661 INFO STEP 3 (ensure_dir) COMPLETE
78572024-10-09T05:37:14.915Z[ recovery-image] Oct 09 05:37:13.661 INFO O| Oct 09 05:37:13.661 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78582024-10-09T05:37:14.922Z[ recovery-image] Oct 09 05:37:13.671 INFO O| Oct 09 05:37:13.670 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78592024-10-09T05:37:14.922Z[ recovery-image] Oct 09 05:37:13.671 INFO O| Oct 09 05:37:13.671 INFO STEP 4 (ensure_dir) COMPLETE
78602024-10-09T05:37:14.922Z[ recovery-image] Oct 09 05:37:13.671 INFO O| Oct 09 05:37:13.671 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78612024-10-09T05:37:14.932Z[ recovery-image] Oct 09 05:37:13.680 INFO O| Oct 09 05:37:13.680 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78622024-10-09T05:37:14.935Z[ recovery-image] Oct 09 05:37:13.680 INFO O| Oct 09 05:37:13.680 INFO STEP 5 (ensure_dir) COMPLETE
78632024-10-09T05:37:14.935Z[ recovery-image] Oct 09 05:37:13.680 INFO O| Oct 09 05:37:13.680 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78642024-10-09T05:37:14.942Z[ recovery-image] Oct 09 05:37:13.690 INFO O| Oct 09 05:37:13.690 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78652024-10-09T05:37:14.944Z[ recovery-image] Oct 09 05:37:13.690 INFO O| Oct 09 05:37:13.690 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78662024-10-09T05:37:14.944Z[ recovery-image] Oct 09 05:37:13.690 INFO O| Oct 09 05:37:13.690 INFO STEP 6 (ensure_dir) COMPLETE
78672024-10-09T05:37:14.945Z[ recovery-image] Oct 09 05:37:13.690 INFO O| Oct 09 05:37:13.690 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78682024-10-09T05:37:14.952Z[ recovery-image] Oct 09 05:37:13.700 INFO O| Oct 09 05:37:13.700 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78692024-10-09T05:37:14.955Z[ recovery-image] Oct 09 05:37:13.700 INFO O| Oct 09 05:37:13.700 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78702024-10-09T05:37:14.955Z[ recovery-image] Oct 09 05:37:13.701 INFO O| Oct 09 05:37:13.700 INFO STEP 7 (ensure_dir) COMPLETE
78712024-10-09T05:37:14.955Z[ recovery-image] Oct 09 05:37:13.701 INFO O| Oct 09 05:37:13.700 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78722024-10-09T05:37:14.962Z[ recovery-image] Oct 09 05:37:13.711 INFO O| Oct 09 05:37:13.710 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
78732024-10-09T05:37:14.965Z[ recovery-image] Oct 09 05:37:13.711 INFO O| Oct 09 05:37:13.711 INFO STEP 8 (remove_files) COMPLETE
78742024-10-09T05:37:14.965Z[ recovery-image] Oct 09 05:37:13.711 INFO O| Oct 09 05:37:13.711 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78752024-10-09T05:37:14.973Z[ recovery-image] Oct 09 05:37:13.721 INFO O| Oct 09 05:37:13.721 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
78762024-10-09T05:37:14.976Z[ recovery-image] Oct 09 05:37:13.722 INFO O| Oct 09 05:37:13.722 INFO STEP 9 (remove_files) COMPLETE
78772024-10-09T05:37:14.976Z[ recovery-image] Oct 09 05:37:13.722 INFO O| Oct 09 05:37:13.722 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78782024-10-09T05:37:14.984Z[ recovery-image] Oct 09 05:37:13.732 INFO O| Oct 09 05:37:13.732 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
78792024-10-09T05:37:14.986Z[ recovery-image] Oct 09 05:37:13.733 INFO O| Oct 09 05:37:13.733 INFO STEP 10 (remove_files) COMPLETE
78802024-10-09T05:37:14.986Z[ recovery-image] Oct 09 05:37:13.733 INFO O| Oct 09 05:37:13.733 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78812024-10-09T05:37:14.994Z[ recovery-image] Oct 09 05:37:13.742 INFO O| Oct 09 05:37:13.742 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
78822024-10-09T05:37:14.997Z[ recovery-image] Oct 09 05:37:13.742 INFO O| Oct 09 05:37:13.742 INFO STEP 11 (remove_files) COMPLETE
78832024-10-09T05:37:14.997Z[ recovery-image] Oct 09 05:37:13.742 INFO O| Oct 09 05:37:13.742 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78842024-10-09T05:37:15.004Z[ recovery-image] Oct 09 05:37:13.752 INFO O| Oct 09 05:37:13.752 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
78852024-10-09T05:37:15.007Z[ recovery-image] Oct 09 05:37:13.752 INFO O| Oct 09 05:37:13.752 INFO STEP 12 (remove_files) COMPLETE
78862024-10-09T05:37:15.007Z[ recovery-image] Oct 09 05:37:13.752 INFO O| Oct 09 05:37:13.752 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78872024-10-09T05:37:15.019Z[ recovery-image] Oct 09 05:37:13.767 INFO O| Oct 09 05:37:13.766 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78882024-10-09T05:37:15.019Z[ recovery-image] Oct 09 05:37:13.767 INFO O| Oct 09 05:37:13.767 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78892024-10-09T05:37:15.022Z[ recovery-image] Oct 09 05:37:13.767 INFO O| Oct 09 05:37:13.767 INFO STEP 13 (ensure_dir) COMPLETE
78902024-10-09T05:37:15.022Z[ recovery-image] Oct 09 05:37:13.767 INFO O| Oct 09 05:37:13.767 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78912024-10-09T05:37:15.036Z[ recovery-image] Oct 09 05:37:13.784 INFO O| Oct 09 05:37:13.784 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78922024-10-09T05:37:15.036Z[ recovery-image] Oct 09 05:37:13.784 INFO O| Oct 09 05:37:13.784 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78932024-10-09T05:37:15.039Z[ recovery-image] Oct 09 05:37:13.784 INFO O| Oct 09 05:37:13.784 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78942024-10-09T05:37:15.039Z[ recovery-image] Oct 09 05:37:13.784 INFO O| Oct 09 05:37:13.784 INFO STEP 14 (ensure_dir) COMPLETE
78952024-10-09T05:37:15.039Z[ recovery-image] Oct 09 05:37:13.784 INFO O| Oct 09 05:37:13.784 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78962024-10-09T05:37:15.052Z[ recovery-image] Oct 09 05:37:13.800 INFO O| Oct 09 05:37:13.800 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78972024-10-09T05:37:15.052Z[ recovery-image] Oct 09 05:37:13.800 INFO O| Oct 09 05:37:13.800 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78982024-10-09T05:37:15.052Z[ recovery-image] Oct 09 05:37:13.800 INFO O| Oct 09 05:37:13.800 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78992024-10-09T05:37:15.054Z[ recovery-image] Oct 09 05:37:13.800 INFO O| Oct 09 05:37:13.800 INFO STEP 15 (ensure_dir) COMPLETE
79002024-10-09T05:37:15.054Z[ recovery-image] Oct 09 05:37:13.800 INFO O| Oct 09 05:37:13.800 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79012024-10-09T05:37:15.063Z[ recovery-image] Oct 09 05:37:13.811 INFO O| Oct 09 05:37:13.811 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79022024-10-09T05:37:15.065Z[ recovery-image] Oct 09 05:37:13.811 INFO O| Oct 09 05:37:13.811 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79032024-10-09T05:37:15.065Z[ recovery-image] Oct 09 05:37:13.811 INFO O| Oct 09 05:37:13.811 INFO STEP 16 (ensure_dir) COMPLETE
79042024-10-09T05:37:15.065Z[ recovery-image] Oct 09 05:37:13.811 INFO O| Oct 09 05:37:13.811 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79052024-10-09T05:37:15.071Z[ host-image] Oct 09 05:37:13.819 INFO O| Oct 09 05:37:13.819 INFO O| Actions: Completed 22 actions in 0.62 seconds.
79062024-10-09T05:37:15.074Z[ recovery-image] Oct 09 05:37:13.821 INFO O| Oct 09 05:37:13.821 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79072024-10-09T05:37:15.074Z[ recovery-image] Oct 09 05:37:13.821 INFO O| Oct 09 05:37:13.821 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79082024-10-09T05:37:15.075Z[ recovery-image] Oct 09 05:37:13.821 INFO O| Oct 09 05:37:13.821 INFO STEP 17 (ensure_dir) COMPLETE
79092024-10-09T05:37:15.075Z[ recovery-image] Oct 09 05:37:13.821 INFO O| Oct 09 05:37:13.821 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79102024-10-09T05:37:15.083Z[ recovery-image] Oct 09 05:37:13.831 INFO O| Oct 09 05:37:13.831 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
79112024-10-09T05:37:15.083Z[ recovery-image] Oct 09 05:37:13.831 INFO O| Oct 09 05:37:13.831 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
79122024-10-09T05:37:15.086Z[ recovery-image] Oct 09 05:37:13.831 INFO O| Oct 09 05:37:13.831 INFO ok!
79132024-10-09T05:37:15.086Z[ recovery-image] Oct 09 05:37:13.831 INFO O| Oct 09 05:37:13.831 INFO STEP 18 (ensure_symlink) COMPLETE
79142024-10-09T05:37:15.086Z[ recovery-image] Oct 09 05:37:13.831 INFO O| Oct 09 05:37:13.831 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79152024-10-09T05:37:15.096Z[ recovery-image] Oct 09 05:37:13.844 INFO O| Oct 09 05:37:13.844 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
79162024-10-09T05:37:15.096Z[ recovery-image] Oct 09 05:37:13.844 INFO O| Oct 09 05:37:13.844 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
79172024-10-09T05:37:15.096Z[ recovery-image] Oct 09 05:37:13.844 INFO O| Oct 09 05:37:13.844 INFO ok!
79182024-10-09T05:37:15.099Z[ recovery-image] Oct 09 05:37:13.844 INFO O| Oct 09 05:37:13.844 INFO STEP 19 (ensure_file) COMPLETE
79192024-10-09T05:37:15.099Z[ recovery-image] Oct 09 05:37:13.844 INFO O| Oct 09 05:37:13.844 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79202024-10-09T05:37:15.106Z[ recovery-image] Oct 09 05:37:13.854 INFO O| Oct 09 05:37:13.854 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
79212024-10-09T05:37:15.109Z[ recovery-image] Oct 09 05:37:13.854 INFO O| Oct 09 05:37:13.854 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
79222024-10-09T05:37:15.109Z[ recovery-image] Oct 09 05:37:13.855 INFO O| Oct 09 05:37:13.855 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
79232024-10-09T05:37:15.110Z[ recovery-image] Oct 09 05:37:13.855 INFO O| Oct 09 05:37:13.855 INFO ok!
79242024-10-09T05:37:15.110Z[ recovery-image] Oct 09 05:37:13.855 INFO O| Oct 09 05:37:13.855 INFO STEP 20 (ensure_symlink) COMPLETE
79252024-10-09T05:37:15.110Z[ recovery-image] Oct 09 05:37:13.855 INFO O| Oct 09 05:37:13.855 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79262024-10-09T05:37:15.117Z[ recovery-image] Oct 09 05:37:13.865 INFO O| Oct 09 05:37:13.864 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
79272024-10-09T05:37:15.117Z[ recovery-image] Oct 09 05:37:13.865 INFO O| Oct 09 05:37:13.865 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
79282024-10-09T05:37:15.119Z[ recovery-image] Oct 09 05:37:13.865 INFO O| Oct 09 05:37:13.865 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
79292024-10-09T05:37:15.119Z[ recovery-image] Oct 09 05:37:13.865 INFO O| Oct 09 05:37:13.865 INFO ok!
79302024-10-09T05:37:15.119Z[ recovery-image] Oct 09 05:37:13.865 INFO O| Oct 09 05:37:13.865 INFO STEP 21 (ensure_symlink) COMPLETE
79312024-10-09T05:37:15.119Z[ recovery-image] Oct 09 05:37:13.865 INFO O| Oct 09 05:37:13.865 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79322024-10-09T05:37:15.133Z[ recovery-image] Oct 09 05:37:13.874 INFO O| Oct 09 05:37:13.874 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
79332024-10-09T05:37:15.133Z[ recovery-image] Oct 09 05:37:13.875 INFO O| Oct 09 05:37:13.874 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
79342024-10-09T05:37:15.133Z[ recovery-image] Oct 09 05:37:13.875 INFO O| Oct 09 05:37:13.875 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
79352024-10-09T05:37:15.135Z[ recovery-image] Oct 09 05:37:13.875 INFO O| Oct 09 05:37:13.875 INFO ok!
79362024-10-09T05:37:15.135Z[ recovery-image] Oct 09 05:37:13.875 INFO O| Oct 09 05:37:13.875 INFO STEP 22 (ensure_symlink) COMPLETE
79372024-10-09T05:37:15.135Z[ recovery-image] Oct 09 05:37:13.875 INFO O| Oct 09 05:37:13.875 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79382024-10-09T05:37:15.139Z[ recovery-image] Oct 09 05:37:13.885 INFO O| Oct 09 05:37:13.885 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
79392024-10-09T05:37:15.139Z[ recovery-image] Oct 09 05:37:13.885 INFO O| Oct 09 05:37:13.885 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
79402024-10-09T05:37:15.139Z[ recovery-image] Oct 09 05:37:13.886 INFO O| Oct 09 05:37:13.886 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
79412024-10-09T05:37:15.139Z[ recovery-image] Oct 09 05:37:13.886 INFO O| Oct 09 05:37:13.886 INFO ok!
79422024-10-09T05:37:15.139Z[ recovery-image] Oct 09 05:37:13.886 INFO O| Oct 09 05:37:13.886 INFO STEP 23 (ensure_symlink) COMPLETE
79432024-10-09T05:37:15.139Z[ recovery-image] Oct 09 05:37:13.886 INFO O| Oct 09 05:37:13.886 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79442024-10-09T05:37:15.148Z[ recovery-image] Oct 09 05:37:13.896 INFO O| Oct 09 05:37:13.896 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
79452024-10-09T05:37:15.150Z[ recovery-image] Oct 09 05:37:13.896 INFO O| Oct 09 05:37:13.896 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 ...
79462024-10-09T05:37:15.150Z[ recovery-image] Oct 09 05:37:13.896 INFO O| Oct 09 05:37:13.896 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
79472024-10-09T05:37:15.151Z[ recovery-image] Oct 09 05:37:13.896 INFO O| Oct 09 05:37:13.896 INFO ok!
79482024-10-09T05:37:15.151Z[ recovery-image] Oct 09 05:37:13.896 INFO O| Oct 09 05:37:13.896 INFO STEP 24 (ensure_file) COMPLETE
79492024-10-09T05:37:15.151Z[ recovery-image] Oct 09 05:37:13.896 INFO O| Oct 09 05:37:13.896 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
79502024-10-09T05:37:15.160Z[ recovery-image] Oct 09 05:37:13.908 INFO O| Oct 09 05:37:13.908 INFO updating shadow file
79512024-10-09T05:37:15.162Z[ recovery-image] Oct 09 05:37:13.908 INFO O| Oct 09 05:37:13.908 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79522024-10-09T05:37:15.162Z[ recovery-image] Oct 09 05:37:13.908 INFO O| Oct 09 05:37:13.908 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79532024-10-09T05:37:15.163Z[ recovery-image] Oct 09 05:37:13.908 INFO O| Oct 09 05:37:13.908 INFO STEP 25 (shadow) COMPLETE
79542024-10-09T05:37:15.163Z[ recovery-image] Oct 09 05:37:13.908 INFO O| Oct 09 05:37:13.908 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79552024-10-09T05:37:15.171Z[ recovery-image] Oct 09 05:37:13.918 INFO O| Oct 09 05:37:13.918 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
79562024-10-09T05:37:15.171Z[ recovery-image] Oct 09 05:37:13.918 INFO O| Oct 09 05:37:13.918 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
79572024-10-09T05:37:15.174Z[ recovery-image] Oct 09 05:37:13.919 INFO O| Oct 09 05:37:13.919 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
79582024-10-09T05:37:15.174Z[ recovery-image] Oct 09 05:37:13.919 INFO O| Oct 09 05:37:13.919 INFO ok!
79592024-10-09T05:37:15.174Z[ recovery-image] Oct 09 05:37:13.919 INFO O| Oct 09 05:37:13.919 INFO STEP 26 (ensure_file) COMPLETE
79602024-10-09T05:37:15.174Z[ recovery-image] Oct 09 05:37:13.919 INFO O| Oct 09 05:37:13.919 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79612024-10-09T05:37:15.181Z[ recovery-image] Oct 09 05:37:13.929 INFO O| Oct 09 05:37:13.929 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
79622024-10-09T05:37:15.181Z[ recovery-image] Oct 09 05:37:13.929 INFO O| Oct 09 05:37:13.929 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
79632024-10-09T05:37:15.184Z[ recovery-image] Oct 09 05:37:13.929 INFO O| Oct 09 05:37:13.929 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
79642024-10-09T05:37:15.184Z[ recovery-image] Oct 09 05:37:13.929 INFO O| Oct 09 05:37:13.929 INFO ok!
79652024-10-09T05:37:15.184Z[ recovery-image] Oct 09 05:37:13.929 INFO O| Oct 09 05:37:13.929 INFO STEP 27 (ensure_file) COMPLETE
79662024-10-09T05:37:15.184Z[ recovery-image] Oct 09 05:37:13.929 INFO O| Oct 09 05:37:13.929 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79672024-10-09T05:37:15.192Z[ recovery-image] Oct 09 05:37:13.940 INFO O| Oct 09 05:37:13.940 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79682024-10-09T05:37:15.193Z[ recovery-image] Oct 09 05:37:13.940 INFO O| Oct 09 05:37:13.940 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79692024-10-09T05:37:15.196Z[ recovery-image] Oct 09 05:37:13.940 INFO O| Oct 09 05:37:13.940 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79702024-10-09T05:37:15.196Z[ recovery-image] Oct 09 05:37:13.940 INFO O| Oct 09 05:37:13.940 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79712024-10-09T05:37:15.196Z[ recovery-image] Oct 09 05:37:13.940 INFO O| Oct 09 05:37:13.940 INFO ok!
79722024-10-09T05:37:15.196Z[ recovery-image] Oct 09 05:37:13.940 INFO O| Oct 09 05:37:13.940 INFO STEP 28 (ensure_file) COMPLETE
79732024-10-09T05:37:15.196Z[ recovery-image] Oct 09 05:37:13.940 INFO O| Oct 09 05:37:13.940 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79742024-10-09T05:37:15.204Z[ recovery-image] Oct 09 05:37:13.952 INFO O| Oct 09 05:37:13.952 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
79752024-10-09T05:37:15.204Z[ recovery-image] Oct 09 05:37:13.952 INFO O| Oct 09 05:37:13.952 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
79762024-10-09T05:37:15.204Z[ recovery-image] Oct 09 05:37:13.952 INFO O| Oct 09 05:37:13.952 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
79772024-10-09T05:37:15.207Z[ recovery-image] Oct 09 05:37:13.952 INFO O| Oct 09 05:37:13.952 INFO ok!
79782024-10-09T05:37:15.207Z[ recovery-image] Oct 09 05:37:13.952 INFO O| Oct 09 05:37:13.952 INFO STEP 29 (ensure_file) COMPLETE
79792024-10-09T05:37:15.207Z[ recovery-image] Oct 09 05:37:13.952 INFO O| Oct 09 05:37:13.952 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79802024-10-09T05:37:15.216Z[ recovery-image] Oct 09 05:37:13.963 INFO O| Oct 09 05:37:13.963 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
79812024-10-09T05:37:15.216Z[ recovery-image] Oct 09 05:37:13.963 INFO O| Oct 09 05:37:13.963 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
79822024-10-09T05:37:15.218Z[ recovery-image] Oct 09 05:37:13.963 INFO O| Oct 09 05:37:13.963 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
79832024-10-09T05:37:15.218Z[ recovery-image] Oct 09 05:37:13.963 INFO O| Oct 09 05:37:13.963 INFO ok!
79842024-10-09T05:37:15.218Z[ recovery-image] Oct 09 05:37:13.963 INFO O| Oct 09 05:37:13.963 INFO STEP 30 (ensure_file) COMPLETE
79852024-10-09T05:37:15.218Z[ recovery-image] Oct 09 05:37:13.963 INFO O| Oct 09 05:37:13.963 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79862024-10-09T05:37:15.226Z[ recovery-image] Oct 09 05:37:13.974 INFO O| Oct 09 05:37:13.974 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
79872024-10-09T05:37:15.226Z[ recovery-image] Oct 09 05:37:13.974 INFO O| Oct 09 05:37:13.974 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
79882024-10-09T05:37:15.229Z[ recovery-image] Oct 09 05:37:13.974 INFO O| Oct 09 05:37:13.974 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79892024-10-09T05:37:15.229Z[ recovery-image] Oct 09 05:37:13.974 INFO O| Oct 09 05:37:13.974 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79902024-10-09T05:37:15.229Z[ recovery-image] Oct 09 05:37:13.974 INFO O| Oct 09 05:37:13.974 INFO ok!
79912024-10-09T05:37:15.229Z[ recovery-image] Oct 09 05:37:13.974 INFO O| Oct 09 05:37:13.974 INFO STEP 31 (ensure_file) COMPLETE
79922024-10-09T05:37:15.229Z[ recovery-image] Oct 09 05:37:13.974 INFO O| Oct 09 05:37:13.974 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79932024-10-09T05:37:15.238Z[ recovery-image] Oct 09 05:37:13.986 INFO O| Oct 09 05:37:13.986 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
79942024-10-09T05:37:15.238Z[ recovery-image] Oct 09 05:37:13.986 INFO O| Oct 09 05:37:13.986 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
79952024-10-09T05:37:15.246Z[ recovery-image] Oct 09 05:37:13.986 INFO O| Oct 09 05:37:13.986 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
79962024-10-09T05:37:15.246Z[ recovery-image] Oct 09 05:37:13.986 INFO O| Oct 09 05:37:13.986 INFO ok!
79972024-10-09T05:37:15.246Z[ recovery-image] Oct 09 05:37:13.986 INFO O| Oct 09 05:37:13.986 INFO STEP 32 (ensure_file) COMPLETE
79982024-10-09T05:37:15.246Z[ recovery-image] Oct 09 05:37:13.986 INFO O| Oct 09 05:37:13.986 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79992024-10-09T05:37:15.251Z[ recovery-image] Oct 09 05:37:13.997 INFO O| Oct 09 05:37:13.997 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
80002024-10-09T05:37:15.251Z[ recovery-image] Oct 09 05:37:13.997 INFO O| Oct 09 05:37:13.997 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
80012024-10-09T05:37:15.251Z[ recovery-image] Oct 09 05:37:13.997 INFO O| Oct 09 05:37:13.997 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
80022024-10-09T05:37:15.251Z[ recovery-image] Oct 09 05:37:13.998 INFO O| Oct 09 05:37:13.997 INFO ok!
80032024-10-09T05:37:15.251Z[ recovery-image] Oct 09 05:37:13.998 INFO O| Oct 09 05:37:13.997 INFO STEP 33 (ensure_file) COMPLETE
80042024-10-09T05:37:15.251Z[ recovery-image] Oct 09 05:37:13.998 INFO O| Oct 09 05:37:13.997 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80052024-10-09T05:37:15.261Z[ recovery-image] Oct 09 05:37:14.009 INFO O| Oct 09 05:37:14.009 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
80062024-10-09T05:37:15.261Z[ recovery-image] Oct 09 05:37:14.009 INFO O| Oct 09 05:37:14.009 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
80072024-10-09T05:37:15.264Z[ recovery-image] Oct 09 05:37:14.009 INFO O| Oct 09 05:37:14.009 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80082024-10-09T05:37:15.264Z[ recovery-image] Oct 09 05:37:14.009 INFO O| Oct 09 05:37:14.009 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80092024-10-09T05:37:15.264Z[ recovery-image] Oct 09 05:37:14.009 INFO O| Oct 09 05:37:14.009 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80102024-10-09T05:37:15.264Z[ recovery-image] Oct 09 05:37:14.009 INFO O| Oct 09 05:37:14.009 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80112024-10-09T05:37:15.264Z[ recovery-image] Oct 09 05:37:14.009 INFO O| Oct 09 05:37:14.009 INFO ok!
80122024-10-09T05:37:15.264Z[ recovery-image] Oct 09 05:37:14.009 INFO O| Oct 09 05:37:14.009 INFO STEP 34 (ensure_file) COMPLETE
80132024-10-09T05:37:15.264Z[ recovery-image] Oct 09 05:37:14.009 INFO O| Oct 09 05:37:14.009 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80142024-10-09T05:37:15.273Z[ recovery-image] Oct 09 05:37:14.021 INFO O| Oct 09 05:37:14.021 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80152024-10-09T05:37:15.276Z[ recovery-image] Oct 09 05:37:14.021 INFO O| Oct 09 05:37:14.021 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80162024-10-09T05:37:15.276Z[ recovery-image] Oct 09 05:37:14.021 INFO O| Oct 09 05:37:14.021 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80172024-10-09T05:37:15.276Z[ recovery-image] Oct 09 05:37:14.021 INFO O| Oct 09 05:37:14.021 INFO STEP 35 (ensure_dir) COMPLETE
80182024-10-09T05:37:15.276Z[ recovery-image] Oct 09 05:37:14.021 INFO O| Oct 09 05:37:14.021 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80192024-10-09T05:37:15.285Z[ recovery-image] Oct 09 05:37:14.032 INFO O| Oct 09 05:37:14.032 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
80202024-10-09T05:37:15.285Z[ recovery-image] Oct 09 05:37:14.032 INFO O| Oct 09 05:37:14.032 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 ...
80212024-10-09T05:37:15.287Z[ recovery-image] Oct 09 05:37:14.032 INFO O| Oct 09 05:37:14.032 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
80222024-10-09T05:37:15.287Z[ recovery-image] Oct 09 05:37:14.032 INFO O| Oct 09 05:37:14.032 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
80232024-10-09T05:37:15.287Z[ recovery-image] Oct 09 05:37:14.032 INFO O| Oct 09 05:37:14.032 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
80242024-10-09T05:37:15.287Z[ recovery-image] Oct 09 05:37:14.032 INFO O| Oct 09 05:37:14.032 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
80252024-10-09T05:37:15.287Z[ recovery-image] Oct 09 05:37:14.032 INFO O| Oct 09 05:37:14.032 INFO ok!
80262024-10-09T05:37:15.288Z[ recovery-image] Oct 09 05:37:14.033 INFO O| Oct 09 05:37:14.032 INFO STEP 36 (ensure_file) COMPLETE
80272024-10-09T05:37:15.288Z[ recovery-image] Oct 09 05:37:14.033 INFO O| Oct 09 05:37:14.032 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80282024-10-09T05:37:15.296Z[ recovery-image] Oct 09 05:37:14.043 INFO O| Oct 09 05:37:14.043 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
80292024-10-09T05:37:15.296Z[ recovery-image] Oct 09 05:37:14.043 INFO O| Oct 09 05:37:14.043 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 ...
80302024-10-09T05:37:15.296Z[ recovery-image] Oct 09 05:37:14.044 INFO O| Oct 09 05:37:14.044 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
80312024-10-09T05:37:15.298Z[ recovery-image] Oct 09 05:37:14.044 INFO O| Oct 09 05:37:14.044 INFO ok!
80322024-10-09T05:37:15.298Z[ recovery-image] Oct 09 05:37:14.044 INFO O| Oct 09 05:37:14.044 INFO STEP 37 (ensure_symlink) COMPLETE
80332024-10-09T05:37:15.298Z[ recovery-image] Oct 09 05:37:14.044 INFO O| Oct 09 05:37:14.044 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80342024-10-09T05:37:15.307Z[ recovery-image] Oct 09 05:37:14.055 INFO O| Oct 09 05:37:14.055 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
80352024-10-09T05:37:15.310Z[ recovery-image] Oct 09 05:37:14.055 INFO O| Oct 09 05:37:14.055 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
80362024-10-09T05:37:15.310Z[ recovery-image] Oct 09 05:37:14.055 INFO O| Oct 09 05:37:14.055 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80372024-10-09T05:37:15.310Z[ recovery-image] Oct 09 05:37:14.055 INFO O| Oct 09 05:37:14.055 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80382024-10-09T05:37:15.310Z[ recovery-image] Oct 09 05:37:14.055 INFO O| Oct 09 05:37:14.055 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80392024-10-09T05:37:15.310Z[ recovery-image] Oct 09 05:37:14.055 INFO O| Oct 09 05:37:14.055 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80402024-10-09T05:37:15.311Z[ recovery-image] Oct 09 05:37:14.055 INFO O| Oct 09 05:37:14.055 INFO ok!
80412024-10-09T05:37:15.311Z[ recovery-image] Oct 09 05:37:14.055 INFO O| Oct 09 05:37:14.055 INFO STEP 38 (ensure_file) COMPLETE
80422024-10-09T05:37:15.311Z[ recovery-image] Oct 09 05:37:14.055 INFO O| Oct 09 05:37:14.055 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80432024-10-09T05:37:15.318Z[ recovery-image] Oct 09 05:37:14.066 INFO O| Oct 09 05:37:14.066 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
80442024-10-09T05:37:15.318Z[ recovery-image] Oct 09 05:37:14.066 INFO O| Oct 09 05:37:14.066 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 ...
80452024-10-09T05:37:15.321Z[ recovery-image] Oct 09 05:37:14.066 INFO O| Oct 09 05:37:14.066 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
80462024-10-09T05:37:15.321Z[ recovery-image] Oct 09 05:37:14.066 INFO O| Oct 09 05:37:14.066 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
80472024-10-09T05:37:15.321Z[ recovery-image] Oct 09 05:37:14.066 INFO O| Oct 09 05:37:14.066 INFO ok!
80482024-10-09T05:37:15.321Z[ recovery-image] Oct 09 05:37:14.066 INFO O| Oct 09 05:37:14.066 INFO STEP 39 (ensure_file) COMPLETE
80492024-10-09T05:37:15.321Z[ recovery-image] Oct 09 05:37:14.066 INFO O| Oct 09 05:37:14.066 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80502024-10-09T05:37:15.329Z[ recovery-image] Oct 09 05:37:14.077 INFO O| Oct 09 05:37:14.077 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
80512024-10-09T05:37:15.333Z[ recovery-image] Oct 09 05:37:14.077 INFO O| Oct 09 05:37:14.077 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
80522024-10-09T05:37:15.333Z[ recovery-image] Oct 09 05:37:14.077 INFO O| Oct 09 05:37:14.077 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
80532024-10-09T05:37:15.333Z[ recovery-image] Oct 09 05:37:14.077 INFO O| Oct 09 05:37:14.077 INFO ok!
80542024-10-09T05:37:15.333Z[ recovery-image] Oct 09 05:37:14.077 INFO O| Oct 09 05:37:14.077 INFO STEP 40 (ensure_file) COMPLETE
80552024-10-09T05:37:15.334Z[ recovery-image] Oct 09 05:37:14.077 INFO O| Oct 09 05:37:14.077 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80562024-10-09T05:37:15.340Z[ recovery-image] Oct 09 05:37:14.087 INFO O| Oct 09 05:37:14.087 INFO updating shadow file
80572024-10-09T05:37:15.342Z[ recovery-image] Oct 09 05:37:14.088 INFO O| Oct 09 05:37:14.088 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80582024-10-09T05:37:15.342Z[ recovery-image] Oct 09 05:37:14.088 INFO O| Oct 09 05:37:14.088 INFO STEP 41 (shadow) COMPLETE
80592024-10-09T05:37:15.342Z[ recovery-image] Oct 09 05:37:14.088 INFO O| Oct 09 05:37:14.088 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80602024-10-09T05:37:15.351Z[ recovery-image] Oct 09 05:37:14.098 INFO O| Oct 09 05:37:14.098 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
80612024-10-09T05:37:15.351Z[ recovery-image] Oct 09 05:37:14.098 INFO O| Oct 09 05:37:14.098 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
80622024-10-09T05:37:15.353Z[ recovery-image] Oct 09 05:37:14.099 INFO O| Oct 09 05:37:14.098 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80632024-10-09T05:37:15.353Z[ recovery-image] Oct 09 05:37:14.099 INFO O| Oct 09 05:37:14.099 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80642024-10-09T05:37:15.353Z[ recovery-image] Oct 09 05:37:14.099 INFO O| Oct 09 05:37:14.099 INFO ok!
80652024-10-09T05:37:15.353Z[ recovery-image] Oct 09 05:37:14.099 INFO O| Oct 09 05:37:14.099 INFO STEP 42 (ensure_file) COMPLETE
80662024-10-09T05:37:15.353Z[ recovery-image] Oct 09 05:37:14.099 INFO O| Oct 09 05:37:14.099 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80672024-10-09T05:37:15.356Z[ host-image] Oct 09 05:37:14.102 INFO O| Oct 09 05:37:14.102 INFO O| Done
80682024-10-09T05:37:15.356Z[ host-image] Oct 09 05:37:14.102 INFO O| Oct 09 05:37:14.102 INFO O| Done
80692024-10-09T05:37:15.363Z[ recovery-image] Oct 09 05:37:14.110 INFO O| Oct 09 05:37:14.110 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80702024-10-09T05:37:15.363Z[ recovery-image] Oct 09 05:37:14.110 INFO O| Oct 09 05:37:14.110 INFO STEP 43 (ensure_dir) COMPLETE
80712024-10-09T05:37:15.364Z[ recovery-image] Oct 09 05:37:14.110 INFO O| Oct 09 05:37:14.110 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80722024-10-09T05:37:15.373Z[ recovery-image] Oct 09 05:37:14.120 INFO O| Oct 09 05:37:14.120 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80732024-10-09T05:37:15.373Z[ recovery-image] Oct 09 05:37:14.120 INFO O| Oct 09 05:37:14.120 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80742024-10-09T05:37:15.375Z[ recovery-image] Oct 09 05:37:14.120 INFO O| Oct 09 05:37:14.120 INFO STEP 44 (ensure_dir) COMPLETE
80752024-10-09T05:37:15.375Z[ recovery-image] Oct 09 05:37:14.120 INFO O| Oct 09 05:37:14.120 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80762024-10-09T05:37:15.383Z[ recovery-image] Oct 09 05:37:14.131 INFO O| Oct 09 05:37:14.131 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80772024-10-09T05:37:15.383Z[ recovery-image] Oct 09 05:37:14.131 INFO O| Oct 09 05:37:14.131 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80782024-10-09T05:37:15.383Z[ recovery-image] Oct 09 05:37:14.131 INFO O| Oct 09 05:37:14.131 INFO STEP 45 (ensure_dir) COMPLETE
80792024-10-09T05:37:15.386Z[ recovery-image] Oct 09 05:37:14.131 INFO O| Oct 09 05:37:14.131 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80802024-10-09T05:37:15.393Z[ recovery-image] Oct 09 05:37:14.141 INFO O| Oct 09 05:37:14.141 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
80812024-10-09T05:37:15.393Z[ recovery-image] Oct 09 05:37:14.141 INFO O| Oct 09 05:37:14.141 INFO copying /tmp/.tmpnRxr7e/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
80822024-10-09T05:37:15.435Z[ recovery-image] Oct 09 05:37:14.182 INFO O| Oct 09 05:37:14.182 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
80832024-10-09T05:37:15.435Z[ recovery-image] Oct 09 05:37:14.183 INFO O| Oct 09 05:37:14.182 INFO ok!
80842024-10-09T05:37:15.435Z[ recovery-image] Oct 09 05:37:14.183 INFO O| Oct 09 05:37:14.182 INFO STEP 46 (ensure_file) COMPLETE
80852024-10-09T05:37:15.438Z[ recovery-image] Oct 09 05:37:14.183 INFO O| Oct 09 05:37:14.182 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80862024-10-09T05:37:15.449Z[ recovery-image] Oct 09 05:37:14.196 INFO O| Oct 09 05:37:14.196 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80872024-10-09T05:37:15.449Z[ recovery-image] Oct 09 05:37:14.196 INFO O| Oct 09 05:37:14.196 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80882024-10-09T05:37:15.449Z[ recovery-image] Oct 09 05:37:14.196 INFO O| Oct 09 05:37:14.196 INFO STEP 47 (ensure_dir) COMPLETE
80892024-10-09T05:37:15.451Z[ recovery-image] Oct 09 05:37:14.196 INFO O| Oct 09 05:37:14.196 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80902024-10-09T05:37:15.459Z[ recovery-image] Oct 09 05:37:14.207 INFO O| Oct 09 05:37:14.206 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
80912024-10-09T05:37:15.459Z[ recovery-image] Oct 09 05:37:14.207 INFO O| Oct 09 05:37:14.207 INFO copying /tmp/.tmpnRxr7e/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
80922024-10-09T05:37:15.463Z[ recovery-image] Oct 09 05:37:14.207 INFO O| Oct 09 05:37:14.207 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
80932024-10-09T05:37:15.463Z[ recovery-image] Oct 09 05:37:14.207 INFO O| Oct 09 05:37:14.207 INFO ok!
80942024-10-09T05:37:15.463Z[ recovery-image] Oct 09 05:37:14.207 INFO O| Oct 09 05:37:14.207 INFO STEP 48 (ensure_file) COMPLETE
80952024-10-09T05:37:15.463Z[ recovery-image] Oct 09 05:37:14.207 INFO O| Oct 09 05:37:14.207 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80962024-10-09T05:37:15.497Z[ recovery-image] Oct 09 05:37:14.244 INFO O| Oct 09 05:37:14.244 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
80972024-10-09T05:37:15.500Z[ recovery-image] Oct 09 05:37:14.245 INFO O| Oct 09 05:37:14.244 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
80982024-10-09T05:37:15.500Z[ recovery-image] Oct 09 05:37:14.245 INFO O| Oct 09 05:37:14.245 INFO STEP 49 (ensure_dir) COMPLETE
80992024-10-09T05:37:15.500Z[ recovery-image] Oct 09 05:37:14.245 INFO O| Oct 09 05:37:14.245 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81002024-10-09T05:37:15.527Z[ recovery-image] Oct 09 05:37:14.270 INFO O| Oct 09 05:37:14.269 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
81012024-10-09T05:37:15.528Z[ recovery-image] Oct 09 05:37:14.270 INFO O| Oct 09 05:37:14.269 INFO copying /tmp/.tmpnRxr7e/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
81022024-10-09T05:37:15.547Z[ recovery-image] Oct 09 05:37:14.292 INFO O| Oct 09 05:37:14.292 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
81032024-10-09T05:37:15.547Z[ recovery-image] Oct 09 05:37:14.292 INFO O| Oct 09 05:37:14.292 INFO ok!
81042024-10-09T05:37:15.547Z[ recovery-image] Oct 09 05:37:14.292 INFO O| Oct 09 05:37:14.292 INFO STEP 50 (ensure_file) COMPLETE
81052024-10-09T05:37:15.547Z[ recovery-image] Oct 09 05:37:14.292 INFO O| Oct 09 05:37:14.292 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81062024-10-09T05:37:15.570Z[ recovery-image] Oct 09 05:37:14.313 INFO O| Oct 09 05:37:14.311 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
81072024-10-09T05:37:15.570Z[ recovery-image] Oct 09 05:37:14.313 INFO O| Oct 09 05:37:14.311 INFO copying /tmp/.tmpnRxr7e/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
81082024-10-09T05:37:16.054Z[ host-image] Oct 09 05:37:14.800 INFO O| Oct 09 05:37:14.800 INFO O| Done
81092024-10-09T05:37:16.081Z[ recovery-image] Oct 09 05:37:14.827 INFO O| Oct 09 05:37:14.827 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
81102024-10-09T05:37:16.081Z[ recovery-image] Oct 09 05:37:14.827 INFO O| Oct 09 05:37:14.827 INFO ok!
81112024-10-09T05:37:16.082Z[ recovery-image] Oct 09 05:37:14.827 INFO O| Oct 09 05:37:14.827 INFO STEP 51 (ensure_file) COMPLETE
81122024-10-09T05:37:16.084Z[ recovery-image] Oct 09 05:37:14.827 INFO O| Oct 09 05:37:14.827 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81132024-10-09T05:37:16.093Z[ recovery-image] Oct 09 05:37:14.839 INFO O| Oct 09 05:37:14.839 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81142024-10-09T05:37:16.095Z[ recovery-image] Oct 09 05:37:14.840 INFO O| Oct 09 05:37:14.840 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81152024-10-09T05:37:16.095Z[ recovery-image] Oct 09 05:37:14.840 INFO O| Oct 09 05:37:14.840 INFO STEP 52 (ensure_dir) COMPLETE
81162024-10-09T05:37:16.095Z[ recovery-image] Oct 09 05:37:14.840 INFO O| Oct 09 05:37:14.840 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81172024-10-09T05:37:16.105Z[ recovery-image] Oct 09 05:37:14.852 INFO O| Oct 09 05:37:14.851 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
81182024-10-09T05:37:16.105Z[ recovery-image] Oct 09 05:37:14.852 INFO O| Oct 09 05:37:14.851 INFO copying /tmp/.tmpnRxr7e/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 ...
81192024-10-09T05:37:16.108Z[ recovery-image] Oct 09 05:37:14.852 INFO O| Oct 09 05:37:14.852 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
81202024-10-09T05:37:16.108Z[ recovery-image] Oct 09 05:37:14.852 INFO O| Oct 09 05:37:14.852 INFO ok!
81212024-10-09T05:37:16.108Z[ recovery-image] Oct 09 05:37:14.852 INFO O| Oct 09 05:37:14.852 INFO STEP 53 (ensure_file) COMPLETE
81222024-10-09T05:37:16.108Z[ recovery-image] Oct 09 05:37:14.852 INFO O| Oct 09 05:37:14.852 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81232024-10-09T05:37:16.115Z[ recovery-image] Oct 09 05:37:14.862 INFO O| Oct 09 05:37:14.862 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
81242024-10-09T05:37:16.115Z[ recovery-image] Oct 09 05:37:14.862 INFO O| Oct 09 05:37:14.862 INFO copying /tmp/.tmpnRxr7e/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 ...
81252024-10-09T05:37:16.118Z[ recovery-image] Oct 09 05:37:14.862 INFO O| Oct 09 05:37:14.862 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
81262024-10-09T05:37:16.118Z[ recovery-image] Oct 09 05:37:14.862 INFO O| Oct 09 05:37:14.862 INFO ok!
81272024-10-09T05:37:16.118Z[ recovery-image] Oct 09 05:37:14.862 INFO O| Oct 09 05:37:14.862 INFO STEP 54 (ensure_file) COMPLETE
81282024-10-09T05:37:16.118Z[ recovery-image] Oct 09 05:37:14.862 INFO O| Oct 09 05:37:14.862 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81292024-10-09T05:37:16.125Z[ recovery-image] Oct 09 05:37:14.872 INFO O| Oct 09 05:37:14.872 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81302024-10-09T05:37:16.125Z[ recovery-image] Oct 09 05:37:14.872 INFO O| Oct 09 05:37:14.872 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81312024-10-09T05:37:16.128Z[ recovery-image] Oct 09 05:37:14.872 INFO O| Oct 09 05:37:14.872 INFO STEP 55 (ensure_dir) COMPLETE
81322024-10-09T05:37:16.128Z[ recovery-image] Oct 09 05:37:14.872 INFO O| Oct 09 05:37:14.872 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81332024-10-09T05:37:16.136Z[ recovery-image] Oct 09 05:37:14.883 INFO O| Oct 09 05:37:14.883 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
81342024-10-09T05:37:16.136Z[ recovery-image] Oct 09 05:37:14.883 INFO O| Oct 09 05:37:14.883 INFO copying /tmp/.tmpnRxr7e/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 ...
81352024-10-09T05:37:16.138Z[ recovery-image] Oct 09 05:37:14.883 INFO O| Oct 09 05:37:14.883 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
81362024-10-09T05:37:16.138Z[ recovery-image] Oct 09 05:37:14.883 INFO O| Oct 09 05:37:14.883 INFO ok!
81372024-10-09T05:37:16.138Z[ recovery-image] Oct 09 05:37:14.883 INFO O| Oct 09 05:37:14.883 INFO STEP 56 (ensure_file) COMPLETE
81382024-10-09T05:37:16.138Z[ recovery-image] Oct 09 05:37:14.883 INFO O| Oct 09 05:37:14.883 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81392024-10-09T05:37:16.146Z[ recovery-image] Oct 09 05:37:14.893 INFO O| Oct 09 05:37:14.893 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
81402024-10-09T05:37:16.146Z[ recovery-image] Oct 09 05:37:14.893 INFO O| Oct 09 05:37:14.893 INFO copying /tmp/.tmpnRxr7e/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 ...
81412024-10-09T05:37:16.149Z[ recovery-image] Oct 09 05:37:14.893 INFO O| Oct 09 05:37:14.893 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
81422024-10-09T05:37:16.149Z[ recovery-image] Oct 09 05:37:14.893 INFO O| Oct 09 05:37:14.893 INFO ok!
81432024-10-09T05:37:16.149Z[ recovery-image] Oct 09 05:37:14.893 INFO O| Oct 09 05:37:14.893 INFO STEP 57 (ensure_file) COMPLETE
81442024-10-09T05:37:16.149Z[ recovery-image] Oct 09 05:37:14.893 INFO O| Oct 09 05:37:14.893 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81452024-10-09T05:37:16.156Z[ recovery-image] Oct 09 05:37:14.903 INFO O| Oct 09 05:37:14.903 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81462024-10-09T05:37:16.159Z[ recovery-image] Oct 09 05:37:14.903 INFO O| Oct 09 05:37:14.903 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81472024-10-09T05:37:16.159Z[ recovery-image] Oct 09 05:37:14.903 INFO O| Oct 09 05:37:14.903 INFO STEP 58 (ensure_dir) COMPLETE
81482024-10-09T05:37:16.159Z[ recovery-image] Oct 09 05:37:14.903 INFO O| Oct 09 05:37:14.903 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81492024-10-09T05:37:16.167Z[ recovery-image] Oct 09 05:37:14.914 INFO O| Oct 09 05:37:14.914 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
81502024-10-09T05:37:16.167Z[ recovery-image] Oct 09 05:37:14.914 INFO O| Oct 09 05:37:14.914 INFO copying /tmp/.tmpnRxr7e/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 ...
81512024-10-09T05:37:16.169Z[ recovery-image] Oct 09 05:37:14.914 INFO O| Oct 09 05:37:14.914 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
81522024-10-09T05:37:16.169Z[ recovery-image] Oct 09 05:37:14.914 INFO O| Oct 09 05:37:14.914 INFO ok!
81532024-10-09T05:37:16.169Z[ recovery-image] Oct 09 05:37:14.914 INFO O| Oct 09 05:37:14.914 INFO STEP 59 (ensure_file) COMPLETE
81542024-10-09T05:37:16.169Z[ recovery-image] Oct 09 05:37:14.914 INFO O| Oct 09 05:37:14.914 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81552024-10-09T05:37:16.178Z[ recovery-image] Oct 09 05:37:14.925 INFO O| Oct 09 05:37:14.924 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
81562024-10-09T05:37:16.179Z[ recovery-image] Oct 09 05:37:14.925 INFO O| Oct 09 05:37:14.924 INFO copying /tmp/.tmpnRxr7e/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
81572024-10-09T05:37:16.181Z[ recovery-image] Oct 09 05:37:14.925 INFO O| Oct 09 05:37:14.925 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
81582024-10-09T05:37:16.181Z[ recovery-image] Oct 09 05:37:14.925 INFO O| Oct 09 05:37:14.925 INFO ok!
81592024-10-09T05:37:16.182Z[ recovery-image] Oct 09 05:37:14.925 INFO O| Oct 09 05:37:14.925 INFO STEP 60 (ensure_file) COMPLETE
81602024-10-09T05:37:16.182Z[ recovery-image] Oct 09 05:37:14.925 INFO O| Oct 09 05:37:14.925 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81612024-10-09T05:37:16.188Z[ recovery-image] Oct 09 05:37:14.935 INFO O| Oct 09 05:37:14.935 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
81622024-10-09T05:37:16.188Z[ recovery-image] Oct 09 05:37:14.935 INFO O| Oct 09 05:37:14.935 INFO STEP 61 (ensure_dir) COMPLETE
81632024-10-09T05:37:16.191Z[ recovery-image] Oct 09 05:37:14.935 INFO O| Oct 09 05:37:14.935 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81642024-10-09T05:37:16.198Z[ recovery-image] Oct 09 05:37:14.945 INFO O| Oct 09 05:37:14.945 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
81652024-10-09T05:37:16.198Z[ recovery-image] Oct 09 05:37:14.945 INFO O| Oct 09 05:37:14.945 INFO STEP 62 (ensure_dir) COMPLETE
81662024-10-09T05:37:16.201Z[ recovery-image] Oct 09 05:37:14.945 INFO O| Oct 09 05:37:14.945 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81672024-10-09T05:37:16.208Z[ recovery-image] Oct 09 05:37:14.955 INFO O| Oct 09 05:37:14.955 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81682024-10-09T05:37:16.208Z[ recovery-image] Oct 09 05:37:14.955 INFO O| Oct 09 05:37:14.955 INFO STEP 63 (ensure_dir) COMPLETE
81692024-10-09T05:37:16.211Z[ recovery-image] Oct 09 05:37:14.955 INFO O| Oct 09 05:37:14.955 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81702024-10-09T05:37:16.218Z[ recovery-image] Oct 09 05:37:14.965 INFO O| Oct 09 05:37:14.965 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81712024-10-09T05:37:16.218Z[ recovery-image] Oct 09 05:37:14.965 INFO O| Oct 09 05:37:14.965 INFO STEP 64 (ensure_dir) COMPLETE
81722024-10-09T05:37:16.221Z[ recovery-image] Oct 09 05:37:14.965 INFO O| Oct 09 05:37:14.965 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81732024-10-09T05:37:16.228Z[ recovery-image] Oct 09 05:37:14.975 INFO O| Oct 09 05:37:14.975 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
81742024-10-09T05:37:16.230Z[ recovery-image] Oct 09 05:37:14.975 INFO O| Oct 09 05:37:14.975 INFO copying /tmp/.tmpnRxr7e/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
81752024-10-09T05:37:16.230Z[ recovery-image] Oct 09 05:37:14.975 INFO O| Oct 09 05:37:14.975 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
81762024-10-09T05:37:16.230Z[ recovery-image] Oct 09 05:37:14.975 INFO O| Oct 09 05:37:14.975 INFO ok!
81772024-10-09T05:37:16.230Z[ recovery-image] Oct 09 05:37:14.975 INFO O| Oct 09 05:37:14.975 INFO STEP 65 (ensure_file) COMPLETE
81782024-10-09T05:37:16.230Z[ recovery-image] Oct 09 05:37:14.975 INFO O| Oct 09 05:37:14.975 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81792024-10-09T05:37:16.238Z[ recovery-image] Oct 09 05:37:14.984 INFO O| Oct 09 05:37:14.984 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
81802024-10-09T05:37:16.240Z[ recovery-image] Oct 09 05:37:14.985 INFO O| Oct 09 05:37:14.985 INFO STEP 66 (remove_files) COMPLETE
81812024-10-09T05:37:16.240Z[ recovery-image] Oct 09 05:37:14.985 INFO O| Oct 09 05:37:14.985 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81822024-10-09T05:37:16.247Z[ recovery-image] Oct 09 05:37:14.994 INFO O| Oct 09 05:37:14.994 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
81832024-10-09T05:37:16.250Z[ recovery-image] Oct 09 05:37:14.994 INFO O| Oct 09 05:37:14.994 INFO STEP 67 (remove_files) COMPLETE
81842024-10-09T05:37:16.250Z[ recovery-image] Oct 09 05:37:14.994 INFO O| Oct 09 05:37:14.994 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81852024-10-09T05:37:16.258Z[ recovery-image] Oct 09 05:37:15.005 INFO O| Oct 09 05:37:15.005 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
81862024-10-09T05:37:16.260Z[ recovery-image] Oct 09 05:37:15.005 INFO O| Oct 09 05:37:15.005 INFO STEP 68 (remove_files) COMPLETE
81872024-10-09T05:37:16.260Z[ recovery-image] Oct 09 05:37:15.005 INFO O| Oct 09 05:37:15.005 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81882024-10-09T05:37:16.268Z[ recovery-image] Oct 09 05:37:15.015 INFO O| Oct 09 05:37:15.015 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
81892024-10-09T05:37:16.271Z[ recovery-image] Oct 09 05:37:15.015 INFO O| Oct 09 05:37:15.015 INFO STEP 69 (remove_files) COMPLETE
81902024-10-09T05:37:16.271Z[ recovery-image] Oct 09 05:37:15.015 INFO O| Oct 09 05:37:15.015 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81912024-10-09T05:37:16.278Z[ recovery-image] Oct 09 05:37:15.025 INFO O| Oct 09 05:37:15.025 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
81922024-10-09T05:37:16.281Z[ recovery-image] Oct 09 05:37:15.025 INFO O| Oct 09 05:37:15.025 INFO STEP 70 (remove_files) COMPLETE
81932024-10-09T05:37:16.281Z[ recovery-image] Oct 09 05:37:15.025 INFO O| Oct 09 05:37:15.025 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81942024-10-09T05:37:16.288Z[ recovery-image] Oct 09 05:37:15.034 INFO O| Oct 09 05:37:15.034 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
81952024-10-09T05:37:16.292Z[ recovery-image] Oct 09 05:37:15.035 INFO O| Oct 09 05:37:15.035 INFO STEP 71 (remove_files) COMPLETE
81962024-10-09T05:37:16.292Z[ recovery-image] Oct 09 05:37:15.035 INFO O| Oct 09 05:37:15.035 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81972024-10-09T05:37:16.297Z[ recovery-image] Oct 09 05:37:15.044 INFO O| Oct 09 05:37:15.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
81982024-10-09T05:37:16.297Z[ recovery-image] Oct 09 05:37:15.044 INFO O| Oct 09 05:37:15.044 INFO STEP 72 (remove_files) COMPLETE
81992024-10-09T05:37:16.301Z[ recovery-image] Oct 09 05:37:15.044 INFO O| Oct 09 05:37:15.044 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82002024-10-09T05:37:16.307Z[ recovery-image] Oct 09 05:37:15.054 INFO O| Oct 09 05:37:15.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
82012024-10-09T05:37:16.307Z[ recovery-image] Oct 09 05:37:15.054 INFO O| Oct 09 05:37:15.054 INFO STEP 73 (remove_files) COMPLETE
82022024-10-09T05:37:16.310Z[ recovery-image] Oct 09 05:37:15.054 INFO O| Oct 09 05:37:15.054 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82032024-10-09T05:37:16.318Z[ recovery-image] Oct 09 05:37:15.064 INFO O| Oct 09 05:37:15.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
82042024-10-09T05:37:16.318Z[ recovery-image] Oct 09 05:37:15.065 INFO O| Oct 09 05:37:15.065 INFO STEP 74 (remove_files) COMPLETE
82052024-10-09T05:37:16.318Z[ recovery-image] Oct 09 05:37:15.065 INFO O| Oct 09 05:37:15.065 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82062024-10-09T05:37:16.328Z[ recovery-image] Oct 09 05:37:15.074 INFO O| Oct 09 05:37:15.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
82072024-10-09T05:37:16.328Z[ recovery-image] Oct 09 05:37:15.074 INFO O| Oct 09 05:37:15.074 INFO STEP 75 (remove_files) COMPLETE
82082024-10-09T05:37:16.330Z[ recovery-image] Oct 09 05:37:15.074 INFO O| Oct 09 05:37:15.074 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82092024-10-09T05:37:16.337Z[ recovery-image] Oct 09 05:37:15.084 INFO O| Oct 09 05:37:15.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
82102024-10-09T05:37:16.337Z[ recovery-image] Oct 09 05:37:15.084 INFO O| Oct 09 05:37:15.084 INFO STEP 76 (remove_files) COMPLETE
82112024-10-09T05:37:16.340Z[ recovery-image] Oct 09 05:37:15.084 INFO O| Oct 09 05:37:15.084 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82122024-10-09T05:37:16.348Z[ recovery-image] Oct 09 05:37:15.094 INFO O| Oct 09 05:37:15.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
82132024-10-09T05:37:16.348Z[ recovery-image] Oct 09 05:37:15.094 INFO O| Oct 09 05:37:15.094 INFO STEP 77 (remove_files) COMPLETE
82142024-10-09T05:37:16.348Z[ recovery-image] Oct 09 05:37:15.094 INFO O| Oct 09 05:37:15.094 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82152024-10-09T05:37:16.357Z[ recovery-image] Oct 09 05:37:15.104 INFO O| Oct 09 05:37:15.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
82162024-10-09T05:37:16.358Z[ recovery-image] Oct 09 05:37:15.104 INFO O| Oct 09 05:37:15.104 INFO STEP 78 (remove_files) COMPLETE
82172024-10-09T05:37:16.360Z[ recovery-image] Oct 09 05:37:15.104 INFO O| Oct 09 05:37:15.104 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82182024-10-09T05:37:16.367Z[ recovery-image] Oct 09 05:37:15.114 INFO O| Oct 09 05:37:15.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
82192024-10-09T05:37:16.370Z[ recovery-image] Oct 09 05:37:15.114 INFO O| Oct 09 05:37:15.114 INFO STEP 79 (remove_files) COMPLETE
82202024-10-09T05:37:16.370Z[ recovery-image] Oct 09 05:37:15.114 INFO O| Oct 09 05:37:15.114 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82212024-10-09T05:37:16.377Z[ recovery-image] Oct 09 05:37:15.124 INFO O| Oct 09 05:37:15.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
82222024-10-09T05:37:16.377Z[ recovery-image] Oct 09 05:37:15.124 INFO O| Oct 09 05:37:15.124 INFO STEP 80 (remove_files) COMPLETE
82232024-10-09T05:37:16.377Z[ recovery-image] Oct 09 05:37:15.124 INFO O| Oct 09 05:37:15.124 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82242024-10-09T05:37:16.387Z[ recovery-image] Oct 09 05:37:15.134 INFO O| Oct 09 05:37:15.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
82252024-10-09T05:37:16.387Z[ recovery-image] Oct 09 05:37:15.134 INFO O| Oct 09 05:37:15.134 INFO STEP 81 (remove_files) COMPLETE
82262024-10-09T05:37:16.387Z[ recovery-image] Oct 09 05:37:15.134 INFO O| Oct 09 05:37:15.134 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82272024-10-09T05:37:16.397Z[ recovery-image] Oct 09 05:37:15.144 INFO O| Oct 09 05:37:15.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
82282024-10-09T05:37:16.400Z[ recovery-image] Oct 09 05:37:15.144 INFO O| Oct 09 05:37:15.144 INFO STEP 82 (remove_files) COMPLETE
82292024-10-09T05:37:16.400Z[ recovery-image] Oct 09 05:37:15.144 INFO O| Oct 09 05:37:15.144 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82302024-10-09T05:37:16.407Z[ recovery-image] Oct 09 05:37:15.154 INFO O| Oct 09 05:37:15.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
82312024-10-09T05:37:16.409Z[ recovery-image] Oct 09 05:37:15.154 INFO O| Oct 09 05:37:15.154 INFO STEP 83 (remove_files) COMPLETE
82322024-10-09T05:37:16.409Z[ recovery-image] Oct 09 05:37:15.154 INFO O| Oct 09 05:37:15.154 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82332024-10-09T05:37:16.417Z[ recovery-image] Oct 09 05:37:15.164 INFO O| Oct 09 05:37:15.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
82342024-10-09T05:37:16.417Z[ recovery-image] Oct 09 05:37:15.164 INFO O| Oct 09 05:37:15.164 INFO STEP 84 (remove_files) COMPLETE
82352024-10-09T05:37:16.417Z[ recovery-image] Oct 09 05:37:15.164 INFO O| Oct 09 05:37:15.164 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82362024-10-09T05:37:16.427Z[ recovery-image] Oct 09 05:37:15.174 INFO O| Oct 09 05:37:15.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
82372024-10-09T05:37:16.430Z[ recovery-image] Oct 09 05:37:15.174 INFO O| Oct 09 05:37:15.174 INFO STEP 85 (remove_files) COMPLETE
82382024-10-09T05:37:16.430Z[ recovery-image] Oct 09 05:37:15.174 INFO O| Oct 09 05:37:15.174 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82392024-10-09T05:37:16.437Z[ recovery-image] Oct 09 05:37:15.184 INFO O| Oct 09 05:37:15.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
82402024-10-09T05:37:16.437Z[ recovery-image] Oct 09 05:37:15.184 INFO O| Oct 09 05:37:15.184 INFO STEP 86 (remove_files) COMPLETE
82412024-10-09T05:37:16.440Z[ recovery-image] Oct 09 05:37:15.184 INFO O| Oct 09 05:37:15.184 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82422024-10-09T05:37:16.449Z[ recovery-image] Oct 09 05:37:15.196 INFO O| Oct 09 05:37:15.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
82432024-10-09T05:37:16.452Z[ recovery-image] Oct 09 05:37:15.196 INFO O| Oct 09 05:37:15.196 INFO STEP 87 (remove_files) COMPLETE
82442024-10-09T05:37:16.452Z[ recovery-image] Oct 09 05:37:15.196 INFO O| Oct 09 05:37:15.196 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82452024-10-09T05:37:16.460Z[ recovery-image] Oct 09 05:37:15.207 INFO O| Oct 09 05:37:15.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
82462024-10-09T05:37:16.460Z[ recovery-image] Oct 09 05:37:15.207 INFO O| Oct 09 05:37:15.207 INFO STEP 88 (remove_files) COMPLETE
82472024-10-09T05:37:16.463Z[ recovery-image] Oct 09 05:37:15.207 INFO O| Oct 09 05:37:15.207 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82482024-10-09T05:37:16.472Z[ recovery-image] Oct 09 05:37:15.218 INFO O| Oct 09 05:37:15.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
82492024-10-09T05:37:16.472Z[ recovery-image] Oct 09 05:37:15.218 INFO O| Oct 09 05:37:15.218 INFO STEP 89 (remove_files) COMPLETE
82502024-10-09T05:37:16.472Z[ recovery-image] Oct 09 05:37:15.218 INFO O| Oct 09 05:37:15.218 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82512024-10-09T05:37:16.482Z[ recovery-image] Oct 09 05:37:15.228 INFO O| Oct 09 05:37:15.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
82522024-10-09T05:37:16.482Z[ recovery-image] Oct 09 05:37:15.228 INFO O| Oct 09 05:37:15.228 INFO STEP 90 (remove_files) COMPLETE
82532024-10-09T05:37:16.485Z[ recovery-image] Oct 09 05:37:15.229 INFO O| Oct 09 05:37:15.228 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82542024-10-09T05:37:16.491Z[ recovery-image] Oct 09 05:37:15.238 INFO O| Oct 09 05:37:15.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
82552024-10-09T05:37:16.494Z[ recovery-image] Oct 09 05:37:15.238 INFO O| Oct 09 05:37:15.238 INFO STEP 91 (remove_files) COMPLETE
82562024-10-09T05:37:16.494Z[ recovery-image] Oct 09 05:37:15.238 INFO O| Oct 09 05:37:15.238 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82572024-10-09T05:37:16.502Z[ recovery-image] Oct 09 05:37:15.248 INFO O| Oct 09 05:37:15.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
82582024-10-09T05:37:16.502Z[ recovery-image] Oct 09 05:37:15.248 INFO O| Oct 09 05:37:15.248 INFO STEP 92 (remove_files) COMPLETE
82592024-10-09T05:37:16.502Z[ recovery-image] Oct 09 05:37:15.248 INFO O| Oct 09 05:37:15.248 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82602024-10-09T05:37:16.512Z[ recovery-image] Oct 09 05:37:15.258 INFO O| Oct 09 05:37:15.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
82612024-10-09T05:37:16.513Z[ recovery-image] Oct 09 05:37:15.258 INFO O| Oct 09 05:37:15.258 INFO STEP 93 (remove_files) COMPLETE
82622024-10-09T05:37:16.513Z[ recovery-image] Oct 09 05:37:15.258 INFO O| Oct 09 05:37:15.258 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82632024-10-09T05:37:16.522Z[ recovery-image] Oct 09 05:37:15.268 INFO O| Oct 09 05:37:15.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
82642024-10-09T05:37:16.522Z[ recovery-image] Oct 09 05:37:15.268 INFO O| Oct 09 05:37:15.268 INFO STEP 94 (remove_files) COMPLETE
82652024-10-09T05:37:16.522Z[ recovery-image] Oct 09 05:37:15.269 INFO O| Oct 09 05:37:15.268 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82662024-10-09T05:37:16.537Z[ recovery-image] Oct 09 05:37:15.284 INFO O| Oct 09 05:37:15.284 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
82672024-10-09T05:37:16.540Z[ recovery-image] Oct 09 05:37:15.284 INFO O| Oct 09 05:37:15.284 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_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
82682024-10-09T05:37:17.247Z[ host-image] Oct 09 05:37:15.993 INFO O| Oct 09 05:37:15.993 INFO O| Done
82692024-10-09T05:37:17.273Z[ host-image] Oct 09 05:37:16.018 INFO O| Oct 09 05:37:16.018 INFO O| Done
82702024-10-09T05:37:17.273Z[ host-image] Oct 09 05:37:16.018 INFO O| Oct 09 05:37:16.018 INFO O| Done
82712024-10-09T05:37:17.283Z[ host-image] Oct 09 05:37:16.029 INFO O| Oct 09 05:37:16.029 INFO O| Done
82722024-10-09T05:37:17.378Z[ host-image] Oct 09 05:37:16.124 INFO O| Oct 09 05:37:16.124 INFO STEP 14 (pkg_install) COMPLETE
82732024-10-09T05:37:17.379Z[ host-image] Oct 09 05:37:16.124 INFO O| Oct 09 05:37:16.124 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82742024-10-09T05:37:17.380Z[ host-image] Oct 09 05:37:16.124 INFO O| Oct 09 05:37:16.124 INFO skip step because feature "mfg" is not enabled
82752024-10-09T05:37:17.383Z[ host-image] Oct 09 05:37:16.124 INFO O| Oct 09 05:37:16.124 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82762024-10-09T05:37:17.383Z[ host-image] Oct 09 05:37:16.124 INFO O| Oct 09 05:37:16.124 INFO skip step because feature "compliance" is not enabled
82772024-10-09T05:37:17.383Z[ host-image] Oct 09 05:37:16.124 INFO O| Oct 09 05:37:16.124 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82782024-10-09T05:37:17.383Z[ host-image] Oct 09 05:37:16.124 INFO O| Oct 09 05:37:16.124 INFO skip step because feature "stress" is not enabled
82792024-10-09T05:37:17.383Z[ host-image] Oct 09 05:37:16.124 INFO O| Oct 09 05:37:16.124 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82802024-10-09T05:37:17.383Z[ host-image] Oct 09 05:37:16.124 INFO O| Oct 09 05:37:16.124 INFO skip step because feature "nfs" is not enabled
82812024-10-09T05:37:17.383Z[ host-image] Oct 09 05:37:16.124 INFO O| Oct 09 05:37:16.124 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
82822024-10-09T05:37:17.383Z[ host-image] Oct 09 05:37:16.124 INFO O| Oct 09 05:37:16.124 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
82832024-10-09T05:37:17.493Z[ host-image] Oct 09 05:37:16.239 INFO O| Oct 09 05:37:16.239 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
82842024-10-09T05:37:17.562Z[ host-image] Oct 09 05:37:16.308 INFO O| Oct 09 05:37:16.308 INFO completed processing gimlet/ramdisk-01-os
82852024-10-09T05:37:17.565Z[ host-image] Oct 09 05:37:16.310 INFO omicron1 baseline generation...
82862024-10-09T05:37:17.565Z[ host-image] Oct 09 05:37:16.310 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
82872024-10-09T05:37:17.963Z[ host-image] Oct 09 05:37:16.707 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22941:20241004T144304Z
82882024-10-09T05:37:21.200Z[ recovery-image] Oct 09 05:37:19.942 INFO O| Oct 09 05:37:19.941 INFO O| Loading smf(7) service descriptions: 1/672/673/674/675/676/677/678/679/6710/6711/6712/6713/6714/6715/6716/6717/6718/6719/6720/6721/6722/6723/6724/6725/6726/6727/6728/6729/6730/6731/6732/6733/6734/6735/6736/6737/6738/6739/6740/6741/6742/6743/6744/6745/6746/6747/6748/6749/6750/6751/6752/6753/6754/6755/6756/6757/6758/6759/6760/6761/6762/6763/6764/6765/6766/6767/67
82892024-10-09T05:37:21.200Z[ recovery-image] Oct 09 05:37:19.942 INFO O| Oct 09 05:37:19.941 INFO E| svccfg: Loaded 67 smf(7) service descriptions
82902024-10-09T05:37:21.211Z[ recovery-image] Oct 09 05:37:19.953 INFO O| Oct 09 05:37:19.953 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_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", "SVCCFG_CHECKHASH": "1"}
82912024-10-09T05:37:21.288Z[ recovery-image] Oct 09 05:37:20.030 INFO O| Oct 09 05:37:20.030 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
82922024-10-09T05:37:21.288Z[ recovery-image] Oct 09 05:37:20.030 INFO O| Oct 09 05:37:20.030 INFO copying /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db ...
82932024-10-09T05:37:21.290Z[ recovery-image] Oct 09 05:37:20.031 INFO O| Oct 09 05:37:20.031 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
82942024-10-09T05:37:21.291Z[ recovery-image] Oct 09 05:37:20.031 INFO O| Oct 09 05:37:20.031 INFO ok!
82952024-10-09T05:37:21.291Z[ recovery-image] Oct 09 05:37:20.031 INFO O| Oct 09 05:37:20.031 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
82962024-10-09T05:37:21.291Z[ recovery-image] Oct 09 05:37:20.032 INFO O| Oct 09 05:37:20.032 INFO STEP 95 (seed_smf) COMPLETE
82972024-10-09T05:37:21.291Z[ recovery-image] Oct 09 05:37:20.032 INFO O| Oct 09 05:37:20.032 INFO steps complete; finalising image!
82982024-10-09T05:37:21.291Z[ recovery-image] Oct 09 05:37:20.032 INFO O| Oct 09 05:37:20.032 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
82992024-10-09T05:37:21.323Z[ recovery-image] Oct 09 05:37:20.065 INFO O| Oct 09 05:37:20.065 INFO trim TEMPORARY-gimlet-zfs-recovery: (9% trimmed, started at Wed Oct 9 05:37:20 2024)
83002024-10-09T05:37:21.537Z[ recovery-image] Oct 09 05:37:20.279 INFO O| Oct 09 05:37:20.279 INFO trim TEMPORARY-gimlet-zfs-recovery: (68% trimmed, started at Wed Oct 9 05:37:20 2024)
83012024-10-09T05:37:21.760Z[ recovery-image] Oct 09 05:37:20.502 INFO O| Oct 09 05:37:20.502 INFO temporary pool has 403M used, 1.36G avail, 1.00x compressratio
83022024-10-09T05:37:21.761Z[ recovery-image] Oct 09 05:37:20.502 INFO O| Oct 09 05:37:20.502 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
83032024-10-09T05:37:21.987Z[ recovery-image] Oct 09 05:37:20.728 INFO O| Oct 09 05:37:20.728 INFO copying image /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw to output file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83042024-10-09T05:37:21.987Z[ recovery-image] Oct 09 05:37:20.728 INFO O| Oct 09 05:37:20.728 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
83052024-10-09T05:37:25.013Z[ recovery-image] Oct 09 05:37:23.751 INFO O| Oct 09 05:37:23.751 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83062024-10-09T05:37:25.013Z[ recovery-image] Oct 09 05:37:23.751 INFO O| Oct 09 05:37:23.751 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83072024-10-09T05:37:25.016Z[ recovery-image] Oct 09 05:37:23.751 INFO O| Oct 09 05:37:23.751 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83082024-10-09T05:37:25.016Z[ recovery-image] Oct 09 05:37:23.752 INFO O| Oct 09 05:37:23.751 INFO completed processing gimlet/zfs-recovery
83092024-10-09T05:37:25.016Z[ recovery-image] Oct 09 05:37:23.752 INFO O| Oct 09 05:37:23.751 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
83102024-10-09T05:37:25.293Z[ recovery-image] Oct 09 05:37:24.031 INFO O| Oct 09 05:37:24.031 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
83112024-10-09T05:37:25.379Z[ recovery-image] Oct 09 05:37:24.117 INFO BUILD STRING "heads/stlouis-0-g4b597c5a13\n"
83122024-10-09T05:37:25.382Z[ recovery-image] Oct 09 05:37:24.118 INFO expanded image name: "recovery 6610880/${os_short_commit} 2024-10-09 05:09" -> "recovery 6610880/4b597c5 2024-10-09 05:09"
83132024-10-09T05:37:25.382Z[ recovery-image] Oct 09 05:37:24.118 INFO output artefacts stored in: "/work/os-recovery"
83142024-10-09T05:37:25.382Z[ recovery-image] Oct 09 05:37:24.118 INFO collecting git info from project "bootserver"...
83152024-10-09T05:37:25.389Z[ recovery-image] Oct 09 05:37:24.128 INFO collecting git info from project "chelsio-t6-roms"...
83162024-10-09T05:37:25.411Z[ recovery-image] Oct 09 05:37:24.149 INFO collecting git info from project "pinprick"...
83172024-10-09T05:37:25.416Z[ recovery-image] Oct 09 05:37:24.154 INFO collecting git info from project "pilot"...
83182024-10-09T05:37:25.427Z[ recovery-image] Oct 09 05:37:24.165 INFO collecting git info from project "image-builder"...
83192024-10-09T05:37:25.433Z[ recovery-image] Oct 09 05:37:24.171 INFO collecting git info from project "phbl"...
83202024-10-09T05:37:25.439Z[ recovery-image] Oct 09 05:37:24.177 INFO collecting git info from project "amd-host-image-builder"...
83212024-10-09T05:37:25.652Z[ recovery-image] Oct 09 05:37:24.390 INFO collecting git info from project "amd-firmware"...
83222024-10-09T05:37:25.898Z[ recovery-image] Oct 09 05:37:24.635 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
83232024-10-09T05:37:26.260Z[ recovery-image] Oct 09 05:37:24.998 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
83242024-10-09T05:37:26.612Z[ recovery-image] Oct 09 05:37:25.349 INFO creating Oxide boot image...
83252024-10-09T05:37:26.612Z[ recovery-image] Oct 09 05:37:25.349 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 6610880/4b597c5 2024-10-09 05:09", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
83262024-10-09T05:38:05.485Z[ host-image] Oct 09 05:38:04.186 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22941:20241004T144336Z
83272024-10-09T05:38:05.485Z[ host-image] Oct 09 05:38:04.186 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22941:20241004T144336Z
83282024-10-09T05:38:05.488Z[ host-image] Oct 09 05:38:04.186 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
83292024-10-09T05:38:05.488Z[ host-image] Oct 09 05:38:04.186 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
83302024-10-09T05:38:05.488Z[ host-image] Oct 09 05:38:04.186 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
83312024-10-09T05:38:05.488Z[ host-image] Oct 09 05:38:04.186 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
83322024-10-09T05:38:05.488Z[ host-image] Oct 09 05:38:04.187 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
83332024-10-09T05:38:05.488Z[ host-image] Oct 09 05:38:04.187 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
83342024-10-09T05:38:05.488Z[ host-image] Oct 09 05:38:04.187 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
83352024-10-09T05:38:05.488Z[ host-image] Oct 09 05:38:04.188 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
83362024-10-09T05:38:05.488Z[ host-image] Oct 09 05:38:04.188 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22941:20241004T144336Z
83372024-10-09T05:38:05.491Z[ host-image] Oct 09 05:38:04.189 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22941:20241004T144337Z
83382024-10-09T05:38:05.491Z[ host-image] Oct 09 05:38:04.190 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22941:20241004T144337Z
83392024-10-09T05:38:05.491Z[ host-image] Oct 09 05:38:04.191 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22941:20241004T144337Z
83402024-10-09T05:38:05.491Z[ host-image] Oct 09 05:38:04.191 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
83412024-10-09T05:38:05.491Z[ host-image] Oct 09 05:38:04.192 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22941:20241004T144338Z
83422024-10-09T05:38:05.494Z[ host-image] Oct 09 05:38:04.192 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22941:20241004T144338Z
83432024-10-09T05:38:05.494Z[ host-image] Oct 09 05:38:04.192 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22941:20241004T144338Z
83442024-10-09T05:38:05.494Z[ host-image] Oct 09 05:38:04.192 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22941:20241004T144338Z
83452024-10-09T05:38:05.494Z[ host-image] Oct 09 05:38:04.193 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22941:20241004T144339Z
83462024-10-09T05:38:05.494Z[ host-image] Oct 09 05:38:04.193 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22941:20241004T144339Z
83472024-10-09T05:38:05.494Z[ host-image] Oct 09 05:38:04.193 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22941:20241004T144339Z
83482024-10-09T05:38:05.494Z[ host-image] Oct 09 05:38:04.193 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22941:20241004T144339Z
83492024-10-09T05:38:05.494Z[ host-image] Oct 09 05:38:04.193 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22941:20241004T144340Z
83502024-10-09T05:38:05.494Z[ host-image] Oct 09 05:38:04.193 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22941:20241004T144341Z
83512024-10-09T05:38:05.494Z[ host-image] Oct 09 05:38:04.194 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22941:20241004T144341Z
83522024-10-09T05:38:05.494Z[ host-image] Oct 09 05:38:04.194 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22941:20241004T144343Z
83532024-10-09T05:38:05.494Z[ host-image] Oct 09 05:38:04.194 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22941:20241004T144343Z
83542024-10-09T05:38:05.494Z[ host-image] Oct 09 05:38:04.194 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
83552024-10-09T05:38:05.494Z[ host-image] Oct 09 05:38:04.194 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22941:20241004T144345Z
83562024-10-09T05:38:05.495Z[ host-image] Oct 09 05:38:04.194 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22941:20241004T144347Z
83572024-10-09T05:38:05.495Z[ host-image] Oct 09 05:38:04.194 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22941:20241004T144348Z
83582024-10-09T05:38:05.495Z[ host-image] Oct 09 05:38:04.194 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22941:20241004T144348Z
83592024-10-09T05:38:05.497Z[ host-image] Oct 09 05:38:04.196 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22941:20241004T144350Z
83602024-10-09T05:38:05.497Z[ host-image] Oct 09 05:38:04.196 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22941:20241004T144350Z
83612024-10-09T05:38:05.505Z[ host-image] Oct 09 05:38:04.206 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
83622024-10-09T05:38:05.507Z[ host-image] Oct 09 05:38:04.206 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22941:20241004T144350Z
83632024-10-09T05:38:05.507Z[ host-image] Oct 09 05:38:04.206 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z
83642024-10-09T05:38:05.507Z[ host-image] Oct 09 05:38:04.207 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
83652024-10-09T05:38:05.507Z[ host-image] Oct 09 05:38:04.207 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
83662024-10-09T05:38:05.507Z[ host-image] Oct 09 05:38:04.208 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22941:20241004T144350Z
83672024-10-09T05:38:05.508Z[ host-image] Oct 09 05:38:04.208 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
83682024-10-09T05:38:05.508Z[ host-image] Oct 09 05:38:04.208 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
83692024-10-09T05:38:05.510Z[ host-image] Oct 09 05:38:04.210 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
83702024-10-09T05:38:05.510Z[ host-image] Oct 09 05:38:04.210 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
83712024-10-09T05:38:05.521Z[ host-image] Oct 09 05:38:04.223 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
83722024-10-09T05:38:05.524Z[ host-image] Oct 09 05:38:04.223 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
83732024-10-09T05:38:05.524Z[ host-image] Oct 09 05:38:04.223 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
83742024-10-09T05:38:05.524Z[ host-image] Oct 09 05:38:04.223 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83752024-10-09T05:38:05.524Z[ host-image] Oct 09 05:38:04.224 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83762024-10-09T05:38:05.524Z[ host-image] Oct 09 05:38:04.224 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83772024-10-09T05:38:05.560Z[ host-image] Oct 09 05:38:04.261 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
83782024-10-09T05:38:05.562Z[ host-image] Oct 09 05:38:04.262 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
83792024-10-09T05:38:05.562Z[ host-image] Oct 09 05:38:04.262 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
83802024-10-09T05:38:05.562Z[ host-image] Oct 09 05:38:04.263 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22941:20241004T144352Z
83812024-10-09T05:38:05.563Z[ host-image] Oct 09 05:38:04.263 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22941:20241004T144357Z
83822024-10-09T05:38:05.563Z[ host-image] Oct 09 05:38:04.263 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
83832024-10-09T05:38:05.563Z[ host-image] Oct 09 05:38:04.263 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22941:20241004T144358Z
83842024-10-09T05:38:05.563Z[ host-image] Oct 09 05:38:04.263 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
83852024-10-09T05:38:05.563Z[ host-image] Oct 09 05:38:04.263 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
83862024-10-09T05:38:05.563Z[ host-image] Oct 09 05:38:04.263 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
83872024-10-09T05:38:05.563Z[ host-image] Oct 09 05:38:04.263 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22941:20241004T144358Z
83882024-10-09T05:38:05.563Z[ host-image] Oct 09 05:38:04.264 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83892024-10-09T05:38:05.567Z[ host-image] Oct 09 05:38:04.268 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83902024-10-09T05:38:05.570Z[ host-image] Oct 09 05:38:04.268 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83912024-10-09T05:38:05.570Z[ host-image] Oct 09 05:38:04.268 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
83922024-10-09T05:38:05.570Z[ host-image] Oct 09 05:38:04.269 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22941:20241004T144358Z
83932024-10-09T05:38:05.570Z[ host-image] Oct 09 05:38:04.269 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
83942024-10-09T05:38:05.583Z[ host-image] Oct 09 05:38:04.284 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
83952024-10-09T05:38:05.585Z[ host-image] Oct 09 05:38:04.284 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22941:20241004T144359Z
83962024-10-09T05:38:05.585Z[ host-image] Oct 09 05:38:04.286 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22941:20241004T144359Z
83972024-10-09T05:38:05.586Z[ host-image] Oct 09 05:38:04.287 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22941:20241004T144359Z
83982024-10-09T05:38:05.586Z[ host-image] Oct 09 05:38:04.287 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
83992024-10-09T05:38:05.588Z[ host-image] Oct 09 05:38:04.287 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22941:20241004T144400Z
84002024-10-09T05:38:05.588Z[ host-image] Oct 09 05:38:04.288 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22941:20241004T144401Z
84012024-10-09T05:38:05.588Z[ host-image] Oct 09 05:38:04.288 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22941:20241004T144401Z
84022024-10-09T05:38:05.588Z[ host-image] Oct 09 05:38:04.288 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22941:20241004T144401Z
84032024-10-09T05:38:05.591Z[ host-image] Oct 09 05:38:04.292 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
84042024-10-09T05:38:05.593Z[ host-image] Oct 09 05:38:04.292 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22941:20241004T144401Z
84052024-10-09T05:38:05.594Z[ host-image] Oct 09 05:38:04.293 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22941:20241004T144402Z
84062024-10-09T05:38:05.594Z[ host-image] Oct 09 05:38:04.293 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
84072024-10-09T05:38:05.594Z[ host-image] Oct 09 05:38:04.293 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22941:20241004T144403Z
84082024-10-09T05:38:05.594Z[ host-image] Oct 09 05:38:04.294 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22941:20241004T144403Z
84092024-10-09T05:38:05.594Z[ host-image] Oct 09 05:38:04.294 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22941:20241004T144403Z
84102024-10-09T05:38:05.594Z[ host-image] Oct 09 05:38:04.294 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22941:20241004T144403Z
84112024-10-09T05:38:05.602Z[ host-image] Oct 09 05:38:04.303 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22941:20241004T144403Z
84122024-10-09T05:38:05.606Z[ host-image] Oct 09 05:38:04.303 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
84132024-10-09T05:38:05.606Z[ host-image] Oct 09 05:38:04.305 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22941:20241004T144403Z
84142024-10-09T05:38:05.609Z[ host-image] Oct 09 05:38:04.306 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22941:20241004T144403Z
84152024-10-09T05:38:05.609Z[ host-image] Oct 09 05:38:04.306 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22941:20241004T144403Z
84162024-10-09T05:38:05.609Z[ host-image] Oct 09 05:38:04.307 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22941:20241004T144404Z
84172024-10-09T05:38:05.609Z[ host-image] Oct 09 05:38:04.307 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22941:20241004T144404Z
84182024-10-09T05:38:05.609Z[ host-image] Oct 09 05:38:04.307 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22941:20241004T144404Z
84192024-10-09T05:38:05.617Z[ host-image] Oct 09 05:38:04.318 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22941:20241004T144406Z
84202024-10-09T05:38:05.619Z[ host-image] Oct 09 05:38:04.318 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22941:20241004T144405Z
84212024-10-09T05:38:05.620Z[ host-image] Oct 09 05:38:04.318 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22941:20241004T144405Z
84222024-10-09T05:38:05.620Z[ host-image] Oct 09 05:38:04.319 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22941:20241004T144405Z
84232024-10-09T05:38:05.620Z[ host-image] Oct 09 05:38:04.319 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22941:20241004T144406Z
84242024-10-09T05:38:05.640Z[ host-image] Oct 09 05:38:04.341 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22941:20241004T144408Z
84252024-10-09T05:38:05.643Z[ host-image] Oct 09 05:38:04.341 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22941:20241004T144406Z
84262024-10-09T05:38:05.643Z[ host-image] Oct 09 05:38:04.341 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22941:20241004T144406Z
84272024-10-09T05:38:05.643Z[ host-image] Oct 09 05:38:04.341 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
84282024-10-09T05:38:05.643Z[ host-image] Oct 09 05:38:04.342 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
84292024-10-09T05:38:05.670Z[ host-image] Oct 09 05:38:04.371 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22941:20241004T144406Z
84302024-10-09T05:38:05.673Z[ host-image] Oct 09 05:38:04.371 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
84312024-10-09T05:38:05.673Z[ host-image] Oct 09 05:38:04.372 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22941:20241004T144406Z
84322024-10-09T05:38:05.673Z[ host-image] Oct 09 05:38:04.372 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22941:20241004T144406Z
84332024-10-09T05:38:05.673Z[ host-image] Oct 09 05:38:04.373 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22941:20241004T144407Z
84342024-10-09T05:38:05.673Z[ host-image] Oct 09 05:38:04.373 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
84352024-10-09T05:38:05.675Z[ host-image] Oct 09 05:38:04.374 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
84362024-10-09T05:38:05.675Z[ host-image] Oct 09 05:38:04.374 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22941:20241004T144408Z
84372024-10-09T05:38:05.676Z[ host-image] Oct 09 05:38:04.374 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22941:20241004T144407Z
84382024-10-09T05:38:05.676Z[ host-image] Oct 09 05:38:04.374 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22941:20241004T144407Z
84392024-10-09T05:38:05.676Z[ host-image] Oct 09 05:38:04.375 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22941:20241004T144408Z
84402024-10-09T05:38:05.676Z[ host-image] Oct 09 05:38:04.375 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22941:20241004T144408Z
84412024-10-09T05:38:05.676Z[ host-image] Oct 09 05:38:04.375 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22941:20241004T144408Z
84422024-10-09T05:38:05.679Z[ host-image] Oct 09 05:38:04.378 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
84432024-10-09T05:38:05.679Z[ host-image] Oct 09 05:38:04.378 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22941:20241004T144409Z
84442024-10-09T05:38:05.681Z[ host-image] Oct 09 05:38:04.380 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22941:20241004T144409Z
84452024-10-09T05:38:05.681Z[ host-image] Oct 09 05:38:04.380 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22941:20241004T144409Z
84462024-10-09T05:38:05.681Z[ host-image] Oct 09 05:38:04.380 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22941:20241004T144410Z
84472024-10-09T05:38:05.681Z[ host-image] Oct 09 05:38:04.381 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22941:20241004T144409Z
84482024-10-09T05:38:05.681Z[ host-image] Oct 09 05:38:04.381 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22941:20241004T144410Z
84492024-10-09T05:38:05.681Z[ host-image] Oct 09 05:38:04.381 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
84502024-10-09T05:38:05.681Z[ host-image] Oct 09 05:38:04.381 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
84512024-10-09T05:38:05.681Z[ host-image] Oct 09 05:38:04.381 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22941:20241004T144412Z
84522024-10-09T05:38:05.681Z[ host-image] Oct 09 05:38:04.382 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22941:20241004T144412Z
84532024-10-09T05:38:05.682Z[ host-image] Oct 09 05:38:04.382 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
84542024-10-09T05:38:05.682Z[ host-image] Oct 09 05:38:04.382 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
84552024-10-09T05:38:05.682Z[ host-image] Oct 09 05:38:04.382 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
84562024-10-09T05:38:05.682Z[ host-image] Oct 09 05:38:04.382 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
84572024-10-09T05:38:05.682Z[ host-image] Oct 09 05:38:04.382 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
84582024-10-09T05:38:05.685Z[ host-image] Oct 09 05:38:04.383 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
84592024-10-09T05:38:05.685Z[ host-image] Oct 09 05:38:04.384 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
84602024-10-09T05:38:05.685Z[ host-image] Oct 09 05:38:04.384 INFO O| tempdir @ "/tmp/.tmprjUGLN/tmp"
84612024-10-09T05:38:05.685Z[ host-image] Oct 09 05:38:04.384 INFO O| image root @ "/tmp/.tmprjUGLN/tmp/root"
84622024-10-09T05:38:05.685Z[ host-image] Oct 09 05:38:04.384 INFO O| creating image...
84632024-10-09T05:38:06.179Z[ host-image] Oct 09 05:38:04.879 INFO O| copying publishers...
84642024-10-09T05:38:11.574Z[ recovery-image] Oct 09 05:38:10.269 INFO O| ok, image written!
84652024-10-09T05:38:11.574Z[ recovery-image] Oct 09 05:38:10.269 INFO O| ok, boot_image_csum file written!
84662024-10-09T05:38:11.579Z[ recovery-image] Oct 09 05:38:10.274 INFO creating boot archive (CPIO)...
84672024-10-09T05:38:11.581Z[ recovery-image] Oct 09 05:38:10.274 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
84682024-10-09T05:38:11.586Z[ recovery-image] Oct 09 05:38:10.282 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84692024-10-09T05:38:11.586Z[ recovery-image] Oct 09 05:38:10.282 INFO E| + outfile=/work/os-recovery/cpio
84702024-10-09T05:38:11.590Z[ recovery-image] Oct 09 05:38:10.282 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84712024-10-09T05:38:11.590Z[ recovery-image] Oct 09 05:38:10.284 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84722024-10-09T05:38:11.590Z[ recovery-image] Oct 09 05:38:10.284 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84732024-10-09T05:38:11.620Z[ recovery-image] Oct 09 05:38:10.315 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
84742024-10-09T05:38:11.620Z[ recovery-image] Oct 09 05:38:10.315 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84752024-10-09T05:38:11.626Z[ recovery-image] Oct 09 05:38:10.322 INFO creating compressed cpio/unix for nanobl-rs...
84762024-10-09T05:38:11.629Z[ recovery-image] Oct 09 05:38:10.323 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
84772024-10-09T05:38:11.905Z[ recovery-image] Oct 09 05:38:10.599 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
84782024-10-09T05:38:14.172Z[ host-image] Oct 09 05:38:12.865 INFO O| adding properties...
84792024-10-09T05:38:15.204Z[ host-image] Oct 09 05:38:13.896 INFO O| installing packages...
84802024-10-09T05:38:16.251Z[ recovery-image] Oct 09 05:38:14.941 INFO creating reset image...
84812024-10-09T05:38:16.253Z[ recovery-image] Oct 09 05:38:14.942 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84822024-10-09T05:38:16.492Z[ recovery-image] Oct 09 05:38:15.182 INFO E| Updating crates.io index
84832024-10-09T05:38:16.607Z[ recovery-image] Oct 09 05:38:15.297 INFO E| Downloading crates ...
84842024-10-09T05:38:16.669Z[ recovery-image] Oct 09 05:38:15.359 INFO E| Downloaded anstyle-query v1.1.1
84852024-10-09T05:38:16.672Z[ recovery-image] Oct 09 05:38:15.361 INFO E| Downloaded anstream v0.6.15
84862024-10-09T05:38:16.674Z[ recovery-image] Oct 09 05:38:15.364 INFO E| Downloaded utf8parse v0.2.2
84872024-10-09T05:38:16.677Z[ recovery-image] Oct 09 05:38:15.365 INFO E| Downloaded is_terminal_polyfill v1.70.1
84882024-10-09T05:38:16.677Z[ recovery-image] Oct 09 05:38:15.366 INFO E| Downloaded colorchoice v1.0.2
84892024-10-09T05:38:16.682Z[ recovery-image] Oct 09 05:38:15.373 INFO E| Downloaded clap_lex v0.7.2
84902024-10-09T05:38:16.685Z[ recovery-image] Oct 09 05:38:15.376 INFO E| Downloaded os_pipe v1.2.1
84912024-10-09T05:38:16.687Z[ recovery-image] Oct 09 05:38:15.378 INFO E| Downloaded anstyle-parse v0.2.5
84922024-10-09T05:38:16.690Z[ recovery-image] Oct 09 05:38:15.380 INFO E| Downloaded clap v4.5.17
84932024-10-09T05:38:16.699Z[ recovery-image] Oct 09 05:38:15.390 INFO E| Downloaded shared_child v1.0.1
84942024-10-09T05:38:16.702Z[ recovery-image] Oct 09 05:38:15.391 INFO E| Downloaded duct v0.13.7
84952024-10-09T05:38:16.704Z[ recovery-image] Oct 09 05:38:15.393 INFO E| Downloaded clap_builder v4.5.17
84962024-10-09T05:38:16.732Z[ recovery-image] Oct 09 05:38:15.423 INFO E| Downloaded libc v0.2.158
84972024-10-09T05:38:16.808Z[ recovery-image] Oct 09 05:38:15.498 INFO E| Compiling proc-macro2 v1.0.86
84982024-10-09T05:38:16.808Z[ recovery-image] Oct 09 05:38:15.498 INFO E| Compiling libc v0.2.158
84992024-10-09T05:38:16.808Z[ recovery-image] Oct 09 05:38:15.498 INFO E| Compiling unicode-ident v1.0.13
85002024-10-09T05:38:16.811Z[ recovery-image] Oct 09 05:38:15.498 INFO E| Compiling utf8parse v0.2.2
85012024-10-09T05:38:16.811Z[ recovery-image] Oct 09 05:38:15.498 INFO E| Compiling anstyle-query v1.1.1
85022024-10-09T05:38:16.811Z[ recovery-image] Oct 09 05:38:15.498 INFO E| Compiling is_terminal_polyfill v1.70.1
85032024-10-09T05:38:16.813Z[ recovery-image] Oct 09 05:38:15.502 INFO E| Compiling colorchoice v1.0.2
85042024-10-09T05:38:16.816Z[ recovery-image] Oct 09 05:38:15.505 INFO E| Compiling anstyle v1.0.8
85052024-10-09T05:38:17.030Z[ recovery-image] Oct 09 05:38:15.720 INFO E| Compiling anstyle-parse v0.2.5
85062024-10-09T05:38:17.031Z[ recovery-image] Oct 09 05:38:15.720 INFO E| Compiling strsim v0.11.1
85072024-10-09T05:38:17.052Z[ recovery-image] Oct 09 05:38:15.743 INFO E| Compiling heck v0.5.0
85082024-10-09T05:38:17.055Z[ recovery-image] Oct 09 05:38:15.746 INFO E| Compiling clap_lex v0.7.2
85092024-10-09T05:38:17.058Z[ recovery-image] Oct 09 05:38:15.746 INFO E| Compiling once_cell v1.19.0
85102024-10-09T05:38:17.310Z[ recovery-image] Oct 09 05:38:15.999 INFO E| Compiling anstream v0.6.15
85112024-10-09T05:38:17.787Z[ recovery-image] Oct 09 05:38:16.476 INFO E| Compiling clap_builder v4.5.17
85122024-10-09T05:38:18.173Z[ recovery-image] Oct 09 05:38:16.861 INFO E| Compiling os_pipe v1.2.1
85132024-10-09T05:38:18.173Z[ recovery-image] Oct 09 05:38:16.861 INFO E| Compiling shared_child v1.0.1
85142024-10-09T05:38:18.272Z[ recovery-image] Oct 09 05:38:16.961 INFO E| Compiling quote v1.0.37
85152024-10-09T05:38:18.384Z[ recovery-image] Oct 09 05:38:17.073 INFO E| Compiling duct v0.13.7
85162024-10-09T05:38:18.570Z[ recovery-image] Oct 09 05:38:17.259 INFO E| Compiling syn v2.0.77
85172024-10-09T05:38:22.524Z[ recovery-image] Oct 09 05:38:21.209 INFO E| Compiling clap_derive v4.5.13
85182024-10-09T05:38:24.367Z[ recovery-image] Oct 09 05:38:23.050 INFO E| Compiling clap v4.5.17
85192024-10-09T05:38:24.422Z[ recovery-image] Oct 09 05:38:23.105 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
85202024-10-09T05:38:25.413Z[ recovery-image] Oct 09 05:38:24.096 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s
85212024-10-09T05:38:25.425Z[ recovery-image] Oct 09 05:38:24.107 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85222024-10-09T05:38:25.560Z[ recovery-image] Oct 09 05:38:24.242 INFO E| Updating crates.io index
85232024-10-09T05:38:25.622Z[ recovery-image] Oct 09 05:38:24.304 INFO E| Downloading crates ...
85242024-10-09T05:38:25.675Z[ recovery-image] Oct 09 05:38:24.356 INFO E| Downloaded bitstruct v0.1.1
85252024-10-09T05:38:25.677Z[ recovery-image] Oct 09 05:38:24.360 INFO E| Downloaded seq-macro v0.3.5
85262024-10-09T05:38:25.680Z[ recovery-image] Oct 09 05:38:24.362 INFO E| Downloaded cpio_reader v0.1.1
85272024-10-09T05:38:25.682Z[ recovery-image] Oct 09 05:38:24.364 INFO E| Downloaded bitstruct_derive v0.1.0
85282024-10-09T05:38:25.686Z[ recovery-image] Oct 09 05:38:24.369 INFO E| Downloaded bit_field v0.10.2
85292024-10-09T05:38:25.693Z[ recovery-image] Oct 09 05:38:24.376 INFO E| Downloaded raw-cpuid v10.7.0
85302024-10-09T05:38:25.825Z[ recovery-image] Oct 09 05:38:24.507 INFO E| Downloaded x86 v0.52.0
85312024-10-09T05:38:25.889Z[ recovery-image] Oct 09 05:38:24.570 INFO E| Updating crates.io index
85322024-10-09T05:38:25.955Z[ recovery-image] Oct 09 05:38:24.637 INFO E| Downloading crates ...
85332024-10-09T05:38:26.018Z[ recovery-image] Oct 09 05:38:24.700 INFO E| Downloaded compiler_builtins v0.1.125
85342024-10-09T05:38:26.091Z[ recovery-image] Oct 09 05:38:24.773 INFO E| Compiling compiler_builtins v0.1.125
85352024-10-09T05:38:26.091Z[ recovery-image] Oct 09 05:38:24.773 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-09T05:38:26.094Z[ recovery-image] Oct 09 05:38:24.773 INFO E| Compiling proc-macro2 v1.0.86
85372024-10-09T05:38:26.094Z[ recovery-image] Oct 09 05:38:24.773 INFO E| Compiling unicode-ident v1.0.13
85382024-10-09T05:38:26.094Z[ recovery-image] Oct 09 05:38:24.773 INFO E| Compiling syn v1.0.109
85392024-10-09T05:38:26.094Z[ recovery-image] Oct 09 05:38:24.773 INFO E| Compiling x86 v0.52.0
85402024-10-09T05:38:26.096Z[ recovery-image] Oct 09 05:38:24.778 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
85412024-10-09T05:38:26.099Z[ recovery-image] Oct 09 05:38:24.779 INFO E| Compiling seq-macro v0.3.5
85422024-10-09T05:38:27.167Z[ recovery-image] Oct 09 05:38:25.848 INFO E| Compiling quote v1.0.37
85432024-10-09T05:38:27.434Z[ recovery-image] Oct 09 05:38:26.115 INFO E| Compiling syn v2.0.77
85442024-10-09T05:38:29.897Z[ recovery-image] Oct 09 05:38:28.575 INFO E| Compiling scroll_derive v0.12.0
85452024-10-09T05:38:32.087Z[ recovery-image] Oct 09 05:38:30.763 INFO E| Compiling bitstruct_derive v0.1.0
85462024-10-09T05:38:33.010Z[ host-image] Oct 09 05:38:31.685 INFO O| seeding SMF database...
85472024-10-09T05:38:40.636Z[ host-image] Oct 09 05:38:39.304 INFO O| configuring SMF profile...
85482024-10-09T05:38:40.643Z[ host-image] Oct 09 05:38:39.304 INFO O| modifying shadow(5)...
85492024-10-09T05:38:40.643Z[ host-image] Oct 09 05:38:39.304 INFO O| loading user and group database...
85502024-10-09T05:38:40.643Z[ host-image] Oct 09 05:38:39.304 INFO O| assessing packaged files...
85512024-10-09T05:38:42.837Z[ host-image] Oct 09 05:38:41.503 INFO O| creating archive...
85522024-10-09T05:38:42.870Z[ host-image] Oct 09 05:38:41.536 INFO O| missing from packaging:
85532024-10-09T05:38:42.870Z[ host-image] Oct 09 05:38:41.536 INFO O| "etc/.pwd.lock"
85542024-10-09T05:38:42.872Z[ host-image] Oct 09 05:38:41.536 INFO O| "etc/bash"
85552024-10-09T05:38:42.875Z[ host-image] Oct 09 05:38:41.541 INFO O| "etc/svc/profile/generic.xml"
85562024-10-09T05:38:42.875Z[ host-image] Oct 09 05:38:41.541 INFO O| "etc/svc/profile/inetd_services.xml"
85572024-10-09T05:38:42.875Z[ host-image] Oct 09 05:38:41.541 INFO O| "etc/svc/profile/name_service.xml"
85582024-10-09T05:38:42.877Z[ host-image] Oct 09 05:38:41.541 INFO O| "etc/svc/profile/platform.xml"
85592024-10-09T05:38:42.877Z[ host-image] Oct 09 05:38:41.541 INFO O| "etc/svc/profile/platform_omicron1.xml"
85602024-10-09T05:38:42.877Z[ host-image] Oct 09 05:38:41.541 INFO O| "etc/svc/repository.db"
85612024-10-09T05:38:42.884Z[ host-image] Oct 09 05:38:41.550 INFO O| "opt/ooce/share"
85622024-10-09T05:38:42.884Z[ host-image] Oct 09 05:38:41.550 INFO O| "opt/ooce/share/man"
85632024-10-09T05:38:42.886Z[ host-image] Oct 09 05:38:41.550 INFO O| "opt/ooce/share/man/man1"
85642024-10-09T05:38:42.892Z[ host-image] Oct 09 05:38:41.559 INFO O| finishing archive...
85652024-10-09T05:38:43.875Z[ recovery-image] Oct 09 05:38:42.541 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)
85662024-10-09T05:38:45.575Z[ recovery-image] Oct 09 05:38:44.238 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)
85672024-10-09T05:38:46.079Z[ host-image] Oct 09 05:38:44.742 INFO O| creating gzonly manifest...
85682024-10-09T05:38:46.126Z[ host-image] Oct 09 05:38:44.789 INFO O| ok
85692024-10-09T05:38:46.287Z[ host-image] Oct 09 05:38:44.950 INFO image builder template: ramdisk-02-trim...
85702024-10-09T05:38:46.287Z[ host-image] Oct 09 05:38:44.950 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/.tmpnRxr7e/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
85712024-10-09T05:38:46.325Z[ host-image] Oct 09 05:38:44.988 INFO O| Oct 09 05:38:44.988 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85722024-10-09T05:38:46.331Z[ host-image] Oct 09 05:38:44.994 INFO O| Oct 09 05:38:44.994 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85732024-10-09T05:38:46.461Z[ host-image] Oct 09 05:38:45.123 INFO O| Oct 09 05:38:45.123 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
85742024-10-09T05:38:46.532Z[ host-image] Oct 09 05:38:45.195 INFO O| Oct 09 05:38:45.194 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85752024-10-09T05:38:46.532Z[ host-image] Oct 09 05:38:45.195 INFO O| Oct 09 05:38:45.195 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
85762024-10-09T05:38:46.537Z[ host-image] Oct 09 05:38:45.200 INFO O| Oct 09 05:38:45.200 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85772024-10-09T05:38:46.542Z[ host-image] Oct 09 05:38:45.204 INFO O| Oct 09 05:38:45.204 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85782024-10-09T05:38:46.546Z[ host-image] Oct 09 05:38:45.209 INFO O| Oct 09 05:38:45.209 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85792024-10-09T05:38:46.750Z[ host-image] Oct 09 05:38:45.413 INFO O| Oct 09 05:38:45.413 INFO rolled back to input snapshot; work may begin
85802024-10-09T05:38:46.750Z[ host-image] Oct 09 05:38:45.413 INFO O| Oct 09 05:38:45.413 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
85812024-10-09T05:38:46.755Z[ host-image] Oct 09 05:38:45.418 INFO O| Oct 09 05:38:45.418 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85822024-10-09T05:38:46.765Z[ host-image] Oct 09 05:38:45.428 INFO O| Oct 09 05:38:45.428 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
85832024-10-09T05:38:46.814Z[ host-image] Oct 09 05:38:45.477 INFO O| Oct 09 05:38:45.477 INFO STEP 0 (remove_files) COMPLETE
85842024-10-09T05:38:46.814Z[ host-image] Oct 09 05:38:45.477 INFO O| Oct 09 05:38:45.477 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85852024-10-09T05:38:46.824Z[ host-image] Oct 09 05:38:45.487 INFO O| Oct 09 05:38:45.487 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
85862024-10-09T05:38:46.827Z[ host-image] Oct 09 05:38:45.489 INFO O| Oct 09 05:38:45.489 INFO STEP 1 (remove_files) COMPLETE
85872024-10-09T05:38:46.827Z[ host-image] Oct 09 05:38:45.489 INFO O| Oct 09 05:38:45.489 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85882024-10-09T05:38:46.836Z[ host-image] Oct 09 05:38:45.498 INFO O| Oct 09 05:38:45.498 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
85892024-10-09T05:38:46.850Z[ host-image] Oct 09 05:38:45.513 INFO O| Oct 09 05:38:45.513 INFO STEP 2 (remove_files) COMPLETE
85902024-10-09T05:38:46.850Z[ host-image] Oct 09 05:38:45.513 INFO O| Oct 09 05:38:45.513 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85912024-10-09T05:38:46.861Z[ host-image] Oct 09 05:38:45.523 INFO O| Oct 09 05:38:45.523 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
85922024-10-09T05:38:46.863Z[ host-image] Oct 09 05:38:45.525 INFO O| Oct 09 05:38:45.525 INFO STEP 3 (remove_files) COMPLETE
85932024-10-09T05:38:46.863Z[ host-image] Oct 09 05:38:45.525 INFO O| Oct 09 05:38:45.525 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85942024-10-09T05:38:46.872Z[ host-image] Oct 09 05:38:45.535 INFO O| Oct 09 05:38:45.535 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
85952024-10-09T05:38:46.876Z[ host-image] Oct 09 05:38:45.539 INFO O| Oct 09 05:38:45.539 INFO STEP 4 (remove_files) COMPLETE
85962024-10-09T05:38:46.876Z[ host-image] Oct 09 05:38:45.539 INFO O| Oct 09 05:38:45.539 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85972024-10-09T05:38:46.886Z[ host-image] Oct 09 05:38:45.548 INFO O| Oct 09 05:38:45.548 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
85982024-10-09T05:38:46.889Z[ host-image] Oct 09 05:38:45.551 INFO O| Oct 09 05:38:45.551 INFO STEP 5 (remove_files) COMPLETE
85992024-10-09T05:38:46.889Z[ host-image] Oct 09 05:38:45.551 INFO O| Oct 09 05:38:45.551 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86002024-10-09T05:38:46.898Z[ host-image] Oct 09 05:38:45.561 INFO O| Oct 09 05:38:45.561 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
86012024-10-09T05:38:46.909Z[ host-image] Oct 09 05:38:45.571 INFO O| Oct 09 05:38:45.571 INFO STEP 6 (remove_files) COMPLETE
86022024-10-09T05:38:46.909Z[ host-image] Oct 09 05:38:45.571 INFO O| Oct 09 05:38:45.571 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86032024-10-09T05:38:46.918Z[ host-image] Oct 09 05:38:45.581 INFO O| Oct 09 05:38:45.581 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
86042024-10-09T05:38:46.931Z[ host-image] Oct 09 05:38:45.593 INFO O| Oct 09 05:38:45.593 INFO STEP 7 (remove_files) COMPLETE
86052024-10-09T05:38:46.931Z[ host-image] Oct 09 05:38:45.593 INFO O| Oct 09 05:38:45.593 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86062024-10-09T05:38:46.941Z[ host-image] Oct 09 05:38:45.603 INFO O| Oct 09 05:38:45.603 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
86072024-10-09T05:38:47.015Z[ host-image] Oct 09 05:38:45.677 INFO O| Oct 09 05:38:45.677 INFO STEP 8 (remove_files) COMPLETE
86082024-10-09T05:38:47.015Z[ host-image] Oct 09 05:38:45.677 INFO O| Oct 09 05:38:45.677 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86092024-10-09T05:38:47.026Z[ host-image] Oct 09 05:38:45.688 INFO O| Oct 09 05:38:45.688 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
86102024-10-09T05:38:47.115Z[ host-image] Oct 09 05:38:45.777 INFO O| Oct 09 05:38:45.777 INFO STEP 9 (remove_files) COMPLETE
86112024-10-09T05:38:47.115Z[ host-image] Oct 09 05:38:45.777 INFO O| Oct 09 05:38:45.777 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86122024-10-09T05:38:47.126Z[ host-image] Oct 09 05:38:45.788 INFO O| Oct 09 05:38:45.788 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
86132024-10-09T05:38:47.130Z[ host-image] Oct 09 05:38:45.792 INFO O| Oct 09 05:38:45.792 INFO STEP 10 (remove_files) COMPLETE
86142024-10-09T05:38:47.131Z[ host-image] Oct 09 05:38:45.792 INFO O| Oct 09 05:38:45.792 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86152024-10-09T05:38:47.140Z[ host-image] Oct 09 05:38:45.802 INFO O| Oct 09 05:38:45.802 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
86162024-10-09T05:38:47.142Z[ host-image] Oct 09 05:38:45.803 INFO O| Oct 09 05:38:45.803 INFO STEP 11 (remove_files) COMPLETE
86172024-10-09T05:38:47.142Z[ host-image] Oct 09 05:38:45.803 INFO O| Oct 09 05:38:45.803 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86182024-10-09T05:38:47.150Z[ host-image] Oct 09 05:38:45.813 INFO O| Oct 09 05:38:45.813 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
86192024-10-09T05:38:47.153Z[ host-image] Oct 09 05:38:45.814 INFO O| Oct 09 05:38:45.814 INFO STEP 12 (remove_files) COMPLETE
86202024-10-09T05:38:47.153Z[ host-image] Oct 09 05:38:45.814 INFO O| Oct 09 05:38:45.814 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86212024-10-09T05:38:47.170Z[ host-image] Oct 09 05:38:45.832 INFO O| Oct 09 05:38:45.832 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
86222024-10-09T05:38:47.173Z[ host-image] Oct 09 05:38:45.833 INFO O| Oct 09 05:38:45.833 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
86232024-10-09T05:38:47.173Z[ host-image] Oct 09 05:38:45.833 INFO O| Oct 09 05:38:45.833 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
86242024-10-09T05:38:47.173Z[ host-image] Oct 09 05:38:45.833 INFO O| Oct 09 05:38:45.833 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
86252024-10-09T05:38:47.173Z[ host-image] Oct 09 05:38:45.834 INFO O| Oct 09 05:38:45.833 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
86262024-10-09T05:38:47.173Z[ host-image] Oct 09 05:38:45.834 INFO O| Oct 09 05:38:45.834 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
86272024-10-09T05:38:47.173Z[ host-image] Oct 09 05:38:45.834 INFO O| Oct 09 05:38:45.834 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
86282024-10-09T05:38:47.173Z[ host-image] Oct 09 05:38:45.834 INFO O| Oct 09 05:38:45.834 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
86292024-10-09T05:38:47.173Z[ host-image] Oct 09 05:38:45.834 INFO O| Oct 09 05:38:45.834 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
86302024-10-09T05:38:47.173Z[ host-image] Oct 09 05:38:45.834 INFO O| Oct 09 05:38:45.834 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
86312024-10-09T05:38:47.173Z[ host-image] Oct 09 05:38:45.835 INFO O| Oct 09 05:38:45.834 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
86322024-10-09T05:38:47.173Z[ host-image] Oct 09 05:38:45.835 INFO O| Oct 09 05:38:45.835 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
86332024-10-09T05:38:47.173Z[ host-image] Oct 09 05:38:45.835 INFO O| Oct 09 05:38:45.835 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
86342024-10-09T05:38:47.173Z[ host-image] Oct 09 05:38:45.835 INFO O| Oct 09 05:38:45.835 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
86352024-10-09T05:38:47.173Z[ host-image] Oct 09 05:38:45.835 INFO O| Oct 09 05:38:45.835 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
86362024-10-09T05:38:47.176Z[ host-image] Oct 09 05:38:45.835 INFO O| Oct 09 05:38:45.835 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
86372024-10-09T05:38:47.176Z[ host-image] Oct 09 05:38:45.836 INFO O| Oct 09 05:38:45.835 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
86382024-10-09T05:38:47.494Z[ host-image] Oct 09 05:38:46.156 INFO O| Oct 09 05:38:46.156 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
86392024-10-09T05:38:47.506Z[ host-image] Oct 09 05:38:46.168 INFO O| Oct 09 05:38:46.168 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
86402024-10-09T05:38:47.510Z[ host-image] Oct 09 05:38:46.172 INFO O| Oct 09 05:38:46.172 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
86412024-10-09T05:38:47.512Z[ host-image] Oct 09 05:38:46.174 INFO O| Oct 09 05:38:46.174 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
86422024-10-09T05:38:47.557Z[ host-image] Oct 09 05:38:46.219 INFO O| Oct 09 05:38:46.219 INFO STEP 13 (remove_files) COMPLETE
86432024-10-09T05:38:47.557Z[ host-image] Oct 09 05:38:46.219 INFO O| Oct 09 05:38:46.219 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86442024-10-09T05:38:47.568Z[ host-image] Oct 09 05:38:46.231 INFO O| Oct 09 05:38:46.230 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
86452024-10-09T05:38:47.571Z[ host-image] Oct 09 05:38:46.232 INFO O| Oct 09 05:38:46.232 INFO STEP 14 (remove_files) COMPLETE
86462024-10-09T05:38:47.571Z[ host-image] Oct 09 05:38:46.232 INFO O| Oct 09 05:38:46.232 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86472024-10-09T05:38:47.580Z[ host-image] Oct 09 05:38:46.242 INFO O| Oct 09 05:38:46.242 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
86482024-10-09T05:38:47.586Z[ host-image] Oct 09 05:38:46.249 INFO O| Oct 09 05:38:46.248 INFO STEP 15 (remove_files) COMPLETE
86492024-10-09T05:38:47.586Z[ host-image] Oct 09 05:38:46.249 INFO O| Oct 09 05:38:46.248 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86502024-10-09T05:38:47.597Z[ host-image] Oct 09 05:38:46.259 INFO O| Oct 09 05:38:46.259 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
86512024-10-09T05:38:47.599Z[ host-image] Oct 09 05:38:46.259 INFO O| Oct 09 05:38:46.259 INFO STEP 16 (remove_files) COMPLETE
86522024-10-09T05:38:47.599Z[ host-image] Oct 09 05:38:46.259 INFO O| Oct 09 05:38:46.259 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86532024-10-09T05:38:47.607Z[ host-image] Oct 09 05:38:46.270 INFO O| Oct 09 05:38:46.269 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
86542024-10-09T05:38:47.610Z[ host-image] Oct 09 05:38:46.271 INFO O| Oct 09 05:38:46.271 INFO STEP 17 (remove_files) COMPLETE
86552024-10-09T05:38:47.610Z[ host-image] Oct 09 05:38:46.271 INFO O| Oct 09 05:38:46.271 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86562024-10-09T05:38:47.619Z[ host-image] Oct 09 05:38:46.281 INFO O| Oct 09 05:38:46.281 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
86572024-10-09T05:38:47.621Z[ host-image] Oct 09 05:38:46.281 INFO O| Oct 09 05:38:46.281 INFO STEP 18 (remove_files) COMPLETE
86582024-10-09T05:38:47.621Z[ host-image] Oct 09 05:38:46.281 INFO O| Oct 09 05:38:46.281 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86592024-10-09T05:38:47.629Z[ host-image] Oct 09 05:38:46.291 INFO O| Oct 09 05:38:46.291 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
86602024-10-09T05:38:47.629Z[ host-image] Oct 09 05:38:46.291 INFO O| Oct 09 05:38:46.291 INFO STEP 19 (remove_files) COMPLETE
86612024-10-09T05:38:47.629Z[ host-image] Oct 09 05:38:46.291 INFO O| Oct 09 05:38:46.291 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86622024-10-09T05:38:47.639Z[ host-image] Oct 09 05:38:46.301 INFO O| Oct 09 05:38:46.301 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
86632024-10-09T05:38:47.639Z[ host-image] Oct 09 05:38:46.301 INFO O| Oct 09 05:38:46.301 INFO STEP 20 (remove_files) COMPLETE
86642024-10-09T05:38:47.641Z[ host-image] Oct 09 05:38:46.301 INFO O| Oct 09 05:38:46.301 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86652024-10-09T05:38:47.648Z[ host-image] Oct 09 05:38:46.310 INFO O| Oct 09 05:38:46.310 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
86662024-10-09T05:38:47.648Z[ host-image] Oct 09 05:38:46.310 INFO O| Oct 09 05:38:46.310 INFO STEP 21 (remove_files) COMPLETE
86672024-10-09T05:38:47.648Z[ host-image] Oct 09 05:38:46.310 INFO O| Oct 09 05:38:46.310 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86682024-10-09T05:38:47.658Z[ host-image] Oct 09 05:38:46.320 INFO O| Oct 09 05:38:46.319 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
86692024-10-09T05:38:47.658Z[ host-image] Oct 09 05:38:46.320 INFO O| Oct 09 05:38:46.320 INFO STEP 22 (remove_files) COMPLETE
86702024-10-09T05:38:47.660Z[ host-image] Oct 09 05:38:46.320 INFO O| Oct 09 05:38:46.320 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86712024-10-09T05:38:47.667Z[ host-image] Oct 09 05:38:46.329 INFO O| Oct 09 05:38:46.329 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
86722024-10-09T05:38:47.667Z[ host-image] Oct 09 05:38:46.329 INFO O| Oct 09 05:38:46.329 INFO STEP 23 (remove_files) COMPLETE
86732024-10-09T05:38:47.670Z[ host-image] Oct 09 05:38:46.329 INFO O| Oct 09 05:38:46.329 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86742024-10-09T05:38:47.676Z[ host-image] Oct 09 05:38:46.338 INFO O| Oct 09 05:38:46.338 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
86752024-10-09T05:38:47.676Z[ host-image] Oct 09 05:38:46.338 INFO O| Oct 09 05:38:46.338 INFO STEP 24 (remove_files) COMPLETE
86762024-10-09T05:38:47.679Z[ host-image] Oct 09 05:38:46.338 INFO O| Oct 09 05:38:46.338 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86772024-10-09T05:38:47.686Z[ host-image] Oct 09 05:38:46.348 INFO O| Oct 09 05:38:46.347 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
86782024-10-09T05:38:47.686Z[ host-image] Oct 09 05:38:46.348 INFO O| Oct 09 05:38:46.348 INFO STEP 25 (remove_files) COMPLETE
86792024-10-09T05:38:47.688Z[ host-image] Oct 09 05:38:46.348 INFO O| Oct 09 05:38:46.348 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86802024-10-09T05:38:47.695Z[ host-image] Oct 09 05:38:46.357 INFO O| Oct 09 05:38:46.357 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
86812024-10-09T05:38:47.696Z[ host-image] Oct 09 05:38:46.357 INFO O| Oct 09 05:38:46.357 INFO STEP 26 (remove_files) COMPLETE
86822024-10-09T05:38:47.698Z[ host-image] Oct 09 05:38:46.357 INFO O| Oct 09 05:38:46.357 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86832024-10-09T05:38:47.705Z[ host-image] Oct 09 05:38:46.367 INFO O| Oct 09 05:38:46.367 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
86842024-10-09T05:38:47.705Z[ host-image] Oct 09 05:38:46.367 INFO O| Oct 09 05:38:46.367 INFO STEP 27 (remove_files) COMPLETE
86852024-10-09T05:38:47.707Z[ host-image] Oct 09 05:38:46.367 INFO O| Oct 09 05:38:46.367 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86862024-10-09T05:38:47.714Z[ host-image] Oct 09 05:38:46.376 INFO O| Oct 09 05:38:46.376 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
86872024-10-09T05:38:47.715Z[ host-image] Oct 09 05:38:46.377 INFO O| Oct 09 05:38:46.377 INFO STEP 28 (remove_files) COMPLETE
86882024-10-09T05:38:47.717Z[ host-image] Oct 09 05:38:46.377 INFO O| Oct 09 05:38:46.377 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86892024-10-09T05:38:47.724Z[ host-image] Oct 09 05:38:46.386 INFO O| Oct 09 05:38:46.386 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
86902024-10-09T05:38:47.724Z[ host-image] Oct 09 05:38:46.386 INFO O| Oct 09 05:38:46.386 INFO STEP 29 (remove_files) COMPLETE
86912024-10-09T05:38:47.726Z[ host-image] Oct 09 05:38:46.386 INFO O| Oct 09 05:38:46.386 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86922024-10-09T05:38:47.733Z[ host-image] Oct 09 05:38:46.395 INFO O| Oct 09 05:38:46.395 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
86932024-10-09T05:38:47.736Z[ host-image] Oct 09 05:38:46.395 INFO O| Oct 09 05:38:46.395 INFO STEP 30 (remove_files) COMPLETE
86942024-10-09T05:38:47.736Z[ host-image] Oct 09 05:38:46.396 INFO O| Oct 09 05:38:46.395 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86952024-10-09T05:38:47.743Z[ host-image] Oct 09 05:38:46.405 INFO O| Oct 09 05:38:46.405 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
86962024-10-09T05:38:47.743Z[ host-image] Oct 09 05:38:46.405 INFO O| Oct 09 05:38:46.405 INFO STEP 31 (remove_files) COMPLETE
86972024-10-09T05:38:47.746Z[ host-image] Oct 09 05:38:46.405 INFO O| Oct 09 05:38:46.405 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86982024-10-09T05:38:47.753Z[ host-image] Oct 09 05:38:46.415 INFO O| Oct 09 05:38:46.415 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
86992024-10-09T05:38:47.753Z[ host-image] Oct 09 05:38:46.415 INFO O| Oct 09 05:38:46.415 INFO STEP 32 (remove_files) COMPLETE
87002024-10-09T05:38:47.755Z[ host-image] Oct 09 05:38:46.415 INFO O| Oct 09 05:38:46.415 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87012024-10-09T05:38:47.762Z[ host-image] Oct 09 05:38:46.424 INFO O| Oct 09 05:38:46.424 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
87022024-10-09T05:38:47.762Z[ host-image] Oct 09 05:38:46.424 INFO O| Oct 09 05:38:46.424 INFO STEP 33 (remove_files) COMPLETE
87032024-10-09T05:38:47.762Z[ host-image] Oct 09 05:38:46.424 INFO O| Oct 09 05:38:46.424 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87042024-10-09T05:38:47.771Z[ host-image] Oct 09 05:38:46.433 INFO O| Oct 09 05:38:46.433 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
87052024-10-09T05:38:47.771Z[ host-image] Oct 09 05:38:46.433 INFO O| Oct 09 05:38:46.433 INFO STEP 34 (remove_files) COMPLETE
87062024-10-09T05:38:47.774Z[ host-image] Oct 09 05:38:46.433 INFO O| Oct 09 05:38:46.433 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87072024-10-09T05:38:47.781Z[ host-image] Oct 09 05:38:46.443 INFO O| Oct 09 05:38:46.443 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
87082024-10-09T05:38:47.781Z[ host-image] Oct 09 05:38:46.443 INFO O| Oct 09 05:38:46.443 INFO STEP 35 (remove_files) COMPLETE
87092024-10-09T05:38:47.783Z[ host-image] Oct 09 05:38:46.443 INFO O| Oct 09 05:38:46.443 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87102024-10-09T05:38:47.792Z[ host-image] Oct 09 05:38:46.453 INFO O| Oct 09 05:38:46.452 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
87112024-10-09T05:38:47.792Z[ host-image] Oct 09 05:38:46.453 INFO O| Oct 09 05:38:46.453 INFO STEP 36 (remove_files) COMPLETE
87122024-10-09T05:38:47.794Z[ host-image] Oct 09 05:38:46.453 INFO O| Oct 09 05:38:46.453 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87132024-10-09T05:38:47.800Z[ host-image] Oct 09 05:38:46.462 INFO O| Oct 09 05:38:46.462 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
87142024-10-09T05:38:47.803Z[ host-image] Oct 09 05:38:46.462 INFO O| Oct 09 05:38:46.462 INFO STEP 37 (remove_files) COMPLETE
87152024-10-09T05:38:47.803Z[ host-image] Oct 09 05:38:46.462 INFO O| Oct 09 05:38:46.462 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87162024-10-09T05:38:47.810Z[ host-image] Oct 09 05:38:46.471 INFO O| Oct 09 05:38:46.471 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
87172024-10-09T05:38:47.810Z[ host-image] Oct 09 05:38:46.472 INFO O| Oct 09 05:38:46.472 INFO STEP 38 (remove_files) COMPLETE
87182024-10-09T05:38:47.812Z[ host-image] Oct 09 05:38:46.472 INFO O| Oct 09 05:38:46.472 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87192024-10-09T05:38:47.819Z[ host-image] Oct 09 05:38:46.481 INFO O| Oct 09 05:38:46.481 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
87202024-10-09T05:38:47.822Z[ host-image] Oct 09 05:38:46.481 INFO O| Oct 09 05:38:46.481 INFO STEP 39 (remove_files) COMPLETE
87212024-10-09T05:38:47.822Z[ host-image] Oct 09 05:38:46.481 INFO O| Oct 09 05:38:46.481 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87222024-10-09T05:38:47.829Z[ host-image] Oct 09 05:38:46.490 INFO O| Oct 09 05:38:46.490 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
87232024-10-09T05:38:47.829Z[ host-image] Oct 09 05:38:46.490 INFO O| Oct 09 05:38:46.490 INFO STEP 40 (remove_files) COMPLETE
87242024-10-09T05:38:47.831Z[ host-image] Oct 09 05:38:46.490 INFO O| Oct 09 05:38:46.490 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87252024-10-09T05:38:47.838Z[ host-image] Oct 09 05:38:46.500 INFO O| Oct 09 05:38:46.500 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
87262024-10-09T05:38:47.838Z[ host-image] Oct 09 05:38:46.500 INFO O| Oct 09 05:38:46.500 INFO STEP 41 (remove_files) COMPLETE
87272024-10-09T05:38:47.838Z[ host-image] Oct 09 05:38:46.500 INFO O| Oct 09 05:38:46.500 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87282024-10-09T05:38:47.847Z[ host-image] Oct 09 05:38:46.509 INFO O| Oct 09 05:38:46.509 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
87292024-10-09T05:38:47.850Z[ host-image] Oct 09 05:38:46.509 INFO O| Oct 09 05:38:46.509 INFO STEP 42 (remove_files) COMPLETE
87302024-10-09T05:38:47.850Z[ host-image] Oct 09 05:38:46.509 INFO O| Oct 09 05:38:46.509 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87312024-10-09T05:38:47.857Z[ host-image] Oct 09 05:38:46.518 INFO O| Oct 09 05:38:46.518 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
87322024-10-09T05:38:47.857Z[ host-image] Oct 09 05:38:46.519 INFO O| Oct 09 05:38:46.518 INFO STEP 43 (remove_files) COMPLETE
87332024-10-09T05:38:47.857Z[ host-image] Oct 09 05:38:46.519 INFO O| Oct 09 05:38:46.519 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87342024-10-09T05:38:47.866Z[ host-image] Oct 09 05:38:46.528 INFO O| Oct 09 05:38:46.528 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
87352024-10-09T05:38:47.866Z[ host-image] Oct 09 05:38:46.528 INFO O| Oct 09 05:38:46.528 INFO STEP 44 (remove_files) COMPLETE
87362024-10-09T05:38:47.868Z[ host-image] Oct 09 05:38:46.528 INFO O| Oct 09 05:38:46.528 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87372024-10-09T05:38:47.875Z[ host-image] Oct 09 05:38:46.537 INFO O| Oct 09 05:38:46.537 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
87382024-10-09T05:38:47.878Z[ host-image] Oct 09 05:38:46.537 INFO O| Oct 09 05:38:46.537 INFO STEP 45 (remove_files) COMPLETE
87392024-10-09T05:38:47.878Z[ host-image] Oct 09 05:38:46.537 INFO O| Oct 09 05:38:46.537 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87402024-10-09T05:38:47.885Z[ host-image] Oct 09 05:38:46.546 INFO O| Oct 09 05:38:46.546 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
87412024-10-09T05:38:47.887Z[ host-image] Oct 09 05:38:46.546 INFO O| Oct 09 05:38:46.546 INFO STEP 46 (remove_files) COMPLETE
87422024-10-09T05:38:47.887Z[ host-image] Oct 09 05:38:46.546 INFO O| Oct 09 05:38:46.546 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87432024-10-09T05:38:47.894Z[ host-image] Oct 09 05:38:46.556 INFO O| Oct 09 05:38:46.556 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
87442024-10-09T05:38:47.896Z[ host-image] Oct 09 05:38:46.556 INFO O| Oct 09 05:38:46.556 INFO STEP 47 (remove_files) COMPLETE
87452024-10-09T05:38:47.896Z[ host-image] Oct 09 05:38:46.556 INFO O| Oct 09 05:38:46.556 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87462024-10-09T05:38:47.903Z[ host-image] Oct 09 05:38:46.565 INFO O| Oct 09 05:38:46.565 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
87472024-10-09T05:38:47.906Z[ host-image] Oct 09 05:38:46.565 INFO O| Oct 09 05:38:46.565 INFO STEP 48 (remove_files) COMPLETE
87482024-10-09T05:38:47.906Z[ host-image] Oct 09 05:38:46.565 INFO O| Oct 09 05:38:46.565 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87492024-10-09T05:38:47.912Z[ host-image] Oct 09 05:38:46.574 INFO O| Oct 09 05:38:46.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
87502024-10-09T05:38:47.912Z[ host-image] Oct 09 05:38:46.574 INFO O| Oct 09 05:38:46.574 INFO STEP 49 (remove_files) COMPLETE
87512024-10-09T05:38:47.912Z[ host-image] Oct 09 05:38:46.574 INFO O| Oct 09 05:38:46.574 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87522024-10-09T05:38:47.922Z[ host-image] Oct 09 05:38:46.583 INFO O| Oct 09 05:38:46.583 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
87532024-10-09T05:38:47.922Z[ host-image] Oct 09 05:38:46.583 INFO O| Oct 09 05:38:46.583 INFO STEP 50 (remove_files) COMPLETE
87542024-10-09T05:38:47.924Z[ host-image] Oct 09 05:38:46.583 INFO O| Oct 09 05:38:46.583 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87552024-10-09T05:38:47.931Z[ host-image] Oct 09 05:38:46.593 INFO O| Oct 09 05:38:46.593 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
87562024-10-09T05:38:47.931Z[ host-image] Oct 09 05:38:46.593 INFO O| Oct 09 05:38:46.593 INFO STEP 51 (remove_files) COMPLETE
87572024-10-09T05:38:47.933Z[ host-image] Oct 09 05:38:46.593 INFO O| Oct 09 05:38:46.593 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87582024-10-09T05:38:47.940Z[ host-image] Oct 09 05:38:46.602 INFO O| Oct 09 05:38:46.602 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
87592024-10-09T05:38:47.943Z[ host-image] Oct 09 05:38:46.602 INFO O| Oct 09 05:38:46.602 INFO STEP 52 (remove_files) COMPLETE
87602024-10-09T05:38:47.943Z[ host-image] Oct 09 05:38:46.602 INFO O| Oct 09 05:38:46.602 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87612024-10-09T05:38:47.950Z[ host-image] Oct 09 05:38:46.611 INFO O| Oct 09 05:38:46.611 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
87622024-10-09T05:38:47.950Z[ host-image] Oct 09 05:38:46.611 INFO O| Oct 09 05:38:46.611 INFO STEP 53 (remove_files) COMPLETE
87632024-10-09T05:38:47.952Z[ host-image] Oct 09 05:38:46.611 INFO O| Oct 09 05:38:46.611 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87642024-10-09T05:38:47.959Z[ host-image] Oct 09 05:38:46.621 INFO O| Oct 09 05:38:46.621 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
87652024-10-09T05:38:47.959Z[ host-image] Oct 09 05:38:46.621 INFO O| Oct 09 05:38:46.621 INFO STEP 54 (remove_files) COMPLETE
87662024-10-09T05:38:47.962Z[ host-image] Oct 09 05:38:46.621 INFO O| Oct 09 05:38:46.621 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87672024-10-09T05:38:47.969Z[ host-image] Oct 09 05:38:46.630 INFO O| Oct 09 05:38:46.630 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
87682024-10-09T05:38:47.969Z[ host-image] Oct 09 05:38:46.630 INFO O| Oct 09 05:38:46.630 INFO STEP 55 (remove_files) COMPLETE
87692024-10-09T05:38:47.971Z[ host-image] Oct 09 05:38:46.630 INFO O| Oct 09 05:38:46.630 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87702024-10-09T05:38:47.978Z[ host-image] Oct 09 05:38:46.640 INFO O| Oct 09 05:38:46.640 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
87712024-10-09T05:38:47.978Z[ host-image] Oct 09 05:38:46.640 INFO O| Oct 09 05:38:46.640 INFO STEP 56 (remove_files) COMPLETE
87722024-10-09T05:38:47.978Z[ host-image] Oct 09 05:38:46.640 INFO O| Oct 09 05:38:46.640 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87732024-10-09T05:38:47.988Z[ host-image] Oct 09 05:38:46.649 INFO O| Oct 09 05:38:46.649 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
87742024-10-09T05:38:47.988Z[ host-image] Oct 09 05:38:46.649 INFO O| Oct 09 05:38:46.649 INFO STEP 57 (remove_files) COMPLETE
87752024-10-09T05:38:47.990Z[ host-image] Oct 09 05:38:46.649 INFO O| Oct 09 05:38:46.649 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87762024-10-09T05:38:47.998Z[ host-image] Oct 09 05:38:46.659 INFO O| Oct 09 05:38:46.659 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
87772024-10-09T05:38:47.998Z[ host-image] Oct 09 05:38:46.659 INFO O| Oct 09 05:38:46.659 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
87782024-10-09T05:38:48.001Z[ host-image] Oct 09 05:38:46.659 INFO O| Oct 09 05:38:46.659 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87792024-10-09T05:38:48.001Z[ host-image] Oct 09 05:38:46.659 INFO O| Oct 09 05:38:46.659 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87802024-10-09T05:38:48.001Z[ host-image] Oct 09 05:38:46.659 INFO O| Oct 09 05:38:46.659 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87812024-10-09T05:38:48.002Z[ host-image] Oct 09 05:38:46.660 INFO O| Oct 09 05:38:46.659 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87822024-10-09T05:38:48.002Z[ host-image] Oct 09 05:38:46.660 INFO O| Oct 09 05:38:46.660 INFO ok!
87832024-10-09T05:38:48.002Z[ host-image] Oct 09 05:38:46.660 INFO O| Oct 09 05:38:46.660 INFO STEP 58 (ensure_file) COMPLETE
87842024-10-09T05:38:48.002Z[ host-image] Oct 09 05:38:46.660 INFO O| Oct 09 05:38:46.660 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87852024-10-09T05:38:48.007Z[ host-image] Oct 09 05:38:46.669 INFO O| Oct 09 05:38:46.669 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
87862024-10-09T05:38:48.011Z[ host-image] Oct 09 05:38:46.669 INFO O| Oct 09 05:38:46.669 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
87872024-10-09T05:38:48.011Z[ host-image] Oct 09 05:38:46.669 INFO O| Oct 09 05:38:46.669 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87882024-10-09T05:38:48.011Z[ host-image] Oct 09 05:38:46.669 INFO O| Oct 09 05:38:46.669 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87892024-10-09T05:38:48.011Z[ host-image] Oct 09 05:38:46.669 INFO O| Oct 09 05:38:46.669 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87902024-10-09T05:38:48.011Z[ host-image] Oct 09 05:38:46.669 INFO O| Oct 09 05:38:46.669 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87912024-10-09T05:38:48.011Z[ host-image] Oct 09 05:38:46.669 INFO O| Oct 09 05:38:46.669 INFO ok!
87922024-10-09T05:38:48.011Z[ host-image] Oct 09 05:38:46.669 INFO O| Oct 09 05:38:46.669 INFO STEP 59 (ensure_file) COMPLETE
87932024-10-09T05:38:48.011Z[ host-image] Oct 09 05:38:46.669 INFO O| Oct 09 05:38:46.669 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87942024-10-09T05:38:48.017Z[ host-image] Oct 09 05:38:46.679 INFO O| Oct 09 05:38:46.678 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
87952024-10-09T05:38:48.017Z[ host-image] Oct 09 05:38:46.679 INFO O| Oct 09 05:38:46.678 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
87962024-10-09T05:38:48.019Z[ host-image] Oct 09 05:38:46.679 INFO O| Oct 09 05:38:46.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
87972024-10-09T05:38:48.019Z[ host-image] Oct 09 05:38:46.679 INFO O| Oct 09 05:38:46.679 INFO ok!
87982024-10-09T05:38:48.019Z[ host-image] Oct 09 05:38:46.679 INFO O| Oct 09 05:38:46.679 INFO STEP 60 (ensure_file) COMPLETE
87992024-10-09T05:38:48.019Z[ host-image] Oct 09 05:38:46.679 INFO O| Oct 09 05:38:46.679 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88002024-10-09T05:38:48.026Z[ host-image] Oct 09 05:38:46.688 INFO O| Oct 09 05:38:46.688 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
88012024-10-09T05:38:48.026Z[ host-image] Oct 09 05:38:46.688 INFO O| Oct 09 05:38:46.688 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
88022024-10-09T05:38:48.029Z[ host-image] Oct 09 05:38:46.688 INFO O| Oct 09 05:38:46.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
88032024-10-09T05:38:48.029Z[ host-image] Oct 09 05:38:46.688 INFO O| Oct 09 05:38:46.688 INFO ok!
88042024-10-09T05:38:48.029Z[ host-image] Oct 09 05:38:46.688 INFO O| Oct 09 05:38:46.688 INFO STEP 61 (ensure_file) COMPLETE
88052024-10-09T05:38:48.029Z[ host-image] Oct 09 05:38:46.688 INFO O| Oct 09 05:38:46.688 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88062024-10-09T05:38:48.037Z[ host-image] Oct 09 05:38:46.699 INFO O| Oct 09 05:38:46.699 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
88072024-10-09T05:38:48.040Z[ host-image] Oct 09 05:38:46.699 INFO O| Oct 09 05:38:46.699 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
88082024-10-09T05:38:48.041Z[ host-image] Oct 09 05:38:46.699 INFO O| Oct 09 05:38:46.699 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88092024-10-09T05:38:48.041Z[ host-image] Oct 09 05:38:46.699 INFO O| Oct 09 05:38:46.699 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88102024-10-09T05:38:48.041Z[ host-image] Oct 09 05:38:46.699 INFO O| Oct 09 05:38:46.699 INFO ok!
88112024-10-09T05:38:48.041Z[ host-image] Oct 09 05:38:46.699 INFO O| Oct 09 05:38:46.699 INFO STEP 62 (ensure_file) COMPLETE
88122024-10-09T05:38:48.041Z[ host-image] Oct 09 05:38:46.699 INFO O| Oct 09 05:38:46.699 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88132024-10-09T05:38:48.048Z[ host-image] Oct 09 05:38:46.709 INFO O| Oct 09 05:38:46.709 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
88142024-10-09T05:38:48.050Z[ host-image] Oct 09 05:38:46.709 INFO O| Oct 09 05:38:46.709 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
88152024-10-09T05:38:48.050Z[ host-image] Oct 09 05:38:46.709 INFO O| Oct 09 05:38:46.709 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88162024-10-09T05:38:48.050Z[ host-image] Oct 09 05:38:46.709 INFO O| Oct 09 05:38:46.709 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88172024-10-09T05:38:48.050Z[ host-image] Oct 09 05:38:46.710 INFO O| Oct 09 05:38:46.709 INFO ok!
88182024-10-09T05:38:48.050Z[ host-image] Oct 09 05:38:46.710 INFO O| Oct 09 05:38:46.710 INFO STEP 63 (ensure_file) COMPLETE
88192024-10-09T05:38:48.050Z[ host-image] Oct 09 05:38:46.710 INFO O| Oct 09 05:38:46.710 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88202024-10-09T05:38:48.058Z[ host-image] Oct 09 05:38:46.719 INFO O| Oct 09 05:38:46.719 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
88212024-10-09T05:38:48.058Z[ host-image] Oct 09 05:38:46.720 INFO O| Oct 09 05:38:46.719 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
88222024-10-09T05:38:48.060Z[ host-image] Oct 09 05:38:46.720 INFO O| Oct 09 05:38:46.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
88232024-10-09T05:38:48.061Z[ host-image] Oct 09 05:38:46.720 INFO O| Oct 09 05:38:46.720 INFO ok!
88242024-10-09T05:38:48.061Z[ host-image] Oct 09 05:38:46.720 INFO O| Oct 09 05:38:46.720 INFO STEP 64 (assemble_files) COMPLETE
88252024-10-09T05:38:48.061Z[ host-image] Oct 09 05:38:46.720 INFO O| Oct 09 05:38:46.720 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88262024-10-09T05:38:48.067Z[ host-image] Oct 09 05:38:46.729 INFO O| Oct 09 05:38:46.729 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
88272024-10-09T05:38:48.067Z[ host-image] Oct 09 05:38:46.729 INFO O| Oct 09 05:38:46.729 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
88282024-10-09T05:38:48.070Z[ host-image] Oct 09 05:38:46.729 INFO O| Oct 09 05:38:46.729 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88292024-10-09T05:38:48.070Z[ host-image] Oct 09 05:38:46.729 INFO O| Oct 09 05:38:46.729 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88302024-10-09T05:38:48.070Z[ host-image] Oct 09 05:38:46.729 INFO O| Oct 09 05:38:46.729 INFO ok!
88312024-10-09T05:38:48.070Z[ host-image] Oct 09 05:38:46.729 INFO O| Oct 09 05:38:46.729 INFO STEP 65 (ensure_file) COMPLETE
88322024-10-09T05:38:48.070Z[ host-image] Oct 09 05:38:46.729 INFO O| Oct 09 05:38:46.729 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88332024-10-09T05:38:48.077Z[ host-image] Oct 09 05:38:46.738 INFO O| Oct 09 05:38:46.738 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88342024-10-09T05:38:48.079Z[ host-image] Oct 09 05:38:46.739 INFO O| Oct 09 05:38:46.739 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88352024-10-09T05:38:48.079Z[ host-image] Oct 09 05:38:46.739 INFO O| Oct 09 05:38:46.739 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88362024-10-09T05:38:48.079Z[ host-image] Oct 09 05:38:46.739 INFO O| Oct 09 05:38:46.739 INFO STEP 66 (ensure_dir) COMPLETE
88372024-10-09T05:38:48.079Z[ host-image] Oct 09 05:38:46.739 INFO O| Oct 09 05:38:46.739 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88382024-10-09T05:38:48.086Z[ host-image] Oct 09 05:38:46.748 INFO O| Oct 09 05:38:46.748 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
88392024-10-09T05:38:48.087Z[ host-image] Oct 09 05:38:46.748 INFO O| Oct 09 05:38:46.748 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 ...
88402024-10-09T05:38:48.095Z[ host-image] Oct 09 05:38:46.755 INFO O| Oct 09 05:38:46.755 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
88412024-10-09T05:38:48.099Z[ host-image] Oct 09 05:38:46.755 INFO O| Oct 09 05:38:46.755 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
88422024-10-09T05:38:48.100Z[ host-image] Oct 09 05:38:46.755 INFO O| Oct 09 05:38:46.755 INFO ok!
88432024-10-09T05:38:48.100Z[ host-image] Oct 09 05:38:46.755 INFO O| Oct 09 05:38:46.755 INFO STEP 67 (ensure_file) COMPLETE
88442024-10-09T05:38:48.100Z[ host-image] Oct 09 05:38:46.755 INFO O| Oct 09 05:38:46.755 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88452024-10-09T05:38:48.104Z[ host-image] Oct 09 05:38:46.765 INFO O| Oct 09 05:38:46.765 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
88462024-10-09T05:38:48.104Z[ host-image] Oct 09 05:38:46.765 INFO O| Oct 09 05:38:46.765 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 ...
88472024-10-09T05:38:48.108Z[ host-image] Oct 09 05:38:46.765 INFO O| Oct 09 05:38:46.765 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
88482024-10-09T05:38:48.108Z[ host-image] Oct 09 05:38:46.765 INFO O| Oct 09 05:38:46.765 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
88492024-10-09T05:38:48.108Z[ host-image] Oct 09 05:38:46.765 INFO O| Oct 09 05:38:46.765 INFO ok!
88502024-10-09T05:38:48.108Z[ host-image] Oct 09 05:38:46.765 INFO O| Oct 09 05:38:46.765 INFO STEP 68 (ensure_file) COMPLETE
88512024-10-09T05:38:48.108Z[ host-image] Oct 09 05:38:46.765 INFO O| Oct 09 05:38:46.765 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88522024-10-09T05:38:48.118Z[ host-image] Oct 09 05:38:46.780 INFO O| Oct 09 05:38:46.779 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
88532024-10-09T05:38:48.118Z[ host-image] Oct 09 05:38:46.780 INFO O| Oct 09 05:38:46.780 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
88542024-10-09T05:38:48.823Z[ recovery-image] Oct 09 05:38:47.483 INFO E| Compiling bitflags v1.3.2
88552024-10-09T05:38:48.823Z[ recovery-image] Oct 09 05:38:47.483 INFO E| Compiling adler2 v2.0.0
88562024-10-09T05:38:48.827Z[ recovery-image] Oct 09 05:38:47.483 INFO E| Compiling scroll v0.12.0
88572024-10-09T05:38:48.827Z[ recovery-image] Oct 09 05:38:47.483 INFO E| Compiling plain v0.2.3
88582024-10-09T05:38:48.827Z[ recovery-image] Oct 09 05:38:47.483 INFO E| Compiling log v0.4.22
88592024-10-09T05:38:48.827Z[ recovery-image] Oct 09 05:38:47.484 INFO E| Compiling bit_field v0.10.2
88602024-10-09T05:38:48.827Z[ recovery-image] Oct 09 05:38:47.484 INFO E| Compiling bitstruct v0.1.1
88612024-10-09T05:38:48.910Z[ recovery-image] Oct 09 05:38:47.571 INFO E| Compiling raw-cpuid v10.7.0
88622024-10-09T05:38:48.925Z[ recovery-image] Oct 09 05:38:47.586 INFO E| Compiling cpio_reader v0.1.1
88632024-10-09T05:38:48.974Z[ recovery-image] Oct 09 05:38:47.634 INFO E| Compiling miniz_oxide v0.8.0
88642024-10-09T05:38:49.130Z[ recovery-image] Oct 09 05:38:47.790 INFO E| Compiling static_assertions v1.1.0
88652024-10-09T05:38:49.254Z[ recovery-image] Oct 09 05:38:47.914 INFO E| Compiling goblin v0.8.2
88662024-10-09T05:38:50.694Z[ host-image] Oct 09 05:38:49.353 INFO O| Oct 09 05:38:49.353 INFO STEP 69 (pack_tar) COMPLETE
88672024-10-09T05:38:50.694Z[ host-image] Oct 09 05:38:49.353 INFO O| Oct 09 05:38:49.353 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88682024-10-09T05:38:50.697Z[ host-image] Oct 09 05:38:49.353 INFO O| Oct 09 05:38:49.353 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
88692024-10-09T05:38:50.966Z[ host-image] Oct 09 05:38:49.625 INFO O| Oct 09 05:38:49.625 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88702024-10-09T05:38:51.056Z[ host-image] Oct 09 05:38:49.714 INFO O| Oct 09 05:38:49.714 INFO completed processing gimlet/ramdisk-02-trim
88712024-10-09T05:38:51.058Z[ host-image] Oct 09 05:38:49.717 INFO image builder template: zfs...
88722024-10-09T05:38:51.060Z[ host-image] Oct 09 05:38:49.717 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/.tmpnRxr7e/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
88732024-10-09T05:38:51.081Z[ host-image] Oct 09 05:38:49.740 INFO O| Oct 09 05:38:49.740 INFO skip include "stress" because feature "stress" is not enabled
88742024-10-09T05:38:51.140Z[ host-image] Oct 09 05:38:49.798 INFO O| Oct 09 05:38:49.798 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
88752024-10-09T05:38:51.148Z[ host-image] Oct 09 05:38:49.806 INFO O| Oct 09 05:38:49.806 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
88762024-10-09T05:38:51.305Z[ host-image] Oct 09 05:38:49.963 INFO O| Oct 09 05:38:49.962 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
88772024-10-09T05:38:51.388Z[ host-image] Oct 09 05:38:50.046 INFO O| Oct 09 05:38:50.046 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
88782024-10-09T05:38:51.391Z[ host-image] Oct 09 05:38:50.047 INFO O| Oct 09 05:38:50.046 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
88792024-10-09T05:38:51.396Z[ host-image] Oct 09 05:38:50.054 INFO O| Oct 09 05:38:50.054 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
88802024-10-09T05:38:51.518Z[ host-image] Oct 09 05:38:50.176 INFO O| Oct 09 05:38:50.176 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
88812024-10-09T05:38:51.586Z[ host-image] Oct 09 05:38:50.244 INFO O| Oct 09 05:38:50.244 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
88822024-10-09T05:38:51.601Z[ host-image] Oct 09 05:38:50.259 INFO O| Oct 09 05:38:50.259 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88832024-10-09T05:38:51.609Z[ host-image] Oct 09 05:38:50.267 INFO O| Oct 09 05:38:50.267 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
88842024-10-09T05:38:51.609Z[ host-image] Oct 09 05:38:50.267 INFO O| Oct 09 05:38:50.267 INFO no lofi found
88852024-10-09T05:38:51.612Z[ host-image] Oct 09 05:38:50.267 INFO O| Oct 09 05:38:50.267 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
88862024-10-09T05:38:51.612Z[ host-image] Oct 09 05:38:50.267 INFO O| Oct 09 05:38:50.267 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88872024-10-09T05:38:53.353Z[ host-image] Oct 09 05:38:52.009 INFO O| Oct 09 05:38:52.009 INFO lofi device = /dev/dsk/c2t1d0p0
88882024-10-09T05:38:53.353Z[ host-image] Oct 09 05:38:52.009 INFO O| Oct 09 05:38:52.009 INFO pool device = /dev/dsk/c2t1d0p0
88892024-10-09T05:38:53.356Z[ host-image] Oct 09 05:38:52.009 INFO O| Oct 09 05:38:52.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"]
88902024-10-09T05:38:53.424Z[ host-image] Oct 09 05:38:52.081 INFO O| Oct 09 05:38:52.081 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88912024-10-09T05:38:53.425Z[ host-image] Oct 09 05:38:52.081 INFO O| Oct 09 05:38:52.081 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
88922024-10-09T05:38:53.442Z[ host-image] Oct 09 05:38:52.098 INFO O| Oct 09 05:38:52.098 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
88932024-10-09T05:38:53.500Z[ host-image] Oct 09 05:38:52.157 INFO O| Oct 09 05:38:52.157 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
88942024-10-09T05:38:53.537Z[ host-image] Oct 09 05:38:52.193 INFO O| Oct 09 05:38:52.193 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
88952024-10-09T05:38:53.551Z[ host-image] Oct 09 05:38:52.207 INFO O| Oct 09 05:38:52.207 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
88962024-10-09T05:38:53.562Z[ host-image] Oct 09 05:38:52.219 INFO O| Oct 09 05:38:52.219 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
88972024-10-09T05:38:53.613Z[ host-image] Oct 09 05:38:52.270 INFO O| Oct 09 05:38:52.270 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
88982024-10-09T05:38:53.613Z[ host-image] Oct 09 05:38:52.270 INFO O| Oct 09 05:38:52.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
88992024-10-09T05:38:53.617Z[ host-image] Oct 09 05:38:52.270 INFO O| Oct 09 05:38:52.270 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
89002024-10-09T05:38:53.623Z[ host-image] Oct 09 05:38:52.279 INFO O| Oct 09 05:38:52.279 INFO boot environment UUID: 168b2161-de18-492c-bc97-de57d1cb944f
89012024-10-09T05:38:53.623Z[ host-image] Oct 09 05:38:52.279 INFO O| Oct 09 05:38:52.279 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 168b2161-de18-492c-bc97-de57d1cb944f
89022024-10-09T05:38:53.633Z[ host-image] Oct 09 05:38:52.289 INFO O| Oct 09 05:38:52.289 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
89032024-10-09T05:38:53.644Z[ host-image] Oct 09 05:38:52.300 INFO O| Oct 09 05:38:52.300 INFO STEP 0 (create_be) COMPLETE
89042024-10-09T05:38:53.644Z[ host-image] Oct 09 05:38:52.300 INFO O| Oct 09 05:38:52.300 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89052024-10-09T05:38:53.659Z[ host-image] Oct 09 05:38:52.315 INFO O| Oct 09 05:38:52.315 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
89062024-10-09T05:38:55.586Z[ recovery-image] Oct 09 05:38:54.241 INFO E| Finished `release` profile [optimized] target(s) in 30.11s
89072024-10-09T05:38:55.611Z[ recovery-image] Oct 09 05:38:54.265 INFO building host image...
89082024-10-09T05:38:55.615Z[ recovery-image] Oct 09 05:38:54.266 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")
89092024-10-09T05:38:56.330Z[ recovery-image] Oct 09 05:38:54.984 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
89102024-10-09T05:38:58.183Z[ recovery-image] Oct 09 05:38:56.834 INFO image complete! materials are in "/work/os-recovery"
89112024-10-09T05:38:58.185Z[ recovery-image]
89122024-10-09T05:38:58.188Z[ recovery-image] real 7:39.106634163
89132024-10-09T05:38:58.188Z[ recovery-image] user 4:42.919674026
89142024-10-09T05:38:58.188Z[ recovery-image] sys 45.090436839
89152024-10-09T05:38:58.188Z[ recovery-image] trap 0.182121489
89162024-10-09T05:38:58.188Z[ recovery-image] tflt 0.194993257
89172024-10-09T05:38:58.188Z[ recovery-image] dflt 0.755232900
89182024-10-09T05:38:58.188Z[ recovery-image] kflt 0.000025306
89192024-10-09T05:38:58.188Z[ recovery-image] lock 15:46.673229675
89202024-10-09T05:38:58.188Z[ recovery-image] slp 47:07.902069221
89212024-10-09T05:38:58.188Z[ recovery-image] lat 1:17.626952677
89222024-10-09T05:38:58.188Z[ recovery-image] stop 4.466930856
89232024-10-09T05:38:58.188ZOct 09 05:38:56.839 INFO [recovery-image] process exited with exit status: 0 (459.164600576s)
89242024-10-09T05:39:12.837Z[ host-image] Oct 09 05:39:11.476 INFO O| Oct 09 05:39:11.475 INFO STEP 1 (unpack_tar) COMPLETE
89252024-10-09T05:39:12.837Z[ host-image] Oct 09 05:39:11.476 INFO O| Oct 09 05:39:11.476 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89262024-10-09T05:39:12.848Z[ host-image] Oct 09 05:39:11.487 INFO O| Oct 09 05:39:11.487 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
89272024-10-09T05:39:13.106Z[ host-image] Oct 09 05:39:11.744 INFO O| Oct 09 05:39:11.744 INFO STEP 2 (devfsadm) COMPLETE
89282024-10-09T05:39:13.109Z[ host-image] Oct 09 05:39:11.744 INFO O| Oct 09 05:39:11.744 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89292024-10-09T05:39:13.117Z[ host-image] Oct 09 05:39:11.755 INFO O| Oct 09 05:39:11.755 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89302024-10-09T05:39:13.117Z[ host-image] Oct 09 05:39:11.755 INFO O| Oct 09 05:39:11.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89312024-10-09T05:39:13.119Z[ host-image] Oct 09 05:39:11.755 INFO O| Oct 09 05:39:11.755 INFO STEP 3 (ensure_dir) COMPLETE
89322024-10-09T05:39:13.119Z[ host-image] Oct 09 05:39:11.755 INFO O| Oct 09 05:39:11.755 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89332024-10-09T05:39:13.126Z[ host-image] Oct 09 05:39:11.765 INFO O| Oct 09 05:39:11.765 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89342024-10-09T05:39:13.126Z[ host-image] Oct 09 05:39:11.765 INFO O| Oct 09 05:39:11.765 INFO STEP 4 (ensure_dir) COMPLETE
89352024-10-09T05:39:13.129Z[ host-image] Oct 09 05:39:11.765 INFO O| Oct 09 05:39:11.765 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89362024-10-09T05:39:13.136Z[ host-image] Oct 09 05:39:11.774 INFO O| Oct 09 05:39:11.774 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89372024-10-09T05:39:13.136Z[ host-image] Oct 09 05:39:11.774 INFO O| Oct 09 05:39:11.774 INFO STEP 5 (ensure_dir) COMPLETE
89382024-10-09T05:39:13.138Z[ host-image] Oct 09 05:39:11.774 INFO O| Oct 09 05:39:11.774 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89392024-10-09T05:39:13.145Z[ host-image] Oct 09 05:39:11.783 INFO O| Oct 09 05:39:11.783 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89402024-10-09T05:39:13.148Z[ host-image] Oct 09 05:39:11.783 INFO O| Oct 09 05:39:11.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89412024-10-09T05:39:13.148Z[ host-image] Oct 09 05:39:11.783 INFO O| Oct 09 05:39:11.783 INFO STEP 6 (ensure_dir) COMPLETE
89422024-10-09T05:39:13.148Z[ host-image] Oct 09 05:39:11.783 INFO O| Oct 09 05:39:11.783 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89432024-10-09T05:39:13.154Z[ host-image] Oct 09 05:39:11.793 INFO O| Oct 09 05:39:11.793 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89442024-10-09T05:39:13.154Z[ host-image] Oct 09 05:39:11.793 INFO O| Oct 09 05:39:11.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89452024-10-09T05:39:13.157Z[ host-image] Oct 09 05:39:11.793 INFO O| Oct 09 05:39:11.793 INFO STEP 7 (ensure_dir) COMPLETE
89462024-10-09T05:39:13.157Z[ host-image] Oct 09 05:39:11.793 INFO O| Oct 09 05:39:11.793 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89472024-10-09T05:39:13.163Z[ host-image] Oct 09 05:39:11.802 INFO O| Oct 09 05:39:11.802 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
89482024-10-09T05:39:13.167Z[ host-image] Oct 09 05:39:11.802 INFO O| Oct 09 05:39:11.802 INFO STEP 8 (remove_files) COMPLETE
89492024-10-09T05:39:13.167Z[ host-image] Oct 09 05:39:11.802 INFO O| Oct 09 05:39:11.802 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89502024-10-09T05:39:13.173Z[ host-image] Oct 09 05:39:11.811 INFO O| Oct 09 05:39:11.811 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
89512024-10-09T05:39:13.175Z[ host-image] Oct 09 05:39:11.812 INFO O| Oct 09 05:39:11.812 INFO STEP 9 (remove_files) COMPLETE
89522024-10-09T05:39:13.175Z[ host-image] Oct 09 05:39:11.812 INFO O| Oct 09 05:39:11.812 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89532024-10-09T05:39:13.183Z[ host-image] Oct 09 05:39:11.821 INFO O| Oct 09 05:39:11.821 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
89542024-10-09T05:39:13.185Z[ host-image] Oct 09 05:39:11.822 INFO O| Oct 09 05:39:11.822 INFO STEP 10 (remove_files) COMPLETE
89552024-10-09T05:39:13.185Z[ host-image] Oct 09 05:39:11.822 INFO O| Oct 09 05:39:11.822 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89562024-10-09T05:39:13.193Z[ host-image] Oct 09 05:39:11.831 INFO O| Oct 09 05:39:11.831 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
89572024-10-09T05:39:13.197Z[ host-image] Oct 09 05:39:11.831 INFO O| Oct 09 05:39:11.831 INFO STEP 11 (remove_files) COMPLETE
89582024-10-09T05:39:13.197Z[ host-image] Oct 09 05:39:11.831 INFO O| Oct 09 05:39:11.831 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89592024-10-09T05:39:13.202Z[ host-image] Oct 09 05:39:11.840 INFO O| Oct 09 05:39:11.840 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
89602024-10-09T05:39:13.205Z[ host-image] Oct 09 05:39:11.840 INFO O| Oct 09 05:39:11.840 INFO STEP 12 (remove_files) COMPLETE
89612024-10-09T05:39:13.205Z[ host-image] Oct 09 05:39:11.840 INFO O| Oct 09 05:39:11.840 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89622024-10-09T05:39:13.211Z[ host-image] Oct 09 05:39:11.850 INFO O| Oct 09 05:39:11.849 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89632024-10-09T05:39:13.211Z[ host-image] Oct 09 05:39:11.850 INFO O| Oct 09 05:39:11.850 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89642024-10-09T05:39:13.211Z[ host-image] Oct 09 05:39:11.850 INFO O| Oct 09 05:39:11.850 INFO STEP 13 (ensure_dir) COMPLETE
89652024-10-09T05:39:13.211Z[ host-image] Oct 09 05:39:11.850 INFO O| Oct 09 05:39:11.850 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89662024-10-09T05:39:13.220Z[ host-image] Oct 09 05:39:11.859 INFO O| Oct 09 05:39:11.859 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89672024-10-09T05:39:13.223Z[ host-image] Oct 09 05:39:11.859 INFO O| Oct 09 05:39:11.859 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89682024-10-09T05:39:13.223Z[ host-image] Oct 09 05:39:11.859 INFO O| Oct 09 05:39:11.859 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89692024-10-09T05:39:13.223Z[ host-image] Oct 09 05:39:11.859 INFO O| Oct 09 05:39:11.859 INFO STEP 14 (ensure_dir) COMPLETE
89702024-10-09T05:39:13.223Z[ host-image] Oct 09 05:39:11.859 INFO O| Oct 09 05:39:11.859 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89712024-10-09T05:39:13.230Z[ host-image] Oct 09 05:39:11.868 INFO O| Oct 09 05:39:11.868 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89722024-10-09T05:39:13.232Z[ host-image] Oct 09 05:39:11.868 INFO O| Oct 09 05:39:11.868 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89732024-10-09T05:39:13.232Z[ host-image] Oct 09 05:39:11.868 INFO O| Oct 09 05:39:11.868 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89742024-10-09T05:39:13.232Z[ host-image] Oct 09 05:39:11.868 INFO O| Oct 09 05:39:11.868 INFO STEP 15 (ensure_dir) COMPLETE
89752024-10-09T05:39:13.232Z[ host-image] Oct 09 05:39:11.868 INFO O| Oct 09 05:39:11.868 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89762024-10-09T05:39:13.239Z[ host-image] Oct 09 05:39:11.877 INFO O| Oct 09 05:39:11.877 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89772024-10-09T05:39:13.239Z[ host-image] Oct 09 05:39:11.877 INFO O| Oct 09 05:39:11.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89782024-10-09T05:39:13.239Z[ host-image] Oct 09 05:39:11.877 INFO O| Oct 09 05:39:11.877 INFO STEP 16 (ensure_dir) COMPLETE
89792024-10-09T05:39:13.241Z[ host-image] Oct 09 05:39:11.877 INFO O| Oct 09 05:39:11.877 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89802024-10-09T05:39:13.248Z[ host-image] Oct 09 05:39:11.887 INFO O| Oct 09 05:39:11.886 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89812024-10-09T05:39:13.251Z[ host-image] Oct 09 05:39:11.887 INFO O| Oct 09 05:39:11.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89822024-10-09T05:39:13.251Z[ host-image] Oct 09 05:39:11.887 INFO O| Oct 09 05:39:11.887 INFO STEP 17 (ensure_dir) COMPLETE
89832024-10-09T05:39:13.251Z[ host-image] Oct 09 05:39:11.887 INFO O| Oct 09 05:39:11.887 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89842024-10-09T05:39:13.258Z[ host-image] Oct 09 05:39:11.896 INFO O| Oct 09 05:39:11.896 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89852024-10-09T05:39:13.258Z[ host-image] Oct 09 05:39:11.896 INFO O| Oct 09 05:39:11.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
89862024-10-09T05:39:13.260Z[ host-image] Oct 09 05:39:11.896 INFO O| Oct 09 05:39:11.896 INFO ok!
89872024-10-09T05:39:13.260Z[ host-image] Oct 09 05:39:11.896 INFO O| Oct 09 05:39:11.896 INFO STEP 18 (ensure_symlink) COMPLETE
89882024-10-09T05:39:13.260Z[ host-image] Oct 09 05:39:11.896 INFO O| Oct 09 05:39:11.896 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89892024-10-09T05:39:13.267Z[ host-image] Oct 09 05:39:11.905 INFO O| Oct 09 05:39:11.905 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89902024-10-09T05:39:13.267Z[ host-image] Oct 09 05:39:11.906 INFO O| Oct 09 05:39:11.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89912024-10-09T05:39:13.267Z[ host-image] Oct 09 05:39:11.906 INFO O| Oct 09 05:39:11.906 INFO ok!
89922024-10-09T05:39:13.270Z[ host-image] Oct 09 05:39:11.906 INFO O| Oct 09 05:39:11.906 INFO STEP 19 (ensure_file) COMPLETE
89932024-10-09T05:39:13.270Z[ host-image] Oct 09 05:39:11.906 INFO O| Oct 09 05:39:11.906 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89942024-10-09T05:39:13.277Z[ host-image] Oct 09 05:39:11.915 INFO O| Oct 09 05:39:11.915 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89952024-10-09T05:39:13.277Z[ host-image] Oct 09 05:39:11.915 INFO O| Oct 09 05:39:11.915 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89962024-10-09T05:39:13.279Z[ host-image] Oct 09 05:39:11.915 INFO O| Oct 09 05:39:11.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
89972024-10-09T05:39:13.279Z[ host-image] Oct 09 05:39:11.915 INFO O| Oct 09 05:39:11.915 INFO ok!
89982024-10-09T05:39:13.279Z[ host-image] Oct 09 05:39:11.915 INFO O| Oct 09 05:39:11.915 INFO STEP 20 (ensure_symlink) COMPLETE
89992024-10-09T05:39:13.279Z[ host-image] Oct 09 05:39:11.915 INFO O| Oct 09 05:39:11.915 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90002024-10-09T05:39:13.286Z[ host-image] Oct 09 05:39:11.924 INFO O| Oct 09 05:39:11.924 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
90012024-10-09T05:39:13.286Z[ host-image] Oct 09 05:39:11.924 INFO O| Oct 09 05:39:11.924 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
90022024-10-09T05:39:13.289Z[ host-image] Oct 09 05:39:11.924 INFO O| Oct 09 05:39:11.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
90032024-10-09T05:39:13.290Z[ host-image] Oct 09 05:39:11.924 INFO O| Oct 09 05:39:11.924 INFO ok!
90042024-10-09T05:39:13.290Z[ host-image] Oct 09 05:39:11.924 INFO O| Oct 09 05:39:11.924 INFO STEP 21 (ensure_symlink) COMPLETE
90052024-10-09T05:39:13.290Z[ host-image] Oct 09 05:39:11.924 INFO O| Oct 09 05:39:11.924 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90062024-10-09T05:39:13.295Z[ host-image] Oct 09 05:39:11.934 INFO O| Oct 09 05:39:11.934 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
90072024-10-09T05:39:13.295Z[ host-image] Oct 09 05:39:11.934 INFO O| Oct 09 05:39:11.934 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
90082024-10-09T05:39:13.298Z[ host-image] Oct 09 05:39:11.934 INFO O| Oct 09 05:39:11.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
90092024-10-09T05:39:13.298Z[ host-image] Oct 09 05:39:11.934 INFO O| Oct 09 05:39:11.934 INFO ok!
90102024-10-09T05:39:13.298Z[ host-image] Oct 09 05:39:11.934 INFO O| Oct 09 05:39:11.934 INFO STEP 22 (ensure_symlink) COMPLETE
90112024-10-09T05:39:13.298Z[ host-image] Oct 09 05:39:11.934 INFO O| Oct 09 05:39:11.934 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90122024-10-09T05:39:13.305Z[ host-image] Oct 09 05:39:11.943 INFO O| Oct 09 05:39:11.943 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
90132024-10-09T05:39:13.305Z[ host-image] Oct 09 05:39:11.943 INFO O| Oct 09 05:39:11.943 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
90142024-10-09T05:39:13.307Z[ host-image] Oct 09 05:39:11.943 INFO O| Oct 09 05:39:11.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
90152024-10-09T05:39:13.307Z[ host-image] Oct 09 05:39:11.943 INFO O| Oct 09 05:39:11.943 INFO ok!
90162024-10-09T05:39:13.307Z[ host-image] Oct 09 05:39:11.943 INFO O| Oct 09 05:39:11.943 INFO STEP 23 (ensure_symlink) COMPLETE
90172024-10-09T05:39:13.307Z[ host-image] Oct 09 05:39:11.943 INFO O| Oct 09 05:39:11.943 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90182024-10-09T05:39:13.314Z[ host-image] Oct 09 05:39:11.953 INFO O| Oct 09 05:39:11.952 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
90192024-10-09T05:39:13.318Z[ host-image] Oct 09 05:39:11.953 INFO O| Oct 09 05:39:11.953 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
90202024-10-09T05:39:13.318Z[ host-image] Oct 09 05:39:11.953 INFO O| Oct 09 05:39:11.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
90212024-10-09T05:39:13.318Z[ host-image] Oct 09 05:39:11.953 INFO O| Oct 09 05:39:11.953 INFO ok!
90222024-10-09T05:39:13.318Z[ host-image] Oct 09 05:39:11.953 INFO O| Oct 09 05:39:11.953 INFO STEP 24 (ensure_file) COMPLETE
90232024-10-09T05:39:13.318Z[ host-image] Oct 09 05:39:11.953 INFO O| Oct 09 05:39:11.953 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90242024-10-09T05:39:13.324Z[ host-image] Oct 09 05:39:11.962 INFO O| Oct 09 05:39:11.962 INFO updating shadow file
90252024-10-09T05:39:13.326Z[ host-image] Oct 09 05:39:11.962 INFO O| Oct 09 05:39:11.962 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90262024-10-09T05:39:13.326Z[ host-image] Oct 09 05:39:11.962 INFO O| Oct 09 05:39:11.962 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90272024-10-09T05:39:13.326Z[ host-image] Oct 09 05:39:11.962 INFO O| Oct 09 05:39:11.962 INFO STEP 25 (shadow) COMPLETE
90282024-10-09T05:39:13.326Z[ host-image] Oct 09 05:39:11.962 INFO O| Oct 09 05:39:11.962 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90292024-10-09T05:39:13.334Z[ host-image] Oct 09 05:39:11.972 INFO O| Oct 09 05:39:11.972 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
90302024-10-09T05:39:13.334Z[ host-image] Oct 09 05:39:11.972 INFO O| Oct 09 05:39:11.972 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
90312024-10-09T05:39:13.336Z[ host-image] Oct 09 05:39:11.972 INFO O| Oct 09 05:39:11.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
90322024-10-09T05:39:13.336Z[ host-image] Oct 09 05:39:11.972 INFO O| Oct 09 05:39:11.972 INFO ok!
90332024-10-09T05:39:13.336Z[ host-image] Oct 09 05:39:11.972 INFO O| Oct 09 05:39:11.972 INFO STEP 26 (ensure_file) COMPLETE
90342024-10-09T05:39:13.336Z[ host-image] Oct 09 05:39:11.972 INFO O| Oct 09 05:39:11.972 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90352024-10-09T05:39:13.343Z[ host-image] Oct 09 05:39:11.981 INFO O| Oct 09 05:39:11.981 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
90362024-10-09T05:39:13.345Z[ host-image] Oct 09 05:39:11.981 INFO O| Oct 09 05:39:11.981 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
90372024-10-09T05:39:13.345Z[ host-image] Oct 09 05:39:11.981 INFO O| Oct 09 05:39:11.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
90382024-10-09T05:39:13.345Z[ host-image] Oct 09 05:39:11.981 INFO O| Oct 09 05:39:11.981 INFO ok!
90392024-10-09T05:39:13.345Z[ host-image] Oct 09 05:39:11.981 INFO O| Oct 09 05:39:11.981 INFO STEP 27 (ensure_file) COMPLETE
90402024-10-09T05:39:13.345Z[ host-image] Oct 09 05:39:11.981 INFO O| Oct 09 05:39:11.981 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90412024-10-09T05:39:13.353Z[ host-image] Oct 09 05:39:11.991 INFO O| Oct 09 05:39:11.991 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90422024-10-09T05:39:13.353Z[ host-image] Oct 09 05:39:11.991 INFO O| Oct 09 05:39:11.991 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
90432024-10-09T05:39:13.355Z[ host-image] Oct 09 05:39:11.991 INFO O| Oct 09 05:39:11.991 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90442024-10-09T05:39:13.355Z[ host-image] Oct 09 05:39:11.991 INFO O| Oct 09 05:39:11.991 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90452024-10-09T05:39:13.356Z[ host-image] Oct 09 05:39:11.991 INFO O| Oct 09 05:39:11.991 INFO ok!
90462024-10-09T05:39:13.356Z[ host-image] Oct 09 05:39:11.991 INFO O| Oct 09 05:39:11.991 INFO STEP 28 (ensure_file) COMPLETE
90472024-10-09T05:39:13.356Z[ host-image] Oct 09 05:39:11.991 INFO O| Oct 09 05:39:11.991 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90482024-10-09T05:39:13.363Z[ host-image] Oct 09 05:39:12.001 INFO O| Oct 09 05:39:12.001 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
90492024-10-09T05:39:13.365Z[ host-image] Oct 09 05:39:12.001 INFO O| Oct 09 05:39:12.001 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
90502024-10-09T05:39:13.367Z[ host-image] Oct 09 05:39:12.001 INFO O| Oct 09 05:39:12.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
90512024-10-09T05:39:13.367Z[ host-image] Oct 09 05:39:12.001 INFO O| Oct 09 05:39:12.001 INFO ok!
90522024-10-09T05:39:13.367Z[ host-image] Oct 09 05:39:12.001 INFO O| Oct 09 05:39:12.001 INFO STEP 29 (ensure_file) COMPLETE
90532024-10-09T05:39:13.367Z[ host-image] Oct 09 05:39:12.001 INFO O| Oct 09 05:39:12.001 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90542024-10-09T05:39:13.372Z[ host-image] Oct 09 05:39:12.011 INFO O| Oct 09 05:39:12.011 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
90552024-10-09T05:39:13.375Z[ host-image] Oct 09 05:39:12.011 INFO O| Oct 09 05:39:12.011 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
90562024-10-09T05:39:13.375Z[ host-image] Oct 09 05:39:12.011 INFO O| Oct 09 05:39:12.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
90572024-10-09T05:39:13.375Z[ host-image] Oct 09 05:39:12.011 INFO O| Oct 09 05:39:12.011 INFO ok!
90582024-10-09T05:39:13.375Z[ host-image] Oct 09 05:39:12.011 INFO O| Oct 09 05:39:12.011 INFO STEP 30 (ensure_file) COMPLETE
90592024-10-09T05:39:13.375Z[ host-image] Oct 09 05:39:12.011 INFO O| Oct 09 05:39:12.011 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90602024-10-09T05:39:13.382Z[ host-image] Oct 09 05:39:12.020 INFO O| Oct 09 05:39:12.020 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
90612024-10-09T05:39:13.384Z[ host-image] Oct 09 05:39:12.020 INFO O| Oct 09 05:39:12.020 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
90622024-10-09T05:39:13.384Z[ host-image] Oct 09 05:39:12.020 INFO O| Oct 09 05:39:12.020 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90632024-10-09T05:39:13.384Z[ host-image] Oct 09 05:39:12.020 INFO O| Oct 09 05:39:12.020 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90642024-10-09T05:39:13.384Z[ host-image] Oct 09 05:39:12.020 INFO O| Oct 09 05:39:12.020 INFO ok!
90652024-10-09T05:39:13.384Z[ host-image] Oct 09 05:39:12.020 INFO O| Oct 09 05:39:12.020 INFO STEP 31 (ensure_file) COMPLETE
90662024-10-09T05:39:13.385Z[ host-image] Oct 09 05:39:12.020 INFO O| Oct 09 05:39:12.020 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90672024-10-09T05:39:13.391Z[ host-image] Oct 09 05:39:12.030 INFO O| Oct 09 05:39:12.030 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
90682024-10-09T05:39:13.394Z[ host-image] Oct 09 05:39:12.030 INFO O| Oct 09 05:39:12.030 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
90692024-10-09T05:39:13.394Z[ host-image] Oct 09 05:39:12.030 INFO O| Oct 09 05:39:12.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
90702024-10-09T05:39:13.394Z[ host-image] Oct 09 05:39:12.030 INFO O| Oct 09 05:39:12.030 INFO ok!
90712024-10-09T05:39:13.394Z[ host-image] Oct 09 05:39:12.030 INFO O| Oct 09 05:39:12.030 INFO STEP 32 (ensure_file) COMPLETE
90722024-10-09T05:39:13.394Z[ host-image] Oct 09 05:39:12.030 INFO O| Oct 09 05:39:12.030 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90732024-10-09T05:39:13.401Z[ host-image] Oct 09 05:39:12.039 INFO O| Oct 09 05:39:12.039 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90742024-10-09T05:39:13.401Z[ host-image] Oct 09 05:39:12.039 INFO O| Oct 09 05:39:12.039 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
90752024-10-09T05:39:13.404Z[ host-image] Oct 09 05:39:12.039 INFO O| Oct 09 05:39:12.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
90762024-10-09T05:39:13.404Z[ host-image] Oct 09 05:39:12.039 INFO O| Oct 09 05:39:12.039 INFO ok!
90772024-10-09T05:39:13.404Z[ host-image] Oct 09 05:39:12.039 INFO O| Oct 09 05:39:12.039 INFO STEP 33 (ensure_file) COMPLETE
90782024-10-09T05:39:13.404Z[ host-image] Oct 09 05:39:12.039 INFO O| Oct 09 05:39:12.039 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90792024-10-09T05:39:13.410Z[ host-image] Oct 09 05:39:12.048 INFO O| Oct 09 05:39:12.048 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
90802024-10-09T05:39:13.410Z[ host-image] Oct 09 05:39:12.048 INFO O| Oct 09 05:39:12.048 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
90812024-10-09T05:39:13.414Z[ host-image] Oct 09 05:39:12.049 INFO O| Oct 09 05:39:12.048 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90822024-10-09T05:39:13.414Z[ host-image] Oct 09 05:39:12.049 INFO O| Oct 09 05:39:12.049 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90832024-10-09T05:39:13.414Z[ host-image] Oct 09 05:39:12.049 INFO O| Oct 09 05:39:12.049 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90842024-10-09T05:39:13.414Z[ host-image] Oct 09 05:39:12.049 INFO O| Oct 09 05:39:12.049 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90852024-10-09T05:39:13.414Z[ host-image] Oct 09 05:39:12.049 INFO O| Oct 09 05:39:12.049 INFO ok!
90862024-10-09T05:39:13.414Z[ host-image] Oct 09 05:39:12.049 INFO O| Oct 09 05:39:12.049 INFO STEP 34 (ensure_file) COMPLETE
90872024-10-09T05:39:13.414Z[ host-image] Oct 09 05:39:12.049 INFO O| Oct 09 05:39:12.049 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90882024-10-09T05:39:13.420Z[ host-image] Oct 09 05:39:12.058 INFO O| Oct 09 05:39:12.058 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90892024-10-09T05:39:13.422Z[ host-image] Oct 09 05:39:12.058 INFO O| Oct 09 05:39:12.058 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90902024-10-09T05:39:13.422Z[ host-image] Oct 09 05:39:12.058 INFO O| Oct 09 05:39:12.058 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90912024-10-09T05:39:13.422Z[ host-image] Oct 09 05:39:12.058 INFO O| Oct 09 05:39:12.058 INFO STEP 35 (ensure_dir) COMPLETE
90922024-10-09T05:39:13.422Z[ host-image] Oct 09 05:39:12.058 INFO O| Oct 09 05:39:12.058 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90932024-10-09T05:39:13.429Z[ host-image] Oct 09 05:39:12.067 INFO O| Oct 09 05:39:12.067 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
90942024-10-09T05:39:13.429Z[ host-image] Oct 09 05:39:12.067 INFO O| Oct 09 05:39:12.067 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 ...
90952024-10-09T05:39:13.432Z[ host-image] Oct 09 05:39:12.068 INFO O| Oct 09 05:39:12.068 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
90962024-10-09T05:39:13.432Z[ host-image] Oct 09 05:39:12.068 INFO O| Oct 09 05:39:12.068 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
90972024-10-09T05:39:13.432Z[ host-image] Oct 09 05:39:12.068 INFO O| Oct 09 05:39:12.068 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
90982024-10-09T05:39:13.432Z[ host-image] Oct 09 05:39:12.068 INFO O| Oct 09 05:39:12.068 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
90992024-10-09T05:39:13.432Z[ host-image] Oct 09 05:39:12.068 INFO O| Oct 09 05:39:12.068 INFO ok!
91002024-10-09T05:39:13.432Z[ host-image] Oct 09 05:39:12.068 INFO O| Oct 09 05:39:12.068 INFO STEP 36 (ensure_file) COMPLETE
91012024-10-09T05:39:13.433Z[ host-image] Oct 09 05:39:12.068 INFO O| Oct 09 05:39:12.068 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91022024-10-09T05:39:13.439Z[ host-image] Oct 09 05:39:12.077 INFO O| Oct 09 05:39:12.077 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
91032024-10-09T05:39:13.439Z[ host-image] Oct 09 05:39:12.077 INFO O| Oct 09 05:39:12.077 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 ...
91042024-10-09T05:39:13.441Z[ host-image] Oct 09 05:39:12.077 INFO O| Oct 09 05:39:12.077 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
91052024-10-09T05:39:13.441Z[ host-image] Oct 09 05:39:12.077 INFO O| Oct 09 05:39:12.077 INFO ok!
91062024-10-09T05:39:13.441Z[ host-image] Oct 09 05:39:12.077 INFO O| Oct 09 05:39:12.077 INFO STEP 37 (ensure_symlink) COMPLETE
91072024-10-09T05:39:13.441Z[ host-image] Oct 09 05:39:12.077 INFO O| Oct 09 05:39:12.077 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91082024-10-09T05:39:13.448Z[ host-image] Oct 09 05:39:12.086 INFO O| Oct 09 05:39:12.086 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
91092024-10-09T05:39:13.448Z[ host-image] Oct 09 05:39:12.086 INFO O| Oct 09 05:39:12.086 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91102024-10-09T05:39:13.453Z[ host-image] Oct 09 05:39:12.086 INFO O| Oct 09 05:39:12.086 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91112024-10-09T05:39:13.453Z[ host-image] Oct 09 05:39:12.086 INFO O| Oct 09 05:39:12.086 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91122024-10-09T05:39:13.453Z[ host-image] Oct 09 05:39:12.086 INFO O| Oct 09 05:39:12.086 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91132024-10-09T05:39:13.453Z[ host-image] Oct 09 05:39:12.086 INFO O| Oct 09 05:39:12.086 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91142024-10-09T05:39:13.453Z[ host-image] Oct 09 05:39:12.086 INFO O| Oct 09 05:39:12.086 INFO ok!
91152024-10-09T05:39:13.453Z[ host-image] Oct 09 05:39:12.086 INFO O| Oct 09 05:39:12.086 INFO STEP 38 (ensure_file) COMPLETE
91162024-10-09T05:39:13.453Z[ host-image] Oct 09 05:39:12.087 INFO O| Oct 09 05:39:12.086 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91172024-10-09T05:39:13.458Z[ host-image] Oct 09 05:39:12.096 INFO O| Oct 09 05:39:12.096 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
91182024-10-09T05:39:13.458Z[ host-image] Oct 09 05:39:12.096 INFO O| Oct 09 05:39:12.096 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 ...
91192024-10-09T05:39:13.458Z[ host-image] Oct 09 05:39:12.096 INFO O| Oct 09 05:39:12.096 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
91202024-10-09T05:39:13.460Z[ host-image] Oct 09 05:39:12.096 INFO O| Oct 09 05:39:12.096 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91212024-10-09T05:39:13.461Z[ host-image] Oct 09 05:39:12.096 INFO O| Oct 09 05:39:12.096 INFO ok!
91222024-10-09T05:39:13.461Z[ host-image] Oct 09 05:39:12.096 INFO O| Oct 09 05:39:12.096 INFO STEP 39 (ensure_file) COMPLETE
91232024-10-09T05:39:13.461Z[ host-image] Oct 09 05:39:12.096 INFO O| Oct 09 05:39:12.096 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91242024-10-09T05:39:13.468Z[ host-image] Oct 09 05:39:12.106 INFO O| Oct 09 05:39:12.106 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
91252024-10-09T05:39:13.470Z[ host-image] Oct 09 05:39:12.106 INFO O| Oct 09 05:39:12.106 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
91262024-10-09T05:39:13.470Z[ host-image] Oct 09 05:39:12.106 INFO O| Oct 09 05:39:12.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
91272024-10-09T05:39:13.470Z[ host-image] Oct 09 05:39:12.106 INFO O| Oct 09 05:39:12.106 INFO ok!
91282024-10-09T05:39:13.470Z[ host-image] Oct 09 05:39:12.106 INFO O| Oct 09 05:39:12.106 INFO STEP 40 (ensure_file) COMPLETE
91292024-10-09T05:39:13.470Z[ host-image] Oct 09 05:39:12.106 INFO O| Oct 09 05:39:12.106 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91302024-10-09T05:39:13.477Z[ host-image] Oct 09 05:39:12.115 INFO O| Oct 09 05:39:12.115 INFO updating shadow file
91312024-10-09T05:39:13.480Z[ host-image] Oct 09 05:39:12.116 INFO O| Oct 09 05:39:12.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91322024-10-09T05:39:13.480Z[ host-image] Oct 09 05:39:12.116 INFO O| Oct 09 05:39:12.116 INFO STEP 41 (shadow) COMPLETE
91332024-10-09T05:39:13.480Z[ host-image] Oct 09 05:39:12.116 INFO O| Oct 09 05:39:12.116 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91342024-10-09T05:39:13.487Z[ host-image] Oct 09 05:39:12.125 INFO O| Oct 09 05:39:12.125 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
91352024-10-09T05:39:13.489Z[ host-image] Oct 09 05:39:12.125 INFO O| Oct 09 05:39:12.125 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
91362024-10-09T05:39:13.489Z[ host-image] Oct 09 05:39:12.125 INFO O| Oct 09 05:39:12.125 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91372024-10-09T05:39:13.489Z[ host-image] Oct 09 05:39:12.125 INFO O| Oct 09 05:39:12.125 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91382024-10-09T05:39:13.489Z[ host-image] Oct 09 05:39:12.125 INFO O| Oct 09 05:39:12.125 INFO ok!
91392024-10-09T05:39:13.489Z[ host-image] Oct 09 05:39:12.125 INFO O| Oct 09 05:39:12.125 INFO STEP 42 (ensure_file) COMPLETE
91402024-10-09T05:39:13.489Z[ host-image] Oct 09 05:39:12.125 INFO O| Oct 09 05:39:12.125 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91412024-10-09T05:39:13.490Z[ host-image] Oct 09 05:39:12.125 INFO O| Oct 09 05:39:12.125 INFO skip step because feature "mfg" is not enabled
91422024-10-09T05:39:13.490Z[ host-image] Oct 09 05:39:12.125 INFO O| Oct 09 05:39:12.125 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91432024-10-09T05:39:13.490Z[ host-image] Oct 09 05:39:12.125 INFO O| Oct 09 05:39:12.125 INFO skip step because feature "mfg" is not enabled
91442024-10-09T05:39:13.490Z[ host-image] Oct 09 05:39:12.125 INFO O| Oct 09 05:39:12.125 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91452024-10-09T05:39:13.497Z[ host-image] Oct 09 05:39:12.135 INFO O| Oct 09 05:39:12.135 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
91462024-10-09T05:39:13.497Z[ host-image] Oct 09 05:39:12.135 INFO O| Oct 09 05:39:12.135 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
91472024-10-09T05:39:14.129Z[ host-image] Oct 09 05:39:12.765 INFO O| Oct 09 05:39:12.765 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91482024-10-09T05:39:14.129Z[ host-image] Oct 09 05:39:12.765 INFO O| Oct 09 05:39:12.765 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91492024-10-09T05:39:14.129Z[ host-image] Oct 09 05:39:12.766 INFO O| Oct 09 05:39:12.765 INFO ok!
91502024-10-09T05:39:14.129Z[ host-image] Oct 09 05:39:12.766 INFO O| Oct 09 05:39:12.765 INFO STEP 45 (ensure_file) COMPLETE
91512024-10-09T05:39:14.132Z[ host-image] Oct 09 05:39:12.766 INFO O| Oct 09 05:39:12.765 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91522024-10-09T05:39:14.139Z[ host-image] Oct 09 05:39:12.777 INFO O| Oct 09 05:39:12.776 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
91532024-10-09T05:39:14.142Z[ host-image] Oct 09 05:39:12.777 INFO O| Oct 09 05:39:12.777 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91542024-10-09T05:39:14.142Z[ host-image] Oct 09 05:39:12.777 INFO O| Oct 09 05:39:12.777 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91552024-10-09T05:39:14.142Z[ host-image] Oct 09 05:39:12.777 INFO O| Oct 09 05:39:12.777 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91562024-10-09T05:39:14.142Z[ host-image] Oct 09 05:39:12.777 INFO O| Oct 09 05:39:12.777 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91572024-10-09T05:39:14.142Z[ host-image] Oct 09 05:39:12.777 INFO O| Oct 09 05:39:12.777 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91582024-10-09T05:39:14.142Z[ host-image] Oct 09 05:39:12.777 INFO O| Oct 09 05:39:12.777 INFO ok!
91592024-10-09T05:39:14.142Z[ host-image] Oct 09 05:39:12.777 INFO O| Oct 09 05:39:12.777 INFO STEP 46 (ensure_file) COMPLETE
91602024-10-09T05:39:14.142Z[ host-image] Oct 09 05:39:12.777 INFO O| Oct 09 05:39:12.777 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91612024-10-09T05:39:14.149Z[ host-image] Oct 09 05:39:12.786 INFO O| Oct 09 05:39:12.786 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
91622024-10-09T05:39:14.151Z[ host-image] Oct 09 05:39:12.786 INFO O| Oct 09 05:39:12.786 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 ...
91632024-10-09T05:39:14.151Z[ host-image] Oct 09 05:39:12.787 INFO O| Oct 09 05:39:12.787 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
91642024-10-09T05:39:14.151Z[ host-image] Oct 09 05:39:12.787 INFO O| Oct 09 05:39:12.787 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91652024-10-09T05:39:14.152Z[ host-image] Oct 09 05:39:12.787 INFO O| Oct 09 05:39:12.787 INFO ok!
91662024-10-09T05:39:14.152Z[ host-image] Oct 09 05:39:12.787 INFO O| Oct 09 05:39:12.787 INFO STEP 47 (ensure_file) COMPLETE
91672024-10-09T05:39:14.152Z[ host-image] Oct 09 05:39:12.787 INFO O| Oct 09 05:39:12.787 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91682024-10-09T05:39:14.158Z[ host-image] Oct 09 05:39:12.796 INFO O| Oct 09 05:39:12.796 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
91692024-10-09T05:39:14.158Z[ host-image] Oct 09 05:39:12.796 INFO O| Oct 09 05:39:12.796 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
91702024-10-09T05:39:14.161Z[ host-image] Oct 09 05:39:12.796 INFO O| Oct 09 05:39:12.796 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91712024-10-09T05:39:14.161Z[ host-image] Oct 09 05:39:12.796 INFO O| Oct 09 05:39:12.796 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91722024-10-09T05:39:14.161Z[ host-image] Oct 09 05:39:12.796 INFO O| Oct 09 05:39:12.796 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91732024-10-09T05:39:14.161Z[ host-image] Oct 09 05:39:12.796 INFO O| Oct 09 05:39:12.796 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91742024-10-09T05:39:14.161Z[ host-image] Oct 09 05:39:12.796 INFO O| Oct 09 05:39:12.796 INFO ok!
91752024-10-09T05:39:14.161Z[ host-image] Oct 09 05:39:12.796 INFO O| Oct 09 05:39:12.796 INFO STEP 48 (ensure_file) COMPLETE
91762024-10-09T05:39:14.161Z[ host-image] Oct 09 05:39:12.796 INFO O| Oct 09 05:39:12.796 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91772024-10-09T05:39:14.168Z[ host-image] Oct 09 05:39:12.805 INFO O| Oct 09 05:39:12.805 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
91782024-10-09T05:39:14.168Z[ host-image] Oct 09 05:39:12.805 INFO O| Oct 09 05:39:12.805 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 ...
91792024-10-09T05:39:14.168Z[ host-image] Oct 09 05:39:12.805 INFO O| Oct 09 05:39:12.805 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
91802024-10-09T05:39:14.172Z[ host-image] Oct 09 05:39:12.805 INFO O| Oct 09 05:39:12.805 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91812024-10-09T05:39:14.172Z[ host-image] Oct 09 05:39:12.805 INFO O| Oct 09 05:39:12.805 INFO ok!
91822024-10-09T05:39:14.172Z[ host-image] Oct 09 05:39:12.806 INFO O| Oct 09 05:39:12.805 INFO STEP 49 (ensure_file) COMPLETE
91832024-10-09T05:39:14.173Z[ host-image] Oct 09 05:39:12.806 INFO O| Oct 09 05:39:12.806 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91842024-10-09T05:39:14.178Z[ host-image] Oct 09 05:39:12.815 INFO O| Oct 09 05:39:12.815 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
91852024-10-09T05:39:14.178Z[ host-image] Oct 09 05:39:12.815 INFO O| Oct 09 05:39:12.815 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
91862024-10-09T05:39:14.181Z[ host-image] Oct 09 05:39:12.815 INFO O| Oct 09 05:39:12.815 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91872024-10-09T05:39:14.181Z[ host-image] Oct 09 05:39:12.815 INFO O| Oct 09 05:39:12.815 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91882024-10-09T05:39:14.181Z[ host-image] Oct 09 05:39:12.815 INFO O| Oct 09 05:39:12.815 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91892024-10-09T05:39:14.181Z[ host-image] Oct 09 05:39:12.815 INFO O| Oct 09 05:39:12.815 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91902024-10-09T05:39:14.181Z[ host-image] Oct 09 05:39:12.815 INFO O| Oct 09 05:39:12.815 INFO ok!
91912024-10-09T05:39:14.181Z[ host-image] Oct 09 05:39:12.815 INFO O| Oct 09 05:39:12.815 INFO STEP 50 (ensure_file) COMPLETE
91922024-10-09T05:39:14.181Z[ host-image] Oct 09 05:39:12.815 INFO O| Oct 09 05:39:12.815 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91932024-10-09T05:39:14.187Z[ host-image] Oct 09 05:39:12.825 INFO O| Oct 09 05:39:12.825 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91942024-10-09T05:39:14.187Z[ host-image] Oct 09 05:39:12.825 INFO O| Oct 09 05:39:12.825 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 ...
91952024-10-09T05:39:14.190Z[ host-image] Oct 09 05:39:12.825 INFO O| Oct 09 05:39:12.825 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
91962024-10-09T05:39:14.190Z[ host-image] Oct 09 05:39:12.825 INFO O| Oct 09 05:39:12.825 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91972024-10-09T05:39:14.190Z[ host-image] Oct 09 05:39:12.825 INFO O| Oct 09 05:39:12.825 INFO ok!
91982024-10-09T05:39:14.190Z[ host-image] Oct 09 05:39:12.825 INFO O| Oct 09 05:39:12.825 INFO STEP 51 (ensure_file) COMPLETE
91992024-10-09T05:39:14.190Z[ host-image] Oct 09 05:39:12.825 INFO O| Oct 09 05:39:12.825 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92002024-10-09T05:39:14.197Z[ host-image] Oct 09 05:39:12.834 INFO O| Oct 09 05:39:12.834 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
92012024-10-09T05:39:14.199Z[ host-image] Oct 09 05:39:12.834 INFO O| Oct 09 05:39:12.834 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 ...
92022024-10-09T05:39:14.199Z[ host-image] Oct 09 05:39:12.834 INFO O| Oct 09 05:39:12.834 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
92032024-10-09T05:39:14.199Z[ host-image] Oct 09 05:39:12.834 INFO O| Oct 09 05:39:12.834 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
92042024-10-09T05:39:14.199Z[ host-image] Oct 09 05:39:12.834 INFO O| Oct 09 05:39:12.834 INFO ok!
92052024-10-09T05:39:14.200Z[ host-image] Oct 09 05:39:12.834 INFO O| Oct 09 05:39:12.834 INFO STEP 52 (ensure_file) COMPLETE
92062024-10-09T05:39:14.200Z[ host-image] Oct 09 05:39:12.834 INFO O| Oct 09 05:39:12.834 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92072024-10-09T05:39:14.206Z[ host-image] Oct 09 05:39:12.844 INFO O| Oct 09 05:39:12.844 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
92082024-10-09T05:39:14.209Z[ host-image] Oct 09 05:39:12.844 INFO O| Oct 09 05:39:12.844 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 ...
92092024-10-09T05:39:14.209Z[ host-image] Oct 09 05:39:12.844 INFO O| Oct 09 05:39:12.844 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
92102024-10-09T05:39:14.209Z[ host-image] Oct 09 05:39:12.844 INFO O| Oct 09 05:39:12.844 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
92112024-10-09T05:39:14.210Z[ host-image] Oct 09 05:39:12.844 INFO O| Oct 09 05:39:12.844 INFO ok!
92122024-10-09T05:39:14.210Z[ host-image] Oct 09 05:39:12.844 INFO O| Oct 09 05:39:12.844 INFO STEP 53 (ensure_file) COMPLETE
92132024-10-09T05:39:14.210Z[ host-image] Oct 09 05:39:12.844 INFO O| Oct 09 05:39:12.844 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92142024-10-09T05:39:14.216Z[ host-image] Oct 09 05:39:12.853 INFO O| Oct 09 05:39:12.853 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
92152024-10-09T05:39:14.216Z[ host-image] Oct 09 05:39:12.853 INFO O| Oct 09 05:39:12.853 INFO STEP 54 (ensure_dir) COMPLETE
92162024-10-09T05:39:14.216Z[ host-image] Oct 09 05:39:12.853 INFO O| Oct 09 05:39:12.853 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92172024-10-09T05:39:14.225Z[ host-image] Oct 09 05:39:12.863 INFO O| Oct 09 05:39:12.862 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92182024-10-09T05:39:14.225Z[ host-image] Oct 09 05:39:12.863 INFO O| Oct 09 05:39:12.863 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92192024-10-09T05:39:14.228Z[ host-image] Oct 09 05:39:12.863 INFO O| Oct 09 05:39:12.863 INFO STEP 55 (ensure_dir) COMPLETE
92202024-10-09T05:39:14.228Z[ host-image] Oct 09 05:39:12.863 INFO O| Oct 09 05:39:12.863 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92212024-10-09T05:39:14.235Z[ host-image] Oct 09 05:39:12.872 INFO O| Oct 09 05:39:12.872 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92222024-10-09T05:39:14.235Z[ host-image] Oct 09 05:39:12.872 INFO O| Oct 09 05:39:12.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92232024-10-09T05:39:14.235Z[ host-image] Oct 09 05:39:12.872 INFO O| Oct 09 05:39:12.872 INFO STEP 56 (ensure_dir) COMPLETE
92242024-10-09T05:39:14.237Z[ host-image] Oct 09 05:39:12.872 INFO O| Oct 09 05:39:12.872 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92252024-10-09T05:39:14.244Z[ host-image] Oct 09 05:39:12.882 INFO O| Oct 09 05:39:12.882 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
92262024-10-09T05:39:14.244Z[ host-image] Oct 09 05:39:12.882 INFO O| Oct 09 05:39:12.882 INFO copying /tmp/.tmpnRxr7e/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
92272024-10-09T05:39:14.261Z[ host-image] Oct 09 05:39:12.898 INFO O| Oct 09 05:39:12.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
92282024-10-09T05:39:14.261Z[ host-image] Oct 09 05:39:12.898 INFO O| Oct 09 05:39:12.898 INFO ok!
92292024-10-09T05:39:14.263Z[ host-image] Oct 09 05:39:12.898 INFO O| Oct 09 05:39:12.898 INFO STEP 57 (ensure_file) COMPLETE
92302024-10-09T05:39:14.263Z[ host-image] Oct 09 05:39:12.898 INFO O| Oct 09 05:39:12.898 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92312024-10-09T05:39:14.271Z[ host-image] Oct 09 05:39:12.909 INFO O| Oct 09 05:39:12.909 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
92322024-10-09T05:39:14.271Z[ host-image] Oct 09 05:39:12.909 INFO O| Oct 09 05:39:12.909 INFO copying /tmp/.tmpnRxr7e/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
92332024-10-09T05:39:15.329Z[ host-image] Oct 09 05:39:13.966 INFO O| Oct 09 05:39:13.965 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
92342024-10-09T05:39:15.330Z[ host-image] Oct 09 05:39:13.966 INFO O| Oct 09 05:39:13.966 INFO ok!
92352024-10-09T05:39:15.330Z[ host-image] Oct 09 05:39:13.966 INFO O| Oct 09 05:39:13.966 INFO STEP 58 (ensure_file) COMPLETE
92362024-10-09T05:39:15.330Z[ host-image] Oct 09 05:39:13.966 INFO O| Oct 09 05:39:13.966 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92372024-10-09T05:39:15.340Z[ host-image] Oct 09 05:39:13.977 INFO O| Oct 09 05:39:13.977 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92382024-10-09T05:39:15.340Z[ host-image] Oct 09 05:39:13.977 INFO O| Oct 09 05:39:13.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92392024-10-09T05:39:15.340Z[ host-image] Oct 09 05:39:13.977 INFO O| Oct 09 05:39:13.977 INFO STEP 59 (ensure_dir) COMPLETE
92402024-10-09T05:39:15.340Z[ host-image] Oct 09 05:39:13.977 INFO O| Oct 09 05:39:13.977 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92412024-10-09T05:39:15.350Z[ host-image] Oct 09 05:39:13.986 INFO O| Oct 09 05:39:13.986 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
92422024-10-09T05:39:15.353Z[ host-image] Oct 09 05:39:13.986 INFO O| Oct 09 05:39:13.986 INFO copying /tmp/.tmpnRxr7e/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 ...
92432024-10-09T05:39:15.353Z[ host-image] Oct 09 05:39:13.987 INFO O| Oct 09 05:39:13.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
92442024-10-09T05:39:15.353Z[ host-image] Oct 09 05:39:13.987 INFO O| Oct 09 05:39:13.987 INFO ok!
92452024-10-09T05:39:15.353Z[ host-image] Oct 09 05:39:13.987 INFO O| Oct 09 05:39:13.987 INFO STEP 60 (ensure_file) COMPLETE
92462024-10-09T05:39:15.353Z[ host-image] Oct 09 05:39:13.987 INFO O| Oct 09 05:39:13.987 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92472024-10-09T05:39:15.360Z[ host-image] Oct 09 05:39:13.996 INFO O| Oct 09 05:39:13.996 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
92482024-10-09T05:39:15.360Z[ host-image] Oct 09 05:39:13.996 INFO O| Oct 09 05:39:13.996 INFO copying /tmp/.tmpnRxr7e/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 ...
92492024-10-09T05:39:15.362Z[ host-image] Oct 09 05:39:13.996 INFO O| Oct 09 05:39:13.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
92502024-10-09T05:39:15.362Z[ host-image] Oct 09 05:39:13.996 INFO O| Oct 09 05:39:13.996 INFO ok!
92512024-10-09T05:39:15.362Z[ host-image] Oct 09 05:39:13.996 INFO O| Oct 09 05:39:13.996 INFO STEP 61 (ensure_file) COMPLETE
92522024-10-09T05:39:15.362Z[ host-image] Oct 09 05:39:13.996 INFO O| Oct 09 05:39:13.996 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92532024-10-09T05:39:15.370Z[ host-image] Oct 09 05:39:14.007 INFO O| Oct 09 05:39:14.007 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92542024-10-09T05:39:15.371Z[ host-image] Oct 09 05:39:14.007 INFO O| Oct 09 05:39:14.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92552024-10-09T05:39:15.373Z[ host-image] Oct 09 05:39:14.007 INFO O| Oct 09 05:39:14.007 INFO STEP 62 (ensure_dir) COMPLETE
92562024-10-09T05:39:15.373Z[ host-image] Oct 09 05:39:14.007 INFO O| Oct 09 05:39:14.007 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92572024-10-09T05:39:15.381Z[ host-image] Oct 09 05:39:14.017 INFO O| Oct 09 05:39:14.017 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
92582024-10-09T05:39:15.381Z[ host-image] Oct 09 05:39:14.017 INFO O| Oct 09 05:39:14.017 INFO copying /tmp/.tmpnRxr7e/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 ...
92592024-10-09T05:39:15.383Z[ host-image] Oct 09 05:39:14.017 INFO O| Oct 09 05:39:14.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
92602024-10-09T05:39:15.383Z[ host-image] Oct 09 05:39:14.017 INFO O| Oct 09 05:39:14.017 INFO ok!
92612024-10-09T05:39:15.383Z[ host-image] Oct 09 05:39:14.017 INFO O| Oct 09 05:39:14.017 INFO STEP 63 (ensure_file) COMPLETE
92622024-10-09T05:39:15.383Z[ host-image] Oct 09 05:39:14.017 INFO O| Oct 09 05:39:14.017 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92632024-10-09T05:39:15.391Z[ host-image] Oct 09 05:39:14.027 INFO O| Oct 09 05:39:14.027 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92642024-10-09T05:39:15.391Z[ host-image] Oct 09 05:39:14.027 INFO O| Oct 09 05:39:14.027 INFO copying /tmp/.tmpnRxr7e/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 ...
92652024-10-09T05:39:15.393Z[ host-image] Oct 09 05:39:14.027 INFO O| Oct 09 05:39:14.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
92662024-10-09T05:39:15.393Z[ host-image] Oct 09 05:39:14.027 INFO O| Oct 09 05:39:14.027 INFO ok!
92672024-10-09T05:39:15.393Z[ host-image] Oct 09 05:39:14.027 INFO O| Oct 09 05:39:14.027 INFO STEP 64 (ensure_file) COMPLETE
92682024-10-09T05:39:15.393Z[ host-image] Oct 09 05:39:14.027 INFO O| Oct 09 05:39:14.027 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92692024-10-09T05:39:15.400Z[ host-image] Oct 09 05:39:14.036 INFO O| Oct 09 05:39:14.036 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92702024-10-09T05:39:15.402Z[ host-image] Oct 09 05:39:14.036 INFO O| Oct 09 05:39:14.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92712024-10-09T05:39:15.402Z[ host-image] Oct 09 05:39:14.036 INFO O| Oct 09 05:39:14.036 INFO STEP 65 (ensure_dir) COMPLETE
92722024-10-09T05:39:15.402Z[ host-image] Oct 09 05:39:14.036 INFO O| Oct 09 05:39:14.036 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92732024-10-09T05:39:15.409Z[ host-image] Oct 09 05:39:14.046 INFO O| Oct 09 05:39:14.046 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92742024-10-09T05:39:15.410Z[ host-image] Oct 09 05:39:14.046 INFO O| Oct 09 05:39:14.046 INFO copying /tmp/.tmpnRxr7e/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 ...
92752024-10-09T05:39:15.412Z[ host-image] Oct 09 05:39:14.046 INFO O| Oct 09 05:39:14.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92762024-10-09T05:39:15.412Z[ host-image] Oct 09 05:39:14.046 INFO O| Oct 09 05:39:14.046 INFO ok!
92772024-10-09T05:39:15.412Z[ host-image] Oct 09 05:39:14.046 INFO O| Oct 09 05:39:14.046 INFO STEP 66 (ensure_file) COMPLETE
92782024-10-09T05:39:15.412Z[ host-image] Oct 09 05:39:14.046 INFO O| Oct 09 05:39:14.046 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92792024-10-09T05:39:15.419Z[ host-image] Oct 09 05:39:14.055 INFO O| Oct 09 05:39:14.055 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
92802024-10-09T05:39:15.419Z[ host-image] Oct 09 05:39:14.055 INFO O| Oct 09 05:39:14.055 INFO copying /tmp/.tmpnRxr7e/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
92812024-10-09T05:39:15.419Z[ host-image] Oct 09 05:39:14.055 INFO O| Oct 09 05:39:14.055 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
92822024-10-09T05:39:15.419Z[ host-image] Oct 09 05:39:14.055 INFO O| Oct 09 05:39:14.055 INFO ok!
92832024-10-09T05:39:15.422Z[ host-image] Oct 09 05:39:14.055 INFO O| Oct 09 05:39:14.055 INFO STEP 67 (ensure_file) COMPLETE
92842024-10-09T05:39:15.422Z[ host-image] Oct 09 05:39:14.055 INFO O| Oct 09 05:39:14.055 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92852024-10-09T05:39:15.428Z[ host-image] Oct 09 05:39:14.065 INFO O| Oct 09 05:39:14.065 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92862024-10-09T05:39:15.431Z[ host-image] Oct 09 05:39:14.065 INFO O| Oct 09 05:39:14.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92872024-10-09T05:39:15.431Z[ host-image] Oct 09 05:39:14.065 INFO O| Oct 09 05:39:14.065 INFO STEP 68 (ensure_dir) COMPLETE
92882024-10-09T05:39:15.432Z[ host-image] Oct 09 05:39:14.065 INFO O| Oct 09 05:39:14.065 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92892024-10-09T05:39:15.438Z[ host-image] Oct 09 05:39:14.074 INFO O| Oct 09 05:39:14.074 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92902024-10-09T05:39:15.440Z[ host-image] Oct 09 05:39:14.074 INFO O| Oct 09 05:39:14.074 INFO copying /tmp/.tmpnRxr7e/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
92912024-10-09T05:39:16.474Z[ host-image] Oct 09 05:39:15.094 INFO O| Oct 09 05:39:15.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92922024-10-09T05:39:16.474Z[ host-image] Oct 09 05:39:15.094 INFO O| Oct 09 05:39:15.094 INFO ok!
92932024-10-09T05:39:16.477Z[ host-image] Oct 09 05:39:15.094 INFO O| Oct 09 05:39:15.094 INFO STEP 69 (ensure_file) COMPLETE
92942024-10-09T05:39:16.477Z[ host-image] Oct 09 05:39:15.094 INFO O| Oct 09 05:39:15.094 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92952024-10-09T05:39:16.477Z[ host-image] Oct 09 05:39:15.106 INFO O| Oct 09 05:39:15.106 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92962024-10-09T05:39:16.477Z[ host-image] Oct 09 05:39:15.106 INFO O| Oct 09 05:39:15.106 INFO copying /tmp/.tmpnRxr7e/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
92972024-10-09T05:39:17.907Z[ host-image] Oct 09 05:39:16.540 INFO O| Oct 09 05:39:16.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
92982024-10-09T05:39:17.907Z[ host-image] Oct 09 05:39:16.540 INFO O| Oct 09 05:39:16.540 INFO ok!
92992024-10-09T05:39:17.910Z[ host-image] Oct 09 05:39:16.540 INFO O| Oct 09 05:39:16.540 INFO STEP 70 (ensure_file) COMPLETE
93002024-10-09T05:39:17.911Z[ host-image] Oct 09 05:39:16.540 INFO O| Oct 09 05:39:16.540 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93012024-10-09T05:39:17.917Z[ host-image] Oct 09 05:39:16.551 INFO O| Oct 09 05:39:16.551 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93022024-10-09T05:39:17.919Z[ host-image] Oct 09 05:39:16.551 INFO O| Oct 09 05:39:16.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93032024-10-09T05:39:17.919Z[ host-image] Oct 09 05:39:16.551 INFO O| Oct 09 05:39:16.551 INFO STEP 71 (ensure_dir) COMPLETE
93042024-10-09T05:39:17.919Z[ host-image] Oct 09 05:39:16.551 INFO O| Oct 09 05:39:16.551 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93052024-10-09T05:39:17.927Z[ host-image] Oct 09 05:39:16.560 INFO O| Oct 09 05:39:16.560 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
93062024-10-09T05:39:17.927Z[ host-image] Oct 09 05:39:16.560 INFO O| Oct 09 05:39:16.560 INFO copying /tmp/.tmpnRxr7e/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 ...
93072024-10-09T05:39:17.929Z[ host-image] Oct 09 05:39:16.561 INFO O| Oct 09 05:39:16.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
93082024-10-09T05:39:17.929Z[ host-image] Oct 09 05:39:16.561 INFO O| Oct 09 05:39:16.561 INFO ok!
93092024-10-09T05:39:17.929Z[ host-image] Oct 09 05:39:16.561 INFO O| Oct 09 05:39:16.561 INFO STEP 72 (ensure_file) COMPLETE
93102024-10-09T05:39:17.929Z[ host-image] Oct 09 05:39:16.561 INFO O| Oct 09 05:39:16.561 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93112024-10-09T05:39:17.936Z[ host-image] Oct 09 05:39:16.570 INFO O| Oct 09 05:39:16.570 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
93122024-10-09T05:39:17.939Z[ host-image] Oct 09 05:39:16.570 INFO O| Oct 09 05:39:16.570 INFO copying /tmp/.tmpnRxr7e/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 ...
93132024-10-09T05:39:17.939Z[ host-image] Oct 09 05:39:16.570 INFO O| Oct 09 05:39:16.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
93142024-10-09T05:39:17.939Z[ host-image] Oct 09 05:39:16.570 INFO O| Oct 09 05:39:16.570 INFO ok!
93152024-10-09T05:39:17.939Z[ host-image] Oct 09 05:39:16.570 INFO O| Oct 09 05:39:16.570 INFO STEP 73 (ensure_file) COMPLETE
93162024-10-09T05:39:17.939Z[ host-image] Oct 09 05:39:16.570 INFO O| Oct 09 05:39:16.570 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93172024-10-09T05:39:17.946Z[ host-image] Oct 09 05:39:16.580 INFO O| Oct 09 05:39:16.580 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
93182024-10-09T05:39:17.946Z[ host-image] Oct 09 05:39:16.580 INFO O| Oct 09 05:39:16.580 INFO copying /tmp/.tmpnRxr7e/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
93192024-10-09T05:39:17.948Z[ host-image] Oct 09 05:39:16.580 INFO O| Oct 09 05:39:16.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
93202024-10-09T05:39:17.948Z[ host-image] Oct 09 05:39:16.580 INFO O| Oct 09 05:39:16.580 INFO ok!
93212024-10-09T05:39:17.948Z[ host-image] Oct 09 05:39:16.580 INFO O| Oct 09 05:39:16.580 INFO STEP 74 (ensure_file) COMPLETE
93222024-10-09T05:39:17.948Z[ host-image] Oct 09 05:39:16.580 INFO O| Oct 09 05:39:16.580 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93232024-10-09T05:39:17.955Z[ host-image] Oct 09 05:39:16.589 INFO O| Oct 09 05:39:16.589 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
93242024-10-09T05:39:17.955Z[ host-image] Oct 09 05:39:16.589 INFO O| Oct 09 05:39:16.589 INFO copying /tmp/.tmpnRxr7e/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
93252024-10-09T05:39:17.958Z[ host-image] Oct 09 05:39:16.589 INFO O| Oct 09 05:39:16.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
93262024-10-09T05:39:17.958Z[ host-image] Oct 09 05:39:16.589 INFO O| Oct 09 05:39:16.589 INFO ok!
93272024-10-09T05:39:17.958Z[ host-image] Oct 09 05:39:16.589 INFO O| Oct 09 05:39:16.589 INFO STEP 75 (ensure_file) COMPLETE
93282024-10-09T05:39:17.958Z[ host-image] Oct 09 05:39:16.589 INFO O| Oct 09 05:39:16.589 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93292024-10-09T05:39:17.965Z[ host-image] Oct 09 05:39:16.599 INFO O| Oct 09 05:39:16.598 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93302024-10-09T05:39:17.965Z[ host-image] Oct 09 05:39:16.599 INFO O| Oct 09 05:39:16.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93312024-10-09T05:39:17.965Z[ host-image] Oct 09 05:39:16.599 INFO O| Oct 09 05:39:16.599 INFO STEP 76 (ensure_dir) COMPLETE
93322024-10-09T05:39:17.968Z[ host-image] Oct 09 05:39:16.599 INFO O| Oct 09 05:39:16.599 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93332024-10-09T05:39:17.974Z[ host-image] Oct 09 05:39:16.608 INFO O| Oct 09 05:39:16.608 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
93342024-10-09T05:39:17.974Z[ host-image] Oct 09 05:39:16.608 INFO O| Oct 09 05:39:16.608 INFO copying /tmp/.tmpnRxr7e/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
93352024-10-09T05:39:17.977Z[ host-image] Oct 09 05:39:16.611 INFO O| Oct 09 05:39:16.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
93362024-10-09T05:39:17.977Z[ host-image] Oct 09 05:39:16.611 INFO O| Oct 09 05:39:16.611 INFO ok!
93372024-10-09T05:39:17.977Z[ host-image] Oct 09 05:39:16.611 INFO O| Oct 09 05:39:16.611 INFO STEP 77 (ensure_file) COMPLETE
93382024-10-09T05:39:17.979Z[ host-image] Oct 09 05:39:16.611 INFO O| Oct 09 05:39:16.611 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93392024-10-09T05:39:17.986Z[ host-image] Oct 09 05:39:16.620 INFO O| Oct 09 05:39:16.620 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
93402024-10-09T05:39:17.989Z[ host-image] Oct 09 05:39:16.620 INFO O| Oct 09 05:39:16.620 INFO copying /tmp/.tmpnRxr7e/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
93412024-10-09T05:39:17.989Z[ host-image] Oct 09 05:39:16.620 INFO O| Oct 09 05:39:16.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
93422024-10-09T05:39:17.989Z[ host-image] Oct 09 05:39:16.620 INFO O| Oct 09 05:39:16.620 INFO ok!
93432024-10-09T05:39:17.989Z[ host-image] Oct 09 05:39:16.620 INFO O| Oct 09 05:39:16.620 INFO STEP 78 (ensure_file) COMPLETE
93442024-10-09T05:39:17.989Z[ host-image] Oct 09 05:39:16.620 INFO O| Oct 09 05:39:16.620 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93452024-10-09T05:39:17.996Z[ host-image] Oct 09 05:39:16.629 INFO O| Oct 09 05:39:16.629 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
93462024-10-09T05:39:17.996Z[ host-image] Oct 09 05:39:16.629 INFO O| Oct 09 05:39:16.629 INFO copying /tmp/.tmpnRxr7e/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
93472024-10-09T05:39:18.618Z[ host-image] Oct 09 05:39:17.251 INFO O| Oct 09 05:39:17.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
93482024-10-09T05:39:18.618Z[ host-image] Oct 09 05:39:17.251 INFO O| Oct 09 05:39:17.251 INFO ok!
93492024-10-09T05:39:18.618Z[ host-image] Oct 09 05:39:17.251 INFO O| Oct 09 05:39:17.251 INFO STEP 79 (ensure_file) COMPLETE
93502024-10-09T05:39:18.618Z[ host-image] Oct 09 05:39:17.251 INFO O| Oct 09 05:39:17.251 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93512024-10-09T05:39:18.628Z[ host-image] Oct 09 05:39:17.262 INFO O| Oct 09 05:39:17.262 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93522024-10-09T05:39:18.631Z[ host-image] Oct 09 05:39:17.262 INFO O| Oct 09 05:39:17.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93532024-10-09T05:39:18.631Z[ host-image] Oct 09 05:39:17.262 INFO O| Oct 09 05:39:17.262 INFO STEP 80 (ensure_dir) COMPLETE
93542024-10-09T05:39:18.631Z[ host-image] Oct 09 05:39:17.262 INFO O| Oct 09 05:39:17.262 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93552024-10-09T05:39:18.638Z[ host-image] Oct 09 05:39:17.271 INFO O| Oct 09 05:39:17.271 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93562024-10-09T05:39:18.638Z[ host-image] Oct 09 05:39:17.271 INFO O| Oct 09 05:39:17.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93572024-10-09T05:39:18.638Z[ host-image] Oct 09 05:39:17.271 INFO O| Oct 09 05:39:17.271 INFO STEP 81 (ensure_dir) COMPLETE
93582024-10-09T05:39:18.641Z[ host-image] Oct 09 05:39:17.271 INFO O| Oct 09 05:39:17.271 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93592024-10-09T05:39:18.647Z[ host-image] Oct 09 05:39:17.281 INFO O| Oct 09 05:39:17.281 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93602024-10-09T05:39:18.650Z[ host-image] Oct 09 05:39:17.281 INFO O| Oct 09 05:39:17.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93612024-10-09T05:39:18.650Z[ host-image] Oct 09 05:39:17.281 INFO O| Oct 09 05:39:17.281 INFO STEP 82 (ensure_dir) COMPLETE
93622024-10-09T05:39:18.650Z[ host-image] Oct 09 05:39:17.281 INFO O| Oct 09 05:39:17.281 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93632024-10-09T05:39:18.657Z[ host-image] Oct 09 05:39:17.290 INFO O| Oct 09 05:39:17.290 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93642024-10-09T05:39:18.659Z[ host-image] Oct 09 05:39:17.290 INFO O| Oct 09 05:39:17.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93652024-10-09T05:39:18.659Z[ host-image] Oct 09 05:39:17.290 INFO O| Oct 09 05:39:17.290 INFO STEP 83 (ensure_dir) COMPLETE
93662024-10-09T05:39:18.659Z[ host-image] Oct 09 05:39:17.290 INFO O| Oct 09 05:39:17.290 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93672024-10-09T05:39:18.666Z[ host-image] Oct 09 05:39:17.300 INFO O| Oct 09 05:39:17.300 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93682024-10-09T05:39:18.666Z[ host-image] Oct 09 05:39:17.300 INFO O| Oct 09 05:39:17.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93692024-10-09T05:39:18.669Z[ host-image] Oct 09 05:39:17.300 INFO O| Oct 09 05:39:17.300 INFO STEP 84 (ensure_dir) COMPLETE
93702024-10-09T05:39:18.669Z[ host-image] Oct 09 05:39:17.300 INFO O| Oct 09 05:39:17.300 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93712024-10-09T05:39:18.676Z[ host-image] Oct 09 05:39:17.309 INFO O| Oct 09 05:39:17.309 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
93722024-10-09T05:39:18.676Z[ host-image] Oct 09 05:39:17.309 INFO O| Oct 09 05:39:17.309 INFO copying /tmp/.tmpnRxr7e/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 ...
93732024-10-09T05:39:18.680Z[ host-image] Oct 09 05:39:17.310 INFO O| Oct 09 05:39:17.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
93742024-10-09T05:39:18.680Z[ host-image] Oct 09 05:39:17.310 INFO O| Oct 09 05:39:17.309 INFO ok!
93752024-10-09T05:39:18.680Z[ host-image] Oct 09 05:39:17.310 INFO O| Oct 09 05:39:17.310 INFO STEP 85 (ensure_file) COMPLETE
93762024-10-09T05:39:18.680Z[ host-image] Oct 09 05:39:17.310 INFO O| Oct 09 05:39:17.310 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93772024-10-09T05:39:18.686Z[ host-image] Oct 09 05:39:17.319 INFO O| Oct 09 05:39:17.319 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93782024-10-09T05:39:18.688Z[ host-image] Oct 09 05:39:17.319 INFO O| Oct 09 05:39:17.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93792024-10-09T05:39:18.688Z[ host-image] Oct 09 05:39:17.319 INFO O| Oct 09 05:39:17.319 INFO STEP 86 (ensure_dir) COMPLETE
93802024-10-09T05:39:18.688Z[ host-image] Oct 09 05:39:17.319 INFO O| Oct 09 05:39:17.319 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93812024-10-09T05:39:18.695Z[ host-image] Oct 09 05:39:17.329 INFO O| Oct 09 05:39:17.329 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
93822024-10-09T05:39:18.695Z[ host-image] Oct 09 05:39:17.329 INFO O| Oct 09 05:39:17.329 INFO copying /tmp/.tmpnRxr7e/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
93832024-10-09T05:39:18.698Z[ host-image] Oct 09 05:39:17.329 INFO O| Oct 09 05:39:17.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
93842024-10-09T05:39:18.698Z[ host-image] Oct 09 05:39:17.329 INFO O| Oct 09 05:39:17.329 INFO ok!
93852024-10-09T05:39:18.698Z[ host-image] Oct 09 05:39:17.329 INFO O| Oct 09 05:39:17.329 INFO STEP 87 (ensure_file) COMPLETE
93862024-10-09T05:39:18.698Z[ host-image] Oct 09 05:39:17.329 INFO O| Oct 09 05:39:17.329 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93872024-10-09T05:39:18.705Z[ host-image] Oct 09 05:39:17.338 INFO O| Oct 09 05:39:17.338 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93882024-10-09T05:39:18.709Z[ host-image] Oct 09 05:39:17.338 INFO O| Oct 09 05:39:17.338 INFO copying /tmp/.tmpnRxr7e/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93892024-10-09T05:39:18.716Z[ host-image] Oct 09 05:39:17.349 INFO O| Oct 09 05:39:17.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
93902024-10-09T05:39:18.716Z[ host-image] Oct 09 05:39:17.349 INFO O| Oct 09 05:39:17.349 INFO ok!
93912024-10-09T05:39:18.718Z[ host-image] Oct 09 05:39:17.349 INFO O| Oct 09 05:39:17.349 INFO STEP 88 (ensure_file) COMPLETE
93922024-10-09T05:39:18.718Z[ host-image] Oct 09 05:39:17.349 INFO O| Oct 09 05:39:17.349 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93932024-10-09T05:39:18.726Z[ host-image] Oct 09 05:39:17.359 INFO O| Oct 09 05:39:17.359 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
93942024-10-09T05:39:18.726Z[ host-image] Oct 09 05:39:17.359 INFO O| Oct 09 05:39:17.359 INFO copying /tmp/.tmpnRxr7e/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
93952024-10-09T05:39:19.131Z[ host-image] Oct 09 05:39:17.764 INFO O| Oct 09 05:39:17.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
93962024-10-09T05:39:19.132Z[ host-image] Oct 09 05:39:17.764 INFO O| Oct 09 05:39:17.764 INFO ok!
93972024-10-09T05:39:19.132Z[ host-image] Oct 09 05:39:17.764 INFO O| Oct 09 05:39:17.764 INFO STEP 89 (ensure_file) COMPLETE
93982024-10-09T05:39:19.132Z[ host-image] Oct 09 05:39:17.764 INFO O| Oct 09 05:39:17.764 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93992024-10-09T05:39:19.142Z[ host-image] Oct 09 05:39:17.775 INFO O| Oct 09 05:39:17.775 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
94002024-10-09T05:39:19.142Z[ host-image] Oct 09 05:39:17.775 INFO O| Oct 09 05:39:17.775 INFO copying /tmp/.tmpnRxr7e/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
94012024-10-09T05:39:19.145Z[ host-image] Oct 09 05:39:17.775 INFO O| Oct 09 05:39:17.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
94022024-10-09T05:39:19.145Z[ host-image] Oct 09 05:39:17.775 INFO O| Oct 09 05:39:17.775 INFO ok!
94032024-10-09T05:39:19.145Z[ host-image] Oct 09 05:39:17.775 INFO O| Oct 09 05:39:17.775 INFO STEP 90 (ensure_file) COMPLETE
94042024-10-09T05:39:19.145Z[ host-image] Oct 09 05:39:17.775 INFO O| Oct 09 05:39:17.775 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94052024-10-09T05:39:19.152Z[ host-image] Oct 09 05:39:17.785 INFO O| Oct 09 05:39:17.785 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94062024-10-09T05:39:19.155Z[ host-image] Oct 09 05:39:17.785 INFO O| Oct 09 05:39:17.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94072024-10-09T05:39:19.155Z[ host-image] Oct 09 05:39:17.785 INFO O| Oct 09 05:39:17.785 INFO STEP 91 (ensure_dir) COMPLETE
94082024-10-09T05:39:19.155Z[ host-image] Oct 09 05:39:17.785 INFO O| Oct 09 05:39:17.785 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94092024-10-09T05:39:19.162Z[ host-image] Oct 09 05:39:17.794 INFO O| Oct 09 05:39:17.794 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
94102024-10-09T05:39:19.162Z[ host-image] Oct 09 05:39:17.794 INFO O| Oct 09 05:39:17.794 INFO copying /tmp/.tmpnRxr7e/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 ...
94112024-10-09T05:39:19.164Z[ host-image] Oct 09 05:39:17.795 INFO O| Oct 09 05:39:17.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
94122024-10-09T05:39:19.164Z[ host-image] Oct 09 05:39:17.795 INFO O| Oct 09 05:39:17.795 INFO ok!
94132024-10-09T05:39:19.164Z[ host-image] Oct 09 05:39:17.795 INFO O| Oct 09 05:39:17.795 INFO STEP 92 (ensure_file) COMPLETE
94142024-10-09T05:39:19.164Z[ host-image] Oct 09 05:39:17.795 INFO O| Oct 09 05:39:17.795 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94152024-10-09T05:39:19.171Z[ host-image] Oct 09 05:39:17.804 INFO O| Oct 09 05:39:17.804 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
94162024-10-09T05:39:19.171Z[ host-image] Oct 09 05:39:17.804 INFO O| Oct 09 05:39:17.804 INFO copying /tmp/.tmpnRxr7e/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 ...
94172024-10-09T05:39:19.174Z[ host-image] Oct 09 05:39:17.804 INFO O| Oct 09 05:39:17.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
94182024-10-09T05:39:19.174Z[ host-image] Oct 09 05:39:17.804 INFO O| Oct 09 05:39:17.804 INFO ok!
94192024-10-09T05:39:19.174Z[ host-image] Oct 09 05:39:17.804 INFO O| Oct 09 05:39:17.804 INFO STEP 93 (ensure_file) COMPLETE
94202024-10-09T05:39:19.174Z[ host-image] Oct 09 05:39:17.804 INFO O| Oct 09 05:39:17.804 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94212024-10-09T05:39:19.181Z[ host-image] Oct 09 05:39:17.814 INFO O| Oct 09 05:39:17.814 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
94222024-10-09T05:39:19.181Z[ host-image] Oct 09 05:39:17.814 INFO O| Oct 09 05:39:17.814 INFO copying /tmp/.tmpnRxr7e/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 ...
94232024-10-09T05:39:19.184Z[ host-image] Oct 09 05:39:17.814 INFO O| Oct 09 05:39:17.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
94242024-10-09T05:39:19.184Z[ host-image] Oct 09 05:39:17.814 INFO O| Oct 09 05:39:17.814 INFO ok!
94252024-10-09T05:39:19.184Z[ host-image] Oct 09 05:39:17.814 INFO O| Oct 09 05:39:17.814 INFO STEP 94 (ensure_file) COMPLETE
94262024-10-09T05:39:19.184Z[ host-image] Oct 09 05:39:17.814 INFO O| Oct 09 05:39:17.814 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94272024-10-09T05:39:19.190Z[ host-image] Oct 09 05:39:17.823 INFO O| Oct 09 05:39:17.823 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
94282024-10-09T05:39:19.190Z[ host-image] Oct 09 05:39:17.823 INFO O| Oct 09 05:39:17.823 INFO copying /tmp/.tmpnRxr7e/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 ...
94292024-10-09T05:39:19.193Z[ host-image] Oct 09 05:39:17.823 INFO O| Oct 09 05:39:17.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
94302024-10-09T05:39:19.193Z[ host-image] Oct 09 05:39:17.823 INFO O| Oct 09 05:39:17.823 INFO ok!
94312024-10-09T05:39:19.193Z[ host-image] Oct 09 05:39:17.823 INFO O| Oct 09 05:39:17.823 INFO STEP 95 (ensure_file) COMPLETE
94322024-10-09T05:39:19.193Z[ host-image] Oct 09 05:39:17.823 INFO O| Oct 09 05:39:17.823 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94332024-10-09T05:39:19.200Z[ host-image] Oct 09 05:39:17.833 INFO O| Oct 09 05:39:17.833 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
94342024-10-09T05:39:19.200Z[ host-image] Oct 09 05:39:17.833 INFO O| Oct 09 05:39:17.833 INFO copying /tmp/.tmpnRxr7e/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 ...
94352024-10-09T05:39:19.203Z[ host-image] Oct 09 05:39:17.833 INFO O| Oct 09 05:39:17.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
94362024-10-09T05:39:19.203Z[ host-image] Oct 09 05:39:17.833 INFO O| Oct 09 05:39:17.833 INFO ok!
94372024-10-09T05:39:19.203Z[ host-image] Oct 09 05:39:17.833 INFO O| Oct 09 05:39:17.833 INFO STEP 96 (ensure_file) COMPLETE
94382024-10-09T05:39:19.203Z[ host-image] Oct 09 05:39:17.833 INFO O| Oct 09 05:39:17.833 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94392024-10-09T05:39:19.210Z[ host-image] Oct 09 05:39:17.842 INFO O| Oct 09 05:39:17.842 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
94402024-10-09T05:39:19.212Z[ host-image] Oct 09 05:39:17.842 INFO O| Oct 09 05:39:17.842 INFO copying /tmp/.tmpnRxr7e/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
94412024-10-09T05:39:19.212Z[ host-image] Oct 09 05:39:17.842 INFO O| Oct 09 05:39:17.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
94422024-10-09T05:39:19.212Z[ host-image] Oct 09 05:39:17.843 INFO O| Oct 09 05:39:17.842 INFO ok!
94432024-10-09T05:39:19.212Z[ host-image] Oct 09 05:39:17.843 INFO O| Oct 09 05:39:17.842 INFO STEP 97 (ensure_file) COMPLETE
94442024-10-09T05:39:19.212Z[ host-image] Oct 09 05:39:17.843 INFO O| Oct 09 05:39:17.842 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94452024-10-09T05:39:19.219Z[ host-image] Oct 09 05:39:17.852 INFO O| Oct 09 05:39:17.852 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
94462024-10-09T05:39:19.219Z[ host-image] Oct 09 05:39:17.852 INFO O| Oct 09 05:39:17.852 INFO copying /tmp/.tmpnRxr7e/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 ...
94472024-10-09T05:39:19.223Z[ host-image] Oct 09 05:39:17.852 INFO O| Oct 09 05:39:17.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
94482024-10-09T05:39:19.223Z[ host-image] Oct 09 05:39:17.852 INFO O| Oct 09 05:39:17.852 INFO ok!
94492024-10-09T05:39:19.223Z[ host-image] Oct 09 05:39:17.852 INFO O| Oct 09 05:39:17.852 INFO STEP 98 (ensure_file) COMPLETE
94502024-10-09T05:39:19.223Z[ host-image] Oct 09 05:39:17.852 INFO O| Oct 09 05:39:17.852 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94512024-10-09T05:39:19.229Z[ host-image] Oct 09 05:39:17.862 INFO O| Oct 09 05:39:17.861 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
94522024-10-09T05:39:19.229Z[ host-image] Oct 09 05:39:17.862 INFO O| Oct 09 05:39:17.861 INFO copying /tmp/.tmpnRxr7e/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 ...
94532024-10-09T05:39:19.232Z[ host-image] Oct 09 05:39:17.862 INFO O| Oct 09 05:39:17.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
94542024-10-09T05:39:19.232Z[ host-image] Oct 09 05:39:17.862 INFO O| Oct 09 05:39:17.862 INFO ok!
94552024-10-09T05:39:19.232Z[ host-image] Oct 09 05:39:17.862 INFO O| Oct 09 05:39:17.862 INFO STEP 99 (ensure_file) COMPLETE
94562024-10-09T05:39:19.232Z[ host-image] Oct 09 05:39:17.862 INFO O| Oct 09 05:39:17.862 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94572024-10-09T05:39:19.238Z[ host-image] Oct 09 05:39:17.871 INFO O| Oct 09 05:39:17.871 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
94582024-10-09T05:39:19.238Z[ host-image] Oct 09 05:39:17.871 INFO O| Oct 09 05:39:17.871 INFO copying /tmp/.tmpnRxr7e/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 ...
94592024-10-09T05:39:19.241Z[ host-image] Oct 09 05:39:17.871 INFO O| Oct 09 05:39:17.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
94602024-10-09T05:39:19.241Z[ host-image] Oct 09 05:39:17.871 INFO O| Oct 09 05:39:17.871 INFO ok!
94612024-10-09T05:39:19.242Z[ host-image] Oct 09 05:39:17.871 INFO O| Oct 09 05:39:17.871 INFO STEP 100 (ensure_file) COMPLETE
94622024-10-09T05:39:19.242Z[ host-image] Oct 09 05:39:17.871 INFO O| Oct 09 05:39:17.871 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94632024-10-09T05:39:19.248Z[ host-image] Oct 09 05:39:17.881 INFO O| Oct 09 05:39:17.881 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
94642024-10-09T05:39:19.251Z[ host-image] Oct 09 05:39:17.881 INFO O| Oct 09 05:39:17.881 INFO copying /tmp/.tmpnRxr7e/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
94652024-10-09T05:39:19.251Z[ host-image] Oct 09 05:39:17.881 INFO O| Oct 09 05:39:17.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
94662024-10-09T05:39:19.251Z[ host-image] Oct 09 05:39:17.881 INFO O| Oct 09 05:39:17.881 INFO ok!
94672024-10-09T05:39:19.251Z[ host-image] Oct 09 05:39:17.881 INFO O| Oct 09 05:39:17.881 INFO STEP 101 (ensure_file) COMPLETE
94682024-10-09T05:39:19.251Z[ host-image] Oct 09 05:39:17.881 INFO O| Oct 09 05:39:17.881 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94692024-10-09T05:39:19.258Z[ host-image] Oct 09 05:39:17.891 INFO O| Oct 09 05:39:17.890 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
94702024-10-09T05:39:19.258Z[ host-image] Oct 09 05:39:17.891 INFO O| Oct 09 05:39:17.891 INFO copying /tmp/.tmpnRxr7e/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 ...
94712024-10-09T05:39:19.261Z[ host-image] Oct 09 05:39:17.891 INFO O| Oct 09 05:39:17.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
94722024-10-09T05:39:19.261Z[ host-image] Oct 09 05:39:17.891 INFO O| Oct 09 05:39:17.891 INFO ok!
94732024-10-09T05:39:19.261Z[ host-image] Oct 09 05:39:17.891 INFO O| Oct 09 05:39:17.891 INFO STEP 102 (ensure_file) COMPLETE
94742024-10-09T05:39:19.261Z[ host-image] Oct 09 05:39:17.891 INFO O| Oct 09 05:39:17.891 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94752024-10-09T05:39:19.267Z[ host-image] Oct 09 05:39:17.900 INFO O| Oct 09 05:39:17.900 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
94762024-10-09T05:39:19.268Z[ host-image] Oct 09 05:39:17.900 INFO O| Oct 09 05:39:17.900 INFO copying /tmp/.tmpnRxr7e/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 ...
94772024-10-09T05:39:19.270Z[ host-image] Oct 09 05:39:17.900 INFO O| Oct 09 05:39:17.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94782024-10-09T05:39:19.270Z[ host-image] Oct 09 05:39:17.900 INFO O| Oct 09 05:39:17.900 INFO ok!
94792024-10-09T05:39:19.270Z[ host-image] Oct 09 05:39:17.900 INFO O| Oct 09 05:39:17.900 INFO STEP 103 (ensure_file) COMPLETE
94802024-10-09T05:39:19.270Z[ host-image] Oct 09 05:39:17.900 INFO O| Oct 09 05:39:17.900 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94812024-10-09T05:39:19.277Z[ host-image] Oct 09 05:39:17.910 INFO O| Oct 09 05:39:17.910 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94822024-10-09T05:39:19.279Z[ host-image] Oct 09 05:39:17.910 INFO O| Oct 09 05:39:17.910 INFO copying /tmp/.tmpnRxr7e/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 ...
94832024-10-09T05:39:19.279Z[ host-image] Oct 09 05:39:17.910 INFO O| Oct 09 05:39:17.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
94842024-10-09T05:39:19.279Z[ host-image] Oct 09 05:39:17.910 INFO O| Oct 09 05:39:17.910 INFO ok!
94852024-10-09T05:39:19.279Z[ host-image] Oct 09 05:39:17.910 INFO O| Oct 09 05:39:17.910 INFO STEP 104 (ensure_file) COMPLETE
94862024-10-09T05:39:19.279Z[ host-image] Oct 09 05:39:17.910 INFO O| Oct 09 05:39:17.910 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94872024-10-09T05:39:19.286Z[ host-image] Oct 09 05:39:17.919 INFO O| Oct 09 05:39:17.919 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
94882024-10-09T05:39:19.286Z[ host-image] Oct 09 05:39:17.919 INFO O| Oct 09 05:39:17.919 INFO copying /tmp/.tmpnRxr7e/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 ...
94892024-10-09T05:39:19.289Z[ host-image] Oct 09 05:39:17.919 INFO O| Oct 09 05:39:17.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
94902024-10-09T05:39:19.289Z[ host-image] Oct 09 05:39:17.919 INFO O| Oct 09 05:39:17.919 INFO ok!
94912024-10-09T05:39:19.289Z[ host-image] Oct 09 05:39:17.919 INFO O| Oct 09 05:39:17.919 INFO STEP 105 (ensure_file) COMPLETE
94922024-10-09T05:39:19.289Z[ host-image] Oct 09 05:39:17.919 INFO O| Oct 09 05:39:17.919 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94932024-10-09T05:39:19.296Z[ host-image] Oct 09 05:39:17.929 INFO O| Oct 09 05:39:17.929 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
94942024-10-09T05:39:19.296Z[ host-image] Oct 09 05:39:17.929 INFO O| Oct 09 05:39:17.929 INFO copying /tmp/.tmpnRxr7e/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 ...
94952024-10-09T05:39:19.298Z[ host-image] Oct 09 05:39:17.929 INFO O| Oct 09 05:39:17.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
94962024-10-09T05:39:19.298Z[ host-image] Oct 09 05:39:17.929 INFO O| Oct 09 05:39:17.929 INFO ok!
94972024-10-09T05:39:19.298Z[ host-image] Oct 09 05:39:17.929 INFO O| Oct 09 05:39:17.929 INFO STEP 106 (ensure_file) COMPLETE
94982024-10-09T05:39:19.298Z[ host-image] Oct 09 05:39:17.929 INFO O| Oct 09 05:39:17.929 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94992024-10-09T05:39:19.305Z[ host-image] Oct 09 05:39:17.938 INFO O| Oct 09 05:39:17.938 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
95002024-10-09T05:39:19.306Z[ host-image] Oct 09 05:39:17.938 INFO O| Oct 09 05:39:17.938 INFO copying /tmp/.tmpnRxr7e/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 ...
95012024-10-09T05:39:19.308Z[ host-image] Oct 09 05:39:17.938 INFO O| Oct 09 05:39:17.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
95022024-10-09T05:39:19.308Z[ host-image] Oct 09 05:39:17.938 INFO O| Oct 09 05:39:17.938 INFO ok!
95032024-10-09T05:39:19.308Z[ host-image] Oct 09 05:39:17.938 INFO O| Oct 09 05:39:17.938 INFO STEP 107 (ensure_file) COMPLETE
95042024-10-09T05:39:19.308Z[ host-image] Oct 09 05:39:17.938 INFO O| Oct 09 05:39:17.938 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95052024-10-09T05:39:19.315Z[ host-image] Oct 09 05:39:17.948 INFO O| Oct 09 05:39:17.948 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
95062024-10-09T05:39:19.317Z[ host-image] Oct 09 05:39:17.948 INFO O| Oct 09 05:39:17.948 INFO copying /tmp/.tmpnRxr7e/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 ...
95072024-10-09T05:39:19.317Z[ host-image] Oct 09 05:39:17.948 INFO O| Oct 09 05:39:17.948 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
95082024-10-09T05:39:19.317Z[ host-image] Oct 09 05:39:17.948 INFO O| Oct 09 05:39:17.948 INFO ok!
95092024-10-09T05:39:19.317Z[ host-image] Oct 09 05:39:17.948 INFO O| Oct 09 05:39:17.948 INFO STEP 108 (ensure_file) COMPLETE
95102024-10-09T05:39:19.317Z[ host-image] Oct 09 05:39:17.948 INFO O| Oct 09 05:39:17.948 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95112024-10-09T05:39:19.325Z[ host-image] Oct 09 05:39:17.957 INFO O| Oct 09 05:39:17.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
95122024-10-09T05:39:19.325Z[ host-image] Oct 09 05:39:17.957 INFO O| Oct 09 05:39:17.957 INFO copying /tmp/.tmpnRxr7e/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 ...
95132024-10-09T05:39:19.327Z[ host-image] Oct 09 05:39:17.958 INFO O| Oct 09 05:39:17.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
95142024-10-09T05:39:19.328Z[ host-image] Oct 09 05:39:17.958 INFO O| Oct 09 05:39:17.958 INFO ok!
95152024-10-09T05:39:19.328Z[ host-image] Oct 09 05:39:17.958 INFO O| Oct 09 05:39:17.958 INFO STEP 109 (ensure_file) COMPLETE
95162024-10-09T05:39:19.328Z[ host-image] Oct 09 05:39:17.958 INFO O| Oct 09 05:39:17.958 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95172024-10-09T05:39:19.335Z[ host-image] Oct 09 05:39:17.967 INFO O| Oct 09 05:39:17.967 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
95182024-10-09T05:39:19.337Z[ host-image] Oct 09 05:39:17.967 INFO O| Oct 09 05:39:17.967 INFO copying /tmp/.tmpnRxr7e/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 ...
95192024-10-09T05:39:19.337Z[ host-image] Oct 09 05:39:17.967 INFO O| Oct 09 05:39:17.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
95202024-10-09T05:39:19.337Z[ host-image] Oct 09 05:39:17.967 INFO O| Oct 09 05:39:17.967 INFO ok!
95212024-10-09T05:39:19.337Z[ host-image] Oct 09 05:39:17.967 INFO O| Oct 09 05:39:17.967 INFO STEP 110 (ensure_file) COMPLETE
95222024-10-09T05:39:19.337Z[ host-image] Oct 09 05:39:17.967 INFO O| Oct 09 05:39:17.967 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95232024-10-09T05:39:19.344Z[ host-image] Oct 09 05:39:17.977 INFO O| Oct 09 05:39:17.977 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
95242024-10-09T05:39:19.344Z[ host-image] Oct 09 05:39:17.977 INFO O| Oct 09 05:39:17.977 INFO copying /tmp/.tmpnRxr7e/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 ...
95252024-10-09T05:39:19.347Z[ host-image] Oct 09 05:39:17.977 INFO O| Oct 09 05:39:17.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
95262024-10-09T05:39:19.347Z[ host-image] Oct 09 05:39:17.977 INFO O| Oct 09 05:39:17.977 INFO ok!
95272024-10-09T05:39:19.347Z[ host-image] Oct 09 05:39:17.977 INFO O| Oct 09 05:39:17.977 INFO STEP 111 (ensure_file) COMPLETE
95282024-10-09T05:39:19.347Z[ host-image] Oct 09 05:39:17.977 INFO O| Oct 09 05:39:17.977 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95292024-10-09T05:39:19.354Z[ host-image] Oct 09 05:39:17.986 INFO O| Oct 09 05:39:17.986 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
95302024-10-09T05:39:19.356Z[ host-image] Oct 09 05:39:17.986 INFO O| Oct 09 05:39:17.986 INFO copying /tmp/.tmpnRxr7e/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 ...
95312024-10-09T05:39:19.356Z[ host-image] Oct 09 05:39:17.986 INFO O| Oct 09 05:39:17.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
95322024-10-09T05:39:19.356Z[ host-image] Oct 09 05:39:17.987 INFO O| Oct 09 05:39:17.986 INFO ok!
95332024-10-09T05:39:19.356Z[ host-image] Oct 09 05:39:17.987 INFO O| Oct 09 05:39:17.987 INFO STEP 112 (ensure_file) COMPLETE
95342024-10-09T05:39:19.357Z[ host-image] Oct 09 05:39:17.987 INFO O| Oct 09 05:39:17.987 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95352024-10-09T05:39:19.363Z[ host-image] Oct 09 05:39:17.996 INFO O| Oct 09 05:39:17.996 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
95362024-10-09T05:39:19.363Z[ host-image] Oct 09 05:39:17.996 INFO O| Oct 09 05:39:17.996 INFO copying /tmp/.tmpnRxr7e/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 ...
95372024-10-09T05:39:19.369Z[ host-image] Oct 09 05:39:17.996 INFO O| Oct 09 05:39:17.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
95382024-10-09T05:39:19.369Z[ host-image] Oct 09 05:39:17.996 INFO O| Oct 09 05:39:17.996 INFO ok!
95392024-10-09T05:39:19.369Z[ host-image] Oct 09 05:39:17.996 INFO O| Oct 09 05:39:17.996 INFO STEP 113 (ensure_file) COMPLETE
95402024-10-09T05:39:19.369Z[ host-image] Oct 09 05:39:17.996 INFO O| Oct 09 05:39:17.996 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95412024-10-09T05:39:19.374Z[ host-image] Oct 09 05:39:18.006 INFO O| Oct 09 05:39:18.006 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
95422024-10-09T05:39:19.374Z[ host-image] Oct 09 05:39:18.006 INFO O| Oct 09 05:39:18.006 INFO copying /tmp/.tmpnRxr7e/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 ...
95432024-10-09T05:39:19.374Z[ host-image] Oct 09 05:39:18.006 INFO O| Oct 09 05:39:18.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
95442024-10-09T05:39:19.376Z[ host-image] Oct 09 05:39:18.006 INFO O| Oct 09 05:39:18.006 INFO ok!
95452024-10-09T05:39:19.376Z[ host-image] Oct 09 05:39:18.006 INFO O| Oct 09 05:39:18.006 INFO STEP 114 (ensure_file) COMPLETE
95462024-10-09T05:39:19.376Z[ host-image] Oct 09 05:39:18.006 INFO O| Oct 09 05:39:18.006 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95472024-10-09T05:39:19.383Z[ host-image] Oct 09 05:39:18.016 INFO O| Oct 09 05:39:18.016 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
95482024-10-09T05:39:19.386Z[ host-image] Oct 09 05:39:18.016 INFO O| Oct 09 05:39:18.016 INFO copying /tmp/.tmpnRxr7e/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 ...
95492024-10-09T05:39:19.386Z[ host-image] Oct 09 05:39:18.016 INFO O| Oct 09 05:39:18.016 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
95502024-10-09T05:39:19.386Z[ host-image] Oct 09 05:39:18.016 INFO O| Oct 09 05:39:18.016 INFO ok!
95512024-10-09T05:39:19.386Z[ host-image] Oct 09 05:39:18.016 INFO O| Oct 09 05:39:18.016 INFO STEP 115 (ensure_file) COMPLETE
95522024-10-09T05:39:19.386Z[ host-image] Oct 09 05:39:18.016 INFO O| Oct 09 05:39:18.016 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95532024-10-09T05:39:19.392Z[ host-image] Oct 09 05:39:18.025 INFO O| Oct 09 05:39:18.025 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
95542024-10-09T05:39:19.392Z[ host-image] Oct 09 05:39:18.025 INFO O| Oct 09 05:39:18.025 INFO copying /tmp/.tmpnRxr7e/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
95552024-10-09T05:39:19.395Z[ host-image] Oct 09 05:39:18.025 INFO O| Oct 09 05:39:18.025 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
95562024-10-09T05:39:19.395Z[ host-image] Oct 09 05:39:18.025 INFO O| Oct 09 05:39:18.025 INFO ok!
95572024-10-09T05:39:19.395Z[ host-image] Oct 09 05:39:18.025 INFO O| Oct 09 05:39:18.025 INFO STEP 116 (ensure_file) COMPLETE
95582024-10-09T05:39:19.395Z[ host-image] Oct 09 05:39:18.025 INFO O| Oct 09 05:39:18.025 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95592024-10-09T05:39:19.402Z[ host-image] Oct 09 05:39:18.034 INFO O| Oct 09 05:39:18.034 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
95602024-10-09T05:39:19.402Z[ host-image] Oct 09 05:39:18.034 INFO O| Oct 09 05:39:18.034 INFO copying /tmp/.tmpnRxr7e/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 ...
95612024-10-09T05:39:19.404Z[ host-image] Oct 09 05:39:18.035 INFO O| Oct 09 05:39:18.035 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
95622024-10-09T05:39:19.404Z[ host-image] Oct 09 05:39:18.035 INFO O| Oct 09 05:39:18.035 INFO ok!
95632024-10-09T05:39:19.404Z[ host-image] Oct 09 05:39:18.035 INFO O| Oct 09 05:39:18.035 INFO STEP 117 (ensure_file) COMPLETE
95642024-10-09T05:39:19.404Z[ host-image] Oct 09 05:39:18.035 INFO O| Oct 09 05:39:18.035 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95652024-10-09T05:39:19.411Z[ host-image] Oct 09 05:39:18.044 INFO O| Oct 09 05:39:18.044 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
95662024-10-09T05:39:19.411Z[ host-image] Oct 09 05:39:18.044 INFO O| Oct 09 05:39:18.044 INFO copying /tmp/.tmpnRxr7e/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
95672024-10-09T05:39:19.414Z[ host-image] Oct 09 05:39:18.044 INFO O| Oct 09 05:39:18.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
95682024-10-09T05:39:19.414Z[ host-image] Oct 09 05:39:18.044 INFO O| Oct 09 05:39:18.044 INFO ok!
95692024-10-09T05:39:19.414Z[ host-image] Oct 09 05:39:18.044 INFO O| Oct 09 05:39:18.044 INFO STEP 118 (ensure_file) COMPLETE
95702024-10-09T05:39:19.414Z[ host-image] Oct 09 05:39:18.044 INFO O| Oct 09 05:39:18.044 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95712024-10-09T05:39:19.421Z[ host-image] Oct 09 05:39:18.053 INFO O| Oct 09 05:39:18.053 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
95722024-10-09T05:39:19.421Z[ host-image] Oct 09 05:39:18.053 INFO O| Oct 09 05:39:18.053 INFO copying /tmp/.tmpnRxr7e/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
95732024-10-09T05:39:22.813Z[ host-image] Oct 09 05:39:21.442 INFO O| Oct 09 05:39:21.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
95742024-10-09T05:39:22.813Z[ host-image] Oct 09 05:39:21.442 INFO O| Oct 09 05:39:21.442 INFO ok!
95752024-10-09T05:39:22.816Z[ host-image] Oct 09 05:39:21.442 INFO O| Oct 09 05:39:21.442 INFO STEP 119 (ensure_file) COMPLETE
95762024-10-09T05:39:22.816Z[ host-image] Oct 09 05:39:21.442 INFO O| Oct 09 05:39:21.442 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95772024-10-09T05:39:22.825Z[ host-image] Oct 09 05:39:21.454 INFO O| Oct 09 05:39:21.454 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95782024-10-09T05:39:22.825Z[ host-image] Oct 09 05:39:21.454 INFO O| Oct 09 05:39:21.454 INFO STEP 120 (ensure_dir) COMPLETE
95792024-10-09T05:39:22.827Z[ host-image] Oct 09 05:39:21.454 INFO O| Oct 09 05:39:21.454 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95802024-10-09T05:39:22.834Z[ host-image] Oct 09 05:39:21.464 INFO O| Oct 09 05:39:21.464 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95812024-10-09T05:39:22.834Z[ host-image] Oct 09 05:39:21.464 INFO O| Oct 09 05:39:21.464 INFO STEP 121 (ensure_dir) COMPLETE
95822024-10-09T05:39:22.835Z[ host-image] Oct 09 05:39:21.464 INFO O| Oct 09 05:39:21.464 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95832024-10-09T05:39:22.844Z[ host-image] Oct 09 05:39:21.473 INFO O| Oct 09 05:39:21.473 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
95842024-10-09T05:39:22.844Z[ host-image] Oct 09 05:39:21.473 INFO O| Oct 09 05:39:21.473 INFO STEP 122 (ensure_dir) COMPLETE
95852024-10-09T05:39:22.846Z[ host-image] Oct 09 05:39:21.473 INFO O| Oct 09 05:39:21.473 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95862024-10-09T05:39:22.854Z[ host-image] Oct 09 05:39:21.483 INFO O| Oct 09 05:39:21.483 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
95872024-10-09T05:39:22.854Z[ host-image] Oct 09 05:39:21.483 INFO O| Oct 09 05:39:21.483 INFO STEP 123 (ensure_dir) COMPLETE
95882024-10-09T05:39:22.856Z[ host-image] Oct 09 05:39:21.483 INFO O| Oct 09 05:39:21.483 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95892024-10-09T05:39:22.864Z[ host-image] Oct 09 05:39:21.493 INFO O| Oct 09 05:39:21.493 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
95902024-10-09T05:39:22.864Z[ host-image] Oct 09 05:39:21.493 INFO O| Oct 09 05:39:21.493 INFO copying /tmp/.tmpnRxr7e/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 ...
95912024-10-09T05:39:22.866Z[ host-image] Oct 09 05:39:21.493 INFO O| Oct 09 05:39:21.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
95922024-10-09T05:39:22.866Z[ host-image] Oct 09 05:39:21.493 INFO O| Oct 09 05:39:21.493 INFO ok!
95932024-10-09T05:39:22.866Z[ host-image] Oct 09 05:39:21.493 INFO O| Oct 09 05:39:21.493 INFO STEP 124 (ensure_file) COMPLETE
95942024-10-09T05:39:22.866Z[ host-image] Oct 09 05:39:21.493 INFO O| Oct 09 05:39:21.493 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95952024-10-09T05:39:22.873Z[ host-image] Oct 09 05:39:21.503 INFO O| Oct 09 05:39:21.503 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95962024-10-09T05:39:22.873Z[ host-image] Oct 09 05:39:21.503 INFO O| Oct 09 05:39:21.503 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95972024-10-09T05:39:22.876Z[ host-image] Oct 09 05:39:21.503 INFO O| Oct 09 05:39:21.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
95982024-10-09T05:39:22.876Z[ host-image] Oct 09 05:39:21.503 INFO O| Oct 09 05:39:21.503 INFO STEP 125 (ensure_dir) COMPLETE
95992024-10-09T05:39:22.876Z[ host-image] Oct 09 05:39:21.503 INFO O| Oct 09 05:39:21.503 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96002024-10-09T05:39:22.884Z[ host-image] Oct 09 05:39:21.513 INFO O| Oct 09 05:39:21.513 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
96012024-10-09T05:39:22.884Z[ host-image] Oct 09 05:39:21.513 INFO O| Oct 09 05:39:21.513 INFO copying /tmp/.tmpnRxr7e/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
96022024-10-09T05:39:22.886Z[ host-image] Oct 09 05:39:21.513 INFO O| Oct 09 05:39:21.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
96032024-10-09T05:39:22.886Z[ host-image] Oct 09 05:39:21.513 INFO O| Oct 09 05:39:21.513 INFO ok!
96042024-10-09T05:39:22.886Z[ host-image] Oct 09 05:39:21.513 INFO O| Oct 09 05:39:21.513 INFO STEP 126 (ensure_file) COMPLETE
96052024-10-09T05:39:22.886Z[ host-image] Oct 09 05:39:21.513 INFO O| Oct 09 05:39:21.513 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96062024-10-09T05:39:22.893Z[ host-image] Oct 09 05:39:21.523 INFO O| Oct 09 05:39:21.523 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
96072024-10-09T05:39:22.896Z[ host-image] Oct 09 05:39:21.523 INFO O| Oct 09 05:39:21.523 INFO STEP 127 (remove_files) COMPLETE
96082024-10-09T05:39:22.896Z[ host-image] Oct 09 05:39:21.523 INFO O| Oct 09 05:39:21.523 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96092024-10-09T05:39:22.903Z[ host-image] Oct 09 05:39:21.532 INFO O| Oct 09 05:39:21.532 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
96102024-10-09T05:39:22.905Z[ host-image] Oct 09 05:39:21.532 INFO O| Oct 09 05:39:21.532 INFO STEP 128 (remove_files) COMPLETE
96112024-10-09T05:39:22.905Z[ host-image] Oct 09 05:39:21.532 INFO O| Oct 09 05:39:21.532 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96122024-10-09T05:39:22.912Z[ host-image] Oct 09 05:39:21.542 INFO O| Oct 09 05:39:21.542 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
96132024-10-09T05:39:22.915Z[ host-image] Oct 09 05:39:21.542 INFO O| Oct 09 05:39:21.542 INFO STEP 129 (remove_files) COMPLETE
96142024-10-09T05:39:22.915Z[ host-image] Oct 09 05:39:21.542 INFO O| Oct 09 05:39:21.542 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96152024-10-09T05:39:22.922Z[ host-image] Oct 09 05:39:21.551 INFO O| Oct 09 05:39:21.551 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
96162024-10-09T05:39:22.925Z[ host-image] Oct 09 05:39:21.552 INFO O| Oct 09 05:39:21.551 INFO STEP 130 (remove_files) COMPLETE
96172024-10-09T05:39:22.925Z[ host-image] Oct 09 05:39:21.552 INFO O| Oct 09 05:39:21.552 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96182024-10-09T05:39:22.932Z[ host-image] Oct 09 05:39:21.561 INFO O| Oct 09 05:39:21.561 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
96192024-10-09T05:39:22.934Z[ host-image] Oct 09 05:39:21.561 INFO O| Oct 09 05:39:21.561 INFO STEP 131 (remove_files) COMPLETE
96202024-10-09T05:39:22.934Z[ host-image] Oct 09 05:39:21.561 INFO O| Oct 09 05:39:21.561 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96212024-10-09T05:39:22.942Z[ host-image] Oct 09 05:39:21.571 INFO O| Oct 09 05:39:21.571 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
96222024-10-09T05:39:22.944Z[ host-image] Oct 09 05:39:21.571 INFO O| Oct 09 05:39:21.571 INFO STEP 132 (remove_files) COMPLETE
96232024-10-09T05:39:22.944Z[ host-image] Oct 09 05:39:21.571 INFO O| Oct 09 05:39:21.571 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96242024-10-09T05:39:22.952Z[ host-image] Oct 09 05:39:21.581 INFO O| Oct 09 05:39:21.581 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
96252024-10-09T05:39:22.952Z[ host-image] Oct 09 05:39:21.581 INFO O| Oct 09 05:39:21.581 INFO STEP 133 (remove_files) COMPLETE
96262024-10-09T05:39:22.955Z[ host-image] Oct 09 05:39:21.581 INFO O| Oct 09 05:39:21.581 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96272024-10-09T05:39:22.962Z[ host-image] Oct 09 05:39:21.591 INFO O| Oct 09 05:39:21.591 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
96282024-10-09T05:39:22.962Z[ host-image] Oct 09 05:39:21.591 INFO O| Oct 09 05:39:21.591 INFO STEP 134 (remove_files) COMPLETE
96292024-10-09T05:39:22.962Z[ host-image] Oct 09 05:39:21.591 INFO O| Oct 09 05:39:21.591 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96302024-10-09T05:39:22.971Z[ host-image] Oct 09 05:39:21.600 INFO O| Oct 09 05:39:21.600 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
96312024-10-09T05:39:22.974Z[ host-image] Oct 09 05:39:21.600 INFO O| Oct 09 05:39:21.600 INFO STEP 135 (remove_files) COMPLETE
96322024-10-09T05:39:22.974Z[ host-image] Oct 09 05:39:21.601 INFO O| Oct 09 05:39:21.600 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96332024-10-09T05:39:22.981Z[ host-image] Oct 09 05:39:21.610 INFO O| Oct 09 05:39:21.610 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
96342024-10-09T05:39:22.981Z[ host-image] Oct 09 05:39:21.610 INFO O| Oct 09 05:39:21.610 INFO STEP 136 (remove_files) COMPLETE
96352024-10-09T05:39:22.983Z[ host-image] Oct 09 05:39:21.610 INFO O| Oct 09 05:39:21.610 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96362024-10-09T05:39:22.990Z[ host-image] Oct 09 05:39:21.619 INFO O| Oct 09 05:39:21.619 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
96372024-10-09T05:39:22.990Z[ host-image] Oct 09 05:39:21.619 INFO O| Oct 09 05:39:21.619 INFO STEP 137 (remove_files) COMPLETE
96382024-10-09T05:39:22.995Z[ host-image] Oct 09 05:39:21.619 INFO O| Oct 09 05:39:21.619 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96392024-10-09T05:39:22.999Z[ host-image] Oct 09 05:39:21.629 INFO O| Oct 09 05:39:21.628 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
96402024-10-09T05:39:22.999Z[ host-image] Oct 09 05:39:21.629 INFO O| Oct 09 05:39:21.629 INFO STEP 138 (remove_files) COMPLETE
96412024-10-09T05:39:23.002Z[ host-image] Oct 09 05:39:21.629 INFO O| Oct 09 05:39:21.629 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96422024-10-09T05:39:23.009Z[ host-image] Oct 09 05:39:21.638 INFO O| Oct 09 05:39:21.638 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
96432024-10-09T05:39:23.009Z[ host-image] Oct 09 05:39:21.638 INFO O| Oct 09 05:39:21.638 INFO STEP 139 (remove_files) COMPLETE
96442024-10-09T05:39:23.012Z[ host-image] Oct 09 05:39:21.638 INFO O| Oct 09 05:39:21.638 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96452024-10-09T05:39:23.018Z[ host-image] Oct 09 05:39:21.648 INFO O| Oct 09 05:39:21.648 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
96462024-10-09T05:39:23.021Z[ host-image] Oct 09 05:39:21.648 INFO O| Oct 09 05:39:21.648 INFO STEP 140 (remove_files) COMPLETE
96472024-10-09T05:39:23.021Z[ host-image] Oct 09 05:39:21.648 INFO O| Oct 09 05:39:21.648 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96482024-10-09T05:39:23.029Z[ host-image] Oct 09 05:39:21.658 INFO O| Oct 09 05:39:21.658 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
96492024-10-09T05:39:23.031Z[ host-image] Oct 09 05:39:21.658 INFO O| Oct 09 05:39:21.658 INFO STEP 141 (remove_files) COMPLETE
96502024-10-09T05:39:23.031Z[ host-image] Oct 09 05:39:21.658 INFO O| Oct 09 05:39:21.658 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96512024-10-09T05:39:23.043Z[ host-image] Oct 09 05:39:21.667 INFO O| Oct 09 05:39:21.667 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
96522024-10-09T05:39:23.043Z[ host-image] Oct 09 05:39:21.667 INFO O| Oct 09 05:39:21.667 INFO STEP 142 (remove_files) COMPLETE
96532024-10-09T05:39:23.043Z[ host-image] Oct 09 05:39:21.667 INFO O| Oct 09 05:39:21.667 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96542024-10-09T05:39:23.047Z[ host-image] Oct 09 05:39:21.676 INFO O| Oct 09 05:39:21.676 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
96552024-10-09T05:39:23.051Z[ host-image] Oct 09 05:39:21.676 INFO O| Oct 09 05:39:21.676 INFO STEP 143 (remove_files) COMPLETE
96562024-10-09T05:39:23.051Z[ host-image] Oct 09 05:39:21.677 INFO O| Oct 09 05:39:21.676 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96572024-10-09T05:39:23.057Z[ host-image] Oct 09 05:39:21.686 INFO O| Oct 09 05:39:21.686 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
96582024-10-09T05:39:23.059Z[ host-image] Oct 09 05:39:21.686 INFO O| Oct 09 05:39:21.686 INFO STEP 144 (remove_files) COMPLETE
96592024-10-09T05:39:23.059Z[ host-image] Oct 09 05:39:21.686 INFO O| Oct 09 05:39:21.686 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96602024-10-09T05:39:23.066Z[ host-image] Oct 09 05:39:21.695 INFO O| Oct 09 05:39:21.695 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
96612024-10-09T05:39:23.066Z[ host-image] Oct 09 05:39:21.695 INFO O| Oct 09 05:39:21.695 INFO STEP 145 (remove_files) COMPLETE
96622024-10-09T05:39:23.068Z[ host-image] Oct 09 05:39:21.695 INFO O| Oct 09 05:39:21.695 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96632024-10-09T05:39:23.076Z[ host-image] Oct 09 05:39:21.705 INFO O| Oct 09 05:39:21.705 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
96642024-10-09T05:39:23.078Z[ host-image] Oct 09 05:39:21.705 INFO O| Oct 09 05:39:21.705 INFO STEP 146 (remove_files) COMPLETE
96652024-10-09T05:39:23.078Z[ host-image] Oct 09 05:39:21.705 INFO O| Oct 09 05:39:21.705 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96662024-10-09T05:39:23.085Z[ host-image] Oct 09 05:39:21.714 INFO O| Oct 09 05:39:21.714 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96672024-10-09T05:39:23.087Z[ host-image] Oct 09 05:39:21.714 INFO O| Oct 09 05:39:21.714 INFO STEP 147 (remove_files) COMPLETE
96682024-10-09T05:39:23.088Z[ host-image] Oct 09 05:39:21.714 INFO O| Oct 09 05:39:21.714 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96692024-10-09T05:39:23.094Z[ host-image] Oct 09 05:39:21.723 INFO O| Oct 09 05:39:21.723 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
96702024-10-09T05:39:23.097Z[ host-image] Oct 09 05:39:21.724 INFO O| Oct 09 05:39:21.724 INFO STEP 148 (remove_files) COMPLETE
96712024-10-09T05:39:23.097Z[ host-image] Oct 09 05:39:21.724 INFO O| Oct 09 05:39:21.724 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96722024-10-09T05:39:23.104Z[ host-image] Oct 09 05:39:21.733 INFO O| Oct 09 05:39:21.733 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96732024-10-09T05:39:23.106Z[ host-image] Oct 09 05:39:21.733 INFO O| Oct 09 05:39:21.733 INFO STEP 149 (remove_files) COMPLETE
96742024-10-09T05:39:23.106Z[ host-image] Oct 09 05:39:21.733 INFO O| Oct 09 05:39:21.733 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96752024-10-09T05:39:23.113Z[ host-image] Oct 09 05:39:21.742 INFO O| Oct 09 05:39:21.742 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96762024-10-09T05:39:23.116Z[ host-image] Oct 09 05:39:21.742 INFO O| Oct 09 05:39:21.742 INFO STEP 150 (remove_files) COMPLETE
96772024-10-09T05:39:23.116Z[ host-image] Oct 09 05:39:21.742 INFO O| Oct 09 05:39:21.742 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96782024-10-09T05:39:23.123Z[ host-image] Oct 09 05:39:21.752 INFO O| Oct 09 05:39:21.752 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96792024-10-09T05:39:23.123Z[ host-image] Oct 09 05:39:21.752 INFO O| Oct 09 05:39:21.752 INFO STEP 151 (remove_files) COMPLETE
96802024-10-09T05:39:23.123Z[ host-image] Oct 09 05:39:21.752 INFO O| Oct 09 05:39:21.752 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96812024-10-09T05:39:23.133Z[ host-image] Oct 09 05:39:21.762 INFO O| Oct 09 05:39:21.762 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96822024-10-09T05:39:23.133Z[ host-image] Oct 09 05:39:21.762 INFO O| Oct 09 05:39:21.762 INFO STEP 152 (remove_files) COMPLETE
96832024-10-09T05:39:23.133Z[ host-image] Oct 09 05:39:21.762 INFO O| Oct 09 05:39:21.762 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96842024-10-09T05:39:23.142Z[ host-image] Oct 09 05:39:21.771 INFO O| Oct 09 05:39:21.771 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
96852024-10-09T05:39:23.142Z[ host-image] Oct 09 05:39:21.771 INFO O| Oct 09 05:39:21.771 INFO STEP 153 (remove_files) COMPLETE
96862024-10-09T05:39:23.145Z[ host-image] Oct 09 05:39:21.771 INFO O| Oct 09 05:39:21.771 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96872024-10-09T05:39:23.152Z[ host-image] Oct 09 05:39:21.781 INFO O| Oct 09 05:39:21.781 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
96882024-10-09T05:39:23.154Z[ host-image] Oct 09 05:39:21.781 INFO O| Oct 09 05:39:21.781 INFO STEP 154 (remove_files) COMPLETE
96892024-10-09T05:39:23.154Z[ host-image] Oct 09 05:39:21.781 INFO O| Oct 09 05:39:21.781 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96902024-10-09T05:39:23.161Z[ host-image] Oct 09 05:39:21.790 INFO O| Oct 09 05:39:21.790 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
96912024-10-09T05:39:23.161Z[ host-image] Oct 09 05:39:21.790 INFO O| Oct 09 05:39:21.790 INFO STEP 155 (remove_files) COMPLETE
96922024-10-09T05:39:23.161Z[ host-image] Oct 09 05:39:21.790 INFO O| Oct 09 05:39:21.790 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96932024-10-09T05:39:23.176Z[ host-image] Oct 09 05:39:21.805 INFO O| Oct 09 05:39:21.805 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
96942024-10-09T05:39:23.179Z[ host-image] Oct 09 05:39:21.805 INFO O| Oct 09 05:39:21.805 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
96952024-10-09T05:39:28.477Z[ host-image] Oct 09 05:39:27.101 INFO O| Oct 09 05:39:27.101 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
96962024-10-09T05:39:28.477Z[ host-image] Oct 09 05:39:27.101 INFO O| Oct 09 05:39:27.101 INFO E| svccfg: Loaded 74 smf(7) service descriptions
96972024-10-09T05:39:28.491Z[ host-image] Oct 09 05:39:27.115 INFO O| Oct 09 05:39:27.115 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
96982024-10-09T05:39:28.571Z[ host-image] Oct 09 05:39:27.195 INFO O| Oct 09 05:39:27.195 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
96992024-10-09T05:39:28.571Z[ host-image] Oct 09 05:39:27.195 INFO O| Oct 09 05:39:27.195 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
97002024-10-09T05:39:28.573Z[ host-image] Oct 09 05:39:27.197 INFO O| Oct 09 05:39:27.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
97012024-10-09T05:39:28.574Z[ host-image] Oct 09 05:39:27.197 INFO O| Oct 09 05:39:27.197 INFO ok!
97022024-10-09T05:39:28.574Z[ host-image] Oct 09 05:39:27.197 INFO O| Oct 09 05:39:27.197 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
97032024-10-09T05:39:28.574Z[ host-image] Oct 09 05:39:27.197 INFO O| Oct 09 05:39:27.197 INFO STEP 156 (seed_smf) COMPLETE
97042024-10-09T05:39:28.574Z[ host-image] Oct 09 05:39:27.197 INFO O| Oct 09 05:39:27.197 INFO steps complete; finalising image!
97052024-10-09T05:39:28.574Z[ host-image] Oct 09 05:39:27.197 INFO O| Oct 09 05:39:27.197 INFO TRIM POOL: TEMPORARY-gimlet-zfs
97062024-10-09T05:39:28.711Z[ host-image] Oct 09 05:39:27.335 INFO O| Oct 09 05:39:27.335 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Wed Oct 9 05:39:27 2024)
97072024-10-09T05:39:28.933Z[ host-image] Oct 09 05:39:27.556 INFO O| Oct 09 05:39:27.556 INFO temporary pool has 679M used, 153M avail, 1.86x compressratio
97082024-10-09T05:39:28.933Z[ host-image] Oct 09 05:39:27.556 INFO O| Oct 09 05:39:27.556 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
97092024-10-09T05:39:29.211Z[ host-image] Oct 09 05:39:27.834 INFO O| Oct 09 05:39:27.833 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
97102024-10-09T05:39:29.211Z[ host-image] Oct 09 05:39:27.834 INFO O| Oct 09 05:39:27.834 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
97112024-10-09T05:39:30.243Z[ host-image] Oct 09 05:39:28.865 INFO O| Oct 09 05:39:28.865 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
97122024-10-09T05:39:30.243Z[ host-image] Oct 09 05:39:28.865 INFO O| Oct 09 05:39:28.865 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
97132024-10-09T05:39:30.246Z[ host-image] Oct 09 05:39:28.865 INFO O| Oct 09 05:39:28.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
97142024-10-09T05:39:30.246Z[ host-image] Oct 09 05:39:28.865 INFO O| Oct 09 05:39:28.865 INFO completed processing gimlet/zfs
97152024-10-09T05:39:30.246Z[ host-image] Oct 09 05:39:28.865 INFO O| Oct 09 05:39:28.865 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
97162024-10-09T05:39:36.657Z[ host-image] Oct 09 05:39:35.273 INFO O| Oct 09 05:39:35.273 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
97172024-10-09T05:39:36.744Z[ host-image] Oct 09 05:39:35.360 INFO BUILD STRING "heads/stlouis-0-g4b597c5a13\n"
97182024-10-09T05:39:36.744Z[ host-image] Oct 09 05:39:35.361 INFO expanded image name: "ci 6610880/${os_short_commit} 2024-10-09 05:09" -> "ci 6610880/4b597c5 2024-10-09 05:09"
97192024-10-09T05:39:36.747Z[ host-image] Oct 09 05:39:35.361 INFO output artefacts stored in: "/work/os-host"
97202024-10-09T05:39:36.747Z[ host-image] Oct 09 05:39:35.361 INFO collecting git info from project "bootserver"...
97212024-10-09T05:39:36.750Z[ host-image] Oct 09 05:39:35.366 INFO collecting git info from project "chelsio-t6-roms"...
97222024-10-09T05:39:36.755Z[ host-image] Oct 09 05:39:35.371 INFO collecting git info from project "pinprick"...
97232024-10-09T05:39:36.759Z[ host-image] Oct 09 05:39:35.376 INFO collecting git info from project "pilot"...
97242024-10-09T05:39:36.765Z[ host-image] Oct 09 05:39:35.381 INFO collecting git info from project "image-builder"...
97252024-10-09T05:39:36.769Z[ host-image] Oct 09 05:39:35.386 INFO collecting git info from project "phbl"...
97262024-10-09T05:39:36.773Z[ host-image] Oct 09 05:39:35.390 INFO collecting git info from project "amd-host-image-builder"...
97272024-10-09T05:39:36.787Z[ host-image] Oct 09 05:39:35.403 INFO collecting git info from project "amd-firmware"...
97282024-10-09T05:39:36.795Z[ host-image] Oct 09 05:39:35.411 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
97292024-10-09T05:39:37.159Z[ host-image] Oct 09 05:39:35.775 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
97302024-10-09T05:39:37.504Z[ host-image] Oct 09 05:39:36.120 INFO creating Oxide boot image...
97312024-10-09T05:39:37.505Z[ host-image] Oct 09 05:39:36.120 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 6610880/4b597c5 2024-10-09 05:09", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
97322024-10-09T05:39:38.430Z[ host-image] Oct 09 05:39:37.045 INFO O| ok, image written!
97332024-10-09T05:39:38.431Z[ host-image] Oct 09 05:39:37.045 INFO O| ok, boot_image_csum file written!
97342024-10-09T05:39:38.433Z[ host-image] Oct 09 05:39:37.048 INFO creating boot archive (CPIO)...
97352024-10-09T05:39:38.433Z[ host-image] Oct 09 05:39:37.048 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
97362024-10-09T05:39:38.442Z[ host-image] Oct 09 05:39:37.057 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
97372024-10-09T05:39:38.442Z[ host-image] Oct 09 05:39:37.057 INFO E| + outfile=/work/os-host/cpio
97382024-10-09T05:39:38.442Z[ host-image] Oct 09 05:39:37.057 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
97392024-10-09T05:39:38.445Z[ host-image] Oct 09 05:39:37.059 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
97402024-10-09T05:39:38.445Z[ host-image] Oct 09 05:39:37.059 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
97412024-10-09T05:39:38.478Z[ host-image] Oct 09 05:39:37.093 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
97422024-10-09T05:39:38.478Z[ host-image] Oct 09 05:39:37.093 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
97432024-10-09T05:39:38.485Z[ host-image] Oct 09 05:39:37.100 INFO creating compressed cpio/unix for nanobl-rs...
97442024-10-09T05:39:38.488Z[ host-image] Oct 09 05:39:37.100 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
97452024-10-09T05:39:38.782Z[ host-image] Oct 09 05:39:37.396 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
97462024-10-09T05:39:43.121Z[ host-image] Oct 09 05:39:41.731 INFO creating reset image...
97472024-10-09T05:39:43.121Z[ host-image] Oct 09 05:39:41.731 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
97482024-10-09T05:39:43.221Z[ host-image] Oct 09 05:39:41.831 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
97492024-10-09T05:39:43.224Z[ host-image] Oct 09 05:39:41.832 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
97502024-10-09T05:39:43.277Z[ host-image] Oct 09 05:39:41.887 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
97512024-10-09T05:39:45.101Z[ host-image] Oct 09 05:39:43.709 INFO E| Finished `release` profile [optimized] target(s) in 1.86s
97522024-10-09T05:39:45.112Z[ host-image] Oct 09 05:39:43.720 INFO building host image...
97532024-10-09T05:39:45.114Z[ host-image] Oct 09 05:39:43.721 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")
97542024-10-09T05:39:45.590Z[ host-image] Oct 09 05:39:44.198 INFO finishing image archive at "/work/os-host/os.tar.gz"...
97552024-10-09T05:40:32.680Z[ host-image] Oct 09 05:40:31.244 INFO image complete! materials are in "/work/os-host"
97562024-10-09T05:40:32.683Z[ host-image]
97572024-10-09T05:40:32.683Z[ host-image] real 9:27.928085150
97582024-10-09T05:40:32.683Z[ host-image] user 4:19.754359967
97592024-10-09T05:40:32.683Z[ host-image] sys 47.357669278
97602024-10-09T05:40:32.683Z[ host-image] trap 0.149696238
97612024-10-09T05:40:32.683Z[ host-image] tflt 0.022584386
97622024-10-09T05:40:32.683Z[ host-image] dflt 0.052655499
97632024-10-09T05:40:32.683Z[ host-image] kflt 0.000000000
97642024-10-09T05:40:32.684Z[ host-image] lock 9:41.927854274
97652024-10-09T05:40:32.684Z[ host-image] slp 52:38.403276362
97662024-10-09T05:40:32.684Z[ host-image] lat 1:14.743680077
97672024-10-09T05:40:32.687Z[ host-image] stop 0.415051117
97682024-10-09T05:40:32.687ZOct 09 05:40:31.248 INFO [host-image] process exited with exit status: 0 (567.943715185s)
97692024-10-09T05:40:32.687ZOct 09 05:40:31.248 INFO [tuf-repo] running task
97702024-10-09T05:40:39.502ZOct 09 05:40:38.060 INFO assembling repository in `/tmp/tufaceoussbTO3d`, component: OmicronRepoAssembler
97712024-10-09T05:40:46.050ZOct 09 05:40:42.973 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
97722024-10-09T05:40:46.077ZOct 09 05:40:43.266 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
97732024-10-09T05:40:56.125ZOct 09 05:40:54.667 INFO [tuf-repo] task succeeded (23.418869839s)
97742024-10-09T05:40:56.125ZOct 09 05:40:54.667 INFO all jobs completed in 1876.801306786s
97752024-10-09T05:40:56.671Zprocess exited: duration 2413230 ms, exit code 0
 
97762024-10-09T05:40:56.680Zfound 33 output files
97772024-10-09T05:40:56.681Zuploading: /work/manifest.toml (8404 bytes)
97782024-10-09T05:40:57.697Zuploaded: /work/manifest.toml
97792024-10-09T05:40:57.697Zuploading: /work/repo.zip (1816150491 bytes)
97802024-10-09T05:41:36.370Zuploaded: /work/repo.zip
97812024-10-09T05:41:36.370Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97822024-10-09T05:41:37.386Zuploaded: /work/repo.zip.sha256.txt
97832024-10-09T05:41:37.386Zuploading: /work/helios-setup.log (65126 bytes)
97842024-10-09T05:41:38.414Zuploaded: /work/helios-setup.log
97852024-10-09T05:41:38.414Zuploading: /work/host-image.log (195668 bytes)
97862024-10-09T05:41:39.443Zuploaded: /work/host-image.log
97872024-10-09T05:41:39.443Zuploading: /work/host-package.log (23587 bytes)
97882024-10-09T05:41:40.459Zuploaded: /work/host-package.log
97892024-10-09T05:41:40.459Zuploading: /work/host-target.log (101 bytes)
97902024-10-09T05:41:41.468Zuploaded: /work/host-target.log
97912024-10-09T05:41:41.468Zuploading: /work/omicron-package.log (5097 bytes)
97922024-10-09T05:41:42.479Zuploaded: /work/omicron-package.log
97932024-10-09T05:41:42.480Zuploading: /work/phbl-toolchain.log (881 bytes)
97942024-10-09T05:41:43.492Zuploaded: /work/phbl-toolchain.log
97952024-10-09T05:41:43.492Zuploading: /work/recovery-image.log (593125 bytes)
97962024-10-09T05:41:45.559Zuploaded: /work/recovery-image.log
97972024-10-09T05:41:45.559Zuploading: /work/recovery-package.log (321 bytes)
97982024-10-09T05:41:46.568Zuploaded: /work/recovery-package.log
97992024-10-09T05:41:46.569Zuploading: /work/recovery-target.log (98 bytes)
98002024-10-09T05:41:47.577Zuploaded: /work/recovery-target.log
98012024-10-09T05:41:47.577Zuploading: /work/stamp-clickhouse.log (117 bytes)
98022024-10-09T05:41:48.586Zuploaded: /work/stamp-clickhouse.log
98032024-10-09T05:41:48.586Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
98042024-10-09T05:41:49.594Zuploaded: /work/stamp-clickhouse_keeper.log
98052024-10-09T05:41:49.594Zuploading: /work/stamp-cockroachdb.log (118 bytes)
98062024-10-09T05:41:50.604Zuploaded: /work/stamp-cockroachdb.log
98072024-10-09T05:41:50.604Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
98082024-10-09T05:41:51.614Zuploaded: /work/stamp-crucible-dtrace.log
98092024-10-09T05:41:51.614Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
98102024-10-09T05:41:52.624Zuploaded: /work/stamp-crucible-pantry-zone.log
98112024-10-09T05:41:52.624Zuploading: /work/stamp-crucible-zone.log (120 bytes)
98122024-10-09T05:41:53.635Zuploaded: /work/stamp-crucible-zone.log
98132024-10-09T05:41:53.637Zuploading: /work/stamp-external-dns.log (119 bytes)
98142024-10-09T05:41:54.645Zuploaded: /work/stamp-external-dns.log
98152024-10-09T05:41:54.645Zuploading: /work/stamp-installinator.log (103 bytes)
98162024-10-09T05:41:55.655Zuploaded: /work/stamp-installinator.log
98172024-10-09T05:41:55.655Zuploading: /work/stamp-internal-dns.log (119 bytes)
98182024-10-09T05:41:56.663Zuploaded: /work/stamp-internal-dns.log
98192024-10-09T05:41:56.663Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
98202024-10-09T05:41:57.675Zuploaded: /work/stamp-mg-ddm-gz.log
98212024-10-09T05:41:57.675Zuploading: /work/stamp-nexus.log (112 bytes)
98222024-10-09T05:41:58.685Zuploaded: /work/stamp-nexus.log
98232024-10-09T05:41:58.685Zuploading: /work/stamp-ntp.log (110 bytes)
98242024-10-09T05:41:59.694Zuploaded: /work/stamp-ntp.log
98252024-10-09T05:41:59.696Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
98262024-10-09T05:42:00.706Zuploaded: /work/stamp-omicron-sled-agent.log
98272024-10-09T05:42:00.706Zuploading: /work/stamp-overlay.log (114 bytes)
98282024-10-09T05:42:01.715Zuploaded: /work/stamp-overlay.log
98292024-10-09T05:42:01.715Zuploading: /work/stamp-oximeter.log (115 bytes)
98302024-10-09T05:42:02.737Zuploaded: /work/stamp-oximeter.log
98312024-10-09T05:42:02.737Zuploading: /work/stamp-oxlog.log (109 bytes)
98322024-10-09T05:42:03.746Zuploaded: /work/stamp-oxlog.log
98332024-10-09T05:42:03.746Zuploading: /work/stamp-probe.log (112 bytes)
98342024-10-09T05:42:04.755Zuploaded: /work/stamp-probe.log
98352024-10-09T05:42:04.757Zuploading: /work/stamp-propolis-server.log (122 bytes)
98362024-10-09T05:42:05.765Zuploaded: /work/stamp-propolis-server.log
98372024-10-09T05:42:05.765Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
98382024-10-09T05:42:06.775Zuploaded: /work/stamp-pumpkind-gz.log
98392024-10-09T05:42:06.778Zuploading: /work/stamp-switch-asic.log (118 bytes)
98402024-10-09T05:42:07.787Zuploaded: /work/stamp-switch-asic.log
98412024-10-09T05:42:07.802Zuploading: /work/verify-libraries.log (3720 bytes)
98422024-10-09T05:42:08.809Zuploaded: /work/verify-libraries.log