01JA8YQP3DG1AK03X3KGT5M77H: 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: 01JA8YRJ5FQ89MGTGWD8Q9Z2ZH

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-15T21:06:12.528Zjob assigned to worker 01JA8ZZQA6WASF11DQJK09FG04 (queued for 22 m 18 s)
 
22024-10-15T21:06:20.651Zstarting task 0: "setup"
32024-10-15T21:06:20.659Z++ uname -s
42024-10-15T21:06:20.662Z+ kern=SunOS
52024-10-15T21:06:20.662Z+ case "$kern" in
62024-10-15T21:06:20.662Z+ groupadd -g 12345 build
72024-10-15T21:06:20.664Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-15T21:06:22.674Z+ zfs create -o mountpoint=/work rpool/work
92024-10-15T21:06:22.779Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-15T21:06:22.781Z+ home_fs=zfs
112024-10-15T21:06:22.782Z+ [[ zfs == autofs ]]
122024-10-15T21:06:22.782Z+ mkdir -p /home/build
132024-10-15T21:06:22.785Z+ chown build:build /home/build /work
142024-10-15T21:06:24.786Z+ chmod 0700 /home/build /work
152024-10-15T21:06:24.789Zprocess exited: duration 4139 ms, exit code 0
 
162024-10-15T21:06:24.796Zstarting task 1: "rust-toolchain"
172024-10-15T21:06:24.804Z+ printf ' * toolchain channel = "%s"
182024-10-15T21:06:24.804Z * toolchain channel = "1.80.1"
192024-10-15T21:06:24.804Z' 1.80.1
202024-10-15T21:06:24.804Z * toolchain profile = "default"
212024-10-15T21:06:24.804Z+ printf ' * toolchain profile = "%s"
222024-10-15T21:06:24.804Z' default
232024-10-15T21:06:24.807Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-15T21:06:24.807Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-15T21:06:24.927Zinfo: downloading installer
262024-10-15T21:06:26.131Zinfo: profile set to 'default'
272024-10-15T21:06:26.131Zinfo: default host triple is x86_64-unknown-illumos
282024-10-15T21:06:26.136Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-15T21:06:26.274Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-15T21:06:26.274Zinfo: downloading component 'cargo'
312024-10-15T21:06:26.985Zinfo: downloading component 'clippy'
322024-10-15T21:06:27.248Zinfo: downloading component 'rust-docs'
332024-10-15T21:06:28.222Zinfo: downloading component 'rust-std'
342024-10-15T21:06:29.599Zinfo: downloading component 'rustc'
352024-10-15T21:06:33.190Zinfo: downloading component 'rustfmt'
362024-10-15T21:06:33.400Zinfo: installing component 'cargo'
372024-10-15T21:06:34.317Zinfo: installing component 'clippy'
382024-10-15T21:06:34.714Zinfo: installing component 'rust-docs'
392024-10-15T21:06:36.405Zinfo: installing component 'rust-std'
402024-10-15T21:06:38.104Zinfo: installing component 'rustc'
412024-10-15T21:06:42.414Zinfo: installing component 'rustfmt'
422024-10-15T21:06:42.771Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-15T21:06:42.771Z
442024-10-15T21:06:43.025Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-15T21:06:43.025Z
462024-10-15T21:06:43.030Z
472024-10-15T21:06:43.030ZRust is installed now. Great!
482024-10-15T21:06:43.030Z
492024-10-15T21:06:43.030ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-15T21:06:43.030Zenvironment variable. This has not been done automatically.
512024-10-15T21:06:43.030Z
522024-10-15T21:06:43.030ZTo configure your current shell, you need to source
532024-10-15T21:06:43.030Zthe corresponding env file under $HOME/.cargo.
542024-10-15T21:06:43.030Z
552024-10-15T21:06:43.030ZThis is usually done by running one of the following (note the leading DOT):
562024-10-15T21:06:43.030Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-15T21:06:43.030Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-15T21:06:43.084Z+ rustc --version
592024-10-15T21:06:43.144Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-15T21:06:43.148Zprocess exited: duration 18350 ms, exit code 0
 
612024-10-15T21:06:43.154Zstarting task 2: "authentication"
622024-10-15T21:06:43.185Zprocess exited: duration 21 ms, exit code 0
 
632024-10-15T21:06:43.194Zstarting task 3: "clone repository"
642024-10-15T21:06:43.199Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-15T21:06:43.202Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-15T21:06:43.514ZCloning into '/work/oxidecomputer/omicron'...
672024-10-15T21:06:51.486Z+ cd /work/oxidecomputer/omicron
682024-10-15T21:06:51.486Z+ git fetch origin ded7d759b7a7d21ff3ab98f18ca6a3d07431262a
692024-10-15T21:06:51.786ZFrom https://github.com/oxidecomputer/omicron
702024-10-15T21:06:51.786Z * branch ded7d759b7a7d21ff3ab98f18ca6a3d07431262a -> FETCH_HEAD
712024-10-15T21:06:51.801Z+ [[ -n init-on-acquire ]]
722024-10-15T21:06:51.807Z++ git branch --show-current
732024-10-15T21:06:51.807Z+ current=main
742024-10-15T21:06:51.807Z+ [[ main != init-on-acquire ]]
752024-10-15T21:06:51.807Z+ git branch -f init-on-acquire ded7d759b7a7d21ff3ab98f18ca6a3d07431262a
762024-10-15T21:06:51.807Z+ git checkout -f init-on-acquire
772024-10-15T21:06:51.974ZSwitched to branch 'init-on-acquire'
782024-10-15T21:06:51.979Z+ git reset --hard ded7d759b7a7d21ff3ab98f18ca6a3d07431262a
792024-10-15T21:06:52.051ZHEAD is now at ded7d759b Initialize timeseries database on qorb acquire
802024-10-15T21:06:54.590Zprocess exited: duration 8857 ms, exit code 0
 
812024-10-15T21:06:54.636Zstarting task 4: "build"
822024-10-15T21:06:54.650Z+ cargo --version
832024-10-15T21:06:54.681Zcargo 1.80.1 (376290515 2024-07-16)
842024-10-15T21:06:54.684Z+ rustc --version
852024-10-15T21:06:54.739Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-10-15T21:06:54.748Z+ cargo tree --locked
872024-10-15T21:06:54.986Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
882024-10-15T21:06:55.318Z Updating crates.io index
892024-10-15T21:06:55.321Z Updating git repository `https://github.com/oxidecomputer/maghemite`
902024-10-15T21:06:56.346Z Updating git repository `https://github.com/oxidecomputer/oxnet`
912024-10-15T21:06:56.708Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
922024-10-15T21:06:56.930Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
932024-10-15T21:06:57.239Z Updating git repository `https://github.com/oxidecomputer/propolis`
942024-10-15T21:06:58.017Z Updating git repository `https://github.com/oxidecomputer/crucible`
952024-10-15T21:07:00.350Z Updating git repository `https://github.com/oxidecomputer/opte`
962024-10-15T21:07:01.374Z Updating git repository `https://github.com/oxidecomputer/falcon`
972024-10-15T21:07:02.192Z Updating git repository `https://github.com/oxidecomputer/clickward`
982024-10-15T21:07:02.447Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
992024-10-15T21:07:02.739Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1002024-10-15T21:07:03.346Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1012024-10-15T21:07:03.712Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
1022024-10-15T21:07:04.103Z Updating git repository `https://github.com/oxidecomputer/qorb`
1032024-10-15T21:07:04.485Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1042024-10-15T21:07:04.817Z Updating git repository `https://github.com/oxidecomputer/tofino`
1052024-10-15T21:07:05.072Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1062024-10-15T21:07:05.428Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1072024-10-15T21:07:05.664Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1082024-10-15T21:07:05.940Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1092024-10-15T21:07:06.262Z Updating git repository `https://github.com/oxidecomputer/ispf`
1102024-10-15T21:07:06.630Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1112024-10-15T21:07:07.109Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1122024-10-15T21:07:07.456Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-10-15T21:07:07.890Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-10-15T21:07:08.192Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-10-15T21:07:08.736Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-10-15T21:07:09.270Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1172024-10-15T21:07:09.529Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1182024-10-15T21:07:09.804Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1192024-10-15T21:07:11.421Z Downloading crates ...
1202024-10-15T21:07:11.546Z Downloaded adler v1.0.2
1212024-10-15T21:07:11.555Z Downloaded cfg_aliases v0.2.1
1222024-10-15T21:07:11.559Z Downloaded atomicwrites v0.4.4
1232024-10-15T21:07:11.578Z Downloaded async-lock v3.4.0
1242024-10-15T21:07:11.584Z Downloaded async-stream v0.3.5
1252024-10-15T21:07:11.584Z Downloaded assert_cmd v2.0.16
1262024-10-15T21:07:11.585Z Downloaded async-signal v0.2.10
1272024-10-15T21:07:11.585Z Downloaded async-channel v2.3.1
1282024-10-15T21:07:11.585Z Downloaded adler2 v2.0.0
1292024-10-15T21:07:11.585Z Downloaded assert-json-diff v2.0.2
1302024-10-15T21:07:11.585Z Downloaded anstyle-parse v0.2.4
1312024-10-15T21:07:11.585Z Downloaded fallible-streaming-iterator v0.1.9
1322024-10-15T21:07:11.585Z Downloaded clang-sys v1.7.0
1332024-10-15T21:07:11.589Z Downloaded bytecount v0.6.8
1342024-10-15T21:07:11.589Z Downloaded bit-vec v0.6.3
1352024-10-15T21:07:11.589Z Downloaded autocfg v1.3.0
1362024-10-15T21:07:11.589Z Downloaded foreign-types-shared v0.3.1
1372024-10-15T21:07:11.593Z Downloaded foreign-types v0.3.2
1382024-10-15T21:07:11.593Z Downloaded cast v0.3.0
1392024-10-15T21:07:11.593Z Downloaded ciborium-ll v0.2.2
1402024-10-15T21:07:11.597Z Downloaded bitfield-struct v0.6.1
1412024-10-15T21:07:11.597Z Downloaded http-body v1.0.0
1422024-10-15T21:07:11.597Z Downloaded headers-core v0.3.0
1432024-10-15T21:07:11.597Z Downloaded async-bb8-diesel v0.2.1
1442024-10-15T21:07:11.601Z Downloaded anyhow v1.0.89
1452024-10-15T21:07:11.605Z Downloaded hubpack_derive v0.1.1
1462024-10-15T21:07:11.605Z Downloaded fxhash v0.2.1
1472024-10-15T21:07:11.605Z Downloaded async-object-pool v0.1.5
1482024-10-15T21:07:11.608Z Downloaded ff v0.13.0
1492024-10-15T21:07:11.608Z Downloaded fd-lock v4.0.2
1502024-10-15T21:07:11.611Z Downloaded async-stream-impl v0.3.5
1512024-10-15T21:07:11.611Z Downloaded ident_case v1.0.1
1522024-10-15T21:07:11.611Z Downloaded cfg-if v1.0.0
1532024-10-15T21:07:11.614Z Downloaded bzip2 v0.4.4
1542024-10-15T21:07:11.614Z Downloaded cargo_metadata v0.18.1
1552024-10-15T21:07:11.619Z Downloaded foreign-types v0.5.0
1562024-10-15T21:07:11.619Z Downloaded cancel-safe-futures v0.1.5
1572024-10-15T21:07:11.622Z Downloaded blowfish v0.9.1
1582024-10-15T21:07:11.623Z Downloaded hash32 v0.3.1
1592024-10-15T21:07:11.626Z Downloaded buf-list v1.0.3
1602024-10-15T21:07:11.626Z Downloaded futures-sink v0.3.30
1612024-10-15T21:07:11.630Z Downloaded home v0.5.9
1622024-10-15T21:07:11.630Z Downloaded ciborium-io v0.2.2
1632024-10-15T21:07:11.630Z Downloaded atty v0.2.14
1642024-10-15T21:07:11.633Z Downloaded generic-array v0.14.7
1652024-10-15T21:07:11.633Z Downloaded fragile v2.0.0
1662024-10-15T21:07:11.636Z Downloaded allocator-api2 v0.2.18
1672024-10-15T21:07:11.637Z Downloaded ahash v0.8.11
1682024-10-15T21:07:11.640Z Downloaded hex v0.4.3
1692024-10-15T21:07:11.644Z Downloaded hyper-tls v0.6.0
1702024-10-15T21:07:11.644Z Downloaded async-channel v1.9.0
1712024-10-15T21:07:11.648Z Downloaded anstyle-query v1.0.3
1722024-10-15T21:07:11.648Z Downloaded foreign-types-shared v0.1.1
1732024-10-15T21:07:11.648Z Downloaded opaque-debug v0.3.1
1742024-10-15T21:07:11.648Z Downloaded assert_matches v1.5.0
1752024-10-15T21:07:11.651Z Downloaded guppy-workspace-hack v0.1.0
1762024-10-15T21:07:11.651Z Downloaded pathdiff v0.2.1
1772024-10-15T21:07:11.651Z Downloaded hostname v0.4.0
1782024-10-15T21:07:11.655Z Downloaded async-attributes v1.1.2
1792024-10-15T21:07:11.655Z Downloaded ascii-canvas v3.0.0
1802024-10-15T21:07:11.655Z Downloaded arrayref v0.3.7
1812024-10-15T21:07:11.659Z Downloaded foreign-types-macros v0.2.3
1822024-10-15T21:07:11.659Z Downloaded blake2 v0.10.6
1832024-10-15T21:07:11.662Z Downloaded aead v0.5.2
1842024-10-15T21:07:11.662Z Downloaded atomic-waker v1.1.2
1852024-10-15T21:07:11.665Z Downloaded precomputed-hash v0.1.1
1862024-10-15T21:07:11.665Z Downloaded bitflags v2.6.0
1872024-10-15T21:07:11.668Z Downloaded cfg_aliases v0.1.1
1882024-10-15T21:07:11.668Z Downloaded bit-set v0.5.3
1892024-10-15T21:07:11.671Z Downloaded castaway v0.2.3
1902024-10-15T21:07:11.671Z Downloaded blocking v1.6.1
1912024-10-15T21:07:11.674Z Downloaded cargo-platform v0.1.8
1922024-10-15T21:07:11.674Z Downloaded camino-tempfile v1.1.1
1932024-10-15T21:07:11.678Z Downloaded byteorder v1.5.0
1942024-10-15T21:07:11.678Z Downloaded futures-io v0.3.30
1952024-10-15T21:07:11.683Z Downloaded futures-executor v0.3.30
1962024-10-15T21:07:11.683Z Downloaded fnv v1.0.7
1972024-10-15T21:07:11.683Z Downloaded cipher v0.4.4
1982024-10-15T21:07:11.686Z Downloaded cbc v0.1.2
1992024-10-15T21:07:11.687Z Downloaded chacha20 v0.9.1
2002024-10-15T21:07:11.694Z Downloaded cassowary v0.3.0
2012024-10-15T21:07:11.694Z Downloaded async-recursion v1.1.1
2022024-10-15T21:07:11.694Z Downloaded hashlink v0.9.1
2032024-10-15T21:07:11.701Z Downloaded block-buffer v0.10.4
2042024-10-15T21:07:11.702Z Downloaded parking v2.2.1
2052024-10-15T21:07:11.702Z Downloaded fatfs v0.3.6
2062024-10-15T21:07:11.702Z Downloaded base64 v0.13.1
2072024-10-15T21:07:11.708Z Downloaded progenitor v0.8.0
2082024-10-15T21:07:11.708Z Downloaded chacha20poly1305 v0.10.1
2092024-10-15T21:07:11.715Z Downloaded bytes v1.7.2
2102024-10-15T21:07:11.715Z Downloaded serde-big-array v0.5.1
2112024-10-15T21:07:11.715Z Downloaded futures-task v0.3.30
2122024-10-15T21:07:11.715Z Downloaded form_urlencoded v1.2.1
2132024-10-15T21:07:11.720Z Downloaded heck v0.5.0
2142024-10-15T21:07:11.720Z Downloaded float-ord v0.3.2
2152024-10-15T21:07:11.720Z Downloaded ppv-lite86 v0.2.17
2162024-10-15T21:07:11.720Z Downloaded piper v0.2.4
2172024-10-15T21:07:11.720Z Downloaded hyper-rustls v0.26.0
2182024-10-15T21:07:11.724Z Downloaded powerfmt v0.2.0
2192024-10-15T21:07:11.724Z Downloaded bitflags v1.3.2
2202024-10-15T21:07:11.727Z Downloaded bcs v0.1.6
2212024-10-15T21:07:11.733Z Downloaded sync_wrapper v0.1.2
2222024-10-15T21:07:11.733Z Downloaded http-body-util v0.1.2
2232024-10-15T21:07:11.751Z Downloaded addr2line v0.21.0
2242024-10-15T21:07:11.751Z Downloaded sqlparser_derive v0.2.2
2252024-10-15T21:07:11.751Z Downloaded usdt-macro v0.5.0
2262024-10-15T21:07:11.751Z Downloaded http-body v0.4.6
2272024-10-15T21:07:11.756Z Downloaded hostname v0.3.1
2282024-10-15T21:07:11.756Z Downloaded humantime v2.1.0
2292024-10-15T21:07:11.756Z Downloaded hex-literal v0.4.1
2302024-10-15T21:07:11.756Z Downloaded parking_lot v0.11.2
2312024-10-15T21:07:11.756Z Downloaded hubpack v0.1.2
2322024-10-15T21:07:11.756Z Downloaded serde_plain v1.0.2
2332024-10-15T21:07:11.756Z Downloaded httptest v0.16.1
2342024-10-15T21:07:11.756Z Downloaded httpdate v1.0.3
2352024-10-15T21:07:11.756Z Downloaded serde-hex v0.1.0
2362024-10-15T21:07:11.756Z Downloaded getrandom v0.2.14
2372024-10-15T21:07:11.760Z Downloaded serde_path_to_error v0.1.16
2382024-10-15T21:07:11.760Z Downloaded hickory-client v0.24.1
2392024-10-15T21:07:11.764Z Downloaded spki v0.7.3
2402024-10-15T21:07:11.765Z Downloaded derive_builder_macro v0.20.0
2412024-10-15T21:07:11.765Z Downloaded half v2.4.1
2422024-10-15T21:07:11.768Z Downloaded scheduled-thread-pool v0.2.7
2432024-10-15T21:07:11.768Z Downloaded downcast v0.11.0
2442024-10-15T21:07:11.768Z Downloaded pest_derive v2.7.10
2452024-10-15T21:07:11.771Z Downloaded polyval v0.6.2
2462024-10-15T21:07:11.776Z Downloaded rand_xorshift v0.3.0
2472024-10-15T21:07:11.776Z Downloaded fs-err v2.11.0
2482024-10-15T21:07:11.781Z Downloaded ref-cast v1.0.23
2492024-10-15T21:07:11.781Z Downloaded rfc6979 v0.4.0
2502024-10-15T21:07:11.781Z Downloaded utf-8 v0.7.6
2512024-10-15T21:07:11.781Z Downloaded arc-swap v1.7.1
2522024-10-15T21:07:11.785Z Downloaded resolv-conf v0.7.0
2532024-10-15T21:07:11.788Z Downloaded zone v0.3.0
2542024-10-15T21:07:11.788Z Downloaded lru v0.12.3
2552024-10-15T21:07:11.794Z Downloaded nodrop v0.1.14
2562024-10-15T21:07:11.794Z Downloaded rustfmt-wrapper v0.2.1
2572024-10-15T21:07:11.794Z Downloaded base64 v0.22.1
2582024-10-15T21:07:11.797Z Downloaded utf8parse v0.2.1
2592024-10-15T21:07:11.797Z Downloaded crossbeam-deque v0.8.5
2602024-10-15T21:07:11.800Z Downloaded parking_lot v0.12.2
2612024-10-15T21:07:11.800Z Downloaded endian-type v0.1.2
2622024-10-15T21:07:11.803Z Downloaded darling_macro v0.20.9
2632024-10-15T21:07:11.803Z Downloaded crypto-common v0.1.6
2642024-10-15T21:07:11.803Z Downloaded data-encoding v2.6.0
2652024-10-15T21:07:11.807Z Downloaded sqlformat v0.2.6
2662024-10-15T21:07:11.807Z Downloaded spin v0.9.8
2672024-10-15T21:07:11.810Z Downloaded tinytemplate v1.2.1
2682024-10-15T21:07:11.814Z Downloaded target-spec v3.2.1
2692024-10-15T21:07:11.814Z Downloaded target-lexicon v0.12.16
2702024-10-15T21:07:11.817Z Downloaded spin v0.5.2
2712024-10-15T21:07:11.817Z Downloaded pretty-hex v0.2.1
2722024-10-15T21:07:11.817Z Downloaded dof v0.3.0
2732024-10-15T21:07:11.822Z Downloaded predicates-tree v1.0.9
2742024-10-15T21:07:11.822Z Downloaded hyper-staticfile v0.10.1
2752024-10-15T21:07:11.826Z Downloaded flume v0.11.0
2762024-10-15T21:07:11.826Z Downloaded termcolor v1.4.1
2772024-10-15T21:07:11.829Z Downloaded event-listener-strategy v0.5.2
2782024-10-15T21:07:11.830Z Downloaded kv-log-macro v1.0.7
2792024-10-15T21:07:11.832Z Downloaded ena v0.14.3
2802024-10-15T21:07:11.832Z Downloaded iana-time-zone v0.1.60
2812024-10-15T21:07:11.836Z Downloaded usdt-impl v0.5.0
2822024-10-15T21:07:11.836Z Downloaded hyper-rustls v0.27.3
2832024-10-15T21:07:11.840Z Downloaded rustc-demangle v0.1.24
2842024-10-15T21:07:11.843Z Downloaded maybe-uninit v2.0.0
2852024-10-15T21:07:11.843Z Downloaded toml_datetime v0.6.8
2862024-10-15T21:07:11.843Z Downloaded highway v1.2.0
2872024-10-15T21:07:11.846Z Downloaded serde_derive_internals v0.29.1
2882024-10-15T21:07:11.850Z Downloaded parse-size v1.0.0
2892024-10-15T21:07:11.850Z Downloaded serde_derive v1.0.210
2902024-10-15T21:07:11.854Z Downloaded base64 v0.21.7
2912024-10-15T21:07:11.858Z Downloaded sync_wrapper v1.0.1
2922024-10-15T21:07:11.859Z Downloaded plotters-svg v0.3.5
2932024-10-15T21:07:11.859Z Downloaded num-derive v0.4.2
2942024-10-15T21:07:11.859Z Downloaded subprocess v0.2.9
2952024-10-15T21:07:11.863Z Downloaded packed_struct_codegen v0.10.1
2962024-10-15T21:07:11.866Z Downloaded tinyvec v1.6.0
2972024-10-15T21:07:11.867Z Downloaded futures v0.3.30
2982024-10-15T21:07:11.870Z Downloaded quick-error v1.2.3
2992024-10-15T21:07:11.874Z Downloaded predicates-core v1.0.6
3002024-10-15T21:07:11.874Z Downloaded crc-catalog v2.4.0
3012024-10-15T21:07:11.877Z Downloaded indoc v2.0.5
3022024-10-15T21:07:11.877Z Downloaded derive_builder_core v0.20.0
3032024-10-15T21:07:11.880Z Downloaded vte_generate_state_changes v0.1.1
3042024-10-15T21:07:11.881Z Downloaded slog-term v2.9.1
3052024-10-15T21:07:11.884Z Downloaded zone_cfg_derive v0.1.2
3062024-10-15T21:07:11.884Z Downloaded ucd-trie v0.1.6
3072024-10-15T21:07:11.887Z Downloaded openssl-sys v0.9.103
3082024-10-15T21:07:11.890Z Downloaded schemars_derive v0.8.21
3092024-10-15T21:07:11.894Z Downloaded serde_spanned v0.6.7
3102024-10-15T21:07:11.894Z Downloaded serde_repr v0.1.19
3112024-10-15T21:07:11.898Z Downloaded inout v0.1.3
3122024-10-15T21:07:11.898Z Downloaded zone_cfg_derive v0.3.0
3132024-10-15T21:07:11.898Z Downloaded libefi-sys v0.1.0
3142024-10-15T21:07:11.901Z Downloaded uuid v1.10.0
3152024-10-15T21:07:11.901Z Downloaded tempfile v3.10.1
3162024-10-15T21:07:11.904Z Downloaded term v0.7.0
3172024-10-15T21:07:11.907Z Downloaded slog-bunyan v2.5.0
3182024-10-15T21:07:11.910Z Downloaded hyper-util v0.1.9
3192024-10-15T21:07:11.913Z Downloaded heapless v0.8.0
3202024-10-15T21:07:11.916Z Downloaded is_ci v1.2.0
3212024-10-15T21:07:11.919Z Downloaded tokio-macros v2.4.0
3222024-10-15T21:07:11.919Z Downloaded fancy-regex v0.13.0
3232024-10-15T21:07:11.922Z Downloaded predicates v3.1.2
3242024-10-15T21:07:11.925Z Downloaded unicase v2.7.0
3252024-10-15T21:07:11.928Z Downloaded proc-macro2 v1.0.86
3262024-10-15T21:07:11.933Z Downloaded structmeta-derive v0.3.0
3272024-10-15T21:07:11.933Z Downloaded num_enum_derive v0.5.11
3282024-10-15T21:07:11.936Z Downloaded num_enum v0.5.11
3292024-10-15T21:07:11.936Z Downloaded which v4.4.2
3302024-10-15T21:07:11.940Z Downloaded new_debug_unreachable v1.0.6
3312024-10-15T21:07:11.940Z Downloaded scroll v0.12.0
3322024-10-15T21:07:11.942Z Downloaded equivalent v1.0.1
3332024-10-15T21:07:11.943Z Downloaded log v0.4.22
3342024-10-15T21:07:11.945Z Downloaded plotters-backend v0.3.5
3352024-10-15T21:07:11.946Z Downloaded miniz_oxide v0.8.0
3362024-10-15T21:07:11.948Z Downloaded rand_seeder v0.3.0
3372024-10-15T21:07:11.951Z Downloaded rand_core v0.6.4
3382024-10-15T21:07:11.951Z Downloaded parse-display v0.10.0
3392024-10-15T21:07:11.954Z Downloaded compact_str v0.8.0
3402024-10-15T21:07:11.958Z Downloaded debug-ignore v1.0.5
3412024-10-15T21:07:11.959Z Downloaded difflib v0.4.0
3422024-10-15T21:07:11.962Z Downloaded datatest-stable v0.2.9
3432024-10-15T21:07:11.962Z Downloaded clap_derive v4.5.18
3442024-10-15T21:07:11.965Z Downloaded tokio-tungstenite v0.23.1
3452024-10-15T21:07:11.969Z Downloaded slog-dtrace v0.3.0
3462024-10-15T21:07:11.969Z Downloaded newline-converter v0.3.0
3472024-10-15T21:07:11.969Z Downloaded env_filter v0.1.2
3482024-10-15T21:07:11.973Z Downloaded maplit v1.0.2
3492024-10-15T21:07:11.973Z Downloaded memoffset v0.9.1
3502024-10-15T21:07:11.976Z Downloaded signal-hook-mio v0.2.4
3512024-10-15T21:07:11.976Z Downloaded dirs-next v2.0.0
3522024-10-15T21:07:11.976Z Downloaded tracing-attributes v0.1.27
3532024-10-15T21:07:11.980Z Downloaded ron v0.7.1
3542024-10-15T21:07:11.983Z Downloaded memmap2 v0.9.4
3552024-10-15T21:07:11.986Z Downloaded threadpool v1.8.1
3562024-10-15T21:07:11.986Z Downloaded typify v0.2.0
3572024-10-15T21:07:11.989Z Downloaded hickory-resolver v0.24.1
3582024-10-15T21:07:11.993Z Downloaded thiserror v1.0.64
3592024-10-15T21:07:11.998Z Downloaded olpc-cjson v0.1.3
3602024-10-15T21:07:12.001Z Downloaded thread_local v1.1.8
3612024-10-15T21:07:12.001Z Downloaded mockall v0.13.0
3622024-10-15T21:07:12.006Z Downloaded const_format_proc_macros v0.2.33
3632024-10-15T21:07:12.006Z Downloaded pbkdf2 v0.12.2
3642024-10-15T21:07:12.009Z Downloaded unicode-linebreak v0.1.5
3652024-10-15T21:07:12.009Z Downloaded defmt v0.3.8
3662024-10-15T21:07:12.012Z Downloaded partial-io v0.5.4
3672024-10-15T21:07:12.015Z Downloaded peg v0.8.4
3682024-10-15T21:07:12.019Z Downloaded crypto-bigint v0.5.5
3692024-10-15T21:07:12.023Z Downloaded num_cpus v1.16.0
3702024-10-15T21:07:12.027Z Downloaded toolchain_find v0.4.0
3712024-10-15T21:07:12.030Z Downloaded relative-path v1.9.3
3722024-10-15T21:07:12.030Z Downloaded salsa20 v0.10.2
3732024-10-15T21:07:12.030Z Downloaded rustls-pemfile v1.0.4
3742024-10-15T21:07:12.034Z Downloaded quinn-udp v0.5.5
3752024-10-15T21:07:12.037Z Downloaded schemars v0.8.21
3762024-10-15T21:07:12.045Z Downloaded proc-macro-crate v1.3.1
3772024-10-15T21:07:12.048Z Downloaded time-core v0.1.2
3782024-10-15T21:07:12.048Z Downloaded unicode-ident v1.0.13
3792024-10-15T21:07:12.052Z Downloaded slog-scope v4.4.0
3802024-10-15T21:07:12.052Z Downloaded serde_regex v1.1.0
3812024-10-15T21:07:12.055Z Downloaded primeorder v0.13.6
3822024-10-15T21:07:12.055Z Downloaded multer v3.1.0
3832024-10-15T21:07:12.059Z Downloaded signal-hook-registry v1.4.2
3842024-10-15T21:07:12.059Z Downloaded aes-gcm v0.10.3
3852024-10-15T21:07:12.064Z Downloaded typenum v1.17.0
3862024-10-15T21:07:12.067Z Downloaded instant v0.1.12
3872024-10-15T21:07:12.067Z Downloaded dyn-clone v1.0.17
3882024-10-15T21:07:12.071Z Downloaded tabwriter v1.4.0
3892024-10-15T21:07:12.071Z Downloaded diff v0.1.13
3902024-10-15T21:07:12.074Z Downloaded openssl-probe v0.1.5
3912024-10-15T21:07:12.074Z Downloaded diesel_table_macro_syntax v0.2.0
3922024-10-15T21:07:12.078Z Downloaded blake3 v1.5.1
3932024-10-15T21:07:12.081Z Downloaded pin-project-lite v0.2.14
3942024-10-15T21:07:12.087Z Downloaded progenitor-client v0.8.0
3952024-10-15T21:07:12.091Z Downloaded constant_time_eq v0.3.0
3962024-10-15T21:07:12.091Z Downloaded stable_deref_trait v1.2.0
3972024-10-15T21:07:12.091Z Downloaded md5 v0.7.0
3982024-10-15T21:07:12.094Z Downloaded serde_urlencoded v0.7.1
3992024-10-15T21:07:12.094Z Downloaded oso-derive v0.27.3
4002024-10-15T21:07:12.094Z Downloaded env_logger v0.11.5
4012024-10-15T21:07:12.097Z Downloaded expectorate v1.1.0
4022024-10-15T21:07:12.100Z Downloaded hickory-server v0.24.1
4032024-10-15T21:07:12.104Z Downloaded env_logger v0.10.2
4042024-10-15T21:07:12.107Z Downloaded smf v0.2.3
4052024-10-15T21:07:12.109Z Downloaded semver v1.0.23
4062024-10-15T21:07:12.112Z Downloaded hashbrown v0.12.3
4072024-10-15T21:07:12.115Z Downloaded clap v4.5.18
4082024-10-15T21:07:12.123Z Downloaded owo-colors v4.1.0
4092024-10-15T21:07:12.128Z Downloaded internet-checksum v0.2.1
4102024-10-15T21:07:12.130Z Downloaded strum v0.26.3
4112024-10-15T21:07:12.131Z Downloaded peg-macros v0.8.4
4122024-10-15T21:07:12.131Z Downloaded percent-encoding v2.3.1
4132024-10-15T21:07:12.133Z Downloaded http v0.2.12
4142024-10-15T21:07:12.136Z Downloaded nibble_vec v0.1.0
4152024-10-15T21:07:12.140Z Downloaded colored v2.1.0
4162024-10-15T21:07:12.140Z Downloaded value-bag v1.9.0
4172024-10-15T21:07:12.143Z Downloaded num-complex v0.4.6
4182024-10-15T21:07:12.146Z Downloaded pkcs8 v0.10.2
4192024-10-15T21:07:12.148Z Downloaded pkcs5 v0.7.1
4202024-10-15T21:07:12.151Z Downloaded tracing v0.1.40
4212024-10-15T21:07:12.155Z Downloaded convert_case v0.4.0
4222024-10-15T21:07:12.159Z Downloaded embedded-io v0.4.0
4232024-10-15T21:07:12.161Z Downloaded dirs-sys-next v0.1.2
4242024-10-15T21:07:12.161Z Downloaded dtrace-parser v0.2.0
4252024-10-15T21:07:12.162Z Downloaded quote v1.0.37
4262024-10-15T21:07:12.165Z Downloaded curve25519-dalek-derive v0.1.1
4272024-10-15T21:07:12.165Z Downloaded semver v0.1.20
4282024-10-15T21:07:12.165Z Downloaded der_derive v0.7.2
4292024-10-15T21:07:12.168Z Downloaded slog-json v2.6.1
4302024-10-15T21:07:12.172Z Downloaded oso v0.27.3
4312024-10-15T21:07:12.175Z Downloaded waitgroup v0.1.2
4322024-10-15T21:07:12.175Z Downloaded strum_macros v0.25.3
4332024-10-15T21:07:12.175Z Downloaded crc-any v2.5.0
4342024-10-15T21:07:12.179Z Downloaded rand_distr v0.4.3
4352024-10-15T21:07:12.181Z Downloaded time-macros v0.2.18
4362024-10-15T21:07:12.184Z Downloaded stringmetrics v2.2.2
4372024-10-15T21:07:12.187Z Downloaded p256 v0.13.2
4382024-10-15T21:07:12.190Z Downloaded pretty-hex v0.4.1
4392024-10-15T21:07:12.190Z Downloaded newtype_derive v0.1.6
4402024-10-15T21:07:12.193Z Downloaded ron v0.8.1
4412024-10-15T21:07:12.197Z Downloaded mio v1.0.2
4422024-10-15T21:07:12.201Z Downloaded tokio-native-tls v0.3.1
4432024-10-15T21:07:12.204Z Downloaded rustc_version v0.4.0
4442024-10-15T21:07:12.204Z Downloaded prettyplease v0.2.22
4452024-10-15T21:07:12.208Z Downloaded phf v0.11.2
4462024-10-15T21:07:12.211Z Downloaded openssl-macros v0.1.1
4472024-10-15T21:07:12.211Z Downloaded shell-words v1.1.0
4482024-10-15T21:07:12.211Z Downloaded deranged v0.3.11
4492024-10-15T21:07:12.214Z Downloaded pem-rfc7468 v0.7.0
4502024-10-15T21:07:12.217Z Downloaded shlex v1.3.0
4512024-10-15T21:07:12.217Z Downloaded guppy v0.17.7
4522024-10-15T21:07:12.232Z Downloaded mio v0.8.11
4532024-10-15T21:07:12.241Z Downloaded rpassword v7.3.1
4542024-10-15T21:07:12.241Z Downloaded ed25519 v2.2.3
4552024-10-15T21:07:12.241Z Downloaded subtle v2.5.0
4562024-10-15T21:07:12.241Z Downloaded snafu-derive v0.8.2
4572024-10-15T21:07:12.241Z Downloaded supports-color v3.0.1
4582024-10-15T21:07:12.241Z Downloaded ipnet v2.10.0
4592024-10-15T21:07:12.241Z Downloaded aho-corasick v1.1.3
4602024-10-15T21:07:12.244Z Downloaded lalrpop-util v0.19.12
4612024-10-15T21:07:12.244Z Downloaded termtree v0.4.1
4622024-10-15T21:07:12.247Z Downloaded cpufeatures v0.2.12
4632024-10-15T21:07:12.247Z Downloaded miniz_oxide v0.7.2
4642024-10-15T21:07:12.250Z Downloaded wait-timeout v0.2.0
4652024-10-15T21:07:12.250Z Downloaded linked-hash-map v0.5.6
4662024-10-15T21:07:12.253Z Downloaded serde_json v1.0.128
4672024-10-15T21:07:12.258Z Downloaded rustc_version v0.1.7
4682024-10-15T21:07:12.261Z Downloaded oorandom v11.1.3
4692024-10-15T21:07:12.261Z Downloaded num-iter v0.1.45
4702024-10-15T21:07:12.264Z Downloaded strum_macros v0.24.3
4712024-10-15T21:07:12.264Z Downloaded dsl_auto_type v0.1.2
4722024-10-15T21:07:12.267Z Downloaded crunchy v0.2.2
4732024-10-15T21:07:12.267Z Downloaded crucible-workspace-hack v0.1.0
4742024-10-15T21:07:12.267Z Downloaded slab v0.4.9
4752024-10-15T21:07:12.270Z Downloaded sha1 v0.10.6
4762024-10-15T21:07:12.270Z Downloaded slog-async v2.8.0
4772024-10-15T21:07:12.273Z Downloaded lazycell v1.3.0
4782024-10-15T21:07:12.274Z Downloaded cookie_store v0.21.0
4792024-10-15T21:07:12.277Z Downloaded vte v0.11.1
4802024-10-15T21:07:12.277Z Downloaded itertools v0.12.1
4812024-10-15T21:07:12.283Z Downloaded defmt-parser v0.3.4
4822024-10-15T21:07:12.286Z Downloaded ecdsa v0.16.9
4832024-10-15T21:07:12.288Z Downloaded russh-cryptovec v0.7.2
4842024-10-15T21:07:12.289Z Downloaded flate2 v1.0.34
4852024-10-15T21:07:12.293Z Downloaded terminal_size v0.3.0
4862024-10-15T21:07:12.296Z Downloaded version_check v0.9.5
4872024-10-15T21:07:12.296Z Downloaded twox-hash v1.6.3
4882024-10-15T21:07:12.299Z Downloaded zerocopy v0.6.6
4892024-10-15T21:07:12.302Z Downloaded tui-tree-widget v0.22.0
4902024-10-15T21:07:12.302Z Downloaded progenitor-macro v0.8.0
4912024-10-15T21:07:12.305Z Downloaded mime v0.3.17
4922024-10-15T21:07:12.305Z Downloaded clap_lex v0.7.0
4932024-10-15T21:07:12.305Z Downloaded defmt-macros v0.3.9
4942024-10-15T21:07:12.308Z Downloaded zone v0.1.8
4952024-10-15T21:07:12.311Z Downloaded path-slash v0.1.5
4962024-10-15T21:07:12.311Z Downloaded strum_macros v0.26.4
4972024-10-15T21:07:12.315Z Downloaded rustls-native-certs v0.7.0
4982024-10-15T21:07:12.318Z Downloaded slog-envlogger v2.2.0
4992024-10-15T21:07:12.318Z Downloaded memmap v0.7.0
5002024-10-15T21:07:12.319Z Downloaded rstest v0.22.0
5012024-10-15T21:07:12.323Z Downloaded reqwest v0.11.27
5022024-10-15T21:07:12.331Z Downloaded cstr-argument v0.1.2
5032024-10-15T21:07:12.334Z Downloaded dropshot_endpoint v0.10.1
5042024-10-15T21:07:12.334Z Downloaded structmeta v0.2.0
5052024-10-15T21:07:12.337Z Downloaded cookie v0.18.1
5062024-10-15T21:07:12.337Z Downloaded walkdir v2.5.0
5072024-10-15T21:07:12.340Z Downloaded hashbrown v0.14.5
5082024-10-15T21:07:12.348Z Downloaded tinyvec_macros v0.1.1
5092024-10-15T21:07:12.353Z Downloaded termios v0.3.3
5102024-10-15T21:07:12.353Z Downloaded tokio-rustls v0.24.1
5112024-10-15T21:07:12.353Z Downloaded der v0.7.9
5122024-10-15T21:07:12.356Z Downloaded xz2 v0.1.7
5132024-10-15T21:07:12.361Z Downloaded strsim v0.11.1
5142024-10-15T21:07:12.361Z Downloaded minimal-lexical v0.2.1
5152024-10-15T21:07:12.363Z Downloaded h2 v0.3.26
5162024-10-15T21:07:12.368Z Downloaded tiny-keccak v2.0.2
5172024-10-15T21:07:12.373Z Downloaded num_threads v0.1.7
5182024-10-15T21:07:12.377Z Downloaded num-conv v0.1.0
5192024-10-15T21:07:12.377Z Downloaded indent_write v2.2.0
5202024-10-15T21:07:12.377Z Downloaded impl-trait-for-tuples v0.2.2
5212024-10-15T21:07:12.380Z Downloaded want v0.3.1
5222024-10-15T21:07:12.380Z Downloaded is_terminal_polyfill v1.70.0
5232024-10-15T21:07:12.383Z Downloaded tokio-util v0.7.12
5242024-10-15T21:07:12.386Z Downloaded dhcproto-macros v0.1.0
5252024-10-15T21:07:12.389Z Downloaded is-terminal v0.4.12
5262024-10-15T21:07:12.389Z Downloaded instability v0.3.2
5272024-10-15T21:07:12.392Z Downloaded paste v1.0.15
5282024-10-15T21:07:12.396Z Downloaded libxml v0.3.3
5292024-10-15T21:07:12.400Z Downloaded either v1.13.0
5302024-10-15T21:07:12.403Z Downloaded peg-runtime v0.8.3
5312024-10-15T21:07:12.403Z Downloaded serde_with_macros v3.9.0
5322024-10-15T21:07:12.403Z Downloaded poly1305 v0.8.0
5332024-10-15T21:07:12.406Z Downloaded tokio-rustls v0.25.0
5342024-10-15T21:07:12.410Z Downloaded proc-macro-error-attr v1.0.4
5352024-10-15T21:07:12.410Z Downloaded hkdf v0.12.4
5362024-10-15T21:07:12.413Z Downloaded async-std v1.13.0
5372024-10-15T21:07:12.430Z Downloaded winnow v0.6.18
5382024-10-15T21:07:12.438Z Downloaded thread-id v4.2.1
5392024-10-15T21:07:12.442Z Downloaded ctr v0.9.2
5402024-10-15T21:07:12.445Z Downloaded thiserror-no-std v2.0.2
5412024-10-15T21:07:12.448Z Downloaded unicode_categories v0.1.1
5422024-10-15T21:07:12.448Z Downloaded rustyline v14.0.0
5432024-10-15T21:07:12.452Z Downloaded num-rational v0.4.2
5442024-10-15T21:07:12.455Z Downloaded pbkdf2 v0.11.0
5452024-10-15T21:07:12.458Z Downloaded rstest_macros v0.22.0
5462024-10-15T21:07:12.461Z Downloaded libsw v3.3.1
5472024-10-15T21:07:12.464Z Downloaded secrecy v0.8.0
5482024-10-15T21:07:12.464Z Downloaded rand_chacha v0.3.1
5492024-10-15T21:07:12.467Z Downloaded radium v0.7.0
5502024-10-15T21:07:12.467Z Downloaded native-tls v0.2.11
5512024-10-15T21:07:12.469Z Downloaded stringprep v0.1.4
5522024-10-15T21:07:12.470Z Downloaded psl-types v2.0.11
5532024-10-15T21:07:12.473Z Downloaded crc v3.2.1
5542024-10-15T21:07:12.473Z Downloaded time v0.3.36
5552024-10-15T21:07:12.479Z Downloaded usdt-attr-macro v0.5.0
5562024-10-15T21:07:12.482Z Downloaded untrusted v0.7.1
5572024-10-15T21:07:12.485Z Downloaded tokio-postgres v0.7.12
5582024-10-15T21:07:12.490Z Downloaded number_prefix v0.4.0
5592024-10-15T21:07:12.490Z Downloaded universal-hash v0.5.1
5602024-10-15T21:07:12.492Z Downloaded escape8259 v0.5.2
5612024-10-15T21:07:12.492Z Downloaded indoc v1.0.9
5622024-10-15T21:07:12.495Z Downloaded signature v2.2.0
5632024-10-15T21:07:12.495Z Downloaded tls_codec v0.4.1
5642024-10-15T21:07:12.499Z Downloaded smallvec v1.13.2
5652024-10-15T21:07:12.499Z Downloaded polling v3.7.3
5662024-10-15T21:07:12.503Z Downloaded bitvec v1.0.1
5672024-10-15T21:07:12.516Z Downloaded usdt v0.5.0
5682024-10-15T21:07:12.520Z Downloaded matches v0.1.10
5692024-10-15T21:07:12.520Z Downloaded p384 v0.13.0
5702024-10-15T21:07:12.524Z Downloaded sigpipe v0.1.3
5712024-10-15T21:07:12.527Z Downloaded doc-comment v0.3.3
5722024-10-15T21:07:12.528Z Downloaded tabled_derive v0.7.0
5732024-10-15T21:07:12.528Z Downloaded clap_builder v4.5.18
5742024-10-15T21:07:12.534Z Downloaded futures-util v0.3.30
5752024-10-15T21:07:12.562Z Downloaded display-error-chain v0.2.1
5762024-10-15T21:07:12.566Z Downloaded thiserror-impl v1.0.64
5772024-10-15T21:07:12.566Z Downloaded phf_shared v0.10.0
5782024-10-15T21:07:12.566Z Downloaded quinn-proto v0.11.8
5792024-10-15T21:07:12.566Z Downloaded num-integer v0.1.46
5802024-10-15T21:07:12.566Z Downloaded phf_shared v0.11.2
5812024-10-15T21:07:12.566Z Downloaded event-listener v2.5.3
5822024-10-15T21:07:12.566Z Downloaded dhcproto v0.12.0
5832024-10-15T21:07:12.566Z Downloaded progenitor-impl v0.8.0
5842024-10-15T21:07:12.566Z Downloaded postgres-types v0.2.8
5852024-10-15T21:07:12.570Z Downloaded fallible-iterator v0.3.0
5862024-10-15T21:07:12.570Z Downloaded unicode-normalization v0.1.23
5872024-10-15T21:07:12.574Z Downloaded nom v7.1.3
5882024-10-15T21:07:12.577Z Downloaded siphasher v0.3.11
5892024-10-15T21:07:12.582Z Downloaded nested v0.1.1
5902024-10-15T21:07:12.582Z Downloaded concurrent-queue v2.5.0
5912024-10-15T21:07:12.582Z Downloaded colorchoice v1.0.1
5922024-10-15T21:07:12.582Z Downloaded xattr v1.3.1
5932024-10-15T21:07:12.596Z Downloaded scopeguard v1.2.0
5942024-10-15T21:07:12.596Z Downloaded tower-service v0.3.2
5952024-10-15T21:07:12.596Z Downloaded h2 v0.4.6
5962024-10-15T21:07:12.597Z Downloaded russh-keys v0.45.0
5972024-10-15T21:07:12.597Z Downloaded try-lock v0.2.5
5982024-10-15T21:07:12.597Z Downloaded goblin v0.8.2
5992024-10-15T21:07:12.600Z Downloaded tough v0.17.1
6002024-10-15T21:07:12.608Z Downloaded socket2 v0.5.7
6012024-10-15T21:07:12.611Z Downloaded zip v0.6.6
6022024-10-15T21:07:12.615Z Downloaded num-traits v0.2.19
6032024-10-15T21:07:12.618Z Downloaded match_cfg v0.1.0
6042024-10-15T21:07:12.618Z Downloaded rusty-fork v0.3.0
6052024-10-15T21:07:12.622Z Downloaded md-5 v0.10.6
6062024-10-15T21:07:12.622Z Downloaded packed_struct v0.10.1
6072024-10-15T21:07:12.629Z Downloaded num v0.4.3
6082024-10-15T21:07:12.630Z Downloaded pin-project-internal v1.1.5
6092024-10-15T21:07:12.630Z Downloaded rcgen v0.12.1
6102024-10-15T21:07:12.634Z Downloaded nu-ansi-term v0.50.0
6112024-10-15T21:07:12.634Z Downloaded string_cache v0.8.7
6122024-10-15T21:07:12.634Z Downloaded url v2.5.2
6132024-10-15T21:07:12.634Z Downloaded pem v3.0.4
6142024-10-15T21:07:12.638Z Downloaded crc32fast v1.4.0
6152024-10-15T21:07:12.638Z Downloaded postcard v1.0.8
6162024-10-15T21:07:12.642Z Downloaded reqwest v0.12.7
6172024-10-15T21:07:12.649Z Downloaded wyz v0.5.1
6182024-10-15T21:07:12.654Z Downloaded pkg-config v0.3.30
6192024-10-15T21:07:12.654Z Downloaded test-strategy v0.3.1
6202024-10-15T21:07:12.654Z Downloaded textwrap v0.16.1
6212024-10-15T21:07:12.657Z Downloaded unsafe-libyaml v0.2.11
6222024-10-15T21:07:12.659Z Downloaded diesel_derives v2.2.2
6232024-10-15T21:07:12.663Z Downloaded object v0.32.2
6242024-10-15T21:07:12.673Z Downloaded managed v0.8.0
6252024-10-15T21:07:12.676Z Downloaded ed25519-dalek v2.1.1
6262024-10-15T21:07:12.679Z Downloaded typed-path v0.7.1
6272024-10-15T21:07:12.684Z Downloaded mime_guess v2.0.4
6282024-10-15T21:07:12.689Z Downloaded macaddr v1.0.1
6292024-10-15T21:07:12.689Z Downloaded sct v0.7.1
6302024-10-15T21:07:12.692Z Downloaded tokio-tungstenite v0.21.0
6312024-10-15T21:07:12.692Z Downloaded similar-asserts v1.5.0
6322024-10-15T21:07:12.696Z Downloaded crossterm v0.28.1
6332024-10-15T21:07:12.701Z Downloaded tar v0.4.42
6342024-10-15T21:07:12.704Z Downloaded vergen v8.3.2
6352024-10-15T21:07:12.708Z Downloaded sec1 v0.7.3
6362024-10-15T21:07:12.711Z Downloaded event-listener v5.3.1
6372024-10-15T21:07:12.711Z Downloaded pin-project v1.1.5
6382024-10-15T21:07:12.720Z Downloaded steno v0.4.1
6392024-10-15T21:07:12.724Z Downloaded unicode-truncate v1.0.0
6402024-10-15T21:07:12.727Z Downloaded pest v2.7.10
6412024-10-15T21:07:12.730Z Downloaded sqlparser v0.45.0
6422024-10-15T21:07:12.736Z Downloaded mockall_derive v0.13.0
6432024-10-15T21:07:12.739Z Downloaded serde_yaml v0.9.34+deprecated
6442024-10-15T21:07:12.742Z Downloaded jobserver v0.1.32
6452024-10-15T21:07:12.754Z Downloaded tracing-core v0.1.32
6462024-10-15T21:07:12.754Z Downloaded criterion v0.5.1
6472024-10-15T21:07:12.759Z Downloaded des v0.8.1
6482024-10-15T21:07:12.759Z Downloaded dropshot v0.10.1
6492024-10-15T21:07:12.764Z Downloaded syn v1.0.109
6502024-10-15T21:07:12.773Z Downloaded pretty_assertions v1.4.1
6512024-10-15T21:07:12.776Z Downloaded snafu v0.8.2
6522024-10-15T21:07:12.780Z Downloaded rayon v1.10.0
6532024-10-15T21:07:12.789Z Downloaded webpki-roots v0.26.3
6542024-10-15T21:07:12.792Z Downloaded indicatif v0.17.8
6552024-10-15T21:07:12.796Z Downloaded indexmap v2.5.0
6562024-10-15T21:07:12.799Z Downloaded memchr v2.7.2
6572024-10-15T21:07:12.805Z Downloaded derive_more v0.99.18
6582024-10-15T21:07:12.809Z Downloaded x509-cert v0.2.5
6592024-10-15T21:07:12.817Z Downloaded zerocopy v0.7.34
6602024-10-15T21:07:12.830Z Downloaded trybuild v1.0.99
6612024-10-15T21:07:12.834Z Downloaded signal-hook v0.3.17
6622024-10-15T21:07:12.837Z Downloaded unicode-segmentation v1.11.0
6632024-10-15T21:07:12.840Z Downloaded serde_with v3.9.0
6642024-10-15T21:07:12.847Z Downloaded itertools v0.13.0
6652024-10-15T21:07:12.854Z Downloaded rsa v0.9.6
6662024-10-15T21:07:12.858Z Downloaded samael v0.0.17
6672024-10-15T21:07:12.864Z Downloaded p521 v0.13.3
6682024-10-15T21:07:12.867Z Downloaded gimli v0.28.1
6692024-10-15T21:07:12.875Z Downloaded object v0.30.4
6702024-10-15T21:07:12.884Z Downloaded regex v1.10.6
6712024-10-15T21:07:12.896Z Downloaded plotters v0.3.5
6722024-10-15T21:07:12.906Z Downloaded toml_edit v0.21.1
6732024-10-15T21:07:12.926Z Downloaded salty v0.3.0
6742024-10-15T21:07:12.933Z Downloaded portable-atomic v1.6.0
6752024-10-15T21:07:12.938Z Downloaded bstr v1.9.1
6762024-10-15T21:07:12.948Z Downloaded tabled v0.15.0
6772024-10-15T21:07:12.963Z Downloaded nix v0.27.1
6782024-10-15T21:07:12.973Z Downloaded radix_trie v0.2.1
6792024-10-15T21:07:12.978Z Downloaded libm v0.2.8
6802024-10-15T21:07:12.985Z Downloaded regex-syntax v0.6.29
6812024-10-15T21:07:12.991Z Downloaded syn v2.0.79
6822024-10-15T21:07:13.003Z Downloaded quick-xml v0.33.0
6832024-10-15T21:07:13.008Z Downloaded dropshot v0.12.0
6842024-10-15T21:07:13.027Z Downloaded vcpkg v0.2.15
6852024-10-15T21:07:13.064Z Downloaded trust-dns-proto v0.22.0
6862024-10-15T21:07:13.076Z Downloaded regress v0.9.1
6872024-10-15T21:07:13.082Z Downloaded rustls v0.21.12
6882024-10-15T21:07:13.094Z Downloaded bzip2-sys v0.1.11+1.0.8
6892024-10-15T21:07:13.104Z Downloaded rusqlite v0.32.1
6902024-10-15T21:07:13.110Z Downloaded regex-syntax v0.8.4
6912024-10-15T21:07:13.120Z Downloaded regex-automata v0.4.6
6922024-10-15T21:07:13.135Z Downloaded libc v0.2.159
6932024-10-15T21:07:13.161Z Downloaded tokio v1.39.3
6942024-10-15T21:07:13.197Z Downloaded curve25519-dalek v4.1.3
6952024-10-15T21:07:13.205Z Downloaded proptest v1.5.0
6962024-10-15T21:07:13.216Z Downloaded diesel v2.2.4
6972024-10-15T21:07:13.231Z Downloaded openssl v0.10.66
6982024-10-15T21:07:13.241Z Downloaded lalrpop v0.19.12
6992024-10-15T21:07:13.254Z Downloaded rustls v0.22.4
7002024-10-15T21:07:13.267Z Downloaded hickory-proto v0.24.1
7012024-10-15T21:07:13.282Z Downloaded idna v0.4.0
7022024-10-15T21:07:13.289Z Downloaded sled v0.34.7
7032024-10-15T21:07:13.299Z Downloaded idna v0.5.0
7042024-10-15T21:07:13.306Z Downloaded rustix v0.38.34
7052024-10-15T21:07:13.327Z Downloaded typify-impl v0.2.0
7062024-10-15T21:07:13.342Z Downloaded regress v0.10.1
7072024-10-15T21:07:13.353Z Downloaded idna v0.3.0
7082024-10-15T21:07:13.359Z Downloaded idna v0.2.3
7092024-10-15T21:07:13.366Z Downloaded polar-core v0.27.3
7102024-10-15T21:07:13.375Z Downloaded nix v0.28.0
7112024-10-15T21:07:13.386Z Downloaded openapiv3 v2.0.0
7122024-10-15T21:07:13.398Z Downloaded git2 v0.19.0
7132024-10-15T21:07:13.406Z Downloaded libz-sys v1.1.16
7142024-10-15T21:07:13.472Z Downloaded nix v0.29.0
7152024-10-15T21:07:13.483Z Downloaded smoltcp v0.11.0
7162024-10-15T21:07:13.495Z Downloaded rustls-webpki v0.102.4
7172024-10-15T21:07:13.512Z Downloaded ratatui v0.28.0
7182024-10-15T21:07:13.531Z Downloaded russh v0.45.0
7192024-10-15T21:07:13.537Z Downloaded rustls v0.23.10
7202024-10-15T21:07:13.552Z Downloaded winnow v0.5.40
7212024-10-15T21:07:13.560Z Downloaded darling_core v0.20.9
7222024-10-15T21:07:13.564Z Downloaded smoltcp v0.9.1
7232024-10-15T21:07:13.574Z Downloaded zeroize_derive v1.4.2
7242024-10-15T21:07:13.577Z Downloaded yasna v0.5.2
7252024-10-15T21:07:13.577Z Downloaded socket2 v0.4.10
7262024-10-15T21:07:13.580Z Downloaded scrypt v0.11.0
7272024-10-15T21:07:13.580Z Downloaded quinn v0.11.5
7282024-10-15T21:07:13.583Z Downloaded num-bigint v0.4.5
7292024-10-15T21:07:13.587Z Downloaded const-oid v0.9.6
7302024-10-15T21:07:13.591Z Downloaded csv-core v0.1.11
7312024-10-15T21:07:13.594Z Downloaded rtoolbox v0.0.2
7322024-10-15T21:07:13.594Z Downloaded proc-macro-error v1.0.4
7332024-10-15T21:07:13.596Z Downloaded unicode-width v0.1.13
7342024-10-15T21:07:13.603Z Downloaded console v0.15.8
7352024-10-15T21:07:13.606Z Downloaded darling v0.20.9
7362024-10-15T21:07:13.609Z Downloaded rustversion v1.0.17
7372024-10-15T21:07:13.612Z Downloaded itertools v0.10.5
7382024-10-15T21:07:13.619Z Downloaded tls_codec_derive v0.4.1
7392024-10-15T21:07:13.622Z Downloaded hyper v0.14.30
7402024-10-15T21:07:13.626Z Downloaded num-bigint-dig v0.8.4
7412024-10-15T21:07:13.630Z Downloaded toml_edit v0.22.22
7422024-10-15T21:07:13.650Z Downloaded hyper v1.4.1
7432024-10-15T21:07:13.657Z Downloaded zerocopy-derive v0.6.6
7442024-10-15T21:07:13.666Z Downloaded r2d2 v0.8.10
7452024-10-15T21:07:13.669Z Downloaded finl_unicode v1.2.0
7462024-10-15T21:07:13.680Z Downloaded plain v0.2.3
7472024-10-15T21:07:13.683Z Downloaded libtest-mimic v0.7.3
7482024-10-15T21:07:13.683Z Downloaded dropshot_endpoint v0.12.0
7492024-10-15T21:07:13.686Z Downloaded structmeta-derive v0.2.0
7502024-10-15T21:07:13.689Z Downloaded same-file v1.0.6
7512024-10-15T21:07:13.689Z Downloaded smawk v0.3.2
7522024-10-15T21:07:13.689Z Downloaded smallvec v0.6.14
7532024-10-15T21:07:13.692Z Downloaded password-hash v0.4.2
7542024-10-15T21:07:13.692Z Downloaded enum-as-inner v0.5.1
7552024-10-15T21:07:13.695Z Downloaded similar v2.6.0
7562024-10-15T21:07:13.698Z Downloaded rayon-core v1.12.1
7572024-10-15T21:07:13.701Z Downloaded slog-stdlog v4.1.1
7582024-10-15T21:07:13.704Z Downloaded proc-macro-crate v3.1.0
7592024-10-15T21:07:13.704Z Downloaded newtype-uuid v1.1.0
7602024-10-15T21:07:13.704Z Downloaded itoa v1.0.11
7612024-10-15T21:07:13.707Z Downloaded cobs v0.2.3
7622024-10-15T21:07:13.707Z Downloaded postgres-protocol v0.6.7
7632024-10-15T21:07:13.710Z Downloaded password-hash v0.5.0
7642024-10-15T21:07:13.710Z Downloaded ssh-key v0.6.6
7652024-10-15T21:07:13.716Z Downloaded chrono v0.4.38
7662024-10-15T21:07:13.723Z Downloaded const_format v0.2.33
7672024-10-15T21:07:13.727Z Downloaded thiserror-impl-no-std v2.0.2
7682024-10-15T21:07:13.730Z Downloaded ref-cast-impl v1.0.23
7692024-10-15T21:07:13.730Z Downloaded zeroize v1.8.1
7702024-10-15T21:07:13.745Z Downloaded uzers v0.11.3
7712024-10-15T21:07:13.745Z Downloaded structmeta v0.3.0
7722024-10-15T21:07:13.745Z Downloaded rustls-webpki v0.101.7
7732024-10-15T21:07:13.749Z Downloaded signal-hook-tokio v0.3.1
7742024-10-15T21:07:13.749Z Downloaded crossbeam-channel v0.5.12
7752024-10-15T21:07:13.752Z Downloaded sha2 v0.10.8
7762024-10-15T21:07:13.757Z Downloaded petgraph v0.6.5
7772024-10-15T21:07:13.770Z Downloaded rustls-pki-types v1.7.0
7782024-10-15T21:07:13.773Z Downloaded elliptic-curve v0.13.8
7792024-10-15T21:07:13.776Z Downloaded criterion-plot v0.5.0
7802024-10-15T21:07:13.779Z Downloaded rustls-pemfile v2.1.3
7812024-10-15T21:07:13.779Z Downloaded tungstenite v0.21.0
7822024-10-15T21:07:13.782Z Downloaded lru-cache v0.1.2
7832024-10-15T21:07:13.785Z Downloaded tungstenite v0.23.0
7842024-10-15T21:07:13.788Z Downloaded once_cell v1.19.0
7852024-10-15T21:07:13.791Z Downloaded omicron-zone-package v0.11.1
7862024-10-15T21:07:13.794Z Downloaded crossterm v0.27.0
7872024-10-15T21:07:13.797Z Downloaded bindgen v0.69.4
7882024-10-15T21:07:13.804Z Downloaded untrusted v0.9.0
7892024-10-15T21:07:13.807Z Downloaded libloading v0.8.3
7902024-10-15T21:07:13.809Z Downloaded pest_meta v2.7.10
7912024-10-15T21:07:13.809Z Downloaded rustc-hash v1.1.0
7922024-10-15T21:07:13.812Z Downloaded nanorand v0.7.0
7932024-10-15T21:07:13.812Z Downloaded multimap v0.10.0
7942024-10-15T21:07:13.815Z Downloaded linear-map v1.2.0
7952024-10-15T21:07:13.815Z Downloaded lock_api v0.4.12
7962024-10-15T21:07:13.818Z Downloaded indexmap v1.9.3
7972024-10-15T21:07:13.821Z Downloaded toml_edit v0.19.15
7982024-10-15T21:07:13.834Z Downloaded lazy_static v1.5.0
7992024-10-15T21:07:13.837Z Downloaded serde v1.0.210
8002024-10-15T21:07:13.840Z Downloaded vsss-rs v3.3.4
8012024-10-15T21:07:13.843Z Downloaded reedline v0.33.0
8022024-10-15T21:07:13.847Z Downloaded ipnetwork v0.20.0
8032024-10-15T21:07:13.850Z Downloaded lzma-sys v0.1.20
8042024-10-15T21:07:13.878Z Downloaded static_assertions v1.1.0
8052024-10-15T21:07:13.880Z Downloaded sha3 v0.10.8
8062024-10-15T21:07:13.883Z Downloaded publicsuffix v2.2.3
8072024-10-15T21:07:13.887Z Downloaded tokio-stream v0.1.16
8082024-10-15T21:07:13.889Z Downloaded crossbeam-utils v0.8.19
8092024-10-15T21:07:13.892Z Downloaded ryu v1.0.18
8102024-10-15T21:07:13.895Z Downloaded unicode-bidi v0.3.15
8112024-10-15T21:07:13.898Z Downloaded normalize-line-endings v0.3.0
8122024-10-15T21:07:13.898Z Downloaded unicode-xid v0.2.4
8132024-10-15T21:07:13.901Z Downloaded topological-sort v0.2.2
8142024-10-15T21:07:13.901Z Downloaded rustc-hash v2.0.0
8152024-10-15T21:07:13.904Z Downloaded whoami v1.5.2
8162024-10-15T21:07:13.904Z Downloaded yansi v1.0.1
8172024-10-15T21:07:13.907Z Downloaded rand v0.8.5
8182024-10-15T21:07:13.910Z Downloaded crossbeam-epoch v0.9.18
8192024-10-15T21:07:13.913Z Downloaded tokio-rustls v0.26.0
8202024-10-15T21:07:13.913Z Downloaded toml v0.8.19
8212024-10-15T21:07:13.917Z Downloaded tap v1.0.1
8222024-10-15T21:07:13.920Z Downloaded take_mut v0.2.2
8232024-10-15T21:07:13.920Z Downloaded hashbrown v0.13.2
8242024-10-15T21:07:13.922Z Downloaded http v1.1.0
8252024-10-15T21:07:13.925Z Downloaded heapless v0.7.17
8262024-10-15T21:07:13.928Z Downloaded kstat-rs v0.2.4
8272024-10-15T21:07:13.931Z Downloaded keccak v0.1.5
8282024-10-15T21:07:13.931Z Downloaded errno v0.3.9
8292024-10-15T21:07:13.933Z Downloaded papergrid v0.11.0
8302024-10-15T21:07:13.936Z Downloaded toml v0.7.8
8312024-10-15T21:07:13.939Z Downloaded ssh-encoding v0.2.0
8322024-10-15T21:07:13.943Z Downloaded ssh-cipher v0.2.0
8332024-10-15T21:07:13.943Z Downloaded csv v1.3.0
8342024-10-15T21:07:13.961Z Downloaded parking_lot_core v0.8.6
8352024-10-15T21:07:13.964Z Downloaded digest v0.10.7
8362024-10-15T21:07:13.964Z Downloaded derive-where v1.2.7
8372024-10-15T21:07:13.968Z Downloaded headers v0.4.0
8382024-10-15T21:07:13.972Z Downloaded enum-as-inner v0.6.0
8392024-10-15T21:07:13.976Z Downloaded scroll_derive v0.12.0
8402024-10-15T21:07:13.976Z Downloaded rust-argon2 v2.1.0
8412024-10-15T21:07:13.979Z Downloaded parse-display-derive v0.10.0
8422024-10-15T21:07:13.979Z Downloaded strip-ansi-escapes v0.2.0
8432024-10-15T21:07:13.979Z Downloaded parking_lot_core v0.9.10
8442024-10-15T21:07:13.982Z Downloaded aes v0.8.4
8452024-10-15T21:07:13.989Z Downloaded serde_tokenstream v0.2.2
8462024-10-15T21:07:13.989Z Downloaded slog v2.7.0
8472024-10-15T21:07:13.989Z Downloaded hmac v0.12.1
8482024-10-15T21:07:14.003Z Downloaded fallible-iterator v0.2.0
8492024-10-15T21:07:14.003Z Downloaded zerocopy-derive v0.7.34
8502024-10-15T21:07:14.003Z Downloaded futures-lite v2.3.0
8512024-10-15T21:07:14.003Z Downloaded derive_builder v0.20.0
8522024-10-15T21:07:14.003Z Downloaded swrite v0.1.0
8532024-10-15T21:07:14.003Z Downloaded pkcs1 v0.7.5
8542024-10-15T21:07:14.010Z Downloaded cc v1.0.97
8552024-10-15T21:07:14.010Z Downloaded async-io v2.3.4
8562024-10-15T21:07:14.010Z Downloaded unarray v0.1.4
8572024-10-15T21:07:14.010Z Downloaded typify-macro v0.2.0
8582024-10-15T21:07:14.010Z Downloaded globset v0.4.14
8592024-10-15T21:07:14.013Z Downloaded futures-channel v0.3.30
8602024-10-15T21:07:14.013Z Downloaded cfg-expr v0.16.0
8612024-10-15T21:07:14.016Z Downloaded backtrace v0.3.71
8622024-10-15T21:07:14.020Z Downloaded hash32 v0.2.1
8632024-10-15T21:07:14.020Z Downloaded blake2b_simd v1.0.2
8642024-10-15T21:07:14.023Z Downloaded async-trait v0.1.83
8652024-10-15T21:07:14.034Z Downloaded async-executor v1.13.1
8662024-10-15T21:07:14.034Z Downloaded httparse v1.8.0
8672024-10-15T21:07:14.034Z Downloaded heck v0.3.3
8682024-10-15T21:07:14.034Z Downloaded ghash v0.5.1
8692024-10-15T21:07:14.034Z Downloaded futures-macro v0.3.30
8702024-10-15T21:07:14.034Z Downloaded fixedbitset v0.4.2
8712024-10-15T21:07:14.034Z Downloaded base64ct v1.6.0
8722024-10-15T21:07:14.041Z Downloaded backoff v0.4.0
8732024-10-15T21:07:14.041Z Downloaded pin-utils v0.1.0
8742024-10-15T21:07:14.042Z Downloaded pest_generator v2.7.10
8752024-10-15T21:07:14.042Z Downloaded path-tree v0.8.1
8762024-10-15T21:07:14.042Z Downloaded glob v0.3.1
8772024-10-15T21:07:14.042Z Downloaded anes v0.1.6
8782024-10-15T21:07:14.045Z Downloaded futures-core v0.3.30
8792024-10-15T21:07:14.045Z Downloaded cexpr v0.6.0
8802024-10-15T21:07:14.047Z Downloaded bitfield v0.14.0
8812024-10-15T21:07:14.047Z Downloaded base16ct v0.2.0
8822024-10-15T21:07:14.052Z Downloaded array-init v0.0.4
8832024-10-15T21:07:14.052Z Downloaded approx v0.5.1
8842024-10-15T21:07:14.052Z Downloaded anstyle v1.0.8
8852024-10-15T21:07:14.052Z Downloaded heck v0.4.1
8862024-10-15T21:07:14.055Z Downloaded group v0.13.0
8872024-10-15T21:07:14.055Z Downloaded gethostname v0.5.0
8882024-10-15T21:07:14.055Z Downloaded futures-timer v3.0.3
8892024-10-15T21:07:14.063Z Downloaded flagset v0.4.5
8902024-10-15T21:07:14.063Z Downloaded float-cmp v0.9.0
8912024-10-15T21:07:14.063Z Downloaded funty v2.0.0
8922024-10-15T21:07:14.063Z Downloaded ciborium v0.2.2
8932024-10-15T21:07:14.063Z Downloaded camino v1.1.9
8942024-10-15T21:07:14.066Z Downloaded argon2 v0.5.3
8952024-10-15T21:07:14.066Z Downloaded anstream v0.6.14
8962024-10-15T21:07:14.071Z Downloaded block-padding v0.3.3
8972024-10-15T21:07:14.071Z Downloaded bcrypt-pbkdf v0.10.0
8982024-10-15T21:07:14.071Z Downloaded bb8 v0.8.5
8992024-10-15T21:07:14.072Z Downloaded async-task v4.7.1
9002024-10-15T21:07:14.074Z Downloaded async-process v2.2.4
9012024-10-15T21:07:14.074Z Downloaded http-range v0.1.5
9022024-10-15T21:07:14.078Z Downloaded arrayvec v0.7.4
9032024-10-15T21:07:14.078Z Downloaded fastrand v2.1.0
9042024-10-15T21:07:14.078Z Downloaded filetime v0.2.25
9052024-10-15T21:07:14.081Z Downloaded async-global-executor v2.4.1
9062024-10-15T21:07:14.081Z Downloaded httpmock v0.8.0-alpha.1
9072024-10-15T21:07:14.099Z Downloaded encoding_rs v0.8.34
9082024-10-15T21:07:14.255Z Downloaded libgit2-sys v0.17.0+1.8.1
9092024-10-15T21:07:14.865Z Downloaded ring v0.17.8
9102024-10-15T21:07:15.058Z Downloaded ring v0.16.20
9112024-10-15T21:07:15.141Z Downloaded libsqlite3-sys v0.30.1
9122024-10-15T21:07:15.486Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9132024-10-15T21:07:40.619Z Startup: Refreshing catalog 'helios-dev' ... Done
9142024-10-15T21:07:43.961Z Startup: Caching catalogs ... Done
9152024-10-15T21:07:49.726ZPlanning: Solver setup ... Done (4.938s)
9162024-10-15T21:07:49.803ZPlanning: Running solver ... Done (0.076s)
9172024-10-15T21:07:49.958ZPlanning: Finding local manifests ... Done (0.089s)
9182024-10-15T21:07:49.971ZPlanning: Fetching manifests: 0/5 0% complete
9192024-10-15T21:07:50.208ZPlanning: Fetching manifests: 5/5 100% complete
9202024-10-15T21:07:50.547ZPlanning: Package planning ... Done (0.339s)
9212024-10-15T21:07:50.603ZPlanning: Merging actions ... Done (0.056s)
9222024-10-15T21:07:51.979ZPlanning: Checking for conflicting actions ... Done (1.376s)
9232024-10-15T21:08:03.381ZPlanning: Consolidating action changes ... Done (11.402s)
9242024-10-15T21:08:03.896ZPlanning: Evaluating mediators ... Done (0.515s)
9252024-10-15T21:08:03.976ZPlanning: Planning completed in 19.94 seconds
9262024-10-15T21:08:05.287Z Packages to install: 4
9272024-10-15T21:08:05.287Z Packages to update: 1
9282024-10-15T21:08:05.290Z Mediators to change: 2
9292024-10-15T21:08:05.290Z Services to change: 1
9302024-10-15T21:08:05.290Z Estimated space available: 155.47 GB
9312024-10-15T21:08:05.290ZEstimated space to be consumed: 1.57 GB
9322024-10-15T21:08:05.290Z Create boot environment: No
9332024-10-15T21:08:05.290ZCreate backup boot environment: Yes
9342024-10-15T21:08:05.290Z Rebuild boot archive: No
9352024-10-15T21:08:05.290Z
9362024-10-15T21:08:05.290ZChanged mediators:
9372024-10-15T21:08:05.290Z mediator clang:
9382024-10-15T21:08:05.290Z version: None -> 15 (system default)
9392024-10-15T21:08:05.290Z
9402024-10-15T21:08:05.290Z mediator llvm:
9412024-10-15T21:08:05.290Z version: 14 (system default) -> 15 (system default)
9422024-10-15T21:08:05.290Z
9432024-10-15T21:08:05.290ZChanged packages:
9442024-10-15T21:08:05.290Zhelios-dev
9452024-10-15T21:08:05.290Z developer/build-essential
9462024-10-15T21:08:05.290Z None -> 11-2.0
9472024-10-15T21:08:05.290Z library/libxmlsec1
9482024-10-15T21:08:05.290Z None -> 1.2.35-2.0
9492024-10-15T21:08:05.290Z ooce/developer/clang-15
9502024-10-15T21:08:05.290Z None -> 15.0.7-2.0
9512024-10-15T21:08:05.291Z ooce/developer/llvm-15
9522024-10-15T21:08:05.291Z None -> 15.0.7-2.0
9532024-10-15T21:08:05.291Z package/pkg
9542024-10-15T21:08:05.291Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9552024-10-15T21:08:05.291Z
9562024-10-15T21:08:05.291ZServices:
9572024-10-15T21:08:05.291Z restart_fmri:
9582024-10-15T21:08:05.291Z svc:/system/update-man-index:default
9592024-10-15T21:08:05.291Z
9602024-10-15T21:08:05.291ZEditable files to change:
9612024-10-15T21:08:05.291Z Update:
9622024-10-15T21:08:05.291Z usr/share/lib/pkg/web/config.shtml
9632024-10-15T21:08:05.808Z
9642024-10-15T21:08:05.808ZDownload: 0/4281 items 0.0/220.6MB 0% complete
9652024-10-15T21:08:10.812ZDownload: 1302/4281 items 110.9/220.6MB 50% complete (22.5M/s)
9662024-10-15T21:08:15.812ZDownload: 3182/4281 items 147.6/220.6MB 66% complete (14.8M/s)
9672024-10-15T21:08:21.013ZDownload: 4202/4281 items 220.6/220.6MB 99% complete (11.7M/s)
9682024-10-15T21:08:21.512ZDownload: Completed 220.60 MB in 15.70 seconds (14.1M/s)
9692024-10-15T21:08:23.863Z Actions: 1/5063 actions (Removing old actions)
9702024-10-15T21:08:23.935Z Actions: 194/5063 actions (Installing new actions)
9712024-10-15T21:08:28.941Z Actions: 4083/5063 actions (Installing new actions)
9722024-10-15T21:08:30.101Z Actions: 4226/5063 actions (Updating modified actions)
9732024-10-15T21:08:30.521Z Actions: Completed 5063 actions in 6.66 seconds.
9742024-10-15T21:08:30.864Z Done (0.334s)
9752024-10-15T21:08:30.867Z Done (0.000s)
9762024-10-15T21:08:31.348Z Done (0.483s)
9772024-10-15T21:08:42.261Z Done (7.205s)
9782024-10-15T21:08:42.350Z Done (0.459s)
9792024-10-15T21:08:42.350Z Done (0.000s)
9802024-10-15T21:08:42.350Z Done (0.000s)
9812024-10-15T21:08:42.350ZPlanning: Evaluating mediator changes ... Done
9822024-10-15T21:08:42.351ZPlanning: Checking for conflicting actions ... Done
9832024-10-15T21:08:42.351ZPlanning: Consolidating action changes ... Done
9842024-10-15T21:08:42.351ZPlanning: Evaluating mediators ... Done
9852024-10-15T21:08:42.351ZPlanning: Planning completed in 0.44 seconds
9862024-10-15T21:08:42.351Z Mediators to change: 2
9872024-10-15T21:08:42.351Z Create boot environment: No
9882024-10-15T21:08:42.351ZCreate backup boot environment: No
9892024-10-15T21:08:42.401Z Done
9902024-10-15T21:08:42.401Z Done
9912024-10-15T21:08:42.401Z Done
9922024-10-15T21:08:44.705Z Done
9932024-10-15T21:08:44.793Z Done
9942024-10-15T21:08:44.796Z Done
9952024-10-15T21:08:44.951Z Done
9962024-10-15T21:08:45.591ZPlanning: Evaluating mediator changes ... Done
9972024-10-15T21:08:45.594ZPlanning: Merging actions ... Done
9982024-10-15T21:08:45.774ZPlanning: Checking for conflicting actions ... Done
9992024-10-15T21:08:45.777ZPlanning: Consolidating action changes ... Done
10002024-10-15T21:08:46.045ZPlanning: Evaluating mediators ... Done
10012024-10-15T21:08:46.102ZPlanning: Planning completed in 0.77 seconds
10022024-10-15T21:08:46.144Z Packages to change: 1
10032024-10-15T21:08:46.144Z Mediators to change: 1
10042024-10-15T21:08:46.147Z Services to change: 1
10052024-10-15T21:08:46.147Z Create boot environment: No
10062024-10-15T21:08:46.147ZCreate backup boot environment: Yes
10072024-10-15T21:08:48.374Z Actions: 1/6 actions (Updating modified actions)
10082024-10-15T21:08:48.521Z Actions: Completed 6 actions in 0.15 seconds.
10092024-10-15T21:08:48.524Z Done
10102024-10-15T21:08:48.524Z Done
10112024-10-15T21:08:48.618Z Done
10122024-10-15T21:08:52.237Z Done
10132024-10-15T21:08:52.331Z Done
10142024-10-15T21:08:52.334Z Done
10152024-10-15T21:08:52.496Z Done
10162024-10-15T21:08:52.931ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10172024-10-15T21:08:52.931Zclang system 15 system
10182024-10-15T21:08:52.931Zcsh system system illumos
10192024-10-15T21:08:52.931Zctags system system illumos
10202024-10-15T21:08:52.931Zgcc vendor 12 vendor
10212024-10-15T21:08:52.932Zgcc system 10 system
10222024-10-15T21:08:52.932Zgcc system 7 system
10232024-10-15T21:08:52.932Zgo system 1.20 system
10242024-10-15T21:08:52.932Zgo system 1.19 system
10252024-10-15T21:08:52.932Zllvm system 15 system
10262024-10-15T21:08:52.932Zllvm system 14 system
10272024-10-15T21:08:52.932Zmariadb system 10.6 system
10282024-10-15T21:08:52.932Zmta vendor vendor dma
10292024-10-15T21:08:52.932Zopenjdk system 17 system
10302024-10-15T21:08:52.932Zopenjdk system 11 system
10312024-10-15T21:08:52.932Zopenjdk system 1.8 system
10322024-10-15T21:08:52.932Zopenssl vendor 3 vendor
10332024-10-15T21:08:52.933Zperl system 5.36 system
10342024-10-15T21:08:52.933Zpostgresql system 15 system
10352024-10-15T21:08:52.933Zpostgresql system 13 system
10362024-10-15T21:08:52.933Zpython vendor 3 vendor
10372024-10-15T21:08:52.933Zpython system 2 system
10382024-10-15T21:08:52.933Zpython3 system 3.11 system
10392024-10-15T21:08:52.933Zruby system 3.0 system
10402024-10-15T21:08:52.933Zwords vendor vendor american-english
10412024-10-15T21:08:52.933Zwords system system australian-english
10422024-10-15T21:08:52.933Zwords system system british-english
10432024-10-15T21:08:52.933Zwords system system canadian-english
10442024-10-15T21:08:52.933Zwords system system french
10452024-10-15T21:08:52.933Zwords system system italian
10462024-10-15T21:08:52.933Zwords system system ngerman
10472024-10-15T21:08:52.934Zwords system system ogerman
10482024-10-15T21:08:52.934Zwords system system spanish
10492024-10-15T21:08:53.263ZPUBLISHER TYPE STATUS P LOCATION
10502024-10-15T21:08:53.263Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10512024-10-15T21:08:55.440ZFMRI IFO
10522024-10-15T21:08:55.440Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10532024-10-15T21:08:55.440Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10542024-10-15T21:08:55.440Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10552024-10-15T21:08:55.440Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
10562024-10-15T21:08:55.440Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
10572024-10-15T21:08:55.440Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
10582024-10-15T21:08:55.440Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
10592024-10-15T21:08:55.440Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
10602024-10-15T21:08:55.440Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
10612024-10-15T21:08:55.440Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
10622024-10-15T21:08:55.441Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
10632024-10-15T21:08:55.441Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
10642024-10-15T21:08:55.441Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
10652024-10-15T21:08:56.215Z Updating git repository `https://github.com/oxidecomputer/propolis`
10662024-10-15T21:08:56.461Z Downloading crates ...
10672024-10-15T21:08:56.584Z Downloaded cargo_toml v0.20.5
10682024-10-15T21:08:56.720Z Compiling proc-macro2 v1.0.86
10692024-10-15T21:08:56.720Z Compiling unicode-ident v1.0.13
10702024-10-15T21:08:56.722Z Compiling version_check v0.9.5
10712024-10-15T21:08:56.722Z Compiling serde v1.0.210
10722024-10-15T21:08:56.722Z Compiling thiserror v1.0.64
10732024-10-15T21:08:56.722Z Compiling memchr v2.7.2
10742024-10-15T21:08:56.741Z Compiling libc v0.2.159
10752024-10-15T21:08:56.743Z Compiling ryu v1.0.18
10762024-10-15T21:08:56.972Z Compiling itoa v1.0.11
10772024-10-15T21:08:57.094Z Compiling ucd-trie v0.1.6
10782024-10-15T21:08:57.481Z Compiling once_cell v1.19.0
10792024-10-15T21:08:57.595Z Compiling byteorder v1.5.0
10802024-10-15T21:08:57.776Z Compiling serde_json v1.0.128
10812024-10-15T21:08:57.905Z Compiling rustix v0.38.34
10822024-10-15T21:08:59.032Z Compiling bitflags v2.6.0
10832024-10-15T21:08:59.093Z Compiling proc-macro-error-attr v1.0.4
10842024-10-15T21:08:59.113Z Compiling usdt-impl v0.5.0
10852024-10-15T21:08:59.148Z Compiling syn v1.0.109
10862024-10-15T21:08:59.381Z Compiling proc-macro-error v1.0.4
10872024-10-15T21:08:59.428Z Compiling hashbrown v0.14.5
10882024-10-15T21:08:59.439Z Compiling plain v0.2.3
10892024-10-15T21:08:59.543Z Compiling equivalent v1.0.1
10902024-10-15T21:08:59.576Z Compiling camino v1.1.9
10912024-10-15T21:08:59.645Z Compiling log v0.4.22
10922024-10-15T21:08:59.656Z Compiling utf8parse v0.2.1
10932024-10-15T21:08:59.782Z Compiling thread-id v4.2.1
10942024-10-15T21:08:59.803Z Compiling anstyle-parse v0.2.4
10952024-10-15T21:08:59.844Z Compiling quote v1.0.37
10962024-10-15T21:09:00.033Z Compiling unicode-width v0.1.13
10972024-10-15T21:09:00.113Z Compiling anstyle v1.0.8
10982024-10-15T21:09:00.248Z Compiling syn v2.0.79
10992024-10-15T21:09:00.314Z Compiling errno v0.3.9
11002024-10-15T21:09:00.548Z Compiling is_terminal_polyfill v1.70.0
11012024-10-15T21:09:00.570Z Compiling semver v1.0.23
11022024-10-15T21:09:00.576Z Compiling winnow v0.6.18
11032024-10-15T21:09:00.648Z Compiling indexmap v2.5.0
11042024-10-15T21:09:00.699Z Compiling colorchoice v1.0.1
11052024-10-15T21:09:00.835Z Compiling pretty-hex v0.4.1
11062024-10-15T21:09:01.030Z Compiling autocfg v1.3.0
11072024-10-15T21:09:01.065Z Compiling anstyle-query v1.0.3
11082024-10-15T21:09:01.190Z Compiling anstream v0.6.14
11092024-10-15T21:09:02.007Z Compiling fs-err v2.11.0
11102024-10-15T21:09:02.116Z Compiling clap_lex v0.7.0
11112024-10-15T21:09:02.129Z Compiling strsim v0.11.1
11122024-10-15T21:09:02.150Z Compiling heck v0.5.0
11132024-10-15T21:09:02.282Z Compiling heck v0.4.1
11142024-10-15T21:09:02.629Z Compiling terminal_size v0.3.0
11152024-10-15T21:09:02.718Z Compiling cfg-if v1.0.0
11162024-10-15T21:09:02.801Z Compiling fnv v1.0.7
11172024-10-15T21:09:02.834Z Compiling bytecount v0.6.8
11182024-10-15T21:09:02.838Z Compiling fastrand v2.1.0
11192024-10-15T21:09:02.922Z Compiling anyhow v1.0.89
11202024-10-15T21:09:03.018Z Compiling papergrid v0.11.0
11212024-10-15T21:09:03.041Z Compiling clap_builder v4.5.18
11222024-10-15T21:09:03.395Z Compiling tempfile v3.10.1
11232024-10-15T21:09:03.794Z Compiling memmap v0.7.0
11242024-10-15T21:09:04.051Z Compiling unicode-linebreak v0.1.5
11252024-10-15T21:09:04.133Z Compiling smawk v0.3.2
11262024-10-15T21:09:04.322Z Compiling swrite v0.1.0
11272024-10-15T21:09:04.432Z Compiling textwrap v0.16.1
11282024-10-15T21:09:05.862Z Compiling tabled_derive v0.7.0
11292024-10-15T21:09:07.289Z Compiling tabled v0.15.0
11302024-10-15T21:09:08.862Z Compiling serde_derive v1.0.210
11312024-10-15T21:09:08.862Z Compiling thiserror-impl v1.0.64
11322024-10-15T21:09:08.865Z Compiling zerocopy-derive v0.7.34
11332024-10-15T21:09:08.865Z Compiling scroll_derive v0.12.0
11342024-10-15T21:09:08.865Z Compiling clap_derive v4.5.18
11352024-10-15T21:09:10.168Z Compiling scroll v0.12.0
11362024-10-15T21:09:10.684Z Compiling goblin v0.8.2
11372024-10-15T21:09:10.754Z Compiling zerocopy v0.7.34
11382024-10-15T21:09:11.354Z Compiling pest v2.7.10
11392024-10-15T21:09:12.806Z Compiling clap v4.5.18
11402024-10-15T21:09:13.610Z Compiling pest_meta v2.7.10
11412024-10-15T21:09:14.278Z Compiling pest_generator v2.7.10
11422024-10-15T21:09:15.993Z Compiling pest_derive v2.7.10
11432024-10-15T21:09:16.597Z Compiling dtrace-parser v0.2.0
11442024-10-15T21:09:18.625Z Compiling serde_spanned v0.6.7
11452024-10-15T21:09:18.625Z Compiling toml_datetime v0.6.8
11462024-10-15T21:09:18.628Z Compiling cargo-platform v0.1.8
11472024-10-15T21:09:18.844Z Compiling macaddr v1.0.1
11482024-10-15T21:09:19.131Z Compiling serde_tokenstream v0.2.2
11492024-10-15T21:09:19.162Z Compiling toml_edit v0.22.22
11502024-10-15T21:09:19.268Z Compiling camino-tempfile v1.1.1
11512024-10-15T21:09:20.050Z Compiling dof v0.3.0
11522024-10-15T21:09:20.050Z Compiling cargo_metadata v0.18.1
11532024-10-15T21:09:21.951Z Compiling toml v0.8.19
11542024-10-15T21:09:22.275Z Compiling usdt-attr-macro v0.5.0
11552024-10-15T21:09:22.281Z Compiling usdt-macro v0.5.0
11562024-10-15T21:09:22.701Z Compiling cargo_toml v0.20.5
11572024-10-15T21:09:23.626Z Compiling usdt v0.5.0
11582024-10-15T21:09:26.561Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
11592024-10-15T21:09:30.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.88s
11602024-10-15T21:09:30.823Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
11612024-10-15T21:09:30.989Z Updating git repository `https://github.com/oxidecomputer/propolis`
11622024-10-15T21:09:31.703Z Compiling serde v1.0.210
11632024-10-15T21:09:31.706Z Compiling lock_api v0.4.12
11642024-10-15T21:09:31.706Z Compiling typenum v1.17.0
11652024-10-15T21:09:31.706Z Compiling generic-array v0.14.7
11662024-10-15T21:09:31.706Z Compiling scopeguard v1.2.0
11672024-10-15T21:09:31.849Z Compiling syn v2.0.79
11682024-10-15T21:09:31.871Z Compiling getrandom v0.2.14
11692024-10-15T21:09:31.871Z Compiling value-bag v1.9.0
11702024-10-15T21:09:32.032Z Compiling subtle v2.5.0
11712024-10-15T21:09:32.125Z Compiling rand_core v0.6.4
11722024-10-15T21:09:32.351Z Compiling const-oid v0.9.6
11732024-10-15T21:09:32.421Z Compiling log v0.4.22
11742024-10-15T21:09:32.447Z Compiling pin-project-lite v0.2.14
11752024-10-15T21:09:32.529Z Compiling jobserver v0.1.32
11762024-10-15T21:09:32.553Z Compiling smallvec v1.13.2
11772024-10-15T21:09:32.642Z Compiling parking_lot_core v0.9.10
11782024-10-15T21:09:32.797Z Compiling futures-core v0.3.30
11792024-10-15T21:09:32.948Z Compiling cc v1.0.97
11802024-10-15T21:09:32.996Z Compiling signal-hook-registry v1.4.2
11812024-10-15T21:09:33.275Z Compiling mio v1.0.2
11822024-10-15T21:09:33.473Z Compiling parking_lot v0.12.2
11832024-10-15T21:09:33.728Z Compiling futures-sink v0.3.30
11842024-10-15T21:09:33.811Z Compiling socket2 v0.5.7
11852024-10-15T21:09:33.873Z Compiling slab v0.4.9
11862024-10-15T21:09:34.190Z Compiling cpufeatures v0.2.12
11872024-10-15T21:09:34.297Z Compiling ahash v0.8.11
11882024-10-15T21:09:34.387Z Compiling spin v0.9.8
11892024-10-15T21:09:34.452Z Compiling futures-channel v0.3.30
11902024-10-15T21:09:34.486Z Compiling futures-task v0.3.30
11912024-10-15T21:09:34.675Z Compiling futures-io v0.3.30
11922024-10-15T21:09:34.702Z Compiling pin-utils v0.1.0
11932024-10-15T21:09:34.750Z Compiling allocator-api2 v0.2.18
11942024-10-15T21:09:34.774Z Compiling serde_json v1.0.128
11952024-10-15T21:09:34.791Z Compiling tinyvec_macros v0.1.1
11962024-10-15T21:09:34.801Z Compiling libm v0.2.8
11972024-10-15T21:09:34.838Z Compiling num-traits v0.2.19
11982024-10-15T21:09:34.882Z Compiling tinyvec v1.6.0
11992024-10-15T21:09:34.961Z Compiling unicode-bidi v0.3.15
12002024-10-15T21:09:35.122Z Compiling tracing-core v0.1.32
12012024-10-15T21:09:35.334Z Compiling httparse v1.8.0
12022024-10-15T21:09:35.529Z Compiling base64ct v1.6.0
12032024-10-15T21:09:35.812Z Compiling ppv-lite86 v0.2.17
12042024-10-15T21:09:36.116Z Compiling pem-rfc7468 v0.7.0
12052024-10-15T21:09:36.315Z Compiling unicode-normalization v0.1.23
12062024-10-15T21:09:36.471Z Compiling flagset v0.4.5
12072024-10-15T21:09:36.561Z Compiling rand_chacha v0.3.1
12082024-10-15T21:09:36.661Z Compiling crossbeam-utils v0.8.19
12092024-10-15T21:09:36.845Z Compiling percent-encoding v2.3.1
12102024-10-15T21:09:36.946Z Compiling ring v0.17.8
12112024-10-15T21:09:37.207Z Compiling rustls-pki-types v1.7.0
12122024-10-15T21:09:37.265Z Compiling rand v0.8.5
12132024-10-15T21:09:37.306Z Compiling powerfmt v0.2.0
12142024-10-15T21:09:37.405Z Compiling pkg-config v0.3.30
12152024-10-15T21:09:37.747Z Compiling time-core v0.1.2
12162024-10-15T21:09:37.921Z Compiling num-conv v0.1.0
12172024-10-15T21:09:38.014Z Compiling vcpkg v0.2.15
12182024-10-15T21:09:38.202Z Compiling untrusted v0.9.0
12192024-10-15T21:09:38.373Z Compiling time-macros v0.2.18
12202024-10-15T21:09:38.426Z Compiling deranged v0.3.11
12212024-10-15T21:09:38.953Z Compiling try-lock v0.2.5
12222024-10-15T21:09:39.079Z Compiling num_threads v0.1.7
12232024-10-15T21:09:39.098Z Compiling atomic-waker v1.1.2
12242024-10-15T21:09:39.194Z Compiling want v0.3.1
12252024-10-15T21:09:39.256Z Compiling form_urlencoded v1.2.1
12262024-10-15T21:09:39.454Z Compiling slog v2.7.0
12272024-10-15T21:09:39.567Z Compiling httpdate v1.0.3
12282024-10-15T21:09:39.996Z Compiling openssl-sys v0.9.103
12292024-10-15T21:09:40.012Z Compiling rustix v0.38.34
12302024-10-15T21:09:40.016Z Compiling tower-service v0.3.2
12312024-10-15T21:09:40.053Z Compiling base64 v0.22.1
12322024-10-15T21:09:40.249Z Compiling idna v0.5.0
12332024-10-15T21:09:40.711Z Compiling match_cfg v0.1.0
12342024-10-15T21:09:40.789Z Compiling rustversion v1.0.17
12352024-10-15T21:09:40.865Z Compiling iana-time-zone v0.1.60
12362024-10-15T21:09:40.897Z Compiling foreign-types-shared v0.1.1
12372024-10-15T21:09:40.997Z Compiling openssl v0.10.66
12382024-10-15T21:09:41.240Z Compiling url v2.5.2
12392024-10-15T21:09:41.403Z Compiling foreign-types v0.3.2
12402024-10-15T21:09:41.418Z Compiling time v0.3.36
12412024-10-15T21:09:41.484Z Compiling hostname v0.3.1
12422024-10-15T21:09:41.501Z Compiling dirs-sys-next v0.1.2
12432024-10-15T21:09:41.668Z Compiling aho-corasick v1.1.3
12442024-10-15T21:09:41.724Z Compiling regex-syntax v0.8.4
12452024-10-15T21:09:42.099Z Compiling rustls v0.22.4
12462024-10-15T21:09:42.377Z Compiling syn v1.0.109
12472024-10-15T21:09:42.816Z Compiling rustls v0.23.10
12482024-10-15T21:09:42.958Z Compiling siphasher v0.3.11
12492024-10-15T21:09:43.074Z Compiling data-encoding v2.6.0
12502024-10-15T21:09:43.292Z Compiling native-tls v0.2.11
12512024-10-15T21:09:43.675Z Compiling dirs-next v2.0.0
12522024-10-15T21:09:45.039Z Compiling serde_derive v1.0.210
12532024-10-15T21:09:45.069Z Compiling zeroize_derive v1.4.2
12542024-10-15T21:09:45.267Z Compiling zerocopy-derive v0.7.34
12552024-10-15T21:09:45.673Z Compiling tokio-macros v2.4.0
12562024-10-15T21:09:45.996Z Compiling futures-macro v0.3.30
12572024-10-15T21:09:46.455Z Compiling thiserror-impl v1.0.64
12582024-10-15T21:09:46.579Z Compiling zeroize v1.8.1
12592024-10-15T21:09:47.241Z Compiling tracing-attributes v0.1.27
12602024-10-15T21:09:47.363Z Compiling zerocopy v0.7.34
12612024-10-15T21:09:47.657Z Compiling der_derive v0.7.2
12622024-10-15T21:09:47.969Z Compiling futures-util v0.3.30
12632024-10-15T21:09:48.316Z Compiling crypto-common v0.1.6
12642024-10-15T21:09:48.554Z Compiling block-buffer v0.10.4
12652024-10-15T21:09:48.831Z Compiling digest v0.10.7
12662024-10-15T21:09:49.299Z Compiling hmac v0.12.1
12672024-10-15T21:09:49.467Z Compiling hashbrown v0.14.5
12682024-10-15T21:09:49.530Z Compiling block-padding v0.3.3
12692024-10-15T21:09:49.659Z Compiling thiserror v1.0.64
12702024-10-15T21:09:49.773Z Compiling inout v0.1.3
12712024-10-15T21:09:49.786Z Compiling sha2 v0.10.8
12722024-10-15T21:09:53.817Z Compiling cipher v0.4.4
12732024-10-15T21:09:53.850Z Compiling der v0.7.9
12742024-10-15T21:09:53.850Z Compiling salsa20 v0.10.2
12752024-10-15T21:09:53.850Z Compiling pbkdf2 v0.12.2
12762024-10-15T21:09:53.850Z Compiling cbc v0.1.2
12772024-10-15T21:09:53.850Z Compiling scrypt v0.11.0
12782024-10-15T21:09:53.850Z Compiling tracing v0.1.40
12792024-10-15T21:09:53.850Z Compiling aes v0.8.4
12802024-10-15T21:09:53.850Z Compiling pest v2.7.10
12812024-10-15T21:09:53.850Z Compiling scroll_derive v0.12.0
12822024-10-15T21:09:53.850Z Compiling spki v0.7.3
12832024-10-15T21:09:53.850Z Compiling scroll v0.12.0
12842024-10-15T21:09:53.850Z Compiling async-trait v0.1.83
12852024-10-15T21:09:53.850Z Compiling pkcs5 v0.7.1
12862024-10-15T21:09:53.850Z Compiling openssl-macros v0.1.1
12872024-10-15T21:09:53.850Z Compiling signature v2.2.0
12882024-10-15T21:09:53.850Z Compiling goblin v0.8.2
12892024-10-15T21:09:53.850Z Compiling pest_meta v2.7.10
12902024-10-15T21:09:54.185Z Compiling pkcs8 v0.10.2
12912024-10-15T21:09:54.227Z Compiling sha1 v0.10.6
12922024-10-15T21:09:54.354Z Compiling regex-automata v0.4.6
12932024-10-15T21:09:54.632Z Compiling crossbeam-epoch v0.9.18
12942024-10-15T21:09:54.834Z Compiling serde_derive_internals v0.29.1
12952024-10-15T21:09:55.340Z Compiling pest_generator v2.7.10
12962024-10-15T21:09:55.878Z Compiling backtrace v0.3.71
12972024-10-15T21:09:56.370Z Compiling lazy_static v1.5.0
12982024-10-15T21:09:56.492Z Compiling encoding_rs v0.8.34
12992024-10-15T21:09:57.319Z Compiling cookie v0.18.1
13002024-10-15T21:09:57.561Z Compiling multer v3.1.0
13012024-10-15T21:09:57.651Z Compiling thread_local v1.1.8
13022024-10-15T21:09:57.875Z Compiling rustls-webpki v0.102.4
13032024-10-15T21:09:58.206Z Compiling either v1.13.0
13042024-10-15T21:09:58.629Z Compiling bytes v1.7.2
13052024-10-15T21:09:58.756Z Compiling indexmap v2.5.0
13062024-10-15T21:09:59.558Z Compiling tokio v1.39.3
13072024-10-15T21:09:59.886Z Compiling http v1.1.0
13082024-10-15T21:09:59.952Z Compiling bitflags v2.6.0
13092024-10-15T21:10:00.180Z Compiling semver v1.0.23
13102024-10-15T21:10:00.385Z Compiling uuid v1.10.0
13112024-10-15T21:10:01.203Z Compiling rustc_version v0.4.0
13122024-10-15T21:10:01.217Z Compiling serde_tokenstream v0.2.2
13132024-10-15T21:10:01.615Z Compiling http-body v1.0.0
13142024-10-15T21:10:01.726Z Compiling toml_datetime v0.6.8
13152024-10-15T21:10:01.833Z Compiling serde_spanned v0.6.7
13162024-10-15T21:10:02.050Z Compiling http v0.2.12
13172024-10-15T21:10:02.068Z Compiling pest_derive v2.7.10
13182024-10-15T21:10:02.207Z Compiling chrono v0.4.38
13192024-10-15T21:10:02.377Z Compiling heapless v0.7.17
13202024-10-15T21:10:02.881Z Compiling dof v0.3.0
13212024-10-15T21:10:02.922Z Compiling dtrace-parser v0.2.0
13222024-10-15T21:10:04.630Z Compiling paste v1.0.15
13232024-10-15T21:10:05.079Z Compiling adler v1.0.2
13242024-10-15T21:10:05.094Z Compiling schemars v0.8.21
13252024-10-15T21:10:05.181Z Compiling mime v0.3.17
13262024-10-15T21:10:05.310Z Compiling finl_unicode v1.2.0
13272024-10-15T21:10:05.453Z Compiling ipnet v2.10.0
13282024-10-15T21:10:05.776Z Compiling slog-async v2.8.0
13292024-10-15T21:10:05.891Z Compiling gimli v0.28.1
13302024-10-15T21:10:05.961Z Compiling openssl-probe v0.1.5
13312024-10-15T21:10:06.311Z Compiling rayon-core v1.12.1
13322024-10-15T21:10:06.394Z Compiling stringprep v0.1.4
13332024-10-15T21:10:06.631Z Compiling toml_edit v0.22.22
13342024-10-15T21:10:06.675Z Compiling miniz_oxide v0.7.2
13352024-10-15T21:10:07.090Z Compiling usdt-impl v0.5.0
13362024-10-15T21:10:07.186Z Compiling http-body v0.4.6
13372024-10-15T21:10:07.558Z Compiling tokio-util v0.7.12
13382024-10-15T21:10:07.576Z Compiling curve25519-dalek v4.1.3
13392024-10-15T21:10:07.678Z Compiling slog-json v2.6.1
13402024-10-15T21:10:08.735Z Compiling h2 v0.4.6
13412024-10-15T21:10:09.019Z Compiling h2 v0.3.26
13422024-10-15T21:10:10.955Z Compiling addr2line v0.21.0
13432024-10-15T21:10:12.349Z Compiling serde_urlencoded v0.7.1
13442024-10-15T21:10:12.878Z Compiling schemars_derive v0.8.21
13452024-10-15T21:10:12.960Z Compiling crossbeam-deque v0.8.5
13462024-10-15T21:10:13.294Z Compiling futures-executor v0.3.30
13472024-10-15T21:10:13.897Z Compiling md-5 v0.10.6
13482024-10-15T21:10:14.170Z Compiling enum-as-inner v0.6.0
13492024-10-15T21:10:14.742Z Compiling async-stream-impl v0.3.5
13502024-10-15T21:10:15.250Z Compiling term v0.7.0
13512024-10-15T21:10:16.141Z Compiling hyper v1.4.1
13522024-10-15T21:10:16.223Z Compiling rustls-pemfile v2.1.3
13532024-10-15T21:10:16.690Z Compiling crossbeam-channel v0.5.12
13542024-10-15T21:10:16.740Z Compiling num-integer v0.1.46
13552024-10-15T21:10:17.582Z Compiling idna v0.4.0
13562024-10-15T21:10:17.844Z Compiling idna v0.3.0
13572024-10-15T21:10:18.459Z Compiling ff v0.13.0
13582024-10-15T21:10:18.686Z Compiling hyper-util v0.1.9
13592024-10-15T21:10:19.201Z Compiling socket2 v0.4.10
13602024-10-15T21:10:19.461Z Compiling is-terminal v0.4.12
13612024-10-15T21:10:19.497Z Compiling hash32 v0.2.1
13622024-10-15T21:10:19.589Z Compiling object v0.32.2
13632024-10-15T21:10:19.679Z Compiling dropshot v0.10.1
13642024-10-15T21:10:19.851Z Compiling signal-hook v0.3.17
13652024-10-15T21:10:19.991Z Compiling dyn-clone v1.0.17
13662024-10-15T21:10:20.083Z Compiling fallible-iterator v0.2.0
13672024-10-15T21:10:20.136Z Compiling crc32fast v1.4.0
13682024-10-15T21:10:20.211Z Compiling linked-hash-map v0.5.6
13692024-10-15T21:10:20.378Z Compiling utf-8 v0.7.6
13702024-10-15T21:10:20.579Z Compiling psl-types v2.0.11
13712024-10-15T21:10:20.681Z Compiling smoltcp v0.9.1
13722024-10-15T21:10:20.709Z Compiling base16ct v0.2.0
13732024-10-15T21:10:20.754Z Compiling rustc-demangle v0.1.24
13742024-10-15T21:10:20.771Z Compiling num-bigint-dig v0.8.4
13752024-10-15T21:10:21.038Z Compiling portable-atomic v1.6.0
13762024-10-15T21:10:21.073Z Compiling stable_deref_trait v1.2.0
13772024-10-15T21:10:21.183Z Compiling anyhow v1.0.89
13782024-10-15T21:10:21.394Z Compiling quick-error v1.2.3
13792024-10-15T21:10:21.550Z Compiling take_mut v0.2.2
13802024-10-15T21:10:21.725Z Compiling resolv-conf v0.7.0
13812024-10-15T21:10:22.020Z Compiling sec1 v0.7.3
13822024-10-15T21:10:22.120Z Compiling publicsuffix v2.2.3
13832024-10-15T21:10:22.301Z Compiling postgres-protocol v0.6.7
13842024-10-15T21:10:22.457Z Compiling tungstenite v0.23.0
13852024-10-15T21:10:22.487Z Compiling lru-cache v0.1.2
13862024-10-15T21:10:22.794Z Compiling hyper v0.14.30
13872024-10-15T21:10:22.935Z Compiling slog-term v2.9.1
13882024-10-15T21:10:23.041Z Compiling group v0.13.0
13892024-10-15T21:10:23.373Z Compiling hickory-proto v0.24.1
13902024-10-15T21:10:23.671Z Compiling num-iter v0.1.45
13912024-10-15T21:10:23.868Z Compiling async-stream v0.3.5
13922024-10-15T21:10:24.182Z Compiling tokio-rustls v0.26.0
13932024-10-15T21:10:24.245Z Compiling futures v0.3.30
13942024-10-15T21:10:25.723Z Compiling tokio-rustls v0.25.0
13952024-10-15T21:10:25.903Z Compiling tokio-native-tls v0.3.1
13962024-10-15T21:10:26.172Z Compiling toml v0.8.19
13972024-10-15T21:10:26.288Z Compiling slog-bunyan v2.5.0
13982024-10-15T21:10:26.504Z Compiling camino v1.1.9
13992024-10-15T21:10:26.781Z Compiling terminal_size v0.3.0
14002024-10-15T21:10:26.983Z Compiling http-body-util v0.1.2
14012024-10-15T21:10:27.511Z Compiling dropshot_endpoint v0.10.1
14022024-10-15T21:10:27.536Z Compiling openapiv3 v2.0.0
14032024-10-15T21:10:27.767Z Compiling serde_path_to_error v0.1.16
14042024-10-15T21:10:27.953Z Compiling hkdf v0.12.4
14052024-10-15T21:10:28.203Z Compiling crypto-bigint v0.5.5
14062024-10-15T21:10:28.634Z Compiling zerocopy-derive v0.6.6
14072024-10-15T21:10:29.540Z Compiling hubpack_derive v0.1.1
14082024-10-15T21:10:29.689Z Compiling curve25519-dalek-derive v0.1.1
14092024-10-15T21:10:29.736Z Compiling phf_shared v0.11.2
14102024-10-15T21:10:30.142Z Compiling waitgroup v0.1.2
14112024-10-15T21:10:30.359Z Compiling webpki-roots v0.26.3
14122024-10-15T21:10:30.485Z Compiling hostname v0.4.0
14132024-10-15T21:10:30.570Z Compiling fs-err v2.11.0
14142024-10-15T21:10:30.744Z Compiling debug-ignore v1.0.5
14152024-10-15T21:10:30.822Z Compiling managed v0.8.0
14162024-10-15T21:10:30.874Z Compiling bitflags v1.3.2
14172024-10-15T21:10:30.876Z Compiling adler2 v2.0.0
14182024-10-15T21:10:30.977Z Compiling winnow v0.5.40
14192024-10-15T21:10:31.095Z Compiling clap_builder v4.5.18
14202024-10-15T21:10:32.732Z Compiling console v0.15.8
14212024-10-15T21:10:33.378Z Compiling elliptic-curve v0.13.8
14222024-10-15T21:10:33.553Z Compiling miniz_oxide v0.8.0
14232024-10-15T21:10:34.230Z Compiling zerocopy v0.6.6
14242024-10-15T21:10:34.248Z Compiling hyper-rustls v0.27.3
14252024-10-15T21:10:34.337Z Compiling hubpack v0.1.2
14262024-10-15T21:10:34.817Z Compiling toml_edit v0.19.15
14272024-10-15T21:10:34.904Z Compiling phf v0.11.2
14282024-10-15T21:10:34.943Z Compiling hickory-resolver v0.24.1
14292024-10-15T21:10:35.078Z Compiling hyper-tls v0.6.0
14302024-10-15T21:10:35.192Z Compiling rayon v1.10.0
14312024-10-15T21:10:35.483Z Compiling cookie_store v0.21.0
14322024-10-15T21:10:37.040Z Compiling tokio-tungstenite v0.23.1
14332024-10-15T21:10:37.580Z Compiling postgres-types v0.2.8
14342024-10-15T21:10:40.034Z Compiling usdt-macro v0.5.0
14352024-10-15T21:10:40.083Z Compiling usdt-attr-macro v0.5.0
14362024-10-15T21:10:40.509Z Compiling tokio-stream v0.1.16
14372024-10-15T21:10:40.668Z Compiling clap_derive v4.5.18
14382024-10-15T21:10:41.357Z Compiling bstr v1.9.1
14392024-10-15T21:10:41.602Z Compiling regex v1.10.6
14402024-10-15T21:10:41.628Z Compiling serde-big-array v0.5.1
14412024-10-15T21:10:41.707Z Compiling pkcs1 v0.7.5
14422024-10-15T21:10:41.812Z Compiling ed25519 v2.2.3
14432024-10-15T21:10:41.871Z Compiling rfc6979 v0.4.0
14442024-10-15T21:10:42.055Z Compiling strum_macros v0.25.3
14452024-10-15T21:10:42.765Z Compiling derive-where v1.2.7
14462024-10-15T21:10:42.789Z Compiling serde_repr v0.1.19
14472024-10-15T21:10:42.816Z Compiling phf_shared v0.10.0
14482024-10-15T21:10:43.172Z Compiling float-cmp v0.9.0
14492024-10-15T21:10:43.198Z Compiling mio v0.8.11
14502024-10-15T21:10:43.398Z Compiling sync_wrapper v1.0.1
14512024-10-15T21:10:43.546Z Compiling new_debug_unreachable v1.0.6
14522024-10-15T21:10:43.646Z Compiling precomputed-hash v0.1.1
14532024-10-15T21:10:43.763Z Compiling normalize-line-endings v0.3.0
14542024-10-15T21:10:43.892Z Compiling minimal-lexical v0.2.1
14552024-10-15T21:10:43.939Z Compiling fixedbitset v0.4.2
14562024-10-15T21:10:44.003Z Compiling predicates-core v1.0.6
14572024-10-15T21:10:44.357Z Compiling difflib v0.4.0
14582024-10-15T21:10:44.407Z Compiling bit-vec v0.6.3
14592024-10-15T21:10:44.423Z Compiling unicode-segmentation v1.11.0
14602024-10-15T21:10:44.503Z Compiling whoami v1.5.2
14612024-10-15T21:10:44.869Z Compiling static_assertions v1.1.0
14622024-10-15T21:10:44.976Z Compiling number_prefix v0.4.0
14632024-10-15T21:10:45.156Z Compiling indicatif v0.17.8
14642024-10-15T21:10:45.203Z Compiling similar v2.6.0
14652024-10-15T21:10:45.277Z Compiling tokio-postgres v0.7.12
14662024-10-15T21:10:45.783Z Compiling clap v4.5.18
14672024-10-15T21:10:45.898Z Compiling bit-set v0.5.3
14682024-10-15T21:10:45.939Z Compiling predicates v3.1.2
14692024-10-15T21:10:46.182Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14702024-10-15T21:10:46.183Z Compiling nom v7.1.3
14712024-10-15T21:10:46.343Z Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
14722024-10-15T21:10:47.343Z Compiling petgraph v0.6.5
14732024-10-15T21:10:47.610Z Compiling signal-hook-mio v0.2.4
14742024-10-15T21:10:47.706Z Compiling string_cache v0.8.7
14752024-10-15T21:10:47.790Z Compiling usdt v0.5.0
14762024-10-15T21:10:48.220Z Compiling reqwest v0.12.7
14772024-10-15T21:10:48.390Z Compiling rsa v0.9.6
14782024-10-15T21:10:49.946Z Compiling ed25519-dalek v2.1.1
14792024-10-15T21:10:50.825Z Compiling ecdsa v0.16.9
14802024-10-15T21:10:51.089Z Compiling flate2 v1.0.34
14812024-10-15T21:10:51.246Z Compiling toml v0.7.8
14822024-10-15T21:10:51.687Z Compiling itertools v0.12.1
14832024-10-15T21:10:52.078Z Compiling itertools v0.10.5
14842024-10-15T21:10:52.219Z Compiling hex v0.4.3
14852024-10-15T21:10:52.497Z Compiling x509-cert v0.2.5
14862024-10-15T21:10:52.874Z Compiling unicode-xid v0.2.4
14872024-10-15T21:10:53.008Z Compiling peg-runtime v0.8.3
14882024-10-15T21:10:53.030Z Compiling lalrpop-util v0.19.12
14892024-10-15T21:10:53.053Z Compiling xattr v1.3.1
14902024-10-15T21:10:53.323Z Compiling strum_macros v0.26.4
14912024-10-15T21:10:53.399Z Compiling filetime v0.2.25
14922024-10-15T21:10:53.650Z Compiling tar v0.4.42
14932024-10-15T21:10:56.622Z Compiling strum v0.26.3
14942024-10-15T21:10:57.283Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14952024-10-15T21:10:57.540Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14962024-10-15T21:11:02.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s
14972024-10-15T21:11:03.115Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14982024-10-15T21:11:03.157ZOct 15 21:11:02.643 INFO Starting download, target: DendriteOpenapi
14992024-10-15T21:11:03.157ZOct 15 21:11:02.644 INFO Starting download, target: Console
15002024-10-15T21:11:03.157ZOct 15 21:11:02.644 INFO Starting download, target: Clickhouse
15012024-10-15T21:11:03.157ZOct 15 21:11:02.644 INFO Starting download, target: DendriteStub
15022024-10-15T21:11:03.157ZOct 15 21:11:02.644 INFO Starting download, target: Cockroach
15032024-10-15T21:11:03.158ZOct 15 21:11:02.644 INFO Starting download, target: MaghemiteMgd
15042024-10-15T21:11:03.158ZOct 15 21:11:02.644 INFO Starting download, target: TransceiverControl
15052024-10-15T21:11:03.160ZOct 15 21:11:02.644 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi
15062024-10-15T21:11:03.160ZOct 15 21:11:02.644 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15072024-10-15T21:11:03.160ZOct 15 21:11:02.645 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15082024-10-15T21:11:03.160ZOct 15 21:11:02.645 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15092024-10-15T21:11:03.160ZOct 15 21:11:02.645 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15102024-10-15T21:11:03.160ZOct 15 21:11:02.645 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15112024-10-15T21:11:03.160ZOct 15 21:11:02.645 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
15122024-10-15T21:11:03.434ZOct 15 21:11:02.920 INFO Download complete, target: DendriteOpenapi
15132024-10-15T21:11:03.647ZOct 15 21:11:03.126 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15142024-10-15T21:11:03.689ZOct 15 21:11:03.174 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15152024-10-15T21:11:04.007ZOct 15 21:11:03.492 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15162024-10-15T21:11:04.064ZOct 15 21:11:03.548 INFO Download complete, target: Console
15172024-10-15T21:11:04.379ZOct 15 21:11:03.865 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
15182024-10-15T21:11:04.380ZOct 15 21:11:03.865 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
15192024-10-15T21:11:04.400ZOct 15 21:11:03.883 INFO Download complete, target: TransceiverControl
15202024-10-15T21:11:04.873ZOct 15 21:11:04.359 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15212024-10-15T21:11:05.384ZOct 15 21:11:04.869 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15222024-10-15T21:11:06.957ZOct 15 21:11:06.443 INFO Download complete, target: DendriteStub
15232024-10-15T21:11:08.027ZOct 15 21:11:07.511 INFO Download complete, target: MaghemiteMgd
15242024-10-15T21:11:12.797ZOct 15 21:11:12.283 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
15252024-10-15T21:11:13.111ZOct 15 21:11:12.597 INFO Checking that binary works, target: Cockroach
15262024-10-15T21:11:13.270ZOct 15 21:11:12.756 INFO Download complete, target: Cockroach
15272024-10-15T21:11:19.555ZOct 15 21:11:19.039 INFO Checking that binary works, target: Clickhouse
15282024-10-15T21:11:20.536ZOct 15 21:11:20.022 INFO Download complete, target: Clickhouse
15292024-10-15T21:11:20.545ZAll prerequisites installed successfully
15302024-10-15T21:11:20.548Z
15312024-10-15T21:11:20.548Zreal 4:05.054960780
15322024-10-15T21:11:20.548Zuser 12:49.429106545
15332024-10-15T21:11:20.548Zsys 2:38.081675708
15342024-10-15T21:11:20.548Ztrap 0.408509784
15352024-10-15T21:11:20.548Ztflt 10.625179797
15362024-10-15T21:11:20.548Zdflt 6.906056695
15372024-10-15T21:11:20.548Zkflt 0.523267201
15382024-10-15T21:11:20.548Zlock 26:31.352034432
15392024-10-15T21:11:20.548Zslp 51:48.736620670
15402024-10-15T21:11:20.548Zlat 39.761614516
15412024-10-15T21:11:20.548Zstop 1:46.650603230
15422024-10-15T21:11:20.548Z+ source ./tools/include/force-git-over-https.sh
15432024-10-15T21:11:20.549Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
15442024-10-15T21:11:20.549Z++ (( i = 0 ))
15452024-10-15T21:11:20.549Z++ (( i < 5 ))
15462024-10-15T21:11:20.549Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
15472024-10-15T21:11:20.553Z++ (( i++ ))
15482024-10-15T21:11:20.553Z++ (( i < 5 ))
15492024-10-15T21:11:20.553Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
15502024-10-15T21:11:20.553Z++ (( i++ ))
15512024-10-15T21:11:20.553Z++ (( i < 5 ))
15522024-10-15T21:11:20.553Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
15532024-10-15T21:11:20.558Z++ (( i++ ))
15542024-10-15T21:11:20.558Z++ (( i < 5 ))
15552024-10-15T21:11:20.558Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
15562024-10-15T21:11:20.561Z++ (( i++ ))
15572024-10-15T21:11:20.561Z++ (( i < 5 ))
15582024-10-15T21:11:20.561Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
15592024-10-15T21:11:20.567Z++ (( i++ ))
15602024-10-15T21:11:20.567Z++ (( i < 5 ))
15612024-10-15T21:11:20.568Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
15622024-10-15T21:11:20.568Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
15632024-10-15T21:11:20.568Z+ rc=0
15642024-10-15T21:11:20.568Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
15652024-10-15T21:11:45.242Z+ case $rc in
15662024-10-15T21:11:45.243Z+ pfexec zfs create -p rpool/images/build/host
15672024-10-15T21:11:45.449Z+ pfexec zfs create -p rpool/images/build/recovery
15682024-10-15T21:11:45.535Z+ cargo xtask releng --output-dir /work
15692024-10-15T21:11:45.710Z Updating git repository `https://github.com/oxidecomputer/propolis`
15702024-10-15T21:11:46.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
15712024-10-15T21:11:46.101Z Running `target/debug/xtask releng --output-dir /work`
15722024-10-15T21:11:46.269Z Updating git repository `https://github.com/oxidecomputer/propolis`
15732024-10-15T21:11:47.044Z Compiling proc-macro2 v1.0.86
15742024-10-15T21:11:47.045Z Compiling unicode-ident v1.0.13
15752024-10-15T21:11:47.045Z Compiling libc v0.2.159
15762024-10-15T21:11:47.059Z Compiling serde v1.0.210
15772024-10-15T21:11:47.059Z Compiling version_check v0.9.5
15782024-10-15T21:11:47.059Z Compiling autocfg v1.3.0
15792024-10-15T21:11:47.059Z Compiling cfg-if v1.0.0
15802024-10-15T21:11:47.059Z Compiling once_cell v1.19.0
15812024-10-15T21:11:47.319Z Compiling typenum v1.17.0
15822024-10-15T21:11:47.413Z Compiling memchr v2.7.2
15832024-10-15T21:11:47.607Z Compiling parking_lot_core v0.9.10
15842024-10-15T21:11:47.958Z Compiling generic-array v0.14.7
15852024-10-15T21:11:47.981Z Compiling lock_api v0.4.12
15862024-10-15T21:11:48.124Z Compiling ahash v0.8.11
15872024-10-15T21:11:48.288Z Compiling serde_json v1.0.128
15882024-10-15T21:11:48.302Z Compiling byteorder v1.5.0
15892024-10-15T21:11:48.474Z Compiling slab v0.4.9
15902024-10-15T21:11:48.629Z Compiling libm v0.2.8
15912024-10-15T21:11:48.728Z Compiling quote v1.0.37
15922024-10-15T21:11:48.862Z Compiling value-bag v1.9.0
15932024-10-15T21:11:48.982Z Compiling itoa v1.0.11
15942024-10-15T21:11:49.207Z Compiling syn v2.0.79
15952024-10-15T21:11:49.311Z Compiling getrandom v0.2.14
15962024-10-15T21:11:49.413Z Compiling jobserver v0.1.32
15972024-10-15T21:11:49.435Z Compiling log v0.4.22
15982024-10-15T21:11:49.505Z Compiling num-traits v0.2.19
15992024-10-15T21:11:49.806Z Compiling cc v1.0.97
16002024-10-15T21:11:50.049Z Compiling thiserror v1.0.64
16012024-10-15T21:11:50.121Z Compiling scopeguard v1.2.0
16022024-10-15T21:11:50.476Z Compiling rand_core v0.6.4
16032024-10-15T21:11:50.942Z Compiling subtle v2.5.0
16042024-10-15T21:11:51.388Z Compiling httparse v1.8.0
16052024-10-15T21:11:51.456Z Compiling semver v1.0.23
16062024-10-15T21:11:51.536Z Compiling pin-project-lite v0.2.14
16072024-10-15T21:11:51.689Z Compiling smallvec v1.13.2
16082024-10-15T21:11:51.812Z Compiling const-oid v0.9.6
16092024-10-15T21:11:52.064Z Compiling allocator-api2 v0.2.18
16102024-10-15T21:11:52.199Z Compiling pkg-config v0.3.30
16112024-10-15T21:11:52.291Z Compiling ryu v1.0.18
16122024-10-15T21:11:52.564Z Compiling futures-core v0.3.30
16132024-10-15T21:11:53.031Z Compiling signal-hook-registry v1.4.2
16142024-10-15T21:11:53.100Z Compiling fnv v1.0.7
16152024-10-15T21:11:53.252Z Compiling parking_lot v0.12.2
16162024-10-15T21:11:53.287Z Compiling ring v0.17.8
16172024-10-15T21:11:53.519Z Compiling mio v1.0.2
16182024-10-15T21:11:54.417Z Compiling socket2 v0.5.7
16192024-10-15T21:11:54.585Z Compiling crossbeam-utils v0.8.19
16202024-10-15T21:11:54.749Z Compiling num-conv v0.1.0
16212024-10-15T21:11:54.844Z Compiling futures-sink v0.3.30
16222024-10-15T21:11:55.294Z Compiling time-core v0.1.2
16232024-10-15T21:11:55.304Z Compiling vcpkg v0.2.15
16242024-10-15T21:11:55.304Z Compiling time-macros v0.2.18
16252024-10-15T21:11:55.304Z Compiling schemars v0.8.21
16262024-10-15T21:11:55.909Z Compiling spin v0.9.8
16272024-10-15T21:11:56.831Z Compiling serde_derive_internals v0.29.1
16282024-10-15T21:11:56.918Z Compiling equivalent v1.0.1
16292024-10-15T21:11:57.022Z Compiling openssl-sys v0.9.103
16302024-10-15T21:11:58.397Z Compiling cpufeatures v0.2.12
16312024-10-15T21:11:58.426Z Compiling futures-channel v0.3.30
16322024-10-15T21:11:58.502Z Compiling futures-task v0.3.30
16332024-10-15T21:11:58.541Z Compiling futures-io v0.3.30
16342024-10-15T21:11:58.710Z Compiling pin-utils v0.1.0
16352024-10-15T21:11:58.868Z Compiling slog v2.7.0
16362024-10-15T21:11:59.131Z Compiling rustix v0.38.34
16372024-10-15T21:11:59.166Z Compiling heck v0.5.0
16382024-10-15T21:11:59.469Z Compiling tinyvec_macros v0.1.1
16392024-10-15T21:11:59.573Z Compiling tinyvec v1.6.0
16402024-10-15T21:11:59.646Z Compiling openssl v0.10.66
16412024-10-15T21:11:59.721Z Compiling tracing-core v0.1.32
16422024-10-15T21:11:59.783Z Compiling unicode-bidi v0.3.15
16432024-10-15T21:11:59.827Z Compiling iana-time-zone v0.1.60
16442024-10-15T21:12:00.204Z Compiling rustls v0.23.10
16452024-10-15T21:12:00.636Z Compiling native-tls v0.2.11
16462024-10-15T21:12:01.405Z Compiling unicode-normalization v0.1.23
16472024-10-15T21:12:02.104Z Compiling ucd-trie v0.1.6
16482024-10-15T21:12:02.291Z Compiling percent-encoding v2.3.1
16492024-10-15T21:12:02.568Z Compiling serde_derive v1.0.210
16502024-10-15T21:12:02.604Z Compiling zeroize_derive v1.4.2
16512024-10-15T21:12:02.613Z Compiling zerocopy-derive v0.7.34
16522024-10-15T21:12:02.806Z Compiling tokio-macros v2.4.0
16532024-10-15T21:12:02.913Z Compiling futures-macro v0.3.30
16542024-10-15T21:12:02.913Z Compiling thiserror-impl v1.0.64
16552024-10-15T21:12:02.987Z Compiling tracing-attributes v0.1.27
16562024-10-15T21:12:04.200Z Compiling zeroize v1.8.1
16572024-10-15T21:12:04.711Z Compiling zerocopy v0.7.34
16582024-10-15T21:12:05.974Z Compiling der_derive v0.7.2
16592024-10-15T21:12:06.241Z Compiling crypto-common v0.1.6
16602024-10-15T21:12:06.378Z Compiling block-buffer v0.10.4
16612024-10-15T21:12:06.577Z Compiling schemars_derive v0.8.21
16622024-10-15T21:12:06.665Z Compiling digest v0.10.7
16632024-10-15T21:12:06.990Z Compiling hashbrown v0.14.5
16642024-10-15T21:12:07.135Z Compiling futures-util v0.3.30
16652024-10-15T21:12:08.300Z Compiling hmac v0.12.1
16662024-10-15T21:12:08.371Z Compiling block-padding v0.3.3
16672024-10-15T21:12:08.686Z Compiling inout v0.1.3
16682024-10-15T21:12:08.736Z Compiling tracing v0.1.40
16692024-10-15T21:12:09.002Z Compiling openssl-macros v0.1.1
16702024-10-15T21:12:09.352Z Compiling cipher v0.4.4
16712024-10-15T21:12:09.813Z Compiling sha2 v0.10.8
16722024-10-15T21:12:09.854Z Compiling scroll_derive v0.12.0
16732024-10-15T21:12:09.860Z Compiling async-trait v0.1.83
16742024-10-15T21:12:09.930Z Compiling base64ct v1.6.0
16752024-10-15T21:12:11.383Z Compiling heck v0.4.1
16762024-10-15T21:12:11.435Z Compiling pem-rfc7468 v0.7.0
16772024-10-15T21:12:12.353Z Compiling pest v2.7.10
16782024-10-15T21:12:12.473Z Compiling cookie v0.18.1
16792024-10-15T21:12:12.791Z Compiling flagset v0.4.5
16802024-10-15T21:12:13.012Z Compiling dyn-clone v1.0.17
16812024-10-15T21:12:13.214Z Compiling ppv-lite86 v0.2.17
16822024-10-15T21:12:13.535Z Compiling syn v1.0.109
16832024-10-15T21:12:13.596Z Compiling camino v1.1.9
16842024-10-15T21:12:14.012Z Compiling rand_chacha v0.3.1
16852024-10-15T21:12:14.699Z Compiling der v0.7.9
16862024-10-15T21:12:14.815Z Compiling aho-corasick v1.1.3
16872024-10-15T21:12:14.922Z Compiling untrusted v0.9.0
16882024-10-15T21:12:15.051Z Compiling pest_meta v2.7.10
16892024-10-15T21:12:15.234Z Compiling rustls-pki-types v1.7.0
16902024-10-15T21:12:15.910Z Compiling try-lock v0.2.5
16912024-10-15T21:12:16.549Z Compiling bytes v1.7.2
16922024-10-15T21:12:19.657Z Compiling indexmap v2.5.0
16932024-10-15T21:12:19.824Z Compiling tokio v1.39.3
16942024-10-15T21:12:19.824Z Compiling bitflags v2.6.0
16952024-10-15T21:12:19.824Z Compiling serde_tokenstream v0.2.2
16962024-10-15T21:12:19.824Z Compiling http v1.1.0
16972024-10-15T21:12:19.878Z Compiling rustc_version v0.4.0
16982024-10-15T21:12:20.009Z Compiling uuid v1.10.0
16992024-10-15T21:12:20.124Z Compiling chrono v0.4.38
17002024-10-15T21:12:22.301Z Compiling rustls v0.22.4
17012024-10-15T21:12:22.353Z Compiling regex-syntax v0.8.4
17022024-10-15T21:12:22.666Z Compiling pest_generator v2.7.10
17032024-10-15T21:12:24.752Z Compiling spki v0.7.3
17042024-10-15T21:12:25.191Z Compiling want v0.3.1
17052024-10-15T21:12:25.601Z Compiling rand v0.8.5
17062024-10-15T21:12:27.435Z Compiling tokio-util v0.7.12
17072024-10-15T21:12:27.528Z Compiling regex-automata v0.4.6
17082024-10-15T21:12:28.898Z Compiling salsa20 v0.10.2
17092024-10-15T21:12:32.317Z Compiling pbkdf2 v0.12.2
17102024-10-15T21:12:32.359Z Compiling form_urlencoded v1.2.1
17112024-10-15T21:12:32.359Z Compiling backtrace v0.3.71
17122024-10-15T21:12:32.360Z Compiling crc32fast v1.4.0
17132024-10-15T21:12:32.360Z Compiling rayon-core v1.12.1
17142024-10-15T21:12:32.360Z Compiling powerfmt v0.2.0
17152024-10-15T21:12:32.360Z Compiling httpdate v1.0.3
17162024-10-15T21:12:32.435Z Compiling deranged v0.3.11
17172024-10-15T21:12:35.147Z Compiling scrypt v0.11.0
17182024-10-15T21:12:35.322Z Compiling pest_derive v2.7.10
17192024-10-15T21:12:35.820Z Compiling cbc v0.1.2
17202024-10-15T21:12:35.873Z Compiling aes v0.8.4
17212024-10-15T21:12:35.878Z Compiling usdt-impl v0.5.0
17222024-10-15T21:12:36.075Z Compiling multer v3.1.0
17232024-10-15T21:12:36.441Z Compiling atomic-waker v1.1.2
17242024-10-15T21:12:36.698Z Compiling tower-service v0.3.2
17252024-10-15T21:12:36.831Z Compiling num_threads v0.1.7
17262024-10-15T21:12:36.885Z Compiling slog-async v2.8.0
17272024-10-15T21:12:36.891Z Compiling base64 v0.22.1
17282024-10-15T21:12:37.238Z Compiling time v0.3.36
17292024-10-15T21:12:37.411Z Compiling pkcs5 v0.7.1
17302024-10-15T21:12:38.080Z Compiling rustls-webpki v0.102.4
17312024-10-15T21:12:39.567Z Compiling heapless v0.7.17
17322024-10-15T21:12:40.162Z Compiling scroll v0.12.0
17332024-10-15T21:12:40.529Z Compiling zerocopy-derive v0.6.6
17342024-10-15T21:12:41.116Z Compiling errno v0.3.9
17352024-10-15T21:12:41.155Z Compiling anyhow v1.0.89
17362024-10-15T21:12:41.400Z Compiling num-bigint-dig v0.8.4
17372024-10-15T21:12:41.791Z Compiling plain v0.2.3
17382024-10-15T21:12:42.006Z Compiling paste v1.0.15
17392024-10-15T21:12:42.177Z Compiling goblin v0.8.2
17402024-10-15T21:12:44.630Z Compiling pkcs8 v0.10.2
17412024-10-15T21:12:44.859Z Compiling regex v1.10.6
17422024-10-15T21:12:45.811Z Compiling async-stream-impl v0.3.5
17432024-10-15T21:12:45.813Z Compiling idna v0.5.0
17442024-10-15T21:12:46.302Z Compiling pretty-hex v0.4.1
17452024-10-15T21:12:46.663Z Compiling strsim v0.11.1
17462024-10-15T21:12:47.626Z Compiling rustversion v1.0.17
17472024-10-15T21:12:48.052Z Compiling url v2.5.2
17482024-10-15T21:12:48.548Z Compiling dof v0.3.0
17492024-10-15T21:12:49.992Z Compiling dtrace-parser v0.2.0
17502024-10-15T21:12:50.677Z Compiling http-body v1.0.0
17512024-10-15T21:12:50.799Z Compiling curve25519-dalek v4.1.3
17522024-10-15T21:12:50.983Z Compiling openapiv3 v2.0.0
17532024-10-15T21:12:51.143Z Compiling toml_datetime v0.6.8
17542024-10-15T21:12:51.295Z Compiling serde_spanned v0.6.7
17552024-10-15T21:12:51.603Z Compiling enum-as-inner v0.6.0
17562024-10-15T21:12:51.938Z Compiling thread-id v4.2.1
17572024-10-15T21:12:52.090Z Compiling dropshot v0.10.1
17582024-10-15T21:12:52.771Z Compiling encoding_rs v0.8.34
17592024-10-15T21:12:52.811Z Compiling match_cfg v0.1.0
17602024-10-15T21:12:52.935Z Compiling mime v0.3.17
17612024-10-15T21:12:53.282Z Compiling signal-hook v0.3.17
17622024-10-15T21:12:53.471Z Compiling foreign-types-shared v0.1.1
17632024-10-15T21:12:53.665Z Compiling portable-atomic v1.6.0
17642024-10-15T21:12:53.796Z Compiling smoltcp v0.9.1
17652024-10-15T21:12:54.100Z Compiling foreign-types v0.3.2
17662024-10-15T21:12:54.303Z Compiling hostname v0.3.1
17672024-10-15T21:12:56.330Z Compiling h2 v0.4.6
17682024-10-15T21:12:57.769Z Compiling serde_urlencoded v0.7.1
17692024-10-15T21:12:58.977Z Compiling http v0.2.12
17702024-10-15T21:12:59.399Z Compiling clap_derive v4.5.18
17712024-10-15T21:13:01.265Z Compiling dirs-sys-next v0.1.2
17722024-10-15T21:13:01.799Z Compiling siphasher v0.3.11
17732024-10-15T21:13:02.350Z Compiling ipnet v2.10.0
17742024-10-15T21:13:03.999Z Compiling data-encoding v2.6.0
17752024-10-15T21:13:04.134Z Compiling hyper v1.4.1
17762024-10-15T21:13:05.030Z Compiling dirs-next v2.0.0
17772024-10-15T21:13:08.477Z Compiling hubpack_derive v0.1.1
17782024-10-15T21:13:08.901Z Compiling crossbeam-epoch v0.9.18
17792024-10-15T21:13:09.422Z Compiling dropshot_endpoint v0.10.1
17802024-10-15T21:13:09.829Z Compiling sha1 v0.10.6
17812024-10-15T21:13:10.244Z Compiling signature v2.2.0
17822024-10-15T21:13:10.274Z Compiling curve25519-dalek-derive v0.1.1
17832024-10-15T21:13:10.528Z Compiling lazy_static v1.5.0
17842024-10-15T21:13:10.691Z Compiling fs-err v2.11.0
17852024-10-15T21:13:10.909Z Compiling thread_local v1.1.8
17862024-10-15T21:13:11.611Z Compiling anstyle v1.0.8
17872024-10-15T21:13:11.882Z Compiling adler v1.0.2
17882024-10-15T21:13:11.973Z Compiling winnow v0.6.18
17892024-10-15T21:13:12.108Z Compiling either v1.13.0
17902024-10-15T21:13:12.577Z Compiling openssl-probe v0.1.5
17912024-10-15T21:13:12.670Z Compiling utf8parse v0.2.1
17922024-10-15T21:13:12.851Z Compiling gimli v0.28.1
17932024-10-15T21:13:12.881Z Compiling finl_unicode v1.2.0
17942024-10-15T21:13:13.501Z Compiling stringprep v0.1.4
17952024-10-15T21:13:13.941Z Compiling anstyle-parse v0.2.4
17962024-10-15T21:13:14.480Z Compiling miniz_oxide v0.7.2
17972024-10-15T21:13:15.738Z Compiling toml_edit v0.22.22
17982024-10-15T21:13:15.879Z Compiling crossbeam-deque v0.8.5
17992024-10-15T21:13:17.526Z Compiling addr2line v0.21.0
18002024-10-15T21:13:17.676Z Compiling hyper-util v0.1.9
18012024-10-15T21:13:23.193Z Compiling term v0.7.0
18022024-10-15T21:13:23.485Z Compiling h2 v0.3.26
18032024-10-15T21:13:24.214Z Compiling http-body v0.4.6
18042024-10-15T21:13:24.641Z Compiling usdt-macro v0.5.0
18052024-10-15T21:13:24.755Z Compiling usdt-attr-macro v0.5.0
18062024-10-15T21:13:24.802Z Compiling slog-json v2.6.1
18072024-10-15T21:13:25.222Z Compiling rustls-pemfile v2.1.3
18082024-10-15T21:13:26.624Z Compiling crossbeam-channel v0.5.12
18092024-10-15T21:13:26.928Z Compiling futures-executor v0.3.30
18102024-10-15T21:13:27.300Z Compiling regress v0.10.1
18112024-10-15T21:13:27.447Z Compiling md-5 v0.10.6
18122024-10-15T21:13:27.625Z Compiling idna v0.4.0
18132024-10-15T21:13:27.743Z Compiling idna v0.3.0
18142024-10-15T21:13:27.790Z Compiling num-integer v0.1.46
18152024-10-15T21:13:28.761Z Compiling ff v0.13.0
18162024-10-15T21:13:29.165Z Compiling socket2 v0.4.10
18172024-10-15T21:13:29.259Z Compiling is-terminal v0.4.12
18182024-10-15T21:13:29.377Z Compiling hash32 v0.2.1
18192024-10-15T21:13:29.510Z Compiling object v0.32.2
18202024-10-15T21:13:30.077Z Compiling base16ct v0.2.0
18212024-10-15T21:13:30.389Z Compiling stable_deref_trait v1.2.0
18222024-10-15T21:13:30.464Z Compiling rustc-demangle v0.1.24
18232024-10-15T21:13:30.559Z Compiling linked-hash-map v0.5.6
18242024-10-15T21:13:31.053Z Compiling psl-types v2.0.11
18252024-10-15T21:13:31.432Z Compiling is_terminal_polyfill v1.70.0
18262024-10-15T21:13:31.500Z Compiling colorchoice v1.0.1
18272024-10-15T21:13:31.630Z Compiling utf-8 v0.7.6
18282024-10-15T21:13:31.704Z Compiling take_mut v0.2.2
18292024-10-15T21:13:31.908Z Compiling anstyle-query v1.0.3
18302024-10-15T21:13:32.030Z Compiling quick-error v1.2.3
18312024-10-15T21:13:32.100Z Compiling fallible-iterator v0.2.0
18322024-10-15T21:13:32.320Z Compiling resolv-conf v0.7.0
18332024-10-15T21:13:32.632Z Compiling anstream v0.6.14
18342024-10-15T21:13:32.890Z Compiling postgres-protocol v0.6.7
18352024-10-15T21:13:33.069Z Compiling tungstenite v0.23.0
18362024-10-15T21:13:33.385Z Compiling typify-impl v0.2.0
18372024-10-15T21:13:33.920Z Compiling publicsuffix v2.2.3
18382024-10-15T21:13:34.222Z Compiling hyper v0.14.30
18392024-10-15T21:13:34.262Z Compiling lru-cache v0.1.2
18402024-10-15T21:13:34.462Z Compiling sec1 v0.7.3
18412024-10-15T21:13:35.695Z Compiling slog-term v2.9.1
18422024-10-15T21:13:35.699Z Compiling group v0.13.0
18432024-10-15T21:13:36.426Z Compiling hickory-proto v0.24.1
18442024-10-15T21:13:37.405Z Compiling num-iter v0.1.45
18452024-10-15T21:13:37.760Z Compiling futures v0.3.30
18462024-10-15T21:13:41.220Z Compiling slog-bunyan v2.5.0
18472024-10-15T21:13:41.473Z Compiling tokio-rustls v0.26.0
18482024-10-15T21:13:41.499Z Compiling tokio-rustls v0.25.0
18492024-10-15T21:13:41.963Z Compiling toml v0.8.19
18502024-10-15T21:13:42.017Z Compiling terminal_size v0.3.0
18512024-10-15T21:13:42.351Z Compiling tokio-native-tls v0.3.1
18522024-10-15T21:13:42.717Z Compiling phf_shared v0.11.2
18532024-10-15T21:13:43.162Z Compiling strum_macros v0.25.3
18542024-10-15T21:13:44.064Z Compiling http-body-util v0.1.2
18552024-10-15T21:13:44.402Z Compiling async-stream v0.3.5
18562024-10-15T21:13:44.708Z Compiling waitgroup v0.1.2
18572024-10-15T21:13:44.878Z Compiling webpki-roots v0.26.3
18582024-10-15T21:13:44.902Z Compiling serde_path_to_error v0.1.16
18592024-10-15T21:13:45.255Z Compiling hkdf v0.12.4
18602024-10-15T21:13:45.740Z Compiling crypto-bigint v0.5.5
18612024-10-15T21:13:45.757Z Compiling derive-where v1.2.7
18622024-10-15T21:13:45.879Z Compiling serde_repr v0.1.19
18632024-10-15T21:13:46.850Z Compiling hostname v0.4.0
18642024-10-15T21:13:46.944Z Compiling debug-ignore v1.0.5
18652024-10-15T21:13:47.106Z Compiling clap_lex v0.7.0
18662024-10-15T21:13:47.543Z Compiling bitflags v1.3.2
18672024-10-15T21:13:47.662Z Compiling adler2 v2.0.0
18682024-10-15T21:13:47.868Z Compiling managed v0.8.0
18692024-10-15T21:13:48.328Z Compiling winnow v0.5.40
18702024-10-15T21:13:48.622Z Compiling unicode-width v0.1.13
18712024-10-15T21:13:48.865Z Compiling console v0.15.8
18722024-10-15T21:13:49.137Z Compiling elliptic-curve v0.13.8
18732024-10-15T21:13:49.444Z Compiling miniz_oxide v0.8.0
18742024-10-15T21:13:49.612Z Compiling clap_builder v4.5.18
18752024-10-15T21:13:50.302Z Compiling typify-macro v0.2.0
18762024-10-15T21:13:52.037Z Compiling toml_edit v0.19.15
18772024-10-15T21:13:53.003Z Compiling hyper-rustls v0.27.3
18782024-10-15T21:13:53.907Z Compiling hyper-tls v0.6.0
18792024-10-15T21:13:56.479Z Compiling phf v0.11.2
18802024-10-15T21:13:56.788Z Compiling hickory-resolver v0.24.1
18812024-10-15T21:13:56.841Z Compiling rayon v1.10.0
18822024-10-15T21:13:56.873Z Compiling cookie_store v0.21.0
18832024-10-15T21:13:57.572Z Compiling tokio-tungstenite v0.23.1
18842024-10-15T21:13:57.746Z Compiling postgres-types v0.2.8
18852024-10-15T21:13:58.231Z Compiling ed25519 v2.2.3
18862024-10-15T21:13:58.279Z Compiling hubpack v0.1.2
18872024-10-15T21:13:58.991Z Compiling phf_shared v0.10.0
18882024-10-15T21:13:59.020Z Compiling pkcs1 v0.7.5
18892024-10-15T21:13:59.083Z Compiling zerocopy v0.6.6
18902024-10-15T21:13:59.104Z Compiling bstr v1.9.1
18912024-10-15T21:13:59.762Z Compiling tokio-stream v0.1.16
18922024-10-15T21:14:00.076Z Compiling serde-big-array v0.5.1
18932024-10-15T21:14:00.681Z Compiling rfc6979 v0.4.0
18942024-10-15T21:14:00.874Z Compiling float-cmp v0.9.0
18952024-10-15T21:14:01.096Z Compiling sync_wrapper v1.0.1
18962024-10-15T21:14:01.255Z Compiling mio v0.8.11
18972024-10-15T21:14:01.446Z Compiling memmap v0.7.0
18982024-10-15T21:14:01.720Z Compiling minimal-lexical v0.2.1
18992024-10-15T21:14:01.774Z Compiling predicates-core v1.0.6
19002024-10-15T21:14:02.091Z Compiling new_debug_unreachable v1.0.6
19012024-10-15T21:14:02.189Z Compiling fixedbitset v0.4.2
19022024-10-15T21:14:02.194Z Compiling static_assertions v1.1.0
19032024-10-15T21:14:02.319Z Compiling precomputed-hash v0.1.1
19042024-10-15T21:14:02.337Z Compiling normalize-line-endings v0.3.0
19052024-10-15T21:14:02.443Z Compiling bit-vec v0.6.3
19062024-10-15T21:14:02.473Z Compiling difflib v0.4.0
19072024-10-15T21:14:02.578Z Compiling whoami v1.5.2
19082024-10-15T21:14:02.740Z Compiling number_prefix v0.4.0
19092024-10-15T21:14:02.968Z Compiling unicode-segmentation v1.11.0
19102024-10-15T21:14:03.128Z Compiling indicatif v0.17.8
19112024-10-15T21:14:03.691Z Compiling similar v2.6.0
19122024-10-15T21:14:03.795Z Compiling tokio-postgres v0.7.12
19132024-10-15T21:14:04.127Z Compiling predicates v3.1.2
19142024-10-15T21:14:04.962Z Compiling bit-set v0.5.3
19152024-10-15T21:14:05.272Z Compiling petgraph v0.6.5
19162024-10-15T21:14:05.719Z Compiling string_cache v0.8.7
19172024-10-15T21:14:06.016Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19182024-10-15T21:14:06.154Z Compiling nom v7.1.3
19192024-10-15T21:14:07.878Z Compiling signal-hook-mio v0.2.4
19202024-10-15T21:14:08.077Z Compiling usdt v0.5.0
19212024-10-15T21:14:08.733Z Compiling reqwest v0.12.7
19222024-10-15T21:14:08.824Z Compiling ecdsa v0.16.9
19232024-10-15T21:14:09.140Z Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
19242024-10-15T21:14:10.148Z Compiling rsa v0.9.6
19252024-10-15T21:14:10.198Z Compiling ed25519-dalek v2.1.1
19262024-10-15T21:14:11.179Z Compiling toml v0.7.8
19272024-10-15T21:14:11.370Z Compiling flate2 v1.0.34
19282024-10-15T21:14:11.735Z Compiling clap v4.5.18
19292024-10-15T21:14:12.690Z Compiling itertools v0.12.1
19302024-10-15T21:14:13.077Z Compiling itertools v0.10.5
19312024-10-15T21:14:16.077Z Compiling x509-cert v0.2.5
19322024-10-15T21:14:16.130Z Compiling hex v0.4.3
19332024-10-15T21:14:18.061Z Compiling lalrpop-util v0.19.12
19342024-10-15T21:14:18.425Z Compiling radium v0.7.0
19352024-10-15T21:14:18.855Z Compiling unicode-xid v0.2.4
19362024-10-15T21:14:18.858Z Compiling peg-runtime v0.8.3
19372024-10-15T21:14:20.486Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19382024-10-15T21:14:41.483Z Compiling tap v1.0.1
19392024-10-15T21:14:42.313Z Compiling maybe-uninit v2.0.0
19402024-10-15T21:14:42.815Z Compiling ident_case v1.0.1
19412024-10-15T21:14:44.384Z Compiling darling_core v0.20.9
19422024-10-15T21:14:46.735Z Compiling wyz v0.5.1
19432024-10-15T21:14:57.772Z Compiling typify v0.2.0
19442024-10-15T21:15:01.010Z Compiling bzip2-sys v0.1.11+1.0.8
19452024-10-15T21:15:02.419Z Compiling base64 v0.21.7
19462024-10-15T21:15:02.668Z Compiling funty v2.0.0
19472024-10-15T21:15:03.184Z Compiling unsafe-libyaml v0.2.11
19482024-10-15T21:15:03.651Z Compiling packed_struct v0.10.1
19492024-10-15T21:15:04.130Z Compiling bitvec v1.0.1
19502024-10-15T21:15:04.990Z Compiling serde_yaml v0.9.34+deprecated
19512024-10-15T21:15:08.775Z Compiling progenitor-impl v0.8.0
19522024-10-15T21:15:10.450Z Compiling darling_macro v0.20.9
19532024-10-15T21:15:14.037Z Compiling packed_struct_codegen v0.10.1
19542024-10-15T21:15:15.591Z Compiling structmeta-derive v0.3.0
19552024-10-15T21:15:16.592Z Compiling indexmap v1.9.3
19562024-10-15T21:15:16.607Z Compiling nodrop v0.1.14
19572024-10-15T21:15:16.910Z Compiling fastrand v2.1.0
19582024-10-15T21:15:17.296Z Compiling crc-catalog v2.4.0
19592024-10-15T21:15:17.460Z Compiling crc v3.2.1
19602024-10-15T21:15:18.298Z Compiling structmeta v0.3.0
19612024-10-15T21:15:18.413Z Compiling tempfile v3.10.1
19622024-10-15T21:15:19.417Z Compiling array-init v0.0.4
19632024-10-15T21:15:20.414Z Compiling progenitor-macro v0.8.0
19642024-10-15T21:15:26.564Z Compiling smallvec v0.6.14
19652024-10-15T21:15:27.078Z Compiling darling v0.20.9
19662024-10-15T21:15:28.709Z Compiling progenitor-client v0.8.0
19672024-10-15T21:15:33.000Z Compiling pin-project-internal v1.1.5
19682024-10-15T21:15:33.369Z Compiling dropshot v0.12.0
19692024-10-15T21:15:35.850Z Compiling bitfield v0.14.0
19702024-10-15T21:15:36.195Z Compiling termcolor v1.4.1
19712024-10-15T21:15:37.151Z Compiling hashbrown v0.12.3
19722024-10-15T21:15:37.257Z Compiling same-file v1.0.6
19732024-10-15T21:15:37.533Z Compiling walkdir v2.5.0
19742024-10-15T21:15:39.611Z Compiling env_logger v0.10.2
19752024-10-15T21:15:44.041Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19762024-10-15T21:15:47.382Z Compiling pin-project v1.1.5
19772024-10-15T21:15:48.711Z Compiling progenitor v0.8.0
19782024-10-15T21:15:52.119Z Compiling serde_with_macros v3.9.0
19792024-10-15T21:15:52.786Z Compiling serde-hex v0.1.0
19802024-10-15T21:15:53.354Z Compiling bzip2 v0.4.4
19812024-10-15T21:15:53.830Z Compiling parse-display-derive v0.10.0
19822024-10-15T21:15:54.382Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19832024-10-15T21:15:54.598Z Compiling ron v0.8.1
19842024-10-15T21:15:57.825Z Compiling strum_macros v0.26.4
19852024-10-15T21:15:57.876Z Compiling xattr v1.3.1
19862024-10-15T21:15:57.959Z Compiling ipnetwork v0.20.0
19872024-10-15T21:15:58.204Z Compiling newtype-uuid v1.1.0
19882024-10-15T21:15:58.257Z Compiling dropshot_endpoint v0.12.0
19892024-10-15T21:15:58.562Z Compiling snafu-derive v0.8.2
19902024-10-15T21:16:00.786Z Compiling hashbrown v0.13.2
19912024-10-15T21:16:01.799Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19922024-10-15T21:16:02.144Z Compiling ring v0.16.20
19932024-10-15T21:16:02.282Z Compiling blake3 v1.5.1
19942024-10-15T21:16:02.384Z Compiling filetime v0.2.25
19952024-10-15T21:16:02.528Z Compiling instant v0.1.12
19962024-10-15T21:16:02.759Z Compiling sync_wrapper v0.1.2
19972024-10-15T21:16:02.872Z Compiling crc-any v2.5.0
19982024-10-15T21:16:03.101Z Compiling buf-list v1.0.3
19992024-10-15T21:16:03.393Z Compiling snafu v0.8.2
20002024-10-15T21:16:03.742Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20012024-10-15T21:16:03.933Z Compiling reqwest v0.11.27
20022024-10-15T21:16:04.529Z Compiling backoff v0.4.0
20032024-10-15T21:16:04.597Z Compiling tar v0.4.42
20042024-10-15T21:16:04.921Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20052024-10-15T21:16:07.232Z Compiling strum v0.26.3
20062024-10-15T21:16:07.455Z Compiling object v0.30.4
20072024-10-15T21:16:08.932Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20082024-10-15T21:16:09.512Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20092024-10-15T21:16:09.996Z Compiling parse-display v0.10.0
20102024-10-15T21:16:11.962Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20112024-10-15T21:16:13.337Z Compiling serde_with v3.9.0
20122024-10-15T21:16:13.705Z Compiling zip v0.6.6
20132024-10-15T21:16:16.446Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20142024-10-15T21:16:17.154Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
20152024-10-15T21:16:17.679Z Compiling camino-tempfile v1.1.1
20162024-10-15T21:16:18.406Z Compiling globset v0.4.14
20172024-10-15T21:16:20.485Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20182024-10-15T21:16:20.696Z Compiling pem v3.0.4
20192024-10-15T21:16:21.324Z Compiling olpc-cjson v0.1.3
20202024-10-15T21:16:21.670Z Compiling serde_plain v1.0.2
20212024-10-15T21:16:22.192Z Compiling macaddr v1.0.1
20222024-10-15T21:16:22.215Z Compiling regress v0.9.1
20232024-10-15T21:16:22.833Z Compiling async-recursion v1.1.1
20242024-10-15T21:16:23.070Z Compiling memmap2 v0.9.4
20252024-10-15T21:16:23.661Z Compiling spin v0.5.2
20262024-10-15T21:16:23.943Z Compiling typed-path v0.7.1
20272024-10-15T21:16:24.298Z Compiling untrusted v0.7.1
20282024-10-15T21:16:24.518Z Compiling constant_time_eq v0.3.0
20292024-10-15T21:16:24.714Z Compiling path-slash v0.1.5
20302024-10-15T21:16:24.957Z Compiling arrayvec v0.7.4
20312024-10-15T21:16:25.455Z Compiling arrayref v0.3.7
20322024-10-15T21:16:26.008Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
20332024-10-15T21:16:27.207Z Compiling tough v0.17.1
20342024-10-15T21:16:28.230Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20352024-10-15T21:16:31.731Z Compiling itertools v0.13.0
20362024-10-15T21:16:35.007Z Compiling cargo-platform v0.1.8
20372024-10-15T21:16:35.375Z Compiling parse-size v1.0.0
20382024-10-15T21:16:35.478Z Compiling topological-sort v0.2.2
20392024-10-15T21:16:35.693Z Compiling cargo_metadata v0.18.1
20402024-10-15T21:16:35.783Z Compiling omicron-zone-package v0.11.1
20412024-10-15T21:16:36.142Z Compiling shell-words v1.1.0
20422024-10-15T21:16:41.213Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20432024-10-15T21:16:54.505Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
20442024-10-15T21:17:09.047Z Finished `release` profile [optimized] target(s) in 5m 22s
20452024-10-15T21:17:09.201Z Running `target/release/omicron-releng --output-dir /work`
20462024-10-15T21:17:09.245ZOct 15 21:17:08.730 DEBG changing working directory to /work/oxidecomputer/omicron
20472024-10-15T21:17:09.340ZOct 15 21:17:08.827 DEBG running: git rev-parse HEAD
20482024-10-15T21:17:09.346ZOct 15 21:17:08.833 DEBG process exited with exit status: 0 (6.632549ms)
20492024-10-15T21:17:09.346ZOct 15 21:17:08.833 INFO version: 11.0.0-0.ci+gitded7d759b7a
20502024-10-15T21:17:09.387ZOct 15 21:17:08.873 INFO cloning helios to /work/oxidecomputer/helios
20512024-10-15T21:17:09.387ZOct 15 21:17:08.873 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
20522024-10-15T21:17:09.391ZCloning into '/work/oxidecomputer/helios'...
20532024-10-15T21:17:09.849ZOct 15 21:17:09.336 DEBG process exited with exit status: 0 (462.749993ms)
20542024-10-15T21:17:09.849ZOct 15 21:17:09.336 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
20552024-10-15T21:17:09.857Z# branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb
20562024-10-15T21:17:09.857Z# branch.head master
20572024-10-15T21:17:09.857Z# branch.upstream origin/master
20582024-10-15T21:17:09.857Z# branch.ab +0 -0
20592024-10-15T21:17:09.860ZOct 15 21:17:09.344 DEBG process exited with exit status: 0 (8.075451ms)
20602024-10-15T21:17:09.860ZOct 15 21:17:09.344 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
20612024-10-15T21:17:10.644ZOct 15 21:17:10.131 DEBG process exited with exit status: 0 (786.841141ms)
20622024-10-15T21:17:10.644ZOct 15 21:17:10.131 DEBG running: zfs list rpool/images/build/host
20632024-10-15T21:17:10.651ZNAME USED AVAIL REFER MOUNTPOINT
20642024-10-15T21:17:10.651Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
20652024-10-15T21:17:10.654ZOct 15 21:17:10.139 DEBG process exited with exit status: 0 (7.568071ms)
20662024-10-15T21:17:10.654ZOct 15 21:17:10.139 DEBG running: zfs list rpool/images/build/recovery
20672024-10-15T21:17:10.658ZNAME USED AVAIL REFER MOUNTPOINT
20682024-10-15T21:17:10.658Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
20692024-10-15T21:17:10.660ZOct 15 21:17:10.146 DEBG process exited with exit status: 0 (6.790523ms)
20702024-10-15T21:17:10.660ZOct 15 21:17:10.146 INFO [hubris-production] running task
20712024-10-15T21:17:10.660ZOct 15 21:17:10.146 INFO [hubris-staging] running task
20722024-10-15T21:17:10.660ZOct 15 21:17:10.147 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
20732024-10-15T21:17:10.663ZOct 15 21:17:10.150 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
20742024-10-15T21:17:10.816Z[ omicron-package] Updating git repository `https://github.com/oxidecomputer/propolis`
20752024-10-15T21:17:10.999Z[ helios-setup] cd tools/helios-build && cargo build --quiet
20762024-10-15T21:17:11.196Z[ omicron-package] Blocking waiting for file lock on package cache
20772024-10-15T21:17:11.802Z[ omicron-package] Blocking waiting for file lock on package cache
20782024-10-15T21:17:12.078Z[ omicron-package] Blocking waiting for file lock on package cache
20792024-10-15T21:17:12.249ZOct 15 21:17:11.736 INFO [hubris-production] task succeeded (1.589414007s)
20802024-10-15T21:17:12.941Z[ omicron-package] Compiling proc-macro-crate v1.3.1
20812024-10-15T21:17:12.944Z[ omicron-package] Compiling heapless v0.8.0
20822024-10-15T21:17:12.944Z[ omicron-package] Compiling hash32 v0.3.1
20832024-10-15T21:17:12.944Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20842024-10-15T21:17:12.944Z[ omicron-package] Compiling smoltcp v0.11.0
20852024-10-15T21:17:13.189Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
20862024-10-15T21:17:13.192Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20872024-10-15T21:17:13.192Z[ omicron-package] Compiling embedded-io v0.4.0
20882024-10-15T21:17:13.915Z[ omicron-package] Compiling cobs v0.2.3
20892024-10-15T21:17:14.412Z[ omicron-package] Compiling postcard v1.0.8
20902024-10-15T21:17:14.498Z[ omicron-package] Compiling proc-macro-error v1.0.4
20912024-10-15T21:17:14.574Z[ omicron-package] Compiling num_enum_derive v0.5.11
20922024-10-15T21:17:14.690Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20932024-10-15T21:17:14.819Z[ omicron-package] Compiling foreign-types-macros v0.2.3
20942024-10-15T21:17:14.988Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20952024-10-15T21:17:15.225Z[ omicron-package] Compiling foreign-types-shared v0.3.1
20962024-10-15T21:17:16.096Z[ omicron-package] Compiling tabwriter v1.4.0
20972024-10-15T21:17:16.203Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20982024-10-15T21:17:16.269Z[ omicron-package] Compiling cstr-argument v0.1.2
20992024-10-15T21:17:16.373Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21002024-10-15T21:17:16.774Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
21012024-10-15T21:17:17.433Z[ omicron-package] Compiling foreign-types v0.5.0
21022024-10-15T21:17:17.517Z[ omicron-package] Compiling pretty-hex v0.2.1
21032024-10-15T21:17:17.638Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
21042024-10-15T21:17:17.867Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21052024-10-15T21:17:18.067Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21062024-10-15T21:17:18.446Z[ omicron-package] Compiling colored v2.1.0
21072024-10-15T21:17:18.449Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21082024-10-15T21:17:18.711Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21092024-10-15T21:17:18.964Z[ omicron-package] Compiling num_enum v0.5.11
21102024-10-15T21:17:19.191Z[ omicron-package] Compiling sigpipe v0.1.3
21112024-10-15T21:17:19.388Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21122024-10-15T21:17:19.428Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
21132024-10-15T21:17:19.649Z[ omicron-package] Compiling num-derive v0.4.2
21142024-10-15T21:17:19.749Z[ omicron-package] Compiling libefi-sys v0.1.0
21152024-10-15T21:17:20.076Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21162024-10-15T21:17:20.226Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21172024-10-15T21:17:20.570Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21182024-10-15T21:17:20.660Z[ omicron-package] Compiling smf v0.2.3
21192024-10-15T21:17:21.332Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21202024-10-15T21:17:21.658Z[ omicron-package] Compiling bitfield-struct v0.6.1
21212024-10-15T21:17:22.333Z[ omicron-package] Compiling zone v0.3.0
21222024-10-15T21:17:22.775ZOct 15 21:17:22.262 INFO [hubris-staging] task succeeded (12.115360581s)
21232024-10-15T21:17:24.064Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21242024-10-15T21:17:24.215Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21252024-10-15T21:17:24.510Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21262024-10-15T21:17:25.456Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21272024-10-15T21:17:26.204Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21282024-10-15T21:17:26.630Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21292024-10-15T21:17:26.778Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21302024-10-15T21:17:26.850Z[ omicron-package] Compiling gethostname v0.5.0
21312024-10-15T21:17:28.865Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21322024-10-15T21:17:30.843Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21332024-10-15T21:17:33.339Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21342024-10-15T21:17:33.815Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21352024-10-15T21:17:35.451Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21362024-10-15T21:17:51.699Z[ helios-setup] Oct 15 21:17:51.186 INFO helios repository root is: /work/oxidecomputer/helios
21372024-10-15T21:17:51.702Z[ helios-setup] Oct 15 21:17:51.189 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
21382024-10-15T21:17:51.705Z[ helios-setup] Oct 15 21:17:51.189 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
21392024-10-15T21:17:51.708Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
21402024-10-15T21:17:52.712Z[ helios-setup] Oct 15 21:17:52.198 INFO clone ok!, project: phbl
21412024-10-15T21:17:52.715Z[ helios-setup] Oct 15 21:17:52.199 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
21422024-10-15T21:17:52.715Z[ helios-setup] Oct 15 21:17:52.199 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
21432024-10-15T21:17:52.717Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
21442024-10-15T21:17:53.455Z[ helios-setup] Oct 15 21:17:52.906 INFO clone ok!, project: pinprick
21452024-10-15T21:17:53.502Z[ helios-setup] Oct 15 21:17:52.906 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
21462024-10-15T21:17:53.502Z[ helios-setup] Oct 15 21:17:52.906 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
21472024-10-15T21:17:53.502Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
21482024-10-15T21:17:54.036Z[ helios-setup] Oct 15 21:17:53.494 INFO clone ok!, project: bootserver
21492024-10-15T21:17:54.051Z[ helios-setup] Oct 15 21:17:53.495 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
21502024-10-15T21:17:54.051Z[ helios-setup] Oct 15 21:17:53.495 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
21512024-10-15T21:17:54.051Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
21522024-10-15T21:17:54.524Z[ helios-setup] Oct 15 21:17:54.010 INFO clone ok!, project: image-builder
21532024-10-15T21:17:54.531Z[ helios-setup] Oct 15 21:17:54.010 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
21542024-10-15T21:17:54.531Z[ helios-setup] Oct 15 21:17:54.010 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
21552024-10-15T21:17:54.531Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
21562024-10-15T21:17:55.359Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
21572024-10-15T21:17:55.365Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
21582024-10-15T21:17:55.535Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.86s
21592024-10-15T21:17:55.848Z[ omicron-package]
21602024-10-15T21:17:55.879Z[ omicron-package] real 45.050925677
21612024-10-15T21:17:55.879Z[ omicron-package] user 2:35.202207294
21622024-10-15T21:17:55.879Z[ omicron-package] sys 20.434792774
21632024-10-15T21:17:55.879Z[ omicron-package] trap 0.173011860
21642024-10-15T21:17:55.879Z[ omicron-package] tflt 0.807019300
21652024-10-15T21:17:55.879Z[ omicron-package] dflt 0.806323006
21662024-10-15T21:17:55.880Z[ omicron-package] kflt 0.000213534
21672024-10-15T21:17:55.880Z[ omicron-package] lock 5:09.023562125
21682024-10-15T21:17:55.880Z[ omicron-package] slp 8:33.443430760
21692024-10-15T21:17:55.880Z[ omicron-package] lat 1:39.777957397
21702024-10-15T21:17:55.880Z[ omicron-package] stop 50.948160932
21712024-10-15T21:17:55.880ZOct 15 21:17:55.246 INFO [omicron-package] process exited with exit status: 0 (45.096042013s)
21722024-10-15T21:17:55.880ZOct 15 21:17:55.246 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
21732024-10-15T21:17:55.880ZOct 15 21:17:55.312 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
21742024-10-15T21:17:55.880Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
21752024-10-15T21:17:55.881Z[ recovery-target] Created new build target 'recovery' and set it as active
21762024-10-15T21:17:55.881ZOct 15 21:17:55.326 INFO [recovery-target] process exited with exit status: 0 (79.339677ms)
21772024-10-15T21:17:55.881Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
21782024-10-15T21:17:55.881Z[ host-target] Created new build target 'host' and set it as active
21792024-10-15T21:17:55.881ZOct 15 21:17:55.330 INFO [host-target] process exited with exit status: 0 (17.875963ms)
21802024-10-15T21:17:55.881ZOct 15 21:17:55.330 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
21812024-10-15T21:17:55.969Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
21822024-10-15T21:17:56.214Z[ host-package] Updating git repository `https://github.com/oxidecomputer/propolis`
21832024-10-15T21:17:57.076Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21842024-10-15T21:17:57.076Z[ host-package] Compiling convert_case v0.4.0
21852024-10-15T21:17:57.088Z[ host-package] Compiling newline-converter v0.3.0
21862024-10-15T21:17:57.088Z[ host-package] Compiling password-hash v0.5.0
21872024-10-15T21:17:57.089Z[ host-package] Compiling blake2 v0.10.6
21882024-10-15T21:17:57.089Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21892024-10-15T21:17:57.089Z[ host-package] Compiling owo-colors v4.1.0
21902024-10-15T21:17:57.256Z[ host-package] Compiling cancel-safe-futures v0.1.5
21912024-10-15T21:17:57.422Z[ host-package] Compiling expectorate v1.1.0
21922024-10-15T21:17:57.453Z[ host-package] Compiling libsw v3.3.1
21932024-10-15T21:17:57.638Z[ host-package] Compiling swrite v0.1.0
21942024-10-15T21:17:57.785Z[ host-package] Compiling argon2 v0.5.3
21952024-10-15T21:17:57.858Z[ host-package] Compiling indent_write v2.2.0
21962024-10-15T21:17:57.933Z[ host-package] Compiling derive_more v0.99.18
21972024-10-15T21:17:58.091Z[ host-package] Compiling linear-map v1.2.0
21982024-10-15T21:17:58.388Z[ host-package] Compiling progenitor-client v0.8.0
21992024-10-15T21:17:58.502Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22002024-10-15T21:17:58.528Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22012024-10-15T21:17:58.828Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22022024-10-15T21:17:58.951Z[ host-package] Compiling progenitor v0.8.0
22032024-10-15T21:17:59.043Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22042024-10-15T21:17:59.194Z[ host-package] Compiling num-rational v0.4.2
22052024-10-15T21:17:59.357Z[ host-package] Compiling num-complex v0.4.6
22062024-10-15T21:18:00.285Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22072024-10-15T21:18:00.530Z[ host-package] Compiling num v0.4.3
22082024-10-15T21:18:00.669Z[ host-package] Compiling float-ord v0.3.2
22092024-10-15T21:18:00.735Z[ host-package] Compiling atomicwrites v0.4.4
22102024-10-15T21:18:00.868Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22112024-10-15T21:18:01.344Z[ host-package] Compiling semver v0.1.20
22122024-10-15T21:18:01.769Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
22132024-10-15T21:18:01.784Z[ helios-setup] Oct 15 21:18:01.270 INFO clone ok!, project: amd-host-image-builder
22142024-10-15T21:18:01.788Z[ helios-setup] Oct 15 21:18:01.271 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22152024-10-15T21:18:01.788Z[ helios-setup] Oct 15 21:18:01.271 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
22162024-10-15T21:18:01.788Z[ helios-setup] Oct 15 21:18:01.271 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22172024-10-15T21:18:01.792Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22182024-10-15T21:18:01.922Z[ host-package] Compiling prettyplease v0.2.22
22192024-10-15T21:18:02.073Z[ host-package] Compiling rustc_version v0.1.7
22202024-10-15T21:18:02.254Z[ host-package] Compiling humantime v2.1.0
22212024-10-15T21:18:02.501Z[ host-package] Compiling newtype_derive v0.1.6
22222024-10-15T21:18:02.924Z[ helios-setup] Oct 15 21:18:02.410 INFO clone ok!, project: chelsio-t6-roms
22232024-10-15T21:18:02.924Z[ helios-setup] Oct 15 21:18:02.411 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
22242024-10-15T21:18:02.926Z[ helios-setup] Oct 15 21:18:02.411 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22252024-10-15T21:18:02.930Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22262024-10-15T21:18:02.977Z[ host-package] Compiling highway v1.2.0
22272024-10-15T21:18:03.358Z[ host-package] Compiling steno v0.4.1
22282024-10-15T21:18:04.411Z[ host-package] Compiling home v0.5.9
22292024-10-15T21:18:04.849Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22302024-10-15T21:18:05.113Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22312024-10-15T21:18:06.658Z[ host-package] Compiling dropshot v0.12.0
22322024-10-15T21:18:06.771Z[ host-package] Compiling ipnetwork v0.20.0
22332024-10-15T21:18:07.512Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22342024-10-15T21:18:07.633Z[ host-package] Compiling newtype-uuid v1.1.0
22352024-10-15T21:18:07.945Z[ host-package] Compiling instant v0.1.12
22362024-10-15T21:18:08.130Z[ host-package] Compiling backoff v0.4.0
22372024-10-15T21:18:08.606Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22382024-10-15T21:18:08.886Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22392024-10-15T21:18:09.497Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
22402024-10-15T21:18:11.184Z[ helios-setup] Oct 15 21:18:10.670 INFO clone ok!, project: amd-firmware
22412024-10-15T21:18:11.188Z[ helios-setup] Oct 15 21:18:10.670 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
22422024-10-15T21:18:11.188Z[ helios-setup] Oct 15 21:18:10.670 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
22432024-10-15T21:18:11.189Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
22442024-10-15T21:18:12.490Z[ helios-setup] Oct 15 21:18:11.975 INFO clone ok!, project: pilot
22452024-10-15T21:18:12.495Z[ helios-setup] Oct 15 21:18:11.976 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22462024-10-15T21:18:12.495Z[ helios-setup] Oct 15 21:18:11.976 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22472024-10-15T21:18:12.496Z[ helios-setup] Oct 15 21:18:11.976 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
22482024-10-15T21:18:13.380Z[ helios-setup] Oct 15 21:18:12.867 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
22492024-10-15T21:18:13.823Z[ host-package] Compiling parse-display v0.10.0
22502024-10-15T21:18:13.897Z[ helios-setup] Oct 15 21:18:13.384 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
22512024-10-15T21:18:13.900Z[ helios-setup] Oct 15 21:18:13.384 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
22522024-10-15T21:18:14.434Z[ helios-setup] Oct 15 21:18:13.921 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
22532024-10-15T21:18:14.465Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22542024-10-15T21:18:14.748Z[ host-package] Compiling strum v0.26.3
22552024-10-15T21:18:14.990Z[ helios-setup] Oct 15 21:18:14.477 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
22562024-10-15T21:18:14.990Z[ helios-setup] Oct 15 21:18:14.477 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
22572024-10-15T21:18:15.015Z[ host-package] Compiling serde_with v3.9.0
22582024-10-15T21:18:15.670Z[ helios-setup] Oct 15 21:18:15.157 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
22592024-10-15T21:18:16.321Z[ helios-setup] Oct 15 21:18:15.800 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
22602024-10-15T21:18:16.325Z[ helios-setup] Oct 15 21:18:15.800 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
22612024-10-15T21:18:16.325Z[ helios-setup] Oct 15 21:18:15.800 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
22622024-10-15T21:18:16.325Z[ helios-setup] Oct 15 21:18:15.800 INFO ok!
22632024-10-15T21:18:16.325Z[ helios-setup] Oct 15 21:18:15.800 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
22642024-10-15T21:18:16.325Z[ helios-setup] Oct 15 21:18:15.800 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
22652024-10-15T21:18:16.326Z[ helios-setup] Oct 15 21:18:15.801 INFO ok!
22662024-10-15T21:18:16.326Z[ helios-setup] Oct 15 21:18:15.801 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
22672024-10-15T21:18:16.326Z[ helios-setup] Oct 15 21:18:15.801 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
22682024-10-15T21:18:16.326Z[ helios-setup] Oct 15 21:18:15.801 INFO ok!
22692024-10-15T21:18:16.326Z[ helios-setup] Oct 15 21:18:15.801 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
22702024-10-15T21:18:16.326Z[ helios-setup] Oct 15 21:18:15.801 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
22712024-10-15T21:18:16.650Z[ helios-setup] Oct 15 21:18:16.137 INFO E| Compiling adler v1.0.2
22722024-10-15T21:18:16.793Z[ helios-setup] Oct 15 21:18:16.280 INFO E| Compiling miniz_oxide v0.7.2
22732024-10-15T21:18:16.900Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22742024-10-15T21:18:18.010Z[ host-package] Compiling regress v0.9.1
22752024-10-15T21:18:19.041Z[ host-package] Compiling macaddr v1.0.1
22762024-10-15T21:18:19.227Z[ host-package] Compiling slog-dtrace v0.3.0
22772024-10-15T21:18:19.496Z[ helios-setup] Oct 15 21:18:18.974 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
22782024-10-15T21:18:19.774Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22792024-10-15T21:18:20.380Z[ helios-setup] Oct 15 21:18:19.867 INFO E| Finished `release` profile [optimized] target(s) in 3.97s
22802024-10-15T21:18:20.388Z[ helios-setup] Oct 15 21:18:19.874 INFO building project "pinprick" ok (4 seconds)
22812024-10-15T21:18:20.388Z[ helios-setup] Oct 15 21:18:19.874 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
22822024-10-15T21:18:20.388Z[ helios-setup] Oct 15 21:18:19.874 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
22832024-10-15T21:18:20.709Z[ helios-setup] Oct 15 21:18:20.196 INFO E| Downloading crates ...
22842024-10-15T21:18:20.880Z[ helios-setup] Oct 15 21:18:20.367 INFO E| Downloaded unicode-width v0.1.10
22852024-10-15T21:18:20.884Z[ helios-setup] Oct 15 21:18:20.370 INFO E| Downloaded sha2 v0.10.5
22862024-10-15T21:18:20.888Z[ helios-setup] Oct 15 21:18:20.373 INFO E| Downloaded generic-array v0.14.6
22872024-10-15T21:18:20.891Z[ helios-setup] Oct 15 21:18:20.375 INFO E| Downloaded digest v0.10.3
22882024-10-15T21:18:20.891Z[ helios-setup] Oct 15 21:18:20.378 INFO E| Downloaded cpufeatures v0.2.5
22892024-10-15T21:18:20.894Z[ helios-setup] Oct 15 21:18:20.380 INFO E| Downloaded block-buffer v0.10.3
22902024-10-15T21:18:20.896Z[ helios-setup] Oct 15 21:18:20.381 INFO E| Downloaded typenum v1.15.0
22912024-10-15T21:18:20.900Z[ helios-setup] Oct 15 21:18:20.385 INFO E| Downloaded bytes v1.2.1
22922024-10-15T21:18:20.903Z[ helios-setup] Oct 15 21:18:20.390 INFO E| Downloaded miniz_oxide v0.6.2
22932024-10-15T21:18:20.906Z[ helios-setup] Oct 15 21:18:20.393 INFO E| Downloaded flate2 v1.0.25
22942024-10-15T21:18:20.914Z[ helios-setup] Oct 15 21:18:20.401 INFO E| Downloaded anyhow v1.0.62
22952024-10-15T21:18:21.096Z[ helios-setup] Oct 15 21:18:20.575 INFO E| Compiling typenum v1.15.0
22962024-10-15T21:18:21.096Z[ helios-setup] Oct 15 21:18:20.575 INFO E| Compiling version_check v0.9.4
22972024-10-15T21:18:21.096Z[ helios-setup] Oct 15 21:18:20.575 INFO E| Compiling cfg-if v1.0.0
22982024-10-15T21:18:21.105Z[ helios-setup] Oct 15 21:18:20.575 INFO E| Compiling crc32fast v1.3.2
22992024-10-15T21:18:21.105Z[ helios-setup] Oct 15 21:18:20.576 INFO E| Compiling anyhow v1.0.62
23002024-10-15T21:18:21.105Z[ helios-setup] Oct 15 21:18:20.576 INFO E| Compiling adler v1.0.2
23012024-10-15T21:18:21.105Z[ helios-setup] Oct 15 21:18:20.576 INFO E| Compiling cpufeatures v0.2.5
23022024-10-15T21:18:21.105Z[ helios-setup] Oct 15 21:18:20.576 INFO E| Compiling unicode-width v0.1.10
23032024-10-15T21:18:21.306Z[ helios-setup] Oct 15 21:18:20.792 INFO E| Compiling bitflags v1.3.2
23042024-10-15T21:18:21.313Z[ helios-setup] Oct 15 21:18:20.800 INFO E| Compiling bytes v1.2.1
23052024-10-15T21:18:21.441Z[ helios-setup] Oct 15 21:18:20.928 INFO E| Compiling miniz_oxide v0.6.2
23062024-10-15T21:18:21.503Z[ helios-setup] Oct 15 21:18:20.989 INFO E| Compiling getopts v0.2.21
23072024-10-15T21:18:21.686Z[ host-package] Compiling display-error-chain v0.2.1
23082024-10-15T21:18:22.168Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23092024-10-15T21:18:22.344Z[ helios-setup] Oct 15 21:18:21.829 INFO E| Compiling generic-array v0.14.6
23102024-10-15T21:18:22.534Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23112024-10-15T21:18:23.009Z[ helios-setup] Oct 15 21:18:22.496 INFO E| Compiling flate2 v1.0.25
23122024-10-15T21:18:24.756Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23132024-10-15T21:18:25.358Z[ host-package] Compiling half v2.4.1
23142024-10-15T21:18:26.228Z[ host-package] Compiling ciborium-io v0.2.2
23152024-10-15T21:18:26.391Z[ host-package] Compiling ciborium-ll v0.2.2
23162024-10-15T21:18:26.975Z[ host-package] Compiling tungstenite v0.21.0
23172024-10-15T21:18:27.787Z[ helios-setup] Oct 15 21:18:27.273 INFO E| Compiling crypto-common v0.1.6
23182024-10-15T21:18:27.787Z[ helios-setup] Oct 15 21:18:27.273 INFO E| Compiling block-buffer v0.10.3
23192024-10-15T21:18:27.963Z[ helios-setup] Oct 15 21:18:27.450 INFO E| Compiling digest v0.10.3
23202024-10-15T21:18:28.338Z[ helios-setup] Oct 15 21:18:27.820 INFO E| Compiling sha2 v0.10.5
23212024-10-15T21:18:28.839Z[ helios-setup] Oct 15 21:18:28.326 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
23222024-10-15T21:18:28.866Z[ host-package] Compiling tokio-tungstenite v0.21.0
23232024-10-15T21:18:29.732Z[ host-package] Compiling ciborium v0.2.2
23242024-10-15T21:18:29.884Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23252024-10-15T21:18:33.036Z[ host-package] Compiling same-file v1.0.6
23262024-10-15T21:18:33.250Z[ host-package] Compiling fastrand v2.1.0
23272024-10-15T21:18:33.517Z[ host-package] Compiling walkdir v2.5.0
23282024-10-15T21:18:34.170Z[ host-package] Compiling tempfile v3.10.1
23292024-10-15T21:18:34.273Z[ helios-setup] Oct 15 21:18:33.757 INFO E| Finished `release` profile [optimized] target(s) in 13.78s
23302024-10-15T21:18:34.300Z[ helios-setup] Oct 15 21:18:33.773 INFO building project "bootserver" ok (13 seconds)
23312024-10-15T21:18:34.300Z[ helios-setup] Oct 15 21:18:33.773 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
23322024-10-15T21:18:34.300Z[ helios-setup] Oct 15 21:18:33.773 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
23332024-10-15T21:18:34.549Z[ host-package] Compiling ring v0.16.20
23342024-10-15T21:18:34.578Z[ helios-setup] Oct 15 21:18:34.057 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
23352024-10-15T21:18:35.021Z[ host-package] Compiling blake3 v1.5.1
23362024-10-15T21:18:35.153Z[ helios-setup] Oct 15 21:18:34.640 INFO E| From https://github.com/jclulow/rust-jmclib
23372024-10-15T21:18:35.153Z[ helios-setup] Oct 15 21:18:34.640 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
23382024-10-15T21:18:35.185Z[ helios-setup] Oct 15 21:18:34.668 INFO E| Updating crates.io index
23392024-10-15T21:18:35.383Z[ helios-setup] Oct 15 21:18:34.870 INFO E| Downloading crates ...
23402024-10-15T21:18:35.451Z[ helios-setup] Oct 15 21:18:34.938 INFO E| Downloaded md-5 v0.9.1
23412024-10-15T21:18:35.461Z[ helios-setup] Oct 15 21:18:34.947 INFO E| Downloaded cpufeatures v0.2.9
23422024-10-15T21:18:35.479Z[ helios-setup] Oct 15 21:18:34.954 INFO E| Downloaded opaque-debug v0.3.0
23432024-10-15T21:18:35.494Z[ helios-setup] Oct 15 21:18:34.970 INFO E| Downloaded walkdir v2.3.3
23442024-10-15T21:18:35.494Z[ helios-setup] Oct 15 21:18:34.973 INFO E| Downloaded errno v0.3.1
23452024-10-15T21:18:35.494Z[ helios-setup] Oct 15 21:18:34.976 INFO E| Downloaded libdevinfo-sys v1.0.0
23462024-10-15T21:18:35.494Z[ helios-setup] Oct 15 21:18:34.977 INFO E| Downloaded itoa v1.0.9
23472024-10-15T21:18:35.497Z[ helios-setup] Oct 15 21:18:34.979 INFO E| Downloaded block-buffer v0.9.0
23482024-10-15T21:18:35.497Z[ helios-setup] Oct 15 21:18:34.981 INFO E| Downloaded getrandom v0.2.10
23492024-10-15T21:18:35.500Z[ helios-setup] Oct 15 21:18:34.985 INFO E| Downloaded quote v1.0.31
23502024-10-15T21:18:35.503Z[ helios-setup] Oct 15 21:18:34.989 INFO E| Downloaded ryu v1.0.15
23512024-10-15T21:18:35.507Z[ helios-setup] Oct 15 21:18:34.993 INFO E| Downloaded fastrand v2.0.0
23522024-10-15T21:18:35.510Z[ helios-setup] Oct 15 21:18:34.995 INFO E| Downloaded sha-1 v0.9.8
23532024-10-15T21:18:35.522Z[ helios-setup] Oct 15 21:18:34.999 INFO E| Downloaded digest v0.9.0
23542024-10-15T21:18:35.522Z[ helios-setup] Oct 15 21:18:35.001 INFO E| Downloaded toml v0.5.11
23552024-10-15T21:18:35.522Z[ helios-setup] Oct 15 21:18:35.005 INFO E| Downloaded once_cell v1.18.0
23562024-10-15T21:18:35.537Z[ helios-setup] Oct 15 21:18:35.010 INFO E| Downloaded uuid v0.8.2
23572024-10-15T21:18:35.537Z[ helios-setup] Oct 15 21:18:35.015 INFO E| Downloaded typenum v1.16.0
23582024-10-15T21:18:35.547Z[ helios-setup] Oct 15 21:18:35.019 INFO E| Downloaded proc-macro2 v1.0.66
23592024-10-15T21:18:35.547Z[ helios-setup] Oct 15 21:18:35.023 INFO E| Downloaded serde_derive v1.0.193
23602024-10-15T21:18:35.547Z[ helios-setup] Oct 15 21:18:35.028 INFO E| Downloaded tempfile v3.7.0
23612024-10-15T21:18:35.559Z[ helios-setup] Oct 15 21:18:35.032 INFO E| Downloaded serde v1.0.193
23622024-10-15T21:18:35.559Z[ helios-setup] Oct 15 21:18:35.038 INFO E| Downloaded anyhow v1.0.72
23632024-10-15T21:18:35.580Z[ helios-setup] Oct 15 21:18:35.045 INFO E| Downloaded unicode-ident v1.0.11
23642024-10-15T21:18:35.592Z[ helios-setup] Oct 15 21:18:35.050 INFO E| Downloaded bitflags v2.3.3
23652024-10-15T21:18:35.592Z[ helios-setup] Oct 15 21:18:35.054 INFO E| Downloaded serde_json v1.0.103
23662024-10-15T21:18:35.592Z[ helios-setup] Oct 15 21:18:35.068 INFO E| Downloaded syn v2.0.32
23672024-10-15T21:18:35.600Z[ helios-setup] Oct 15 21:18:35.087 INFO E| Downloaded rustix v0.38.4
23682024-10-15T21:18:35.710Z[ helios-setup] Oct 15 21:18:35.197 INFO E| Downloaded libc v0.2.147
23692024-10-15T21:18:35.742Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23702024-10-15T21:18:35.888Z[ helios-setup] Oct 15 21:18:35.361 INFO E| Compiling libc v0.2.147
23712024-10-15T21:18:35.929Z[ helios-setup] Oct 15 21:18:35.409 INFO E| Compiling proc-macro2 v1.0.66
23722024-10-15T21:18:35.930Z[ helios-setup] Oct 15 21:18:35.409 INFO E| Compiling cfg-if v1.0.0
23732024-10-15T21:18:35.930Z[ helios-setup] Oct 15 21:18:35.409 INFO E| Compiling unicode-ident v1.0.11
23742024-10-15T21:18:35.941Z[ helios-setup] Oct 15 21:18:35.409 INFO E| Compiling version_check v0.9.4
23752024-10-15T21:18:35.941Z[ helios-setup] Oct 15 21:18:35.409 INFO E| Compiling typenum v1.16.0
23762024-10-15T21:18:35.941Z[ helios-setup] Oct 15 21:18:35.409 INFO E| Compiling serde v1.0.193
23772024-10-15T21:18:35.941Z[ helios-setup] Oct 15 21:18:35.409 INFO E| Compiling powerfmt v0.2.0
23782024-10-15T21:18:36.293Z[ helios-setup] Oct 15 21:18:35.780 INFO E| Compiling itoa v1.0.9
23792024-10-15T21:18:36.492Z[ helios-setup] Oct 15 21:18:35.979 INFO E| Compiling num-conv v0.1.0
23802024-10-15T21:18:36.886Z[ helios-setup] Oct 15 21:18:36.373 INFO E| Compiling rustix v0.38.4
23812024-10-15T21:18:36.918Z[ helios-setup] Oct 15 21:18:36.405 INFO E| Compiling time-core v0.1.2
23822024-10-15T21:18:36.986Z[ helios-setup] Oct 15 21:18:36.472 INFO E| Compiling slog v2.7.0
23832024-10-15T21:18:37.234Z[ helios-setup] Oct 15 21:18:36.706 INFO E| Compiling time-macros v0.2.18
23842024-10-15T21:18:37.249Z[ helios-setup] Oct 15 21:18:36.736 INFO E| Compiling generic-array v0.14.7
23852024-10-15T21:18:37.553Z[ helios-setup] Oct 15 21:18:37.036 INFO E| Compiling deranged v0.3.11
23862024-10-15T21:18:38.271Z[ helios-setup] Oct 15 21:18:37.758 INFO E| Compiling bitflags v2.3.3
23872024-10-15T21:18:38.328Z[ helios-setup] Oct 15 21:18:37.815 INFO E| Compiling num_threads v0.1.6
23882024-10-15T21:18:38.506Z[ helios-setup] Oct 15 21:18:37.993 INFO E| Compiling once_cell v1.18.0
23892024-10-15T21:18:38.553Z[ host-package] Compiling xattr v1.3.1
23902024-10-15T21:18:38.615Z[ host-package] Compiling filetime v0.2.25
23912024-10-15T21:18:42.185Z[ helios-setup] Oct 15 21:18:38.677 INFO E| Compiling dirs-sys-next v0.1.2
23922024-10-15T21:18:42.221Z[ host-package] Compiling memmap2 v0.9.4
23932024-10-15T21:18:42.221Z[ host-package] Compiling arrayref v0.3.7
23942024-10-15T21:18:42.221Z[ helios-setup] Oct 15 21:18:38.759 INFO E| Compiling quote v1.0.31
23952024-10-15T21:18:42.221Z[ helios-setup] Oct 15 21:18:39.255 INFO E| Compiling dirs-next v2.0.0
23962024-10-15T21:18:42.221Z[ host-package] Compiling untrusted v0.7.1
23972024-10-15T21:18:42.221Z[ helios-setup] Oct 15 21:18:39.686 INFO E| Compiling syn v2.0.32
23982024-10-15T21:18:42.222Z[ helios-setup] Oct 15 21:18:39.723 INFO E| Compiling errno v0.3.1
23992024-10-15T21:18:42.222Z[ host-package] Compiling arrayvec v0.7.4
24002024-10-15T21:18:42.222Z[ helios-setup] Oct 15 21:18:39.794 INFO E| Compiling term v0.7.0
24012024-10-15T21:18:42.222Z[ helios-setup] Oct 15 21:18:40.165 INFO E| Compiling atty v0.2.14
24022024-10-15T21:18:42.222Z[ helios-setup] Oct 15 21:18:40.344 INFO E| Compiling thread_local v1.1.7
24032024-10-15T21:18:42.222Z[ helios-setup] Oct 15 21:18:40.561 INFO E| Compiling opaque-debug v0.3.0
24042024-10-15T21:18:42.222Z[ helios-setup] Oct 15 21:18:40.648 INFO E| Compiling fastrand v2.0.0
24052024-10-15T21:18:42.222Z[ host-package] Compiling keccak v0.1.5
24062024-10-15T21:18:42.222Z[ helios-setup] Oct 15 21:18:41.085 INFO E| Compiling anyhow v1.0.72
24072024-10-15T21:18:42.601Z[ helios-setup] Oct 15 21:18:42.088 INFO E| Compiling digest v0.9.0
24082024-10-15T21:18:42.761Z[ helios-setup] Oct 15 21:18:42.248 INFO E| Compiling block-buffer v0.9.0
24092024-10-15T21:18:42.880Z[ helios-setup] Oct 15 21:18:42.365 INFO E| Compiling serde_json v1.0.103
24102024-10-15T21:18:42.943Z[ helios-setup] Oct 15 21:18:42.430 INFO E| Compiling getrandom v0.2.10
24112024-10-15T21:18:43.045Z[ helios-setup] Oct 15 21:18:42.532 INFO E| Compiling time v0.3.36
24122024-10-15T21:18:43.196Z[ helios-setup] Oct 15 21:18:42.683 INFO E| Compiling unicode-width v0.1.10
24132024-10-15T21:18:43.662Z[ host-package] Compiling constant_time_eq v0.3.0
24142024-10-15T21:18:43.680Z[ helios-setup] Oct 15 21:18:43.067 INFO E| Compiling same-file v1.0.6
24152024-10-15T21:18:43.680Z[ helios-setup] Oct 15 21:18:43.084 INFO E| Compiling cpufeatures v0.2.9
24162024-10-15T21:18:43.680Z[ helios-setup] Oct 15 21:18:43.150 INFO E| Compiling ryu v1.0.15
24172024-10-15T21:18:43.689Z[ helios-setup] Oct 15 21:18:43.176 INFO E| Compiling sha-1 v0.9.8
24182024-10-15T21:18:44.028Z[ host-package] Compiling spin v0.5.2
24192024-10-15T21:18:44.058Z[ helios-setup] Oct 15 21:18:43.545 INFO E| Compiling tempfile v3.7.0
24202024-10-15T21:18:44.220Z[ helios-setup] Oct 15 21:18:43.707 INFO E| Compiling walkdir v2.3.3
24212024-10-15T21:18:44.376Z[ helios-setup] Oct 15 21:18:43.864 INFO E| Compiling getopts v0.2.21
24222024-10-15T21:18:44.898Z[ helios-setup] Oct 15 21:18:44.382 INFO E| Compiling md-5 v0.9.1
24232024-10-15T21:18:45.340Z[ helios-setup] Oct 15 21:18:44.827 INFO E| Compiling libdevinfo-sys v1.0.0
24242024-10-15T21:18:45.639Z[ helios-setup] Oct 15 21:18:45.126 INFO E| Compiling glob v0.3.1
24252024-10-15T21:18:46.878Z[ host-package] Compiling sha3 v0.10.8
24262024-10-15T21:18:46.926Z[ helios-setup] Oct 15 21:18:46.410 INFO E| Compiling slog-term v2.9.0
24272024-10-15T21:18:48.850Z[ helios-setup] Oct 15 21:18:48.337 INFO E| Compiling serde_derive v1.0.193
24282024-10-15T21:18:49.234Z[ host-package] Compiling tar v0.4.42
24292024-10-15T21:18:50.267Z[ host-package] Compiling camino-tempfile v1.1.1
24302024-10-15T21:18:50.693Z[ host-package] Compiling toolchain_find v0.4.0
24312024-10-15T21:18:50.808Z[ host-package] Compiling nibble_vec v0.1.0
24322024-10-15T21:18:51.059Z[ host-package] Compiling glob v0.3.1
24332024-10-15T21:18:51.301Z[ host-package] Compiling endian-type v0.1.2
24342024-10-15T21:18:51.665Z[ host-package] Compiling topological-sort v0.2.2
24352024-10-15T21:18:51.665Z[ host-package] Compiling crunchy v0.2.2
24362024-10-15T21:18:51.911Z[ host-package] Compiling maplit v1.0.2
24372024-10-15T21:18:51.955Z[ host-package] Compiling omicron-zone-package v0.11.1
24382024-10-15T21:18:52.004Z[ host-package] Compiling clang-sys v1.7.0
24392024-10-15T21:18:52.059Z[ host-package] Compiling radix_trie v0.2.1
24402024-10-15T21:18:52.281Z[ host-package] Compiling rustfmt-wrapper v0.2.1
24412024-10-15T21:18:52.734Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24422024-10-15T21:18:52.773Z[ host-package] Compiling tiny-keccak v2.0.2
24432024-10-15T21:18:53.043Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24442024-10-15T21:18:53.122Z[ host-package] Compiling dsl_auto_type v0.1.2
24452024-10-15T21:18:53.180Z[ host-package] Compiling scheduled-thread-pool v0.2.7
24462024-10-15T21:18:53.283Z[ host-package] Compiling secrecy v0.8.0
24472024-10-15T21:18:53.708Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
24482024-10-15T21:18:54.164Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
24492024-10-15T21:18:54.729Z[ host-package] Compiling arc-swap v1.7.1
24502024-10-15T21:18:54.787Z[ host-package] Compiling diesel_derives v2.2.2
24512024-10-15T21:18:54.884Z[ host-package] Compiling r2d2 v0.8.10
24522024-10-15T21:18:55.552Z[ host-package] Compiling slog-scope v4.4.0
24532024-10-15T21:18:56.319Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
24542024-10-15T21:18:56.492Z[ host-package] Compiling ascii-canvas v3.0.0
24552024-10-15T21:18:57.046Z[ host-package] Compiling universal-hash v0.5.1
24562024-10-15T21:18:57.484Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
24572024-10-15T21:18:57.890Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24582024-10-15T21:18:58.118Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24592024-10-15T21:18:58.830Z[ host-package] Compiling ena v0.14.3
24602024-10-15T21:18:59.350Z[ host-package] Compiling libloading v0.8.3
24612024-10-15T21:18:59.788Z[ host-package] Compiling diff v0.1.13
24622024-10-15T21:19:00.455Z[ host-package] Compiling bindgen v0.69.4
24632024-10-15T21:19:00.596Z[ host-package] Compiling opaque-debug v0.3.1
24642024-10-15T21:19:00.750Z[ host-package] Compiling regex-syntax v0.6.29
24652024-10-15T21:19:01.172Z[ host-package] Compiling poly1305 v0.8.0
24662024-10-15T21:19:03.107Z[ helios-setup] Oct 15 21:19:02.592 INFO E| Compiling toml v0.5.11
24672024-10-15T21:19:03.107Z[ helios-setup] Oct 15 21:19:02.592 INFO E| Compiling uuid v0.8.2
24682024-10-15T21:19:03.358Z[ host-package] Compiling thiserror-no-std v2.0.2
24692024-10-15T21:19:05.576Z[ helios-setup] Oct 15 21:19:05.063 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
24702024-10-15T21:19:06.981Z[ host-package] Compiling lalrpop v0.19.12
24712024-10-15T21:19:08.192Z[ host-package] Compiling diesel v2.2.4
24722024-10-15T21:19:09.467Z[ helios-setup] Oct 15 21:19:08.954 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
24732024-10-15T21:19:15.667Z[ host-package] Compiling slog-stdlog v4.1.1
24742024-10-15T21:19:17.354Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24752024-10-15T21:19:17.934Z[ host-package] Compiling which v4.4.2
24762024-10-15T21:19:18.605Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24772024-10-15T21:19:18.873Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24782024-10-15T21:19:19.116Z[ host-package] Compiling chacha20 v0.9.1
24792024-10-15T21:19:19.204Z[ host-package] Compiling cexpr v0.6.0
24802024-10-15T21:19:19.751Z[ host-package] Compiling aead v0.5.2
24812024-10-15T21:19:20.250Z[ host-package] Compiling lazycell v1.3.0
24822024-10-15T21:19:20.517Z[ host-package] Compiling shlex v1.3.0
24832024-10-15T21:19:21.143Z[ host-package] Compiling ref-cast v1.0.23
24842024-10-15T21:19:21.427Z[ host-package] Compiling rustc-hash v1.1.0
24852024-10-15T21:19:21.925Z[ host-package] Compiling chacha20poly1305 v0.10.1
24862024-10-15T21:19:22.370Z[ host-package] Compiling slog-envlogger v2.2.0
24872024-10-15T21:19:24.428Z[ helios-setup] Oct 15 21:19:23.915 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.03s
24882024-10-15T21:19:24.464Z[ helios-setup] Oct 15 21:19:23.951 INFO building project "image-builder" ok (50 seconds)
24892024-10-15T21:19:24.464Z[ helios-setup] Oct 15 21:19:23.951 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
24902024-10-15T21:19:24.468Z[ helios-setup] Oct 15 21:19:23.951 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
24912024-10-15T21:19:24.475Z[ helios-setup] Oct 15 21:19:23.961 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
24922024-10-15T21:19:24.694Z[ helios-setup] Oct 15 21:19:24.181 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
24932024-10-15T21:19:24.694Z[ helios-setup] Oct 15 21:19:24.181 INFO E| info: downloading component 'cargo'
24942024-10-15T21:19:25.290Z[ host-package] Compiling vsss-rs v3.3.4
24952024-10-15T21:19:25.949Z[ helios-setup] Oct 15 21:19:25.434 INFO E| info: downloading component 'clippy'
24962024-10-15T21:19:26.311Z[ helios-setup] Oct 15 21:19:25.798 INFO E| info: downloading component 'rust-docs'
24972024-10-15T21:19:27.860Z[ helios-setup] Oct 15 21:19:27.335 INFO E| info: downloading component 'rust-src'
24982024-10-15T21:19:28.092Z[ helios-setup] Oct 15 21:19:27.566 INFO E| info: downloading component 'rust-std'
24992024-10-15T21:19:30.282Z[ helios-setup] Oct 15 21:19:29.768 INFO E| info: downloading component 'rustc'
25002024-10-15T21:19:30.406Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25012024-10-15T21:19:30.565Z[ host-package] Compiling derive_builder_core v0.20.0
25022024-10-15T21:19:31.054Z[ host-package] Compiling headers-core v0.3.0
25032024-10-15T21:19:31.271Z[ host-package] Compiling fxhash v0.2.1
25042024-10-15T21:19:31.345Z[ host-package] Compiling libxml v0.3.3
25052024-10-15T21:19:31.705Z[ host-package] Compiling ref-cast-impl v1.0.23
25062024-10-15T21:19:35.620Z[ host-package] Compiling derive_builder_macro v0.20.0
25072024-10-15T21:19:35.718Z[ host-package] Compiling headers v0.4.0
25082024-10-15T21:19:35.863Z[ host-package] Compiling polar-core v0.27.3
25092024-10-15T21:19:36.752Z[ host-package] Compiling samael v0.0.17
25102024-10-15T21:19:36.988Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25112024-10-15T21:19:37.281Z[ helios-setup] Oct 15 21:19:36.768 INFO E| info: downloading component 'rustfmt'
25122024-10-15T21:19:37.516Z[ helios-setup] Oct 15 21:19:37.003 INFO E| info: installing component 'cargo'
25132024-10-15T21:19:38.529Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25142024-10-15T21:19:38.869Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25152024-10-15T21:19:38.872Z[ helios-setup] Oct 15 21:19:38.359 INFO E| info: installing component 'clippy'
25162024-10-15T21:19:39.213Z[ host-package] Compiling strum_macros v0.24.3
25172024-10-15T21:19:39.323Z[ helios-setup] Oct 15 21:19:38.810 INFO E| info: installing component 'rust-docs'
25182024-10-15T21:19:40.333Z[ host-package] Compiling kstat-rs v0.2.4
25192024-10-15T21:19:41.716Z[ host-package] Compiling unicase v2.7.0
25202024-10-15T21:19:42.091Z[ host-package] Compiling indoc v1.0.9
25212024-10-15T21:19:43.134Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25222024-10-15T21:19:44.580Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25232024-10-15T21:19:44.752Z[ helios-setup] Oct 15 21:19:44.238 INFO E| info: installing component 'rust-src'
25242024-10-15T21:19:45.389Z[ helios-setup] Oct 15 21:19:44.876 INFO E| info: installing component 'rust-std'
25252024-10-15T21:19:48.393Z[ helios-setup] Oct 15 21:19:47.880 INFO E| info: installing component 'rustc'
25262024-10-15T21:19:49.541Z[ host-package] Compiling derive_builder v0.20.0
25272024-10-15T21:19:51.234Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25282024-10-15T21:19:54.264Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25292024-10-15T21:19:54.810Z[ host-package] Compiling crossterm v0.28.1
25302024-10-15T21:19:54.942Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
25312024-10-15T21:19:54.948Z[ helios-setup] Oct 15 21:19:54.436 INFO E| info: installing component 'rustfmt'
25322024-10-15T21:19:55.361Z[ host-package] Compiling oso-derive v0.27.3
25332024-10-15T21:19:55.977Z[ helios-setup] Oct 15 21:19:55.464 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
25342024-10-15T21:19:56.910Z[ helios-setup] Oct 15 21:19:56.397 INFO E| From https://github.com/oxidecomputer/amd-apcb
25352024-10-15T21:19:56.910Z[ helios-setup] Oct 15 21:19:56.397 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927
25362024-10-15T21:19:56.914Z[ helios-setup] Oct 15 21:19:56.397 INFO E| * [new tag] v0.4.1 -> v0.4.1
25372024-10-15T21:19:56.942Z[ helios-setup] Oct 15 21:19:56.428 INFO E| * [new tag] v0.1.3 -> v0.1.3
25382024-10-15T21:19:56.950Z[ helios-setup] Oct 15 21:19:56.428 INFO E| * [new tag] v0.1.4 -> v0.1.4
25392024-10-15T21:19:56.950Z[ helios-setup] Oct 15 21:19:56.428 INFO E| * [new tag] v0.1.5 -> v0.1.5
25402024-10-15T21:19:56.951Z[ helios-setup] Oct 15 21:19:56.428 INFO E| * [new tag] v0.2.0 -> v0.2.0
25412024-10-15T21:19:56.951Z[ helios-setup] Oct 15 21:19:56.429 INFO E| * [new tag] v0.3.0 -> v0.3.0
25422024-10-15T21:19:56.951Z[ helios-setup] Oct 15 21:19:56.429 INFO E| * [new tag] v0.3.1 -> v0.3.1
25432024-10-15T21:19:56.951Z[ helios-setup] Oct 15 21:19:56.429 INFO E| * [new tag] v0.3.2 -> v0.3.2
25442024-10-15T21:19:56.951Z[ helios-setup] Oct 15 21:19:56.429 INFO E| * [new tag] v0.3.3 -> v0.3.3
25452024-10-15T21:19:56.951Z[ helios-setup] Oct 15 21:19:56.429 INFO E| * [new tag] v0.4.0 -> v0.4.0
25462024-10-15T21:19:56.979Z[ helios-setup] Oct 15 21:19:56.465 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
25472024-10-15T21:19:58.083Z[ helios-setup] Oct 15 21:19:57.570 INFO E| From https://github.com/oxidecomputer/amd-efs
25482024-10-15T21:19:58.083Z[ helios-setup] Oct 15 21:19:57.570 INFO E| * [new branch] empty -> origin/empty
25492024-10-15T21:19:58.086Z[ helios-setup] Oct 15 21:19:57.571 INFO E| * [new branch] issue-117 -> origin/issue-117
25502024-10-15T21:19:58.086Z[ helios-setup] Oct 15 21:19:57.571 INFO E| * [new branch] issue-99 -> origin/issue-99
25512024-10-15T21:19:58.086Z[ helios-setup] Oct 15 21:19:57.571 INFO E| * [new branch] main -> origin/main
25522024-10-15T21:19:58.086Z[ helios-setup] Oct 15 21:19:57.571 INFO E| * [new branch] review -> origin/review
25532024-10-15T21:19:58.087Z[ helios-setup] Oct 15 21:19:57.571 INFO E| * [new ref] -> origin/HEAD
25542024-10-15T21:19:58.087Z[ helios-setup] Oct 15 21:19:57.571 INFO E| * [new tag] v0.2.0 -> v0.2.0
25552024-10-15T21:19:58.087Z[ helios-setup] Oct 15 21:19:57.572 INFO E| * [new tag] v0.2.1 -> v0.2.1
25562024-10-15T21:19:58.087Z[ helios-setup] Oct 15 21:19:57.572 INFO E| * [new tag] v0.2.2 -> v0.2.2
25572024-10-15T21:19:58.087Z[ helios-setup] Oct 15 21:19:57.572 INFO E| * [new tag] v0.2.3 -> v0.2.3
25582024-10-15T21:19:58.087Z[ helios-setup] Oct 15 21:19:57.572 INFO E| * [new tag] v0.2.4 -> v0.2.4
25592024-10-15T21:19:58.087Z[ helios-setup] Oct 15 21:19:57.572 INFO E| * [new tag] v0.2.5 -> v0.2.5
25602024-10-15T21:19:58.087Z[ helios-setup] Oct 15 21:19:57.572 INFO E| * [new tag] v0.2.6 -> v0.2.6
25612024-10-15T21:19:58.087Z[ helios-setup] Oct 15 21:19:57.572 INFO E| * [new tag] v0.2.7 -> v0.2.7
25622024-10-15T21:19:58.087Z[ helios-setup] Oct 15 21:19:57.573 INFO E| * [new tag] v0.3.0 -> v0.3.0
25632024-10-15T21:19:58.087Z[ helios-setup] Oct 15 21:19:57.573 INFO E| * [new tag] v0.3.1 -> v0.3.1
25642024-10-15T21:19:58.087Z[ helios-setup] Oct 15 21:19:57.573 INFO E| * [new tag] v0.4.0 -> v0.4.0
25652024-10-15T21:19:58.087Z[ helios-setup] Oct 15 21:19:57.573 INFO E| * [new tag] v0.4.1 -> v0.4.1
25662024-10-15T21:19:58.110Z[ helios-setup] Oct 15 21:19:57.597 INFO E| Updating crates.io index
25672024-10-15T21:19:58.266Z[ helios-setup] Oct 15 21:19:57.753 INFO E| Downloading crates ...
25682024-10-15T21:19:58.424Z[ helios-setup] Oct 15 21:19:57.911 INFO E| Downloaded unic-char-range v0.9.0
25692024-10-15T21:19:58.430Z[ helios-setup] Oct 15 21:19:57.914 INFO E| Downloaded memoffset v0.5.6
25702024-10-15T21:19:58.430Z[ helios-setup] Oct 15 21:19:57.915 INFO E| Downloaded fletcher v0.1.0
25712024-10-15T21:19:58.464Z[ helios-setup] Oct 15 21:19:57.951 INFO E| Downloaded vec_map v0.8.2
25722024-10-15T21:19:58.468Z[ helios-setup] Oct 15 21:19:57.953 INFO E| Downloaded unic-ucd-version v0.9.0
25732024-10-15T21:19:58.471Z[ helios-setup] Oct 15 21:19:57.954 INFO E| Downloaded unic-common v0.9.0
25742024-10-15T21:19:58.471Z[ helios-setup] Oct 15 21:19:57.955 INFO E| Downloaded unic-char-property v0.9.0
25752024-10-15T21:19:58.472Z[ helios-setup] Oct 15 21:19:57.957 INFO E| Downloaded strum v0.23.0
25762024-10-15T21:19:58.474Z[ helios-setup] Oct 15 21:19:57.959 INFO E| Downloaded unic-ucd-ident v0.9.0
25772024-10-15T21:19:58.475Z[ helios-setup] Oct 15 21:19:57.962 INFO E| Downloaded proc-macro-crate v0.1.5
25782024-10-15T21:19:58.480Z[ helios-setup] Oct 15 21:19:57.963 INFO E| Downloaded structopt-derive v0.4.18
25792024-10-15T21:19:58.487Z[ helios-setup] Oct 15 21:19:57.966 INFO E| Downloaded strum_macros v0.23.1
25802024-10-15T21:19:58.487Z[ helios-setup] Oct 15 21:19:57.969 INFO E| Downloaded modular-bitfield-impl v0.11.2
25812024-10-15T21:19:58.487Z[ helios-setup] Oct 15 21:19:57.971 INFO E| Downloaded four-cc v0.3.0
25822024-10-15T21:19:58.491Z[ helios-setup] Oct 15 21:19:57.973 INFO E| Downloaded semver-parser v0.7.0
25832024-10-15T21:19:58.491Z[ helios-setup] Oct 15 21:19:57.974 INFO E| Downloaded scroll_derive v0.10.5
25842024-10-15T21:19:58.491Z[ helios-setup] Oct 15 21:19:57.976 INFO E| Downloaded textwrap v0.11.0
25852024-10-15T21:19:58.496Z[ helios-setup] Oct 15 21:19:57.979 INFO E| Downloaded rustc_version v0.2.3
25862024-10-15T21:19:58.496Z[ helios-setup] Oct 15 21:19:57.980 INFO E| Downloaded scroll v0.10.2
25872024-10-15T21:19:58.499Z[ helios-setup] Oct 15 21:19:57.983 INFO E| Downloaded pre-proc-macro v0.2.1
25882024-10-15T21:19:58.499Z[ helios-setup] Oct 15 21:19:57.986 INFO E| Downloaded pest_derive v2.7.13
25892024-10-15T21:19:58.502Z[ helios-setup] Oct 15 21:19:57.990 INFO E| Downloaded pest_meta v2.7.13
25902024-10-15T21:19:58.506Z[ helios-setup] Oct 15 21:19:57.993 INFO E| Downloaded ucd-trie v0.1.7
25912024-10-15T21:19:58.510Z[ helios-setup] Oct 15 21:19:57.996 INFO E| Downloaded modular-bitfield v0.11.2
25922024-10-15T21:19:58.527Z[ helios-setup] Oct 15 21:19:58.014 INFO E| Downloaded structopt v0.3.26
25932024-10-15T21:19:58.539Z[ helios-setup] Oct 15 21:19:58.026 INFO E| Downloaded once_cell v1.20.1
25942024-10-15T21:19:58.543Z[ helios-setup] Oct 15 21:19:58.030 INFO E| Downloaded unicode-segmentation v1.12.0
25952024-10-15T21:19:58.549Z[ helios-setup] Oct 15 21:19:58.036 INFO E| Downloaded portable-atomic v1.9.0
25962024-10-15T21:19:58.560Z[ helios-setup] Oct 15 21:19:58.047 INFO E| Downloaded pest v2.7.13
25972024-10-15T21:19:58.569Z[ helios-setup] Oct 15 21:19:58.056 INFO E| Downloaded unicode-width v0.1.14
25982024-10-15T21:19:58.577Z[ helios-setup] Oct 15 21:19:58.064 INFO E| Downloaded goblin v0.4.3
25992024-10-15T21:19:58.585Z[ helios-setup] Oct 15 21:19:58.073 INFO E| Downloaded clap v2.34.0
26002024-10-15T21:19:58.596Z[ helios-setup] Oct 15 21:19:58.083 INFO E| Downloaded memchr v2.7.4
26012024-10-15T21:19:58.604Z[ helios-setup] Oct 15 21:19:58.091 INFO E| Downloaded ansi_term v0.12.1
26022024-10-15T21:19:58.607Z[ helios-setup] Oct 15 21:19:58.094 INFO E| Downloaded pre v0.2.1
26032024-10-15T21:19:58.610Z[ helios-setup] Oct 15 21:19:58.095 INFO E| Downloaded cpufeatures v0.2.14
26042024-10-15T21:19:58.610Z[ helios-setup] Oct 15 21:19:58.097 INFO E| Downloaded cfg-if v0.1.10
26052024-10-15T21:19:58.613Z[ helios-setup] Oct 15 21:19:58.099 INFO E| Downloaded autocfg v1.4.0
26062024-10-15T21:19:58.616Z[ helios-setup] Oct 15 21:19:58.101 INFO E| Downloaded strsim v0.8.0
26072024-10-15T21:19:58.616Z[ helios-setup] Oct 15 21:19:58.103 INFO E| Downloaded semver v0.9.0
26082024-10-15T21:19:58.619Z[ helios-setup] Oct 15 21:19:58.105 INFO E| Downloaded pest_generator v2.7.13
26092024-10-15T21:19:58.621Z[ helios-setup] Oct 15 21:19:58.107 INFO E| Downloaded parse_int v0.6.0
26102024-10-15T21:19:58.622Z[ helios-setup] Oct 15 21:19:58.108 INFO E| Downloaded bytesize v1.3.0
26112024-10-15T21:19:58.759Z[ helios-setup] Oct 15 21:19:58.246 INFO E| Compiling proc-macro2 v1.0.86
26122024-10-15T21:19:58.759Z[ helios-setup] Oct 15 21:19:58.246 INFO E| Compiling unicode-ident v1.0.13
26132024-10-15T21:19:58.759Z[ helios-setup] Oct 15 21:19:58.246 INFO E| Compiling syn v1.0.109
26142024-10-15T21:19:58.759Z[ helios-setup] Oct 15 21:19:58.246 INFO E| Compiling version_check v0.9.5
26152024-10-15T21:19:58.762Z[ helios-setup] Oct 15 21:19:58.246 INFO E| Compiling memchr v2.7.4
26162024-10-15T21:19:58.762Z[ helios-setup] Oct 15 21:19:58.246 INFO E| Compiling thiserror v1.0.64
26172024-10-15T21:19:58.763Z[ helios-setup] Oct 15 21:19:58.246 INFO E| Compiling semver-parser v0.7.0
26182024-10-15T21:19:58.763Z[ helios-setup] Oct 15 21:19:58.246 INFO E| Compiling autocfg v1.4.0
26192024-10-15T21:19:59.596Z[ helios-setup] Oct 15 21:19:59.083 INFO E| Compiling serde v1.0.210
26202024-10-15T21:20:00.090Z[ helios-setup] Oct 15 21:19:59.577 INFO E| Compiling semver v0.9.0
26212024-10-15T21:20:00.494Z[ helios-setup] Oct 15 21:19:59.981 INFO E| Compiling proc-macro-error-attr v1.0.4
26222024-10-15T21:20:00.886Z[ helios-setup] Oct 15 21:20:00.373 INFO E| Compiling rustc_version v0.2.3
26232024-10-15T21:20:01.003Z[ helios-setup] Oct 15 21:20:00.489 INFO E| Compiling proc-macro-error v1.0.4
26242024-10-15T21:20:01.059Z[ helios-setup] Oct 15 21:20:00.546 INFO E| Compiling serde_json v1.0.128
26252024-10-15T21:20:01.316Z[ helios-setup] Oct 15 21:20:00.803 INFO E| Compiling num-traits v0.2.19
26262024-10-15T21:20:01.416Z[ helios-setup] Oct 15 21:20:00.903 INFO E| Compiling unicode-segmentation v1.12.0
26272024-10-15T21:20:01.694Z[ helios-setup] Oct 15 21:20:01.181 INFO E| Compiling itoa v1.0.11
26282024-10-15T21:20:01.766Z[ helios-setup] Oct 15 21:20:01.251 INFO E| Compiling schemars v0.8.21
26292024-10-15T21:20:01.861Z[ helios-setup] Oct 15 21:20:01.348 INFO E| Compiling ryu v1.0.18
26302024-10-15T21:20:02.187Z[ helios-setup] Oct 15 21:20:01.674 INFO E| Compiling quote v1.0.37
26312024-10-15T21:20:02.462Z[ helios-setup] Oct 15 21:20:01.949 INFO E| Compiling pre-proc-macro v0.2.1
26322024-10-15T21:20:02.691Z[ helios-setup] Oct 15 21:20:02.178 INFO E| Compiling memoffset v0.5.6
26332024-10-15T21:20:02.901Z[ helios-setup] Oct 15 21:20:02.386 INFO E| Compiling heck v0.3.3
26342024-10-15T21:20:02.955Z[ helios-setup] Oct 15 21:20:02.442 INFO E| Compiling ucd-trie v0.1.7
26352024-10-15T21:20:03.212Z[ helios-setup] Oct 15 21:20:02.699 INFO E| Compiling syn v2.0.79
26362024-10-15T21:20:03.434Z[ helios-setup] Oct 15 21:20:02.921 INFO E| Compiling rustversion v1.0.17
26372024-10-15T21:20:03.482Z[ helios-setup] Oct 15 21:20:02.969 INFO E| Compiling lazy_static v1.5.0
26382024-10-15T21:20:03.485Z[ helios-setup] Oct 15 21:20:02.969 INFO E| Compiling paste v1.0.15
26392024-10-15T21:20:03.689Z[ helios-setup] Oct 15 21:20:03.176 INFO E| Compiling libc v0.2.159
26402024-10-15T21:20:04.781Z[ helios-setup] Oct 15 21:20:04.269 INFO E| Compiling dyn-clone v1.0.17
26412024-10-15T21:20:05.155Z[ helios-setup] Oct 15 21:20:04.642 INFO E| Compiling pre v0.2.1
26422024-10-15T21:20:05.169Z[ helios-setup] Oct 15 21:20:04.656 INFO E| Compiling once_cell v1.20.1
26432024-10-15T21:20:05.221Z[ helios-setup] Oct 15 21:20:04.708 INFO E| Compiling static_assertions v1.1.0
26442024-10-15T21:20:05.327Z[ helios-setup] Oct 15 21:20:04.812 INFO E| Compiling byteorder v1.5.0
26452024-10-15T21:20:05.443Z[ host-package] Compiling libz-sys v1.1.16
26462024-10-15T21:20:05.604Z[ helios-setup] Oct 15 21:20:05.091 INFO E| Compiling cfg-if v0.1.10
26472024-10-15T21:20:06.291Z[ helios-setup] Oct 15 21:20:05.778 INFO E| Compiling unicode-width v0.1.14
26482024-10-15T21:20:06.392Z[ host-package] Compiling quick-xml v0.33.0
26492024-10-15T21:20:07.202Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
26502024-10-15T21:20:07.283Z[ helios-setup] Oct 15 21:20:06.770 INFO E| Compiling textwrap v0.11.0
26512024-10-15T21:20:07.296Z[ host-package] Compiling cfg_aliases v0.1.1
26522024-10-15T21:20:07.699Z[ helios-setup] Oct 15 21:20:07.186 INFO E| Compiling atty v0.2.14
26532024-10-15T21:20:07.880Z[ host-package] Compiling parking_lot_core v0.8.6
26542024-10-15T21:20:07.962Z[ helios-setup] Oct 15 21:20:07.449 INFO E| Compiling fletcher v0.1.0
26552024-10-15T21:20:08.241Z[ helios-setup] Oct 15 21:20:07.728 INFO E| Compiling unic-char-range v0.9.0
26562024-10-15T21:20:08.522Z[ helios-setup] Oct 15 21:20:08.009 INFO E| Compiling unic-common v0.9.0
26572024-10-15T21:20:08.574Z[ helios-setup] Oct 15 21:20:08.058 INFO E| Compiling vec_map v0.8.2
26582024-10-15T21:20:08.711Z[ host-package] Compiling nix v0.28.0
26592024-10-15T21:20:08.750Z[ helios-setup] Oct 15 21:20:08.237 INFO E| Compiling strsim v0.8.0
26602024-10-15T21:20:08.873Z[ helios-setup] Oct 15 21:20:08.360 INFO E| Compiling parse_int v0.6.0
26612024-10-15T21:20:08.982Z[ helios-setup] Oct 15 21:20:08.469 INFO E| Compiling ansi_term v0.12.1
26622024-10-15T21:20:09.050Z[ helios-setup] Oct 15 21:20:08.537 INFO E| Compiling bitflags v1.3.2
26632024-10-15T21:20:09.154Z[ helios-setup] Oct 15 21:20:08.639 INFO E| Compiling strum v0.23.0
26642024-10-15T21:20:09.204Z[ helios-setup] Oct 15 21:20:08.691 INFO E| Compiling unic-ucd-version v0.9.0
26652024-10-15T21:20:09.265Z[ helios-setup] Oct 15 21:20:08.751 INFO E| Compiling unic-char-property v0.9.0
26662024-10-15T21:20:09.372Z[ helios-setup] Oct 15 21:20:08.859 INFO E| Compiling log v0.4.22
26672024-10-15T21:20:09.407Z[ helios-setup] Oct 15 21:20:08.895 INFO E| Compiling plain v0.2.3
26682024-10-15T21:20:09.722Z[ helios-setup] Oct 15 21:20:09.209 INFO E| Compiling clap v2.34.0
26692024-10-15T21:20:09.722Z[ helios-setup] Oct 15 21:20:09.210 INFO E| Compiling unic-ucd-ident v0.9.0
26702024-10-15T21:20:09.952Z[ host-package] Compiling oso v0.27.3
26712024-10-15T21:20:10.191Z[ helios-setup] Oct 15 21:20:09.678 INFO E| Compiling bytesize v1.3.0
26722024-10-15T21:20:10.323Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26732024-10-15T21:20:10.901Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26742024-10-15T21:20:11.949Z[ helios-setup] Oct 15 21:20:11.436 INFO E| Compiling serde_derive_internals v0.29.1
26752024-10-15T21:20:13.045Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26762024-10-15T21:20:13.513Z[ host-package] Compiling bb8 v0.8.5
26772024-10-15T21:20:14.077Z[ helios-setup] Oct 15 21:20:13.564 INFO E| Compiling toml v0.5.11
26782024-10-15T21:20:15.024Z[ host-package] Compiling const_format_proc_macros v0.2.33
26792024-10-15T21:20:17.000Z[ helios-setup] Oct 15 21:20:16.487 INFO E| Compiling proc-macro-crate v0.1.5
26802024-10-15T21:20:18.529Z[ helios-setup] Oct 15 21:20:18.016 INFO E| Compiling thiserror-impl v1.0.64
26812024-10-15T21:20:18.538Z[ helios-setup] Oct 15 21:20:18.026 INFO E| Compiling serde_derive v1.0.210
26822024-10-15T21:20:18.809Z[ helios-setup] Oct 15 21:20:18.297 INFO E| Compiling schemars_derive v0.8.21
26832024-10-15T21:20:18.851Z[ host-package] Compiling vte_generate_state_changes v0.1.1
26842024-10-15T21:20:18.978Z[ helios-setup] Oct 15 21:20:18.466 INFO E| Compiling zerocopy-derive v0.6.6
26852024-10-15T21:20:19.379Z[ helios-setup] Oct 15 21:20:18.849 INFO E| Compiling num-derive v0.4.2
26862024-10-15T21:20:20.055Z[ host-package] Compiling const_format v0.2.33
26872024-10-15T21:20:20.244Z[ host-package] Compiling vte v0.11.1
26882024-10-15T21:20:23.019Z[ host-package] Compiling async-bb8-diesel v0.2.1
26892024-10-15T21:20:23.035Z[ helios-setup] Oct 15 21:20:22.385 INFO E| Compiling zerocopy v0.6.6
26902024-10-15T21:20:24.278Z[ helios-setup] Oct 15 21:20:23.765 INFO E| Compiling pest v2.7.13
26912024-10-15T21:20:25.063Z[ helios-setup] Oct 15 21:20:24.549 INFO E| Compiling modular-bitfield-impl v0.11.2
26922024-10-15T21:20:25.063Z[ helios-setup] Oct 15 21:20:24.549 INFO E| Compiling strum_macros v0.23.1
26932024-10-15T21:20:25.514Z[ host-package] Compiling fd-lock v4.0.2
26942024-10-15T21:20:25.858Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
26952024-10-15T21:20:26.032Z[ host-package] Compiling atty v0.2.14
26962024-10-15T21:20:26.325Z[ host-package] Compiling salty v0.3.0
26972024-10-15T21:20:27.080Z[ host-package] Compiling bytecount v0.6.8
26982024-10-15T21:20:27.740Z[ helios-setup] Oct 15 21:20:27.226 INFO E| Compiling scroll_derive v0.10.5
26992024-10-15T21:20:27.913Z[ host-package] Compiling papergrid v0.11.0
27002024-10-15T21:20:28.263Z[ helios-setup] Oct 15 21:20:27.751 INFO E| Compiling structopt-derive v0.4.18
27012024-10-15T21:20:29.761Z[ helios-setup] Oct 15 21:20:29.248 INFO E| Compiling pest_meta v2.7.13
27022024-10-15T21:20:30.606Z[ helios-setup] Oct 15 21:20:30.091 INFO E| Compiling modular-bitfield v0.11.2
27032024-10-15T21:20:31.079Z[ helios-setup] Oct 15 21:20:30.566 INFO E| Compiling scroll v0.10.2
27042024-10-15T21:20:32.184Z[ helios-setup] Oct 15 21:20:31.671 INFO E| Compiling pest_generator v2.7.13
27052024-10-15T21:20:32.270Z[ helios-setup] Oct 15 21:20:31.757 INFO E| Compiling goblin v0.4.3
27062024-10-15T21:20:33.417Z[ helios-setup] Oct 15 21:20:32.904 INFO E| Compiling structopt v0.3.26
27072024-10-15T21:20:36.835Z[ helios-setup] Oct 15 21:20:36.322 INFO E| Compiling pest_derive v2.7.13
27082024-10-15T21:20:40.189Z[ host-package] Compiling parking_lot v0.11.2
27092024-10-15T21:20:40.921Z[ helios-setup] Oct 15 21:20:40.409 INFO E| Compiling json5 v0.4.1
27102024-10-15T21:20:45.095Z[ host-package] Compiling strip-ansi-escapes v0.2.0
27112024-10-15T21:20:46.793Z[ host-package] Compiling tabled_derive v0.7.0
27122024-10-15T21:20:46.872Z[ helios-setup] Oct 15 21:20:46.359 INFO E| Compiling four-cc v0.3.0
27132024-10-15T21:20:46.872Z[ helios-setup] Oct 15 21:20:46.359 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d)
27142024-10-15T21:20:47.100Z[ helios-setup] Oct 15 21:20:46.587 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56)
27152024-10-15T21:20:50.167Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
27162024-10-15T21:20:51.141Z[ host-package] Compiling crossterm v0.27.0
27172024-10-15T21:20:57.724Z[ host-package] Compiling peg-macros v0.8.4
27182024-10-15T21:20:58.996Z[ host-package] Compiling sqlparser_derive v0.2.2
27192024-10-15T21:21:00.297Z[ host-package] Compiling unicode_categories v0.1.1
27202024-10-15T21:21:00.422Z[ host-package] Compiling nu-ansi-term v0.50.0
27212024-10-15T21:21:00.822Z[ host-package] Compiling sqlformat v0.2.6
27222024-10-15T21:21:01.907Z[ host-package] Compiling reedline v0.33.0
27232024-10-15T21:21:11.919Z[ host-package] Compiling sqlparser v0.45.0
27242024-10-15T21:21:13.471Z[ host-package] Compiling rustyline v14.0.0
27252024-10-15T21:21:19.931Z[ host-package] Compiling peg v0.8.4
27262024-10-15T21:21:20.168Z[ host-package] Compiling tabled v0.15.0
27272024-10-15T21:21:23.030Z[ host-package] Compiling sled v0.34.7
27282024-10-15T21:21:26.813Z[ host-package] Compiling mime_guess v2.0.4
27292024-10-15T21:21:27.968Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27302024-10-15T21:21:28.265Z[ host-package] Compiling hickory-client v0.24.1
27312024-10-15T21:21:29.274Z[ helios-setup] Oct 15 21:21:28.762 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
27322024-10-15T21:21:29.993Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27332024-10-15T21:21:30.572Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27342024-10-15T21:21:34.633Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27352024-10-15T21:21:36.373Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
27362024-10-15T21:21:38.130Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27372024-10-15T21:21:38.522Z[ host-package] Compiling hickory-server v0.24.1
27382024-10-15T21:21:42.490Z[ helios-setup] Oct 15 21:21:41.977 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
27392024-10-15T21:21:44.706Z[ host-package] Compiling primeorder v0.13.6
27402024-10-15T21:21:45.496Z[ host-package] Compiling vergen v8.3.2
27412024-10-15T21:21:45.544Z[ host-package] Compiling bcs v0.1.6
27422024-10-15T21:21:45.982Z[ host-package] Compiling env_filter v0.1.2
27432024-10-15T21:21:46.738Z[ host-package] Compiling cargo-platform v0.1.8
27442024-10-15T21:21:47.401Z[ host-package] Compiling nanorand v0.7.0
27452024-10-15T21:21:47.531Z[ host-package] Compiling memoffset v0.9.1
27462024-10-15T21:21:47.711Z[ host-package] Compiling cargo_metadata v0.18.1
27472024-10-15T21:21:48.253Z[ host-package] Compiling flume v0.11.0
27482024-10-15T21:21:48.333Z[ host-package] Compiling env_logger v0.11.5
27492024-10-15T21:21:49.217Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27502024-10-15T21:21:50.130Z[ host-package] Compiling p384 v0.13.0
27512024-10-15T21:21:51.754Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27522024-10-15T21:21:53.604Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27532024-10-15T21:21:57.247Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27542024-10-15T21:22:05.659Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27552024-10-15T21:22:07.078Z[ host-package] Compiling git2 v0.19.0
27562024-10-15T21:22:10.545Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
27572024-10-15T21:22:12.636Z[ host-package] Compiling libsqlite3-sys v0.30.1
27582024-10-15T21:22:13.406Z[ host-package] Compiling lzma-sys v0.1.20
27592024-10-15T21:22:14.325Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27602024-10-15T21:22:15.052Z[ host-package] Compiling cfg_aliases v0.2.1
27612024-10-15T21:22:15.208Z[ host-package] Compiling rustls v0.21.12
27622024-10-15T21:22:15.915Z[ host-package] Compiling nix v0.29.0
27632024-10-15T21:22:17.842Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27642024-10-15T21:22:20.969Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27652024-10-15T21:22:21.932Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27662024-10-15T21:22:23.228Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27672024-10-15T21:22:23.622Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
27682024-10-15T21:22:25.049Z[ host-package] Compiling sct v0.7.1
27692024-10-15T21:22:25.659Z[ host-package] Compiling rustls-webpki v0.101.7
27702024-10-15T21:22:27.643Z[ helios-setup] Oct 15 21:22:27.131 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 31s
27712024-10-15T21:22:27.681Z[ helios-setup] Oct 15 21:22:27.169 INFO building project "amd-host-image-builder" ok (183 seconds)
27722024-10-15T21:22:27.681Z[ helios-setup] Oct 15 21:22:27.169 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27732024-10-15T21:22:27.684Z[ helios-setup] Oct 15 21:22:27.169 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27742024-10-15T21:22:28.066Z[ helios-setup] Oct 15 21:22:27.554 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
27752024-10-15T21:22:28.407Z[ host-package] Compiling heck v0.3.3
27762024-10-15T21:22:28.825Z[ host-package] Compiling castaway v0.2.3
27772024-10-15T21:22:29.059Z[ host-package] Compiling rand_seeder v0.3.0
27782024-10-15T21:22:29.569Z[ host-package] Compiling csv-core v0.1.11
27792024-10-15T21:22:29.591Z[ helios-setup] Oct 15 21:22:29.078 INFO E| From https://github.com/oxidecomputer/progenitor
27802024-10-15T21:22:29.591Z[ helios-setup] Oct 15 21:22:29.079 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
27812024-10-15T21:22:29.624Z[ helios-setup] Oct 15 21:22:29.112 INFO E| * [new tag] v0.1.1 -> v0.1.1
27822024-10-15T21:22:29.624Z[ helios-setup] Oct 15 21:22:29.112 INFO E| * [new tag] v0.2.0 -> v0.2.0
27832024-10-15T21:22:29.775Z[ helios-setup] Oct 15 21:22:29.263 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27842024-10-15T21:22:29.979Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27852024-10-15T21:22:30.297Z[ helios-setup] Oct 15 21:22:29.785 INFO E| From https://github.com/jclulow/hiercmd
27862024-10-15T21:22:30.297Z[ helios-setup] Oct 15 21:22:29.785 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
27872024-10-15T21:22:30.317Z[ helios-setup] Oct 15 21:22:29.805 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
27882024-10-15T21:22:30.427Z[ host-package] Compiling http-range v0.1.5
27892024-10-15T21:22:30.504Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27902024-10-15T21:22:30.863Z[ helios-setup] Oct 15 21:22:30.351 INFO E| From https://github.com/jclulow/network-interface
27912024-10-15T21:22:30.863Z[ helios-setup] Oct 15 21:22:30.351 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
27922024-10-15T21:22:30.867Z[ host-package] Compiling hyper-staticfile v0.10.1
27932024-10-15T21:22:30.885Z[ helios-setup] Oct 15 21:22:30.373 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27942024-10-15T21:22:31.072Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27952024-10-15T21:22:31.396Z[ helios-setup] Oct 15 21:22:30.875 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27962024-10-15T21:22:31.396Z[ helios-setup] Oct 15 21:22:30.875 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27972024-10-15T21:22:31.425Z[ helios-setup] Oct 15 21:22:30.913 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
27982024-10-15T21:22:32.222Z[ helios-setup] Oct 15 21:22:31.710 INFO E| From https://github.com/oxidecomputer/facade
27992024-10-15T21:22:32.222Z[ helios-setup] Oct 15 21:22:31.710 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
28002024-10-15T21:22:32.270Z[ helios-setup] Oct 15 21:22:31.758 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
28012024-10-15T21:22:32.551Z[ host-package] Compiling csv v1.3.0
28022024-10-15T21:22:33.319Z[ helios-setup] Oct 15 21:22:32.807 INFO E| From https://github.com/oxidecomputer/dropshot
28032024-10-15T21:22:33.320Z[ helios-setup] Oct 15 21:22:32.807 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
28042024-10-15T21:22:33.356Z[ helios-setup] Oct 15 21:22:32.844 INFO E| * [new tag] v0.3.0 -> v0.3.0
28052024-10-15T21:22:33.365Z[ helios-setup] Oct 15 21:22:32.844 INFO E| * [new tag] v0.4.0 -> v0.4.0
28062024-10-15T21:22:33.365Z[ helios-setup] Oct 15 21:22:32.844 INFO E| * [new tag] v0.5.0 -> v0.5.0
28072024-10-15T21:22:33.366Z[ helios-setup] Oct 15 21:22:32.844 INFO E| * [new tag] v0.5.1 -> v0.5.1
28082024-10-15T21:22:33.366Z[ helios-setup] Oct 15 21:22:32.844 INFO E| * [new tag] v0.6.0 -> v0.6.0
28092024-10-15T21:22:33.366Z[ helios-setup] Oct 15 21:22:32.844 INFO E| * [new tag] v0.7.0 -> v0.7.0
28102024-10-15T21:22:33.366Z[ helios-setup] Oct 15 21:22:32.845 INFO E| * [new tag] v0.8.0 -> v0.8.0
28112024-10-15T21:22:33.366Z[ helios-setup] Oct 15 21:22:32.845 INFO E| * [new tag] v0.9.0 -> v0.9.0
28122024-10-15T21:22:33.409Z[ helios-setup] Oct 15 21:22:32.897 INFO E| Updating crates.io index
28132024-10-15T21:22:33.443Z[ helios-setup] Oct 15 21:22:32.931 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
28142024-10-15T21:22:33.963Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28152024-10-15T21:22:34.207Z[ host-package] Compiling compact_str v0.8.0
28162024-10-15T21:22:34.382Z[ helios-setup] Oct 15 21:22:33.870 INFO E| From https://github.com/oxidecomputer/typify
28172024-10-15T21:22:34.382Z[ helios-setup] Oct 15 21:22:33.870 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
28182024-10-15T21:22:34.416Z[ helios-setup] Oct 15 21:22:33.904 INFO E| * [new tag] v0.0.10 -> v0.0.10
28192024-10-15T21:22:34.417Z[ helios-setup] Oct 15 21:22:33.904 INFO E| * [new tag] v0.0.11 -> v0.0.11
28202024-10-15T21:22:34.420Z[ helios-setup] Oct 15 21:22:33.904 INFO E| * [new tag] v0.0.4 -> v0.0.4
28212024-10-15T21:22:34.420Z[ helios-setup] Oct 15 21:22:33.904 INFO E| * [new tag] v0.0.5 -> v0.0.5
28222024-10-15T21:22:34.420Z[ helios-setup] Oct 15 21:22:33.905 INFO E| * [new tag] v0.0.7 -> v0.0.7
28232024-10-15T21:22:34.420Z[ helios-setup] Oct 15 21:22:33.905 INFO E| * [new tag] v0.0.8 -> v0.0.8
28242024-10-15T21:22:34.420Z[ helios-setup] Oct 15 21:22:33.905 INFO E| * [new tag] v0.0.9 -> v0.0.9
28252024-10-15T21:22:34.768Z[ host-package] Compiling zone_cfg_derive v0.1.2
28262024-10-15T21:22:35.113Z[ helios-setup] Oct 15 21:22:34.601 INFO E| Downloading crates ...
28272024-10-15T21:22:35.244Z[ helios-setup] Oct 15 21:22:34.732 INFO E| Downloaded concolor-override v1.0.0
28282024-10-15T21:22:35.250Z[ helios-setup] Oct 15 21:22:34.738 INFO E| Downloaded ahash v0.7.6
28292024-10-15T21:22:35.255Z[ helios-setup] Oct 15 21:22:34.744 INFO E| Downloaded anstyle v0.3.5
28302024-10-15T21:22:35.258Z[ helios-setup] Oct 15 21:22:34.747 INFO E| Downloaded async-trait v0.1.68
28312024-10-15T21:22:35.285Z[ helios-setup] Oct 15 21:22:34.772 INFO E| Downloaded num_enum_derive v0.5.7
28322024-10-15T21:22:35.325Z[ helios-setup] Oct 15 21:22:34.812 INFO E| Downloaded try-lock v0.2.4
28332024-10-15T21:22:35.327Z[ helios-setup] Oct 15 21:22:34.814 INFO E| Downloaded tokio-rustls v0.24.0
28342024-10-15T21:22:35.330Z[ helios-setup] Oct 15 21:22:34.817 INFO E| Downloaded textwrap v0.16.0
28352024-10-15T21:22:35.333Z[ helios-setup] Oct 15 21:22:34.822 INFO E| Downloaded tempfile v3.5.0
28362024-10-15T21:22:35.337Z[ helios-setup] Oct 15 21:22:34.825 INFO E| Downloaded slog-bunyan v2.4.0
28372024-10-15T21:22:35.341Z[ helios-setup] Oct 15 21:22:34.829 INFO E| Downloaded want v0.3.0
28382024-10-15T21:22:35.343Z[ helios-setup] Oct 15 21:22:34.830 INFO E| Downloaded slab v0.4.7
28392024-10-15T21:22:35.345Z[ helios-setup] Oct 15 21:22:34.832 INFO E| Downloaded serde_path_to_error v0.1.11
28402024-10-15T21:22:35.352Z[ helios-setup] Oct 15 21:22:34.841 INFO E| Downloaded lazy_static v1.4.0
28412024-10-15T21:22:35.355Z[ helios-setup] Oct 15 21:22:34.843 INFO E| Downloaded toolchain_find v0.2.0
28422024-10-15T21:22:35.358Z[ helios-setup] Oct 15 21:22:34.846 INFO E| Downloaded const-random-macro v0.1.15
28432024-10-15T21:22:35.360Z[ helios-setup] Oct 15 21:22:34.847 INFO E| Downloaded semver-parser v0.10.2
28442024-10-15T21:22:35.362Z[ helios-setup] Oct 15 21:22:34.850 INFO E| Downloaded semver v0.11.0
28452024-10-15T21:22:35.365Z[ helios-setup] Oct 15 21:22:34.853 INFO E| Downloaded terminal_size v0.2.6
28462024-10-15T21:22:35.367Z[ helios-setup] Oct 15 21:22:34.856 INFO E| Downloaded serde_derive_internals v0.26.0
28472024-10-15T21:22:35.370Z[ helios-setup] Oct 15 21:22:34.858 INFO E| Downloaded toml v0.7.3
28482024-10-15T21:22:35.375Z[ helios-setup] Oct 15 21:22:34.863 INFO E| Downloaded quote v1.0.36
28492024-10-15T21:22:35.379Z[ helios-setup] Oct 15 21:22:34.867 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
28502024-10-15T21:22:35.383Z[ helios-setup] Oct 15 21:22:34.871 INFO E| Downloaded log v0.4.17
28512024-10-15T21:22:35.386Z[ helios-setup] Oct 15 21:22:34.874 INFO E| Downloaded unicode-ident v1.0.8
28522024-10-15T21:22:35.393Z[ helios-setup] Oct 15 21:22:34.879 INFO E| Downloaded thiserror-impl v1.0.38
28532024-10-15T21:22:35.395Z[ helios-setup] Oct 15 21:22:34.881 INFO E| Downloaded ucd-trie v0.1.5
28542024-10-15T21:22:35.397Z[ helios-setup] Oct 15 21:22:34.883 INFO E| Downloaded tokio-macros v2.0.0
28552024-10-15T21:22:35.397Z[ helios-setup] Oct 15 21:22:34.885 INFO E| Downloaded smartstring v1.0.1
28562024-10-15T21:22:35.401Z[ helios-setup] Oct 15 21:22:34.889 INFO E| Downloaded smawk v0.3.1
28572024-10-15T21:22:35.403Z[ helios-setup] Oct 15 21:22:34.891 INFO E| Downloaded slog-async v2.7.0
28582024-10-15T21:22:35.406Z[ helios-setup] Oct 15 21:22:34.893 INFO E| Downloaded sha2 v0.10.6
28592024-10-15T21:22:35.409Z[ helios-setup] Oct 15 21:22:34.897 INFO E| Downloaded serde_tokenstream v0.2.0
28602024-10-15T21:22:35.417Z[ helios-setup] Oct 15 21:22:34.902 INFO E| Downloaded sha1 v0.10.5
28612024-10-15T21:22:35.419Z[ helios-setup] Oct 15 21:22:34.905 INFO E| Downloaded tokio-tungstenite v0.18.0
28622024-10-15T21:22:35.422Z[ helios-setup] Oct 15 21:22:34.908 INFO E| Downloaded serde_yaml v0.9.21
28632024-10-15T21:22:35.426Z[ helios-setup] Oct 15 21:22:34.915 INFO E| Downloaded socket2 v0.4.9
28642024-10-15T21:22:35.430Z[ helios-setup] Oct 15 21:22:34.918 INFO E| Downloaded sct v0.7.0
28652024-10-15T21:22:35.435Z[ helios-setup] Oct 15 21:22:34.924 INFO E| Downloaded serde_derive v1.0.204
28662024-10-15T21:22:35.439Z[ helios-setup] Oct 15 21:22:34.928 INFO E| Downloaded url v2.3.1
28672024-10-15T21:22:35.444Z[ helios-setup] Oct 15 21:22:34.933 INFO E| Downloaded semver v1.0.17
28682024-10-15T21:22:35.448Z[ helios-setup] Oct 15 21:22:34.936 INFO E| Downloaded toml_edit v0.19.8
28692024-10-15T21:22:36.479Z[ helios-setup] Oct 15 21:22:34.964 INFO E| Downloaded uuid v1.3.0
28702024-10-15T21:22:36.484Z[ helios-setup] Oct 15 21:22:34.970 INFO E| Downloaded unsafe-libyaml v0.2.8
28712024-10-15T21:22:36.484Z[ helios-setup] Oct 15 21:22:34.976 INFO E| Downloaded unicode-normalization v0.1.22
28722024-10-15T21:22:36.484Z[ helios-setup] Oct 15 21:22:34.982 INFO E| Downloaded winnow v0.4.1
28732024-10-15T21:22:36.484Z[ helios-setup] Oct 15 21:22:34.994 INFO E| Downloaded rustls-webpki v0.100.1
28742024-10-15T21:22:36.484Z[ helios-setup] Oct 15 21:22:35.004 INFO E| Downloaded serde_json v1.0.95
28752024-10-15T21:22:36.484Z[ helios-setup] Oct 15 21:22:35.021 INFO E| Downloaded syn v1.0.107
28762024-10-15T21:22:36.484Z[ helios-setup] Oct 15 21:22:35.038 INFO E| Downloaded clap v4.2.1
28772024-10-15T21:22:36.484Z[ helios-setup] Oct 15 21:22:35.072 INFO E| Downloaded parking_lot v0.12.1
28782024-10-15T21:22:36.484Z[ helios-setup] Oct 15 21:22:35.075 INFO E| Downloaded tokio v1.27.0
28792024-10-15T21:22:36.484Z[ helios-setup] Oct 15 21:22:35.127 INFO E| Downloaded futures v0.3.28
28802024-10-15T21:22:36.484Z[ helios-setup] Oct 15 21:22:35.135 INFO E| Downloaded schemars v0.8.12
28812024-10-15T21:22:36.484Z[ helios-setup] Oct 15 21:22:35.154 INFO E| Downloaded memchr v2.5.0
28822024-10-15T21:22:36.484Z[ helios-setup] Oct 15 21:22:35.160 INFO E| Downloaded http v0.2.9
28832024-10-15T21:22:36.484Z[ helios-setup] Oct 15 21:22:35.166 INFO E| Downloaded aho-corasick v0.7.20
28842024-10-15T21:22:36.484Z[ helios-setup] Oct 15 21:22:35.172 INFO E| Downloaded clap_builder v4.2.1
28852024-10-15T21:22:36.484Z[ helios-setup] Oct 15 21:22:35.183 INFO E| Downloaded serde v1.0.204
28862024-10-15T21:22:36.484Z[ helios-setup] Oct 15 21:22:35.188 INFO E| Downloaded crossbeam-channel v0.5.6
28872024-10-15T21:22:36.484Z[ helios-setup] Oct 15 21:22:35.195 INFO E| Downloaded mio v0.8.5
28882024-10-15T21:22:36.484Z[ helios-setup] Oct 15 21:22:35.203 INFO E| Downloaded cc v1.0.78
28892024-10-15T21:22:36.484Z[ helios-setup] Oct 15 21:22:35.207 INFO E| Downloaded pest v2.5.7
28902024-10-15T21:22:36.484Z[ helios-setup] Oct 15 21:22:35.215 INFO E| Downloaded h2 v0.3.16
28912024-10-15T21:22:36.485Z[ helios-setup] Oct 15 21:22:35.225 INFO E| Downloaded chrono v0.4.24
28922024-10-15T21:22:36.485Z[ helios-setup] Oct 15 21:22:35.237 INFO E| Downloaded num-traits v0.2.15
28932024-10-15T21:22:36.485Z[ helios-setup] Oct 15 21:22:35.242 INFO E| Downloaded reqwest v0.11.16
28942024-10-15T21:22:36.485Z[ helios-setup] Oct 15 21:22:35.281 INFO E| Downloaded futures-util v0.3.28
28952024-10-15T21:22:36.485Z[ helios-setup] Oct 15 21:22:35.302 INFO E| Downloaded rayon v1.6.1
28962024-10-15T21:22:36.485Z[ helios-setup] Oct 15 21:22:35.344 INFO E| Downloaded regress v0.5.0
28972024-10-15T21:22:36.485Z[ helios-setup] Oct 15 21:22:35.357 INFO E| Downloaded git2 v0.16.1
28982024-10-15T21:22:36.485Z[ helios-setup] Oct 15 21:22:35.371 INFO E| Downloaded hyper v0.14.25
28992024-10-15T21:22:36.485Z[ helios-setup] Oct 15 21:22:35.385 INFO E| Downloaded rustls v0.21.0
29002024-10-15T21:22:36.485Z[ helios-setup] Oct 15 21:22:35.404 INFO E| Downloaded regex v1.7.3
29012024-10-15T21:22:36.485Z[ helios-setup] Oct 15 21:22:35.418 INFO E| Downloaded rustix v0.37.3
29022024-10-15T21:22:36.485Z[ helios-setup] Oct 15 21:22:35.451 INFO E| Downloaded openapiv3 v1.0.2
29032024-10-15T21:22:36.485Z[ helios-setup] Oct 15 21:22:35.472 INFO E| Downloaded rhai v1.14.0
29042024-10-15T21:22:36.485Z[ helios-setup] Oct 15 21:22:35.494 INFO E| Downloaded byteorder v1.4.3
29052024-10-15T21:22:36.485Z[ helios-setup] Oct 15 21:22:35.497 INFO E| Downloaded anyhow v1.0.68
29062024-10-15T21:22:36.485Z[ helios-setup] Oct 15 21:22:35.504 INFO E| Downloaded ahash v0.8.3
29072024-10-15T21:22:36.485Z[ helios-setup] Oct 15 21:22:35.508 INFO E| Downloaded syn v2.0.72
29082024-10-15T21:22:36.485Z[ helios-setup] Oct 15 21:22:35.528 INFO E| Downloaded once_cell v1.17.0
29092024-10-15T21:22:36.485Z[ helios-setup] Oct 15 21:22:35.532 INFO E| Downloaded libc v0.2.139
29102024-10-15T21:22:36.485Z[ helios-setup] Oct 15 21:22:35.573 INFO E| Downloaded lock_api v0.4.9
29112024-10-15T21:22:36.485Z[ helios-setup] Oct 15 21:22:35.575 INFO E| Downloaded jobserver v0.1.26
29122024-10-15T21:22:36.485Z[ helios-setup] Oct 15 21:22:35.578 INFO E| Downloaded ipnet v2.7.2
29132024-10-15T21:22:36.485Z[ helios-setup] Oct 15 21:22:35.581 INFO E| Downloaded concolor-query v0.3.3
29142024-10-15T21:22:36.485Z[ helios-setup] Oct 15 21:22:35.584 INFO E| Downloaded clap_derive v4.2.0
29152024-10-15T21:22:36.486Z[ helios-setup] Oct 15 21:22:35.587 INFO E| Downloaded signal-hook-registry v1.4.0
29162024-10-15T21:22:36.486Z[ helios-setup] Oct 15 21:22:35.589 INFO E| Downloaded rayon-core v1.10.2
29172024-10-15T21:22:36.486Z[ helios-setup] Oct 15 21:22:35.595 INFO E| Downloaded crossbeam-epoch v0.9.13
29182024-10-15T21:22:36.487Z[ helios-setup] Oct 15 21:22:35.599 INFO E| Downloaded camino v1.1.4
29192024-10-15T21:22:36.487Z[ helios-setup] Oct 15 21:22:35.602 INFO E| Downloaded bytes v1.4.0
29202024-10-15T21:22:36.487Z[ helios-setup] Oct 15 21:22:35.608 INFO E| Downloaded unicode-linebreak v0.1.4
29212024-10-15T21:22:36.488Z[ helios-setup] Oct 15 21:22:35.611 INFO E| Downloaded tracing-core v0.1.30
29222024-10-15T21:22:36.488Z[ helios-setup] Oct 15 21:22:35.615 INFO E| Downloaded tokio-util v0.7.7
29232024-10-15T21:22:36.488Z[ helios-setup] Oct 15 21:22:35.625 INFO E| Downloaded rustls-pemfile v1.0.2
29242024-10-15T21:22:36.488Z[ helios-setup] Oct 15 21:22:35.628 INFO E| Downloaded rhai_codegen v1.5.0
29252024-10-15T21:22:36.488Z[ helios-setup] Oct 15 21:22:35.642 INFO E| Downloaded proc-macro-crate v1.2.1
29262024-10-15T21:22:36.488Z[ helios-setup] Oct 15 21:22:35.644 INFO E| Downloaded paste v1.0.12
29272024-10-15T21:22:36.488Z[ helios-setup] Oct 15 21:22:35.649 INFO E| Downloaded num_enum v0.5.7
29282024-10-15T21:22:36.488Z[ helios-setup] Oct 15 21:22:35.654 INFO E| Downloaded is-terminal v0.4.7
29292024-10-15T21:22:36.488Z[ helios-setup] Oct 15 21:22:35.656 INFO E| Downloaded digest v0.10.6
29302024-10-15T21:22:36.488Z[ helios-setup] Oct 15 21:22:35.664 INFO E| Downloaded bincode v1.3.3
29312024-10-15T21:22:36.488Z[ helios-setup] Oct 15 21:22:35.667 INFO E| Downloaded tungstenite v0.18.0
29322024-10-15T21:22:36.488Z[ helios-setup] Oct 15 21:22:35.672 INFO E| Downloaded iana-time-zone v0.1.56
29332024-10-15T21:22:36.488Z[ helios-setup] Oct 15 21:22:35.675 INFO E| Downloaded httpdate v1.0.2
29342024-10-15T21:22:36.488Z[ helios-setup] Oct 15 21:22:35.677 INFO E| Downloaded home v0.5.4
29352024-10-15T21:22:36.488Z[ helios-setup] Oct 15 21:22:35.678 INFO E| Downloaded futures-sink v0.3.28
29362024-10-15T21:22:36.488Z[ helios-setup] Oct 15 21:22:35.679 INFO E| Downloaded futures-io v0.3.28
29372024-10-15T21:22:36.488Z[ helios-setup] Oct 15 21:22:35.680 INFO E| Downloaded futures-core v0.3.28
29382024-10-15T21:22:36.488Z[ helios-setup] Oct 15 21:22:35.683 INFO E| Downloaded fastrand v1.9.0
29392024-10-15T21:22:36.488Z[ helios-setup] Oct 15 21:22:35.684 INFO E| Downloaded either v1.8.0
29402024-10-15T21:22:36.488Z[ helios-setup] Oct 15 21:22:35.686 INFO E| Downloaded unicode-bidi v0.3.13
29412024-10-15T21:22:36.488Z[ helios-setup] Oct 15 21:22:35.690 INFO E| Downloaded tracing v0.1.37
29422024-10-15T21:22:36.488Z[ helios-setup] Oct 15 21:22:35.696 INFO E| Downloaded thiserror v1.0.38
29432024-10-15T21:22:36.488Z[ helios-setup] Oct 15 21:22:35.703 INFO E| Downloaded ryu v1.0.13
29442024-10-15T21:22:36.488Z[ helios-setup] Oct 15 21:22:35.707 INFO E| Downloaded crossbeam-deque v0.8.2
29452024-10-15T21:22:36.488Z[ helios-setup] Oct 15 21:22:35.709 INFO E| Downloaded encoding_rs v0.8.32
29462024-10-15T21:22:36.489Z[ helios-setup] Oct 15 21:22:35.743 INFO E| Downloaded time v0.1.45
29472024-10-15T21:22:36.489Z[ helios-setup] Oct 15 21:22:35.746 INFO E| Downloaded serde_spanned v0.6.1
29482024-10-15T21:22:36.489Z[ helios-setup] Oct 15 21:22:35.747 INFO E| Downloaded futures-channel v0.3.28
29492024-10-15T21:22:36.489Z[ helios-setup] Oct 15 21:22:35.750 INFO E| Downloaded crossbeam-utils v0.8.14
29502024-10-15T21:22:36.489Z[ helios-setup] Oct 15 21:22:35.755 INFO E| Downloaded autocfg v1.1.0
29512024-10-15T21:22:36.489Z[ helios-setup] Oct 15 21:22:35.757 INFO E| Downloaded toml_datetime v0.6.1
29522024-10-15T21:22:36.489Z[ helios-setup] Oct 15 21:22:35.759 INFO E| Downloaded scopeguard v1.1.0
29532024-10-15T21:22:36.489Z[ helios-setup] Oct 15 21:22:35.760 INFO E| Downloaded pin-project-lite v0.2.9
29542024-10-15T21:22:36.489Z[ helios-setup] Oct 15 21:22:35.768 INFO E| Downloaded parking_lot_core v0.9.6
29552024-10-15T21:22:36.489Z[ helios-setup] Oct 15 21:22:35.772 INFO E| Downloaded cargo-lock v8.0.3
29562024-10-15T21:22:36.489Z[ helios-setup] Oct 15 21:22:35.776 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
29572024-10-15T21:22:36.489Z[ helios-setup] Oct 15 21:22:35.873 INFO E| Downloaded anstyle-parse v0.1.1
29582024-10-15T21:22:36.489Z[ helios-setup] Oct 15 21:22:35.876 INFO E| Downloaded anstream v0.2.6
29592024-10-15T21:22:36.489Z[ helios-setup] Oct 15 21:22:35.879 INFO E| Downloaded project-root v0.2.2
29602024-10-15T21:22:36.490Z[ helios-setup] Oct 15 21:22:35.880 INFO E| Downloaded getrandom v0.2.8
29612024-10-15T21:22:36.490Z[ helios-setup] Oct 15 21:22:35.884 INFO E| Downloaded futures-task v0.3.28
29622024-10-15T21:22:36.490Z[ helios-setup] Oct 15 21:22:35.886 INFO E| Downloaded strsim v0.10.0
29632024-10-15T21:22:36.490Z[ helios-setup] Oct 15 21:22:35.888 INFO E| Downloaded io-lifetimes v1.0.10
29642024-10-15T21:22:36.490Z[ helios-setup] Oct 15 21:22:35.892 INFO E| Downloaded schemars_derive v0.8.12
29652024-10-15T21:22:36.490Z[ helios-setup] Oct 15 21:22:35.895 INFO E| Downloaded rustfmt-wrapper v0.2.0
29662024-10-15T21:22:36.490Z[ helios-setup] Oct 15 21:22:35.896 INFO E| Downloaded num_cpus v1.15.0
29672024-10-15T21:22:36.490Z[ helios-setup] Oct 15 21:22:35.900 INFO E| Downloaded form_urlencoded v1.1.0
29682024-10-15T21:22:36.490Z[ helios-setup] Oct 15 21:22:35.901 INFO E| Downloaded pkg-config v0.3.26
29692024-10-15T21:22:36.490Z[ helios-setup] Oct 15 21:22:35.904 INFO E| Downloaded percent-encoding v2.2.0
29702024-10-15T21:22:36.494Z[ helios-setup] Oct 15 21:22:35.905 INFO E| Downloaded num-integer v0.1.45
29712024-10-15T21:22:36.494Z[ helios-setup] Oct 15 21:22:35.907 INFO E| Downloaded memoffset v0.7.1
29722024-10-15T21:22:36.494Z[ helios-setup] Oct 15 21:22:35.909 INFO E| Downloaded itoa v1.0.6
29732024-10-15T21:22:36.494Z[ helios-setup] Oct 15 21:22:35.911 INFO E| Downloaded libz-sys v1.1.8
29742024-10-15T21:22:36.505Z[ helios-setup] Oct 15 21:22:35.993 INFO E| Downloaded dyn-clone v1.0.11
29752024-10-15T21:22:36.508Z[ helios-setup] Oct 15 21:22:35.995 INFO E| Downloaded smallvec v1.10.0
29762024-10-15T21:22:36.510Z[ helios-setup] Oct 15 21:22:35.999 INFO E| Downloaded http-body v0.4.5
29772024-10-15T21:22:36.521Z[ helios-setup] Oct 15 21:22:36.001 INFO E| Downloaded futures-macro v0.3.28
29782024-10-15T21:22:36.521Z[ helios-setup] Oct 15 21:22:36.003 INFO E| Downloaded futures-executor v0.3.28
29792024-10-15T21:22:36.521Z[ helios-setup] Oct 15 21:22:36.005 INFO E| Downloaded const-random v0.1.15
29802024-10-15T21:22:36.521Z[ helios-setup] Oct 15 21:22:36.006 INFO E| Downloaded clap_lex v0.4.1
29812024-10-15T21:22:36.523Z[ helios-setup] Oct 15 21:22:36.008 INFO E| Downloaded built v0.6.0
29822024-10-15T21:22:36.525Z[ helios-setup] Oct 15 21:22:36.010 INFO E| Downloaded base64 v0.21.0
29832024-10-15T21:22:36.876Z[ helios-setup] Oct 15 21:22:36.363 INFO E| Compiling proc-macro2 v1.0.86
29842024-10-15T21:22:36.878Z[ helios-setup] Oct 15 21:22:36.364 INFO E| Compiling libc v0.2.139
29852024-10-15T21:22:36.878Z[ helios-setup] Oct 15 21:22:36.364 INFO E| Compiling unicode-ident v1.0.8
29862024-10-15T21:22:36.878Z[ helios-setup] Oct 15 21:22:36.364 INFO E| Compiling autocfg v1.1.0
29872024-10-15T21:22:36.878Z[ helios-setup] Oct 15 21:22:36.364 INFO E| Compiling cfg-if v1.0.0
29882024-10-15T21:22:36.878Z[ helios-setup] Oct 15 21:22:36.364 INFO E| Compiling version_check v0.9.4
29892024-10-15T21:22:36.878Z[ helios-setup] Oct 15 21:22:36.364 INFO E| Compiling serde v1.0.204
29902024-10-15T21:22:36.878Z[ helios-setup] Oct 15 21:22:36.364 INFO E| Compiling syn v1.0.107
29912024-10-15T21:22:37.284Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29922024-10-15T21:22:37.592Z[ helios-setup] Oct 15 21:22:37.080 INFO E| Compiling memchr v2.5.0
29932024-10-15T21:22:37.983Z[ helios-setup] Oct 15 21:22:37.464 INFO E| Compiling once_cell v1.17.0
29942024-10-15T21:22:38.109Z[ host-package] Compiling nix v0.27.1
29952024-10-15T21:22:38.745Z[ helios-setup] Oct 15 21:22:38.233 INFO E| Compiling thiserror v1.0.38
29962024-10-15T21:22:38.745Z[ helios-setup] Oct 15 21:22:38.233 INFO E| Compiling log v0.4.17
29972024-10-15T21:22:39.332Z[ helios-setup] Oct 15 21:22:38.820 INFO E| Compiling serde_json v1.0.95
29982024-10-15T21:22:39.950Z[ helios-setup] Oct 15 21:22:39.438 INFO E| Compiling quote v1.0.36
29992024-10-15T21:22:40.034Z[ helios-setup] Oct 15 21:22:39.521 INFO E| Compiling itoa v1.0.6
30002024-10-15T21:22:40.806Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
30012024-10-15T21:22:40.924Z[ helios-setup] Oct 15 21:22:40.412 INFO E| Compiling indexmap v1.9.3
30022024-10-15T21:22:41.024Z[ helios-setup] Oct 15 21:22:40.511 INFO E| Compiling syn v2.0.72
30032024-10-15T21:22:41.386Z[ helios-setup] Oct 15 21:22:40.874 INFO E| Compiling scopeguard v1.1.0
30042024-10-15T21:22:41.768Z[ helios-setup] Oct 15 21:22:41.256 INFO E| Compiling getrandom v0.2.8
30052024-10-15T21:22:41.849Z[ helios-setup] Oct 15 21:22:41.336 INFO E| Compiling jobserver v0.1.26
30062024-10-15T21:22:42.197Z[ helios-setup] Oct 15 21:22:41.684 INFO E| Compiling pin-project-lite v0.2.9
30072024-10-15T21:22:42.392Z[ helios-setup] Oct 15 21:22:41.880 INFO E| Compiling num-integer v0.1.45
30082024-10-15T21:22:42.755Z[ helios-setup] Oct 15 21:22:42.243 INFO E| Compiling cc v1.0.78
30092024-10-15T21:22:42.850Z[ helios-setup] Oct 15 21:22:42.338 INFO E| Compiling futures-core v0.3.28
30102024-10-15T21:22:43.318Z[ helios-setup] Oct 15 21:22:42.804 INFO E| Compiling bytes v1.4.0
30112024-10-15T21:22:43.398Z[ helios-setup] Oct 15 21:22:42.886 INFO E| Compiling ryu v1.0.13
30122024-10-15T21:22:44.738Z[ helios-setup] Oct 15 21:22:44.226 INFO E| Compiling lock_api v0.4.9
30132024-10-15T21:22:44.855Z[ helios-setup] Oct 15 21:22:44.343 INFO E| Compiling typenum v1.16.0
30142024-10-15T21:22:45.308Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30152024-10-15T21:22:45.319Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
30162024-10-15T21:22:45.370Z[ helios-setup] Oct 15 21:22:44.858 INFO E| Compiling bitflags v1.3.2
30172024-10-15T21:22:45.426Z[ helios-setup] Oct 15 21:22:44.912 INFO E| Compiling parking_lot_core v0.9.6
30182024-10-15T21:22:45.484Z[ helios-setup] Oct 15 21:22:44.968 INFO E| Compiling num_cpus v1.15.0
30192024-10-15T21:22:46.182Z[ helios-setup] Oct 15 21:22:45.670 INFO E| Compiling generic-array v0.14.6
30202024-10-15T21:22:46.283Z[ helios-setup] Oct 15 21:22:45.770 INFO E| Compiling slab v0.4.7
30212024-10-15T21:22:46.424Z[ helios-setup] Oct 15 21:22:45.907 INFO E| Compiling futures-task v0.3.28
30222024-10-15T21:22:46.925Z[ helios-setup] Oct 15 21:22:46.412 INFO E| Compiling futures-channel v0.3.28
30232024-10-15T21:22:47.095Z[ helios-setup] Oct 15 21:22:46.578 INFO E| Compiling futures-sink v0.3.28
30242024-10-15T21:22:47.568Z[ helios-setup] Oct 15 21:22:47.056 INFO E| Compiling tokio v1.27.0
30252024-10-15T21:22:47.749Z[ helios-setup] Oct 15 21:22:47.237 INFO E| Compiling schemars v0.8.12
30262024-10-15T21:22:48.023Z[ helios-setup] Oct 15 21:22:47.510 INFO E| Compiling futures-util v0.3.28
30272024-10-15T21:22:48.940Z[ helios-setup] Oct 15 21:22:48.427 INFO E| Compiling socket2 v0.4.9
30282024-10-15T21:22:49.036Z[ helios-setup] Oct 15 21:22:48.524 INFO E| Compiling mio v0.8.5
30292024-10-15T21:22:49.289Z[ helios-setup] Oct 15 21:22:48.777 INFO E| Compiling signal-hook-registry v1.4.0
30302024-10-15T21:22:49.871Z[ helios-setup] Oct 15 21:22:49.359 INFO E| Compiling ahash v0.7.6
30312024-10-15T21:22:49.874Z[ helios-setup] Oct 15 21:22:49.361 INFO E| Compiling num-traits v0.2.15
30322024-10-15T21:22:50.790Z[ helios-setup] Oct 15 21:22:50.278 INFO E| Compiling pin-utils v0.1.0
30332024-10-15T21:22:51.019Z[ helios-setup] Oct 15 21:22:50.507 INFO E| Compiling io-lifetimes v1.0.10
30342024-10-15T21:22:51.058Z[ helios-setup] Oct 15 21:22:50.546 INFO E| Compiling futures-io v0.3.28
30352024-10-15T21:22:51.847Z[ helios-setup] Oct 15 21:22:51.335 INFO E| Compiling crunchy v0.2.2
30362024-10-15T21:22:52.726Z[ helios-setup] Oct 15 21:22:52.210 INFO E| Compiling serde_derive_internals v0.26.0
30372024-10-15T21:22:53.277Z[ helios-setup] Oct 15 21:22:52.765 INFO E| Compiling ahash v0.8.3
30382024-10-15T21:22:53.645Z[ helios-setup] Oct 15 21:22:53.133 INFO E| Compiling hashbrown v0.12.3
30392024-10-15T21:22:53.764Z[ helios-setup] Oct 15 21:22:53.252 INFO E| Compiling rustix v0.37.3
30402024-10-15T21:22:54.133Z[ helios-setup] Oct 15 21:22:53.621 INFO E| Compiling tiny-keccak v2.0.2
30412024-10-15T21:22:54.321Z[ helios-setup] Oct 15 21:22:53.809 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
30422024-10-15T21:22:55.355Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30432024-10-15T21:22:55.391Z[ helios-setup] Oct 15 21:22:54.879 INFO E| Compiling block-buffer v0.10.3
30442024-10-15T21:22:55.851Z[ helios-setup] Oct 15 21:22:55.339 INFO E| Compiling crypto-common v0.1.6
30452024-10-15T21:22:56.554Z[ helios-setup] Oct 15 21:22:56.038 INFO E| Compiling errno v0.3.1
30462024-10-15T21:22:56.841Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30472024-10-15T21:22:56.992Z[ helios-setup] Oct 15 21:22:56.480 INFO E| Compiling pkg-config v0.3.26
30482024-10-15T21:22:57.255Z[ helios-setup] Oct 15 21:22:56.743 INFO E| Compiling crossbeam-utils v0.8.14
30492024-10-15T21:22:57.271Z[ helios-setup] Oct 15 21:22:56.759 INFO E| Compiling fnv v1.0.7
30502024-10-15T21:22:57.334Z[ helios-setup] Oct 15 21:22:56.822 INFO E| Compiling slog v2.7.0
30512024-10-15T21:22:57.882Z[ helios-setup] Oct 15 21:22:57.370 INFO E| Compiling http v0.2.9
30522024-10-15T21:22:59.513Z[ helios-setup] Oct 15 21:22:59.001 INFO E| Compiling digest v0.10.6
30532024-10-15T21:23:00.541Z[ helios-setup] Oct 15 21:23:00.029 INFO E| Compiling aho-corasick v0.7.20
30542024-10-15T21:23:01.312Z[ helios-setup] Oct 15 21:23:00.800 INFO E| Compiling httparse v1.8.0
30552024-10-15T21:23:02.100Z[ helios-setup] Oct 15 21:23:01.588 INFO E| Compiling unicode-width v0.1.10
30562024-10-15T21:23:02.707Z[ helios-setup] Oct 15 21:23:02.195 INFO E| Compiling tinyvec_macros v0.1.1
30572024-10-15T21:23:02.842Z[ helios-setup] Oct 15 21:23:02.330 INFO E| Compiling cpufeatures v0.2.5
30582024-10-15T21:23:03.112Z[ helios-setup] Oct 15 21:23:02.600 INFO E| Compiling heck v0.4.1
30592024-10-15T21:23:03.186Z[ helios-setup] Oct 15 21:23:02.674 INFO E| Compiling anyhow v1.0.68
30602024-10-15T21:23:03.483Z[ helios-setup] Oct 15 21:23:02.971 INFO E| Compiling thiserror-impl v1.0.38
30612024-10-15T21:23:03.663Z[ helios-setup] Oct 15 21:23:03.151 INFO E| Compiling schemars_derive v0.8.12
30622024-10-15T21:23:03.780Z[ helios-setup] Oct 15 21:23:03.268 INFO E| Compiling percent-encoding v2.2.0
30632024-10-15T21:23:04.130Z[ helios-setup] Oct 15 21:23:03.618 INFO E| Compiling regex-syntax v0.6.29
30642024-10-15T21:23:04.676Z[ helios-setup] Oct 15 21:23:04.164 INFO E| Compiling form_urlencoded v1.1.0
30652024-10-15T21:23:04.770Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30662024-10-15T21:23:04.968Z[ helios-setup] Oct 15 21:23:04.456 INFO E| Compiling const-random-macro v0.1.15
30672024-10-15T21:23:05.401Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30682024-10-15T21:23:05.418Z[ helios-setup] Oct 15 21:23:04.906 INFO E| Compiling serde_derive v1.0.204
30692024-10-15T21:23:05.556Z[ helios-setup] Oct 15 21:23:05.032 INFO E| Compiling tokio-macros v2.0.0
30702024-10-15T21:23:05.825Z[ helios-setup] Oct 15 21:23:05.313 INFO E| Compiling futures-macro v0.3.28
30712024-10-15T21:23:06.214Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30722024-10-15T21:23:06.334Z[ helios-setup] Oct 15 21:23:05.822 INFO E| Compiling tinyvec v1.6.0
30732024-10-15T21:23:06.475Z[ host-package] Compiling unicode-truncate v1.0.0
30742024-10-15T21:23:06.832Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30752024-10-15T21:23:07.145Z[ host-package] Compiling hashlink v0.9.1
30762024-10-15T21:23:08.322Z[ host-package] Compiling lru v0.12.3
30772024-10-15T21:23:09.123Z[ helios-setup] Oct 15 21:23:08.611 INFO E| Compiling hashbrown v0.13.2
30782024-10-15T21:23:09.197Z[ host-package] Compiling instability v0.3.2
30792024-10-15T21:23:09.293Z[ host-package] Compiling cassowary v0.3.0
30802024-10-15T21:23:09.918Z[ helios-setup] Oct 15 21:23:09.406 INFO E| Compiling chrono v0.4.24
30812024-10-15T21:23:10.104Z[ helios-setup] Oct 15 21:23:09.592 INFO E| Compiling libz-sys v1.1.8
30822024-10-15T21:23:10.722Z[ host-package] Compiling fallible-iterator v0.3.0
30832024-10-15T21:23:11.288Z[ helios-setup] Oct 15 21:23:10.776 INFO E| Compiling regex v1.7.3
30842024-10-15T21:23:11.442Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
30852024-10-15T21:23:12.136Z[ host-package] Compiling base64 v0.13.1
30862024-10-15T21:23:12.648Z[ host-package] Compiling rusqlite v0.32.1
30872024-10-15T21:23:13.704Z[ host-package] Compiling ron v0.7.1
30882024-10-15T21:23:13.772Z[ helios-setup] Oct 15 21:23:13.251 INFO E| Compiling dyn-clone v1.0.11
30892024-10-15T21:23:14.306Z[ helios-setup] Oct 15 21:23:13.794 INFO E| Compiling uuid v1.3.0
30902024-10-15T21:23:14.671Z[ helios-setup] Oct 15 21:23:14.141 INFO E| Compiling regress v0.5.0
30912024-10-15T21:23:14.734Z[ helios-setup] Oct 15 21:23:14.222 INFO E| Compiling unicode-normalization v0.1.22
30922024-10-15T21:23:15.470Z[ helios-setup] Oct 15 21:23:14.957 INFO E| Compiling const-random v0.1.15
30932024-10-15T21:23:16.670Z[ host-package] Compiling ratatui v0.28.0
30942024-10-15T21:23:17.079Z[ helios-setup] Oct 15 21:23:16.567 INFO E| Compiling getopts v0.2.21
30952024-10-15T21:23:17.514Z[ helios-setup] Oct 15 21:23:17.002 INFO E| Compiling tracing-core v0.1.30
30962024-10-15T21:23:17.989Z[ helios-setup] Oct 15 21:23:17.476 INFO E| Compiling memoffset v0.7.1
30972024-10-15T21:23:18.605Z[ helios-setup] Oct 15 21:23:18.093 INFO E| Compiling powerfmt v0.2.0
30982024-10-15T21:23:18.890Z[ helios-setup] Oct 15 21:23:18.377 INFO E| Compiling num-conv v0.1.0
30992024-10-15T21:23:19.501Z[ helios-setup] Oct 15 21:23:18.989 INFO E| Compiling time-core v0.1.2
31002024-10-15T21:23:19.802Z[ helios-setup] Oct 15 21:23:19.290 INFO E| Compiling ucd-trie v0.1.5
31012024-10-15T21:23:21.920Z[ helios-setup] Oct 15 21:23:21.408 INFO E| Compiling unicode-bidi v0.3.13
31022024-10-15T21:23:22.120Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31032024-10-15T21:23:23.417Z[ helios-setup] Oct 15 21:23:22.905 INFO E| Compiling idna v0.3.0
31042024-10-15T21:23:24.602Z[ helios-setup] Oct 15 21:23:24.090 INFO E| Compiling pest v2.5.7
31052024-10-15T21:23:25.029Z[ helios-setup] Oct 15 21:23:24.517 INFO E| Compiling time-macros v0.2.18
31062024-10-15T21:23:26.752Z[ helios-setup] Oct 15 21:23:26.236 INFO E| Compiling tracing v0.1.37
31072024-10-15T21:23:27.027Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31082024-10-15T21:23:28.481Z[ helios-setup] Oct 15 21:23:27.969 INFO E| Compiling deranged v0.3.11
31092024-10-15T21:23:28.672Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31102024-10-15T21:23:31.067Z[ helios-setup] Oct 15 21:23:30.550 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
31112024-10-15T21:23:31.199Z[ helios-setup] Oct 15 21:23:30.687 INFO E| Compiling time v0.1.45
31122024-10-15T21:23:31.297Z[ helios-setup] Oct 15 21:23:30.784 INFO E| Compiling crossbeam-epoch v0.9.13
31132024-10-15T21:23:32.625Z[ helios-setup] Oct 15 21:23:31.999 INFO E| Compiling iana-time-zone v0.1.56
31142024-10-15T21:23:32.776Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31152024-10-15T21:23:32.797Z[ helios-setup] Oct 15 21:23:32.285 INFO E| Compiling toml v0.5.11
31162024-10-15T21:23:33.053Z[ helios-setup] Oct 15 21:23:32.541 INFO E| Compiling serde_tokenstream v0.2.0
31172024-10-15T21:23:33.578Z[ helios-setup] Oct 15 21:23:33.066 INFO E| Compiling semver v1.0.17
31182024-10-15T21:23:33.741Z[ helios-setup] Oct 15 21:23:33.229 INFO E| Compiling num_threads v0.1.6
31192024-10-15T21:23:34.189Z[ helios-setup] Oct 15 21:23:33.677 INFO E| Compiling smallvec v1.10.0
31202024-10-15T21:23:35.930Z[ host-package] Compiling xz2 v0.1.7
31212024-10-15T21:23:36.081Z[ host-package] Compiling tokio-rustls v0.24.1
31222024-10-15T21:23:36.475Z[ helios-setup] Oct 15 21:23:35.963 INFO E| Compiling parking_lot v0.12.1
31232024-10-15T21:23:37.249Z[ host-package] Compiling zone v0.1.8
31242024-10-15T21:23:37.752Z[ helios-setup] Oct 15 21:23:37.240 INFO E| Compiling time v0.3.36
31252024-10-15T21:23:40.180Z[ helios-setup] Oct 15 21:23:39.668 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31262024-10-15T21:23:42.674Z[ helios-setup] Oct 15 21:23:42.159 INFO E| Compiling semver-parser v0.10.2
31272024-10-15T21:23:44.063Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31282024-10-15T21:23:45.870Z[ helios-setup] Oct 15 21:23:45.357 INFO E| Compiling url v2.3.1
31292024-10-15T21:23:48.189Z[ helios-setup] Oct 15 21:23:47.677 INFO E| Compiling crossbeam-channel v0.5.6
31302024-10-15T21:23:49.980Z[ helios-setup] Oct 15 21:23:49.468 INFO E| Compiling dirs-sys-next v0.1.2
31312024-10-15T21:23:50.934Z[ helios-setup] Oct 15 21:23:50.421 INFO E| Compiling same-file v1.0.6
31322024-10-15T21:23:51.627Z[ helios-setup] Oct 15 21:23:51.111 INFO E| Compiling try-lock v0.2.4
31332024-10-15T21:23:52.021Z[ helios-setup] Oct 15 21:23:51.507 INFO E| Compiling crc32fast v1.3.2
31342024-10-15T21:23:52.160Z[ helios-setup] Oct 15 21:23:51.648 INFO E| Compiling want v0.3.0
31352024-10-15T21:23:52.403Z[ helios-setup] Oct 15 21:23:51.891 INFO E| Compiling walkdir v2.3.3
31362024-10-15T21:23:53.309Z[ helios-setup] Oct 15 21:23:52.796 INFO E| Compiling dirs-next v2.0.0
31372024-10-15T21:23:55.052Z[ helios-setup] Oct 15 21:23:54.539 INFO E| Compiling tokio-util v0.7.7
31382024-10-15T21:23:56.276Z[ helios-setup] Oct 15 21:23:55.764 INFO E| Compiling semver v0.11.0
31392024-10-15T21:23:57.589Z[ helios-setup] Oct 15 21:23:57.077 INFO E| Compiling h2 v0.3.16
31402024-10-15T21:23:57.591Z[ helios-setup] Oct 15 21:23:57.078 INFO E| Compiling proc-macro-crate v1.2.1
31412024-10-15T21:23:58.865Z[ helios-setup] Oct 15 21:23:58.353 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31422024-10-15T21:23:59.558Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31432024-10-15T21:24:00.403Z[ helios-setup] Oct 15 21:23:59.891 INFO E| Compiling futures-executor v0.3.28
31442024-10-15T21:24:02.425Z[ helios-setup] Oct 15 21:24:01.913 INFO E| Compiling http-body v0.4.5
31452024-10-15T21:24:02.631Z[ helios-setup] Oct 15 21:24:02.120 INFO E| Compiling ring v0.16.20
31462024-10-15T21:24:03.803Z[ helios-setup] Oct 15 21:24:03.291 INFO E| Compiling rand_core v0.6.4
31472024-10-15T21:24:05.063Z[ helios-setup] Oct 15 21:24:04.552 INFO E| Compiling thread_local v1.1.7
31482024-10-15T21:24:05.107Z[ helios-setup] Oct 15 21:24:04.595 INFO E| Compiling adler v1.0.2
31492024-10-15T21:24:05.730Z[ helios-setup] Oct 15 21:24:05.218 INFO E| Compiling utf8parse v0.2.1
31502024-10-15T21:24:06.023Z[ helios-setup] Oct 15 21:24:05.511 INFO E| Compiling tower-service v0.3.2
31512024-10-15T21:24:06.503Z[ helios-setup] Oct 15 21:24:05.991 INFO E| Compiling ppv-lite86 v0.2.17
31522024-10-15T21:24:06.961Z[ helios-setup] Oct 15 21:24:06.450 INFO E| Compiling httpdate v1.0.2
31532024-10-15T21:24:07.523Z[ helios-setup] Oct 15 21:24:07.011 INFO E| Compiling home v0.5.4
31542024-10-15T21:24:07.816Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31552024-10-15T21:24:07.926Z[ helios-setup] Oct 15 21:24:07.414 INFO E| Compiling lazy_static v1.4.0
31562024-10-15T21:24:08.004Z[ helios-setup] Oct 15 21:24:07.488 INFO E| Compiling base64 v0.21.0
31572024-10-15T21:24:08.420Z[ helios-setup] Oct 15 21:24:07.909 INFO E| Compiling fastrand v1.9.0
31582024-10-15T21:24:08.780Z[ helios-setup] Oct 15 21:24:08.267 INFO E| Compiling rayon-core v1.10.2
31592024-10-15T21:24:09.638Z[ helios-setup] Oct 15 21:24:09.126 INFO E| Compiling hyper v0.14.25
31602024-10-15T21:24:09.772Z[ helios-setup] Oct 15 21:24:09.260 INFO E| Compiling tempfile v3.5.0
31612024-10-15T21:24:10.365Z[ helios-setup] Oct 15 21:24:09.853 INFO E| Compiling toolchain_find v0.2.0
31622024-10-15T21:24:10.614Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31632024-10-15T21:24:11.387Z[ helios-setup] Oct 15 21:24:10.875 INFO E| Compiling rand_chacha v0.3.1
31642024-10-15T21:24:12.901Z[ host-package] Compiling rustls-pemfile v1.0.4
31652024-10-15T21:24:14.652Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31662024-10-15T21:24:14.748Z[ helios-setup] Oct 15 21:24:14.236 INFO E| Compiling anstyle-parse v0.1.1
31672024-10-15T21:24:14.837Z[ helios-setup] Oct 15 21:24:14.325 INFO E| Compiling miniz_oxide v0.6.2
31682024-10-15T21:24:15.399Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31692024-10-15T21:24:21.097Z[ helios-setup] Oct 15 21:24:20.585 INFO E| Compiling futures v0.3.28
31702024-10-15T21:24:23.250Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31712024-10-15T21:24:23.650Z[ host-package] Compiling signal-hook-tokio v0.3.1
31722024-10-15T21:24:24.190Z[ host-package] Compiling twox-hash v1.6.3
31732024-10-15T21:24:24.817Z[ host-package] Compiling yasna v0.5.2
31742024-10-15T21:24:26.641Z[ host-package] Compiling is_ci v1.2.0
31752024-10-15T21:24:27.326Z[ host-package] Compiling unicode-linebreak v0.1.5
31762024-10-15T21:24:29.200Z[ host-package] Compiling smawk v0.3.2
31772024-10-15T21:24:29.972Z[ host-package] Compiling textwrap v0.16.1
31782024-10-15T21:24:30.144Z[ helios-setup] Oct 15 21:24:29.632 INFO E| Compiling cargo-lock v8.0.3
31792024-10-15T21:24:31.128Z[ host-package] Compiling rcgen v0.12.1
31802024-10-15T21:24:33.189Z[ helios-setup] Oct 15 21:24:32.677 INFO E| Compiling num_enum_derive v0.5.7
31812024-10-15T21:24:33.314Z[ host-package] Compiling supports-color v3.0.1
31822024-10-15T21:24:33.864Z[ helios-setup] Oct 15 21:24:33.352 INFO E| Compiling crossbeam-deque v0.8.2
31832024-10-15T21:24:36.520Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31842024-10-15T21:24:36.898Z[ helios-setup] Oct 15 21:24:36.386 INFO E| Compiling term v0.7.0
31852024-10-15T21:24:38.072Z[ helios-setup] Oct 15 21:24:37.560 INFO E| Compiling serde_urlencoded v0.7.1
31862024-10-15T21:24:38.466Z[ helios-setup] Oct 15 21:24:37.954 INFO E| Compiling sha1 v0.10.5
31872024-10-15T21:24:38.526Z[ helios-setup] Oct 15 21:24:38.014 INFO E| Compiling sha2 v0.10.6
31882024-10-15T21:24:39.354Z[ helios-setup] Oct 15 21:24:38.842 INFO E| Compiling is-terminal v0.4.7
31892024-10-15T21:24:39.840Z[ helios-setup] Oct 15 21:24:39.328 INFO E| Compiling atty v0.2.14
31902024-10-15T21:24:41.193Z[ helios-setup] Oct 15 21:24:40.681 INFO E| Compiling concolor-override v1.0.0
31912024-10-15T21:24:41.752Z[ helios-setup] Oct 15 21:24:41.240 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
31922024-10-15T21:24:42.843Z[ helios-setup] Oct 15 21:24:42.331 INFO E| Compiling concolor-query v0.3.3
31932024-10-15T21:24:43.623Z[ helios-setup] Oct 15 21:24:43.111 INFO E| Compiling anstyle v0.3.5
31942024-10-15T21:24:45.349Z[ helios-setup] Oct 15 21:24:44.837 INFO E| Compiling anstream v0.2.6
31952024-10-15T21:24:45.781Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31962024-10-15T21:24:45.843Z[ helios-setup] Oct 15 21:24:45.330 INFO E| Compiling slog-term v2.9.0
31972024-10-15T21:24:46.099Z[ helios-setup] Oct 15 21:24:45.587 INFO E| Compiling flate2 v1.0.25
31982024-10-15T21:24:46.894Z[ helios-setup] Oct 15 21:24:46.382 INFO E| Compiling num_enum v0.5.7
31992024-10-15T21:24:47.310Z[ helios-setup] Oct 15 21:24:46.798 INFO E| Compiling rand v0.8.5
32002024-10-15T21:24:48.513Z[ helios-setup] Oct 15 21:24:48.001 INFO E| Compiling rustfmt-wrapper v0.2.0
32012024-10-15T21:24:48.534Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
32022024-10-15T21:24:48.789Z[ helios-setup] Oct 15 21:24:48.277 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32032024-10-15T21:24:49.207Z[ helios-setup] Oct 15 21:24:48.695 INFO E| Compiling openapiv3 v1.0.2
32042024-10-15T21:24:49.906Z[ helios-setup] Oct 15 21:24:49.394 INFO E| Compiling encoding_rs v0.8.32
32052024-10-15T21:24:51.341Z[ helios-setup] Oct 15 21:24:50.829 INFO E| Compiling project-root v0.2.2
32062024-10-15T21:24:51.422Z[ helios-setup] Oct 15 21:24:50.910 INFO E| Compiling base64 v0.13.1
32072024-10-15T21:24:52.059Z[ helios-setup] Oct 15 21:24:51.547 INFO E| Compiling ipnet v2.7.2
32082024-10-15T21:24:53.191Z[ helios-setup] Oct 15 21:24:52.680 INFO E| Compiling either v1.8.0
32092024-10-15T21:24:53.941Z[ helios-setup] Oct 15 21:24:53.429 INFO E| Compiling utf-8 v0.7.6
32102024-10-15T21:24:54.702Z[ helios-setup] Oct 15 21:24:54.190 INFO E| Compiling unsafe-libyaml v0.2.8
32112024-10-15T21:24:55.998Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32122024-10-15T21:24:57.104Z[ helios-setup] Oct 15 21:24:56.592 INFO E| Compiling clap_lex v0.4.1
32132024-10-15T21:24:57.742Z[ helios-setup] Oct 15 21:24:57.231 INFO E| Compiling strsim v0.10.0
32142024-10-15T21:24:58.549Z[ helios-setup] Oct 15 21:24:58.037 INFO E| Compiling spin v0.5.2
32152024-10-15T21:24:58.586Z[ helios-setup] Oct 15 21:24:58.075 INFO E| Compiling untrusted v0.7.1
32162024-10-15T21:24:58.775Z[ helios-setup] Oct 15 21:24:58.263 INFO E| Compiling mime v0.3.17
32172024-10-15T21:24:58.874Z[ helios-setup] Oct 15 21:24:58.362 INFO E| Compiling byteorder v1.4.3
32182024-10-15T21:24:59.005Z[ helios-setup] Oct 15 21:24:58.493 INFO E| Compiling clap_builder v4.2.1
32192024-10-15T21:24:59.849Z[ helios-setup] Oct 15 21:24:59.337 INFO E| Compiling tungstenite v0.18.0
32202024-10-15T21:25:00.929Z[ helios-setup] Oct 15 21:25:00.417 INFO E| Compiling reqwest v0.11.16
32212024-10-15T21:25:01.669Z[ helios-setup] Oct 15 21:25:01.156 INFO E| Compiling serde_yaml v0.9.21
32222024-10-15T21:25:01.910Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32232024-10-15T21:25:02.621Z[ helios-setup] Oct 15 21:25:02.109 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32242024-10-15T21:25:09.327Z[ helios-setup] Oct 15 21:25:08.815 INFO E| Compiling rayon v1.6.1
32252024-10-15T21:25:11.472Z[ helios-setup] Oct 15 21:25:10.960 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32262024-10-15T21:25:11.503Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32272024-10-15T21:25:11.547Z[ helios-setup] Oct 15 21:25:11.034 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
32282024-10-15T21:25:12.192Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32292024-10-15T21:25:14.175Z[ helios-setup] Oct 15 21:25:13.663 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
32302024-10-15T21:25:14.280Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32312024-10-15T21:25:15.329Z[ helios-setup] Oct 15 21:25:14.816 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
32322024-10-15T21:25:16.336Z[ helios-setup] Oct 15 21:25:15.823 INFO E| Compiling clap_derive v4.2.0
32332024-10-15T21:25:20.980Z[ helios-setup] Oct 15 21:25:20.468 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32342024-10-15T21:25:26.465Z[ helios-setup] Oct 15 21:25:25.952 INFO E| Compiling clap v4.2.1
32352024-10-15T21:25:27.950Z[ helios-setup] Oct 15 21:25:27.439 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32362024-10-15T21:25:33.081Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32372024-10-15T21:25:34.351Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
32382024-10-15T21:25:37.752Z[ helios-setup] Oct 15 21:25:37.240 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32392024-10-15T21:25:39.012Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32402024-10-15T21:25:41.500Z[ helios-setup] Oct 15 21:25:40.988 INFO E| Compiling tokio-tungstenite v0.18.0
32412024-10-15T21:25:43.256Z[ helios-setup] Oct 15 21:25:42.745 INFO E| Compiling smartstring v1.0.1
32422024-10-15T21:25:44.482Z[ helios-setup] Oct 15 21:25:43.970 INFO E| Compiling rustls v0.21.0
32432024-10-15T21:25:46.791Z[ helios-setup] Oct 15 21:25:46.279 INFO E| Compiling serde_spanned v0.6.1
32442024-10-15T21:25:47.551Z[ host-package] Compiling fatfs v0.3.6
32452024-10-15T21:25:47.558Z[ helios-setup] Oct 15 21:25:47.047 INFO E| Compiling toml_datetime v0.6.1
32462024-10-15T21:25:48.800Z[ helios-setup] Oct 15 21:25:48.288 INFO E| Compiling winnow v0.4.1
32472024-10-15T21:25:51.568Z[ host-package] Compiling subprocess v0.2.9
32482024-10-15T21:25:53.328Z[ host-package] Compiling rtoolbox v0.0.2
32492024-10-15T21:25:54.580Z[ host-package] Compiling assert_matches v1.5.0
32502024-10-15T21:25:54.826Z[ helios-setup] Oct 15 21:25:54.314 INFO E| Compiling paste v1.0.12
32512024-10-15T21:25:56.225Z[ helios-setup] Oct 15 21:25:55.713 INFO E| Compiling camino v1.1.4
32522024-10-15T21:25:56.404Z[ helios-setup] Oct 15 21:25:55.893 INFO E| Compiling slog-async v2.7.0
32532024-10-15T21:25:57.840Z[ helios-setup] Oct 15 21:25:57.328 INFO E| Compiling async-trait v0.1.68
32542024-10-15T21:25:57.891Z[ host-package] Compiling rpassword v7.3.1
32552024-10-15T21:25:58.118Z[ helios-setup] Oct 15 21:25:57.558 INFO E| Compiling match_cfg v0.1.0
32562024-10-15T21:25:58.193Z[ helios-setup] Oct 15 21:25:57.681 INFO E| Compiling static_assertions v1.1.0
32572024-10-15T21:25:59.056Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32582024-10-15T21:25:59.119Z[ helios-setup] Oct 15 21:25:58.608 INFO E| Compiling hostname v0.3.1
32592024-10-15T21:25:59.931Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32602024-10-15T21:26:00.119Z[ helios-setup] Oct 15 21:25:59.576 INFO E| Compiling toml_edit v0.19.8
32612024-10-15T21:26:00.156Z[ helios-setup] Oct 15 21:25:59.645 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
32622024-10-15T21:26:00.163Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32632024-10-15T21:26:02.528Z[ helios-setup] Oct 15 21:26:02.017 INFO E| Compiling slog-json v2.6.1
32642024-10-15T21:26:03.827Z[ helios-setup] Oct 15 21:26:03.315 INFO E| Compiling unicode-linebreak v0.1.4
32652024-10-15T21:26:08.990Z[ helios-setup] Oct 15 21:26:08.478 INFO E| Compiling async-stream-impl v0.3.5
32662024-10-15T21:26:09.042Z[ helios-setup] Oct 15 21:26:08.530 INFO E| Compiling rhai_codegen v1.5.0
32672024-10-15T21:26:12.012Z[ helios-setup] Oct 15 21:26:11.500 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32682024-10-15T21:26:12.864Z[ helios-setup] Oct 15 21:26:12.352 INFO E| Compiling take_mut v0.2.2
32692024-10-15T21:26:13.559Z[ host-package] Compiling tui-tree-widget v0.22.0
32702024-10-15T21:26:13.901Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32712024-10-15T21:26:14.711Z[ helios-setup] Oct 15 21:26:14.200 INFO E| Compiling rhai v1.14.0
32722024-10-15T21:26:15.222Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32732024-10-15T21:26:16.666Z[ helios-setup] Oct 15 21:26:16.155 INFO E| Compiling async-stream v0.3.5
32742024-10-15T21:26:16.959Z[ helios-setup] Oct 15 21:26:16.447 INFO E| Compiling toml v0.7.3
32752024-10-15T21:26:17.433Z[ helios-setup] Oct 15 21:26:16.921 INFO E| Compiling slog-bunyan v2.4.0
32762024-10-15T21:26:22.691Z[ helios-setup] Oct 15 21:26:22.179 INFO E| Compiling rustls-pemfile v1.0.2
32772024-10-15T21:26:23.954Z[ helios-setup] Oct 15 21:26:23.432 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32782024-10-15T21:26:25.336Z[ helios-setup] Oct 15 21:26:24.825 INFO E| Compiling bincode v1.3.3
32792024-10-15T21:26:27.557Z[ helios-setup] Oct 15 21:26:27.044 INFO E| Compiling serde_path_to_error v0.1.11
32802024-10-15T21:26:27.975Z[ helios-setup] Oct 15 21:26:27.463 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
32812024-10-15T21:26:28.820Z[ helios-setup] Oct 15 21:26:28.309 INFO E| Compiling terminal_size v0.2.6
32822024-10-15T21:26:29.305Z[ helios-setup] Oct 15 21:26:28.794 INFO E| Compiling smawk v0.3.1
32832024-10-15T21:26:30.095Z[ helios-setup] Oct 15 21:26:29.584 INFO E| Compiling textwrap v0.16.0
32842024-10-15T21:26:36.614Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32852024-10-15T21:26:39.043Z[ helios-setup] Oct 15 21:26:38.531 INFO E| Compiling sct v0.7.0
32862024-10-15T21:26:39.066Z[ helios-setup] Oct 15 21:26:38.555 INFO E| Compiling rustls-webpki v0.100.1
32872024-10-15T21:26:42.384Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32882024-10-15T21:26:43.347Z[ host-package] Compiling uzers v0.11.3
32892024-10-15T21:26:46.993Z[ helios-setup] Oct 15 21:26:46.482 INFO E| Compiling git2 v0.16.1
32902024-10-15T21:26:47.824Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32912024-10-15T21:26:48.076Z[ helios-setup] Oct 15 21:26:47.565 INFO E| Compiling tokio-rustls v0.24.0
32922024-10-15T21:26:50.611Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32932024-10-15T21:26:53.947Z[ helios-setup] Oct 15 21:26:53.433 INFO E| Compiling built v0.6.0
32942024-10-15T21:26:54.045Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32952024-10-15T21:26:55.941Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32962024-10-15T21:26:59.138Z[ helios-setup] Oct 15 21:26:58.625 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32972024-10-15T21:27:01.875Z[ helios-setup] Oct 15 21:27:01.364 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
32982024-10-15T21:27:02.763Z[ helios-setup] Oct 15 21:27:02.251 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
32992024-10-15T21:27:30.137Z[ helios-setup] Oct 15 21:27:29.625 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
33002024-10-15T21:27:31.718Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33012024-10-15T21:27:32.548Z[ helios-setup] Oct 15 21:27:32.037 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
33022024-10-15T21:28:04.085Z[ host-package] Compiling multimap v0.10.0
33032024-10-15T21:28:17.092Z[ helios-setup] Oct 15 21:28:16.580 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33042024-10-15T21:29:22.588Z[ helios-setup] Oct 15 21:29:22.076 INFO E| Finished `release` profile [optimized] target(s) in 6m 54s
33052024-10-15T21:29:22.724Z[ helios-setup] Oct 15 21:29:22.213 INFO building project "pilot" ok (415 seconds)
33062024-10-15T21:29:22.727Z[ helios-setup] rm -f helios-build
33072024-10-15T21:29:22.729Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
33082024-10-15T21:29:22.735Z[ helios-setup]
33092024-10-15T21:29:22.739Z[ helios-setup] Setup complete! ./helios-build is now available.
33102024-10-15T21:29:22.739Z[ helios-setup]
33112024-10-15T21:29:22.739Z[ helios-setup]
33122024-10-15T21:29:22.739Z[ helios-setup] real 12:12.075443023
33132024-10-15T21:29:22.739Z[ helios-setup] user 29:08.819451765
33142024-10-15T21:29:22.740Z[ helios-setup] sys 3:35.553732151
33152024-10-15T21:29:22.740Z[ helios-setup] trap 1.762832052
33162024-10-15T21:29:22.740Z[ helios-setup] tflt 8.106329032
33172024-10-15T21:29:22.740Z[ helios-setup] dflt 33.607297311
33182024-10-15T21:29:22.740Z[ helios-setup] kflt 0.034217236
33192024-10-15T21:29:22.740Z[ helios-setup] lock 2:12:12.698059120
33202024-10-15T21:29:22.740Z[ helios-setup] slp 3:47:21.646819765
33212024-10-15T21:29:22.740Z[ helios-setup] lat 33:03.923650121
33222024-10-15T21:29:22.740Z[ helios-setup] stop 4:29.379592355
33232024-10-15T21:29:22.743ZOct 15 21:29:22.228 INFO [helios-setup] process exited with exit status: 0 (732.081197503s)
33242024-10-15T21:29:22.743ZOct 15 21:29:22.228 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
33252024-10-15T21:29:22.764Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos'
33262024-10-15T21:29:22.994Z[ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18)
33272024-10-15T21:29:22.994Z[ phbl-toolchain] info: downloading component 'cargo'
33282024-10-15T21:29:24.060Z[ phbl-toolchain] info: downloading component 'clippy'
33292024-10-15T21:29:24.394Z[ phbl-toolchain] info: downloading component 'llvm-tools'
33302024-10-15T21:29:29.422Z[ phbl-toolchain] info: downloading component 'miri'
33312024-10-15T21:29:30.246Z[ phbl-toolchain] info: downloading component 'rust-docs'
33322024-10-15T21:29:31.770Z[ phbl-toolchain] info: downloading component 'rust-src'
33332024-10-15T21:29:32.061Z[ phbl-toolchain] info: downloading component 'rust-std'
33342024-10-15T21:29:34.357Z[ phbl-toolchain] info: downloading component 'rustc'
33352024-10-15T21:29:43.220Z[ phbl-toolchain] info: downloading component 'rustfmt'
33362024-10-15T21:29:43.567Z[ phbl-toolchain] info: installing component 'cargo'
33372024-10-15T21:29:45.048Z[ phbl-toolchain] info: installing component 'clippy'
33382024-10-15T21:29:45.629Z[ phbl-toolchain] info: installing component 'llvm-tools'
33392024-10-15T21:29:51.539Z[ phbl-toolchain] info: installing component 'miri'
33402024-10-15T21:29:51.931Z[ phbl-toolchain] info: installing component 'rust-docs'
33412024-10-15T21:30:00.412Z[ phbl-toolchain] info: installing component 'rust-src'
33422024-10-15T21:30:01.130Z[ phbl-toolchain] info: installing component 'rust-std'
33432024-10-15T21:30:03.610Z[ phbl-toolchain] info: installing component 'rustc'
33442024-10-15T21:30:13.680Z[ phbl-toolchain] info: installing component 'rustfmt'
33452024-10-15T21:30:14.670Z[ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15)
33462024-10-15T21:30:14.673ZOct 15 21:30:14.163 INFO [phbl-toolchain] process exited with exit status: 0 (51.934241493s)
33472024-10-15T21:30:36.793Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
33482024-10-15T21:30:58.583Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33492024-10-15T21:37:14.389Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 18s
33502024-10-15T21:38:15.493ZOct 15 21:38:14.984 INFO [host-package] process exited with exit status: 0 (1219.653744036s)
33512024-10-15T21:38:15.493ZOct 15 21:38:14.984 INFO [host-stamp] running task
33522024-10-15T21:38:15.496ZOct 15 21:38:14.984 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
33532024-10-15T21:38:15.501ZOct 15 21:38:14.992 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+gitded7d759b7a
33542024-10-15T21:38:15.508ZOct 15 21:38:14.999 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+gitded7d759b7a
33552024-10-15T21:38:15.515Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
33562024-10-15T21:38:15.517ZOct 15 21:38:15.006 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+gitded7d759b7a
33572024-10-15T21:38:15.521Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33582024-10-15T21:38:15.524ZOct 15 21:38:15.014 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+gitded7d759b7a
33592024-10-15T21:38:15.530Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
33602024-10-15T21:38:15.533Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
33612024-10-15T21:38:15.536ZOct 15 21:38:15.024 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+gitded7d759b7a
33622024-10-15T21:38:15.541Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
33632024-10-15T21:38:15.543ZOct 15 21:38:15.033 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+gitded7d759b7a
33642024-10-15T21:38:15.549Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
33652024-10-15T21:38:15.552ZOct 15 21:38:15.042 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+gitded7d759b7a
33662024-10-15T21:38:15.561Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33672024-10-15T21:38:15.567Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
33682024-10-15T21:38:15.570Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
33692024-10-15T21:38:15.570ZOct 15 21:38:15.058 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+gitded7d759b7a
33702024-10-15T21:38:15.583Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
33712024-10-15T21:38:15.586ZOct 15 21:38:15.074 INFO [stamp-overlay] process exited with exit status: 0 (67.824047ms)
33722024-10-15T21:38:15.586ZOct 15 21:38:15.074 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (40.472962ms)
33732024-10-15T21:38:15.595Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
33742024-10-15T21:38:15.608Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
33752024-10-15T21:38:15.612ZOct 15 21:38:15.102 INFO [stamp-oxlog] process exited with exit status: 0 (44.39815ms)
33762024-10-15T21:38:15.649Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
33772024-10-15T21:38:15.653ZOct 15 21:38:15.144 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (119.252276ms)
33782024-10-15T21:38:15.750Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
33792024-10-15T21:38:15.754ZOct 15 21:38:15.244 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (252.019836ms)
33802024-10-15T21:38:15.920Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
33812024-10-15T21:38:15.922ZOct 15 21:38:15.413 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (398.786012ms)
33822024-10-15T21:38:15.939Z[recovery-package] Updating git repository `https://github.com/oxidecomputer/propolis`
33832024-10-15T21:38:16.750Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
33842024-10-15T21:38:16.754ZOct 15 21:38:16.244 INFO [stamp-propolis-server] process exited with exit status: 0 (1.201975191s)
33852024-10-15T21:38:16.891Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33862024-10-15T21:38:19.351Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33872024-10-15T21:38:25.860Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
33882024-10-15T21:38:25.863ZOct 15 21:38:25.353 INFO [stamp-switch-asic] process exited with exit status: 0 (10.354519595s)
33892024-10-15T21:38:25.865ZOct 15 21:38:25.353 INFO [host-stamp] task succeeded (10.36941909s)
33902024-10-15T21:38:25.866ZOct 15 21:38:25.354 INFO [host-proto] running task
33912024-10-15T21:38:26.263ZOct 15 21:38:25.754 INFO [host-proto] task succeeded (400.222654ms)
33922024-10-15T21:38:26.263ZOct 15 21:38:25.754 INFO [host-profile] running task
33932024-10-15T21:38:26.266ZOct 15 21:38:25.754 INFO [host-profile] task succeeded (277.706µs)
33942024-10-15T21:38:26.266ZOct 15 21:38:25.754 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/.tmpyJO0YQ/proto/host/root -N 'ci ded7d75/${os_short_commit} 2024-10-15 21:17' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33952024-10-15T21:38:26.281Z[ host-image] Oct 15 21:38:25.771 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33962024-10-15T21:38:26.285Z[ host-image] Oct 15 21:38:25.771 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33972024-10-15T21:38:26.296Z[ host-image] Oct 15 21:38:25.786 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpyJO0YQ/proto/host/root"
33982024-10-15T21:38:26.296Z[ host-image] Oct 15 21:38:25.786 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33992024-10-15T21:38:26.298Z[ host-image] Oct 15 21:38:25.786 INFO image builder template: ramdisk-01-os...
34002024-10-15T21:38:26.298Z[ host-image] Oct 15 21:38:25.786 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/.tmpyJO0YQ/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
34012024-10-15T21:38:26.315Z[ host-image] Oct 15 21:38:25.806 INFO O| Oct 15 21:38:25.806 INFO CREATE DATASET: rpool/images/build/host/output
34022024-10-15T21:38:26.500Z[ host-image] Oct 15 21:38:25.988 INFO O| Oct 15 21:38:25.988 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34032024-10-15T21:38:26.503Z[ host-image] Oct 15 21:38:25.993 INFO O| Oct 15 21:38:25.993 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34042024-10-15T21:38:26.718Z[ host-image] Oct 15 21:38:26.208 INFO O| Oct 15 21:38:26.208 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
34052024-10-15T21:38:26.883Z[ host-image] Oct 15 21:38:26.373 INFO O| Oct 15 21:38:26.373 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34062024-10-15T21:38:26.883Z[ host-image] Oct 15 21:38:26.374 INFO O| Oct 15 21:38:26.373 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
34072024-10-15T21:38:26.886Z[ host-image] Oct 15 21:38:26.374 INFO O| Oct 15 21:38:26.374 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
34082024-10-15T21:38:26.886Z[ host-image] Oct 15 21:38:26.374 INFO O| Oct 15 21:38:26.374 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
34092024-10-15T21:38:26.891Z[ host-image] Oct 15 21:38:26.381 INFO O| Oct 15 21:38:26.381 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
34102024-10-15T21:38:27.109Z[ host-image] Oct 15 21:38:26.599 INFO O| Oct 15 21:38:26.599 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34112024-10-15T21:38:27.120Z[ host-image] Oct 15 21:38:26.610 INFO O| Oct 15 21:38:26.610 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
34122024-10-15T21:38:27.559Z[ host-image] Oct 15 21:38:27.049 INFO O| Oct 15 21:38:27.049 INFO O| Caching catalogs ... Done
34132024-10-15T21:38:27.659Z[ host-image] Oct 15 21:38:27.149 INFO O| Oct 15 21:38:27.149 INFO STEP 0 (pkg_image_create) COMPLETE
34142024-10-15T21:38:27.659Z[ host-image] Oct 15 21:38:27.149 INFO O| Oct 15 21:38:27.149 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34152024-10-15T21:38:27.662Z[ host-image] Oct 15 21:38:27.149 INFO O| Oct 15 21:38:27.149 INFO skip step because feature "repo_redist" is not enabled
34162024-10-15T21:38:27.662Z[ host-image] Oct 15 21:38:27.149 INFO O| Oct 15 21:38:27.149 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34172024-10-15T21:38:27.672Z[ host-image] Oct 15 21:38:27.163 INFO O| Oct 15 21:38:27.163 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"]
34182024-10-15T21:38:28.161Z[ host-image] Oct 15 21:38:27.651 INFO O| Oct 15 21:38:27.651 INFO STEP 2 (pkg_set_publisher) COMPLETE
34192024-10-15T21:38:28.161Z[ host-image] Oct 15 21:38:27.651 INFO O| Oct 15 21:38:27.651 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34202024-10-15T21:38:28.177Z[ host-image] Oct 15 21:38:27.668 INFO O| Oct 15 21:38:27.668 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"]
34212024-10-15T21:38:28.745Z[ host-image] Oct 15 21:38:28.235 INFO O| Oct 15 21:38:28.235 INFO STEP 3 (pkg_set_publisher) COMPLETE
34222024-10-15T21:38:28.745Z[ host-image] Oct 15 21:38:28.235 INFO O| Oct 15 21:38:28.235 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34232024-10-15T21:38:28.747Z[ host-image] Oct 15 21:38:28.235 INFO O| Oct 15 21:38:28.235 INFO skip step because feature "repo_redist" is not enabled
34242024-10-15T21:38:28.747Z[ host-image] Oct 15 21:38:28.235 INFO O| Oct 15 21:38:28.235 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34252024-10-15T21:38:29.276Z[ host-image] Oct 15 21:38:28.767 INFO O| Oct 15 21:38:28.767 INFO variant opensolaris.zone is already global
34262024-10-15T21:38:29.277Z[ host-image] Oct 15 21:38:28.767 INFO O| Oct 15 21:38:28.767 INFO STEP 5 (pkg_change_variant) COMPLETE
34272024-10-15T21:38:29.280Z[ host-image] Oct 15 21:38:28.767 INFO O| Oct 15 21:38:28.767 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34282024-10-15T21:38:29.818Z[ host-image] Oct 15 21:38:29.309 INFO O| Oct 15 21:38:29.308 INFO variant opensolaris.imagetype is full; changing to partial
34292024-10-15T21:38:29.818Z[ host-image] Oct 15 21:38:29.309 INFO O| Oct 15 21:38:29.308 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34302024-10-15T21:38:36.119Z[ host-image] Oct 15 21:38:35.610 INFO O| Oct 15 21:38:35.609 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34312024-10-15T21:38:38.506Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.75s
34322024-10-15T21:38:39.152Z[ host-image] Oct 15 21:38:38.637 INFO O| Oct 15 21:38:38.637 INFO O| Startup: Caching catalogs ... Done
34332024-10-15T21:38:39.213Z[ host-image] Oct 15 21:38:38.701 INFO O| Oct 15 21:38:38.701 INFO O| Planning: Planning completed in 0.00 seconds
34342024-10-15T21:38:39.222Z[ host-image] Oct 15 21:38:38.702 INFO O| Oct 15 21:38:38.702 INFO O| Planning: Consolidating action changes ... Done
34352024-10-15T21:38:39.222Z[ host-image] Oct 15 21:38:38.702 INFO O| Oct 15 21:38:38.702 INFO O| Planning: Evaluating mediators ... Done
34362024-10-15T21:38:39.222Z[ host-image] Oct 15 21:38:38.702 INFO O| Oct 15 21:38:38.702 INFO O| Planning: Planning completed in 0.00 seconds
34372024-10-15T21:38:39.222Z[ host-image] Oct 15 21:38:38.702 INFO O| Oct 15 21:38:38.702 INFO O| Variants/Facets to change: 1
34382024-10-15T21:38:39.238Z[ host-image] Oct 15 21:38:38.721 INFO O| Oct 15 21:38:38.721 INFO O| Done
34392024-10-15T21:38:39.238Z[ host-image] Oct 15 21:38:38.721 INFO O| Oct 15 21:38:38.721 INFO O| Done
34402024-10-15T21:38:39.614Z[ host-image] Oct 15 21:38:39.105 INFO O| Oct 15 21:38:39.104 INFO O| Done
34412024-10-15T21:38:39.658Z[ host-image] Oct 15 21:38:39.146 INFO O| Oct 15 21:38:39.146 INFO O| Done
34422024-10-15T21:38:39.670Z[ host-image] Oct 15 21:38:39.147 INFO O| Oct 15 21:38:39.147 INFO O| Done
34432024-10-15T21:38:39.670Z[ host-image] Oct 15 21:38:39.148 INFO O| Oct 15 21:38:39.147 INFO O| Done
34442024-10-15T21:38:39.670Z[ host-image] Oct 15 21:38:39.149 INFO O| Oct 15 21:38:39.149 INFO O| Done
34452024-10-15T21:38:39.817ZOct 15 21:38:39.307 INFO [recovery-package] process exited with exit status: 0 (24.322706696s)
34462024-10-15T21:38:39.817ZOct 15 21:38:39.307 INFO [recovery-stamp] running task
34472024-10-15T21:38:39.820ZOct 15 21:38:39.307 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
34482024-10-15T21:38:39.820ZOct 15 21:38:39.308 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+gitded7d759b7a
34492024-10-15T21:38:39.833ZOct 15 21:38:39.323 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 11.0.0-0.ci+gitded7d759b7a
34502024-10-15T21:38:39.843Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
34512024-10-15T21:38:39.851Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
34522024-10-15T21:38:39.923Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
34532024-10-15T21:38:39.926ZOct 15 21:38:39.417 INFO [stamp-installinator] process exited with exit status: 0 (93.276051ms)
34542024-10-15T21:38:39.951Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
34552024-10-15T21:38:39.954ZOct 15 21:38:39.444 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (136.896873ms)
34562024-10-15T21:38:39.954ZOct 15 21:38:39.445 INFO [recovery-stamp] task succeeded (137.321203ms)
34572024-10-15T21:38:39.957ZOct 15 21:38:39.445 INFO [recovery-proto] running task
34582024-10-15T21:38:39.957ZOct 15 21:38:39.445 INFO [tuf-stamp] running task
34592024-10-15T21:38:39.957ZOct 15 21:38:39.446 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+gitded7d759b7a
34602024-10-15T21:38:39.968ZOct 15 21:38:39.459 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+gitded7d759b7a
34612024-10-15T21:38:39.978Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34622024-10-15T21:38:39.981ZOct 15 21:38:39.472 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+gitded7d759b7a
34632024-10-15T21:38:39.996Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
34642024-10-15T21:38:40.001ZOct 15 21:38:39.485 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+gitded7d759b7a
34652024-10-15T21:38:40.005Z[verify-libraries] Updating git repository `https://github.com/oxidecomputer/propolis`
34662024-10-15T21:38:40.011ZOct 15 21:38:39.501 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+gitded7d759b7a
34672024-10-15T21:38:40.021Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
34682024-10-15T21:38:40.027Z[ host-image] Oct 15 21:38:39.509 INFO O| Oct 15 21:38:39.509 INFO STEP 6 (pkg_change_variant) COMPLETE
34692024-10-15T21:38:40.027Z[ host-image] Oct 15 21:38:39.509 INFO O| Oct 15 21:38:39.509 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34702024-10-15T21:38:40.027Z[ host-image] Oct 15 21:38:39.509 INFO O| Oct 15 21:38:39.509 INFO skip step because feature "debug_variant" is not enabled
34712024-10-15T21:38:40.027Z[ host-image] Oct 15 21:38:39.509 INFO O| Oct 15 21:38:39.509 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34722024-10-15T21:38:40.030Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34732024-10-15T21:38:40.030ZOct 15 21:38:39.519 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+gitded7d759b7a
34742024-10-15T21:38:40.062Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
34752024-10-15T21:38:40.064ZOct 15 21:38:39.552 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+gitded7d759b7a
34762024-10-15T21:38:40.118Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
34772024-10-15T21:38:40.122ZOct 15 21:38:39.603 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+gitded7d759b7a
34782024-10-15T21:38:40.178ZOct 15 21:38:39.668 INFO [recovery-proto] task succeeded (223.201647ms)
34792024-10-15T21:38:40.180ZOct 15 21:38:39.668 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/.tmpyJO0YQ/proto/recovery/root -N 'recovery ded7d75/${os_short_commit} 2024-10-15 21:17' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
34802024-10-15T21:38:40.210Z[ recovery-image] Oct 15 21:38:39.694 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
34812024-10-15T21:38:40.210Z[ recovery-image] Oct 15 21:38:39.694 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
34822024-10-15T21:38:40.229Z[ recovery-image] Oct 15 21:38:39.719 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpyJO0YQ/proto/recovery/root"
34832024-10-15T21:38:40.229Z[ recovery-image] Oct 15 21:38:39.719 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34842024-10-15T21:38:40.232Z[ recovery-image] Oct 15 21:38:39.719 INFO image builder template: ramdisk-01-os...
34852024-10-15T21:38:40.232Z[ recovery-image] Oct 15 21:38:39.719 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/.tmpyJO0YQ/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
34862024-10-15T21:38:40.232Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
34872024-10-15T21:38:40.232ZOct 15 21:38:39.720 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+gitded7d759b7a
34882024-10-15T21:38:40.427Z[ recovery-image] Oct 15 21:38:39.786 INFO O| Oct 15 21:38:39.755 INFO CREATE DATASET: rpool/images/build/recovery/output
34892024-10-15T21:38:40.430Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34902024-10-15T21:38:40.430ZOct 15 21:38:39.919 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+gitded7d759b7a
34912024-10-15T21:38:40.448ZOct 15 21:38:39.939 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+gitded7d759b7a
34922024-10-15T21:38:40.476Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
34932024-10-15T21:38:40.498Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
34942024-10-15T21:38:40.522Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34952024-10-15T21:38:40.592Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
34962024-10-15T21:38:40.722ZOct 15 21:38:40.213 INFO [stamp-probe] process exited with exit status: 0 (467.238632ms)
34972024-10-15T21:38:40.804Z[ recovery-image] Oct 15 21:38:40.294 INFO O| Oct 15 21:38:40.270 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34982024-10-15T21:38:40.804Z[ recovery-image] Oct 15 21:38:40.294 INFO O| Oct 15 21:38:40.277 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34992024-10-15T21:38:40.856Z[ host-image] Oct 15 21:38:40.346 INFO O| Oct 15 21:38:40.346 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
35002024-10-15T21:38:41.060Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
35012024-10-15T21:38:41.165ZOct 15 21:38:40.655 INFO [stamp-ntp] process exited with exit status: 0 (736.351595ms)
35022024-10-15T21:38:41.234Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
35032024-10-15T21:38:41.266Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
35042024-10-15T21:38:41.294Z[ recovery-image] Oct 15 21:38:40.783 INFO O| Oct 15 21:38:40.783 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
35052024-10-15T21:38:41.344Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
35062024-10-15T21:38:41.350Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
35072024-10-15T21:38:41.370ZOct 15 21:38:40.860 INFO [stamp-internal-dns] process exited with exit status: 0 (1.414427255s)
35082024-10-15T21:38:41.377ZOct 15 21:38:40.867 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.3826521s)
35092024-10-15T21:38:41.526Z[ recovery-image] Oct 15 21:38:41.016 INFO O| Oct 15 21:38:41.016 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35102024-10-15T21:38:41.528Z[ recovery-image] Oct 15 21:38:41.016 INFO O| Oct 15 21:38:41.016 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35112024-10-15T21:38:41.529Z[ recovery-image] Oct 15 21:38:41.016 INFO O| Oct 15 21:38:41.016 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35122024-10-15T21:38:41.529Z[ recovery-image] Oct 15 21:38:41.017 INFO O| Oct 15 21:38:41.016 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35132024-10-15T21:38:41.541Z[ recovery-image] Oct 15 21:38:41.028 INFO O| Oct 15 21:38:41.027 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35142024-10-15T21:38:41.544Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
35152024-10-15T21:38:41.547ZOct 15 21:38:41.036 INFO [stamp-external-dns] process exited with exit status: 0 (1.432693167s)
35162024-10-15T21:38:41.894Z[ recovery-image] Oct 15 21:38:41.384 INFO O| Oct 15 21:38:41.384 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35172024-10-15T21:38:41.917Z[ recovery-image] Oct 15 21:38:41.407 INFO O| Oct 15 21:38:41.407 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
35182024-10-15T21:38:42.023Z[ host-image] Oct 15 21:38:41.514 INFO O| Oct 15 21:38:41.513 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35192024-10-15T21:38:42.026Z[ host-image] Oct 15 21:38:41.515 INFO O| Oct 15 21:38:41.515 INFO O| Planning: Planning completed in 0.00 seconds
35202024-10-15T21:38:42.026Z[ host-image] Oct 15 21:38:41.516 INFO O| Oct 15 21:38:41.516 INFO O| Planning: Consolidating action changes ... Done
35212024-10-15T21:38:42.026Z[ host-image] Oct 15 21:38:41.516 INFO O| Oct 15 21:38:41.516 INFO O| Planning: Evaluating mediators ... Done
35222024-10-15T21:38:42.026Z[ host-image] Oct 15 21:38:41.516 INFO O| Oct 15 21:38:41.516 INFO O| Planning: Planning completed in 0.00 seconds
35232024-10-15T21:38:42.026Z[ host-image] Oct 15 21:38:41.516 INFO O| Oct 15 21:38:41.516 INFO O| Variants/Facets to change: 1
35242024-10-15T21:38:42.052Z[ host-image] Oct 15 21:38:41.543 INFO O| Oct 15 21:38:41.543 INFO O| Done
35252024-10-15T21:38:42.052Z[ host-image] Oct 15 21:38:41.543 INFO O| Oct 15 21:38:41.543 INFO O| Done
35262024-10-15T21:38:42.098Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
35272024-10-15T21:38:42.101ZOct 15 21:38:41.592 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.65301387s)
35282024-10-15T21:38:42.166Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
35292024-10-15T21:38:42.170ZOct 15 21:38:41.661 INFO [stamp-oximeter] process exited with exit status: 0 (2.202254419s)
35302024-10-15T21:38:42.427Z[ recovery-image] Oct 15 21:38:41.917 INFO O| Oct 15 21:38:41.917 INFO O| Caching catalogs ... Done
35312024-10-15T21:38:42.545Z[ recovery-image] Oct 15 21:38:42.036 INFO O| Oct 15 21:38:42.036 INFO STEP 0 (pkg_image_create) COMPLETE
35322024-10-15T21:38:42.545Z[ recovery-image] Oct 15 21:38:42.036 INFO O| Oct 15 21:38:42.036 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35332024-10-15T21:38:42.545Z[ recovery-image] Oct 15 21:38:42.036 INFO O| Oct 15 21:38:42.036 INFO skip step because feature "repo_redist" is not enabled
35342024-10-15T21:38:42.548Z[ recovery-image] Oct 15 21:38:42.036 INFO O| Oct 15 21:38:42.036 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35352024-10-15T21:38:42.560Z[ recovery-image] Oct 15 21:38:42.051 INFO O| Oct 15 21:38:42.051 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
35362024-10-15T21:38:42.641Z[ host-image] Oct 15 21:38:42.132 INFO O| Oct 15 21:38:42.132 INFO O| Done
35372024-10-15T21:38:42.705Z[ host-image] Oct 15 21:38:42.196 INFO O| Oct 15 21:38:42.196 INFO O| Done
35382024-10-15T21:38:42.708Z[ host-image] Oct 15 21:38:42.197 INFO O| Oct 15 21:38:42.196 INFO O| Done
35392024-10-15T21:38:42.708Z[ host-image] Oct 15 21:38:42.197 INFO O| Oct 15 21:38:42.197 INFO O| Done
35402024-10-15T21:38:42.708Z[ host-image] Oct 15 21:38:42.198 INFO O| Oct 15 21:38:42.198 INFO O| Done
35412024-10-15T21:38:42.782Z[ host-image] Oct 15 21:38:42.272 INFO O| Oct 15 21:38:42.272 INFO STEP 8 (pkg_change_facet) COMPLETE
35422024-10-15T21:38:42.782Z[ host-image] Oct 15 21:38:42.273 INFO O| Oct 15 21:38:42.272 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35432024-10-15T21:38:42.782Z[ host-image] Oct 15 21:38:42.273 INFO O| Oct 15 21:38:42.272 INFO skip step because feature "recovery" is not enabled
35442024-10-15T21:38:42.782Z[ host-image] Oct 15 21:38:42.273 INFO O| Oct 15 21:38:42.272 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35452024-10-15T21:38:42.786Z[ host-image] Oct 15 21:38:42.273 INFO O| Oct 15 21:38:42.272 INFO skip step because feature "recovery" is not enabled
35462024-10-15T21:38:42.786Z[ host-image] Oct 15 21:38:42.273 INFO O| Oct 15 21:38:42.272 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35472024-10-15T21:38:42.796Z[ host-image] Oct 15 21:38:42.286 INFO O| Oct 15 21:38:42.286 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
35482024-10-15T21:38:43.041Z[ recovery-image] Oct 15 21:38:42.531 INFO O| Oct 15 21:38:42.531 INFO STEP 2 (pkg_set_publisher) COMPLETE
35492024-10-15T21:38:43.041Z[ recovery-image] Oct 15 21:38:42.531 INFO O| Oct 15 21:38:42.531 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35502024-10-15T21:38:43.055Z[ recovery-image] Oct 15 21:38:42.545 INFO O| Oct 15 21:38:42.545 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"]
35512024-10-15T21:38:43.381Z[ host-image] Oct 15 21:38:42.872 INFO O| Oct 15 21:38:42.872 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35522024-10-15T21:38:43.467Z[ recovery-image] Oct 15 21:38:42.957 INFO O| Oct 15 21:38:42.957 INFO STEP 3 (pkg_set_publisher) COMPLETE
35532024-10-15T21:38:43.467Z[ recovery-image] Oct 15 21:38:42.957 INFO O| Oct 15 21:38:42.957 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35542024-10-15T21:38:43.467Z[ recovery-image] Oct 15 21:38:42.957 INFO O| Oct 15 21:38:42.957 INFO skip step because feature "repo_redist" is not enabled
35552024-10-15T21:38:43.469Z[ recovery-image] Oct 15 21:38:42.957 INFO O| Oct 15 21:38:42.957 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35562024-10-15T21:38:43.952Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
35572024-10-15T21:38:43.955ZOct 15 21:38:43.446 INFO [stamp-nexus] process exited with exit status: 0 (3.893650652s)
35582024-10-15T21:38:43.959Z[ recovery-image] Oct 15 21:38:43.449 INFO O| Oct 15 21:38:43.449 INFO variant opensolaris.zone is already global
35592024-10-15T21:38:43.959Z[ recovery-image] Oct 15 21:38:43.449 INFO O| Oct 15 21:38:43.449 INFO STEP 5 (pkg_change_variant) COMPLETE
35602024-10-15T21:38:43.961Z[ recovery-image] Oct 15 21:38:43.449 INFO O| Oct 15 21:38:43.449 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35612024-10-15T21:38:44.212Z[verify-libraries] Updating git repository `https://github.com/oxidecomputer/propolis`
35622024-10-15T21:38:44.442Z[ recovery-image] Oct 15 21:38:43.932 INFO O| Oct 15 21:38:43.932 INFO variant opensolaris.imagetype is full; changing to partial
35632024-10-15T21:38:44.442Z[ recovery-image] Oct 15 21:38:43.932 INFO O| Oct 15 21:38:43.932 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35642024-10-15T21:38:45.303Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
35652024-10-15T21:38:45.307ZOct 15 21:38:44.798 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.326295429s)
35662024-10-15T21:38:45.567Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35672024-10-15T21:38:45.705Z[verify-libraries] Compiling polyval v0.6.2
35682024-10-15T21:38:45.724Z[verify-libraries] Compiling ctr v0.9.2
35692024-10-15T21:38:45.742Z[verify-libraries] Compiling ssh-encoding v0.2.0
35702024-10-15T21:38:45.742Z[verify-libraries] Compiling blowfish v0.9.1
35712024-10-15T21:38:45.745Z[verify-libraries] Compiling password-hash v0.4.2
35722024-10-15T21:38:45.745Z[verify-libraries] Compiling matches v0.1.10
35732024-10-15T21:38:46.040Z[verify-libraries] Compiling idna v0.2.3
35742024-10-15T21:38:46.169Z[verify-libraries] Compiling ghash v0.5.1
35752024-10-15T21:38:46.204Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
35762024-10-15T21:38:46.353Z[verify-libraries] Compiling p256 v0.13.2
35772024-10-15T21:38:46.425Z[verify-libraries] Compiling p521 v0.13.3
35782024-10-15T21:38:46.602Z[verify-libraries] Compiling aes-gcm v0.10.3
35792024-10-15T21:38:47.064Z[verify-libraries] Compiling ssh-cipher v0.2.0
35802024-10-15T21:38:47.144Z[verify-libraries] Compiling pbkdf2 v0.11.0
35812024-10-15T21:38:47.836Z[verify-libraries] Compiling ssh-key v0.6.6
35822024-10-15T21:38:47.968Z[verify-libraries] Compiling enum-as-inner v0.5.1
35832024-10-15T21:38:48.533Z[verify-libraries] Compiling russh-cryptovec v0.7.2
35842024-10-15T21:38:49.294Z[verify-libraries] Compiling md5 v0.7.0
35852024-10-15T21:38:49.329Z[verify-libraries] Compiling num-bigint v0.4.5
35862024-10-15T21:38:49.750Z[verify-libraries] Compiling trust-dns-proto v0.22.0
35872024-10-15T21:38:50.056Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
35882024-10-15T21:38:50.081ZOct 15 21:38:49.571 INFO [stamp-clickhouse] process exited with exit status: 0 (10.052285958s)
35892024-10-15T21:38:50.157Z[verify-libraries] Compiling des v0.8.1
35902024-10-15T21:38:50.762Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
35912024-10-15T21:38:50.799ZOct 15 21:38:50.289 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.78854141s)
35922024-10-15T21:38:50.799ZOct 15 21:38:50.289 INFO [tuf-stamp] task succeeded (10.844402897s)
35932024-10-15T21:38:50.840Z[verify-libraries] Compiling russh-keys v0.45.0
35942024-10-15T21:38:50.902Z[verify-libraries] Compiling dhcproto-macros v0.1.0
35952024-10-15T21:38:51.958Z[verify-libraries] Compiling hex-literal v0.4.1
35962024-10-15T21:38:52.288Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35972024-10-15T21:38:52.457Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35982024-10-15T21:38:53.126Z[verify-libraries] Compiling internet-checksum v0.2.1
35992024-10-15T21:38:53.438Z[verify-libraries] Compiling heck v0.4.1
36002024-10-15T21:38:54.336Z[ recovery-image] Oct 15 21:38:53.826 INFO O| Oct 15 21:38:53.826 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36012024-10-15T21:38:55.202Z[verify-libraries] Compiling russh v0.45.0
36022024-10-15T21:38:59.962Z[verify-libraries] Compiling dhcproto v0.12.0
36032024-10-15T21:39:00.816Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36042024-10-15T21:39:01.548Z[ recovery-image] Oct 15 21:39:01.038 INFO O| Oct 15 21:39:01.038 INFO O| Startup: Caching catalogs ... Done
36052024-10-15T21:39:01.671Z[ recovery-image] Oct 15 21:39:01.161 INFO O| Oct 15 21:39:01.161 INFO O| Planning: Planning completed in 0.00 seconds
36062024-10-15T21:39:01.674Z[ recovery-image] Oct 15 21:39:01.162 INFO O| Oct 15 21:39:01.162 INFO O| Planning: Consolidating action changes ... Done
36072024-10-15T21:39:01.674Z[ recovery-image] Oct 15 21:39:01.162 INFO O| Oct 15 21:39:01.162 INFO O| Planning: Evaluating mediators ... Done
36082024-10-15T21:39:01.674Z[ recovery-image] Oct 15 21:39:01.162 INFO O| Oct 15 21:39:01.162 INFO O| Planning: Planning completed in 0.00 seconds
36092024-10-15T21:39:01.674Z[ recovery-image] Oct 15 21:39:01.162 INFO O| Oct 15 21:39:01.162 INFO O| Variants/Facets to change: 1
36102024-10-15T21:39:01.762Z[ recovery-image] Oct 15 21:39:01.252 INFO O| Oct 15 21:39:01.252 INFO O| Done
36112024-10-15T21:39:01.762Z[ recovery-image] Oct 15 21:39:01.252 INFO O| Oct 15 21:39:01.252 INFO O| Done
36122024-10-15T21:39:02.602Z[ recovery-image] Oct 15 21:39:02.093 INFO O| Oct 15 21:39:02.092 INFO O| Done
36132024-10-15T21:39:02.670Z[ recovery-image] Oct 15 21:39:02.160 INFO O| Oct 15 21:39:02.160 INFO O| Done
36142024-10-15T21:39:02.674Z[ recovery-image] Oct 15 21:39:02.162 INFO O| Oct 15 21:39:02.162 INFO O| Done
36152024-10-15T21:39:02.674Z[ recovery-image] Oct 15 21:39:02.162 INFO O| Oct 15 21:39:02.162 INFO O| Done
36162024-10-15T21:39:02.676Z[ recovery-image] Oct 15 21:39:02.164 INFO O| Oct 15 21:39:02.164 INFO O| Done
36172024-10-15T21:39:03.291Z[ recovery-image] Oct 15 21:39:02.781 INFO O| Oct 15 21:39:02.781 INFO STEP 6 (pkg_change_variant) COMPLETE
36182024-10-15T21:39:03.291Z[ recovery-image] Oct 15 21:39:02.781 INFO O| Oct 15 21:39:02.781 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36192024-10-15T21:39:03.294Z[ recovery-image] Oct 15 21:39:02.781 INFO O| Oct 15 21:39:02.781 INFO skip step because feature "debug_variant" is not enabled
36202024-10-15T21:39:03.294Z[ recovery-image] Oct 15 21:39:02.782 INFO O| Oct 15 21:39:02.781 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36212024-10-15T21:39:03.966Z[ recovery-image] Oct 15 21:39:03.456 INFO O| Oct 15 21:39:03.456 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36222024-10-15T21:39:05.039Z[ recovery-image] Oct 15 21:39:04.529 INFO O| Oct 15 21:39:04.529 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36232024-10-15T21:39:05.042Z[ recovery-image] Oct 15 21:39:04.531 INFO O| Oct 15 21:39:04.531 INFO O| Planning: Planning completed in 0.00 seconds
36242024-10-15T21:39:05.044Z[ recovery-image] Oct 15 21:39:04.532 INFO O| Oct 15 21:39:04.532 INFO O| Planning: Consolidating action changes ... Done
36252024-10-15T21:39:05.044Z[ recovery-image] Oct 15 21:39:04.533 INFO O| Oct 15 21:39:04.533 INFO O| Planning: Evaluating mediators ... Done
36262024-10-15T21:39:05.045Z[ recovery-image] Oct 15 21:39:04.533 INFO O| Oct 15 21:39:04.533 INFO O| Planning: Planning completed in 0.00 seconds
36272024-10-15T21:39:05.045Z[ recovery-image] Oct 15 21:39:04.534 INFO O| Oct 15 21:39:04.534 INFO O| Variants/Facets to change: 1
36282024-10-15T21:39:05.130Z[ recovery-image] Oct 15 21:39:04.621 INFO O| Oct 15 21:39:04.620 INFO O| Done
36292024-10-15T21:39:05.130Z[ recovery-image] Oct 15 21:39:04.621 INFO O| Oct 15 21:39:04.621 INFO O| Done
36302024-10-15T21:39:05.770Z[ recovery-image] Oct 15 21:39:05.261 INFO O| Oct 15 21:39:05.260 INFO O| Done
36312024-10-15T21:39:05.852Z[ recovery-image] Oct 15 21:39:05.342 INFO O| Oct 15 21:39:05.342 INFO O| Done
36322024-10-15T21:39:05.854Z[ recovery-image] Oct 15 21:39:05.343 INFO O| Oct 15 21:39:05.343 INFO O| Done
36332024-10-15T21:39:05.854Z[ recovery-image] Oct 15 21:39:05.343 INFO O| Oct 15 21:39:05.343 INFO O| Done
36342024-10-15T21:39:05.856Z[ recovery-image] Oct 15 21:39:05.345 INFO O| Oct 15 21:39:05.345 INFO O| Done
36352024-10-15T21:39:05.956Z[ recovery-image] Oct 15 21:39:05.446 INFO O| Oct 15 21:39:05.446 INFO STEP 8 (pkg_change_facet) COMPLETE
36362024-10-15T21:39:05.956Z[ recovery-image] Oct 15 21:39:05.446 INFO O| Oct 15 21:39:05.446 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36372024-10-15T21:39:06.671Z[ recovery-image] Oct 15 21:39:06.162 INFO O| Oct 15 21:39:06.162 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
36382024-10-15T21:39:07.734Z[ recovery-image] Oct 15 21:39:07.224 INFO O| Oct 15 21:39:07.224 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36392024-10-15T21:39:07.737Z[ recovery-image] Oct 15 21:39:07.226 INFO O| Oct 15 21:39:07.226 INFO O| Planning: Planning completed in 0.00 seconds
36402024-10-15T21:39:07.737Z[ recovery-image] Oct 15 21:39:07.227 INFO O| Oct 15 21:39:07.227 INFO O| Planning: Consolidating action changes ... Done
36412024-10-15T21:39:07.737Z[ recovery-image] Oct 15 21:39:07.228 INFO O| Oct 15 21:39:07.227 INFO O| Planning: Evaluating mediators ... Done
36422024-10-15T21:39:07.740Z[ recovery-image] Oct 15 21:39:07.228 INFO O| Oct 15 21:39:07.228 INFO O| Planning: Planning completed in 0.00 seconds
36432024-10-15T21:39:07.740Z[ recovery-image] Oct 15 21:39:07.228 INFO O| Oct 15 21:39:07.228 INFO O| Variants/Facets to change: 1
36442024-10-15T21:39:07.857Z[ recovery-image] Oct 15 21:39:07.348 INFO O| Oct 15 21:39:07.347 INFO O| Done
36452024-10-15T21:39:07.857Z[ recovery-image] Oct 15 21:39:07.348 INFO O| Oct 15 21:39:07.347 INFO O| Done
36462024-10-15T21:39:08.606Z[ recovery-image] Oct 15 21:39:08.096 INFO O| Oct 15 21:39:08.096 INFO O| Done
36472024-10-15T21:39:08.675Z[ recovery-image] Oct 15 21:39:08.165 INFO O| Oct 15 21:39:08.165 INFO O| Done
36482024-10-15T21:39:08.677Z[ recovery-image] Oct 15 21:39:08.166 INFO O| Oct 15 21:39:08.166 INFO O| Done
36492024-10-15T21:39:08.677Z[ recovery-image] Oct 15 21:39:08.166 INFO O| Oct 15 21:39:08.166 INFO O| Done
36502024-10-15T21:39:08.680Z[ recovery-image] Oct 15 21:39:08.168 INFO O| Oct 15 21:39:08.168 INFO O| Done
36512024-10-15T21:39:08.792Z[ recovery-image] Oct 15 21:39:08.283 INFO O| Oct 15 21:39:08.282 INFO STEP 9 (pkg_change_facet) COMPLETE
36522024-10-15T21:39:08.792Z[ recovery-image] Oct 15 21:39:08.283 INFO O| Oct 15 21:39:08.283 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36532024-10-15T21:39:09.433Z[ recovery-image] Oct 15 21:39:08.923 INFO O| Oct 15 21:39:08.923 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
36542024-10-15T21:39:09.805Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36552024-10-15T21:39:09.970Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36562024-10-15T21:39:10.421Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36572024-10-15T21:39:10.483Z[ recovery-image] Oct 15 21:39:09.973 INFO O| Oct 15 21:39:09.973 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36582024-10-15T21:39:10.486Z[ recovery-image] Oct 15 21:39:09.975 INFO O| Oct 15 21:39:09.975 INFO O| Planning: Planning completed in 0.00 seconds
36592024-10-15T21:39:10.486Z[ recovery-image] Oct 15 21:39:09.976 INFO O| Oct 15 21:39:09.976 INFO O| Planning: Consolidating action changes ... Done
36602024-10-15T21:39:10.486Z[ recovery-image] Oct 15 21:39:09.976 INFO O| Oct 15 21:39:09.976 INFO O| Planning: Evaluating mediators ... Done
36612024-10-15T21:39:10.486Z[ recovery-image] Oct 15 21:39:09.976 INFO O| Oct 15 21:39:09.976 INFO O| Planning: Planning completed in 0.00 seconds
36622024-10-15T21:39:10.489Z[ recovery-image] Oct 15 21:39:09.977 INFO O| Oct 15 21:39:09.977 INFO O| Variants/Facets to change: 1
36632024-10-15T21:39:10.579Z[ recovery-image] Oct 15 21:39:10.069 INFO O| Oct 15 21:39:10.069 INFO O| Done
36642024-10-15T21:39:10.579Z[ recovery-image] Oct 15 21:39:10.069 INFO O| Oct 15 21:39:10.069 INFO O| Done
36652024-10-15T21:39:11.060Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36662024-10-15T21:39:11.259Z[ recovery-image] Oct 15 21:39:10.749 INFO O| Oct 15 21:39:10.749 INFO O| Done
36672024-10-15T21:39:11.328Z[ recovery-image] Oct 15 21:39:10.818 INFO O| Oct 15 21:39:10.818 INFO O| Done
36682024-10-15T21:39:11.331Z[ recovery-image] Oct 15 21:39:10.819 INFO O| Oct 15 21:39:10.819 INFO O| Done
36692024-10-15T21:39:11.331Z[ recovery-image] Oct 15 21:39:10.819 INFO O| Oct 15 21:39:10.819 INFO O| Done
36702024-10-15T21:39:11.334Z[ recovery-image] Oct 15 21:39:10.821 INFO O| Oct 15 21:39:10.821 INFO O| Done
36712024-10-15T21:39:11.429Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36722024-10-15T21:39:11.468Z[ recovery-image] Oct 15 21:39:10.959 INFO O| Oct 15 21:39:10.959 INFO STEP 10 (pkg_change_facet) COMPLETE
36732024-10-15T21:39:11.468Z[ recovery-image] Oct 15 21:39:10.959 INFO O| Oct 15 21:39:10.959 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36742024-10-15T21:39:11.491Z[ recovery-image] Oct 15 21:39:10.980 INFO O| Oct 15 21:39:10.979 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"]
36752024-10-15T21:39:11.859Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36762024-10-15T21:39:12.064Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36772024-10-15T21:39:12.426Z[ recovery-image] Oct 15 21:39:11.916 INFO O| Oct 15 21:39:11.916 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36782024-10-15T21:39:13.237Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36792024-10-15T21:39:15.892Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36802024-10-15T21:39:16.163Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36812024-10-15T21:39:24.380Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36822024-10-15T21:39:25.535Z[verify-libraries] Compiling termios v0.3.3
36832024-10-15T21:39:26.096Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
36842024-10-15T21:39:28.603Z[ host-image] Oct 15 21:39:28.093 INFO O| Oct 15 21:39:28.093 INFO O| Planning: Solver setup ... Done
36852024-10-15T21:39:43.547Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
36862024-10-15T21:39:59.609Z[ recovery-image] Oct 15 21:39:59.099 INFO O| Oct 15 21:39:59.099 INFO O| Planning: Solver setup ... Done
36872024-10-15T21:40:16.063Z[ host-image] Oct 15 21:40:15.552 INFO O| Oct 15 21:40:15.552 INFO O| Planning: Running solver ... Done
36882024-10-15T21:40:16.525Z[ host-image] Oct 15 21:40:16.015 INFO O| Oct 15 21:40:16.015 INFO O| Planning: Finding local manifests ... Done
36892024-10-15T21:40:16.554Z[ host-image] Oct 15 21:40:16.045 INFO O| Oct 15 21:40:16.044 INFO O| Planning: Fetching manifests: 0/124 0% complete
36902024-10-15T21:40:21.073Z[ host-image] Oct 15 21:40:20.562 INFO O| Oct 15 21:40:20.562 INFO O| Planning: Fetching manifests: 124/124 100% complete
36912024-10-15T21:40:22.409Z[ host-image] Oct 15 21:40:21.899 INFO O| Oct 15 21:40:21.899 INFO O| Planning: Package planning ... Done
36922024-10-15T21:40:24.161Z[ host-image] Oct 15 21:40:23.652 INFO O| Oct 15 21:40:23.651 INFO O| Planning: Merging actions ... Done
36932024-10-15T21:40:24.524Z[ host-image] Oct 15 21:40:24.015 INFO O| Oct 15 21:40:24.015 INFO O| Planning: Checking for conflicting actions ... Done
36942024-10-15T21:40:24.798Z[ host-image] Oct 15 21:40:24.288 INFO O| Oct 15 21:40:24.288 INFO O| Planning: Consolidating action changes ... Done
36952024-10-15T21:40:25.466Z[ host-image] Oct 15 21:40:24.957 INFO O| Oct 15 21:40:24.957 INFO O| Planning: Evaluating mediators ... Done
36962024-10-15T21:40:32.247Z[ host-image] Oct 15 21:40:31.737 INFO O| Oct 15 21:40:31.737 INFO O| Planning: Planning completed in 108.86 seconds
36972024-10-15T21:40:32.252Z[ host-image] Oct 15 21:40:31.743 INFO O| Oct 15 21:40:31.743 INFO O| Packages to install: 124
36982024-10-15T21:40:32.255Z[ host-image] Oct 15 21:40:31.743 INFO O| Oct 15 21:40:31.743 INFO O| Mediators to change: 4
36992024-10-15T21:40:32.255Z[ host-image] Oct 15 21:40:31.743 INFO O| Oct 15 21:40:31.743 INFO O| Services to change: 6
37002024-10-15T21:40:32.370Z[ host-image] Oct 15 21:40:31.860 INFO O| Oct 15 21:40:31.860 INFO O| Download: 0/22734 items 0.0/196.5MB 0% complete
37012024-10-15T21:40:36.127Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
37022024-10-15T21:40:37.373Z[ host-image] Oct 15 21:40:36.863 INFO O| Oct 15 21:40:36.863 INFO O| Download: 1078/22734 items 6.9/196.5MB 3% complete (1.5M/s)
37032024-10-15T21:40:45.011Z[ host-image] Oct 15 21:40:42.224 INFO O| Oct 15 21:40:42.224 INFO O| Download: 1791/22734 items 12.8/196.5MB 6% complete (1.3M/s)
37042024-10-15T21:40:45.345Z[ recovery-image] Oct 15 21:40:44.835 INFO O| Oct 15 21:40:44.835 INFO O| Planning: Running solver ... Done
37052024-10-15T21:40:45.802Z[ recovery-image] Oct 15 21:40:45.292 INFO O| Oct 15 21:40:45.292 INFO O| Planning: Finding local manifests ... Done
37062024-10-15T21:40:45.820Z[ recovery-image] Oct 15 21:40:45.310 INFO O| Oct 15 21:40:45.310 INFO O| Planning: Fetching manifests: 0/124 0% complete
37072024-10-15T21:40:47.734Z[ host-image] Oct 15 21:40:47.225 INFO O| Oct 15 21:40:47.225 INFO O| Download: 2316/22734 items 27.2/196.5MB 13% complete (1.9M/s)
37082024-10-15T21:40:50.561Z[ recovery-image] Oct 15 21:40:50.051 INFO O| Oct 15 21:40:50.051 INFO O| Planning: Fetching manifests: 124/124 100% complete
37092024-10-15T21:40:50.571Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37102024-10-15T21:40:51.768Z[ recovery-image] Oct 15 21:40:51.258 INFO O| Oct 15 21:40:51.258 INFO O| Planning: Package planning ... Done
37112024-10-15T21:40:52.526Z[ recovery-image] Oct 15 21:40:52.016 INFO O| Oct 15 21:40:52.016 INFO O| Planning: Merging actions ... Done
37122024-10-15T21:40:52.734Z[ host-image] Oct 15 21:40:52.225 INFO O| Oct 15 21:40:52.225 INFO O| Download: 3517/22734 items 35.7/196.5MB 18% complete (2.3M/s)
37132024-10-15T21:40:52.788Z[ recovery-image] Oct 15 21:40:52.278 INFO O| Oct 15 21:40:52.278 INFO O| Planning: Checking for conflicting actions ... Done
37142024-10-15T21:40:52.924Z[ recovery-image] Oct 15 21:40:52.414 INFO O| Oct 15 21:40:52.414 INFO O| Planning: Consolidating action changes ... Done
37152024-10-15T21:40:53.310Z[ recovery-image] Oct 15 21:40:52.801 INFO O| Oct 15 21:40:52.801 INFO O| Planning: Evaluating mediators ... Done
37162024-10-15T21:40:54.796Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
37172024-10-15T21:40:57.739Z[ host-image] Oct 15 21:40:57.229 INFO O| Oct 15 21:40:57.229 INFO O| Download: 4585/22734 items 42.9/196.5MB 21% complete (1.6M/s)
37182024-10-15T21:40:59.184Z[ recovery-image] Oct 15 21:40:58.674 INFO O| Oct 15 21:40:58.674 INFO O| Planning: Planning completed in 106.76 seconds
37192024-10-15T21:40:59.199Z[ recovery-image] Oct 15 21:40:58.689 INFO O| Oct 15 21:40:58.689 INFO O| Packages to install: 124
37202024-10-15T21:40:59.199Z[ recovery-image] Oct 15 21:40:58.689 INFO O| Oct 15 21:40:58.689 INFO O| Mediators to change: 4
37212024-10-15T21:40:59.201Z[ recovery-image] Oct 15 21:40:58.689 INFO O| Oct 15 21:40:58.689 INFO O| Services to change: 5
37222024-10-15T21:40:59.297Z[ recovery-image] Oct 15 21:40:58.787 INFO O| Oct 15 21:40:58.787 INFO O| Download: 0/15836 items 0.0/173.3MB 0% complete
37232024-10-15T21:41:02.749Z[ host-image] Oct 15 21:41:02.239 INFO O| Oct 15 21:41:02.239 INFO O| Download: 5370/22734 items 46.1/196.5MB 23% complete (1.0M/s)
37242024-10-15T21:41:04.301Z[ recovery-image] Oct 15 21:41:03.790 INFO O| Oct 15 21:41:03.789 INFO O| Download: 890/15836 items 7.6/173.3MB 4% complete (1.6M/s)
37252024-10-15T21:41:07.698Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37262024-10-15T21:41:07.750Z[ host-image] Oct 15 21:41:07.239 INFO O| Oct 15 21:41:07.239 INFO O| Download: 6275/22734 items 46.6/196.5MB 23% complete (393k/s)
37272024-10-15T21:41:09.474Z[ recovery-image] Oct 15 21:41:08.965 INFO O| Oct 15 21:41:08.965 INFO O| Download: 1099/15836 items 9.2/173.3MB 5% complete (963k/s)
37282024-10-15T21:41:13.034Z[ host-image] Oct 15 21:41:12.524 INFO O| Oct 15 21:41:12.524 INFO O| Download: 6995/22734 items 50.5/196.5MB 25% complete (443k/s)
37292024-10-15T21:41:14.480Z[ recovery-image] Oct 15 21:41:13.971 INFO O| Oct 15 21:41:13.970 INFO O| Download: 1471/15836 items 21.5/173.3MB 12% complete (1.4M/s)
37302024-10-15T21:41:18.052Z[ host-image] Oct 15 21:41:17.542 INFO O| Oct 15 21:41:17.542 INFO O| Download: 8046/22734 items 60.3/196.5MB 30% complete (1.4M/s)
37312024-10-15T21:41:19.703Z[ recovery-image] Oct 15 21:41:19.164 INFO O| Oct 15 21:41:19.164 INFO O| Download: 2007/15836 items 30.9/173.3MB 17% complete (2.1M/s)
37322024-10-15T21:41:23.053Z[ host-image] Oct 15 21:41:22.543 INFO O| Oct 15 21:41:22.543 INFO O| Download: 8362/22734 items 69.0/196.5MB 35% complete (1.8M/s)
37332024-10-15T21:41:23.261Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37342024-10-15T21:41:24.723Z[ recovery-image] Oct 15 21:41:24.214 INFO O| Oct 15 21:41:24.214 INFO O| Download: 2834/15836 items 36.7/173.3MB 21% complete (1.4M/s)
37352024-10-15T21:41:28.073Z[ host-image] Oct 15 21:41:27.564 INFO O| Oct 15 21:41:27.564 INFO O| Download: 9306/22734 items 80.4/196.5MB 40% complete (2.0M/s)
37362024-10-15T21:41:28.347Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
37372024-10-15T21:41:29.898Z[ recovery-image] Oct 15 21:41:29.389 INFO O| Oct 15 21:41:29.389 INFO O| Download: 3632/15836 items 39.5/173.3MB 22% complete (871k/s)
37382024-10-15T21:41:33.144Z[ host-image] Oct 15 21:41:32.634 INFO O| Oct 15 21:41:32.634 INFO O| Download: 10357/22734 items 87.8/196.5MB 44% complete (1.9M/s)
37392024-10-15T21:41:33.881Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
37402024-10-15T21:41:34.899Z[ recovery-image] Oct 15 21:41:34.389 INFO O| Oct 15 21:41:34.389 INFO O| Download: 4319/15836 items 42.7/173.3MB 24% complete (606k/s)
37412024-10-15T21:41:38.262Z[ host-image] Oct 15 21:41:37.750 INFO O| Oct 15 21:41:37.750 INFO O| Download: 10845/22734 items 90.0/196.5MB 45% complete (991k/s)
37422024-10-15T21:41:39.917Z[ recovery-image] Oct 15 21:41:39.408 INFO O| Oct 15 21:41:39.408 INFO O| Download: 5203/15836 items 43.2/173.3MB 24% complete (388k/s)
37432024-10-15T21:41:43.514Z[ host-image] Oct 15 21:41:43.005 INFO O| Oct 15 21:41:43.005 INFO O| Download: 11307/22734 items 95.9/196.5MB 48% complete (806k/s)
37442024-10-15T21:41:44.918Z[ recovery-image] Oct 15 21:41:44.408 INFO O| Oct 15 21:41:44.408 INFO O| Download: 5752/15836 items 46.8/173.3MB 27% complete (402k/s)
37452024-10-15T21:41:48.517Z[ host-image] Oct 15 21:41:48.005 INFO O| Oct 15 21:41:48.005 INFO O| Download: 12108/22734 items 101.0/196.5MB 51% complete (1.1M/s)
37462024-10-15T21:41:50.276Z[ recovery-image] Oct 15 21:41:49.767 INFO O| Oct 15 21:41:49.767 INFO O| Download: 6174/15836 items 61.9/173.3MB 35% complete (1.8M/s)
37472024-10-15T21:41:53.514Z[ host-image] Oct 15 21:41:53.005 INFO O| Oct 15 21:41:53.005 INFO O| Download: 12802/22734 items 109.7/196.5MB 55% complete (1.4M/s)
37482024-10-15T21:41:55.279Z[ recovery-image] Oct 15 21:41:54.770 INFO O| Oct 15 21:41:54.770 INFO O| Download: 6892/15836 items 67.9/173.3MB 39% complete (1.5M/s)
37492024-10-15T21:41:59.000Z[ host-image] Oct 15 21:41:58.491 INFO O| Oct 15 21:41:58.491 INFO O| Download: 13315/22734 items 110.0/196.5MB 55% complete (1.1M/s)
37502024-10-15T21:42:00.439Z[ recovery-image] Oct 15 21:41:59.930 INFO O| Oct 15 21:41:59.930 INFO O| Download: 7628/15836 items 73.6/173.3MB 42% complete (1.4M/s)
37512024-10-15T21:42:04.009Z[ host-image] Oct 15 21:42:03.500 INFO O| Oct 15 21:42:03.500 INFO O| Download: 14262/22734 items 110.7/196.5MB 56% complete (97.0k/s)
37522024-10-15T21:42:05.446Z[ recovery-image] Oct 15 21:42:04.932 INFO O| Oct 15 21:42:04.932 INFO O| Download: 8323/15836 items 79.7/173.3MB 46% complete (1.2M/s)
37532024-10-15T21:42:09.012Z[ host-image] Oct 15 21:42:08.500 INFO O| Oct 15 21:42:08.500 INFO O| Download: 15362/22734 items 124.0/196.5MB 63% complete (1.3M/s)
37542024-10-15T21:42:10.447Z[ recovery-image] Oct 15 21:42:09.937 INFO O| Oct 15 21:42:09.936 INFO O| Download: 8676/15836 items 83.5/173.3MB 48% complete (950k/s)
37552024-10-15T21:42:14.013Z[ host-image] Oct 15 21:42:13.504 INFO O| Oct 15 21:42:13.504 INFO O| Download: 16543/22734 items 135.9/196.5MB 69% complete (2.5M/s)
37562024-10-15T21:42:15.714Z[ recovery-image] Oct 15 21:42:15.204 INFO O| Oct 15 21:42:15.204 INFO O| Download: 8844/15836 items 91.9/173.3MB 53% complete (1.5M/s)
37572024-10-15T21:42:19.030Z[ host-image] Oct 15 21:42:18.520 INFO O| Oct 15 21:42:18.520 INFO O| Download: 17599/22734 items 149.7/196.5MB 76% complete (2.8M/s)
37582024-10-15T21:42:20.743Z[ recovery-image] Oct 15 21:42:20.218 INFO O| Oct 15 21:42:20.218 INFO O| Download: 9772/15836 items 93.0/173.3MB 53% complete (942k/s)
37592024-10-15T21:42:27.343Z[ host-image] Oct 15 21:42:23.542 INFO O| Oct 15 21:42:23.542 INFO O| Download: 18371/22734 items 160.5/196.5MB 81% complete (2.6M/s)
37602024-10-15T21:42:27.380Z[ recovery-image] Oct 15 21:42:25.222 INFO O| Oct 15 21:42:25.222 INFO O| Download: 10549/15836 items 93.4/173.3MB 53% complete (156k/s)
37612024-10-15T21:42:29.057Z[ host-image] Oct 15 21:42:28.548 INFO O| Oct 15 21:42:28.547 INFO O| Download: 19599/22734 items 164.8/196.5MB 83% complete (1.5M/s)
37622024-10-15T21:42:30.981Z[ recovery-image] Oct 15 21:42:30.471 INFO O| Oct 15 21:42:30.471 INFO O| Download: 11043/15836 items 95.3/173.3MB 54% complete (201k/s)
37632024-10-15T21:42:34.070Z[ host-image] Oct 15 21:42:33.560 INFO O| Oct 15 21:42:33.560 INFO O| Download: 20595/22734 items 169.5/196.5MB 86% complete (948k/s)
37642024-10-15T21:42:36.084Z[ recovery-image] Oct 15 21:42:35.574 INFO O| Oct 15 21:42:35.574 INFO O| Download: 11509/15836 items 111.1/173.3MB 64% complete (1.7M/s)
37652024-10-15T21:42:39.220Z[ host-image] Oct 15 21:42:38.711 INFO O| Oct 15 21:42:38.711 INFO O| Download: 21024/22734 items 176.4/196.5MB 89% complete (1.2M/s)
37662024-10-15T21:42:41.095Z[ recovery-image] Oct 15 21:42:40.585 INFO O| Oct 15 21:42:40.585 INFO O| Download: 12156/15836 items 137.6/173.3MB 79% complete (4.2M/s)
37672024-10-15T21:42:45.903Z[ host-image] Oct 15 21:42:45.393 INFO O| Oct 15 21:42:45.393 INFO O| Download: 21549/22734 items 180.5/196.5MB 91% complete (1.3M/s)
37682024-10-15T21:42:46.125Z[ recovery-image] Oct 15 21:42:45.616 INFO O| Oct 15 21:42:45.616 INFO O| Download: 13010/15836 items 140.7/173.3MB 81% complete (3.0M/s)
37692024-10-15T21:42:51.158Z[ recovery-image] Oct 15 21:42:50.649 INFO O| Oct 15 21:42:50.649 INFO O| Download: 14276/15836 items 145.1/173.3MB 83% complete (762k/s)
37702024-10-15T21:42:51.460Z[ host-image] Oct 15 21:42:50.951 INFO O| Oct 15 21:42:50.951 INFO O| Download: 21913/22734 items 188.6/196.5MB 95% complete (1.1M/s)
37712024-10-15T21:42:56.460Z[ host-image] Oct 15 21:42:55.951 INFO O| Oct 15 21:42:55.951 INFO O| Download: 22372/22734 items 195.6/196.5MB 99% complete (1.6M/s)
37722024-10-15T21:42:58.116Z[ recovery-image] Oct 15 21:42:57.606 INFO O| Oct 15 21:42:57.606 INFO O| Download: 14759/15836 items 153.5/173.3MB 88% complete (1.3M/s)
37732024-10-15T21:42:58.294Z[ host-image] Oct 15 21:42:57.785 INFO O| Oct 15 21:42:57.785 INFO O| Download: Completed 196.54 MB in 145.92 seconds (1.3M/s)
37742024-10-15T21:42:59.932Z[ host-image] Oct 15 21:42:59.423 INFO O| Oct 15 21:42:59.423 INFO O| Actions: 1/49270 actions (Installing new actions)
37752024-10-15T21:43:03.181Z[ recovery-image] Oct 15 21:43:02.672 INFO O| Oct 15 21:43:02.672 INFO O| Download: 15550/15836 items 166.2/173.3MB 95% complete (1.9M/s)
37762024-10-15T21:43:04.933Z[ host-image] Oct 15 21:43:04.424 INFO O| Oct 15 21:43:04.424 INFO O| Actions: 9220/49270 actions (Installing new actions)
37772024-10-15T21:43:06.157Z[ recovery-image] Oct 15 21:43:05.648 INFO O| Oct 15 21:43:05.648 INFO O| Download: Completed 173.30 MB in 126.86 seconds (1.4M/s)
37782024-10-15T21:43:08.580Z[ recovery-image] Oct 15 21:43:08.064 INFO O| Oct 15 21:43:08.064 INFO O| Actions: 1/24971 actions (Installing new actions)
37792024-10-15T21:43:09.941Z[ host-image] Oct 15 21:43:09.424 INFO O| Oct 15 21:43:09.424 INFO O| Actions: 15945/49270 actions (Installing new actions)
37802024-10-15T21:43:13.574Z[ recovery-image] Oct 15 21:43:13.065 INFO O| Oct 15 21:43:13.065 INFO O| Actions: 8243/24971 actions (Installing new actions)
37812024-10-15T21:43:14.935Z[ host-image] Oct 15 21:43:14.424 INFO O| Oct 15 21:43:14.424 INFO O| Actions: 21786/49270 actions (Installing new actions)
37822024-10-15T21:43:18.596Z[ recovery-image] Oct 15 21:43:18.087 INFO O| Oct 15 21:43:18.087 INFO O| Actions: 14415/24971 actions (Installing new actions)
37832024-10-15T21:43:19.933Z[ host-image] Oct 15 21:43:19.424 INFO O| Oct 15 21:43:19.424 INFO O| Actions: 41293/49270 actions (Installing new actions)
37842024-10-15T21:43:23.782Z[ recovery-image] Oct 15 21:43:23.273 INFO O| Oct 15 21:43:23.273 INFO O| Actions: 24418/24971 actions (Installing new actions)
37852024-10-15T21:43:25.003Z[ host-image] Oct 15 21:43:24.494 INFO O| Oct 15 21:43:24.494 INFO O| Actions: 48807/49270 actions (Installing new actions)
37862024-10-15T21:43:27.403Z[ host-image] Oct 15 21:43:26.893 INFO O| Oct 15 21:43:26.893 INFO O| Actions: Completed 49270 actions in 27.46 seconds.
37872024-10-15T21:43:27.738Z[ recovery-image] Oct 15 21:43:27.229 INFO O| Oct 15 21:43:27.229 INFO O| Actions: Completed 24971 actions in 19.16 seconds.
37882024-10-15T21:43:28.035Z[ host-image] Oct 15 21:43:27.525 INFO O| Oct 15 21:43:27.525 INFO O| Done
37892024-10-15T21:43:28.035Z[ host-image] Oct 15 21:43:27.526 INFO O| Oct 15 21:43:27.525 INFO O| Done
37902024-10-15T21:43:28.561Z[ recovery-image] Oct 15 21:43:28.049 INFO O| Oct 15 21:43:28.049 INFO O| Done
37912024-10-15T21:43:28.561Z[ recovery-image] Oct 15 21:43:28.049 INFO O| Oct 15 21:43:28.049 INFO O| Done
37922024-10-15T21:43:29.538Z[ host-image] Oct 15 21:43:29.029 INFO O| Oct 15 21:43:29.029 INFO O| Done
37932024-10-15T21:43:29.979Z[ recovery-image] Oct 15 21:43:29.470 INFO O| Oct 15 21:43:29.470 INFO O| Done
37942024-10-15T21:43:31.720Z[ recovery-image] Oct 15 21:43:31.210 INFO O| Oct 15 21:43:31.210 INFO O| Done
37952024-10-15T21:43:31.741Z[ recovery-image] Oct 15 21:43:31.232 INFO O| Oct 15 21:43:31.232 INFO O| Done
37962024-10-15T21:43:32.149Z[ host-image] Oct 15 21:43:31.640 INFO O| Oct 15 21:43:31.640 INFO O| Done
37972024-10-15T21:43:32.186Z[ host-image] Oct 15 21:43:31.677 INFO O| Oct 15 21:43:31.677 INFO O| Done
37982024-10-15T21:43:36.815Z[ recovery-image] Oct 15 21:43:36.306 INFO O| Oct 15 21:43:36.306 INFO O| Done
37992024-10-15T21:43:37.533Z[ recovery-image] Oct 15 21:43:37.024 INFO O| Oct 15 21:43:37.024 INFO O| Done
38002024-10-15T21:43:37.917Z[ recovery-image] Oct 15 21:43:37.408 INFO O| Oct 15 21:43:37.407 INFO STEP 11 (pkg_install) COMPLETE
38012024-10-15T21:43:37.917Z[ recovery-image] Oct 15 21:43:37.408 INFO O| Oct 15 21:43:37.407 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38022024-10-15T21:43:37.917Z[ recovery-image] Oct 15 21:43:37.408 INFO O| Oct 15 21:43:37.408 INFO skip step because feature "recovery" is enabled
38032024-10-15T21:43:37.919Z[ recovery-image] Oct 15 21:43:37.408 INFO O| Oct 15 21:43:37.408 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38042024-10-15T21:43:37.919Z[ recovery-image] Oct 15 21:43:37.408 INFO O| Oct 15 21:43:37.408 INFO skip step because feature "omicron1" is not enabled
38052024-10-15T21:43:37.919Z[ recovery-image] Oct 15 21:43:37.408 INFO O| Oct 15 21:43:37.408 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38062024-10-15T21:43:37.935Z[ recovery-image] Oct 15 21:43:37.426 INFO O| Oct 15 21:43:37.426 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
38072024-10-15T21:43:39.208Z[ recovery-image] Oct 15 21:43:38.699 INFO O| Oct 15 21:43:38.698 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38082024-10-15T21:43:40.300Z[ host-image] Oct 15 21:43:39.791 INFO O| Oct 15 21:43:39.791 INFO O| Done
38092024-10-15T21:43:41.325Z[ host-image] Oct 15 21:43:40.816 INFO O| Oct 15 21:43:40.816 INFO O| Done
38102024-10-15T21:43:41.727Z[ host-image] Oct 15 21:43:41.218 INFO O| Oct 15 21:43:41.218 INFO STEP 11 (pkg_install) COMPLETE
38112024-10-15T21:43:41.727Z[ host-image] Oct 15 21:43:41.218 INFO O| Oct 15 21:43:41.218 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38122024-10-15T21:43:41.745Z[ host-image] Oct 15 21:43:41.236 INFO O| Oct 15 21:43:41.236 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
38132024-10-15T21:43:42.587Z[ recovery-image] Oct 15 21:43:42.078 INFO O| Oct 15 21:43:42.078 INFO O| Planning: Solver setup ... Done
38142024-10-15T21:43:42.593Z[ recovery-image] Oct 15 21:43:42.084 INFO O| Oct 15 21:43:42.084 INFO O| Planning: Running solver ... Done
38152024-10-15T21:43:42.663Z[ recovery-image] Oct 15 21:43:42.154 INFO O| Oct 15 21:43:42.154 INFO O| Planning: Finding local manifests ... Done
38162024-10-15T21:43:42.666Z[ recovery-image] Oct 15 21:43:42.155 INFO O| Oct 15 21:43:42.155 INFO O| Planning: Fetching manifests: 0/1 0% complete
38172024-10-15T21:43:42.834Z[ recovery-image] Oct 15 21:43:42.325 INFO O| Oct 15 21:43:42.325 INFO O| Planning: Fetching manifests: 1/1 100% complete
38182024-10-15T21:43:42.866Z[ recovery-image] Oct 15 21:43:42.357 INFO O| Oct 15 21:43:42.357 INFO O| Planning: Package planning ... Done
38192024-10-15T21:43:42.868Z[ recovery-image] Oct 15 21:43:42.358 INFO O| Oct 15 21:43:42.358 INFO O| Planning: Merging actions ... Done
38202024-10-15T21:43:42.953Z[ host-image] Oct 15 21:43:42.444 INFO O| Oct 15 21:43:42.443 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38212024-10-15T21:43:42.969Z[ recovery-image] Oct 15 21:43:42.460 INFO O| Oct 15 21:43:42.460 INFO O| Planning: Checking for conflicting actions ... Done
38222024-10-15T21:43:42.973Z[ recovery-image] Oct 15 21:43:42.461 INFO O| Oct 15 21:43:42.461 INFO O| Planning: Consolidating action changes ... Done
38232024-10-15T21:43:43.305Z[ recovery-image] Oct 15 21:43:42.796 INFO O| Oct 15 21:43:42.796 INFO O| Planning: Evaluating mediators ... Done
38242024-10-15T21:43:43.308Z[ recovery-image] Oct 15 21:43:42.797 INFO O| Oct 15 21:43:42.797 INFO O| Planning: Planning completed in 4.10 seconds
38252024-10-15T21:43:43.310Z[ recovery-image] Oct 15 21:43:42.799 INFO O| Oct 15 21:43:42.799 INFO O| Packages to install: 1
38262024-10-15T21:43:43.327Z[ recovery-image] Oct 15 21:43:42.818 INFO O| Oct 15 21:43:42.818 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
38272024-10-15T21:43:44.410Z[ recovery-image] Oct 15 21:43:43.877 INFO O| Oct 15 21:43:43.877 INFO O| Download: Completed 20.80 MB in 1.06 seconds (19.7M/s)
38282024-10-15T21:43:44.494Z[ recovery-image] Oct 15 21:43:43.985 INFO O| Oct 15 21:43:43.985 INFO O| Actions: 1/22 actions (Installing new actions)
38292024-10-15T21:43:45.355Z[ recovery-image] Oct 15 21:43:44.846 INFO O| Oct 15 21:43:44.846 INFO O| Actions: Completed 22 actions in 0.86 seconds.
38302024-10-15T21:43:45.836Z[ recovery-image] Oct 15 21:43:45.327 INFO O| Oct 15 21:43:45.327 INFO O| Done
38312024-10-15T21:43:45.836Z[ recovery-image] Oct 15 21:43:45.327 INFO O| Oct 15 21:43:45.327 INFO O| Done
38322024-10-15T21:43:46.735Z[ recovery-image] Oct 15 21:43:46.226 INFO O| Oct 15 21:43:46.226 INFO O| Done
38332024-10-15T21:43:47.037Z[ host-image] Oct 15 21:43:46.528 INFO O| Oct 15 21:43:46.528 INFO O| Planning: Solver setup ... Done
38342024-10-15T21:43:47.045Z[ host-image] Oct 15 21:43:46.536 INFO O| Oct 15 21:43:46.536 INFO O| Planning: Running solver ... Done
38352024-10-15T21:43:47.143Z[ host-image] Oct 15 21:43:46.634 INFO O| Oct 15 21:43:46.634 INFO O| Planning: Finding local manifests ... Done
38362024-10-15T21:43:47.146Z[ host-image] Oct 15 21:43:46.636 INFO O| Oct 15 21:43:46.636 INFO O| Planning: Fetching manifests: 0/4 0% complete
38372024-10-15T21:43:47.338Z[ host-image] Oct 15 21:43:46.829 INFO O| Oct 15 21:43:46.829 INFO O| Planning: Fetching manifests: 4/4 100% complete
38382024-10-15T21:43:47.426Z[ host-image] Oct 15 21:43:46.865 INFO O| Oct 15 21:43:46.865 INFO O| Planning: Package planning ... Done
38392024-10-15T21:43:47.426Z[ host-image] Oct 15 21:43:46.870 INFO O| Oct 15 21:43:46.870 INFO O| Planning: Merging actions ... Done
38402024-10-15T21:43:47.524Z[ host-image] Oct 15 21:43:47.015 INFO O| Oct 15 21:43:47.015 INFO O| Planning: Checking for conflicting actions ... Done
38412024-10-15T21:43:47.526Z[ host-image] Oct 15 21:43:47.017 INFO O| Oct 15 21:43:47.017 INFO O| Planning: Consolidating action changes ... Done
38422024-10-15T21:43:47.837Z[ host-image] Oct 15 21:43:47.327 INFO O| Oct 15 21:43:47.327 INFO O| Planning: Evaluating mediators ... Done
38432024-10-15T21:43:47.839Z[ host-image] Oct 15 21:43:47.329 INFO O| Oct 15 21:43:47.329 INFO O| Planning: Planning completed in 4.89 seconds
38442024-10-15T21:43:47.842Z[ host-image] Oct 15 21:43:47.332 INFO O| Oct 15 21:43:47.332 INFO O| Packages to install: 4
38452024-10-15T21:43:47.842Z[ host-image] Oct 15 21:43:47.332 INFO O| Oct 15 21:43:47.332 INFO O| Services to change: 2
38462024-10-15T21:43:47.863Z[ host-image] Oct 15 21:43:47.354 INFO O| Oct 15 21:43:47.354 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
38472024-10-15T21:43:48.386Z[ recovery-image] Oct 15 21:43:47.877 INFO O| Oct 15 21:43:47.877 INFO O| Done
38482024-10-15T21:43:48.408Z[ recovery-image] Oct 15 21:43:47.899 INFO O| Oct 15 21:43:47.899 INFO O| Done
38492024-10-15T21:43:48.411Z[ recovery-image] Oct 15 21:43:47.899 INFO O| Oct 15 21:43:47.899 INFO O| Done
38502024-10-15T21:43:48.425Z[ recovery-image] Oct 15 21:43:47.916 INFO O| Oct 15 21:43:47.916 INFO O| Done
38512024-10-15T21:43:48.567Z[ recovery-image] Oct 15 21:43:48.058 INFO O| Oct 15 21:43:48.058 INFO STEP 14 (pkg_install) COMPLETE
38522024-10-15T21:43:48.567Z[ recovery-image] Oct 15 21:43:48.058 INFO O| Oct 15 21:43:48.058 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38532024-10-15T21:43:48.577Z[ recovery-image] Oct 15 21:43:48.058 INFO O| Oct 15 21:43:48.058 INFO skip step because feature "mfg" is not enabled
38542024-10-15T21:43:48.577Z[ recovery-image] Oct 15 21:43:48.058 INFO O| Oct 15 21:43:48.058 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38552024-10-15T21:43:48.577Z[ recovery-image] Oct 15 21:43:48.058 INFO O| Oct 15 21:43:48.058 INFO skip step because feature "compliance" is not enabled
38562024-10-15T21:43:48.577Z[ recovery-image] Oct 15 21:43:48.058 INFO O| Oct 15 21:43:48.058 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38572024-10-15T21:43:48.577Z[ recovery-image] Oct 15 21:43:48.058 INFO O| Oct 15 21:43:48.058 INFO skip step because feature "stress" is not enabled
38582024-10-15T21:43:48.577Z[ recovery-image] Oct 15 21:43:48.058 INFO O| Oct 15 21:43:48.058 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38592024-10-15T21:43:48.577Z[ recovery-image] Oct 15 21:43:48.058 INFO O| Oct 15 21:43:48.058 INFO skip step because feature "nfs" is not enabled
38602024-10-15T21:43:48.577Z[ recovery-image] Oct 15 21:43:48.058 INFO O| Oct 15 21:43:48.058 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38612024-10-15T21:43:48.578Z[ recovery-image] Oct 15 21:43:48.058 INFO O| Oct 15 21:43:48.058 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38622024-10-15T21:43:48.652Z[ recovery-image] Oct 15 21:43:48.143 INFO O| Oct 15 21:43:48.143 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38632024-10-15T21:43:48.758Z[ recovery-image] Oct 15 21:43:48.248 INFO O| Oct 15 21:43:48.248 INFO completed processing gimlet/ramdisk-01-os
38642024-10-15T21:43:48.760Z[ recovery-image] Oct 15 21:43:48.252 INFO image builder template: ramdisk-02-trim...
38652024-10-15T21:43:48.763Z[ recovery-image] Oct 15 21:43:48.252 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/.tmpyJO0YQ/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
38662024-10-15T21:43:48.797Z[ recovery-image] Oct 15 21:43:48.288 INFO O| Oct 15 21:43:48.288 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38672024-10-15T21:43:48.803Z[ recovery-image] Oct 15 21:43:48.295 INFO O| Oct 15 21:43:48.295 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38682024-10-15T21:43:48.880Z[ recovery-image] Oct 15 21:43:48.370 INFO O| Oct 15 21:43:48.370 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
38692024-10-15T21:43:48.949Z[ recovery-image] Oct 15 21:43:48.440 INFO O| Oct 15 21:43:48.440 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38702024-10-15T21:43:48.952Z[ recovery-image] Oct 15 21:43:48.440 INFO O| Oct 15 21:43:48.440 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38712024-10-15T21:43:48.966Z[ recovery-image] Oct 15 21:43:48.448 INFO O| Oct 15 21:43:48.448 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38722024-10-15T21:43:48.970Z[ recovery-image] Oct 15 21:43:48.454 INFO O| Oct 15 21:43:48.454 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38732024-10-15T21:43:48.970Z[ recovery-image] Oct 15 21:43:48.461 INFO O| Oct 15 21:43:48.461 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38742024-10-15T21:43:48.974Z[ host-image] Oct 15 21:43:48.465 INFO O| Oct 15 21:43:48.465 INFO O| Download: Completed 1.39 MB in 1.11 seconds (1.2M/s)
38752024-10-15T21:43:49.013Z[ host-image] Oct 15 21:43:48.504 INFO O| Oct 15 21:43:48.504 INFO O| Actions: 1/238 actions (Installing new actions)
38762024-10-15T21:43:49.175Z[ host-image] Oct 15 21:43:48.666 INFO O| Oct 15 21:43:48.666 INFO O| Actions: Completed 238 actions in 0.16 seconds.
38772024-10-15T21:43:49.228Z[ recovery-image] Oct 15 21:43:48.719 INFO O| Oct 15 21:43:48.719 INFO rolled back to input snapshot; work may begin
38782024-10-15T21:43:49.228Z[ recovery-image] Oct 15 21:43:48.719 INFO O| Oct 15 21:43:48.719 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38792024-10-15T21:43:49.236Z[ recovery-image] Oct 15 21:43:48.727 INFO O| Oct 15 21:43:48.727 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38802024-10-15T21:43:49.254Z[ recovery-image] Oct 15 21:43:48.745 INFO O| Oct 15 21:43:48.744 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
38812024-10-15T21:43:49.331Z[ recovery-image] Oct 15 21:43:48.822 INFO O| Oct 15 21:43:48.822 INFO STEP 0 (remove_files) COMPLETE
38822024-10-15T21:43:49.331Z[ recovery-image] Oct 15 21:43:48.822 INFO O| Oct 15 21:43:48.822 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38832024-10-15T21:43:49.348Z[ recovery-image] Oct 15 21:43:48.839 INFO O| Oct 15 21:43:48.839 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
38842024-10-15T21:43:49.352Z[ recovery-image] Oct 15 21:43:48.842 INFO O| Oct 15 21:43:48.841 INFO STEP 1 (remove_files) COMPLETE
38852024-10-15T21:43:49.352Z[ recovery-image] Oct 15 21:43:48.842 INFO O| Oct 15 21:43:48.842 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38862024-10-15T21:43:49.367Z[ recovery-image] Oct 15 21:43:48.858 INFO O| Oct 15 21:43:48.858 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
38872024-10-15T21:43:49.390Z[ recovery-image] Oct 15 21:43:48.881 INFO O| Oct 15 21:43:48.881 INFO STEP 2 (remove_files) COMPLETE
38882024-10-15T21:43:49.390Z[ recovery-image] Oct 15 21:43:48.881 INFO O| Oct 15 21:43:48.881 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38892024-10-15T21:43:49.444Z[ recovery-image] Oct 15 21:43:48.935 INFO O| Oct 15 21:43:48.935 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
38902024-10-15T21:43:49.447Z[ recovery-image] Oct 15 21:43:48.938 INFO O| Oct 15 21:43:48.938 INFO STEP 3 (remove_files) COMPLETE
38912024-10-15T21:43:49.449Z[ recovery-image] Oct 15 21:43:48.938 INFO O| Oct 15 21:43:48.938 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38922024-10-15T21:43:49.465Z[ recovery-image] Oct 15 21:43:48.956 INFO O| Oct 15 21:43:48.956 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
38932024-10-15T21:43:49.472Z[ recovery-image] Oct 15 21:43:48.963 INFO O| Oct 15 21:43:48.963 INFO STEP 4 (remove_files) COMPLETE
38942024-10-15T21:43:49.473Z[ recovery-image] Oct 15 21:43:48.963 INFO O| Oct 15 21:43:48.963 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38952024-10-15T21:43:49.491Z[ recovery-image] Oct 15 21:43:48.982 INFO O| Oct 15 21:43:48.982 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
38962024-10-15T21:43:49.494Z[ recovery-image] Oct 15 21:43:48.983 INFO O| Oct 15 21:43:48.983 INFO STEP 5 (remove_files) COMPLETE
38972024-10-15T21:43:49.494Z[ recovery-image] Oct 15 21:43:48.983 INFO O| Oct 15 21:43:48.983 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38982024-10-15T21:43:49.510Z[ recovery-image] Oct 15 21:43:49.001 INFO O| Oct 15 21:43:49.001 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
38992024-10-15T21:43:49.529Z[ recovery-image] Oct 15 21:43:49.020 INFO O| Oct 15 21:43:49.020 INFO STEP 6 (remove_files) COMPLETE
39002024-10-15T21:43:49.529Z[ recovery-image] Oct 15 21:43:49.020 INFO O| Oct 15 21:43:49.020 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39012024-10-15T21:43:49.534Z[ recovery-image] Oct 15 21:43:49.020 INFO O| Oct 15 21:43:49.020 INFO skip step because feature "recovery" is enabled
39022024-10-15T21:43:49.534Z[ recovery-image] Oct 15 21:43:49.020 INFO O| Oct 15 21:43:49.020 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39032024-10-15T21:43:49.534Z[ recovery-image] Oct 15 21:43:49.020 INFO O| Oct 15 21:43:49.020 INFO skip step because feature "recovery" is enabled
39042024-10-15T21:43:49.534Z[ recovery-image] Oct 15 21:43:49.020 INFO O| Oct 15 21:43:49.020 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39052024-10-15T21:43:49.534Z[ recovery-image] Oct 15 21:43:49.020 INFO O| Oct 15 21:43:49.020 INFO skip step because feature "recovery" is enabled
39062024-10-15T21:43:49.534Z[ recovery-image] Oct 15 21:43:49.021 INFO O| Oct 15 21:43:49.020 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39072024-10-15T21:43:49.547Z[ recovery-image] Oct 15 21:43:49.038 INFO O| Oct 15 21:43:49.038 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
39082024-10-15T21:43:49.553Z[ recovery-image] Oct 15 21:43:49.044 INFO O| Oct 15 21:43:49.044 INFO STEP 10 (remove_files) COMPLETE
39092024-10-15T21:43:49.556Z[ recovery-image] Oct 15 21:43:49.044 INFO O| Oct 15 21:43:49.044 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39102024-10-15T21:43:49.571Z[ recovery-image] Oct 15 21:43:49.062 INFO O| Oct 15 21:43:49.062 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
39112024-10-15T21:43:49.573Z[ recovery-image] Oct 15 21:43:49.063 INFO O| Oct 15 21:43:49.063 INFO STEP 11 (remove_files) COMPLETE
39122024-10-15T21:43:49.573Z[ recovery-image] Oct 15 21:43:49.063 INFO O| Oct 15 21:43:49.063 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39132024-10-15T21:43:49.589Z[ recovery-image] Oct 15 21:43:49.080 INFO O| Oct 15 21:43:49.080 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
39142024-10-15T21:43:49.592Z[ recovery-image] Oct 15 21:43:49.083 INFO O| Oct 15 21:43:49.083 INFO STEP 12 (remove_files) COMPLETE
39152024-10-15T21:43:49.592Z[ recovery-image] Oct 15 21:43:49.083 INFO O| Oct 15 21:43:49.083 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39162024-10-15T21:43:49.620Z[ host-image] Oct 15 21:43:49.110 INFO O| Oct 15 21:43:49.110 INFO O| Done
39172024-10-15T21:43:49.620Z[ host-image] Oct 15 21:43:49.110 INFO O| Oct 15 21:43:49.110 INFO O| Done
39182024-10-15T21:43:49.624Z[ recovery-image] Oct 15 21:43:49.111 INFO O| Oct 15 21:43:49.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
39192024-10-15T21:43:49.777Z[ recovery-image] Oct 15 21:43:49.268 INFO O| Oct 15 21:43:49.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
39202024-10-15T21:43:49.780Z[ recovery-image] Oct 15 21:43:49.271 INFO O| Oct 15 21:43:49.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
39212024-10-15T21:43:49.795Z[ recovery-image] Oct 15 21:43:49.286 INFO O| Oct 15 21:43:49.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
39222024-10-15T21:43:49.813Z[ recovery-image] Oct 15 21:43:49.303 INFO O| Oct 15 21:43:49.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
39232024-10-15T21:43:50.003Z[ recovery-image] Oct 15 21:43:49.494 INFO O| Oct 15 21:43:49.494 INFO STEP 13 (remove_files) COMPLETE
39242024-10-15T21:43:50.003Z[ recovery-image] Oct 15 21:43:49.494 INFO O| Oct 15 21:43:49.494 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39252024-10-15T21:43:50.022Z[ recovery-image] Oct 15 21:43:49.513 INFO O| Oct 15 21:43:49.513 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
39262024-10-15T21:43:50.025Z[ recovery-image] Oct 15 21:43:49.516 INFO O| Oct 15 21:43:49.516 INFO STEP 14 (remove_files) COMPLETE
39272024-10-15T21:43:50.025Z[ recovery-image] Oct 15 21:43:49.516 INFO O| Oct 15 21:43:49.516 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39282024-10-15T21:43:50.044Z[ recovery-image] Oct 15 21:43:49.533 INFO O| Oct 15 21:43:49.533 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
39292024-10-15T21:43:50.053Z[ recovery-image] Oct 15 21:43:49.544 INFO O| Oct 15 21:43:49.544 INFO STEP 15 (remove_files) COMPLETE
39302024-10-15T21:43:50.053Z[ recovery-image] Oct 15 21:43:49.544 INFO O| Oct 15 21:43:49.544 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39312024-10-15T21:43:50.072Z[ recovery-image] Oct 15 21:43:49.563 INFO O| Oct 15 21:43:49.563 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
39322024-10-15T21:43:50.076Z[ recovery-image] Oct 15 21:43:49.564 INFO O| Oct 15 21:43:49.564 INFO STEP 16 (remove_files) COMPLETE
39332024-10-15T21:43:50.076Z[ recovery-image] Oct 15 21:43:49.564 INFO O| Oct 15 21:43:49.564 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39342024-10-15T21:43:50.089Z[ recovery-image] Oct 15 21:43:49.580 INFO O| Oct 15 21:43:49.580 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
39352024-10-15T21:43:50.091Z[ recovery-image] Oct 15 21:43:49.582 INFO O| Oct 15 21:43:49.582 INFO STEP 17 (remove_files) COMPLETE
39362024-10-15T21:43:50.092Z[ recovery-image] Oct 15 21:43:49.582 INFO O| Oct 15 21:43:49.582 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39372024-10-15T21:43:50.107Z[ recovery-image] Oct 15 21:43:49.598 INFO O| Oct 15 21:43:49.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
39382024-10-15T21:43:50.107Z[ recovery-image] Oct 15 21:43:49.598 INFO O| Oct 15 21:43:49.598 INFO STEP 18 (remove_files) COMPLETE
39392024-10-15T21:43:50.110Z[ recovery-image] Oct 15 21:43:49.598 INFO O| Oct 15 21:43:49.598 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39402024-10-15T21:43:50.134Z[ recovery-image] Oct 15 21:43:49.625 INFO O| Oct 15 21:43:49.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
39412024-10-15T21:43:50.134Z[ recovery-image] Oct 15 21:43:49.625 INFO O| Oct 15 21:43:49.625 INFO STEP 19 (remove_files) COMPLETE
39422024-10-15T21:43:50.134Z[ recovery-image] Oct 15 21:43:49.625 INFO O| Oct 15 21:43:49.625 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39432024-10-15T21:43:50.151Z[ recovery-image] Oct 15 21:43:49.642 INFO O| Oct 15 21:43:49.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
39442024-10-15T21:43:50.151Z[ recovery-image] Oct 15 21:43:49.642 INFO O| Oct 15 21:43:49.642 INFO STEP 20 (remove_files) COMPLETE
39452024-10-15T21:43:50.151Z[ recovery-image] Oct 15 21:43:49.642 INFO O| Oct 15 21:43:49.642 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39462024-10-15T21:43:50.211Z[ recovery-image] Oct 15 21:43:49.702 INFO O| Oct 15 21:43:49.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
39472024-10-15T21:43:50.211Z[ recovery-image] Oct 15 21:43:49.702 INFO O| Oct 15 21:43:49.702 INFO STEP 21 (remove_files) COMPLETE
39482024-10-15T21:43:50.211Z[ recovery-image] Oct 15 21:43:49.702 INFO O| Oct 15 21:43:49.702 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39492024-10-15T21:43:50.234Z[ recovery-image] Oct 15 21:43:49.725 INFO O| Oct 15 21:43:49.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
39502024-10-15T21:43:50.235Z[ recovery-image] Oct 15 21:43:49.725 INFO O| Oct 15 21:43:49.725 INFO STEP 22 (remove_files) COMPLETE
39512024-10-15T21:43:50.235Z[ recovery-image] Oct 15 21:43:49.725 INFO O| Oct 15 21:43:49.725 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39522024-10-15T21:43:50.252Z[ recovery-image] Oct 15 21:43:49.743 INFO O| Oct 15 21:43:49.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
39532024-10-15T21:43:50.252Z[ recovery-image] Oct 15 21:43:49.743 INFO O| Oct 15 21:43:49.743 INFO STEP 23 (remove_files) COMPLETE
39542024-10-15T21:43:50.255Z[ recovery-image] Oct 15 21:43:49.743 INFO O| Oct 15 21:43:49.743 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39552024-10-15T21:43:50.291Z[ recovery-image] Oct 15 21:43:49.781 INFO O| Oct 15 21:43:49.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
39562024-10-15T21:43:50.291Z[ recovery-image] Oct 15 21:43:49.781 INFO O| Oct 15 21:43:49.781 INFO STEP 24 (remove_files) COMPLETE
39572024-10-15T21:43:50.291Z[ recovery-image] Oct 15 21:43:49.782 INFO O| Oct 15 21:43:49.781 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39582024-10-15T21:43:50.305Z[ recovery-image] Oct 15 21:43:49.797 INFO O| Oct 15 21:43:49.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
39592024-10-15T21:43:50.308Z[ recovery-image] Oct 15 21:43:49.797 INFO O| Oct 15 21:43:49.797 INFO STEP 25 (remove_files) COMPLETE
39602024-10-15T21:43:50.308Z[ recovery-image] Oct 15 21:43:49.797 INFO O| Oct 15 21:43:49.797 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39612024-10-15T21:43:50.323Z[ recovery-image] Oct 15 21:43:49.814 INFO O| Oct 15 21:43:49.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
39622024-10-15T21:43:50.325Z[ recovery-image] Oct 15 21:43:49.814 INFO O| Oct 15 21:43:49.814 INFO STEP 26 (remove_files) COMPLETE
39632024-10-15T21:43:50.325Z[ recovery-image] Oct 15 21:43:49.814 INFO O| Oct 15 21:43:49.814 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39642024-10-15T21:43:50.356Z[ recovery-image] Oct 15 21:43:49.847 INFO O| Oct 15 21:43:49.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
39652024-10-15T21:43:50.356Z[ recovery-image] Oct 15 21:43:49.847 INFO O| Oct 15 21:43:49.847 INFO STEP 27 (remove_files) COMPLETE
39662024-10-15T21:43:50.358Z[ recovery-image] Oct 15 21:43:49.847 INFO O| Oct 15 21:43:49.847 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39672024-10-15T21:43:50.372Z[ recovery-image] Oct 15 21:43:49.863 INFO O| Oct 15 21:43:49.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
39682024-10-15T21:43:50.372Z[ recovery-image] Oct 15 21:43:49.863 INFO O| Oct 15 21:43:49.863 INFO STEP 28 (remove_files) COMPLETE
39692024-10-15T21:43:50.372Z[ recovery-image] Oct 15 21:43:49.864 INFO O| Oct 15 21:43:49.863 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39702024-10-15T21:43:50.389Z[ recovery-image] Oct 15 21:43:49.880 INFO O| Oct 15 21:43:49.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
39712024-10-15T21:43:50.389Z[ recovery-image] Oct 15 21:43:49.880 INFO O| Oct 15 21:43:49.880 INFO STEP 29 (remove_files) COMPLETE
39722024-10-15T21:43:50.389Z[ recovery-image] Oct 15 21:43:49.880 INFO O| Oct 15 21:43:49.880 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39732024-10-15T21:43:50.404Z[ recovery-image] Oct 15 21:43:49.895 INFO O| Oct 15 21:43:49.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
39742024-10-15T21:43:50.404Z[ recovery-image] Oct 15 21:43:49.896 INFO O| Oct 15 21:43:49.895 INFO STEP 30 (remove_files) COMPLETE
39752024-10-15T21:43:50.407Z[ recovery-image] Oct 15 21:43:49.896 INFO O| Oct 15 21:43:49.895 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39762024-10-15T21:43:50.421Z[ recovery-image] Oct 15 21:43:49.912 INFO O| Oct 15 21:43:49.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
39772024-10-15T21:43:50.421Z[ recovery-image] Oct 15 21:43:49.912 INFO O| Oct 15 21:43:49.912 INFO STEP 31 (remove_files) COMPLETE
39782024-10-15T21:43:50.423Z[ recovery-image] Oct 15 21:43:49.912 INFO O| Oct 15 21:43:49.912 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39792024-10-15T21:43:50.445Z[ recovery-image] Oct 15 21:43:49.936 INFO O| Oct 15 21:43:49.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
39802024-10-15T21:43:50.445Z[ recovery-image] Oct 15 21:43:49.936 INFO O| Oct 15 21:43:49.936 INFO STEP 32 (remove_files) COMPLETE
39812024-10-15T21:43:50.445Z[ recovery-image] Oct 15 21:43:49.936 INFO O| Oct 15 21:43:49.936 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39822024-10-15T21:43:50.462Z[ recovery-image] Oct 15 21:43:49.953 INFO O| Oct 15 21:43:49.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
39832024-10-15T21:43:50.462Z[ recovery-image] Oct 15 21:43:49.953 INFO O| Oct 15 21:43:49.953 INFO STEP 33 (remove_files) COMPLETE
39842024-10-15T21:43:50.462Z[ recovery-image] Oct 15 21:43:49.953 INFO O| Oct 15 21:43:49.953 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39852024-10-15T21:43:50.478Z[ recovery-image] Oct 15 21:43:49.969 INFO O| Oct 15 21:43:49.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
39862024-10-15T21:43:50.478Z[ recovery-image] Oct 15 21:43:49.969 INFO O| Oct 15 21:43:49.969 INFO STEP 34 (remove_files) COMPLETE
39872024-10-15T21:43:50.478Z[ recovery-image] Oct 15 21:43:49.969 INFO O| Oct 15 21:43:49.969 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39882024-10-15T21:43:50.493Z[ recovery-image] Oct 15 21:43:49.984 INFO O| Oct 15 21:43:49.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
39892024-10-15T21:43:50.494Z[ recovery-image] Oct 15 21:43:49.984 INFO O| Oct 15 21:43:49.984 INFO STEP 35 (remove_files) COMPLETE
39902024-10-15T21:43:50.497Z[ recovery-image] Oct 15 21:43:49.984 INFO O| Oct 15 21:43:49.984 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39912024-10-15T21:43:50.525Z[ host-image] Oct 15 21:43:50.016 INFO O| Oct 15 21:43:50.016 INFO O| Done
39922024-10-15T21:43:50.550Z[ recovery-image] Oct 15 21:43:50.041 INFO O| Oct 15 21:43:50.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
39932024-10-15T21:43:50.550Z[ recovery-image] Oct 15 21:43:50.041 INFO O| Oct 15 21:43:50.041 INFO STEP 36 (remove_files) COMPLETE
39942024-10-15T21:43:50.550Z[ recovery-image] Oct 15 21:43:50.041 INFO O| Oct 15 21:43:50.041 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39952024-10-15T21:43:50.566Z[ recovery-image] Oct 15 21:43:50.057 INFO O| Oct 15 21:43:50.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
39962024-10-15T21:43:50.566Z[ recovery-image] Oct 15 21:43:50.057 INFO O| Oct 15 21:43:50.057 INFO STEP 37 (remove_files) COMPLETE
39972024-10-15T21:43:50.569Z[ recovery-image] Oct 15 21:43:50.058 INFO O| Oct 15 21:43:50.057 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39982024-10-15T21:43:50.583Z[ recovery-image] Oct 15 21:43:50.074 INFO O| Oct 15 21:43:50.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
39992024-10-15T21:43:50.583Z[ recovery-image] Oct 15 21:43:50.074 INFO O| Oct 15 21:43:50.074 INFO STEP 38 (remove_files) COMPLETE
40002024-10-15T21:43:50.585Z[ recovery-image] Oct 15 21:43:50.074 INFO O| Oct 15 21:43:50.074 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40012024-10-15T21:43:50.600Z[ recovery-image] Oct 15 21:43:50.090 INFO O| Oct 15 21:43:50.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
40022024-10-15T21:43:50.600Z[ recovery-image] Oct 15 21:43:50.090 INFO O| Oct 15 21:43:50.090 INFO STEP 39 (remove_files) COMPLETE
40032024-10-15T21:43:50.603Z[ recovery-image] Oct 15 21:43:50.090 INFO O| Oct 15 21:43:50.090 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40042024-10-15T21:43:50.615Z[ recovery-image] Oct 15 21:43:50.106 INFO O| Oct 15 21:43:50.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
40052024-10-15T21:43:50.617Z[ recovery-image] Oct 15 21:43:50.106 INFO O| Oct 15 21:43:50.106 INFO STEP 40 (remove_files) COMPLETE
40062024-10-15T21:43:50.618Z[ recovery-image] Oct 15 21:43:50.106 INFO O| Oct 15 21:43:50.106 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40072024-10-15T21:43:50.634Z[ recovery-image] Oct 15 21:43:50.125 INFO O| Oct 15 21:43:50.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
40082024-10-15T21:43:50.634Z[ recovery-image] Oct 15 21:43:50.125 INFO O| Oct 15 21:43:50.125 INFO STEP 41 (remove_files) COMPLETE
40092024-10-15T21:43:50.637Z[ recovery-image] Oct 15 21:43:50.125 INFO O| Oct 15 21:43:50.125 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40102024-10-15T21:43:50.670Z[ recovery-image] Oct 15 21:43:50.157 INFO O| Oct 15 21:43:50.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
40112024-10-15T21:43:50.670Z[ recovery-image] Oct 15 21:43:50.157 INFO O| Oct 15 21:43:50.157 INFO STEP 42 (remove_files) COMPLETE
40122024-10-15T21:43:50.670Z[ recovery-image] Oct 15 21:43:50.157 INFO O| Oct 15 21:43:50.157 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40132024-10-15T21:43:50.711Z[ recovery-image] Oct 15 21:43:50.173 INFO O| Oct 15 21:43:50.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
40142024-10-15T21:43:50.711Z[ recovery-image] Oct 15 21:43:50.173 INFO O| Oct 15 21:43:50.173 INFO STEP 43 (remove_files) COMPLETE
40152024-10-15T21:43:50.713Z[ recovery-image] Oct 15 21:43:50.173 INFO O| Oct 15 21:43:50.173 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40162024-10-15T21:43:50.713Z[ recovery-image] Oct 15 21:43:50.188 INFO O| Oct 15 21:43:50.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
40172024-10-15T21:43:50.713Z[ recovery-image] Oct 15 21:43:50.189 INFO O| Oct 15 21:43:50.188 INFO STEP 44 (remove_files) COMPLETE
40182024-10-15T21:43:50.713Z[ recovery-image] Oct 15 21:43:50.189 INFO O| Oct 15 21:43:50.189 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40192024-10-15T21:43:50.713Z[ recovery-image] Oct 15 21:43:50.204 INFO O| Oct 15 21:43:50.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
40202024-10-15T21:43:50.713Z[ recovery-image] Oct 15 21:43:50.204 INFO O| Oct 15 21:43:50.204 INFO STEP 45 (remove_files) COMPLETE
40212024-10-15T21:43:50.713Z[ recovery-image] Oct 15 21:43:50.204 INFO O| Oct 15 21:43:50.204 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40222024-10-15T21:43:50.727Z[ recovery-image] Oct 15 21:43:50.218 INFO O| Oct 15 21:43:50.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
40232024-10-15T21:43:50.727Z[ recovery-image] Oct 15 21:43:50.218 INFO O| Oct 15 21:43:50.218 INFO STEP 46 (remove_files) COMPLETE
40242024-10-15T21:43:50.730Z[ recovery-image] Oct 15 21:43:50.218 INFO O| Oct 15 21:43:50.218 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40252024-10-15T21:43:50.741Z[ recovery-image] Oct 15 21:43:50.232 INFO O| Oct 15 21:43:50.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
40262024-10-15T21:43:50.744Z[ recovery-image] Oct 15 21:43:50.232 INFO O| Oct 15 21:43:50.232 INFO STEP 47 (remove_files) COMPLETE
40272024-10-15T21:43:50.744Z[ recovery-image] Oct 15 21:43:50.233 INFO O| Oct 15 21:43:50.232 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40282024-10-15T21:43:50.758Z[ recovery-image] Oct 15 21:43:50.249 INFO O| Oct 15 21:43:50.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
40292024-10-15T21:43:50.760Z[ recovery-image] Oct 15 21:43:50.249 INFO O| Oct 15 21:43:50.249 INFO STEP 48 (remove_files) COMPLETE
40302024-10-15T21:43:50.760Z[ recovery-image] Oct 15 21:43:50.249 INFO O| Oct 15 21:43:50.249 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40312024-10-15T21:43:50.774Z[ recovery-image] Oct 15 21:43:50.265 INFO O| Oct 15 21:43:50.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
40322024-10-15T21:43:50.776Z[ recovery-image] Oct 15 21:43:50.265 INFO O| Oct 15 21:43:50.265 INFO STEP 49 (remove_files) COMPLETE
40332024-10-15T21:43:50.776Z[ recovery-image] Oct 15 21:43:50.265 INFO O| Oct 15 21:43:50.265 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40342024-10-15T21:43:50.789Z[ recovery-image] Oct 15 21:43:50.280 INFO O| Oct 15 21:43:50.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
40352024-10-15T21:43:50.789Z[ recovery-image] Oct 15 21:43:50.280 INFO O| Oct 15 21:43:50.280 INFO STEP 50 (remove_files) COMPLETE
40362024-10-15T21:43:50.789Z[ recovery-image] Oct 15 21:43:50.280 INFO O| Oct 15 21:43:50.280 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40372024-10-15T21:43:50.801Z[ recovery-image] Oct 15 21:43:50.292 INFO O| Oct 15 21:43:50.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
40382024-10-15T21:43:50.801Z[ recovery-image] Oct 15 21:43:50.293 INFO O| Oct 15 21:43:50.293 INFO STEP 51 (remove_files) COMPLETE
40392024-10-15T21:43:50.804Z[ recovery-image] Oct 15 21:43:50.293 INFO O| Oct 15 21:43:50.293 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40402024-10-15T21:43:50.817Z[ recovery-image] Oct 15 21:43:50.308 INFO O| Oct 15 21:43:50.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
40412024-10-15T21:43:50.817Z[ recovery-image] Oct 15 21:43:50.308 INFO O| Oct 15 21:43:50.308 INFO STEP 52 (remove_files) COMPLETE
40422024-10-15T21:43:50.820Z[ recovery-image] Oct 15 21:43:50.308 INFO O| Oct 15 21:43:50.308 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40432024-10-15T21:43:50.833Z[ recovery-image] Oct 15 21:43:50.324 INFO O| Oct 15 21:43:50.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
40442024-10-15T21:43:50.833Z[ recovery-image] Oct 15 21:43:50.325 INFO O| Oct 15 21:43:50.324 INFO STEP 53 (remove_files) COMPLETE
40452024-10-15T21:43:50.836Z[ recovery-image] Oct 15 21:43:50.325 INFO O| Oct 15 21:43:50.325 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40462024-10-15T21:43:50.850Z[ recovery-image] Oct 15 21:43:50.340 INFO O| Oct 15 21:43:50.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
40472024-10-15T21:43:50.850Z[ recovery-image] Oct 15 21:43:50.340 INFO O| Oct 15 21:43:50.340 INFO STEP 54 (remove_files) COMPLETE
40482024-10-15T21:43:50.850Z[ recovery-image] Oct 15 21:43:50.340 INFO O| Oct 15 21:43:50.340 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40492024-10-15T21:43:50.866Z[ recovery-image] Oct 15 21:43:50.356 INFO O| Oct 15 21:43:50.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
40502024-10-15T21:43:50.866Z[ recovery-image] Oct 15 21:43:50.356 INFO O| Oct 15 21:43:50.356 INFO STEP 55 (remove_files) COMPLETE
40512024-10-15T21:43:50.866Z[ recovery-image] Oct 15 21:43:50.356 INFO O| Oct 15 21:43:50.356 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40522024-10-15T21:43:50.881Z[ recovery-image] Oct 15 21:43:50.373 INFO O| Oct 15 21:43:50.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
40532024-10-15T21:43:50.881Z[ recovery-image] Oct 15 21:43:50.373 INFO O| Oct 15 21:43:50.373 INFO STEP 56 (remove_files) COMPLETE
40542024-10-15T21:43:50.884Z[ recovery-image] Oct 15 21:43:50.373 INFO O| Oct 15 21:43:50.373 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40552024-10-15T21:43:50.897Z[ recovery-image] Oct 15 21:43:50.388 INFO O| Oct 15 21:43:50.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
40562024-10-15T21:43:50.899Z[ recovery-image] Oct 15 21:43:50.388 INFO O| Oct 15 21:43:50.388 INFO STEP 57 (remove_files) COMPLETE
40572024-10-15T21:43:50.899Z[ recovery-image] Oct 15 21:43:50.388 INFO O| Oct 15 21:43:50.388 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40582024-10-15T21:43:50.913Z[ recovery-image] Oct 15 21:43:50.405 INFO O| Oct 15 21:43:50.404 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
40592024-10-15T21:43:50.913Z[ recovery-image] Oct 15 21:43:50.405 INFO O| Oct 15 21:43:50.405 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
40602024-10-15T21:43:50.917Z[ recovery-image] Oct 15 21:43:50.405 INFO O| Oct 15 21:43:50.405 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40612024-10-15T21:43:50.917Z[ recovery-image] Oct 15 21:43:50.405 INFO O| Oct 15 21:43:50.405 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40622024-10-15T21:43:50.917Z[ recovery-image] Oct 15 21:43:50.405 INFO O| Oct 15 21:43:50.405 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40632024-10-15T21:43:50.917Z[ recovery-image] Oct 15 21:43:50.405 INFO O| Oct 15 21:43:50.405 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40642024-10-15T21:43:50.917Z[ recovery-image] Oct 15 21:43:50.405 INFO O| Oct 15 21:43:50.405 INFO ok!
40652024-10-15T21:43:50.917Z[ recovery-image] Oct 15 21:43:50.405 INFO O| Oct 15 21:43:50.405 INFO STEP 58 (ensure_file) COMPLETE
40662024-10-15T21:43:50.917Z[ recovery-image] Oct 15 21:43:50.405 INFO O| Oct 15 21:43:50.405 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40672024-10-15T21:43:50.932Z[ recovery-image] Oct 15 21:43:50.423 INFO O| Oct 15 21:43:50.423 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
40682024-10-15T21:43:50.934Z[ recovery-image] Oct 15 21:43:50.423 INFO O| Oct 15 21:43:50.423 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
40692024-10-15T21:43:50.935Z[ recovery-image] Oct 15 21:43:50.423 INFO O| Oct 15 21:43:50.423 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40702024-10-15T21:43:50.935Z[ recovery-image] Oct 15 21:43:50.423 INFO O| Oct 15 21:43:50.423 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40712024-10-15T21:43:50.935Z[ recovery-image] Oct 15 21:43:50.423 INFO O| Oct 15 21:43:50.423 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40722024-10-15T21:43:50.935Z[ recovery-image] Oct 15 21:43:50.423 INFO O| Oct 15 21:43:50.423 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40732024-10-15T21:43:50.935Z[ recovery-image] Oct 15 21:43:50.423 INFO O| Oct 15 21:43:50.423 INFO ok!
40742024-10-15T21:43:50.935Z[ recovery-image] Oct 15 21:43:50.423 INFO O| Oct 15 21:43:50.423 INFO STEP 59 (ensure_file) COMPLETE
40752024-10-15T21:43:50.935Z[ recovery-image] Oct 15 21:43:50.423 INFO O| Oct 15 21:43:50.423 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40762024-10-15T21:43:50.949Z[ recovery-image] Oct 15 21:43:50.440 INFO O| Oct 15 21:43:50.439 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
40772024-10-15T21:43:50.949Z[ recovery-image] Oct 15 21:43:50.440 INFO O| Oct 15 21:43:50.440 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
40782024-10-15T21:43:50.949Z[ recovery-image] Oct 15 21:43:50.440 INFO O| Oct 15 21:43:50.440 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
40792024-10-15T21:43:50.952Z[ recovery-image] Oct 15 21:43:50.440 INFO O| Oct 15 21:43:50.440 INFO ok!
40802024-10-15T21:43:50.952Z[ recovery-image] Oct 15 21:43:50.440 INFO O| Oct 15 21:43:50.440 INFO STEP 60 (ensure_file) COMPLETE
40812024-10-15T21:43:50.952Z[ recovery-image] Oct 15 21:43:50.440 INFO O| Oct 15 21:43:50.440 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40822024-10-15T21:43:50.964Z[ recovery-image] Oct 15 21:43:50.454 INFO O| Oct 15 21:43:50.454 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
40832024-10-15T21:43:50.964Z[ recovery-image] Oct 15 21:43:50.454 INFO O| Oct 15 21:43:50.454 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
40842024-10-15T21:43:50.965Z[ recovery-image] Oct 15 21:43:50.455 INFO O| Oct 15 21:43:50.454 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
40852024-10-15T21:43:50.965Z[ recovery-image] Oct 15 21:43:50.455 INFO O| Oct 15 21:43:50.454 INFO ok!
40862024-10-15T21:43:50.965Z[ recovery-image] Oct 15 21:43:50.455 INFO O| Oct 15 21:43:50.455 INFO STEP 61 (ensure_file) COMPLETE
40872024-10-15T21:43:50.965Z[ recovery-image] Oct 15 21:43:50.455 INFO O| Oct 15 21:43:50.455 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40882024-10-15T21:43:50.978Z[ recovery-image] Oct 15 21:43:50.469 INFO O| Oct 15 21:43:50.469 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
40892024-10-15T21:43:50.978Z[ recovery-image] Oct 15 21:43:50.469 INFO O| Oct 15 21:43:50.469 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
40902024-10-15T21:43:50.981Z[ recovery-image] Oct 15 21:43:50.469 INFO O| Oct 15 21:43:50.469 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40912024-10-15T21:43:50.981Z[ recovery-image] Oct 15 21:43:50.469 INFO O| Oct 15 21:43:50.469 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40922024-10-15T21:43:50.981Z[ recovery-image] Oct 15 21:43:50.469 INFO O| Oct 15 21:43:50.469 INFO ok!
40932024-10-15T21:43:50.981Z[ recovery-image] Oct 15 21:43:50.470 INFO O| Oct 15 21:43:50.469 INFO STEP 62 (ensure_file) COMPLETE
40942024-10-15T21:43:50.981Z[ recovery-image] Oct 15 21:43:50.470 INFO O| Oct 15 21:43:50.470 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40952024-10-15T21:43:50.994Z[ recovery-image] Oct 15 21:43:50.485 INFO O| Oct 15 21:43:50.485 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
40962024-10-15T21:43:50.994Z[ recovery-image] Oct 15 21:43:50.485 INFO O| Oct 15 21:43:50.485 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
40972024-10-15T21:43:50.997Z[ recovery-image] Oct 15 21:43:50.485 INFO O| Oct 15 21:43:50.485 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40982024-10-15T21:43:50.997Z[ recovery-image] Oct 15 21:43:50.485 INFO O| Oct 15 21:43:50.485 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40992024-10-15T21:43:50.997Z[ recovery-image] Oct 15 21:43:50.486 INFO O| Oct 15 21:43:50.485 INFO ok!
41002024-10-15T21:43:50.997Z[ recovery-image] Oct 15 21:43:50.486 INFO O| Oct 15 21:43:50.486 INFO STEP 63 (ensure_file) COMPLETE
41012024-10-15T21:43:50.997Z[ recovery-image] Oct 15 21:43:50.486 INFO O| Oct 15 21:43:50.486 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41022024-10-15T21:43:51.011Z[ recovery-image] Oct 15 21:43:50.502 INFO O| Oct 15 21:43:50.502 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
41032024-10-15T21:43:51.011Z[ recovery-image] Oct 15 21:43:50.502 INFO O| Oct 15 21:43:50.502 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
41042024-10-15T21:43:51.013Z[ recovery-image] Oct 15 21:43:50.502 INFO O| Oct 15 21:43:50.502 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
41052024-10-15T21:43:51.014Z[ recovery-image] Oct 15 21:43:50.502 INFO O| Oct 15 21:43:50.502 INFO ok!
41062024-10-15T21:43:51.014Z[ recovery-image] Oct 15 21:43:50.502 INFO O| Oct 15 21:43:50.502 INFO STEP 64 (assemble_files) COMPLETE
41072024-10-15T21:43:51.014Z[ recovery-image] Oct 15 21:43:50.502 INFO O| Oct 15 21:43:50.502 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41082024-10-15T21:43:51.026Z[ recovery-image] Oct 15 21:43:50.517 INFO O| Oct 15 21:43:50.517 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
41092024-10-15T21:43:51.026Z[ recovery-image] Oct 15 21:43:50.517 INFO O| Oct 15 21:43:50.517 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
41102024-10-15T21:43:51.029Z[ recovery-image] Oct 15 21:43:50.517 INFO O| Oct 15 21:43:50.517 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
41112024-10-15T21:43:51.029Z[ recovery-image] Oct 15 21:43:50.517 INFO O| Oct 15 21:43:50.517 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
41122024-10-15T21:43:51.029Z[ recovery-image] Oct 15 21:43:50.517 INFO O| Oct 15 21:43:50.517 INFO ok!
41132024-10-15T21:43:51.029Z[ recovery-image] Oct 15 21:43:50.517 INFO O| Oct 15 21:43:50.517 INFO STEP 65 (ensure_file) COMPLETE
41142024-10-15T21:43:51.029Z[ recovery-image] Oct 15 21:43:50.517 INFO O| Oct 15 21:43:50.517 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41152024-10-15T21:43:51.030Z[ recovery-image] Oct 15 21:43:50.517 INFO O| Oct 15 21:43:50.517 INFO skip step because feature "omicron1" is not enabled
41162024-10-15T21:43:51.030Z[ recovery-image] Oct 15 21:43:50.517 INFO O| Oct 15 21:43:50.517 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41172024-10-15T21:43:51.030Z[ recovery-image] Oct 15 21:43:50.517 INFO O| Oct 15 21:43:50.517 INFO skip step because feature "omicron1" is not enabled
41182024-10-15T21:43:51.030Z[ recovery-image] Oct 15 21:43:50.517 INFO O| Oct 15 21:43:50.517 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41192024-10-15T21:43:51.030Z[ recovery-image] Oct 15 21:43:50.518 INFO O| Oct 15 21:43:50.517 INFO skip step because feature "omicron1" is not enabled
41202024-10-15T21:43:51.030Z[ recovery-image] Oct 15 21:43:50.518 INFO O| Oct 15 21:43:50.517 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41212024-10-15T21:43:51.050Z[ recovery-image] Oct 15 21:43:50.541 INFO O| Oct 15 21:43:50.541 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
41222024-10-15T21:43:51.050Z[ recovery-image] Oct 15 21:43:50.541 INFO O| Oct 15 21:43:50.541 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
41232024-10-15T21:43:52.802Z[ host-image] Oct 15 21:43:52.293 INFO O| Oct 15 21:43:52.293 INFO O| Done
41242024-10-15T21:43:52.868Z[ host-image] Oct 15 21:43:52.359 INFO O| Oct 15 21:43:52.359 INFO O| Done
41252024-10-15T21:43:52.868Z[ host-image] Oct 15 21:43:52.359 INFO O| Oct 15 21:43:52.359 INFO O| Done
41262024-10-15T21:43:52.893Z[ host-image] Oct 15 21:43:52.384 INFO O| Oct 15 21:43:52.384 INFO O| Done
41272024-10-15T21:43:53.228Z[ host-image] Oct 15 21:43:52.712 INFO O| Oct 15 21:43:52.710 INFO STEP 12 (pkg_install) COMPLETE
41282024-10-15T21:43:53.235Z[ host-image] Oct 15 21:43:52.712 INFO O| Oct 15 21:43:52.710 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41292024-10-15T21:43:53.249Z[ host-image] Oct 15 21:43:52.740 INFO O| Oct 15 21:43:52.739 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
41302024-10-15T21:43:53.773Z[ recovery-image] Oct 15 21:43:53.264 INFO O| Oct 15 21:43:53.264 INFO STEP 69 (pack_tar) COMPLETE
41312024-10-15T21:43:53.773Z[ recovery-image] Oct 15 21:43:53.264 INFO O| Oct 15 21:43:53.264 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41322024-10-15T21:43:53.776Z[ recovery-image] Oct 15 21:43:53.264 INFO O| Oct 15 21:43:53.264 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41332024-10-15T21:43:53.897Z[ recovery-image] Oct 15 21:43:53.388 INFO O| Oct 15 21:43:53.388 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41342024-10-15T21:43:54.017Z[ recovery-image] Oct 15 21:43:53.508 INFO O| Oct 15 21:43:53.508 INFO completed processing gimlet/ramdisk-02-trim
41352024-10-15T21:43:54.021Z[ recovery-image] Oct 15 21:43:53.511 INFO image builder template: ramdisk-03-recovery-trim...
41362024-10-15T21:43:54.023Z[ recovery-image] Oct 15 21:43:53.511 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/.tmpyJO0YQ/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
41372024-10-15T21:43:54.223Z[ recovery-image] Oct 15 21:43:53.713 INFO O| Oct 15 21:43:53.712 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41382024-10-15T21:43:54.242Z[ recovery-image] Oct 15 21:43:53.733 INFO O| Oct 15 21:43:53.733 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41392024-10-15T21:43:54.351Z[ recovery-image] Oct 15 21:43:53.842 INFO O| Oct 15 21:43:53.842 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
41402024-10-15T21:43:54.444Z[ recovery-image] Oct 15 21:43:53.935 INFO O| Oct 15 21:43:53.935 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41412024-10-15T21:43:54.447Z[ recovery-image] Oct 15 21:43:53.935 INFO O| Oct 15 21:43:53.935 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41422024-10-15T21:43:54.478Z[ recovery-image] Oct 15 21:43:53.969 INFO O| Oct 15 21:43:53.969 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
41432024-10-15T21:43:54.499Z[ recovery-image] Oct 15 21:43:53.990 INFO O| Oct 15 21:43:53.990 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41442024-10-15T21:43:54.508Z[ host-image] Oct 15 21:43:53.999 INFO O| Oct 15 21:43:53.999 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41452024-10-15T21:43:54.552Z[ recovery-image] Oct 15 21:43:54.042 INFO O| Oct 15 21:43:54.042 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41462024-10-15T21:43:55.045Z[ recovery-image] Oct 15 21:43:54.536 INFO O| Oct 15 21:43:54.536 INFO rolled back to input snapshot; work may begin
41472024-10-15T21:43:55.046Z[ recovery-image] Oct 15 21:43:54.536 INFO O| Oct 15 21:43:54.536 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41482024-10-15T21:43:55.066Z[ recovery-image] Oct 15 21:43:54.557 INFO O| Oct 15 21:43:54.557 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41492024-10-15T21:43:55.111Z[ recovery-image] Oct 15 21:43:54.602 INFO O| Oct 15 21:43:54.602 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
41502024-10-15T21:43:55.157Z[ recovery-image] Oct 15 21:43:54.648 INFO O| Oct 15 21:43:54.648 INFO STEP 0 (remove_files) COMPLETE
41512024-10-15T21:43:55.157Z[ recovery-image] Oct 15 21:43:54.648 INFO O| Oct 15 21:43:54.648 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41522024-10-15T21:43:55.190Z[ recovery-image] Oct 15 21:43:54.680 INFO O| Oct 15 21:43:54.680 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
41532024-10-15T21:43:55.281Z[ recovery-image] Oct 15 21:43:54.772 INFO O| Oct 15 21:43:54.772 INFO STEP 1 (remove_files) COMPLETE
41542024-10-15T21:43:55.281Z[ recovery-image] Oct 15 21:43:54.772 INFO O| Oct 15 21:43:54.772 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41552024-10-15T21:43:55.306Z[ recovery-image] Oct 15 21:43:54.797 INFO O| Oct 15 21:43:54.797 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
41562024-10-15T21:43:55.349Z[ recovery-image] Oct 15 21:43:54.840 INFO O| Oct 15 21:43:54.840 INFO STEP 2 (remove_files) COMPLETE
41572024-10-15T21:43:55.349Z[ recovery-image] Oct 15 21:43:54.840 INFO O| Oct 15 21:43:54.840 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-10-15T21:43:55.381Z[ recovery-image] Oct 15 21:43:54.872 INFO O| Oct 15 21:43:54.872 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
41592024-10-15T21:43:55.543Z[ recovery-image] Oct 15 21:43:55.034 INFO O| Oct 15 21:43:55.033 INFO STEP 3 (remove_files) COMPLETE
41602024-10-15T21:43:55.543Z[ recovery-image] Oct 15 21:43:55.034 INFO O| Oct 15 21:43:55.034 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41612024-10-15T21:43:55.564Z[ recovery-image] Oct 15 21:43:55.055 INFO O| Oct 15 21:43:55.054 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
41622024-10-15T21:43:55.801Z[ recovery-image] Oct 15 21:43:55.291 INFO O| Oct 15 21:43:55.291 INFO STEP 4 (remove_files) COMPLETE
41632024-10-15T21:43:55.801Z[ recovery-image] Oct 15 21:43:55.291 INFO O| Oct 15 21:43:55.291 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-10-15T21:43:55.858Z[ recovery-image] Oct 15 21:43:55.349 INFO O| Oct 15 21:43:55.349 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
41652024-10-15T21:43:55.915Z[ recovery-image] Oct 15 21:43:55.405 INFO O| Oct 15 21:43:55.405 INFO STEP 5 (remove_files) COMPLETE
41662024-10-15T21:43:55.915Z[ recovery-image] Oct 15 21:43:55.405 INFO O| Oct 15 21:43:55.405 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-10-15T21:43:55.958Z[ recovery-image] Oct 15 21:43:55.449 INFO O| Oct 15 21:43:55.449 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
41682024-10-15T21:43:56.004Z[ recovery-image] Oct 15 21:43:55.495 INFO O| Oct 15 21:43:55.495 INFO STEP 6 (remove_files) COMPLETE
41692024-10-15T21:43:56.004Z[ recovery-image] Oct 15 21:43:55.495 INFO O| Oct 15 21:43:55.495 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41702024-10-15T21:43:56.067Z[ recovery-image] Oct 15 21:43:55.558 INFO O| Oct 15 21:43:55.558 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
41712024-10-15T21:43:56.093Z[ recovery-image] Oct 15 21:43:55.584 INFO O| Oct 15 21:43:55.584 INFO STEP 7 (remove_files) COMPLETE
41722024-10-15T21:43:56.093Z[ recovery-image] Oct 15 21:43:55.584 INFO O| Oct 15 21:43:55.584 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-10-15T21:43:56.112Z[ recovery-image] Oct 15 21:43:55.603 INFO O| Oct 15 21:43:55.603 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
41742024-10-15T21:43:56.153Z[ recovery-image] Oct 15 21:43:55.644 INFO O| Oct 15 21:43:55.643 INFO STEP 8 (remove_files) COMPLETE
41752024-10-15T21:43:56.153Z[ recovery-image] Oct 15 21:43:55.644 INFO O| Oct 15 21:43:55.644 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-10-15T21:43:56.182Z[ recovery-image] Oct 15 21:43:55.673 INFO O| Oct 15 21:43:55.673 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
41772024-10-15T21:43:56.185Z[ recovery-image] Oct 15 21:43:55.674 INFO O| Oct 15 21:43:55.673 INFO STEP 9 (remove_files) COMPLETE
41782024-10-15T21:43:56.185Z[ recovery-image] Oct 15 21:43:55.674 INFO O| Oct 15 21:43:55.674 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-10-15T21:43:56.203Z[ recovery-image] Oct 15 21:43:55.694 INFO O| Oct 15 21:43:55.694 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
41802024-10-15T21:43:56.215Z[ recovery-image] Oct 15 21:43:55.706 INFO O| Oct 15 21:43:55.706 INFO STEP 10 (remove_files) COMPLETE
41812024-10-15T21:43:56.215Z[ recovery-image] Oct 15 21:43:55.707 INFO O| Oct 15 21:43:55.706 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-10-15T21:43:56.247Z[ recovery-image] Oct 15 21:43:55.738 INFO O| Oct 15 21:43:55.738 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
41832024-10-15T21:43:56.793Z[ recovery-image] Oct 15 21:43:56.283 INFO O| Oct 15 21:43:56.283 INFO STEP 11 (remove_files) COMPLETE
41842024-10-15T21:43:56.793Z[ recovery-image] Oct 15 21:43:56.283 INFO O| Oct 15 21:43:56.283 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-10-15T21:43:56.819Z[ recovery-image] Oct 15 21:43:56.310 INFO O| Oct 15 21:43:56.310 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
41862024-10-15T21:43:56.869Z[ recovery-image] Oct 15 21:43:56.360 INFO O| Oct 15 21:43:56.360 INFO STEP 12 (remove_files) COMPLETE
41872024-10-15T21:43:56.869Z[ recovery-image] Oct 15 21:43:56.360 INFO O| Oct 15 21:43:56.360 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-10-15T21:43:56.889Z[ recovery-image] Oct 15 21:43:56.380 INFO O| Oct 15 21:43:56.380 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
41892024-10-15T21:43:56.923Z[ recovery-image] Oct 15 21:43:56.414 INFO O| Oct 15 21:43:56.414 INFO STEP 13 (remove_files) COMPLETE
41902024-10-15T21:43:56.925Z[ recovery-image] Oct 15 21:43:56.414 INFO O| Oct 15 21:43:56.414 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-10-15T21:43:56.943Z[ recovery-image] Oct 15 21:43:56.434 INFO O| Oct 15 21:43:56.434 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
41922024-10-15T21:43:56.965Z[ recovery-image] Oct 15 21:43:56.456 INFO O| Oct 15 21:43:56.456 INFO STEP 14 (remove_files) COMPLETE
41932024-10-15T21:43:56.967Z[ recovery-image] Oct 15 21:43:56.456 INFO O| Oct 15 21:43:56.456 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-10-15T21:43:56.986Z[ recovery-image] Oct 15 21:43:56.477 INFO O| Oct 15 21:43:56.477 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
41952024-10-15T21:43:57.030Z[ recovery-image] Oct 15 21:43:56.521 INFO O| Oct 15 21:43:56.521 INFO STEP 15 (remove_files) COMPLETE
41962024-10-15T21:43:57.035Z[ recovery-image] Oct 15 21:43:56.521 INFO O| Oct 15 21:43:56.521 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41972024-10-15T21:43:57.050Z[ recovery-image] Oct 15 21:43:56.541 INFO O| Oct 15 21:43:56.541 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
41982024-10-15T21:43:57.172Z[ recovery-image] Oct 15 21:43:56.663 INFO O| Oct 15 21:43:56.663 INFO STEP 16 (remove_files) COMPLETE
41992024-10-15T21:43:57.172Z[ recovery-image] Oct 15 21:43:56.663 INFO O| Oct 15 21:43:56.663 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42002024-10-15T21:43:57.199Z[ recovery-image] Oct 15 21:43:56.690 INFO O| Oct 15 21:43:56.690 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
42012024-10-15T21:43:57.202Z[ recovery-image] Oct 15 21:43:56.690 INFO O| Oct 15 21:43:56.690 INFO STEP 17 (remove_files) COMPLETE
42022024-10-15T21:43:57.202Z[ recovery-image] Oct 15 21:43:56.691 INFO O| Oct 15 21:43:56.690 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42032024-10-15T21:43:57.248Z[ recovery-image] Oct 15 21:43:56.739 INFO O| Oct 15 21:43:56.739 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
42042024-10-15T21:43:57.268Z[ recovery-image] Oct 15 21:43:56.759 INFO O| Oct 15 21:43:56.759 INFO STEP 18 (remove_files) COMPLETE
42052024-10-15T21:43:57.268Z[ recovery-image] Oct 15 21:43:56.759 INFO O| Oct 15 21:43:56.759 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42062024-10-15T21:43:57.287Z[ recovery-image] Oct 15 21:43:56.778 INFO O| Oct 15 21:43:56.778 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
42072024-10-15T21:43:57.543Z[ recovery-image] Oct 15 21:43:57.034 INFO O| Oct 15 21:43:57.034 INFO STEP 19 (remove_files) COMPLETE
42082024-10-15T21:43:57.543Z[ recovery-image] Oct 15 21:43:57.034 INFO O| Oct 15 21:43:57.034 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42092024-10-15T21:43:57.596Z[ recovery-image] Oct 15 21:43:57.087 INFO O| Oct 15 21:43:57.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
42102024-10-15T21:43:57.622Z[ recovery-image] Oct 15 21:43:57.113 INFO O| Oct 15 21:43:57.112 INFO STEP 20 (remove_files) COMPLETE
42112024-10-15T21:43:57.622Z[ recovery-image] Oct 15 21:43:57.113 INFO O| Oct 15 21:43:57.113 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42122024-10-15T21:43:57.656Z[ recovery-image] Oct 15 21:43:57.148 INFO O| Oct 15 21:43:57.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
42132024-10-15T21:43:57.659Z[ recovery-image] Oct 15 21:43:57.148 INFO O| Oct 15 21:43:57.148 INFO STEP 21 (remove_files) COMPLETE
42142024-10-15T21:43:57.659Z[ recovery-image] Oct 15 21:43:57.148 INFO O| Oct 15 21:43:57.148 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42152024-10-15T21:43:57.692Z[ recovery-image] Oct 15 21:43:57.183 INFO O| Oct 15 21:43:57.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
42162024-10-15T21:43:57.708Z[ recovery-image] Oct 15 21:43:57.197 INFO O| Oct 15 21:43:57.197 INFO STEP 22 (remove_files) COMPLETE
42172024-10-15T21:43:57.708Z[ recovery-image] Oct 15 21:43:57.197 INFO O| Oct 15 21:43:57.197 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42182024-10-15T21:43:57.738Z[ recovery-image] Oct 15 21:43:57.228 INFO O| Oct 15 21:43:57.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
42192024-10-15T21:43:57.738Z[ recovery-image] Oct 15 21:43:57.228 INFO O| Oct 15 21:43:57.228 INFO STEP 23 (remove_files) COMPLETE
42202024-10-15T21:43:57.738Z[ recovery-image] Oct 15 21:43:57.229 INFO O| Oct 15 21:43:57.228 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42212024-10-15T21:43:57.756Z[ recovery-image] Oct 15 21:43:57.247 INFO O| Oct 15 21:43:57.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
42222024-10-15T21:43:57.756Z[ recovery-image] Oct 15 21:43:57.247 INFO O| Oct 15 21:43:57.247 INFO STEP 24 (remove_files) COMPLETE
42232024-10-15T21:43:57.759Z[ recovery-image] Oct 15 21:43:57.247 INFO O| Oct 15 21:43:57.247 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42242024-10-15T21:43:57.786Z[ recovery-image] Oct 15 21:43:57.277 INFO O| Oct 15 21:43:57.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
42252024-10-15T21:43:57.786Z[ recovery-image] Oct 15 21:43:57.277 INFO O| Oct 15 21:43:57.277 INFO STEP 25 (remove_files) COMPLETE
42262024-10-15T21:43:57.789Z[ recovery-image] Oct 15 21:43:57.277 INFO O| Oct 15 21:43:57.277 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42272024-10-15T21:43:57.805Z[ recovery-image] Oct 15 21:43:57.296 INFO O| Oct 15 21:43:57.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
42282024-10-15T21:43:57.807Z[ recovery-image] Oct 15 21:43:57.296 INFO O| Oct 15 21:43:57.296 INFO STEP 26 (remove_files) COMPLETE
42292024-10-15T21:43:57.807Z[ recovery-image] Oct 15 21:43:57.296 INFO O| Oct 15 21:43:57.296 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42302024-10-15T21:43:57.865Z[ recovery-image] Oct 15 21:43:57.356 INFO O| Oct 15 21:43:57.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
42312024-10-15T21:43:57.867Z[ recovery-image] Oct 15 21:43:57.356 INFO O| Oct 15 21:43:57.356 INFO STEP 27 (remove_files) COMPLETE
42322024-10-15T21:43:57.867Z[ recovery-image] Oct 15 21:43:57.356 INFO O| Oct 15 21:43:57.356 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42332024-10-15T21:43:57.886Z[ recovery-image] Oct 15 21:43:57.377 INFO O| Oct 15 21:43:57.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
42342024-10-15T21:43:57.888Z[ recovery-image] Oct 15 21:43:57.379 INFO O| Oct 15 21:43:57.379 INFO STEP 28 (remove_files) COMPLETE
42352024-10-15T21:43:57.888Z[ recovery-image] Oct 15 21:43:57.379 INFO O| Oct 15 21:43:57.379 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42362024-10-15T21:43:57.907Z[ recovery-image] Oct 15 21:43:57.398 INFO O| Oct 15 21:43:57.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
42372024-10-15T21:43:57.915Z[ recovery-image] Oct 15 21:43:57.407 INFO O| Oct 15 21:43:57.407 INFO STEP 29 (remove_files) COMPLETE
42382024-10-15T21:43:57.918Z[ recovery-image] Oct 15 21:43:57.407 INFO O| Oct 15 21:43:57.407 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42392024-10-15T21:43:57.936Z[ recovery-image] Oct 15 21:43:57.426 INFO O| Oct 15 21:43:57.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
42402024-10-15T21:43:57.938Z[ recovery-image] Oct 15 21:43:57.427 INFO O| Oct 15 21:43:57.427 INFO STEP 30 (remove_files) COMPLETE
42412024-10-15T21:43:57.938Z[ recovery-image] Oct 15 21:43:57.427 INFO O| Oct 15 21:43:57.427 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42422024-10-15T21:43:57.954Z[ recovery-image] Oct 15 21:43:57.445 INFO O| Oct 15 21:43:57.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
42432024-10-15T21:43:57.954Z[ recovery-image] Oct 15 21:43:57.445 INFO O| Oct 15 21:43:57.445 INFO STEP 31 (remove_files) COMPLETE
42442024-10-15T21:43:57.954Z[ recovery-image] Oct 15 21:43:57.445 INFO O| Oct 15 21:43:57.445 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42452024-10-15T21:43:58.057Z[ recovery-image] Oct 15 21:43:57.548 INFO O| Oct 15 21:43:57.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
42462024-10-15T21:43:58.065Z[ recovery-image] Oct 15 21:43:57.556 INFO O| Oct 15 21:43:57.556 INFO STEP 32 (remove_files) COMPLETE
42472024-10-15T21:43:58.065Z[ recovery-image] Oct 15 21:43:57.556 INFO O| Oct 15 21:43:57.556 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42482024-10-15T21:43:58.095Z[ host-image] Oct 15 21:43:57.586 INFO O| Oct 15 21:43:57.586 INFO O| Planning: Solver setup ... Done
42492024-10-15T21:43:58.097Z[ recovery-image] Oct 15 21:43:57.587 INFO O| Oct 15 21:43:57.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
42502024-10-15T21:43:58.097Z[ recovery-image] Oct 15 21:43:57.587 INFO O| Oct 15 21:43:57.587 INFO STEP 33 (remove_files) COMPLETE
42512024-10-15T21:43:58.097Z[ recovery-image] Oct 15 21:43:57.587 INFO O| Oct 15 21:43:57.587 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-10-15T21:43:58.102Z[ host-image] Oct 15 21:43:57.593 INFO O| Oct 15 21:43:57.593 INFO O| Planning: Running solver ... Done
42532024-10-15T21:43:58.160Z[ recovery-image] Oct 15 21:43:57.650 INFO O| Oct 15 21:43:57.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
42542024-10-15T21:43:58.160Z[ recovery-image] Oct 15 21:43:57.650 INFO O| Oct 15 21:43:57.650 INFO STEP 34 (remove_files) COMPLETE
42552024-10-15T21:43:58.162Z[ recovery-image] Oct 15 21:43:57.650 INFO O| Oct 15 21:43:57.650 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42562024-10-15T21:43:58.168Z[ host-image] Oct 15 21:43:57.659 INFO O| Oct 15 21:43:57.659 INFO O| Planning: Finding local manifests ... Done
42572024-10-15T21:43:58.170Z[ host-image] Oct 15 21:43:57.661 INFO O| Oct 15 21:43:57.661 INFO O| Planning: Fetching manifests: 0/6 0% complete
42582024-10-15T21:43:58.188Z[ recovery-image] Oct 15 21:43:57.679 INFO O| Oct 15 21:43:57.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
42592024-10-15T21:43:58.191Z[ recovery-image] Oct 15 21:43:57.679 INFO O| Oct 15 21:43:57.679 INFO STEP 35 (remove_files) COMPLETE
42602024-10-15T21:43:58.191Z[ recovery-image] Oct 15 21:43:57.679 INFO O| Oct 15 21:43:57.679 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-10-15T21:43:58.231Z[ recovery-image] Oct 15 21:43:57.722 INFO O| Oct 15 21:43:57.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
42622024-10-15T21:43:58.231Z[ recovery-image] Oct 15 21:43:57.722 INFO O| Oct 15 21:43:57.722 INFO STEP 36 (remove_files) COMPLETE
42632024-10-15T21:43:58.234Z[ recovery-image] Oct 15 21:43:57.722 INFO O| Oct 15 21:43:57.722 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-10-15T21:43:58.306Z[ recovery-image] Oct 15 21:43:57.797 INFO O| Oct 15 21:43:57.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
42652024-10-15T21:43:58.326Z[ recovery-image] Oct 15 21:43:57.817 INFO O| Oct 15 21:43:57.817 INFO STEP 37 (remove_files) COMPLETE
42662024-10-15T21:43:58.326Z[ recovery-image] Oct 15 21:43:57.817 INFO O| Oct 15 21:43:57.817 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-10-15T21:43:58.345Z[ recovery-image] Oct 15 21:43:57.836 INFO O| Oct 15 21:43:57.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
42682024-10-15T21:43:58.345Z[ recovery-image] Oct 15 21:43:57.836 INFO O| Oct 15 21:43:57.836 INFO STEP 38 (remove_files) COMPLETE
42692024-10-15T21:43:58.348Z[ recovery-image] Oct 15 21:43:57.836 INFO O| Oct 15 21:43:57.836 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-10-15T21:43:58.383Z[ recovery-image] Oct 15 21:43:57.873 INFO O| Oct 15 21:43:57.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
42712024-10-15T21:43:58.383Z[ recovery-image] Oct 15 21:43:57.873 INFO O| Oct 15 21:43:57.873 INFO STEP 39 (remove_files) COMPLETE
42722024-10-15T21:43:58.385Z[ recovery-image] Oct 15 21:43:57.873 INFO O| Oct 15 21:43:57.873 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-10-15T21:43:58.434Z[ recovery-image] Oct 15 21:43:57.925 INFO O| Oct 15 21:43:57.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
42742024-10-15T21:43:58.437Z[ recovery-image] Oct 15 21:43:57.925 INFO O| Oct 15 21:43:57.925 INFO STEP 40 (remove_files) COMPLETE
42752024-10-15T21:43:58.437Z[ recovery-image] Oct 15 21:43:57.926 INFO O| Oct 15 21:43:57.926 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-10-15T21:43:58.455Z[ recovery-image] Oct 15 21:43:57.945 INFO O| Oct 15 21:43:57.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
42772024-10-15T21:43:58.457Z[ recovery-image] Oct 15 21:43:57.945 INFO O| Oct 15 21:43:57.945 INFO STEP 41 (remove_files) COMPLETE
42782024-10-15T21:43:58.457Z[ recovery-image] Oct 15 21:43:57.946 INFO O| Oct 15 21:43:57.945 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-10-15T21:43:58.484Z[ recovery-image] Oct 15 21:43:57.975 INFO O| Oct 15 21:43:57.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
42802024-10-15T21:43:58.484Z[ recovery-image] Oct 15 21:43:57.975 INFO O| Oct 15 21:43:57.975 INFO STEP 42 (remove_files) COMPLETE
42812024-10-15T21:43:58.484Z[ recovery-image] Oct 15 21:43:57.975 INFO O| Oct 15 21:43:57.975 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-10-15T21:43:58.513Z[ recovery-image] Oct 15 21:43:58.004 INFO O| Oct 15 21:43:58.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
42832024-10-15T21:43:58.514Z[ recovery-image] Oct 15 21:43:58.004 INFO O| Oct 15 21:43:58.004 INFO STEP 43 (remove_files) COMPLETE
42842024-10-15T21:43:58.514Z[ recovery-image] Oct 15 21:43:58.004 INFO O| Oct 15 21:43:58.004 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-10-15T21:43:58.532Z[ recovery-image] Oct 15 21:43:58.023 INFO O| Oct 15 21:43:58.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
42862024-10-15T21:43:58.532Z[ recovery-image] Oct 15 21:43:58.023 INFO O| Oct 15 21:43:58.023 INFO STEP 44 (remove_files) COMPLETE
42872024-10-15T21:43:58.532Z[ recovery-image] Oct 15 21:43:58.023 INFO O| Oct 15 21:43:58.023 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-10-15T21:43:58.535Z[ host-image] Oct 15 21:43:58.024 INFO O| Oct 15 21:43:58.024 INFO O| Planning: Fetching manifests: 6/6 100% complete
42892024-10-15T21:43:58.550Z[ recovery-image] Oct 15 21:43:58.041 INFO O| Oct 15 21:43:58.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
42902024-10-15T21:43:58.550Z[ recovery-image] Oct 15 21:43:58.041 INFO O| Oct 15 21:43:58.041 INFO STEP 45 (remove_files) COMPLETE
42912024-10-15T21:43:58.550Z[ recovery-image] Oct 15 21:43:58.041 INFO O| Oct 15 21:43:58.041 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-10-15T21:43:58.583Z[ recovery-image] Oct 15 21:43:58.074 INFO O| Oct 15 21:43:58.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
42932024-10-15T21:43:58.583Z[ recovery-image] Oct 15 21:43:58.074 INFO O| Oct 15 21:43:58.074 INFO STEP 46 (remove_files) COMPLETE
42942024-10-15T21:43:58.586Z[ recovery-image] Oct 15 21:43:58.074 INFO O| Oct 15 21:43:58.074 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-10-15T21:43:58.599Z[ host-image] Oct 15 21:43:58.090 INFO O| Oct 15 21:43:58.090 INFO O| Planning: Package planning ... Done
42962024-10-15T21:43:58.603Z[ recovery-image] Oct 15 21:43:58.094 INFO O| Oct 15 21:43:58.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
42972024-10-15T21:43:58.605Z[ recovery-image] Oct 15 21:43:58.094 INFO O| Oct 15 21:43:58.094 INFO STEP 47 (remove_files) COMPLETE
42982024-10-15T21:43:58.605Z[ recovery-image] Oct 15 21:43:58.094 INFO O| Oct 15 21:43:58.094 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42992024-10-15T21:43:58.621Z[ recovery-image] Oct 15 21:43:58.112 INFO O| Oct 15 21:43:58.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
43002024-10-15T21:43:58.621Z[ recovery-image] Oct 15 21:43:58.112 INFO O| Oct 15 21:43:58.112 INFO STEP 48 (remove_files) COMPLETE
43012024-10-15T21:43:58.623Z[ recovery-image] Oct 15 21:43:58.112 INFO O| Oct 15 21:43:58.112 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43022024-10-15T21:43:58.638Z[ recovery-image] Oct 15 21:43:58.129 INFO O| Oct 15 21:43:58.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
43032024-10-15T21:43:58.638Z[ recovery-image] Oct 15 21:43:58.129 INFO O| Oct 15 21:43:58.129 INFO STEP 49 (remove_files) COMPLETE
43042024-10-15T21:43:58.638Z[ recovery-image] Oct 15 21:43:58.129 INFO O| Oct 15 21:43:58.129 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43052024-10-15T21:43:58.654Z[ recovery-image] Oct 15 21:43:58.145 INFO O| Oct 15 21:43:58.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
43062024-10-15T21:43:58.656Z[ recovery-image] Oct 15 21:43:58.145 INFO O| Oct 15 21:43:58.145 INFO STEP 50 (remove_files) COMPLETE
43072024-10-15T21:43:58.656Z[ recovery-image] Oct 15 21:43:58.145 INFO O| Oct 15 21:43:58.145 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43082024-10-15T21:43:58.665Z[ host-image] Oct 15 21:43:58.156 INFO O| Oct 15 21:43:58.156 INFO O| Planning: Merging actions ... Done
43092024-10-15T21:43:58.691Z[ recovery-image] Oct 15 21:43:58.180 INFO O| Oct 15 21:43:58.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
43102024-10-15T21:43:58.693Z[ recovery-image] Oct 15 21:43:58.180 INFO O| Oct 15 21:43:58.180 INFO STEP 51 (remove_files) COMPLETE
43112024-10-15T21:43:58.693Z[ recovery-image] Oct 15 21:43:58.180 INFO O| Oct 15 21:43:58.180 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-10-15T21:43:58.728Z[ recovery-image] Oct 15 21:43:58.219 INFO O| Oct 15 21:43:58.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
43132024-10-15T21:43:58.728Z[ recovery-image] Oct 15 21:43:58.219 INFO O| Oct 15 21:43:58.219 INFO STEP 52 (remove_files) COMPLETE
43142024-10-15T21:43:58.731Z[ recovery-image] Oct 15 21:43:58.220 INFO O| Oct 15 21:43:58.219 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-10-15T21:43:58.764Z[ recovery-image] Oct 15 21:43:58.255 INFO O| Oct 15 21:43:58.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
43162024-10-15T21:43:58.785Z[ recovery-image] Oct 15 21:43:58.276 INFO O| Oct 15 21:43:58.276 INFO STEP 53 (remove_files) COMPLETE
43172024-10-15T21:43:58.785Z[ recovery-image] Oct 15 21:43:58.276 INFO O| Oct 15 21:43:58.276 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-10-15T21:43:58.848Z[ recovery-image] Oct 15 21:43:58.337 INFO O| Oct 15 21:43:58.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
43192024-10-15T21:43:58.850Z[ recovery-image] Oct 15 21:43:58.337 INFO O| Oct 15 21:43:58.337 INFO STEP 54 (remove_files) COMPLETE
43202024-10-15T21:43:58.850Z[ recovery-image] Oct 15 21:43:58.337 INFO O| Oct 15 21:43:58.337 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-10-15T21:43:58.850Z[ host-image] Oct 15 21:43:58.338 INFO O| Oct 15 21:43:58.337 INFO O| Planning: Checking for conflicting actions ... Done
43222024-10-15T21:43:58.854Z[ host-image] Oct 15 21:43:58.345 INFO O| Oct 15 21:43:58.345 INFO O| Planning: Consolidating action changes ... Done
43232024-10-15T21:43:58.894Z[ recovery-image] Oct 15 21:43:58.384 INFO O| Oct 15 21:43:58.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
43242024-10-15T21:43:58.913Z[ recovery-image] Oct 15 21:43:58.404 INFO O| Oct 15 21:43:58.404 INFO STEP 55 (remove_files) COMPLETE
43252024-10-15T21:43:58.913Z[ recovery-image] Oct 15 21:43:58.404 INFO O| Oct 15 21:43:58.404 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-10-15T21:43:58.946Z[ recovery-image] Oct 15 21:43:58.437 INFO O| Oct 15 21:43:58.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
43272024-10-15T21:43:58.946Z[ recovery-image] Oct 15 21:43:58.437 INFO O| Oct 15 21:43:58.437 INFO STEP 56 (remove_files) COMPLETE
43282024-10-15T21:43:58.946Z[ recovery-image] Oct 15 21:43:58.437 INFO O| Oct 15 21:43:58.437 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43292024-10-15T21:43:59.002Z[ recovery-image] Oct 15 21:43:58.493 INFO O| Oct 15 21:43:58.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
43302024-10-15T21:43:59.002Z[ recovery-image] Oct 15 21:43:58.493 INFO O| Oct 15 21:43:58.493 INFO STEP 57 (remove_files) COMPLETE
43312024-10-15T21:43:59.005Z[ recovery-image] Oct 15 21:43:58.493 INFO O| Oct 15 21:43:58.493 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43322024-10-15T21:43:59.020Z[ recovery-image] Oct 15 21:43:58.511 INFO O| Oct 15 21:43:58.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
43332024-10-15T21:43:59.022Z[ recovery-image] Oct 15 21:43:58.511 INFO O| Oct 15 21:43:58.511 INFO STEP 58 (remove_files) COMPLETE
43342024-10-15T21:43:59.022Z[ recovery-image] Oct 15 21:43:58.511 INFO O| Oct 15 21:43:58.511 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43352024-10-15T21:43:59.038Z[ recovery-image] Oct 15 21:43:58.529 INFO O| Oct 15 21:43:58.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
43362024-10-15T21:43:59.038Z[ recovery-image] Oct 15 21:43:58.530 INFO O| Oct 15 21:43:58.530 INFO STEP 59 (remove_files) COMPLETE
43372024-10-15T21:43:59.038Z[ recovery-image] Oct 15 21:43:58.530 INFO O| Oct 15 21:43:58.530 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43382024-10-15T21:43:59.077Z[ recovery-image] Oct 15 21:43:58.568 INFO O| Oct 15 21:43:58.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
43392024-10-15T21:43:59.080Z[ recovery-image] Oct 15 21:43:58.569 INFO O| Oct 15 21:43:58.568 INFO STEP 60 (remove_files) COMPLETE
43402024-10-15T21:43:59.080Z[ recovery-image] Oct 15 21:43:58.569 INFO O| Oct 15 21:43:58.569 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-10-15T21:43:59.135Z[ recovery-image] Oct 15 21:43:58.626 INFO O| Oct 15 21:43:58.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
43422024-10-15T21:43:59.135Z[ recovery-image] Oct 15 21:43:58.626 INFO O| Oct 15 21:43:58.626 INFO STEP 61 (remove_files) COMPLETE
43432024-10-15T21:43:59.137Z[ recovery-image] Oct 15 21:43:58.626 INFO O| Oct 15 21:43:58.626 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43442024-10-15T21:43:59.157Z[ recovery-image] Oct 15 21:43:58.648 INFO O| Oct 15 21:43:58.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
43452024-10-15T21:43:59.157Z[ recovery-image] Oct 15 21:43:58.648 INFO O| Oct 15 21:43:58.648 INFO STEP 62 (remove_files) COMPLETE
43462024-10-15T21:43:59.160Z[ recovery-image] Oct 15 21:43:58.648 INFO O| Oct 15 21:43:58.648 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43472024-10-15T21:43:59.176Z[ recovery-image] Oct 15 21:43:58.666 INFO O| Oct 15 21:43:58.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
43482024-10-15T21:43:59.176Z[ recovery-image] Oct 15 21:43:58.666 INFO O| Oct 15 21:43:58.666 INFO STEP 63 (remove_files) COMPLETE
43492024-10-15T21:43:59.176Z[ recovery-image] Oct 15 21:43:58.666 INFO O| Oct 15 21:43:58.666 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43502024-10-15T21:43:59.215Z[ recovery-image] Oct 15 21:43:58.706 INFO O| Oct 15 21:43:58.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
43512024-10-15T21:43:59.215Z[ recovery-image] Oct 15 21:43:58.706 INFO O| Oct 15 21:43:58.706 INFO STEP 64 (remove_files) COMPLETE
43522024-10-15T21:43:59.215Z[ recovery-image] Oct 15 21:43:58.706 INFO O| Oct 15 21:43:58.706 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43532024-10-15T21:43:59.248Z[ recovery-image] Oct 15 21:43:58.739 INFO O| Oct 15 21:43:58.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
43542024-10-15T21:43:59.248Z[ recovery-image] Oct 15 21:43:58.739 INFO O| Oct 15 21:43:58.739 INFO STEP 65 (remove_files) COMPLETE
43552024-10-15T21:43:59.251Z[ recovery-image] Oct 15 21:43:58.740 INFO O| Oct 15 21:43:58.739 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562024-10-15T21:43:59.267Z[ recovery-image] Oct 15 21:43:58.758 INFO O| Oct 15 21:43:58.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
43572024-10-15T21:43:59.267Z[ recovery-image] Oct 15 21:43:58.758 INFO O| Oct 15 21:43:58.758 INFO STEP 66 (remove_files) COMPLETE
43582024-10-15T21:43:59.267Z[ recovery-image] Oct 15 21:43:58.759 INFO O| Oct 15 21:43:58.758 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43592024-10-15T21:43:59.286Z[ recovery-image] Oct 15 21:43:58.777 INFO O| Oct 15 21:43:58.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
43602024-10-15T21:43:59.294Z[ recovery-image] Oct 15 21:43:58.785 INFO O| Oct 15 21:43:58.785 INFO STEP 67 (remove_files) COMPLETE
43612024-10-15T21:43:59.294Z[ recovery-image] Oct 15 21:43:58.785 INFO O| Oct 15 21:43:58.785 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43622024-10-15T21:43:59.321Z[ host-image] Oct 15 21:43:58.812 INFO O| Oct 15 21:43:58.812 INFO O| Planning: Evaluating mediators ... Done
43632024-10-15T21:43:59.325Z[ recovery-image] Oct 15 21:43:58.816 INFO O| Oct 15 21:43:58.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
43642024-10-15T21:43:59.328Z[ recovery-image] Oct 15 21:43:58.817 INFO O| Oct 15 21:43:58.817 INFO STEP 68 (remove_files) COMPLETE
43652024-10-15T21:43:59.328Z[ recovery-image] Oct 15 21:43:58.817 INFO O| Oct 15 21:43:58.817 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-10-15T21:43:59.328Z[ host-image] Oct 15 21:43:58.818 INFO O| Oct 15 21:43:58.818 INFO O| Planning: Planning completed in 4.82 seconds
43672024-10-15T21:43:59.330Z[ host-image] Oct 15 21:43:58.820 INFO O| Oct 15 21:43:58.820 INFO O| Packages to install: 6
43682024-10-15T21:43:59.330Z[ host-image] Oct 15 21:43:58.820 INFO O| Oct 15 21:43:58.820 INFO O| Mediators to change: 1
43692024-10-15T21:43:59.330Z[ host-image] Oct 15 21:43:58.821 INFO O| Oct 15 21:43:58.820 INFO O| Services to change: 1
43702024-10-15T21:43:59.346Z[ recovery-image] Oct 15 21:43:58.837 INFO O| Oct 15 21:43:58.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
43712024-10-15T21:43:59.348Z[ recovery-image] Oct 15 21:43:58.837 INFO O| Oct 15 21:43:58.837 INFO STEP 69 (remove_files) COMPLETE
43722024-10-15T21:43:59.348Z[ recovery-image] Oct 15 21:43:58.837 INFO O| Oct 15 21:43:58.837 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-10-15T21:43:59.366Z[ recovery-image] Oct 15 21:43:58.857 INFO O| Oct 15 21:43:58.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
43742024-10-15T21:43:59.369Z[ recovery-image] Oct 15 21:43:58.857 INFO O| Oct 15 21:43:58.857 INFO STEP 70 (remove_files) COMPLETE
43752024-10-15T21:43:59.369Z[ recovery-image] Oct 15 21:43:58.857 INFO O| Oct 15 21:43:58.857 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-10-15T21:43:59.384Z[ host-image] Oct 15 21:43:58.874 INFO O| Oct 15 21:43:58.874 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
43772024-10-15T21:43:59.387Z[ recovery-image] Oct 15 21:43:58.876 INFO O| Oct 15 21:43:58.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
43782024-10-15T21:43:59.387Z[ recovery-image] Oct 15 21:43:58.876 INFO O| Oct 15 21:43:58.876 INFO STEP 71 (remove_files) COMPLETE
43792024-10-15T21:43:59.387Z[ recovery-image] Oct 15 21:43:58.876 INFO O| Oct 15 21:43:58.876 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43802024-10-15T21:43:59.402Z[ recovery-image] Oct 15 21:43:58.893 INFO O| Oct 15 21:43:58.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
43812024-10-15T21:43:59.402Z[ recovery-image] Oct 15 21:43:58.893 INFO O| Oct 15 21:43:58.893 INFO STEP 72 (remove_files) COMPLETE
43822024-10-15T21:43:59.402Z[ recovery-image] Oct 15 21:43:58.893 INFO O| Oct 15 21:43:58.893 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832024-10-15T21:43:59.425Z[ recovery-image] Oct 15 21:43:58.911 INFO O| Oct 15 21:43:58.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
43842024-10-15T21:43:59.425Z[ recovery-image] Oct 15 21:43:58.911 INFO O| Oct 15 21:43:58.911 INFO STEP 73 (remove_files) COMPLETE
43852024-10-15T21:43:59.428Z[ recovery-image] Oct 15 21:43:58.911 INFO O| Oct 15 21:43:58.911 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43862024-10-15T21:43:59.438Z[ recovery-image] Oct 15 21:43:58.929 INFO O| Oct 15 21:43:58.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
43872024-10-15T21:43:59.438Z[ recovery-image] Oct 15 21:43:58.929 INFO O| Oct 15 21:43:58.929 INFO STEP 74 (remove_files) COMPLETE
43882024-10-15T21:43:59.440Z[ recovery-image] Oct 15 21:43:58.929 INFO O| Oct 15 21:43:58.929 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892024-10-15T21:43:59.456Z[ recovery-image] Oct 15 21:43:58.947 INFO O| Oct 15 21:43:58.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
43902024-10-15T21:43:59.456Z[ recovery-image] Oct 15 21:43:58.947 INFO O| Oct 15 21:43:58.947 INFO STEP 75 (remove_files) COMPLETE
43912024-10-15T21:43:59.456Z[ recovery-image] Oct 15 21:43:58.947 INFO O| Oct 15 21:43:58.947 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922024-10-15T21:43:59.475Z[ recovery-image] Oct 15 21:43:58.965 INFO O| Oct 15 21:43:58.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
43932024-10-15T21:43:59.475Z[ recovery-image] Oct 15 21:43:58.965 INFO O| Oct 15 21:43:58.965 INFO STEP 76 (remove_files) COMPLETE
43942024-10-15T21:43:59.475Z[ recovery-image] Oct 15 21:43:58.965 INFO O| Oct 15 21:43:58.965 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952024-10-15T21:43:59.492Z[ recovery-image] Oct 15 21:43:58.984 INFO O| Oct 15 21:43:58.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
43962024-10-15T21:43:59.492Z[ recovery-image] Oct 15 21:43:58.984 INFO O| Oct 15 21:43:58.984 INFO STEP 77 (remove_files) COMPLETE
43972024-10-15T21:43:59.492Z[ recovery-image] Oct 15 21:43:58.984 INFO O| Oct 15 21:43:58.984 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43982024-10-15T21:43:59.512Z[ recovery-image] Oct 15 21:43:59.002 INFO O| Oct 15 21:43:59.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
43992024-10-15T21:43:59.512Z[ recovery-image] Oct 15 21:43:59.002 INFO O| Oct 15 21:43:59.002 INFO STEP 78 (remove_files) COMPLETE
44002024-10-15T21:43:59.512Z[ recovery-image] Oct 15 21:43:59.002 INFO O| Oct 15 21:43:59.002 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-10-15T21:43:59.529Z[ recovery-image] Oct 15 21:43:59.020 INFO O| Oct 15 21:43:59.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
44022024-10-15T21:43:59.529Z[ recovery-image] Oct 15 21:43:59.020 INFO O| Oct 15 21:43:59.020 INFO STEP 79 (remove_files) COMPLETE
44032024-10-15T21:43:59.529Z[ recovery-image] Oct 15 21:43:59.020 INFO O| Oct 15 21:43:59.020 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44042024-10-15T21:43:59.554Z[ recovery-image] Oct 15 21:43:59.045 INFO O| Oct 15 21:43:59.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
44052024-10-15T21:43:59.554Z[ recovery-image] Oct 15 21:43:59.045 INFO O| Oct 15 21:43:59.045 INFO STEP 80 (remove_files) COMPLETE
44062024-10-15T21:43:59.556Z[ recovery-image] Oct 15 21:43:59.045 INFO O| Oct 15 21:43:59.045 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-10-15T21:43:59.592Z[ recovery-image] Oct 15 21:43:59.084 INFO O| Oct 15 21:43:59.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
44082024-10-15T21:43:59.593Z[ recovery-image] Oct 15 21:43:59.084 INFO O| Oct 15 21:43:59.084 INFO STEP 81 (remove_files) COMPLETE
44092024-10-15T21:43:59.595Z[ recovery-image] Oct 15 21:43:59.084 INFO O| Oct 15 21:43:59.084 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-10-15T21:43:59.655Z[ recovery-image] Oct 15 21:43:59.146 INFO O| Oct 15 21:43:59.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
44112024-10-15T21:43:59.658Z[ recovery-image] Oct 15 21:43:59.146 INFO O| Oct 15 21:43:59.146 INFO STEP 82 (remove_files) COMPLETE
44122024-10-15T21:43:59.658Z[ recovery-image] Oct 15 21:43:59.146 INFO O| Oct 15 21:43:59.146 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-10-15T21:43:59.672Z[ recovery-image] Oct 15 21:43:59.163 INFO O| Oct 15 21:43:59.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
44142024-10-15T21:43:59.672Z[ recovery-image] Oct 15 21:43:59.164 INFO O| Oct 15 21:43:59.164 INFO STEP 83 (remove_files) COMPLETE
44152024-10-15T21:43:59.675Z[ recovery-image] Oct 15 21:43:59.164 INFO O| Oct 15 21:43:59.164 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-10-15T21:43:59.689Z[ recovery-image] Oct 15 21:43:59.181 INFO O| Oct 15 21:43:59.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
44172024-10-15T21:43:59.689Z[ recovery-image] Oct 15 21:43:59.181 INFO O| Oct 15 21:43:59.181 INFO STEP 84 (remove_files) COMPLETE
44182024-10-15T21:43:59.692Z[ recovery-image] Oct 15 21:43:59.181 INFO O| Oct 15 21:43:59.181 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-10-15T21:43:59.708Z[ recovery-image] Oct 15 21:43:59.199 INFO O| Oct 15 21:43:59.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
44202024-10-15T21:43:59.708Z[ recovery-image] Oct 15 21:43:59.199 INFO O| Oct 15 21:43:59.199 INFO STEP 85 (remove_files) COMPLETE
44212024-10-15T21:43:59.708Z[ recovery-image] Oct 15 21:43:59.199 INFO O| Oct 15 21:43:59.199 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-10-15T21:43:59.735Z[ recovery-image] Oct 15 21:43:59.226 INFO O| Oct 15 21:43:59.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
44232024-10-15T21:43:59.735Z[ recovery-image] Oct 15 21:43:59.226 INFO O| Oct 15 21:43:59.226 INFO STEP 86 (remove_files) COMPLETE
44242024-10-15T21:43:59.735Z[ recovery-image] Oct 15 21:43:59.226 INFO O| Oct 15 21:43:59.226 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-10-15T21:43:59.760Z[ recovery-image] Oct 15 21:43:59.250 INFO O| Oct 15 21:43:59.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
44262024-10-15T21:43:59.760Z[ recovery-image] Oct 15 21:43:59.250 INFO O| Oct 15 21:43:59.250 INFO STEP 87 (remove_files) COMPLETE
44272024-10-15T21:43:59.760Z[ recovery-image] Oct 15 21:43:59.250 INFO O| Oct 15 21:43:59.250 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-10-15T21:43:59.822Z[ recovery-image] Oct 15 21:43:59.313 INFO O| Oct 15 21:43:59.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
44292024-10-15T21:43:59.824Z[ recovery-image] Oct 15 21:43:59.313 INFO O| Oct 15 21:43:59.313 INFO STEP 88 (remove_files) COMPLETE
44302024-10-15T21:43:59.824Z[ recovery-image] Oct 15 21:43:59.313 INFO O| Oct 15 21:43:59.313 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-10-15T21:43:59.928Z[ recovery-image] Oct 15 21:43:59.419 INFO O| Oct 15 21:43:59.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
44322024-10-15T21:43:59.928Z[ recovery-image] Oct 15 21:43:59.419 INFO O| Oct 15 21:43:59.419 INFO STEP 89 (remove_files) COMPLETE
44332024-10-15T21:43:59.928Z[ recovery-image] Oct 15 21:43:59.419 INFO O| Oct 15 21:43:59.419 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-10-15T21:43:59.948Z[ recovery-image] Oct 15 21:43:59.438 INFO O| Oct 15 21:43:59.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
44352024-10-15T21:43:59.948Z[ recovery-image] Oct 15 21:43:59.438 INFO O| Oct 15 21:43:59.438 INFO STEP 90 (remove_files) COMPLETE
44362024-10-15T21:43:59.948Z[ recovery-image] Oct 15 21:43:59.438 INFO O| Oct 15 21:43:59.438 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-10-15T21:43:59.985Z[ recovery-image] Oct 15 21:43:59.476 INFO O| Oct 15 21:43:59.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
44382024-10-15T21:43:59.985Z[ recovery-image] Oct 15 21:43:59.476 INFO O| Oct 15 21:43:59.476 INFO STEP 91 (remove_files) COMPLETE
44392024-10-15T21:43:59.985Z[ recovery-image] Oct 15 21:43:59.476 INFO O| Oct 15 21:43:59.476 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-10-15T21:44:00.002Z[ recovery-image] Oct 15 21:43:59.493 INFO O| Oct 15 21:43:59.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
44412024-10-15T21:44:00.002Z[ recovery-image] Oct 15 21:43:59.493 INFO O| Oct 15 21:43:59.493 INFO STEP 92 (remove_files) COMPLETE
44422024-10-15T21:44:00.005Z[ recovery-image] Oct 15 21:43:59.493 INFO O| Oct 15 21:43:59.493 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-10-15T21:44:00.018Z[ recovery-image] Oct 15 21:43:59.509 INFO O| Oct 15 21:43:59.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
44442024-10-15T21:44:00.018Z[ recovery-image] Oct 15 21:43:59.509 INFO O| Oct 15 21:43:59.509 INFO STEP 93 (remove_files) COMPLETE
44452024-10-15T21:44:00.021Z[ recovery-image] Oct 15 21:43:59.509 INFO O| Oct 15 21:43:59.509 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-10-15T21:44:00.034Z[ recovery-image] Oct 15 21:43:59.525 INFO O| Oct 15 21:43:59.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
44472024-10-15T21:44:00.050Z[ recovery-image] Oct 15 21:43:59.541 INFO O| Oct 15 21:43:59.541 INFO STEP 94 (remove_files) COMPLETE
44482024-10-15T21:44:00.050Z[ recovery-image] Oct 15 21:43:59.541 INFO O| Oct 15 21:43:59.541 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-10-15T21:44:00.108Z[ recovery-image] Oct 15 21:43:59.599 INFO O| Oct 15 21:43:59.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
44502024-10-15T21:44:00.108Z[ recovery-image] Oct 15 21:43:59.599 INFO O| Oct 15 21:43:59.599 INFO STEP 95 (remove_files) COMPLETE
44512024-10-15T21:44:00.110Z[ recovery-image] Oct 15 21:43:59.599 INFO O| Oct 15 21:43:59.599 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-10-15T21:44:00.126Z[ recovery-image] Oct 15 21:43:59.617 INFO O| Oct 15 21:43:59.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
44532024-10-15T21:44:00.126Z[ recovery-image] Oct 15 21:43:59.618 INFO O| Oct 15 21:43:59.618 INFO STEP 96 (remove_files) COMPLETE
44542024-10-15T21:44:00.126Z[ recovery-image] Oct 15 21:43:59.618 INFO O| Oct 15 21:43:59.618 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-10-15T21:44:00.143Z[ recovery-image] Oct 15 21:43:59.634 INFO O| Oct 15 21:43:59.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
44562024-10-15T21:44:00.143Z[ recovery-image] Oct 15 21:43:59.635 INFO O| Oct 15 21:43:59.634 INFO STEP 97 (remove_files) COMPLETE
44572024-10-15T21:44:00.146Z[ recovery-image] Oct 15 21:43:59.635 INFO O| Oct 15 21:43:59.635 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-10-15T21:44:00.160Z[ recovery-image] Oct 15 21:43:59.651 INFO O| Oct 15 21:43:59.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
44592024-10-15T21:44:00.160Z[ recovery-image] Oct 15 21:43:59.651 INFO O| Oct 15 21:43:59.651 INFO STEP 98 (remove_files) COMPLETE
44602024-10-15T21:44:00.162Z[ recovery-image] Oct 15 21:43:59.651 INFO O| Oct 15 21:43:59.651 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-10-15T21:44:00.191Z[ recovery-image] Oct 15 21:43:59.682 INFO O| Oct 15 21:43:59.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
44622024-10-15T21:44:00.191Z[ recovery-image] Oct 15 21:43:59.682 INFO O| Oct 15 21:43:59.682 INFO STEP 99 (remove_files) COMPLETE
44632024-10-15T21:44:00.194Z[ recovery-image] Oct 15 21:43:59.682 INFO O| Oct 15 21:43:59.682 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-10-15T21:44:00.226Z[ recovery-image] Oct 15 21:43:59.717 INFO O| Oct 15 21:43:59.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
44652024-10-15T21:44:00.226Z[ recovery-image] Oct 15 21:43:59.717 INFO O| Oct 15 21:43:59.717 INFO STEP 100 (remove_files) COMPLETE
44662024-10-15T21:44:00.226Z[ recovery-image] Oct 15 21:43:59.717 INFO O| Oct 15 21:43:59.717 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-10-15T21:44:00.266Z[ recovery-image] Oct 15 21:43:59.757 INFO O| Oct 15 21:43:59.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
44682024-10-15T21:44:00.266Z[ recovery-image] Oct 15 21:43:59.757 INFO O| Oct 15 21:43:59.757 INFO STEP 101 (remove_files) COMPLETE
44692024-10-15T21:44:00.266Z[ recovery-image] Oct 15 21:43:59.757 INFO O| Oct 15 21:43:59.757 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-10-15T21:44:00.286Z[ recovery-image] Oct 15 21:43:59.777 INFO O| Oct 15 21:43:59.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
44712024-10-15T21:44:00.286Z[ recovery-image] Oct 15 21:43:59.777 INFO O| Oct 15 21:43:59.777 INFO STEP 102 (remove_files) COMPLETE
44722024-10-15T21:44:00.286Z[ recovery-image] Oct 15 21:43:59.777 INFO O| Oct 15 21:43:59.777 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-10-15T21:44:00.304Z[ recovery-image] Oct 15 21:43:59.796 INFO O| Oct 15 21:43:59.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
44742024-10-15T21:44:00.320Z[ recovery-image] Oct 15 21:43:59.811 INFO O| Oct 15 21:43:59.811 INFO STEP 103 (remove_files) COMPLETE
44752024-10-15T21:44:00.320Z[ recovery-image] Oct 15 21:43:59.811 INFO O| Oct 15 21:43:59.811 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-10-15T21:44:00.351Z[ recovery-image] Oct 15 21:43:59.842 INFO O| Oct 15 21:43:59.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
44772024-10-15T21:44:00.351Z[ recovery-image] Oct 15 21:43:59.842 INFO O| Oct 15 21:43:59.842 INFO STEP 104 (remove_files) COMPLETE
44782024-10-15T21:44:00.354Z[ recovery-image] Oct 15 21:43:59.842 INFO O| Oct 15 21:43:59.842 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-10-15T21:44:00.376Z[ recovery-image] Oct 15 21:43:59.867 INFO O| Oct 15 21:43:59.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
44802024-10-15T21:44:00.376Z[ recovery-image] Oct 15 21:43:59.868 INFO O| Oct 15 21:43:59.868 INFO STEP 105 (remove_files) COMPLETE
44812024-10-15T21:44:00.379Z[ recovery-image] Oct 15 21:43:59.868 INFO O| Oct 15 21:43:59.868 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-10-15T21:44:00.394Z[ recovery-image] Oct 15 21:43:59.884 INFO O| Oct 15 21:43:59.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
44832024-10-15T21:44:00.394Z[ recovery-image] Oct 15 21:43:59.884 INFO O| Oct 15 21:43:59.884 INFO STEP 106 (remove_files) COMPLETE
44842024-10-15T21:44:00.394Z[ recovery-image] Oct 15 21:43:59.884 INFO O| Oct 15 21:43:59.884 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-10-15T21:44:00.411Z[ recovery-image] Oct 15 21:43:59.901 INFO O| Oct 15 21:43:59.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
44862024-10-15T21:44:00.411Z[ recovery-image] Oct 15 21:43:59.901 INFO O| Oct 15 21:43:59.901 INFO STEP 107 (remove_files) COMPLETE
44872024-10-15T21:44:00.411Z[ recovery-image] Oct 15 21:43:59.901 INFO O| Oct 15 21:43:59.901 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-10-15T21:44:00.425Z[ recovery-image] Oct 15 21:43:59.916 INFO O| Oct 15 21:43:59.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
44892024-10-15T21:44:00.425Z[ recovery-image] Oct 15 21:43:59.916 INFO O| Oct 15 21:43:59.916 INFO STEP 108 (remove_files) COMPLETE
44902024-10-15T21:44:00.427Z[ recovery-image] Oct 15 21:43:59.916 INFO O| Oct 15 21:43:59.916 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-10-15T21:44:00.441Z[ recovery-image] Oct 15 21:43:59.932 INFO O| Oct 15 21:43:59.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
44922024-10-15T21:44:00.441Z[ recovery-image] Oct 15 21:43:59.932 INFO O| Oct 15 21:43:59.932 INFO STEP 109 (remove_files) COMPLETE
44932024-10-15T21:44:00.441Z[ recovery-image] Oct 15 21:43:59.932 INFO O| Oct 15 21:43:59.932 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942024-10-15T21:44:00.456Z[ recovery-image] Oct 15 21:43:59.947 INFO O| Oct 15 21:43:59.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
44952024-10-15T21:44:00.456Z[ recovery-image] Oct 15 21:43:59.947 INFO O| Oct 15 21:43:59.947 INFO STEP 110 (remove_files) COMPLETE
44962024-10-15T21:44:00.459Z[ recovery-image] Oct 15 21:43:59.947 INFO O| Oct 15 21:43:59.947 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-10-15T21:44:00.472Z[ recovery-image] Oct 15 21:43:59.963 INFO O| Oct 15 21:43:59.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
44982024-10-15T21:44:00.472Z[ recovery-image] Oct 15 21:43:59.963 INFO O| Oct 15 21:43:59.963 INFO STEP 111 (remove_files) COMPLETE
44992024-10-15T21:44:00.472Z[ recovery-image] Oct 15 21:43:59.963 INFO O| Oct 15 21:43:59.963 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-10-15T21:44:00.490Z[ recovery-image] Oct 15 21:43:59.980 INFO O| Oct 15 21:43:59.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
45012024-10-15T21:44:00.490Z[ recovery-image] Oct 15 21:43:59.980 INFO O| Oct 15 21:43:59.980 INFO STEP 112 (remove_files) COMPLETE
45022024-10-15T21:44:00.490Z[ recovery-image] Oct 15 21:43:59.980 INFO O| Oct 15 21:43:59.980 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-10-15T21:44:00.507Z[ recovery-image] Oct 15 21:43:59.998 INFO O| Oct 15 21:43:59.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
45042024-10-15T21:44:00.507Z[ recovery-image] Oct 15 21:43:59.998 INFO O| Oct 15 21:43:59.998 INFO STEP 113 (remove_files) COMPLETE
45052024-10-15T21:44:00.507Z[ recovery-image] Oct 15 21:43:59.998 INFO O| Oct 15 21:43:59.998 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-10-15T21:44:00.527Z[ recovery-image] Oct 15 21:44:00.017 INFO O| Oct 15 21:44:00.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
45072024-10-15T21:44:00.527Z[ recovery-image] Oct 15 21:44:00.018 INFO O| Oct 15 21:44:00.018 INFO STEP 114 (remove_files) COMPLETE
45082024-10-15T21:44:00.527Z[ recovery-image] Oct 15 21:44:00.018 INFO O| Oct 15 21:44:00.018 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-10-15T21:44:00.568Z[ recovery-image] Oct 15 21:44:00.059 INFO O| Oct 15 21:44:00.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
45102024-10-15T21:44:00.568Z[ recovery-image] Oct 15 21:44:00.059 INFO O| Oct 15 21:44:00.059 INFO STEP 115 (remove_files) COMPLETE
45112024-10-15T21:44:00.568Z[ recovery-image] Oct 15 21:44:00.059 INFO O| Oct 15 21:44:00.059 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-10-15T21:44:00.589Z[ recovery-image] Oct 15 21:44:00.080 INFO O| Oct 15 21:44:00.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
45132024-10-15T21:44:00.589Z[ recovery-image] Oct 15 21:44:00.080 INFO O| Oct 15 21:44:00.080 INFO STEP 116 (remove_files) COMPLETE
45142024-10-15T21:44:00.591Z[ recovery-image] Oct 15 21:44:00.080 INFO O| Oct 15 21:44:00.080 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-10-15T21:44:00.606Z[ recovery-image] Oct 15 21:44:00.098 INFO O| Oct 15 21:44:00.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
45162024-10-15T21:44:00.640Z[ recovery-image] Oct 15 21:44:00.130 INFO O| Oct 15 21:44:00.130 INFO STEP 117 (remove_files) COMPLETE
45172024-10-15T21:44:00.640Z[ recovery-image] Oct 15 21:44:00.130 INFO O| Oct 15 21:44:00.130 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-10-15T21:44:00.682Z[ recovery-image] Oct 15 21:44:00.173 INFO O| Oct 15 21:44:00.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
45192024-10-15T21:44:00.682Z[ recovery-image] Oct 15 21:44:00.173 INFO O| Oct 15 21:44:00.173 INFO STEP 118 (remove_files) COMPLETE
45202024-10-15T21:44:00.682Z[ recovery-image] Oct 15 21:44:00.173 INFO O| Oct 15 21:44:00.173 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-10-15T21:44:00.700Z[ recovery-image] Oct 15 21:44:00.191 INFO O| Oct 15 21:44:00.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
45222024-10-15T21:44:00.700Z[ recovery-image] Oct 15 21:44:00.191 INFO O| Oct 15 21:44:00.191 INFO STEP 119 (remove_files) COMPLETE
45232024-10-15T21:44:00.703Z[ recovery-image] Oct 15 21:44:00.191 INFO O| Oct 15 21:44:00.191 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-10-15T21:44:00.718Z[ recovery-image] Oct 15 21:44:00.209 INFO O| Oct 15 21:44:00.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
45252024-10-15T21:44:00.718Z[ recovery-image] Oct 15 21:44:00.209 INFO O| Oct 15 21:44:00.209 INFO STEP 120 (remove_files) COMPLETE
45262024-10-15T21:44:00.718Z[ recovery-image] Oct 15 21:44:00.209 INFO O| Oct 15 21:44:00.209 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272024-10-15T21:44:00.765Z[ recovery-image] Oct 15 21:44:00.248 INFO O| Oct 15 21:44:00.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
45282024-10-15T21:44:00.783Z[ recovery-image] Oct 15 21:44:00.273 INFO O| Oct 15 21:44:00.273 INFO STEP 121 (remove_files) COMPLETE
45292024-10-15T21:44:00.783Z[ recovery-image] Oct 15 21:44:00.273 INFO O| Oct 15 21:44:00.273 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302024-10-15T21:44:00.840Z[ recovery-image] Oct 15 21:44:00.330 INFO O| Oct 15 21:44:00.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
45312024-10-15T21:44:00.840Z[ recovery-image] Oct 15 21:44:00.331 INFO O| Oct 15 21:44:00.331 INFO STEP 122 (remove_files) COMPLETE
45322024-10-15T21:44:00.840Z[ recovery-image] Oct 15 21:44:00.331 INFO O| Oct 15 21:44:00.331 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332024-10-15T21:44:00.899Z[ recovery-image] Oct 15 21:44:00.389 INFO O| Oct 15 21:44:00.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
45342024-10-15T21:44:00.899Z[ recovery-image] Oct 15 21:44:00.389 INFO O| Oct 15 21:44:00.389 INFO STEP 123 (remove_files) COMPLETE
45352024-10-15T21:44:00.899Z[ recovery-image] Oct 15 21:44:00.389 INFO O| Oct 15 21:44:00.389 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-10-15T21:44:00.934Z[ recovery-image] Oct 15 21:44:00.425 INFO O| Oct 15 21:44:00.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
45372024-10-15T21:44:00.934Z[ recovery-image] Oct 15 21:44:00.425 INFO O| Oct 15 21:44:00.425 INFO STEP 124 (remove_files) COMPLETE
45382024-10-15T21:44:00.936Z[ recovery-image] Oct 15 21:44:00.425 INFO O| Oct 15 21:44:00.425 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392024-10-15T21:44:00.952Z[ recovery-image] Oct 15 21:44:00.444 INFO O| Oct 15 21:44:00.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
45402024-10-15T21:44:00.952Z[ recovery-image] Oct 15 21:44:00.444 INFO O| Oct 15 21:44:00.444 INFO STEP 125 (remove_files) COMPLETE
45412024-10-15T21:44:00.955Z[ recovery-image] Oct 15 21:44:00.444 INFO O| Oct 15 21:44:00.444 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422024-10-15T21:44:00.971Z[ recovery-image] Oct 15 21:44:00.462 INFO O| Oct 15 21:44:00.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
45432024-10-15T21:44:00.971Z[ recovery-image] Oct 15 21:44:00.462 INFO O| Oct 15 21:44:00.462 INFO STEP 126 (remove_files) COMPLETE
45442024-10-15T21:44:00.973Z[ recovery-image] Oct 15 21:44:00.462 INFO O| Oct 15 21:44:00.462 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-10-15T21:44:00.991Z[ recovery-image] Oct 15 21:44:00.482 INFO O| Oct 15 21:44:00.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
45462024-10-15T21:44:00.991Z[ recovery-image] Oct 15 21:44:00.482 INFO O| Oct 15 21:44:00.482 INFO STEP 127 (remove_files) COMPLETE
45472024-10-15T21:44:00.991Z[ recovery-image] Oct 15 21:44:00.482 INFO O| Oct 15 21:44:00.482 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-10-15T21:44:01.012Z[ recovery-image] Oct 15 21:44:00.503 INFO O| Oct 15 21:44:00.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
45492024-10-15T21:44:01.012Z[ recovery-image] Oct 15 21:44:00.503 INFO O| Oct 15 21:44:00.503 INFO STEP 128 (remove_files) COMPLETE
45502024-10-15T21:44:01.015Z[ recovery-image] Oct 15 21:44:00.503 INFO O| Oct 15 21:44:00.503 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512024-10-15T21:44:01.044Z[ recovery-image] Oct 15 21:44:00.535 INFO O| Oct 15 21:44:00.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
45522024-10-15T21:44:01.044Z[ recovery-image] Oct 15 21:44:00.535 INFO O| Oct 15 21:44:00.535 INFO STEP 129 (remove_files) COMPLETE
45532024-10-15T21:44:01.047Z[ recovery-image] Oct 15 21:44:00.535 INFO O| Oct 15 21:44:00.535 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542024-10-15T21:44:01.082Z[ recovery-image] Oct 15 21:44:00.573 INFO O| Oct 15 21:44:00.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
45552024-10-15T21:44:01.082Z[ recovery-image] Oct 15 21:44:00.573 INFO O| Oct 15 21:44:00.573 INFO STEP 130 (remove_files) COMPLETE
45562024-10-15T21:44:01.082Z[ recovery-image] Oct 15 21:44:00.573 INFO O| Oct 15 21:44:00.573 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-10-15T21:44:01.099Z[ recovery-image] Oct 15 21:44:00.590 INFO O| Oct 15 21:44:00.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
45582024-10-15T21:44:01.102Z[ recovery-image] Oct 15 21:44:00.590 INFO O| Oct 15 21:44:00.590 INFO STEP 131 (remove_files) COMPLETE
45592024-10-15T21:44:01.102Z[ recovery-image] Oct 15 21:44:00.591 INFO O| Oct 15 21:44:00.590 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-10-15T21:44:01.117Z[ recovery-image] Oct 15 21:44:00.608 INFO O| Oct 15 21:44:00.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
45612024-10-15T21:44:01.117Z[ recovery-image] Oct 15 21:44:00.608 INFO O| Oct 15 21:44:00.608 INFO STEP 132 (remove_files) COMPLETE
45622024-10-15T21:44:01.119Z[ recovery-image] Oct 15 21:44:00.608 INFO O| Oct 15 21:44:00.608 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632024-10-15T21:44:01.167Z[ recovery-image] Oct 15 21:44:00.658 INFO O| Oct 15 21:44:00.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
45642024-10-15T21:44:01.167Z[ recovery-image] Oct 15 21:44:00.658 INFO O| Oct 15 21:44:00.658 INFO STEP 133 (remove_files) COMPLETE
45652024-10-15T21:44:01.167Z[ recovery-image] Oct 15 21:44:00.658 INFO O| Oct 15 21:44:00.658 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662024-10-15T21:44:01.185Z[ recovery-image] Oct 15 21:44:00.676 INFO O| Oct 15 21:44:00.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
45672024-10-15T21:44:01.185Z[ recovery-image] Oct 15 21:44:00.676 INFO O| Oct 15 21:44:00.676 INFO STEP 134 (remove_files) COMPLETE
45682024-10-15T21:44:01.185Z[ recovery-image] Oct 15 21:44:00.676 INFO O| Oct 15 21:44:00.676 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692024-10-15T21:44:01.222Z[ recovery-image] Oct 15 21:44:00.712 INFO O| Oct 15 21:44:00.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
45702024-10-15T21:44:01.222Z[ recovery-image] Oct 15 21:44:00.712 INFO O| Oct 15 21:44:00.712 INFO STEP 135 (remove_files) COMPLETE
45712024-10-15T21:44:01.225Z[ recovery-image] Oct 15 21:44:00.712 INFO O| Oct 15 21:44:00.712 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-10-15T21:44:01.262Z[ recovery-image] Oct 15 21:44:00.752 INFO O| Oct 15 21:44:00.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
45732024-10-15T21:44:01.264Z[ recovery-image] Oct 15 21:44:00.752 INFO O| Oct 15 21:44:00.752 INFO STEP 136 (remove_files) COMPLETE
45742024-10-15T21:44:01.264Z[ recovery-image] Oct 15 21:44:00.752 INFO O| Oct 15 21:44:00.752 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-10-15T21:44:01.281Z[ recovery-image] Oct 15 21:44:00.772 INFO O| Oct 15 21:44:00.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
45762024-10-15T21:44:01.284Z[ recovery-image] Oct 15 21:44:00.772 INFO O| Oct 15 21:44:00.772 INFO STEP 137 (remove_files) COMPLETE
45772024-10-15T21:44:01.284Z[ recovery-image] Oct 15 21:44:00.773 INFO O| Oct 15 21:44:00.772 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-10-15T21:44:01.301Z[ recovery-image] Oct 15 21:44:00.792 INFO O| Oct 15 21:44:00.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
45792024-10-15T21:44:01.304Z[ recovery-image] Oct 15 21:44:00.792 INFO O| Oct 15 21:44:00.792 INFO STEP 138 (remove_files) COMPLETE
45802024-10-15T21:44:01.304Z[ recovery-image] Oct 15 21:44:00.793 INFO O| Oct 15 21:44:00.792 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-10-15T21:44:01.322Z[ recovery-image] Oct 15 21:44:00.813 INFO O| Oct 15 21:44:00.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
45822024-10-15T21:44:01.346Z[ recovery-image] Oct 15 21:44:00.837 INFO O| Oct 15 21:44:00.837 INFO STEP 139 (remove_files) COMPLETE
45832024-10-15T21:44:01.348Z[ recovery-image] Oct 15 21:44:00.837 INFO O| Oct 15 21:44:00.837 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-10-15T21:44:01.368Z[ recovery-image] Oct 15 21:44:00.859 INFO O| Oct 15 21:44:00.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
45852024-10-15T21:44:01.371Z[ recovery-image] Oct 15 21:44:00.860 INFO O| Oct 15 21:44:00.860 INFO STEP 140 (remove_files) COMPLETE
45862024-10-15T21:44:01.371Z[ recovery-image] Oct 15 21:44:00.860 INFO O| Oct 15 21:44:00.860 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-10-15T21:44:01.389Z[ recovery-image] Oct 15 21:44:00.880 INFO O| Oct 15 21:44:00.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
45882024-10-15T21:44:01.396Z[ recovery-image] Oct 15 21:44:00.888 INFO O| Oct 15 21:44:00.888 INFO STEP 141 (remove_files) COMPLETE
45892024-10-15T21:44:01.399Z[ recovery-image] Oct 15 21:44:00.888 INFO O| Oct 15 21:44:00.888 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-10-15T21:44:01.418Z[ recovery-image] Oct 15 21:44:00.909 INFO O| Oct 15 21:44:00.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
45912024-10-15T21:44:01.421Z[ recovery-image] Oct 15 21:44:00.909 INFO O| Oct 15 21:44:00.909 INFO STEP 142 (remove_files) COMPLETE
45922024-10-15T21:44:01.421Z[ recovery-image] Oct 15 21:44:00.909 INFO O| Oct 15 21:44:00.909 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-10-15T21:44:01.439Z[ recovery-image] Oct 15 21:44:00.930 INFO O| Oct 15 21:44:00.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
45942024-10-15T21:44:01.441Z[ recovery-image] Oct 15 21:44:00.930 INFO O| Oct 15 21:44:00.930 INFO STEP 143 (remove_files) COMPLETE
45952024-10-15T21:44:01.441Z[ recovery-image] Oct 15 21:44:00.930 INFO O| Oct 15 21:44:00.930 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-10-15T21:44:01.458Z[ recovery-image] Oct 15 21:44:00.949 INFO O| Oct 15 21:44:00.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
45972024-10-15T21:44:01.460Z[ recovery-image] Oct 15 21:44:00.949 INFO O| Oct 15 21:44:00.949 INFO STEP 144 (remove_files) COMPLETE
45982024-10-15T21:44:01.460Z[ recovery-image] Oct 15 21:44:00.949 INFO O| Oct 15 21:44:00.949 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-10-15T21:44:01.477Z[ recovery-image] Oct 15 21:44:00.968 INFO O| Oct 15 21:44:00.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
46002024-10-15T21:44:01.479Z[ recovery-image] Oct 15 21:44:00.968 INFO O| Oct 15 21:44:00.968 INFO STEP 145 (remove_files) COMPLETE
46012024-10-15T21:44:01.479Z[ recovery-image] Oct 15 21:44:00.968 INFO O| Oct 15 21:44:00.968 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-10-15T21:44:01.517Z[ recovery-image] Oct 15 21:44:01.008 INFO O| Oct 15 21:44:01.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
46032024-10-15T21:44:01.537Z[ recovery-image] Oct 15 21:44:01.028 INFO O| Oct 15 21:44:01.028 INFO STEP 146 (remove_files) COMPLETE
46042024-10-15T21:44:01.537Z[ recovery-image] Oct 15 21:44:01.028 INFO O| Oct 15 21:44:01.028 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-10-15T21:44:01.559Z[ recovery-image] Oct 15 21:44:01.050 INFO O| Oct 15 21:44:01.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
46062024-10-15T21:44:01.559Z[ recovery-image] Oct 15 21:44:01.050 INFO O| Oct 15 21:44:01.050 INFO STEP 147 (remove_files) COMPLETE
46072024-10-15T21:44:01.562Z[ recovery-image] Oct 15 21:44:01.051 INFO O| Oct 15 21:44:01.051 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-10-15T21:44:01.579Z[ recovery-image] Oct 15 21:44:01.070 INFO O| Oct 15 21:44:01.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
46092024-10-15T21:44:01.604Z[ recovery-image] Oct 15 21:44:01.095 INFO O| Oct 15 21:44:01.095 INFO STEP 148 (remove_files) COMPLETE
46102024-10-15T21:44:01.604Z[ recovery-image] Oct 15 21:44:01.095 INFO O| Oct 15 21:44:01.095 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-10-15T21:44:01.626Z[ recovery-image] Oct 15 21:44:01.117 INFO O| Oct 15 21:44:01.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
46122024-10-15T21:44:01.628Z[ recovery-image] Oct 15 21:44:01.117 INFO O| Oct 15 21:44:01.117 INFO STEP 149 (remove_files) COMPLETE
46132024-10-15T21:44:01.628Z[ recovery-image] Oct 15 21:44:01.117 INFO O| Oct 15 21:44:01.117 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-10-15T21:44:01.647Z[ recovery-image] Oct 15 21:44:01.138 INFO O| Oct 15 21:44:01.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
46152024-10-15T21:44:01.649Z[ recovery-image] Oct 15 21:44:01.138 INFO O| Oct 15 21:44:01.138 INFO STEP 150 (remove_files) COMPLETE
46162024-10-15T21:44:01.649Z[ recovery-image] Oct 15 21:44:01.138 INFO O| Oct 15 21:44:01.138 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-10-15T21:44:01.669Z[ recovery-image] Oct 15 21:44:01.161 INFO O| Oct 15 21:44:01.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
46182024-10-15T21:44:01.672Z[ recovery-image] Oct 15 21:44:01.161 INFO O| Oct 15 21:44:01.161 INFO STEP 151 (remove_files) COMPLETE
46192024-10-15T21:44:01.672Z[ recovery-image] Oct 15 21:44:01.161 INFO O| Oct 15 21:44:01.161 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-10-15T21:44:01.698Z[ recovery-image] Oct 15 21:44:01.189 INFO O| Oct 15 21:44:01.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
46212024-10-15T21:44:01.700Z[ recovery-image] Oct 15 21:44:01.189 INFO O| Oct 15 21:44:01.189 INFO STEP 152 (remove_files) COMPLETE
46222024-10-15T21:44:01.700Z[ recovery-image] Oct 15 21:44:01.189 INFO O| Oct 15 21:44:01.189 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-10-15T21:44:01.722Z[ recovery-image] Oct 15 21:44:01.214 INFO O| Oct 15 21:44:01.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
46242024-10-15T21:44:01.729Z[ recovery-image] Oct 15 21:44:01.214 INFO O| Oct 15 21:44:01.214 INFO STEP 153 (remove_files) COMPLETE
46252024-10-15T21:44:01.729Z[ recovery-image] Oct 15 21:44:01.214 INFO O| Oct 15 21:44:01.214 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-10-15T21:44:01.745Z[ recovery-image] Oct 15 21:44:01.237 INFO O| Oct 15 21:44:01.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
46272024-10-15T21:44:01.748Z[ recovery-image] Oct 15 21:44:01.237 INFO O| Oct 15 21:44:01.237 INFO STEP 154 (remove_files) COMPLETE
46282024-10-15T21:44:01.748Z[ recovery-image] Oct 15 21:44:01.237 INFO O| Oct 15 21:44:01.237 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-10-15T21:44:01.768Z[ recovery-image] Oct 15 21:44:01.259 INFO O| Oct 15 21:44:01.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
46302024-10-15T21:44:01.771Z[ recovery-image] Oct 15 21:44:01.260 INFO O| Oct 15 21:44:01.259 INFO STEP 155 (remove_files) COMPLETE
46312024-10-15T21:44:01.771Z[ recovery-image] Oct 15 21:44:01.260 INFO O| Oct 15 21:44:01.260 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-10-15T21:44:01.788Z[ recovery-image] Oct 15 21:44:01.279 INFO O| Oct 15 21:44:01.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
46332024-10-15T21:44:01.791Z[ recovery-image] Oct 15 21:44:01.279 INFO O| Oct 15 21:44:01.279 INFO STEP 156 (remove_files) COMPLETE
46342024-10-15T21:44:01.791Z[ recovery-image] Oct 15 21:44:01.280 INFO O| Oct 15 21:44:01.280 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-10-15T21:44:01.907Z[ recovery-image] Oct 15 21:44:01.398 INFO O| Oct 15 21:44:01.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
46362024-10-15T21:44:01.910Z[ recovery-image] Oct 15 21:44:01.398 INFO O| Oct 15 21:44:01.398 INFO STEP 157 (remove_files) COMPLETE
46372024-10-15T21:44:01.910Z[ recovery-image] Oct 15 21:44:01.398 INFO O| Oct 15 21:44:01.398 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-10-15T21:44:01.945Z[ recovery-image] Oct 15 21:44:01.436 INFO O| Oct 15 21:44:01.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
46392024-10-15T21:44:01.945Z[ recovery-image] Oct 15 21:44:01.436 INFO O| Oct 15 21:44:01.436 INFO STEP 158 (remove_files) COMPLETE
46402024-10-15T21:44:01.948Z[ recovery-image] Oct 15 21:44:01.436 INFO O| Oct 15 21:44:01.436 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-10-15T21:44:02.009Z[ recovery-image] Oct 15 21:44:01.499 INFO O| Oct 15 21:44:01.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
46422024-10-15T21:44:02.009Z[ recovery-image] Oct 15 21:44:01.499 INFO O| Oct 15 21:44:01.499 INFO STEP 159 (remove_files) COMPLETE
46432024-10-15T21:44:02.009Z[ recovery-image] Oct 15 21:44:01.499 INFO O| Oct 15 21:44:01.499 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-10-15T21:44:02.026Z[ recovery-image] Oct 15 21:44:01.517 INFO O| Oct 15 21:44:01.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
46452024-10-15T21:44:02.026Z[ recovery-image] Oct 15 21:44:01.517 INFO O| Oct 15 21:44:01.517 INFO STEP 160 (remove_files) COMPLETE
46462024-10-15T21:44:02.028Z[ recovery-image] Oct 15 21:44:01.517 INFO O| Oct 15 21:44:01.517 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-10-15T21:44:02.045Z[ recovery-image] Oct 15 21:44:01.536 INFO O| Oct 15 21:44:01.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
46482024-10-15T21:44:02.045Z[ recovery-image] Oct 15 21:44:01.536 INFO O| Oct 15 21:44:01.536 INFO STEP 161 (remove_files) COMPLETE
46492024-10-15T21:44:02.047Z[ recovery-image] Oct 15 21:44:01.536 INFO O| Oct 15 21:44:01.536 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-10-15T21:44:02.063Z[ recovery-image] Oct 15 21:44:01.554 INFO O| Oct 15 21:44:01.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
46512024-10-15T21:44:02.063Z[ recovery-image] Oct 15 21:44:01.554 INFO O| Oct 15 21:44:01.554 INFO STEP 162 (remove_files) COMPLETE
46522024-10-15T21:44:02.066Z[ recovery-image] Oct 15 21:44:01.554 INFO O| Oct 15 21:44:01.554 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-10-15T21:44:02.081Z[ recovery-image] Oct 15 21:44:01.572 INFO O| Oct 15 21:44:01.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
46542024-10-15T21:44:02.081Z[ recovery-image] Oct 15 21:44:01.572 INFO O| Oct 15 21:44:01.572 INFO STEP 163 (remove_files) COMPLETE
46552024-10-15T21:44:02.084Z[ recovery-image] Oct 15 21:44:01.572 INFO O| Oct 15 21:44:01.572 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-10-15T21:44:02.097Z[ recovery-image] Oct 15 21:44:01.589 INFO O| Oct 15 21:44:01.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
46572024-10-15T21:44:02.098Z[ recovery-image] Oct 15 21:44:01.589 INFO O| Oct 15 21:44:01.589 INFO STEP 164 (remove_files) COMPLETE
46582024-10-15T21:44:02.102Z[ recovery-image] Oct 15 21:44:01.589 INFO O| Oct 15 21:44:01.589 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-10-15T21:44:02.115Z[ recovery-image] Oct 15 21:44:01.606 INFO O| Oct 15 21:44:01.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
46602024-10-15T21:44:02.115Z[ recovery-image] Oct 15 21:44:01.606 INFO O| Oct 15 21:44:01.606 INFO STEP 165 (remove_files) COMPLETE
46612024-10-15T21:44:02.115Z[ recovery-image] Oct 15 21:44:01.606 INFO O| Oct 15 21:44:01.606 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-10-15T21:44:02.135Z[ recovery-image] Oct 15 21:44:01.626 INFO O| Oct 15 21:44:01.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
46632024-10-15T21:44:02.139Z[ recovery-image] Oct 15 21:44:01.630 INFO O| Oct 15 21:44:01.630 INFO STEP 166 (remove_files) COMPLETE
46642024-10-15T21:44:02.139Z[ recovery-image] Oct 15 21:44:01.630 INFO O| Oct 15 21:44:01.630 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-10-15T21:44:02.162Z[ recovery-image] Oct 15 21:44:01.653 INFO O| Oct 15 21:44:01.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
46662024-10-15T21:44:02.162Z[ recovery-image] Oct 15 21:44:01.653 INFO O| Oct 15 21:44:01.653 INFO STEP 167 (remove_files) COMPLETE
46672024-10-15T21:44:02.162Z[ recovery-image] Oct 15 21:44:01.653 INFO O| Oct 15 21:44:01.653 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-10-15T21:44:02.188Z[ recovery-image] Oct 15 21:44:01.679 INFO O| Oct 15 21:44:01.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
46692024-10-15T21:44:02.188Z[ recovery-image] Oct 15 21:44:01.679 INFO O| Oct 15 21:44:01.679 INFO STEP 168 (remove_files) COMPLETE
46702024-10-15T21:44:02.190Z[ recovery-image] Oct 15 21:44:01.679 INFO O| Oct 15 21:44:01.679 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-10-15T21:44:02.229Z[ recovery-image] Oct 15 21:44:01.720 INFO O| Oct 15 21:44:01.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
46722024-10-15T21:44:02.229Z[ recovery-image] Oct 15 21:44:01.720 INFO O| Oct 15 21:44:01.720 INFO STEP 169 (remove_files) COMPLETE
46732024-10-15T21:44:02.229Z[ recovery-image] Oct 15 21:44:01.720 INFO O| Oct 15 21:44:01.720 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-10-15T21:44:02.271Z[ recovery-image] Oct 15 21:44:01.762 INFO O| Oct 15 21:44:01.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
46752024-10-15T21:44:02.271Z[ recovery-image] Oct 15 21:44:01.762 INFO O| Oct 15 21:44:01.762 INFO STEP 170 (remove_files) COMPLETE
46762024-10-15T21:44:02.274Z[ recovery-image] Oct 15 21:44:01.762 INFO O| Oct 15 21:44:01.762 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-10-15T21:44:02.290Z[ recovery-image] Oct 15 21:44:01.781 INFO O| Oct 15 21:44:01.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
46782024-10-15T21:44:02.292Z[ recovery-image] Oct 15 21:44:01.781 INFO O| Oct 15 21:44:01.781 INFO STEP 171 (remove_files) COMPLETE
46792024-10-15T21:44:02.292Z[ recovery-image] Oct 15 21:44:01.781 INFO O| Oct 15 21:44:01.781 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-10-15T21:44:02.307Z[ recovery-image] Oct 15 21:44:01.798 INFO O| Oct 15 21:44:01.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
46812024-10-15T21:44:02.310Z[ recovery-image] Oct 15 21:44:01.799 INFO O| Oct 15 21:44:01.799 INFO STEP 172 (remove_files) COMPLETE
46822024-10-15T21:44:02.310Z[ recovery-image] Oct 15 21:44:01.799 INFO O| Oct 15 21:44:01.799 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-10-15T21:44:02.328Z[ recovery-image] Oct 15 21:44:01.819 INFO O| Oct 15 21:44:01.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
46842024-10-15T21:44:02.330Z[ recovery-image] Oct 15 21:44:01.819 INFO O| Oct 15 21:44:01.819 INFO STEP 173 (remove_files) COMPLETE
46852024-10-15T21:44:02.330Z[ recovery-image] Oct 15 21:44:01.819 INFO O| Oct 15 21:44:01.819 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-10-15T21:44:02.346Z[ recovery-image] Oct 15 21:44:01.837 INFO O| Oct 15 21:44:01.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
46872024-10-15T21:44:02.348Z[ recovery-image] Oct 15 21:44:01.837 INFO O| Oct 15 21:44:01.837 INFO STEP 174 (remove_files) COMPLETE
46882024-10-15T21:44:02.348Z[ recovery-image] Oct 15 21:44:01.837 INFO O| Oct 15 21:44:01.837 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-10-15T21:44:02.383Z[ recovery-image] Oct 15 21:44:01.874 INFO O| Oct 15 21:44:01.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
46902024-10-15T21:44:02.383Z[ recovery-image] Oct 15 21:44:01.874 INFO O| Oct 15 21:44:01.874 INFO STEP 175 (remove_files) COMPLETE
46912024-10-15T21:44:02.387Z[ recovery-image] Oct 15 21:44:01.874 INFO O| Oct 15 21:44:01.874 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-10-15T21:44:02.403Z[ recovery-image] Oct 15 21:44:01.893 INFO O| Oct 15 21:44:01.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
46932024-10-15T21:44:02.403Z[ recovery-image] Oct 15 21:44:01.893 INFO O| Oct 15 21:44:01.893 INFO STEP 176 (remove_files) COMPLETE
46942024-10-15T21:44:02.403Z[ recovery-image] Oct 15 21:44:01.893 INFO O| Oct 15 21:44:01.893 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-10-15T21:44:02.420Z[ recovery-image] Oct 15 21:44:01.911 INFO O| Oct 15 21:44:01.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
46962024-10-15T21:44:02.420Z[ recovery-image] Oct 15 21:44:01.911 INFO O| Oct 15 21:44:01.911 INFO STEP 177 (remove_files) COMPLETE
46972024-10-15T21:44:02.424Z[ recovery-image] Oct 15 21:44:01.911 INFO O| Oct 15 21:44:01.911 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-10-15T21:44:02.439Z[ recovery-image] Oct 15 21:44:01.930 INFO O| Oct 15 21:44:01.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
46992024-10-15T21:44:02.439Z[ recovery-image] Oct 15 21:44:01.930 INFO O| Oct 15 21:44:01.930 INFO STEP 178 (remove_files) COMPLETE
47002024-10-15T21:44:02.442Z[ recovery-image] Oct 15 21:44:01.930 INFO O| Oct 15 21:44:01.930 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-10-15T21:44:02.494Z[ recovery-image] Oct 15 21:44:01.985 INFO O| Oct 15 21:44:01.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
47022024-10-15T21:44:02.494Z[ recovery-image] Oct 15 21:44:01.985 INFO O| Oct 15 21:44:01.985 INFO STEP 179 (remove_files) COMPLETE
47032024-10-15T21:44:02.497Z[ recovery-image] Oct 15 21:44:01.985 INFO O| Oct 15 21:44:01.985 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-10-15T21:44:02.519Z[ recovery-image] Oct 15 21:44:02.010 INFO O| Oct 15 21:44:02.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
47052024-10-15T21:44:02.519Z[ recovery-image] Oct 15 21:44:02.010 INFO O| Oct 15 21:44:02.010 INFO STEP 180 (remove_files) COMPLETE
47062024-10-15T21:44:02.519Z[ recovery-image] Oct 15 21:44:02.010 INFO O| Oct 15 21:44:02.010 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-10-15T21:44:02.538Z[ recovery-image] Oct 15 21:44:02.028 INFO O| Oct 15 21:44:02.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
47082024-10-15T21:44:02.538Z[ recovery-image] Oct 15 21:44:02.028 INFO O| Oct 15 21:44:02.028 INFO STEP 181 (remove_files) COMPLETE
47092024-10-15T21:44:02.542Z[ recovery-image] Oct 15 21:44:02.028 INFO O| Oct 15 21:44:02.028 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-10-15T21:44:02.555Z[ recovery-image] Oct 15 21:44:02.046 INFO O| Oct 15 21:44:02.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
47112024-10-15T21:44:02.555Z[ recovery-image] Oct 15 21:44:02.046 INFO O| Oct 15 21:44:02.046 INFO STEP 182 (remove_files) COMPLETE
47122024-10-15T21:44:02.555Z[ recovery-image] Oct 15 21:44:02.046 INFO O| Oct 15 21:44:02.046 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-10-15T21:44:02.588Z[ recovery-image] Oct 15 21:44:02.079 INFO O| Oct 15 21:44:02.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
47142024-10-15T21:44:02.613Z[ recovery-image] Oct 15 21:44:02.104 INFO O| Oct 15 21:44:02.104 INFO STEP 183 (remove_files) COMPLETE
47152024-10-15T21:44:02.613Z[ recovery-image] Oct 15 21:44:02.104 INFO O| Oct 15 21:44:02.104 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-10-15T21:44:02.688Z[ recovery-image] Oct 15 21:44:02.179 INFO O| Oct 15 21:44:02.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
47172024-10-15T21:44:02.688Z[ recovery-image] Oct 15 21:44:02.179 INFO O| Oct 15 21:44:02.179 INFO STEP 184 (remove_files) COMPLETE
47182024-10-15T21:44:02.688Z[ recovery-image] Oct 15 21:44:02.179 INFO O| Oct 15 21:44:02.179 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-10-15T21:44:02.707Z[ recovery-image] Oct 15 21:44:02.198 INFO O| Oct 15 21:44:02.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
47202024-10-15T21:44:02.707Z[ recovery-image] Oct 15 21:44:02.198 INFO O| Oct 15 21:44:02.198 INFO STEP 185 (remove_files) COMPLETE
47212024-10-15T21:44:02.707Z[ recovery-image] Oct 15 21:44:02.198 INFO O| Oct 15 21:44:02.198 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-10-15T21:44:02.734Z[ recovery-image] Oct 15 21:44:02.224 INFO O| Oct 15 21:44:02.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
47232024-10-15T21:44:02.734Z[ recovery-image] Oct 15 21:44:02.224 INFO O| Oct 15 21:44:02.224 INFO STEP 186 (remove_files) COMPLETE
47242024-10-15T21:44:02.737Z[ recovery-image] Oct 15 21:44:02.224 INFO O| Oct 15 21:44:02.224 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-10-15T21:44:02.782Z[ recovery-image] Oct 15 21:44:02.273 INFO O| Oct 15 21:44:02.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
47262024-10-15T21:44:02.782Z[ recovery-image] Oct 15 21:44:02.273 INFO O| Oct 15 21:44:02.273 INFO STEP 187 (remove_files) COMPLETE
47272024-10-15T21:44:02.784Z[ recovery-image] Oct 15 21:44:02.273 INFO O| Oct 15 21:44:02.273 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-10-15T21:44:02.819Z[ recovery-image] Oct 15 21:44:02.310 INFO O| Oct 15 21:44:02.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
47292024-10-15T21:44:02.819Z[ recovery-image] Oct 15 21:44:02.310 INFO O| Oct 15 21:44:02.310 INFO STEP 188 (remove_files) COMPLETE
47302024-10-15T21:44:02.821Z[ recovery-image] Oct 15 21:44:02.310 INFO O| Oct 15 21:44:02.310 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-10-15T21:44:02.859Z[ recovery-image] Oct 15 21:44:02.350 INFO O| Oct 15 21:44:02.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
47322024-10-15T21:44:02.859Z[ recovery-image] Oct 15 21:44:02.350 INFO O| Oct 15 21:44:02.350 INFO STEP 189 (remove_files) COMPLETE
47332024-10-15T21:44:02.859Z[ recovery-image] Oct 15 21:44:02.350 INFO O| Oct 15 21:44:02.350 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-10-15T21:44:02.892Z[ recovery-image] Oct 15 21:44:02.383 INFO O| Oct 15 21:44:02.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
47352024-10-15T21:44:02.892Z[ recovery-image] Oct 15 21:44:02.383 INFO O| Oct 15 21:44:02.383 INFO STEP 190 (remove_files) COMPLETE
47362024-10-15T21:44:02.895Z[ recovery-image] Oct 15 21:44:02.383 INFO O| Oct 15 21:44:02.383 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-10-15T21:44:02.911Z[ recovery-image] Oct 15 21:44:02.402 INFO O| Oct 15 21:44:02.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
47382024-10-15T21:44:02.911Z[ recovery-image] Oct 15 21:44:02.402 INFO O| Oct 15 21:44:02.402 INFO STEP 191 (remove_files) COMPLETE
47392024-10-15T21:44:02.913Z[ recovery-image] Oct 15 21:44:02.402 INFO O| Oct 15 21:44:02.402 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-10-15T21:44:02.929Z[ recovery-image] Oct 15 21:44:02.420 INFO O| Oct 15 21:44:02.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
47412024-10-15T21:44:02.929Z[ recovery-image] Oct 15 21:44:02.420 INFO O| Oct 15 21:44:02.420 INFO STEP 192 (remove_files) COMPLETE
47422024-10-15T21:44:02.929Z[ recovery-image] Oct 15 21:44:02.420 INFO O| Oct 15 21:44:02.420 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-10-15T21:44:02.947Z[ recovery-image] Oct 15 21:44:02.438 INFO O| Oct 15 21:44:02.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
47442024-10-15T21:44:02.947Z[ recovery-image] Oct 15 21:44:02.438 INFO O| Oct 15 21:44:02.438 INFO STEP 193 (remove_files) COMPLETE
47452024-10-15T21:44:02.947Z[ recovery-image] Oct 15 21:44:02.438 INFO O| Oct 15 21:44:02.438 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-10-15T21:44:02.964Z[ recovery-image] Oct 15 21:44:02.455 INFO O| Oct 15 21:44:02.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
47472024-10-15T21:44:02.964Z[ recovery-image] Oct 15 21:44:02.455 INFO O| Oct 15 21:44:02.455 INFO STEP 194 (remove_files) COMPLETE
47482024-10-15T21:44:02.966Z[ recovery-image] Oct 15 21:44:02.455 INFO O| Oct 15 21:44:02.455 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-10-15T21:44:02.983Z[ recovery-image] Oct 15 21:44:02.474 INFO O| Oct 15 21:44:02.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
47502024-10-15T21:44:02.985Z[ recovery-image] Oct 15 21:44:02.474 INFO O| Oct 15 21:44:02.474 INFO STEP 195 (remove_files) COMPLETE
47512024-10-15T21:44:02.986Z[ recovery-image] Oct 15 21:44:02.474 INFO O| Oct 15 21:44:02.474 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-10-15T21:44:03.001Z[ recovery-image] Oct 15 21:44:02.492 INFO O| Oct 15 21:44:02.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
47532024-10-15T21:44:03.001Z[ recovery-image] Oct 15 21:44:02.492 INFO O| Oct 15 21:44:02.492 INFO STEP 196 (remove_files) COMPLETE
47542024-10-15T21:44:03.004Z[ recovery-image] Oct 15 21:44:02.493 INFO O| Oct 15 21:44:02.493 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-10-15T21:44:03.033Z[ recovery-image] Oct 15 21:44:02.524 INFO O| Oct 15 21:44:02.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
47562024-10-15T21:44:03.033Z[ recovery-image] Oct 15 21:44:02.524 INFO O| Oct 15 21:44:02.524 INFO STEP 197 (remove_files) COMPLETE
47572024-10-15T21:44:03.033Z[ recovery-image] Oct 15 21:44:02.524 INFO O| Oct 15 21:44:02.524 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-10-15T21:44:03.054Z[ recovery-image] Oct 15 21:44:02.544 INFO O| Oct 15 21:44:02.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
47592024-10-15T21:44:03.054Z[ recovery-image] Oct 15 21:44:02.544 INFO O| Oct 15 21:44:02.544 INFO STEP 198 (remove_files) COMPLETE
47602024-10-15T21:44:03.054Z[ recovery-image] Oct 15 21:44:02.544 INFO O| Oct 15 21:44:02.544 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-10-15T21:44:03.074Z[ recovery-image] Oct 15 21:44:02.564 INFO O| Oct 15 21:44:02.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
47622024-10-15T21:44:03.074Z[ recovery-image] Oct 15 21:44:02.564 INFO O| Oct 15 21:44:02.564 INFO STEP 199 (remove_files) COMPLETE
47632024-10-15T21:44:03.074Z[ recovery-image] Oct 15 21:44:02.564 INFO O| Oct 15 21:44:02.564 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-10-15T21:44:03.094Z[ recovery-image] Oct 15 21:44:02.585 INFO O| Oct 15 21:44:02.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
47652024-10-15T21:44:03.094Z[ recovery-image] Oct 15 21:44:02.585 INFO O| Oct 15 21:44:02.585 INFO STEP 200 (remove_files) COMPLETE
47662024-10-15T21:44:03.094Z[ recovery-image] Oct 15 21:44:02.585 INFO O| Oct 15 21:44:02.585 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-10-15T21:44:03.113Z[ recovery-image] Oct 15 21:44:02.604 INFO O| Oct 15 21:44:02.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
47682024-10-15T21:44:03.114Z[ recovery-image] Oct 15 21:44:02.604 INFO O| Oct 15 21:44:02.604 INFO STEP 201 (remove_files) COMPLETE
47692024-10-15T21:44:03.114Z[ recovery-image] Oct 15 21:44:02.604 INFO O| Oct 15 21:44:02.604 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-10-15T21:44:03.416Z[ recovery-image] Oct 15 21:44:02.623 INFO O| Oct 15 21:44:02.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
47712024-10-15T21:44:03.416Z[ recovery-image] Oct 15 21:44:02.623 INFO O| Oct 15 21:44:02.623 INFO STEP 202 (remove_files) COMPLETE
47722024-10-15T21:44:03.416Z[ recovery-image] Oct 15 21:44:02.623 INFO O| Oct 15 21:44:02.623 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-10-15T21:44:03.424Z[ recovery-image] Oct 15 21:44:02.642 INFO O| Oct 15 21:44:02.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
47742024-10-15T21:44:03.425Z[ recovery-image] Oct 15 21:44:02.642 INFO O| Oct 15 21:44:02.642 INFO STEP 203 (remove_files) COMPLETE
47752024-10-15T21:44:03.425Z[ recovery-image] Oct 15 21:44:02.642 INFO O| Oct 15 21:44:02.642 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-10-15T21:44:03.425Z[ recovery-image] Oct 15 21:44:02.727 INFO O| Oct 15 21:44:02.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
47772024-10-15T21:44:03.425Z[ recovery-image] Oct 15 21:44:02.727 INFO O| Oct 15 21:44:02.727 INFO STEP 204 (remove_files) COMPLETE
47782024-10-15T21:44:03.425Z[ recovery-image] Oct 15 21:44:02.727 INFO O| Oct 15 21:44:02.727 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-10-15T21:44:03.425Z[ recovery-image] Oct 15 21:44:02.747 INFO O| Oct 15 21:44:02.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
47802024-10-15T21:44:03.425Z[ recovery-image] Oct 15 21:44:02.747 INFO O| Oct 15 21:44:02.747 INFO STEP 205 (remove_files) COMPLETE
47812024-10-15T21:44:03.425Z[ recovery-image] Oct 15 21:44:02.747 INFO O| Oct 15 21:44:02.747 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-10-15T21:44:03.425Z[ recovery-image] Oct 15 21:44:02.765 INFO O| Oct 15 21:44:02.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
47832024-10-15T21:44:03.425Z[ recovery-image] Oct 15 21:44:02.765 INFO O| Oct 15 21:44:02.765 INFO STEP 206 (remove_files) COMPLETE
47842024-10-15T21:44:03.425Z[ recovery-image] Oct 15 21:44:02.765 INFO O| Oct 15 21:44:02.765 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-10-15T21:44:03.425Z[ recovery-image] Oct 15 21:44:02.800 INFO O| Oct 15 21:44:02.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
47862024-10-15T21:44:03.425Z[ recovery-image] Oct 15 21:44:02.800 INFO O| Oct 15 21:44:02.800 INFO STEP 207 (remove_files) COMPLETE
47872024-10-15T21:44:03.425Z[ recovery-image] Oct 15 21:44:02.800 INFO O| Oct 15 21:44:02.800 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-10-15T21:44:03.425Z[ recovery-image] Oct 15 21:44:02.820 INFO O| Oct 15 21:44:02.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
47892024-10-15T21:44:03.425Z[ recovery-image] Oct 15 21:44:02.820 INFO O| Oct 15 21:44:02.820 INFO STEP 208 (remove_files) COMPLETE
47902024-10-15T21:44:03.425Z[ recovery-image] Oct 15 21:44:02.820 INFO O| Oct 15 21:44:02.820 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-10-15T21:44:03.426Z[ recovery-image] Oct 15 21:44:02.843 INFO O| Oct 15 21:44:02.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
47922024-10-15T21:44:03.426Z[ recovery-image] Oct 15 21:44:02.843 INFO O| Oct 15 21:44:02.843 INFO STEP 209 (remove_files) COMPLETE
47932024-10-15T21:44:03.426Z[ recovery-image] Oct 15 21:44:02.843 INFO O| Oct 15 21:44:02.843 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-10-15T21:44:03.426Z[ recovery-image] Oct 15 21:44:02.870 INFO O| Oct 15 21:44:02.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
47952024-10-15T21:44:03.426Z[ recovery-image] Oct 15 21:44:02.870 INFO O| Oct 15 21:44:02.870 INFO STEP 210 (remove_files) COMPLETE
47962024-10-15T21:44:03.426Z[ recovery-image] Oct 15 21:44:02.870 INFO O| Oct 15 21:44:02.870 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-10-15T21:44:03.426Z[ recovery-image] Oct 15 21:44:02.907 INFO O| Oct 15 21:44:02.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
47982024-10-15T21:44:03.426Z[ recovery-image] Oct 15 21:44:02.907 INFO O| Oct 15 21:44:02.907 INFO STEP 211 (remove_files) COMPLETE
47992024-10-15T21:44:03.427Z[ recovery-image] Oct 15 21:44:02.907 INFO O| Oct 15 21:44:02.907 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-10-15T21:44:03.483Z[ recovery-image] Oct 15 21:44:02.974 INFO O| Oct 15 21:44:02.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
48012024-10-15T21:44:03.486Z[ recovery-image] Oct 15 21:44:02.974 INFO O| Oct 15 21:44:02.974 INFO STEP 212 (remove_files) COMPLETE
48022024-10-15T21:44:03.486Z[ recovery-image] Oct 15 21:44:02.974 INFO O| Oct 15 21:44:02.974 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-10-15T21:44:03.517Z[ recovery-image] Oct 15 21:44:03.008 INFO O| Oct 15 21:44:03.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
48042024-10-15T21:44:03.517Z[ recovery-image] Oct 15 21:44:03.008 INFO O| Oct 15 21:44:03.008 INFO STEP 213 (remove_files) COMPLETE
48052024-10-15T21:44:03.520Z[ recovery-image] Oct 15 21:44:03.009 INFO O| Oct 15 21:44:03.008 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-10-15T21:44:03.580Z[ recovery-image] Oct 15 21:44:03.070 INFO O| Oct 15 21:44:03.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
48072024-10-15T21:44:03.580Z[ recovery-image] Oct 15 21:44:03.070 INFO O| Oct 15 21:44:03.070 INFO STEP 214 (remove_files) COMPLETE
48082024-10-15T21:44:03.580Z[ recovery-image] Oct 15 21:44:03.070 INFO O| Oct 15 21:44:03.070 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-10-15T21:44:03.599Z[ recovery-image] Oct 15 21:44:03.089 INFO O| Oct 15 21:44:03.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
48102024-10-15T21:44:03.599Z[ recovery-image] Oct 15 21:44:03.089 INFO O| Oct 15 21:44:03.089 INFO STEP 215 (remove_files) COMPLETE
48112024-10-15T21:44:03.599Z[ recovery-image] Oct 15 21:44:03.089 INFO O| Oct 15 21:44:03.089 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-10-15T21:44:03.616Z[ recovery-image] Oct 15 21:44:03.106 INFO O| Oct 15 21:44:03.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
48132024-10-15T21:44:03.616Z[ recovery-image] Oct 15 21:44:03.106 INFO O| Oct 15 21:44:03.106 INFO STEP 216 (remove_files) COMPLETE
48142024-10-15T21:44:03.616Z[ recovery-image] Oct 15 21:44:03.106 INFO O| Oct 15 21:44:03.106 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-10-15T21:44:03.633Z[ recovery-image] Oct 15 21:44:03.124 INFO O| Oct 15 21:44:03.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
48162024-10-15T21:44:03.633Z[ recovery-image] Oct 15 21:44:03.124 INFO O| Oct 15 21:44:03.124 INFO STEP 217 (remove_files) COMPLETE
48172024-10-15T21:44:03.633Z[ recovery-image] Oct 15 21:44:03.124 INFO O| Oct 15 21:44:03.124 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-10-15T21:44:03.657Z[ recovery-image] Oct 15 21:44:03.148 INFO O| Oct 15 21:44:03.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
48192024-10-15T21:44:03.660Z[ recovery-image] Oct 15 21:44:03.148 INFO O| Oct 15 21:44:03.148 INFO STEP 218 (remove_files) COMPLETE
48202024-10-15T21:44:03.660Z[ recovery-image] Oct 15 21:44:03.148 INFO O| Oct 15 21:44:03.148 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-10-15T21:44:03.681Z[ recovery-image] Oct 15 21:44:03.172 INFO O| Oct 15 21:44:03.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
48222024-10-15T21:44:03.683Z[ recovery-image] Oct 15 21:44:03.172 INFO O| Oct 15 21:44:03.172 INFO STEP 219 (remove_files) COMPLETE
48232024-10-15T21:44:03.684Z[ recovery-image] Oct 15 21:44:03.173 INFO O| Oct 15 21:44:03.172 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-10-15T21:44:03.756Z[ recovery-image] Oct 15 21:44:03.247 INFO O| Oct 15 21:44:03.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
48252024-10-15T21:44:03.758Z[ recovery-image] Oct 15 21:44:03.247 INFO O| Oct 15 21:44:03.247 INFO STEP 220 (remove_files) COMPLETE
48262024-10-15T21:44:03.758Z[ recovery-image] Oct 15 21:44:03.247 INFO O| Oct 15 21:44:03.247 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-10-15T21:44:03.775Z[ recovery-image] Oct 15 21:44:03.267 INFO O| Oct 15 21:44:03.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
48282024-10-15T21:44:03.778Z[ recovery-image] Oct 15 21:44:03.267 INFO O| Oct 15 21:44:03.267 INFO STEP 221 (remove_files) COMPLETE
48292024-10-15T21:44:03.778Z[ recovery-image] Oct 15 21:44:03.267 INFO O| Oct 15 21:44:03.267 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-10-15T21:44:03.794Z[ recovery-image] Oct 15 21:44:03.285 INFO O| Oct 15 21:44:03.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
48312024-10-15T21:44:03.796Z[ recovery-image] Oct 15 21:44:03.285 INFO O| Oct 15 21:44:03.285 INFO STEP 222 (remove_files) COMPLETE
48322024-10-15T21:44:03.796Z[ recovery-image] Oct 15 21:44:03.285 INFO O| Oct 15 21:44:03.285 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-10-15T21:44:03.812Z[ recovery-image] Oct 15 21:44:03.303 INFO O| Oct 15 21:44:03.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
48342024-10-15T21:44:03.814Z[ recovery-image] Oct 15 21:44:03.303 INFO O| Oct 15 21:44:03.303 INFO STEP 223 (remove_files) COMPLETE
48352024-10-15T21:44:03.814Z[ recovery-image] Oct 15 21:44:03.304 INFO O| Oct 15 21:44:03.304 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-10-15T21:44:03.829Z[ recovery-image] Oct 15 21:44:03.320 INFO O| Oct 15 21:44:03.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
48372024-10-15T21:44:03.829Z[ recovery-image] Oct 15 21:44:03.320 INFO O| Oct 15 21:44:03.320 INFO STEP 224 (remove_files) COMPLETE
48382024-10-15T21:44:03.833Z[ recovery-image] Oct 15 21:44:03.321 INFO O| Oct 15 21:44:03.320 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-10-15T21:44:03.847Z[ recovery-image] Oct 15 21:44:03.338 INFO O| Oct 15 21:44:03.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
48402024-10-15T21:44:03.850Z[ recovery-image] Oct 15 21:44:03.338 INFO O| Oct 15 21:44:03.338 INFO STEP 225 (remove_files) COMPLETE
48412024-10-15T21:44:03.850Z[ recovery-image] Oct 15 21:44:03.338 INFO O| Oct 15 21:44:03.338 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-10-15T21:44:03.881Z[ recovery-image] Oct 15 21:44:03.372 INFO O| Oct 15 21:44:03.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
48432024-10-15T21:44:03.885Z[ recovery-image] Oct 15 21:44:03.372 INFO O| Oct 15 21:44:03.372 INFO STEP 226 (remove_files) COMPLETE
48442024-10-15T21:44:03.885Z[ recovery-image] Oct 15 21:44:03.373 INFO O| Oct 15 21:44:03.373 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-10-15T21:44:03.900Z[ recovery-image] Oct 15 21:44:03.391 INFO O| Oct 15 21:44:03.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
48462024-10-15T21:44:03.903Z[ recovery-image] Oct 15 21:44:03.392 INFO O| Oct 15 21:44:03.392 INFO STEP 227 (remove_files) COMPLETE
48472024-10-15T21:44:03.903Z[ recovery-image] Oct 15 21:44:03.392 INFO O| Oct 15 21:44:03.392 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-10-15T21:44:03.919Z[ recovery-image] Oct 15 21:44:03.410 INFO O| Oct 15 21:44:03.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
48492024-10-15T21:44:03.921Z[ recovery-image] Oct 15 21:44:03.410 INFO O| Oct 15 21:44:03.410 INFO STEP 228 (remove_files) COMPLETE
48502024-10-15T21:44:03.921Z[ recovery-image] Oct 15 21:44:03.410 INFO O| Oct 15 21:44:03.410 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-10-15T21:44:03.940Z[ recovery-image] Oct 15 21:44:03.431 INFO O| Oct 15 21:44:03.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
48522024-10-15T21:44:03.942Z[ recovery-image] Oct 15 21:44:03.431 INFO O| Oct 15 21:44:03.431 INFO STEP 229 (remove_files) COMPLETE
48532024-10-15T21:44:03.945Z[ recovery-image] Oct 15 21:44:03.431 INFO O| Oct 15 21:44:03.431 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-10-15T21:44:03.962Z[ recovery-image] Oct 15 21:44:03.453 INFO O| Oct 15 21:44:03.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
48552024-10-15T21:44:03.962Z[ recovery-image] Oct 15 21:44:03.453 INFO O| Oct 15 21:44:03.453 INFO STEP 230 (remove_files) COMPLETE
48562024-10-15T21:44:03.963Z[ recovery-image] Oct 15 21:44:03.453 INFO O| Oct 15 21:44:03.453 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-10-15T21:44:03.989Z[ recovery-image] Oct 15 21:44:03.481 INFO O| Oct 15 21:44:03.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
48582024-10-15T21:44:03.989Z[ recovery-image] Oct 15 21:44:03.481 INFO O| Oct 15 21:44:03.481 INFO STEP 231 (remove_files) COMPLETE
48592024-10-15T21:44:03.990Z[ recovery-image] Oct 15 21:44:03.481 INFO O| Oct 15 21:44:03.481 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-10-15T21:44:04.034Z[ recovery-image] Oct 15 21:44:03.525 INFO O| Oct 15 21:44:03.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
48612024-10-15T21:44:04.036Z[ recovery-image] Oct 15 21:44:03.525 INFO O| Oct 15 21:44:03.525 INFO STEP 232 (remove_files) COMPLETE
48622024-10-15T21:44:04.036Z[ recovery-image] Oct 15 21:44:03.525 INFO O| Oct 15 21:44:03.525 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-10-15T21:44:04.087Z[ recovery-image] Oct 15 21:44:03.579 INFO O| Oct 15 21:44:03.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
48642024-10-15T21:44:04.087Z[ recovery-image] Oct 15 21:44:03.579 INFO O| Oct 15 21:44:03.579 INFO STEP 233 (remove_files) COMPLETE
48652024-10-15T21:44:04.087Z[ recovery-image] Oct 15 21:44:03.579 INFO O| Oct 15 21:44:03.579 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-10-15T21:44:04.106Z[ recovery-image] Oct 15 21:44:03.597 INFO O| Oct 15 21:44:03.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
48672024-10-15T21:44:04.106Z[ recovery-image] Oct 15 21:44:03.597 INFO O| Oct 15 21:44:03.597 INFO STEP 234 (remove_files) COMPLETE
48682024-10-15T21:44:04.110Z[ recovery-image] Oct 15 21:44:03.597 INFO O| Oct 15 21:44:03.597 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-10-15T21:44:04.122Z[ recovery-image] Oct 15 21:44:03.613 INFO O| Oct 15 21:44:03.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
48702024-10-15T21:44:04.122Z[ recovery-image] Oct 15 21:44:03.613 INFO O| Oct 15 21:44:03.613 INFO STEP 235 (remove_files) COMPLETE
48712024-10-15T21:44:04.122Z[ recovery-image] Oct 15 21:44:03.613 INFO O| Oct 15 21:44:03.613 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-10-15T21:44:04.139Z[ recovery-image] Oct 15 21:44:03.631 INFO O| Oct 15 21:44:03.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
48732024-10-15T21:44:04.142Z[ recovery-image] Oct 15 21:44:03.631 INFO O| Oct 15 21:44:03.631 INFO STEP 236 (remove_files) COMPLETE
48742024-10-15T21:44:04.143Z[ recovery-image] Oct 15 21:44:03.631 INFO O| Oct 15 21:44:03.631 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-10-15T21:44:04.159Z[ recovery-image] Oct 15 21:44:03.649 INFO O| Oct 15 21:44:03.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
48762024-10-15T21:44:04.159Z[ recovery-image] Oct 15 21:44:03.649 INFO O| Oct 15 21:44:03.649 INFO STEP 237 (remove_files) COMPLETE
48772024-10-15T21:44:04.159Z[ recovery-image] Oct 15 21:44:03.649 INFO O| Oct 15 21:44:03.649 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-10-15T21:44:04.179Z[ recovery-image] Oct 15 21:44:03.669 INFO O| Oct 15 21:44:03.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
48792024-10-15T21:44:04.179Z[ recovery-image] Oct 15 21:44:03.669 INFO O| Oct 15 21:44:03.669 INFO STEP 238 (remove_files) COMPLETE
48802024-10-15T21:44:04.179Z[ recovery-image] Oct 15 21:44:03.669 INFO O| Oct 15 21:44:03.669 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-10-15T21:44:04.217Z[ recovery-image] Oct 15 21:44:03.708 INFO O| Oct 15 21:44:03.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
48822024-10-15T21:44:04.218Z[ recovery-image] Oct 15 21:44:03.708 INFO O| Oct 15 21:44:03.708 INFO STEP 239 (remove_files) COMPLETE
48832024-10-15T21:44:04.218Z[ recovery-image] Oct 15 21:44:03.708 INFO O| Oct 15 21:44:03.708 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-10-15T21:44:04.267Z[ recovery-image] Oct 15 21:44:03.758 INFO O| Oct 15 21:44:03.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
48852024-10-15T21:44:04.267Z[ recovery-image] Oct 15 21:44:03.758 INFO O| Oct 15 21:44:03.758 INFO STEP 240 (remove_files) COMPLETE
48862024-10-15T21:44:04.267Z[ recovery-image] Oct 15 21:44:03.758 INFO O| Oct 15 21:44:03.758 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-10-15T21:44:04.287Z[ recovery-image] Oct 15 21:44:03.778 INFO O| Oct 15 21:44:03.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
48882024-10-15T21:44:04.287Z[ recovery-image] Oct 15 21:44:03.778 INFO O| Oct 15 21:44:03.778 INFO STEP 241 (remove_files) COMPLETE
48892024-10-15T21:44:04.287Z[ recovery-image] Oct 15 21:44:03.778 INFO O| Oct 15 21:44:03.778 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-10-15T21:44:04.307Z[ recovery-image] Oct 15 21:44:03.797 INFO O| Oct 15 21:44:03.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
48912024-10-15T21:44:04.307Z[ recovery-image] Oct 15 21:44:03.797 INFO O| Oct 15 21:44:03.797 INFO STEP 242 (remove_files) COMPLETE
48922024-10-15T21:44:04.307Z[ recovery-image] Oct 15 21:44:03.797 INFO O| Oct 15 21:44:03.797 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-10-15T21:44:04.352Z[ recovery-image] Oct 15 21:44:03.843 INFO O| Oct 15 21:44:03.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
48942024-10-15T21:44:04.352Z[ recovery-image] Oct 15 21:44:03.843 INFO O| Oct 15 21:44:03.843 INFO STEP 243 (remove_files) COMPLETE
48952024-10-15T21:44:04.352Z[ recovery-image] Oct 15 21:44:03.843 INFO O| Oct 15 21:44:03.843 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-10-15T21:44:04.371Z[ recovery-image] Oct 15 21:44:03.862 INFO O| Oct 15 21:44:03.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
48972024-10-15T21:44:04.372Z[ recovery-image] Oct 15 21:44:03.862 INFO O| Oct 15 21:44:03.862 INFO STEP 244 (remove_files) COMPLETE
48982024-10-15T21:44:04.375Z[ recovery-image] Oct 15 21:44:03.862 INFO O| Oct 15 21:44:03.862 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-10-15T21:44:04.390Z[ recovery-image] Oct 15 21:44:03.881 INFO O| Oct 15 21:44:03.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
49002024-10-15T21:44:04.390Z[ recovery-image] Oct 15 21:44:03.881 INFO O| Oct 15 21:44:03.881 INFO STEP 245 (remove_files) COMPLETE
49012024-10-15T21:44:04.390Z[ recovery-image] Oct 15 21:44:03.881 INFO O| Oct 15 21:44:03.881 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-10-15T21:44:04.408Z[ recovery-image] Oct 15 21:44:03.900 INFO O| Oct 15 21:44:03.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
49032024-10-15T21:44:04.408Z[ recovery-image] Oct 15 21:44:03.900 INFO O| Oct 15 21:44:03.900 INFO STEP 246 (remove_files) COMPLETE
49042024-10-15T21:44:04.408Z[ recovery-image] Oct 15 21:44:03.900 INFO O| Oct 15 21:44:03.900 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-10-15T21:44:04.430Z[ host-image] Oct 15 21:44:03.920 INFO O| Oct 15 21:44:03.920 INFO O| Download: 1109/1140 items 6.6/8.4MB 78% complete (1.2M/s)
49062024-10-15T21:44:04.466Z[ recovery-image] Oct 15 21:44:03.957 INFO O| Oct 15 21:44:03.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
49072024-10-15T21:44:04.466Z[ recovery-image] Oct 15 21:44:03.957 INFO O| Oct 15 21:44:03.957 INFO STEP 247 (remove_files) COMPLETE
49082024-10-15T21:44:04.466Z[ recovery-image] Oct 15 21:44:03.957 INFO O| Oct 15 21:44:03.957 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-10-15T21:44:04.486Z[ recovery-image] Oct 15 21:44:03.977 INFO O| Oct 15 21:44:03.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
49102024-10-15T21:44:04.486Z[ recovery-image] Oct 15 21:44:03.977 INFO O| Oct 15 21:44:03.977 INFO STEP 248 (remove_files) COMPLETE
49112024-10-15T21:44:04.489Z[ recovery-image] Oct 15 21:44:03.977 INFO O| Oct 15 21:44:03.977 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-10-15T21:44:04.507Z[ recovery-image] Oct 15 21:44:03.998 INFO O| Oct 15 21:44:03.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
49132024-10-15T21:44:04.507Z[ recovery-image] Oct 15 21:44:03.998 INFO O| Oct 15 21:44:03.998 INFO STEP 249 (remove_files) COMPLETE
49142024-10-15T21:44:04.507Z[ recovery-image] Oct 15 21:44:03.998 INFO O| Oct 15 21:44:03.998 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-10-15T21:44:04.526Z[ recovery-image] Oct 15 21:44:04.017 INFO O| Oct 15 21:44:04.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
49162024-10-15T21:44:04.526Z[ recovery-image] Oct 15 21:44:04.017 INFO O| Oct 15 21:44:04.017 INFO STEP 250 (remove_files) COMPLETE
49172024-10-15T21:44:04.526Z[ recovery-image] Oct 15 21:44:04.017 INFO O| Oct 15 21:44:04.017 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-10-15T21:44:04.543Z[ recovery-image] Oct 15 21:44:04.034 INFO O| Oct 15 21:44:04.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
49192024-10-15T21:44:04.543Z[ recovery-image] Oct 15 21:44:04.034 INFO O| Oct 15 21:44:04.034 INFO STEP 251 (remove_files) COMPLETE
49202024-10-15T21:44:04.545Z[ recovery-image] Oct 15 21:44:04.034 INFO O| Oct 15 21:44:04.034 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-10-15T21:44:04.559Z[ recovery-image] Oct 15 21:44:04.050 INFO O| Oct 15 21:44:04.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
49222024-10-15T21:44:04.559Z[ recovery-image] Oct 15 21:44:04.050 INFO O| Oct 15 21:44:04.050 INFO STEP 252 (remove_files) COMPLETE
49232024-10-15T21:44:04.561Z[ recovery-image] Oct 15 21:44:04.050 INFO O| Oct 15 21:44:04.050 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-10-15T21:44:04.581Z[ recovery-image] Oct 15 21:44:04.072 INFO O| Oct 15 21:44:04.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
49252024-10-15T21:44:04.581Z[ recovery-image] Oct 15 21:44:04.072 INFO O| Oct 15 21:44:04.072 INFO STEP 253 (remove_files) COMPLETE
49262024-10-15T21:44:04.581Z[ recovery-image] Oct 15 21:44:04.072 INFO O| Oct 15 21:44:04.072 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-10-15T21:44:04.615Z[ recovery-image] Oct 15 21:44:04.106 INFO O| Oct 15 21:44:04.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
49282024-10-15T21:44:04.617Z[ recovery-image] Oct 15 21:44:04.107 INFO O| Oct 15 21:44:04.106 INFO STEP 254 (remove_files) COMPLETE
49292024-10-15T21:44:04.617Z[ recovery-image] Oct 15 21:44:04.107 INFO O| Oct 15 21:44:04.107 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-10-15T21:44:04.637Z[ recovery-image] Oct 15 21:44:04.126 INFO O| Oct 15 21:44:04.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
49312024-10-15T21:44:04.639Z[ recovery-image] Oct 15 21:44:04.127 INFO O| Oct 15 21:44:04.126 INFO STEP 255 (remove_files) COMPLETE
49322024-10-15T21:44:04.639Z[ recovery-image] Oct 15 21:44:04.127 INFO O| Oct 15 21:44:04.127 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-10-15T21:44:04.654Z[ recovery-image] Oct 15 21:44:04.145 INFO O| Oct 15 21:44:04.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
49342024-10-15T21:44:04.654Z[ recovery-image] Oct 15 21:44:04.145 INFO O| Oct 15 21:44:04.145 INFO STEP 256 (remove_files) COMPLETE
49352024-10-15T21:44:04.657Z[ recovery-image] Oct 15 21:44:04.145 INFO O| Oct 15 21:44:04.145 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-10-15T21:44:04.672Z[ recovery-image] Oct 15 21:44:04.163 INFO O| Oct 15 21:44:04.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
49372024-10-15T21:44:04.672Z[ recovery-image] Oct 15 21:44:04.163 INFO O| Oct 15 21:44:04.163 INFO STEP 257 (remove_files) COMPLETE
49382024-10-15T21:44:04.672Z[ recovery-image] Oct 15 21:44:04.163 INFO O| Oct 15 21:44:04.163 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-10-15T21:44:04.691Z[ recovery-image] Oct 15 21:44:04.182 INFO O| Oct 15 21:44:04.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
49402024-10-15T21:44:04.691Z[ recovery-image] Oct 15 21:44:04.182 INFO O| Oct 15 21:44:04.182 INFO STEP 258 (remove_files) COMPLETE
49412024-10-15T21:44:04.691Z[ recovery-image] Oct 15 21:44:04.182 INFO O| Oct 15 21:44:04.182 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-10-15T21:44:04.710Z[ recovery-image] Oct 15 21:44:04.201 INFO O| Oct 15 21:44:04.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
49432024-10-15T21:44:04.710Z[ recovery-image] Oct 15 21:44:04.201 INFO O| Oct 15 21:44:04.201 INFO STEP 259 (remove_files) COMPLETE
49442024-10-15T21:44:04.710Z[ recovery-image] Oct 15 21:44:04.201 INFO O| Oct 15 21:44:04.201 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-10-15T21:44:04.728Z[ recovery-image] Oct 15 21:44:04.219 INFO O| Oct 15 21:44:04.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
49462024-10-15T21:44:04.728Z[ recovery-image] Oct 15 21:44:04.220 INFO O| Oct 15 21:44:04.219 INFO STEP 260 (remove_files) COMPLETE
49472024-10-15T21:44:04.731Z[ recovery-image] Oct 15 21:44:04.220 INFO O| Oct 15 21:44:04.220 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-10-15T21:44:04.746Z[ recovery-image] Oct 15 21:44:04.237 INFO O| Oct 15 21:44:04.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
49492024-10-15T21:44:04.746Z[ recovery-image] Oct 15 21:44:04.237 INFO O| Oct 15 21:44:04.237 INFO STEP 261 (remove_files) COMPLETE
49502024-10-15T21:44:04.750Z[ recovery-image] Oct 15 21:44:04.237 INFO O| Oct 15 21:44:04.237 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-10-15T21:44:04.765Z[ recovery-image] Oct 15 21:44:04.255 INFO O| Oct 15 21:44:04.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
49522024-10-15T21:44:04.765Z[ recovery-image] Oct 15 21:44:04.255 INFO O| Oct 15 21:44:04.255 INFO STEP 262 (remove_files) COMPLETE
49532024-10-15T21:44:04.765Z[ recovery-image] Oct 15 21:44:04.255 INFO O| Oct 15 21:44:04.255 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-10-15T21:44:04.782Z[ recovery-image] Oct 15 21:44:04.273 INFO O| Oct 15 21:44:04.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
49552024-10-15T21:44:04.783Z[ recovery-image] Oct 15 21:44:04.273 INFO O| Oct 15 21:44:04.273 INFO STEP 263 (remove_files) COMPLETE
49562024-10-15T21:44:04.783Z[ recovery-image] Oct 15 21:44:04.273 INFO O| Oct 15 21:44:04.273 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-10-15T21:44:04.831Z[ recovery-image] Oct 15 21:44:04.322 INFO O| Oct 15 21:44:04.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
49582024-10-15T21:44:04.833Z[ recovery-image] Oct 15 21:44:04.323 INFO O| Oct 15 21:44:04.323 INFO STEP 264 (remove_files) COMPLETE
49592024-10-15T21:44:04.833Z[ recovery-image] Oct 15 21:44:04.323 INFO O| Oct 15 21:44:04.323 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-10-15T21:44:04.876Z[ recovery-image] Oct 15 21:44:04.367 INFO O| Oct 15 21:44:04.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
49612024-10-15T21:44:04.879Z[ recovery-image] Oct 15 21:44:04.368 INFO O| Oct 15 21:44:04.368 INFO STEP 265 (remove_files) COMPLETE
49622024-10-15T21:44:04.879Z[ recovery-image] Oct 15 21:44:04.368 INFO O| Oct 15 21:44:04.368 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-10-15T21:44:04.897Z[ recovery-image] Oct 15 21:44:04.388 INFO O| Oct 15 21:44:04.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
49642024-10-15T21:44:04.899Z[ recovery-image] Oct 15 21:44:04.388 INFO O| Oct 15 21:44:04.388 INFO STEP 266 (remove_files) COMPLETE
49652024-10-15T21:44:04.899Z[ recovery-image] Oct 15 21:44:04.388 INFO O| Oct 15 21:44:04.388 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-10-15T21:44:04.916Z[ recovery-image] Oct 15 21:44:04.407 INFO O| Oct 15 21:44:04.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
49672024-10-15T21:44:04.930Z[ recovery-image] Oct 15 21:44:04.421 INFO O| Oct 15 21:44:04.421 INFO STEP 267 (remove_files) COMPLETE
49682024-10-15T21:44:04.930Z[ recovery-image] Oct 15 21:44:04.421 INFO O| Oct 15 21:44:04.421 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-10-15T21:44:04.952Z[ recovery-image] Oct 15 21:44:04.443 INFO O| Oct 15 21:44:04.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
49702024-10-15T21:44:04.952Z[ recovery-image] Oct 15 21:44:04.443 INFO O| Oct 15 21:44:04.443 INFO STEP 268 (remove_files) COMPLETE
49712024-10-15T21:44:04.954Z[ recovery-image] Oct 15 21:44:04.443 INFO O| Oct 15 21:44:04.443 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-10-15T21:44:04.974Z[ host-image] Oct 15 21:44:04.465 INFO O| Oct 15 21:44:04.465 INFO O| Download: Completed 8.42 MB in 5.59 seconds (1.5M/s)
49732024-10-15T21:44:05.111Z[ recovery-image] Oct 15 21:44:04.602 INFO O| Oct 15 21:44:04.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
49742024-10-15T21:44:05.113Z[ recovery-image] Oct 15 21:44:04.602 INFO O| Oct 15 21:44:04.602 INFO STEP 269 (remove_files) COMPLETE
49752024-10-15T21:44:05.113Z[ recovery-image] Oct 15 21:44:04.602 INFO O| Oct 15 21:44:04.602 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-10-15T21:44:05.159Z[ recovery-image] Oct 15 21:44:04.650 INFO O| Oct 15 21:44:04.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
49772024-10-15T21:44:05.159Z[ recovery-image] Oct 15 21:44:04.650 INFO O| Oct 15 21:44:04.650 INFO STEP 270 (remove_files) COMPLETE
49782024-10-15T21:44:05.159Z[ recovery-image] Oct 15 21:44:04.650 INFO O| Oct 15 21:44:04.650 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-10-15T21:44:05.187Z[ recovery-image] Oct 15 21:44:04.678 INFO O| Oct 15 21:44:04.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
49802024-10-15T21:44:05.187Z[ recovery-image] Oct 15 21:44:04.678 INFO O| Oct 15 21:44:04.678 INFO STEP 271 (remove_files) COMPLETE
49812024-10-15T21:44:05.190Z[ recovery-image] Oct 15 21:44:04.678 INFO O| Oct 15 21:44:04.678 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-10-15T21:44:05.215Z[ recovery-image] Oct 15 21:44:04.706 INFO O| Oct 15 21:44:04.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
49832024-10-15T21:44:05.232Z[ recovery-image] Oct 15 21:44:04.723 INFO O| Oct 15 21:44:04.723 INFO STEP 272 (remove_files) COMPLETE
49842024-10-15T21:44:05.232Z[ recovery-image] Oct 15 21:44:04.723 INFO O| Oct 15 21:44:04.723 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-10-15T21:44:05.269Z[ recovery-image] Oct 15 21:44:04.760 INFO O| Oct 15 21:44:04.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
49862024-10-15T21:44:05.269Z[ recovery-image] Oct 15 21:44:04.760 INFO O| Oct 15 21:44:04.760 INFO STEP 273 (remove_files) COMPLETE
49872024-10-15T21:44:05.272Z[ recovery-image] Oct 15 21:44:04.760 INFO O| Oct 15 21:44:04.760 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-10-15T21:44:05.278Z[ host-image] Oct 15 21:44:04.770 INFO O| Oct 15 21:44:04.770 INFO O| Actions: 1/1361 actions (Installing new actions)
49892024-10-15T21:44:05.340Z[ recovery-image] Oct 15 21:44:04.831 INFO O| Oct 15 21:44:04.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
49902024-10-15T21:44:05.340Z[ recovery-image] Oct 15 21:44:04.831 INFO O| Oct 15 21:44:04.831 INFO STEP 274 (remove_files) COMPLETE
49912024-10-15T21:44:05.340Z[ recovery-image] Oct 15 21:44:04.831 INFO O| Oct 15 21:44:04.831 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-10-15T21:44:05.358Z[ recovery-image] Oct 15 21:44:04.849 INFO O| Oct 15 21:44:04.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
49932024-10-15T21:44:05.358Z[ recovery-image] Oct 15 21:44:04.849 INFO O| Oct 15 21:44:04.849 INFO STEP 275 (remove_files) COMPLETE
49942024-10-15T21:44:05.358Z[ recovery-image] Oct 15 21:44:04.849 INFO O| Oct 15 21:44:04.849 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-10-15T21:44:05.389Z[ recovery-image] Oct 15 21:44:04.880 INFO O| Oct 15 21:44:04.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
49962024-10-15T21:44:05.389Z[ recovery-image] Oct 15 21:44:04.880 INFO O| Oct 15 21:44:04.880 INFO STEP 276 (remove_files) COMPLETE
49972024-10-15T21:44:05.392Z[ recovery-image] Oct 15 21:44:04.880 INFO O| Oct 15 21:44:04.880 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-10-15T21:44:05.418Z[ recovery-image] Oct 15 21:44:04.909 INFO O| Oct 15 21:44:04.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
49992024-10-15T21:44:05.420Z[ recovery-image] Oct 15 21:44:04.909 INFO O| Oct 15 21:44:04.909 INFO STEP 277 (remove_files) COMPLETE
50002024-10-15T21:44:05.420Z[ recovery-image] Oct 15 21:44:04.909 INFO O| Oct 15 21:44:04.909 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-10-15T21:44:05.487Z[ recovery-image] Oct 15 21:44:04.978 INFO O| Oct 15 21:44:04.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
50022024-10-15T21:44:05.487Z[ recovery-image] Oct 15 21:44:04.978 INFO O| Oct 15 21:44:04.978 INFO STEP 278 (remove_files) COMPLETE
50032024-10-15T21:44:05.490Z[ recovery-image] Oct 15 21:44:04.978 INFO O| Oct 15 21:44:04.978 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-10-15T21:44:05.532Z[ recovery-image] Oct 15 21:44:05.023 INFO O| Oct 15 21:44:05.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
50052024-10-15T21:44:05.532Z[ recovery-image] Oct 15 21:44:05.023 INFO O| Oct 15 21:44:05.023 INFO STEP 279 (remove_files) COMPLETE
50062024-10-15T21:44:05.532Z[ recovery-image] Oct 15 21:44:05.023 INFO O| Oct 15 21:44:05.023 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-10-15T21:44:05.583Z[ recovery-image] Oct 15 21:44:05.074 INFO O| Oct 15 21:44:05.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
50082024-10-15T21:44:05.586Z[ recovery-image] Oct 15 21:44:05.075 INFO O| Oct 15 21:44:05.075 INFO STEP 280 (remove_files) COMPLETE
50092024-10-15T21:44:05.586Z[ recovery-image] Oct 15 21:44:05.075 INFO O| Oct 15 21:44:05.075 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-10-15T21:44:05.602Z[ recovery-image] Oct 15 21:44:05.093 INFO O| Oct 15 21:44:05.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
50112024-10-15T21:44:05.604Z[ recovery-image] Oct 15 21:44:05.093 INFO O| Oct 15 21:44:05.093 INFO STEP 281 (remove_files) COMPLETE
50122024-10-15T21:44:05.604Z[ recovery-image] Oct 15 21:44:05.093 INFO O| Oct 15 21:44:05.093 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-10-15T21:44:05.638Z[ recovery-image] Oct 15 21:44:05.129 INFO O| Oct 15 21:44:05.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
50142024-10-15T21:44:05.640Z[ recovery-image] Oct 15 21:44:05.129 INFO O| Oct 15 21:44:05.129 INFO STEP 282 (remove_files) COMPLETE
50152024-10-15T21:44:05.640Z[ recovery-image] Oct 15 21:44:05.129 INFO O| Oct 15 21:44:05.129 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-10-15T21:44:05.658Z[ recovery-image] Oct 15 21:44:05.149 INFO O| Oct 15 21:44:05.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
50172024-10-15T21:44:05.658Z[ recovery-image] Oct 15 21:44:05.149 INFO O| Oct 15 21:44:05.149 INFO STEP 283 (remove_files) COMPLETE
50182024-10-15T21:44:05.660Z[ recovery-image] Oct 15 21:44:05.149 INFO O| Oct 15 21:44:05.149 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-10-15T21:44:05.686Z[ recovery-image] Oct 15 21:44:05.177 INFO O| Oct 15 21:44:05.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
50202024-10-15T21:44:05.686Z[ recovery-image] Oct 15 21:44:05.177 INFO O| Oct 15 21:44:05.177 INFO STEP 284 (remove_files) COMPLETE
50212024-10-15T21:44:05.689Z[ recovery-image] Oct 15 21:44:05.177 INFO O| Oct 15 21:44:05.177 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-10-15T21:44:05.706Z[ recovery-image] Oct 15 21:44:05.197 INFO O| Oct 15 21:44:05.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
50232024-10-15T21:44:05.706Z[ recovery-image] Oct 15 21:44:05.197 INFO O| Oct 15 21:44:05.197 INFO STEP 285 (remove_files) COMPLETE
50242024-10-15T21:44:05.706Z[ recovery-image] Oct 15 21:44:05.197 INFO O| Oct 15 21:44:05.197 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-10-15T21:44:05.725Z[ recovery-image] Oct 15 21:44:05.216 INFO O| Oct 15 21:44:05.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
50262024-10-15T21:44:05.728Z[ recovery-image] Oct 15 21:44:05.216 INFO O| Oct 15 21:44:05.216 INFO STEP 286 (remove_files) COMPLETE
50272024-10-15T21:44:05.728Z[ recovery-image] Oct 15 21:44:05.216 INFO O| Oct 15 21:44:05.216 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-10-15T21:44:05.744Z[ recovery-image] Oct 15 21:44:05.235 INFO O| Oct 15 21:44:05.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
50292024-10-15T21:44:05.778Z[ recovery-image] Oct 15 21:44:05.268 INFO O| Oct 15 21:44:05.268 INFO STEP 287 (remove_files) COMPLETE
50302024-10-15T21:44:05.778Z[ recovery-image] Oct 15 21:44:05.268 INFO O| Oct 15 21:44:05.268 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-10-15T21:44:05.817Z[ recovery-image] Oct 15 21:44:05.308 INFO O| Oct 15 21:44:05.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
50322024-10-15T21:44:05.817Z[ recovery-image] Oct 15 21:44:05.308 INFO O| Oct 15 21:44:05.308 INFO STEP 288 (remove_files) COMPLETE
50332024-10-15T21:44:05.819Z[ recovery-image] Oct 15 21:44:05.308 INFO O| Oct 15 21:44:05.308 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-10-15T21:44:05.861Z[ recovery-image] Oct 15 21:44:05.352 INFO O| Oct 15 21:44:05.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
50352024-10-15T21:44:05.861Z[ recovery-image] Oct 15 21:44:05.352 INFO O| Oct 15 21:44:05.352 INFO STEP 289 (remove_files) COMPLETE
50362024-10-15T21:44:05.861Z[ recovery-image] Oct 15 21:44:05.352 INFO O| Oct 15 21:44:05.352 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-10-15T21:44:05.932Z[ recovery-image] Oct 15 21:44:05.423 INFO O| Oct 15 21:44:05.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
50382024-10-15T21:44:05.932Z[ recovery-image] Oct 15 21:44:05.423 INFO O| Oct 15 21:44:05.423 INFO STEP 290 (remove_files) COMPLETE
50392024-10-15T21:44:05.932Z[ recovery-image] Oct 15 21:44:05.423 INFO O| Oct 15 21:44:05.423 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-10-15T21:44:05.984Z[ recovery-image] Oct 15 21:44:05.475 INFO O| Oct 15 21:44:05.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
50412024-10-15T21:44:05.984Z[ recovery-image] Oct 15 21:44:05.475 INFO O| Oct 15 21:44:05.475 INFO STEP 291 (remove_files) COMPLETE
50422024-10-15T21:44:05.984Z[ recovery-image] Oct 15 21:44:05.475 INFO O| Oct 15 21:44:05.475 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-10-15T21:44:06.025Z[ recovery-image] Oct 15 21:44:05.516 INFO O| Oct 15 21:44:05.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
50442024-10-15T21:44:06.025Z[ recovery-image] Oct 15 21:44:05.516 INFO O| Oct 15 21:44:05.516 INFO STEP 292 (remove_files) COMPLETE
50452024-10-15T21:44:06.025Z[ recovery-image] Oct 15 21:44:05.516 INFO O| Oct 15 21:44:05.516 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-10-15T21:44:06.043Z[ recovery-image] Oct 15 21:44:05.534 INFO O| Oct 15 21:44:05.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
50472024-10-15T21:44:06.044Z[ recovery-image] Oct 15 21:44:05.534 INFO O| Oct 15 21:44:05.534 INFO STEP 293 (remove_files) COMPLETE
50482024-10-15T21:44:06.044Z[ recovery-image] Oct 15 21:44:05.534 INFO O| Oct 15 21:44:05.534 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-10-15T21:44:06.055Z[ host-image] Oct 15 21:44:05.546 INFO O| Oct 15 21:44:05.546 INFO O| Actions: Completed 1361 actions in 0.78 seconds.
50502024-10-15T21:44:06.061Z[ recovery-image] Oct 15 21:44:05.552 INFO O| Oct 15 21:44:05.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
50512024-10-15T21:44:06.061Z[ recovery-image] Oct 15 21:44:05.552 INFO O| Oct 15 21:44:05.552 INFO STEP 294 (remove_files) COMPLETE
50522024-10-15T21:44:06.063Z[ recovery-image] Oct 15 21:44:05.552 INFO O| Oct 15 21:44:05.552 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-10-15T21:44:06.099Z[ recovery-image] Oct 15 21:44:05.590 INFO O| Oct 15 21:44:05.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
50542024-10-15T21:44:06.102Z[ recovery-image] Oct 15 21:44:05.591 INFO O| Oct 15 21:44:05.591 INFO STEP 295 (remove_files) COMPLETE
50552024-10-15T21:44:06.102Z[ recovery-image] Oct 15 21:44:05.591 INFO O| Oct 15 21:44:05.591 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-10-15T21:44:06.118Z[ recovery-image] Oct 15 21:44:05.609 INFO O| Oct 15 21:44:05.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
50572024-10-15T21:44:06.120Z[ recovery-image] Oct 15 21:44:05.609 INFO O| Oct 15 21:44:05.609 INFO STEP 296 (remove_files) COMPLETE
50582024-10-15T21:44:06.120Z[ recovery-image] Oct 15 21:44:05.609 INFO O| Oct 15 21:44:05.609 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-10-15T21:44:06.136Z[ recovery-image] Oct 15 21:44:05.628 INFO O| Oct 15 21:44:05.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
50602024-10-15T21:44:06.139Z[ recovery-image] Oct 15 21:44:05.628 INFO O| Oct 15 21:44:05.628 INFO STEP 297 (remove_files) COMPLETE
50612024-10-15T21:44:06.139Z[ recovery-image] Oct 15 21:44:05.628 INFO O| Oct 15 21:44:05.628 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-10-15T21:44:06.179Z[ recovery-image] Oct 15 21:44:05.670 INFO O| Oct 15 21:44:05.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
50632024-10-15T21:44:06.179Z[ recovery-image] Oct 15 21:44:05.670 INFO O| Oct 15 21:44:05.670 INFO STEP 298 (remove_files) COMPLETE
50642024-10-15T21:44:06.179Z[ recovery-image] Oct 15 21:44:05.670 INFO O| Oct 15 21:44:05.670 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-10-15T21:44:06.198Z[ recovery-image] Oct 15 21:44:05.689 INFO O| Oct 15 21:44:05.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
50662024-10-15T21:44:06.198Z[ recovery-image] Oct 15 21:44:05.689 INFO O| Oct 15 21:44:05.689 INFO STEP 299 (remove_files) COMPLETE
50672024-10-15T21:44:06.201Z[ recovery-image] Oct 15 21:44:05.690 INFO O| Oct 15 21:44:05.689 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-10-15T21:44:06.235Z[ recovery-image] Oct 15 21:44:05.726 INFO O| Oct 15 21:44:05.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
50692024-10-15T21:44:06.257Z[ recovery-image] Oct 15 21:44:05.748 INFO O| Oct 15 21:44:05.748 INFO STEP 300 (remove_files) COMPLETE
50702024-10-15T21:44:06.257Z[ recovery-image] Oct 15 21:44:05.748 INFO O| Oct 15 21:44:05.748 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-10-15T21:44:06.277Z[ recovery-image] Oct 15 21:44:05.768 INFO O| Oct 15 21:44:05.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
50722024-10-15T21:44:06.279Z[ recovery-image] Oct 15 21:44:05.768 INFO O| Oct 15 21:44:05.768 INFO STEP 301 (remove_files) COMPLETE
50732024-10-15T21:44:06.280Z[ recovery-image] Oct 15 21:44:05.768 INFO O| Oct 15 21:44:05.768 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-10-15T21:44:06.300Z[ recovery-image] Oct 15 21:44:05.791 INFO O| Oct 15 21:44:05.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
50752024-10-15T21:44:06.303Z[ recovery-image] Oct 15 21:44:05.792 INFO O| Oct 15 21:44:05.791 INFO STEP 302 (remove_files) COMPLETE
50762024-10-15T21:44:06.303Z[ recovery-image] Oct 15 21:44:05.792 INFO O| Oct 15 21:44:05.792 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-10-15T21:44:06.321Z[ recovery-image] Oct 15 21:44:05.813 INFO O| Oct 15 21:44:05.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
50782024-10-15T21:44:06.322Z[ recovery-image] Oct 15 21:44:05.813 INFO O| Oct 15 21:44:05.813 INFO STEP 303 (remove_files) COMPLETE
50792024-10-15T21:44:06.322Z[ recovery-image] Oct 15 21:44:05.813 INFO O| Oct 15 21:44:05.813 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-10-15T21:44:06.341Z[ recovery-image] Oct 15 21:44:05.832 INFO O| Oct 15 21:44:05.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
50812024-10-15T21:44:06.341Z[ recovery-image] Oct 15 21:44:05.832 INFO O| Oct 15 21:44:05.832 INFO STEP 304 (remove_files) COMPLETE
50822024-10-15T21:44:06.341Z[ recovery-image] Oct 15 21:44:05.832 INFO O| Oct 15 21:44:05.832 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-10-15T21:44:06.383Z[ recovery-image] Oct 15 21:44:05.874 INFO O| Oct 15 21:44:05.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
50842024-10-15T21:44:06.385Z[ recovery-image] Oct 15 21:44:05.874 INFO O| Oct 15 21:44:05.874 INFO STEP 305 (remove_files) COMPLETE
50852024-10-15T21:44:06.385Z[ recovery-image] Oct 15 21:44:05.874 INFO O| Oct 15 21:44:05.874 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-10-15T21:44:06.444Z[ recovery-image] Oct 15 21:44:05.935 INFO O| Oct 15 21:44:05.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
50872024-10-15T21:44:06.447Z[ recovery-image] Oct 15 21:44:05.936 INFO O| Oct 15 21:44:05.936 INFO STEP 306 (remove_files) COMPLETE
50882024-10-15T21:44:06.447Z[ recovery-image] Oct 15 21:44:05.936 INFO O| Oct 15 21:44:05.936 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-10-15T21:44:06.477Z[ recovery-image] Oct 15 21:44:05.968 INFO O| Oct 15 21:44:05.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
50902024-10-15T21:44:06.480Z[ recovery-image] Oct 15 21:44:05.968 INFO O| Oct 15 21:44:05.968 INFO STEP 307 (remove_files) COMPLETE
50912024-10-15T21:44:06.480Z[ recovery-image] Oct 15 21:44:05.968 INFO O| Oct 15 21:44:05.968 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-10-15T21:44:06.496Z[ recovery-image] Oct 15 21:44:05.987 INFO O| Oct 15 21:44:05.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
50932024-10-15T21:44:06.498Z[ recovery-image] Oct 15 21:44:05.987 INFO O| Oct 15 21:44:05.987 INFO STEP 308 (remove_files) COMPLETE
50942024-10-15T21:44:06.498Z[ recovery-image] Oct 15 21:44:05.987 INFO O| Oct 15 21:44:05.987 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-10-15T21:44:06.514Z[ recovery-image] Oct 15 21:44:06.005 INFO O| Oct 15 21:44:06.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
50962024-10-15T21:44:06.514Z[ recovery-image] Oct 15 21:44:06.005 INFO O| Oct 15 21:44:06.005 INFO STEP 309 (remove_files) COMPLETE
50972024-10-15T21:44:06.514Z[ recovery-image] Oct 15 21:44:06.005 INFO O| Oct 15 21:44:06.005 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-10-15T21:44:06.530Z[ recovery-image] Oct 15 21:44:06.021 INFO O| Oct 15 21:44:06.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
50992024-10-15T21:44:06.530Z[ recovery-image] Oct 15 21:44:06.021 INFO O| Oct 15 21:44:06.021 INFO STEP 310 (remove_files) COMPLETE
51002024-10-15T21:44:06.530Z[ recovery-image] Oct 15 21:44:06.021 INFO O| Oct 15 21:44:06.021 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-10-15T21:44:06.545Z[ recovery-image] Oct 15 21:44:06.037 INFO O| Oct 15 21:44:06.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
51022024-10-15T21:44:06.546Z[ recovery-image] Oct 15 21:44:06.037 INFO O| Oct 15 21:44:06.037 INFO STEP 311 (remove_files) COMPLETE
51032024-10-15T21:44:06.549Z[ recovery-image] Oct 15 21:44:06.037 INFO O| Oct 15 21:44:06.037 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-10-15T21:44:06.564Z[ host-image] Oct 15 21:44:06.055 INFO O| Oct 15 21:44:06.055 INFO O| Done
51052024-10-15T21:44:06.564Z[ host-image] Oct 15 21:44:06.055 INFO O| Oct 15 21:44:06.055 INFO O| Done
51062024-10-15T21:44:06.608Z[ recovery-image] Oct 15 21:44:06.099 INFO O| Oct 15 21:44:06.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
51072024-10-15T21:44:06.608Z[ recovery-image] Oct 15 21:44:06.099 INFO O| Oct 15 21:44:06.099 INFO STEP 312 (remove_files) COMPLETE
51082024-10-15T21:44:06.608Z[ recovery-image] Oct 15 21:44:06.099 INFO O| Oct 15 21:44:06.099 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-10-15T21:44:06.625Z[ recovery-image] Oct 15 21:44:06.116 INFO O| Oct 15 21:44:06.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
51102024-10-15T21:44:06.625Z[ recovery-image] Oct 15 21:44:06.116 INFO O| Oct 15 21:44:06.116 INFO STEP 313 (remove_files) COMPLETE
51112024-10-15T21:44:06.628Z[ recovery-image] Oct 15 21:44:06.116 INFO O| Oct 15 21:44:06.116 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-10-15T21:44:06.642Z[ recovery-image] Oct 15 21:44:06.133 INFO O| Oct 15 21:44:06.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
51132024-10-15T21:44:06.642Z[ recovery-image] Oct 15 21:44:06.133 INFO O| Oct 15 21:44:06.133 INFO STEP 314 (remove_files) COMPLETE
51142024-10-15T21:44:06.644Z[ recovery-image] Oct 15 21:44:06.133 INFO O| Oct 15 21:44:06.133 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-10-15T21:44:06.665Z[ recovery-image] Oct 15 21:44:06.156 INFO O| Oct 15 21:44:06.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
51162024-10-15T21:44:06.668Z[ recovery-image] Oct 15 21:44:06.156 INFO O| Oct 15 21:44:06.156 INFO STEP 315 (remove_files) COMPLETE
51172024-10-15T21:44:06.668Z[ recovery-image] Oct 15 21:44:06.156 INFO O| Oct 15 21:44:06.156 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-10-15T21:44:06.724Z[ recovery-image] Oct 15 21:44:06.215 INFO O| Oct 15 21:44:06.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
51192024-10-15T21:44:06.724Z[ recovery-image] Oct 15 21:44:06.215 INFO O| Oct 15 21:44:06.215 INFO STEP 316 (remove_files) COMPLETE
51202024-10-15T21:44:06.724Z[ recovery-image] Oct 15 21:44:06.215 INFO O| Oct 15 21:44:06.215 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-10-15T21:44:06.742Z[ recovery-image] Oct 15 21:44:06.233 INFO O| Oct 15 21:44:06.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
51222024-10-15T21:44:06.742Z[ recovery-image] Oct 15 21:44:06.234 INFO O| Oct 15 21:44:06.234 INFO STEP 317 (remove_files) COMPLETE
51232024-10-15T21:44:06.745Z[ recovery-image] Oct 15 21:44:06.234 INFO O| Oct 15 21:44:06.234 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-10-15T21:44:06.761Z[ recovery-image] Oct 15 21:44:06.252 INFO O| Oct 15 21:44:06.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
51252024-10-15T21:44:06.761Z[ recovery-image] Oct 15 21:44:06.252 INFO O| Oct 15 21:44:06.252 INFO STEP 318 (remove_files) COMPLETE
51262024-10-15T21:44:06.764Z[ recovery-image] Oct 15 21:44:06.253 INFO O| Oct 15 21:44:06.252 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-10-15T21:44:06.799Z[ recovery-image] Oct 15 21:44:06.290 INFO O| Oct 15 21:44:06.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
51282024-10-15T21:44:06.799Z[ recovery-image] Oct 15 21:44:06.290 INFO O| Oct 15 21:44:06.290 INFO STEP 319 (remove_files) COMPLETE
51292024-10-15T21:44:06.802Z[ recovery-image] Oct 15 21:44:06.290 INFO O| Oct 15 21:44:06.290 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-10-15T21:44:06.821Z[ recovery-image] Oct 15 21:44:06.312 INFO O| Oct 15 21:44:06.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
51312024-10-15T21:44:06.821Z[ recovery-image] Oct 15 21:44:06.312 INFO O| Oct 15 21:44:06.312 INFO STEP 320 (remove_files) COMPLETE
51322024-10-15T21:44:06.821Z[ recovery-image] Oct 15 21:44:06.312 INFO O| Oct 15 21:44:06.312 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-10-15T21:44:06.847Z[ recovery-image] Oct 15 21:44:06.338 INFO O| Oct 15 21:44:06.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
51342024-10-15T21:44:06.847Z[ recovery-image] Oct 15 21:44:06.338 INFO O| Oct 15 21:44:06.338 INFO STEP 321 (remove_files) COMPLETE
51352024-10-15T21:44:06.847Z[ recovery-image] Oct 15 21:44:06.338 INFO O| Oct 15 21:44:06.338 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-10-15T21:44:06.905Z[ recovery-image] Oct 15 21:44:06.396 INFO O| Oct 15 21:44:06.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
51372024-10-15T21:44:06.905Z[ recovery-image] Oct 15 21:44:06.396 INFO O| Oct 15 21:44:06.396 INFO STEP 322 (remove_files) COMPLETE
51382024-10-15T21:44:06.908Z[ recovery-image] Oct 15 21:44:06.396 INFO O| Oct 15 21:44:06.396 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-10-15T21:44:06.928Z[ recovery-image] Oct 15 21:44:06.420 INFO O| Oct 15 21:44:06.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
51402024-10-15T21:44:06.931Z[ recovery-image] Oct 15 21:44:06.420 INFO O| Oct 15 21:44:06.420 INFO STEP 323 (remove_files) COMPLETE
51412024-10-15T21:44:06.931Z[ recovery-image] Oct 15 21:44:06.420 INFO O| Oct 15 21:44:06.420 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-10-15T21:44:06.944Z[ recovery-image] Oct 15 21:44:06.436 INFO O| Oct 15 21:44:06.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
51432024-10-15T21:44:06.945Z[ recovery-image] Oct 15 21:44:06.436 INFO O| Oct 15 21:44:06.436 INFO STEP 324 (remove_files) COMPLETE
51442024-10-15T21:44:06.945Z[ recovery-image] Oct 15 21:44:06.436 INFO O| Oct 15 21:44:06.436 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-10-15T21:44:07.005Z[ recovery-image] Oct 15 21:44:06.496 INFO O| Oct 15 21:44:06.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
51462024-10-15T21:44:07.005Z[ recovery-image] Oct 15 21:44:06.496 INFO O| Oct 15 21:44:06.496 INFO STEP 325 (remove_files) COMPLETE
51472024-10-15T21:44:07.007Z[ recovery-image] Oct 15 21:44:06.496 INFO O| Oct 15 21:44:06.496 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-10-15T21:44:07.034Z[ recovery-image] Oct 15 21:44:06.525 INFO O| Oct 15 21:44:06.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
51492024-10-15T21:44:07.034Z[ recovery-image] Oct 15 21:44:06.525 INFO O| Oct 15 21:44:06.525 INFO STEP 326 (remove_files) COMPLETE
51502024-10-15T21:44:07.037Z[ recovery-image] Oct 15 21:44:06.525 INFO O| Oct 15 21:44:06.525 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-10-15T21:44:07.077Z[ recovery-image] Oct 15 21:44:06.568 INFO O| Oct 15 21:44:06.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
51522024-10-15T21:44:07.079Z[ recovery-image] Oct 15 21:44:06.568 INFO O| Oct 15 21:44:06.568 INFO STEP 327 (remove_files) COMPLETE
51532024-10-15T21:44:07.079Z[ recovery-image] Oct 15 21:44:06.568 INFO O| Oct 15 21:44:06.568 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-10-15T21:44:07.135Z[ recovery-image] Oct 15 21:44:06.626 INFO O| Oct 15 21:44:06.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
51552024-10-15T21:44:07.135Z[ recovery-image] Oct 15 21:44:06.626 INFO O| Oct 15 21:44:06.626 INFO STEP 328 (remove_files) COMPLETE
51562024-10-15T21:44:07.144Z[ recovery-image] Oct 15 21:44:06.626 INFO O| Oct 15 21:44:06.626 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-10-15T21:44:07.154Z[ recovery-image] Oct 15 21:44:06.645 INFO O| Oct 15 21:44:06.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
51582024-10-15T21:44:07.154Z[ recovery-image] Oct 15 21:44:06.645 INFO O| Oct 15 21:44:06.645 INFO STEP 329 (remove_files) COMPLETE
51592024-10-15T21:44:07.154Z[ recovery-image] Oct 15 21:44:06.645 INFO O| Oct 15 21:44:06.645 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-10-15T21:44:07.173Z[ recovery-image] Oct 15 21:44:06.664 INFO O| Oct 15 21:44:06.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
51612024-10-15T21:44:07.173Z[ recovery-image] Oct 15 21:44:06.664 INFO O| Oct 15 21:44:06.664 INFO STEP 330 (remove_files) COMPLETE
51622024-10-15T21:44:07.173Z[ recovery-image] Oct 15 21:44:06.664 INFO O| Oct 15 21:44:06.664 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-10-15T21:44:07.191Z[ recovery-image] Oct 15 21:44:06.682 INFO O| Oct 15 21:44:06.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
51642024-10-15T21:44:07.194Z[ recovery-image] Oct 15 21:44:06.683 INFO O| Oct 15 21:44:06.682 INFO STEP 331 (remove_files) COMPLETE
51652024-10-15T21:44:07.195Z[ recovery-image] Oct 15 21:44:06.683 INFO O| Oct 15 21:44:06.683 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-10-15T21:44:07.220Z[ recovery-image] Oct 15 21:44:06.711 INFO O| Oct 15 21:44:06.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
51672024-10-15T21:44:07.223Z[ recovery-image] Oct 15 21:44:06.711 INFO O| Oct 15 21:44:06.711 INFO STEP 332 (remove_files) COMPLETE
51682024-10-15T21:44:07.223Z[ recovery-image] Oct 15 21:44:06.712 INFO O| Oct 15 21:44:06.712 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-10-15T21:44:07.239Z[ recovery-image] Oct 15 21:44:06.731 INFO O| Oct 15 21:44:06.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
51702024-10-15T21:44:07.242Z[ recovery-image] Oct 15 21:44:06.731 INFO O| Oct 15 21:44:06.731 INFO STEP 333 (remove_files) COMPLETE
51712024-10-15T21:44:07.242Z[ recovery-image] Oct 15 21:44:06.731 INFO O| Oct 15 21:44:06.731 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-10-15T21:44:07.258Z[ recovery-image] Oct 15 21:44:06.749 INFO O| Oct 15 21:44:06.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
51732024-10-15T21:44:07.260Z[ recovery-image] Oct 15 21:44:06.749 INFO O| Oct 15 21:44:06.749 INFO STEP 334 (remove_files) COMPLETE
51742024-10-15T21:44:07.260Z[ recovery-image] Oct 15 21:44:06.749 INFO O| Oct 15 21:44:06.749 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-10-15T21:44:07.274Z[ recovery-image] Oct 15 21:44:06.766 INFO O| Oct 15 21:44:06.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
51762024-10-15T21:44:07.277Z[ recovery-image] Oct 15 21:44:06.766 INFO O| Oct 15 21:44:06.766 INFO STEP 335 (remove_files) COMPLETE
51772024-10-15T21:44:07.277Z[ recovery-image] Oct 15 21:44:06.766 INFO O| Oct 15 21:44:06.766 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-10-15T21:44:07.315Z[ recovery-image] Oct 15 21:44:06.806 INFO O| Oct 15 21:44:06.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
51792024-10-15T21:44:07.315Z[ recovery-image] Oct 15 21:44:06.806 INFO O| Oct 15 21:44:06.806 INFO STEP 336 (remove_files) COMPLETE
51802024-10-15T21:44:07.318Z[ recovery-image] Oct 15 21:44:06.806 INFO O| Oct 15 21:44:06.806 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-10-15T21:44:07.336Z[ recovery-image] Oct 15 21:44:06.827 INFO O| Oct 15 21:44:06.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
51822024-10-15T21:44:07.336Z[ recovery-image] Oct 15 21:44:06.827 INFO O| Oct 15 21:44:06.827 INFO STEP 337 (remove_files) COMPLETE
51832024-10-15T21:44:07.338Z[ recovery-image] Oct 15 21:44:06.827 INFO O| Oct 15 21:44:06.827 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-10-15T21:44:07.375Z[ recovery-image] Oct 15 21:44:06.866 INFO O| Oct 15 21:44:06.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
51852024-10-15T21:44:07.375Z[ recovery-image] Oct 15 21:44:06.866 INFO O| Oct 15 21:44:06.866 INFO STEP 338 (remove_files) COMPLETE
51862024-10-15T21:44:07.375Z[ recovery-image] Oct 15 21:44:06.866 INFO O| Oct 15 21:44:06.866 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-10-15T21:44:07.412Z[ recovery-image] Oct 15 21:44:06.903 INFO O| Oct 15 21:44:06.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
51882024-10-15T21:44:07.412Z[ recovery-image] Oct 15 21:44:06.903 INFO O| Oct 15 21:44:06.903 INFO STEP 339 (remove_files) COMPLETE
51892024-10-15T21:44:07.414Z[ recovery-image] Oct 15 21:44:06.903 INFO O| Oct 15 21:44:06.903 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-10-15T21:44:07.431Z[ recovery-image] Oct 15 21:44:06.922 INFO O| Oct 15 21:44:06.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
51912024-10-15T21:44:07.431Z[ recovery-image] Oct 15 21:44:06.922 INFO O| Oct 15 21:44:06.922 INFO STEP 340 (remove_files) COMPLETE
51922024-10-15T21:44:07.431Z[ recovery-image] Oct 15 21:44:06.923 INFO O| Oct 15 21:44:06.922 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-10-15T21:44:07.450Z[ recovery-image] Oct 15 21:44:06.941 INFO O| Oct 15 21:44:06.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
51942024-10-15T21:44:07.450Z[ recovery-image] Oct 15 21:44:06.941 INFO O| Oct 15 21:44:06.941 INFO STEP 341 (remove_files) COMPLETE
51952024-10-15T21:44:07.453Z[ recovery-image] Oct 15 21:44:06.941 INFO O| Oct 15 21:44:06.941 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-10-15T21:44:07.477Z[ recovery-image] Oct 15 21:44:06.968 INFO O| Oct 15 21:44:06.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
51972024-10-15T21:44:07.477Z[ recovery-image] Oct 15 21:44:06.968 INFO O| Oct 15 21:44:06.968 INFO STEP 342 (remove_files) COMPLETE
51982024-10-15T21:44:07.480Z[ recovery-image] Oct 15 21:44:06.968 INFO O| Oct 15 21:44:06.968 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-10-15T21:44:07.513Z[ recovery-image] Oct 15 21:44:07.004 INFO O| Oct 15 21:44:07.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
52002024-10-15T21:44:07.513Z[ recovery-image] Oct 15 21:44:07.004 INFO O| Oct 15 21:44:07.004 INFO STEP 343 (remove_files) COMPLETE
52012024-10-15T21:44:07.513Z[ recovery-image] Oct 15 21:44:07.004 INFO O| Oct 15 21:44:07.004 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-10-15T21:44:07.533Z[ recovery-image] Oct 15 21:44:07.025 INFO O| Oct 15 21:44:07.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
52032024-10-15T21:44:07.533Z[ recovery-image] Oct 15 21:44:07.025 INFO O| Oct 15 21:44:07.025 INFO STEP 344 (remove_files) COMPLETE
52042024-10-15T21:44:07.534Z[ recovery-image] Oct 15 21:44:07.025 INFO O| Oct 15 21:44:07.025 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-10-15T21:44:07.586Z[ recovery-image] Oct 15 21:44:07.078 INFO O| Oct 15 21:44:07.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
52062024-10-15T21:44:07.586Z[ recovery-image] Oct 15 21:44:07.078 INFO O| Oct 15 21:44:07.078 INFO STEP 345 (remove_files) COMPLETE
52072024-10-15T21:44:07.589Z[ recovery-image] Oct 15 21:44:07.078 INFO O| Oct 15 21:44:07.078 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-10-15T21:44:07.646Z[ recovery-image] Oct 15 21:44:07.137 INFO O| Oct 15 21:44:07.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
52092024-10-15T21:44:07.646Z[ recovery-image] Oct 15 21:44:07.137 INFO O| Oct 15 21:44:07.137 INFO STEP 346 (remove_files) COMPLETE
52102024-10-15T21:44:07.646Z[ recovery-image] Oct 15 21:44:07.137 INFO O| Oct 15 21:44:07.137 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-10-15T21:44:07.665Z[ recovery-image] Oct 15 21:44:07.156 INFO O| Oct 15 21:44:07.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
52122024-10-15T21:44:07.665Z[ recovery-image] Oct 15 21:44:07.156 INFO O| Oct 15 21:44:07.156 INFO STEP 347 (remove_files) COMPLETE
52132024-10-15T21:44:07.665Z[ recovery-image] Oct 15 21:44:07.156 INFO O| Oct 15 21:44:07.156 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-10-15T21:44:07.685Z[ recovery-image] Oct 15 21:44:07.174 INFO O| Oct 15 21:44:07.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
52152024-10-15T21:44:07.685Z[ recovery-image] Oct 15 21:44:07.174 INFO O| Oct 15 21:44:07.174 INFO STEP 348 (remove_files) COMPLETE
52162024-10-15T21:44:07.685Z[ recovery-image] Oct 15 21:44:07.174 INFO O| Oct 15 21:44:07.174 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-10-15T21:44:07.700Z[ recovery-image] Oct 15 21:44:07.191 INFO O| Oct 15 21:44:07.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
52182024-10-15T21:44:07.700Z[ recovery-image] Oct 15 21:44:07.191 INFO O| Oct 15 21:44:07.191 INFO STEP 349 (remove_files) COMPLETE
52192024-10-15T21:44:07.700Z[ recovery-image] Oct 15 21:44:07.191 INFO O| Oct 15 21:44:07.191 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-10-15T21:44:07.720Z[ recovery-image] Oct 15 21:44:07.211 INFO O| Oct 15 21:44:07.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
52212024-10-15T21:44:07.740Z[ host-image] Oct 15 21:44:07.231 INFO O| Oct 15 21:44:07.231 INFO O| Done
52222024-10-15T21:44:07.743Z[ recovery-image] Oct 15 21:44:07.235 INFO O| Oct 15 21:44:07.235 INFO STEP 350 (remove_files) COMPLETE
52232024-10-15T21:44:07.743Z[ recovery-image] Oct 15 21:44:07.235 INFO O| Oct 15 21:44:07.235 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-10-15T21:44:07.802Z[ recovery-image] Oct 15 21:44:07.293 INFO O| Oct 15 21:44:07.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
52252024-10-15T21:44:07.802Z[ recovery-image] Oct 15 21:44:07.293 INFO O| Oct 15 21:44:07.293 INFO STEP 351 (remove_files) COMPLETE
52262024-10-15T21:44:07.802Z[ recovery-image] Oct 15 21:44:07.293 INFO O| Oct 15 21:44:07.293 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-10-15T21:44:07.841Z[ recovery-image] Oct 15 21:44:07.332 INFO O| Oct 15 21:44:07.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
52282024-10-15T21:44:07.841Z[ recovery-image] Oct 15 21:44:07.332 INFO O| Oct 15 21:44:07.332 INFO STEP 352 (remove_files) COMPLETE
52292024-10-15T21:44:07.841Z[ recovery-image] Oct 15 21:44:07.332 INFO O| Oct 15 21:44:07.332 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-10-15T21:44:07.863Z[ recovery-image] Oct 15 21:44:07.354 INFO O| Oct 15 21:44:07.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
52312024-10-15T21:44:07.863Z[ recovery-image] Oct 15 21:44:07.354 INFO O| Oct 15 21:44:07.353 INFO STEP 353 (remove_files) COMPLETE
52322024-10-15T21:44:07.865Z[ recovery-image] Oct 15 21:44:07.354 INFO O| Oct 15 21:44:07.353 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-10-15T21:44:07.882Z[ recovery-image] Oct 15 21:44:07.373 INFO O| Oct 15 21:44:07.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
52342024-10-15T21:44:07.882Z[ recovery-image] Oct 15 21:44:07.373 INFO O| Oct 15 21:44:07.373 INFO STEP 354 (remove_files) COMPLETE
52352024-10-15T21:44:07.885Z[ recovery-image] Oct 15 21:44:07.373 INFO O| Oct 15 21:44:07.373 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-10-15T21:44:07.923Z[ recovery-image] Oct 15 21:44:07.413 INFO O| Oct 15 21:44:07.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
52372024-10-15T21:44:07.923Z[ recovery-image] Oct 15 21:44:07.413 INFO O| Oct 15 21:44:07.413 INFO STEP 355 (remove_files) COMPLETE
52382024-10-15T21:44:07.925Z[ recovery-image] Oct 15 21:44:07.413 INFO O| Oct 15 21:44:07.413 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-10-15T21:44:07.957Z[ recovery-image] Oct 15 21:44:07.448 INFO O| Oct 15 21:44:07.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
52402024-10-15T21:44:07.957Z[ recovery-image] Oct 15 21:44:07.448 INFO O| Oct 15 21:44:07.447 INFO STEP 356 (remove_files) COMPLETE
52412024-10-15T21:44:07.960Z[ recovery-image] Oct 15 21:44:07.448 INFO O| Oct 15 21:44:07.448 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-10-15T21:44:08.015Z[ recovery-image] Oct 15 21:44:07.505 INFO O| Oct 15 21:44:07.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
52432024-10-15T21:44:08.015Z[ recovery-image] Oct 15 21:44:07.505 INFO O| Oct 15 21:44:07.505 INFO STEP 357 (remove_files) COMPLETE
52442024-10-15T21:44:08.015Z[ recovery-image] Oct 15 21:44:07.505 INFO O| Oct 15 21:44:07.505 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-10-15T21:44:08.039Z[ recovery-image] Oct 15 21:44:07.530 INFO O| Oct 15 21:44:07.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
52462024-10-15T21:44:08.039Z[ recovery-image] Oct 15 21:44:07.530 INFO O| Oct 15 21:44:07.530 INFO STEP 358 (remove_files) COMPLETE
52472024-10-15T21:44:08.040Z[ recovery-image] Oct 15 21:44:07.530 INFO O| Oct 15 21:44:07.530 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-10-15T21:44:08.097Z[ recovery-image] Oct 15 21:44:07.588 INFO O| Oct 15 21:44:07.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
52492024-10-15T21:44:08.097Z[ recovery-image] Oct 15 21:44:07.588 INFO O| Oct 15 21:44:07.588 INFO STEP 359 (remove_files) COMPLETE
52502024-10-15T21:44:08.100Z[ recovery-image] Oct 15 21:44:07.588 INFO O| Oct 15 21:44:07.588 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-10-15T21:44:08.133Z[ recovery-image] Oct 15 21:44:07.624 INFO O| Oct 15 21:44:07.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
52522024-10-15T21:44:08.136Z[ recovery-image] Oct 15 21:44:07.624 INFO O| Oct 15 21:44:07.624 INFO STEP 360 (remove_files) COMPLETE
52532024-10-15T21:44:08.136Z[ recovery-image] Oct 15 21:44:07.625 INFO O| Oct 15 21:44:07.624 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-10-15T21:44:08.151Z[ recovery-image] Oct 15 21:44:07.642 INFO O| Oct 15 21:44:07.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
52552024-10-15T21:44:08.151Z[ recovery-image] Oct 15 21:44:07.642 INFO O| Oct 15 21:44:07.642 INFO STEP 361 (remove_files) COMPLETE
52562024-10-15T21:44:08.154Z[ recovery-image] Oct 15 21:44:07.642 INFO O| Oct 15 21:44:07.642 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-10-15T21:44:08.169Z[ recovery-image] Oct 15 21:44:07.660 INFO O| Oct 15 21:44:07.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
52582024-10-15T21:44:08.169Z[ recovery-image] Oct 15 21:44:07.661 INFO O| Oct 15 21:44:07.660 INFO STEP 362 (remove_files) COMPLETE
52592024-10-15T21:44:08.169Z[ recovery-image] Oct 15 21:44:07.661 INFO O| Oct 15 21:44:07.660 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-10-15T21:44:08.187Z[ recovery-image] Oct 15 21:44:07.678 INFO O| Oct 15 21:44:07.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
52612024-10-15T21:44:08.190Z[ recovery-image] Oct 15 21:44:07.679 INFO O| Oct 15 21:44:07.678 INFO STEP 363 (remove_files) COMPLETE
52622024-10-15T21:44:08.190Z[ recovery-image] Oct 15 21:44:07.679 INFO O| Oct 15 21:44:07.679 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-10-15T21:44:08.209Z[ recovery-image] Oct 15 21:44:07.700 INFO O| Oct 15 21:44:07.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
52642024-10-15T21:44:08.212Z[ recovery-image] Oct 15 21:44:07.701 INFO O| Oct 15 21:44:07.700 INFO STEP 364 (remove_files) COMPLETE
52652024-10-15T21:44:08.212Z[ recovery-image] Oct 15 21:44:07.701 INFO O| Oct 15 21:44:07.701 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-10-15T21:44:08.251Z[ recovery-image] Oct 15 21:44:07.742 INFO O| Oct 15 21:44:07.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
52672024-10-15T21:44:08.253Z[ recovery-image] Oct 15 21:44:07.742 INFO O| Oct 15 21:44:07.742 INFO STEP 365 (remove_files) COMPLETE
52682024-10-15T21:44:08.254Z[ recovery-image] Oct 15 21:44:07.743 INFO O| Oct 15 21:44:07.742 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-10-15T21:44:08.271Z[ recovery-image] Oct 15 21:44:07.762 INFO O| Oct 15 21:44:07.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
52702024-10-15T21:44:08.274Z[ recovery-image] Oct 15 21:44:07.763 INFO O| Oct 15 21:44:07.762 INFO STEP 366 (remove_files) COMPLETE
52712024-10-15T21:44:08.274Z[ recovery-image] Oct 15 21:44:07.763 INFO O| Oct 15 21:44:07.763 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-10-15T21:44:08.290Z[ recovery-image] Oct 15 21:44:07.781 INFO O| Oct 15 21:44:07.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
52732024-10-15T21:44:08.293Z[ recovery-image] Oct 15 21:44:07.781 INFO O| Oct 15 21:44:07.781 INFO STEP 367 (remove_files) COMPLETE
52742024-10-15T21:44:08.293Z[ recovery-image] Oct 15 21:44:07.782 INFO O| Oct 15 21:44:07.781 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-10-15T21:44:08.309Z[ recovery-image] Oct 15 21:44:07.800 INFO O| Oct 15 21:44:07.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
52762024-10-15T21:44:08.312Z[ recovery-image] Oct 15 21:44:07.800 INFO O| Oct 15 21:44:07.800 INFO STEP 368 (remove_files) COMPLETE
52772024-10-15T21:44:08.312Z[ recovery-image] Oct 15 21:44:07.801 INFO O| Oct 15 21:44:07.801 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-10-15T21:44:08.334Z[ recovery-image] Oct 15 21:44:07.825 INFO O| Oct 15 21:44:07.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
52792024-10-15T21:44:08.334Z[ recovery-image] Oct 15 21:44:07.825 INFO O| Oct 15 21:44:07.825 INFO STEP 369 (remove_files) COMPLETE
52802024-10-15T21:44:08.334Z[ recovery-image] Oct 15 21:44:07.825 INFO O| Oct 15 21:44:07.825 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-10-15T21:44:08.371Z[ recovery-image] Oct 15 21:44:07.862 INFO O| Oct 15 21:44:07.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
52822024-10-15T21:44:08.371Z[ recovery-image] Oct 15 21:44:07.862 INFO O| Oct 15 21:44:07.862 INFO STEP 370 (remove_files) COMPLETE
52832024-10-15T21:44:08.371Z[ recovery-image] Oct 15 21:44:07.862 INFO O| Oct 15 21:44:07.862 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-10-15T21:44:08.394Z[ recovery-image] Oct 15 21:44:07.885 INFO O| Oct 15 21:44:07.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
52852024-10-15T21:44:08.394Z[ recovery-image] Oct 15 21:44:07.885 INFO O| Oct 15 21:44:07.885 INFO STEP 371 (remove_files) COMPLETE
52862024-10-15T21:44:08.394Z[ recovery-image] Oct 15 21:44:07.885 INFO O| Oct 15 21:44:07.885 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-10-15T21:44:08.452Z[ recovery-image] Oct 15 21:44:07.943 INFO O| Oct 15 21:44:07.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
52882024-10-15T21:44:08.455Z[ recovery-image] Oct 15 21:44:07.943 INFO O| Oct 15 21:44:07.943 INFO STEP 372 (remove_files) COMPLETE
52892024-10-15T21:44:08.455Z[ recovery-image] Oct 15 21:44:07.943 INFO O| Oct 15 21:44:07.943 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-10-15T21:44:08.472Z[ recovery-image] Oct 15 21:44:07.963 INFO O| Oct 15 21:44:07.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
52912024-10-15T21:44:08.472Z[ recovery-image] Oct 15 21:44:07.963 INFO O| Oct 15 21:44:07.963 INFO STEP 373 (remove_files) COMPLETE
52922024-10-15T21:44:08.472Z[ recovery-image] Oct 15 21:44:07.963 INFO O| Oct 15 21:44:07.963 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-10-15T21:44:08.490Z[ recovery-image] Oct 15 21:44:07.981 INFO O| Oct 15 21:44:07.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
52942024-10-15T21:44:08.490Z[ recovery-image] Oct 15 21:44:07.981 INFO O| Oct 15 21:44:07.981 INFO STEP 374 (remove_files) COMPLETE
52952024-10-15T21:44:08.490Z[ recovery-image] Oct 15 21:44:07.982 INFO O| Oct 15 21:44:07.981 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-10-15T21:44:08.534Z[ recovery-image] Oct 15 21:44:08.025 INFO O| Oct 15 21:44:08.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
52972024-10-15T21:44:08.534Z[ recovery-image] Oct 15 21:44:08.025 INFO O| Oct 15 21:44:08.025 INFO STEP 375 (remove_files) COMPLETE
52982024-10-15T21:44:08.534Z[ recovery-image] Oct 15 21:44:08.025 INFO O| Oct 15 21:44:08.025 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-10-15T21:44:08.581Z[ recovery-image] Oct 15 21:44:08.072 INFO O| Oct 15 21:44:08.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
53002024-10-15T21:44:08.581Z[ recovery-image] Oct 15 21:44:08.072 INFO O| Oct 15 21:44:08.072 INFO STEP 376 (remove_files) COMPLETE
53012024-10-15T21:44:08.581Z[ recovery-image] Oct 15 21:44:08.072 INFO O| Oct 15 21:44:08.072 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-10-15T21:44:08.601Z[ recovery-image] Oct 15 21:44:08.092 INFO O| Oct 15 21:44:08.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
53032024-10-15T21:44:08.601Z[ recovery-image] Oct 15 21:44:08.092 INFO O| Oct 15 21:44:08.092 INFO STEP 377 (remove_files) COMPLETE
53042024-10-15T21:44:08.603Z[ recovery-image] Oct 15 21:44:08.092 INFO O| Oct 15 21:44:08.092 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-10-15T21:44:08.640Z[ recovery-image] Oct 15 21:44:08.131 INFO O| Oct 15 21:44:08.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
53062024-10-15T21:44:08.640Z[ recovery-image] Oct 15 21:44:08.131 INFO O| Oct 15 21:44:08.131 INFO STEP 378 (remove_files) COMPLETE
53072024-10-15T21:44:08.640Z[ recovery-image] Oct 15 21:44:08.131 INFO O| Oct 15 21:44:08.131 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-10-15T21:44:08.673Z[ recovery-image] Oct 15 21:44:08.164 INFO O| Oct 15 21:44:08.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
53092024-10-15T21:44:08.673Z[ recovery-image] Oct 15 21:44:08.164 INFO O| Oct 15 21:44:08.164 INFO STEP 379 (remove_files) COMPLETE
53102024-10-15T21:44:08.673Z[ recovery-image] Oct 15 21:44:08.164 INFO O| Oct 15 21:44:08.164 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-10-15T21:44:08.705Z[ recovery-image] Oct 15 21:44:08.196 INFO O| Oct 15 21:44:08.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
53122024-10-15T21:44:08.705Z[ recovery-image] Oct 15 21:44:08.196 INFO O| Oct 15 21:44:08.196 INFO STEP 380 (remove_files) COMPLETE
53132024-10-15T21:44:08.705Z[ recovery-image] Oct 15 21:44:08.196 INFO O| Oct 15 21:44:08.196 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-10-15T21:44:08.727Z[ recovery-image] Oct 15 21:44:08.217 INFO O| Oct 15 21:44:08.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
53152024-10-15T21:44:08.727Z[ recovery-image] Oct 15 21:44:08.217 INFO O| Oct 15 21:44:08.217 INFO STEP 381 (remove_files) COMPLETE
53162024-10-15T21:44:08.727Z[ recovery-image] Oct 15 21:44:08.218 INFO O| Oct 15 21:44:08.217 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-10-15T21:44:08.769Z[ recovery-image] Oct 15 21:44:08.254 INFO O| Oct 15 21:44:08.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
53182024-10-15T21:44:08.772Z[ recovery-image] Oct 15 21:44:08.254 INFO O| Oct 15 21:44:08.254 INFO STEP 382 (remove_files) COMPLETE
53192024-10-15T21:44:08.773Z[ recovery-image] Oct 15 21:44:08.254 INFO O| Oct 15 21:44:08.254 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-10-15T21:44:08.781Z[ recovery-image] Oct 15 21:44:08.272 INFO O| Oct 15 21:44:08.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
53212024-10-15T21:44:08.783Z[ recovery-image] Oct 15 21:44:08.272 INFO O| Oct 15 21:44:08.272 INFO STEP 383 (remove_files) COMPLETE
53222024-10-15T21:44:08.783Z[ recovery-image] Oct 15 21:44:08.272 INFO O| Oct 15 21:44:08.272 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-10-15T21:44:08.800Z[ recovery-image] Oct 15 21:44:08.291 INFO O| Oct 15 21:44:08.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
53242024-10-15T21:44:08.804Z[ recovery-image] Oct 15 21:44:08.292 INFO O| Oct 15 21:44:08.292 INFO STEP 384 (remove_files) COMPLETE
53252024-10-15T21:44:08.804Z[ recovery-image] Oct 15 21:44:08.292 INFO O| Oct 15 21:44:08.292 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-10-15T21:44:08.819Z[ recovery-image] Oct 15 21:44:08.310 INFO O| Oct 15 21:44:08.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
53272024-10-15T21:44:08.821Z[ recovery-image] Oct 15 21:44:08.310 INFO O| Oct 15 21:44:08.310 INFO STEP 385 (remove_files) COMPLETE
53282024-10-15T21:44:08.821Z[ recovery-image] Oct 15 21:44:08.310 INFO O| Oct 15 21:44:08.310 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-10-15T21:44:08.838Z[ recovery-image] Oct 15 21:44:08.329 INFO O| Oct 15 21:44:08.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
53302024-10-15T21:44:08.841Z[ recovery-image] Oct 15 21:44:08.329 INFO O| Oct 15 21:44:08.329 INFO STEP 386 (remove_files) COMPLETE
53312024-10-15T21:44:08.841Z[ recovery-image] Oct 15 21:44:08.329 INFO O| Oct 15 21:44:08.329 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-10-15T21:44:08.856Z[ recovery-image] Oct 15 21:44:08.347 INFO O| Oct 15 21:44:08.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
53332024-10-15T21:44:08.860Z[ recovery-image] Oct 15 21:44:08.348 INFO O| Oct 15 21:44:08.348 INFO STEP 387 (remove_files) COMPLETE
53342024-10-15T21:44:08.860Z[ recovery-image] Oct 15 21:44:08.348 INFO O| Oct 15 21:44:08.348 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-10-15T21:44:08.914Z[ recovery-image] Oct 15 21:44:08.405 INFO O| Oct 15 21:44:08.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
53362024-10-15T21:44:08.916Z[ recovery-image] Oct 15 21:44:08.405 INFO O| Oct 15 21:44:08.405 INFO STEP 388 (remove_files) COMPLETE
53372024-10-15T21:44:08.916Z[ recovery-image] Oct 15 21:44:08.405 INFO O| Oct 15 21:44:08.405 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-10-15T21:44:08.938Z[ recovery-image] Oct 15 21:44:08.429 INFO O| Oct 15 21:44:08.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
53392024-10-15T21:44:08.938Z[ recovery-image] Oct 15 21:44:08.429 INFO O| Oct 15 21:44:08.429 INFO STEP 389 (remove_files) COMPLETE
53402024-10-15T21:44:08.942Z[ recovery-image] Oct 15 21:44:08.429 INFO O| Oct 15 21:44:08.429 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-10-15T21:44:08.961Z[ recovery-image] Oct 15 21:44:08.450 INFO O| Oct 15 21:44:08.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
53422024-10-15T21:44:08.961Z[ recovery-image] Oct 15 21:44:08.450 INFO O| Oct 15 21:44:08.450 INFO STEP 390 (remove_files) COMPLETE
53432024-10-15T21:44:08.961Z[ recovery-image] Oct 15 21:44:08.451 INFO O| Oct 15 21:44:08.450 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-10-15T21:44:08.978Z[ recovery-image] Oct 15 21:44:08.469 INFO O| Oct 15 21:44:08.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
53452024-10-15T21:44:08.978Z[ recovery-image] Oct 15 21:44:08.469 INFO O| Oct 15 21:44:08.469 INFO STEP 391 (remove_files) COMPLETE
53462024-10-15T21:44:08.980Z[ recovery-image] Oct 15 21:44:08.469 INFO O| Oct 15 21:44:08.469 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-10-15T21:44:08.998Z[ recovery-image] Oct 15 21:44:08.488 INFO O| Oct 15 21:44:08.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
53482024-10-15T21:44:08.998Z[ recovery-image] Oct 15 21:44:08.489 INFO O| Oct 15 21:44:08.489 INFO STEP 392 (remove_files) COMPLETE
53492024-10-15T21:44:08.998Z[ recovery-image] Oct 15 21:44:08.489 INFO O| Oct 15 21:44:08.489 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-10-15T21:44:09.023Z[ recovery-image] Oct 15 21:44:08.514 INFO O| Oct 15 21:44:08.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
53512024-10-15T21:44:09.023Z[ recovery-image] Oct 15 21:44:08.514 INFO O| Oct 15 21:44:08.514 INFO STEP 393 (remove_files) COMPLETE
53522024-10-15T21:44:09.023Z[ recovery-image] Oct 15 21:44:08.514 INFO O| Oct 15 21:44:08.514 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-10-15T21:44:09.044Z[ recovery-image] Oct 15 21:44:08.535 INFO O| Oct 15 21:44:08.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
53542024-10-15T21:44:09.044Z[ recovery-image] Oct 15 21:44:08.535 INFO O| Oct 15 21:44:08.535 INFO STEP 394 (remove_files) COMPLETE
53552024-10-15T21:44:09.046Z[ recovery-image] Oct 15 21:44:08.535 INFO O| Oct 15 21:44:08.535 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-10-15T21:44:09.062Z[ recovery-image] Oct 15 21:44:08.553 INFO O| Oct 15 21:44:08.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
53572024-10-15T21:44:09.065Z[ recovery-image] Oct 15 21:44:08.553 INFO O| Oct 15 21:44:08.553 INFO STEP 395 (remove_files) COMPLETE
53582024-10-15T21:44:09.065Z[ recovery-image] Oct 15 21:44:08.554 INFO O| Oct 15 21:44:08.553 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-10-15T21:44:09.080Z[ recovery-image] Oct 15 21:44:08.571 INFO O| Oct 15 21:44:08.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
53602024-10-15T21:44:09.080Z[ recovery-image] Oct 15 21:44:08.571 INFO O| Oct 15 21:44:08.571 INFO STEP 396 (remove_files) COMPLETE
53612024-10-15T21:44:09.083Z[ recovery-image] Oct 15 21:44:08.571 INFO O| Oct 15 21:44:08.571 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-10-15T21:44:09.120Z[ recovery-image] Oct 15 21:44:08.611 INFO O| Oct 15 21:44:08.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
53632024-10-15T21:44:09.122Z[ recovery-image] Oct 15 21:44:08.611 INFO O| Oct 15 21:44:08.611 INFO STEP 397 (remove_files) COMPLETE
53642024-10-15T21:44:09.123Z[ recovery-image] Oct 15 21:44:08.611 INFO O| Oct 15 21:44:08.611 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-10-15T21:44:09.141Z[ recovery-image] Oct 15 21:44:08.632 INFO O| Oct 15 21:44:08.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
53662024-10-15T21:44:09.144Z[ recovery-image] Oct 15 21:44:08.633 INFO O| Oct 15 21:44:08.632 INFO STEP 398 (remove_files) COMPLETE
53672024-10-15T21:44:09.144Z[ recovery-image] Oct 15 21:44:08.633 INFO O| Oct 15 21:44:08.633 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-10-15T21:44:09.174Z[ recovery-image] Oct 15 21:44:08.665 INFO O| Oct 15 21:44:08.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
53692024-10-15T21:44:09.174Z[ recovery-image] Oct 15 21:44:08.665 INFO O| Oct 15 21:44:08.665 INFO STEP 399 (remove_files) COMPLETE
53702024-10-15T21:44:09.177Z[ recovery-image] Oct 15 21:44:08.665 INFO O| Oct 15 21:44:08.665 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-10-15T21:44:09.193Z[ recovery-image] Oct 15 21:44:08.684 INFO O| Oct 15 21:44:08.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
53722024-10-15T21:44:09.193Z[ recovery-image] Oct 15 21:44:08.684 INFO O| Oct 15 21:44:08.684 INFO STEP 400 (remove_files) COMPLETE
53732024-10-15T21:44:09.193Z[ recovery-image] Oct 15 21:44:08.684 INFO O| Oct 15 21:44:08.684 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-10-15T21:44:09.242Z[ recovery-image] Oct 15 21:44:08.733 INFO O| Oct 15 21:44:08.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
53752024-10-15T21:44:09.242Z[ recovery-image] Oct 15 21:44:08.733 INFO O| Oct 15 21:44:08.733 INFO STEP 401 (remove_files) COMPLETE
53762024-10-15T21:44:09.245Z[ recovery-image] Oct 15 21:44:08.733 INFO O| Oct 15 21:44:08.733 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-10-15T21:44:09.262Z[ recovery-image] Oct 15 21:44:08.753 INFO O| Oct 15 21:44:08.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
53782024-10-15T21:44:09.262Z[ recovery-image] Oct 15 21:44:08.753 INFO O| Oct 15 21:44:08.753 INFO STEP 402 (remove_files) COMPLETE
53792024-10-15T21:44:09.264Z[ recovery-image] Oct 15 21:44:08.753 INFO O| Oct 15 21:44:08.753 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-10-15T21:44:09.297Z[ recovery-image] Oct 15 21:44:08.788 INFO O| Oct 15 21:44:08.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
53812024-10-15T21:44:09.297Z[ recovery-image] Oct 15 21:44:08.788 INFO O| Oct 15 21:44:08.788 INFO STEP 403 (remove_files) COMPLETE
53822024-10-15T21:44:09.299Z[ recovery-image] Oct 15 21:44:08.788 INFO O| Oct 15 21:44:08.788 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-10-15T21:44:09.316Z[ recovery-image] Oct 15 21:44:08.807 INFO O| Oct 15 21:44:08.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
53842024-10-15T21:44:09.316Z[ recovery-image] Oct 15 21:44:08.807 INFO O| Oct 15 21:44:08.807 INFO STEP 404 (remove_files) COMPLETE
53852024-10-15T21:44:09.316Z[ recovery-image] Oct 15 21:44:08.807 INFO O| Oct 15 21:44:08.807 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-10-15T21:44:09.335Z[ recovery-image] Oct 15 21:44:08.826 INFO O| Oct 15 21:44:08.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
53872024-10-15T21:44:09.335Z[ recovery-image] Oct 15 21:44:08.826 INFO O| Oct 15 21:44:08.826 INFO STEP 405 (remove_files) COMPLETE
53882024-10-15T21:44:09.337Z[ recovery-image] Oct 15 21:44:08.826 INFO O| Oct 15 21:44:08.826 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-10-15T21:44:09.352Z[ recovery-image] Oct 15 21:44:08.843 INFO O| Oct 15 21:44:08.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
53902024-10-15T21:44:09.352Z[ recovery-image] Oct 15 21:44:08.843 INFO O| Oct 15 21:44:08.843 INFO STEP 406 (remove_files) COMPLETE
53912024-10-15T21:44:09.352Z[ recovery-image] Oct 15 21:44:08.843 INFO O| Oct 15 21:44:08.843 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-10-15T21:44:09.369Z[ recovery-image] Oct 15 21:44:08.860 INFO O| Oct 15 21:44:08.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
53932024-10-15T21:44:09.369Z[ recovery-image] Oct 15 21:44:08.860 INFO O| Oct 15 21:44:08.860 INFO STEP 407 (remove_files) COMPLETE
53942024-10-15T21:44:09.372Z[ recovery-image] Oct 15 21:44:08.860 INFO O| Oct 15 21:44:08.860 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-10-15T21:44:09.425Z[ recovery-image] Oct 15 21:44:08.916 INFO O| Oct 15 21:44:08.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
53962024-10-15T21:44:09.425Z[ recovery-image] Oct 15 21:44:08.916 INFO O| Oct 15 21:44:08.916 INFO STEP 408 (remove_files) COMPLETE
53972024-10-15T21:44:09.425Z[ recovery-image] Oct 15 21:44:08.916 INFO O| Oct 15 21:44:08.916 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-10-15T21:44:09.446Z[ recovery-image] Oct 15 21:44:08.937 INFO O| Oct 15 21:44:08.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
53992024-10-15T21:44:09.446Z[ recovery-image] Oct 15 21:44:08.937 INFO O| Oct 15 21:44:08.937 INFO STEP 409 (remove_files) COMPLETE
54002024-10-15T21:44:09.448Z[ recovery-image] Oct 15 21:44:08.937 INFO O| Oct 15 21:44:08.937 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-10-15T21:44:09.486Z[ recovery-image] Oct 15 21:44:08.977 INFO O| Oct 15 21:44:08.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
54022024-10-15T21:44:09.486Z[ recovery-image] Oct 15 21:44:08.977 INFO O| Oct 15 21:44:08.977 INFO STEP 410 (remove_files) COMPLETE
54032024-10-15T21:44:09.488Z[ recovery-image] Oct 15 21:44:08.977 INFO O| Oct 15 21:44:08.977 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-10-15T21:44:09.503Z[ recovery-image] Oct 15 21:44:08.995 INFO O| Oct 15 21:44:08.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
54052024-10-15T21:44:09.503Z[ recovery-image] Oct 15 21:44:08.995 INFO O| Oct 15 21:44:08.995 INFO STEP 411 (remove_files) COMPLETE
54062024-10-15T21:44:09.503Z[ recovery-image] Oct 15 21:44:08.995 INFO O| Oct 15 21:44:08.995 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-10-15T21:44:09.599Z[ recovery-image] Oct 15 21:44:09.090 INFO O| Oct 15 21:44:09.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
54082024-10-15T21:44:09.599Z[ recovery-image] Oct 15 21:44:09.090 INFO O| Oct 15 21:44:09.090 INFO STEP 412 (remove_files) COMPLETE
54092024-10-15T21:44:09.601Z[ recovery-image] Oct 15 21:44:09.090 INFO O| Oct 15 21:44:09.090 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-10-15T21:44:09.619Z[ recovery-image] Oct 15 21:44:09.110 INFO O| Oct 15 21:44:09.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
54112024-10-15T21:44:09.622Z[ recovery-image] Oct 15 21:44:09.110 INFO O| Oct 15 21:44:09.110 INFO STEP 413 (remove_files) COMPLETE
54122024-10-15T21:44:09.622Z[ recovery-image] Oct 15 21:44:09.110 INFO O| Oct 15 21:44:09.110 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-10-15T21:44:09.637Z[ recovery-image] Oct 15 21:44:09.128 INFO O| Oct 15 21:44:09.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
54142024-10-15T21:44:09.640Z[ recovery-image] Oct 15 21:44:09.128 INFO O| Oct 15 21:44:09.128 INFO STEP 414 (remove_files) COMPLETE
54152024-10-15T21:44:09.640Z[ recovery-image] Oct 15 21:44:09.128 INFO O| Oct 15 21:44:09.128 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-10-15T21:44:09.654Z[ recovery-image] Oct 15 21:44:09.145 INFO O| Oct 15 21:44:09.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
54172024-10-15T21:44:09.657Z[ recovery-image] Oct 15 21:44:09.145 INFO O| Oct 15 21:44:09.145 INFO STEP 415 (remove_files) COMPLETE
54182024-10-15T21:44:09.657Z[ recovery-image] Oct 15 21:44:09.145 INFO O| Oct 15 21:44:09.145 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-10-15T21:44:09.672Z[ recovery-image] Oct 15 21:44:09.162 INFO O| Oct 15 21:44:09.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
54202024-10-15T21:44:09.674Z[ recovery-image] Oct 15 21:44:09.162 INFO O| Oct 15 21:44:09.162 INFO STEP 416 (remove_files) COMPLETE
54212024-10-15T21:44:09.674Z[ recovery-image] Oct 15 21:44:09.163 INFO O| Oct 15 21:44:09.162 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-10-15T21:44:09.688Z[ recovery-image] Oct 15 21:44:09.179 INFO O| Oct 15 21:44:09.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
54232024-10-15T21:44:09.690Z[ recovery-image] Oct 15 21:44:09.179 INFO O| Oct 15 21:44:09.179 INFO STEP 417 (remove_files) COMPLETE
54242024-10-15T21:44:09.690Z[ recovery-image] Oct 15 21:44:09.179 INFO O| Oct 15 21:44:09.179 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-10-15T21:44:09.717Z[ recovery-image] Oct 15 21:44:09.208 INFO O| Oct 15 21:44:09.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
54262024-10-15T21:44:09.717Z[ recovery-image] Oct 15 21:44:09.208 INFO O| Oct 15 21:44:09.208 INFO STEP 418 (remove_files) COMPLETE
54272024-10-15T21:44:09.720Z[ recovery-image] Oct 15 21:44:09.208 INFO O| Oct 15 21:44:09.208 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-10-15T21:44:09.775Z[ recovery-image] Oct 15 21:44:09.266 INFO O| Oct 15 21:44:09.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
54292024-10-15T21:44:09.775Z[ recovery-image] Oct 15 21:44:09.266 INFO O| Oct 15 21:44:09.266 INFO STEP 419 (remove_files) COMPLETE
54302024-10-15T21:44:09.777Z[ recovery-image] Oct 15 21:44:09.266 INFO O| Oct 15 21:44:09.266 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-10-15T21:44:09.795Z[ recovery-image] Oct 15 21:44:09.284 INFO O| Oct 15 21:44:09.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
54322024-10-15T21:44:09.795Z[ recovery-image] Oct 15 21:44:09.284 INFO O| Oct 15 21:44:09.284 INFO STEP 420 (remove_files) COMPLETE
54332024-10-15T21:44:09.795Z[ recovery-image] Oct 15 21:44:09.284 INFO O| Oct 15 21:44:09.284 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-10-15T21:44:09.834Z[ recovery-image] Oct 15 21:44:09.325 INFO O| Oct 15 21:44:09.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
54352024-10-15T21:44:09.834Z[ recovery-image] Oct 15 21:44:09.325 INFO O| Oct 15 21:44:09.325 INFO STEP 421 (remove_files) COMPLETE
54362024-10-15T21:44:09.836Z[ recovery-image] Oct 15 21:44:09.325 INFO O| Oct 15 21:44:09.325 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-10-15T21:44:09.902Z[ recovery-image] Oct 15 21:44:09.393 INFO O| Oct 15 21:44:09.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
54382024-10-15T21:44:09.902Z[ recovery-image] Oct 15 21:44:09.393 INFO O| Oct 15 21:44:09.393 INFO STEP 422 (remove_files) COMPLETE
54392024-10-15T21:44:09.904Z[ recovery-image] Oct 15 21:44:09.393 INFO O| Oct 15 21:44:09.393 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-10-15T21:44:09.922Z[ recovery-image] Oct 15 21:44:09.413 INFO O| Oct 15 21:44:09.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
54412024-10-15T21:44:09.922Z[ recovery-image] Oct 15 21:44:09.413 INFO O| Oct 15 21:44:09.413 INFO STEP 423 (remove_files) COMPLETE
54422024-10-15T21:44:09.922Z[ recovery-image] Oct 15 21:44:09.413 INFO O| Oct 15 21:44:09.413 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-10-15T21:44:09.944Z[ recovery-image] Oct 15 21:44:09.435 INFO O| Oct 15 21:44:09.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
54442024-10-15T21:44:09.944Z[ recovery-image] Oct 15 21:44:09.435 INFO O| Oct 15 21:44:09.435 INFO STEP 424 (remove_files) COMPLETE
54452024-10-15T21:44:09.947Z[ recovery-image] Oct 15 21:44:09.435 INFO O| Oct 15 21:44:09.435 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-10-15T21:44:09.965Z[ recovery-image] Oct 15 21:44:09.456 INFO O| Oct 15 21:44:09.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
54472024-10-15T21:44:09.965Z[ recovery-image] Oct 15 21:44:09.456 INFO O| Oct 15 21:44:09.456 INFO STEP 425 (remove_files) COMPLETE
54482024-10-15T21:44:09.967Z[ recovery-image] Oct 15 21:44:09.456 INFO O| Oct 15 21:44:09.456 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-10-15T21:44:09.984Z[ recovery-image] Oct 15 21:44:09.475 INFO O| Oct 15 21:44:09.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
54502024-10-15T21:44:09.984Z[ recovery-image] Oct 15 21:44:09.476 INFO O| Oct 15 21:44:09.475 INFO STEP 426 (remove_files) COMPLETE
54512024-10-15T21:44:09.987Z[ recovery-image] Oct 15 21:44:09.476 INFO O| Oct 15 21:44:09.476 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-10-15T21:44:10.002Z[ recovery-image] Oct 15 21:44:09.494 INFO O| Oct 15 21:44:09.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
54532024-10-15T21:44:10.002Z[ recovery-image] Oct 15 21:44:09.494 INFO O| Oct 15 21:44:09.494 INFO STEP 427 (remove_files) COMPLETE
54542024-10-15T21:44:10.003Z[ recovery-image] Oct 15 21:44:09.494 INFO O| Oct 15 21:44:09.494 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-10-15T21:44:10.020Z[ recovery-image] Oct 15 21:44:09.511 INFO O| Oct 15 21:44:09.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
54562024-10-15T21:44:10.020Z[ recovery-image] Oct 15 21:44:09.512 INFO O| Oct 15 21:44:09.511 INFO STEP 428 (remove_files) COMPLETE
54572024-10-15T21:44:10.023Z[ recovery-image] Oct 15 21:44:09.512 INFO O| Oct 15 21:44:09.511 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-10-15T21:44:10.045Z[ recovery-image] Oct 15 21:44:09.536 INFO O| Oct 15 21:44:09.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
54592024-10-15T21:44:10.045Z[ recovery-image] Oct 15 21:44:09.536 INFO O| Oct 15 21:44:09.536 INFO STEP 429 (remove_files) COMPLETE
54602024-10-15T21:44:10.048Z[ recovery-image] Oct 15 21:44:09.536 INFO O| Oct 15 21:44:09.536 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-10-15T21:44:10.066Z[ recovery-image] Oct 15 21:44:09.557 INFO O| Oct 15 21:44:09.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
54622024-10-15T21:44:10.066Z[ recovery-image] Oct 15 21:44:09.557 INFO O| Oct 15 21:44:09.557 INFO STEP 430 (remove_files) COMPLETE
54632024-10-15T21:44:10.066Z[ recovery-image] Oct 15 21:44:09.557 INFO O| Oct 15 21:44:09.557 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-10-15T21:44:10.086Z[ recovery-image] Oct 15 21:44:09.577 INFO O| Oct 15 21:44:09.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
54652024-10-15T21:44:10.086Z[ recovery-image] Oct 15 21:44:09.577 INFO O| Oct 15 21:44:09.577 INFO STEP 431 (remove_files) COMPLETE
54662024-10-15T21:44:10.086Z[ recovery-image] Oct 15 21:44:09.577 INFO O| Oct 15 21:44:09.577 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-10-15T21:44:10.124Z[ recovery-image] Oct 15 21:44:09.615 INFO O| Oct 15 21:44:09.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
54682024-10-15T21:44:10.124Z[ recovery-image] Oct 15 21:44:09.615 INFO O| Oct 15 21:44:09.615 INFO STEP 432 (remove_files) COMPLETE
54692024-10-15T21:44:10.124Z[ recovery-image] Oct 15 21:44:09.615 INFO O| Oct 15 21:44:09.615 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-10-15T21:44:10.145Z[ recovery-image] Oct 15 21:44:09.636 INFO O| Oct 15 21:44:09.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
54712024-10-15T21:44:10.145Z[ recovery-image] Oct 15 21:44:09.636 INFO O| Oct 15 21:44:09.636 INFO STEP 433 (remove_files) COMPLETE
54722024-10-15T21:44:10.145Z[ recovery-image] Oct 15 21:44:09.636 INFO O| Oct 15 21:44:09.636 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-10-15T21:44:10.177Z[ recovery-image] Oct 15 21:44:09.668 INFO O| Oct 15 21:44:09.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
54742024-10-15T21:44:10.177Z[ recovery-image] Oct 15 21:44:09.668 INFO O| Oct 15 21:44:09.668 INFO STEP 434 (remove_files) COMPLETE
54752024-10-15T21:44:10.180Z[ recovery-image] Oct 15 21:44:09.668 INFO O| Oct 15 21:44:09.668 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-10-15T21:44:10.196Z[ recovery-image] Oct 15 21:44:09.687 INFO O| Oct 15 21:44:09.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
54772024-10-15T21:44:10.196Z[ recovery-image] Oct 15 21:44:09.687 INFO O| Oct 15 21:44:09.687 INFO STEP 435 (remove_files) COMPLETE
54782024-10-15T21:44:10.196Z[ recovery-image] Oct 15 21:44:09.687 INFO O| Oct 15 21:44:09.687 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-10-15T21:44:10.219Z[ recovery-image] Oct 15 21:44:09.710 INFO O| Oct 15 21:44:09.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
54802024-10-15T21:44:10.222Z[ recovery-image] Oct 15 21:44:09.710 INFO O| Oct 15 21:44:09.710 INFO STEP 436 (remove_files) COMPLETE
54812024-10-15T21:44:10.222Z[ recovery-image] Oct 15 21:44:09.711 INFO O| Oct 15 21:44:09.711 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-10-15T21:44:10.239Z[ recovery-image] Oct 15 21:44:09.730 INFO O| Oct 15 21:44:09.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
54832024-10-15T21:44:10.241Z[ recovery-image] Oct 15 21:44:09.730 INFO O| Oct 15 21:44:09.730 INFO STEP 437 (remove_files) COMPLETE
54842024-10-15T21:44:10.241Z[ recovery-image] Oct 15 21:44:09.731 INFO O| Oct 15 21:44:09.730 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-10-15T21:44:10.258Z[ recovery-image] Oct 15 21:44:09.749 INFO O| Oct 15 21:44:09.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
54862024-10-15T21:44:10.261Z[ recovery-image] Oct 15 21:44:09.750 INFO O| Oct 15 21:44:09.750 INFO STEP 438 (remove_files) COMPLETE
54872024-10-15T21:44:10.261Z[ recovery-image] Oct 15 21:44:09.750 INFO O| Oct 15 21:44:09.750 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-10-15T21:44:10.276Z[ recovery-image] Oct 15 21:44:09.767 INFO O| Oct 15 21:44:09.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
54892024-10-15T21:44:10.278Z[ recovery-image] Oct 15 21:44:09.767 INFO O| Oct 15 21:44:09.767 INFO STEP 439 (remove_files) COMPLETE
54902024-10-15T21:44:10.278Z[ recovery-image] Oct 15 21:44:09.767 INFO O| Oct 15 21:44:09.767 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-10-15T21:44:10.293Z[ recovery-image] Oct 15 21:44:09.784 INFO O| Oct 15 21:44:09.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
54922024-10-15T21:44:10.295Z[ recovery-image] Oct 15 21:44:09.784 INFO O| Oct 15 21:44:09.784 INFO STEP 440 (remove_files) COMPLETE
54932024-10-15T21:44:10.295Z[ recovery-image] Oct 15 21:44:09.784 INFO O| Oct 15 21:44:09.784 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-10-15T21:44:10.311Z[ recovery-image] Oct 15 21:44:09.802 INFO O| Oct 15 21:44:09.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
54952024-10-15T21:44:10.313Z[ recovery-image] Oct 15 21:44:09.802 INFO O| Oct 15 21:44:09.802 INFO STEP 441 (remove_files) COMPLETE
54962024-10-15T21:44:10.313Z[ recovery-image] Oct 15 21:44:09.803 INFO O| Oct 15 21:44:09.802 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-10-15T21:44:10.328Z[ recovery-image] Oct 15 21:44:09.820 INFO O| Oct 15 21:44:09.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54982024-10-15T21:44:10.331Z[ recovery-image] Oct 15 21:44:09.820 INFO O| Oct 15 21:44:09.820 INFO STEP 442 (remove_files) COMPLETE
54992024-10-15T21:44:10.331Z[ recovery-image] Oct 15 21:44:09.820 INFO O| Oct 15 21:44:09.820 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-10-15T21:44:10.346Z[ recovery-image] Oct 15 21:44:09.837 INFO O| Oct 15 21:44:09.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
55012024-10-15T21:44:10.348Z[ recovery-image] Oct 15 21:44:09.838 INFO O| Oct 15 21:44:09.838 INFO STEP 443 (remove_files) COMPLETE
55022024-10-15T21:44:10.348Z[ recovery-image] Oct 15 21:44:09.838 INFO O| Oct 15 21:44:09.838 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-10-15T21:44:10.363Z[ recovery-image] Oct 15 21:44:09.854 INFO O| Oct 15 21:44:09.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
55042024-10-15T21:44:10.366Z[ recovery-image] Oct 15 21:44:09.855 INFO O| Oct 15 21:44:09.855 INFO STEP 444 (remove_files) COMPLETE
55052024-10-15T21:44:10.366Z[ recovery-image] Oct 15 21:44:09.855 INFO O| Oct 15 21:44:09.855 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-10-15T21:44:10.382Z[ recovery-image] Oct 15 21:44:09.873 INFO O| Oct 15 21:44:09.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
55072024-10-15T21:44:10.384Z[ recovery-image] Oct 15 21:44:09.873 INFO O| Oct 15 21:44:09.873 INFO STEP 445 (remove_files) COMPLETE
55082024-10-15T21:44:10.384Z[ recovery-image] Oct 15 21:44:09.873 INFO O| Oct 15 21:44:09.873 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-10-15T21:44:10.402Z[ recovery-image] Oct 15 21:44:09.893 INFO O| Oct 15 21:44:09.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
55102024-10-15T21:44:10.404Z[ recovery-image] Oct 15 21:44:09.893 INFO O| Oct 15 21:44:09.893 INFO STEP 446 (remove_files) COMPLETE
55112024-10-15T21:44:10.404Z[ recovery-image] Oct 15 21:44:09.893 INFO O| Oct 15 21:44:09.893 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-10-15T21:44:10.424Z[ recovery-image] Oct 15 21:44:09.915 INFO O| Oct 15 21:44:09.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
55132024-10-15T21:44:10.426Z[ recovery-image] Oct 15 21:44:09.916 INFO O| Oct 15 21:44:09.915 INFO STEP 447 (remove_files) COMPLETE
55142024-10-15T21:44:10.426Z[ recovery-image] Oct 15 21:44:09.916 INFO O| Oct 15 21:44:09.916 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-10-15T21:44:10.445Z[ recovery-image] Oct 15 21:44:09.936 INFO O| Oct 15 21:44:09.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
55162024-10-15T21:44:10.448Z[ recovery-image] Oct 15 21:44:09.937 INFO O| Oct 15 21:44:09.937 INFO STEP 448 (remove_files) COMPLETE
55172024-10-15T21:44:10.448Z[ recovery-image] Oct 15 21:44:09.937 INFO O| Oct 15 21:44:09.937 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-10-15T21:44:10.468Z[ recovery-image] Oct 15 21:44:09.959 INFO O| Oct 15 21:44:09.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
55192024-10-15T21:44:10.470Z[ recovery-image] Oct 15 21:44:09.959 INFO O| Oct 15 21:44:09.959 INFO STEP 449 (remove_files) COMPLETE
55202024-10-15T21:44:10.470Z[ recovery-image] Oct 15 21:44:09.960 INFO O| Oct 15 21:44:09.959 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-10-15T21:44:10.491Z[ recovery-image] Oct 15 21:44:09.982 INFO O| Oct 15 21:44:09.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
55222024-10-15T21:44:10.494Z[ recovery-image] Oct 15 21:44:09.983 INFO O| Oct 15 21:44:09.983 INFO STEP 450 (remove_files) COMPLETE
55232024-10-15T21:44:10.494Z[ recovery-image] Oct 15 21:44:09.983 INFO O| Oct 15 21:44:09.983 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-10-15T21:44:10.511Z[ recovery-image] Oct 15 21:44:10.002 INFO O| Oct 15 21:44:10.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
55252024-10-15T21:44:10.514Z[ recovery-image] Oct 15 21:44:10.002 INFO O| Oct 15 21:44:10.002 INFO STEP 451 (remove_files) COMPLETE
55262024-10-15T21:44:10.514Z[ recovery-image] Oct 15 21:44:10.002 INFO O| Oct 15 21:44:10.002 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-10-15T21:44:10.528Z[ recovery-image] Oct 15 21:44:10.020 INFO O| Oct 15 21:44:10.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
55282024-10-15T21:44:10.531Z[ recovery-image] Oct 15 21:44:10.020 INFO O| Oct 15 21:44:10.020 INFO STEP 452 (remove_files) COMPLETE
55292024-10-15T21:44:10.531Z[ recovery-image] Oct 15 21:44:10.020 INFO O| Oct 15 21:44:10.020 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-10-15T21:44:10.546Z[ recovery-image] Oct 15 21:44:10.037 INFO O| Oct 15 21:44:10.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
55312024-10-15T21:44:10.549Z[ recovery-image] Oct 15 21:44:10.038 INFO O| Oct 15 21:44:10.038 INFO STEP 453 (remove_files) COMPLETE
55322024-10-15T21:44:10.549Z[ recovery-image] Oct 15 21:44:10.038 INFO O| Oct 15 21:44:10.038 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-10-15T21:44:10.563Z[ recovery-image] Oct 15 21:44:10.054 INFO O| Oct 15 21:44:10.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
55342024-10-15T21:44:10.565Z[ recovery-image] Oct 15 21:44:10.054 INFO O| Oct 15 21:44:10.054 INFO STEP 454 (remove_files) COMPLETE
55352024-10-15T21:44:10.565Z[ recovery-image] Oct 15 21:44:10.055 INFO O| Oct 15 21:44:10.054 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-10-15T21:44:10.582Z[ recovery-image] Oct 15 21:44:10.073 INFO O| Oct 15 21:44:10.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
55372024-10-15T21:44:10.582Z[ recovery-image] Oct 15 21:44:10.073 INFO O| Oct 15 21:44:10.073 INFO STEP 455 (remove_files) COMPLETE
55382024-10-15T21:44:10.582Z[ recovery-image] Oct 15 21:44:10.073 INFO O| Oct 15 21:44:10.073 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-10-15T21:44:10.599Z[ recovery-image] Oct 15 21:44:10.090 INFO O| Oct 15 21:44:10.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
55402024-10-15T21:44:10.599Z[ recovery-image] Oct 15 21:44:10.090 INFO O| Oct 15 21:44:10.090 INFO STEP 456 (remove_files) COMPLETE
55412024-10-15T21:44:10.600Z[ recovery-image] Oct 15 21:44:10.090 INFO O| Oct 15 21:44:10.090 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-10-15T21:44:10.603Z[ host-image] Oct 15 21:44:10.092 INFO O| Oct 15 21:44:10.092 INFO O| Done
55432024-10-15T21:44:10.617Z[ recovery-image] Oct 15 21:44:10.108 INFO O| Oct 15 21:44:10.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
55442024-10-15T21:44:10.617Z[ recovery-image] Oct 15 21:44:10.108 INFO O| Oct 15 21:44:10.108 INFO STEP 457 (remove_files) COMPLETE
55452024-10-15T21:44:10.620Z[ recovery-image] Oct 15 21:44:10.108 INFO O| Oct 15 21:44:10.108 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-10-15T21:44:10.643Z[ recovery-image] Oct 15 21:44:10.134 INFO O| Oct 15 21:44:10.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
55472024-10-15T21:44:10.643Z[ recovery-image] Oct 15 21:44:10.134 INFO O| Oct 15 21:44:10.134 INFO STEP 458 (remove_files) COMPLETE
55482024-10-15T21:44:10.643Z[ recovery-image] Oct 15 21:44:10.134 INFO O| Oct 15 21:44:10.134 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-10-15T21:44:10.651Z[ host-image] Oct 15 21:44:10.136 INFO O| Oct 15 21:44:10.136 INFO O| Done
55502024-10-15T21:44:10.651Z[ host-image] Oct 15 21:44:10.137 INFO O| Oct 15 21:44:10.137 INFO O| Done
55512024-10-15T21:44:10.669Z[ recovery-image] Oct 15 21:44:10.161 INFO O| Oct 15 21:44:10.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
55522024-10-15T21:44:10.669Z[ recovery-image] Oct 15 21:44:10.161 INFO O| Oct 15 21:44:10.161 INFO STEP 459 (remove_files) COMPLETE
55532024-10-15T21:44:10.670Z[ recovery-image] Oct 15 21:44:10.161 INFO O| Oct 15 21:44:10.161 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-10-15T21:44:10.689Z[ recovery-image] Oct 15 21:44:10.180 INFO O| Oct 15 21:44:10.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
55552024-10-15T21:44:10.689Z[ recovery-image] Oct 15 21:44:10.180 INFO O| Oct 15 21:44:10.180 INFO STEP 460 (remove_files) COMPLETE
55562024-10-15T21:44:10.692Z[ recovery-image] Oct 15 21:44:10.180 INFO O| Oct 15 21:44:10.180 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-10-15T21:44:10.709Z[ recovery-image] Oct 15 21:44:10.199 INFO O| Oct 15 21:44:10.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
55582024-10-15T21:44:10.709Z[ recovery-image] Oct 15 21:44:10.199 INFO O| Oct 15 21:44:10.199 INFO STEP 461 (remove_files) COMPLETE
55592024-10-15T21:44:10.712Z[ recovery-image] Oct 15 21:44:10.199 INFO O| Oct 15 21:44:10.199 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-10-15T21:44:10.718Z[ host-image] Oct 15 21:44:10.209 INFO O| Oct 15 21:44:10.209 INFO O| Done
55612024-10-15T21:44:10.731Z[ recovery-image] Oct 15 21:44:10.222 INFO O| Oct 15 21:44:10.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
55622024-10-15T21:44:10.733Z[ recovery-image] Oct 15 21:44:10.222 INFO O| Oct 15 21:44:10.222 INFO STEP 462 (remove_files) COMPLETE
55632024-10-15T21:44:10.733Z[ recovery-image] Oct 15 21:44:10.222 INFO O| Oct 15 21:44:10.222 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-10-15T21:44:10.760Z[ recovery-image] Oct 15 21:44:10.251 INFO O| Oct 15 21:44:10.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
55652024-10-15T21:44:10.760Z[ recovery-image] Oct 15 21:44:10.251 INFO O| Oct 15 21:44:10.251 INFO STEP 463 (remove_files) COMPLETE
55662024-10-15T21:44:10.760Z[ recovery-image] Oct 15 21:44:10.251 INFO O| Oct 15 21:44:10.251 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-10-15T21:44:10.785Z[ recovery-image] Oct 15 21:44:10.276 INFO O| Oct 15 21:44:10.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
55682024-10-15T21:44:10.785Z[ recovery-image] Oct 15 21:44:10.276 INFO O| Oct 15 21:44:10.276 INFO STEP 464 (remove_files) COMPLETE
55692024-10-15T21:44:10.788Z[ recovery-image] Oct 15 21:44:10.277 INFO O| Oct 15 21:44:10.276 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-10-15T21:44:10.823Z[ recovery-image] Oct 15 21:44:10.314 INFO O| Oct 15 21:44:10.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
55712024-10-15T21:44:10.824Z[ recovery-image] Oct 15 21:44:10.314 INFO O| Oct 15 21:44:10.314 INFO STEP 465 (remove_files) COMPLETE
55722024-10-15T21:44:10.824Z[ recovery-image] Oct 15 21:44:10.314 INFO O| Oct 15 21:44:10.314 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-10-15T21:44:10.878Z[ recovery-image] Oct 15 21:44:10.370 INFO O| Oct 15 21:44:10.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
55742024-10-15T21:44:10.881Z[ recovery-image] Oct 15 21:44:10.370 INFO O| Oct 15 21:44:10.370 INFO STEP 466 (remove_files) COMPLETE
55752024-10-15T21:44:10.881Z[ recovery-image] Oct 15 21:44:10.370 INFO O| Oct 15 21:44:10.370 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-10-15T21:44:10.884Z[ host-image] Oct 15 21:44:10.372 INFO O| Oct 15 21:44:10.372 INFO STEP 13 (pkg_install) COMPLETE
55772024-10-15T21:44:10.885Z[ host-image] Oct 15 21:44:10.372 INFO O| Oct 15 21:44:10.372 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
55782024-10-15T21:44:10.899Z[ host-image] Oct 15 21:44:10.390 INFO O| Oct 15 21:44:10.390 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
55792024-10-15T21:44:10.975Z[ recovery-image] Oct 15 21:44:10.466 INFO O| Oct 15 21:44:10.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
55802024-10-15T21:44:10.975Z[ recovery-image] Oct 15 21:44:10.466 INFO O| Oct 15 21:44:10.466 INFO STEP 467 (remove_files) COMPLETE
55812024-10-15T21:44:10.975Z[ recovery-image] Oct 15 21:44:10.466 INFO O| Oct 15 21:44:10.466 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-10-15T21:44:10.997Z[ recovery-image] Oct 15 21:44:10.488 INFO O| Oct 15 21:44:10.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
55832024-10-15T21:44:11.000Z[ recovery-image] Oct 15 21:44:10.488 INFO O| Oct 15 21:44:10.488 INFO STEP 468 (remove_files) COMPLETE
55842024-10-15T21:44:11.001Z[ recovery-image] Oct 15 21:44:10.488 INFO O| Oct 15 21:44:10.488 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-10-15T21:44:11.017Z[ recovery-image] Oct 15 21:44:10.508 INFO O| Oct 15 21:44:10.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
55862024-10-15T21:44:11.022Z[ recovery-image] Oct 15 21:44:10.509 INFO O| Oct 15 21:44:10.509 INFO STEP 469 (remove_files) COMPLETE
55872024-10-15T21:44:11.022Z[ recovery-image] Oct 15 21:44:10.509 INFO O| Oct 15 21:44:10.509 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-10-15T21:44:11.037Z[ recovery-image] Oct 15 21:44:10.528 INFO O| Oct 15 21:44:10.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
55892024-10-15T21:44:11.039Z[ recovery-image] Oct 15 21:44:10.528 INFO O| Oct 15 21:44:10.528 INFO STEP 470 (remove_files) COMPLETE
55902024-10-15T21:44:11.039Z[ recovery-image] Oct 15 21:44:10.528 INFO O| Oct 15 21:44:10.528 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-10-15T21:44:11.055Z[ recovery-image] Oct 15 21:44:10.546 INFO O| Oct 15 21:44:10.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
55922024-10-15T21:44:11.058Z[ recovery-image] Oct 15 21:44:10.546 INFO O| Oct 15 21:44:10.546 INFO STEP 471 (remove_files) COMPLETE
55932024-10-15T21:44:11.058Z[ recovery-image] Oct 15 21:44:10.547 INFO O| Oct 15 21:44:10.546 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-10-15T21:44:11.088Z[ recovery-image] Oct 15 21:44:10.579 INFO O| Oct 15 21:44:10.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
55952024-10-15T21:44:11.088Z[ recovery-image] Oct 15 21:44:10.579 INFO O| Oct 15 21:44:10.579 INFO STEP 472 (remove_files) COMPLETE
55962024-10-15T21:44:11.088Z[ recovery-image] Oct 15 21:44:10.579 INFO O| Oct 15 21:44:10.579 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-10-15T21:44:11.109Z[ recovery-image] Oct 15 21:44:10.600 INFO O| Oct 15 21:44:10.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
55982024-10-15T21:44:11.109Z[ recovery-image] Oct 15 21:44:10.600 INFO O| Oct 15 21:44:10.600 INFO STEP 473 (remove_files) COMPLETE
55992024-10-15T21:44:11.109Z[ recovery-image] Oct 15 21:44:10.600 INFO O| Oct 15 21:44:10.600 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-10-15T21:44:11.146Z[ recovery-image] Oct 15 21:44:10.637 INFO O| Oct 15 21:44:10.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
56012024-10-15T21:44:11.146Z[ recovery-image] Oct 15 21:44:10.637 INFO O| Oct 15 21:44:10.637 INFO STEP 474 (remove_files) COMPLETE
56022024-10-15T21:44:11.146Z[ recovery-image] Oct 15 21:44:10.637 INFO O| Oct 15 21:44:10.637 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-10-15T21:44:11.170Z[ recovery-image] Oct 15 21:44:10.662 INFO O| Oct 15 21:44:10.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
56042024-10-15T21:44:11.171Z[ recovery-image] Oct 15 21:44:10.662 INFO O| Oct 15 21:44:10.662 INFO STEP 475 (remove_files) COMPLETE
56052024-10-15T21:44:11.171Z[ recovery-image] Oct 15 21:44:10.662 INFO O| Oct 15 21:44:10.662 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-10-15T21:44:11.197Z[ recovery-image] Oct 15 21:44:10.688 INFO O| Oct 15 21:44:10.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
56072024-10-15T21:44:11.197Z[ recovery-image] Oct 15 21:44:10.688 INFO O| Oct 15 21:44:10.688 INFO STEP 476 (remove_files) COMPLETE
56082024-10-15T21:44:11.197Z[ recovery-image] Oct 15 21:44:10.688 INFO O| Oct 15 21:44:10.688 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-10-15T21:44:11.239Z[ recovery-image] Oct 15 21:44:10.728 INFO O| Oct 15 21:44:10.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
56102024-10-15T21:44:11.239Z[ recovery-image] Oct 15 21:44:10.728 INFO O| Oct 15 21:44:10.728 INFO STEP 477 (remove_files) COMPLETE
56112024-10-15T21:44:11.239Z[ recovery-image] Oct 15 21:44:10.728 INFO O| Oct 15 21:44:10.728 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-10-15T21:44:11.258Z[ recovery-image] Oct 15 21:44:10.749 INFO O| Oct 15 21:44:10.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
56132024-10-15T21:44:11.258Z[ recovery-image] Oct 15 21:44:10.749 INFO O| Oct 15 21:44:10.749 INFO STEP 478 (remove_files) COMPLETE
56142024-10-15T21:44:11.260Z[ recovery-image] Oct 15 21:44:10.749 INFO O| Oct 15 21:44:10.749 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-10-15T21:44:11.320Z[ recovery-image] Oct 15 21:44:10.811 INFO O| Oct 15 21:44:10.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
56162024-10-15T21:44:11.320Z[ recovery-image] Oct 15 21:44:10.811 INFO O| Oct 15 21:44:10.811 INFO STEP 479 (remove_files) COMPLETE
56172024-10-15T21:44:11.322Z[ recovery-image] Oct 15 21:44:10.811 INFO O| Oct 15 21:44:10.811 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-10-15T21:44:11.352Z[ recovery-image] Oct 15 21:44:10.843 INFO O| Oct 15 21:44:10.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
56192024-10-15T21:44:11.372Z[ recovery-image] Oct 15 21:44:10.863 INFO O| Oct 15 21:44:10.863 INFO STEP 480 (remove_files) COMPLETE
56202024-10-15T21:44:11.372Z[ recovery-image] Oct 15 21:44:10.863 INFO O| Oct 15 21:44:10.863 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-10-15T21:44:11.399Z[ recovery-image] Oct 15 21:44:10.890 INFO O| Oct 15 21:44:10.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
56222024-10-15T21:44:11.399Z[ recovery-image] Oct 15 21:44:10.890 INFO O| Oct 15 21:44:10.890 INFO STEP 481 (remove_files) COMPLETE
56232024-10-15T21:44:11.399Z[ recovery-image] Oct 15 21:44:10.890 INFO O| Oct 15 21:44:10.890 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-10-15T21:44:11.450Z[ recovery-image] Oct 15 21:44:10.941 INFO O| Oct 15 21:44:10.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
56252024-10-15T21:44:11.450Z[ recovery-image] Oct 15 21:44:10.941 INFO O| Oct 15 21:44:10.941 INFO STEP 482 (remove_files) COMPLETE
56262024-10-15T21:44:11.450Z[ recovery-image] Oct 15 21:44:10.941 INFO O| Oct 15 21:44:10.941 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-10-15T21:44:11.510Z[ recovery-image] Oct 15 21:44:11.001 INFO O| Oct 15 21:44:11.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
56282024-10-15T21:44:11.510Z[ recovery-image] Oct 15 21:44:11.001 INFO O| Oct 15 21:44:11.001 INFO STEP 483 (remove_files) COMPLETE
56292024-10-15T21:44:11.512Z[ recovery-image] Oct 15 21:44:11.001 INFO O| Oct 15 21:44:11.001 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-10-15T21:44:11.607Z[ recovery-image] Oct 15 21:44:11.098 INFO O| Oct 15 21:44:11.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
56312024-10-15T21:44:11.607Z[ recovery-image] Oct 15 21:44:11.098 INFO O| Oct 15 21:44:11.098 INFO STEP 484 (remove_files) COMPLETE
56322024-10-15T21:44:11.607Z[ recovery-image] Oct 15 21:44:11.098 INFO O| Oct 15 21:44:11.098 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-10-15T21:44:11.626Z[ recovery-image] Oct 15 21:44:11.117 INFO O| Oct 15 21:44:11.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
56342024-10-15T21:44:11.626Z[ recovery-image] Oct 15 21:44:11.117 INFO O| Oct 15 21:44:11.117 INFO STEP 485 (remove_files) COMPLETE
56352024-10-15T21:44:11.626Z[ recovery-image] Oct 15 21:44:11.117 INFO O| Oct 15 21:44:11.117 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-10-15T21:44:11.689Z[ recovery-image] Oct 15 21:44:11.180 INFO O| Oct 15 21:44:11.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
56372024-10-15T21:44:11.689Z[ recovery-image] Oct 15 21:44:11.180 INFO O| Oct 15 21:44:11.180 INFO STEP 486 (remove_files) COMPLETE
56382024-10-15T21:44:11.689Z[ recovery-image] Oct 15 21:44:11.180 INFO O| Oct 15 21:44:11.180 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-10-15T21:44:11.707Z[ recovery-image] Oct 15 21:44:11.198 INFO O| Oct 15 21:44:11.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
56402024-10-15T21:44:11.707Z[ recovery-image] Oct 15 21:44:11.198 INFO O| Oct 15 21:44:11.198 INFO STEP 487 (remove_files) COMPLETE
56412024-10-15T21:44:11.707Z[ recovery-image] Oct 15 21:44:11.198 INFO O| Oct 15 21:44:11.198 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-10-15T21:44:11.727Z[ recovery-image] Oct 15 21:44:11.217 INFO O| Oct 15 21:44:11.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
56432024-10-15T21:44:11.727Z[ recovery-image] Oct 15 21:44:11.217 INFO O| Oct 15 21:44:11.217 INFO STEP 488 (remove_files) COMPLETE
56442024-10-15T21:44:11.727Z[ recovery-image] Oct 15 21:44:11.217 INFO O| Oct 15 21:44:11.217 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-10-15T21:44:11.744Z[ recovery-image] Oct 15 21:44:11.235 INFO O| Oct 15 21:44:11.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
56462024-10-15T21:44:11.744Z[ recovery-image] Oct 15 21:44:11.235 INFO O| Oct 15 21:44:11.235 INFO STEP 489 (remove_files) COMPLETE
56472024-10-15T21:44:11.744Z[ recovery-image] Oct 15 21:44:11.235 INFO O| Oct 15 21:44:11.235 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-10-15T21:44:11.790Z[ recovery-image] Oct 15 21:44:11.281 INFO O| Oct 15 21:44:11.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
56492024-10-15T21:44:11.790Z[ recovery-image] Oct 15 21:44:11.281 INFO O| Oct 15 21:44:11.281 INFO STEP 490 (remove_files) COMPLETE
56502024-10-15T21:44:11.791Z[ recovery-image] Oct 15 21:44:11.281 INFO O| Oct 15 21:44:11.281 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-10-15T21:44:11.810Z[ recovery-image] Oct 15 21:44:11.299 INFO O| Oct 15 21:44:11.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
56522024-10-15T21:44:11.810Z[ recovery-image] Oct 15 21:44:11.299 INFO O| Oct 15 21:44:11.299 INFO STEP 491 (remove_files) COMPLETE
56532024-10-15T21:44:11.810Z[ recovery-image] Oct 15 21:44:11.299 INFO O| Oct 15 21:44:11.299 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-10-15T21:44:11.839Z[ recovery-image] Oct 15 21:44:11.330 INFO O| Oct 15 21:44:11.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
56552024-10-15T21:44:11.839Z[ recovery-image] Oct 15 21:44:11.330 INFO O| Oct 15 21:44:11.330 INFO STEP 492 (remove_files) COMPLETE
56562024-10-15T21:44:11.842Z[ recovery-image] Oct 15 21:44:11.330 INFO O| Oct 15 21:44:11.330 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-10-15T21:44:11.859Z[ recovery-image] Oct 15 21:44:11.350 INFO O| Oct 15 21:44:11.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
56582024-10-15T21:44:11.859Z[ recovery-image] Oct 15 21:44:11.350 INFO O| Oct 15 21:44:11.350 INFO STEP 493 (remove_files) COMPLETE
56592024-10-15T21:44:11.859Z[ recovery-image] Oct 15 21:44:11.350 INFO O| Oct 15 21:44:11.350 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-10-15T21:44:11.876Z[ recovery-image] Oct 15 21:44:11.366 INFO O| Oct 15 21:44:11.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
56612024-10-15T21:44:11.876Z[ recovery-image] Oct 15 21:44:11.366 INFO O| Oct 15 21:44:11.366 INFO STEP 494 (remove_files) COMPLETE
56622024-10-15T21:44:11.876Z[ recovery-image] Oct 15 21:44:11.366 INFO O| Oct 15 21:44:11.366 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-10-15T21:44:11.890Z[ recovery-image] Oct 15 21:44:11.381 INFO O| Oct 15 21:44:11.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
56642024-10-15T21:44:11.890Z[ recovery-image] Oct 15 21:44:11.381 INFO O| Oct 15 21:44:11.381 INFO STEP 495 (remove_files) COMPLETE
56652024-10-15T21:44:11.893Z[ recovery-image] Oct 15 21:44:11.382 INFO O| Oct 15 21:44:11.381 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-10-15T21:44:11.908Z[ recovery-image] Oct 15 21:44:11.399 INFO O| Oct 15 21:44:11.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
56672024-10-15T21:44:11.910Z[ recovery-image] Oct 15 21:44:11.399 INFO O| Oct 15 21:44:11.399 INFO STEP 496 (remove_files) COMPLETE
56682024-10-15T21:44:11.910Z[ recovery-image] Oct 15 21:44:11.399 INFO O| Oct 15 21:44:11.399 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-10-15T21:44:11.925Z[ recovery-image] Oct 15 21:44:11.416 INFO O| Oct 15 21:44:11.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
56702024-10-15T21:44:11.925Z[ recovery-image] Oct 15 21:44:11.416 INFO O| Oct 15 21:44:11.416 INFO STEP 497 (remove_files) COMPLETE
56712024-10-15T21:44:11.925Z[ recovery-image] Oct 15 21:44:11.416 INFO O| Oct 15 21:44:11.416 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-10-15T21:44:11.939Z[ recovery-image] Oct 15 21:44:11.430 INFO O| Oct 15 21:44:11.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
56732024-10-15T21:44:11.939Z[ recovery-image] Oct 15 21:44:11.430 INFO O| Oct 15 21:44:11.430 INFO STEP 498 (remove_files) COMPLETE
56742024-10-15T21:44:11.939Z[ recovery-image] Oct 15 21:44:11.430 INFO O| Oct 15 21:44:11.430 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-10-15T21:44:11.943Z[ host-image] Oct 15 21:44:11.434 INFO O| Oct 15 21:44:11.434 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
56762024-10-15T21:44:11.988Z[ recovery-image] Oct 15 21:44:11.452 INFO O| Oct 15 21:44:11.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
56772024-10-15T21:44:11.988Z[ recovery-image] Oct 15 21:44:11.452 INFO O| Oct 15 21:44:11.452 INFO STEP 499 (remove_files) COMPLETE
56782024-10-15T21:44:11.988Z[ recovery-image] Oct 15 21:44:11.452 INFO O| Oct 15 21:44:11.452 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-10-15T21:44:11.991Z[ recovery-image] Oct 15 21:44:11.470 INFO O| Oct 15 21:44:11.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
56802024-10-15T21:44:11.991Z[ recovery-image] Oct 15 21:44:11.470 INFO O| Oct 15 21:44:11.470 INFO STEP 500 (remove_files) COMPLETE
56812024-10-15T21:44:11.991Z[ recovery-image] Oct 15 21:44:11.470 INFO O| Oct 15 21:44:11.470 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-10-15T21:44:12.151Z[ recovery-image] Oct 15 21:44:11.489 INFO O| Oct 15 21:44:11.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
56832024-10-15T21:44:12.151Z[ recovery-image] Oct 15 21:44:11.489 INFO O| Oct 15 21:44:11.489 INFO STEP 501 (remove_files) COMPLETE
56842024-10-15T21:44:12.151Z[ recovery-image] Oct 15 21:44:11.489 INFO O| Oct 15 21:44:11.489 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-10-15T21:44:12.155Z[ recovery-image] Oct 15 21:44:11.643 INFO O| Oct 15 21:44:11.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
56862024-10-15T21:44:12.155Z[ recovery-image] Oct 15 21:44:11.644 INFO O| Oct 15 21:44:11.643 INFO STEP 502 (remove_files) COMPLETE
56872024-10-15T21:44:12.155Z[ recovery-image] Oct 15 21:44:11.644 INFO O| Oct 15 21:44:11.644 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-10-15T21:44:12.180Z[ recovery-image] Oct 15 21:44:11.671 INFO O| Oct 15 21:44:11.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
56892024-10-15T21:44:12.181Z[ recovery-image] Oct 15 21:44:11.671 INFO O| Oct 15 21:44:11.671 INFO STEP 503 (remove_files) COMPLETE
56902024-10-15T21:44:12.181Z[ recovery-image] Oct 15 21:44:11.671 INFO O| Oct 15 21:44:11.671 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-10-15T21:44:12.203Z[ recovery-image] Oct 15 21:44:11.694 INFO O| Oct 15 21:44:11.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
56922024-10-15T21:44:12.203Z[ recovery-image] Oct 15 21:44:11.694 INFO O| Oct 15 21:44:11.694 INFO STEP 504 (remove_files) COMPLETE
56932024-10-15T21:44:12.206Z[ recovery-image] Oct 15 21:44:11.695 INFO O| Oct 15 21:44:11.694 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-10-15T21:44:12.234Z[ recovery-image] Oct 15 21:44:11.725 INFO O| Oct 15 21:44:11.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
56952024-10-15T21:44:12.237Z[ recovery-image] Oct 15 21:44:11.726 INFO O| Oct 15 21:44:11.726 INFO STEP 505 (remove_files) COMPLETE
56962024-10-15T21:44:12.237Z[ recovery-image] Oct 15 21:44:11.726 INFO O| Oct 15 21:44:11.726 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-10-15T21:44:12.291Z[ recovery-image] Oct 15 21:44:11.781 INFO O| Oct 15 21:44:11.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
56982024-10-15T21:44:12.307Z[ recovery-image] Oct 15 21:44:11.798 INFO O| Oct 15 21:44:11.798 INFO STEP 506 (remove_files) COMPLETE
56992024-10-15T21:44:12.307Z[ recovery-image] Oct 15 21:44:11.798 INFO O| Oct 15 21:44:11.798 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-10-15T21:44:12.325Z[ recovery-image] Oct 15 21:44:11.816 INFO O| Oct 15 21:44:11.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
57012024-10-15T21:44:12.327Z[ recovery-image] Oct 15 21:44:11.816 INFO O| Oct 15 21:44:11.816 INFO STEP 507 (remove_files) COMPLETE
57022024-10-15T21:44:12.327Z[ recovery-image] Oct 15 21:44:11.816 INFO O| Oct 15 21:44:11.816 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-10-15T21:44:12.345Z[ recovery-image] Oct 15 21:44:11.836 INFO O| Oct 15 21:44:11.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
57042024-10-15T21:44:12.347Z[ recovery-image] Oct 15 21:44:11.836 INFO O| Oct 15 21:44:11.836 INFO STEP 508 (remove_files) COMPLETE
57052024-10-15T21:44:12.347Z[ recovery-image] Oct 15 21:44:11.836 INFO O| Oct 15 21:44:11.836 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-10-15T21:44:12.362Z[ recovery-image] Oct 15 21:44:11.854 INFO O| Oct 15 21:44:11.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
57072024-10-15T21:44:12.365Z[ recovery-image] Oct 15 21:44:11.854 INFO O| Oct 15 21:44:11.854 INFO STEP 509 (remove_files) COMPLETE
57082024-10-15T21:44:12.365Z[ recovery-image] Oct 15 21:44:11.854 INFO O| Oct 15 21:44:11.854 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-10-15T21:44:12.378Z[ recovery-image] Oct 15 21:44:11.869 INFO O| Oct 15 21:44:11.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
57102024-10-15T21:44:12.401Z[ recovery-image] Oct 15 21:44:11.892 INFO O| Oct 15 21:44:11.892 INFO STEP 510 (remove_files) COMPLETE
57112024-10-15T21:44:12.401Z[ recovery-image] Oct 15 21:44:11.892 INFO O| Oct 15 21:44:11.892 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-10-15T21:44:12.419Z[ recovery-image] Oct 15 21:44:11.910 INFO O| Oct 15 21:44:11.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
57132024-10-15T21:44:12.422Z[ recovery-image] Oct 15 21:44:11.910 INFO O| Oct 15 21:44:11.910 INFO STEP 511 (remove_files) COMPLETE
57142024-10-15T21:44:12.422Z[ recovery-image] Oct 15 21:44:11.911 INFO O| Oct 15 21:44:11.910 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-10-15T21:44:12.436Z[ recovery-image] Oct 15 21:44:11.927 INFO O| Oct 15 21:44:11.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
57162024-10-15T21:44:12.464Z[ recovery-image] Oct 15 21:44:11.955 INFO O| Oct 15 21:44:11.955 INFO STEP 512 (remove_files) COMPLETE
57172024-10-15T21:44:12.464Z[ recovery-image] Oct 15 21:44:11.955 INFO O| Oct 15 21:44:11.955 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182024-10-15T21:44:12.505Z[ recovery-image] Oct 15 21:44:11.995 INFO O| Oct 15 21:44:11.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
57192024-10-15T21:44:12.505Z[ recovery-image] Oct 15 21:44:11.995 INFO O| Oct 15 21:44:11.995 INFO STEP 513 (remove_files) COMPLETE
57202024-10-15T21:44:12.505Z[ recovery-image] Oct 15 21:44:11.995 INFO O| Oct 15 21:44:11.995 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-10-15T21:44:12.529Z[ recovery-image] Oct 15 21:44:12.019 INFO O| Oct 15 21:44:12.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
57222024-10-15T21:44:12.529Z[ recovery-image] Oct 15 21:44:12.019 INFO O| Oct 15 21:44:12.019 INFO STEP 514 (remove_files) COMPLETE
57232024-10-15T21:44:12.529Z[ recovery-image] Oct 15 21:44:12.019 INFO O| Oct 15 21:44:12.019 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-10-15T21:44:12.551Z[ recovery-image] Oct 15 21:44:12.042 INFO O| Oct 15 21:44:12.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
57252024-10-15T21:44:12.551Z[ recovery-image] Oct 15 21:44:12.042 INFO O| Oct 15 21:44:12.042 INFO STEP 515 (remove_files) COMPLETE
57262024-10-15T21:44:12.551Z[ recovery-image] Oct 15 21:44:12.042 INFO O| Oct 15 21:44:12.042 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-10-15T21:44:12.593Z[ recovery-image] Oct 15 21:44:12.084 INFO O| Oct 15 21:44:12.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
57282024-10-15T21:44:12.593Z[ recovery-image] Oct 15 21:44:12.084 INFO O| Oct 15 21:44:12.084 INFO STEP 516 (remove_files) COMPLETE
57292024-10-15T21:44:12.593Z[ recovery-image] Oct 15 21:44:12.084 INFO O| Oct 15 21:44:12.084 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-10-15T21:44:12.625Z[ recovery-image] Oct 15 21:44:12.116 INFO O| Oct 15 21:44:12.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
57312024-10-15T21:44:12.627Z[ recovery-image] Oct 15 21:44:12.116 INFO O| Oct 15 21:44:12.116 INFO STEP 517 (remove_files) COMPLETE
57322024-10-15T21:44:12.627Z[ recovery-image] Oct 15 21:44:12.116 INFO O| Oct 15 21:44:12.116 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-10-15T21:44:12.645Z[ recovery-image] Oct 15 21:44:12.136 INFO O| Oct 15 21:44:12.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
57342024-10-15T21:44:12.647Z[ recovery-image] Oct 15 21:44:12.136 INFO O| Oct 15 21:44:12.136 INFO STEP 518 (remove_files) COMPLETE
57352024-10-15T21:44:12.647Z[ recovery-image] Oct 15 21:44:12.136 INFO O| Oct 15 21:44:12.136 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-10-15T21:44:12.662Z[ recovery-image] Oct 15 21:44:12.153 INFO O| Oct 15 21:44:12.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
57372024-10-15T21:44:12.665Z[ recovery-image] Oct 15 21:44:12.154 INFO O| Oct 15 21:44:12.154 INFO STEP 519 (remove_files) COMPLETE
57382024-10-15T21:44:12.665Z[ recovery-image] Oct 15 21:44:12.154 INFO O| Oct 15 21:44:12.154 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-10-15T21:44:12.685Z[ recovery-image] Oct 15 21:44:12.176 INFO O| Oct 15 21:44:12.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
57402024-10-15T21:44:12.685Z[ recovery-image] Oct 15 21:44:12.176 INFO O| Oct 15 21:44:12.176 INFO STEP 520 (remove_files) COMPLETE
57412024-10-15T21:44:12.685Z[ recovery-image] Oct 15 21:44:12.176 INFO O| Oct 15 21:44:12.176 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-10-15T21:44:12.722Z[ recovery-image] Oct 15 21:44:12.213 INFO O| Oct 15 21:44:12.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
57432024-10-15T21:44:12.722Z[ recovery-image] Oct 15 21:44:12.213 INFO O| Oct 15 21:44:12.213 INFO STEP 521 (remove_files) COMPLETE
57442024-10-15T21:44:12.722Z[ recovery-image] Oct 15 21:44:12.213 INFO O| Oct 15 21:44:12.213 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-10-15T21:44:12.740Z[ recovery-image] Oct 15 21:44:12.231 INFO O| Oct 15 21:44:12.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
57462024-10-15T21:44:12.740Z[ recovery-image] Oct 15 21:44:12.231 INFO O| Oct 15 21:44:12.231 INFO STEP 522 (remove_files) COMPLETE
57472024-10-15T21:44:12.740Z[ recovery-image] Oct 15 21:44:12.231 INFO O| Oct 15 21:44:12.231 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-10-15T21:44:12.777Z[ recovery-image] Oct 15 21:44:12.268 INFO O| Oct 15 21:44:12.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
57492024-10-15T21:44:12.777Z[ recovery-image] Oct 15 21:44:12.268 INFO O| Oct 15 21:44:12.268 INFO STEP 523 (remove_files) COMPLETE
57502024-10-15T21:44:12.777Z[ recovery-image] Oct 15 21:44:12.268 INFO O| Oct 15 21:44:12.268 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-10-15T21:44:12.801Z[ recovery-image] Oct 15 21:44:12.292 INFO O| Oct 15 21:44:12.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
57522024-10-15T21:44:12.801Z[ recovery-image] Oct 15 21:44:12.292 INFO O| Oct 15 21:44:12.292 INFO STEP 524 (remove_files) COMPLETE
57532024-10-15T21:44:12.801Z[ recovery-image] Oct 15 21:44:12.292 INFO O| Oct 15 21:44:12.292 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542024-10-15T21:44:12.821Z[ recovery-image] Oct 15 21:44:12.312 INFO O| Oct 15 21:44:12.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
57552024-10-15T21:44:12.821Z[ recovery-image] Oct 15 21:44:12.312 INFO O| Oct 15 21:44:12.312 INFO STEP 525 (remove_files) COMPLETE
57562024-10-15T21:44:12.821Z[ recovery-image] Oct 15 21:44:12.312 INFO O| Oct 15 21:44:12.312 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-10-15T21:44:12.842Z[ recovery-image] Oct 15 21:44:12.332 INFO O| Oct 15 21:44:12.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
57582024-10-15T21:44:12.842Z[ recovery-image] Oct 15 21:44:12.332 INFO O| Oct 15 21:44:12.332 INFO STEP 526 (remove_files) COMPLETE
57592024-10-15T21:44:12.842Z[ recovery-image] Oct 15 21:44:12.332 INFO O| Oct 15 21:44:12.332 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-10-15T21:44:12.877Z[ recovery-image] Oct 15 21:44:12.368 INFO O| Oct 15 21:44:12.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
57612024-10-15T21:44:12.877Z[ recovery-image] Oct 15 21:44:12.368 INFO O| Oct 15 21:44:12.368 INFO STEP 527 (remove_files) COMPLETE
57622024-10-15T21:44:12.877Z[ recovery-image] Oct 15 21:44:12.368 INFO O| Oct 15 21:44:12.368 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-10-15T21:44:12.906Z[ recovery-image] Oct 15 21:44:12.397 INFO O| Oct 15 21:44:12.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
57642024-10-15T21:44:12.906Z[ recovery-image] Oct 15 21:44:12.397 INFO O| Oct 15 21:44:12.397 INFO STEP 528 (remove_files) COMPLETE
57652024-10-15T21:44:12.906Z[ recovery-image] Oct 15 21:44:12.397 INFO O| Oct 15 21:44:12.397 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-10-15T21:44:12.925Z[ recovery-image] Oct 15 21:44:12.416 INFO O| Oct 15 21:44:12.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
57672024-10-15T21:44:12.925Z[ recovery-image] Oct 15 21:44:12.416 INFO O| Oct 15 21:44:12.416 INFO STEP 529 (remove_files) COMPLETE
57682024-10-15T21:44:12.925Z[ recovery-image] Oct 15 21:44:12.416 INFO O| Oct 15 21:44:12.416 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-10-15T21:44:12.976Z[ recovery-image] Oct 15 21:44:12.467 INFO O| Oct 15 21:44:12.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
57702024-10-15T21:44:12.976Z[ recovery-image] Oct 15 21:44:12.467 INFO O| Oct 15 21:44:12.467 INFO STEP 530 (remove_files) COMPLETE
57712024-10-15T21:44:12.976Z[ recovery-image] Oct 15 21:44:12.467 INFO O| Oct 15 21:44:12.467 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-10-15T21:44:12.994Z[ recovery-image] Oct 15 21:44:12.485 INFO O| Oct 15 21:44:12.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
57732024-10-15T21:44:12.997Z[ recovery-image] Oct 15 21:44:12.485 INFO O| Oct 15 21:44:12.485 INFO STEP 531 (remove_files) COMPLETE
57742024-10-15T21:44:12.997Z[ recovery-image] Oct 15 21:44:12.485 INFO O| Oct 15 21:44:12.485 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-10-15T21:44:13.012Z[ recovery-image] Oct 15 21:44:12.503 INFO O| Oct 15 21:44:12.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
57762024-10-15T21:44:13.012Z[ recovery-image] Oct 15 21:44:12.503 INFO O| Oct 15 21:44:12.503 INFO STEP 532 (remove_files) COMPLETE
57772024-10-15T21:44:13.012Z[ recovery-image] Oct 15 21:44:12.503 INFO O| Oct 15 21:44:12.503 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-10-15T21:44:13.053Z[ recovery-image] Oct 15 21:44:12.543 INFO O| Oct 15 21:44:12.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
57792024-10-15T21:44:13.053Z[ recovery-image] Oct 15 21:44:12.544 INFO O| Oct 15 21:44:12.543 INFO STEP 533 (remove_files) COMPLETE
57802024-10-15T21:44:13.053Z[ recovery-image] Oct 15 21:44:12.544 INFO O| Oct 15 21:44:12.544 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-10-15T21:44:13.071Z[ recovery-image] Oct 15 21:44:12.563 INFO O| Oct 15 21:44:12.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
57822024-10-15T21:44:13.071Z[ recovery-image] Oct 15 21:44:12.563 INFO O| Oct 15 21:44:12.563 INFO STEP 534 (remove_files) COMPLETE
57832024-10-15T21:44:13.071Z[ recovery-image] Oct 15 21:44:12.563 INFO O| Oct 15 21:44:12.563 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-10-15T21:44:13.091Z[ recovery-image] Oct 15 21:44:12.582 INFO O| Oct 15 21:44:12.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
57852024-10-15T21:44:13.094Z[ recovery-image] Oct 15 21:44:12.582 INFO O| Oct 15 21:44:12.582 INFO STEP 535 (remove_files) COMPLETE
57862024-10-15T21:44:13.094Z[ recovery-image] Oct 15 21:44:12.583 INFO O| Oct 15 21:44:12.583 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-10-15T21:44:13.109Z[ recovery-image] Oct 15 21:44:12.600 INFO O| Oct 15 21:44:12.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
57882024-10-15T21:44:13.113Z[ recovery-image] Oct 15 21:44:12.600 INFO O| Oct 15 21:44:12.600 INFO STEP 536 (remove_files) COMPLETE
57892024-10-15T21:44:13.113Z[ recovery-image] Oct 15 21:44:12.600 INFO O| Oct 15 21:44:12.600 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-10-15T21:44:13.127Z[ recovery-image] Oct 15 21:44:12.618 INFO O| Oct 15 21:44:12.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
57912024-10-15T21:44:13.130Z[ recovery-image] Oct 15 21:44:12.619 INFO O| Oct 15 21:44:12.619 INFO STEP 537 (remove_files) COMPLETE
57922024-10-15T21:44:13.130Z[ recovery-image] Oct 15 21:44:12.619 INFO O| Oct 15 21:44:12.619 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-10-15T21:44:13.177Z[ recovery-image] Oct 15 21:44:12.669 INFO O| Oct 15 21:44:12.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
57942024-10-15T21:44:13.177Z[ recovery-image] Oct 15 21:44:12.669 INFO O| Oct 15 21:44:12.669 INFO STEP 538 (remove_files) COMPLETE
57952024-10-15T21:44:13.177Z[ recovery-image] Oct 15 21:44:12.669 INFO O| Oct 15 21:44:12.669 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-10-15T21:44:13.195Z[ recovery-image] Oct 15 21:44:12.686 INFO O| Oct 15 21:44:12.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
57972024-10-15T21:44:13.198Z[ recovery-image] Oct 15 21:44:12.686 INFO O| Oct 15 21:44:12.686 INFO STEP 539 (remove_files) COMPLETE
57982024-10-15T21:44:13.198Z[ recovery-image] Oct 15 21:44:12.687 INFO O| Oct 15 21:44:12.686 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-10-15T21:44:13.213Z[ recovery-image] Oct 15 21:44:12.704 INFO O| Oct 15 21:44:12.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
58002024-10-15T21:44:13.213Z[ recovery-image] Oct 15 21:44:12.704 INFO O| Oct 15 21:44:12.704 INFO STEP 540 (remove_files) COMPLETE
58012024-10-15T21:44:13.213Z[ recovery-image] Oct 15 21:44:12.704 INFO O| Oct 15 21:44:12.704 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-10-15T21:44:13.235Z[ recovery-image] Oct 15 21:44:12.726 INFO O| Oct 15 21:44:12.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
58032024-10-15T21:44:13.235Z[ recovery-image] Oct 15 21:44:12.726 INFO O| Oct 15 21:44:12.726 INFO STEP 541 (remove_files) COMPLETE
58042024-10-15T21:44:13.235Z[ recovery-image] Oct 15 21:44:12.726 INFO O| Oct 15 21:44:12.726 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-10-15T21:44:13.275Z[ recovery-image] Oct 15 21:44:12.766 INFO O| Oct 15 21:44:12.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
58062024-10-15T21:44:13.278Z[ recovery-image] Oct 15 21:44:12.766 INFO O| Oct 15 21:44:12.766 INFO STEP 542 (remove_files) COMPLETE
58072024-10-15T21:44:13.278Z[ recovery-image] Oct 15 21:44:12.766 INFO O| Oct 15 21:44:12.766 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-10-15T21:44:13.306Z[ recovery-image] Oct 15 21:44:12.797 INFO O| Oct 15 21:44:12.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
58092024-10-15T21:44:13.309Z[ recovery-image] Oct 15 21:44:12.798 INFO O| Oct 15 21:44:12.797 INFO STEP 543 (remove_files) COMPLETE
58102024-10-15T21:44:13.309Z[ recovery-image] Oct 15 21:44:12.798 INFO O| Oct 15 21:44:12.797 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-10-15T21:44:13.327Z[ recovery-image] Oct 15 21:44:12.818 INFO O| Oct 15 21:44:12.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
58122024-10-15T21:44:13.327Z[ recovery-image] Oct 15 21:44:12.819 INFO O| Oct 15 21:44:12.818 INFO STEP 544 (remove_files) COMPLETE
58132024-10-15T21:44:13.327Z[ recovery-image] Oct 15 21:44:12.819 INFO O| Oct 15 21:44:12.818 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-10-15T21:44:13.365Z[ recovery-image] Oct 15 21:44:12.856 INFO O| Oct 15 21:44:12.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
58152024-10-15T21:44:13.365Z[ recovery-image] Oct 15 21:44:12.857 INFO O| Oct 15 21:44:12.857 INFO STEP 545 (remove_files) COMPLETE
58162024-10-15T21:44:13.365Z[ recovery-image] Oct 15 21:44:12.857 INFO O| Oct 15 21:44:12.857 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-10-15T21:44:13.385Z[ recovery-image] Oct 15 21:44:12.876 INFO O| Oct 15 21:44:12.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
58182024-10-15T21:44:13.385Z[ recovery-image] Oct 15 21:44:12.877 INFO O| Oct 15 21:44:12.876 INFO STEP 546 (remove_files) COMPLETE
58192024-10-15T21:44:13.385Z[ recovery-image] Oct 15 21:44:12.877 INFO O| Oct 15 21:44:12.877 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-10-15T21:44:13.418Z[ recovery-image] Oct 15 21:44:12.909 INFO O| Oct 15 21:44:12.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
58212024-10-15T21:44:13.418Z[ recovery-image] Oct 15 21:44:12.909 INFO O| Oct 15 21:44:12.909 INFO STEP 547 (remove_files) COMPLETE
58222024-10-15T21:44:13.418Z[ recovery-image] Oct 15 21:44:12.909 INFO O| Oct 15 21:44:12.909 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-10-15T21:44:13.459Z[ recovery-image] Oct 15 21:44:12.950 INFO O| Oct 15 21:44:12.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
58242024-10-15T21:44:13.460Z[ recovery-image] Oct 15 21:44:12.950 INFO O| Oct 15 21:44:12.950 INFO STEP 548 (remove_files) COMPLETE
58252024-10-15T21:44:13.460Z[ recovery-image] Oct 15 21:44:12.950 INFO O| Oct 15 21:44:12.950 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-10-15T21:44:13.476Z[ recovery-image] Oct 15 21:44:12.967 INFO O| Oct 15 21:44:12.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
58272024-10-15T21:44:13.477Z[ recovery-image] Oct 15 21:44:12.968 INFO O| Oct 15 21:44:12.967 INFO STEP 549 (remove_files) COMPLETE
58282024-10-15T21:44:13.477Z[ recovery-image] Oct 15 21:44:12.968 INFO O| Oct 15 21:44:12.967 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-10-15T21:44:13.494Z[ recovery-image] Oct 15 21:44:12.985 INFO O| Oct 15 21:44:12.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
58302024-10-15T21:44:13.494Z[ recovery-image] Oct 15 21:44:12.985 INFO O| Oct 15 21:44:12.985 INFO STEP 550 (remove_files) COMPLETE
58312024-10-15T21:44:13.494Z[ recovery-image] Oct 15 21:44:12.985 INFO O| Oct 15 21:44:12.985 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-10-15T21:44:13.523Z[ recovery-image] Oct 15 21:44:13.014 INFO O| Oct 15 21:44:13.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
58332024-10-15T21:44:13.547Z[ recovery-image] Oct 15 21:44:13.038 INFO O| Oct 15 21:44:13.038 INFO STEP 551 (remove_files) COMPLETE
58342024-10-15T21:44:13.547Z[ recovery-image] Oct 15 21:44:13.038 INFO O| Oct 15 21:44:13.038 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-10-15T21:44:13.604Z[ recovery-image] Oct 15 21:44:13.095 INFO O| Oct 15 21:44:13.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
58362024-10-15T21:44:13.628Z[ recovery-image] Oct 15 21:44:13.119 INFO O| Oct 15 21:44:13.119 INFO STEP 552 (remove_files) COMPLETE
58372024-10-15T21:44:13.628Z[ recovery-image] Oct 15 21:44:13.119 INFO O| Oct 15 21:44:13.119 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-10-15T21:44:13.660Z[ recovery-image] Oct 15 21:44:13.150 INFO O| Oct 15 21:44:13.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
58392024-10-15T21:44:13.660Z[ recovery-image] Oct 15 21:44:13.151 INFO O| Oct 15 21:44:13.151 INFO STEP 553 (remove_files) COMPLETE
58402024-10-15T21:44:13.660Z[ recovery-image] Oct 15 21:44:13.151 INFO O| Oct 15 21:44:13.151 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-10-15T21:44:13.708Z[ recovery-image] Oct 15 21:44:13.199 INFO O| Oct 15 21:44:13.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
58422024-10-15T21:44:13.711Z[ recovery-image] Oct 15 21:44:13.199 INFO O| Oct 15 21:44:13.199 INFO STEP 554 (remove_files) COMPLETE
58432024-10-15T21:44:13.711Z[ recovery-image] Oct 15 21:44:13.200 INFO O| Oct 15 21:44:13.199 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-10-15T21:44:13.726Z[ recovery-image] Oct 15 21:44:13.217 INFO O| Oct 15 21:44:13.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
58452024-10-15T21:44:13.735Z[ recovery-image] Oct 15 21:44:13.227 INFO O| Oct 15 21:44:13.227 INFO STEP 555 (remove_files) COMPLETE
58462024-10-15T21:44:13.735Z[ recovery-image] Oct 15 21:44:13.227 INFO O| Oct 15 21:44:13.227 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-10-15T21:44:13.766Z[ recovery-image] Oct 15 21:44:13.257 INFO O| Oct 15 21:44:13.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
58482024-10-15T21:44:13.769Z[ recovery-image] Oct 15 21:44:13.258 INFO O| Oct 15 21:44:13.258 INFO STEP 556 (remove_files) COMPLETE
58492024-10-15T21:44:13.769Z[ recovery-image] Oct 15 21:44:13.258 INFO O| Oct 15 21:44:13.258 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-10-15T21:44:13.802Z[ recovery-image] Oct 15 21:44:13.292 INFO O| Oct 15 21:44:13.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
58512024-10-15T21:44:13.822Z[ recovery-image] Oct 15 21:44:13.313 INFO O| Oct 15 21:44:13.313 INFO STEP 557 (remove_files) COMPLETE
58522024-10-15T21:44:13.822Z[ recovery-image] Oct 15 21:44:13.313 INFO O| Oct 15 21:44:13.313 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-10-15T21:44:13.857Z[ recovery-image] Oct 15 21:44:13.348 INFO O| Oct 15 21:44:13.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
58542024-10-15T21:44:13.857Z[ recovery-image] Oct 15 21:44:13.349 INFO O| Oct 15 21:44:13.348 INFO STEP 558 (remove_files) COMPLETE
58552024-10-15T21:44:13.857Z[ recovery-image] Oct 15 21:44:13.349 INFO O| Oct 15 21:44:13.348 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-10-15T21:44:13.892Z[ recovery-image] Oct 15 21:44:13.383 INFO O| Oct 15 21:44:13.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
58572024-10-15T21:44:13.892Z[ recovery-image] Oct 15 21:44:13.383 INFO O| Oct 15 21:44:13.383 INFO STEP 559 (remove_files) COMPLETE
58582024-10-15T21:44:13.897Z[ recovery-image] Oct 15 21:44:13.383 INFO O| Oct 15 21:44:13.383 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-10-15T21:44:13.913Z[ recovery-image] Oct 15 21:44:13.404 INFO O| Oct 15 21:44:13.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
58602024-10-15T21:44:13.913Z[ recovery-image] Oct 15 21:44:13.404 INFO O| Oct 15 21:44:13.404 INFO STEP 560 (remove_files) COMPLETE
58612024-10-15T21:44:13.913Z[ recovery-image] Oct 15 21:44:13.404 INFO O| Oct 15 21:44:13.404 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-10-15T21:44:13.932Z[ recovery-image] Oct 15 21:44:13.423 INFO O| Oct 15 21:44:13.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
58632024-10-15T21:44:13.932Z[ recovery-image] Oct 15 21:44:13.423 INFO O| Oct 15 21:44:13.423 INFO STEP 561 (remove_files) COMPLETE
58642024-10-15T21:44:13.932Z[ recovery-image] Oct 15 21:44:13.423 INFO O| Oct 15 21:44:13.423 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-10-15T21:44:13.964Z[ recovery-image] Oct 15 21:44:13.455 INFO O| Oct 15 21:44:13.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
58662024-10-15T21:44:13.978Z[ recovery-image] Oct 15 21:44:13.468 INFO O| Oct 15 21:44:13.468 INFO STEP 562 (remove_files) COMPLETE
58672024-10-15T21:44:13.978Z[ recovery-image] Oct 15 21:44:13.468 INFO O| Oct 15 21:44:13.468 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-10-15T21:44:14.009Z[ recovery-image] Oct 15 21:44:13.500 INFO O| Oct 15 21:44:13.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
58692024-10-15T21:44:14.009Z[ recovery-image] Oct 15 21:44:13.500 INFO O| Oct 15 21:44:13.500 INFO STEP 563 (remove_files) COMPLETE
58702024-10-15T21:44:14.010Z[ recovery-image] Oct 15 21:44:13.500 INFO O| Oct 15 21:44:13.500 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-10-15T21:44:14.031Z[ recovery-image] Oct 15 21:44:13.522 INFO O| Oct 15 21:44:13.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
58722024-10-15T21:44:14.031Z[ recovery-image] Oct 15 21:44:13.522 INFO O| Oct 15 21:44:13.522 INFO STEP 564 (remove_files) COMPLETE
58732024-10-15T21:44:14.031Z[ recovery-image] Oct 15 21:44:13.522 INFO O| Oct 15 21:44:13.522 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-10-15T21:44:14.057Z[ recovery-image] Oct 15 21:44:13.548 INFO O| Oct 15 21:44:13.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
58752024-10-15T21:44:14.057Z[ recovery-image] Oct 15 21:44:13.548 INFO O| Oct 15 21:44:13.548 INFO STEP 565 (remove_files) COMPLETE
58762024-10-15T21:44:14.057Z[ recovery-image] Oct 15 21:44:13.548 INFO O| Oct 15 21:44:13.548 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-10-15T21:44:14.091Z[ recovery-image] Oct 15 21:44:13.581 INFO O| Oct 15 21:44:13.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
58782024-10-15T21:44:14.094Z[ recovery-image] Oct 15 21:44:13.581 INFO O| Oct 15 21:44:13.581 INFO STEP 566 (remove_files) COMPLETE
58792024-10-15T21:44:14.094Z[ recovery-image] Oct 15 21:44:13.582 INFO O| Oct 15 21:44:13.581 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-10-15T21:44:14.111Z[ recovery-image] Oct 15 21:44:13.602 INFO O| Oct 15 21:44:13.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
58812024-10-15T21:44:14.115Z[ recovery-image] Oct 15 21:44:13.602 INFO O| Oct 15 21:44:13.602 INFO STEP 567 (remove_files) COMPLETE
58822024-10-15T21:44:14.115Z[ recovery-image] Oct 15 21:44:13.603 INFO O| Oct 15 21:44:13.603 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-10-15T21:44:14.136Z[ recovery-image] Oct 15 21:44:13.627 INFO O| Oct 15 21:44:13.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
58842024-10-15T21:44:14.139Z[ recovery-image] Oct 15 21:44:13.627 INFO O| Oct 15 21:44:13.627 INFO STEP 568 (remove_files) COMPLETE
58852024-10-15T21:44:14.139Z[ recovery-image] Oct 15 21:44:13.627 INFO O| Oct 15 21:44:13.627 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-10-15T21:44:14.157Z[ recovery-image] Oct 15 21:44:13.648 INFO O| Oct 15 21:44:13.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
58872024-10-15T21:44:14.157Z[ recovery-image] Oct 15 21:44:13.648 INFO O| Oct 15 21:44:13.648 INFO STEP 569 (remove_files) COMPLETE
58882024-10-15T21:44:14.159Z[ recovery-image] Oct 15 21:44:13.648 INFO O| Oct 15 21:44:13.648 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-10-15T21:44:14.176Z[ recovery-image] Oct 15 21:44:13.666 INFO O| Oct 15 21:44:13.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
58902024-10-15T21:44:14.176Z[ recovery-image] Oct 15 21:44:13.666 INFO O| Oct 15 21:44:13.666 INFO STEP 570 (remove_files) COMPLETE
58912024-10-15T21:44:14.180Z[ recovery-image] Oct 15 21:44:13.666 INFO O| Oct 15 21:44:13.666 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-10-15T21:44:14.205Z[ recovery-image] Oct 15 21:44:13.696 INFO O| Oct 15 21:44:13.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
58932024-10-15T21:44:14.205Z[ recovery-image] Oct 15 21:44:13.696 INFO O| Oct 15 21:44:13.696 INFO STEP 571 (remove_files) COMPLETE
58942024-10-15T21:44:14.205Z[ recovery-image] Oct 15 21:44:13.696 INFO O| Oct 15 21:44:13.696 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-10-15T21:44:14.264Z[ recovery-image] Oct 15 21:44:13.755 INFO O| Oct 15 21:44:13.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
58962024-10-15T21:44:14.267Z[ recovery-image] Oct 15 21:44:13.756 INFO O| Oct 15 21:44:13.756 INFO STEP 572 (remove_files) COMPLETE
58972024-10-15T21:44:14.267Z[ recovery-image] Oct 15 21:44:13.756 INFO O| Oct 15 21:44:13.756 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-10-15T21:44:14.284Z[ recovery-image] Oct 15 21:44:13.775 INFO O| Oct 15 21:44:13.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
58992024-10-15T21:44:14.286Z[ recovery-image] Oct 15 21:44:13.775 INFO O| Oct 15 21:44:13.775 INFO STEP 573 (remove_files) COMPLETE
59002024-10-15T21:44:14.286Z[ recovery-image] Oct 15 21:44:13.775 INFO O| Oct 15 21:44:13.775 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-10-15T21:44:14.302Z[ recovery-image] Oct 15 21:44:13.793 INFO O| Oct 15 21:44:13.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
59022024-10-15T21:44:14.305Z[ recovery-image] Oct 15 21:44:13.794 INFO O| Oct 15 21:44:13.794 INFO STEP 574 (remove_files) COMPLETE
59032024-10-15T21:44:14.305Z[ recovery-image] Oct 15 21:44:13.794 INFO O| Oct 15 21:44:13.794 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-10-15T21:44:14.333Z[ recovery-image] Oct 15 21:44:13.824 INFO O| Oct 15 21:44:13.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
59052024-10-15T21:44:14.333Z[ recovery-image] Oct 15 21:44:13.824 INFO O| Oct 15 21:44:13.824 INFO STEP 575 (remove_files) COMPLETE
59062024-10-15T21:44:14.333Z[ recovery-image] Oct 15 21:44:13.824 INFO O| Oct 15 21:44:13.824 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-10-15T21:44:14.386Z[ recovery-image] Oct 15 21:44:13.877 INFO O| Oct 15 21:44:13.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
59082024-10-15T21:44:14.386Z[ recovery-image] Oct 15 21:44:13.877 INFO O| Oct 15 21:44:13.877 INFO STEP 576 (remove_files) COMPLETE
59092024-10-15T21:44:14.386Z[ recovery-image] Oct 15 21:44:13.877 INFO O| Oct 15 21:44:13.877 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-10-15T21:44:14.406Z[ recovery-image] Oct 15 21:44:13.897 INFO O| Oct 15 21:44:13.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
59112024-10-15T21:44:14.406Z[ recovery-image] Oct 15 21:44:13.897 INFO O| Oct 15 21:44:13.897 INFO STEP 577 (remove_files) COMPLETE
59122024-10-15T21:44:14.406Z[ recovery-image] Oct 15 21:44:13.897 INFO O| Oct 15 21:44:13.897 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-10-15T21:44:14.424Z[ recovery-image] Oct 15 21:44:13.915 INFO O| Oct 15 21:44:13.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
59142024-10-15T21:44:14.427Z[ recovery-image] Oct 15 21:44:13.915 INFO O| Oct 15 21:44:13.915 INFO STEP 578 (remove_files) COMPLETE
59152024-10-15T21:44:14.427Z[ recovery-image] Oct 15 21:44:13.915 INFO O| Oct 15 21:44:13.915 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-10-15T21:44:14.441Z[ recovery-image] Oct 15 21:44:13.932 INFO O| Oct 15 21:44:13.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
59172024-10-15T21:44:14.441Z[ recovery-image] Oct 15 21:44:13.932 INFO O| Oct 15 21:44:13.932 INFO STEP 579 (remove_files) COMPLETE
59182024-10-15T21:44:14.444Z[ recovery-image] Oct 15 21:44:13.932 INFO O| Oct 15 21:44:13.932 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-10-15T21:44:14.459Z[ recovery-image] Oct 15 21:44:13.950 INFO O| Oct 15 21:44:13.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
59202024-10-15T21:44:14.459Z[ recovery-image] Oct 15 21:44:13.950 INFO O| Oct 15 21:44:13.950 INFO STEP 580 (remove_files) COMPLETE
59212024-10-15T21:44:14.459Z[ recovery-image] Oct 15 21:44:13.950 INFO O| Oct 15 21:44:13.950 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-10-15T21:44:14.477Z[ recovery-image] Oct 15 21:44:13.968 INFO O| Oct 15 21:44:13.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
59232024-10-15T21:44:14.477Z[ recovery-image] Oct 15 21:44:13.968 INFO O| Oct 15 21:44:13.968 INFO STEP 581 (remove_files) COMPLETE
59242024-10-15T21:44:14.477Z[ recovery-image] Oct 15 21:44:13.968 INFO O| Oct 15 21:44:13.968 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-10-15T21:44:14.496Z[ recovery-image] Oct 15 21:44:13.987 INFO O| Oct 15 21:44:13.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
59262024-10-15T21:44:14.496Z[ recovery-image] Oct 15 21:44:13.987 INFO O| Oct 15 21:44:13.987 INFO STEP 582 (remove_files) COMPLETE
59272024-10-15T21:44:14.496Z[ recovery-image] Oct 15 21:44:13.987 INFO O| Oct 15 21:44:13.987 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282024-10-15T21:44:14.519Z[ recovery-image] Oct 15 21:44:14.010 INFO O| Oct 15 21:44:14.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
59292024-10-15T21:44:14.519Z[ recovery-image] Oct 15 21:44:14.010 INFO O| Oct 15 21:44:14.010 INFO STEP 583 (remove_files) COMPLETE
59302024-10-15T21:44:14.519Z[ recovery-image] Oct 15 21:44:14.010 INFO O| Oct 15 21:44:14.010 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312024-10-15T21:44:14.536Z[ recovery-image] Oct 15 21:44:14.028 INFO O| Oct 15 21:44:14.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
59322024-10-15T21:44:14.536Z[ recovery-image] Oct 15 21:44:14.028 INFO O| Oct 15 21:44:14.028 INFO STEP 584 (remove_files) COMPLETE
59332024-10-15T21:44:14.536Z[ recovery-image] Oct 15 21:44:14.028 INFO O| Oct 15 21:44:14.028 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-10-15T21:44:14.593Z[ recovery-image] Oct 15 21:44:14.084 INFO O| Oct 15 21:44:14.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
59352024-10-15T21:44:14.617Z[ recovery-image] Oct 15 21:44:14.108 INFO O| Oct 15 21:44:14.108 INFO STEP 585 (remove_files) COMPLETE
59362024-10-15T21:44:14.618Z[ recovery-image] Oct 15 21:44:14.108 INFO O| Oct 15 21:44:14.108 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372024-10-15T21:44:14.663Z[ recovery-image] Oct 15 21:44:14.154 INFO O| Oct 15 21:44:14.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
59382024-10-15T21:44:14.664Z[ recovery-image] Oct 15 21:44:14.154 INFO O| Oct 15 21:44:14.154 INFO STEP 586 (remove_files) COMPLETE
59392024-10-15T21:44:14.664Z[ recovery-image] Oct 15 21:44:14.154 INFO O| Oct 15 21:44:14.154 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402024-10-15T21:44:14.699Z[ recovery-image] Oct 15 21:44:14.190 INFO O| Oct 15 21:44:14.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
59412024-10-15T21:44:14.699Z[ recovery-image] Oct 15 21:44:14.190 INFO O| Oct 15 21:44:14.190 INFO STEP 587 (remove_files) COMPLETE
59422024-10-15T21:44:14.699Z[ recovery-image] Oct 15 21:44:14.190 INFO O| Oct 15 21:44:14.190 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-10-15T21:44:14.748Z[ recovery-image] Oct 15 21:44:14.238 INFO O| Oct 15 21:44:14.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
59442024-10-15T21:44:14.748Z[ recovery-image] Oct 15 21:44:14.239 INFO O| Oct 15 21:44:14.239 INFO STEP 588 (remove_files) COMPLETE
59452024-10-15T21:44:14.748Z[ recovery-image] Oct 15 21:44:14.239 INFO O| Oct 15 21:44:14.239 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-10-15T21:44:14.768Z[ recovery-image] Oct 15 21:44:14.259 INFO O| Oct 15 21:44:14.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
59472024-10-15T21:44:14.789Z[ recovery-image] Oct 15 21:44:14.280 INFO O| Oct 15 21:44:14.280 INFO STEP 589 (remove_files) COMPLETE
59482024-10-15T21:44:14.789Z[ recovery-image] Oct 15 21:44:14.280 INFO O| Oct 15 21:44:14.280 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492024-10-15T21:44:14.815Z[ recovery-image] Oct 15 21:44:14.306 INFO O| Oct 15 21:44:14.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
59502024-10-15T21:44:14.815Z[ recovery-image] Oct 15 21:44:14.306 INFO O| Oct 15 21:44:14.306 INFO STEP 590 (remove_files) COMPLETE
59512024-10-15T21:44:14.819Z[ recovery-image] Oct 15 21:44:14.306 INFO O| Oct 15 21:44:14.306 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522024-10-15T21:44:14.836Z[ recovery-image] Oct 15 21:44:14.327 INFO O| Oct 15 21:44:14.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
59532024-10-15T21:44:14.836Z[ recovery-image] Oct 15 21:44:14.327 INFO O| Oct 15 21:44:14.327 INFO STEP 591 (remove_files) COMPLETE
59542024-10-15T21:44:14.836Z[ recovery-image] Oct 15 21:44:14.327 INFO O| Oct 15 21:44:14.327 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552024-10-15T21:44:14.858Z[ recovery-image] Oct 15 21:44:14.349 INFO O| Oct 15 21:44:14.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
59562024-10-15T21:44:14.861Z[ recovery-image] Oct 15 21:44:14.350 INFO O| Oct 15 21:44:14.349 INFO STEP 592 (remove_files) COMPLETE
59572024-10-15T21:44:14.861Z[ recovery-image] Oct 15 21:44:14.350 INFO O| Oct 15 21:44:14.350 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582024-10-15T21:44:14.883Z[ recovery-image] Oct 15 21:44:14.374 INFO O| Oct 15 21:44:14.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
59592024-10-15T21:44:14.912Z[ recovery-image] Oct 15 21:44:14.403 INFO O| Oct 15 21:44:14.403 INFO STEP 593 (remove_files) COMPLETE
59602024-10-15T21:44:14.912Z[ recovery-image] Oct 15 21:44:14.403 INFO O| Oct 15 21:44:14.403 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612024-10-15T21:44:14.948Z[ recovery-image] Oct 15 21:44:14.439 INFO O| Oct 15 21:44:14.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
59622024-10-15T21:44:14.951Z[ recovery-image] Oct 15 21:44:14.440 INFO O| Oct 15 21:44:14.440 INFO STEP 594 (remove_files) COMPLETE
59632024-10-15T21:44:14.951Z[ recovery-image] Oct 15 21:44:14.440 INFO O| Oct 15 21:44:14.440 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642024-10-15T21:44:14.977Z[ recovery-image] Oct 15 21:44:14.468 INFO O| Oct 15 21:44:14.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
59652024-10-15T21:44:14.979Z[ recovery-image] Oct 15 21:44:14.468 INFO O| Oct 15 21:44:14.468 INFO STEP 595 (remove_files) COMPLETE
59662024-10-15T21:44:14.979Z[ recovery-image] Oct 15 21:44:14.468 INFO O| Oct 15 21:44:14.468 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672024-10-15T21:44:14.998Z[ recovery-image] Oct 15 21:44:14.488 INFO O| Oct 15 21:44:14.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
59682024-10-15T21:44:14.998Z[ recovery-image] Oct 15 21:44:14.488 INFO O| Oct 15 21:44:14.488 INFO STEP 596 (remove_files) COMPLETE
59692024-10-15T21:44:14.998Z[ recovery-image] Oct 15 21:44:14.488 INFO O| Oct 15 21:44:14.488 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702024-10-15T21:44:15.016Z[ recovery-image] Oct 15 21:44:14.507 INFO O| Oct 15 21:44:14.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
59712024-10-15T21:44:15.016Z[ recovery-image] Oct 15 21:44:14.507 INFO O| Oct 15 21:44:14.507 INFO STEP 597 (remove_files) COMPLETE
59722024-10-15T21:44:15.016Z[ recovery-image] Oct 15 21:44:14.507 INFO O| Oct 15 21:44:14.507 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732024-10-15T21:44:15.035Z[ recovery-image] Oct 15 21:44:14.525 INFO O| Oct 15 21:44:14.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
59742024-10-15T21:44:15.035Z[ recovery-image] Oct 15 21:44:14.525 INFO O| Oct 15 21:44:14.525 INFO STEP 598 (remove_files) COMPLETE
59752024-10-15T21:44:15.035Z[ recovery-image] Oct 15 21:44:14.525 INFO O| Oct 15 21:44:14.525 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762024-10-15T21:44:15.070Z[ recovery-image] Oct 15 21:44:14.561 INFO O| Oct 15 21:44:14.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
59772024-10-15T21:44:15.070Z[ recovery-image] Oct 15 21:44:14.561 INFO O| Oct 15 21:44:14.561 INFO STEP 599 (remove_files) COMPLETE
59782024-10-15T21:44:15.073Z[ recovery-image] Oct 15 21:44:14.561 INFO O| Oct 15 21:44:14.561 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792024-10-15T21:44:15.144Z[ recovery-image] Oct 15 21:44:14.635 INFO O| Oct 15 21:44:14.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
59802024-10-15T21:44:15.147Z[ recovery-image] Oct 15 21:44:14.635 INFO O| Oct 15 21:44:14.635 INFO STEP 600 (remove_files) COMPLETE
59812024-10-15T21:44:15.147Z[ recovery-image] Oct 15 21:44:14.635 INFO O| Oct 15 21:44:14.635 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822024-10-15T21:44:15.174Z[ recovery-image] Oct 15 21:44:14.666 INFO O| Oct 15 21:44:14.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
59832024-10-15T21:44:15.175Z[ recovery-image] Oct 15 21:44:14.666 INFO O| Oct 15 21:44:14.666 INFO STEP 601 (remove_files) COMPLETE
59842024-10-15T21:44:15.179Z[ recovery-image] Oct 15 21:44:14.666 INFO O| Oct 15 21:44:14.666 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852024-10-15T21:44:15.193Z[ recovery-image] Oct 15 21:44:14.684 INFO O| Oct 15 21:44:14.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
59862024-10-15T21:44:15.193Z[ recovery-image] Oct 15 21:44:14.684 INFO O| Oct 15 21:44:14.684 INFO STEP 602 (remove_files) COMPLETE
59872024-10-15T21:44:15.196Z[ recovery-image] Oct 15 21:44:14.684 INFO O| Oct 15 21:44:14.684 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882024-10-15T21:44:15.215Z[ recovery-image] Oct 15 21:44:14.706 INFO O| Oct 15 21:44:14.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
59892024-10-15T21:44:15.215Z[ recovery-image] Oct 15 21:44:14.706 INFO O| Oct 15 21:44:14.706 INFO STEP 603 (remove_files) COMPLETE
59902024-10-15T21:44:15.217Z[ recovery-image] Oct 15 21:44:14.706 INFO O| Oct 15 21:44:14.706 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912024-10-15T21:44:15.273Z[ recovery-image] Oct 15 21:44:14.736 INFO O| Oct 15 21:44:14.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
59922024-10-15T21:44:15.273Z[ recovery-image] Oct 15 21:44:14.736 INFO O| Oct 15 21:44:14.727 INFO STEP 604 (remove_files) COMPLETE
59932024-10-15T21:44:15.273Z[ recovery-image] Oct 15 21:44:14.736 INFO O| Oct 15 21:44:14.727 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-10-15T21:44:15.273Z[ recovery-image] Oct 15 21:44:14.747 INFO O| Oct 15 21:44:14.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
59952024-10-15T21:44:15.273Z[ recovery-image] Oct 15 21:44:14.747 INFO O| Oct 15 21:44:14.747 INFO STEP 605 (remove_files) COMPLETE
59962024-10-15T21:44:15.273Z[ recovery-image] Oct 15 21:44:14.747 INFO O| Oct 15 21:44:14.747 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-10-15T21:44:15.275Z[ recovery-image] Oct 15 21:44:14.765 INFO O| Oct 15 21:44:14.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
59982024-10-15T21:44:15.275Z[ recovery-image] Oct 15 21:44:14.765 INFO O| Oct 15 21:44:14.765 INFO STEP 606 (remove_files) COMPLETE
59992024-10-15T21:44:15.275Z[ recovery-image] Oct 15 21:44:14.765 INFO O| Oct 15 21:44:14.765 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-10-15T21:44:15.291Z[ recovery-image] Oct 15 21:44:14.781 INFO O| Oct 15 21:44:14.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
60012024-10-15T21:44:15.291Z[ recovery-image] Oct 15 21:44:14.782 INFO O| Oct 15 21:44:14.782 INFO STEP 607 (remove_files) COMPLETE
60022024-10-15T21:44:15.293Z[ recovery-image] Oct 15 21:44:14.782 INFO O| Oct 15 21:44:14.782 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-10-15T21:44:15.308Z[ recovery-image] Oct 15 21:44:14.799 INFO O| Oct 15 21:44:14.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
60042024-10-15T21:44:15.308Z[ recovery-image] Oct 15 21:44:14.799 INFO O| Oct 15 21:44:14.799 INFO STEP 608 (remove_files) COMPLETE
60052024-10-15T21:44:15.309Z[ recovery-image] Oct 15 21:44:14.799 INFO O| Oct 15 21:44:14.799 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062024-10-15T21:44:15.326Z[ recovery-image] Oct 15 21:44:14.816 INFO O| Oct 15 21:44:14.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
60072024-10-15T21:44:15.326Z[ recovery-image] Oct 15 21:44:14.816 INFO O| Oct 15 21:44:14.816 INFO STEP 609 (remove_files) COMPLETE
60082024-10-15T21:44:15.326Z[ recovery-image] Oct 15 21:44:14.816 INFO O| Oct 15 21:44:14.816 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092024-10-15T21:44:15.342Z[ recovery-image] Oct 15 21:44:14.833 INFO O| Oct 15 21:44:14.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
60102024-10-15T21:44:15.342Z[ recovery-image] Oct 15 21:44:14.833 INFO O| Oct 15 21:44:14.833 INFO STEP 610 (remove_files) COMPLETE
60112024-10-15T21:44:15.342Z[ recovery-image] Oct 15 21:44:14.833 INFO O| Oct 15 21:44:14.833 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122024-10-15T21:44:15.359Z[ recovery-image] Oct 15 21:44:14.849 INFO O| Oct 15 21:44:14.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
60132024-10-15T21:44:15.359Z[ recovery-image] Oct 15 21:44:14.849 INFO O| Oct 15 21:44:14.849 INFO STEP 611 (remove_files) COMPLETE
60142024-10-15T21:44:15.359Z[ recovery-image] Oct 15 21:44:14.849 INFO O| Oct 15 21:44:14.849 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152024-10-15T21:44:15.374Z[ recovery-image] Oct 15 21:44:14.865 INFO O| Oct 15 21:44:14.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
60162024-10-15T21:44:15.374Z[ recovery-image] Oct 15 21:44:14.865 INFO O| Oct 15 21:44:14.865 INFO STEP 612 (remove_files) COMPLETE
60172024-10-15T21:44:15.374Z[ recovery-image] Oct 15 21:44:14.865 INFO O| Oct 15 21:44:14.865 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-10-15T21:44:15.395Z[ recovery-image] Oct 15 21:44:14.886 INFO O| Oct 15 21:44:14.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
60192024-10-15T21:44:15.395Z[ recovery-image] Oct 15 21:44:14.887 INFO O| Oct 15 21:44:14.887 INFO STEP 613 (remove_files) COMPLETE
60202024-10-15T21:44:15.395Z[ recovery-image] Oct 15 21:44:14.887 INFO O| Oct 15 21:44:14.887 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-10-15T21:44:15.433Z[ recovery-image] Oct 15 21:44:14.924 INFO O| Oct 15 21:44:14.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
60222024-10-15T21:44:15.433Z[ recovery-image] Oct 15 21:44:14.924 INFO O| Oct 15 21:44:14.924 INFO STEP 614 (remove_files) COMPLETE
60232024-10-15T21:44:15.436Z[ recovery-image] Oct 15 21:44:14.925 INFO O| Oct 15 21:44:14.924 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-10-15T21:44:15.469Z[ recovery-image] Oct 15 21:44:14.960 INFO O| Oct 15 21:44:14.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
60252024-10-15T21:44:15.469Z[ recovery-image] Oct 15 21:44:14.960 INFO O| Oct 15 21:44:14.960 INFO STEP 615 (remove_files) COMPLETE
60262024-10-15T21:44:15.472Z[ recovery-image] Oct 15 21:44:14.961 INFO O| Oct 15 21:44:14.960 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-10-15T21:44:15.486Z[ recovery-image] Oct 15 21:44:14.977 INFO O| Oct 15 21:44:14.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
60282024-10-15T21:44:15.488Z[ recovery-image] Oct 15 21:44:14.977 INFO O| Oct 15 21:44:14.977 INFO STEP 616 (remove_files) COMPLETE
60292024-10-15T21:44:15.488Z[ recovery-image] Oct 15 21:44:14.977 INFO O| Oct 15 21:44:14.977 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302024-10-15T21:44:15.501Z[ recovery-image] Oct 15 21:44:14.993 INFO O| Oct 15 21:44:14.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
60312024-10-15T21:44:15.501Z[ recovery-image] Oct 15 21:44:14.993 INFO O| Oct 15 21:44:14.992 INFO STEP 617 (remove_files) COMPLETE
60322024-10-15T21:44:15.504Z[ recovery-image] Oct 15 21:44:14.993 INFO O| Oct 15 21:44:14.992 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-10-15T21:44:15.518Z[ recovery-image] Oct 15 21:44:15.009 INFO O| Oct 15 21:44:15.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
60342024-10-15T21:44:15.518Z[ recovery-image] Oct 15 21:44:15.009 INFO O| Oct 15 21:44:15.009 INFO STEP 618 (remove_files) COMPLETE
60352024-10-15T21:44:15.521Z[ recovery-image] Oct 15 21:44:15.009 INFO O| Oct 15 21:44:15.009 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362024-10-15T21:44:15.552Z[ recovery-image] Oct 15 21:44:15.043 INFO O| Oct 15 21:44:15.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
60372024-10-15T21:44:15.552Z[ recovery-image] Oct 15 21:44:15.043 INFO O| Oct 15 21:44:15.043 INFO STEP 619 (remove_files) COMPLETE
60382024-10-15T21:44:15.552Z[ recovery-image] Oct 15 21:44:15.043 INFO O| Oct 15 21:44:15.043 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-10-15T21:44:15.569Z[ host-image] Oct 15 21:44:15.060 INFO O| Oct 15 21:44:15.060 INFO O| Planning: Solver setup ... Done
60402024-10-15T21:44:15.573Z[ recovery-image] Oct 15 21:44:15.064 INFO O| Oct 15 21:44:15.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
60412024-10-15T21:44:15.576Z[ recovery-image] Oct 15 21:44:15.064 INFO O| Oct 15 21:44:15.064 INFO STEP 620 (remove_files) COMPLETE
60422024-10-15T21:44:15.576Z[ recovery-image] Oct 15 21:44:15.064 INFO O| Oct 15 21:44:15.064 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-10-15T21:44:15.576Z[ host-image] Oct 15 21:44:15.067 INFO O| Oct 15 21:44:15.067 INFO O| Planning: Running solver ... Done
60442024-10-15T21:44:15.618Z[ recovery-image] Oct 15 21:44:15.109 INFO O| Oct 15 21:44:15.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
60452024-10-15T21:44:15.643Z[ recovery-image] Oct 15 21:44:15.134 INFO O| Oct 15 21:44:15.134 INFO STEP 621 (remove_files) COMPLETE
60462024-10-15T21:44:15.643Z[ recovery-image] Oct 15 21:44:15.134 INFO O| Oct 15 21:44:15.134 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-10-15T21:44:15.649Z[ host-image] Oct 15 21:44:15.140 INFO O| Oct 15 21:44:15.140 INFO O| Planning: Finding local manifests ... Done
60482024-10-15T21:44:15.652Z[ host-image] Oct 15 21:44:15.141 INFO O| Oct 15 21:44:15.141 INFO O| Planning: Fetching manifests: 0/1 0% complete
60492024-10-15T21:44:15.712Z[ recovery-image] Oct 15 21:44:15.203 INFO O| Oct 15 21:44:15.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
60502024-10-15T21:44:15.715Z[ recovery-image] Oct 15 21:44:15.204 INFO O| Oct 15 21:44:15.203 INFO STEP 622 (remove_files) COMPLETE
60512024-10-15T21:44:15.715Z[ recovery-image] Oct 15 21:44:15.204 INFO O| Oct 15 21:44:15.204 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-10-15T21:44:15.732Z[ recovery-image] Oct 15 21:44:15.222 INFO O| Oct 15 21:44:15.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
60532024-10-15T21:44:15.732Z[ recovery-image] Oct 15 21:44:15.222 INFO O| Oct 15 21:44:15.222 INFO STEP 623 (remove_files) COMPLETE
60542024-10-15T21:44:15.735Z[ recovery-image] Oct 15 21:44:15.223 INFO O| Oct 15 21:44:15.222 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-10-15T21:44:15.779Z[ recovery-image] Oct 15 21:44:15.261 INFO O| Oct 15 21:44:15.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
60562024-10-15T21:44:15.779Z[ recovery-image] Oct 15 21:44:15.261 INFO O| Oct 15 21:44:15.261 INFO STEP 624 (remove_files) COMPLETE
60572024-10-15T21:44:15.781Z[ recovery-image] Oct 15 21:44:15.261 INFO O| Oct 15 21:44:15.261 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-10-15T21:44:15.821Z[ recovery-image] Oct 15 21:44:15.312 INFO O| Oct 15 21:44:15.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
60592024-10-15T21:44:15.821Z[ recovery-image] Oct 15 21:44:15.312 INFO O| Oct 15 21:44:15.312 INFO STEP 625 (remove_files) COMPLETE
60602024-10-15T21:44:15.824Z[ recovery-image] Oct 15 21:44:15.312 INFO O| Oct 15 21:44:15.312 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-10-15T21:44:15.843Z[ host-image] Oct 15 21:44:15.334 INFO O| Oct 15 21:44:15.334 INFO O| Planning: Fetching manifests: 1/1 100% complete
60622024-10-15T21:44:15.853Z[ recovery-image] Oct 15 21:44:15.344 INFO O| Oct 15 21:44:15.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
60632024-10-15T21:44:15.853Z[ recovery-image] Oct 15 21:44:15.345 INFO O| Oct 15 21:44:15.344 INFO STEP 626 (remove_files) COMPLETE
60642024-10-15T21:44:15.859Z[ recovery-image] Oct 15 21:44:15.345 INFO O| Oct 15 21:44:15.345 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-10-15T21:44:15.908Z[ host-image] Oct 15 21:44:15.399 INFO O| Oct 15 21:44:15.399 INFO O| Planning: Package planning ... Done
60662024-10-15T21:44:15.912Z[ host-image] Oct 15 21:44:15.400 INFO O| Oct 15 21:44:15.400 INFO O| Planning: Merging actions ... Done
60672024-10-15T21:44:15.938Z[ recovery-image] Oct 15 21:44:15.429 INFO O| Oct 15 21:44:15.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
60682024-10-15T21:44:15.941Z[ recovery-image] Oct 15 21:44:15.429 INFO O| Oct 15 21:44:15.429 INFO STEP 627 (remove_files) COMPLETE
60692024-10-15T21:44:15.941Z[ recovery-image] Oct 15 21:44:15.429 INFO O| Oct 15 21:44:15.429 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-10-15T21:44:15.958Z[ recovery-image] Oct 15 21:44:15.450 INFO O| Oct 15 21:44:15.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
60712024-10-15T21:44:15.958Z[ recovery-image] Oct 15 21:44:15.450 INFO O| Oct 15 21:44:15.450 INFO STEP 628 (remove_files) COMPLETE
60722024-10-15T21:44:15.958Z[ recovery-image] Oct 15 21:44:15.450 INFO O| Oct 15 21:44:15.450 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-10-15T21:44:15.979Z[ recovery-image] Oct 15 21:44:15.469 INFO O| Oct 15 21:44:15.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
60742024-10-15T21:44:15.979Z[ recovery-image] Oct 15 21:44:15.470 INFO O| Oct 15 21:44:15.469 INFO STEP 629 (remove_files) COMPLETE
60752024-10-15T21:44:15.979Z[ recovery-image] Oct 15 21:44:15.470 INFO O| Oct 15 21:44:15.469 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-10-15T21:44:15.998Z[ recovery-image] Oct 15 21:44:15.489 INFO O| Oct 15 21:44:15.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
60772024-10-15T21:44:15.998Z[ recovery-image] Oct 15 21:44:15.489 INFO O| Oct 15 21:44:15.489 INFO STEP 630 (remove_files) COMPLETE
60782024-10-15T21:44:15.998Z[ recovery-image] Oct 15 21:44:15.489 INFO O| Oct 15 21:44:15.489 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-10-15T21:44:16.019Z[ recovery-image] Oct 15 21:44:15.509 INFO O| Oct 15 21:44:15.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
60802024-10-15T21:44:16.019Z[ recovery-image] Oct 15 21:44:15.509 INFO O| Oct 15 21:44:15.509 INFO STEP 631 (remove_files) COMPLETE
60812024-10-15T21:44:16.019Z[ recovery-image] Oct 15 21:44:15.509 INFO O| Oct 15 21:44:15.509 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-10-15T21:44:16.027Z[ host-image] Oct 15 21:44:15.518 INFO O| Oct 15 21:44:15.518 INFO O| Planning: Checking for conflicting actions ... Done
60832024-10-15T21:44:16.030Z[ host-image] Oct 15 21:44:15.519 INFO O| Oct 15 21:44:15.519 INFO O| Planning: Consolidating action changes ... Done
60842024-10-15T21:44:16.034Z[ recovery-image] Oct 15 21:44:15.526 INFO O| Oct 15 21:44:15.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
60852024-10-15T21:44:16.037Z[ recovery-image] Oct 15 21:44:15.526 INFO O| Oct 15 21:44:15.526 INFO STEP 632 (remove_files) COMPLETE
60862024-10-15T21:44:16.037Z[ recovery-image] Oct 15 21:44:15.526 INFO O| Oct 15 21:44:15.526 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-10-15T21:44:16.050Z[ recovery-image] Oct 15 21:44:15.542 INFO O| Oct 15 21:44:15.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
60882024-10-15T21:44:16.050Z[ recovery-image] Oct 15 21:44:15.542 INFO O| Oct 15 21:44:15.542 INFO STEP 633 (remove_files) COMPLETE
60892024-10-15T21:44:16.053Z[ recovery-image] Oct 15 21:44:15.542 INFO O| Oct 15 21:44:15.542 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-10-15T21:44:16.067Z[ recovery-image] Oct 15 21:44:15.559 INFO O| Oct 15 21:44:15.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
60912024-10-15T21:44:16.067Z[ recovery-image] Oct 15 21:44:15.559 INFO O| Oct 15 21:44:15.559 INFO STEP 634 (remove_files) COMPLETE
60922024-10-15T21:44:16.067Z[ recovery-image] Oct 15 21:44:15.559 INFO O| Oct 15 21:44:15.559 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-10-15T21:44:16.083Z[ recovery-image] Oct 15 21:44:15.575 INFO O| Oct 15 21:44:15.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
60942024-10-15T21:44:16.084Z[ recovery-image] Oct 15 21:44:15.575 INFO O| Oct 15 21:44:15.575 INFO STEP 635 (remove_files) COMPLETE
60952024-10-15T21:44:16.086Z[ recovery-image] Oct 15 21:44:15.575 INFO O| Oct 15 21:44:15.575 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-10-15T21:44:16.105Z[ recovery-image] Oct 15 21:44:15.592 INFO O| Oct 15 21:44:15.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
60972024-10-15T21:44:16.105Z[ recovery-image] Oct 15 21:44:15.592 INFO O| Oct 15 21:44:15.592 INFO STEP 636 (remove_files) COMPLETE
60982024-10-15T21:44:16.108Z[ recovery-image] Oct 15 21:44:15.592 INFO O| Oct 15 21:44:15.592 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-10-15T21:44:16.118Z[ recovery-image] Oct 15 21:44:15.609 INFO O| Oct 15 21:44:15.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
61002024-10-15T21:44:16.118Z[ recovery-image] Oct 15 21:44:15.609 INFO O| Oct 15 21:44:15.609 INFO STEP 637 (remove_files) COMPLETE
61012024-10-15T21:44:16.118Z[ recovery-image] Oct 15 21:44:15.609 INFO O| Oct 15 21:44:15.609 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-10-15T21:44:16.150Z[ recovery-image] Oct 15 21:44:15.641 INFO O| Oct 15 21:44:15.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
61032024-10-15T21:44:16.152Z[ recovery-image] Oct 15 21:44:15.643 INFO O| Oct 15 21:44:15.643 INFO STEP 638 (remove_files) COMPLETE
61042024-10-15T21:44:16.152Z[ recovery-image] Oct 15 21:44:15.643 INFO O| Oct 15 21:44:15.643 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-10-15T21:44:16.181Z[ recovery-image] Oct 15 21:44:15.672 INFO O| Oct 15 21:44:15.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
61062024-10-15T21:44:16.181Z[ recovery-image] Oct 15 21:44:15.672 INFO O| Oct 15 21:44:15.672 INFO STEP 639 (remove_files) COMPLETE
61072024-10-15T21:44:16.181Z[ recovery-image] Oct 15 21:44:15.672 INFO O| Oct 15 21:44:15.672 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-10-15T21:44:16.207Z[ recovery-image] Oct 15 21:44:15.698 INFO O| Oct 15 21:44:15.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
61092024-10-15T21:44:16.207Z[ recovery-image] Oct 15 21:44:15.698 INFO O| Oct 15 21:44:15.698 INFO STEP 640 (remove_files) COMPLETE
61102024-10-15T21:44:16.210Z[ recovery-image] Oct 15 21:44:15.699 INFO O| Oct 15 21:44:15.698 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-10-15T21:44:16.239Z[ recovery-image] Oct 15 21:44:15.729 INFO O| Oct 15 21:44:15.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
61122024-10-15T21:44:16.239Z[ recovery-image] Oct 15 21:44:15.729 INFO O| Oct 15 21:44:15.729 INFO STEP 641 (remove_files) COMPLETE
61132024-10-15T21:44:16.239Z[ recovery-image] Oct 15 21:44:15.730 INFO O| Oct 15 21:44:15.729 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-10-15T21:44:16.294Z[ recovery-image] Oct 15 21:44:15.784 INFO O| Oct 15 21:44:15.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
61152024-10-15T21:44:16.294Z[ recovery-image] Oct 15 21:44:15.784 INFO O| Oct 15 21:44:15.784 INFO STEP 642 (remove_files) COMPLETE
61162024-10-15T21:44:16.294Z[ recovery-image] Oct 15 21:44:15.784 INFO O| Oct 15 21:44:15.784 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-10-15T21:44:16.353Z[ recovery-image] Oct 15 21:44:15.844 INFO O| Oct 15 21:44:15.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
61182024-10-15T21:44:16.353Z[ recovery-image] Oct 15 21:44:15.844 INFO O| Oct 15 21:44:15.844 INFO STEP 643 (remove_files) COMPLETE
61192024-10-15T21:44:16.353Z[ recovery-image] Oct 15 21:44:15.844 INFO O| Oct 15 21:44:15.844 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-10-15T21:44:16.370Z[ recovery-image] Oct 15 21:44:15.861 INFO O| Oct 15 21:44:15.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
61212024-10-15T21:44:16.371Z[ recovery-image] Oct 15 21:44:15.861 INFO O| Oct 15 21:44:15.861 INFO STEP 644 (remove_files) COMPLETE
61222024-10-15T21:44:16.371Z[ recovery-image] Oct 15 21:44:15.861 INFO O| Oct 15 21:44:15.861 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-10-15T21:44:16.386Z[ recovery-image] Oct 15 21:44:15.878 INFO O| Oct 15 21:44:15.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
61242024-10-15T21:44:16.411Z[ recovery-image] Oct 15 21:44:15.902 INFO O| Oct 15 21:44:15.902 INFO STEP 645 (remove_files) COMPLETE
61252024-10-15T21:44:16.411Z[ recovery-image] Oct 15 21:44:15.902 INFO O| Oct 15 21:44:15.902 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-10-15T21:44:16.431Z[ recovery-image] Oct 15 21:44:15.922 INFO O| Oct 15 21:44:15.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
61272024-10-15T21:44:16.431Z[ recovery-image] Oct 15 21:44:15.922 INFO O| Oct 15 21:44:15.922 INFO STEP 646 (remove_files) COMPLETE
61282024-10-15T21:44:16.433Z[ recovery-image] Oct 15 21:44:15.922 INFO O| Oct 15 21:44:15.922 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-10-15T21:44:16.450Z[ recovery-image] Oct 15 21:44:15.941 INFO O| Oct 15 21:44:15.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
61302024-10-15T21:44:16.452Z[ recovery-image] Oct 15 21:44:15.941 INFO O| Oct 15 21:44:15.941 INFO STEP 647 (remove_files) COMPLETE
61312024-10-15T21:44:16.452Z[ recovery-image] Oct 15 21:44:15.941 INFO O| Oct 15 21:44:15.941 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-10-15T21:44:16.486Z[ host-image] Oct 15 21:44:15.976 INFO O| Oct 15 21:44:15.976 INFO O| Planning: Evaluating mediators ... Done
61332024-10-15T21:44:16.488Z[ host-image] Oct 15 21:44:15.977 INFO O| Oct 15 21:44:15.977 INFO O| Planning: Planning completed in 4.54 seconds
61342024-10-15T21:44:16.488Z[ recovery-image] Oct 15 21:44:15.977 INFO O| Oct 15 21:44:15.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
61352024-10-15T21:44:16.488Z[ recovery-image] Oct 15 21:44:15.978 INFO O| Oct 15 21:44:15.976 INFO STEP 648 (remove_files) COMPLETE
61362024-10-15T21:44:16.488Z[ recovery-image] Oct 15 21:44:15.978 INFO O| Oct 15 21:44:15.976 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-10-15T21:44:16.491Z[ host-image] Oct 15 21:44:15.980 INFO O| Oct 15 21:44:15.980 INFO O| Packages to install: 1
61382024-10-15T21:44:16.508Z[ recovery-image] Oct 15 21:44:15.999 INFO O| Oct 15 21:44:15.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
61392024-10-15T21:44:16.508Z[ recovery-image] Oct 15 21:44:15.999 INFO O| Oct 15 21:44:15.997 INFO STEP 649 (remove_files) COMPLETE
61402024-10-15T21:44:16.508Z[ recovery-image] Oct 15 21:44:15.999 INFO O| Oct 15 21:44:15.997 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-10-15T21:44:16.525Z[ recovery-image] Oct 15 21:44:16.016 INFO O| Oct 15 21:44:16.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
61422024-10-15T21:44:16.525Z[ recovery-image] Oct 15 21:44:16.016 INFO O| Oct 15 21:44:16.016 INFO STEP 650 (remove_files) COMPLETE
61432024-10-15T21:44:16.527Z[ recovery-image] Oct 15 21:44:16.016 INFO O| Oct 15 21:44:16.016 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-10-15T21:44:16.532Z[ host-image] Oct 15 21:44:16.023 INFO O| Oct 15 21:44:16.023 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
61452024-10-15T21:44:16.545Z[ recovery-image] Oct 15 21:44:16.034 INFO O| Oct 15 21:44:16.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
61462024-10-15T21:44:16.545Z[ recovery-image] Oct 15 21:44:16.034 INFO O| Oct 15 21:44:16.034 INFO STEP 651 (remove_files) COMPLETE
61472024-10-15T21:44:16.545Z[ recovery-image] Oct 15 21:44:16.034 INFO O| Oct 15 21:44:16.034 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-10-15T21:44:16.560Z[ recovery-image] Oct 15 21:44:16.052 INFO O| Oct 15 21:44:16.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
61492024-10-15T21:44:16.560Z[ recovery-image] Oct 15 21:44:16.052 INFO O| Oct 15 21:44:16.052 INFO STEP 652 (remove_files) COMPLETE
61502024-10-15T21:44:16.561Z[ recovery-image] Oct 15 21:44:16.052 INFO O| Oct 15 21:44:16.052 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-10-15T21:44:16.578Z[ recovery-image] Oct 15 21:44:16.069 INFO O| Oct 15 21:44:16.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
61522024-10-15T21:44:16.578Z[ recovery-image] Oct 15 21:44:16.069 INFO O| Oct 15 21:44:16.069 INFO STEP 653 (remove_files) COMPLETE
61532024-10-15T21:44:16.580Z[ recovery-image] Oct 15 21:44:16.069 INFO O| Oct 15 21:44:16.069 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-10-15T21:44:16.596Z[ recovery-image] Oct 15 21:44:16.087 INFO O| Oct 15 21:44:16.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
61552024-10-15T21:44:16.596Z[ recovery-image] Oct 15 21:44:16.088 INFO O| Oct 15 21:44:16.087 INFO STEP 654 (remove_files) COMPLETE
61562024-10-15T21:44:16.599Z[ recovery-image] Oct 15 21:44:16.088 INFO O| Oct 15 21:44:16.087 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-10-15T21:44:16.615Z[ recovery-image] Oct 15 21:44:16.106 INFO O| Oct 15 21:44:16.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
61582024-10-15T21:44:16.615Z[ recovery-image] Oct 15 21:44:16.106 INFO O| Oct 15 21:44:16.106 INFO STEP 655 (remove_files) COMPLETE
61592024-10-15T21:44:16.615Z[ recovery-image] Oct 15 21:44:16.106 INFO O| Oct 15 21:44:16.106 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-10-15T21:44:16.632Z[ recovery-image] Oct 15 21:44:16.123 INFO O| Oct 15 21:44:16.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
61612024-10-15T21:44:16.632Z[ recovery-image] Oct 15 21:44:16.123 INFO O| Oct 15 21:44:16.123 INFO STEP 656 (remove_files) COMPLETE
61622024-10-15T21:44:16.634Z[ recovery-image] Oct 15 21:44:16.123 INFO O| Oct 15 21:44:16.123 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-10-15T21:44:16.678Z[ recovery-image] Oct 15 21:44:16.169 INFO O| Oct 15 21:44:16.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
61642024-10-15T21:44:16.678Z[ recovery-image] Oct 15 21:44:16.169 INFO O| Oct 15 21:44:16.169 INFO STEP 657 (remove_files) COMPLETE
61652024-10-15T21:44:16.678Z[ recovery-image] Oct 15 21:44:16.169 INFO O| Oct 15 21:44:16.169 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-10-15T21:44:16.695Z[ recovery-image] Oct 15 21:44:16.186 INFO O| Oct 15 21:44:16.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
61672024-10-15T21:44:16.702Z[ recovery-image] Oct 15 21:44:16.193 INFO O| Oct 15 21:44:16.193 INFO STEP 658 (remove_files) COMPLETE
61682024-10-15T21:44:16.702Z[ recovery-image] Oct 15 21:44:16.193 INFO O| Oct 15 21:44:16.193 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-10-15T21:44:16.742Z[ recovery-image] Oct 15 21:44:16.233 INFO O| Oct 15 21:44:16.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
61702024-10-15T21:44:16.742Z[ recovery-image] Oct 15 21:44:16.233 INFO O| Oct 15 21:44:16.233 INFO STEP 659 (remove_files) COMPLETE
61712024-10-15T21:44:16.742Z[ recovery-image] Oct 15 21:44:16.233 INFO O| Oct 15 21:44:16.233 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-10-15T21:44:16.807Z[ recovery-image] Oct 15 21:44:16.297 INFO O| Oct 15 21:44:16.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
61732024-10-15T21:44:16.807Z[ recovery-image] Oct 15 21:44:16.297 INFO O| Oct 15 21:44:16.297 INFO STEP 660 (remove_files) COMPLETE
61742024-10-15T21:44:16.811Z[ recovery-image] Oct 15 21:44:16.297 INFO O| Oct 15 21:44:16.297 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-10-15T21:44:16.828Z[ recovery-image] Oct 15 21:44:16.318 INFO O| Oct 15 21:44:16.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
61762024-10-15T21:44:16.854Z[ recovery-image] Oct 15 21:44:16.345 INFO O| Oct 15 21:44:16.345 INFO STEP 661 (remove_files) COMPLETE
61772024-10-15T21:44:16.854Z[ recovery-image] Oct 15 21:44:16.345 INFO O| Oct 15 21:44:16.345 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-10-15T21:44:16.918Z[ recovery-image] Oct 15 21:44:16.409 INFO O| Oct 15 21:44:16.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
61792024-10-15T21:44:16.918Z[ recovery-image] Oct 15 21:44:16.409 INFO O| Oct 15 21:44:16.409 INFO STEP 662 (remove_files) COMPLETE
61802024-10-15T21:44:16.918Z[ recovery-image] Oct 15 21:44:16.409 INFO O| Oct 15 21:44:16.409 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-10-15T21:44:16.959Z[ recovery-image] Oct 15 21:44:16.450 INFO O| Oct 15 21:44:16.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
61822024-10-15T21:44:16.959Z[ recovery-image] Oct 15 21:44:16.450 INFO O| Oct 15 21:44:16.450 INFO STEP 663 (remove_files) COMPLETE
61832024-10-15T21:44:16.959Z[ recovery-image] Oct 15 21:44:16.450 INFO O| Oct 15 21:44:16.450 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-10-15T21:44:16.994Z[ recovery-image] Oct 15 21:44:16.485 INFO O| Oct 15 21:44:16.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
61852024-10-15T21:44:16.994Z[ recovery-image] Oct 15 21:44:16.485 INFO O| Oct 15 21:44:16.485 INFO STEP 664 (remove_files) COMPLETE
61862024-10-15T21:44:16.994Z[ recovery-image] Oct 15 21:44:16.485 INFO O| Oct 15 21:44:16.485 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-10-15T21:44:17.014Z[ recovery-image] Oct 15 21:44:16.505 INFO O| Oct 15 21:44:16.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
61882024-10-15T21:44:17.016Z[ recovery-image] Oct 15 21:44:16.505 INFO O| Oct 15 21:44:16.505 INFO STEP 665 (remove_files) COMPLETE
61892024-10-15T21:44:17.016Z[ recovery-image] Oct 15 21:44:16.505 INFO O| Oct 15 21:44:16.505 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-10-15T21:44:17.031Z[ recovery-image] Oct 15 21:44:16.522 INFO O| Oct 15 21:44:16.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
61912024-10-15T21:44:17.031Z[ recovery-image] Oct 15 21:44:16.522 INFO O| Oct 15 21:44:16.522 INFO STEP 666 (remove_files) COMPLETE
61922024-10-15T21:44:17.031Z[ recovery-image] Oct 15 21:44:16.522 INFO O| Oct 15 21:44:16.522 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-10-15T21:44:17.051Z[ recovery-image] Oct 15 21:44:16.542 INFO O| Oct 15 21:44:16.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
61942024-10-15T21:44:17.051Z[ recovery-image] Oct 15 21:44:16.542 INFO O| Oct 15 21:44:16.542 INFO STEP 667 (remove_files) COMPLETE
61952024-10-15T21:44:17.051Z[ recovery-image] Oct 15 21:44:16.542 INFO O| Oct 15 21:44:16.542 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-10-15T21:44:17.069Z[ recovery-image] Oct 15 21:44:16.560 INFO O| Oct 15 21:44:16.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
61972024-10-15T21:44:17.069Z[ recovery-image] Oct 15 21:44:16.561 INFO O| Oct 15 21:44:16.560 INFO STEP 668 (remove_files) COMPLETE
61982024-10-15T21:44:17.072Z[ recovery-image] Oct 15 21:44:16.561 INFO O| Oct 15 21:44:16.561 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-10-15T21:44:17.088Z[ recovery-image] Oct 15 21:44:16.579 INFO O| Oct 15 21:44:16.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
62002024-10-15T21:44:17.088Z[ recovery-image] Oct 15 21:44:16.579 INFO O| Oct 15 21:44:16.579 INFO STEP 669 (remove_files) COMPLETE
62012024-10-15T21:44:17.088Z[ recovery-image] Oct 15 21:44:16.579 INFO O| Oct 15 21:44:16.579 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-10-15T21:44:17.109Z[ recovery-image] Oct 15 21:44:16.598 INFO O| Oct 15 21:44:16.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
62032024-10-15T21:44:17.109Z[ recovery-image] Oct 15 21:44:16.598 INFO O| Oct 15 21:44:16.598 INFO STEP 670 (remove_files) COMPLETE
62042024-10-15T21:44:17.109Z[ recovery-image] Oct 15 21:44:16.598 INFO O| Oct 15 21:44:16.598 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-10-15T21:44:17.125Z[ recovery-image] Oct 15 21:44:16.615 INFO O| Oct 15 21:44:16.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
62062024-10-15T21:44:17.128Z[ recovery-image] Oct 15 21:44:16.616 INFO O| Oct 15 21:44:16.616 INFO STEP 671 (remove_files) COMPLETE
62072024-10-15T21:44:17.131Z[ recovery-image] Oct 15 21:44:16.616 INFO O| Oct 15 21:44:16.616 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-10-15T21:44:17.144Z[ recovery-image] Oct 15 21:44:16.635 INFO O| Oct 15 21:44:16.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
62092024-10-15T21:44:17.144Z[ recovery-image] Oct 15 21:44:16.635 INFO O| Oct 15 21:44:16.635 INFO STEP 672 (remove_files) COMPLETE
62102024-10-15T21:44:17.144Z[ recovery-image] Oct 15 21:44:16.635 INFO O| Oct 15 21:44:16.635 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-10-15T21:44:17.162Z[ recovery-image] Oct 15 21:44:16.653 INFO O| Oct 15 21:44:16.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
62122024-10-15T21:44:17.162Z[ recovery-image] Oct 15 21:44:16.653 INFO O| Oct 15 21:44:16.653 INFO STEP 673 (remove_files) COMPLETE
62132024-10-15T21:44:17.162Z[ recovery-image] Oct 15 21:44:16.653 INFO O| Oct 15 21:44:16.653 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-10-15T21:44:17.205Z[ recovery-image] Oct 15 21:44:16.696 INFO O| Oct 15 21:44:16.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
62152024-10-15T21:44:17.205Z[ recovery-image] Oct 15 21:44:16.696 INFO O| Oct 15 21:44:16.696 INFO STEP 674 (remove_files) COMPLETE
62162024-10-15T21:44:17.208Z[ recovery-image] Oct 15 21:44:16.696 INFO O| Oct 15 21:44:16.696 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-10-15T21:44:17.227Z[ recovery-image] Oct 15 21:44:16.718 INFO O| Oct 15 21:44:16.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
62182024-10-15T21:44:17.231Z[ recovery-image] Oct 15 21:44:16.718 INFO O| Oct 15 21:44:16.718 INFO STEP 675 (remove_files) COMPLETE
62192024-10-15T21:44:17.231Z[ recovery-image] Oct 15 21:44:16.718 INFO O| Oct 15 21:44:16.718 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-10-15T21:44:17.324Z[ recovery-image] Oct 15 21:44:16.815 INFO O| Oct 15 21:44:16.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
62212024-10-15T21:44:17.327Z[ recovery-image] Oct 15 21:44:16.816 INFO O| Oct 15 21:44:16.816 INFO STEP 676 (remove_files) COMPLETE
62222024-10-15T21:44:17.327Z[ recovery-image] Oct 15 21:44:16.816 INFO O| Oct 15 21:44:16.816 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-10-15T21:44:17.343Z[ recovery-image] Oct 15 21:44:16.834 INFO O| Oct 15 21:44:16.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
62242024-10-15T21:44:17.346Z[ recovery-image] Oct 15 21:44:16.834 INFO O| Oct 15 21:44:16.834 INFO STEP 677 (remove_files) COMPLETE
62252024-10-15T21:44:17.346Z[ recovery-image] Oct 15 21:44:16.834 INFO O| Oct 15 21:44:16.834 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-10-15T21:44:17.364Z[ recovery-image] Oct 15 21:44:16.855 INFO O| Oct 15 21:44:16.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
62272024-10-15T21:44:17.364Z[ recovery-image] Oct 15 21:44:16.856 INFO O| Oct 15 21:44:16.855 INFO STEP 678 (remove_files) COMPLETE
62282024-10-15T21:44:17.367Z[ recovery-image] Oct 15 21:44:16.856 INFO O| Oct 15 21:44:16.856 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-10-15T21:44:17.382Z[ recovery-image] Oct 15 21:44:16.873 INFO O| Oct 15 21:44:16.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
62302024-10-15T21:44:17.384Z[ recovery-image] Oct 15 21:44:16.874 INFO O| Oct 15 21:44:16.873 INFO STEP 679 (remove_files) COMPLETE
62312024-10-15T21:44:17.384Z[ recovery-image] Oct 15 21:44:16.874 INFO O| Oct 15 21:44:16.874 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-10-15T21:44:17.403Z[ recovery-image] Oct 15 21:44:16.893 INFO O| Oct 15 21:44:16.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
62332024-10-15T21:44:17.403Z[ recovery-image] Oct 15 21:44:16.894 INFO O| Oct 15 21:44:16.894 INFO STEP 680 (remove_files) COMPLETE
62342024-10-15T21:44:17.407Z[ recovery-image] Oct 15 21:44:16.894 INFO O| Oct 15 21:44:16.894 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-10-15T21:44:17.421Z[ recovery-image] Oct 15 21:44:16.913 INFO O| Oct 15 21:44:16.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
62362024-10-15T21:44:17.424Z[ recovery-image] Oct 15 21:44:16.913 INFO O| Oct 15 21:44:16.913 INFO STEP 681 (remove_files) COMPLETE
62372024-10-15T21:44:17.424Z[ recovery-image] Oct 15 21:44:16.913 INFO O| Oct 15 21:44:16.913 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-10-15T21:44:17.441Z[ recovery-image] Oct 15 21:44:16.932 INFO O| Oct 15 21:44:16.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
62392024-10-15T21:44:17.441Z[ recovery-image] Oct 15 21:44:16.932 INFO O| Oct 15 21:44:16.932 INFO STEP 682 (remove_files) COMPLETE
62402024-10-15T21:44:17.441Z[ recovery-image] Oct 15 21:44:16.932 INFO O| Oct 15 21:44:16.932 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-10-15T21:44:17.460Z[ recovery-image] Oct 15 21:44:16.951 INFO O| Oct 15 21:44:16.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
62422024-10-15T21:44:17.463Z[ recovery-image] Oct 15 21:44:16.951 INFO O| Oct 15 21:44:16.951 INFO STEP 683 (remove_files) COMPLETE
62432024-10-15T21:44:17.463Z[ recovery-image] Oct 15 21:44:16.951 INFO O| Oct 15 21:44:16.951 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-10-15T21:44:17.479Z[ recovery-image] Oct 15 21:44:16.970 INFO O| Oct 15 21:44:16.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
62452024-10-15T21:44:17.479Z[ recovery-image] Oct 15 21:44:16.970 INFO O| Oct 15 21:44:16.970 INFO STEP 684 (remove_files) COMPLETE
62462024-10-15T21:44:17.479Z[ recovery-image] Oct 15 21:44:16.970 INFO O| Oct 15 21:44:16.970 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-10-15T21:44:17.499Z[ recovery-image] Oct 15 21:44:16.988 INFO O| Oct 15 21:44:16.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
62482024-10-15T21:44:17.499Z[ recovery-image] Oct 15 21:44:16.988 INFO O| Oct 15 21:44:16.988 INFO STEP 685 (remove_files) COMPLETE
62492024-10-15T21:44:17.499Z[ recovery-image] Oct 15 21:44:16.988 INFO O| Oct 15 21:44:16.988 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-10-15T21:44:17.514Z[ recovery-image] Oct 15 21:44:17.006 INFO O| Oct 15 21:44:17.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
62512024-10-15T21:44:17.514Z[ recovery-image] Oct 15 21:44:17.006 INFO O| Oct 15 21:44:17.006 INFO STEP 686 (remove_files) COMPLETE
62522024-10-15T21:44:17.514Z[ recovery-image] Oct 15 21:44:17.006 INFO O| Oct 15 21:44:17.006 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-10-15T21:44:17.533Z[ recovery-image] Oct 15 21:44:17.024 INFO O| Oct 15 21:44:17.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
62542024-10-15T21:44:17.533Z[ recovery-image] Oct 15 21:44:17.024 INFO O| Oct 15 21:44:17.024 INFO STEP 687 (remove_files) COMPLETE
62552024-10-15T21:44:17.533Z[ recovery-image] Oct 15 21:44:17.024 INFO O| Oct 15 21:44:17.024 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-10-15T21:44:17.551Z[ recovery-image] Oct 15 21:44:17.042 INFO O| Oct 15 21:44:17.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
62572024-10-15T21:44:17.551Z[ recovery-image] Oct 15 21:44:17.043 INFO O| Oct 15 21:44:17.042 INFO STEP 688 (remove_files) COMPLETE
62582024-10-15T21:44:17.551Z[ recovery-image] Oct 15 21:44:17.043 INFO O| Oct 15 21:44:17.043 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-10-15T21:44:17.571Z[ recovery-image] Oct 15 21:44:17.062 INFO O| Oct 15 21:44:17.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
62602024-10-15T21:44:17.571Z[ recovery-image] Oct 15 21:44:17.062 INFO O| Oct 15 21:44:17.062 INFO STEP 689 (remove_files) COMPLETE
62612024-10-15T21:44:17.573Z[ recovery-image] Oct 15 21:44:17.062 INFO O| Oct 15 21:44:17.062 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-10-15T21:44:17.615Z[ recovery-image] Oct 15 21:44:17.107 INFO O| Oct 15 21:44:17.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
62632024-10-15T21:44:17.619Z[ recovery-image] Oct 15 21:44:17.107 INFO O| Oct 15 21:44:17.107 INFO STEP 690 (remove_files) COMPLETE
62642024-10-15T21:44:17.619Z[ recovery-image] Oct 15 21:44:17.107 INFO O| Oct 15 21:44:17.107 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-10-15T21:44:17.687Z[ recovery-image] Oct 15 21:44:17.178 INFO O| Oct 15 21:44:17.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
62662024-10-15T21:44:17.689Z[ recovery-image] Oct 15 21:44:17.178 INFO O| Oct 15 21:44:17.178 INFO STEP 691 (remove_files) COMPLETE
62672024-10-15T21:44:17.690Z[ recovery-image] Oct 15 21:44:17.178 INFO O| Oct 15 21:44:17.178 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-10-15T21:44:17.708Z[ recovery-image] Oct 15 21:44:17.199 INFO O| Oct 15 21:44:17.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
62692024-10-15T21:44:17.708Z[ recovery-image] Oct 15 21:44:17.199 INFO O| Oct 15 21:44:17.199 INFO STEP 692 (remove_files) COMPLETE
62702024-10-15T21:44:17.708Z[ recovery-image] Oct 15 21:44:17.199 INFO O| Oct 15 21:44:17.199 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-10-15T21:44:17.725Z[ recovery-image] Oct 15 21:44:17.216 INFO O| Oct 15 21:44:17.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
62722024-10-15T21:44:17.725Z[ recovery-image] Oct 15 21:44:17.216 INFO O| Oct 15 21:44:17.216 INFO STEP 693 (remove_files) COMPLETE
62732024-10-15T21:44:17.725Z[ recovery-image] Oct 15 21:44:17.216 INFO O| Oct 15 21:44:17.216 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-10-15T21:44:17.742Z[ recovery-image] Oct 15 21:44:17.233 INFO O| Oct 15 21:44:17.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
62752024-10-15T21:44:17.742Z[ recovery-image] Oct 15 21:44:17.233 INFO O| Oct 15 21:44:17.233 INFO STEP 694 (remove_files) COMPLETE
62762024-10-15T21:44:17.742Z[ recovery-image] Oct 15 21:44:17.233 INFO O| Oct 15 21:44:17.233 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-10-15T21:44:17.760Z[ recovery-image] Oct 15 21:44:17.251 INFO O| Oct 15 21:44:17.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
62782024-10-15T21:44:17.760Z[ recovery-image] Oct 15 21:44:17.251 INFO O| Oct 15 21:44:17.251 INFO STEP 695 (remove_files) COMPLETE
62792024-10-15T21:44:17.760Z[ recovery-image] Oct 15 21:44:17.251 INFO O| Oct 15 21:44:17.251 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-10-15T21:44:17.778Z[ recovery-image] Oct 15 21:44:17.269 INFO O| Oct 15 21:44:17.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
62812024-10-15T21:44:17.778Z[ recovery-image] Oct 15 21:44:17.269 INFO O| Oct 15 21:44:17.269 INFO STEP 696 (remove_files) COMPLETE
62822024-10-15T21:44:17.778Z[ recovery-image] Oct 15 21:44:17.269 INFO O| Oct 15 21:44:17.269 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-10-15T21:44:17.795Z[ recovery-image] Oct 15 21:44:17.286 INFO O| Oct 15 21:44:17.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
62842024-10-15T21:44:17.795Z[ recovery-image] Oct 15 21:44:17.286 INFO O| Oct 15 21:44:17.286 INFO STEP 697 (remove_files) COMPLETE
62852024-10-15T21:44:17.795Z[ recovery-image] Oct 15 21:44:17.286 INFO O| Oct 15 21:44:17.286 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-10-15T21:44:17.822Z[ recovery-image] Oct 15 21:44:17.313 INFO O| Oct 15 21:44:17.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
62872024-10-15T21:44:17.822Z[ recovery-image] Oct 15 21:44:17.313 INFO O| Oct 15 21:44:17.313 INFO STEP 698 (remove_files) COMPLETE
62882024-10-15T21:44:17.822Z[ recovery-image] Oct 15 21:44:17.313 INFO O| Oct 15 21:44:17.313 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-10-15T21:44:17.860Z[ host-image] Oct 15 21:44:17.351 INFO O| Oct 15 21:44:17.351 INFO O| Download: Completed 20.80 MB in 1.33 seconds (15.7M/s)
62902024-10-15T21:44:17.862Z[ recovery-image] Oct 15 21:44:17.352 INFO O| Oct 15 21:44:17.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
62912024-10-15T21:44:17.862Z[ recovery-image] Oct 15 21:44:17.352 INFO O| Oct 15 21:44:17.352 INFO STEP 699 (remove_files) COMPLETE
62922024-10-15T21:44:17.862Z[ recovery-image] Oct 15 21:44:17.352 INFO O| Oct 15 21:44:17.352 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-10-15T21:44:17.877Z[ recovery-image] Oct 15 21:44:17.368 INFO O| Oct 15 21:44:17.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
62942024-10-15T21:44:17.879Z[ recovery-image] Oct 15 21:44:17.368 INFO O| Oct 15 21:44:17.368 INFO STEP 700 (remove_files) COMPLETE
62952024-10-15T21:44:17.879Z[ recovery-image] Oct 15 21:44:17.368 INFO O| Oct 15 21:44:17.368 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-10-15T21:44:17.893Z[ recovery-image] Oct 15 21:44:17.385 INFO O| Oct 15 21:44:17.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
62972024-10-15T21:44:17.893Z[ recovery-image] Oct 15 21:44:17.385 INFO O| Oct 15 21:44:17.385 INFO STEP 701 (remove_files) COMPLETE
62982024-10-15T21:44:17.896Z[ recovery-image] Oct 15 21:44:17.385 INFO O| Oct 15 21:44:17.385 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-10-15T21:44:17.916Z[ recovery-image] Oct 15 21:44:17.407 INFO O| Oct 15 21:44:17.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
63002024-10-15T21:44:17.919Z[ recovery-image] Oct 15 21:44:17.408 INFO O| Oct 15 21:44:17.408 INFO STEP 702 (remove_files) COMPLETE
63012024-10-15T21:44:17.919Z[ recovery-image] Oct 15 21:44:17.408 INFO O| Oct 15 21:44:17.408 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-10-15T21:44:17.940Z[ host-image] Oct 15 21:44:17.431 INFO O| Oct 15 21:44:17.431 INFO O| Actions: 1/22 actions (Installing new actions)
63032024-10-15T21:44:17.942Z[ recovery-image] Oct 15 21:44:17.433 INFO O| Oct 15 21:44:17.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
63042024-10-15T21:44:17.944Z[ recovery-image] Oct 15 21:44:17.433 INFO O| Oct 15 21:44:17.433 INFO STEP 703 (remove_files) COMPLETE
63052024-10-15T21:44:17.944Z[ recovery-image] Oct 15 21:44:17.434 INFO O| Oct 15 21:44:17.434 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-10-15T21:44:17.961Z[ recovery-image] Oct 15 21:44:17.452 INFO O| Oct 15 21:44:17.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
63072024-10-15T21:44:17.963Z[ recovery-image] Oct 15 21:44:17.452 INFO O| Oct 15 21:44:17.452 INFO STEP 704 (remove_files) COMPLETE
63082024-10-15T21:44:17.963Z[ recovery-image] Oct 15 21:44:17.453 INFO O| Oct 15 21:44:17.452 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-10-15T21:44:18.002Z[ recovery-image] Oct 15 21:44:17.493 INFO O| Oct 15 21:44:17.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
63102024-10-15T21:44:18.004Z[ recovery-image] Oct 15 21:44:17.493 INFO O| Oct 15 21:44:17.493 INFO STEP 705 (remove_files) COMPLETE
63112024-10-15T21:44:18.004Z[ recovery-image] Oct 15 21:44:17.493 INFO O| Oct 15 21:44:17.493 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-10-15T21:44:18.020Z[ recovery-image] Oct 15 21:44:17.512 INFO O| Oct 15 21:44:17.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
63132024-10-15T21:44:18.021Z[ recovery-image] Oct 15 21:44:17.512 INFO O| Oct 15 21:44:17.512 INFO STEP 706 (remove_files) COMPLETE
63142024-10-15T21:44:18.023Z[ recovery-image] Oct 15 21:44:17.512 INFO O| Oct 15 21:44:17.512 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-10-15T21:44:18.076Z[ recovery-image] Oct 15 21:44:17.567 INFO O| Oct 15 21:44:17.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
63162024-10-15T21:44:18.078Z[ recovery-image] Oct 15 21:44:17.567 INFO O| Oct 15 21:44:17.567 INFO STEP 707 (remove_files) COMPLETE
63172024-10-15T21:44:18.078Z[ recovery-image] Oct 15 21:44:17.568 INFO O| Oct 15 21:44:17.567 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-10-15T21:44:18.094Z[ recovery-image] Oct 15 21:44:17.585 INFO O| Oct 15 21:44:17.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
63192024-10-15T21:44:18.097Z[ recovery-image] Oct 15 21:44:17.586 INFO O| Oct 15 21:44:17.586 INFO STEP 708 (remove_files) COMPLETE
63202024-10-15T21:44:18.097Z[ recovery-image] Oct 15 21:44:17.586 INFO O| Oct 15 21:44:17.586 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-10-15T21:44:18.112Z[ recovery-image] Oct 15 21:44:17.603 INFO O| Oct 15 21:44:17.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
63222024-10-15T21:44:18.114Z[ recovery-image] Oct 15 21:44:17.603 INFO O| Oct 15 21:44:17.603 INFO STEP 709 (remove_files) COMPLETE
63232024-10-15T21:44:18.114Z[ recovery-image] Oct 15 21:44:17.604 INFO O| Oct 15 21:44:17.603 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-10-15T21:44:18.132Z[ recovery-image] Oct 15 21:44:17.623 INFO O| Oct 15 21:44:17.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
63252024-10-15T21:44:18.135Z[ recovery-image] Oct 15 21:44:17.623 INFO O| Oct 15 21:44:17.623 INFO STEP 710 (remove_files) COMPLETE
63262024-10-15T21:44:18.135Z[ recovery-image] Oct 15 21:44:17.623 INFO O| Oct 15 21:44:17.623 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-10-15T21:44:18.152Z[ recovery-image] Oct 15 21:44:17.644 INFO O| Oct 15 21:44:17.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
63282024-10-15T21:44:18.152Z[ recovery-image] Oct 15 21:44:17.644 INFO O| Oct 15 21:44:17.644 INFO STEP 711 (remove_files) COMPLETE
63292024-10-15T21:44:18.155Z[ recovery-image] Oct 15 21:44:17.644 INFO O| Oct 15 21:44:17.644 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-10-15T21:44:18.173Z[ recovery-image] Oct 15 21:44:17.663 INFO O| Oct 15 21:44:17.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
63312024-10-15T21:44:18.173Z[ recovery-image] Oct 15 21:44:17.663 INFO O| Oct 15 21:44:17.663 INFO STEP 712 (remove_files) COMPLETE
63322024-10-15T21:44:18.173Z[ recovery-image] Oct 15 21:44:17.663 INFO O| Oct 15 21:44:17.663 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-10-15T21:44:18.193Z[ recovery-image] Oct 15 21:44:17.683 INFO O| Oct 15 21:44:17.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
63342024-10-15T21:44:18.195Z[ recovery-image] Oct 15 21:44:17.683 INFO O| Oct 15 21:44:17.683 INFO STEP 713 (remove_files) COMPLETE
63352024-10-15T21:44:18.195Z[ recovery-image] Oct 15 21:44:17.683 INFO O| Oct 15 21:44:17.683 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-10-15T21:44:18.221Z[ recovery-image] Oct 15 21:44:17.710 INFO O| Oct 15 21:44:17.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
63372024-10-15T21:44:18.224Z[ recovery-image] Oct 15 21:44:17.711 INFO O| Oct 15 21:44:17.710 INFO STEP 714 (remove_files) COMPLETE
63382024-10-15T21:44:18.224Z[ recovery-image] Oct 15 21:44:17.711 INFO O| Oct 15 21:44:17.711 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-10-15T21:44:18.290Z[ recovery-image] Oct 15 21:44:17.781 INFO O| Oct 15 21:44:17.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
63402024-10-15T21:44:18.290Z[ recovery-image] Oct 15 21:44:17.781 INFO O| Oct 15 21:44:17.781 INFO STEP 715 (remove_files) COMPLETE
63412024-10-15T21:44:18.290Z[ recovery-image] Oct 15 21:44:17.781 INFO O| Oct 15 21:44:17.781 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-10-15T21:44:18.314Z[ recovery-image] Oct 15 21:44:17.805 INFO O| Oct 15 21:44:17.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
63432024-10-15T21:44:18.314Z[ recovery-image] Oct 15 21:44:17.805 INFO O| Oct 15 21:44:17.805 INFO STEP 716 (remove_files) COMPLETE
63442024-10-15T21:44:18.314Z[ recovery-image] Oct 15 21:44:17.805 INFO O| Oct 15 21:44:17.805 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-10-15T21:44:18.333Z[ recovery-image] Oct 15 21:44:17.825 INFO O| Oct 15 21:44:17.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
63462024-10-15T21:44:18.333Z[ recovery-image] Oct 15 21:44:17.825 INFO O| Oct 15 21:44:17.825 INFO STEP 717 (remove_files) COMPLETE
63472024-10-15T21:44:18.336Z[ recovery-image] Oct 15 21:44:17.825 INFO O| Oct 15 21:44:17.825 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-10-15T21:44:18.353Z[ recovery-image] Oct 15 21:44:17.844 INFO O| Oct 15 21:44:17.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
63492024-10-15T21:44:18.377Z[ recovery-image] Oct 15 21:44:17.867 INFO O| Oct 15 21:44:17.867 INFO STEP 718 (remove_files) COMPLETE
63502024-10-15T21:44:18.377Z[ recovery-image] Oct 15 21:44:17.867 INFO O| Oct 15 21:44:17.867 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-10-15T21:44:18.410Z[ recovery-image] Oct 15 21:44:17.901 INFO O| Oct 15 21:44:17.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
63522024-10-15T21:44:18.413Z[ recovery-image] Oct 15 21:44:17.904 INFO O| Oct 15 21:44:17.904 INFO STEP 719 (remove_files) COMPLETE
63532024-10-15T21:44:18.413Z[ recovery-image] Oct 15 21:44:17.904 INFO O| Oct 15 21:44:17.904 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-10-15T21:44:18.470Z[ recovery-image] Oct 15 21:44:17.960 INFO O| Oct 15 21:44:17.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
63552024-10-15T21:44:18.470Z[ recovery-image] Oct 15 21:44:17.961 INFO O| Oct 15 21:44:17.961 INFO STEP 720 (remove_files) COMPLETE
63562024-10-15T21:44:18.470Z[ recovery-image] Oct 15 21:44:17.961 INFO O| Oct 15 21:44:17.961 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-10-15T21:44:18.486Z[ recovery-image] Oct 15 21:44:17.977 INFO O| Oct 15 21:44:17.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
63582024-10-15T21:44:18.486Z[ recovery-image] Oct 15 21:44:17.977 INFO O| Oct 15 21:44:17.977 INFO STEP 721 (remove_files) COMPLETE
63592024-10-15T21:44:18.486Z[ recovery-image] Oct 15 21:44:17.977 INFO O| Oct 15 21:44:17.977 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602024-10-15T21:44:18.550Z[ recovery-image] Oct 15 21:44:18.041 INFO O| Oct 15 21:44:18.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
63612024-10-15T21:44:18.553Z[ recovery-image] Oct 15 21:44:18.041 INFO O| Oct 15 21:44:18.041 INFO STEP 722 (remove_files) COMPLETE
63622024-10-15T21:44:18.553Z[ recovery-image] Oct 15 21:44:18.041 INFO O| Oct 15 21:44:18.041 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632024-10-15T21:44:18.592Z[ recovery-image] Oct 15 21:44:18.083 INFO O| Oct 15 21:44:18.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
63642024-10-15T21:44:18.592Z[ recovery-image] Oct 15 21:44:18.083 INFO O| Oct 15 21:44:18.083 INFO STEP 723 (remove_files) COMPLETE
63652024-10-15T21:44:18.594Z[ recovery-image] Oct 15 21:44:18.083 INFO O| Oct 15 21:44:18.083 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662024-10-15T21:44:18.610Z[ recovery-image] Oct 15 21:44:18.101 INFO O| Oct 15 21:44:18.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
63672024-10-15T21:44:18.615Z[ recovery-image] Oct 15 21:44:18.102 INFO O| Oct 15 21:44:18.102 INFO STEP 724 (remove_files) COMPLETE
63682024-10-15T21:44:18.615Z[ recovery-image] Oct 15 21:44:18.102 INFO O| Oct 15 21:44:18.102 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-10-15T21:44:18.647Z[ recovery-image] Oct 15 21:44:18.137 INFO O| Oct 15 21:44:18.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
63702024-10-15T21:44:18.647Z[ recovery-image] Oct 15 21:44:18.137 INFO O| Oct 15 21:44:18.137 INFO STEP 725 (remove_files) COMPLETE
63712024-10-15T21:44:18.647Z[ recovery-image] Oct 15 21:44:18.137 INFO O| Oct 15 21:44:18.137 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722024-10-15T21:44:18.663Z[ recovery-image] Oct 15 21:44:18.154 INFO O| Oct 15 21:44:18.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
63732024-10-15T21:44:18.663Z[ recovery-image] Oct 15 21:44:18.154 INFO O| Oct 15 21:44:18.154 INFO STEP 726 (remove_files) COMPLETE
63742024-10-15T21:44:18.663Z[ recovery-image] Oct 15 21:44:18.154 INFO O| Oct 15 21:44:18.154 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752024-10-15T21:44:18.680Z[ recovery-image] Oct 15 21:44:18.171 INFO O| Oct 15 21:44:18.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
63762024-10-15T21:44:18.680Z[ recovery-image] Oct 15 21:44:18.171 INFO O| Oct 15 21:44:18.171 INFO STEP 727 (remove_files) COMPLETE
63772024-10-15T21:44:18.680Z[ recovery-image] Oct 15 21:44:18.171 INFO O| Oct 15 21:44:18.171 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-10-15T21:44:18.696Z[ recovery-image] Oct 15 21:44:18.187 INFO O| Oct 15 21:44:18.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
63792024-10-15T21:44:18.696Z[ recovery-image] Oct 15 21:44:18.187 INFO O| Oct 15 21:44:18.187 INFO STEP 728 (remove_files) COMPLETE
63802024-10-15T21:44:18.696Z[ recovery-image] Oct 15 21:44:18.187 INFO O| Oct 15 21:44:18.187 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-10-15T21:44:18.713Z[ recovery-image] Oct 15 21:44:18.203 INFO O| Oct 15 21:44:18.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
63822024-10-15T21:44:18.713Z[ recovery-image] Oct 15 21:44:18.203 INFO O| Oct 15 21:44:18.203 INFO STEP 729 (remove_files) COMPLETE
63832024-10-15T21:44:18.713Z[ recovery-image] Oct 15 21:44:18.203 INFO O| Oct 15 21:44:18.203 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-10-15T21:44:18.807Z[ recovery-image] Oct 15 21:44:18.298 INFO O| Oct 15 21:44:18.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
63852024-10-15T21:44:18.810Z[ recovery-image] Oct 15 21:44:18.298 INFO O| Oct 15 21:44:18.298 INFO STEP 730 (remove_files) COMPLETE
63862024-10-15T21:44:18.810Z[ recovery-image] Oct 15 21:44:18.298 INFO O| Oct 15 21:44:18.298 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-10-15T21:44:18.847Z[ recovery-image] Oct 15 21:44:18.338 INFO O| Oct 15 21:44:18.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
63882024-10-15T21:44:18.849Z[ recovery-image] Oct 15 21:44:18.339 INFO O| Oct 15 21:44:18.339 INFO STEP 731 (remove_files) COMPLETE
63892024-10-15T21:44:18.849Z[ recovery-image] Oct 15 21:44:18.339 INFO O| Oct 15 21:44:18.339 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-10-15T21:44:18.890Z[ host-image] Oct 15 21:44:18.381 INFO O| Oct 15 21:44:18.381 INFO O| Actions: Completed 22 actions in 0.95 seconds.
63912024-10-15T21:44:18.909Z[ recovery-image] Oct 15 21:44:18.399 INFO O| Oct 15 21:44:18.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
63922024-10-15T21:44:18.909Z[ recovery-image] Oct 15 21:44:18.400 INFO O| Oct 15 21:44:18.399 INFO STEP 732 (remove_files) COMPLETE
63932024-10-15T21:44:18.909Z[ recovery-image] Oct 15 21:44:18.400 INFO O| Oct 15 21:44:18.400 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-10-15T21:44:18.926Z[ recovery-image] Oct 15 21:44:18.417 INFO O| Oct 15 21:44:18.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
63952024-10-15T21:44:18.926Z[ recovery-image] Oct 15 21:44:18.417 INFO O| Oct 15 21:44:18.417 INFO STEP 733 (remove_files) COMPLETE
63962024-10-15T21:44:18.926Z[ recovery-image] Oct 15 21:44:18.417 INFO O| Oct 15 21:44:18.417 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-10-15T21:44:18.942Z[ recovery-image] Oct 15 21:44:18.433 INFO O| Oct 15 21:44:18.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
63982024-10-15T21:44:18.945Z[ recovery-image] Oct 15 21:44:18.433 INFO O| Oct 15 21:44:18.433 INFO STEP 734 (remove_files) COMPLETE
63992024-10-15T21:44:18.945Z[ recovery-image] Oct 15 21:44:18.433 INFO O| Oct 15 21:44:18.433 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-10-15T21:44:18.971Z[ recovery-image] Oct 15 21:44:18.462 INFO O| Oct 15 21:44:18.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
64012024-10-15T21:44:18.992Z[ recovery-image] Oct 15 21:44:18.483 INFO O| Oct 15 21:44:18.483 INFO STEP 735 (remove_files) COMPLETE
64022024-10-15T21:44:18.993Z[ recovery-image] Oct 15 21:44:18.483 INFO O| Oct 15 21:44:18.483 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-10-15T21:44:19.019Z[ recovery-image] Oct 15 21:44:18.509 INFO O| Oct 15 21:44:18.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
64042024-10-15T21:44:19.019Z[ recovery-image] Oct 15 21:44:18.509 INFO O| Oct 15 21:44:18.509 INFO STEP 736 (remove_files) COMPLETE
64052024-10-15T21:44:19.019Z[ recovery-image] Oct 15 21:44:18.509 INFO O| Oct 15 21:44:18.509 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-10-15T21:44:19.076Z[ recovery-image] Oct 15 21:44:18.567 INFO O| Oct 15 21:44:18.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
64072024-10-15T21:44:19.076Z[ recovery-image] Oct 15 21:44:18.567 INFO O| Oct 15 21:44:18.567 INFO STEP 737 (remove_files) COMPLETE
64082024-10-15T21:44:19.076Z[ recovery-image] Oct 15 21:44:18.567 INFO O| Oct 15 21:44:18.567 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-10-15T21:44:19.125Z[ recovery-image] Oct 15 21:44:18.616 INFO O| Oct 15 21:44:18.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
64102024-10-15T21:44:19.125Z[ recovery-image] Oct 15 21:44:18.616 INFO O| Oct 15 21:44:18.616 INFO STEP 738 (remove_files) COMPLETE
64112024-10-15T21:44:19.125Z[ recovery-image] Oct 15 21:44:18.616 INFO O| Oct 15 21:44:18.616 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-10-15T21:44:19.156Z[ recovery-image] Oct 15 21:44:18.647 INFO O| Oct 15 21:44:18.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
64132024-10-15T21:44:19.156Z[ recovery-image] Oct 15 21:44:18.647 INFO O| Oct 15 21:44:18.647 INFO STEP 739 (remove_files) COMPLETE
64142024-10-15T21:44:19.156Z[ recovery-image] Oct 15 21:44:18.647 INFO O| Oct 15 21:44:18.647 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-10-15T21:44:19.176Z[ recovery-image] Oct 15 21:44:18.667 INFO O| Oct 15 21:44:18.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
64162024-10-15T21:44:19.176Z[ recovery-image] Oct 15 21:44:18.667 INFO O| Oct 15 21:44:18.667 INFO STEP 740 (remove_files) COMPLETE
64172024-10-15T21:44:19.176Z[ recovery-image] Oct 15 21:44:18.667 INFO O| Oct 15 21:44:18.667 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-10-15T21:44:19.199Z[ recovery-image] Oct 15 21:44:18.690 INFO O| Oct 15 21:44:18.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
64192024-10-15T21:44:19.201Z[ recovery-image] Oct 15 21:44:18.690 INFO O| Oct 15 21:44:18.690 INFO STEP 741 (remove_files) COMPLETE
64202024-10-15T21:44:19.201Z[ recovery-image] Oct 15 21:44:18.691 INFO O| Oct 15 21:44:18.690 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-10-15T21:44:19.240Z[ recovery-image] Oct 15 21:44:18.731 INFO O| Oct 15 21:44:18.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
64222024-10-15T21:44:19.243Z[ recovery-image] Oct 15 21:44:18.731 INFO O| Oct 15 21:44:18.731 INFO STEP 742 (remove_files) COMPLETE
64232024-10-15T21:44:19.243Z[ recovery-image] Oct 15 21:44:18.731 INFO O| Oct 15 21:44:18.731 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-10-15T21:44:19.298Z[ recovery-image] Oct 15 21:44:18.789 INFO O| Oct 15 21:44:18.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
64252024-10-15T21:44:19.301Z[ recovery-image] Oct 15 21:44:18.789 INFO O| Oct 15 21:44:18.789 INFO STEP 743 (remove_files) COMPLETE
64262024-10-15T21:44:19.301Z[ recovery-image] Oct 15 21:44:18.789 INFO O| Oct 15 21:44:18.789 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-10-15T21:44:19.321Z[ recovery-image] Oct 15 21:44:18.811 INFO O| Oct 15 21:44:18.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
64282024-10-15T21:44:19.321Z[ recovery-image] Oct 15 21:44:18.811 INFO O| Oct 15 21:44:18.811 INFO STEP 744 (remove_files) COMPLETE
64292024-10-15T21:44:19.321Z[ recovery-image] Oct 15 21:44:18.811 INFO O| Oct 15 21:44:18.811 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-10-15T21:44:19.340Z[ recovery-image] Oct 15 21:44:18.831 INFO O| Oct 15 21:44:18.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
64312024-10-15T21:44:19.340Z[ recovery-image] Oct 15 21:44:18.831 INFO O| Oct 15 21:44:18.831 INFO STEP 745 (remove_files) COMPLETE
64322024-10-15T21:44:19.340Z[ recovery-image] Oct 15 21:44:18.831 INFO O| Oct 15 21:44:18.831 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-10-15T21:44:19.357Z[ recovery-image] Oct 15 21:44:18.847 INFO O| Oct 15 21:44:18.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
64342024-10-15T21:44:19.357Z[ recovery-image] Oct 15 21:44:18.847 INFO O| Oct 15 21:44:18.847 INFO STEP 746 (remove_files) COMPLETE
64352024-10-15T21:44:19.357Z[ recovery-image] Oct 15 21:44:18.847 INFO O| Oct 15 21:44:18.847 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-10-15T21:44:19.372Z[ recovery-image] Oct 15 21:44:18.863 INFO O| Oct 15 21:44:18.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
64372024-10-15T21:44:19.372Z[ recovery-image] Oct 15 21:44:18.863 INFO O| Oct 15 21:44:18.863 INFO STEP 747 (remove_files) COMPLETE
64382024-10-15T21:44:19.372Z[ recovery-image] Oct 15 21:44:18.863 INFO O| Oct 15 21:44:18.863 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-10-15T21:44:19.389Z[ recovery-image] Oct 15 21:44:18.880 INFO O| Oct 15 21:44:18.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
64402024-10-15T21:44:19.389Z[ recovery-image] Oct 15 21:44:18.880 INFO O| Oct 15 21:44:18.880 INFO STEP 748 (remove_files) COMPLETE
64412024-10-15T21:44:19.391Z[ recovery-image] Oct 15 21:44:18.880 INFO O| Oct 15 21:44:18.880 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-10-15T21:44:19.426Z[ host-image] Oct 15 21:44:18.917 INFO O| Oct 15 21:44:18.917 INFO O| Done
64432024-10-15T21:44:19.426Z[ host-image] Oct 15 21:44:18.917 INFO O| Oct 15 21:44:18.917 INFO O| Done
64442024-10-15T21:44:19.433Z[ recovery-image] Oct 15 21:44:18.924 INFO O| Oct 15 21:44:18.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
64452024-10-15T21:44:19.436Z[ recovery-image] Oct 15 21:44:18.924 INFO O| Oct 15 21:44:18.924 INFO STEP 749 (remove_files) COMPLETE
64462024-10-15T21:44:19.436Z[ recovery-image] Oct 15 21:44:18.924 INFO O| Oct 15 21:44:18.924 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-10-15T21:44:19.453Z[ recovery-image] Oct 15 21:44:18.945 INFO O| Oct 15 21:44:18.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
64482024-10-15T21:44:19.455Z[ recovery-image] Oct 15 21:44:18.945 INFO O| Oct 15 21:44:18.945 INFO STEP 750 (remove_files) COMPLETE
64492024-10-15T21:44:19.455Z[ recovery-image] Oct 15 21:44:18.945 INFO O| Oct 15 21:44:18.945 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-10-15T21:44:19.485Z[ recovery-image] Oct 15 21:44:18.976 INFO O| Oct 15 21:44:18.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
64512024-10-15T21:44:19.485Z[ recovery-image] Oct 15 21:44:18.976 INFO O| Oct 15 21:44:18.976 INFO STEP 751 (remove_files) COMPLETE
64522024-10-15T21:44:19.487Z[ recovery-image] Oct 15 21:44:18.976 INFO O| Oct 15 21:44:18.976 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-10-15T21:44:19.578Z[ recovery-image] Oct 15 21:44:19.069 INFO O| Oct 15 21:44:19.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
64542024-10-15T21:44:19.578Z[ recovery-image] Oct 15 21:44:19.069 INFO O| Oct 15 21:44:19.069 INFO STEP 752 (remove_files) COMPLETE
64552024-10-15T21:44:19.578Z[ recovery-image] Oct 15 21:44:19.069 INFO O| Oct 15 21:44:19.069 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-10-15T21:44:19.632Z[ recovery-image] Oct 15 21:44:19.123 INFO O| Oct 15 21:44:19.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
64572024-10-15T21:44:19.632Z[ recovery-image] Oct 15 21:44:19.123 INFO O| Oct 15 21:44:19.123 INFO STEP 753 (remove_files) COMPLETE
64582024-10-15T21:44:19.632Z[ recovery-image] Oct 15 21:44:19.123 INFO O| Oct 15 21:44:19.123 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-10-15T21:44:19.649Z[ recovery-image] Oct 15 21:44:19.140 INFO O| Oct 15 21:44:19.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
64602024-10-15T21:44:19.649Z[ recovery-image] Oct 15 21:44:19.141 INFO O| Oct 15 21:44:19.140 INFO STEP 754 (remove_files) COMPLETE
64612024-10-15T21:44:19.652Z[ recovery-image] Oct 15 21:44:19.141 INFO O| Oct 15 21:44:19.141 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-10-15T21:44:19.685Z[ recovery-image] Oct 15 21:44:19.175 INFO O| Oct 15 21:44:19.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
64632024-10-15T21:44:19.685Z[ recovery-image] Oct 15 21:44:19.175 INFO O| Oct 15 21:44:19.175 INFO STEP 755 (remove_files) COMPLETE
64642024-10-15T21:44:19.685Z[ recovery-image] Oct 15 21:44:19.175 INFO O| Oct 15 21:44:19.175 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-10-15T21:44:19.743Z[ recovery-image] Oct 15 21:44:19.234 INFO O| Oct 15 21:44:19.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
64662024-10-15T21:44:19.743Z[ recovery-image] Oct 15 21:44:19.234 INFO O| Oct 15 21:44:19.234 INFO STEP 756 (remove_files) COMPLETE
64672024-10-15T21:44:19.743Z[ recovery-image] Oct 15 21:44:19.234 INFO O| Oct 15 21:44:19.234 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-10-15T21:44:19.781Z[ recovery-image] Oct 15 21:44:19.272 INFO O| Oct 15 21:44:19.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
64692024-10-15T21:44:19.781Z[ recovery-image] Oct 15 21:44:19.272 INFO O| Oct 15 21:44:19.272 INFO STEP 757 (remove_files) COMPLETE
64702024-10-15T21:44:19.781Z[ recovery-image] Oct 15 21:44:19.272 INFO O| Oct 15 21:44:19.272 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-10-15T21:44:19.821Z[ recovery-image] Oct 15 21:44:19.289 INFO O| Oct 15 21:44:19.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
64722024-10-15T21:44:19.821Z[ recovery-image] Oct 15 21:44:19.289 INFO O| Oct 15 21:44:19.289 INFO STEP 758 (remove_files) COMPLETE
64732024-10-15T21:44:19.824Z[ recovery-image] Oct 15 21:44:19.289 INFO O| Oct 15 21:44:19.289 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-10-15T21:44:19.916Z[ recovery-image] Oct 15 21:44:19.407 INFO O| Oct 15 21:44:19.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
64752024-10-15T21:44:19.916Z[ recovery-image] Oct 15 21:44:19.407 INFO O| Oct 15 21:44:19.407 INFO STEP 759 (remove_files) COMPLETE
64762024-10-15T21:44:19.916Z[ recovery-image] Oct 15 21:44:19.407 INFO O| Oct 15 21:44:19.407 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-10-15T21:44:19.939Z[ recovery-image] Oct 15 21:44:19.430 INFO O| Oct 15 21:44:19.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
64782024-10-15T21:44:19.939Z[ recovery-image] Oct 15 21:44:19.430 INFO O| Oct 15 21:44:19.430 INFO STEP 760 (remove_files) COMPLETE
64792024-10-15T21:44:19.942Z[ recovery-image] Oct 15 21:44:19.430 INFO O| Oct 15 21:44:19.430 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-10-15T21:44:19.958Z[ recovery-image] Oct 15 21:44:19.449 INFO O| Oct 15 21:44:19.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
64812024-10-15T21:44:19.959Z[ recovery-image] Oct 15 21:44:19.449 INFO O| Oct 15 21:44:19.449 INFO STEP 761 (remove_files) COMPLETE
64822024-10-15T21:44:19.959Z[ recovery-image] Oct 15 21:44:19.449 INFO O| Oct 15 21:44:19.449 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-10-15T21:44:19.976Z[ recovery-image] Oct 15 21:44:19.467 INFO O| Oct 15 21:44:19.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
64842024-10-15T21:44:19.976Z[ recovery-image] Oct 15 21:44:19.467 INFO O| Oct 15 21:44:19.467 INFO STEP 762 (remove_files) COMPLETE
64852024-10-15T21:44:19.976Z[ recovery-image] Oct 15 21:44:19.467 INFO O| Oct 15 21:44:19.467 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-10-15T21:44:19.994Z[ recovery-image] Oct 15 21:44:19.485 INFO O| Oct 15 21:44:19.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
64872024-10-15T21:44:19.994Z[ recovery-image] Oct 15 21:44:19.485 INFO O| Oct 15 21:44:19.485 INFO STEP 763 (remove_files) COMPLETE
64882024-10-15T21:44:19.994Z[ recovery-image] Oct 15 21:44:19.485 INFO O| Oct 15 21:44:19.485 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-10-15T21:44:20.013Z[ recovery-image] Oct 15 21:44:19.503 INFO O| Oct 15 21:44:19.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
64902024-10-15T21:44:20.013Z[ recovery-image] Oct 15 21:44:19.503 INFO O| Oct 15 21:44:19.503 INFO STEP 764 (remove_files) COMPLETE
64912024-10-15T21:44:20.013Z[ recovery-image] Oct 15 21:44:19.503 INFO O| Oct 15 21:44:19.503 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-10-15T21:44:20.047Z[ recovery-image] Oct 15 21:44:19.537 INFO O| Oct 15 21:44:19.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
64932024-10-15T21:44:20.047Z[ recovery-image] Oct 15 21:44:19.537 INFO O| Oct 15 21:44:19.537 INFO STEP 765 (remove_files) COMPLETE
64942024-10-15T21:44:20.047Z[ recovery-image] Oct 15 21:44:19.537 INFO O| Oct 15 21:44:19.537 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-10-15T21:44:20.064Z[ recovery-image] Oct 15 21:44:19.556 INFO O| Oct 15 21:44:19.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
64962024-10-15T21:44:20.064Z[ recovery-image] Oct 15 21:44:19.556 INFO O| Oct 15 21:44:19.556 INFO STEP 766 (remove_files) COMPLETE
64972024-10-15T21:44:20.064Z[ recovery-image] Oct 15 21:44:19.556 INFO O| Oct 15 21:44:19.556 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-10-15T21:44:20.084Z[ recovery-image] Oct 15 21:44:19.575 INFO O| Oct 15 21:44:19.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
64992024-10-15T21:44:20.084Z[ recovery-image] Oct 15 21:44:19.575 INFO O| Oct 15 21:44:19.575 INFO STEP 767 (remove_files) COMPLETE
65002024-10-15T21:44:20.085Z[ recovery-image] Oct 15 21:44:19.576 INFO O| Oct 15 21:44:19.575 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-10-15T21:44:20.101Z[ recovery-image] Oct 15 21:44:19.592 INFO O| Oct 15 21:44:19.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
65022024-10-15T21:44:20.101Z[ recovery-image] Oct 15 21:44:19.593 INFO O| Oct 15 21:44:19.593 INFO STEP 768 (remove_files) COMPLETE
65032024-10-15T21:44:20.104Z[ recovery-image] Oct 15 21:44:19.593 INFO O| Oct 15 21:44:19.593 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-10-15T21:44:20.122Z[ recovery-image] Oct 15 21:44:19.613 INFO O| Oct 15 21:44:19.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
65052024-10-15T21:44:20.125Z[ recovery-image] Oct 15 21:44:19.613 INFO O| Oct 15 21:44:19.613 INFO STEP 769 (remove_files) COMPLETE
65062024-10-15T21:44:20.125Z[ recovery-image] Oct 15 21:44:19.613 INFO O| Oct 15 21:44:19.613 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-10-15T21:44:20.141Z[ recovery-image] Oct 15 21:44:19.631 INFO O| Oct 15 21:44:19.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
65082024-10-15T21:44:20.144Z[ recovery-image] Oct 15 21:44:19.631 INFO O| Oct 15 21:44:19.631 INFO STEP 770 (remove_files) COMPLETE
65092024-10-15T21:44:20.144Z[ recovery-image] Oct 15 21:44:19.631 INFO O| Oct 15 21:44:19.631 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-10-15T21:44:20.156Z[ recovery-image] Oct 15 21:44:19.648 INFO O| Oct 15 21:44:19.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
65112024-10-15T21:44:20.159Z[ recovery-image] Oct 15 21:44:19.648 INFO O| Oct 15 21:44:19.648 INFO STEP 771 (remove_files) COMPLETE
65122024-10-15T21:44:20.159Z[ recovery-image] Oct 15 21:44:19.648 INFO O| Oct 15 21:44:19.648 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-10-15T21:44:20.182Z[ recovery-image] Oct 15 21:44:19.673 INFO O| Oct 15 21:44:19.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
65142024-10-15T21:44:20.182Z[ recovery-image] Oct 15 21:44:19.673 INFO O| Oct 15 21:44:19.673 INFO STEP 772 (remove_files) COMPLETE
65152024-10-15T21:44:20.182Z[ recovery-image] Oct 15 21:44:19.673 INFO O| Oct 15 21:44:19.673 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-10-15T21:44:20.214Z[ recovery-image] Oct 15 21:44:19.705 INFO O| Oct 15 21:44:19.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
65172024-10-15T21:44:20.214Z[ recovery-image] Oct 15 21:44:19.705 INFO O| Oct 15 21:44:19.705 INFO STEP 773 (remove_files) COMPLETE
65182024-10-15T21:44:20.214Z[ recovery-image] Oct 15 21:44:19.705 INFO O| Oct 15 21:44:19.705 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-10-15T21:44:20.246Z[ recovery-image] Oct 15 21:44:19.737 INFO O| Oct 15 21:44:19.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
65202024-10-15T21:44:20.246Z[ recovery-image] Oct 15 21:44:19.737 INFO O| Oct 15 21:44:19.737 INFO STEP 774 (remove_files) COMPLETE
65212024-10-15T21:44:20.246Z[ recovery-image] Oct 15 21:44:19.738 INFO O| Oct 15 21:44:19.737 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-10-15T21:44:20.309Z[ recovery-image] Oct 15 21:44:19.798 INFO O| Oct 15 21:44:19.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
65232024-10-15T21:44:20.309Z[ recovery-image] Oct 15 21:44:19.798 INFO O| Oct 15 21:44:19.798 INFO STEP 775 (remove_files) COMPLETE
65242024-10-15T21:44:20.309Z[ recovery-image] Oct 15 21:44:19.798 INFO O| Oct 15 21:44:19.798 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-10-15T21:44:20.329Z[ recovery-image] Oct 15 21:44:19.819 INFO O| Oct 15 21:44:19.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
65262024-10-15T21:44:20.329Z[ recovery-image] Oct 15 21:44:19.819 INFO O| Oct 15 21:44:19.819 INFO STEP 776 (remove_files) COMPLETE
65272024-10-15T21:44:20.330Z[ recovery-image] Oct 15 21:44:19.819 INFO O| Oct 15 21:44:19.819 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-10-15T21:44:20.388Z[ recovery-image] Oct 15 21:44:19.878 INFO O| Oct 15 21:44:19.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
65292024-10-15T21:44:20.388Z[ recovery-image] Oct 15 21:44:19.878 INFO O| Oct 15 21:44:19.878 INFO STEP 777 (remove_files) COMPLETE
65302024-10-15T21:44:20.388Z[ recovery-image] Oct 15 21:44:19.878 INFO O| Oct 15 21:44:19.878 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-10-15T21:44:20.408Z[ recovery-image] Oct 15 21:44:19.899 INFO O| Oct 15 21:44:19.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
65322024-10-15T21:44:20.408Z[ recovery-image] Oct 15 21:44:19.899 INFO O| Oct 15 21:44:19.899 INFO STEP 778 (remove_files) COMPLETE
65332024-10-15T21:44:20.408Z[ recovery-image] Oct 15 21:44:19.899 INFO O| Oct 15 21:44:19.899 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-10-15T21:44:20.444Z[ recovery-image] Oct 15 21:44:19.936 INFO O| Oct 15 21:44:19.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
65352024-10-15T21:44:20.444Z[ recovery-image] Oct 15 21:44:19.936 INFO O| Oct 15 21:44:19.936 INFO STEP 779 (remove_files) COMPLETE
65362024-10-15T21:44:20.445Z[ recovery-image] Oct 15 21:44:19.936 INFO O| Oct 15 21:44:19.936 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-10-15T21:44:20.463Z[ recovery-image] Oct 15 21:44:19.953 INFO O| Oct 15 21:44:19.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
65382024-10-15T21:44:20.463Z[ recovery-image] Oct 15 21:44:19.953 INFO O| Oct 15 21:44:19.953 INFO STEP 780 (remove_files) COMPLETE
65392024-10-15T21:44:20.463Z[ recovery-image] Oct 15 21:44:19.953 INFO O| Oct 15 21:44:19.953 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-10-15T21:44:20.480Z[ recovery-image] Oct 15 21:44:19.971 INFO O| Oct 15 21:44:19.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
65412024-10-15T21:44:20.482Z[ recovery-image] Oct 15 21:44:19.971 INFO O| Oct 15 21:44:19.971 INFO STEP 781 (remove_files) COMPLETE
65422024-10-15T21:44:20.482Z[ recovery-image] Oct 15 21:44:19.971 INFO O| Oct 15 21:44:19.971 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-10-15T21:44:20.498Z[ recovery-image] Oct 15 21:44:19.989 INFO O| Oct 15 21:44:19.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
65442024-10-15T21:44:20.500Z[ recovery-image] Oct 15 21:44:19.989 INFO O| Oct 15 21:44:19.989 INFO STEP 782 (remove_files) COMPLETE
65452024-10-15T21:44:20.500Z[ recovery-image] Oct 15 21:44:19.989 INFO O| Oct 15 21:44:19.989 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-10-15T21:44:20.525Z[ recovery-image] Oct 15 21:44:20.017 INFO O| Oct 15 21:44:20.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
65472024-10-15T21:44:20.528Z[ recovery-image] Oct 15 21:44:20.017 INFO O| Oct 15 21:44:20.017 INFO STEP 783 (remove_files) COMPLETE
65482024-10-15T21:44:20.528Z[ recovery-image] Oct 15 21:44:20.017 INFO O| Oct 15 21:44:20.017 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-10-15T21:44:20.555Z[ recovery-image] Oct 15 21:44:20.046 INFO O| Oct 15 21:44:20.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
65502024-10-15T21:44:20.555Z[ recovery-image] Oct 15 21:44:20.046 INFO O| Oct 15 21:44:20.046 INFO STEP 784 (remove_files) COMPLETE
65512024-10-15T21:44:20.555Z[ recovery-image] Oct 15 21:44:20.046 INFO O| Oct 15 21:44:20.046 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-10-15T21:44:20.574Z[ recovery-image] Oct 15 21:44:20.065 INFO O| Oct 15 21:44:20.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
65532024-10-15T21:44:20.574Z[ recovery-image] Oct 15 21:44:20.065 INFO O| Oct 15 21:44:20.065 INFO STEP 785 (remove_files) COMPLETE
65542024-10-15T21:44:20.574Z[ recovery-image] Oct 15 21:44:20.065 INFO O| Oct 15 21:44:20.065 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-10-15T21:44:20.592Z[ recovery-image] Oct 15 21:44:20.083 INFO O| Oct 15 21:44:20.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
65562024-10-15T21:44:20.592Z[ recovery-image] Oct 15 21:44:20.083 INFO O| Oct 15 21:44:20.083 INFO STEP 786 (remove_files) COMPLETE
65572024-10-15T21:44:20.592Z[ recovery-image] Oct 15 21:44:20.083 INFO O| Oct 15 21:44:20.083 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-10-15T21:44:20.609Z[ recovery-image] Oct 15 21:44:20.100 INFO O| Oct 15 21:44:20.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
65592024-10-15T21:44:20.609Z[ recovery-image] Oct 15 21:44:20.100 INFO O| Oct 15 21:44:20.100 INFO STEP 787 (remove_files) COMPLETE
65602024-10-15T21:44:20.612Z[ recovery-image] Oct 15 21:44:20.100 INFO O| Oct 15 21:44:20.100 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-10-15T21:44:20.625Z[ recovery-image] Oct 15 21:44:20.117 INFO O| Oct 15 21:44:20.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
65622024-10-15T21:44:20.625Z[ recovery-image] Oct 15 21:44:20.117 INFO O| Oct 15 21:44:20.117 INFO STEP 788 (remove_files) COMPLETE
65632024-10-15T21:44:20.625Z[ recovery-image] Oct 15 21:44:20.117 INFO O| Oct 15 21:44:20.117 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-10-15T21:44:20.644Z[ recovery-image] Oct 15 21:44:20.134 INFO O| Oct 15 21:44:20.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
65652024-10-15T21:44:20.644Z[ recovery-image] Oct 15 21:44:20.134 INFO O| Oct 15 21:44:20.134 INFO STEP 789 (remove_files) COMPLETE
65662024-10-15T21:44:20.645Z[ recovery-image] Oct 15 21:44:20.134 INFO O| Oct 15 21:44:20.134 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-10-15T21:44:20.660Z[ recovery-image] Oct 15 21:44:20.151 INFO O| Oct 15 21:44:20.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
65682024-10-15T21:44:20.660Z[ recovery-image] Oct 15 21:44:20.151 INFO O| Oct 15 21:44:20.151 INFO STEP 790 (remove_files) COMPLETE
65692024-10-15T21:44:20.660Z[ recovery-image] Oct 15 21:44:20.151 INFO O| Oct 15 21:44:20.151 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-10-15T21:44:20.701Z[ recovery-image] Oct 15 21:44:20.191 INFO O| Oct 15 21:44:20.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
65712024-10-15T21:44:20.701Z[ recovery-image] Oct 15 21:44:20.191 INFO O| Oct 15 21:44:20.191 INFO STEP 791 (remove_files) COMPLETE
65722024-10-15T21:44:20.701Z[ recovery-image] Oct 15 21:44:20.191 INFO O| Oct 15 21:44:20.191 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-10-15T21:44:20.735Z[ recovery-image] Oct 15 21:44:20.226 INFO O| Oct 15 21:44:20.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
65742024-10-15T21:44:20.735Z[ recovery-image] Oct 15 21:44:20.226 INFO O| Oct 15 21:44:20.226 INFO STEP 792 (remove_files) COMPLETE
65752024-10-15T21:44:20.735Z[ recovery-image] Oct 15 21:44:20.226 INFO O| Oct 15 21:44:20.226 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-10-15T21:44:20.801Z[ recovery-image] Oct 15 21:44:20.292 INFO O| Oct 15 21:44:20.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
65772024-10-15T21:44:20.801Z[ recovery-image] Oct 15 21:44:20.292 INFO O| Oct 15 21:44:20.292 INFO STEP 793 (remove_files) COMPLETE
65782024-10-15T21:44:20.801Z[ recovery-image] Oct 15 21:44:20.292 INFO O| Oct 15 21:44:20.292 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-10-15T21:44:20.804Z[ host-image] Oct 15 21:44:20.295 INFO O| Oct 15 21:44:20.295 INFO O| Done
65802024-10-15T21:44:20.846Z[ recovery-image] Oct 15 21:44:20.336 INFO O| Oct 15 21:44:20.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
65812024-10-15T21:44:20.849Z[ recovery-image] Oct 15 21:44:20.336 INFO O| Oct 15 21:44:20.336 INFO STEP 794 (remove_files) COMPLETE
65822024-10-15T21:44:20.849Z[ recovery-image] Oct 15 21:44:20.336 INFO O| Oct 15 21:44:20.336 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-10-15T21:44:20.863Z[ recovery-image] Oct 15 21:44:20.354 INFO O| Oct 15 21:44:20.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
65842024-10-15T21:44:20.866Z[ recovery-image] Oct 15 21:44:20.354 INFO O| Oct 15 21:44:20.354 INFO STEP 795 (remove_files) COMPLETE
65852024-10-15T21:44:20.866Z[ recovery-image] Oct 15 21:44:20.354 INFO O| Oct 15 21:44:20.354 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-10-15T21:44:20.882Z[ recovery-image] Oct 15 21:44:20.373 INFO O| Oct 15 21:44:20.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
65872024-10-15T21:44:20.884Z[ recovery-image] Oct 15 21:44:20.373 INFO O| Oct 15 21:44:20.373 INFO STEP 796 (remove_files) COMPLETE
65882024-10-15T21:44:20.884Z[ recovery-image] Oct 15 21:44:20.373 INFO O| Oct 15 21:44:20.373 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-10-15T21:44:20.909Z[ recovery-image] Oct 15 21:44:20.399 INFO O| Oct 15 21:44:20.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
65902024-10-15T21:44:20.909Z[ recovery-image] Oct 15 21:44:20.399 INFO O| Oct 15 21:44:20.399 INFO STEP 797 (remove_files) COMPLETE
65912024-10-15T21:44:20.909Z[ recovery-image] Oct 15 21:44:20.399 INFO O| Oct 15 21:44:20.399 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-10-15T21:44:20.942Z[ recovery-image] Oct 15 21:44:20.433 INFO O| Oct 15 21:44:20.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
65932024-10-15T21:44:20.943Z[ recovery-image] Oct 15 21:44:20.433 INFO O| Oct 15 21:44:20.433 INFO STEP 798 (remove_files) COMPLETE
65942024-10-15T21:44:20.943Z[ recovery-image] Oct 15 21:44:20.433 INFO O| Oct 15 21:44:20.433 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-10-15T21:44:20.974Z[ recovery-image] Oct 15 21:44:20.464 INFO O| Oct 15 21:44:20.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
65962024-10-15T21:44:20.974Z[ recovery-image] Oct 15 21:44:20.465 INFO O| Oct 15 21:44:20.464 INFO STEP 799 (remove_files) COMPLETE
65972024-10-15T21:44:20.975Z[ recovery-image] Oct 15 21:44:20.465 INFO O| Oct 15 21:44:20.465 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-10-15T21:44:21.001Z[ recovery-image] Oct 15 21:44:20.492 INFO O| Oct 15 21:44:20.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
65992024-10-15T21:44:21.001Z[ recovery-image] Oct 15 21:44:20.492 INFO O| Oct 15 21:44:20.492 INFO STEP 800 (remove_files) COMPLETE
66002024-10-15T21:44:21.004Z[ recovery-image] Oct 15 21:44:20.492 INFO O| Oct 15 21:44:20.492 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-10-15T21:44:21.038Z[ recovery-image] Oct 15 21:44:20.529 INFO O| Oct 15 21:44:20.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
66022024-10-15T21:44:21.038Z[ recovery-image] Oct 15 21:44:20.529 INFO O| Oct 15 21:44:20.529 INFO STEP 801 (remove_files) COMPLETE
66032024-10-15T21:44:21.038Z[ recovery-image] Oct 15 21:44:20.529 INFO O| Oct 15 21:44:20.529 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-10-15T21:44:21.073Z[ recovery-image] Oct 15 21:44:20.563 INFO O| Oct 15 21:44:20.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
66052024-10-15T21:44:21.073Z[ recovery-image] Oct 15 21:44:20.564 INFO O| Oct 15 21:44:20.564 INFO STEP 802 (remove_files) COMPLETE
66062024-10-15T21:44:21.073Z[ recovery-image] Oct 15 21:44:20.564 INFO O| Oct 15 21:44:20.564 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-10-15T21:44:21.132Z[ recovery-image] Oct 15 21:44:20.622 INFO O| Oct 15 21:44:20.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
66082024-10-15T21:44:21.132Z[ recovery-image] Oct 15 21:44:20.623 INFO O| Oct 15 21:44:20.622 INFO STEP 803 (remove_files) COMPLETE
66092024-10-15T21:44:21.132Z[ recovery-image] Oct 15 21:44:20.623 INFO O| Oct 15 21:44:20.623 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-10-15T21:44:21.174Z[ recovery-image] Oct 15 21:44:20.665 INFO O| Oct 15 21:44:20.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
66112024-10-15T21:44:21.174Z[ recovery-image] Oct 15 21:44:20.665 INFO O| Oct 15 21:44:20.665 INFO STEP 804 (remove_files) COMPLETE
66122024-10-15T21:44:21.174Z[ recovery-image] Oct 15 21:44:20.666 INFO O| Oct 15 21:44:20.665 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-10-15T21:44:21.191Z[ recovery-image] Oct 15 21:44:20.682 INFO O| Oct 15 21:44:20.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
66142024-10-15T21:44:21.191Z[ recovery-image] Oct 15 21:44:20.682 INFO O| Oct 15 21:44:20.682 INFO STEP 805 (remove_files) COMPLETE
66152024-10-15T21:44:21.194Z[ recovery-image] Oct 15 21:44:20.682 INFO O| Oct 15 21:44:20.682 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-10-15T21:44:21.228Z[ recovery-image] Oct 15 21:44:20.719 INFO O| Oct 15 21:44:20.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
66172024-10-15T21:44:21.228Z[ recovery-image] Oct 15 21:44:20.719 INFO O| Oct 15 21:44:20.719 INFO STEP 806 (remove_files) COMPLETE
66182024-10-15T21:44:21.230Z[ recovery-image] Oct 15 21:44:20.720 INFO O| Oct 15 21:44:20.719 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-10-15T21:44:21.262Z[ recovery-image] Oct 15 21:44:20.753 INFO O| Oct 15 21:44:20.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
66202024-10-15T21:44:21.288Z[ recovery-image] Oct 15 21:44:20.779 INFO O| Oct 15 21:44:20.779 INFO STEP 807 (remove_files) COMPLETE
66212024-10-15T21:44:21.288Z[ recovery-image] Oct 15 21:44:20.779 INFO O| Oct 15 21:44:20.779 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-10-15T21:44:21.365Z[ recovery-image] Oct 15 21:44:20.856 INFO O| Oct 15 21:44:20.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
66232024-10-15T21:44:21.368Z[ recovery-image] Oct 15 21:44:20.857 INFO O| Oct 15 21:44:20.857 INFO STEP 808 (remove_files) COMPLETE
66242024-10-15T21:44:21.368Z[ recovery-image] Oct 15 21:44:20.857 INFO O| Oct 15 21:44:20.857 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-10-15T21:44:21.404Z[ recovery-image] Oct 15 21:44:20.895 INFO O| Oct 15 21:44:20.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
66262024-10-15T21:44:21.404Z[ recovery-image] Oct 15 21:44:20.895 INFO O| Oct 15 21:44:20.895 INFO STEP 809 (remove_files) COMPLETE
66272024-10-15T21:44:21.404Z[ recovery-image] Oct 15 21:44:20.895 INFO O| Oct 15 21:44:20.895 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-10-15T21:44:21.424Z[ recovery-image] Oct 15 21:44:20.915 INFO O| Oct 15 21:44:20.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
66292024-10-15T21:44:21.424Z[ recovery-image] Oct 15 21:44:20.916 INFO O| Oct 15 21:44:20.916 INFO STEP 810 (remove_files) COMPLETE
66302024-10-15T21:44:21.427Z[ recovery-image] Oct 15 21:44:20.916 INFO O| Oct 15 21:44:20.916 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-10-15T21:44:21.443Z[ recovery-image] Oct 15 21:44:20.934 INFO O| Oct 15 21:44:20.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
66322024-10-15T21:44:21.443Z[ recovery-image] Oct 15 21:44:20.934 INFO O| Oct 15 21:44:20.934 INFO STEP 811 (remove_files) COMPLETE
66332024-10-15T21:44:21.443Z[ recovery-image] Oct 15 21:44:20.934 INFO O| Oct 15 21:44:20.934 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-10-15T21:44:21.471Z[ recovery-image] Oct 15 21:44:20.962 INFO O| Oct 15 21:44:20.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
66352024-10-15T21:44:21.471Z[ recovery-image] Oct 15 21:44:20.962 INFO O| Oct 15 21:44:20.962 INFO STEP 812 (remove_files) COMPLETE
66362024-10-15T21:44:21.474Z[ recovery-image] Oct 15 21:44:20.963 INFO O| Oct 15 21:44:20.962 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-10-15T21:44:21.529Z[ recovery-image] Oct 15 21:44:21.020 INFO O| Oct 15 21:44:21.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
66382024-10-15T21:44:21.529Z[ recovery-image] Oct 15 21:44:21.020 INFO O| Oct 15 21:44:21.020 INFO STEP 813 (remove_files) COMPLETE
66392024-10-15T21:44:21.532Z[ recovery-image] Oct 15 21:44:21.020 INFO O| Oct 15 21:44:21.020 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-10-15T21:44:21.549Z[ recovery-image] Oct 15 21:44:21.040 INFO O| Oct 15 21:44:21.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
66412024-10-15T21:44:21.549Z[ recovery-image] Oct 15 21:44:21.040 INFO O| Oct 15 21:44:21.040 INFO STEP 814 (remove_files) COMPLETE
66422024-10-15T21:44:21.549Z[ recovery-image] Oct 15 21:44:21.041 INFO O| Oct 15 21:44:21.040 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-10-15T21:44:21.567Z[ recovery-image] Oct 15 21:44:21.059 INFO O| Oct 15 21:44:21.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
66442024-10-15T21:44:21.567Z[ recovery-image] Oct 15 21:44:21.059 INFO O| Oct 15 21:44:21.059 INFO STEP 815 (remove_files) COMPLETE
66452024-10-15T21:44:21.570Z[ recovery-image] Oct 15 21:44:21.059 INFO O| Oct 15 21:44:21.059 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-10-15T21:44:21.603Z[ recovery-image] Oct 15 21:44:21.094 INFO O| Oct 15 21:44:21.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
66472024-10-15T21:44:21.603Z[ recovery-image] Oct 15 21:44:21.094 INFO O| Oct 15 21:44:21.094 INFO STEP 816 (remove_files) COMPLETE
66482024-10-15T21:44:21.603Z[ recovery-image] Oct 15 21:44:21.094 INFO O| Oct 15 21:44:21.094 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-10-15T21:44:21.621Z[ recovery-image] Oct 15 21:44:21.112 INFO O| Oct 15 21:44:21.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
66502024-10-15T21:44:21.621Z[ recovery-image] Oct 15 21:44:21.112 INFO O| Oct 15 21:44:21.112 INFO STEP 817 (remove_files) COMPLETE
66512024-10-15T21:44:21.621Z[ recovery-image] Oct 15 21:44:21.113 INFO O| Oct 15 21:44:21.112 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-10-15T21:44:21.660Z[ recovery-image] Oct 15 21:44:21.151 INFO O| Oct 15 21:44:21.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
66532024-10-15T21:44:21.663Z[ recovery-image] Oct 15 21:44:21.152 INFO O| Oct 15 21:44:21.152 INFO STEP 818 (remove_files) COMPLETE
66542024-10-15T21:44:21.663Z[ recovery-image] Oct 15 21:44:21.152 INFO O| Oct 15 21:44:21.152 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-10-15T21:44:21.682Z[ recovery-image] Oct 15 21:44:21.173 INFO O| Oct 15 21:44:21.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
66562024-10-15T21:44:21.685Z[ recovery-image] Oct 15 21:44:21.173 INFO O| Oct 15 21:44:21.173 INFO STEP 819 (remove_files) COMPLETE
66572024-10-15T21:44:21.685Z[ recovery-image] Oct 15 21:44:21.173 INFO O| Oct 15 21:44:21.173 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-10-15T21:44:21.719Z[ recovery-image] Oct 15 21:44:21.210 INFO O| Oct 15 21:44:21.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
66592024-10-15T21:44:21.739Z[ recovery-image] Oct 15 21:44:21.230 INFO O| Oct 15 21:44:21.230 INFO STEP 820 (remove_files) COMPLETE
66602024-10-15T21:44:21.739Z[ recovery-image] Oct 15 21:44:21.230 INFO O| Oct 15 21:44:21.230 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-10-15T21:44:21.779Z[ recovery-image] Oct 15 21:44:21.270 INFO O| Oct 15 21:44:21.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
66622024-10-15T21:44:21.779Z[ recovery-image] Oct 15 21:44:21.270 INFO O| Oct 15 21:44:21.270 INFO STEP 821 (remove_files) COMPLETE
66632024-10-15T21:44:21.779Z[ recovery-image] Oct 15 21:44:21.270 INFO O| Oct 15 21:44:21.270 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-10-15T21:44:21.797Z[ recovery-image] Oct 15 21:44:21.288 INFO O| Oct 15 21:44:21.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
66652024-10-15T21:44:21.797Z[ recovery-image] Oct 15 21:44:21.288 INFO O| Oct 15 21:44:21.288 INFO STEP 822 (remove_files) COMPLETE
66662024-10-15T21:44:21.797Z[ recovery-image] Oct 15 21:44:21.288 INFO O| Oct 15 21:44:21.288 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-10-15T21:44:21.816Z[ recovery-image] Oct 15 21:44:21.307 INFO O| Oct 15 21:44:21.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
66682024-10-15T21:44:21.816Z[ recovery-image] Oct 15 21:44:21.307 INFO O| Oct 15 21:44:21.307 INFO STEP 823 (remove_files) COMPLETE
66692024-10-15T21:44:21.820Z[ recovery-image] Oct 15 21:44:21.307 INFO O| Oct 15 21:44:21.307 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-10-15T21:44:21.859Z[ recovery-image] Oct 15 21:44:21.350 INFO O| Oct 15 21:44:21.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
66712024-10-15T21:44:21.861Z[ recovery-image] Oct 15 21:44:21.351 INFO O| Oct 15 21:44:21.350 INFO STEP 824 (remove_files) COMPLETE
66722024-10-15T21:44:21.861Z[ recovery-image] Oct 15 21:44:21.351 INFO O| Oct 15 21:44:21.351 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-10-15T21:44:21.877Z[ recovery-image] Oct 15 21:44:21.367 INFO O| Oct 15 21:44:21.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
66742024-10-15T21:44:21.877Z[ recovery-image] Oct 15 21:44:21.367 INFO O| Oct 15 21:44:21.367 INFO STEP 825 (remove_files) COMPLETE
66752024-10-15T21:44:21.877Z[ recovery-image] Oct 15 21:44:21.367 INFO O| Oct 15 21:44:21.367 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-10-15T21:44:21.905Z[ recovery-image] Oct 15 21:44:21.396 INFO O| Oct 15 21:44:21.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
66772024-10-15T21:44:21.905Z[ recovery-image] Oct 15 21:44:21.396 INFO O| Oct 15 21:44:21.396 INFO STEP 826 (remove_files) COMPLETE
66782024-10-15T21:44:21.905Z[ recovery-image] Oct 15 21:44:21.396 INFO O| Oct 15 21:44:21.396 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-10-15T21:44:21.925Z[ recovery-image] Oct 15 21:44:21.417 INFO O| Oct 15 21:44:21.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
66802024-10-15T21:44:21.925Z[ recovery-image] Oct 15 21:44:21.417 INFO O| Oct 15 21:44:21.417 INFO STEP 827 (remove_files) COMPLETE
66812024-10-15T21:44:21.928Z[ recovery-image] Oct 15 21:44:21.417 INFO O| Oct 15 21:44:21.417 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-10-15T21:44:21.979Z[ recovery-image] Oct 15 21:44:21.471 INFO O| Oct 15 21:44:21.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
66832024-10-15T21:44:21.979Z[ recovery-image] Oct 15 21:44:21.471 INFO O| Oct 15 21:44:21.471 INFO STEP 828 (remove_files) COMPLETE
66842024-10-15T21:44:21.979Z[ recovery-image] Oct 15 21:44:21.471 INFO O| Oct 15 21:44:21.471 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-10-15T21:44:21.996Z[ recovery-image] Oct 15 21:44:21.487 INFO O| Oct 15 21:44:21.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
66862024-10-15T21:44:21.996Z[ recovery-image] Oct 15 21:44:21.487 INFO O| Oct 15 21:44:21.487 INFO STEP 829 (remove_files) COMPLETE
66872024-10-15T21:44:21.996Z[ recovery-image] Oct 15 21:44:21.487 INFO O| Oct 15 21:44:21.487 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-10-15T21:44:22.014Z[ recovery-image] Oct 15 21:44:21.505 INFO O| Oct 15 21:44:21.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
66892024-10-15T21:44:22.014Z[ recovery-image] Oct 15 21:44:21.505 INFO O| Oct 15 21:44:21.505 INFO STEP 830 (remove_files) COMPLETE
66902024-10-15T21:44:22.016Z[ recovery-image] Oct 15 21:44:21.505 INFO O| Oct 15 21:44:21.505 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-10-15T21:44:22.034Z[ recovery-image] Oct 15 21:44:21.525 INFO O| Oct 15 21:44:21.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
66922024-10-15T21:44:22.036Z[ recovery-image] Oct 15 21:44:21.525 INFO O| Oct 15 21:44:21.525 INFO STEP 831 (remove_files) COMPLETE
66932024-10-15T21:44:22.036Z[ recovery-image] Oct 15 21:44:21.526 INFO O| Oct 15 21:44:21.525 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-10-15T21:44:22.052Z[ recovery-image] Oct 15 21:44:21.543 INFO O| Oct 15 21:44:21.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
66952024-10-15T21:44:22.055Z[ recovery-image] Oct 15 21:44:21.543 INFO O| Oct 15 21:44:21.543 INFO STEP 832 (remove_files) COMPLETE
66962024-10-15T21:44:22.055Z[ recovery-image] Oct 15 21:44:21.544 INFO O| Oct 15 21:44:21.543 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-10-15T21:44:22.112Z[ recovery-image] Oct 15 21:44:21.603 INFO O| Oct 15 21:44:21.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
66982024-10-15T21:44:22.112Z[ recovery-image] Oct 15 21:44:21.603 INFO O| Oct 15 21:44:21.603 INFO STEP 833 (remove_files) COMPLETE
66992024-10-15T21:44:22.114Z[ recovery-image] Oct 15 21:44:21.603 INFO O| Oct 15 21:44:21.603 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-10-15T21:44:22.134Z[ recovery-image] Oct 15 21:44:21.625 INFO O| Oct 15 21:44:21.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
67012024-10-15T21:44:22.134Z[ recovery-image] Oct 15 21:44:21.625 INFO O| Oct 15 21:44:21.625 INFO STEP 834 (remove_files) COMPLETE
67022024-10-15T21:44:22.137Z[ recovery-image] Oct 15 21:44:21.625 INFO O| Oct 15 21:44:21.625 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-10-15T21:44:22.152Z[ recovery-image] Oct 15 21:44:21.643 INFO O| Oct 15 21:44:21.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
67042024-10-15T21:44:22.152Z[ recovery-image] Oct 15 21:44:21.643 INFO O| Oct 15 21:44:21.643 INFO STEP 835 (remove_files) COMPLETE
67052024-10-15T21:44:22.152Z[ recovery-image] Oct 15 21:44:21.643 INFO O| Oct 15 21:44:21.643 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-10-15T21:44:22.184Z[ recovery-image] Oct 15 21:44:21.675 INFO O| Oct 15 21:44:21.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
67072024-10-15T21:44:22.184Z[ recovery-image] Oct 15 21:44:21.675 INFO O| Oct 15 21:44:21.675 INFO STEP 836 (remove_files) COMPLETE
67082024-10-15T21:44:22.184Z[ recovery-image] Oct 15 21:44:21.675 INFO O| Oct 15 21:44:21.675 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-10-15T21:44:22.222Z[ recovery-image] Oct 15 21:44:21.713 INFO O| Oct 15 21:44:21.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
67102024-10-15T21:44:22.222Z[ recovery-image] Oct 15 21:44:21.713 INFO O| Oct 15 21:44:21.713 INFO STEP 837 (remove_files) COMPLETE
67112024-10-15T21:44:22.222Z[ recovery-image] Oct 15 21:44:21.713 INFO O| Oct 15 21:44:21.713 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-10-15T21:44:22.261Z[ recovery-image] Oct 15 21:44:21.752 INFO O| Oct 15 21:44:21.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
67132024-10-15T21:44:22.263Z[ recovery-image] Oct 15 21:44:21.752 INFO O| Oct 15 21:44:21.752 INFO STEP 838 (remove_files) COMPLETE
67142024-10-15T21:44:22.263Z[ recovery-image] Oct 15 21:44:21.752 INFO O| Oct 15 21:44:21.752 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-10-15T21:44:22.279Z[ recovery-image] Oct 15 21:44:21.770 INFO O| Oct 15 21:44:21.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
67162024-10-15T21:44:22.281Z[ recovery-image] Oct 15 21:44:21.770 INFO O| Oct 15 21:44:21.770 INFO STEP 839 (remove_files) COMPLETE
67172024-10-15T21:44:22.281Z[ recovery-image] Oct 15 21:44:21.770 INFO O| Oct 15 21:44:21.770 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-10-15T21:44:22.297Z[ recovery-image] Oct 15 21:44:21.788 INFO O| Oct 15 21:44:21.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
67192024-10-15T21:44:22.297Z[ recovery-image] Oct 15 21:44:21.789 INFO O| Oct 15 21:44:21.788 INFO STEP 840 (remove_files) COMPLETE
67202024-10-15T21:44:22.297Z[ recovery-image] Oct 15 21:44:21.789 INFO O| Oct 15 21:44:21.788 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-10-15T21:44:22.314Z[ recovery-image] Oct 15 21:44:21.806 INFO O| Oct 15 21:44:21.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
67222024-10-15T21:44:22.314Z[ recovery-image] Oct 15 21:44:21.806 INFO O| Oct 15 21:44:21.806 INFO STEP 841 (remove_files) COMPLETE
67232024-10-15T21:44:22.314Z[ recovery-image] Oct 15 21:44:21.806 INFO O| Oct 15 21:44:21.806 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-10-15T21:44:22.331Z[ recovery-image] Oct 15 21:44:21.822 INFO O| Oct 15 21:44:21.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
67252024-10-15T21:44:22.331Z[ recovery-image] Oct 15 21:44:21.822 INFO O| Oct 15 21:44:21.822 INFO STEP 842 (remove_files) COMPLETE
67262024-10-15T21:44:22.331Z[ recovery-image] Oct 15 21:44:21.822 INFO O| Oct 15 21:44:21.822 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-10-15T21:44:22.348Z[ recovery-image] Oct 15 21:44:21.839 INFO O| Oct 15 21:44:21.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
67282024-10-15T21:44:22.348Z[ recovery-image] Oct 15 21:44:21.839 INFO O| Oct 15 21:44:21.839 INFO STEP 843 (remove_files) COMPLETE
67292024-10-15T21:44:22.350Z[ recovery-image] Oct 15 21:44:21.839 INFO O| Oct 15 21:44:21.839 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-10-15T21:44:22.367Z[ recovery-image] Oct 15 21:44:21.858 INFO O| Oct 15 21:44:21.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
67312024-10-15T21:44:22.367Z[ recovery-image] Oct 15 21:44:21.858 INFO O| Oct 15 21:44:21.858 INFO STEP 844 (remove_files) COMPLETE
67322024-10-15T21:44:22.369Z[ recovery-image] Oct 15 21:44:21.858 INFO O| Oct 15 21:44:21.858 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-10-15T21:44:22.389Z[ recovery-image] Oct 15 21:44:21.880 INFO O| Oct 15 21:44:21.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
67342024-10-15T21:44:22.391Z[ recovery-image] Oct 15 21:44:21.880 INFO O| Oct 15 21:44:21.880 INFO STEP 845 (remove_files) COMPLETE
67352024-10-15T21:44:22.391Z[ recovery-image] Oct 15 21:44:21.881 INFO O| Oct 15 21:44:21.880 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-10-15T21:44:22.449Z[ recovery-image] Oct 15 21:44:21.940 INFO O| Oct 15 21:44:21.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
67372024-10-15T21:44:22.451Z[ recovery-image] Oct 15 21:44:21.940 INFO O| Oct 15 21:44:21.940 INFO STEP 846 (remove_files) COMPLETE
67382024-10-15T21:44:22.451Z[ recovery-image] Oct 15 21:44:21.940 INFO O| Oct 15 21:44:21.940 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-10-15T21:44:22.468Z[ recovery-image] Oct 15 21:44:21.959 INFO O| Oct 15 21:44:21.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
67402024-10-15T21:44:22.470Z[ recovery-image] Oct 15 21:44:21.959 INFO O| Oct 15 21:44:21.959 INFO STEP 847 (remove_files) COMPLETE
67412024-10-15T21:44:22.470Z[ recovery-image] Oct 15 21:44:21.959 INFO O| Oct 15 21:44:21.959 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-10-15T21:44:22.486Z[ recovery-image] Oct 15 21:44:21.977 INFO O| Oct 15 21:44:21.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
67432024-10-15T21:44:22.488Z[ recovery-image] Oct 15 21:44:21.977 INFO O| Oct 15 21:44:21.977 INFO STEP 848 (remove_files) COMPLETE
67442024-10-15T21:44:22.488Z[ recovery-image] Oct 15 21:44:21.977 INFO O| Oct 15 21:44:21.977 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-10-15T21:44:22.502Z[ recovery-image] Oct 15 21:44:21.994 INFO O| Oct 15 21:44:21.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
67462024-10-15T21:44:22.505Z[ recovery-image] Oct 15 21:44:21.994 INFO O| Oct 15 21:44:21.994 INFO STEP 849 (remove_files) COMPLETE
67472024-10-15T21:44:22.505Z[ recovery-image] Oct 15 21:44:21.994 INFO O| Oct 15 21:44:21.994 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-10-15T21:44:22.520Z[ recovery-image] Oct 15 21:44:22.011 INFO O| Oct 15 21:44:22.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
67492024-10-15T21:44:22.520Z[ recovery-image] Oct 15 21:44:22.011 INFO O| Oct 15 21:44:22.011 INFO STEP 850 (remove_files) COMPLETE
67502024-10-15T21:44:22.520Z[ recovery-image] Oct 15 21:44:22.011 INFO O| Oct 15 21:44:22.011 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-10-15T21:44:22.536Z[ recovery-image] Oct 15 21:44:22.028 INFO O| Oct 15 21:44:22.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
67522024-10-15T21:44:22.549Z[ recovery-image] Oct 15 21:44:22.041 INFO O| Oct 15 21:44:22.041 INFO STEP 851 (remove_files) COMPLETE
67532024-10-15T21:44:22.549Z[ recovery-image] Oct 15 21:44:22.041 INFO O| Oct 15 21:44:22.041 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-10-15T21:44:22.606Z[ recovery-image] Oct 15 21:44:22.097 INFO O| Oct 15 21:44:22.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
67552024-10-15T21:44:22.606Z[ recovery-image] Oct 15 21:44:22.097 INFO O| Oct 15 21:44:22.097 INFO STEP 852 (remove_files) COMPLETE
67562024-10-15T21:44:22.608Z[ recovery-image] Oct 15 21:44:22.097 INFO O| Oct 15 21:44:22.097 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-10-15T21:44:22.665Z[ recovery-image] Oct 15 21:44:22.156 INFO O| Oct 15 21:44:22.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
67582024-10-15T21:44:22.665Z[ recovery-image] Oct 15 21:44:22.156 INFO O| Oct 15 21:44:22.156 INFO STEP 853 (remove_files) COMPLETE
67592024-10-15T21:44:22.665Z[ recovery-image] Oct 15 21:44:22.156 INFO O| Oct 15 21:44:22.156 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-10-15T21:44:22.682Z[ recovery-image] Oct 15 21:44:22.173 INFO O| Oct 15 21:44:22.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
67612024-10-15T21:44:22.682Z[ recovery-image] Oct 15 21:44:22.173 INFO O| Oct 15 21:44:22.173 INFO STEP 854 (remove_files) COMPLETE
67622024-10-15T21:44:22.685Z[ recovery-image] Oct 15 21:44:22.174 INFO O| Oct 15 21:44:22.173 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-10-15T21:44:22.699Z[ recovery-image] Oct 15 21:44:22.190 INFO O| Oct 15 21:44:22.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
67642024-10-15T21:44:22.699Z[ recovery-image] Oct 15 21:44:22.190 INFO O| Oct 15 21:44:22.190 INFO STEP 855 (remove_files) COMPLETE
67652024-10-15T21:44:22.699Z[ recovery-image] Oct 15 21:44:22.190 INFO O| Oct 15 21:44:22.190 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-10-15T21:44:22.715Z[ recovery-image] Oct 15 21:44:22.206 INFO O| Oct 15 21:44:22.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
67672024-10-15T21:44:22.717Z[ recovery-image] Oct 15 21:44:22.206 INFO O| Oct 15 21:44:22.206 INFO STEP 856 (remove_files) COMPLETE
67682024-10-15T21:44:22.717Z[ recovery-image] Oct 15 21:44:22.206 INFO O| Oct 15 21:44:22.206 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-10-15T21:44:22.730Z[ recovery-image] Oct 15 21:44:22.222 INFO O| Oct 15 21:44:22.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
67702024-10-15T21:44:22.733Z[ recovery-image] Oct 15 21:44:22.222 INFO O| Oct 15 21:44:22.222 INFO STEP 857 (remove_files) COMPLETE
67712024-10-15T21:44:22.733Z[ recovery-image] Oct 15 21:44:22.222 INFO O| Oct 15 21:44:22.222 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-10-15T21:44:22.747Z[ recovery-image] Oct 15 21:44:22.238 INFO O| Oct 15 21:44:22.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
67732024-10-15T21:44:22.747Z[ recovery-image] Oct 15 21:44:22.238 INFO O| Oct 15 21:44:22.238 INFO STEP 858 (remove_files) COMPLETE
67742024-10-15T21:44:22.747Z[ recovery-image] Oct 15 21:44:22.238 INFO O| Oct 15 21:44:22.238 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-10-15T21:44:22.763Z[ recovery-image] Oct 15 21:44:22.254 INFO O| Oct 15 21:44:22.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
67762024-10-15T21:44:22.763Z[ recovery-image] Oct 15 21:44:22.254 INFO O| Oct 15 21:44:22.254 INFO STEP 859 (remove_files) COMPLETE
67772024-10-15T21:44:22.763Z[ recovery-image] Oct 15 21:44:22.254 INFO O| Oct 15 21:44:22.254 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-10-15T21:44:22.779Z[ recovery-image] Oct 15 21:44:22.270 INFO O| Oct 15 21:44:22.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
67792024-10-15T21:44:22.779Z[ recovery-image] Oct 15 21:44:22.270 INFO O| Oct 15 21:44:22.270 INFO STEP 860 (remove_files) COMPLETE
67802024-10-15T21:44:22.779Z[ recovery-image] Oct 15 21:44:22.270 INFO O| Oct 15 21:44:22.270 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-10-15T21:44:22.795Z[ recovery-image] Oct 15 21:44:22.287 INFO O| Oct 15 21:44:22.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
67822024-10-15T21:44:22.795Z[ recovery-image] Oct 15 21:44:22.287 INFO O| Oct 15 21:44:22.287 INFO STEP 861 (remove_files) COMPLETE
67832024-10-15T21:44:22.795Z[ recovery-image] Oct 15 21:44:22.287 INFO O| Oct 15 21:44:22.287 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-10-15T21:44:22.812Z[ recovery-image] Oct 15 21:44:22.303 INFO O| Oct 15 21:44:22.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
67852024-10-15T21:44:22.812Z[ recovery-image] Oct 15 21:44:22.303 INFO O| Oct 15 21:44:22.303 INFO STEP 862 (remove_files) COMPLETE
67862024-10-15T21:44:22.812Z[ recovery-image] Oct 15 21:44:22.303 INFO O| Oct 15 21:44:22.303 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-10-15T21:44:22.828Z[ recovery-image] Oct 15 21:44:22.319 INFO O| Oct 15 21:44:22.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
67882024-10-15T21:44:22.828Z[ recovery-image] Oct 15 21:44:22.319 INFO O| Oct 15 21:44:22.319 INFO STEP 863 (remove_files) COMPLETE
67892024-10-15T21:44:22.828Z[ recovery-image] Oct 15 21:44:22.319 INFO O| Oct 15 21:44:22.319 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-10-15T21:44:22.844Z[ recovery-image] Oct 15 21:44:22.335 INFO O| Oct 15 21:44:22.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
67912024-10-15T21:44:22.844Z[ recovery-image] Oct 15 21:44:22.335 INFO O| Oct 15 21:44:22.335 INFO STEP 864 (remove_files) COMPLETE
67922024-10-15T21:44:22.846Z[ recovery-image] Oct 15 21:44:22.335 INFO O| Oct 15 21:44:22.335 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-10-15T21:44:22.860Z[ recovery-image] Oct 15 21:44:22.351 INFO O| Oct 15 21:44:22.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
67942024-10-15T21:44:22.861Z[ recovery-image] Oct 15 21:44:22.351 INFO O| Oct 15 21:44:22.351 INFO STEP 865 (remove_files) COMPLETE
67952024-10-15T21:44:22.861Z[ recovery-image] Oct 15 21:44:22.351 INFO O| Oct 15 21:44:22.351 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-10-15T21:44:22.875Z[ recovery-image] Oct 15 21:44:22.367 INFO O| Oct 15 21:44:22.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
67972024-10-15T21:44:22.875Z[ recovery-image] Oct 15 21:44:22.367 INFO O| Oct 15 21:44:22.367 INFO STEP 866 (remove_files) COMPLETE
67982024-10-15T21:44:22.876Z[ recovery-image] Oct 15 21:44:22.367 INFO O| Oct 15 21:44:22.367 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-10-15T21:44:22.891Z[ recovery-image] Oct 15 21:44:22.382 INFO O| Oct 15 21:44:22.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
68002024-10-15T21:44:22.891Z[ recovery-image] Oct 15 21:44:22.382 INFO O| Oct 15 21:44:22.382 INFO STEP 867 (remove_files) COMPLETE
68012024-10-15T21:44:22.891Z[ recovery-image] Oct 15 21:44:22.382 INFO O| Oct 15 21:44:22.382 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-10-15T21:44:22.907Z[ recovery-image] Oct 15 21:44:22.398 INFO O| Oct 15 21:44:22.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
68032024-10-15T21:44:22.910Z[ recovery-image] Oct 15 21:44:22.398 INFO O| Oct 15 21:44:22.398 INFO STEP 868 (remove_files) COMPLETE
68042024-10-15T21:44:22.910Z[ recovery-image] Oct 15 21:44:22.398 INFO O| Oct 15 21:44:22.398 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-10-15T21:44:22.923Z[ recovery-image] Oct 15 21:44:22.415 INFO O| Oct 15 21:44:22.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
68062024-10-15T21:44:22.923Z[ recovery-image] Oct 15 21:44:22.415 INFO O| Oct 15 21:44:22.415 INFO STEP 869 (remove_files) COMPLETE
68072024-10-15T21:44:22.923Z[ recovery-image] Oct 15 21:44:22.415 INFO O| Oct 15 21:44:22.415 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-10-15T21:44:22.939Z[ recovery-image] Oct 15 21:44:22.430 INFO O| Oct 15 21:44:22.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
68092024-10-15T21:44:22.939Z[ recovery-image] Oct 15 21:44:22.430 INFO O| Oct 15 21:44:22.430 INFO STEP 870 (remove_files) COMPLETE
68102024-10-15T21:44:22.939Z[ recovery-image] Oct 15 21:44:22.430 INFO O| Oct 15 21:44:22.430 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-10-15T21:44:22.955Z[ recovery-image] Oct 15 21:44:22.446 INFO O| Oct 15 21:44:22.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
68122024-10-15T21:44:22.955Z[ recovery-image] Oct 15 21:44:22.446 INFO O| Oct 15 21:44:22.446 INFO STEP 871 (remove_files) COMPLETE
68132024-10-15T21:44:22.957Z[ recovery-image] Oct 15 21:44:22.447 INFO O| Oct 15 21:44:22.446 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-10-15T21:44:22.972Z[ recovery-image] Oct 15 21:44:22.464 INFO O| Oct 15 21:44:22.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
68152024-10-15T21:44:22.975Z[ recovery-image] Oct 15 21:44:22.464 INFO O| Oct 15 21:44:22.464 INFO STEP 872 (remove_files) COMPLETE
68162024-10-15T21:44:22.975Z[ recovery-image] Oct 15 21:44:22.464 INFO O| Oct 15 21:44:22.464 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-10-15T21:44:22.989Z[ recovery-image] Oct 15 21:44:22.481 INFO O| Oct 15 21:44:22.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
68182024-10-15T21:44:22.992Z[ recovery-image] Oct 15 21:44:22.481 INFO O| Oct 15 21:44:22.481 INFO STEP 873 (remove_files) COMPLETE
68192024-10-15T21:44:22.992Z[ recovery-image] Oct 15 21:44:22.481 INFO O| Oct 15 21:44:22.481 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-10-15T21:44:23.007Z[ recovery-image] Oct 15 21:44:22.498 INFO O| Oct 15 21:44:22.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
68212024-10-15T21:44:23.009Z[ recovery-image] Oct 15 21:44:22.498 INFO O| Oct 15 21:44:22.498 INFO STEP 874 (remove_files) COMPLETE
68222024-10-15T21:44:23.009Z[ recovery-image] Oct 15 21:44:22.498 INFO O| Oct 15 21:44:22.498 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-10-15T21:44:23.024Z[ recovery-image] Oct 15 21:44:22.515 INFO O| Oct 15 21:44:22.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
68242024-10-15T21:44:23.026Z[ recovery-image] Oct 15 21:44:22.515 INFO O| Oct 15 21:44:22.515 INFO STEP 875 (remove_files) COMPLETE
68252024-10-15T21:44:23.027Z[ recovery-image] Oct 15 21:44:22.516 INFO O| Oct 15 21:44:22.515 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-10-15T21:44:23.041Z[ recovery-image] Oct 15 21:44:22.532 INFO O| Oct 15 21:44:22.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
68272024-10-15T21:44:23.041Z[ recovery-image] Oct 15 21:44:22.532 INFO O| Oct 15 21:44:22.532 INFO STEP 876 (remove_files) COMPLETE
68282024-10-15T21:44:23.043Z[ recovery-image] Oct 15 21:44:22.532 INFO O| Oct 15 21:44:22.532 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-10-15T21:44:23.057Z[ recovery-image] Oct 15 21:44:22.548 INFO O| Oct 15 21:44:22.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
68302024-10-15T21:44:23.057Z[ recovery-image] Oct 15 21:44:22.548 INFO O| Oct 15 21:44:22.548 INFO STEP 877 (remove_files) COMPLETE
68312024-10-15T21:44:23.057Z[ recovery-image] Oct 15 21:44:22.548 INFO O| Oct 15 21:44:22.548 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-10-15T21:44:23.072Z[ recovery-image] Oct 15 21:44:22.563 INFO O| Oct 15 21:44:22.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
68332024-10-15T21:44:23.072Z[ recovery-image] Oct 15 21:44:22.564 INFO O| Oct 15 21:44:22.563 INFO STEP 878 (remove_files) COMPLETE
68342024-10-15T21:44:23.075Z[ recovery-image] Oct 15 21:44:22.564 INFO O| Oct 15 21:44:22.563 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-10-15T21:44:23.088Z[ recovery-image] Oct 15 21:44:22.579 INFO O| Oct 15 21:44:22.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
68362024-10-15T21:44:23.088Z[ recovery-image] Oct 15 21:44:22.579 INFO O| Oct 15 21:44:22.579 INFO STEP 879 (remove_files) COMPLETE
68372024-10-15T21:44:23.090Z[ recovery-image] Oct 15 21:44:22.579 INFO O| Oct 15 21:44:22.579 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-10-15T21:44:23.103Z[ recovery-image] Oct 15 21:44:22.594 INFO O| Oct 15 21:44:22.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
68392024-10-15T21:44:23.108Z[ recovery-image] Oct 15 21:44:22.595 INFO O| Oct 15 21:44:22.595 INFO STEP 880 (remove_files) COMPLETE
68402024-10-15T21:44:23.108Z[ recovery-image] Oct 15 21:44:22.595 INFO O| Oct 15 21:44:22.595 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-10-15T21:44:23.119Z[ recovery-image] Oct 15 21:44:22.611 INFO O| Oct 15 21:44:22.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
68422024-10-15T21:44:23.119Z[ recovery-image] Oct 15 21:44:22.611 INFO O| Oct 15 21:44:22.611 INFO STEP 881 (remove_files) COMPLETE
68432024-10-15T21:44:23.122Z[ recovery-image] Oct 15 21:44:22.611 INFO O| Oct 15 21:44:22.611 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-10-15T21:44:23.135Z[ recovery-image] Oct 15 21:44:22.626 INFO O| Oct 15 21:44:22.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
68452024-10-15T21:44:23.135Z[ recovery-image] Oct 15 21:44:22.626 INFO O| Oct 15 21:44:22.626 INFO STEP 882 (remove_files) COMPLETE
68462024-10-15T21:44:23.138Z[ recovery-image] Oct 15 21:44:22.626 INFO O| Oct 15 21:44:22.626 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-10-15T21:44:23.150Z[ recovery-image] Oct 15 21:44:22.641 INFO O| Oct 15 21:44:22.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
68482024-10-15T21:44:23.150Z[ recovery-image] Oct 15 21:44:22.642 INFO O| Oct 15 21:44:22.642 INFO STEP 883 (remove_files) COMPLETE
68492024-10-15T21:44:23.153Z[ recovery-image] Oct 15 21:44:22.642 INFO O| Oct 15 21:44:22.642 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-10-15T21:44:23.167Z[ recovery-image] Oct 15 21:44:22.658 INFO O| Oct 15 21:44:22.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
68512024-10-15T21:44:23.167Z[ recovery-image] Oct 15 21:44:22.658 INFO O| Oct 15 21:44:22.658 INFO STEP 884 (remove_files) COMPLETE
68522024-10-15T21:44:23.169Z[ recovery-image] Oct 15 21:44:22.658 INFO O| Oct 15 21:44:22.658 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-10-15T21:44:23.183Z[ recovery-image] Oct 15 21:44:22.674 INFO O| Oct 15 21:44:22.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
68542024-10-15T21:44:23.186Z[ recovery-image] Oct 15 21:44:22.674 INFO O| Oct 15 21:44:22.674 INFO STEP 885 (remove_files) COMPLETE
68552024-10-15T21:44:23.186Z[ recovery-image] Oct 15 21:44:22.674 INFO O| Oct 15 21:44:22.674 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-10-15T21:44:23.198Z[ recovery-image] Oct 15 21:44:22.690 INFO O| Oct 15 21:44:22.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
68572024-10-15T21:44:23.198Z[ recovery-image] Oct 15 21:44:22.690 INFO O| Oct 15 21:44:22.690 INFO STEP 886 (remove_files) COMPLETE
68582024-10-15T21:44:23.201Z[ recovery-image] Oct 15 21:44:22.690 INFO O| Oct 15 21:44:22.690 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-10-15T21:44:23.209Z[ host-image] Oct 15 21:44:22.700 INFO O| Oct 15 21:44:22.700 INFO O| Done
68602024-10-15T21:44:23.215Z[ recovery-image] Oct 15 21:44:22.706 INFO O| Oct 15 21:44:22.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
68612024-10-15T21:44:23.217Z[ recovery-image] Oct 15 21:44:22.706 INFO O| Oct 15 21:44:22.706 INFO STEP 887 (remove_files) COMPLETE
68622024-10-15T21:44:23.217Z[ recovery-image] Oct 15 21:44:22.706 INFO O| Oct 15 21:44:22.706 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632024-10-15T21:44:23.231Z[ recovery-image] Oct 15 21:44:22.722 INFO O| Oct 15 21:44:22.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
68642024-10-15T21:44:23.231Z[ recovery-image] Oct 15 21:44:22.722 INFO O| Oct 15 21:44:22.722 INFO STEP 888 (remove_files) COMPLETE
68652024-10-15T21:44:23.234Z[ recovery-image] Oct 15 21:44:22.722 INFO O| Oct 15 21:44:22.722 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-10-15T21:44:23.246Z[ recovery-image] Oct 15 21:44:22.738 INFO O| Oct 15 21:44:22.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
68672024-10-15T21:44:23.249Z[ recovery-image] Oct 15 21:44:22.738 INFO O| Oct 15 21:44:22.738 INFO STEP 889 (remove_files) COMPLETE
68682024-10-15T21:44:23.249Z[ recovery-image] Oct 15 21:44:22.738 INFO O| Oct 15 21:44:22.738 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-10-15T21:44:23.255Z[ host-image] Oct 15 21:44:22.746 INFO O| Oct 15 21:44:22.746 INFO O| Done
68702024-10-15T21:44:23.255Z[ host-image] Oct 15 21:44:22.746 INFO O| Oct 15 21:44:22.746 INFO O| Done
68712024-10-15T21:44:23.263Z[ recovery-image] Oct 15 21:44:22.755 INFO O| Oct 15 21:44:22.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
68722024-10-15T21:44:23.263Z[ recovery-image] Oct 15 21:44:22.755 INFO O| Oct 15 21:44:22.755 INFO STEP 890 (remove_files) COMPLETE
68732024-10-15T21:44:23.266Z[ recovery-image] Oct 15 21:44:22.755 INFO O| Oct 15 21:44:22.755 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-10-15T21:44:23.272Z[ host-image] Oct 15 21:44:22.763 INFO O| Oct 15 21:44:22.763 INFO O| Done
68752024-10-15T21:44:23.281Z[ recovery-image] Oct 15 21:44:22.772 INFO O| Oct 15 21:44:22.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
68762024-10-15T21:44:23.281Z[ recovery-image] Oct 15 21:44:22.772 INFO O| Oct 15 21:44:22.772 INFO STEP 891 (remove_files) COMPLETE
68772024-10-15T21:44:23.284Z[ recovery-image] Oct 15 21:44:22.772 INFO O| Oct 15 21:44:22.772 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-10-15T21:44:23.300Z[ recovery-image] Oct 15 21:44:22.791 INFO O| Oct 15 21:44:22.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
68792024-10-15T21:44:23.303Z[ recovery-image] Oct 15 21:44:22.791 INFO O| Oct 15 21:44:22.791 INFO STEP 892 (remove_files) COMPLETE
68802024-10-15T21:44:23.303Z[ recovery-image] Oct 15 21:44:22.791 INFO O| Oct 15 21:44:22.791 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-10-15T21:44:23.319Z[ recovery-image] Oct 15 21:44:22.810 INFO O| Oct 15 21:44:22.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
68822024-10-15T21:44:23.319Z[ recovery-image] Oct 15 21:44:22.810 INFO O| Oct 15 21:44:22.810 INFO STEP 893 (remove_files) COMPLETE
68832024-10-15T21:44:23.321Z[ recovery-image] Oct 15 21:44:22.810 INFO O| Oct 15 21:44:22.810 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-10-15T21:44:23.337Z[ recovery-image] Oct 15 21:44:22.828 INFO O| Oct 15 21:44:22.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
68852024-10-15T21:44:23.337Z[ recovery-image] Oct 15 21:44:22.828 INFO O| Oct 15 21:44:22.828 INFO STEP 894 (remove_files) COMPLETE
68862024-10-15T21:44:23.340Z[ recovery-image] Oct 15 21:44:22.829 INFO O| Oct 15 21:44:22.828 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-10-15T21:44:23.357Z[ recovery-image] Oct 15 21:44:22.848 INFO O| Oct 15 21:44:22.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
68882024-10-15T21:44:23.357Z[ recovery-image] Oct 15 21:44:22.848 INFO O| Oct 15 21:44:22.848 INFO STEP 895 (remove_files) COMPLETE
68892024-10-15T21:44:23.360Z[ recovery-image] Oct 15 21:44:22.848 INFO O| Oct 15 21:44:22.848 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-10-15T21:44:23.377Z[ recovery-image] Oct 15 21:44:22.868 INFO O| Oct 15 21:44:22.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
68912024-10-15T21:44:23.379Z[ recovery-image] Oct 15 21:44:22.868 INFO O| Oct 15 21:44:22.868 INFO STEP 896 (remove_files) COMPLETE
68922024-10-15T21:44:23.379Z[ recovery-image] Oct 15 21:44:22.869 INFO O| Oct 15 21:44:22.868 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-10-15T21:44:23.393Z[ recovery-image] Oct 15 21:44:22.884 INFO O| Oct 15 21:44:22.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
68942024-10-15T21:44:23.393Z[ recovery-image] Oct 15 21:44:22.884 INFO O| Oct 15 21:44:22.884 INFO STEP 897 (remove_files) COMPLETE
68952024-10-15T21:44:23.393Z[ recovery-image] Oct 15 21:44:22.884 INFO O| Oct 15 21:44:22.884 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-10-15T21:44:23.405Z[ recovery-image] Oct 15 21:44:22.896 INFO O| Oct 15 21:44:22.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
68972024-10-15T21:44:23.405Z[ recovery-image] Oct 15 21:44:22.896 INFO O| Oct 15 21:44:22.896 INFO STEP 898 (remove_files) COMPLETE
68982024-10-15T21:44:23.407Z[ recovery-image] Oct 15 21:44:22.896 INFO O| Oct 15 21:44:22.896 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-10-15T21:44:23.416Z[ recovery-image] Oct 15 21:44:22.908 INFO O| Oct 15 21:44:22.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
69002024-10-15T21:44:23.419Z[ recovery-image] Oct 15 21:44:22.908 INFO O| Oct 15 21:44:22.908 INFO STEP 899 (remove_files) COMPLETE
69012024-10-15T21:44:23.419Z[ recovery-image] Oct 15 21:44:22.908 INFO O| Oct 15 21:44:22.908 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-10-15T21:44:23.421Z[ host-image] Oct 15 21:44:22.911 INFO O| Oct 15 21:44:22.911 INFO STEP 14 (pkg_install) COMPLETE
69032024-10-15T21:44:23.421Z[ host-image] Oct 15 21:44:22.911 INFO O| Oct 15 21:44:22.911 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
69042024-10-15T21:44:23.421Z[ host-image] Oct 15 21:44:22.911 INFO O| Oct 15 21:44:22.911 INFO skip step because feature "mfg" is not enabled
69052024-10-15T21:44:23.422Z[ host-image] Oct 15 21:44:22.911 INFO O| Oct 15 21:44:22.911 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
69062024-10-15T21:44:23.422Z[ host-image] Oct 15 21:44:22.911 INFO O| Oct 15 21:44:22.911 INFO skip step because feature "compliance" is not enabled
69072024-10-15T21:44:23.422Z[ host-image] Oct 15 21:44:22.911 INFO O| Oct 15 21:44:22.911 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
69082024-10-15T21:44:23.422Z[ host-image] Oct 15 21:44:22.911 INFO O| Oct 15 21:44:22.911 INFO skip step because feature "stress" is not enabled
69092024-10-15T21:44:23.422Z[ host-image] Oct 15 21:44:22.911 INFO O| Oct 15 21:44:22.911 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
69102024-10-15T21:44:23.422Z[ host-image] Oct 15 21:44:22.911 INFO O| Oct 15 21:44:22.911 INFO skip step because feature "nfs" is not enabled
69112024-10-15T21:44:23.422Z[ host-image] Oct 15 21:44:22.911 INFO O| Oct 15 21:44:22.911 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
69122024-10-15T21:44:23.422Z[ host-image] Oct 15 21:44:22.911 INFO O| Oct 15 21:44:22.911 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
69132024-10-15T21:44:23.432Z[ recovery-image] Oct 15 21:44:22.923 INFO O| Oct 15 21:44:22.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
69142024-10-15T21:44:23.440Z[ recovery-image] Oct 15 21:44:22.931 INFO O| Oct 15 21:44:22.930 INFO STEP 900 (remove_files) COMPLETE
69152024-10-15T21:44:23.440Z[ recovery-image] Oct 15 21:44:22.931 INFO O| Oct 15 21:44:22.931 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-10-15T21:44:23.459Z[ recovery-image] Oct 15 21:44:22.950 INFO O| Oct 15 21:44:22.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
69172024-10-15T21:44:23.459Z[ recovery-image] Oct 15 21:44:22.950 INFO O| Oct 15 21:44:22.950 INFO STEP 901 (remove_files) COMPLETE
69182024-10-15T21:44:23.459Z[ recovery-image] Oct 15 21:44:22.950 INFO O| Oct 15 21:44:22.950 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-10-15T21:44:23.472Z[ recovery-image] Oct 15 21:44:22.964 INFO O| Oct 15 21:44:22.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
69202024-10-15T21:44:23.472Z[ recovery-image] Oct 15 21:44:22.964 INFO O| Oct 15 21:44:22.964 INFO STEP 902 (remove_files) COMPLETE
69212024-10-15T21:44:23.475Z[ recovery-image] Oct 15 21:44:22.964 INFO O| Oct 15 21:44:22.964 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-10-15T21:44:23.484Z[ recovery-image] Oct 15 21:44:22.975 INFO O| Oct 15 21:44:22.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
69232024-10-15T21:44:23.484Z[ recovery-image] Oct 15 21:44:22.975 INFO O| Oct 15 21:44:22.975 INFO STEP 903 (remove_files) COMPLETE
69242024-10-15T21:44:23.487Z[ recovery-image] Oct 15 21:44:22.975 INFO O| Oct 15 21:44:22.975 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-10-15T21:44:23.495Z[ recovery-image] Oct 15 21:44:22.987 INFO O| Oct 15 21:44:22.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
69262024-10-15T21:44:23.495Z[ recovery-image] Oct 15 21:44:22.987 INFO O| Oct 15 21:44:22.987 INFO STEP 904 (remove_files) COMPLETE
69272024-10-15T21:44:23.495Z[ recovery-image] Oct 15 21:44:22.987 INFO O| Oct 15 21:44:22.987 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-10-15T21:44:23.506Z[ recovery-image] Oct 15 21:44:22.997 INFO O| Oct 15 21:44:22.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
69292024-10-15T21:44:23.506Z[ recovery-image] Oct 15 21:44:22.997 INFO O| Oct 15 21:44:22.997 INFO STEP 905 (remove_files) COMPLETE
69302024-10-15T21:44:23.506Z[ recovery-image] Oct 15 21:44:22.997 INFO O| Oct 15 21:44:22.997 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-10-15T21:44:23.518Z[ recovery-image] Oct 15 21:44:23.009 INFO O| Oct 15 21:44:23.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
69322024-10-15T21:44:23.518Z[ recovery-image] Oct 15 21:44:23.009 INFO O| Oct 15 21:44:23.009 INFO STEP 906 (remove_files) COMPLETE
69332024-10-15T21:44:23.518Z[ recovery-image] Oct 15 21:44:23.009 INFO O| Oct 15 21:44:23.009 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-10-15T21:44:23.521Z[ host-image] Oct 15 21:44:23.013 INFO O| Oct 15 21:44:23.013 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
69352024-10-15T21:44:23.529Z[ recovery-image] Oct 15 21:44:23.021 INFO O| Oct 15 21:44:23.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
69362024-10-15T21:44:23.529Z[ recovery-image] Oct 15 21:44:23.021 INFO O| Oct 15 21:44:23.021 INFO STEP 907 (remove_files) COMPLETE
69372024-10-15T21:44:23.529Z[ recovery-image] Oct 15 21:44:23.021 INFO O| Oct 15 21:44:23.021 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-10-15T21:44:23.540Z[ recovery-image] Oct 15 21:44:23.031 INFO O| Oct 15 21:44:23.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
69392024-10-15T21:44:23.542Z[ recovery-image] Oct 15 21:44:23.031 INFO O| Oct 15 21:44:23.031 INFO STEP 908 (remove_files) COMPLETE
69402024-10-15T21:44:23.542Z[ recovery-image] Oct 15 21:44:23.031 INFO O| Oct 15 21:44:23.031 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-10-15T21:44:23.551Z[ recovery-image] Oct 15 21:44:23.042 INFO O| Oct 15 21:44:23.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
69422024-10-15T21:44:23.551Z[ recovery-image] Oct 15 21:44:23.042 INFO O| Oct 15 21:44:23.042 INFO STEP 909 (remove_files) COMPLETE
69432024-10-15T21:44:23.553Z[ recovery-image] Oct 15 21:44:23.042 INFO O| Oct 15 21:44:23.042 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-10-15T21:44:23.565Z[ recovery-image] Oct 15 21:44:23.056 INFO O| Oct 15 21:44:23.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
69452024-10-15T21:44:23.565Z[ recovery-image] Oct 15 21:44:23.056 INFO O| Oct 15 21:44:23.056 INFO STEP 910 (remove_files) COMPLETE
69462024-10-15T21:44:23.567Z[ recovery-image] Oct 15 21:44:23.056 INFO O| Oct 15 21:44:23.056 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-10-15T21:44:23.576Z[ recovery-image] Oct 15 21:44:23.068 INFO O| Oct 15 21:44:23.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
69482024-10-15T21:44:23.577Z[ recovery-image] Oct 15 21:44:23.068 INFO O| Oct 15 21:44:23.068 INFO STEP 911 (remove_files) COMPLETE
69492024-10-15T21:44:23.579Z[ recovery-image] Oct 15 21:44:23.068 INFO O| Oct 15 21:44:23.068 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-10-15T21:44:23.589Z[ recovery-image] Oct 15 21:44:23.080 INFO O| Oct 15 21:44:23.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
69512024-10-15T21:44:23.589Z[ recovery-image] Oct 15 21:44:23.080 INFO O| Oct 15 21:44:23.080 INFO STEP 912 (remove_files) COMPLETE
69522024-10-15T21:44:23.589Z[ recovery-image] Oct 15 21:44:23.080 INFO O| Oct 15 21:44:23.080 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-10-15T21:44:23.601Z[ recovery-image] Oct 15 21:44:23.092 INFO O| Oct 15 21:44:23.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
69542024-10-15T21:44:23.601Z[ recovery-image] Oct 15 21:44:23.092 INFO O| Oct 15 21:44:23.092 INFO STEP 913 (remove_files) COMPLETE
69552024-10-15T21:44:23.603Z[ recovery-image] Oct 15 21:44:23.092 INFO O| Oct 15 21:44:23.092 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-10-15T21:44:23.616Z[ recovery-image] Oct 15 21:44:23.107 INFO O| Oct 15 21:44:23.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
69572024-10-15T21:44:23.616Z[ recovery-image] Oct 15 21:44:23.107 INFO O| Oct 15 21:44:23.107 INFO STEP 914 (remove_files) COMPLETE
69582024-10-15T21:44:23.618Z[ recovery-image] Oct 15 21:44:23.107 INFO O| Oct 15 21:44:23.107 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-10-15T21:44:23.628Z[ host-image] Oct 15 21:44:23.119 INFO O| Oct 15 21:44:23.119 INFO completed processing gimlet/ramdisk-01-os
69602024-10-15T21:44:23.630Z[ host-image] Oct 15 21:44:23.121 INFO omicron1 baseline generation...
69612024-10-15T21:44:23.632Z[ recovery-image] Oct 15 21:44:23.122 INFO O| Oct 15 21:44:23.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
69622024-10-15T21:44:23.632Z[ recovery-image] Oct 15 21:44:23.122 INFO O| Oct 15 21:44:23.122 INFO STEP 915 (remove_files) COMPLETE
69632024-10-15T21:44:23.632Z[ host-image] Oct 15 21:44:23.122 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
69642024-10-15T21:44:23.632Z[ recovery-image] Oct 15 21:44:23.122 INFO O| Oct 15 21:44:23.122 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-10-15T21:44:23.646Z[ recovery-image] Oct 15 21:44:23.138 INFO O| Oct 15 21:44:23.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
69662024-10-15T21:44:23.646Z[ recovery-image] Oct 15 21:44:23.138 INFO O| Oct 15 21:44:23.138 INFO STEP 916 (remove_files) COMPLETE
69672024-10-15T21:44:23.646Z[ recovery-image] Oct 15 21:44:23.138 INFO O| Oct 15 21:44:23.138 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-10-15T21:44:23.658Z[ recovery-image] Oct 15 21:44:23.149 INFO O| Oct 15 21:44:23.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
69692024-10-15T21:44:23.658Z[ recovery-image] Oct 15 21:44:23.149 INFO O| Oct 15 21:44:23.149 INFO STEP 917 (remove_files) COMPLETE
69702024-10-15T21:44:23.660Z[ recovery-image] Oct 15 21:44:23.149 INFO O| Oct 15 21:44:23.149 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-10-15T21:44:23.672Z[ recovery-image] Oct 15 21:44:23.164 INFO O| Oct 15 21:44:23.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
69722024-10-15T21:44:23.672Z[ recovery-image] Oct 15 21:44:23.164 INFO O| Oct 15 21:44:23.164 INFO STEP 918 (remove_files) COMPLETE
69732024-10-15T21:44:23.672Z[ recovery-image] Oct 15 21:44:23.164 INFO O| Oct 15 21:44:23.164 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-10-15T21:44:23.687Z[ recovery-image] Oct 15 21:44:23.178 INFO O| Oct 15 21:44:23.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
69752024-10-15T21:44:23.687Z[ recovery-image] Oct 15 21:44:23.178 INFO O| Oct 15 21:44:23.178 INFO STEP 919 (remove_files) COMPLETE
69762024-10-15T21:44:23.690Z[ recovery-image] Oct 15 21:44:23.178 INFO O| Oct 15 21:44:23.178 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-10-15T21:44:23.700Z[ recovery-image] Oct 15 21:44:23.191 INFO O| Oct 15 21:44:23.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
69782024-10-15T21:44:23.700Z[ recovery-image] Oct 15 21:44:23.191 INFO O| Oct 15 21:44:23.191 INFO STEP 920 (remove_files) COMPLETE
69792024-10-15T21:44:23.700Z[ recovery-image] Oct 15 21:44:23.191 INFO O| Oct 15 21:44:23.191 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-10-15T21:44:23.716Z[ recovery-image] Oct 15 21:44:23.207 INFO O| Oct 15 21:44:23.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
69812024-10-15T21:44:23.716Z[ recovery-image] Oct 15 21:44:23.207 INFO O| Oct 15 21:44:23.207 INFO STEP 921 (remove_files) COMPLETE
69822024-10-15T21:44:23.716Z[ recovery-image] Oct 15 21:44:23.207 INFO O| Oct 15 21:44:23.207 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-10-15T21:44:23.728Z[ recovery-image] Oct 15 21:44:23.219 INFO O| Oct 15 21:44:23.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
69842024-10-15T21:44:23.730Z[ recovery-image] Oct 15 21:44:23.219 INFO O| Oct 15 21:44:23.219 INFO STEP 922 (remove_files) COMPLETE
69852024-10-15T21:44:23.730Z[ recovery-image] Oct 15 21:44:23.219 INFO O| Oct 15 21:44:23.219 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-10-15T21:44:23.743Z[ recovery-image] Oct 15 21:44:23.234 INFO O| Oct 15 21:44:23.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
69872024-10-15T21:44:23.743Z[ recovery-image] Oct 15 21:44:23.234 INFO O| Oct 15 21:44:23.234 INFO STEP 923 (remove_files) COMPLETE
69882024-10-15T21:44:23.745Z[ recovery-image] Oct 15 21:44:23.234 INFO O| Oct 15 21:44:23.234 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-10-15T21:44:23.759Z[ recovery-image] Oct 15 21:44:23.250 INFO O| Oct 15 21:44:23.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
69902024-10-15T21:44:23.759Z[ recovery-image] Oct 15 21:44:23.250 INFO O| Oct 15 21:44:23.250 INFO STEP 924 (remove_files) COMPLETE
69912024-10-15T21:44:23.761Z[ recovery-image] Oct 15 21:44:23.250 INFO O| Oct 15 21:44:23.250 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-10-15T21:44:23.773Z[ recovery-image] Oct 15 21:44:23.264 INFO O| Oct 15 21:44:23.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
69932024-10-15T21:44:23.773Z[ recovery-image] Oct 15 21:44:23.265 INFO O| Oct 15 21:44:23.264 INFO STEP 925 (remove_files) COMPLETE
69942024-10-15T21:44:23.773Z[ recovery-image] Oct 15 21:44:23.265 INFO O| Oct 15 21:44:23.265 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-10-15T21:44:23.789Z[ recovery-image] Oct 15 21:44:23.281 INFO O| Oct 15 21:44:23.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
69962024-10-15T21:44:23.789Z[ recovery-image] Oct 15 21:44:23.281 INFO O| Oct 15 21:44:23.281 INFO STEP 926 (remove_files) COMPLETE
69972024-10-15T21:44:23.792Z[ recovery-image] Oct 15 21:44:23.281 INFO O| Oct 15 21:44:23.281 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-10-15T21:44:23.803Z[ recovery-image] Oct 15 21:44:23.294 INFO O| Oct 15 21:44:23.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
69992024-10-15T21:44:23.803Z[ recovery-image] Oct 15 21:44:23.294 INFO O| Oct 15 21:44:23.294 INFO STEP 927 (remove_files) COMPLETE
70002024-10-15T21:44:23.805Z[ recovery-image] Oct 15 21:44:23.294 INFO O| Oct 15 21:44:23.294 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-10-15T21:44:23.816Z[ recovery-image] Oct 15 21:44:23.307 INFO O| Oct 15 21:44:23.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
70022024-10-15T21:44:23.816Z[ recovery-image] Oct 15 21:44:23.307 INFO O| Oct 15 21:44:23.307 INFO STEP 928 (remove_files) COMPLETE
70032024-10-15T21:44:23.816Z[ recovery-image] Oct 15 21:44:23.307 INFO O| Oct 15 21:44:23.307 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-10-15T21:44:23.830Z[ recovery-image] Oct 15 21:44:23.321 INFO O| Oct 15 21:44:23.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
70052024-10-15T21:44:23.830Z[ recovery-image] Oct 15 21:44:23.321 INFO O| Oct 15 21:44:23.321 INFO STEP 929 (remove_files) COMPLETE
70062024-10-15T21:44:23.830Z[ recovery-image] Oct 15 21:44:23.321 INFO O| Oct 15 21:44:23.321 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-10-15T21:44:23.843Z[ recovery-image] Oct 15 21:44:23.334 INFO O| Oct 15 21:44:23.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
70082024-10-15T21:44:23.843Z[ recovery-image] Oct 15 21:44:23.334 INFO O| Oct 15 21:44:23.334 INFO STEP 930 (remove_files) COMPLETE
70092024-10-15T21:44:23.843Z[ recovery-image] Oct 15 21:44:23.334 INFO O| Oct 15 21:44:23.334 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-10-15T21:44:23.855Z[ recovery-image] Oct 15 21:44:23.347 INFO O| Oct 15 21:44:23.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
70112024-10-15T21:44:23.855Z[ recovery-image] Oct 15 21:44:23.347 INFO O| Oct 15 21:44:23.347 INFO STEP 931 (remove_files) COMPLETE
70122024-10-15T21:44:23.859Z[ recovery-image] Oct 15 21:44:23.347 INFO O| Oct 15 21:44:23.347 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-10-15T21:44:23.866Z[ recovery-image] Oct 15 21:44:23.357 INFO O| Oct 15 21:44:23.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
70142024-10-15T21:44:23.866Z[ recovery-image] Oct 15 21:44:23.357 INFO O| Oct 15 21:44:23.357 INFO STEP 932 (remove_files) COMPLETE
70152024-10-15T21:44:23.866Z[ recovery-image] Oct 15 21:44:23.357 INFO O| Oct 15 21:44:23.357 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-10-15T21:44:23.876Z[ recovery-image] Oct 15 21:44:23.368 INFO O| Oct 15 21:44:23.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
70172024-10-15T21:44:23.876Z[ recovery-image] Oct 15 21:44:23.368 INFO O| Oct 15 21:44:23.368 INFO STEP 933 (remove_files) COMPLETE
70182024-10-15T21:44:23.879Z[ recovery-image] Oct 15 21:44:23.368 INFO O| Oct 15 21:44:23.368 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-10-15T21:44:23.891Z[ recovery-image] Oct 15 21:44:23.382 INFO O| Oct 15 21:44:23.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
70202024-10-15T21:44:23.891Z[ recovery-image] Oct 15 21:44:23.382 INFO O| Oct 15 21:44:23.382 INFO STEP 934 (remove_files) COMPLETE
70212024-10-15T21:44:23.893Z[ recovery-image] Oct 15 21:44:23.382 INFO O| Oct 15 21:44:23.382 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-10-15T21:44:23.906Z[ recovery-image] Oct 15 21:44:23.397 INFO O| Oct 15 21:44:23.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
70232024-10-15T21:44:23.906Z[ recovery-image] Oct 15 21:44:23.397 INFO O| Oct 15 21:44:23.397 INFO STEP 935 (remove_files) COMPLETE
70242024-10-15T21:44:23.906Z[ recovery-image] Oct 15 21:44:23.397 INFO O| Oct 15 21:44:23.397 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-10-15T21:44:23.920Z[ recovery-image] Oct 15 21:44:23.411 INFO O| Oct 15 21:44:23.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
70262024-10-15T21:44:23.920Z[ recovery-image] Oct 15 21:44:23.412 INFO O| Oct 15 21:44:23.411 INFO STEP 936 (remove_files) COMPLETE
70272024-10-15T21:44:23.920Z[ recovery-image] Oct 15 21:44:23.412 INFO O| Oct 15 21:44:23.412 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-10-15T21:44:23.931Z[ recovery-image] Oct 15 21:44:23.422 INFO O| Oct 15 21:44:23.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
70292024-10-15T21:44:23.931Z[ recovery-image] Oct 15 21:44:23.422 INFO O| Oct 15 21:44:23.422 INFO STEP 937 (remove_files) COMPLETE
70302024-10-15T21:44:23.931Z[ recovery-image] Oct 15 21:44:23.422 INFO O| Oct 15 21:44:23.422 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-10-15T21:44:23.945Z[ recovery-image] Oct 15 21:44:23.436 INFO O| Oct 15 21:44:23.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
70322024-10-15T21:44:23.945Z[ recovery-image] Oct 15 21:44:23.436 INFO O| Oct 15 21:44:23.436 INFO STEP 938 (remove_files) COMPLETE
70332024-10-15T21:44:23.947Z[ recovery-image] Oct 15 21:44:23.436 INFO O| Oct 15 21:44:23.436 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-10-15T21:44:23.956Z[ recovery-image] Oct 15 21:44:23.447 INFO O| Oct 15 21:44:23.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
70352024-10-15T21:44:23.956Z[ recovery-image] Oct 15 21:44:23.447 INFO O| Oct 15 21:44:23.447 INFO STEP 939 (remove_files) COMPLETE
70362024-10-15T21:44:23.956Z[ recovery-image] Oct 15 21:44:23.447 INFO O| Oct 15 21:44:23.447 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-10-15T21:44:23.967Z[ recovery-image] Oct 15 21:44:23.458 INFO O| Oct 15 21:44:23.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
70382024-10-15T21:44:23.967Z[ recovery-image] Oct 15 21:44:23.458 INFO O| Oct 15 21:44:23.458 INFO STEP 940 (remove_files) COMPLETE
70392024-10-15T21:44:23.967Z[ recovery-image] Oct 15 21:44:23.458 INFO O| Oct 15 21:44:23.458 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-10-15T21:44:23.980Z[ recovery-image] Oct 15 21:44:23.471 INFO O| Oct 15 21:44:23.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
70412024-10-15T21:44:23.980Z[ recovery-image] Oct 15 21:44:23.471 INFO O| Oct 15 21:44:23.471 INFO STEP 941 (remove_files) COMPLETE
70422024-10-15T21:44:23.980Z[ recovery-image] Oct 15 21:44:23.471 INFO O| Oct 15 21:44:23.471 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-10-15T21:44:23.992Z[ recovery-image] Oct 15 21:44:23.483 INFO O| Oct 15 21:44:23.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
70442024-10-15T21:44:23.992Z[ recovery-image] Oct 15 21:44:23.483 INFO O| Oct 15 21:44:23.483 INFO STEP 942 (remove_files) COMPLETE
70452024-10-15T21:44:23.994Z[ recovery-image] Oct 15 21:44:23.483 INFO O| Oct 15 21:44:23.483 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-10-15T21:44:24.003Z[ recovery-image] Oct 15 21:44:23.494 INFO O| Oct 15 21:44:23.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
70472024-10-15T21:44:24.003Z[ recovery-image] Oct 15 21:44:23.494 INFO O| Oct 15 21:44:23.494 INFO STEP 943 (remove_files) COMPLETE
70482024-10-15T21:44:24.003Z[ recovery-image] Oct 15 21:44:23.494 INFO O| Oct 15 21:44:23.494 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-10-15T21:44:24.014Z[ recovery-image] Oct 15 21:44:23.505 INFO O| Oct 15 21:44:23.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
70502024-10-15T21:44:24.014Z[ recovery-image] Oct 15 21:44:23.505 INFO O| Oct 15 21:44:23.505 INFO STEP 944 (remove_files) COMPLETE
70512024-10-15T21:44:24.014Z[ recovery-image] Oct 15 21:44:23.505 INFO O| Oct 15 21:44:23.505 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-10-15T21:44:24.025Z[ recovery-image] Oct 15 21:44:23.516 INFO O| Oct 15 21:44:23.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
70532024-10-15T21:44:24.025Z[ recovery-image] Oct 15 21:44:23.516 INFO O| Oct 15 21:44:23.516 INFO STEP 945 (remove_files) COMPLETE
70542024-10-15T21:44:24.028Z[ recovery-image] Oct 15 21:44:23.516 INFO O| Oct 15 21:44:23.516 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-10-15T21:44:24.035Z[ recovery-image] Oct 15 21:44:23.527 INFO O| Oct 15 21:44:23.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
70562024-10-15T21:44:24.038Z[ recovery-image] Oct 15 21:44:23.527 INFO O| Oct 15 21:44:23.527 INFO STEP 946 (remove_files) COMPLETE
70572024-10-15T21:44:24.038Z[ recovery-image] Oct 15 21:44:23.527 INFO O| Oct 15 21:44:23.527 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-10-15T21:44:24.046Z[ recovery-image] Oct 15 21:44:23.537 INFO O| Oct 15 21:44:23.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
70592024-10-15T21:44:24.046Z[ recovery-image] Oct 15 21:44:23.537 INFO O| Oct 15 21:44:23.537 INFO STEP 947 (remove_files) COMPLETE
70602024-10-15T21:44:24.046Z[ recovery-image] Oct 15 21:44:23.537 INFO O| Oct 15 21:44:23.537 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-10-15T21:44:24.056Z[ recovery-image] Oct 15 21:44:23.547 INFO O| Oct 15 21:44:23.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
70622024-10-15T21:44:24.058Z[ recovery-image] Oct 15 21:44:23.547 INFO O| Oct 15 21:44:23.547 INFO STEP 948 (remove_files) COMPLETE
70632024-10-15T21:44:24.058Z[ recovery-image] Oct 15 21:44:23.547 INFO O| Oct 15 21:44:23.547 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-10-15T21:44:24.066Z[ recovery-image] Oct 15 21:44:23.557 INFO O| Oct 15 21:44:23.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
70652024-10-15T21:44:24.066Z[ recovery-image] Oct 15 21:44:23.557 INFO O| Oct 15 21:44:23.557 INFO STEP 949 (remove_files) COMPLETE
70662024-10-15T21:44:24.068Z[ recovery-image] Oct 15 21:44:23.557 INFO O| Oct 15 21:44:23.557 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-10-15T21:44:24.076Z[ recovery-image] Oct 15 21:44:23.568 INFO O| Oct 15 21:44:23.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
70682024-10-15T21:44:24.076Z[ recovery-image] Oct 15 21:44:23.568 INFO O| Oct 15 21:44:23.568 INFO STEP 950 (remove_files) COMPLETE
70692024-10-15T21:44:24.080Z[ recovery-image] Oct 15 21:44:23.568 INFO O| Oct 15 21:44:23.568 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-10-15T21:44:24.087Z[ recovery-image] Oct 15 21:44:23.579 INFO O| Oct 15 21:44:23.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
70712024-10-15T21:44:24.090Z[ recovery-image] Oct 15 21:44:23.579 INFO O| Oct 15 21:44:23.579 INFO STEP 951 (remove_files) COMPLETE
70722024-10-15T21:44:24.090Z[ recovery-image] Oct 15 21:44:23.579 INFO O| Oct 15 21:44:23.579 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-10-15T21:44:24.099Z[ recovery-image] Oct 15 21:44:23.590 INFO O| Oct 15 21:44:23.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
70742024-10-15T21:44:24.099Z[ recovery-image] Oct 15 21:44:23.590 INFO O| Oct 15 21:44:23.590 INFO STEP 952 (remove_files) COMPLETE
70752024-10-15T21:44:24.100Z[ recovery-image] Oct 15 21:44:23.590 INFO O| Oct 15 21:44:23.590 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-10-15T21:44:24.110Z[ recovery-image] Oct 15 21:44:23.601 INFO O| Oct 15 21:44:23.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
70772024-10-15T21:44:24.110Z[ recovery-image] Oct 15 21:44:23.601 INFO O| Oct 15 21:44:23.601 INFO STEP 953 (remove_files) COMPLETE
70782024-10-15T21:44:24.112Z[ recovery-image] Oct 15 21:44:23.601 INFO O| Oct 15 21:44:23.601 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-10-15T21:44:24.122Z[ recovery-image] Oct 15 21:44:23.612 INFO O| Oct 15 21:44:23.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
70802024-10-15T21:44:24.122Z[ recovery-image] Oct 15 21:44:23.612 INFO O| Oct 15 21:44:23.612 INFO STEP 954 (remove_files) COMPLETE
70812024-10-15T21:44:24.122Z[ recovery-image] Oct 15 21:44:23.612 INFO O| Oct 15 21:44:23.612 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-10-15T21:44:24.126Z[ host-image] Oct 15 21:44:23.618 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22966:20241015T142317Z
70832024-10-15T21:44:24.131Z[ recovery-image] Oct 15 21:44:23.622 INFO O| Oct 15 21:44:23.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
70842024-10-15T21:44:24.135Z[ recovery-image] Oct 15 21:44:23.622 INFO O| Oct 15 21:44:23.622 INFO STEP 955 (remove_files) COMPLETE
70852024-10-15T21:44:24.135Z[ recovery-image] Oct 15 21:44:23.623 INFO O| Oct 15 21:44:23.622 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-10-15T21:44:24.142Z[ recovery-image] Oct 15 21:44:23.633 INFO O| Oct 15 21:44:23.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
70872024-10-15T21:44:24.144Z[ recovery-image] Oct 15 21:44:23.633 INFO O| Oct 15 21:44:23.633 INFO STEP 956 (remove_files) COMPLETE
70882024-10-15T21:44:24.144Z[ recovery-image] Oct 15 21:44:23.633 INFO O| Oct 15 21:44:23.633 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-10-15T21:44:24.152Z[ recovery-image] Oct 15 21:44:23.643 INFO O| Oct 15 21:44:23.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
70902024-10-15T21:44:24.152Z[ recovery-image] Oct 15 21:44:23.644 INFO O| Oct 15 21:44:23.644 INFO STEP 957 (remove_files) COMPLETE
70912024-10-15T21:44:24.155Z[ recovery-image] Oct 15 21:44:23.644 INFO O| Oct 15 21:44:23.644 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-10-15T21:44:24.163Z[ recovery-image] Oct 15 21:44:23.654 INFO O| Oct 15 21:44:23.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
70932024-10-15T21:44:24.163Z[ recovery-image] Oct 15 21:44:23.654 INFO O| Oct 15 21:44:23.654 INFO STEP 958 (remove_files) COMPLETE
70942024-10-15T21:44:24.165Z[ recovery-image] Oct 15 21:44:23.654 INFO O| Oct 15 21:44:23.654 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-10-15T21:44:24.173Z[ recovery-image] Oct 15 21:44:23.664 INFO O| Oct 15 21:44:23.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
70962024-10-15T21:44:24.173Z[ recovery-image] Oct 15 21:44:23.665 INFO O| Oct 15 21:44:23.664 INFO STEP 959 (remove_files) COMPLETE
70972024-10-15T21:44:24.173Z[ recovery-image] Oct 15 21:44:23.665 INFO O| Oct 15 21:44:23.665 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-10-15T21:44:24.184Z[ recovery-image] Oct 15 21:44:23.675 INFO O| Oct 15 21:44:23.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
70992024-10-15T21:44:24.184Z[ recovery-image] Oct 15 21:44:23.675 INFO O| Oct 15 21:44:23.675 INFO STEP 960 (remove_files) COMPLETE
71002024-10-15T21:44:24.184Z[ recovery-image] Oct 15 21:44:23.675 INFO O| Oct 15 21:44:23.675 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-10-15T21:44:24.194Z[ recovery-image] Oct 15 21:44:23.685 INFO O| Oct 15 21:44:23.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
71022024-10-15T21:44:24.194Z[ recovery-image] Oct 15 21:44:23.685 INFO O| Oct 15 21:44:23.685 INFO STEP 961 (remove_files) COMPLETE
71032024-10-15T21:44:24.196Z[ recovery-image] Oct 15 21:44:23.685 INFO O| Oct 15 21:44:23.685 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-10-15T21:44:24.204Z[ recovery-image] Oct 15 21:44:23.696 INFO O| Oct 15 21:44:23.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
71052024-10-15T21:44:24.205Z[ recovery-image] Oct 15 21:44:23.696 INFO O| Oct 15 21:44:23.696 INFO STEP 962 (remove_files) COMPLETE
71062024-10-15T21:44:24.205Z[ recovery-image] Oct 15 21:44:23.696 INFO O| Oct 15 21:44:23.696 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-10-15T21:44:24.216Z[ recovery-image] Oct 15 21:44:23.707 INFO O| Oct 15 21:44:23.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
71082024-10-15T21:44:24.216Z[ recovery-image] Oct 15 21:44:23.707 INFO O| Oct 15 21:44:23.707 INFO STEP 963 (remove_files) COMPLETE
71092024-10-15T21:44:24.218Z[ recovery-image] Oct 15 21:44:23.707 INFO O| Oct 15 21:44:23.707 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-10-15T21:44:24.227Z[ recovery-image] Oct 15 21:44:23.719 INFO O| Oct 15 21:44:23.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
71112024-10-15T21:44:24.230Z[ recovery-image] Oct 15 21:44:23.719 INFO O| Oct 15 21:44:23.719 INFO STEP 964 (remove_files) COMPLETE
71122024-10-15T21:44:24.230Z[ recovery-image] Oct 15 21:44:23.719 INFO O| Oct 15 21:44:23.719 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-10-15T21:44:24.240Z[ recovery-image] Oct 15 21:44:23.731 INFO O| Oct 15 21:44:23.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
71142024-10-15T21:44:24.240Z[ recovery-image] Oct 15 21:44:23.731 INFO O| Oct 15 21:44:23.731 INFO STEP 965 (remove_files) COMPLETE
71152024-10-15T21:44:24.240Z[ recovery-image] Oct 15 21:44:23.731 INFO O| Oct 15 21:44:23.731 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-10-15T21:44:24.252Z[ recovery-image] Oct 15 21:44:23.743 INFO O| Oct 15 21:44:23.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
71172024-10-15T21:44:24.252Z[ recovery-image] Oct 15 21:44:23.743 INFO O| Oct 15 21:44:23.743 INFO STEP 966 (remove_files) COMPLETE
71182024-10-15T21:44:24.252Z[ recovery-image] Oct 15 21:44:23.743 INFO O| Oct 15 21:44:23.743 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-10-15T21:44:24.264Z[ recovery-image] Oct 15 21:44:23.755 INFO O| Oct 15 21:44:23.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
71202024-10-15T21:44:24.264Z[ recovery-image] Oct 15 21:44:23.755 INFO O| Oct 15 21:44:23.755 INFO STEP 967 (remove_files) COMPLETE
71212024-10-15T21:44:24.264Z[ recovery-image] Oct 15 21:44:23.755 INFO O| Oct 15 21:44:23.755 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-10-15T21:44:24.276Z[ recovery-image] Oct 15 21:44:23.768 INFO O| Oct 15 21:44:23.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
71232024-10-15T21:44:24.279Z[ recovery-image] Oct 15 21:44:23.768 INFO O| Oct 15 21:44:23.768 INFO STEP 968 (remove_files) COMPLETE
71242024-10-15T21:44:24.279Z[ recovery-image] Oct 15 21:44:23.768 INFO O| Oct 15 21:44:23.768 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-10-15T21:44:24.288Z[ recovery-image] Oct 15 21:44:23.778 INFO O| Oct 15 21:44:23.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
71262024-10-15T21:44:24.288Z[ recovery-image] Oct 15 21:44:23.778 INFO O| Oct 15 21:44:23.778 INFO STEP 969 (remove_files) COMPLETE
71272024-10-15T21:44:24.291Z[ recovery-image] Oct 15 21:44:23.778 INFO O| Oct 15 21:44:23.778 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-10-15T21:44:24.296Z[ recovery-image] Oct 15 21:44:23.788 INFO O| Oct 15 21:44:23.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
71292024-10-15T21:44:24.299Z[ recovery-image] Oct 15 21:44:23.788 INFO O| Oct 15 21:44:23.788 INFO STEP 970 (remove_files) COMPLETE
71302024-10-15T21:44:24.299Z[ recovery-image] Oct 15 21:44:23.788 INFO O| Oct 15 21:44:23.788 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-10-15T21:44:24.307Z[ recovery-image] Oct 15 21:44:23.798 INFO O| Oct 15 21:44:23.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
71322024-10-15T21:44:24.309Z[ recovery-image] Oct 15 21:44:23.798 INFO O| Oct 15 21:44:23.798 INFO STEP 971 (remove_files) COMPLETE
71332024-10-15T21:44:24.309Z[ recovery-image] Oct 15 21:44:23.798 INFO O| Oct 15 21:44:23.798 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-10-15T21:44:24.317Z[ recovery-image] Oct 15 21:44:23.808 INFO O| Oct 15 21:44:23.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
71352024-10-15T21:44:24.319Z[ recovery-image] Oct 15 21:44:23.808 INFO O| Oct 15 21:44:23.808 INFO STEP 972 (remove_files) COMPLETE
71362024-10-15T21:44:24.319Z[ recovery-image] Oct 15 21:44:23.808 INFO O| Oct 15 21:44:23.808 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-10-15T21:44:24.327Z[ recovery-image] Oct 15 21:44:23.818 INFO O| Oct 15 21:44:23.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
71382024-10-15T21:44:24.329Z[ recovery-image] Oct 15 21:44:23.818 INFO O| Oct 15 21:44:23.818 INFO STEP 973 (remove_files) COMPLETE
71392024-10-15T21:44:24.329Z[ recovery-image] Oct 15 21:44:23.818 INFO O| Oct 15 21:44:23.818 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-10-15T21:44:24.337Z[ recovery-image] Oct 15 21:44:23.828 INFO O| Oct 15 21:44:23.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
71412024-10-15T21:44:24.337Z[ recovery-image] Oct 15 21:44:23.828 INFO O| Oct 15 21:44:23.828 INFO STEP 974 (remove_files) COMPLETE
71422024-10-15T21:44:24.339Z[ recovery-image] Oct 15 21:44:23.828 INFO O| Oct 15 21:44:23.828 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-10-15T21:44:24.347Z[ recovery-image] Oct 15 21:44:23.838 INFO O| Oct 15 21:44:23.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
71442024-10-15T21:44:24.347Z[ recovery-image] Oct 15 21:44:23.838 INFO O| Oct 15 21:44:23.838 INFO STEP 975 (remove_files) COMPLETE
71452024-10-15T21:44:24.349Z[ recovery-image] Oct 15 21:44:23.838 INFO O| Oct 15 21:44:23.838 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-10-15T21:44:24.357Z[ recovery-image] Oct 15 21:44:23.848 INFO O| Oct 15 21:44:23.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
71472024-10-15T21:44:24.357Z[ recovery-image] Oct 15 21:44:23.848 INFO O| Oct 15 21:44:23.848 INFO STEP 976 (remove_files) COMPLETE
71482024-10-15T21:44:24.359Z[ recovery-image] Oct 15 21:44:23.848 INFO O| Oct 15 21:44:23.848 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-10-15T21:44:24.367Z[ recovery-image] Oct 15 21:44:23.858 INFO O| Oct 15 21:44:23.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
71502024-10-15T21:44:24.371Z[ recovery-image] Oct 15 21:44:23.859 INFO O| Oct 15 21:44:23.859 INFO STEP 977 (remove_files) COMPLETE
71512024-10-15T21:44:24.371Z[ recovery-image] Oct 15 21:44:23.859 INFO O| Oct 15 21:44:23.859 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-10-15T21:44:24.384Z[ recovery-image] Oct 15 21:44:23.869 INFO O| Oct 15 21:44:23.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
71532024-10-15T21:44:24.384Z[ recovery-image] Oct 15 21:44:23.869 INFO O| Oct 15 21:44:23.869 INFO STEP 978 (remove_files) COMPLETE
71542024-10-15T21:44:24.384Z[ recovery-image] Oct 15 21:44:23.869 INFO O| Oct 15 21:44:23.869 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-10-15T21:44:24.391Z[ recovery-image] Oct 15 21:44:23.879 INFO O| Oct 15 21:44:23.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
71562024-10-15T21:44:24.391Z[ recovery-image] Oct 15 21:44:23.879 INFO O| Oct 15 21:44:23.879 INFO STEP 979 (remove_files) COMPLETE
71572024-10-15T21:44:24.391Z[ recovery-image] Oct 15 21:44:23.879 INFO O| Oct 15 21:44:23.879 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-10-15T21:44:24.400Z[ recovery-image] Oct 15 21:44:23.891 INFO O| Oct 15 21:44:23.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
71592024-10-15T21:44:24.400Z[ recovery-image] Oct 15 21:44:23.891 INFO O| Oct 15 21:44:23.891 INFO STEP 980 (remove_files) COMPLETE
71602024-10-15T21:44:24.403Z[ recovery-image] Oct 15 21:44:23.891 INFO O| Oct 15 21:44:23.891 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-10-15T21:44:24.412Z[ recovery-image] Oct 15 21:44:23.903 INFO O| Oct 15 21:44:23.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
71622024-10-15T21:44:24.414Z[ recovery-image] Oct 15 21:44:23.903 INFO O| Oct 15 21:44:23.903 INFO STEP 981 (remove_files) COMPLETE
71632024-10-15T21:44:24.414Z[ recovery-image] Oct 15 21:44:23.903 INFO O| Oct 15 21:44:23.903 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-10-15T21:44:24.424Z[ recovery-image] Oct 15 21:44:23.915 INFO O| Oct 15 21:44:23.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
71652024-10-15T21:44:24.424Z[ recovery-image] Oct 15 21:44:23.915 INFO O| Oct 15 21:44:23.915 INFO STEP 982 (remove_files) COMPLETE
71662024-10-15T21:44:24.424Z[ recovery-image] Oct 15 21:44:23.915 INFO O| Oct 15 21:44:23.915 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-10-15T21:44:24.436Z[ recovery-image] Oct 15 21:44:23.928 INFO O| Oct 15 21:44:23.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
71682024-10-15T21:44:24.436Z[ recovery-image] Oct 15 21:44:23.928 INFO O| Oct 15 21:44:23.928 INFO STEP 983 (remove_files) COMPLETE
71692024-10-15T21:44:24.439Z[ recovery-image] Oct 15 21:44:23.928 INFO O| Oct 15 21:44:23.928 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-10-15T21:44:24.447Z[ recovery-image] Oct 15 21:44:23.938 INFO O| Oct 15 21:44:23.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
71712024-10-15T21:44:24.447Z[ recovery-image] Oct 15 21:44:23.938 INFO O| Oct 15 21:44:23.938 INFO STEP 984 (remove_files) COMPLETE
71722024-10-15T21:44:24.449Z[ recovery-image] Oct 15 21:44:23.938 INFO O| Oct 15 21:44:23.938 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-10-15T21:44:24.458Z[ recovery-image] Oct 15 21:44:23.950 INFO O| Oct 15 21:44:23.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
71742024-10-15T21:44:24.459Z[ recovery-image] Oct 15 21:44:23.950 INFO O| Oct 15 21:44:23.950 INFO STEP 985 (remove_files) COMPLETE
71752024-10-15T21:44:24.459Z[ recovery-image] Oct 15 21:44:23.950 INFO O| Oct 15 21:44:23.950 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-10-15T21:44:24.469Z[ recovery-image] Oct 15 21:44:23.961 INFO O| Oct 15 21:44:23.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
71772024-10-15T21:44:24.472Z[ recovery-image] Oct 15 21:44:23.961 INFO O| Oct 15 21:44:23.961 INFO STEP 986 (remove_files) COMPLETE
71782024-10-15T21:44:24.472Z[ recovery-image] Oct 15 21:44:23.961 INFO O| Oct 15 21:44:23.961 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-10-15T21:44:24.481Z[ recovery-image] Oct 15 21:44:23.972 INFO O| Oct 15 21:44:23.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
71802024-10-15T21:44:24.483Z[ recovery-image] Oct 15 21:44:23.972 INFO O| Oct 15 21:44:23.972 INFO STEP 987 (remove_files) COMPLETE
71812024-10-15T21:44:24.483Z[ recovery-image] Oct 15 21:44:23.972 INFO O| Oct 15 21:44:23.972 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-10-15T21:44:24.492Z[ recovery-image] Oct 15 21:44:23.984 INFO O| Oct 15 21:44:23.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
71832024-10-15T21:44:24.492Z[ recovery-image] Oct 15 21:44:23.984 INFO O| Oct 15 21:44:23.984 INFO STEP 988 (remove_files) COMPLETE
71842024-10-15T21:44:24.495Z[ recovery-image] Oct 15 21:44:23.984 INFO O| Oct 15 21:44:23.984 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-10-15T21:44:24.504Z[ recovery-image] Oct 15 21:44:23.995 INFO O| Oct 15 21:44:23.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
71862024-10-15T21:44:24.506Z[ recovery-image] Oct 15 21:44:23.995 INFO O| Oct 15 21:44:23.995 INFO STEP 989 (remove_files) COMPLETE
71872024-10-15T21:44:24.506Z[ recovery-image] Oct 15 21:44:23.995 INFO O| Oct 15 21:44:23.995 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-10-15T21:44:24.515Z[ recovery-image] Oct 15 21:44:24.006 INFO O| Oct 15 21:44:24.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
71892024-10-15T21:44:24.515Z[ recovery-image] Oct 15 21:44:24.006 INFO O| Oct 15 21:44:24.006 INFO STEP 990 (remove_files) COMPLETE
71902024-10-15T21:44:24.515Z[ recovery-image] Oct 15 21:44:24.006 INFO O| Oct 15 21:44:24.006 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-10-15T21:44:24.525Z[ recovery-image] Oct 15 21:44:24.016 INFO O| Oct 15 21:44:24.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
71922024-10-15T21:44:24.528Z[ recovery-image] Oct 15 21:44:24.017 INFO O| Oct 15 21:44:24.017 INFO STEP 991 (remove_files) COMPLETE
71932024-10-15T21:44:24.528Z[ recovery-image] Oct 15 21:44:24.017 INFO O| Oct 15 21:44:24.017 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-10-15T21:44:24.536Z[ recovery-image] Oct 15 21:44:24.027 INFO O| Oct 15 21:44:24.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
71952024-10-15T21:44:24.536Z[ recovery-image] Oct 15 21:44:24.027 INFO O| Oct 15 21:44:24.027 INFO STEP 992 (remove_files) COMPLETE
71962024-10-15T21:44:24.538Z[ recovery-image] Oct 15 21:44:24.027 INFO O| Oct 15 21:44:24.027 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-10-15T21:44:24.546Z[ recovery-image] Oct 15 21:44:24.037 INFO O| Oct 15 21:44:24.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
71982024-10-15T21:44:24.546Z[ recovery-image] Oct 15 21:44:24.037 INFO O| Oct 15 21:44:24.037 INFO STEP 993 (remove_files) COMPLETE
71992024-10-15T21:44:24.548Z[ recovery-image] Oct 15 21:44:24.038 INFO O| Oct 15 21:44:24.038 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-10-15T21:44:24.556Z[ recovery-image] Oct 15 21:44:24.048 INFO O| Oct 15 21:44:24.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
72012024-10-15T21:44:24.556Z[ recovery-image] Oct 15 21:44:24.048 INFO O| Oct 15 21:44:24.048 INFO STEP 994 (remove_files) COMPLETE
72022024-10-15T21:44:24.556Z[ recovery-image] Oct 15 21:44:24.048 INFO O| Oct 15 21:44:24.048 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-10-15T21:44:24.569Z[ recovery-image] Oct 15 21:44:24.060 INFO O| Oct 15 21:44:24.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
72042024-10-15T21:44:24.569Z[ recovery-image] Oct 15 21:44:24.061 INFO O| Oct 15 21:44:24.060 INFO STEP 995 (remove_files) COMPLETE
72052024-10-15T21:44:24.571Z[ recovery-image] Oct 15 21:44:24.061 INFO O| Oct 15 21:44:24.061 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-10-15T21:44:24.579Z[ recovery-image] Oct 15 21:44:24.071 INFO O| Oct 15 21:44:24.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
72072024-10-15T21:44:24.580Z[ recovery-image] Oct 15 21:44:24.071 INFO O| Oct 15 21:44:24.071 INFO STEP 996 (remove_files) COMPLETE
72082024-10-15T21:44:24.583Z[ recovery-image] Oct 15 21:44:24.071 INFO O| Oct 15 21:44:24.071 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-10-15T21:44:24.589Z[ recovery-image] Oct 15 21:44:24.080 INFO O| Oct 15 21:44:24.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
72102024-10-15T21:44:24.589Z[ recovery-image] Oct 15 21:44:24.081 INFO O| Oct 15 21:44:24.080 INFO STEP 997 (remove_files) COMPLETE
72112024-10-15T21:44:24.592Z[ recovery-image] Oct 15 21:44:24.081 INFO O| Oct 15 21:44:24.081 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-10-15T21:44:24.600Z[ recovery-image] Oct 15 21:44:24.092 INFO O| Oct 15 21:44:24.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
72132024-10-15T21:44:24.600Z[ recovery-image] Oct 15 21:44:24.092 INFO O| Oct 15 21:44:24.092 INFO STEP 998 (remove_files) COMPLETE
72142024-10-15T21:44:24.603Z[ recovery-image] Oct 15 21:44:24.092 INFO O| Oct 15 21:44:24.092 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-10-15T21:44:24.612Z[ recovery-image] Oct 15 21:44:24.103 INFO O| Oct 15 21:44:24.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
72162024-10-15T21:44:24.612Z[ recovery-image] Oct 15 21:44:24.103 INFO O| Oct 15 21:44:24.103 INFO STEP 999 (remove_files) COMPLETE
72172024-10-15T21:44:24.614Z[ recovery-image] Oct 15 21:44:24.103 INFO O| Oct 15 21:44:24.103 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-10-15T21:44:24.623Z[ recovery-image] Oct 15 21:44:24.114 INFO O| Oct 15 21:44:24.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
72192024-10-15T21:44:24.625Z[ recovery-image] Oct 15 21:44:24.114 INFO O| Oct 15 21:44:24.114 INFO STEP 1000 (remove_files) COMPLETE
72202024-10-15T21:44:24.625Z[ recovery-image] Oct 15 21:44:24.114 INFO O| Oct 15 21:44:24.114 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-10-15T21:44:24.634Z[ recovery-image] Oct 15 21:44:24.126 INFO O| Oct 15 21:44:24.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
72222024-10-15T21:44:24.634Z[ recovery-image] Oct 15 21:44:24.126 INFO O| Oct 15 21:44:24.126 INFO STEP 1001 (remove_files) COMPLETE
72232024-10-15T21:44:24.637Z[ recovery-image] Oct 15 21:44:24.126 INFO O| Oct 15 21:44:24.126 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-10-15T21:44:24.646Z[ recovery-image] Oct 15 21:44:24.137 INFO O| Oct 15 21:44:24.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
72252024-10-15T21:44:24.646Z[ recovery-image] Oct 15 21:44:24.137 INFO O| Oct 15 21:44:24.137 INFO STEP 1002 (remove_files) COMPLETE
72262024-10-15T21:44:24.648Z[ recovery-image] Oct 15 21:44:24.137 INFO O| Oct 15 21:44:24.137 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-10-15T21:44:24.657Z[ recovery-image] Oct 15 21:44:24.149 INFO O| Oct 15 21:44:24.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
72282024-10-15T21:44:24.657Z[ recovery-image] Oct 15 21:44:24.149 INFO O| Oct 15 21:44:24.149 INFO STEP 1003 (remove_files) COMPLETE
72292024-10-15T21:44:24.659Z[ recovery-image] Oct 15 21:44:24.149 INFO O| Oct 15 21:44:24.149 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-10-15T21:44:24.670Z[ recovery-image] Oct 15 21:44:24.161 INFO O| Oct 15 21:44:24.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
72312024-10-15T21:44:24.670Z[ recovery-image] Oct 15 21:44:24.161 INFO O| Oct 15 21:44:24.161 INFO STEP 1004 (remove_files) COMPLETE
72322024-10-15T21:44:24.672Z[ recovery-image] Oct 15 21:44:24.161 INFO O| Oct 15 21:44:24.161 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-10-15T21:44:24.682Z[ recovery-image] Oct 15 21:44:24.173 INFO O| Oct 15 21:44:24.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
72342024-10-15T21:44:24.682Z[ recovery-image] Oct 15 21:44:24.173 INFO O| Oct 15 21:44:24.173 INFO STEP 1005 (remove_files) COMPLETE
72352024-10-15T21:44:24.684Z[ recovery-image] Oct 15 21:44:24.173 INFO O| Oct 15 21:44:24.173 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-10-15T21:44:24.693Z[ recovery-image] Oct 15 21:44:24.184 INFO O| Oct 15 21:44:24.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
72372024-10-15T21:44:24.693Z[ recovery-image] Oct 15 21:44:24.185 INFO O| Oct 15 21:44:24.185 INFO STEP 1006 (remove_files) COMPLETE
72382024-10-15T21:44:24.693Z[ recovery-image] Oct 15 21:44:24.185 INFO O| Oct 15 21:44:24.185 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-10-15T21:44:24.705Z[ recovery-image] Oct 15 21:44:24.196 INFO O| Oct 15 21:44:24.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
72402024-10-15T21:44:24.705Z[ recovery-image] Oct 15 21:44:24.196 INFO O| Oct 15 21:44:24.196 INFO STEP 1007 (remove_files) COMPLETE
72412024-10-15T21:44:24.707Z[ recovery-image] Oct 15 21:44:24.196 INFO O| Oct 15 21:44:24.196 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-10-15T21:44:24.716Z[ recovery-image] Oct 15 21:44:24.207 INFO O| Oct 15 21:44:24.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
72432024-10-15T21:44:24.716Z[ recovery-image] Oct 15 21:44:24.207 INFO O| Oct 15 21:44:24.207 INFO STEP 1008 (remove_files) COMPLETE
72442024-10-15T21:44:24.718Z[ recovery-image] Oct 15 21:44:24.207 INFO O| Oct 15 21:44:24.207 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-10-15T21:44:24.726Z[ recovery-image] Oct 15 21:44:24.217 INFO O| Oct 15 21:44:24.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
72462024-10-15T21:44:24.726Z[ recovery-image] Oct 15 21:44:24.217 INFO O| Oct 15 21:44:24.217 INFO STEP 1009 (remove_files) COMPLETE
72472024-10-15T21:44:24.726Z[ recovery-image] Oct 15 21:44:24.217 INFO O| Oct 15 21:44:24.217 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-10-15T21:44:24.736Z[ recovery-image] Oct 15 21:44:24.227 INFO O| Oct 15 21:44:24.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
72492024-10-15T21:44:24.736Z[ recovery-image] Oct 15 21:44:24.227 INFO O| Oct 15 21:44:24.227 INFO STEP 1010 (remove_files) COMPLETE
72502024-10-15T21:44:24.739Z[ recovery-image] Oct 15 21:44:24.227 INFO O| Oct 15 21:44:24.227 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-10-15T21:44:24.746Z[ recovery-image] Oct 15 21:44:24.237 INFO O| Oct 15 21:44:24.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
72522024-10-15T21:44:24.746Z[ recovery-image] Oct 15 21:44:24.238 INFO O| Oct 15 21:44:24.238 INFO STEP 1011 (remove_files) COMPLETE
72532024-10-15T21:44:24.746Z[ recovery-image] Oct 15 21:44:24.238 INFO O| Oct 15 21:44:24.238 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-10-15T21:44:24.756Z[ recovery-image] Oct 15 21:44:24.248 INFO O| Oct 15 21:44:24.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
72552024-10-15T21:44:24.756Z[ recovery-image] Oct 15 21:44:24.248 INFO O| Oct 15 21:44:24.248 INFO STEP 1012 (remove_files) COMPLETE
72562024-10-15T21:44:24.756Z[ recovery-image] Oct 15 21:44:24.248 INFO O| Oct 15 21:44:24.248 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-10-15T21:44:24.766Z[ recovery-image] Oct 15 21:44:24.258 INFO O| Oct 15 21:44:24.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
72582024-10-15T21:44:24.769Z[ recovery-image] Oct 15 21:44:24.258 INFO O| Oct 15 21:44:24.258 INFO STEP 1013 (remove_files) COMPLETE
72592024-10-15T21:44:24.769Z[ recovery-image] Oct 15 21:44:24.258 INFO O| Oct 15 21:44:24.258 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-10-15T21:44:24.776Z[ recovery-image] Oct 15 21:44:24.268 INFO O| Oct 15 21:44:24.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
72612024-10-15T21:44:24.778Z[ recovery-image] Oct 15 21:44:24.268 INFO O| Oct 15 21:44:24.268 INFO STEP 1014 (remove_files) COMPLETE
72622024-10-15T21:44:24.778Z[ recovery-image] Oct 15 21:44:24.268 INFO O| Oct 15 21:44:24.268 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-10-15T21:44:24.786Z[ recovery-image] Oct 15 21:44:24.277 INFO O| Oct 15 21:44:24.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
72642024-10-15T21:44:24.786Z[ recovery-image] Oct 15 21:44:24.278 INFO O| Oct 15 21:44:24.277 INFO STEP 1015 (remove_files) COMPLETE
72652024-10-15T21:44:24.789Z[ recovery-image] Oct 15 21:44:24.278 INFO O| Oct 15 21:44:24.278 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-10-15T21:44:24.796Z[ recovery-image] Oct 15 21:44:24.287 INFO O| Oct 15 21:44:24.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
72672024-10-15T21:44:24.796Z[ recovery-image] Oct 15 21:44:24.288 INFO O| Oct 15 21:44:24.287 INFO STEP 1016 (remove_files) COMPLETE
72682024-10-15T21:44:24.796Z[ recovery-image] Oct 15 21:44:24.288 INFO O| Oct 15 21:44:24.288 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-10-15T21:44:24.806Z[ recovery-image] Oct 15 21:44:24.297 INFO O| Oct 15 21:44:24.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
72702024-10-15T21:44:24.808Z[ recovery-image] Oct 15 21:44:24.297 INFO O| Oct 15 21:44:24.297 INFO STEP 1017 (remove_files) COMPLETE
72712024-10-15T21:44:24.808Z[ recovery-image] Oct 15 21:44:24.297 INFO O| Oct 15 21:44:24.297 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-10-15T21:44:24.816Z[ recovery-image] Oct 15 21:44:24.308 INFO O| Oct 15 21:44:24.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
72732024-10-15T21:44:24.817Z[ recovery-image] Oct 15 21:44:24.308 INFO O| Oct 15 21:44:24.308 INFO STEP 1018 (remove_files) COMPLETE
72742024-10-15T21:44:24.820Z[ recovery-image] Oct 15 21:44:24.308 INFO O| Oct 15 21:44:24.308 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-10-15T21:44:24.827Z[ recovery-image] Oct 15 21:44:24.319 INFO O| Oct 15 21:44:24.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
72762024-10-15T21:44:24.828Z[ recovery-image] Oct 15 21:44:24.319 INFO O| Oct 15 21:44:24.319 INFO STEP 1019 (remove_files) COMPLETE
72772024-10-15T21:44:24.830Z[ recovery-image] Oct 15 21:44:24.319 INFO O| Oct 15 21:44:24.319 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-10-15T21:44:24.838Z[ recovery-image] Oct 15 21:44:24.330 INFO O| Oct 15 21:44:24.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
72792024-10-15T21:44:24.841Z[ recovery-image] Oct 15 21:44:24.330 INFO O| Oct 15 21:44:24.330 INFO STEP 1020 (remove_files) COMPLETE
72802024-10-15T21:44:24.841Z[ recovery-image] Oct 15 21:44:24.330 INFO O| Oct 15 21:44:24.330 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-10-15T21:44:24.850Z[ recovery-image] Oct 15 21:44:24.342 INFO O| Oct 15 21:44:24.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
72822024-10-15T21:44:24.850Z[ recovery-image] Oct 15 21:44:24.342 INFO O| Oct 15 21:44:24.342 INFO STEP 1021 (remove_files) COMPLETE
72832024-10-15T21:44:24.854Z[ recovery-image] Oct 15 21:44:24.342 INFO O| Oct 15 21:44:24.342 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-10-15T21:44:24.863Z[ recovery-image] Oct 15 21:44:24.354 INFO O| Oct 15 21:44:24.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
72852024-10-15T21:44:24.863Z[ recovery-image] Oct 15 21:44:24.354 INFO O| Oct 15 21:44:24.354 INFO STEP 1022 (remove_files) COMPLETE
72862024-10-15T21:44:24.863Z[ recovery-image] Oct 15 21:44:24.354 INFO O| Oct 15 21:44:24.354 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-10-15T21:44:24.876Z[ recovery-image] Oct 15 21:44:24.367 INFO O| Oct 15 21:44:24.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
72882024-10-15T21:44:24.876Z[ recovery-image] Oct 15 21:44:24.367 INFO O| Oct 15 21:44:24.367 INFO STEP 1023 (remove_files) COMPLETE
72892024-10-15T21:44:24.876Z[ recovery-image] Oct 15 21:44:24.367 INFO O| Oct 15 21:44:24.367 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-10-15T21:44:24.886Z[ recovery-image] Oct 15 21:44:24.377 INFO O| Oct 15 21:44:24.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
72912024-10-15T21:44:24.886Z[ recovery-image] Oct 15 21:44:24.377 INFO O| Oct 15 21:44:24.377 INFO STEP 1024 (remove_files) COMPLETE
72922024-10-15T21:44:24.888Z[ recovery-image] Oct 15 21:44:24.377 INFO O| Oct 15 21:44:24.377 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-10-15T21:44:24.898Z[ recovery-image] Oct 15 21:44:24.389 INFO O| Oct 15 21:44:24.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
72942024-10-15T21:44:24.898Z[ recovery-image] Oct 15 21:44:24.389 INFO O| Oct 15 21:44:24.389 INFO STEP 1025 (remove_files) COMPLETE
72952024-10-15T21:44:24.900Z[ recovery-image] Oct 15 21:44:24.389 INFO O| Oct 15 21:44:24.389 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-10-15T21:44:24.911Z[ recovery-image] Oct 15 21:44:24.402 INFO O| Oct 15 21:44:24.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
72972024-10-15T21:44:24.913Z[ recovery-image] Oct 15 21:44:24.403 INFO O| Oct 15 21:44:24.403 INFO STEP 1026 (remove_files) COMPLETE
72982024-10-15T21:44:24.913Z[ recovery-image] Oct 15 21:44:24.403 INFO O| Oct 15 21:44:24.403 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-10-15T21:44:24.924Z[ recovery-image] Oct 15 21:44:24.415 INFO O| Oct 15 21:44:24.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
73002024-10-15T21:44:24.924Z[ recovery-image] Oct 15 21:44:24.415 INFO O| Oct 15 21:44:24.415 INFO STEP 1027 (remove_files) COMPLETE
73012024-10-15T21:44:24.926Z[ recovery-image] Oct 15 21:44:24.415 INFO O| Oct 15 21:44:24.415 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-10-15T21:44:24.935Z[ recovery-image] Oct 15 21:44:24.426 INFO O| Oct 15 21:44:24.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
73032024-10-15T21:44:24.937Z[ recovery-image] Oct 15 21:44:24.427 INFO O| Oct 15 21:44:24.427 INFO STEP 1028 (remove_files) COMPLETE
73042024-10-15T21:44:24.938Z[ recovery-image] Oct 15 21:44:24.427 INFO O| Oct 15 21:44:24.427 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-10-15T21:44:24.946Z[ recovery-image] Oct 15 21:44:24.438 INFO O| Oct 15 21:44:24.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
73062024-10-15T21:44:24.946Z[ recovery-image] Oct 15 21:44:24.438 INFO O| Oct 15 21:44:24.438 INFO STEP 1029 (remove_files) COMPLETE
73072024-10-15T21:44:24.949Z[ recovery-image] Oct 15 21:44:24.438 INFO O| Oct 15 21:44:24.438 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-10-15T21:44:24.957Z[ recovery-image] Oct 15 21:44:24.448 INFO O| Oct 15 21:44:24.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
73092024-10-15T21:44:24.957Z[ recovery-image] Oct 15 21:44:24.448 INFO O| Oct 15 21:44:24.448 INFO STEP 1030 (remove_files) COMPLETE
73102024-10-15T21:44:24.957Z[ recovery-image] Oct 15 21:44:24.448 INFO O| Oct 15 21:44:24.448 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-10-15T21:44:24.969Z[ recovery-image] Oct 15 21:44:24.460 INFO O| Oct 15 21:44:24.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
73122024-10-15T21:44:24.969Z[ recovery-image] Oct 15 21:44:24.461 INFO O| Oct 15 21:44:24.460 INFO STEP 1031 (remove_files) COMPLETE
73132024-10-15T21:44:24.972Z[ recovery-image] Oct 15 21:44:24.461 INFO O| Oct 15 21:44:24.461 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-10-15T21:44:24.981Z[ recovery-image] Oct 15 21:44:24.472 INFO O| Oct 15 21:44:24.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
73152024-10-15T21:44:24.981Z[ recovery-image] Oct 15 21:44:24.472 INFO O| Oct 15 21:44:24.472 INFO STEP 1032 (remove_files) COMPLETE
73162024-10-15T21:44:24.981Z[ recovery-image] Oct 15 21:44:24.472 INFO O| Oct 15 21:44:24.472 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-10-15T21:44:24.993Z[ recovery-image] Oct 15 21:44:24.484 INFO O| Oct 15 21:44:24.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
73182024-10-15T21:44:24.993Z[ recovery-image] Oct 15 21:44:24.484 INFO O| Oct 15 21:44:24.484 INFO STEP 1033 (remove_files) COMPLETE
73192024-10-15T21:44:24.993Z[ recovery-image] Oct 15 21:44:24.484 INFO O| Oct 15 21:44:24.484 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-10-15T21:44:25.003Z[ recovery-image] Oct 15 21:44:24.494 INFO O| Oct 15 21:44:24.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
73212024-10-15T21:44:25.003Z[ recovery-image] Oct 15 21:44:24.494 INFO O| Oct 15 21:44:24.494 INFO STEP 1034 (remove_files) COMPLETE
73222024-10-15T21:44:25.003Z[ recovery-image] Oct 15 21:44:24.494 INFO O| Oct 15 21:44:24.494 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-10-15T21:44:25.014Z[ recovery-image] Oct 15 21:44:24.505 INFO O| Oct 15 21:44:24.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
73242024-10-15T21:44:25.014Z[ recovery-image] Oct 15 21:44:24.505 INFO O| Oct 15 21:44:24.505 INFO STEP 1035 (remove_files) COMPLETE
73252024-10-15T21:44:25.014Z[ recovery-image] Oct 15 21:44:24.505 INFO O| Oct 15 21:44:24.505 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-10-15T21:44:25.025Z[ recovery-image] Oct 15 21:44:24.515 INFO O| Oct 15 21:44:24.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
73272024-10-15T21:44:25.025Z[ recovery-image] Oct 15 21:44:24.515 INFO O| Oct 15 21:44:24.515 INFO STEP 1036 (remove_files) COMPLETE
73282024-10-15T21:44:25.025Z[ recovery-image] Oct 15 21:44:24.515 INFO O| Oct 15 21:44:24.515 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-10-15T21:44:25.035Z[ recovery-image] Oct 15 21:44:24.526 INFO O| Oct 15 21:44:24.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
73302024-10-15T21:44:25.035Z[ recovery-image] Oct 15 21:44:24.526 INFO O| Oct 15 21:44:24.526 INFO STEP 1037 (remove_files) COMPLETE
73312024-10-15T21:44:25.038Z[ recovery-image] Oct 15 21:44:24.526 INFO O| Oct 15 21:44:24.526 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-10-15T21:44:25.045Z[ recovery-image] Oct 15 21:44:24.536 INFO O| Oct 15 21:44:24.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
73332024-10-15T21:44:25.047Z[ recovery-image] Oct 15 21:44:24.536 INFO O| Oct 15 21:44:24.536 INFO STEP 1038 (remove_files) COMPLETE
73342024-10-15T21:44:25.047Z[ recovery-image] Oct 15 21:44:24.536 INFO O| Oct 15 21:44:24.536 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-10-15T21:44:25.055Z[ recovery-image] Oct 15 21:44:24.546 INFO O| Oct 15 21:44:24.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
73362024-10-15T21:44:25.055Z[ recovery-image] Oct 15 21:44:24.547 INFO O| Oct 15 21:44:24.547 INFO STEP 1039 (remove_files) COMPLETE
73372024-10-15T21:44:25.055Z[ recovery-image] Oct 15 21:44:24.547 INFO O| Oct 15 21:44:24.547 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-10-15T21:44:25.066Z[ recovery-image] Oct 15 21:44:24.557 INFO O| Oct 15 21:44:24.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
73392024-10-15T21:44:25.066Z[ recovery-image] Oct 15 21:44:24.557 INFO O| Oct 15 21:44:24.557 INFO STEP 1040 (remove_files) COMPLETE
73402024-10-15T21:44:25.069Z[ recovery-image] Oct 15 21:44:24.557 INFO O| Oct 15 21:44:24.557 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-10-15T21:44:25.077Z[ recovery-image] Oct 15 21:44:24.569 INFO O| Oct 15 21:44:24.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
73422024-10-15T21:44:25.077Z[ recovery-image] Oct 15 21:44:24.569 INFO O| Oct 15 21:44:24.569 INFO STEP 1041 (remove_files) COMPLETE
73432024-10-15T21:44:25.077Z[ recovery-image] Oct 15 21:44:24.569 INFO O| Oct 15 21:44:24.569 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-10-15T21:44:25.088Z[ recovery-image] Oct 15 21:44:24.579 INFO O| Oct 15 21:44:24.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
73452024-10-15T21:44:25.088Z[ recovery-image] Oct 15 21:44:24.579 INFO O| Oct 15 21:44:24.579 INFO STEP 1042 (remove_files) COMPLETE
73462024-10-15T21:44:25.090Z[ recovery-image] Oct 15 21:44:24.579 INFO O| Oct 15 21:44:24.579 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-10-15T21:44:25.099Z[ recovery-image] Oct 15 21:44:24.590 INFO O| Oct 15 21:44:24.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
73482024-10-15T21:44:25.099Z[ recovery-image] Oct 15 21:44:24.590 INFO O| Oct 15 21:44:24.590 INFO STEP 1043 (remove_files) COMPLETE
73492024-10-15T21:44:25.099Z[ recovery-image] Oct 15 21:44:24.590 INFO O| Oct 15 21:44:24.590 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-10-15T21:44:25.109Z[ recovery-image] Oct 15 21:44:24.600 INFO O| Oct 15 21:44:24.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
73512024-10-15T21:44:25.111Z[ recovery-image] Oct 15 21:44:24.600 INFO O| Oct 15 21:44:24.600 INFO STEP 1044 (remove_files) COMPLETE
73522024-10-15T21:44:25.111Z[ recovery-image] Oct 15 21:44:24.600 INFO O| Oct 15 21:44:24.600 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-10-15T21:44:25.119Z[ recovery-image] Oct 15 21:44:24.610 INFO O| Oct 15 21:44:24.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
73542024-10-15T21:44:25.122Z[ recovery-image] Oct 15 21:44:24.611 INFO O| Oct 15 21:44:24.611 INFO STEP 1045 (remove_files) COMPLETE
73552024-10-15T21:44:25.122Z[ recovery-image] Oct 15 21:44:24.611 INFO O| Oct 15 21:44:24.611 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-10-15T21:44:25.131Z[ recovery-image] Oct 15 21:44:24.622 INFO O| Oct 15 21:44:24.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
73572024-10-15T21:44:25.131Z[ recovery-image] Oct 15 21:44:24.622 INFO O| Oct 15 21:44:24.622 INFO STEP 1046 (remove_files) COMPLETE
73582024-10-15T21:44:25.133Z[ recovery-image] Oct 15 21:44:24.622 INFO O| Oct 15 21:44:24.622 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-10-15T21:44:25.141Z[ recovery-image] Oct 15 21:44:24.633 INFO O| Oct 15 21:44:24.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
73602024-10-15T21:44:25.145Z[ recovery-image] Oct 15 21:44:24.633 INFO O| Oct 15 21:44:24.633 INFO STEP 1047 (remove_files) COMPLETE
73612024-10-15T21:44:25.145Z[ recovery-image] Oct 15 21:44:24.633 INFO O| Oct 15 21:44:24.633 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-10-15T21:44:25.151Z[ recovery-image] Oct 15 21:44:24.643 INFO O| Oct 15 21:44:24.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
73632024-10-15T21:44:25.151Z[ recovery-image] Oct 15 21:44:24.643 INFO O| Oct 15 21:44:24.643 INFO STEP 1048 (remove_files) COMPLETE
73642024-10-15T21:44:25.151Z[ recovery-image] Oct 15 21:44:24.643 INFO O| Oct 15 21:44:24.643 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-10-15T21:44:25.161Z[ recovery-image] Oct 15 21:44:24.653 INFO O| Oct 15 21:44:24.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
73662024-10-15T21:44:25.164Z[ recovery-image] Oct 15 21:44:24.653 INFO O| Oct 15 21:44:24.653 INFO STEP 1049 (remove_files) COMPLETE
73672024-10-15T21:44:25.164Z[ recovery-image] Oct 15 21:44:24.653 INFO O| Oct 15 21:44:24.653 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-10-15T21:44:25.172Z[ recovery-image] Oct 15 21:44:24.663 INFO O| Oct 15 21:44:24.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
73692024-10-15T21:44:25.172Z[ recovery-image] Oct 15 21:44:24.663 INFO O| Oct 15 21:44:24.663 INFO STEP 1050 (remove_files) COMPLETE
73702024-10-15T21:44:25.174Z[ recovery-image] Oct 15 21:44:24.663 INFO O| Oct 15 21:44:24.663 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-10-15T21:44:25.182Z[ recovery-image] Oct 15 21:44:24.673 INFO O| Oct 15 21:44:24.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
73722024-10-15T21:44:25.182Z[ recovery-image] Oct 15 21:44:24.674 INFO O| Oct 15 21:44:24.673 INFO STEP 1051 (remove_files) COMPLETE
73732024-10-15T21:44:25.185Z[ recovery-image] Oct 15 21:44:24.674 INFO O| Oct 15 21:44:24.674 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-10-15T21:44:25.192Z[ recovery-image] Oct 15 21:44:24.684 INFO O| Oct 15 21:44:24.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
73752024-10-15T21:44:25.192Z[ recovery-image] Oct 15 21:44:24.684 INFO O| Oct 15 21:44:24.684 INFO STEP 1052 (remove_files) COMPLETE
73762024-10-15T21:44:25.195Z[ recovery-image] Oct 15 21:44:24.684 INFO O| Oct 15 21:44:24.684 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-10-15T21:44:25.203Z[ recovery-image] Oct 15 21:44:24.694 INFO O| Oct 15 21:44:24.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
73782024-10-15T21:44:25.203Z[ recovery-image] Oct 15 21:44:24.694 INFO O| Oct 15 21:44:24.694 INFO STEP 1053 (remove_files) COMPLETE
73792024-10-15T21:44:25.206Z[ recovery-image] Oct 15 21:44:24.694 INFO O| Oct 15 21:44:24.694 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-10-15T21:44:25.213Z[ recovery-image] Oct 15 21:44:24.705 INFO O| Oct 15 21:44:24.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
73812024-10-15T21:44:25.214Z[ recovery-image] Oct 15 21:44:24.705 INFO O| Oct 15 21:44:24.705 INFO STEP 1054 (remove_files) COMPLETE
73822024-10-15T21:44:25.217Z[ recovery-image] Oct 15 21:44:24.705 INFO O| Oct 15 21:44:24.705 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-10-15T21:44:25.224Z[ recovery-image] Oct 15 21:44:24.715 INFO O| Oct 15 21:44:24.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
73842024-10-15T21:44:25.224Z[ recovery-image] Oct 15 21:44:24.715 INFO O| Oct 15 21:44:24.715 INFO STEP 1055 (remove_files) COMPLETE
73852024-10-15T21:44:25.226Z[ recovery-image] Oct 15 21:44:24.715 INFO O| Oct 15 21:44:24.715 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-10-15T21:44:25.234Z[ recovery-image] Oct 15 21:44:24.726 INFO O| Oct 15 21:44:24.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
73872024-10-15T21:44:25.234Z[ recovery-image] Oct 15 21:44:24.726 INFO O| Oct 15 21:44:24.726 INFO STEP 1056 (remove_files) COMPLETE
73882024-10-15T21:44:25.234Z[ recovery-image] Oct 15 21:44:24.726 INFO O| Oct 15 21:44:24.726 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-10-15T21:44:25.245Z[ recovery-image] Oct 15 21:44:24.736 INFO O| Oct 15 21:44:24.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
73902024-10-15T21:44:25.245Z[ recovery-image] Oct 15 21:44:24.736 INFO O| Oct 15 21:44:24.736 INFO STEP 1057 (remove_files) COMPLETE
73912024-10-15T21:44:25.245Z[ recovery-image] Oct 15 21:44:24.736 INFO O| Oct 15 21:44:24.736 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-10-15T21:44:25.256Z[ recovery-image] Oct 15 21:44:24.747 INFO O| Oct 15 21:44:24.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
73932024-10-15T21:44:25.258Z[ recovery-image] Oct 15 21:44:24.747 INFO O| Oct 15 21:44:24.747 INFO STEP 1058 (remove_files) COMPLETE
73942024-10-15T21:44:25.258Z[ recovery-image] Oct 15 21:44:24.747 INFO O| Oct 15 21:44:24.747 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-10-15T21:44:25.268Z[ recovery-image] Oct 15 21:44:24.759 INFO O| Oct 15 21:44:24.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
73962024-10-15T21:44:25.268Z[ recovery-image] Oct 15 21:44:24.759 INFO O| Oct 15 21:44:24.759 INFO STEP 1059 (remove_files) COMPLETE
73972024-10-15T21:44:25.270Z[ recovery-image] Oct 15 21:44:24.759 INFO O| Oct 15 21:44:24.759 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-10-15T21:44:25.281Z[ recovery-image] Oct 15 21:44:24.772 INFO O| Oct 15 21:44:24.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
73992024-10-15T21:44:25.281Z[ recovery-image] Oct 15 21:44:24.773 INFO O| Oct 15 21:44:24.772 INFO STEP 1060 (remove_files) COMPLETE
74002024-10-15T21:44:25.281Z[ recovery-image] Oct 15 21:44:24.773 INFO O| Oct 15 21:44:24.772 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-10-15T21:44:25.294Z[ recovery-image] Oct 15 21:44:24.785 INFO O| Oct 15 21:44:24.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
74022024-10-15T21:44:25.294Z[ recovery-image] Oct 15 21:44:24.786 INFO O| Oct 15 21:44:24.785 INFO STEP 1061 (remove_files) COMPLETE
74032024-10-15T21:44:25.297Z[ recovery-image] Oct 15 21:44:24.786 INFO O| Oct 15 21:44:24.785 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-10-15T21:44:25.306Z[ recovery-image] Oct 15 21:44:24.797 INFO O| Oct 15 21:44:24.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
74052024-10-15T21:44:25.306Z[ recovery-image] Oct 15 21:44:24.797 INFO O| Oct 15 21:44:24.797 INFO STEP 1062 (remove_files) COMPLETE
74062024-10-15T21:44:25.308Z[ recovery-image] Oct 15 21:44:24.797 INFO O| Oct 15 21:44:24.797 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-10-15T21:44:25.317Z[ recovery-image] Oct 15 21:44:24.808 INFO O| Oct 15 21:44:24.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
74082024-10-15T21:44:25.317Z[ recovery-image] Oct 15 21:44:24.808 INFO O| Oct 15 21:44:24.808 INFO STEP 1063 (remove_files) COMPLETE
74092024-10-15T21:44:25.320Z[ recovery-image] Oct 15 21:44:24.808 INFO O| Oct 15 21:44:24.808 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-10-15T21:44:25.328Z[ recovery-image] Oct 15 21:44:24.819 INFO O| Oct 15 21:44:24.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
74112024-10-15T21:44:25.328Z[ recovery-image] Oct 15 21:44:24.819 INFO O| Oct 15 21:44:24.819 INFO STEP 1064 (remove_files) COMPLETE
74122024-10-15T21:44:25.328Z[ recovery-image] Oct 15 21:44:24.819 INFO O| Oct 15 21:44:24.819 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-10-15T21:44:25.339Z[ recovery-image] Oct 15 21:44:24.831 INFO O| Oct 15 21:44:24.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
74142024-10-15T21:44:25.339Z[ recovery-image] Oct 15 21:44:24.831 INFO O| Oct 15 21:44:24.831 INFO STEP 1065 (remove_files) COMPLETE
74152024-10-15T21:44:25.339Z[ recovery-image] Oct 15 21:44:24.831 INFO O| Oct 15 21:44:24.831 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-10-15T21:44:25.351Z[ recovery-image] Oct 15 21:44:24.842 INFO O| Oct 15 21:44:24.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
74172024-10-15T21:44:25.351Z[ recovery-image] Oct 15 21:44:24.843 INFO O| Oct 15 21:44:24.842 INFO STEP 1066 (remove_files) COMPLETE
74182024-10-15T21:44:25.353Z[ recovery-image] Oct 15 21:44:24.843 INFO O| Oct 15 21:44:24.842 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-10-15T21:44:25.362Z[ recovery-image] Oct 15 21:44:24.853 INFO O| Oct 15 21:44:24.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
74202024-10-15T21:44:25.362Z[ recovery-image] Oct 15 21:44:24.853 INFO O| Oct 15 21:44:24.853 INFO STEP 1067 (remove_files) COMPLETE
74212024-10-15T21:44:25.364Z[ recovery-image] Oct 15 21:44:24.853 INFO O| Oct 15 21:44:24.853 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-10-15T21:44:25.373Z[ recovery-image] Oct 15 21:44:24.864 INFO O| Oct 15 21:44:24.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
74232024-10-15T21:44:25.375Z[ recovery-image] Oct 15 21:44:24.864 INFO O| Oct 15 21:44:24.864 INFO STEP 1068 (remove_files) COMPLETE
74242024-10-15T21:44:25.375Z[ recovery-image] Oct 15 21:44:24.864 INFO O| Oct 15 21:44:24.864 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-10-15T21:44:25.383Z[ recovery-image] Oct 15 21:44:24.874 INFO O| Oct 15 21:44:24.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
74262024-10-15T21:44:25.383Z[ recovery-image] Oct 15 21:44:24.874 INFO O| Oct 15 21:44:24.874 INFO STEP 1069 (remove_files) COMPLETE
74272024-10-15T21:44:25.383Z[ recovery-image] Oct 15 21:44:24.874 INFO O| Oct 15 21:44:24.874 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-10-15T21:44:25.395Z[ recovery-image] Oct 15 21:44:24.886 INFO O| Oct 15 21:44:24.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
74292024-10-15T21:44:25.395Z[ recovery-image] Oct 15 21:44:24.886 INFO O| Oct 15 21:44:24.886 INFO STEP 1070 (remove_files) COMPLETE
74302024-10-15T21:44:25.395Z[ recovery-image] Oct 15 21:44:24.886 INFO O| Oct 15 21:44:24.886 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-10-15T21:44:25.406Z[ recovery-image] Oct 15 21:44:24.897 INFO O| Oct 15 21:44:24.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
74322024-10-15T21:44:25.412Z[ recovery-image] Oct 15 21:44:24.897 INFO O| Oct 15 21:44:24.897 INFO STEP 1071 (remove_files) COMPLETE
74332024-10-15T21:44:25.412Z[ recovery-image] Oct 15 21:44:24.897 INFO O| Oct 15 21:44:24.897 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-10-15T21:44:25.419Z[ recovery-image] Oct 15 21:44:24.907 INFO O| Oct 15 21:44:24.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
74352024-10-15T21:44:25.419Z[ recovery-image] Oct 15 21:44:24.907 INFO O| Oct 15 21:44:24.907 INFO STEP 1072 (remove_files) COMPLETE
74362024-10-15T21:44:25.419Z[ recovery-image] Oct 15 21:44:24.907 INFO O| Oct 15 21:44:24.907 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-10-15T21:44:25.428Z[ recovery-image] Oct 15 21:44:24.919 INFO O| Oct 15 21:44:24.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
74382024-10-15T21:44:25.428Z[ recovery-image] Oct 15 21:44:24.919 INFO O| Oct 15 21:44:24.919 INFO STEP 1073 (remove_files) COMPLETE
74392024-10-15T21:44:25.437Z[ recovery-image] Oct 15 21:44:24.919 INFO O| Oct 15 21:44:24.919 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-10-15T21:44:25.439Z[ recovery-image] Oct 15 21:44:24.930 INFO O| Oct 15 21:44:24.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
74412024-10-15T21:44:25.439Z[ recovery-image] Oct 15 21:44:24.930 INFO O| Oct 15 21:44:24.930 INFO STEP 1074 (remove_files) COMPLETE
74422024-10-15T21:44:25.439Z[ recovery-image] Oct 15 21:44:24.930 INFO O| Oct 15 21:44:24.930 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-10-15T21:44:25.450Z[ recovery-image] Oct 15 21:44:24.942 INFO O| Oct 15 21:44:24.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
74442024-10-15T21:44:25.459Z[ recovery-image] Oct 15 21:44:24.942 INFO O| Oct 15 21:44:24.942 INFO STEP 1075 (remove_files) COMPLETE
74452024-10-15T21:44:25.459Z[ recovery-image] Oct 15 21:44:24.942 INFO O| Oct 15 21:44:24.942 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-10-15T21:44:25.468Z[ recovery-image] Oct 15 21:44:24.952 INFO O| Oct 15 21:44:24.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
74472024-10-15T21:44:25.468Z[ recovery-image] Oct 15 21:44:24.952 INFO O| Oct 15 21:44:24.952 INFO STEP 1076 (remove_files) COMPLETE
74482024-10-15T21:44:25.468Z[ recovery-image] Oct 15 21:44:24.952 INFO O| Oct 15 21:44:24.952 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-10-15T21:44:25.476Z[ recovery-image] Oct 15 21:44:24.962 INFO O| Oct 15 21:44:24.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
74502024-10-15T21:44:25.476Z[ recovery-image] Oct 15 21:44:24.962 INFO O| Oct 15 21:44:24.962 INFO STEP 1077 (remove_files) COMPLETE
74512024-10-15T21:44:25.476Z[ recovery-image] Oct 15 21:44:24.962 INFO O| Oct 15 21:44:24.962 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-10-15T21:44:25.480Z[ recovery-image] Oct 15 21:44:24.972 INFO O| Oct 15 21:44:24.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
74532024-10-15T21:44:25.481Z[ recovery-image] Oct 15 21:44:24.972 INFO O| Oct 15 21:44:24.972 INFO STEP 1078 (remove_files) COMPLETE
74542024-10-15T21:44:25.483Z[ recovery-image] Oct 15 21:44:24.972 INFO O| Oct 15 21:44:24.972 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-10-15T21:44:25.492Z[ recovery-image] Oct 15 21:44:24.982 INFO O| Oct 15 21:44:24.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
74562024-10-15T21:44:25.492Z[ recovery-image] Oct 15 21:44:24.983 INFO O| Oct 15 21:44:24.983 INFO STEP 1079 (remove_files) COMPLETE
74572024-10-15T21:44:25.492Z[ recovery-image] Oct 15 21:44:24.983 INFO O| Oct 15 21:44:24.983 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-10-15T21:44:25.502Z[ recovery-image] Oct 15 21:44:24.993 INFO O| Oct 15 21:44:24.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
74592024-10-15T21:44:25.502Z[ recovery-image] Oct 15 21:44:24.993 INFO O| Oct 15 21:44:24.993 INFO STEP 1080 (remove_files) COMPLETE
74602024-10-15T21:44:25.504Z[ recovery-image] Oct 15 21:44:24.993 INFO O| Oct 15 21:44:24.993 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-10-15T21:44:25.513Z[ recovery-image] Oct 15 21:44:25.004 INFO O| Oct 15 21:44:25.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
74622024-10-15T21:44:25.513Z[ recovery-image] Oct 15 21:44:25.004 INFO O| Oct 15 21:44:25.004 INFO STEP 1081 (remove_files) COMPLETE
74632024-10-15T21:44:25.513Z[ recovery-image] Oct 15 21:44:25.004 INFO O| Oct 15 21:44:25.004 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-10-15T21:44:25.523Z[ recovery-image] Oct 15 21:44:25.015 INFO O| Oct 15 21:44:25.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
74652024-10-15T21:44:25.523Z[ recovery-image] Oct 15 21:44:25.015 INFO O| Oct 15 21:44:25.015 INFO STEP 1082 (remove_files) COMPLETE
74662024-10-15T21:44:25.526Z[ recovery-image] Oct 15 21:44:25.015 INFO O| Oct 15 21:44:25.015 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-10-15T21:44:25.533Z[ recovery-image] Oct 15 21:44:25.025 INFO O| Oct 15 21:44:25.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
74682024-10-15T21:44:25.536Z[ recovery-image] Oct 15 21:44:25.025 INFO O| Oct 15 21:44:25.025 INFO STEP 1083 (remove_files) COMPLETE
74692024-10-15T21:44:25.536Z[ recovery-image] Oct 15 21:44:25.025 INFO O| Oct 15 21:44:25.025 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-10-15T21:44:25.544Z[ recovery-image] Oct 15 21:44:25.035 INFO O| Oct 15 21:44:25.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
74712024-10-15T21:44:25.546Z[ recovery-image] Oct 15 21:44:25.035 INFO O| Oct 15 21:44:25.035 INFO STEP 1084 (remove_files) COMPLETE
74722024-10-15T21:44:25.546Z[ recovery-image] Oct 15 21:44:25.035 INFO O| Oct 15 21:44:25.035 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-10-15T21:44:25.554Z[ recovery-image] Oct 15 21:44:25.045 INFO O| Oct 15 21:44:25.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
74742024-10-15T21:44:25.554Z[ recovery-image] Oct 15 21:44:25.045 INFO O| Oct 15 21:44:25.045 INFO STEP 1085 (remove_files) COMPLETE
74752024-10-15T21:44:25.557Z[ recovery-image] Oct 15 21:44:25.045 INFO O| Oct 15 21:44:25.045 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-10-15T21:44:25.564Z[ recovery-image] Oct 15 21:44:25.055 INFO O| Oct 15 21:44:25.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
74772024-10-15T21:44:25.564Z[ recovery-image] Oct 15 21:44:25.056 INFO O| Oct 15 21:44:25.055 INFO STEP 1086 (remove_files) COMPLETE
74782024-10-15T21:44:25.566Z[ recovery-image] Oct 15 21:44:25.056 INFO O| Oct 15 21:44:25.056 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-10-15T21:44:25.574Z[ recovery-image] Oct 15 21:44:25.066 INFO O| Oct 15 21:44:25.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
74802024-10-15T21:44:25.574Z[ recovery-image] Oct 15 21:44:25.066 INFO O| Oct 15 21:44:25.066 INFO STEP 1087 (remove_files) COMPLETE
74812024-10-15T21:44:25.577Z[ recovery-image] Oct 15 21:44:25.066 INFO O| Oct 15 21:44:25.066 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-10-15T21:44:25.584Z[ recovery-image] Oct 15 21:44:25.076 INFO O| Oct 15 21:44:25.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
74832024-10-15T21:44:25.584Z[ recovery-image] Oct 15 21:44:25.076 INFO O| Oct 15 21:44:25.076 INFO STEP 1088 (remove_files) COMPLETE
74842024-10-15T21:44:25.587Z[ recovery-image] Oct 15 21:44:25.076 INFO O| Oct 15 21:44:25.076 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-10-15T21:44:25.595Z[ recovery-image] Oct 15 21:44:25.086 INFO O| Oct 15 21:44:25.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
74862024-10-15T21:44:25.595Z[ recovery-image] Oct 15 21:44:25.086 INFO O| Oct 15 21:44:25.086 INFO STEP 1089 (remove_files) COMPLETE
74872024-10-15T21:44:25.597Z[ recovery-image] Oct 15 21:44:25.086 INFO O| Oct 15 21:44:25.086 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-10-15T21:44:25.605Z[ recovery-image] Oct 15 21:44:25.096 INFO O| Oct 15 21:44:25.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
74892024-10-15T21:44:25.605Z[ recovery-image] Oct 15 21:44:25.097 INFO O| Oct 15 21:44:25.096 INFO STEP 1090 (remove_files) COMPLETE
74902024-10-15T21:44:25.607Z[ recovery-image] Oct 15 21:44:25.097 INFO O| Oct 15 21:44:25.097 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-10-15T21:44:25.615Z[ recovery-image] Oct 15 21:44:25.107 INFO O| Oct 15 21:44:25.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
74922024-10-15T21:44:25.615Z[ recovery-image] Oct 15 21:44:25.107 INFO O| Oct 15 21:44:25.107 INFO STEP 1091 (remove_files) COMPLETE
74932024-10-15T21:44:25.618Z[ recovery-image] Oct 15 21:44:25.107 INFO O| Oct 15 21:44:25.107 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-10-15T21:44:25.625Z[ recovery-image] Oct 15 21:44:25.117 INFO O| Oct 15 21:44:25.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
74952024-10-15T21:44:25.625Z[ recovery-image] Oct 15 21:44:25.117 INFO O| Oct 15 21:44:25.117 INFO STEP 1092 (remove_files) COMPLETE
74962024-10-15T21:44:25.625Z[ recovery-image] Oct 15 21:44:25.117 INFO O| Oct 15 21:44:25.117 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-10-15T21:44:25.636Z[ recovery-image] Oct 15 21:44:25.127 INFO O| Oct 15 21:44:25.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
74982024-10-15T21:44:25.636Z[ recovery-image] Oct 15 21:44:25.127 INFO O| Oct 15 21:44:25.127 INFO STEP 1093 (remove_files) COMPLETE
74992024-10-15T21:44:25.636Z[ recovery-image] Oct 15 21:44:25.127 INFO O| Oct 15 21:44:25.127 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-10-15T21:44:25.647Z[ recovery-image] Oct 15 21:44:25.138 INFO O| Oct 15 21:44:25.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
75012024-10-15T21:44:25.647Z[ recovery-image] Oct 15 21:44:25.138 INFO O| Oct 15 21:44:25.138 INFO STEP 1094 (remove_files) COMPLETE
75022024-10-15T21:44:25.649Z[ recovery-image] Oct 15 21:44:25.138 INFO O| Oct 15 21:44:25.138 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-10-15T21:44:25.658Z[ recovery-image] Oct 15 21:44:25.149 INFO O| Oct 15 21:44:25.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
75042024-10-15T21:44:25.660Z[ recovery-image] Oct 15 21:44:25.149 INFO O| Oct 15 21:44:25.149 INFO STEP 1095 (remove_files) COMPLETE
75052024-10-15T21:44:25.660Z[ recovery-image] Oct 15 21:44:25.149 INFO O| Oct 15 21:44:25.149 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-10-15T21:44:25.669Z[ recovery-image] Oct 15 21:44:25.160 INFO O| Oct 15 21:44:25.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
75072024-10-15T21:44:25.669Z[ recovery-image] Oct 15 21:44:25.160 INFO O| Oct 15 21:44:25.160 INFO STEP 1096 (remove_files) COMPLETE
75082024-10-15T21:44:25.671Z[ recovery-image] Oct 15 21:44:25.160 INFO O| Oct 15 21:44:25.160 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-10-15T21:44:25.679Z[ recovery-image] Oct 15 21:44:25.171 INFO O| Oct 15 21:44:25.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
75102024-10-15T21:44:25.682Z[ recovery-image] Oct 15 21:44:25.171 INFO O| Oct 15 21:44:25.171 INFO STEP 1097 (remove_files) COMPLETE
75112024-10-15T21:44:25.682Z[ recovery-image] Oct 15 21:44:25.171 INFO O| Oct 15 21:44:25.171 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-10-15T21:44:25.690Z[ recovery-image] Oct 15 21:44:25.181 INFO O| Oct 15 21:44:25.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
75132024-10-15T21:44:25.690Z[ recovery-image] Oct 15 21:44:25.181 INFO O| Oct 15 21:44:25.181 INFO STEP 1098 (remove_files) COMPLETE
75142024-10-15T21:44:25.692Z[ recovery-image] Oct 15 21:44:25.181 INFO O| Oct 15 21:44:25.181 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-10-15T21:44:25.700Z[ recovery-image] Oct 15 21:44:25.191 INFO O| Oct 15 21:44:25.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
75162024-10-15T21:44:25.700Z[ recovery-image] Oct 15 21:44:25.191 INFO O| Oct 15 21:44:25.191 INFO STEP 1099 (remove_files) COMPLETE
75172024-10-15T21:44:25.702Z[ recovery-image] Oct 15 21:44:25.191 INFO O| Oct 15 21:44:25.191 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-10-15T21:44:25.710Z[ recovery-image] Oct 15 21:44:25.201 INFO O| Oct 15 21:44:25.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
75192024-10-15T21:44:25.710Z[ recovery-image] Oct 15 21:44:25.202 INFO O| Oct 15 21:44:25.202 INFO STEP 1100 (remove_files) COMPLETE
75202024-10-15T21:44:25.713Z[ recovery-image] Oct 15 21:44:25.202 INFO O| Oct 15 21:44:25.202 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-10-15T21:44:25.720Z[ recovery-image] Oct 15 21:44:25.211 INFO O| Oct 15 21:44:25.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
75222024-10-15T21:44:25.722Z[ recovery-image] Oct 15 21:44:25.212 INFO O| Oct 15 21:44:25.212 INFO STEP 1101 (remove_files) COMPLETE
75232024-10-15T21:44:25.722Z[ recovery-image] Oct 15 21:44:25.212 INFO O| Oct 15 21:44:25.212 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-10-15T21:44:25.730Z[ recovery-image] Oct 15 21:44:25.222 INFO O| Oct 15 21:44:25.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
75252024-10-15T21:44:25.733Z[ recovery-image] Oct 15 21:44:25.222 INFO O| Oct 15 21:44:25.222 INFO STEP 1102 (remove_files) COMPLETE
75262024-10-15T21:44:25.733Z[ recovery-image] Oct 15 21:44:25.222 INFO O| Oct 15 21:44:25.222 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-10-15T21:44:25.740Z[ recovery-image] Oct 15 21:44:25.232 INFO O| Oct 15 21:44:25.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
75282024-10-15T21:44:25.740Z[ recovery-image] Oct 15 21:44:25.232 INFO O| Oct 15 21:44:25.232 INFO STEP 1103 (remove_files) COMPLETE
75292024-10-15T21:44:25.743Z[ recovery-image] Oct 15 21:44:25.232 INFO O| Oct 15 21:44:25.232 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-10-15T21:44:25.751Z[ recovery-image] Oct 15 21:44:25.242 INFO O| Oct 15 21:44:25.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
75312024-10-15T21:44:25.751Z[ recovery-image] Oct 15 21:44:25.242 INFO O| Oct 15 21:44:25.242 INFO STEP 1104 (remove_files) COMPLETE
75322024-10-15T21:44:25.753Z[ recovery-image] Oct 15 21:44:25.242 INFO O| Oct 15 21:44:25.242 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-10-15T21:44:25.761Z[ recovery-image] Oct 15 21:44:25.252 INFO O| Oct 15 21:44:25.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
75342024-10-15T21:44:25.761Z[ recovery-image] Oct 15 21:44:25.252 INFO O| Oct 15 21:44:25.252 INFO STEP 1105 (remove_files) COMPLETE
75352024-10-15T21:44:25.763Z[ recovery-image] Oct 15 21:44:25.252 INFO O| Oct 15 21:44:25.252 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-10-15T21:44:25.771Z[ recovery-image] Oct 15 21:44:25.262 INFO O| Oct 15 21:44:25.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
75372024-10-15T21:44:25.771Z[ recovery-image] Oct 15 21:44:25.262 INFO O| Oct 15 21:44:25.262 INFO STEP 1106 (remove_files) COMPLETE
75382024-10-15T21:44:25.774Z[ recovery-image] Oct 15 21:44:25.262 INFO O| Oct 15 21:44:25.262 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-10-15T21:44:25.781Z[ recovery-image] Oct 15 21:44:25.272 INFO O| Oct 15 21:44:25.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
75402024-10-15T21:44:25.781Z[ recovery-image] Oct 15 21:44:25.272 INFO O| Oct 15 21:44:25.272 INFO STEP 1107 (remove_files) COMPLETE
75412024-10-15T21:44:25.783Z[ recovery-image] Oct 15 21:44:25.272 INFO O| Oct 15 21:44:25.272 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-10-15T21:44:25.793Z[ recovery-image] Oct 15 21:44:25.284 INFO O| Oct 15 21:44:25.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
75432024-10-15T21:44:25.793Z[ recovery-image] Oct 15 21:44:25.284 INFO O| Oct 15 21:44:25.284 INFO STEP 1108 (remove_files) COMPLETE
75442024-10-15T21:44:25.795Z[ recovery-image] Oct 15 21:44:25.284 INFO O| Oct 15 21:44:25.284 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-10-15T21:44:25.805Z[ recovery-image] Oct 15 21:44:25.296 INFO O| Oct 15 21:44:25.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
75462024-10-15T21:44:25.805Z[ recovery-image] Oct 15 21:44:25.297 INFO O| Oct 15 21:44:25.296 INFO STEP 1109 (remove_files) COMPLETE
75472024-10-15T21:44:25.805Z[ recovery-image] Oct 15 21:44:25.297 INFO O| Oct 15 21:44:25.296 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-10-15T21:44:25.815Z[ recovery-image] Oct 15 21:44:25.307 INFO O| Oct 15 21:44:25.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
75492024-10-15T21:44:25.815Z[ recovery-image] Oct 15 21:44:25.307 INFO O| Oct 15 21:44:25.307 INFO STEP 1110 (remove_files) COMPLETE
75502024-10-15T21:44:25.815Z[ recovery-image] Oct 15 21:44:25.307 INFO O| Oct 15 21:44:25.307 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-10-15T21:44:25.825Z[ recovery-image] Oct 15 21:44:25.317 INFO O| Oct 15 21:44:25.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
75522024-10-15T21:44:25.825Z[ recovery-image] Oct 15 21:44:25.317 INFO O| Oct 15 21:44:25.317 INFO STEP 1111 (remove_files) COMPLETE
75532024-10-15T21:44:25.826Z[ recovery-image] Oct 15 21:44:25.317 INFO O| Oct 15 21:44:25.317 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-10-15T21:44:25.836Z[ recovery-image] Oct 15 21:44:25.327 INFO O| Oct 15 21:44:25.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
75552024-10-15T21:44:25.836Z[ recovery-image] Oct 15 21:44:25.327 INFO O| Oct 15 21:44:25.327 INFO STEP 1112 (remove_files) COMPLETE
75562024-10-15T21:44:25.836Z[ recovery-image] Oct 15 21:44:25.327 INFO O| Oct 15 21:44:25.327 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-10-15T21:44:25.846Z[ recovery-image] Oct 15 21:44:25.337 INFO O| Oct 15 21:44:25.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
75582024-10-15T21:44:25.846Z[ recovery-image] Oct 15 21:44:25.337 INFO O| Oct 15 21:44:25.337 INFO STEP 1113 (remove_files) COMPLETE
75592024-10-15T21:44:25.851Z[ recovery-image] Oct 15 21:44:25.337 INFO O| Oct 15 21:44:25.337 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-10-15T21:44:25.856Z[ recovery-image] Oct 15 21:44:25.347 INFO O| Oct 15 21:44:25.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
75612024-10-15T21:44:25.856Z[ recovery-image] Oct 15 21:44:25.347 INFO O| Oct 15 21:44:25.347 INFO STEP 1114 (remove_files) COMPLETE
75622024-10-15T21:44:25.859Z[ recovery-image] Oct 15 21:44:25.347 INFO O| Oct 15 21:44:25.347 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-10-15T21:44:25.868Z[ recovery-image] Oct 15 21:44:25.358 INFO O| Oct 15 21:44:25.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
75642024-10-15T21:44:25.868Z[ recovery-image] Oct 15 21:44:25.358 INFO O| Oct 15 21:44:25.358 INFO STEP 1115 (remove_files) COMPLETE
75652024-10-15T21:44:25.868Z[ recovery-image] Oct 15 21:44:25.358 INFO O| Oct 15 21:44:25.358 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-10-15T21:44:25.876Z[ recovery-image] Oct 15 21:44:25.367 INFO O| Oct 15 21:44:25.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
75672024-10-15T21:44:25.876Z[ recovery-image] Oct 15 21:44:25.368 INFO O| Oct 15 21:44:25.368 INFO STEP 1116 (remove_files) COMPLETE
75682024-10-15T21:44:25.876Z[ recovery-image] Oct 15 21:44:25.368 INFO O| Oct 15 21:44:25.368 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-10-15T21:44:25.886Z[ recovery-image] Oct 15 21:44:25.378 INFO O| Oct 15 21:44:25.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
75702024-10-15T21:44:25.898Z[ recovery-image] Oct 15 21:44:25.378 INFO O| Oct 15 21:44:25.378 INFO STEP 1117 (remove_files) COMPLETE
75712024-10-15T21:44:25.898Z[ recovery-image] Oct 15 21:44:25.378 INFO O| Oct 15 21:44:25.378 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-10-15T21:44:25.898Z[ recovery-image] Oct 15 21:44:25.388 INFO O| Oct 15 21:44:25.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
75732024-10-15T21:44:25.898Z[ recovery-image] Oct 15 21:44:25.388 INFO O| Oct 15 21:44:25.388 INFO STEP 1118 (remove_files) COMPLETE
75742024-10-15T21:44:25.898Z[ recovery-image] Oct 15 21:44:25.388 INFO O| Oct 15 21:44:25.388 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-10-15T21:44:25.909Z[ recovery-image] Oct 15 21:44:25.401 INFO O| Oct 15 21:44:25.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
75762024-10-15T21:44:25.909Z[ recovery-image] Oct 15 21:44:25.401 INFO O| Oct 15 21:44:25.401 INFO STEP 1119 (remove_files) COMPLETE
75772024-10-15T21:44:25.909Z[ recovery-image] Oct 15 21:44:25.401 INFO O| Oct 15 21:44:25.401 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-10-15T21:44:25.919Z[ recovery-image] Oct 15 21:44:25.411 INFO O| Oct 15 21:44:25.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
75792024-10-15T21:44:25.922Z[ recovery-image] Oct 15 21:44:25.411 INFO O| Oct 15 21:44:25.411 INFO STEP 1120 (remove_files) COMPLETE
75802024-10-15T21:44:25.922Z[ recovery-image] Oct 15 21:44:25.411 INFO O| Oct 15 21:44:25.411 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-10-15T21:44:25.929Z[ recovery-image] Oct 15 21:44:25.421 INFO O| Oct 15 21:44:25.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
75822024-10-15T21:44:25.932Z[ recovery-image] Oct 15 21:44:25.421 INFO O| Oct 15 21:44:25.421 INFO STEP 1121 (remove_files) COMPLETE
75832024-10-15T21:44:25.932Z[ recovery-image] Oct 15 21:44:25.421 INFO O| Oct 15 21:44:25.421 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-10-15T21:44:25.940Z[ recovery-image] Oct 15 21:44:25.431 INFO O| Oct 15 21:44:25.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
75852024-10-15T21:44:25.940Z[ recovery-image] Oct 15 21:44:25.431 INFO O| Oct 15 21:44:25.431 INFO STEP 1122 (remove_files) COMPLETE
75862024-10-15T21:44:25.942Z[ recovery-image] Oct 15 21:44:25.431 INFO O| Oct 15 21:44:25.431 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872024-10-15T21:44:25.950Z[ recovery-image] Oct 15 21:44:25.442 INFO O| Oct 15 21:44:25.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
75882024-10-15T21:44:25.952Z[ recovery-image] Oct 15 21:44:25.442 INFO O| Oct 15 21:44:25.442 INFO STEP 1123 (remove_files) COMPLETE
75892024-10-15T21:44:25.952Z[ recovery-image] Oct 15 21:44:25.442 INFO O| Oct 15 21:44:25.442 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-10-15T21:44:25.960Z[ recovery-image] Oct 15 21:44:25.452 INFO O| Oct 15 21:44:25.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
75912024-10-15T21:44:25.960Z[ recovery-image] Oct 15 21:44:25.452 INFO O| Oct 15 21:44:25.452 INFO STEP 1124 (remove_files) COMPLETE
75922024-10-15T21:44:25.963Z[ recovery-image] Oct 15 21:44:25.452 INFO O| Oct 15 21:44:25.452 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932024-10-15T21:44:25.970Z[ recovery-image] Oct 15 21:44:25.462 INFO O| Oct 15 21:44:25.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
75942024-10-15T21:44:25.970Z[ recovery-image] Oct 15 21:44:25.462 INFO O| Oct 15 21:44:25.462 INFO STEP 1125 (remove_files) COMPLETE
75952024-10-15T21:44:25.973Z[ recovery-image] Oct 15 21:44:25.462 INFO O| Oct 15 21:44:25.462 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962024-10-15T21:44:25.981Z[ recovery-image] Oct 15 21:44:25.472 INFO O| Oct 15 21:44:25.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
75972024-10-15T21:44:25.981Z[ recovery-image] Oct 15 21:44:25.472 INFO O| Oct 15 21:44:25.472 INFO STEP 1126 (remove_files) COMPLETE
75982024-10-15T21:44:25.983Z[ recovery-image] Oct 15 21:44:25.472 INFO O| Oct 15 21:44:25.472 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992024-10-15T21:44:25.992Z[ recovery-image] Oct 15 21:44:25.483 INFO O| Oct 15 21:44:25.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
76002024-10-15T21:44:25.992Z[ recovery-image] Oct 15 21:44:25.483 INFO O| Oct 15 21:44:25.483 INFO STEP 1127 (remove_files) COMPLETE
76012024-10-15T21:44:25.992Z[ recovery-image] Oct 15 21:44:25.483 INFO O| Oct 15 21:44:25.483 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022024-10-15T21:44:26.005Z[ recovery-image] Oct 15 21:44:25.497 INFO O| Oct 15 21:44:25.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
76032024-10-15T21:44:26.005Z[ recovery-image] Oct 15 21:44:25.497 INFO O| Oct 15 21:44:25.497 INFO STEP 1128 (remove_files) COMPLETE
76042024-10-15T21:44:26.008Z[ recovery-image] Oct 15 21:44:25.497 INFO O| Oct 15 21:44:25.497 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-10-15T21:44:26.019Z[ recovery-image] Oct 15 21:44:25.510 INFO O| Oct 15 21:44:25.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
76062024-10-15T21:44:26.019Z[ recovery-image] Oct 15 21:44:25.510 INFO O| Oct 15 21:44:25.510 INFO STEP 1129 (remove_files) COMPLETE
76072024-10-15T21:44:26.019Z[ recovery-image] Oct 15 21:44:25.510 INFO O| Oct 15 21:44:25.510 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-10-15T21:44:26.032Z[ recovery-image] Oct 15 21:44:25.523 INFO O| Oct 15 21:44:25.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
76092024-10-15T21:44:26.032Z[ recovery-image] Oct 15 21:44:25.523 INFO O| Oct 15 21:44:25.523 INFO STEP 1130 (remove_files) COMPLETE
76102024-10-15T21:44:26.032Z[ recovery-image] Oct 15 21:44:25.523 INFO O| Oct 15 21:44:25.523 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112024-10-15T21:44:26.045Z[ recovery-image] Oct 15 21:44:25.536 INFO O| Oct 15 21:44:25.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
76122024-10-15T21:44:26.045Z[ recovery-image] Oct 15 21:44:25.536 INFO O| Oct 15 21:44:25.536 INFO STEP 1131 (remove_files) COMPLETE
76132024-10-15T21:44:26.046Z[ recovery-image] Oct 15 21:44:25.536 INFO O| Oct 15 21:44:25.536 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142024-10-15T21:44:26.055Z[ recovery-image] Oct 15 21:44:25.547 INFO O| Oct 15 21:44:25.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
76152024-10-15T21:44:26.058Z[ recovery-image] Oct 15 21:44:25.547 INFO O| Oct 15 21:44:25.547 INFO STEP 1132 (remove_files) COMPLETE
76162024-10-15T21:44:26.058Z[ recovery-image] Oct 15 21:44:25.547 INFO O| Oct 15 21:44:25.547 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172024-10-15T21:44:26.066Z[ recovery-image] Oct 15 21:44:25.557 INFO O| Oct 15 21:44:25.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
76182024-10-15T21:44:26.066Z[ recovery-image] Oct 15 21:44:25.557 INFO O| Oct 15 21:44:25.557 INFO STEP 1133 (remove_files) COMPLETE
76192024-10-15T21:44:26.068Z[ recovery-image] Oct 15 21:44:25.557 INFO O| Oct 15 21:44:25.557 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202024-10-15T21:44:26.076Z[ recovery-image] Oct 15 21:44:25.568 INFO O| Oct 15 21:44:25.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
76212024-10-15T21:44:26.076Z[ recovery-image] Oct 15 21:44:25.568 INFO O| Oct 15 21:44:25.568 INFO STEP 1134 (remove_files) COMPLETE
76222024-10-15T21:44:26.078Z[ recovery-image] Oct 15 21:44:25.568 INFO O| Oct 15 21:44:25.568 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232024-10-15T21:44:26.087Z[ recovery-image] Oct 15 21:44:25.578 INFO O| Oct 15 21:44:25.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
76242024-10-15T21:44:26.089Z[ recovery-image] Oct 15 21:44:25.578 INFO O| Oct 15 21:44:25.578 INFO STEP 1135 (remove_files) COMPLETE
76252024-10-15T21:44:26.089Z[ recovery-image] Oct 15 21:44:25.578 INFO O| Oct 15 21:44:25.578 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262024-10-15T21:44:26.100Z[ recovery-image] Oct 15 21:44:25.592 INFO O| Oct 15 21:44:25.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
76272024-10-15T21:44:26.100Z[ recovery-image] Oct 15 21:44:25.592 INFO O| Oct 15 21:44:25.592 INFO STEP 1136 (remove_files) COMPLETE
76282024-10-15T21:44:26.100Z[ recovery-image] Oct 15 21:44:25.592 INFO O| Oct 15 21:44:25.592 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292024-10-15T21:44:26.114Z[ recovery-image] Oct 15 21:44:25.605 INFO O| Oct 15 21:44:25.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
76302024-10-15T21:44:26.114Z[ recovery-image] Oct 15 21:44:25.605 INFO O| Oct 15 21:44:25.605 INFO STEP 1137 (remove_files) COMPLETE
76312024-10-15T21:44:26.114Z[ recovery-image] Oct 15 21:44:25.605 INFO O| Oct 15 21:44:25.605 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322024-10-15T21:44:26.128Z[ recovery-image] Oct 15 21:44:25.619 INFO O| Oct 15 21:44:25.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
76332024-10-15T21:44:26.130Z[ recovery-image] Oct 15 21:44:25.619 INFO O| Oct 15 21:44:25.619 INFO STEP 1138 (remove_files) COMPLETE
76342024-10-15T21:44:26.130Z[ recovery-image] Oct 15 21:44:25.619 INFO O| Oct 15 21:44:25.619 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352024-10-15T21:44:26.140Z[ recovery-image] Oct 15 21:44:25.631 INFO O| Oct 15 21:44:25.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
76362024-10-15T21:44:26.142Z[ recovery-image] Oct 15 21:44:25.631 INFO O| Oct 15 21:44:25.631 INFO STEP 1139 (remove_files) COMPLETE
76372024-10-15T21:44:26.142Z[ recovery-image] Oct 15 21:44:25.631 INFO O| Oct 15 21:44:25.631 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382024-10-15T21:44:26.154Z[ recovery-image] Oct 15 21:44:25.645 INFO O| Oct 15 21:44:25.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
76392024-10-15T21:44:26.154Z[ recovery-image] Oct 15 21:44:25.645 INFO O| Oct 15 21:44:25.645 INFO STEP 1140 (remove_files) COMPLETE
76402024-10-15T21:44:26.154Z[ recovery-image] Oct 15 21:44:25.645 INFO O| Oct 15 21:44:25.645 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412024-10-15T21:44:26.165Z[ recovery-image] Oct 15 21:44:25.656 INFO O| Oct 15 21:44:25.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
76422024-10-15T21:44:26.165Z[ recovery-image] Oct 15 21:44:25.656 INFO O| Oct 15 21:44:25.656 INFO STEP 1141 (remove_files) COMPLETE
76432024-10-15T21:44:26.168Z[ recovery-image] Oct 15 21:44:25.656 INFO O| Oct 15 21:44:25.656 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442024-10-15T21:44:26.176Z[ recovery-image] Oct 15 21:44:25.668 INFO O| Oct 15 21:44:25.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
76452024-10-15T21:44:26.176Z[ recovery-image] Oct 15 21:44:25.668 INFO O| Oct 15 21:44:25.668 INFO STEP 1142 (remove_files) COMPLETE
76462024-10-15T21:44:26.176Z[ recovery-image] Oct 15 21:44:25.668 INFO O| Oct 15 21:44:25.668 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472024-10-15T21:44:26.188Z[ recovery-image] Oct 15 21:44:25.679 INFO O| Oct 15 21:44:25.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
76482024-10-15T21:44:26.188Z[ recovery-image] Oct 15 21:44:25.679 INFO O| Oct 15 21:44:25.679 INFO STEP 1143 (remove_files) COMPLETE
76492024-10-15T21:44:26.191Z[ recovery-image] Oct 15 21:44:25.679 INFO O| Oct 15 21:44:25.679 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502024-10-15T21:44:26.201Z[ recovery-image] Oct 15 21:44:25.690 INFO O| Oct 15 21:44:25.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
76512024-10-15T21:44:26.201Z[ recovery-image] Oct 15 21:44:25.690 INFO O| Oct 15 21:44:25.690 INFO STEP 1144 (remove_files) COMPLETE
76522024-10-15T21:44:26.201Z[ recovery-image] Oct 15 21:44:25.690 INFO O| Oct 15 21:44:25.690 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532024-10-15T21:44:26.210Z[ recovery-image] Oct 15 21:44:25.701 INFO O| Oct 15 21:44:25.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
76542024-10-15T21:44:26.210Z[ recovery-image] Oct 15 21:44:25.702 INFO O| Oct 15 21:44:25.702 INFO STEP 1145 (remove_files) COMPLETE
76552024-10-15T21:44:26.213Z[ recovery-image] Oct 15 21:44:25.702 INFO O| Oct 15 21:44:25.702 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562024-10-15T21:44:26.221Z[ recovery-image] Oct 15 21:44:25.712 INFO O| Oct 15 21:44:25.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
76572024-10-15T21:44:26.221Z[ recovery-image] Oct 15 21:44:25.712 INFO O| Oct 15 21:44:25.712 INFO STEP 1146 (remove_files) COMPLETE
76582024-10-15T21:44:26.221Z[ recovery-image] Oct 15 21:44:25.712 INFO O| Oct 15 21:44:25.712 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592024-10-15T21:44:26.233Z[ recovery-image] Oct 15 21:44:25.724 INFO O| Oct 15 21:44:25.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
76602024-10-15T21:44:26.235Z[ recovery-image] Oct 15 21:44:25.724 INFO O| Oct 15 21:44:25.724 INFO STEP 1147 (remove_files) COMPLETE
76612024-10-15T21:44:26.235Z[ recovery-image] Oct 15 21:44:25.724 INFO O| Oct 15 21:44:25.724 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622024-10-15T21:44:26.244Z[ recovery-image] Oct 15 21:44:25.736 INFO O| Oct 15 21:44:25.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
76632024-10-15T21:44:26.247Z[ recovery-image] Oct 15 21:44:25.736 INFO O| Oct 15 21:44:25.736 INFO STEP 1148 (remove_files) COMPLETE
76642024-10-15T21:44:26.247Z[ recovery-image] Oct 15 21:44:25.736 INFO O| Oct 15 21:44:25.736 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652024-10-15T21:44:26.256Z[ recovery-image] Oct 15 21:44:25.747 INFO O| Oct 15 21:44:25.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
76662024-10-15T21:44:26.256Z[ recovery-image] Oct 15 21:44:25.747 INFO O| Oct 15 21:44:25.747 INFO STEP 1149 (remove_files) COMPLETE
76672024-10-15T21:44:26.256Z[ recovery-image] Oct 15 21:44:25.747 INFO O| Oct 15 21:44:25.747 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682024-10-15T21:44:26.269Z[ recovery-image] Oct 15 21:44:25.760 INFO O| Oct 15 21:44:25.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
76692024-10-15T21:44:26.272Z[ recovery-image] Oct 15 21:44:25.761 INFO O| Oct 15 21:44:25.761 INFO STEP 1150 (remove_files) COMPLETE
76702024-10-15T21:44:26.272Z[ recovery-image] Oct 15 21:44:25.761 INFO O| Oct 15 21:44:25.761 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712024-10-15T21:44:26.281Z[ recovery-image] Oct 15 21:44:25.773 INFO O| Oct 15 21:44:25.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
76722024-10-15T21:44:26.281Z[ recovery-image] Oct 15 21:44:25.773 INFO O| Oct 15 21:44:25.773 INFO STEP 1151 (remove_files) COMPLETE
76732024-10-15T21:44:26.281Z[ recovery-image] Oct 15 21:44:25.773 INFO O| Oct 15 21:44:25.773 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742024-10-15T21:44:26.292Z[ recovery-image] Oct 15 21:44:25.783 INFO O| Oct 15 21:44:25.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
76752024-10-15T21:44:26.292Z[ recovery-image] Oct 15 21:44:25.783 INFO O| Oct 15 21:44:25.783 INFO STEP 1152 (remove_files) COMPLETE
76762024-10-15T21:44:26.294Z[ recovery-image] Oct 15 21:44:25.783 INFO O| Oct 15 21:44:25.783 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-10-15T21:44:26.302Z[ recovery-image] Oct 15 21:44:25.793 INFO O| Oct 15 21:44:25.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
76782024-10-15T21:44:26.302Z[ recovery-image] Oct 15 21:44:25.793 INFO O| Oct 15 21:44:25.793 INFO STEP 1153 (remove_files) COMPLETE
76792024-10-15T21:44:26.302Z[ recovery-image] Oct 15 21:44:25.793 INFO O| Oct 15 21:44:25.793 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-10-15T21:44:26.312Z[ recovery-image] Oct 15 21:44:25.804 INFO O| Oct 15 21:44:25.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
76812024-10-15T21:44:26.312Z[ recovery-image] Oct 15 21:44:25.804 INFO O| Oct 15 21:44:25.804 INFO STEP 1154 (remove_files) COMPLETE
76822024-10-15T21:44:26.312Z[ recovery-image] Oct 15 21:44:25.804 INFO O| Oct 15 21:44:25.804 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-10-15T21:44:26.324Z[ recovery-image] Oct 15 21:44:25.816 INFO O| Oct 15 21:44:25.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
76842024-10-15T21:44:26.324Z[ recovery-image] Oct 15 21:44:25.816 INFO O| Oct 15 21:44:25.816 INFO STEP 1155 (remove_files) COMPLETE
76852024-10-15T21:44:26.327Z[ recovery-image] Oct 15 21:44:25.816 INFO O| Oct 15 21:44:25.816 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-10-15T21:44:26.336Z[ recovery-image] Oct 15 21:44:25.828 INFO O| Oct 15 21:44:25.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
76872024-10-15T21:44:26.339Z[ recovery-image] Oct 15 21:44:25.828 INFO O| Oct 15 21:44:25.828 INFO STEP 1156 (remove_files) COMPLETE
76882024-10-15T21:44:26.339Z[ recovery-image] Oct 15 21:44:25.828 INFO O| Oct 15 21:44:25.828 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-10-15T21:44:26.348Z[ recovery-image] Oct 15 21:44:25.840 INFO O| Oct 15 21:44:25.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
76902024-10-15T21:44:26.348Z[ recovery-image] Oct 15 21:44:25.840 INFO O| Oct 15 21:44:25.840 INFO STEP 1157 (remove_files) COMPLETE
76912024-10-15T21:44:26.348Z[ recovery-image] Oct 15 21:44:25.840 INFO O| Oct 15 21:44:25.840 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-10-15T21:44:26.360Z[ recovery-image] Oct 15 21:44:25.852 INFO O| Oct 15 21:44:25.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
76932024-10-15T21:44:26.363Z[ recovery-image] Oct 15 21:44:25.852 INFO O| Oct 15 21:44:25.852 INFO STEP 1158 (remove_files) COMPLETE
76942024-10-15T21:44:26.363Z[ recovery-image] Oct 15 21:44:25.852 INFO O| Oct 15 21:44:25.852 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-10-15T21:44:26.371Z[ recovery-image] Oct 15 21:44:25.862 INFO O| Oct 15 21:44:25.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
76962024-10-15T21:44:26.371Z[ recovery-image] Oct 15 21:44:25.862 INFO O| Oct 15 21:44:25.862 INFO STEP 1159 (remove_files) COMPLETE
76972024-10-15T21:44:26.371Z[ recovery-image] Oct 15 21:44:25.862 INFO O| Oct 15 21:44:25.862 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982024-10-15T21:44:26.382Z[ recovery-image] Oct 15 21:44:25.873 INFO O| Oct 15 21:44:25.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
76992024-10-15T21:44:26.382Z[ recovery-image] Oct 15 21:44:25.873 INFO O| Oct 15 21:44:25.873 INFO STEP 1160 (remove_files) COMPLETE
77002024-10-15T21:44:26.382Z[ recovery-image] Oct 15 21:44:25.873 INFO O| Oct 15 21:44:25.873 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012024-10-15T21:44:26.394Z[ recovery-image] Oct 15 21:44:25.885 INFO O| Oct 15 21:44:25.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
77022024-10-15T21:44:26.394Z[ recovery-image] Oct 15 21:44:25.885 INFO O| Oct 15 21:44:25.885 INFO STEP 1161 (remove_files) COMPLETE
77032024-10-15T21:44:26.396Z[ recovery-image] Oct 15 21:44:25.885 INFO O| Oct 15 21:44:25.885 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042024-10-15T21:44:26.405Z[ recovery-image] Oct 15 21:44:25.896 INFO O| Oct 15 21:44:25.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
77052024-10-15T21:44:26.405Z[ recovery-image] Oct 15 21:44:25.896 INFO O| Oct 15 21:44:25.896 INFO STEP 1162 (remove_files) COMPLETE
77062024-10-15T21:44:26.405Z[ recovery-image] Oct 15 21:44:25.896 INFO O| Oct 15 21:44:25.896 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072024-10-15T21:44:26.418Z[ recovery-image] Oct 15 21:44:25.909 INFO O| Oct 15 21:44:25.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
77082024-10-15T21:44:26.418Z[ recovery-image] Oct 15 21:44:25.909 INFO O| Oct 15 21:44:25.909 INFO STEP 1163 (remove_files) COMPLETE
77092024-10-15T21:44:26.421Z[ recovery-image] Oct 15 21:44:25.909 INFO O| Oct 15 21:44:25.909 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102024-10-15T21:44:26.430Z[ recovery-image] Oct 15 21:44:25.921 INFO O| Oct 15 21:44:25.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
77112024-10-15T21:44:26.430Z[ recovery-image] Oct 15 21:44:25.921 INFO O| Oct 15 21:44:25.921 INFO STEP 1164 (remove_files) COMPLETE
77122024-10-15T21:44:26.432Z[ recovery-image] Oct 15 21:44:25.921 INFO O| Oct 15 21:44:25.921 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132024-10-15T21:44:26.441Z[ recovery-image] Oct 15 21:44:25.932 INFO O| Oct 15 21:44:25.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
77142024-10-15T21:44:26.441Z[ recovery-image] Oct 15 21:44:25.932 INFO O| Oct 15 21:44:25.932 INFO STEP 1165 (remove_files) COMPLETE
77152024-10-15T21:44:26.441Z[ recovery-image] Oct 15 21:44:25.932 INFO O| Oct 15 21:44:25.932 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162024-10-15T21:44:26.451Z[ recovery-image] Oct 15 21:44:25.942 INFO O| Oct 15 21:44:25.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
77172024-10-15T21:44:26.451Z[ recovery-image] Oct 15 21:44:25.943 INFO O| Oct 15 21:44:25.942 INFO STEP 1166 (remove_files) COMPLETE
77182024-10-15T21:44:26.453Z[ recovery-image] Oct 15 21:44:25.943 INFO O| Oct 15 21:44:25.943 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192024-10-15T21:44:26.461Z[ recovery-image] Oct 15 21:44:25.953 INFO O| Oct 15 21:44:25.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
77202024-10-15T21:44:26.461Z[ recovery-image] Oct 15 21:44:25.953 INFO O| Oct 15 21:44:25.953 INFO STEP 1167 (remove_files) COMPLETE
77212024-10-15T21:44:26.464Z[ recovery-image] Oct 15 21:44:25.953 INFO O| Oct 15 21:44:25.953 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222024-10-15T21:44:26.471Z[ recovery-image] Oct 15 21:44:25.963 INFO O| Oct 15 21:44:25.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
77232024-10-15T21:44:26.471Z[ recovery-image] Oct 15 21:44:25.963 INFO O| Oct 15 21:44:25.963 INFO STEP 1168 (remove_files) COMPLETE
77242024-10-15T21:44:26.474Z[ recovery-image] Oct 15 21:44:25.963 INFO O| Oct 15 21:44:25.963 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252024-10-15T21:44:26.481Z[ recovery-image] Oct 15 21:44:25.973 INFO O| Oct 15 21:44:25.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
77262024-10-15T21:44:26.482Z[ recovery-image] Oct 15 21:44:25.973 INFO O| Oct 15 21:44:25.973 INFO STEP 1169 (remove_files) COMPLETE
77272024-10-15T21:44:26.484Z[ recovery-image] Oct 15 21:44:25.973 INFO O| Oct 15 21:44:25.973 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282024-10-15T21:44:26.492Z[ recovery-image] Oct 15 21:44:25.983 INFO O| Oct 15 21:44:25.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
77292024-10-15T21:44:26.492Z[ recovery-image] Oct 15 21:44:25.983 INFO O| Oct 15 21:44:25.983 INFO STEP 1170 (remove_files) COMPLETE
77302024-10-15T21:44:26.492Z[ recovery-image] Oct 15 21:44:25.983 INFO O| Oct 15 21:44:25.983 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312024-10-15T21:44:26.502Z[ recovery-image] Oct 15 21:44:25.993 INFO O| Oct 15 21:44:25.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
77322024-10-15T21:44:26.502Z[ recovery-image] Oct 15 21:44:25.994 INFO O| Oct 15 21:44:25.994 INFO STEP 1171 (remove_files) COMPLETE
77332024-10-15T21:44:26.505Z[ recovery-image] Oct 15 21:44:25.994 INFO O| Oct 15 21:44:25.994 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342024-10-15T21:44:26.513Z[ recovery-image] Oct 15 21:44:26.004 INFO O| Oct 15 21:44:26.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
77352024-10-15T21:44:26.513Z[ recovery-image] Oct 15 21:44:26.004 INFO O| Oct 15 21:44:26.004 INFO STEP 1172 (remove_files) COMPLETE
77362024-10-15T21:44:26.513Z[ recovery-image] Oct 15 21:44:26.005 INFO O| Oct 15 21:44:26.004 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372024-10-15T21:44:26.524Z[ recovery-image] Oct 15 21:44:26.015 INFO O| Oct 15 21:44:26.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
77382024-10-15T21:44:26.524Z[ recovery-image] Oct 15 21:44:26.015 INFO O| Oct 15 21:44:26.015 INFO STEP 1173 (remove_files) COMPLETE
77392024-10-15T21:44:26.524Z[ recovery-image] Oct 15 21:44:26.015 INFO O| Oct 15 21:44:26.015 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402024-10-15T21:44:26.534Z[ recovery-image] Oct 15 21:44:26.026 INFO O| Oct 15 21:44:26.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
77412024-10-15T21:44:26.537Z[ recovery-image] Oct 15 21:44:26.026 INFO O| Oct 15 21:44:26.026 INFO STEP 1174 (remove_files) COMPLETE
77422024-10-15T21:44:26.537Z[ recovery-image] Oct 15 21:44:26.026 INFO O| Oct 15 21:44:26.026 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432024-10-15T21:44:26.544Z[ recovery-image] Oct 15 21:44:26.036 INFO O| Oct 15 21:44:26.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
77442024-10-15T21:44:26.544Z[ recovery-image] Oct 15 21:44:26.036 INFO O| Oct 15 21:44:26.036 INFO STEP 1175 (remove_files) COMPLETE
77452024-10-15T21:44:26.544Z[ recovery-image] Oct 15 21:44:26.036 INFO O| Oct 15 21:44:26.036 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462024-10-15T21:44:26.555Z[ recovery-image] Oct 15 21:44:26.046 INFO O| Oct 15 21:44:26.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
77472024-10-15T21:44:26.555Z[ recovery-image] Oct 15 21:44:26.046 INFO O| Oct 15 21:44:26.046 INFO STEP 1176 (remove_files) COMPLETE
77482024-10-15T21:44:26.557Z[ recovery-image] Oct 15 21:44:26.046 INFO O| Oct 15 21:44:26.046 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492024-10-15T21:44:26.565Z[ recovery-image] Oct 15 21:44:26.056 INFO O| Oct 15 21:44:26.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
77502024-10-15T21:44:26.565Z[ recovery-image] Oct 15 21:44:26.056 INFO O| Oct 15 21:44:26.056 INFO STEP 1177 (remove_files) COMPLETE
77512024-10-15T21:44:26.565Z[ recovery-image] Oct 15 21:44:26.056 INFO O| Oct 15 21:44:26.056 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522024-10-15T21:44:26.575Z[ recovery-image] Oct 15 21:44:26.066 INFO O| Oct 15 21:44:26.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
77532024-10-15T21:44:26.575Z[ recovery-image] Oct 15 21:44:26.066 INFO O| Oct 15 21:44:26.066 INFO STEP 1178 (remove_files) COMPLETE
77542024-10-15T21:44:26.577Z[ recovery-image] Oct 15 21:44:26.066 INFO O| Oct 15 21:44:26.066 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552024-10-15T21:44:26.585Z[ recovery-image] Oct 15 21:44:26.077 INFO O| Oct 15 21:44:26.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
77562024-10-15T21:44:26.585Z[ recovery-image] Oct 15 21:44:26.077 INFO O| Oct 15 21:44:26.077 INFO STEP 1179 (remove_files) COMPLETE
77572024-10-15T21:44:26.585Z[ recovery-image] Oct 15 21:44:26.077 INFO O| Oct 15 21:44:26.077 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582024-10-15T21:44:26.595Z[ recovery-image] Oct 15 21:44:26.087 INFO O| Oct 15 21:44:26.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
77592024-10-15T21:44:26.595Z[ recovery-image] Oct 15 21:44:26.087 INFO O| Oct 15 21:44:26.087 INFO STEP 1180 (remove_files) COMPLETE
77602024-10-15T21:44:26.597Z[ recovery-image] Oct 15 21:44:26.087 INFO O| Oct 15 21:44:26.087 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612024-10-15T21:44:26.605Z[ recovery-image] Oct 15 21:44:26.097 INFO O| Oct 15 21:44:26.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
77622024-10-15T21:44:26.606Z[ recovery-image] Oct 15 21:44:26.097 INFO O| Oct 15 21:44:26.097 INFO STEP 1181 (remove_files) COMPLETE
77632024-10-15T21:44:26.606Z[ recovery-image] Oct 15 21:44:26.097 INFO O| Oct 15 21:44:26.097 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642024-10-15T21:44:26.615Z[ recovery-image] Oct 15 21:44:26.107 INFO O| Oct 15 21:44:26.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
77652024-10-15T21:44:26.615Z[ recovery-image] Oct 15 21:44:26.107 INFO O| Oct 15 21:44:26.107 INFO STEP 1182 (remove_files) COMPLETE
77662024-10-15T21:44:26.618Z[ recovery-image] Oct 15 21:44:26.107 INFO O| Oct 15 21:44:26.107 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672024-10-15T21:44:26.626Z[ recovery-image] Oct 15 21:44:26.117 INFO O| Oct 15 21:44:26.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
77682024-10-15T21:44:26.628Z[ recovery-image] Oct 15 21:44:26.117 INFO O| Oct 15 21:44:26.117 INFO STEP 1183 (remove_files) COMPLETE
77692024-10-15T21:44:26.628Z[ recovery-image] Oct 15 21:44:26.117 INFO O| Oct 15 21:44:26.117 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702024-10-15T21:44:26.638Z[ recovery-image] Oct 15 21:44:26.130 INFO O| Oct 15 21:44:26.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
77712024-10-15T21:44:26.638Z[ recovery-image] Oct 15 21:44:26.130 INFO O| Oct 15 21:44:26.130 INFO STEP 1184 (remove_files) COMPLETE
77722024-10-15T21:44:26.638Z[ recovery-image] Oct 15 21:44:26.130 INFO O| Oct 15 21:44:26.130 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732024-10-15T21:44:26.650Z[ recovery-image] Oct 15 21:44:26.142 INFO O| Oct 15 21:44:26.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
77742024-10-15T21:44:26.651Z[ recovery-image] Oct 15 21:44:26.142 INFO O| Oct 15 21:44:26.142 INFO STEP 1185 (remove_files) COMPLETE
77752024-10-15T21:44:26.653Z[ recovery-image] Oct 15 21:44:26.142 INFO O| Oct 15 21:44:26.142 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762024-10-15T21:44:26.662Z[ recovery-image] Oct 15 21:44:26.154 INFO O| Oct 15 21:44:26.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
77772024-10-15T21:44:26.662Z[ recovery-image] Oct 15 21:44:26.154 INFO O| Oct 15 21:44:26.154 INFO STEP 1186 (remove_files) COMPLETE
77782024-10-15T21:44:26.662Z[ recovery-image] Oct 15 21:44:26.154 INFO O| Oct 15 21:44:26.154 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792024-10-15T21:44:26.674Z[ recovery-image] Oct 15 21:44:26.166 INFO O| Oct 15 21:44:26.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
77802024-10-15T21:44:26.674Z[ recovery-image] Oct 15 21:44:26.166 INFO O| Oct 15 21:44:26.166 INFO STEP 1187 (remove_files) COMPLETE
77812024-10-15T21:44:26.677Z[ recovery-image] Oct 15 21:44:26.166 INFO O| Oct 15 21:44:26.166 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822024-10-15T21:44:26.686Z[ recovery-image] Oct 15 21:44:26.178 INFO O| Oct 15 21:44:26.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
77832024-10-15T21:44:26.689Z[ recovery-image] Oct 15 21:44:26.178 INFO O| Oct 15 21:44:26.178 INFO STEP 1188 (remove_files) COMPLETE
77842024-10-15T21:44:26.689Z[ recovery-image] Oct 15 21:44:26.178 INFO O| Oct 15 21:44:26.178 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852024-10-15T21:44:26.698Z[ recovery-image] Oct 15 21:44:26.190 INFO O| Oct 15 21:44:26.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
77862024-10-15T21:44:26.699Z[ recovery-image] Oct 15 21:44:26.190 INFO O| Oct 15 21:44:26.190 INFO STEP 1189 (remove_files) COMPLETE
77872024-10-15T21:44:26.699Z[ recovery-image] Oct 15 21:44:26.190 INFO O| Oct 15 21:44:26.190 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882024-10-15T21:44:26.709Z[ recovery-image] Oct 15 21:44:26.200 INFO O| Oct 15 21:44:26.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
77892024-10-15T21:44:26.709Z[ recovery-image] Oct 15 21:44:26.200 INFO O| Oct 15 21:44:26.200 INFO STEP 1190 (remove_files) COMPLETE
77902024-10-15T21:44:26.711Z[ recovery-image] Oct 15 21:44:26.200 INFO O| Oct 15 21:44:26.200 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912024-10-15T21:44:26.721Z[ recovery-image] Oct 15 21:44:26.212 INFO O| Oct 15 21:44:26.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
77922024-10-15T21:44:26.721Z[ recovery-image] Oct 15 21:44:26.212 INFO O| Oct 15 21:44:26.212 INFO STEP 1191 (remove_files) COMPLETE
77932024-10-15T21:44:26.723Z[ recovery-image] Oct 15 21:44:26.212 INFO O| Oct 15 21:44:26.212 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942024-10-15T21:44:26.733Z[ recovery-image] Oct 15 21:44:26.224 INFO O| Oct 15 21:44:26.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
77952024-10-15T21:44:26.735Z[ recovery-image] Oct 15 21:44:26.224 INFO O| Oct 15 21:44:26.224 INFO STEP 1192 (remove_files) COMPLETE
77962024-10-15T21:44:26.735Z[ recovery-image] Oct 15 21:44:26.224 INFO O| Oct 15 21:44:26.224 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972024-10-15T21:44:26.744Z[ recovery-image] Oct 15 21:44:26.235 INFO O| Oct 15 21:44:26.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
77982024-10-15T21:44:26.744Z[ recovery-image] Oct 15 21:44:26.235 INFO O| Oct 15 21:44:26.235 INFO STEP 1193 (remove_files) COMPLETE
77992024-10-15T21:44:26.744Z[ recovery-image] Oct 15 21:44:26.235 INFO O| Oct 15 21:44:26.235 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002024-10-15T21:44:26.754Z[ recovery-image] Oct 15 21:44:26.245 INFO O| Oct 15 21:44:26.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
78012024-10-15T21:44:26.754Z[ recovery-image] Oct 15 21:44:26.246 INFO O| Oct 15 21:44:26.245 INFO STEP 1194 (remove_files) COMPLETE
78022024-10-15T21:44:26.754Z[ recovery-image] Oct 15 21:44:26.246 INFO O| Oct 15 21:44:26.246 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032024-10-15T21:44:26.765Z[ recovery-image] Oct 15 21:44:26.256 INFO O| Oct 15 21:44:26.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
78042024-10-15T21:44:26.767Z[ recovery-image] Oct 15 21:44:26.256 INFO O| Oct 15 21:44:26.256 INFO STEP 1195 (remove_files) COMPLETE
78052024-10-15T21:44:26.767Z[ recovery-image] Oct 15 21:44:26.256 INFO O| Oct 15 21:44:26.256 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062024-10-15T21:44:26.775Z[ recovery-image] Oct 15 21:44:26.267 INFO O| Oct 15 21:44:26.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
78072024-10-15T21:44:26.776Z[ recovery-image] Oct 15 21:44:26.267 INFO O| Oct 15 21:44:26.267 INFO STEP 1196 (remove_files) COMPLETE
78082024-10-15T21:44:26.776Z[ recovery-image] Oct 15 21:44:26.267 INFO O| Oct 15 21:44:26.267 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092024-10-15T21:44:26.787Z[ recovery-image] Oct 15 21:44:26.278 INFO O| Oct 15 21:44:26.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
78102024-10-15T21:44:26.787Z[ recovery-image] Oct 15 21:44:26.278 INFO O| Oct 15 21:44:26.278 INFO STEP 1197 (remove_files) COMPLETE
78112024-10-15T21:44:26.789Z[ recovery-image] Oct 15 21:44:26.278 INFO O| Oct 15 21:44:26.278 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122024-10-15T21:44:26.798Z[ recovery-image] Oct 15 21:44:26.289 INFO O| Oct 15 21:44:26.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
78132024-10-15T21:44:26.798Z[ recovery-image] Oct 15 21:44:26.289 INFO O| Oct 15 21:44:26.289 INFO STEP 1198 (remove_files) COMPLETE
78142024-10-15T21:44:26.798Z[ recovery-image] Oct 15 21:44:26.289 INFO O| Oct 15 21:44:26.289 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152024-10-15T21:44:26.809Z[ recovery-image] Oct 15 21:44:26.300 INFO O| Oct 15 21:44:26.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
78162024-10-15T21:44:26.809Z[ recovery-image] Oct 15 21:44:26.300 INFO O| Oct 15 21:44:26.300 INFO STEP 1199 (remove_files) COMPLETE
78172024-10-15T21:44:26.811Z[ recovery-image] Oct 15 21:44:26.300 INFO O| Oct 15 21:44:26.300 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182024-10-15T21:44:26.821Z[ recovery-image] Oct 15 21:44:26.311 INFO O| Oct 15 21:44:26.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
78192024-10-15T21:44:26.821Z[ recovery-image] Oct 15 21:44:26.311 INFO O| Oct 15 21:44:26.311 INFO STEP 1200 (remove_files) COMPLETE
78202024-10-15T21:44:26.823Z[ recovery-image] Oct 15 21:44:26.311 INFO O| Oct 15 21:44:26.311 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212024-10-15T21:44:26.830Z[ recovery-image] Oct 15 21:44:26.321 INFO O| Oct 15 21:44:26.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
78222024-10-15T21:44:26.831Z[ recovery-image] Oct 15 21:44:26.321 INFO O| Oct 15 21:44:26.321 INFO STEP 1201 (remove_files) COMPLETE
78232024-10-15T21:44:26.831Z[ recovery-image] Oct 15 21:44:26.321 INFO O| Oct 15 21:44:26.321 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242024-10-15T21:44:26.840Z[ recovery-image] Oct 15 21:44:26.332 INFO O| Oct 15 21:44:26.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
78252024-10-15T21:44:26.840Z[ recovery-image] Oct 15 21:44:26.332 INFO O| Oct 15 21:44:26.332 INFO STEP 1202 (remove_files) COMPLETE
78262024-10-15T21:44:26.840Z[ recovery-image] Oct 15 21:44:26.332 INFO O| Oct 15 21:44:26.332 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272024-10-15T21:44:26.850Z[ recovery-image] Oct 15 21:44:26.342 INFO O| Oct 15 21:44:26.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
78282024-10-15T21:44:26.857Z[ recovery-image] Oct 15 21:44:26.342 INFO O| Oct 15 21:44:26.342 INFO STEP 1203 (remove_files) COMPLETE
78292024-10-15T21:44:26.857Z[ recovery-image] Oct 15 21:44:26.342 INFO O| Oct 15 21:44:26.342 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302024-10-15T21:44:26.860Z[ recovery-image] Oct 15 21:44:26.352 INFO O| Oct 15 21:44:26.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
78312024-10-15T21:44:26.863Z[ recovery-image] Oct 15 21:44:26.352 INFO O| Oct 15 21:44:26.352 INFO STEP 1204 (remove_files) COMPLETE
78322024-10-15T21:44:26.863Z[ recovery-image] Oct 15 21:44:26.352 INFO O| Oct 15 21:44:26.352 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332024-10-15T21:44:26.872Z[ recovery-image] Oct 15 21:44:26.363 INFO O| Oct 15 21:44:26.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
78342024-10-15T21:44:26.873Z[ recovery-image] Oct 15 21:44:26.364 INFO O| Oct 15 21:44:26.364 INFO STEP 1205 (remove_files) COMPLETE
78352024-10-15T21:44:26.873Z[ recovery-image] Oct 15 21:44:26.364 INFO O| Oct 15 21:44:26.364 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
78362024-10-15T21:44:26.889Z[ recovery-image] Oct 15 21:44:26.380 INFO O| Oct 15 21:44:26.380 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
78372024-10-15T21:44:26.889Z[ recovery-image] Oct 15 21:44:26.381 INFO O| Oct 15 21:44:26.381 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
78382024-10-15T21:44:27.623Z[ recovery-image] Oct 15 21:44:27.113 INFO O| Oct 15 21:44:27.113 INFO STEP 1206 (pack_tar) COMPLETE
78392024-10-15T21:44:27.623Z[ recovery-image] Oct 15 21:44:27.113 INFO O| Oct 15 21:44:27.113 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78402024-10-15T21:44:27.628Z[ recovery-image] Oct 15 21:44:27.113 INFO O| Oct 15 21:44:27.113 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78412024-10-15T21:44:27.994Z[ recovery-image] Oct 15 21:44:27.486 INFO O| Oct 15 21:44:27.486 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
78422024-10-15T21:44:28.079Z[ recovery-image] Oct 15 21:44:27.569 INFO O| Oct 15 21:44:27.569 INFO completed processing gimlet/ramdisk-03-recovery-trim
78432024-10-15T21:44:28.088Z[ recovery-image] Oct 15 21:44:27.576 INFO image builder template: zfs-recovery...
78442024-10-15T21:44:28.088Z[ recovery-image] Oct 15 21:44:27.576 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/.tmpyJO0YQ/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
78452024-10-15T21:44:28.121Z[ recovery-image] Oct 15 21:44:27.611 INFO O| Oct 15 21:44:27.611 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78462024-10-15T21:44:28.127Z[ recovery-image] Oct 15 21:44:27.616 INFO O| Oct 15 21:44:27.616 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78472024-10-15T21:44:28.201Z[ recovery-image] Oct 15 21:44:27.692 INFO O| Oct 15 21:44:27.692 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
78482024-10-15T21:44:28.272Z[ recovery-image] Oct 15 21:44:27.762 INFO O| Oct 15 21:44:27.762 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78492024-10-15T21:44:28.272Z[ recovery-image] Oct 15 21:44:27.762 INFO O| Oct 15 21:44:27.762 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
78502024-10-15T21:44:28.277Z[ recovery-image] Oct 15 21:44:27.767 INFO O| Oct 15 21:44:27.766 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
78512024-10-15T21:44:28.351Z[ recovery-image] Oct 15 21:44:27.841 INFO O| Oct 15 21:44:27.841 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
78522024-10-15T21:44:28.407Z[ recovery-image] Oct 15 21:44:27.898 INFO O| Oct 15 21:44:27.898 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
78532024-10-15T21:44:28.418Z[ recovery-image] Oct 15 21:44:27.909 INFO O| Oct 15 21:44:27.909 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78542024-10-15T21:44:28.423Z[ recovery-image] Oct 15 21:44:27.914 INFO O| Oct 15 21:44:27.914 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
78552024-10-15T21:44:28.426Z[ recovery-image] Oct 15 21:44:27.916 INFO O| Oct 15 21:44:27.916 INFO no lofi found
78562024-10-15T21:44:28.426Z[ recovery-image] Oct 15 21:44:27.916 INFO O| Oct 15 21:44:27.916 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
78572024-10-15T21:44:28.426Z[ recovery-image] Oct 15 21:44:27.916 INFO O| Oct 15 21:44:27.916 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78582024-10-15T21:44:30.263Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 46s
78592024-10-15T21:44:30.520Z[ recovery-image] Oct 15 21:44:30.011 INFO O| Oct 15 21:44:30.011 INFO lofi device = /dev/dsk/c2t1d0p0
78602024-10-15T21:44:30.520Z[ recovery-image] Oct 15 21:44:30.011 INFO O| Oct 15 21:44:30.011 INFO pool device = /dev/dsk/c2t1d0p0
78612024-10-15T21:44:30.523Z[ recovery-image] Oct 15 21:44:30.011 INFO O| Oct 15 21:44:30.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
78622024-10-15T21:44:30.605Z[ recovery-image] Oct 15 21:44:30.096 INFO O| Oct 15 21:44:30.096 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78632024-10-15T21:44:30.605Z[ recovery-image] Oct 15 21:44:30.096 INFO O| Oct 15 21:44:30.096 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
78642024-10-15T21:44:30.610ZOct 15 21:44:30.101 INFO [verify-libraries] process exited with exit status: 0 (350.793924452s)
78652024-10-15T21:44:30.625Z[ recovery-image] Oct 15 21:44:30.116 INFO O| Oct 15 21:44:30.116 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
78662024-10-15T21:44:30.685Z[ recovery-image] Oct 15 21:44:30.177 INFO O| Oct 15 21:44:30.177 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
78672024-10-15T21:44:30.723Z[ recovery-image] Oct 15 21:44:30.214 INFO O| Oct 15 21:44:30.214 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
78682024-10-15T21:44:30.736Z[ recovery-image] Oct 15 21:44:30.228 INFO O| Oct 15 21:44:30.227 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
78692024-10-15T21:44:30.748Z[ recovery-image] Oct 15 21:44:30.238 INFO O| Oct 15 21:44:30.238 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
78702024-10-15T21:44:30.794Z[ recovery-image] Oct 15 21:44:30.285 INFO O| Oct 15 21:44:30.285 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78712024-10-15T21:44:30.794Z[ recovery-image] Oct 15 21:44:30.285 INFO O| Oct 15 21:44:30.285 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78722024-10-15T21:44:30.796Z[ recovery-image] Oct 15 21:44:30.285 INFO O| Oct 15 21:44:30.285 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78732024-10-15T21:44:30.806Z[ recovery-image] Oct 15 21:44:30.297 INFO O| Oct 15 21:44:30.297 INFO boot environment UUID: eb5eed12-83f0-45f9-b1db-b67314e71c8a
78742024-10-15T21:44:30.806Z[ recovery-image] Oct 15 21:44:30.297 INFO O| Oct 15 21:44:30.297 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = eb5eed12-83f0-45f9-b1db-b67314e71c8a
78752024-10-15T21:44:30.816Z[ recovery-image] Oct 15 21:44:30.308 INFO O| Oct 15 21:44:30.308 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
78762024-10-15T21:44:30.826Z[ recovery-image] Oct 15 21:44:30.318 INFO O| Oct 15 21:44:30.318 INFO STEP 0 (create_be) COMPLETE
78772024-10-15T21:44:30.826Z[ recovery-image] Oct 15 21:44:30.318 INFO O| Oct 15 21:44:30.318 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78782024-10-15T21:44:30.842Z[ recovery-image] Oct 15 21:44:30.333 INFO O| Oct 15 21:44:30.333 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"]
78792024-10-15T21:44:32.914Z[ recovery-image] Oct 15 21:44:32.405 INFO O| Oct 15 21:44:32.405 INFO STEP 1 (unpack_tar) COMPLETE
78802024-10-15T21:44:32.914Z[ recovery-image] Oct 15 21:44:32.405 INFO O| Oct 15 21:44:32.405 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78812024-10-15T21:44:32.926Z[ recovery-image] Oct 15 21:44:32.418 INFO O| Oct 15 21:44:32.418 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78822024-10-15T21:44:33.331Z[ recovery-image] Oct 15 21:44:32.822 INFO O| Oct 15 21:44:32.822 INFO STEP 2 (devfsadm) COMPLETE
78832024-10-15T21:44:33.331Z[ recovery-image] Oct 15 21:44:32.822 INFO O| Oct 15 21:44:32.822 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78842024-10-15T21:44:33.342Z[ recovery-image] Oct 15 21:44:32.833 INFO O| Oct 15 21:44:32.833 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78852024-10-15T21:44:33.342Z[ recovery-image] Oct 15 21:44:32.833 INFO O| Oct 15 21:44:32.833 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78862024-10-15T21:44:33.344Z[ recovery-image] Oct 15 21:44:32.833 INFO O| Oct 15 21:44:32.833 INFO STEP 3 (ensure_dir) COMPLETE
78872024-10-15T21:44:33.344Z[ recovery-image] Oct 15 21:44:32.833 INFO O| Oct 15 21:44:32.833 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78882024-10-15T21:44:33.352Z[ recovery-image] Oct 15 21:44:32.843 INFO O| Oct 15 21:44:32.843 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78892024-10-15T21:44:33.352Z[ recovery-image] Oct 15 21:44:32.843 INFO O| Oct 15 21:44:32.843 INFO STEP 4 (ensure_dir) COMPLETE
78902024-10-15T21:44:33.354Z[ recovery-image] Oct 15 21:44:32.843 INFO O| Oct 15 21:44:32.843 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78912024-10-15T21:44:33.362Z[ recovery-image] Oct 15 21:44:32.853 INFO O| Oct 15 21:44:32.853 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78922024-10-15T21:44:33.362Z[ recovery-image] Oct 15 21:44:32.853 INFO O| Oct 15 21:44:32.853 INFO STEP 5 (ensure_dir) COMPLETE
78932024-10-15T21:44:33.365Z[ recovery-image] Oct 15 21:44:32.853 INFO O| Oct 15 21:44:32.853 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78942024-10-15T21:44:33.372Z[ recovery-image] Oct 15 21:44:32.863 INFO O| Oct 15 21:44:32.863 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78952024-10-15T21:44:33.374Z[ recovery-image] Oct 15 21:44:32.863 INFO O| Oct 15 21:44:32.863 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78962024-10-15T21:44:33.374Z[ recovery-image] Oct 15 21:44:32.863 INFO O| Oct 15 21:44:32.863 INFO STEP 6 (ensure_dir) COMPLETE
78972024-10-15T21:44:33.374Z[ recovery-image] Oct 15 21:44:32.863 INFO O| Oct 15 21:44:32.863 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78982024-10-15T21:44:33.382Z[ recovery-image] Oct 15 21:44:32.874 INFO O| Oct 15 21:44:32.874 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78992024-10-15T21:44:33.385Z[ recovery-image] Oct 15 21:44:32.874 INFO O| Oct 15 21:44:32.874 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79002024-10-15T21:44:33.385Z[ recovery-image] Oct 15 21:44:32.874 INFO O| Oct 15 21:44:32.874 INFO STEP 7 (ensure_dir) COMPLETE
79012024-10-15T21:44:33.385Z[ recovery-image] Oct 15 21:44:32.874 INFO O| Oct 15 21:44:32.874 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79022024-10-15T21:44:33.393Z[ recovery-image] Oct 15 21:44:32.884 INFO O| Oct 15 21:44:32.884 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
79032024-10-15T21:44:33.396Z[ recovery-image] Oct 15 21:44:32.884 INFO O| Oct 15 21:44:32.884 INFO STEP 8 (remove_files) COMPLETE
79042024-10-15T21:44:33.396Z[ recovery-image] Oct 15 21:44:32.884 INFO O| Oct 15 21:44:32.884 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79052024-10-15T21:44:33.403Z[ recovery-image] Oct 15 21:44:32.894 INFO O| Oct 15 21:44:32.894 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
79062024-10-15T21:44:33.405Z[ recovery-image] Oct 15 21:44:32.895 INFO O| Oct 15 21:44:32.895 INFO STEP 9 (remove_files) COMPLETE
79072024-10-15T21:44:33.405Z[ recovery-image] Oct 15 21:44:32.895 INFO O| Oct 15 21:44:32.895 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79082024-10-15T21:44:33.414Z[ recovery-image] Oct 15 21:44:32.905 INFO O| Oct 15 21:44:32.905 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
79092024-10-15T21:44:34.418Z[ recovery-image] Oct 15 21:44:32.906 INFO O| Oct 15 21:44:32.906 INFO STEP 10 (remove_files) COMPLETE
79102024-10-15T21:44:34.418Z[ recovery-image] Oct 15 21:44:32.906 INFO O| Oct 15 21:44:32.906 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79112024-10-15T21:44:34.422Z[ recovery-image] Oct 15 21:44:32.916 INFO O| Oct 15 21:44:32.916 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
79122024-10-15T21:44:34.422Z[ recovery-image] Oct 15 21:44:32.916 INFO O| Oct 15 21:44:32.916 INFO STEP 11 (remove_files) COMPLETE
79132024-10-15T21:44:34.422Z[ recovery-image] Oct 15 21:44:32.916 INFO O| Oct 15 21:44:32.916 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79142024-10-15T21:44:34.422Z[ recovery-image] Oct 15 21:44:32.926 INFO O| Oct 15 21:44:32.926 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
79152024-10-15T21:44:34.422Z[ recovery-image] Oct 15 21:44:32.926 INFO O| Oct 15 21:44:32.926 INFO STEP 12 (remove_files) COMPLETE
79162024-10-15T21:44:34.423Z[ recovery-image] Oct 15 21:44:32.926 INFO O| Oct 15 21:44:32.926 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79172024-10-15T21:44:34.423Z[ recovery-image] Oct 15 21:44:32.935 INFO O| Oct 15 21:44:32.935 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79182024-10-15T21:44:34.423Z[ recovery-image] Oct 15 21:44:32.936 INFO O| Oct 15 21:44:32.935 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79192024-10-15T21:44:34.423Z[ recovery-image] Oct 15 21:44:32.936 INFO O| Oct 15 21:44:32.936 INFO STEP 13 (ensure_dir) COMPLETE
79202024-10-15T21:44:34.423Z[ recovery-image] Oct 15 21:44:32.936 INFO O| Oct 15 21:44:32.936 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79212024-10-15T21:44:34.423Z[ recovery-image] Oct 15 21:44:32.946 INFO O| Oct 15 21:44:32.946 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79222024-10-15T21:44:34.423Z[ recovery-image] Oct 15 21:44:32.946 INFO O| Oct 15 21:44:32.946 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79232024-10-15T21:44:34.423Z[ recovery-image] Oct 15 21:44:32.946 INFO O| Oct 15 21:44:32.946 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79242024-10-15T21:44:34.423Z[ recovery-image] Oct 15 21:44:32.946 INFO O| Oct 15 21:44:32.946 INFO STEP 14 (ensure_dir) COMPLETE
79252024-10-15T21:44:34.423Z[ recovery-image] Oct 15 21:44:32.946 INFO O| Oct 15 21:44:32.946 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79262024-10-15T21:44:34.423Z[ recovery-image] Oct 15 21:44:32.956 INFO O| Oct 15 21:44:32.956 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79272024-10-15T21:44:34.423Z[ recovery-image] Oct 15 21:44:32.956 INFO O| Oct 15 21:44:32.956 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79282024-10-15T21:44:34.423Z[ recovery-image] Oct 15 21:44:32.956 INFO O| Oct 15 21:44:32.956 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79292024-10-15T21:44:34.423Z[ recovery-image] Oct 15 21:44:32.956 INFO O| Oct 15 21:44:32.956 INFO STEP 15 (ensure_dir) COMPLETE
79302024-10-15T21:44:34.423Z[ recovery-image] Oct 15 21:44:32.956 INFO O| Oct 15 21:44:32.956 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79312024-10-15T21:44:34.423Z[ recovery-image] Oct 15 21:44:32.966 INFO O| Oct 15 21:44:32.966 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79322024-10-15T21:44:34.423Z[ recovery-image] Oct 15 21:44:32.966 INFO O| Oct 15 21:44:32.966 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79332024-10-15T21:44:34.423Z[ recovery-image] Oct 15 21:44:32.966 INFO O| Oct 15 21:44:32.966 INFO STEP 16 (ensure_dir) COMPLETE
79342024-10-15T21:44:34.423Z[ recovery-image] Oct 15 21:44:32.966 INFO O| Oct 15 21:44:32.966 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79352024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:32.976 INFO O| Oct 15 21:44:32.976 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79362024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:32.976 INFO O| Oct 15 21:44:32.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79372024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:32.976 INFO O| Oct 15 21:44:32.976 INFO STEP 17 (ensure_dir) COMPLETE
79382024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:32.976 INFO O| Oct 15 21:44:32.976 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79392024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:32.986 INFO O| Oct 15 21:44:32.986 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
79402024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:32.986 INFO O| Oct 15 21:44:32.986 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
79412024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:32.986 INFO O| Oct 15 21:44:32.986 INFO ok!
79422024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:32.986 INFO O| Oct 15 21:44:32.986 INFO STEP 18 (ensure_symlink) COMPLETE
79432024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:32.986 INFO O| Oct 15 21:44:32.986 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79442024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:32.997 INFO O| Oct 15 21:44:32.997 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
79452024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:32.997 INFO O| Oct 15 21:44:32.997 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
79462024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:32.997 INFO O| Oct 15 21:44:32.997 INFO ok!
79472024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:32.997 INFO O| Oct 15 21:44:32.997 INFO STEP 19 (ensure_file) COMPLETE
79482024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:32.997 INFO O| Oct 15 21:44:32.997 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79492024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:33.009 INFO O| Oct 15 21:44:33.009 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
79502024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:33.009 INFO O| Oct 15 21:44:33.009 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
79512024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:33.009 INFO O| Oct 15 21:44:33.009 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
79522024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:33.009 INFO O| Oct 15 21:44:33.009 INFO ok!
79532024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:33.009 INFO O| Oct 15 21:44:33.009 INFO STEP 20 (ensure_symlink) COMPLETE
79542024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:33.009 INFO O| Oct 15 21:44:33.009 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79552024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:33.019 INFO O| Oct 15 21:44:33.019 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
79562024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:33.019 INFO O| Oct 15 21:44:33.019 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
79572024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:33.019 INFO O| Oct 15 21:44:33.019 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
79582024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:33.019 INFO O| Oct 15 21:44:33.019 INFO ok!
79592024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:33.019 INFO O| Oct 15 21:44:33.019 INFO STEP 21 (ensure_symlink) COMPLETE
79602024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:33.019 INFO O| Oct 15 21:44:33.019 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79612024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:33.029 INFO O| Oct 15 21:44:33.029 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
79622024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:33.029 INFO O| Oct 15 21:44:33.029 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
79632024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:33.029 INFO O| Oct 15 21:44:33.029 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
79642024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:33.030 INFO O| Oct 15 21:44:33.029 INFO ok!
79652024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:33.030 INFO O| Oct 15 21:44:33.030 INFO STEP 22 (ensure_symlink) COMPLETE
79662024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:33.030 INFO O| Oct 15 21:44:33.030 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79672024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:33.039 INFO O| Oct 15 21:44:33.039 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
79682024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:33.039 INFO O| Oct 15 21:44:33.039 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
79692024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:33.040 INFO O| Oct 15 21:44:33.040 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
79702024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:33.040 INFO O| Oct 15 21:44:33.040 INFO ok!
79712024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:33.040 INFO O| Oct 15 21:44:33.040 INFO STEP 23 (ensure_symlink) COMPLETE
79722024-10-15T21:44:34.424Z[ recovery-image] Oct 15 21:44:33.040 INFO O| Oct 15 21:44:33.040 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79732024-10-15T21:44:34.425Z[ recovery-image] Oct 15 21:44:33.050 INFO O| Oct 15 21:44:33.050 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
79742024-10-15T21:44:34.425Z[ recovery-image] Oct 15 21:44:33.050 INFO O| Oct 15 21:44:33.050 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 ...
79752024-10-15T21:44:34.425Z[ recovery-image] Oct 15 21:44:33.050 INFO O| Oct 15 21:44:33.050 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
79762024-10-15T21:44:34.425Z[ recovery-image] Oct 15 21:44:33.050 INFO O| Oct 15 21:44:33.050 INFO ok!
79772024-10-15T21:44:34.425Z[ recovery-image] Oct 15 21:44:33.050 INFO O| Oct 15 21:44:33.050 INFO STEP 24 (ensure_file) COMPLETE
79782024-10-15T21:44:34.425Z[ recovery-image] Oct 15 21:44:33.050 INFO O| Oct 15 21:44:33.050 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
79792024-10-15T21:44:34.425Z[ recovery-image] Oct 15 21:44:33.060 INFO O| Oct 15 21:44:33.060 INFO updating shadow file
79802024-10-15T21:44:34.425Z[ recovery-image] Oct 15 21:44:33.060 INFO O| Oct 15 21:44:33.060 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79812024-10-15T21:44:34.425Z[ recovery-image] Oct 15 21:44:33.060 INFO O| Oct 15 21:44:33.060 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79822024-10-15T21:44:34.425Z[ recovery-image] Oct 15 21:44:33.061 INFO O| Oct 15 21:44:33.060 INFO STEP 25 (shadow) COMPLETE
79832024-10-15T21:44:34.425Z[ recovery-image] Oct 15 21:44:33.061 INFO O| Oct 15 21:44:33.061 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79842024-10-15T21:44:34.425Z[ recovery-image] Oct 15 21:44:33.070 INFO O| Oct 15 21:44:33.070 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
79852024-10-15T21:44:34.425Z[ recovery-image] Oct 15 21:44:33.071 INFO O| Oct 15 21:44:33.070 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
79862024-10-15T21:44:34.425Z[ recovery-image] Oct 15 21:44:33.071 INFO O| Oct 15 21:44:33.071 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
79872024-10-15T21:44:34.425Z[ recovery-image] Oct 15 21:44:33.071 INFO O| Oct 15 21:44:33.071 INFO ok!
79882024-10-15T21:44:34.425Z[ recovery-image] Oct 15 21:44:33.071 INFO O| Oct 15 21:44:33.071 INFO STEP 26 (ensure_file) COMPLETE
79892024-10-15T21:44:34.425Z[ recovery-image] Oct 15 21:44:33.071 INFO O| Oct 15 21:44:33.071 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79902024-10-15T21:44:34.425Z[ recovery-image] Oct 15 21:44:33.081 INFO O| Oct 15 21:44:33.080 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
79912024-10-15T21:44:34.425Z[ recovery-image] Oct 15 21:44:33.081 INFO O| Oct 15 21:44:33.080 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
79922024-10-15T21:44:34.426Z[ recovery-image] Oct 15 21:44:33.081 INFO O| Oct 15 21:44:33.081 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
79932024-10-15T21:44:34.426Z[ recovery-image] Oct 15 21:44:33.081 INFO O| Oct 15 21:44:33.081 INFO ok!
79942024-10-15T21:44:34.426Z[ recovery-image] Oct 15 21:44:33.081 INFO O| Oct 15 21:44:33.081 INFO STEP 27 (ensure_file) COMPLETE
79952024-10-15T21:44:34.426Z[ recovery-image] Oct 15 21:44:33.081 INFO O| Oct 15 21:44:33.081 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79962024-10-15T21:44:34.426Z[ recovery-image] Oct 15 21:44:33.091 INFO O| Oct 15 21:44:33.091 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79972024-10-15T21:44:34.426Z[ recovery-image] Oct 15 21:44:33.091 INFO O| Oct 15 21:44:33.091 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79982024-10-15T21:44:34.426Z[ recovery-image] Oct 15 21:44:33.091 INFO O| Oct 15 21:44:33.091 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79992024-10-15T21:44:34.426Z[ recovery-image] Oct 15 21:44:33.091 INFO O| Oct 15 21:44:33.091 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
80002024-10-15T21:44:34.426Z[ recovery-image] Oct 15 21:44:33.091 INFO O| Oct 15 21:44:33.091 INFO ok!
80012024-10-15T21:44:34.426Z[ recovery-image] Oct 15 21:44:33.091 INFO O| Oct 15 21:44:33.091 INFO STEP 28 (ensure_file) COMPLETE
80022024-10-15T21:44:34.426Z[ recovery-image] Oct 15 21:44:33.091 INFO O| Oct 15 21:44:33.091 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80032024-10-15T21:44:34.426Z[ recovery-image] Oct 15 21:44:33.101 INFO O| Oct 15 21:44:33.101 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
80042024-10-15T21:44:34.426Z[ recovery-image] Oct 15 21:44:33.101 INFO O| Oct 15 21:44:33.101 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
80052024-10-15T21:44:34.426Z[ recovery-image] Oct 15 21:44:33.101 INFO O| Oct 15 21:44:33.101 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
80062024-10-15T21:44:34.426Z[ recovery-image] Oct 15 21:44:33.101 INFO O| Oct 15 21:44:33.101 INFO ok!
80072024-10-15T21:44:34.426Z[ recovery-image] Oct 15 21:44:33.101 INFO O| Oct 15 21:44:33.101 INFO STEP 29 (ensure_file) COMPLETE
80082024-10-15T21:44:34.426Z[ recovery-image] Oct 15 21:44:33.102 INFO O| Oct 15 21:44:33.101 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80092024-10-15T21:44:34.426Z[ recovery-image] Oct 15 21:44:33.112 INFO O| Oct 15 21:44:33.112 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
80102024-10-15T21:44:34.426Z[ recovery-image] Oct 15 21:44:33.112 INFO O| Oct 15 21:44:33.112 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
80112024-10-15T21:44:34.430Z[ recovery-image] Oct 15 21:44:33.112 INFO O| Oct 15 21:44:33.112 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
80122024-10-15T21:44:34.430Z[ recovery-image] Oct 15 21:44:33.112 INFO O| Oct 15 21:44:33.112 INFO ok!
80132024-10-15T21:44:34.430Z[ recovery-image] Oct 15 21:44:33.112 INFO O| Oct 15 21:44:33.112 INFO STEP 30 (ensure_file) COMPLETE
80142024-10-15T21:44:34.430Z[ recovery-image] Oct 15 21:44:33.112 INFO O| Oct 15 21:44:33.112 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80152024-10-15T21:44:34.430Z[ recovery-image] Oct 15 21:44:33.122 INFO O| Oct 15 21:44:33.122 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
80162024-10-15T21:44:34.430Z[ recovery-image] Oct 15 21:44:33.122 INFO O| Oct 15 21:44:33.122 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
80172024-10-15T21:44:34.430Z[ recovery-image] Oct 15 21:44:33.122 INFO O| Oct 15 21:44:33.122 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80182024-10-15T21:44:34.430Z[ recovery-image] Oct 15 21:44:33.122 INFO O| Oct 15 21:44:33.122 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80192024-10-15T21:44:34.430Z[ recovery-image] Oct 15 21:44:33.122 INFO O| Oct 15 21:44:33.122 INFO ok!
80202024-10-15T21:44:34.430Z[ recovery-image] Oct 15 21:44:33.122 INFO O| Oct 15 21:44:33.122 INFO STEP 31 (ensure_file) COMPLETE
80212024-10-15T21:44:34.430Z[ recovery-image] Oct 15 21:44:33.122 INFO O| Oct 15 21:44:33.122 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80222024-10-15T21:44:34.430Z[ recovery-image] Oct 15 21:44:33.133 INFO O| Oct 15 21:44:33.133 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
80232024-10-15T21:44:34.430Z[ recovery-image] Oct 15 21:44:33.133 INFO O| Oct 15 21:44:33.133 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
80242024-10-15T21:44:34.430Z[ recovery-image] Oct 15 21:44:33.133 INFO O| Oct 15 21:44:33.133 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
80252024-10-15T21:44:34.430Z[ recovery-image] Oct 15 21:44:33.133 INFO O| Oct 15 21:44:33.133 INFO ok!
80262024-10-15T21:44:34.430Z[ recovery-image] Oct 15 21:44:33.133 INFO O| Oct 15 21:44:33.133 INFO STEP 32 (ensure_file) COMPLETE
80272024-10-15T21:44:34.430Z[ recovery-image] Oct 15 21:44:33.133 INFO O| Oct 15 21:44:33.133 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80282024-10-15T21:44:34.431Z[ recovery-image] Oct 15 21:44:33.143 INFO O| Oct 15 21:44:33.143 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
80292024-10-15T21:44:34.431Z[ recovery-image] Oct 15 21:44:33.144 INFO O| Oct 15 21:44:33.144 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
80302024-10-15T21:44:34.431Z[ recovery-image] Oct 15 21:44:33.144 INFO O| Oct 15 21:44:33.144 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
80312024-10-15T21:44:34.431Z[ recovery-image] Oct 15 21:44:33.144 INFO O| Oct 15 21:44:33.144 INFO ok!
80322024-10-15T21:44:34.431Z[ recovery-image] Oct 15 21:44:33.144 INFO O| Oct 15 21:44:33.144 INFO STEP 33 (ensure_file) COMPLETE
80332024-10-15T21:44:34.431Z[ recovery-image] Oct 15 21:44:33.144 INFO O| Oct 15 21:44:33.144 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80342024-10-15T21:44:34.431Z[ recovery-image] Oct 15 21:44:33.154 INFO O| Oct 15 21:44:33.154 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
80352024-10-15T21:44:34.431Z[ recovery-image] Oct 15 21:44:33.154 INFO O| Oct 15 21:44:33.154 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
80362024-10-15T21:44:34.431Z[ recovery-image] Oct 15 21:44:33.155 INFO O| Oct 15 21:44:33.154 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80372024-10-15T21:44:34.431Z[ recovery-image] Oct 15 21:44:33.155 INFO O| Oct 15 21:44:33.155 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80382024-10-15T21:44:34.431Z[ recovery-image] Oct 15 21:44:33.155 INFO O| Oct 15 21:44:33.155 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80392024-10-15T21:44:34.431Z[ recovery-image] Oct 15 21:44:33.155 INFO O| Oct 15 21:44:33.155 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80402024-10-15T21:44:34.431Z[ recovery-image] Oct 15 21:44:33.155 INFO O| Oct 15 21:44:33.155 INFO ok!
80412024-10-15T21:44:34.431Z[ recovery-image] Oct 15 21:44:33.155 INFO O| Oct 15 21:44:33.155 INFO STEP 34 (ensure_file) COMPLETE
80422024-10-15T21:44:34.431Z[ recovery-image] Oct 15 21:44:33.155 INFO O| Oct 15 21:44:33.155 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80432024-10-15T21:44:34.431Z[ recovery-image] Oct 15 21:44:33.165 INFO O| Oct 15 21:44:33.165 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80442024-10-15T21:44:34.431Z[ recovery-image] Oct 15 21:44:33.165 INFO O| Oct 15 21:44:33.165 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80452024-10-15T21:44:34.431Z[ recovery-image] Oct 15 21:44:33.166 INFO O| Oct 15 21:44:33.165 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80462024-10-15T21:44:34.431Z[ recovery-image] Oct 15 21:44:33.166 INFO O| Oct 15 21:44:33.166 INFO STEP 35 (ensure_dir) COMPLETE
80472024-10-15T21:44:34.431Z[ recovery-image] Oct 15 21:44:33.166 INFO O| Oct 15 21:44:33.166 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80482024-10-15T21:44:34.431Z[ recovery-image] Oct 15 21:44:33.176 INFO O| Oct 15 21:44:33.176 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
80492024-10-15T21:44:34.431Z[ recovery-image] Oct 15 21:44:33.176 INFO O| Oct 15 21:44:33.176 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 ...
80502024-10-15T21:44:34.432Z[ recovery-image] Oct 15 21:44:33.176 INFO O| Oct 15 21:44:33.176 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
80512024-10-15T21:44:34.432Z[ recovery-image] Oct 15 21:44:33.176 INFO O| Oct 15 21:44:33.176 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
80522024-10-15T21:44:34.432Z[ recovery-image] Oct 15 21:44:33.176 INFO O| Oct 15 21:44:33.176 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
80532024-10-15T21:44:34.432Z[ recovery-image] Oct 15 21:44:33.176 INFO O| Oct 15 21:44:33.176 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
80542024-10-15T21:44:34.432Z[ recovery-image] Oct 15 21:44:33.176 INFO O| Oct 15 21:44:33.176 INFO ok!
80552024-10-15T21:44:34.432Z[ recovery-image] Oct 15 21:44:33.176 INFO O| Oct 15 21:44:33.176 INFO STEP 36 (ensure_file) COMPLETE
80562024-10-15T21:44:34.432Z[ recovery-image] Oct 15 21:44:33.176 INFO O| Oct 15 21:44:33.176 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80572024-10-15T21:44:34.432Z[ recovery-image] Oct 15 21:44:33.187 INFO O| Oct 15 21:44:33.187 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
80582024-10-15T21:44:34.432Z[ recovery-image] Oct 15 21:44:33.187 INFO O| Oct 15 21:44:33.187 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 ...
80592024-10-15T21:44:34.432Z[ recovery-image] Oct 15 21:44:33.187 INFO O| Oct 15 21:44:33.187 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
80602024-10-15T21:44:34.432Z[ recovery-image] Oct 15 21:44:33.187 INFO O| Oct 15 21:44:33.187 INFO ok!
80612024-10-15T21:44:34.432Z[ recovery-image] Oct 15 21:44:33.187 INFO O| Oct 15 21:44:33.187 INFO STEP 37 (ensure_symlink) COMPLETE
80622024-10-15T21:44:34.432Z[ recovery-image] Oct 15 21:44:33.187 INFO O| Oct 15 21:44:33.187 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80632024-10-15T21:44:34.432Z[ recovery-image] Oct 15 21:44:33.197 INFO O| Oct 15 21:44:33.197 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
80642024-10-15T21:44:34.432Z[ recovery-image] Oct 15 21:44:33.197 INFO O| Oct 15 21:44:33.197 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
80652024-10-15T21:44:34.433Z[ recovery-image] Oct 15 21:44:33.197 INFO O| Oct 15 21:44:33.197 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80662024-10-15T21:44:34.433Z[ recovery-image] Oct 15 21:44:33.197 INFO O| Oct 15 21:44:33.197 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80672024-10-15T21:44:34.433Z[ recovery-image] Oct 15 21:44:33.197 INFO O| Oct 15 21:44:33.197 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80682024-10-15T21:44:34.433Z[ recovery-image] Oct 15 21:44:33.197 INFO O| Oct 15 21:44:33.197 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80692024-10-15T21:44:34.433Z[ recovery-image] Oct 15 21:44:33.197 INFO O| Oct 15 21:44:33.197 INFO ok!
80702024-10-15T21:44:34.433Z[ recovery-image] Oct 15 21:44:33.197 INFO O| Oct 15 21:44:33.197 INFO STEP 38 (ensure_file) COMPLETE
80712024-10-15T21:44:34.434Z[ recovery-image] Oct 15 21:44:33.197 INFO O| Oct 15 21:44:33.197 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80722024-10-15T21:44:34.434Z[ recovery-image] Oct 15 21:44:33.207 INFO O| Oct 15 21:44:33.207 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
80732024-10-15T21:44:34.434Z[ recovery-image] Oct 15 21:44:33.207 INFO O| Oct 15 21:44:33.207 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 ...
80742024-10-15T21:44:34.434Z[ recovery-image] Oct 15 21:44:33.207 INFO O| Oct 15 21:44:33.207 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
80752024-10-15T21:44:34.434Z[ recovery-image] Oct 15 21:44:33.207 INFO O| Oct 15 21:44:33.207 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
80762024-10-15T21:44:34.434Z[ recovery-image] Oct 15 21:44:33.207 INFO O| Oct 15 21:44:33.207 INFO ok!
80772024-10-15T21:44:34.434Z[ recovery-image] Oct 15 21:44:33.207 INFO O| Oct 15 21:44:33.207 INFO STEP 39 (ensure_file) COMPLETE
80782024-10-15T21:44:34.434Z[ recovery-image] Oct 15 21:44:33.207 INFO O| Oct 15 21:44:33.207 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80792024-10-15T21:44:34.434Z[ recovery-image] Oct 15 21:44:33.217 INFO O| Oct 15 21:44:33.217 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
80802024-10-15T21:44:34.434Z[ recovery-image] Oct 15 21:44:33.217 INFO O| Oct 15 21:44:33.217 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
80812024-10-15T21:44:34.434Z[ recovery-image] Oct 15 21:44:33.217 INFO O| Oct 15 21:44:33.217 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
80822024-10-15T21:44:34.434Z[ recovery-image] Oct 15 21:44:33.217 INFO O| Oct 15 21:44:33.217 INFO ok!
80832024-10-15T21:44:34.434Z[ recovery-image] Oct 15 21:44:33.217 INFO O| Oct 15 21:44:33.217 INFO STEP 40 (ensure_file) COMPLETE
80842024-10-15T21:44:34.434Z[ recovery-image] Oct 15 21:44:33.217 INFO O| Oct 15 21:44:33.217 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80852024-10-15T21:44:34.434Z[ recovery-image] Oct 15 21:44:33.227 INFO O| Oct 15 21:44:33.227 INFO updating shadow file
80862024-10-15T21:44:34.435Z[ recovery-image] Oct 15 21:44:33.227 INFO O| Oct 15 21:44:33.227 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80872024-10-15T21:44:34.435Z[ recovery-image] Oct 15 21:44:33.227 INFO O| Oct 15 21:44:33.227 INFO STEP 41 (shadow) COMPLETE
80882024-10-15T21:44:34.435Z[ recovery-image] Oct 15 21:44:33.227 INFO O| Oct 15 21:44:33.227 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80892024-10-15T21:44:34.435Z[ recovery-image] Oct 15 21:44:33.237 INFO O| Oct 15 21:44:33.237 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
80902024-10-15T21:44:34.435Z[ recovery-image] Oct 15 21:44:33.237 INFO O| Oct 15 21:44:33.237 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
80912024-10-15T21:44:34.435Z[ recovery-image] Oct 15 21:44:33.238 INFO O| Oct 15 21:44:33.238 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80922024-10-15T21:44:34.435Z[ recovery-image] Oct 15 21:44:33.238 INFO O| Oct 15 21:44:33.238 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80932024-10-15T21:44:34.435Z[ recovery-image] Oct 15 21:44:33.238 INFO O| Oct 15 21:44:33.238 INFO ok!
80942024-10-15T21:44:34.435Z[ recovery-image] Oct 15 21:44:33.238 INFO O| Oct 15 21:44:33.238 INFO STEP 42 (ensure_file) COMPLETE
80952024-10-15T21:44:34.435Z[ recovery-image] Oct 15 21:44:33.238 INFO O| Oct 15 21:44:33.238 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80962024-10-15T21:44:34.435Z[ recovery-image] Oct 15 21:44:33.248 INFO O| Oct 15 21:44:33.248 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80972024-10-15T21:44:34.435Z[ recovery-image] Oct 15 21:44:33.248 INFO O| Oct 15 21:44:33.248 INFO STEP 43 (ensure_dir) COMPLETE
80982024-10-15T21:44:34.435Z[ recovery-image] Oct 15 21:44:33.248 INFO O| Oct 15 21:44:33.248 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80992024-10-15T21:44:34.435Z[ recovery-image] Oct 15 21:44:33.258 INFO O| Oct 15 21:44:33.258 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
81002024-10-15T21:44:34.435Z[ recovery-image] Oct 15 21:44:33.258 INFO O| Oct 15 21:44:33.258 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
81012024-10-15T21:44:34.435Z[ recovery-image] Oct 15 21:44:33.258 INFO O| Oct 15 21:44:33.258 INFO STEP 44 (ensure_dir) COMPLETE
81022024-10-15T21:44:34.435Z[ recovery-image] Oct 15 21:44:33.258 INFO O| Oct 15 21:44:33.258 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81032024-10-15T21:44:34.435Z[ recovery-image] Oct 15 21:44:33.268 INFO O| Oct 15 21:44:33.268 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
81042024-10-15T21:44:34.435Z[ recovery-image] Oct 15 21:44:33.268 INFO O| Oct 15 21:44:33.268 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
81052024-10-15T21:44:34.435Z[ recovery-image] Oct 15 21:44:33.268 INFO O| Oct 15 21:44:33.268 INFO STEP 45 (ensure_dir) COMPLETE
81062024-10-15T21:44:34.435Z[ recovery-image] Oct 15 21:44:33.268 INFO O| Oct 15 21:44:33.268 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81072024-10-15T21:44:34.435Z[ recovery-image] Oct 15 21:44:33.278 INFO O| Oct 15 21:44:33.278 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
81082024-10-15T21:44:34.436Z[ recovery-image] Oct 15 21:44:33.278 INFO O| Oct 15 21:44:33.278 INFO copying /tmp/.tmpyJO0YQ/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
81092024-10-15T21:44:34.436Z[ recovery-image] Oct 15 21:44:33.323 INFO O| Oct 15 21:44:33.323 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
81102024-10-15T21:44:34.436Z[ recovery-image] Oct 15 21:44:33.323 INFO O| Oct 15 21:44:33.323 INFO ok!
81112024-10-15T21:44:34.439Z[ recovery-image] Oct 15 21:44:33.323 INFO O| Oct 15 21:44:33.323 INFO STEP 46 (ensure_file) COMPLETE
81122024-10-15T21:44:34.439Z[ recovery-image] Oct 15 21:44:33.323 INFO O| Oct 15 21:44:33.323 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81132024-10-15T21:44:34.439Z[ recovery-image] Oct 15 21:44:33.334 INFO O| Oct 15 21:44:33.334 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81142024-10-15T21:44:34.439Z[ recovery-image] Oct 15 21:44:33.334 INFO O| Oct 15 21:44:33.334 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81152024-10-15T21:44:34.439Z[ recovery-image] Oct 15 21:44:33.334 INFO O| Oct 15 21:44:33.334 INFO STEP 47 (ensure_dir) COMPLETE
81162024-10-15T21:44:34.439Z[ recovery-image] Oct 15 21:44:33.334 INFO O| Oct 15 21:44:33.334 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81172024-10-15T21:44:34.439Z[ recovery-image] Oct 15 21:44:33.344 INFO O| Oct 15 21:44:33.344 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
81182024-10-15T21:44:34.439Z[ recovery-image] Oct 15 21:44:33.344 INFO O| Oct 15 21:44:33.344 INFO copying /tmp/.tmpyJO0YQ/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
81192024-10-15T21:44:34.439Z[ recovery-image] Oct 15 21:44:33.344 INFO O| Oct 15 21:44:33.344 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
81202024-10-15T21:44:34.439Z[ recovery-image] Oct 15 21:44:33.345 INFO O| Oct 15 21:44:33.344 INFO ok!
81212024-10-15T21:44:34.439Z[ recovery-image] Oct 15 21:44:33.345 INFO O| Oct 15 21:44:33.344 INFO STEP 48 (ensure_file) COMPLETE
81222024-10-15T21:44:34.439Z[ recovery-image] Oct 15 21:44:33.345 INFO O| Oct 15 21:44:33.344 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81232024-10-15T21:44:34.439Z[ recovery-image] Oct 15 21:44:33.354 INFO O| Oct 15 21:44:33.354 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81242024-10-15T21:44:34.439Z[ recovery-image] Oct 15 21:44:33.354 INFO O| Oct 15 21:44:33.354 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81252024-10-15T21:44:34.439Z[ recovery-image] Oct 15 21:44:33.354 INFO O| Oct 15 21:44:33.354 INFO STEP 49 (ensure_dir) COMPLETE
81262024-10-15T21:44:34.439Z[ recovery-image] Oct 15 21:44:33.354 INFO O| Oct 15 21:44:33.354 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81272024-10-15T21:44:34.439Z[ recovery-image] Oct 15 21:44:33.364 INFO O| Oct 15 21:44:33.364 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
81282024-10-15T21:44:34.439Z[ recovery-image] Oct 15 21:44:33.364 INFO O| Oct 15 21:44:33.364 INFO copying /tmp/.tmpyJO0YQ/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
81292024-10-15T21:44:34.439Z[ recovery-image] Oct 15 21:44:33.385 INFO O| Oct 15 21:44:33.385 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
81302024-10-15T21:44:34.439Z[ recovery-image] Oct 15 21:44:33.385 INFO O| Oct 15 21:44:33.385 INFO ok!
81312024-10-15T21:44:34.439Z[ recovery-image] Oct 15 21:44:33.385 INFO O| Oct 15 21:44:33.385 INFO STEP 50 (ensure_file) COMPLETE
81322024-10-15T21:44:34.439Z[ recovery-image] Oct 15 21:44:33.385 INFO O| Oct 15 21:44:33.385 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81332024-10-15T21:44:34.439Z[ recovery-image] Oct 15 21:44:33.396 INFO O| Oct 15 21:44:33.396 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
81342024-10-15T21:44:34.439Z[ recovery-image] Oct 15 21:44:33.396 INFO O| Oct 15 21:44:33.396 INFO copying /tmp/.tmpyJO0YQ/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
81352024-10-15T21:44:34.610Z[ recovery-image] Oct 15 21:44:34.102 INFO O| Oct 15 21:44:34.102 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
81362024-10-15T21:44:34.611Z[ recovery-image] Oct 15 21:44:34.102 INFO O| Oct 15 21:44:34.102 INFO ok!
81372024-10-15T21:44:34.613Z[ recovery-image] Oct 15 21:44:34.102 INFO O| Oct 15 21:44:34.102 INFO STEP 51 (ensure_file) COMPLETE
81382024-10-15T21:44:34.613Z[ recovery-image] Oct 15 21:44:34.102 INFO O| Oct 15 21:44:34.102 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81392024-10-15T21:44:34.622Z[ recovery-image] Oct 15 21:44:34.113 INFO O| Oct 15 21:44:34.113 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81402024-10-15T21:44:34.622Z[ recovery-image] Oct 15 21:44:34.113 INFO O| Oct 15 21:44:34.113 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81412024-10-15T21:44:34.622Z[ recovery-image] Oct 15 21:44:34.113 INFO O| Oct 15 21:44:34.113 INFO STEP 52 (ensure_dir) COMPLETE
81422024-10-15T21:44:34.624Z[ recovery-image] Oct 15 21:44:34.113 INFO O| Oct 15 21:44:34.113 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81432024-10-15T21:44:34.633Z[ recovery-image] Oct 15 21:44:34.125 INFO O| Oct 15 21:44:34.125 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
81442024-10-15T21:44:34.636Z[ recovery-image] Oct 15 21:44:34.125 INFO O| Oct 15 21:44:34.125 INFO copying /tmp/.tmpyJO0YQ/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 ...
81452024-10-15T21:44:34.636Z[ recovery-image] Oct 15 21:44:34.125 INFO O| Oct 15 21:44:34.125 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
81462024-10-15T21:44:34.636Z[ recovery-image] Oct 15 21:44:34.125 INFO O| Oct 15 21:44:34.125 INFO ok!
81472024-10-15T21:44:34.636Z[ recovery-image] Oct 15 21:44:34.125 INFO O| Oct 15 21:44:34.125 INFO STEP 53 (ensure_file) COMPLETE
81482024-10-15T21:44:34.636Z[ recovery-image] Oct 15 21:44:34.125 INFO O| Oct 15 21:44:34.125 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81492024-10-15T21:44:34.643Z[ recovery-image] Oct 15 21:44:34.135 INFO O| Oct 15 21:44:34.135 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
81502024-10-15T21:44:34.643Z[ recovery-image] Oct 15 21:44:34.135 INFO O| Oct 15 21:44:34.135 INFO copying /tmp/.tmpyJO0YQ/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 ...
81512024-10-15T21:44:34.646Z[ recovery-image] Oct 15 21:44:34.135 INFO O| Oct 15 21:44:34.135 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
81522024-10-15T21:44:34.646Z[ recovery-image] Oct 15 21:44:34.135 INFO O| Oct 15 21:44:34.135 INFO ok!
81532024-10-15T21:44:34.646Z[ recovery-image] Oct 15 21:44:34.135 INFO O| Oct 15 21:44:34.135 INFO STEP 54 (ensure_file) COMPLETE
81542024-10-15T21:44:34.646Z[ recovery-image] Oct 15 21:44:34.135 INFO O| Oct 15 21:44:34.135 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81552024-10-15T21:44:34.653Z[ recovery-image] Oct 15 21:44:34.145 INFO O| Oct 15 21:44:34.145 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81562024-10-15T21:44:34.656Z[ recovery-image] Oct 15 21:44:34.145 INFO O| Oct 15 21:44:34.145 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81572024-10-15T21:44:34.656Z[ recovery-image] Oct 15 21:44:34.145 INFO O| Oct 15 21:44:34.145 INFO STEP 55 (ensure_dir) COMPLETE
81582024-10-15T21:44:34.656Z[ recovery-image] Oct 15 21:44:34.145 INFO O| Oct 15 21:44:34.145 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81592024-10-15T21:44:34.665Z[ recovery-image] Oct 15 21:44:34.157 INFO O| Oct 15 21:44:34.157 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
81602024-10-15T21:44:34.665Z[ recovery-image] Oct 15 21:44:34.157 INFO O| Oct 15 21:44:34.157 INFO copying /tmp/.tmpyJO0YQ/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 ...
81612024-10-15T21:44:34.665Z[ recovery-image] Oct 15 21:44:34.157 INFO O| Oct 15 21:44:34.157 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
81622024-10-15T21:44:34.668Z[ recovery-image] Oct 15 21:44:34.157 INFO O| Oct 15 21:44:34.157 INFO ok!
81632024-10-15T21:44:34.668Z[ recovery-image] Oct 15 21:44:34.157 INFO O| Oct 15 21:44:34.157 INFO STEP 56 (ensure_file) COMPLETE
81642024-10-15T21:44:34.669Z[ recovery-image] Oct 15 21:44:34.157 INFO O| Oct 15 21:44:34.157 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81652024-10-15T21:44:34.677Z[ recovery-image] Oct 15 21:44:34.169 INFO O| Oct 15 21:44:34.169 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
81662024-10-15T21:44:34.677Z[ recovery-image] Oct 15 21:44:34.169 INFO O| Oct 15 21:44:34.169 INFO copying /tmp/.tmpyJO0YQ/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 ...
81672024-10-15T21:44:34.678Z[ recovery-image] Oct 15 21:44:34.169 INFO O| Oct 15 21:44:34.169 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
81682024-10-15T21:44:34.680Z[ recovery-image] Oct 15 21:44:34.169 INFO O| Oct 15 21:44:34.169 INFO ok!
81692024-10-15T21:44:34.680Z[ recovery-image] Oct 15 21:44:34.169 INFO O| Oct 15 21:44:34.169 INFO STEP 57 (ensure_file) COMPLETE
81702024-10-15T21:44:34.680Z[ recovery-image] Oct 15 21:44:34.169 INFO O| Oct 15 21:44:34.169 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81712024-10-15T21:44:34.689Z[ recovery-image] Oct 15 21:44:34.180 INFO O| Oct 15 21:44:34.180 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81722024-10-15T21:44:34.689Z[ recovery-image] Oct 15 21:44:34.180 INFO O| Oct 15 21:44:34.180 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81732024-10-15T21:44:34.689Z[ recovery-image] Oct 15 21:44:34.180 INFO O| Oct 15 21:44:34.180 INFO STEP 58 (ensure_dir) COMPLETE
81742024-10-15T21:44:34.689Z[ recovery-image] Oct 15 21:44:34.180 INFO O| Oct 15 21:44:34.180 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81752024-10-15T21:44:34.699Z[ recovery-image] Oct 15 21:44:34.190 INFO O| Oct 15 21:44:34.190 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
81762024-10-15T21:44:34.699Z[ recovery-image] Oct 15 21:44:34.191 INFO O| Oct 15 21:44:34.190 INFO copying /tmp/.tmpyJO0YQ/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 ...
81772024-10-15T21:44:34.701Z[ recovery-image] Oct 15 21:44:34.191 INFO O| Oct 15 21:44:34.191 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
81782024-10-15T21:44:34.701Z[ recovery-image] Oct 15 21:44:34.191 INFO O| Oct 15 21:44:34.191 INFO ok!
81792024-10-15T21:44:34.702Z[ recovery-image] Oct 15 21:44:34.191 INFO O| Oct 15 21:44:34.191 INFO STEP 59 (ensure_file) COMPLETE
81802024-10-15T21:44:34.702Z[ recovery-image] Oct 15 21:44:34.191 INFO O| Oct 15 21:44:34.191 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81812024-10-15T21:44:34.710Z[ recovery-image] Oct 15 21:44:34.202 INFO O| Oct 15 21:44:34.201 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
81822024-10-15T21:44:34.710Z[ recovery-image] Oct 15 21:44:34.202 INFO O| Oct 15 21:44:34.202 INFO copying /tmp/.tmpyJO0YQ/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
81832024-10-15T21:44:34.713Z[ recovery-image] Oct 15 21:44:34.202 INFO O| Oct 15 21:44:34.202 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
81842024-10-15T21:44:34.713Z[ recovery-image] Oct 15 21:44:34.202 INFO O| Oct 15 21:44:34.202 INFO ok!
81852024-10-15T21:44:34.713Z[ recovery-image] Oct 15 21:44:34.202 INFO O| Oct 15 21:44:34.202 INFO STEP 60 (ensure_file) COMPLETE
81862024-10-15T21:44:34.713Z[ recovery-image] Oct 15 21:44:34.202 INFO O| Oct 15 21:44:34.202 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81872024-10-15T21:44:34.720Z[ recovery-image] Oct 15 21:44:34.212 INFO O| Oct 15 21:44:34.212 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
81882024-10-15T21:44:34.720Z[ recovery-image] Oct 15 21:44:34.212 INFO O| Oct 15 21:44:34.212 INFO STEP 61 (ensure_dir) COMPLETE
81892024-10-15T21:44:34.720Z[ recovery-image] Oct 15 21:44:34.212 INFO O| Oct 15 21:44:34.212 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81902024-10-15T21:44:34.730Z[ recovery-image] Oct 15 21:44:34.222 INFO O| Oct 15 21:44:34.221 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
81912024-10-15T21:44:34.730Z[ recovery-image] Oct 15 21:44:34.222 INFO O| Oct 15 21:44:34.222 INFO STEP 62 (ensure_dir) COMPLETE
81922024-10-15T21:44:34.732Z[ recovery-image] Oct 15 21:44:34.222 INFO O| Oct 15 21:44:34.222 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81932024-10-15T21:44:34.740Z[ recovery-image] Oct 15 21:44:34.231 INFO O| Oct 15 21:44:34.231 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81942024-10-15T21:44:34.740Z[ recovery-image] Oct 15 21:44:34.232 INFO O| Oct 15 21:44:34.231 INFO STEP 63 (ensure_dir) COMPLETE
81952024-10-15T21:44:34.742Z[ recovery-image] Oct 15 21:44:34.232 INFO O| Oct 15 21:44:34.231 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81962024-10-15T21:44:34.750Z[ recovery-image] Oct 15 21:44:34.241 INFO O| Oct 15 21:44:34.241 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81972024-10-15T21:44:34.750Z[ recovery-image] Oct 15 21:44:34.241 INFO O| Oct 15 21:44:34.241 INFO STEP 64 (ensure_dir) COMPLETE
81982024-10-15T21:44:34.752Z[ recovery-image] Oct 15 21:44:34.241 INFO O| Oct 15 21:44:34.241 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81992024-10-15T21:44:34.761Z[ recovery-image] Oct 15 21:44:34.251 INFO O| Oct 15 21:44:34.251 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
82002024-10-15T21:44:34.761Z[ recovery-image] Oct 15 21:44:34.252 INFO O| Oct 15 21:44:34.251 INFO copying /tmp/.tmpyJO0YQ/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
82012024-10-15T21:44:34.763Z[ recovery-image] Oct 15 21:44:34.252 INFO O| Oct 15 21:44:34.252 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
82022024-10-15T21:44:34.763Z[ recovery-image] Oct 15 21:44:34.252 INFO O| Oct 15 21:44:34.252 INFO ok!
82032024-10-15T21:44:34.763Z[ recovery-image] Oct 15 21:44:34.252 INFO O| Oct 15 21:44:34.252 INFO STEP 65 (ensure_file) COMPLETE
82042024-10-15T21:44:34.763Z[ recovery-image] Oct 15 21:44:34.252 INFO O| Oct 15 21:44:34.252 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82052024-10-15T21:44:34.770Z[ recovery-image] Oct 15 21:44:34.262 INFO O| Oct 15 21:44:34.262 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
82062024-10-15T21:44:34.773Z[ recovery-image] Oct 15 21:44:34.262 INFO O| Oct 15 21:44:34.262 INFO STEP 66 (remove_files) COMPLETE
82072024-10-15T21:44:34.773Z[ recovery-image] Oct 15 21:44:34.262 INFO O| Oct 15 21:44:34.262 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82082024-10-15T21:44:34.781Z[ recovery-image] Oct 15 21:44:34.272 INFO O| Oct 15 21:44:34.272 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
82092024-10-15T21:44:34.783Z[ recovery-image] Oct 15 21:44:34.272 INFO O| Oct 15 21:44:34.272 INFO STEP 67 (remove_files) COMPLETE
82102024-10-15T21:44:34.783Z[ recovery-image] Oct 15 21:44:34.272 INFO O| Oct 15 21:44:34.272 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82112024-10-15T21:44:34.791Z[ recovery-image] Oct 15 21:44:34.282 INFO O| Oct 15 21:44:34.282 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
82122024-10-15T21:44:34.793Z[ recovery-image] Oct 15 21:44:34.282 INFO O| Oct 15 21:44:34.282 INFO STEP 68 (remove_files) COMPLETE
82132024-10-15T21:44:34.793Z[ recovery-image] Oct 15 21:44:34.282 INFO O| Oct 15 21:44:34.282 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82142024-10-15T21:44:34.801Z[ recovery-image] Oct 15 21:44:34.292 INFO O| Oct 15 21:44:34.292 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
82152024-10-15T21:44:34.803Z[ recovery-image] Oct 15 21:44:34.292 INFO O| Oct 15 21:44:34.292 INFO STEP 69 (remove_files) COMPLETE
82162024-10-15T21:44:34.803Z[ recovery-image] Oct 15 21:44:34.292 INFO O| Oct 15 21:44:34.292 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82172024-10-15T21:44:34.811Z[ recovery-image] Oct 15 21:44:34.302 INFO O| Oct 15 21:44:34.302 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
82182024-10-15T21:44:34.813Z[ recovery-image] Oct 15 21:44:34.302 INFO O| Oct 15 21:44:34.302 INFO STEP 70 (remove_files) COMPLETE
82192024-10-15T21:44:34.813Z[ recovery-image] Oct 15 21:44:34.302 INFO O| Oct 15 21:44:34.302 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82202024-10-15T21:44:34.821Z[ recovery-image] Oct 15 21:44:34.312 INFO O| Oct 15 21:44:34.312 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
82212024-10-15T21:44:34.823Z[ recovery-image] Oct 15 21:44:34.312 INFO O| Oct 15 21:44:34.312 INFO STEP 71 (remove_files) COMPLETE
82222024-10-15T21:44:34.823Z[ recovery-image] Oct 15 21:44:34.312 INFO O| Oct 15 21:44:34.312 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82232024-10-15T21:44:34.831Z[ recovery-image] Oct 15 21:44:34.322 INFO O| Oct 15 21:44:34.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
82242024-10-15T21:44:34.831Z[ recovery-image] Oct 15 21:44:34.322 INFO O| Oct 15 21:44:34.322 INFO STEP 72 (remove_files) COMPLETE
82252024-10-15T21:44:34.833Z[ recovery-image] Oct 15 21:44:34.322 INFO O| Oct 15 21:44:34.322 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82262024-10-15T21:44:34.841Z[ recovery-image] Oct 15 21:44:34.332 INFO O| Oct 15 21:44:34.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
82272024-10-15T21:44:34.841Z[ recovery-image] Oct 15 21:44:34.332 INFO O| Oct 15 21:44:34.332 INFO STEP 73 (remove_files) COMPLETE
82282024-10-15T21:44:34.841Z[ recovery-image] Oct 15 21:44:34.332 INFO O| Oct 15 21:44:34.332 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82292024-10-15T21:44:34.851Z[ recovery-image] Oct 15 21:44:34.342 INFO O| Oct 15 21:44:34.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
82302024-10-15T21:44:34.854Z[ recovery-image] Oct 15 21:44:34.342 INFO O| Oct 15 21:44:34.342 INFO STEP 74 (remove_files) COMPLETE
82312024-10-15T21:44:34.854Z[ recovery-image] Oct 15 21:44:34.342 INFO O| Oct 15 21:44:34.342 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82322024-10-15T21:44:34.861Z[ recovery-image] Oct 15 21:44:34.352 INFO O| Oct 15 21:44:34.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
82332024-10-15T21:44:34.861Z[ recovery-image] Oct 15 21:44:34.352 INFO O| Oct 15 21:44:34.352 INFO STEP 75 (remove_files) COMPLETE
82342024-10-15T21:44:34.863Z[ recovery-image] Oct 15 21:44:34.352 INFO O| Oct 15 21:44:34.352 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82352024-10-15T21:44:34.871Z[ recovery-image] Oct 15 21:44:34.362 INFO O| Oct 15 21:44:34.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
82362024-10-15T21:44:34.871Z[ recovery-image] Oct 15 21:44:34.362 INFO O| Oct 15 21:44:34.362 INFO STEP 76 (remove_files) COMPLETE
82372024-10-15T21:44:34.873Z[ recovery-image] Oct 15 21:44:34.362 INFO O| Oct 15 21:44:34.362 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82382024-10-15T21:44:34.880Z[ recovery-image] Oct 15 21:44:34.372 INFO O| Oct 15 21:44:34.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
82392024-10-15T21:44:34.880Z[ recovery-image] Oct 15 21:44:34.372 INFO O| Oct 15 21:44:34.372 INFO STEP 77 (remove_files) COMPLETE
82402024-10-15T21:44:34.880Z[ recovery-image] Oct 15 21:44:34.372 INFO O| Oct 15 21:44:34.372 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82412024-10-15T21:44:34.890Z[ recovery-image] Oct 15 21:44:34.382 INFO O| Oct 15 21:44:34.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
82422024-10-15T21:44:34.890Z[ recovery-image] Oct 15 21:44:34.382 INFO O| Oct 15 21:44:34.382 INFO STEP 78 (remove_files) COMPLETE
82432024-10-15T21:44:34.890Z[ recovery-image] Oct 15 21:44:34.382 INFO O| Oct 15 21:44:34.382 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82442024-10-15T21:44:34.900Z[ recovery-image] Oct 15 21:44:34.391 INFO O| Oct 15 21:44:34.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
82452024-10-15T21:44:34.900Z[ recovery-image] Oct 15 21:44:34.392 INFO O| Oct 15 21:44:34.392 INFO STEP 79 (remove_files) COMPLETE
82462024-10-15T21:44:34.900Z[ recovery-image] Oct 15 21:44:34.392 INFO O| Oct 15 21:44:34.392 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82472024-10-15T21:44:34.911Z[ recovery-image] Oct 15 21:44:34.401 INFO O| Oct 15 21:44:34.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
82482024-10-15T21:44:34.913Z[ recovery-image] Oct 15 21:44:34.402 INFO O| Oct 15 21:44:34.401 INFO STEP 80 (remove_files) COMPLETE
82492024-10-15T21:44:34.913Z[ recovery-image] Oct 15 21:44:34.402 INFO O| Oct 15 21:44:34.401 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82502024-10-15T21:44:34.920Z[ recovery-image] Oct 15 21:44:34.411 INFO O| Oct 15 21:44:34.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
82512024-10-15T21:44:34.922Z[ recovery-image] Oct 15 21:44:34.411 INFO O| Oct 15 21:44:34.411 INFO STEP 81 (remove_files) COMPLETE
82522024-10-15T21:44:34.922Z[ recovery-image] Oct 15 21:44:34.411 INFO O| Oct 15 21:44:34.411 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82532024-10-15T21:44:34.930Z[ recovery-image] Oct 15 21:44:34.421 INFO O| Oct 15 21:44:34.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
82542024-10-15T21:44:34.930Z[ recovery-image] Oct 15 21:44:34.421 INFO O| Oct 15 21:44:34.421 INFO STEP 82 (remove_files) COMPLETE
82552024-10-15T21:44:34.932Z[ recovery-image] Oct 15 21:44:34.421 INFO O| Oct 15 21:44:34.421 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82562024-10-15T21:44:34.940Z[ recovery-image] Oct 15 21:44:34.431 INFO O| Oct 15 21:44:34.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
82572024-10-15T21:44:34.940Z[ recovery-image] Oct 15 21:44:34.432 INFO O| Oct 15 21:44:34.432 INFO STEP 83 (remove_files) COMPLETE
82582024-10-15T21:44:34.942Z[ recovery-image] Oct 15 21:44:34.432 INFO O| Oct 15 21:44:34.432 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82592024-10-15T21:44:34.950Z[ recovery-image] Oct 15 21:44:34.442 INFO O| Oct 15 21:44:34.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
82602024-10-15T21:44:34.951Z[ recovery-image] Oct 15 21:44:34.442 INFO O| Oct 15 21:44:34.442 INFO STEP 84 (remove_files) COMPLETE
82612024-10-15T21:44:34.951Z[ recovery-image] Oct 15 21:44:34.442 INFO O| Oct 15 21:44:34.442 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82622024-10-15T21:44:34.961Z[ recovery-image] Oct 15 21:44:34.452 INFO O| Oct 15 21:44:34.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
82632024-10-15T21:44:34.961Z[ recovery-image] Oct 15 21:44:34.452 INFO O| Oct 15 21:44:34.452 INFO STEP 85 (remove_files) COMPLETE
82642024-10-15T21:44:34.963Z[ recovery-image] Oct 15 21:44:34.452 INFO O| Oct 15 21:44:34.452 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82652024-10-15T21:44:34.972Z[ recovery-image] Oct 15 21:44:34.463 INFO O| Oct 15 21:44:34.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
82662024-10-15T21:44:34.972Z[ recovery-image] Oct 15 21:44:34.463 INFO O| Oct 15 21:44:34.463 INFO STEP 86 (remove_files) COMPLETE
82672024-10-15T21:44:34.972Z[ recovery-image] Oct 15 21:44:34.463 INFO O| Oct 15 21:44:34.463 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82682024-10-15T21:44:34.982Z[ recovery-image] Oct 15 21:44:34.473 INFO O| Oct 15 21:44:34.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
82692024-10-15T21:44:34.982Z[ recovery-image] Oct 15 21:44:34.473 INFO O| Oct 15 21:44:34.473 INFO STEP 87 (remove_files) COMPLETE
82702024-10-15T21:44:34.984Z[ recovery-image] Oct 15 21:44:34.473 INFO O| Oct 15 21:44:34.473 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82712024-10-15T21:44:34.992Z[ recovery-image] Oct 15 21:44:34.483 INFO O| Oct 15 21:44:34.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
82722024-10-15T21:44:34.992Z[ recovery-image] Oct 15 21:44:34.483 INFO O| Oct 15 21:44:34.483 INFO STEP 88 (remove_files) COMPLETE
82732024-10-15T21:44:34.994Z[ recovery-image] Oct 15 21:44:34.483 INFO O| Oct 15 21:44:34.483 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82742024-10-15T21:44:35.002Z[ recovery-image] Oct 15 21:44:34.494 INFO O| Oct 15 21:44:34.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
82752024-10-15T21:44:35.004Z[ recovery-image] Oct 15 21:44:34.494 INFO O| Oct 15 21:44:34.494 INFO STEP 89 (remove_files) COMPLETE
82762024-10-15T21:44:35.005Z[ recovery-image] Oct 15 21:44:34.494 INFO O| Oct 15 21:44:34.494 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82772024-10-15T21:44:35.013Z[ recovery-image] Oct 15 21:44:34.504 INFO O| Oct 15 21:44:34.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
82782024-10-15T21:44:35.014Z[ recovery-image] Oct 15 21:44:34.504 INFO O| Oct 15 21:44:34.504 INFO STEP 90 (remove_files) COMPLETE
82792024-10-15T21:44:35.018Z[ recovery-image] Oct 15 21:44:34.504 INFO O| Oct 15 21:44:34.504 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82802024-10-15T21:44:35.025Z[ recovery-image] Oct 15 21:44:34.516 INFO O| Oct 15 21:44:34.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
82812024-10-15T21:44:35.030Z[ recovery-image] Oct 15 21:44:34.516 INFO O| Oct 15 21:44:34.516 INFO STEP 91 (remove_files) COMPLETE
82822024-10-15T21:44:35.030Z[ recovery-image] Oct 15 21:44:34.516 INFO O| Oct 15 21:44:34.516 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82832024-10-15T21:44:35.035Z[ recovery-image] Oct 15 21:44:34.527 INFO O| Oct 15 21:44:34.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
82842024-10-15T21:44:35.035Z[ recovery-image] Oct 15 21:44:34.527 INFO O| Oct 15 21:44:34.527 INFO STEP 92 (remove_files) COMPLETE
82852024-10-15T21:44:35.035Z[ recovery-image] Oct 15 21:44:34.527 INFO O| Oct 15 21:44:34.527 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82862024-10-15T21:44:35.046Z[ recovery-image] Oct 15 21:44:34.537 INFO O| Oct 15 21:44:34.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
82872024-10-15T21:44:35.048Z[ recovery-image] Oct 15 21:44:34.537 INFO O| Oct 15 21:44:34.537 INFO STEP 93 (remove_files) COMPLETE
82882024-10-15T21:44:35.048Z[ recovery-image] Oct 15 21:44:34.537 INFO O| Oct 15 21:44:34.537 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82892024-10-15T21:44:35.057Z[ recovery-image] Oct 15 21:44:34.548 INFO O| Oct 15 21:44:34.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
82902024-10-15T21:44:35.057Z[ recovery-image] Oct 15 21:44:34.548 INFO O| Oct 15 21:44:34.548 INFO STEP 94 (remove_files) COMPLETE
82912024-10-15T21:44:35.059Z[ recovery-image] Oct 15 21:44:34.548 INFO O| Oct 15 21:44:34.548 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82922024-10-15T21:44:35.072Z[ recovery-image] Oct 15 21:44:34.563 INFO O| Oct 15 21:44:34.563 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
82932024-10-15T21:44:35.075Z[ recovery-image] Oct 15 21:44:34.564 INFO O| Oct 15 21:44:34.564 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
82942024-10-15T21:44:41.915Z[ recovery-image] Oct 15 21:44:41.406 INFO O| Oct 15 21:44:41.406 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
82952024-10-15T21:44:41.915Z[ recovery-image] Oct 15 21:44:41.407 INFO O| Oct 15 21:44:41.406 INFO E| svccfg: Loaded 67 smf(7) service descriptions
82962024-10-15T21:44:41.935Z[ recovery-image] Oct 15 21:44:41.419 INFO O| Oct 15 21:44:41.419 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_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
82972024-10-15T21:44:42.004Z[ recovery-image] Oct 15 21:44:41.495 INFO O| Oct 15 21:44:41.495 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
82982024-10-15T21:44:42.004Z[ recovery-image] Oct 15 21:44:41.495 INFO O| Oct 15 21:44:41.495 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 ...
82992024-10-15T21:44:42.007Z[ recovery-image] Oct 15 21:44:41.497 INFO O| Oct 15 21:44:41.497 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
83002024-10-15T21:44:42.007Z[ recovery-image] Oct 15 21:44:41.497 INFO O| Oct 15 21:44:41.497 INFO ok!
83012024-10-15T21:44:42.007Z[ recovery-image] Oct 15 21:44:41.497 INFO O| Oct 15 21:44:41.497 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
83022024-10-15T21:44:42.007Z[ recovery-image] Oct 15 21:44:41.497 INFO O| Oct 15 21:44:41.497 INFO STEP 95 (seed_smf) COMPLETE
83032024-10-15T21:44:42.007Z[ recovery-image] Oct 15 21:44:41.497 INFO O| Oct 15 21:44:41.497 INFO steps complete; finalising image!
83042024-10-15T21:44:42.007Z[ recovery-image] Oct 15 21:44:41.497 INFO O| Oct 15 21:44:41.497 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
83052024-10-15T21:44:42.039Z[ recovery-image] Oct 15 21:44:41.530 INFO O| Oct 15 21:44:41.530 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Tue Oct 15 21:44:41 2024)
83062024-10-15T21:44:42.250Z[ recovery-image] Oct 15 21:44:41.741 INFO O| Oct 15 21:44:41.741 INFO trim TEMPORARY-gimlet-zfs-recovery: (65% trimmed, started at Tue Oct 15 21:44:41 2024)
83072024-10-15T21:44:42.458Z[ recovery-image] Oct 15 21:44:41.949 INFO O| Oct 15 21:44:41.949 INFO trim TEMPORARY-gimlet-zfs-recovery: (65% trimmed, started at Tue Oct 15 21:44:41 2024)
83082024-10-15T21:44:42.680Z[ recovery-image] Oct 15 21:44:42.171 INFO O| Oct 15 21:44:42.171 INFO temporary pool has 405M used, 1.35G avail, 1.00x compressratio
83092024-10-15T21:44:42.680Z[ recovery-image] Oct 15 21:44:42.171 INFO O| Oct 15 21:44:42.171 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
83102024-10-15T21:44:42.920Z[ recovery-image] Oct 15 21:44:42.411 INFO O| Oct 15 21:44:42.411 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
83112024-10-15T21:44:42.920Z[ recovery-image] Oct 15 21:44:42.411 INFO O| Oct 15 21:44:42.411 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
83122024-10-15T21:44:45.893Z[ recovery-image] Oct 15 21:44:45.384 INFO O| Oct 15 21:44:45.384 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83132024-10-15T21:44:45.893Z[ recovery-image] Oct 15 21:44:45.384 INFO O| Oct 15 21:44:45.384 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83142024-10-15T21:44:45.898Z[ recovery-image] Oct 15 21:44:45.384 INFO O| Oct 15 21:44:45.384 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83152024-10-15T21:44:45.899Z[ recovery-image] Oct 15 21:44:45.384 INFO O| Oct 15 21:44:45.384 INFO completed processing gimlet/zfs-recovery
83162024-10-15T21:44:45.899Z[ recovery-image] Oct 15 21:44:45.384 INFO O| Oct 15 21:44:45.384 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
83172024-10-15T21:44:46.431Z[ recovery-image] Oct 15 21:44:45.923 INFO O| Oct 15 21:44:45.923 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
83182024-10-15T21:44:46.522Z[ recovery-image] Oct 15 21:44:46.014 INFO BUILD STRING "heads/stlouis-0-g127f38a574\n"
83192024-10-15T21:44:46.525Z[ recovery-image] Oct 15 21:44:46.014 INFO expanded image name: "recovery ded7d75/${os_short_commit} 2024-10-15 21:17" -> "recovery ded7d75/127f38a 2024-10-15 21:17"
83202024-10-15T21:44:46.525Z[ recovery-image] Oct 15 21:44:46.014 INFO output artefacts stored in: "/work/os-recovery"
83212024-10-15T21:44:46.525Z[ recovery-image] Oct 15 21:44:46.014 INFO collecting git info from project "phbl"...
83222024-10-15T21:44:46.534Z[ recovery-image] Oct 15 21:44:46.025 INFO collecting git info from project "pinprick"...
83232024-10-15T21:44:46.539Z[ recovery-image] Oct 15 21:44:46.030 INFO collecting git info from project "pilot"...
83242024-10-15T21:44:46.550Z[ recovery-image] Oct 15 21:44:46.041 INFO collecting git info from project "amd-firmware"...
83252024-10-15T21:44:46.794Z[ recovery-image] Oct 15 21:44:46.286 INFO collecting git info from project "bootserver"...
83262024-10-15T21:44:46.800Z[ recovery-image] Oct 15 21:44:46.291 INFO collecting git info from project "chelsio-t6-roms"...
83272024-10-15T21:44:46.821Z[ recovery-image] Oct 15 21:44:46.312 INFO collecting git info from project "image-builder"...
83282024-10-15T21:44:46.828Z[ recovery-image] Oct 15 21:44:46.319 INFO collecting git info from project "amd-host-image-builder"...
83292024-10-15T21:44:47.032Z[ recovery-image] Oct 15 21:44:46.523 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
83302024-10-15T21:44:47.414Z[ recovery-image] Oct 15 21:44:46.905 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
83312024-10-15T21:44:47.760Z[ recovery-image] Oct 15 21:44:47.251 INFO creating Oxide boot image...
83322024-10-15T21:44:47.760Z[ recovery-image] Oct 15 21:44:47.251 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery ded7d75/127f38a 2024-10-15 21:17", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
83332024-10-15T21:45:13.318Z[ host-image] Oct 15 21:45:12.810 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22966:20241015T142351Z
83342024-10-15T21:45:13.318Z[ host-image] Oct 15 21:45:12.810 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22966:20241015T142351Z
83352024-10-15T21:45:13.321Z[ host-image] Oct 15 21:45:12.810 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
83362024-10-15T21:45:13.321Z[ host-image] Oct 15 21:45:12.810 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
83372024-10-15T21:45:13.321Z[ host-image] Oct 15 21:45:12.810 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
83382024-10-15T21:45:13.321Z[ host-image] Oct 15 21:45:12.811 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
83392024-10-15T21:45:13.321Z[ host-image] Oct 15 21:45:12.811 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
83402024-10-15T21:45:13.321Z[ host-image] Oct 15 21:45:12.812 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
83412024-10-15T21:45:13.321Z[ host-image] Oct 15 21:45:12.812 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
83422024-10-15T21:45:13.321Z[ host-image] Oct 15 21:45:12.812 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
83432024-10-15T21:45:13.321Z[ host-image] Oct 15 21:45:12.812 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22966:20241015T142351Z
83442024-10-15T21:45:13.324Z[ host-image] Oct 15 21:45:12.814 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22966:20241015T142352Z
83452024-10-15T21:45:13.324Z[ host-image] Oct 15 21:45:12.815 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22966:20241015T142352Z
83462024-10-15T21:45:13.324Z[ host-image] Oct 15 21:45:12.815 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22966:20241015T142352Z
83472024-10-15T21:45:13.324Z[ host-image] Oct 15 21:45:12.815 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
83482024-10-15T21:45:13.326Z[ host-image] Oct 15 21:45:12.816 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22966:20241015T142352Z
83492024-10-15T21:45:13.326Z[ host-image] Oct 15 21:45:12.817 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22966:20241015T142353Z
83502024-10-15T21:45:13.326Z[ host-image] Oct 15 21:45:12.817 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22966:20241015T142353Z
83512024-10-15T21:45:13.326Z[ host-image] Oct 15 21:45:12.817 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22966:20241015T142353Z
83522024-10-15T21:45:13.326Z[ host-image] Oct 15 21:45:12.817 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22966:20241015T142354Z
83532024-10-15T21:45:13.326Z[ host-image] Oct 15 21:45:12.817 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22966:20241015T142354Z
83542024-10-15T21:45:13.326Z[ host-image] Oct 15 21:45:12.817 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22966:20241015T142354Z
83552024-10-15T21:45:13.326Z[ host-image] Oct 15 21:45:12.817 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22966:20241015T142354Z
83562024-10-15T21:45:13.326Z[ host-image] Oct 15 21:45:12.818 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22966:20241015T142355Z
83572024-10-15T21:45:13.329Z[ host-image] Oct 15 21:45:12.818 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22966:20241015T142356Z
83582024-10-15T21:45:13.329Z[ host-image] Oct 15 21:45:12.818 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22966:20241015T142357Z
83592024-10-15T21:45:13.329Z[ host-image] Oct 15 21:45:12.818 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22966:20241015T142358Z
83602024-10-15T21:45:13.329Z[ host-image] Oct 15 21:45:12.818 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22966:20241015T142359Z
83612024-10-15T21:45:13.329Z[ host-image] Oct 15 21:45:12.818 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
83622024-10-15T21:45:13.329Z[ host-image] Oct 15 21:45:12.818 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22966:20241015T142400Z
83632024-10-15T21:45:13.329Z[ host-image] Oct 15 21:45:12.819 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22966:20241015T142402Z
83642024-10-15T21:45:13.329Z[ host-image] Oct 15 21:45:12.819 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22966:20241015T142403Z
83652024-10-15T21:45:13.329Z[ host-image] Oct 15 21:45:12.819 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22966:20241015T142404Z
83662024-10-15T21:45:13.329Z[ host-image] Oct 15 21:45:12.820 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22966:20241015T142405Z
83672024-10-15T21:45:13.329Z[ host-image] Oct 15 21:45:12.820 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22966:20241015T142405Z
83682024-10-15T21:45:13.342Z[ host-image] Oct 15 21:45:12.829 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
83692024-10-15T21:45:13.342Z[ host-image] Oct 15 21:45:12.829 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22966:20241015T142405Z
83702024-10-15T21:45:13.342Z[ host-image] Oct 15 21:45:12.829 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z
83712024-10-15T21:45:13.342Z[ host-image] Oct 15 21:45:12.830 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
83722024-10-15T21:45:13.342Z[ host-image] Oct 15 21:45:12.830 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
83732024-10-15T21:45:13.342Z[ host-image] Oct 15 21:45:12.831 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22966:20241015T142406Z
83742024-10-15T21:45:13.342Z[ host-image] Oct 15 21:45:12.831 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
83752024-10-15T21:45:13.342Z[ host-image] Oct 15 21:45:12.831 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
83762024-10-15T21:45:13.342Z[ host-image] Oct 15 21:45:12.832 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
83772024-10-15T21:45:13.342Z[ host-image] Oct 15 21:45:12.832 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
83782024-10-15T21:45:13.353Z[ host-image] Oct 15 21:45:12.845 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
83792024-10-15T21:45:13.353Z[ host-image] Oct 15 21:45:12.845 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
83802024-10-15T21:45:13.355Z[ host-image] Oct 15 21:45:12.845 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
83812024-10-15T21:45:13.355Z[ host-image] Oct 15 21:45:12.846 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83822024-10-15T21:45:13.356Z[ host-image] Oct 15 21:45:12.846 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83832024-10-15T21:45:13.356Z[ host-image] Oct 15 21:45:12.846 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83842024-10-15T21:45:13.391Z[ host-image] Oct 15 21:45:12.882 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
83852024-10-15T21:45:13.393Z[ host-image] Oct 15 21:45:12.883 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
83862024-10-15T21:45:13.393Z[ host-image] Oct 15 21:45:12.883 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
83872024-10-15T21:45:13.393Z[ host-image] Oct 15 21:45:12.884 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22966:20241015T142407Z
83882024-10-15T21:45:13.393Z[ host-image] Oct 15 21:45:12.884 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22966:20241015T142413Z
83892024-10-15T21:45:13.393Z[ host-image] Oct 15 21:45:12.884 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
83902024-10-15T21:45:13.393Z[ host-image] Oct 15 21:45:12.884 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22966:20241015T142414Z
83912024-10-15T21:45:13.393Z[ host-image] Oct 15 21:45:12.885 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
83922024-10-15T21:45:13.393Z[ host-image] Oct 15 21:45:12.885 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
83932024-10-15T21:45:13.393Z[ host-image] Oct 15 21:45:12.885 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
83942024-10-15T21:45:13.396Z[ host-image] Oct 15 21:45:12.885 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22966:20241015T142414Z
83952024-10-15T21:45:13.396Z[ host-image] Oct 15 21:45:12.885 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83962024-10-15T21:45:13.398Z[ host-image] Oct 15 21:45:12.890 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83972024-10-15T21:45:13.398Z[ host-image] Oct 15 21:45:12.890 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83982024-10-15T21:45:13.400Z[ host-image] Oct 15 21:45:12.890 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
83992024-10-15T21:45:13.400Z[ host-image] Oct 15 21:45:12.890 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22966:20241015T142414Z
84002024-10-15T21:45:13.400Z[ host-image] Oct 15 21:45:12.890 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
84012024-10-15T21:45:13.414Z[ host-image] Oct 15 21:45:12.905 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
84022024-10-15T21:45:13.416Z[ host-image] Oct 15 21:45:12.905 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22966:20241015T142415Z
84032024-10-15T21:45:13.416Z[ host-image] Oct 15 21:45:12.907 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22966:20241015T142415Z
84042024-10-15T21:45:13.418Z[ host-image] Oct 15 21:45:12.908 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22966:20241015T142415Z
84052024-10-15T21:45:13.418Z[ host-image] Oct 15 21:45:12.908 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
84062024-10-15T21:45:13.418Z[ host-image] Oct 15 21:45:12.909 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22966:20241015T142417Z
84072024-10-15T21:45:13.418Z[ host-image] Oct 15 21:45:12.909 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22966:20241015T142417Z
84082024-10-15T21:45:13.419Z[ host-image] Oct 15 21:45:12.909 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22966:20241015T142417Z
84092024-10-15T21:45:13.419Z[ host-image] Oct 15 21:45:12.910 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22966:20241015T142417Z
84102024-10-15T21:45:13.422Z[ host-image] Oct 15 21:45:12.913 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
84112024-10-15T21:45:13.424Z[ host-image] Oct 15 21:45:12.914 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22966:20241015T142418Z
84122024-10-15T21:45:13.424Z[ host-image] Oct 15 21:45:12.914 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22966:20241015T142419Z
84132024-10-15T21:45:13.424Z[ host-image] Oct 15 21:45:12.914 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
84142024-10-15T21:45:13.424Z[ host-image] Oct 15 21:45:12.915 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22966:20241015T142419Z
84152024-10-15T21:45:13.424Z[ host-image] Oct 15 21:45:12.915 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22966:20241015T142419Z
84162024-10-15T21:45:13.424Z[ host-image] Oct 15 21:45:12.915 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22966:20241015T142419Z
84172024-10-15T21:45:13.427Z[ host-image] Oct 15 21:45:12.916 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22966:20241015T142419Z
84182024-10-15T21:45:13.433Z[ host-image] Oct 15 21:45:12.924 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22966:20241015T142420Z
84192024-10-15T21:45:13.433Z[ host-image] Oct 15 21:45:12.924 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
84202024-10-15T21:45:13.435Z[ host-image] Oct 15 21:45:12.926 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22966:20241015T142420Z
84212024-10-15T21:45:13.437Z[ host-image] Oct 15 21:45:12.927 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22966:20241015T142420Z
84222024-10-15T21:45:13.437Z[ host-image] Oct 15 21:45:12.928 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22966:20241015T142420Z
84232024-10-15T21:45:13.437Z[ host-image] Oct 15 21:45:12.928 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22966:20241015T142420Z
84242024-10-15T21:45:13.437Z[ host-image] Oct 15 21:45:12.929 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22966:20241015T142420Z
84252024-10-15T21:45:13.439Z[ host-image] Oct 15 21:45:12.929 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22966:20241015T142421Z
84262024-10-15T21:45:13.448Z[ host-image] Oct 15 21:45:12.939 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22966:20241015T142422Z
84272024-10-15T21:45:13.450Z[ host-image] Oct 15 21:45:12.939 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22966:20241015T142421Z
84282024-10-15T21:45:13.450Z[ host-image] Oct 15 21:45:12.940 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22966:20241015T142421Z
84292024-10-15T21:45:13.450Z[ host-image] Oct 15 21:45:12.941 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22966:20241015T142422Z
84302024-10-15T21:45:13.450Z[ host-image] Oct 15 21:45:12.941 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22966:20241015T142422Z
84312024-10-15T21:45:13.471Z[ host-image] Oct 15 21:45:12.963 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22966:20241015T142425Z
84322024-10-15T21:45:13.474Z[ host-image] Oct 15 21:45:12.963 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22966:20241015T142422Z
84332024-10-15T21:45:13.474Z[ host-image] Oct 15 21:45:12.963 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22966:20241015T142422Z
84342024-10-15T21:45:13.474Z[ host-image] Oct 15 21:45:12.963 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
84352024-10-15T21:45:13.474Z[ host-image] Oct 15 21:45:12.963 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
84362024-10-15T21:45:13.501Z[ host-image] Oct 15 21:45:12.993 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22966:20241015T142423Z
84372024-10-15T21:45:13.504Z[ host-image] Oct 15 21:45:12.993 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
84382024-10-15T21:45:13.505Z[ host-image] Oct 15 21:45:12.993 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22966:20241015T142423Z
84392024-10-15T21:45:13.505Z[ host-image] Oct 15 21:45:12.993 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22966:20241015T142423Z
84402024-10-15T21:45:13.505Z[ host-image] Oct 15 21:45:12.995 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22966:20241015T142423Z
84412024-10-15T21:45:13.505Z[ host-image] Oct 15 21:45:12.995 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
84422024-10-15T21:45:13.505Z[ host-image] Oct 15 21:45:12.995 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
84432024-10-15T21:45:13.505Z[ host-image] Oct 15 21:45:12.996 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22966:20241015T142424Z
84442024-10-15T21:45:13.508Z[ host-image] Oct 15 21:45:12.996 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22966:20241015T142424Z
84452024-10-15T21:45:13.508Z[ host-image] Oct 15 21:45:12.996 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22966:20241015T142424Z
84462024-10-15T21:45:13.508Z[ host-image] Oct 15 21:45:12.997 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22966:20241015T142424Z
84472024-10-15T21:45:13.508Z[ host-image] Oct 15 21:45:12.997 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22966:20241015T142425Z
84482024-10-15T21:45:13.508Z[ host-image] Oct 15 21:45:12.997 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22966:20241015T142425Z
84492024-10-15T21:45:13.511Z[ host-image] Oct 15 21:45:13.000 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
84502024-10-15T21:45:13.511Z[ host-image] Oct 15 21:45:13.000 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22966:20241015T142426Z
84512024-10-15T21:45:13.511Z[ host-image] Oct 15 21:45:13.002 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22966:20241015T142426Z
84522024-10-15T21:45:13.511Z[ host-image] Oct 15 21:45:13.002 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22966:20241015T142426Z
84532024-10-15T21:45:13.513Z[ host-image] Oct 15 21:45:13.002 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22966:20241015T142427Z
84542024-10-15T21:45:13.513Z[ host-image] Oct 15 21:45:13.003 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22966:20241015T142426Z
84552024-10-15T21:45:13.513Z[ host-image] Oct 15 21:45:13.003 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22966:20241015T142427Z
84562024-10-15T21:45:13.513Z[ host-image] Oct 15 21:45:13.003 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
84572024-10-15T21:45:13.513Z[ host-image] Oct 15 21:45:13.003 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
84582024-10-15T21:45:13.513Z[ host-image] Oct 15 21:45:13.003 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22966:20241015T142429Z
84592024-10-15T21:45:13.513Z[ host-image] Oct 15 21:45:13.004 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22966:20241015T142429Z
84602024-10-15T21:45:13.513Z[ host-image] Oct 15 21:45:13.004 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
84612024-10-15T21:45:13.514Z[ host-image] Oct 15 21:45:13.004 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
84622024-10-15T21:45:13.514Z[ host-image] Oct 15 21:45:13.004 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
84632024-10-15T21:45:13.514Z[ host-image] Oct 15 21:45:13.004 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
84642024-10-15T21:45:13.514Z[ host-image] Oct 15 21:45:13.004 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
84652024-10-15T21:45:13.516Z[ host-image] Oct 15 21:45:13.005 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
84662024-10-15T21:45:13.517Z[ host-image] Oct 15 21:45:13.006 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
84672024-10-15T21:45:13.517Z[ host-image] Oct 15 21:45:13.007 INFO O| tempdir @ "/tmp/.tmp8TeooB/tmp"
84682024-10-15T21:45:13.517Z[ host-image] Oct 15 21:45:13.007 INFO O| image root @ "/tmp/.tmp8TeooB/tmp/root"
84692024-10-15T21:45:13.517Z[ host-image] Oct 15 21:45:13.007 INFO O| creating image...
84702024-10-15T21:45:14.007Z[ host-image] Oct 15 21:45:13.498 INFO O| copying publishers...
84712024-10-15T21:45:22.238Z[ host-image] Oct 15 21:45:21.729 INFO O| adding properties...
84722024-10-15T21:45:23.249Z[ host-image] Oct 15 21:45:22.740 INFO O| installing packages...
84732024-10-15T21:45:38.000Z[ host-image] Oct 15 21:45:37.406 INFO O| seeding SMF database...
84742024-10-15T21:45:39.964Z[ recovery-image] Oct 15 21:45:39.456 INFO O| ok, image written!
84752024-10-15T21:45:39.965Z[ recovery-image] Oct 15 21:45:39.456 INFO O| ok, boot_image_csum file written!
84762024-10-15T21:45:39.969Z[ recovery-image] Oct 15 21:45:39.461 INFO creating boot archive (CPIO)...
84772024-10-15T21:45:39.972Z[ recovery-image] Oct 15 21:45:39.461 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
84782024-10-15T21:45:39.979Z[ recovery-image] Oct 15 21:45:39.470 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84792024-10-15T21:45:39.979Z[ recovery-image] Oct 15 21:45:39.470 INFO E| + outfile=/work/os-recovery/cpio
84802024-10-15T21:45:39.981Z[ recovery-image] Oct 15 21:45:39.470 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84812024-10-15T21:45:39.981Z[ recovery-image] Oct 15 21:45:39.472 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84822024-10-15T21:45:39.981Z[ recovery-image] Oct 15 21:45:39.473 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84832024-10-15T21:45:40.014Z[ recovery-image] Oct 15 21:45:39.505 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
84842024-10-15T21:45:40.014Z[ recovery-image] Oct 15 21:45:39.506 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84852024-10-15T21:45:40.022Z[ recovery-image] Oct 15 21:45:39.513 INFO creating compressed cpio/unix for nanobl-rs...
84862024-10-15T21:45:40.026Z[ recovery-image] Oct 15 21:45:39.513 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
84872024-10-15T21:45:40.302Z[ recovery-image] Oct 15 21:45:39.793 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
84882024-10-15T21:45:44.673Z[ recovery-image] Oct 15 21:45:44.164 INFO creating reset image...
84892024-10-15T21:45:44.676Z[ recovery-image] Oct 15 21:45:44.164 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84902024-10-15T21:45:44.915Z[ recovery-image] Oct 15 21:45:44.406 INFO E| Updating crates.io index
84912024-10-15T21:45:45.005Z[ recovery-image] Oct 15 21:45:44.496 INFO E| Downloading crates ...
84922024-10-15T21:45:45.117Z[ recovery-image] Oct 15 21:45:44.608 INFO E| Downloaded anstream v0.6.15
84932024-10-15T21:45:45.120Z[ recovery-image] Oct 15 21:45:44.611 INFO E| Downloaded is_terminal_polyfill v1.70.1
84942024-10-15T21:45:45.131Z[ recovery-image] Oct 15 21:45:44.623 INFO E| Downloaded colorchoice v1.0.2
84952024-10-15T21:45:45.136Z[ recovery-image] Oct 15 21:45:44.627 INFO E| Downloaded utf8parse v0.2.2
84962024-10-15T21:45:45.139Z[ recovery-image] Oct 15 21:45:44.630 INFO E| Downloaded shared_child v1.0.1
84972024-10-15T21:45:45.141Z[ recovery-image] Oct 15 21:45:44.632 INFO E| Downloaded clap_lex v0.7.2
84982024-10-15T21:45:45.144Z[ recovery-image] Oct 15 21:45:44.633 INFO E| Downloaded os_pipe v1.2.1
84992024-10-15T21:45:45.144Z[ recovery-image] Oct 15 21:45:44.634 INFO E| Downloaded anstyle-parse v0.2.5
85002024-10-15T21:45:45.147Z[ recovery-image] Oct 15 21:45:44.636 INFO E| Downloaded duct v0.13.7
85012024-10-15T21:45:45.149Z[ recovery-image] Oct 15 21:45:44.638 INFO E| Downloaded anstyle-query v1.1.1
85022024-10-15T21:45:45.151Z[ recovery-image] Oct 15 21:45:44.641 INFO E| Downloaded clap v4.5.17
85032024-10-15T21:45:45.159Z[ recovery-image] Oct 15 21:45:44.650 INFO E| Downloaded clap_builder v4.5.17
85042024-10-15T21:45:45.199Z[ recovery-image] Oct 15 21:45:44.691 INFO E| Downloaded libc v0.2.158
85052024-10-15T21:45:45.275Z[ recovery-image] Oct 15 21:45:44.767 INFO E| Compiling proc-macro2 v1.0.86
85062024-10-15T21:45:45.275Z[ recovery-image] Oct 15 21:45:44.767 INFO E| Compiling unicode-ident v1.0.13
85072024-10-15T21:45:45.278Z[ recovery-image] Oct 15 21:45:44.767 INFO E| Compiling libc v0.2.158
85082024-10-15T21:45:45.278Z[ recovery-image] Oct 15 21:45:44.767 INFO E| Compiling utf8parse v0.2.2
85092024-10-15T21:45:45.278Z[ recovery-image] Oct 15 21:45:44.767 INFO E| Compiling is_terminal_polyfill v1.70.1
85102024-10-15T21:45:45.278Z[ recovery-image] Oct 15 21:45:44.767 INFO E| Compiling anstyle v1.0.8
85112024-10-15T21:45:45.280Z[ recovery-image] Oct 15 21:45:44.771 INFO E| Compiling colorchoice v1.0.2
85122024-10-15T21:45:45.280Z[ recovery-image] Oct 15 21:45:44.771 INFO E| Compiling anstyle-query v1.1.1
85132024-10-15T21:45:45.487Z[ recovery-image] Oct 15 21:45:44.978 INFO E| Compiling anstyle-parse v0.2.5
85142024-10-15T21:45:45.487Z[ recovery-image] Oct 15 21:45:44.978 INFO E| Compiling strsim v0.11.1
85152024-10-15T21:45:45.489Z[ recovery-image] Oct 15 21:45:44.978 INFO E| Compiling clap_lex v0.7.2
85162024-10-15T21:45:45.544Z[ recovery-image] Oct 15 21:45:45.036 INFO E| Compiling heck v0.5.0
85172024-10-15T21:45:45.544Z[ recovery-image] Oct 15 21:45:45.036 INFO E| Compiling once_cell v1.19.0
85182024-10-15T21:45:45.579Z[ host-image] Oct 15 21:45:45.071 INFO O| configuring SMF profile...
85192024-10-15T21:45:45.582Z[ host-image] Oct 15 21:45:45.071 INFO O| modifying shadow(5)...
85202024-10-15T21:45:45.582Z[ host-image] Oct 15 21:45:45.071 INFO O| loading user and group database...
85212024-10-15T21:45:45.582Z[ host-image] Oct 15 21:45:45.071 INFO O| assessing packaged files...
85222024-10-15T21:45:45.748Z[ recovery-image] Oct 15 21:45:45.240 INFO E| Compiling anstream v0.6.15
85232024-10-15T21:45:46.242Z[ recovery-image] Oct 15 21:45:45.733 INFO E| Compiling clap_builder v4.5.17
85242024-10-15T21:45:46.698Z[ recovery-image] Oct 15 21:45:46.190 INFO E| Compiling os_pipe v1.2.1
85252024-10-15T21:45:46.698Z[ recovery-image] Oct 15 21:45:46.190 INFO E| Compiling shared_child v1.0.1
85262024-10-15T21:45:46.759Z[ recovery-image] Oct 15 21:45:46.250 INFO E| Compiling quote v1.0.37
85272024-10-15T21:45:46.932Z[ recovery-image] Oct 15 21:45:46.423 INFO E| Compiling duct v0.13.7
85282024-10-15T21:45:47.099Z[ recovery-image] Oct 15 21:45:46.590 INFO E| Compiling syn v2.0.77
85292024-10-15T21:45:48.714Z[ host-image] Oct 15 21:45:48.206 INFO O| creating archive...
85302024-10-15T21:45:48.748Z[ host-image] Oct 15 21:45:48.239 INFO O| missing from packaging:
85312024-10-15T21:45:48.748Z[ host-image] Oct 15 21:45:48.239 INFO O| "etc/.pwd.lock"
85322024-10-15T21:45:48.750Z[ host-image] Oct 15 21:45:48.239 INFO O| "etc/bash"
85332024-10-15T21:45:48.753Z[ host-image] Oct 15 21:45:48.244 INFO O| "etc/svc/profile/generic.xml"
85342024-10-15T21:45:48.755Z[ host-image] Oct 15 21:45:48.244 INFO O| "etc/svc/profile/inetd_services.xml"
85352024-10-15T21:45:48.755Z[ host-image] Oct 15 21:45:48.244 INFO O| "etc/svc/profile/name_service.xml"
85362024-10-15T21:45:48.755Z[ host-image] Oct 15 21:45:48.244 INFO O| "etc/svc/profile/platform.xml"
85372024-10-15T21:45:48.755Z[ host-image] Oct 15 21:45:48.244 INFO O| "etc/svc/profile/platform_omicron1.xml"
85382024-10-15T21:45:48.755Z[ host-image] Oct 15 21:45:48.245 INFO O| "etc/svc/repository.db"
85392024-10-15T21:45:48.762Z[ host-image] Oct 15 21:45:48.253 INFO O| "opt/ooce/share"
85402024-10-15T21:45:48.762Z[ host-image] Oct 15 21:45:48.253 INFO O| "opt/ooce/share/man"
85412024-10-15T21:45:48.764Z[ host-image] Oct 15 21:45:48.253 INFO O| "opt/ooce/share/man/man1"
85422024-10-15T21:45:48.771Z[ host-image] Oct 15 21:45:48.263 INFO O| finishing archive...
85432024-10-15T21:45:51.019Z[ recovery-image] Oct 15 21:45:50.393 INFO E| Compiling clap_derive v4.5.13
85442024-10-15T21:45:51.841Z[ host-image] Oct 15 21:45:51.332 INFO O| creating gzonly manifest...
85452024-10-15T21:45:51.908Z[ host-image] Oct 15 21:45:51.400 INFO O| ok
85462024-10-15T21:45:52.014Z[ host-image] Oct 15 21:45:51.505 INFO image builder template: ramdisk-02-trim...
85472024-10-15T21:45:52.016Z[ host-image] Oct 15 21:45:51.505 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/.tmpyJO0YQ/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
85482024-10-15T21:45:52.048Z[ host-image] Oct 15 21:45:51.539 INFO O| Oct 15 21:45:51.539 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85492024-10-15T21:45:52.054Z[ host-image] Oct 15 21:45:51.546 INFO O| Oct 15 21:45:51.546 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85502024-10-15T21:45:52.158Z[ host-image] Oct 15 21:45:51.649 INFO O| Oct 15 21:45:51.649 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
85512024-10-15T21:45:52.231Z[ host-image] Oct 15 21:45:51.722 INFO O| Oct 15 21:45:51.722 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85522024-10-15T21:45:52.234Z[ host-image] Oct 15 21:45:51.723 INFO O| Oct 15 21:45:51.722 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
85532024-10-15T21:45:52.237Z[ host-image] Oct 15 21:45:51.729 INFO O| Oct 15 21:45:51.729 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85542024-10-15T21:45:52.243Z[ host-image] Oct 15 21:45:51.734 INFO O| Oct 15 21:45:51.734 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85552024-10-15T21:45:52.248Z[ host-image] Oct 15 21:45:51.740 INFO O| Oct 15 21:45:51.740 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85562024-10-15T21:45:52.516Z[ host-image] Oct 15 21:45:52.007 INFO O| Oct 15 21:45:52.007 INFO rolled back to input snapshot; work may begin
85572024-10-15T21:45:52.516Z[ host-image] Oct 15 21:45:52.007 INFO O| Oct 15 21:45:52.007 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
85582024-10-15T21:45:52.521Z[ host-image] Oct 15 21:45:52.012 INFO O| Oct 15 21:45:52.012 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85592024-10-15T21:45:52.533Z[ host-image] Oct 15 21:45:52.024 INFO O| Oct 15 21:45:52.024 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
85602024-10-15T21:45:52.586Z[ host-image] Oct 15 21:45:52.077 INFO O| Oct 15 21:45:52.077 INFO STEP 0 (remove_files) COMPLETE
85612024-10-15T21:45:52.586Z[ host-image] Oct 15 21:45:52.077 INFO O| Oct 15 21:45:52.077 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85622024-10-15T21:45:52.597Z[ host-image] Oct 15 21:45:52.089 INFO O| Oct 15 21:45:52.089 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
85632024-10-15T21:45:52.600Z[ host-image] Oct 15 21:45:52.090 INFO O| Oct 15 21:45:52.090 INFO STEP 1 (remove_files) COMPLETE
85642024-10-15T21:45:52.600Z[ host-image] Oct 15 21:45:52.090 INFO O| Oct 15 21:45:52.090 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85652024-10-15T21:45:52.609Z[ host-image] Oct 15 21:45:52.100 INFO O| Oct 15 21:45:52.100 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
85662024-10-15T21:45:52.624Z[ host-image] Oct 15 21:45:52.115 INFO O| Oct 15 21:45:52.115 INFO STEP 2 (remove_files) COMPLETE
85672024-10-15T21:45:52.624Z[ host-image] Oct 15 21:45:52.115 INFO O| Oct 15 21:45:52.115 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85682024-10-15T21:45:52.633Z[ host-image] Oct 15 21:45:52.125 INFO O| Oct 15 21:45:52.125 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
85692024-10-15T21:45:52.636Z[ host-image] Oct 15 21:45:52.127 INFO O| Oct 15 21:45:52.127 INFO STEP 3 (remove_files) COMPLETE
85702024-10-15T21:45:52.636Z[ host-image] Oct 15 21:45:52.127 INFO O| Oct 15 21:45:52.127 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85712024-10-15T21:45:52.645Z[ host-image] Oct 15 21:45:52.136 INFO O| Oct 15 21:45:52.136 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
85722024-10-15T21:45:52.648Z[ host-image] Oct 15 21:45:52.140 INFO O| Oct 15 21:45:52.140 INFO STEP 4 (remove_files) COMPLETE
85732024-10-15T21:45:52.648Z[ host-image] Oct 15 21:45:52.140 INFO O| Oct 15 21:45:52.140 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85742024-10-15T21:45:52.658Z[ host-image] Oct 15 21:45:52.150 INFO O| Oct 15 21:45:52.150 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
85752024-10-15T21:45:52.662Z[ host-image] Oct 15 21:45:52.152 INFO O| Oct 15 21:45:52.152 INFO STEP 5 (remove_files) COMPLETE
85762024-10-15T21:45:52.662Z[ host-image] Oct 15 21:45:52.152 INFO O| Oct 15 21:45:52.152 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85772024-10-15T21:45:52.670Z[ host-image] Oct 15 21:45:52.162 INFO O| Oct 15 21:45:52.162 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
85782024-10-15T21:45:52.680Z[ host-image] Oct 15 21:45:52.172 INFO O| Oct 15 21:45:52.172 INFO STEP 6 (remove_files) COMPLETE
85792024-10-15T21:45:52.680Z[ host-image] Oct 15 21:45:52.172 INFO O| Oct 15 21:45:52.172 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85802024-10-15T21:45:52.691Z[ host-image] Oct 15 21:45:52.182 INFO O| Oct 15 21:45:52.182 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
85812024-10-15T21:45:52.702Z[ host-image] Oct 15 21:45:52.194 INFO O| Oct 15 21:45:52.194 INFO STEP 7 (remove_files) COMPLETE
85822024-10-15T21:45:52.702Z[ host-image] Oct 15 21:45:52.194 INFO O| Oct 15 21:45:52.194 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85832024-10-15T21:45:52.712Z[ host-image] Oct 15 21:45:52.203 INFO O| Oct 15 21:45:52.203 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
85842024-10-15T21:45:52.767Z[ recovery-image] Oct 15 21:45:52.258 INFO E| Compiling clap v4.5.17
85852024-10-15T21:45:52.781Z[ host-image] Oct 15 21:45:52.272 INFO O| Oct 15 21:45:52.272 INFO STEP 8 (remove_files) COMPLETE
85862024-10-15T21:45:52.781Z[ host-image] Oct 15 21:45:52.272 INFO O| Oct 15 21:45:52.272 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85872024-10-15T21:45:52.791Z[ host-image] Oct 15 21:45:52.283 INFO O| Oct 15 21:45:52.283 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
85882024-10-15T21:45:52.822Z[ recovery-image] Oct 15 21:45:52.313 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
85892024-10-15T21:45:52.880Z[ host-image] Oct 15 21:45:52.372 INFO O| Oct 15 21:45:52.371 INFO STEP 9 (remove_files) COMPLETE
85902024-10-15T21:45:52.880Z[ host-image] Oct 15 21:45:52.372 INFO O| Oct 15 21:45:52.372 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85912024-10-15T21:45:52.892Z[ host-image] Oct 15 21:45:52.382 INFO O| Oct 15 21:45:52.382 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
85922024-10-15T21:45:52.895Z[ host-image] Oct 15 21:45:52.386 INFO O| Oct 15 21:45:52.386 INFO STEP 10 (remove_files) COMPLETE
85932024-10-15T21:45:52.895Z[ host-image] Oct 15 21:45:52.386 INFO O| Oct 15 21:45:52.386 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85942024-10-15T21:45:52.904Z[ host-image] Oct 15 21:45:52.396 INFO O| Oct 15 21:45:52.396 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
85952024-10-15T21:45:52.907Z[ host-image] Oct 15 21:45:52.397 INFO O| Oct 15 21:45:52.397 INFO STEP 11 (remove_files) COMPLETE
85962024-10-15T21:45:52.907Z[ host-image] Oct 15 21:45:52.397 INFO O| Oct 15 21:45:52.397 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85972024-10-15T21:45:52.915Z[ host-image] Oct 15 21:45:52.406 INFO O| Oct 15 21:45:52.406 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
85982024-10-15T21:45:52.917Z[ host-image] Oct 15 21:45:52.408 INFO O| Oct 15 21:45:52.408 INFO STEP 12 (remove_files) COMPLETE
85992024-10-15T21:45:52.917Z[ host-image] Oct 15 21:45:52.408 INFO O| Oct 15 21:45:52.408 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86002024-10-15T21:45:52.927Z[ host-image] Oct 15 21:45:52.419 INFO O| Oct 15 21:45:52.419 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
86012024-10-15T21:45:52.930Z[ host-image] Oct 15 21:45:52.419 INFO O| Oct 15 21:45:52.419 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
86022024-10-15T21:45:52.930Z[ host-image] Oct 15 21:45:52.419 INFO O| Oct 15 21:45:52.419 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
86032024-10-15T21:45:52.930Z[ host-image] Oct 15 21:45:52.419 INFO O| Oct 15 21:45:52.419 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
86042024-10-15T21:45:52.930Z[ host-image] Oct 15 21:45:52.420 INFO O| Oct 15 21:45:52.420 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
86052024-10-15T21:45:52.930Z[ host-image] Oct 15 21:45:52.420 INFO O| Oct 15 21:45:52.420 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
86062024-10-15T21:45:52.930Z[ host-image] Oct 15 21:45:52.420 INFO O| Oct 15 21:45:52.420 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
86072024-10-15T21:45:52.930Z[ host-image] Oct 15 21:45:52.420 INFO O| Oct 15 21:45:52.420 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
86082024-10-15T21:45:52.930Z[ host-image] Oct 15 21:45:52.420 INFO O| Oct 15 21:45:52.420 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
86092024-10-15T21:45:52.930Z[ host-image] Oct 15 21:45:52.421 INFO O| Oct 15 21:45:52.420 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
86102024-10-15T21:45:52.930Z[ host-image] Oct 15 21:45:52.421 INFO O| Oct 15 21:45:52.421 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
86112024-10-15T21:45:52.930Z[ host-image] Oct 15 21:45:52.421 INFO O| Oct 15 21:45:52.421 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
86122024-10-15T21:45:52.930Z[ host-image] Oct 15 21:45:52.421 INFO O| Oct 15 21:45:52.421 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
86132024-10-15T21:45:52.930Z[ host-image] Oct 15 21:45:52.421 INFO O| Oct 15 21:45:52.421 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
86142024-10-15T21:45:52.930Z[ host-image] Oct 15 21:45:52.421 INFO O| Oct 15 21:45:52.421 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
86152024-10-15T21:45:52.930Z[ host-image] Oct 15 21:45:52.421 INFO O| Oct 15 21:45:52.421 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
86162024-10-15T21:45:52.933Z[ host-image] Oct 15 21:45:52.422 INFO O| Oct 15 21:45:52.422 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
86172024-10-15T21:45:53.299Z[ host-image] Oct 15 21:45:52.790 INFO O| Oct 15 21:45:52.790 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
86182024-10-15T21:45:53.302Z[ host-image] Oct 15 21:45:52.793 INFO O| Oct 15 21:45:52.793 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
86192024-10-15T21:45:53.306Z[ host-image] Oct 15 21:45:52.798 INFO O| Oct 15 21:45:52.798 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
86202024-10-15T21:45:53.351Z[ host-image] Oct 15 21:45:52.842 INFO O| Oct 15 21:45:52.842 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
86212024-10-15T21:45:53.359Z[ host-image] Oct 15 21:45:52.851 INFO O| Oct 15 21:45:52.851 INFO STEP 13 (remove_files) COMPLETE
86222024-10-15T21:45:53.359Z[ host-image] Oct 15 21:45:52.851 INFO O| Oct 15 21:45:52.851 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86232024-10-15T21:45:53.371Z[ host-image] Oct 15 21:45:52.862 INFO O| Oct 15 21:45:52.862 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
86242024-10-15T21:45:53.373Z[ host-image] Oct 15 21:45:52.864 INFO O| Oct 15 21:45:52.864 INFO STEP 14 (remove_files) COMPLETE
86252024-10-15T21:45:53.373Z[ host-image] Oct 15 21:45:52.864 INFO O| Oct 15 21:45:52.864 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86262024-10-15T21:45:53.382Z[ host-image] Oct 15 21:45:52.873 INFO O| Oct 15 21:45:52.873 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
86272024-10-15T21:45:53.388Z[ host-image] Oct 15 21:45:52.880 INFO O| Oct 15 21:45:52.880 INFO STEP 15 (remove_files) COMPLETE
86282024-10-15T21:45:53.388Z[ host-image] Oct 15 21:45:52.880 INFO O| Oct 15 21:45:52.880 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86292024-10-15T21:45:53.398Z[ host-image] Oct 15 21:45:52.890 INFO O| Oct 15 21:45:52.890 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
86302024-10-15T21:45:53.401Z[ host-image] Oct 15 21:45:52.890 INFO O| Oct 15 21:45:52.890 INFO STEP 16 (remove_files) COMPLETE
86312024-10-15T21:45:53.401Z[ host-image] Oct 15 21:45:52.890 INFO O| Oct 15 21:45:52.890 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86322024-10-15T21:45:53.408Z[ host-image] Oct 15 21:45:52.900 INFO O| Oct 15 21:45:52.900 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
86332024-10-15T21:45:53.411Z[ host-image] Oct 15 21:45:52.901 INFO O| Oct 15 21:45:52.901 INFO STEP 17 (remove_files) COMPLETE
86342024-10-15T21:45:53.411Z[ host-image] Oct 15 21:45:52.901 INFO O| Oct 15 21:45:52.901 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86352024-10-15T21:45:53.419Z[ host-image] Oct 15 21:45:52.911 INFO O| Oct 15 21:45:52.910 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
86362024-10-15T21:45:53.422Z[ host-image] Oct 15 21:45:52.911 INFO O| Oct 15 21:45:52.911 INFO STEP 18 (remove_files) COMPLETE
86372024-10-15T21:45:53.422Z[ host-image] Oct 15 21:45:52.911 INFO O| Oct 15 21:45:52.911 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86382024-10-15T21:45:53.429Z[ host-image] Oct 15 21:45:52.920 INFO O| Oct 15 21:45:52.920 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
86392024-10-15T21:45:53.429Z[ host-image] Oct 15 21:45:52.920 INFO O| Oct 15 21:45:52.920 INFO STEP 19 (remove_files) COMPLETE
86402024-10-15T21:45:53.431Z[ host-image] Oct 15 21:45:52.920 INFO O| Oct 15 21:45:52.920 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86412024-10-15T21:45:53.438Z[ host-image] Oct 15 21:45:52.930 INFO O| Oct 15 21:45:52.930 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
86422024-10-15T21:45:53.438Z[ host-image] Oct 15 21:45:52.930 INFO O| Oct 15 21:45:52.930 INFO STEP 20 (remove_files) COMPLETE
86432024-10-15T21:45:53.438Z[ host-image] Oct 15 21:45:52.930 INFO O| Oct 15 21:45:52.930 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86442024-10-15T21:45:53.448Z[ host-image] Oct 15 21:45:52.939 INFO O| Oct 15 21:45:52.939 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
86452024-10-15T21:45:53.448Z[ host-image] Oct 15 21:45:52.939 INFO O| Oct 15 21:45:52.939 INFO STEP 21 (remove_files) COMPLETE
86462024-10-15T21:45:53.448Z[ host-image] Oct 15 21:45:52.939 INFO O| Oct 15 21:45:52.939 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86472024-10-15T21:45:53.457Z[ host-image] Oct 15 21:45:52.949 INFO O| Oct 15 21:45:52.949 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
86482024-10-15T21:45:53.457Z[ host-image] Oct 15 21:45:52.949 INFO O| Oct 15 21:45:52.949 INFO STEP 22 (remove_files) COMPLETE
86492024-10-15T21:45:53.457Z[ host-image] Oct 15 21:45:52.949 INFO O| Oct 15 21:45:52.949 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86502024-10-15T21:45:53.467Z[ host-image] Oct 15 21:45:52.958 INFO O| Oct 15 21:45:52.958 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
86512024-10-15T21:45:53.469Z[ host-image] Oct 15 21:45:52.958 INFO O| Oct 15 21:45:52.958 INFO STEP 23 (remove_files) COMPLETE
86522024-10-15T21:45:53.469Z[ host-image] Oct 15 21:45:52.959 INFO O| Oct 15 21:45:52.958 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86532024-10-15T21:45:53.477Z[ host-image] Oct 15 21:45:52.968 INFO O| Oct 15 21:45:52.968 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
86542024-10-15T21:45:53.477Z[ host-image] Oct 15 21:45:52.968 INFO O| Oct 15 21:45:52.968 INFO STEP 24 (remove_files) COMPLETE
86552024-10-15T21:45:53.479Z[ host-image] Oct 15 21:45:52.968 INFO O| Oct 15 21:45:52.968 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86562024-10-15T21:45:53.487Z[ host-image] Oct 15 21:45:52.978 INFO O| Oct 15 21:45:52.978 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
86572024-10-15T21:45:53.487Z[ host-image] Oct 15 21:45:52.978 INFO O| Oct 15 21:45:52.978 INFO STEP 25 (remove_files) COMPLETE
86582024-10-15T21:45:53.487Z[ host-image] Oct 15 21:45:52.978 INFO O| Oct 15 21:45:52.978 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86592024-10-15T21:45:53.496Z[ host-image] Oct 15 21:45:52.987 INFO O| Oct 15 21:45:52.987 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
86602024-10-15T21:45:53.496Z[ host-image] Oct 15 21:45:52.988 INFO O| Oct 15 21:45:52.988 INFO STEP 26 (remove_files) COMPLETE
86612024-10-15T21:45:53.499Z[ host-image] Oct 15 21:45:52.988 INFO O| Oct 15 21:45:52.988 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86622024-10-15T21:45:53.506Z[ host-image] Oct 15 21:45:52.997 INFO O| Oct 15 21:45:52.997 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
86632024-10-15T21:45:53.506Z[ host-image] Oct 15 21:45:52.997 INFO O| Oct 15 21:45:52.997 INFO STEP 27 (remove_files) COMPLETE
86642024-10-15T21:45:53.508Z[ host-image] Oct 15 21:45:52.997 INFO O| Oct 15 21:45:52.997 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86652024-10-15T21:45:53.516Z[ host-image] Oct 15 21:45:53.008 INFO O| Oct 15 21:45:53.008 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
86662024-10-15T21:45:53.517Z[ host-image] Oct 15 21:45:53.008 INFO O| Oct 15 21:45:53.008 INFO STEP 28 (remove_files) COMPLETE
86672024-10-15T21:45:53.517Z[ host-image] Oct 15 21:45:53.008 INFO O| Oct 15 21:45:53.008 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86682024-10-15T21:45:53.526Z[ host-image] Oct 15 21:45:53.018 INFO O| Oct 15 21:45:53.018 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
86692024-10-15T21:45:53.527Z[ host-image] Oct 15 21:45:53.018 INFO O| Oct 15 21:45:53.018 INFO STEP 29 (remove_files) COMPLETE
86702024-10-15T21:45:53.529Z[ host-image] Oct 15 21:45:53.018 INFO O| Oct 15 21:45:53.018 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86712024-10-15T21:45:53.537Z[ host-image] Oct 15 21:45:53.028 INFO O| Oct 15 21:45:53.028 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
86722024-10-15T21:45:53.537Z[ host-image] Oct 15 21:45:53.028 INFO O| Oct 15 21:45:53.028 INFO STEP 30 (remove_files) COMPLETE
86732024-10-15T21:45:53.537Z[ host-image] Oct 15 21:45:53.028 INFO O| Oct 15 21:45:53.028 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86742024-10-15T21:45:53.546Z[ host-image] Oct 15 21:45:53.038 INFO O| Oct 15 21:45:53.038 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
86752024-10-15T21:45:53.549Z[ host-image] Oct 15 21:45:53.038 INFO O| Oct 15 21:45:53.038 INFO STEP 31 (remove_files) COMPLETE
86762024-10-15T21:45:53.549Z[ host-image] Oct 15 21:45:53.038 INFO O| Oct 15 21:45:53.038 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86772024-10-15T21:45:53.556Z[ host-image] Oct 15 21:45:53.048 INFO O| Oct 15 21:45:53.048 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
86782024-10-15T21:45:53.556Z[ host-image] Oct 15 21:45:53.048 INFO O| Oct 15 21:45:53.048 INFO STEP 32 (remove_files) COMPLETE
86792024-10-15T21:45:53.559Z[ host-image] Oct 15 21:45:53.048 INFO O| Oct 15 21:45:53.048 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86802024-10-15T21:45:53.566Z[ host-image] Oct 15 21:45:53.057 INFO O| Oct 15 21:45:53.057 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
86812024-10-15T21:45:53.566Z[ host-image] Oct 15 21:45:53.058 INFO O| Oct 15 21:45:53.058 INFO STEP 33 (remove_files) COMPLETE
86822024-10-15T21:45:53.569Z[ host-image] Oct 15 21:45:53.058 INFO O| Oct 15 21:45:53.058 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86832024-10-15T21:45:53.575Z[ host-image] Oct 15 21:45:53.067 INFO O| Oct 15 21:45:53.067 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
86842024-10-15T21:45:53.575Z[ host-image] Oct 15 21:45:53.067 INFO O| Oct 15 21:45:53.067 INFO STEP 34 (remove_files) COMPLETE
86852024-10-15T21:45:53.585Z[ host-image] Oct 15 21:45:53.067 INFO O| Oct 15 21:45:53.067 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86862024-10-15T21:45:53.585Z[ host-image] Oct 15 21:45:53.076 INFO O| Oct 15 21:45:53.076 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
86872024-10-15T21:45:53.588Z[ host-image] Oct 15 21:45:53.076 INFO O| Oct 15 21:45:53.076 INFO STEP 35 (remove_files) COMPLETE
86882024-10-15T21:45:53.588Z[ host-image] Oct 15 21:45:53.076 INFO O| Oct 15 21:45:53.076 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86892024-10-15T21:45:53.594Z[ host-image] Oct 15 21:45:53.085 INFO O| Oct 15 21:45:53.085 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
86902024-10-15T21:45:53.597Z[ host-image] Oct 15 21:45:53.086 INFO O| Oct 15 21:45:53.085 INFO STEP 36 (remove_files) COMPLETE
86912024-10-15T21:45:53.597Z[ host-image] Oct 15 21:45:53.086 INFO O| Oct 15 21:45:53.086 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86922024-10-15T21:45:53.603Z[ host-image] Oct 15 21:45:53.095 INFO O| Oct 15 21:45:53.095 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
86932024-10-15T21:45:53.606Z[ host-image] Oct 15 21:45:53.095 INFO O| Oct 15 21:45:53.095 INFO STEP 37 (remove_files) COMPLETE
86942024-10-15T21:45:53.606Z[ host-image] Oct 15 21:45:53.095 INFO O| Oct 15 21:45:53.095 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86952024-10-15T21:45:53.613Z[ host-image] Oct 15 21:45:53.104 INFO O| Oct 15 21:45:53.104 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
86962024-10-15T21:45:53.616Z[ host-image] Oct 15 21:45:53.104 INFO O| Oct 15 21:45:53.104 INFO STEP 38 (remove_files) COMPLETE
86972024-10-15T21:45:53.616Z[ host-image] Oct 15 21:45:53.104 INFO O| Oct 15 21:45:53.104 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86982024-10-15T21:45:53.623Z[ host-image] Oct 15 21:45:53.114 INFO O| Oct 15 21:45:53.114 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
86992024-10-15T21:45:53.625Z[ host-image] Oct 15 21:45:53.114 INFO O| Oct 15 21:45:53.114 INFO STEP 39 (remove_files) COMPLETE
87002024-10-15T21:45:53.625Z[ host-image] Oct 15 21:45:53.114 INFO O| Oct 15 21:45:53.114 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87012024-10-15T21:45:53.632Z[ host-image] Oct 15 21:45:53.123 INFO O| Oct 15 21:45:53.123 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
87022024-10-15T21:45:53.632Z[ host-image] Oct 15 21:45:53.123 INFO O| Oct 15 21:45:53.123 INFO STEP 40 (remove_files) COMPLETE
87032024-10-15T21:45:53.635Z[ host-image] Oct 15 21:45:53.123 INFO O| Oct 15 21:45:53.123 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87042024-10-15T21:45:53.641Z[ host-image] Oct 15 21:45:53.133 INFO O| Oct 15 21:45:53.133 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
87052024-10-15T21:45:53.641Z[ host-image] Oct 15 21:45:53.133 INFO O| Oct 15 21:45:53.133 INFO STEP 41 (remove_files) COMPLETE
87062024-10-15T21:45:53.644Z[ host-image] Oct 15 21:45:53.133 INFO O| Oct 15 21:45:53.133 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87072024-10-15T21:45:53.651Z[ host-image] Oct 15 21:45:53.142 INFO O| Oct 15 21:45:53.142 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
87082024-10-15T21:45:53.654Z[ host-image] Oct 15 21:45:53.143 INFO O| Oct 15 21:45:53.143 INFO STEP 42 (remove_files) COMPLETE
87092024-10-15T21:45:53.654Z[ host-image] Oct 15 21:45:53.143 INFO O| Oct 15 21:45:53.143 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87102024-10-15T21:45:53.661Z[ host-image] Oct 15 21:45:53.152 INFO O| Oct 15 21:45:53.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
87112024-10-15T21:45:53.661Z[ host-image] Oct 15 21:45:53.152 INFO O| Oct 15 21:45:53.152 INFO STEP 43 (remove_files) COMPLETE
87122024-10-15T21:45:53.661Z[ host-image] Oct 15 21:45:53.152 INFO O| Oct 15 21:45:53.152 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87132024-10-15T21:45:53.670Z[ host-image] Oct 15 21:45:53.161 INFO O| Oct 15 21:45:53.161 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
87142024-10-15T21:45:53.670Z[ host-image] Oct 15 21:45:53.162 INFO O| Oct 15 21:45:53.162 INFO STEP 44 (remove_files) COMPLETE
87152024-10-15T21:45:53.673Z[ host-image] Oct 15 21:45:53.162 INFO O| Oct 15 21:45:53.162 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87162024-10-15T21:45:53.679Z[ host-image] Oct 15 21:45:53.171 INFO O| Oct 15 21:45:53.171 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
87172024-10-15T21:45:53.682Z[ host-image] Oct 15 21:45:53.171 INFO O| Oct 15 21:45:53.171 INFO STEP 45 (remove_files) COMPLETE
87182024-10-15T21:45:53.682Z[ host-image] Oct 15 21:45:53.171 INFO O| Oct 15 21:45:53.171 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87192024-10-15T21:45:53.689Z[ host-image] Oct 15 21:45:53.180 INFO O| Oct 15 21:45:53.180 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
87202024-10-15T21:45:53.689Z[ host-image] Oct 15 21:45:53.180 INFO O| Oct 15 21:45:53.180 INFO STEP 46 (remove_files) COMPLETE
87212024-10-15T21:45:53.691Z[ host-image] Oct 15 21:45:53.180 INFO O| Oct 15 21:45:53.180 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87222024-10-15T21:45:53.698Z[ host-image] Oct 15 21:45:53.189 INFO O| Oct 15 21:45:53.189 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
87232024-10-15T21:45:53.698Z[ host-image] Oct 15 21:45:53.189 INFO O| Oct 15 21:45:53.189 INFO STEP 47 (remove_files) COMPLETE
87242024-10-15T21:45:53.698Z[ host-image] Oct 15 21:45:53.190 INFO O| Oct 15 21:45:53.189 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87252024-10-15T21:45:53.707Z[ host-image] Oct 15 21:45:53.199 INFO O| Oct 15 21:45:53.199 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
87262024-10-15T21:45:53.718Z[ host-image] Oct 15 21:45:53.199 INFO O| Oct 15 21:45:53.199 INFO STEP 48 (remove_files) COMPLETE
87272024-10-15T21:45:53.718Z[ host-image] Oct 15 21:45:53.199 INFO O| Oct 15 21:45:53.199 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87282024-10-15T21:45:53.718Z[ host-image] Oct 15 21:45:53.208 INFO O| Oct 15 21:45:53.208 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
87292024-10-15T21:45:53.718Z[ host-image] Oct 15 21:45:53.208 INFO O| Oct 15 21:45:53.208 INFO STEP 49 (remove_files) COMPLETE
87302024-10-15T21:45:53.718Z[ host-image] Oct 15 21:45:53.208 INFO O| Oct 15 21:45:53.208 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87312024-10-15T21:45:53.726Z[ host-image] Oct 15 21:45:53.218 INFO O| Oct 15 21:45:53.217 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
87322024-10-15T21:45:53.729Z[ host-image] Oct 15 21:45:53.218 INFO O| Oct 15 21:45:53.218 INFO STEP 50 (remove_files) COMPLETE
87332024-10-15T21:45:53.729Z[ host-image] Oct 15 21:45:53.218 INFO O| Oct 15 21:45:53.218 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87342024-10-15T21:45:53.736Z[ host-image] Oct 15 21:45:53.227 INFO O| Oct 15 21:45:53.227 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
87352024-10-15T21:45:53.736Z[ host-image] Oct 15 21:45:53.227 INFO O| Oct 15 21:45:53.227 INFO STEP 51 (remove_files) COMPLETE
87362024-10-15T21:45:53.736Z[ host-image] Oct 15 21:45:53.227 INFO O| Oct 15 21:45:53.227 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87372024-10-15T21:45:53.745Z[ host-image] Oct 15 21:45:53.236 INFO O| Oct 15 21:45:53.236 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
87382024-10-15T21:45:53.745Z[ host-image] Oct 15 21:45:53.236 INFO O| Oct 15 21:45:53.236 INFO STEP 52 (remove_files) COMPLETE
87392024-10-15T21:45:53.747Z[ host-image] Oct 15 21:45:53.236 INFO O| Oct 15 21:45:53.236 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87402024-10-15T21:45:53.755Z[ host-image] Oct 15 21:45:53.246 INFO O| Oct 15 21:45:53.246 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
87412024-10-15T21:45:53.755Z[ host-image] Oct 15 21:45:53.246 INFO O| Oct 15 21:45:53.246 INFO STEP 53 (remove_files) COMPLETE
87422024-10-15T21:45:53.757Z[ host-image] Oct 15 21:45:53.246 INFO O| Oct 15 21:45:53.246 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87432024-10-15T21:45:53.765Z[ host-image] Oct 15 21:45:53.256 INFO O| Oct 15 21:45:53.256 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
87442024-10-15T21:45:53.765Z[ host-image] Oct 15 21:45:53.256 INFO O| Oct 15 21:45:53.256 INFO STEP 54 (remove_files) COMPLETE
87452024-10-15T21:45:53.767Z[ host-image] Oct 15 21:45:53.256 INFO O| Oct 15 21:45:53.256 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87462024-10-15T21:45:53.774Z[ host-image] Oct 15 21:45:53.265 INFO O| Oct 15 21:45:53.265 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
87472024-10-15T21:45:53.774Z[ host-image] Oct 15 21:45:53.265 INFO O| Oct 15 21:45:53.265 INFO STEP 55 (remove_files) COMPLETE
87482024-10-15T21:45:53.774Z[ host-image] Oct 15 21:45:53.265 INFO O| Oct 15 21:45:53.265 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87492024-10-15T21:45:53.783Z[ host-image] Oct 15 21:45:53.275 INFO O| Oct 15 21:45:53.275 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
87502024-10-15T21:45:53.783Z[ host-image] Oct 15 21:45:53.275 INFO O| Oct 15 21:45:53.275 INFO STEP 56 (remove_files) COMPLETE
87512024-10-15T21:45:53.786Z[ host-image] Oct 15 21:45:53.275 INFO O| Oct 15 21:45:53.275 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87522024-10-15T21:45:53.792Z[ host-image] Oct 15 21:45:53.284 INFO O| Oct 15 21:45:53.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
87532024-10-15T21:45:53.793Z[ host-image] Oct 15 21:45:53.284 INFO O| Oct 15 21:45:53.284 INFO STEP 57 (remove_files) COMPLETE
87542024-10-15T21:45:53.793Z[ host-image] Oct 15 21:45:53.284 INFO O| Oct 15 21:45:53.284 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87552024-10-15T21:45:53.802Z[ host-image] Oct 15 21:45:53.294 INFO O| Oct 15 21:45:53.294 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
87562024-10-15T21:45:53.805Z[ host-image] Oct 15 21:45:53.294 INFO O| Oct 15 21:45:53.294 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
87572024-10-15T21:45:53.805Z[ host-image] Oct 15 21:45:53.294 INFO O| Oct 15 21:45:53.294 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87582024-10-15T21:45:53.805Z[ host-image] Oct 15 21:45:53.294 INFO O| Oct 15 21:45:53.294 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87592024-10-15T21:45:53.805Z[ host-image] Oct 15 21:45:53.294 INFO O| Oct 15 21:45:53.294 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87602024-10-15T21:45:53.805Z[ host-image] Oct 15 21:45:53.294 INFO O| Oct 15 21:45:53.294 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87612024-10-15T21:45:53.805Z[ host-image] Oct 15 21:45:53.294 INFO O| Oct 15 21:45:53.294 INFO ok!
87622024-10-15T21:45:53.805Z[ host-image] Oct 15 21:45:53.294 INFO O| Oct 15 21:45:53.294 INFO STEP 58 (ensure_file) COMPLETE
87632024-10-15T21:45:53.805Z[ host-image] Oct 15 21:45:53.294 INFO O| Oct 15 21:45:53.294 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87642024-10-15T21:45:53.812Z[ host-image] Oct 15 21:45:53.304 INFO O| Oct 15 21:45:53.304 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
87652024-10-15T21:45:53.815Z[ host-image] Oct 15 21:45:53.304 INFO O| Oct 15 21:45:53.304 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
87662024-10-15T21:45:53.815Z[ host-image] Oct 15 21:45:53.304 INFO O| Oct 15 21:45:53.304 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87672024-10-15T21:45:53.816Z[ host-image] Oct 15 21:45:53.304 INFO O| Oct 15 21:45:53.304 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87682024-10-15T21:45:53.816Z[ host-image] Oct 15 21:45:53.304 INFO O| Oct 15 21:45:53.304 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87692024-10-15T21:45:53.816Z[ host-image] Oct 15 21:45:53.304 INFO O| Oct 15 21:45:53.304 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87702024-10-15T21:45:53.816Z[ host-image] Oct 15 21:45:53.304 INFO O| Oct 15 21:45:53.304 INFO ok!
87712024-10-15T21:45:53.816Z[ host-image] Oct 15 21:45:53.304 INFO O| Oct 15 21:45:53.304 INFO STEP 59 (ensure_file) COMPLETE
87722024-10-15T21:45:53.816Z[ host-image] Oct 15 21:45:53.304 INFO O| Oct 15 21:45:53.304 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87732024-10-15T21:45:53.823Z[ host-image] Oct 15 21:45:53.314 INFO O| Oct 15 21:45:53.314 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
87742024-10-15T21:45:53.823Z[ host-image] Oct 15 21:45:53.314 INFO O| Oct 15 21:45:53.314 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
87752024-10-15T21:45:53.825Z[ host-image] Oct 15 21:45:53.314 INFO O| Oct 15 21:45:53.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
87762024-10-15T21:45:53.825Z[ host-image] Oct 15 21:45:53.314 INFO O| Oct 15 21:45:53.314 INFO ok!
87772024-10-15T21:45:53.825Z[ host-image] Oct 15 21:45:53.314 INFO O| Oct 15 21:45:53.314 INFO STEP 60 (ensure_file) COMPLETE
87782024-10-15T21:45:53.825Z[ host-image] Oct 15 21:45:53.314 INFO O| Oct 15 21:45:53.314 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87792024-10-15T21:45:53.832Z[ host-image] Oct 15 21:45:53.324 INFO O| Oct 15 21:45:53.324 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
87802024-10-15T21:45:53.832Z[ host-image] Oct 15 21:45:53.324 INFO O| Oct 15 21:45:53.324 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
87812024-10-15T21:45:53.835Z[ host-image] Oct 15 21:45:53.324 INFO O| Oct 15 21:45:53.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
87822024-10-15T21:45:53.835Z[ host-image] Oct 15 21:45:53.324 INFO O| Oct 15 21:45:53.324 INFO ok!
87832024-10-15T21:45:53.835Z[ host-image] Oct 15 21:45:53.324 INFO O| Oct 15 21:45:53.324 INFO STEP 61 (ensure_file) COMPLETE
87842024-10-15T21:45:53.835Z[ host-image] Oct 15 21:45:53.324 INFO O| Oct 15 21:45:53.324 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87852024-10-15T21:45:53.842Z[ host-image] Oct 15 21:45:53.333 INFO O| Oct 15 21:45:53.333 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
87862024-10-15T21:45:53.842Z[ host-image] Oct 15 21:45:53.333 INFO O| Oct 15 21:45:53.333 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
87872024-10-15T21:45:53.844Z[ host-image] Oct 15 21:45:53.334 INFO O| Oct 15 21:45:53.334 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87882024-10-15T21:45:53.844Z[ host-image] Oct 15 21:45:53.334 INFO O| Oct 15 21:45:53.334 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87892024-10-15T21:45:53.844Z[ host-image] Oct 15 21:45:53.334 INFO O| Oct 15 21:45:53.334 INFO ok!
87902024-10-15T21:45:53.844Z[ host-image] Oct 15 21:45:53.334 INFO O| Oct 15 21:45:53.334 INFO STEP 62 (ensure_file) COMPLETE
87912024-10-15T21:45:53.844Z[ host-image] Oct 15 21:45:53.334 INFO O| Oct 15 21:45:53.334 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87922024-10-15T21:45:53.852Z[ host-image] Oct 15 21:45:53.343 INFO O| Oct 15 21:45:53.343 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
87932024-10-15T21:45:53.852Z[ host-image] Oct 15 21:45:53.343 INFO O| Oct 15 21:45:53.343 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
87942024-10-15T21:45:53.854Z[ host-image] Oct 15 21:45:53.343 INFO O| Oct 15 21:45:53.343 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
87952024-10-15T21:45:53.854Z[ host-image] Oct 15 21:45:53.344 INFO O| Oct 15 21:45:53.343 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
87962024-10-15T21:45:53.854Z[ host-image] Oct 15 21:45:53.344 INFO O| Oct 15 21:45:53.343 INFO ok!
87972024-10-15T21:45:53.854Z[ host-image] Oct 15 21:45:53.344 INFO O| Oct 15 21:45:53.344 INFO STEP 63 (ensure_file) COMPLETE
87982024-10-15T21:45:53.854Z[ host-image] Oct 15 21:45:53.344 INFO O| Oct 15 21:45:53.344 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87992024-10-15T21:45:53.854Z[ recovery-image] Oct 15 21:45:53.344 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s
88002024-10-15T21:45:53.861Z[ host-image] Oct 15 21:45:53.353 INFO O| Oct 15 21:45:53.353 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
88012024-10-15T21:45:53.862Z[ host-image] Oct 15 21:45:53.353 INFO O| Oct 15 21:45:53.353 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
88022024-10-15T21:45:53.864Z[ host-image] Oct 15 21:45:53.353 INFO O| Oct 15 21:45:53.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
88032024-10-15T21:45:53.864Z[ host-image] Oct 15 21:45:53.353 INFO O| Oct 15 21:45:53.353 INFO ok!
88042024-10-15T21:45:53.864Z[ host-image] Oct 15 21:45:53.353 INFO O| Oct 15 21:45:53.353 INFO STEP 64 (assemble_files) COMPLETE
88052024-10-15T21:45:53.864Z[ host-image] Oct 15 21:45:53.353 INFO O| Oct 15 21:45:53.353 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88062024-10-15T21:45:53.864Z[ recovery-image] Oct 15 21:45:53.355 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
88072024-10-15T21:45:53.871Z[ host-image] Oct 15 21:45:53.363 INFO O| Oct 15 21:45:53.363 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
88082024-10-15T21:45:53.871Z[ host-image] Oct 15 21:45:53.363 INFO O| Oct 15 21:45:53.363 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
88092024-10-15T21:45:53.874Z[ host-image] Oct 15 21:45:53.363 INFO O| Oct 15 21:45:53.363 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88102024-10-15T21:45:53.874Z[ host-image] Oct 15 21:45:53.363 INFO O| Oct 15 21:45:53.363 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88112024-10-15T21:45:53.874Z[ host-image] Oct 15 21:45:53.363 INFO O| Oct 15 21:45:53.363 INFO ok!
88122024-10-15T21:45:53.874Z[ host-image] Oct 15 21:45:53.363 INFO O| Oct 15 21:45:53.363 INFO STEP 65 (ensure_file) COMPLETE
88132024-10-15T21:45:53.874Z[ host-image] Oct 15 21:45:53.363 INFO O| Oct 15 21:45:53.363 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88142024-10-15T21:45:53.882Z[ host-image] Oct 15 21:45:53.373 INFO O| Oct 15 21:45:53.372 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88152024-10-15T21:45:53.885Z[ host-image] Oct 15 21:45:53.373 INFO O| Oct 15 21:45:53.373 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88162024-10-15T21:45:53.885Z[ host-image] Oct 15 21:45:53.373 INFO O| Oct 15 21:45:53.373 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88172024-10-15T21:45:53.885Z[ host-image] Oct 15 21:45:53.373 INFO O| Oct 15 21:45:53.373 INFO STEP 66 (ensure_dir) COMPLETE
88182024-10-15T21:45:53.885Z[ host-image] Oct 15 21:45:53.373 INFO O| Oct 15 21:45:53.373 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88192024-10-15T21:45:53.891Z[ host-image] Oct 15 21:45:53.382 INFO O| Oct 15 21:45:53.382 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
88202024-10-15T21:45:53.891Z[ host-image] Oct 15 21:45:53.382 INFO O| Oct 15 21:45:53.382 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 ...
88212024-10-15T21:45:53.901Z[ host-image] Oct 15 21:45:53.393 INFO O| Oct 15 21:45:53.392 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
88222024-10-15T21:45:53.904Z[ host-image] Oct 15 21:45:53.393 INFO O| Oct 15 21:45:53.393 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
88232024-10-15T21:45:53.904Z[ host-image] Oct 15 21:45:53.393 INFO O| Oct 15 21:45:53.393 INFO ok!
88242024-10-15T21:45:53.904Z[ host-image] Oct 15 21:45:53.393 INFO O| Oct 15 21:45:53.393 INFO STEP 67 (ensure_file) COMPLETE
88252024-10-15T21:45:53.904Z[ host-image] Oct 15 21:45:53.393 INFO O| Oct 15 21:45:53.393 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88262024-10-15T21:45:53.912Z[ host-image] Oct 15 21:45:53.404 INFO O| Oct 15 21:45:53.404 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
88272024-10-15T21:45:53.912Z[ host-image] Oct 15 21:45:53.404 INFO O| Oct 15 21:45:53.404 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 ...
88282024-10-15T21:45:53.915Z[ host-image] Oct 15 21:45:53.404 INFO O| Oct 15 21:45:53.404 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
88292024-10-15T21:45:53.915Z[ host-image] Oct 15 21:45:53.404 INFO O| Oct 15 21:45:53.404 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
88302024-10-15T21:45:53.915Z[ host-image] Oct 15 21:45:53.404 INFO O| Oct 15 21:45:53.404 INFO ok!
88312024-10-15T21:45:53.915Z[ host-image] Oct 15 21:45:53.404 INFO O| Oct 15 21:45:53.404 INFO STEP 68 (ensure_file) COMPLETE
88322024-10-15T21:45:53.915Z[ host-image] Oct 15 21:45:53.404 INFO O| Oct 15 21:45:53.404 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88332024-10-15T21:45:53.927Z[ host-image] Oct 15 21:45:53.419 INFO O| Oct 15 21:45:53.419 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
88342024-10-15T21:45:53.930Z[ host-image] Oct 15 21:45:53.419 INFO O| Oct 15 21:45:53.419 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
88352024-10-15T21:45:54.001Z[ recovery-image] Oct 15 21:45:53.492 INFO E| Updating crates.io index
88362024-10-15T21:45:54.069Z[ recovery-image] Oct 15 21:45:53.560 INFO E| Downloading crates ...
88372024-10-15T21:45:54.119Z[ recovery-image] Oct 15 21:45:53.610 INFO E| Downloaded seq-macro v0.3.5
88382024-10-15T21:45:54.128Z[ recovery-image] Oct 15 21:45:53.612 INFO E| Downloaded bitstruct_derive v0.1.0
88392024-10-15T21:45:54.128Z[ recovery-image] Oct 15 21:45:53.613 INFO E| Downloaded cpio_reader v0.1.1
88402024-10-15T21:45:54.129Z[ recovery-image] Oct 15 21:45:53.619 INFO E| Downloaded bitstruct v0.1.1
88412024-10-15T21:45:54.136Z[ recovery-image] Oct 15 21:45:53.624 INFO E| Downloaded bit_field v0.10.2
88422024-10-15T21:45:54.144Z[ recovery-image] Oct 15 21:45:53.636 INFO E| Downloaded raw-cpuid v10.7.0
88432024-10-15T21:45:54.245Z[ recovery-image] Oct 15 21:45:53.736 INFO E| Downloaded x86 v0.52.0
88442024-10-15T21:45:54.305Z[ recovery-image] Oct 15 21:45:53.796 INFO E| Updating crates.io index
88452024-10-15T21:45:54.371Z[ recovery-image] Oct 15 21:45:53.863 INFO E| Downloading crates ...
88462024-10-15T21:45:54.443Z[ recovery-image] Oct 15 21:45:53.935 INFO E| Downloaded compiler_builtins v0.1.125
88472024-10-15T21:45:54.516Z[ recovery-image] Oct 15 21:45:54.008 INFO E| Compiling compiler_builtins v0.1.125
88482024-10-15T21:45:54.516Z[ recovery-image] Oct 15 21:45:54.008 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)
88492024-10-15T21:45:54.517Z[ recovery-image] Oct 15 21:45:54.008 INFO E| Compiling proc-macro2 v1.0.86
88502024-10-15T21:45:54.517Z[ recovery-image] Oct 15 21:45:54.008 INFO E| Compiling unicode-ident v1.0.13
88512024-10-15T21:45:54.519Z[ recovery-image] Oct 15 21:45:54.008 INFO E| Compiling syn v1.0.109
88522024-10-15T21:45:54.519Z[ recovery-image] Oct 15 21:45:54.008 INFO E| Compiling x86 v0.52.0
88532024-10-15T21:45:54.519Z[ recovery-image] Oct 15 21:45:54.008 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
88542024-10-15T21:45:54.519Z[ recovery-image] Oct 15 21:45:54.008 INFO E| Compiling seq-macro v0.3.5
88552024-10-15T21:45:55.729Z[ recovery-image] Oct 15 21:45:55.220 INFO E| Compiling quote v1.0.37
88562024-10-15T21:45:56.173Z[ recovery-image] Oct 15 21:45:55.664 INFO E| Compiling syn v2.0.77
88572024-10-15T21:45:56.418Z[ host-image] Oct 15 21:45:55.909 INFO O| Oct 15 21:45:55.909 INFO STEP 69 (pack_tar) COMPLETE
88582024-10-15T21:45:56.418Z[ host-image] Oct 15 21:45:55.909 INFO O| Oct 15 21:45:55.909 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88592024-10-15T21:45:56.421Z[ host-image] Oct 15 21:45:55.909 INFO O| Oct 15 21:45:55.909 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
88602024-10-15T21:45:56.667Z[ host-image] Oct 15 21:45:56.159 INFO O| Oct 15 21:45:56.159 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88612024-10-15T21:45:56.741Z[ host-image] Oct 15 21:45:56.232 INFO O| Oct 15 21:45:56.232 INFO completed processing gimlet/ramdisk-02-trim
88622024-10-15T21:45:56.743Z[ host-image] Oct 15 21:45:56.234 INFO image builder template: zfs...
88632024-10-15T21:45:56.743Z[ host-image] Oct 15 21:45:56.235 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/.tmpyJO0YQ/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
88642024-10-15T21:45:56.758Z[ host-image] Oct 15 21:45:56.249 INFO O| Oct 15 21:45:56.249 INFO skip include "stress" because feature "stress" is not enabled
88652024-10-15T21:45:56.795Z[ host-image] Oct 15 21:45:56.286 INFO O| Oct 15 21:45:56.286 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
88662024-10-15T21:45:56.800Z[ host-image] Oct 15 21:45:56.291 INFO O| Oct 15 21:45:56.291 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
88672024-10-15T21:45:56.875Z[ host-image] Oct 15 21:45:56.366 INFO O| Oct 15 21:45:56.366 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
88682024-10-15T21:45:56.944Z[ host-image] Oct 15 21:45:56.436 INFO O| Oct 15 21:45:56.436 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
88692024-10-15T21:45:56.945Z[ host-image] Oct 15 21:45:56.436 INFO O| Oct 15 21:45:56.436 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
88702024-10-15T21:45:56.949Z[ host-image] Oct 15 21:45:56.441 INFO O| Oct 15 21:45:56.441 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
88712024-10-15T21:45:57.023Z[ host-image] Oct 15 21:45:56.514 INFO O| Oct 15 21:45:56.514 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
88722024-10-15T21:45:57.084Z[ host-image] Oct 15 21:45:56.576 INFO O| Oct 15 21:45:56.575 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
88732024-10-15T21:45:57.099Z[ host-image] Oct 15 21:45:56.591 INFO O| Oct 15 21:45:56.591 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88742024-10-15T21:45:57.106Z[ host-image] Oct 15 21:45:56.597 INFO O| Oct 15 21:45:56.597 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
88752024-10-15T21:45:57.109Z[ host-image] Oct 15 21:45:56.597 INFO O| Oct 15 21:45:56.597 INFO no lofi found
88762024-10-15T21:45:57.109Z[ host-image] Oct 15 21:45:56.597 INFO O| Oct 15 21:45:56.597 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
88772024-10-15T21:45:57.109Z[ host-image] Oct 15 21:45:56.597 INFO O| Oct 15 21:45:56.597 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88782024-10-15T21:45:58.521Z[ host-image] Oct 15 21:45:58.012 INFO O| Oct 15 21:45:58.012 INFO lofi device = /dev/dsk/c2t1d0p0
88792024-10-15T21:45:58.521Z[ host-image] Oct 15 21:45:58.012 INFO O| Oct 15 21:45:58.012 INFO pool device = /dev/dsk/c2t1d0p0
88802024-10-15T21:45:58.524Z[ host-image] Oct 15 21:45:58.012 INFO O| Oct 15 21:45:58.012 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"]
88812024-10-15T21:45:58.662Z[ host-image] Oct 15 21:45:58.154 INFO O| Oct 15 21:45:58.153 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88822024-10-15T21:45:58.662Z[ host-image] Oct 15 21:45:58.154 INFO O| Oct 15 21:45:58.154 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
88832024-10-15T21:45:58.697Z[ host-image] Oct 15 21:45:58.188 INFO O| Oct 15 21:45:58.188 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
88842024-10-15T21:45:58.775Z[ host-image] Oct 15 21:45:58.266 INFO O| Oct 15 21:45:58.266 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
88852024-10-15T21:45:58.817Z[ host-image] Oct 15 21:45:58.308 INFO O| Oct 15 21:45:58.308 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
88862024-10-15T21:45:58.820Z[ recovery-image] Oct 15 21:45:58.312 INFO E| Compiling scroll_derive v0.12.0
88872024-10-15T21:45:58.835Z[ host-image] Oct 15 21:45:58.326 INFO O| Oct 15 21:45:58.326 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
88882024-10-15T21:45:58.849Z[ host-image] Oct 15 21:45:58.340 INFO O| Oct 15 21:45:58.340 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
88892024-10-15T21:45:58.903Z[ host-image] Oct 15 21:45:58.394 INFO O| Oct 15 21:45:58.394 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
88902024-10-15T21:45:58.903Z[ host-image] Oct 15 21:45:58.394 INFO O| Oct 15 21:45:58.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
88912024-10-15T21:45:58.903Z[ host-image] Oct 15 21:45:58.394 INFO O| Oct 15 21:45:58.394 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
88922024-10-15T21:45:58.915Z[ host-image] Oct 15 21:45:58.406 INFO O| Oct 15 21:45:58.406 INFO boot environment UUID: 06271b03-d26e-46ed-9cc0-ab4b36f793fe
88932024-10-15T21:45:58.915Z[ host-image] Oct 15 21:45:58.406 INFO O| Oct 15 21:45:58.406 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 06271b03-d26e-46ed-9cc0-ab4b36f793fe
88942024-10-15T21:45:58.931Z[ host-image] Oct 15 21:45:58.421 INFO O| Oct 15 21:45:58.421 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88952024-10-15T21:45:58.946Z[ host-image] Oct 15 21:45:58.437 INFO O| Oct 15 21:45:58.437 INFO STEP 0 (create_be) COMPLETE
88962024-10-15T21:45:58.946Z[ host-image] Oct 15 21:45:58.437 INFO O| Oct 15 21:45:58.437 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88972024-10-15T21:45:58.965Z[ host-image] Oct 15 21:45:58.457 INFO O| Oct 15 21:45:58.456 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
88982024-10-15T21:46:02.676Z[ recovery-image] Oct 15 21:46:02.167 INFO E| Compiling bitstruct_derive v0.1.0
88992024-10-15T21:46:17.965Z[ recovery-image] Oct 15 21:46:17.453 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)
89002024-10-15T21:46:19.707Z[ host-image] Oct 15 21:46:19.199 INFO O| Oct 15 21:46:19.198 INFO STEP 1 (unpack_tar) COMPLETE
89012024-10-15T21:46:19.710Z[ host-image] Oct 15 21:46:19.199 INFO O| Oct 15 21:46:19.199 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89022024-10-15T21:46:19.725Z[ host-image] Oct 15 21:46:19.217 INFO O| Oct 15 21:46:19.217 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
89032024-10-15T21:46:19.956Z[ host-image] Oct 15 21:46:19.447 INFO O| Oct 15 21:46:19.447 INFO STEP 2 (devfsadm) COMPLETE
89042024-10-15T21:46:19.956Z[ host-image] Oct 15 21:46:19.448 INFO O| Oct 15 21:46:19.447 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89052024-10-15T21:46:19.970Z[ host-image] Oct 15 21:46:19.461 INFO O| Oct 15 21:46:19.461 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89062024-10-15T21:46:19.973Z[ host-image] Oct 15 21:46:19.461 INFO O| Oct 15 21:46:19.461 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89072024-10-15T21:46:19.973Z[ host-image] Oct 15 21:46:19.461 INFO O| Oct 15 21:46:19.461 INFO STEP 3 (ensure_dir) COMPLETE
89082024-10-15T21:46:19.973Z[ host-image] Oct 15 21:46:19.461 INFO O| Oct 15 21:46:19.461 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89092024-10-15T21:46:19.987Z[ host-image] Oct 15 21:46:19.478 INFO O| Oct 15 21:46:19.478 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89102024-10-15T21:46:19.987Z[ host-image] Oct 15 21:46:19.479 INFO O| Oct 15 21:46:19.478 INFO STEP 4 (ensure_dir) COMPLETE
89112024-10-15T21:46:19.990Z[ host-image] Oct 15 21:46:19.479 INFO O| Oct 15 21:46:19.478 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89122024-10-15T21:46:20.004Z[ host-image] Oct 15 21:46:19.495 INFO O| Oct 15 21:46:19.495 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89132024-10-15T21:46:20.004Z[ host-image] Oct 15 21:46:19.495 INFO O| Oct 15 21:46:19.495 INFO STEP 5 (ensure_dir) COMPLETE
89142024-10-15T21:46:20.004Z[ host-image] Oct 15 21:46:19.495 INFO O| Oct 15 21:46:19.495 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89152024-10-15T21:46:20.020Z[ host-image] Oct 15 21:46:19.511 INFO O| Oct 15 21:46:19.511 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89162024-10-15T21:46:20.020Z[ host-image] Oct 15 21:46:19.511 INFO O| Oct 15 21:46:19.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89172024-10-15T21:46:20.022Z[ host-image] Oct 15 21:46:19.511 INFO O| Oct 15 21:46:19.511 INFO STEP 6 (ensure_dir) COMPLETE
89182024-10-15T21:46:20.022Z[ host-image] Oct 15 21:46:19.511 INFO O| Oct 15 21:46:19.511 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89192024-10-15T21:46:20.034Z[ host-image] Oct 15 21:46:19.524 INFO O| Oct 15 21:46:19.524 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89202024-10-15T21:46:20.034Z[ host-image] Oct 15 21:46:19.524 INFO O| Oct 15 21:46:19.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89212024-10-15T21:46:20.036Z[ host-image] Oct 15 21:46:19.524 INFO O| Oct 15 21:46:19.524 INFO STEP 7 (ensure_dir) COMPLETE
89222024-10-15T21:46:20.036Z[ host-image] Oct 15 21:46:19.524 INFO O| Oct 15 21:46:19.524 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89232024-10-15T21:46:20.046Z[ host-image] Oct 15 21:46:19.538 INFO O| Oct 15 21:46:19.538 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
89242024-10-15T21:46:20.049Z[ host-image] Oct 15 21:46:19.538 INFO O| Oct 15 21:46:19.538 INFO STEP 8 (remove_files) COMPLETE
89252024-10-15T21:46:20.049Z[ host-image] Oct 15 21:46:19.538 INFO O| Oct 15 21:46:19.538 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89262024-10-15T21:46:20.063Z[ host-image] Oct 15 21:46:19.554 INFO O| Oct 15 21:46:19.554 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
89272024-10-15T21:46:20.066Z[ host-image] Oct 15 21:46:19.555 INFO O| Oct 15 21:46:19.555 INFO STEP 9 (remove_files) COMPLETE
89282024-10-15T21:46:20.066Z[ host-image] Oct 15 21:46:19.555 INFO O| Oct 15 21:46:19.555 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89292024-10-15T21:46:20.077Z[ host-image] Oct 15 21:46:19.568 INFO O| Oct 15 21:46:19.568 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
89302024-10-15T21:46:20.079Z[ host-image] Oct 15 21:46:19.569 INFO O| Oct 15 21:46:19.569 INFO STEP 10 (remove_files) COMPLETE
89312024-10-15T21:46:20.079Z[ host-image] Oct 15 21:46:19.569 INFO O| Oct 15 21:46:19.569 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89322024-10-15T21:46:20.088Z[ host-image] Oct 15 21:46:19.580 INFO O| Oct 15 21:46:19.579 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
89332024-10-15T21:46:20.088Z[ host-image] Oct 15 21:46:19.580 INFO O| Oct 15 21:46:19.580 INFO STEP 11 (remove_files) COMPLETE
89342024-10-15T21:46:20.091Z[ host-image] Oct 15 21:46:19.580 INFO O| Oct 15 21:46:19.580 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89352024-10-15T21:46:20.098Z[ host-image] Oct 15 21:46:19.590 INFO O| Oct 15 21:46:19.590 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
89362024-10-15T21:46:20.098Z[ host-image] Oct 15 21:46:19.590 INFO O| Oct 15 21:46:19.590 INFO STEP 12 (remove_files) COMPLETE
89372024-10-15T21:46:20.101Z[ host-image] Oct 15 21:46:19.590 INFO O| Oct 15 21:46:19.590 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89382024-10-15T21:46:20.108Z[ host-image] Oct 15 21:46:19.600 INFO O| Oct 15 21:46:19.600 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89392024-10-15T21:46:20.111Z[ host-image] Oct 15 21:46:19.600 INFO O| Oct 15 21:46:19.600 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89402024-10-15T21:46:20.111Z[ host-image] Oct 15 21:46:19.600 INFO O| Oct 15 21:46:19.600 INFO STEP 13 (ensure_dir) COMPLETE
89412024-10-15T21:46:20.111Z[ host-image] Oct 15 21:46:19.600 INFO O| Oct 15 21:46:19.600 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89422024-10-15T21:46:20.118Z[ host-image] Oct 15 21:46:19.610 INFO O| Oct 15 21:46:19.610 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89432024-10-15T21:46:20.118Z[ host-image] Oct 15 21:46:19.610 INFO O| Oct 15 21:46:19.610 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89442024-10-15T21:46:20.121Z[ host-image] Oct 15 21:46:19.610 INFO O| Oct 15 21:46:19.610 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89452024-10-15T21:46:20.121Z[ host-image] Oct 15 21:46:19.610 INFO O| Oct 15 21:46:19.610 INFO STEP 14 (ensure_dir) COMPLETE
89462024-10-15T21:46:20.121Z[ host-image] Oct 15 21:46:19.610 INFO O| Oct 15 21:46:19.610 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89472024-10-15T21:46:20.128Z[ host-image] Oct 15 21:46:19.620 INFO O| Oct 15 21:46:19.620 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89482024-10-15T21:46:20.128Z[ host-image] Oct 15 21:46:19.620 INFO O| Oct 15 21:46:19.620 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89492024-10-15T21:46:20.131Z[ host-image] Oct 15 21:46:19.620 INFO O| Oct 15 21:46:19.620 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89502024-10-15T21:46:20.131Z[ host-image] Oct 15 21:46:19.620 INFO O| Oct 15 21:46:19.620 INFO STEP 15 (ensure_dir) COMPLETE
89512024-10-15T21:46:20.131Z[ host-image] Oct 15 21:46:19.620 INFO O| Oct 15 21:46:19.620 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89522024-10-15T21:46:20.138Z[ host-image] Oct 15 21:46:19.630 INFO O| Oct 15 21:46:19.630 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89532024-10-15T21:46:20.138Z[ host-image] Oct 15 21:46:19.630 INFO O| Oct 15 21:46:19.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89542024-10-15T21:46:20.141Z[ host-image] Oct 15 21:46:19.630 INFO O| Oct 15 21:46:19.630 INFO STEP 16 (ensure_dir) COMPLETE
89552024-10-15T21:46:20.141Z[ host-image] Oct 15 21:46:19.630 INFO O| Oct 15 21:46:19.630 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89562024-10-15T21:46:20.150Z[ host-image] Oct 15 21:46:19.642 INFO O| Oct 15 21:46:19.642 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89572024-10-15T21:46:20.153Z[ host-image] Oct 15 21:46:19.642 INFO O| Oct 15 21:46:19.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89582024-10-15T21:46:20.153Z[ host-image] Oct 15 21:46:19.642 INFO O| Oct 15 21:46:19.642 INFO STEP 17 (ensure_dir) COMPLETE
89592024-10-15T21:46:20.153Z[ host-image] Oct 15 21:46:19.642 INFO O| Oct 15 21:46:19.642 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89602024-10-15T21:46:20.165Z[ host-image] Oct 15 21:46:19.656 INFO O| Oct 15 21:46:19.656 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89612024-10-15T21:46:20.165Z[ host-image] Oct 15 21:46:19.656 INFO O| Oct 15 21:46:19.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
89622024-10-15T21:46:20.167Z[ host-image] Oct 15 21:46:19.656 INFO O| Oct 15 21:46:19.656 INFO ok!
89632024-10-15T21:46:20.167Z[ host-image] Oct 15 21:46:19.656 INFO O| Oct 15 21:46:19.656 INFO STEP 18 (ensure_symlink) COMPLETE
89642024-10-15T21:46:20.167Z[ host-image] Oct 15 21:46:19.656 INFO O| Oct 15 21:46:19.656 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89652024-10-15T21:46:20.175Z[ host-image] Oct 15 21:46:19.666 INFO O| Oct 15 21:46:19.666 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89662024-10-15T21:46:20.178Z[ host-image] Oct 15 21:46:19.666 INFO O| Oct 15 21:46:19.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89672024-10-15T21:46:20.178Z[ host-image] Oct 15 21:46:19.666 INFO O| Oct 15 21:46:19.666 INFO ok!
89682024-10-15T21:46:20.178Z[ host-image] Oct 15 21:46:19.666 INFO O| Oct 15 21:46:19.666 INFO STEP 19 (ensure_file) COMPLETE
89692024-10-15T21:46:20.178Z[ host-image] Oct 15 21:46:19.666 INFO O| Oct 15 21:46:19.666 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89702024-10-15T21:46:20.185Z[ host-image] Oct 15 21:46:19.676 INFO O| Oct 15 21:46:19.676 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89712024-10-15T21:46:20.187Z[ host-image] Oct 15 21:46:19.676 INFO O| Oct 15 21:46:19.676 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89722024-10-15T21:46:20.187Z[ host-image] Oct 15 21:46:19.677 INFO O| Oct 15 21:46:19.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
89732024-10-15T21:46:20.188Z[ host-image] Oct 15 21:46:19.677 INFO O| Oct 15 21:46:19.677 INFO ok!
89742024-10-15T21:46:20.188Z[ host-image] Oct 15 21:46:19.677 INFO O| Oct 15 21:46:19.677 INFO STEP 20 (ensure_symlink) COMPLETE
89752024-10-15T21:46:20.188Z[ host-image] Oct 15 21:46:19.677 INFO O| Oct 15 21:46:19.677 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89762024-10-15T21:46:20.199Z[ host-image] Oct 15 21:46:19.690 INFO O| Oct 15 21:46:19.690 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
89772024-10-15T21:46:20.199Z[ host-image] Oct 15 21:46:19.690 INFO O| Oct 15 21:46:19.690 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89782024-10-15T21:46:20.201Z[ host-image] Oct 15 21:46:19.690 INFO O| Oct 15 21:46:19.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
89792024-10-15T21:46:20.201Z[ host-image] Oct 15 21:46:19.690 INFO O| Oct 15 21:46:19.690 INFO ok!
89802024-10-15T21:46:20.201Z[ host-image] Oct 15 21:46:19.690 INFO O| Oct 15 21:46:19.690 INFO STEP 21 (ensure_symlink) COMPLETE
89812024-10-15T21:46:20.201Z[ host-image] Oct 15 21:46:19.690 INFO O| Oct 15 21:46:19.690 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89822024-10-15T21:46:20.210Z[ host-image] Oct 15 21:46:19.702 INFO O| Oct 15 21:46:19.702 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
89832024-10-15T21:46:20.213Z[ host-image] Oct 15 21:46:19.702 INFO O| Oct 15 21:46:19.702 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
89842024-10-15T21:46:20.213Z[ host-image] Oct 15 21:46:19.702 INFO O| Oct 15 21:46:19.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
89852024-10-15T21:46:20.213Z[ host-image] Oct 15 21:46:19.702 INFO O| Oct 15 21:46:19.702 INFO ok!
89862024-10-15T21:46:20.213Z[ host-image] Oct 15 21:46:19.702 INFO O| Oct 15 21:46:19.702 INFO STEP 22 (ensure_symlink) COMPLETE
89872024-10-15T21:46:20.213Z[ host-image] Oct 15 21:46:19.702 INFO O| Oct 15 21:46:19.702 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89882024-10-15T21:46:20.221Z[ host-image] Oct 15 21:46:19.712 INFO O| Oct 15 21:46:19.712 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
89892024-10-15T21:46:20.221Z[ host-image] Oct 15 21:46:19.713 INFO O| Oct 15 21:46:19.712 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
89902024-10-15T21:46:20.224Z[ host-image] Oct 15 21:46:19.713 INFO O| Oct 15 21:46:19.713 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
89912024-10-15T21:46:20.224Z[ host-image] Oct 15 21:46:19.713 INFO O| Oct 15 21:46:19.713 INFO ok!
89922024-10-15T21:46:20.224Z[ host-image] Oct 15 21:46:19.713 INFO O| Oct 15 21:46:19.713 INFO STEP 23 (ensure_symlink) COMPLETE
89932024-10-15T21:46:20.224Z[ host-image] Oct 15 21:46:19.713 INFO O| Oct 15 21:46:19.713 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89942024-10-15T21:46:20.232Z[ host-image] Oct 15 21:46:19.723 INFO O| Oct 15 21:46:19.723 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
89952024-10-15T21:46:20.234Z[ host-image] Oct 15 21:46:19.723 INFO O| Oct 15 21:46:19.723 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
89962024-10-15T21:46:20.234Z[ host-image] Oct 15 21:46:19.724 INFO O| Oct 15 21:46:19.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
89972024-10-15T21:46:20.234Z[ host-image] Oct 15 21:46:19.724 INFO O| Oct 15 21:46:19.723 INFO ok!
89982024-10-15T21:46:20.235Z[ host-image] Oct 15 21:46:19.724 INFO O| Oct 15 21:46:19.724 INFO STEP 24 (ensure_file) COMPLETE
89992024-10-15T21:46:20.235Z[ host-image] Oct 15 21:46:19.724 INFO O| Oct 15 21:46:19.724 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90002024-10-15T21:46:20.243Z[ host-image] Oct 15 21:46:19.734 INFO O| Oct 15 21:46:19.734 INFO updating shadow file
90012024-10-15T21:46:20.245Z[ host-image] Oct 15 21:46:19.734 INFO O| Oct 15 21:46:19.734 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90022024-10-15T21:46:20.245Z[ host-image] Oct 15 21:46:19.734 INFO O| Oct 15 21:46:19.734 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90032024-10-15T21:46:20.245Z[ host-image] Oct 15 21:46:19.734 INFO O| Oct 15 21:46:19.734 INFO STEP 25 (shadow) COMPLETE
90042024-10-15T21:46:20.245Z[ host-image] Oct 15 21:46:19.734 INFO O| Oct 15 21:46:19.734 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90052024-10-15T21:46:20.253Z[ host-image] Oct 15 21:46:19.745 INFO O| Oct 15 21:46:19.745 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
90062024-10-15T21:46:20.253Z[ host-image] Oct 15 21:46:19.745 INFO O| Oct 15 21:46:19.745 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
90072024-10-15T21:46:20.256Z[ host-image] Oct 15 21:46:19.745 INFO O| Oct 15 21:46:19.745 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
90082024-10-15T21:46:20.256Z[ host-image] Oct 15 21:46:19.745 INFO O| Oct 15 21:46:19.745 INFO ok!
90092024-10-15T21:46:20.256Z[ host-image] Oct 15 21:46:19.745 INFO O| Oct 15 21:46:19.745 INFO STEP 26 (ensure_file) COMPLETE
90102024-10-15T21:46:20.256Z[ host-image] Oct 15 21:46:19.745 INFO O| Oct 15 21:46:19.745 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90112024-10-15T21:46:20.264Z[ host-image] Oct 15 21:46:19.755 INFO O| Oct 15 21:46:19.755 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
90122024-10-15T21:46:20.264Z[ host-image] Oct 15 21:46:19.755 INFO O| Oct 15 21:46:19.755 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
90132024-10-15T21:46:20.264Z[ host-image] Oct 15 21:46:19.755 INFO O| Oct 15 21:46:19.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
90142024-10-15T21:46:20.264Z[ host-image] Oct 15 21:46:19.755 INFO O| Oct 15 21:46:19.755 INFO ok!
90152024-10-15T21:46:20.266Z[ host-image] Oct 15 21:46:19.755 INFO O| Oct 15 21:46:19.755 INFO STEP 27 (ensure_file) COMPLETE
90162024-10-15T21:46:20.267Z[ host-image] Oct 15 21:46:19.755 INFO O| Oct 15 21:46:19.755 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90172024-10-15T21:46:20.274Z[ host-image] Oct 15 21:46:19.766 INFO O| Oct 15 21:46:19.766 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90182024-10-15T21:46:20.274Z[ host-image] Oct 15 21:46:19.766 INFO O| Oct 15 21:46:19.766 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
90192024-10-15T21:46:20.277Z[ host-image] Oct 15 21:46:19.766 INFO O| Oct 15 21:46:19.766 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90202024-10-15T21:46:20.277Z[ host-image] Oct 15 21:46:19.766 INFO O| Oct 15 21:46:19.766 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90212024-10-15T21:46:20.277Z[ host-image] Oct 15 21:46:19.766 INFO O| Oct 15 21:46:19.766 INFO ok!
90222024-10-15T21:46:20.277Z[ host-image] Oct 15 21:46:19.766 INFO O| Oct 15 21:46:19.766 INFO STEP 28 (ensure_file) COMPLETE
90232024-10-15T21:46:20.277Z[ host-image] Oct 15 21:46:19.766 INFO O| Oct 15 21:46:19.766 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90242024-10-15T21:46:20.297Z[ host-image] Oct 15 21:46:19.776 INFO O| Oct 15 21:46:19.776 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
90252024-10-15T21:46:20.297Z[ host-image] Oct 15 21:46:19.776 INFO O| Oct 15 21:46:19.776 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
90262024-10-15T21:46:20.297Z[ host-image] Oct 15 21:46:19.776 INFO O| Oct 15 21:46:19.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
90272024-10-15T21:46:20.297Z[ host-image] Oct 15 21:46:19.776 INFO O| Oct 15 21:46:19.776 INFO ok!
90282024-10-15T21:46:20.297Z[ host-image] Oct 15 21:46:19.776 INFO O| Oct 15 21:46:19.776 INFO STEP 29 (ensure_file) COMPLETE
90292024-10-15T21:46:20.297Z[ host-image] Oct 15 21:46:19.776 INFO O| Oct 15 21:46:19.776 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90302024-10-15T21:46:20.297Z[ host-image] Oct 15 21:46:19.786 INFO O| Oct 15 21:46:19.786 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
90312024-10-15T21:46:20.297Z[ host-image] Oct 15 21:46:19.786 INFO O| Oct 15 21:46:19.786 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
90322024-10-15T21:46:20.297Z[ host-image] Oct 15 21:46:19.787 INFO O| Oct 15 21:46:19.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
90332024-10-15T21:46:20.297Z[ host-image] Oct 15 21:46:19.787 INFO O| Oct 15 21:46:19.787 INFO ok!
90342024-10-15T21:46:20.297Z[ host-image] Oct 15 21:46:19.787 INFO O| Oct 15 21:46:19.787 INFO STEP 30 (ensure_file) COMPLETE
90352024-10-15T21:46:20.297Z[ host-image] Oct 15 21:46:19.787 INFO O| Oct 15 21:46:19.787 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90362024-10-15T21:46:20.305Z[ host-image] Oct 15 21:46:19.797 INFO O| Oct 15 21:46:19.797 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
90372024-10-15T21:46:20.305Z[ host-image] Oct 15 21:46:19.797 INFO O| Oct 15 21:46:19.797 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
90382024-10-15T21:46:20.308Z[ host-image] Oct 15 21:46:19.797 INFO O| Oct 15 21:46:19.797 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90392024-10-15T21:46:20.308Z[ host-image] Oct 15 21:46:19.797 INFO O| Oct 15 21:46:19.797 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90402024-10-15T21:46:20.308Z[ host-image] Oct 15 21:46:19.797 INFO O| Oct 15 21:46:19.797 INFO ok!
90412024-10-15T21:46:20.308Z[ host-image] Oct 15 21:46:19.797 INFO O| Oct 15 21:46:19.797 INFO STEP 31 (ensure_file) COMPLETE
90422024-10-15T21:46:20.308Z[ host-image] Oct 15 21:46:19.797 INFO O| Oct 15 21:46:19.797 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90432024-10-15T21:46:20.316Z[ host-image] Oct 15 21:46:19.807 INFO O| Oct 15 21:46:19.807 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
90442024-10-15T21:46:20.316Z[ host-image] Oct 15 21:46:19.808 INFO O| Oct 15 21:46:19.807 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
90452024-10-15T21:46:20.319Z[ host-image] Oct 15 21:46:19.808 INFO O| Oct 15 21:46:19.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
90462024-10-15T21:46:20.319Z[ host-image] Oct 15 21:46:19.808 INFO O| Oct 15 21:46:19.808 INFO ok!
90472024-10-15T21:46:20.319Z[ host-image] Oct 15 21:46:19.808 INFO O| Oct 15 21:46:19.808 INFO STEP 32 (ensure_file) COMPLETE
90482024-10-15T21:46:20.319Z[ host-image] Oct 15 21:46:19.808 INFO O| Oct 15 21:46:19.808 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90492024-10-15T21:46:20.327Z[ host-image] Oct 15 21:46:19.818 INFO O| Oct 15 21:46:19.818 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90502024-10-15T21:46:20.327Z[ host-image] Oct 15 21:46:19.818 INFO O| Oct 15 21:46:19.818 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
90512024-10-15T21:46:20.330Z[ host-image] Oct 15 21:46:19.819 INFO O| Oct 15 21:46:19.819 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
90522024-10-15T21:46:20.330Z[ host-image] Oct 15 21:46:19.819 INFO O| Oct 15 21:46:19.819 INFO ok!
90532024-10-15T21:46:20.330Z[ host-image] Oct 15 21:46:19.819 INFO O| Oct 15 21:46:19.819 INFO STEP 33 (ensure_file) COMPLETE
90542024-10-15T21:46:20.330Z[ host-image] Oct 15 21:46:19.819 INFO O| Oct 15 21:46:19.819 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90552024-10-15T21:46:20.337Z[ host-image] Oct 15 21:46:19.829 INFO O| Oct 15 21:46:19.829 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
90562024-10-15T21:46:20.338Z[ host-image] Oct 15 21:46:19.829 INFO O| Oct 15 21:46:19.829 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
90572024-10-15T21:46:20.340Z[ host-image] Oct 15 21:46:19.829 INFO O| Oct 15 21:46:19.829 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90582024-10-15T21:46:20.340Z[ host-image] Oct 15 21:46:19.829 INFO O| Oct 15 21:46:19.829 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90592024-10-15T21:46:20.340Z[ host-image] Oct 15 21:46:19.829 INFO O| Oct 15 21:46:19.829 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90602024-10-15T21:46:20.340Z[ host-image] Oct 15 21:46:19.829 INFO O| Oct 15 21:46:19.829 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90612024-10-15T21:46:20.340Z[ host-image] Oct 15 21:46:19.829 INFO O| Oct 15 21:46:19.829 INFO ok!
90622024-10-15T21:46:20.340Z[ host-image] Oct 15 21:46:19.829 INFO O| Oct 15 21:46:19.829 INFO STEP 34 (ensure_file) COMPLETE
90632024-10-15T21:46:20.340Z[ host-image] Oct 15 21:46:19.829 INFO O| Oct 15 21:46:19.829 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90642024-10-15T21:46:20.348Z[ host-image] Oct 15 21:46:19.839 INFO O| Oct 15 21:46:19.839 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90652024-10-15T21:46:20.350Z[ host-image] Oct 15 21:46:19.839 INFO O| Oct 15 21:46:19.839 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90662024-10-15T21:46:20.350Z[ host-image] Oct 15 21:46:19.839 INFO O| Oct 15 21:46:19.839 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90672024-10-15T21:46:20.350Z[ host-image] Oct 15 21:46:19.839 INFO O| Oct 15 21:46:19.839 INFO STEP 35 (ensure_dir) COMPLETE
90682024-10-15T21:46:20.350Z[ host-image] Oct 15 21:46:19.839 INFO O| Oct 15 21:46:19.839 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90692024-10-15T21:46:20.358Z[ host-image] Oct 15 21:46:19.850 INFO O| Oct 15 21:46:19.849 INFO file /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
90702024-10-15T21:46:20.358Z[ host-image] Oct 15 21:46:19.850 INFO O| Oct 15 21:46:19.849 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
90712024-10-15T21:46:20.361Z[ host-image] Oct 15 21:46:19.850 INFO O| Oct 15 21:46:19.850 INFO perms are 644, should be 555, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
90722024-10-15T21:46:20.361Z[ host-image] Oct 15 21:46:19.850 INFO O| Oct 15 21:46:19.850 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
90732024-10-15T21:46:20.361Z[ host-image] Oct 15 21:46:19.850 INFO O| Oct 15 21:46:19.850 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
90742024-10-15T21:46:20.361Z[ host-image] Oct 15 21:46:19.850 INFO O| Oct 15 21:46:19.850 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
90752024-10-15T21:46:20.361Z[ host-image] Oct 15 21:46:19.850 INFO O| Oct 15 21:46:19.850 INFO ok!
90762024-10-15T21:46:20.361Z[ host-image] Oct 15 21:46:19.850 INFO O| Oct 15 21:46:19.850 INFO STEP 36 (ensure_file) COMPLETE
90772024-10-15T21:46:20.361Z[ host-image] Oct 15 21:46:19.850 INFO O| Oct 15 21:46:19.850 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90782024-10-15T21:46:20.368Z[ host-image] Oct 15 21:46:19.860 INFO O| Oct 15 21:46:19.860 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
90792024-10-15T21:46:20.371Z[ host-image] Oct 15 21:46:19.860 INFO O| Oct 15 21:46:19.860 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
90802024-10-15T21:46:20.371Z[ host-image] Oct 15 21:46:19.860 INFO O| Oct 15 21:46:19.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
90812024-10-15T21:46:20.371Z[ host-image] Oct 15 21:46:19.860 INFO O| Oct 15 21:46:19.860 INFO ok!
90822024-10-15T21:46:20.371Z[ host-image] Oct 15 21:46:19.860 INFO O| Oct 15 21:46:19.860 INFO STEP 37 (ensure_symlink) COMPLETE
90832024-10-15T21:46:20.371Z[ host-image] Oct 15 21:46:19.860 INFO O| Oct 15 21:46:19.860 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90842024-10-15T21:46:20.378Z[ host-image] Oct 15 21:46:19.870 INFO O| Oct 15 21:46:19.870 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
90852024-10-15T21:46:20.378Z[ host-image] Oct 15 21:46:19.870 INFO O| Oct 15 21:46:19.870 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90862024-10-15T21:46:20.378Z[ host-image] Oct 15 21:46:19.870 INFO O| Oct 15 21:46:19.870 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90872024-10-15T21:46:20.381Z[ host-image] Oct 15 21:46:19.870 INFO O| Oct 15 21:46:19.870 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90882024-10-15T21:46:20.381Z[ host-image] Oct 15 21:46:19.870 INFO O| Oct 15 21:46:19.870 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90892024-10-15T21:46:20.381Z[ host-image] Oct 15 21:46:19.870 INFO O| Oct 15 21:46:19.870 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90902024-10-15T21:46:20.381Z[ host-image] Oct 15 21:46:19.870 INFO O| Oct 15 21:46:19.870 INFO ok!
90912024-10-15T21:46:20.381Z[ host-image] Oct 15 21:46:19.870 INFO O| Oct 15 21:46:19.870 INFO STEP 38 (ensure_file) COMPLETE
90922024-10-15T21:46:20.381Z[ host-image] Oct 15 21:46:19.870 INFO O| Oct 15 21:46:19.870 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90932024-10-15T21:46:20.389Z[ host-image] Oct 15 21:46:19.880 INFO O| Oct 15 21:46:19.880 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
90942024-10-15T21:46:20.389Z[ host-image] Oct 15 21:46:19.880 INFO O| Oct 15 21:46:19.880 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
90952024-10-15T21:46:20.391Z[ host-image] Oct 15 21:46:19.880 INFO O| Oct 15 21:46:19.880 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90962024-10-15T21:46:20.391Z[ host-image] Oct 15 21:46:19.880 INFO O| Oct 15 21:46:19.880 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90972024-10-15T21:46:20.391Z[ host-image] Oct 15 21:46:19.880 INFO O| Oct 15 21:46:19.880 INFO ok!
90982024-10-15T21:46:20.391Z[ host-image] Oct 15 21:46:19.880 INFO O| Oct 15 21:46:19.880 INFO STEP 39 (ensure_file) COMPLETE
90992024-10-15T21:46:20.391Z[ host-image] Oct 15 21:46:19.880 INFO O| Oct 15 21:46:19.880 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91002024-10-15T21:46:20.401Z[ host-image] Oct 15 21:46:19.893 INFO O| Oct 15 21:46:19.893 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
91012024-10-15T21:46:20.401Z[ host-image] Oct 15 21:46:19.893 INFO O| Oct 15 21:46:19.893 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
91022024-10-15T21:46:20.404Z[ host-image] Oct 15 21:46:19.893 INFO O| Oct 15 21:46:19.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
91032024-10-15T21:46:20.404Z[ host-image] Oct 15 21:46:19.893 INFO O| Oct 15 21:46:19.893 INFO ok!
91042024-10-15T21:46:20.404Z[ host-image] Oct 15 21:46:19.893 INFO O| Oct 15 21:46:19.893 INFO STEP 40 (ensure_file) COMPLETE
91052024-10-15T21:46:20.404Z[ host-image] Oct 15 21:46:19.893 INFO O| Oct 15 21:46:19.893 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91062024-10-15T21:46:20.414Z[ host-image] Oct 15 21:46:19.906 INFO O| Oct 15 21:46:19.906 INFO updating shadow file
91072024-10-15T21:46:20.414Z[ host-image] Oct 15 21:46:19.906 INFO O| Oct 15 21:46:19.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91082024-10-15T21:46:20.417Z[ host-image] Oct 15 21:46:19.906 INFO O| Oct 15 21:46:19.906 INFO STEP 41 (shadow) COMPLETE
91092024-10-15T21:46:20.417Z[ host-image] Oct 15 21:46:19.906 INFO O| Oct 15 21:46:19.906 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91102024-10-15T21:46:20.425Z[ host-image] Oct 15 21:46:19.916 INFO O| Oct 15 21:46:19.916 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
91112024-10-15T21:46:20.427Z[ host-image] Oct 15 21:46:19.916 INFO O| Oct 15 21:46:19.916 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
91122024-10-15T21:46:20.428Z[ host-image] Oct 15 21:46:19.917 INFO O| Oct 15 21:46:19.917 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91132024-10-15T21:46:20.428Z[ host-image] Oct 15 21:46:19.917 INFO O| Oct 15 21:46:19.917 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91142024-10-15T21:46:20.428Z[ host-image] Oct 15 21:46:19.917 INFO O| Oct 15 21:46:19.917 INFO ok!
91152024-10-15T21:46:20.428Z[ host-image] Oct 15 21:46:19.917 INFO O| Oct 15 21:46:19.917 INFO STEP 42 (ensure_file) COMPLETE
91162024-10-15T21:46:20.428Z[ host-image] Oct 15 21:46:19.917 INFO O| Oct 15 21:46:19.917 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91172024-10-15T21:46:20.428Z[ host-image] Oct 15 21:46:19.917 INFO O| Oct 15 21:46:19.917 INFO skip step because feature "mfg" is not enabled
91182024-10-15T21:46:20.428Z[ host-image] Oct 15 21:46:19.917 INFO O| Oct 15 21:46:19.917 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91192024-10-15T21:46:20.428Z[ host-image] Oct 15 21:46:19.917 INFO O| Oct 15 21:46:19.917 INFO skip step because feature "mfg" is not enabled
91202024-10-15T21:46:20.428Z[ host-image] Oct 15 21:46:19.917 INFO O| Oct 15 21:46:19.917 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91212024-10-15T21:46:20.438Z[ host-image] Oct 15 21:46:19.929 INFO O| Oct 15 21:46:19.929 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
91222024-10-15T21:46:20.438Z[ host-image] Oct 15 21:46:19.929 INFO O| Oct 15 21:46:19.929 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
91232024-10-15T21:46:20.744Z[ recovery-image] Oct 15 21:46:20.230 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)
91242024-10-15T21:46:21.156Z[ host-image] Oct 15 21:46:20.647 INFO O| Oct 15 21:46:20.647 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91252024-10-15T21:46:21.156Z[ host-image] Oct 15 21:46:20.647 INFO O| Oct 15 21:46:20.647 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91262024-10-15T21:46:21.156Z[ host-image] Oct 15 21:46:20.647 INFO O| Oct 15 21:46:20.647 INFO ok!
91272024-10-15T21:46:21.156Z[ host-image] Oct 15 21:46:20.647 INFO O| Oct 15 21:46:20.647 INFO STEP 45 (ensure_file) COMPLETE
91282024-10-15T21:46:21.156Z[ host-image] Oct 15 21:46:20.647 INFO O| Oct 15 21:46:20.647 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91292024-10-15T21:46:21.176Z[ host-image] Oct 15 21:46:20.667 INFO O| Oct 15 21:46:20.667 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
91302024-10-15T21:46:21.176Z[ host-image] Oct 15 21:46:20.667 INFO O| Oct 15 21:46:20.667 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91312024-10-15T21:46:21.178Z[ host-image] Oct 15 21:46:20.667 INFO O| Oct 15 21:46:20.667 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91322024-10-15T21:46:21.178Z[ host-image] Oct 15 21:46:20.667 INFO O| Oct 15 21:46:20.667 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91332024-10-15T21:46:21.178Z[ host-image] Oct 15 21:46:20.667 INFO O| Oct 15 21:46:20.667 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91342024-10-15T21:46:21.178Z[ host-image] Oct 15 21:46:20.667 INFO O| Oct 15 21:46:20.667 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91352024-10-15T21:46:21.178Z[ host-image] Oct 15 21:46:20.667 INFO O| Oct 15 21:46:20.667 INFO ok!
91362024-10-15T21:46:21.179Z[ host-image] Oct 15 21:46:20.667 INFO O| Oct 15 21:46:20.667 INFO STEP 46 (ensure_file) COMPLETE
91372024-10-15T21:46:21.179Z[ host-image] Oct 15 21:46:20.667 INFO O| Oct 15 21:46:20.667 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91382024-10-15T21:46:21.191Z[ host-image] Oct 15 21:46:20.682 INFO O| Oct 15 21:46:20.682 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
91392024-10-15T21:46:21.193Z[ host-image] Oct 15 21:46:20.683 INFO O| Oct 15 21:46:20.682 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
91402024-10-15T21:46:21.193Z[ host-image] Oct 15 21:46:20.683 INFO O| Oct 15 21:46:20.683 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91412024-10-15T21:46:21.193Z[ host-image] Oct 15 21:46:20.683 INFO O| Oct 15 21:46:20.683 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91422024-10-15T21:46:21.193Z[ host-image] Oct 15 21:46:20.683 INFO O| Oct 15 21:46:20.683 INFO ok!
91432024-10-15T21:46:21.193Z[ host-image] Oct 15 21:46:20.684 INFO O| Oct 15 21:46:20.683 INFO STEP 47 (ensure_file) COMPLETE
91442024-10-15T21:46:21.194Z[ host-image] Oct 15 21:46:20.684 INFO O| Oct 15 21:46:20.684 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91452024-10-15T21:46:21.224Z[ host-image] Oct 15 21:46:20.715 INFO O| Oct 15 21:46:20.715 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
91462024-10-15T21:46:21.224Z[ host-image] Oct 15 21:46:20.715 INFO O| Oct 15 21:46:20.715 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
91472024-10-15T21:46:21.226Z[ host-image] Oct 15 21:46:20.715 INFO O| Oct 15 21:46:20.715 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91482024-10-15T21:46:21.226Z[ host-image] Oct 15 21:46:20.715 INFO O| Oct 15 21:46:20.715 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91492024-10-15T21:46:21.226Z[ host-image] Oct 15 21:46:20.715 INFO O| Oct 15 21:46:20.715 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91502024-10-15T21:46:21.226Z[ host-image] Oct 15 21:46:20.715 INFO O| Oct 15 21:46:20.715 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91512024-10-15T21:46:21.227Z[ host-image] Oct 15 21:46:20.715 INFO O| Oct 15 21:46:20.715 INFO ok!
91522024-10-15T21:46:21.227Z[ host-image] Oct 15 21:46:20.715 INFO O| Oct 15 21:46:20.715 INFO STEP 48 (ensure_file) COMPLETE
91532024-10-15T21:46:21.227Z[ host-image] Oct 15 21:46:20.715 INFO O| Oct 15 21:46:20.715 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91542024-10-15T21:46:21.237Z[ host-image] Oct 15 21:46:20.728 INFO O| Oct 15 21:46:20.728 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
91552024-10-15T21:46:21.237Z[ host-image] Oct 15 21:46:20.728 INFO O| Oct 15 21:46:20.728 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml ...
91562024-10-15T21:46:21.240Z[ host-image] Oct 15 21:46:20.729 INFO O| Oct 15 21:46:20.728 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91572024-10-15T21:46:21.240Z[ host-image] Oct 15 21:46:20.729 INFO O| Oct 15 21:46:20.729 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91582024-10-15T21:46:21.240Z[ host-image] Oct 15 21:46:20.729 INFO O| Oct 15 21:46:20.729 INFO ok!
91592024-10-15T21:46:21.240Z[ host-image] Oct 15 21:46:20.729 INFO O| Oct 15 21:46:20.729 INFO STEP 49 (ensure_file) COMPLETE
91602024-10-15T21:46:21.240Z[ host-image] Oct 15 21:46:20.729 INFO O| Oct 15 21:46:20.729 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91612024-10-15T21:46:21.254Z[ host-image] Oct 15 21:46:20.744 INFO O| Oct 15 21:46:20.744 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
91622024-10-15T21:46:21.254Z[ host-image] Oct 15 21:46:20.744 INFO O| Oct 15 21:46:20.744 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
91632024-10-15T21:46:21.254Z[ host-image] Oct 15 21:46:20.744 INFO O| Oct 15 21:46:20.744 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91642024-10-15T21:46:21.254Z[ host-image] Oct 15 21:46:20.744 INFO O| Oct 15 21:46:20.744 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91652024-10-15T21:46:21.257Z[ host-image] Oct 15 21:46:20.744 INFO O| Oct 15 21:46:20.744 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91662024-10-15T21:46:21.257Z[ host-image] Oct 15 21:46:20.744 INFO O| Oct 15 21:46:20.744 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91672024-10-15T21:46:21.257Z[ host-image] Oct 15 21:46:20.745 INFO O| Oct 15 21:46:20.744 INFO ok!
91682024-10-15T21:46:21.258Z[ host-image] Oct 15 21:46:20.745 INFO O| Oct 15 21:46:20.744 INFO STEP 50 (ensure_file) COMPLETE
91692024-10-15T21:46:21.258Z[ host-image] Oct 15 21:46:20.745 INFO O| Oct 15 21:46:20.745 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91702024-10-15T21:46:21.307Z[ host-image] Oct 15 21:46:20.798 INFO O| Oct 15 21:46:20.798 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91712024-10-15T21:46:21.307Z[ host-image] Oct 15 21:46:20.798 INFO O| Oct 15 21:46:20.798 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml ...
91722024-10-15T21:46:21.310Z[ host-image] Oct 15 21:46:20.798 INFO O| Oct 15 21:46:20.798 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91732024-10-15T21:46:21.310Z[ host-image] Oct 15 21:46:20.798 INFO O| Oct 15 21:46:20.798 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91742024-10-15T21:46:21.310Z[ host-image] Oct 15 21:46:20.799 INFO O| Oct 15 21:46:20.798 INFO ok!
91752024-10-15T21:46:21.310Z[ host-image] Oct 15 21:46:20.799 INFO O| Oct 15 21:46:20.798 INFO STEP 51 (ensure_file) COMPLETE
91762024-10-15T21:46:21.310Z[ host-image] Oct 15 21:46:20.799 INFO O| Oct 15 21:46:20.798 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91772024-10-15T21:46:21.326Z[ host-image] Oct 15 21:46:20.817 INFO O| Oct 15 21:46:20.816 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
91782024-10-15T21:46:21.326Z[ host-image] Oct 15 21:46:20.817 INFO O| Oct 15 21:46:20.817 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-time.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml ...
91792024-10-15T21:46:21.326Z[ host-image] Oct 15 21:46:20.817 INFO O| Oct 15 21:46:20.817 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
91802024-10-15T21:46:21.330Z[ host-image] Oct 15 21:46:20.817 INFO O| Oct 15 21:46:20.817 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
91812024-10-15T21:46:21.330Z[ host-image] Oct 15 21:46:20.817 INFO O| Oct 15 21:46:20.817 INFO ok!
91822024-10-15T21:46:21.330Z[ host-image] Oct 15 21:46:20.817 INFO O| Oct 15 21:46:20.817 INFO STEP 52 (ensure_file) COMPLETE
91832024-10-15T21:46:21.330Z[ host-image] Oct 15 21:46:20.817 INFO O| Oct 15 21:46:20.817 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91842024-10-15T21:46:21.341Z[ host-image] Oct 15 21:46:20.832 INFO O| Oct 15 21:46:20.832 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
91852024-10-15T21:46:21.343Z[ host-image] Oct 15 21:46:20.832 INFO O| Oct 15 21:46:20.832 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-dump.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml ...
91862024-10-15T21:46:21.343Z[ host-image] Oct 15 21:46:20.832 INFO O| Oct 15 21:46:20.832 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
91872024-10-15T21:46:21.343Z[ host-image] Oct 15 21:46:20.832 INFO O| Oct 15 21:46:20.832 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
91882024-10-15T21:46:21.343Z[ host-image] Oct 15 21:46:20.832 INFO O| Oct 15 21:46:20.832 INFO ok!
91892024-10-15T21:46:21.343Z[ host-image] Oct 15 21:46:20.832 INFO O| Oct 15 21:46:20.832 INFO STEP 53 (ensure_file) COMPLETE
91902024-10-15T21:46:21.343Z[ host-image] Oct 15 21:46:20.833 INFO O| Oct 15 21:46:20.832 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91912024-10-15T21:46:21.358Z[ host-image] Oct 15 21:46:20.849 INFO O| Oct 15 21:46:20.849 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
91922024-10-15T21:46:21.358Z[ host-image] Oct 15 21:46:20.849 INFO O| Oct 15 21:46:20.849 INFO STEP 54 (ensure_dir) COMPLETE
91932024-10-15T21:46:21.358Z[ host-image] Oct 15 21:46:20.849 INFO O| Oct 15 21:46:20.849 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91942024-10-15T21:46:21.375Z[ host-image] Oct 15 21:46:20.866 INFO O| Oct 15 21:46:20.866 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91952024-10-15T21:46:21.375Z[ host-image] Oct 15 21:46:20.866 INFO O| Oct 15 21:46:20.866 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91962024-10-15T21:46:21.375Z[ host-image] Oct 15 21:46:20.866 INFO O| Oct 15 21:46:20.866 INFO STEP 55 (ensure_dir) COMPLETE
91972024-10-15T21:46:21.378Z[ host-image] Oct 15 21:46:20.866 INFO O| Oct 15 21:46:20.866 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91982024-10-15T21:46:21.392Z[ host-image] Oct 15 21:46:20.883 INFO O| Oct 15 21:46:20.883 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91992024-10-15T21:46:21.395Z[ host-image] Oct 15 21:46:20.883 INFO O| Oct 15 21:46:20.883 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92002024-10-15T21:46:21.395Z[ host-image] Oct 15 21:46:20.884 INFO O| Oct 15 21:46:20.883 INFO STEP 56 (ensure_dir) COMPLETE
92012024-10-15T21:46:21.395Z[ host-image] Oct 15 21:46:20.884 INFO O| Oct 15 21:46:20.884 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92022024-10-15T21:46:21.448Z[ host-image] Oct 15 21:46:20.939 INFO O| Oct 15 21:46:20.939 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
92032024-10-15T21:46:21.448Z[ host-image] Oct 15 21:46:20.939 INFO O| Oct 15 21:46:20.939 INFO copying /tmp/.tmpyJO0YQ/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
92042024-10-15T21:46:21.469Z[ host-image] Oct 15 21:46:20.961 INFO O| Oct 15 21:46:20.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
92052024-10-15T21:46:21.469Z[ host-image] Oct 15 21:46:20.961 INFO O| Oct 15 21:46:20.961 INFO ok!
92062024-10-15T21:46:21.472Z[ host-image] Oct 15 21:46:20.961 INFO O| Oct 15 21:46:20.961 INFO STEP 57 (ensure_file) COMPLETE
92072024-10-15T21:46:21.472Z[ host-image] Oct 15 21:46:20.961 INFO O| Oct 15 21:46:20.961 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92082024-10-15T21:46:21.488Z[ host-image] Oct 15 21:46:20.979 INFO O| Oct 15 21:46:20.979 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
92092024-10-15T21:46:21.491Z[ host-image] Oct 15 21:46:20.980 INFO O| Oct 15 21:46:20.979 INFO copying /tmp/.tmpyJO0YQ/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
92102024-10-15T21:46:22.752Z[ host-image] Oct 15 21:46:22.237 INFO O| Oct 15 21:46:22.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
92112024-10-15T21:46:22.752Z[ host-image] Oct 15 21:46:22.237 INFO O| Oct 15 21:46:22.237 INFO ok!
92122024-10-15T21:46:22.766Z[ host-image] Oct 15 21:46:22.237 INFO O| Oct 15 21:46:22.237 INFO STEP 58 (ensure_file) COMPLETE
92132024-10-15T21:46:22.766Z[ host-image] Oct 15 21:46:22.237 INFO O| Oct 15 21:46:22.237 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92142024-10-15T21:46:22.766Z[ host-image] Oct 15 21:46:22.249 INFO O| Oct 15 21:46:22.249 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92152024-10-15T21:46:22.766Z[ host-image] Oct 15 21:46:22.249 INFO O| Oct 15 21:46:22.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92162024-10-15T21:46:22.766Z[ host-image] Oct 15 21:46:22.249 INFO O| Oct 15 21:46:22.249 INFO STEP 59 (ensure_dir) COMPLETE
92172024-10-15T21:46:22.766Z[ host-image] Oct 15 21:46:22.249 INFO O| Oct 15 21:46:22.249 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92182024-10-15T21:46:22.773Z[ host-image] Oct 15 21:46:22.259 INFO O| Oct 15 21:46:22.259 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
92192024-10-15T21:46:22.773Z[ host-image] Oct 15 21:46:22.259 INFO O| Oct 15 21:46:22.259 INFO copying /tmp/.tmpyJO0YQ/proto/host/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
92202024-10-15T21:46:22.773Z[ host-image] Oct 15 21:46:22.259 INFO O| Oct 15 21:46:22.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
92212024-10-15T21:46:22.773Z[ host-image] Oct 15 21:46:22.259 INFO O| Oct 15 21:46:22.259 INFO ok!
92222024-10-15T21:46:22.773Z[ host-image] Oct 15 21:46:22.259 INFO O| Oct 15 21:46:22.259 INFO STEP 60 (ensure_file) COMPLETE
92232024-10-15T21:46:22.773Z[ host-image] Oct 15 21:46:22.259 INFO O| Oct 15 21:46:22.259 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92242024-10-15T21:46:22.778Z[ host-image] Oct 15 21:46:22.269 INFO O| Oct 15 21:46:22.269 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
92252024-10-15T21:46:22.778Z[ host-image] Oct 15 21:46:22.269 INFO O| Oct 15 21:46:22.269 INFO copying /tmp/.tmpyJO0YQ/proto/host/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
92262024-10-15T21:46:22.778Z[ host-image] Oct 15 21:46:22.269 INFO O| Oct 15 21:46:22.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
92272024-10-15T21:46:22.781Z[ host-image] Oct 15 21:46:22.269 INFO O| Oct 15 21:46:22.269 INFO ok!
92282024-10-15T21:46:22.781Z[ host-image] Oct 15 21:46:22.269 INFO O| Oct 15 21:46:22.269 INFO STEP 61 (ensure_file) COMPLETE
92292024-10-15T21:46:22.781Z[ host-image] Oct 15 21:46:22.269 INFO O| Oct 15 21:46:22.269 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92302024-10-15T21:46:22.788Z[ host-image] Oct 15 21:46:22.279 INFO O| Oct 15 21:46:22.279 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92312024-10-15T21:46:22.788Z[ host-image] Oct 15 21:46:22.279 INFO O| Oct 15 21:46:22.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92322024-10-15T21:46:22.790Z[ host-image] Oct 15 21:46:22.279 INFO O| Oct 15 21:46:22.279 INFO STEP 62 (ensure_dir) COMPLETE
92332024-10-15T21:46:22.790Z[ host-image] Oct 15 21:46:22.279 INFO O| Oct 15 21:46:22.279 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92342024-10-15T21:46:22.798Z[ host-image] Oct 15 21:46:22.289 INFO O| Oct 15 21:46:22.289 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
92352024-10-15T21:46:22.800Z[ host-image] Oct 15 21:46:22.289 INFO O| Oct 15 21:46:22.289 INFO copying /tmp/.tmpyJO0YQ/proto/host/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
92362024-10-15T21:46:22.800Z[ host-image] Oct 15 21:46:22.289 INFO O| Oct 15 21:46:22.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
92372024-10-15T21:46:22.800Z[ host-image] Oct 15 21:46:22.289 INFO O| Oct 15 21:46:22.289 INFO ok!
92382024-10-15T21:46:22.800Z[ host-image] Oct 15 21:46:22.289 INFO O| Oct 15 21:46:22.289 INFO STEP 63 (ensure_file) COMPLETE
92392024-10-15T21:46:22.800Z[ host-image] Oct 15 21:46:22.289 INFO O| Oct 15 21:46:22.289 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92402024-10-15T21:46:22.809Z[ host-image] Oct 15 21:46:22.301 INFO O| Oct 15 21:46:22.301 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92412024-10-15T21:46:22.809Z[ host-image] Oct 15 21:46:22.301 INFO O| Oct 15 21:46:22.301 INFO copying /tmp/.tmpyJO0YQ/proto/host/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
92422024-10-15T21:46:22.812Z[ host-image] Oct 15 21:46:22.301 INFO O| Oct 15 21:46:22.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
92432024-10-15T21:46:22.812Z[ host-image] Oct 15 21:46:22.301 INFO O| Oct 15 21:46:22.301 INFO ok!
92442024-10-15T21:46:22.812Z[ host-image] Oct 15 21:46:22.301 INFO O| Oct 15 21:46:22.301 INFO STEP 64 (ensure_file) COMPLETE
92452024-10-15T21:46:22.812Z[ host-image] Oct 15 21:46:22.301 INFO O| Oct 15 21:46:22.301 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92462024-10-15T21:46:22.821Z[ host-image] Oct 15 21:46:22.312 INFO O| Oct 15 21:46:22.311 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92472024-10-15T21:46:22.822Z[ host-image] Oct 15 21:46:22.312 INFO O| Oct 15 21:46:22.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92482024-10-15T21:46:22.822Z[ host-image] Oct 15 21:46:22.312 INFO O| Oct 15 21:46:22.312 INFO STEP 65 (ensure_dir) COMPLETE
92492024-10-15T21:46:22.825Z[ host-image] Oct 15 21:46:22.312 INFO O| Oct 15 21:46:22.312 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92502024-10-15T21:46:22.831Z[ host-image] Oct 15 21:46:22.322 INFO O| Oct 15 21:46:22.322 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92512024-10-15T21:46:22.831Z[ host-image] Oct 15 21:46:22.322 INFO O| Oct 15 21:46:22.322 INFO copying /tmp/.tmpyJO0YQ/proto/host/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
92522024-10-15T21:46:22.831Z[ host-image] Oct 15 21:46:22.322 INFO O| Oct 15 21:46:22.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92532024-10-15T21:46:22.834Z[ host-image] Oct 15 21:46:22.322 INFO O| Oct 15 21:46:22.322 INFO ok!
92542024-10-15T21:46:22.834Z[ host-image] Oct 15 21:46:22.322 INFO O| Oct 15 21:46:22.322 INFO STEP 66 (ensure_file) COMPLETE
92552024-10-15T21:46:22.834Z[ host-image] Oct 15 21:46:22.322 INFO O| Oct 15 21:46:22.322 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92562024-10-15T21:46:22.841Z[ host-image] Oct 15 21:46:22.332 INFO O| Oct 15 21:46:22.332 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
92572024-10-15T21:46:22.841Z[ host-image] Oct 15 21:46:22.332 INFO O| Oct 15 21:46:22.332 INFO copying /tmp/.tmpyJO0YQ/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
92582024-10-15T21:46:22.844Z[ host-image] Oct 15 21:46:22.332 INFO O| Oct 15 21:46:22.332 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
92592024-10-15T21:46:22.844Z[ host-image] Oct 15 21:46:22.332 INFO O| Oct 15 21:46:22.332 INFO ok!
92602024-10-15T21:46:22.844Z[ host-image] Oct 15 21:46:22.332 INFO O| Oct 15 21:46:22.332 INFO STEP 67 (ensure_file) COMPLETE
92612024-10-15T21:46:22.844Z[ host-image] Oct 15 21:46:22.332 INFO O| Oct 15 21:46:22.332 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92622024-10-15T21:46:22.851Z[ host-image] Oct 15 21:46:22.342 INFO O| Oct 15 21:46:22.342 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92632024-10-15T21:46:22.854Z[ host-image] Oct 15 21:46:22.342 INFO O| Oct 15 21:46:22.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92642024-10-15T21:46:22.854Z[ host-image] Oct 15 21:46:22.342 INFO O| Oct 15 21:46:22.342 INFO STEP 68 (ensure_dir) COMPLETE
92652024-10-15T21:46:22.854Z[ host-image] Oct 15 21:46:22.342 INFO O| Oct 15 21:46:22.342 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92662024-10-15T21:46:22.861Z[ host-image] Oct 15 21:46:22.352 INFO O| Oct 15 21:46:22.352 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92672024-10-15T21:46:22.861Z[ host-image] Oct 15 21:46:22.352 INFO O| Oct 15 21:46:22.352 INFO copying /tmp/.tmpyJO0YQ/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
92682024-10-15T21:46:23.426Z[ host-image] Oct 15 21:46:22.917 INFO O| Oct 15 21:46:22.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92692024-10-15T21:46:23.426Z[ host-image] Oct 15 21:46:22.917 INFO O| Oct 15 21:46:22.917 INFO ok!
92702024-10-15T21:46:23.428Z[ host-image] Oct 15 21:46:22.917 INFO O| Oct 15 21:46:22.917 INFO STEP 69 (ensure_file) COMPLETE
92712024-10-15T21:46:23.429Z[ host-image] Oct 15 21:46:22.917 INFO O| Oct 15 21:46:22.917 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92722024-10-15T21:46:23.438Z[ host-image] Oct 15 21:46:22.928 INFO O| Oct 15 21:46:22.928 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92732024-10-15T21:46:23.438Z[ host-image] Oct 15 21:46:22.928 INFO O| Oct 15 21:46:22.928 INFO copying /tmp/.tmpyJO0YQ/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
92742024-10-15T21:46:25.313Z[ recovery-image] Oct 15 21:46:24.804 INFO E| Compiling bitflags v1.3.2
92752024-10-15T21:46:25.313Z[ recovery-image] Oct 15 21:46:24.804 INFO E| Compiling adler2 v2.0.0
92762024-10-15T21:46:25.314Z[ recovery-image] Oct 15 21:46:24.804 INFO E| Compiling plain v0.2.3
92772024-10-15T21:46:25.314Z[ recovery-image] Oct 15 21:46:24.804 INFO E| Compiling scroll v0.12.0
92782024-10-15T21:46:25.314Z[ recovery-image] Oct 15 21:46:24.804 INFO E| Compiling bit_field v0.10.2
92792024-10-15T21:46:25.314Z[ recovery-image] Oct 15 21:46:24.804 INFO E| Compiling log v0.4.22
92802024-10-15T21:46:25.314Z[ recovery-image] Oct 15 21:46:24.804 INFO E| Compiling bitstruct v0.1.1
92812024-10-15T21:46:25.429Z[ recovery-image] Oct 15 21:46:24.920 INFO E| Compiling raw-cpuid v10.7.0
92822024-10-15T21:46:25.500Z[ host-image] Oct 15 21:46:24.991 INFO O| Oct 15 21:46:24.990 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
92832024-10-15T21:46:25.500Z[ host-image] Oct 15 21:46:24.991 INFO O| Oct 15 21:46:24.991 INFO ok!
92842024-10-15T21:46:25.501Z[ host-image] Oct 15 21:46:24.991 INFO O| Oct 15 21:46:24.991 INFO STEP 70 (ensure_file) COMPLETE
92852024-10-15T21:46:25.501Z[ host-image] Oct 15 21:46:24.991 INFO O| Oct 15 21:46:24.991 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92862024-10-15T21:46:25.518Z[ host-image] Oct 15 21:46:25.010 INFO O| Oct 15 21:46:25.010 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92872024-10-15T21:46:25.522Z[ host-image] Oct 15 21:46:25.010 INFO O| Oct 15 21:46:25.010 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92882024-10-15T21:46:25.522Z[ host-image] Oct 15 21:46:25.010 INFO O| Oct 15 21:46:25.010 INFO STEP 71 (ensure_dir) COMPLETE
92892024-10-15T21:46:25.522Z[ host-image] Oct 15 21:46:25.010 INFO O| Oct 15 21:46:25.010 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92902024-10-15T21:46:25.524Z[ recovery-image] Oct 15 21:46:25.014 INFO E| Compiling miniz_oxide v0.8.0
92912024-10-15T21:46:25.529Z[ recovery-image] Oct 15 21:46:25.020 INFO E| Compiling cpio_reader v0.1.1
92922024-10-15T21:46:25.534Z[ host-image] Oct 15 21:46:25.026 INFO O| Oct 15 21:46:25.026 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
92932024-10-15T21:46:25.534Z[ host-image] Oct 15 21:46:25.026 INFO O| Oct 15 21:46:25.026 INFO copying /tmp/.tmpyJO0YQ/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 ...
92942024-10-15T21:46:25.537Z[ host-image] Oct 15 21:46:25.026 INFO O| Oct 15 21:46:25.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
92952024-10-15T21:46:25.537Z[ host-image] Oct 15 21:46:25.026 INFO O| Oct 15 21:46:25.026 INFO ok!
92962024-10-15T21:46:25.537Z[ host-image] Oct 15 21:46:25.026 INFO O| Oct 15 21:46:25.026 INFO STEP 72 (ensure_file) COMPLETE
92972024-10-15T21:46:25.537Z[ host-image] Oct 15 21:46:25.026 INFO O| Oct 15 21:46:25.026 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92982024-10-15T21:46:25.560Z[ host-image] Oct 15 21:46:25.051 INFO O| Oct 15 21:46:25.051 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
92992024-10-15T21:46:25.560Z[ host-image] Oct 15 21:46:25.051 INFO O| Oct 15 21:46:25.051 INFO copying /tmp/.tmpyJO0YQ/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 ...
93002024-10-15T21:46:25.563Z[ host-image] Oct 15 21:46:25.051 INFO O| Oct 15 21:46:25.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
93012024-10-15T21:46:25.563Z[ host-image] Oct 15 21:46:25.051 INFO O| Oct 15 21:46:25.051 INFO ok!
93022024-10-15T21:46:25.563Z[ host-image] Oct 15 21:46:25.052 INFO O| Oct 15 21:46:25.052 INFO STEP 73 (ensure_file) COMPLETE
93032024-10-15T21:46:25.563Z[ host-image] Oct 15 21:46:25.052 INFO O| Oct 15 21:46:25.052 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93042024-10-15T21:46:25.599Z[ host-image] Oct 15 21:46:25.090 INFO O| Oct 15 21:46:25.090 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
93052024-10-15T21:46:25.599Z[ host-image] Oct 15 21:46:25.090 INFO O| Oct 15 21:46:25.090 INFO copying /tmp/.tmpyJO0YQ/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
93062024-10-15T21:46:25.604Z[ host-image] Oct 15 21:46:25.090 INFO O| Oct 15 21:46:25.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
93072024-10-15T21:46:25.604Z[ host-image] Oct 15 21:46:25.090 INFO O| Oct 15 21:46:25.090 INFO ok!
93082024-10-15T21:46:25.604Z[ host-image] Oct 15 21:46:25.090 INFO O| Oct 15 21:46:25.090 INFO STEP 74 (ensure_file) COMPLETE
93092024-10-15T21:46:25.604Z[ host-image] Oct 15 21:46:25.090 INFO O| Oct 15 21:46:25.090 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93102024-10-15T21:46:25.624Z[ host-image] Oct 15 21:46:25.111 INFO O| Oct 15 21:46:25.111 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
93112024-10-15T21:46:25.624Z[ host-image] Oct 15 21:46:25.111 INFO O| Oct 15 21:46:25.111 INFO copying /tmp/.tmpyJO0YQ/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
93122024-10-15T21:46:25.627Z[ host-image] Oct 15 21:46:25.111 INFO O| Oct 15 21:46:25.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
93132024-10-15T21:46:25.627Z[ host-image] Oct 15 21:46:25.111 INFO O| Oct 15 21:46:25.111 INFO ok!
93142024-10-15T21:46:25.627Z[ host-image] Oct 15 21:46:25.111 INFO O| Oct 15 21:46:25.111 INFO STEP 75 (ensure_file) COMPLETE
93152024-10-15T21:46:25.627Z[ host-image] Oct 15 21:46:25.111 INFO O| Oct 15 21:46:25.111 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93162024-10-15T21:46:25.639Z[ host-image] Oct 15 21:46:25.131 INFO O| Oct 15 21:46:25.131 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93172024-10-15T21:46:25.639Z[ host-image] Oct 15 21:46:25.131 INFO O| Oct 15 21:46:25.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93182024-10-15T21:46:25.642Z[ host-image] Oct 15 21:46:25.131 INFO O| Oct 15 21:46:25.131 INFO STEP 76 (ensure_dir) COMPLETE
93192024-10-15T21:46:25.642Z[ host-image] Oct 15 21:46:25.131 INFO O| Oct 15 21:46:25.131 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93202024-10-15T21:46:25.657Z[ recovery-image] Oct 15 21:46:25.148 INFO E| Compiling static_assertions v1.1.0
93212024-10-15T21:46:25.660Z[ host-image] Oct 15 21:46:25.151 INFO O| Oct 15 21:46:25.151 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
93222024-10-15T21:46:25.660Z[ host-image] Oct 15 21:46:25.151 INFO O| Oct 15 21:46:25.151 INFO copying /tmp/.tmpyJO0YQ/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
93232024-10-15T21:46:25.664Z[ host-image] Oct 15 21:46:25.155 INFO O| Oct 15 21:46:25.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
93242024-10-15T21:46:25.664Z[ host-image] Oct 15 21:46:25.155 INFO O| Oct 15 21:46:25.155 INFO ok!
93252024-10-15T21:46:25.664Z[ host-image] Oct 15 21:46:25.155 INFO O| Oct 15 21:46:25.155 INFO STEP 77 (ensure_file) COMPLETE
93262024-10-15T21:46:25.664Z[ host-image] Oct 15 21:46:25.155 INFO O| Oct 15 21:46:25.155 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93272024-10-15T21:46:25.685Z[ host-image] Oct 15 21:46:25.176 INFO O| Oct 15 21:46:25.176 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
93282024-10-15T21:46:25.686Z[ host-image] Oct 15 21:46:25.176 INFO O| Oct 15 21:46:25.176 INFO copying /tmp/.tmpyJO0YQ/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
93292024-10-15T21:46:25.689Z[ host-image] Oct 15 21:46:25.176 INFO O| Oct 15 21:46:25.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
93302024-10-15T21:46:25.689Z[ host-image] Oct 15 21:46:25.176 INFO O| Oct 15 21:46:25.176 INFO ok!
93312024-10-15T21:46:25.689Z[ host-image] Oct 15 21:46:25.176 INFO O| Oct 15 21:46:25.176 INFO STEP 78 (ensure_file) COMPLETE
93322024-10-15T21:46:25.689Z[ host-image] Oct 15 21:46:25.176 INFO O| Oct 15 21:46:25.176 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93332024-10-15T21:46:25.706Z[ host-image] Oct 15 21:46:25.197 INFO O| Oct 15 21:46:25.197 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
93342024-10-15T21:46:25.706Z[ host-image] Oct 15 21:46:25.198 INFO O| Oct 15 21:46:25.197 INFO copying /tmp/.tmpyJO0YQ/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
93352024-10-15T21:46:26.063Z[ recovery-image] Oct 15 21:46:25.554 INFO E| Compiling goblin v0.8.2
93362024-10-15T21:46:27.323Z[ host-image] Oct 15 21:46:26.814 INFO O| Oct 15 21:46:26.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
93372024-10-15T21:46:27.323Z[ host-image] Oct 15 21:46:26.814 INFO O| Oct 15 21:46:26.814 INFO ok!
93382024-10-15T21:46:27.325Z[ host-image] Oct 15 21:46:26.814 INFO O| Oct 15 21:46:26.814 INFO STEP 79 (ensure_file) COMPLETE
93392024-10-15T21:46:27.325Z[ host-image] Oct 15 21:46:26.814 INFO O| Oct 15 21:46:26.814 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93402024-10-15T21:46:27.338Z[ host-image] Oct 15 21:46:26.830 INFO O| Oct 15 21:46:26.829 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93412024-10-15T21:46:27.338Z[ host-image] Oct 15 21:46:26.830 INFO O| Oct 15 21:46:26.830 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93422024-10-15T21:46:27.341Z[ host-image] Oct 15 21:46:26.830 INFO O| Oct 15 21:46:26.830 INFO STEP 80 (ensure_dir) COMPLETE
93432024-10-15T21:46:27.341Z[ host-image] Oct 15 21:46:26.830 INFO O| Oct 15 21:46:26.830 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93442024-10-15T21:46:27.351Z[ host-image] Oct 15 21:46:26.842 INFO O| Oct 15 21:46:26.842 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93452024-10-15T21:46:27.351Z[ host-image] Oct 15 21:46:26.843 INFO O| Oct 15 21:46:26.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93462024-10-15T21:46:27.354Z[ host-image] Oct 15 21:46:26.843 INFO O| Oct 15 21:46:26.843 INFO STEP 81 (ensure_dir) COMPLETE
93472024-10-15T21:46:27.354Z[ host-image] Oct 15 21:46:26.843 INFO O| Oct 15 21:46:26.843 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93482024-10-15T21:46:27.364Z[ host-image] Oct 15 21:46:26.856 INFO O| Oct 15 21:46:26.855 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93492024-10-15T21:46:27.364Z[ host-image] Oct 15 21:46:26.856 INFO O| Oct 15 21:46:26.856 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93502024-10-15T21:46:27.364Z[ host-image] Oct 15 21:46:26.856 INFO O| Oct 15 21:46:26.856 INFO STEP 82 (ensure_dir) COMPLETE
93512024-10-15T21:46:27.367Z[ host-image] Oct 15 21:46:26.856 INFO O| Oct 15 21:46:26.856 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93522024-10-15T21:46:27.376Z[ host-image] Oct 15 21:46:26.867 INFO O| Oct 15 21:46:26.867 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93532024-10-15T21:46:27.379Z[ host-image] Oct 15 21:46:26.867 INFO O| Oct 15 21:46:26.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93542024-10-15T21:46:27.379Z[ host-image] Oct 15 21:46:26.867 INFO O| Oct 15 21:46:26.867 INFO STEP 83 (ensure_dir) COMPLETE
93552024-10-15T21:46:27.379Z[ host-image] Oct 15 21:46:26.867 INFO O| Oct 15 21:46:26.867 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93562024-10-15T21:46:27.389Z[ host-image] Oct 15 21:46:26.880 INFO O| Oct 15 21:46:26.880 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93572024-10-15T21:46:27.389Z[ host-image] Oct 15 21:46:26.880 INFO O| Oct 15 21:46:26.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93582024-10-15T21:46:27.392Z[ host-image] Oct 15 21:46:26.880 INFO O| Oct 15 21:46:26.880 INFO STEP 84 (ensure_dir) COMPLETE
93592024-10-15T21:46:27.392Z[ host-image] Oct 15 21:46:26.880 INFO O| Oct 15 21:46:26.880 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93602024-10-15T21:46:27.405Z[ host-image] Oct 15 21:46:26.897 INFO O| Oct 15 21:46:26.897 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
93612024-10-15T21:46:27.405Z[ host-image] Oct 15 21:46:26.897 INFO O| Oct 15 21:46:26.897 INFO copying /tmp/.tmpyJO0YQ/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 ...
93622024-10-15T21:46:27.408Z[ host-image] Oct 15 21:46:26.897 INFO O| Oct 15 21:46:26.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
93632024-10-15T21:46:27.408Z[ host-image] Oct 15 21:46:26.897 INFO O| Oct 15 21:46:26.897 INFO ok!
93642024-10-15T21:46:27.408Z[ host-image] Oct 15 21:46:26.897 INFO O| Oct 15 21:46:26.897 INFO STEP 85 (ensure_file) COMPLETE
93652024-10-15T21:46:27.408Z[ host-image] Oct 15 21:46:26.897 INFO O| Oct 15 21:46:26.897 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93662024-10-15T21:46:27.424Z[ host-image] Oct 15 21:46:26.915 INFO O| Oct 15 21:46:26.915 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93672024-10-15T21:46:27.424Z[ host-image] Oct 15 21:46:26.915 INFO O| Oct 15 21:46:26.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93682024-10-15T21:46:27.427Z[ host-image] Oct 15 21:46:26.915 INFO O| Oct 15 21:46:26.915 INFO STEP 86 (ensure_dir) COMPLETE
93692024-10-15T21:46:27.427Z[ host-image] Oct 15 21:46:26.915 INFO O| Oct 15 21:46:26.915 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93702024-10-15T21:46:27.442Z[ host-image] Oct 15 21:46:26.934 INFO O| Oct 15 21:46:26.934 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
93712024-10-15T21:46:27.442Z[ host-image] Oct 15 21:46:26.934 INFO O| Oct 15 21:46:26.934 INFO copying /tmp/.tmpyJO0YQ/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
93722024-10-15T21:46:27.445Z[ host-image] Oct 15 21:46:26.934 INFO O| Oct 15 21:46:26.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
93732024-10-15T21:46:27.445Z[ host-image] Oct 15 21:46:26.934 INFO O| Oct 15 21:46:26.934 INFO ok!
93742024-10-15T21:46:27.445Z[ host-image] Oct 15 21:46:26.934 INFO O| Oct 15 21:46:26.934 INFO STEP 87 (ensure_file) COMPLETE
93752024-10-15T21:46:27.445Z[ host-image] Oct 15 21:46:26.934 INFO O| Oct 15 21:46:26.934 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93762024-10-15T21:46:27.460Z[ host-image] Oct 15 21:46:26.952 INFO O| Oct 15 21:46:26.951 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93772024-10-15T21:46:27.460Z[ host-image] Oct 15 21:46:26.952 INFO O| Oct 15 21:46:26.951 INFO copying /tmp/.tmpyJO0YQ/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93782024-10-15T21:46:27.472Z[ host-image] Oct 15 21:46:26.964 INFO O| Oct 15 21:46:26.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
93792024-10-15T21:46:27.472Z[ host-image] Oct 15 21:46:26.964 INFO O| Oct 15 21:46:26.964 INFO ok!
93802024-10-15T21:46:27.475Z[ host-image] Oct 15 21:46:26.964 INFO O| Oct 15 21:46:26.964 INFO STEP 88 (ensure_file) COMPLETE
93812024-10-15T21:46:27.475Z[ host-image] Oct 15 21:46:26.964 INFO O| Oct 15 21:46:26.964 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93822024-10-15T21:46:27.489Z[ host-image] Oct 15 21:46:26.981 INFO O| Oct 15 21:46:26.980 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
93832024-10-15T21:46:27.489Z[ host-image] Oct 15 21:46:26.981 INFO O| Oct 15 21:46:26.981 INFO copying /tmp/.tmpyJO0YQ/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
93842024-10-15T21:46:28.171Z[ host-image] Oct 15 21:46:27.662 INFO O| Oct 15 21:46:27.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
93852024-10-15T21:46:28.171Z[ host-image] Oct 15 21:46:27.662 INFO O| Oct 15 21:46:27.662 INFO ok!
93862024-10-15T21:46:28.174Z[ host-image] Oct 15 21:46:27.662 INFO O| Oct 15 21:46:27.662 INFO STEP 89 (ensure_file) COMPLETE
93872024-10-15T21:46:28.174Z[ host-image] Oct 15 21:46:27.662 INFO O| Oct 15 21:46:27.662 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93882024-10-15T21:46:28.191Z[ host-image] Oct 15 21:46:27.682 INFO O| Oct 15 21:46:27.682 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
93892024-10-15T21:46:28.191Z[ host-image] Oct 15 21:46:27.682 INFO O| Oct 15 21:46:27.682 INFO copying /tmp/.tmpyJO0YQ/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
93902024-10-15T21:46:28.191Z[ host-image] Oct 15 21:46:27.682 INFO O| Oct 15 21:46:27.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
93912024-10-15T21:46:28.194Z[ host-image] Oct 15 21:46:27.682 INFO O| Oct 15 21:46:27.682 INFO ok!
93922024-10-15T21:46:28.194Z[ host-image] Oct 15 21:46:27.682 INFO O| Oct 15 21:46:27.682 INFO STEP 90 (ensure_file) COMPLETE
93932024-10-15T21:46:28.194Z[ host-image] Oct 15 21:46:27.682 INFO O| Oct 15 21:46:27.682 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93942024-10-15T21:46:28.229Z[ host-image] Oct 15 21:46:27.720 INFO O| Oct 15 21:46:27.720 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93952024-10-15T21:46:28.231Z[ host-image] Oct 15 21:46:27.720 INFO O| Oct 15 21:46:27.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93962024-10-15T21:46:28.231Z[ host-image] Oct 15 21:46:27.720 INFO O| Oct 15 21:46:27.720 INFO STEP 91 (ensure_dir) COMPLETE
93972024-10-15T21:46:28.232Z[ host-image] Oct 15 21:46:27.720 INFO O| Oct 15 21:46:27.720 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93982024-10-15T21:46:28.249Z[ host-image] Oct 15 21:46:27.739 INFO O| Oct 15 21:46:27.739 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
93992024-10-15T21:46:28.249Z[ host-image] Oct 15 21:46:27.739 INFO O| Oct 15 21:46:27.739 INFO copying /tmp/.tmpyJO0YQ/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 ...
94002024-10-15T21:46:28.249Z[ host-image] Oct 15 21:46:27.739 INFO O| Oct 15 21:46:27.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
94012024-10-15T21:46:28.249Z[ host-image] Oct 15 21:46:27.739 INFO O| Oct 15 21:46:27.739 INFO ok!
94022024-10-15T21:46:28.251Z[ host-image] Oct 15 21:46:27.739 INFO O| Oct 15 21:46:27.739 INFO STEP 92 (ensure_file) COMPLETE
94032024-10-15T21:46:28.252Z[ host-image] Oct 15 21:46:27.739 INFO O| Oct 15 21:46:27.739 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94042024-10-15T21:46:28.283Z[ host-image] Oct 15 21:46:27.774 INFO O| Oct 15 21:46:27.774 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
94052024-10-15T21:46:28.283Z[ host-image] Oct 15 21:46:27.774 INFO O| Oct 15 21:46:27.774 INFO copying /tmp/.tmpyJO0YQ/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 ...
94062024-10-15T21:46:28.286Z[ host-image] Oct 15 21:46:27.774 INFO O| Oct 15 21:46:27.774 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
94072024-10-15T21:46:28.286Z[ host-image] Oct 15 21:46:27.774 INFO O| Oct 15 21:46:27.774 INFO ok!
94082024-10-15T21:46:28.286Z[ host-image] Oct 15 21:46:27.774 INFO O| Oct 15 21:46:27.774 INFO STEP 93 (ensure_file) COMPLETE
94092024-10-15T21:46:28.286Z[ host-image] Oct 15 21:46:27.775 INFO O| Oct 15 21:46:27.774 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94102024-10-15T21:46:28.324Z[ host-image] Oct 15 21:46:27.815 INFO O| Oct 15 21:46:27.815 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
94112024-10-15T21:46:28.324Z[ host-image] Oct 15 21:46:27.815 INFO O| Oct 15 21:46:27.815 INFO copying /tmp/.tmpyJO0YQ/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 ...
94122024-10-15T21:46:28.327Z[ host-image] Oct 15 21:46:27.816 INFO O| Oct 15 21:46:27.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
94132024-10-15T21:46:28.327Z[ host-image] Oct 15 21:46:27.816 INFO O| Oct 15 21:46:27.816 INFO ok!
94142024-10-15T21:46:28.327Z[ host-image] Oct 15 21:46:27.816 INFO O| Oct 15 21:46:27.816 INFO STEP 94 (ensure_file) COMPLETE
94152024-10-15T21:46:28.327Z[ host-image] Oct 15 21:46:27.816 INFO O| Oct 15 21:46:27.816 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94162024-10-15T21:46:28.342Z[ host-image] Oct 15 21:46:27.834 INFO O| Oct 15 21:46:27.834 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
94172024-10-15T21:46:28.342Z[ host-image] Oct 15 21:46:27.834 INFO O| Oct 15 21:46:27.834 INFO copying /tmp/.tmpyJO0YQ/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 ...
94182024-10-15T21:46:28.345Z[ host-image] Oct 15 21:46:27.834 INFO O| Oct 15 21:46:27.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
94192024-10-15T21:46:28.345Z[ host-image] Oct 15 21:46:27.834 INFO O| Oct 15 21:46:27.834 INFO ok!
94202024-10-15T21:46:28.345Z[ host-image] Oct 15 21:46:27.834 INFO O| Oct 15 21:46:27.834 INFO STEP 95 (ensure_file) COMPLETE
94212024-10-15T21:46:28.345Z[ host-image] Oct 15 21:46:27.834 INFO O| Oct 15 21:46:27.834 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94222024-10-15T21:46:28.360Z[ host-image] Oct 15 21:46:27.851 INFO O| Oct 15 21:46:27.851 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
94232024-10-15T21:46:28.360Z[ host-image] Oct 15 21:46:27.851 INFO O| Oct 15 21:46:27.851 INFO copying /tmp/.tmpyJO0YQ/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 ...
94242024-10-15T21:46:28.363Z[ host-image] Oct 15 21:46:27.852 INFO O| Oct 15 21:46:27.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
94252024-10-15T21:46:28.363Z[ host-image] Oct 15 21:46:27.852 INFO O| Oct 15 21:46:27.852 INFO ok!
94262024-10-15T21:46:28.363Z[ host-image] Oct 15 21:46:27.852 INFO O| Oct 15 21:46:27.852 INFO STEP 96 (ensure_file) COMPLETE
94272024-10-15T21:46:28.363Z[ host-image] Oct 15 21:46:27.852 INFO O| Oct 15 21:46:27.852 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94282024-10-15T21:46:28.378Z[ host-image] Oct 15 21:46:27.869 INFO O| Oct 15 21:46:27.869 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
94292024-10-15T21:46:28.381Z[ host-image] Oct 15 21:46:27.869 INFO O| Oct 15 21:46:27.869 INFO copying /tmp/.tmpyJO0YQ/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
94302024-10-15T21:46:28.381Z[ host-image] Oct 15 21:46:27.869 INFO O| Oct 15 21:46:27.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
94312024-10-15T21:46:28.381Z[ host-image] Oct 15 21:46:27.869 INFO O| Oct 15 21:46:27.869 INFO ok!
94322024-10-15T21:46:28.381Z[ host-image] Oct 15 21:46:27.869 INFO O| Oct 15 21:46:27.869 INFO STEP 97 (ensure_file) COMPLETE
94332024-10-15T21:46:28.381Z[ host-image] Oct 15 21:46:27.869 INFO O| Oct 15 21:46:27.869 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94342024-10-15T21:46:28.451Z[ host-image] Oct 15 21:46:27.942 INFO O| Oct 15 21:46:27.942 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
94352024-10-15T21:46:28.451Z[ host-image] Oct 15 21:46:27.942 INFO O| Oct 15 21:46:27.942 INFO copying /tmp/.tmpyJO0YQ/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 ...
94362024-10-15T21:46:28.454Z[ host-image] Oct 15 21:46:27.942 INFO O| Oct 15 21:46:27.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
94372024-10-15T21:46:28.454Z[ host-image] Oct 15 21:46:27.942 INFO O| Oct 15 21:46:27.942 INFO ok!
94382024-10-15T21:46:28.455Z[ host-image] Oct 15 21:46:27.943 INFO O| Oct 15 21:46:27.942 INFO STEP 98 (ensure_file) COMPLETE
94392024-10-15T21:46:28.455Z[ host-image] Oct 15 21:46:27.943 INFO O| Oct 15 21:46:27.943 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94402024-10-15T21:46:28.488Z[ host-image] Oct 15 21:46:27.979 INFO O| Oct 15 21:46:27.979 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
94412024-10-15T21:46:28.488Z[ host-image] Oct 15 21:46:27.979 INFO O| Oct 15 21:46:27.979 INFO copying /tmp/.tmpyJO0YQ/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 ...
94422024-10-15T21:46:28.491Z[ host-image] Oct 15 21:46:27.979 INFO O| Oct 15 21:46:27.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
94432024-10-15T21:46:28.491Z[ host-image] Oct 15 21:46:27.979 INFO O| Oct 15 21:46:27.979 INFO ok!
94442024-10-15T21:46:28.491Z[ host-image] Oct 15 21:46:27.979 INFO O| Oct 15 21:46:27.979 INFO STEP 99 (ensure_file) COMPLETE
94452024-10-15T21:46:28.491Z[ host-image] Oct 15 21:46:27.980 INFO O| Oct 15 21:46:27.979 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94462024-10-15T21:46:28.535Z[ host-image] Oct 15 21:46:28.026 INFO O| Oct 15 21:46:28.026 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
94472024-10-15T21:46:28.535Z[ host-image] Oct 15 21:46:28.026 INFO O| Oct 15 21:46:28.026 INFO copying /tmp/.tmpyJO0YQ/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 ...
94482024-10-15T21:46:28.538Z[ host-image] Oct 15 21:46:28.027 INFO O| Oct 15 21:46:28.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
94492024-10-15T21:46:28.538Z[ host-image] Oct 15 21:46:28.027 INFO O| Oct 15 21:46:28.027 INFO ok!
94502024-10-15T21:46:28.538Z[ host-image] Oct 15 21:46:28.027 INFO O| Oct 15 21:46:28.027 INFO STEP 100 (ensure_file) COMPLETE
94512024-10-15T21:46:28.539Z[ host-image] Oct 15 21:46:28.027 INFO O| Oct 15 21:46:28.027 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94522024-10-15T21:46:28.551Z[ host-image] Oct 15 21:46:28.043 INFO O| Oct 15 21:46:28.043 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
94532024-10-15T21:46:28.551Z[ host-image] Oct 15 21:46:28.043 INFO O| Oct 15 21:46:28.043 INFO copying /tmp/.tmpyJO0YQ/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
94542024-10-15T21:46:28.551Z[ host-image] Oct 15 21:46:28.043 INFO O| Oct 15 21:46:28.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
94552024-10-15T21:46:28.554Z[ host-image] Oct 15 21:46:28.043 INFO O| Oct 15 21:46:28.043 INFO ok!
94562024-10-15T21:46:28.554Z[ host-image] Oct 15 21:46:28.043 INFO O| Oct 15 21:46:28.043 INFO STEP 101 (ensure_file) COMPLETE
94572024-10-15T21:46:28.554Z[ host-image] Oct 15 21:46:28.043 INFO O| Oct 15 21:46:28.043 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94582024-10-15T21:46:28.568Z[ host-image] Oct 15 21:46:28.059 INFO O| Oct 15 21:46:28.059 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
94592024-10-15T21:46:28.568Z[ host-image] Oct 15 21:46:28.059 INFO O| Oct 15 21:46:28.059 INFO copying /tmp/.tmpyJO0YQ/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 ...
94602024-10-15T21:46:28.568Z[ host-image] Oct 15 21:46:28.059 INFO O| Oct 15 21:46:28.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
94612024-10-15T21:46:28.568Z[ host-image] Oct 15 21:46:28.059 INFO O| Oct 15 21:46:28.059 INFO ok!
94622024-10-15T21:46:28.571Z[ host-image] Oct 15 21:46:28.059 INFO O| Oct 15 21:46:28.059 INFO STEP 102 (ensure_file) COMPLETE
94632024-10-15T21:46:28.571Z[ host-image] Oct 15 21:46:28.059 INFO O| Oct 15 21:46:28.059 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94642024-10-15T21:46:28.582Z[ host-image] Oct 15 21:46:28.074 INFO O| Oct 15 21:46:28.074 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
94652024-10-15T21:46:28.582Z[ host-image] Oct 15 21:46:28.074 INFO O| Oct 15 21:46:28.074 INFO copying /tmp/.tmpyJO0YQ/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 ...
94662024-10-15T21:46:28.585Z[ host-image] Oct 15 21:46:28.074 INFO O| Oct 15 21:46:28.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94672024-10-15T21:46:28.585Z[ host-image] Oct 15 21:46:28.074 INFO O| Oct 15 21:46:28.074 INFO ok!
94682024-10-15T21:46:28.585Z[ host-image] Oct 15 21:46:28.074 INFO O| Oct 15 21:46:28.074 INFO STEP 103 (ensure_file) COMPLETE
94692024-10-15T21:46:28.585Z[ host-image] Oct 15 21:46:28.074 INFO O| Oct 15 21:46:28.074 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94702024-10-15T21:46:28.599Z[ host-image] Oct 15 21:46:28.090 INFO O| Oct 15 21:46:28.090 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94712024-10-15T21:46:28.599Z[ host-image] Oct 15 21:46:28.090 INFO O| Oct 15 21:46:28.090 INFO copying /tmp/.tmpyJO0YQ/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 ...
94722024-10-15T21:46:28.601Z[ host-image] Oct 15 21:46:28.091 INFO O| Oct 15 21:46:28.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
94732024-10-15T21:46:28.601Z[ host-image] Oct 15 21:46:28.091 INFO O| Oct 15 21:46:28.091 INFO ok!
94742024-10-15T21:46:28.601Z[ host-image] Oct 15 21:46:28.091 INFO O| Oct 15 21:46:28.091 INFO STEP 104 (ensure_file) COMPLETE
94752024-10-15T21:46:28.601Z[ host-image] Oct 15 21:46:28.091 INFO O| Oct 15 21:46:28.091 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94762024-10-15T21:46:28.616Z[ host-image] Oct 15 21:46:28.107 INFO O| Oct 15 21:46:28.107 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
94772024-10-15T21:46:28.616Z[ host-image] Oct 15 21:46:28.107 INFO O| Oct 15 21:46:28.107 INFO copying /tmp/.tmpyJO0YQ/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 ...
94782024-10-15T21:46:28.618Z[ host-image] Oct 15 21:46:28.108 INFO O| Oct 15 21:46:28.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
94792024-10-15T21:46:28.618Z[ host-image] Oct 15 21:46:28.108 INFO O| Oct 15 21:46:28.107 INFO ok!
94802024-10-15T21:46:28.618Z[ host-image] Oct 15 21:46:28.108 INFO O| Oct 15 21:46:28.108 INFO STEP 105 (ensure_file) COMPLETE
94812024-10-15T21:46:28.619Z[ host-image] Oct 15 21:46:28.108 INFO O| Oct 15 21:46:28.108 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94822024-10-15T21:46:28.644Z[ host-image] Oct 15 21:46:28.135 INFO O| Oct 15 21:46:28.135 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
94832024-10-15T21:46:28.644Z[ host-image] Oct 15 21:46:28.135 INFO O| Oct 15 21:46:28.135 INFO copying /tmp/.tmpyJO0YQ/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 ...
94842024-10-15T21:46:28.646Z[ host-image] Oct 15 21:46:28.135 INFO O| Oct 15 21:46:28.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
94852024-10-15T21:46:28.646Z[ host-image] Oct 15 21:46:28.135 INFO O| Oct 15 21:46:28.135 INFO ok!
94862024-10-15T21:46:28.646Z[ host-image] Oct 15 21:46:28.136 INFO O| Oct 15 21:46:28.135 INFO STEP 106 (ensure_file) COMPLETE
94872024-10-15T21:46:28.646Z[ host-image] Oct 15 21:46:28.136 INFO O| Oct 15 21:46:28.136 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94882024-10-15T21:46:28.713Z[ host-image] Oct 15 21:46:28.204 INFO O| Oct 15 21:46:28.204 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
94892024-10-15T21:46:28.716Z[ host-image] Oct 15 21:46:28.205 INFO O| Oct 15 21:46:28.204 INFO copying /tmp/.tmpyJO0YQ/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 ...
94902024-10-15T21:46:28.716Z[ host-image] Oct 15 21:46:28.205 INFO O| Oct 15 21:46:28.205 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
94912024-10-15T21:46:28.716Z[ host-image] Oct 15 21:46:28.205 INFO O| Oct 15 21:46:28.205 INFO ok!
94922024-10-15T21:46:28.716Z[ host-image] Oct 15 21:46:28.205 INFO O| Oct 15 21:46:28.205 INFO STEP 107 (ensure_file) COMPLETE
94932024-10-15T21:46:28.716Z[ host-image] Oct 15 21:46:28.205 INFO O| Oct 15 21:46:28.205 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94942024-10-15T21:46:28.733Z[ host-image] Oct 15 21:46:28.224 INFO O| Oct 15 21:46:28.224 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
94952024-10-15T21:46:28.736Z[ host-image] Oct 15 21:46:28.224 INFO O| Oct 15 21:46:28.224 INFO copying /tmp/.tmpyJO0YQ/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 ...
94962024-10-15T21:46:28.736Z[ host-image] Oct 15 21:46:28.224 INFO O| Oct 15 21:46:28.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
94972024-10-15T21:46:28.736Z[ host-image] Oct 15 21:46:28.225 INFO O| Oct 15 21:46:28.224 INFO ok!
94982024-10-15T21:46:28.736Z[ host-image] Oct 15 21:46:28.225 INFO O| Oct 15 21:46:28.225 INFO STEP 108 (ensure_file) COMPLETE
94992024-10-15T21:46:28.736Z[ host-image] Oct 15 21:46:28.225 INFO O| Oct 15 21:46:28.225 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95002024-10-15T21:46:28.751Z[ host-image] Oct 15 21:46:28.242 INFO O| Oct 15 21:46:28.242 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
95012024-10-15T21:46:28.751Z[ host-image] Oct 15 21:46:28.242 INFO O| Oct 15 21:46:28.242 INFO copying /tmp/.tmpyJO0YQ/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 ...
95022024-10-15T21:46:28.753Z[ host-image] Oct 15 21:46:28.243 INFO O| Oct 15 21:46:28.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
95032024-10-15T21:46:28.753Z[ host-image] Oct 15 21:46:28.243 INFO O| Oct 15 21:46:28.243 INFO ok!
95042024-10-15T21:46:28.753Z[ host-image] Oct 15 21:46:28.243 INFO O| Oct 15 21:46:28.243 INFO STEP 109 (ensure_file) COMPLETE
95052024-10-15T21:46:28.753Z[ host-image] Oct 15 21:46:28.243 INFO O| Oct 15 21:46:28.243 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95062024-10-15T21:46:28.770Z[ host-image] Oct 15 21:46:28.262 INFO O| Oct 15 21:46:28.262 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
95072024-10-15T21:46:28.770Z[ host-image] Oct 15 21:46:28.262 INFO O| Oct 15 21:46:28.262 INFO copying /tmp/.tmpyJO0YQ/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 ...
95082024-10-15T21:46:28.771Z[ host-image] Oct 15 21:46:28.262 INFO O| Oct 15 21:46:28.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
95092024-10-15T21:46:28.774Z[ host-image] Oct 15 21:46:28.262 INFO O| Oct 15 21:46:28.262 INFO ok!
95102024-10-15T21:46:28.774Z[ host-image] Oct 15 21:46:28.262 INFO O| Oct 15 21:46:28.262 INFO STEP 110 (ensure_file) COMPLETE
95112024-10-15T21:46:28.774Z[ host-image] Oct 15 21:46:28.262 INFO O| Oct 15 21:46:28.262 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95122024-10-15T21:46:28.799Z[ host-image] Oct 15 21:46:28.290 INFO O| Oct 15 21:46:28.290 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
95132024-10-15T21:46:28.799Z[ host-image] Oct 15 21:46:28.290 INFO O| Oct 15 21:46:28.290 INFO copying /tmp/.tmpyJO0YQ/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 ...
95142024-10-15T21:46:28.799Z[ host-image] Oct 15 21:46:28.290 INFO O| Oct 15 21:46:28.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
95152024-10-15T21:46:28.802Z[ host-image] Oct 15 21:46:28.290 INFO O| Oct 15 21:46:28.290 INFO ok!
95162024-10-15T21:46:28.802Z[ host-image] Oct 15 21:46:28.290 INFO O| Oct 15 21:46:28.290 INFO STEP 111 (ensure_file) COMPLETE
95172024-10-15T21:46:28.802Z[ host-image] Oct 15 21:46:28.290 INFO O| Oct 15 21:46:28.290 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95182024-10-15T21:46:28.817Z[ host-image] Oct 15 21:46:28.308 INFO O| Oct 15 21:46:28.308 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
95192024-10-15T21:46:28.817Z[ host-image] Oct 15 21:46:28.308 INFO O| Oct 15 21:46:28.308 INFO copying /tmp/.tmpyJO0YQ/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 ...
95202024-10-15T21:46:28.820Z[ host-image] Oct 15 21:46:28.309 INFO O| Oct 15 21:46:28.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
95212024-10-15T21:46:28.820Z[ host-image] Oct 15 21:46:28.309 INFO O| Oct 15 21:46:28.309 INFO ok!
95222024-10-15T21:46:28.820Z[ host-image] Oct 15 21:46:28.309 INFO O| Oct 15 21:46:28.309 INFO STEP 112 (ensure_file) COMPLETE
95232024-10-15T21:46:28.820Z[ host-image] Oct 15 21:46:28.309 INFO O| Oct 15 21:46:28.309 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95242024-10-15T21:46:28.850Z[ host-image] Oct 15 21:46:28.342 INFO O| Oct 15 21:46:28.342 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
95252024-10-15T21:46:28.851Z[ host-image] Oct 15 21:46:28.342 INFO O| Oct 15 21:46:28.342 INFO copying /tmp/.tmpyJO0YQ/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 ...
95262024-10-15T21:46:28.853Z[ host-image] Oct 15 21:46:28.342 INFO O| Oct 15 21:46:28.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
95272024-10-15T21:46:28.853Z[ host-image] Oct 15 21:46:28.342 INFO O| Oct 15 21:46:28.342 INFO ok!
95282024-10-15T21:46:28.853Z[ host-image] Oct 15 21:46:28.342 INFO O| Oct 15 21:46:28.342 INFO STEP 113 (ensure_file) COMPLETE
95292024-10-15T21:46:28.853Z[ host-image] Oct 15 21:46:28.343 INFO O| Oct 15 21:46:28.342 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95302024-10-15T21:46:28.870Z[ host-image] Oct 15 21:46:28.361 INFO O| Oct 15 21:46:28.361 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
95312024-10-15T21:46:28.870Z[ host-image] Oct 15 21:46:28.361 INFO O| Oct 15 21:46:28.361 INFO copying /tmp/.tmpyJO0YQ/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 ...
95322024-10-15T21:46:28.873Z[ host-image] Oct 15 21:46:28.361 INFO O| Oct 15 21:46:28.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
95332024-10-15T21:46:28.873Z[ host-image] Oct 15 21:46:28.362 INFO O| Oct 15 21:46:28.361 INFO ok!
95342024-10-15T21:46:28.873Z[ host-image] Oct 15 21:46:28.362 INFO O| Oct 15 21:46:28.361 INFO STEP 114 (ensure_file) COMPLETE
95352024-10-15T21:46:28.873Z[ host-image] Oct 15 21:46:28.362 INFO O| Oct 15 21:46:28.362 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95362024-10-15T21:46:28.888Z[ host-image] Oct 15 21:46:28.379 INFO O| Oct 15 21:46:28.379 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
95372024-10-15T21:46:28.888Z[ host-image] Oct 15 21:46:28.379 INFO O| Oct 15 21:46:28.379 INFO copying /tmp/.tmpyJO0YQ/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 ...
95382024-10-15T21:46:28.890Z[ host-image] Oct 15 21:46:28.379 INFO O| Oct 15 21:46:28.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
95392024-10-15T21:46:28.890Z[ host-image] Oct 15 21:46:28.379 INFO O| Oct 15 21:46:28.379 INFO ok!
95402024-10-15T21:46:28.890Z[ host-image] Oct 15 21:46:28.379 INFO O| Oct 15 21:46:28.379 INFO STEP 115 (ensure_file) COMPLETE
95412024-10-15T21:46:28.890Z[ host-image] Oct 15 21:46:28.379 INFO O| Oct 15 21:46:28.379 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95422024-10-15T21:46:28.906Z[ host-image] Oct 15 21:46:28.397 INFO O| Oct 15 21:46:28.397 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
95432024-10-15T21:46:28.906Z[ host-image] Oct 15 21:46:28.397 INFO O| Oct 15 21:46:28.397 INFO copying /tmp/.tmpyJO0YQ/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
95442024-10-15T21:46:28.908Z[ host-image] Oct 15 21:46:28.398 INFO O| Oct 15 21:46:28.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
95452024-10-15T21:46:28.909Z[ host-image] Oct 15 21:46:28.398 INFO O| Oct 15 21:46:28.398 INFO ok!
95462024-10-15T21:46:28.909Z[ host-image] Oct 15 21:46:28.398 INFO O| Oct 15 21:46:28.398 INFO STEP 116 (ensure_file) COMPLETE
95472024-10-15T21:46:28.909Z[ host-image] Oct 15 21:46:28.398 INFO O| Oct 15 21:46:28.398 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95482024-10-15T21:46:28.925Z[ host-image] Oct 15 21:46:28.416 INFO O| Oct 15 21:46:28.416 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
95492024-10-15T21:46:28.925Z[ host-image] Oct 15 21:46:28.416 INFO O| Oct 15 21:46:28.416 INFO copying /tmp/.tmpyJO0YQ/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 ...
95502024-10-15T21:46:28.925Z[ host-image] Oct 15 21:46:28.416 INFO O| Oct 15 21:46:28.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
95512024-10-15T21:46:28.925Z[ host-image] Oct 15 21:46:28.416 INFO O| Oct 15 21:46:28.416 INFO ok!
95522024-10-15T21:46:28.925Z[ host-image] Oct 15 21:46:28.416 INFO O| Oct 15 21:46:28.416 INFO STEP 117 (ensure_file) COMPLETE
95532024-10-15T21:46:28.928Z[ host-image] Oct 15 21:46:28.416 INFO O| Oct 15 21:46:28.416 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95542024-10-15T21:46:28.943Z[ host-image] Oct 15 21:46:28.434 INFO O| Oct 15 21:46:28.434 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
95552024-10-15T21:46:28.943Z[ host-image] Oct 15 21:46:28.434 INFO O| Oct 15 21:46:28.434 INFO copying /tmp/.tmpyJO0YQ/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
95562024-10-15T21:46:28.945Z[ host-image] Oct 15 21:46:28.434 INFO O| Oct 15 21:46:28.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
95572024-10-15T21:46:28.945Z[ host-image] Oct 15 21:46:28.434 INFO O| Oct 15 21:46:28.434 INFO ok!
95582024-10-15T21:46:28.945Z[ host-image] Oct 15 21:46:28.434 INFO O| Oct 15 21:46:28.434 INFO STEP 118 (ensure_file) COMPLETE
95592024-10-15T21:46:28.945Z[ host-image] Oct 15 21:46:28.434 INFO O| Oct 15 21:46:28.434 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95602024-10-15T21:46:28.960Z[ host-image] Oct 15 21:46:28.451 INFO O| Oct 15 21:46:28.451 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
95612024-10-15T21:46:28.960Z[ host-image] Oct 15 21:46:28.451 INFO O| Oct 15 21:46:28.451 INFO copying /tmp/.tmpyJO0YQ/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
95622024-10-15T21:46:34.113Z[ host-image] Oct 15 21:46:33.603 INFO O| Oct 15 21:46:33.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
95632024-10-15T21:46:34.113Z[ host-image] Oct 15 21:46:33.603 INFO O| Oct 15 21:46:33.603 INFO ok!
95642024-10-15T21:46:34.116Z[ host-image] Oct 15 21:46:33.603 INFO O| Oct 15 21:46:33.603 INFO STEP 119 (ensure_file) COMPLETE
95652024-10-15T21:46:34.116Z[ host-image] Oct 15 21:46:33.603 INFO O| Oct 15 21:46:33.603 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95662024-10-15T21:46:34.123Z[ host-image] Oct 15 21:46:33.615 INFO O| Oct 15 21:46:33.615 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95672024-10-15T21:46:34.123Z[ host-image] Oct 15 21:46:33.615 INFO O| Oct 15 21:46:33.615 INFO STEP 120 (ensure_dir) COMPLETE
95682024-10-15T21:46:34.126Z[ host-image] Oct 15 21:46:33.615 INFO O| Oct 15 21:46:33.615 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95692024-10-15T21:46:34.134Z[ host-image] Oct 15 21:46:33.625 INFO O| Oct 15 21:46:33.625 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95702024-10-15T21:46:34.134Z[ host-image] Oct 15 21:46:33.625 INFO O| Oct 15 21:46:33.625 INFO STEP 121 (ensure_dir) COMPLETE
95712024-10-15T21:46:34.136Z[ host-image] Oct 15 21:46:33.625 INFO O| Oct 15 21:46:33.625 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95722024-10-15T21:46:34.144Z[ host-image] Oct 15 21:46:33.635 INFO O| Oct 15 21:46:33.635 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
95732024-10-15T21:46:34.144Z[ host-image] Oct 15 21:46:33.635 INFO O| Oct 15 21:46:33.635 INFO STEP 122 (ensure_dir) COMPLETE
95742024-10-15T21:46:34.147Z[ host-image] Oct 15 21:46:33.635 INFO O| Oct 15 21:46:33.635 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95752024-10-15T21:46:34.156Z[ host-image] Oct 15 21:46:33.645 INFO O| Oct 15 21:46:33.645 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
95762024-10-15T21:46:34.156Z[ host-image] Oct 15 21:46:33.645 INFO O| Oct 15 21:46:33.645 INFO STEP 123 (ensure_dir) COMPLETE
95772024-10-15T21:46:34.156Z[ host-image] Oct 15 21:46:33.645 INFO O| Oct 15 21:46:33.645 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95782024-10-15T21:46:34.164Z[ host-image] Oct 15 21:46:33.655 INFO O| Oct 15 21:46:33.655 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
95792024-10-15T21:46:34.164Z[ host-image] Oct 15 21:46:33.655 INFO O| Oct 15 21:46:33.655 INFO copying /tmp/.tmpyJO0YQ/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 ...
95802024-10-15T21:46:34.164Z[ host-image] Oct 15 21:46:33.655 INFO O| Oct 15 21:46:33.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
95812024-10-15T21:46:34.164Z[ host-image] Oct 15 21:46:33.655 INFO O| Oct 15 21:46:33.655 INFO ok!
95822024-10-15T21:46:34.164Z[ host-image] Oct 15 21:46:33.655 INFO O| Oct 15 21:46:33.655 INFO STEP 124 (ensure_file) COMPLETE
95832024-10-15T21:46:34.164Z[ host-image] Oct 15 21:46:33.655 INFO O| Oct 15 21:46:33.655 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95842024-10-15T21:46:34.173Z[ host-image] Oct 15 21:46:33.665 INFO O| Oct 15 21:46:33.665 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95852024-10-15T21:46:34.173Z[ host-image] Oct 15 21:46:33.665 INFO O| Oct 15 21:46:33.665 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95862024-10-15T21:46:34.173Z[ host-image] Oct 15 21:46:33.665 INFO O| Oct 15 21:46:33.665 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
95872024-10-15T21:46:34.173Z[ host-image] Oct 15 21:46:33.665 INFO O| Oct 15 21:46:33.665 INFO STEP 125 (ensure_dir) COMPLETE
95882024-10-15T21:46:34.176Z[ host-image] Oct 15 21:46:33.665 INFO O| Oct 15 21:46:33.665 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95892024-10-15T21:46:34.183Z[ host-image] Oct 15 21:46:33.675 INFO O| Oct 15 21:46:33.675 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
95902024-10-15T21:46:34.183Z[ host-image] Oct 15 21:46:33.675 INFO O| Oct 15 21:46:33.675 INFO copying /tmp/.tmpyJO0YQ/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
95912024-10-15T21:46:34.186Z[ host-image] Oct 15 21:46:33.675 INFO O| Oct 15 21:46:33.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
95922024-10-15T21:46:34.186Z[ host-image] Oct 15 21:46:33.675 INFO O| Oct 15 21:46:33.675 INFO ok!
95932024-10-15T21:46:34.186Z[ host-image] Oct 15 21:46:33.675 INFO O| Oct 15 21:46:33.675 INFO STEP 126 (ensure_file) COMPLETE
95942024-10-15T21:46:34.186Z[ host-image] Oct 15 21:46:33.675 INFO O| Oct 15 21:46:33.675 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95952024-10-15T21:46:34.193Z[ host-image] Oct 15 21:46:33.685 INFO O| Oct 15 21:46:33.685 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
95962024-10-15T21:46:34.196Z[ host-image] Oct 15 21:46:33.685 INFO O| Oct 15 21:46:33.685 INFO STEP 127 (remove_files) COMPLETE
95972024-10-15T21:46:34.196Z[ host-image] Oct 15 21:46:33.685 INFO O| Oct 15 21:46:33.685 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95982024-10-15T21:46:34.203Z[ host-image] Oct 15 21:46:33.695 INFO O| Oct 15 21:46:33.695 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
95992024-10-15T21:46:34.206Z[ host-image] Oct 15 21:46:33.695 INFO O| Oct 15 21:46:33.695 INFO STEP 128 (remove_files) COMPLETE
96002024-10-15T21:46:34.206Z[ host-image] Oct 15 21:46:33.695 INFO O| Oct 15 21:46:33.695 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96012024-10-15T21:46:34.213Z[ host-image] Oct 15 21:46:33.705 INFO O| Oct 15 21:46:33.705 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
96022024-10-15T21:46:34.216Z[ host-image] Oct 15 21:46:33.705 INFO O| Oct 15 21:46:33.705 INFO STEP 129 (remove_files) COMPLETE
96032024-10-15T21:46:34.216Z[ host-image] Oct 15 21:46:33.705 INFO O| Oct 15 21:46:33.705 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96042024-10-15T21:46:34.223Z[ host-image] Oct 15 21:46:33.715 INFO O| Oct 15 21:46:33.715 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
96052024-10-15T21:46:34.226Z[ host-image] Oct 15 21:46:33.715 INFO O| Oct 15 21:46:33.715 INFO STEP 130 (remove_files) COMPLETE
96062024-10-15T21:46:34.226Z[ host-image] Oct 15 21:46:33.715 INFO O| Oct 15 21:46:33.715 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96072024-10-15T21:46:34.233Z[ host-image] Oct 15 21:46:33.725 INFO O| Oct 15 21:46:33.725 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
96082024-10-15T21:46:34.236Z[ host-image] Oct 15 21:46:33.725 INFO O| Oct 15 21:46:33.725 INFO STEP 131 (remove_files) COMPLETE
96092024-10-15T21:46:34.236Z[ host-image] Oct 15 21:46:33.725 INFO O| Oct 15 21:46:33.725 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96102024-10-15T21:46:34.243Z[ host-image] Oct 15 21:46:33.735 INFO O| Oct 15 21:46:33.735 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
96112024-10-15T21:46:34.246Z[ host-image] Oct 15 21:46:33.735 INFO O| Oct 15 21:46:33.735 INFO STEP 132 (remove_files) COMPLETE
96122024-10-15T21:46:34.246Z[ host-image] Oct 15 21:46:33.735 INFO O| Oct 15 21:46:33.735 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96132024-10-15T21:46:34.253Z[ host-image] Oct 15 21:46:33.744 INFO O| Oct 15 21:46:33.744 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
96142024-10-15T21:46:34.253Z[ host-image] Oct 15 21:46:33.744 INFO O| Oct 15 21:46:33.744 INFO STEP 133 (remove_files) COMPLETE
96152024-10-15T21:46:34.256Z[ host-image] Oct 15 21:46:33.744 INFO O| Oct 15 21:46:33.744 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96162024-10-15T21:46:34.262Z[ host-image] Oct 15 21:46:33.754 INFO O| Oct 15 21:46:33.754 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
96172024-10-15T21:46:34.265Z[ host-image] Oct 15 21:46:33.754 INFO O| Oct 15 21:46:33.754 INFO STEP 134 (remove_files) COMPLETE
96182024-10-15T21:46:34.265Z[ host-image] Oct 15 21:46:33.754 INFO O| Oct 15 21:46:33.754 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96192024-10-15T21:46:34.272Z[ host-image] Oct 15 21:46:33.764 INFO O| Oct 15 21:46:33.764 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
96202024-10-15T21:46:34.272Z[ host-image] Oct 15 21:46:33.764 INFO O| Oct 15 21:46:33.764 INFO STEP 135 (remove_files) COMPLETE
96212024-10-15T21:46:34.275Z[ host-image] Oct 15 21:46:33.764 INFO O| Oct 15 21:46:33.764 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96222024-10-15T21:46:34.282Z[ host-image] Oct 15 21:46:33.774 INFO O| Oct 15 21:46:33.773 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
96232024-10-15T21:46:34.282Z[ host-image] Oct 15 21:46:33.774 INFO O| Oct 15 21:46:33.774 INFO STEP 136 (remove_files) COMPLETE
96242024-10-15T21:46:34.285Z[ host-image] Oct 15 21:46:33.774 INFO O| Oct 15 21:46:33.774 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96252024-10-15T21:46:34.292Z[ host-image] Oct 15 21:46:33.783 INFO O| Oct 15 21:46:33.783 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
96262024-10-15T21:46:34.292Z[ host-image] Oct 15 21:46:33.783 INFO O| Oct 15 21:46:33.783 INFO STEP 137 (remove_files) COMPLETE
96272024-10-15T21:46:34.292Z[ host-image] Oct 15 21:46:33.783 INFO O| Oct 15 21:46:33.783 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96282024-10-15T21:46:34.303Z[ host-image] Oct 15 21:46:33.793 INFO O| Oct 15 21:46:33.793 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
96292024-10-15T21:46:34.303Z[ host-image] Oct 15 21:46:33.793 INFO O| Oct 15 21:46:33.793 INFO STEP 138 (remove_files) COMPLETE
96302024-10-15T21:46:34.306Z[ host-image] Oct 15 21:46:33.793 INFO O| Oct 15 21:46:33.793 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96312024-10-15T21:46:34.311Z[ host-image] Oct 15 21:46:33.803 INFO O| Oct 15 21:46:33.803 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
96322024-10-15T21:46:34.311Z[ host-image] Oct 15 21:46:33.803 INFO O| Oct 15 21:46:33.803 INFO STEP 139 (remove_files) COMPLETE
96332024-10-15T21:46:34.314Z[ host-image] Oct 15 21:46:33.803 INFO O| Oct 15 21:46:33.803 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96342024-10-15T21:46:34.321Z[ host-image] Oct 15 21:46:33.813 INFO O| Oct 15 21:46:33.813 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
96352024-10-15T21:46:34.324Z[ host-image] Oct 15 21:46:33.813 INFO O| Oct 15 21:46:33.813 INFO STEP 140 (remove_files) COMPLETE
96362024-10-15T21:46:34.324Z[ host-image] Oct 15 21:46:33.813 INFO O| Oct 15 21:46:33.813 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96372024-10-15T21:46:34.332Z[ host-image] Oct 15 21:46:33.823 INFO O| Oct 15 21:46:33.823 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
96382024-10-15T21:46:34.332Z[ host-image] Oct 15 21:46:33.823 INFO O| Oct 15 21:46:33.823 INFO STEP 141 (remove_files) COMPLETE
96392024-10-15T21:46:34.335Z[ host-image] Oct 15 21:46:33.823 INFO O| Oct 15 21:46:33.823 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96402024-10-15T21:46:34.341Z[ host-image] Oct 15 21:46:33.833 INFO O| Oct 15 21:46:33.833 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
96412024-10-15T21:46:34.341Z[ host-image] Oct 15 21:46:33.833 INFO O| Oct 15 21:46:33.833 INFO STEP 142 (remove_files) COMPLETE
96422024-10-15T21:46:34.345Z[ host-image] Oct 15 21:46:33.833 INFO O| Oct 15 21:46:33.833 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96432024-10-15T21:46:34.351Z[ host-image] Oct 15 21:46:33.843 INFO O| Oct 15 21:46:33.842 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
96442024-10-15T21:46:34.351Z[ host-image] Oct 15 21:46:33.843 INFO O| Oct 15 21:46:33.843 INFO STEP 143 (remove_files) COMPLETE
96452024-10-15T21:46:34.354Z[ host-image] Oct 15 21:46:33.843 INFO O| Oct 15 21:46:33.843 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96462024-10-15T21:46:34.361Z[ host-image] Oct 15 21:46:33.852 INFO O| Oct 15 21:46:33.852 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
96472024-10-15T21:46:34.364Z[ host-image] Oct 15 21:46:33.852 INFO O| Oct 15 21:46:33.852 INFO STEP 144 (remove_files) COMPLETE
96482024-10-15T21:46:34.364Z[ host-image] Oct 15 21:46:33.852 INFO O| Oct 15 21:46:33.852 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96492024-10-15T21:46:34.371Z[ host-image] Oct 15 21:46:33.862 INFO O| Oct 15 21:46:33.862 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
96502024-10-15T21:46:34.374Z[ host-image] Oct 15 21:46:33.862 INFO O| Oct 15 21:46:33.862 INFO STEP 145 (remove_files) COMPLETE
96512024-10-15T21:46:34.374Z[ host-image] Oct 15 21:46:33.862 INFO O| Oct 15 21:46:33.862 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96522024-10-15T21:46:34.380Z[ host-image] Oct 15 21:46:33.872 INFO O| Oct 15 21:46:33.872 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
96532024-10-15T21:46:34.381Z[ host-image] Oct 15 21:46:33.872 INFO O| Oct 15 21:46:33.872 INFO STEP 146 (remove_files) COMPLETE
96542024-10-15T21:46:34.381Z[ host-image] Oct 15 21:46:33.872 INFO O| Oct 15 21:46:33.872 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96552024-10-15T21:46:34.390Z[ host-image] Oct 15 21:46:33.882 INFO O| Oct 15 21:46:33.882 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96562024-10-15T21:46:34.390Z[ host-image] Oct 15 21:46:33.882 INFO O| Oct 15 21:46:33.882 INFO STEP 147 (remove_files) COMPLETE
96572024-10-15T21:46:34.396Z[ host-image] Oct 15 21:46:33.882 INFO O| Oct 15 21:46:33.882 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96582024-10-15T21:46:34.400Z[ host-image] Oct 15 21:46:33.892 INFO O| Oct 15 21:46:33.892 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
96592024-10-15T21:46:34.403Z[ host-image] Oct 15 21:46:33.892 INFO O| Oct 15 21:46:33.892 INFO STEP 148 (remove_files) COMPLETE
96602024-10-15T21:46:34.403Z[ host-image] Oct 15 21:46:33.892 INFO O| Oct 15 21:46:33.892 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96612024-10-15T21:46:34.410Z[ host-image] Oct 15 21:46:33.902 INFO O| Oct 15 21:46:33.902 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96622024-10-15T21:46:34.410Z[ host-image] Oct 15 21:46:33.902 INFO O| Oct 15 21:46:33.902 INFO STEP 149 (remove_files) COMPLETE
96632024-10-15T21:46:34.410Z[ host-image] Oct 15 21:46:33.902 INFO O| Oct 15 21:46:33.902 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96642024-10-15T21:46:34.420Z[ host-image] Oct 15 21:46:33.912 INFO O| Oct 15 21:46:33.911 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96652024-10-15T21:46:34.422Z[ host-image] Oct 15 21:46:33.912 INFO O| Oct 15 21:46:33.912 INFO STEP 150 (remove_files) COMPLETE
96662024-10-15T21:46:34.423Z[ host-image] Oct 15 21:46:33.912 INFO O| Oct 15 21:46:33.912 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96672024-10-15T21:46:34.430Z[ host-image] Oct 15 21:46:33.921 INFO O| Oct 15 21:46:33.921 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96682024-10-15T21:46:34.430Z[ host-image] Oct 15 21:46:33.921 INFO O| Oct 15 21:46:33.921 INFO STEP 151 (remove_files) COMPLETE
96692024-10-15T21:46:34.432Z[ host-image] Oct 15 21:46:33.921 INFO O| Oct 15 21:46:33.921 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96702024-10-15T21:46:34.439Z[ host-image] Oct 15 21:46:33.931 INFO O| Oct 15 21:46:33.931 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96712024-10-15T21:46:34.442Z[ host-image] Oct 15 21:46:33.931 INFO O| Oct 15 21:46:33.931 INFO STEP 152 (remove_files) COMPLETE
96722024-10-15T21:46:34.442Z[ host-image] Oct 15 21:46:33.931 INFO O| Oct 15 21:46:33.931 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96732024-10-15T21:46:34.449Z[ host-image] Oct 15 21:46:33.941 INFO O| Oct 15 21:46:33.941 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
96742024-10-15T21:46:34.449Z[ host-image] Oct 15 21:46:33.941 INFO O| Oct 15 21:46:33.941 INFO STEP 153 (remove_files) COMPLETE
96752024-10-15T21:46:34.449Z[ host-image] Oct 15 21:46:33.941 INFO O| Oct 15 21:46:33.941 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96762024-10-15T21:46:34.459Z[ host-image] Oct 15 21:46:33.950 INFO O| Oct 15 21:46:33.950 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
96772024-10-15T21:46:34.459Z[ host-image] Oct 15 21:46:33.950 INFO O| Oct 15 21:46:33.950 INFO STEP 154 (remove_files) COMPLETE
96782024-10-15T21:46:34.459Z[ host-image] Oct 15 21:46:33.950 INFO O| Oct 15 21:46:33.950 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96792024-10-15T21:46:34.469Z[ host-image] Oct 15 21:46:33.960 INFO O| Oct 15 21:46:33.960 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
96802024-10-15T21:46:34.469Z[ host-image] Oct 15 21:46:33.961 INFO O| Oct 15 21:46:33.960 INFO STEP 155 (remove_files) COMPLETE
96812024-10-15T21:46:34.471Z[ host-image] Oct 15 21:46:33.961 INFO O| Oct 15 21:46:33.961 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96822024-10-15T21:46:34.487Z[ host-image] Oct 15 21:46:33.976 INFO O| Oct 15 21:46:33.976 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
96832024-10-15T21:46:34.489Z[ host-image] Oct 15 21:46:33.976 INFO O| Oct 15 21:46:33.976 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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
96842024-10-15T21:46:34.671Z[ recovery-image] Oct 15 21:46:34.163 INFO E| Finished `release` profile [optimized] target(s) in 40.79s
96852024-10-15T21:46:34.693Z[ recovery-image] Oct 15 21:46:34.185 INFO building host image...
96862024-10-15T21:46:34.696Z[ recovery-image] Oct 15 21:46:34.185 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")
96872024-10-15T21:46:35.181Z[ recovery-image] Oct 15 21:46:34.672 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
96882024-10-15T21:46:36.576Z[ recovery-image] Oct 15 21:46:36.067 INFO image complete! materials are in "/work/os-recovery"
96892024-10-15T21:46:36.579Z[ recovery-image]
96902024-10-15T21:46:36.579Z[ recovery-image] real 7:56.380035654
96912024-10-15T21:46:36.579Z[ recovery-image] user 5:13.910671265
96922024-10-15T21:46:36.583Z[ recovery-image] sys 54.430218069
96932024-10-15T21:46:36.583Z[ recovery-image] trap 0.266973033
96942024-10-15T21:46:36.583Z[ recovery-image] tflt 0.254097540
96952024-10-15T21:46:36.583Z[ recovery-image] dflt 1.136033357
96962024-10-15T21:46:36.584Z[ recovery-image] kflt 0.000060240
96972024-10-15T21:46:36.584Z[ recovery-image] lock 16:43.131059049
96982024-10-15T21:46:36.584Z[ recovery-image] slp 47:33.602205144
96992024-10-15T21:46:36.584Z[ recovery-image] lat 2:09.406859831
97002024-10-15T21:46:36.584Z[ recovery-image] stop 5.266818751
97012024-10-15T21:46:36.584ZOct 15 21:46:36.071 INFO [recovery-image] process exited with exit status: 0 (476.40249989s)
97022024-10-15T21:46:43.004Z[ host-image] Oct 15 21:46:42.495 INFO O| Oct 15 21:46:42.495 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
97032024-10-15T21:46:43.004Z[ host-image] Oct 15 21:46:42.495 INFO O| Oct 15 21:46:42.495 INFO E| svccfg: Loaded 74 smf(7) service descriptions
97042024-10-15T21:46:43.018Z[ host-image] Oct 15 21:46:42.509 INFO O| Oct 15 21:46:42.509 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
97052024-10-15T21:46:43.095Z[ host-image] Oct 15 21:46:42.586 INFO O| Oct 15 21:46:42.586 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
97062024-10-15T21:46:43.096Z[ host-image] Oct 15 21:46:42.586 INFO O| Oct 15 21:46:42.586 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
97072024-10-15T21:46:43.099Z[ host-image] Oct 15 21:46:42.588 INFO O| Oct 15 21:46:42.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
97082024-10-15T21:46:43.099Z[ host-image] Oct 15 21:46:42.588 INFO O| Oct 15 21:46:42.588 INFO ok!
97092024-10-15T21:46:43.100Z[ host-image] Oct 15 21:46:42.588 INFO O| Oct 15 21:46:42.588 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
97102024-10-15T21:46:43.100Z[ host-image] Oct 15 21:46:42.588 INFO O| Oct 15 21:46:42.588 INFO STEP 156 (seed_smf) COMPLETE
97112024-10-15T21:46:43.100Z[ host-image] Oct 15 21:46:42.588 INFO O| Oct 15 21:46:42.588 INFO steps complete; finalising image!
97122024-10-15T21:46:43.100Z[ host-image] Oct 15 21:46:42.588 INFO O| Oct 15 21:46:42.588 INFO TRIM POOL: TEMPORARY-gimlet-zfs
97132024-10-15T21:46:43.236Z[ host-image] Oct 15 21:46:42.727 INFO O| Oct 15 21:46:42.727 INFO trim TEMPORARY-gimlet-zfs: (4% trimmed, started at Tue Oct 15 21:46:42 2024)
97142024-10-15T21:46:43.458Z[ host-image] Oct 15 21:46:42.949 INFO O| Oct 15 21:46:42.949 INFO temporary pool has 679M used, 153M avail, 1.86x compressratio
97152024-10-15T21:46:43.458Z[ host-image] Oct 15 21:46:42.949 INFO O| Oct 15 21:46:42.949 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
97162024-10-15T21:46:43.733Z[ host-image] Oct 15 21:46:43.224 INFO O| Oct 15 21:46:43.224 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
97172024-10-15T21:46:43.733Z[ host-image] Oct 15 21:46:43.224 INFO O| Oct 15 21:46:43.224 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
97182024-10-15T21:46:44.767Z[ host-image] Oct 15 21:46:44.258 INFO O| Oct 15 21:46:44.258 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
97192024-10-15T21:46:44.767Z[ host-image] Oct 15 21:46:44.258 INFO O| Oct 15 21:46:44.258 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
97202024-10-15T21:46:44.769Z[ host-image] Oct 15 21:46:44.258 INFO O| Oct 15 21:46:44.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
97212024-10-15T21:46:44.769Z[ host-image] Oct 15 21:46:44.258 INFO O| Oct 15 21:46:44.258 INFO completed processing gimlet/zfs
97222024-10-15T21:46:44.769Z[ host-image] Oct 15 21:46:44.258 INFO O| Oct 15 21:46:44.258 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
97232024-10-15T21:46:50.779Z[ host-image] Oct 15 21:46:50.270 INFO O| Oct 15 21:46:50.270 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
97242024-10-15T21:46:50.865Z[ host-image] Oct 15 21:46:50.356 INFO BUILD STRING "heads/stlouis-0-g127f38a574\n"
97252024-10-15T21:46:50.868Z[ host-image] Oct 15 21:46:50.356 INFO expanded image name: "ci ded7d75/${os_short_commit} 2024-10-15 21:17" -> "ci ded7d75/127f38a 2024-10-15 21:17"
97262024-10-15T21:46:50.868Z[ host-image] Oct 15 21:46:50.356 INFO output artefacts stored in: "/work/os-host"
97272024-10-15T21:46:50.868Z[ host-image] Oct 15 21:46:50.357 INFO collecting git info from project "phbl"...
97282024-10-15T21:46:50.870Z[ host-image] Oct 15 21:46:50.362 INFO collecting git info from project "pinprick"...
97292024-10-15T21:46:50.874Z[ host-image] Oct 15 21:46:50.366 INFO collecting git info from project "pilot"...
97302024-10-15T21:46:50.879Z[ host-image] Oct 15 21:46:50.371 INFO collecting git info from project "amd-firmware"...
97312024-10-15T21:46:50.887Z[ host-image] Oct 15 21:46:50.379 INFO collecting git info from project "bootserver"...
97322024-10-15T21:46:50.892Z[ host-image] Oct 15 21:46:50.383 INFO collecting git info from project "chelsio-t6-roms"...
97332024-10-15T21:46:50.896Z[ host-image] Oct 15 21:46:50.388 INFO collecting git info from project "image-builder"...
97342024-10-15T21:46:50.900Z[ host-image] Oct 15 21:46:50.392 INFO collecting git info from project "amd-host-image-builder"...
97352024-10-15T21:46:50.913Z[ host-image] Oct 15 21:46:50.405 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
97362024-10-15T21:46:51.282Z[ host-image] Oct 15 21:46:50.773 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
97372024-10-15T21:46:51.626Z[ host-image] Oct 15 21:46:51.117 INFO creating Oxide boot image...
97382024-10-15T21:46:51.626Z[ host-image] Oct 15 21:46:51.117 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci ded7d75/127f38a 2024-10-15 21:17", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
97392024-10-15T21:46:52.549Z[ host-image] Oct 15 21:46:52.040 INFO O| ok, image written!
97402024-10-15T21:46:52.549Z[ host-image] Oct 15 21:46:52.040 INFO O| ok, boot_image_csum file written!
97412024-10-15T21:46:52.551Z[ host-image] Oct 15 21:46:52.043 INFO creating boot archive (CPIO)...
97422024-10-15T21:46:52.551Z[ host-image] Oct 15 21:46:52.043 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
97432024-10-15T21:46:52.558Z[ host-image] Oct 15 21:46:52.050 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
97442024-10-15T21:46:52.561Z[ host-image] Oct 15 21:46:52.050 INFO E| + outfile=/work/os-host/cpio
97452024-10-15T21:46:52.561Z[ host-image] Oct 15 21:46:52.050 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
97462024-10-15T21:46:52.561Z[ host-image] Oct 15 21:46:52.052 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
97472024-10-15T21:46:52.561Z[ host-image] Oct 15 21:46:52.052 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
97482024-10-15T21:46:52.593Z[ host-image] Oct 15 21:46:52.084 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
97492024-10-15T21:46:52.593Z[ host-image] Oct 15 21:46:52.085 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
97502024-10-15T21:46:52.600Z[ host-image] Oct 15 21:46:52.092 INFO creating compressed cpio/unix for nanobl-rs...
97512024-10-15T21:46:52.600Z[ host-image] Oct 15 21:46:52.092 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
97522024-10-15T21:46:52.894Z[ host-image] Oct 15 21:46:52.384 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
97532024-10-15T21:46:57.242Z[ host-image] Oct 15 21:46:56.733 INFO creating reset image...
97542024-10-15T21:46:57.245Z[ host-image] Oct 15 21:46:56.733 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
97552024-10-15T21:46:57.339Z[ host-image] Oct 15 21:46:56.831 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
97562024-10-15T21:46:57.342Z[ host-image] Oct 15 21:46:56.832 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
97572024-10-15T21:46:57.393Z[ host-image] Oct 15 21:46:56.884 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
97582024-10-15T21:46:59.173Z[ host-image] Oct 15 21:46:58.664 INFO E| Finished `release` profile [optimized] target(s) in 1.82s
97592024-10-15T21:46:59.185Z[ host-image] Oct 15 21:46:58.676 INFO building host image...
97602024-10-15T21:46:59.188Z[ host-image] Oct 15 21:46:58.676 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")
97612024-10-15T21:46:59.680Z[ host-image] Oct 15 21:46:59.171 INFO finishing image archive at "/work/os-host/os.tar.gz"...
97622024-10-15T21:47:47.131Z[ host-image] Oct 15 21:47:46.623 INFO image complete! materials are in "/work/os-host"
97632024-10-15T21:47:47.134Z[ host-image]
97642024-10-15T21:47:47.134Z[ host-image] real 9:20.856657787
97652024-10-15T21:47:47.139Z[ host-image] user 4:47.826680128
97662024-10-15T21:47:47.139Z[ host-image] sys 52.768401484
97672024-10-15T21:47:47.139Z[ host-image] trap 0.197644873
97682024-10-15T21:47:47.139Z[ host-image] tflt 0.012583079
97692024-10-15T21:47:47.139Z[ host-image] dflt 0.045693070
97702024-10-15T21:47:47.139Z[ host-image] kflt 0.000007249
97712024-10-15T21:47:47.139Z[ host-image] lock 6:13.670464819
97722024-10-15T21:47:47.139Z[ host-image] slp 51:00.122441185
97732024-10-15T21:47:47.139Z[ host-image] lat 1:30.829570558
97742024-10-15T21:47:47.139Z[ host-image] stop 0.406274641
97752024-10-15T21:47:47.139ZOct 15 21:47:46.626 INFO [host-image] process exited with exit status: 0 (560.872004393s)
97762024-10-15T21:47:47.139ZOct 15 21:47:46.627 INFO [tuf-repo] running task
97772024-10-15T21:47:53.702ZOct 15 21:47:53.194 INFO assembling repository in `/tmp/tufaceousOv5KqK`, component: OmicronRepoAssembler
97782024-10-15T21:47:58.690ZOct 15 21:47:58.182 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
97792024-10-15T21:47:58.940ZOct 15 21:47:58.432 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
97802024-10-15T21:48:10.584ZOct 15 21:48:10.075 INFO [tuf-repo] task succeeded (23.448573018s)
97812024-10-15T21:48:10.584ZOct 15 21:48:10.075 INFO all jobs completed in 1859.928850435s
97822024-10-15T21:48:11.138Zprocess exited: duration 2476526 ms, exit code 0
 
97832024-10-15T21:48:11.149Zfound 33 output files
97842024-10-15T21:48:11.149Zuploading: /work/manifest.toml (8404 bytes)
97852024-10-15T21:48:12.159Zuploaded: /work/manifest.toml
97862024-10-15T21:48:12.159Zuploading: /work/repo.zip (1816689863 bytes)
97872024-10-15T21:48:59.768Zuploaded: /work/repo.zip
97882024-10-15T21:48:59.768Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97892024-10-15T21:49:00.792Zuploaded: /work/repo.zip.sha256.txt
97902024-10-15T21:49:00.792Zuploading: /work/helios-setup.log (55001 bytes)
97912024-10-15T21:49:01.805Zuploaded: /work/helios-setup.log
97922024-10-15T21:49:01.805Zuploading: /work/host-image.log (194498 bytes)
97932024-10-15T21:49:02.823Zuploaded: /work/host-image.log
97942024-10-15T21:49:02.823Zuploading: /work/host-package.log (17603 bytes)
97952024-10-15T21:49:03.835Zuploaded: /work/host-package.log
97962024-10-15T21:49:03.837Zuploading: /work/host-target.log (101 bytes)
97972024-10-15T21:49:04.846Zuploaded: /work/host-target.log
97982024-10-15T21:49:04.850Zuploading: /work/omicron-package.log (4360 bytes)
97992024-10-15T21:49:05.857Zuploaded: /work/omicron-package.log
98002024-10-15T21:49:05.857Zuploading: /work/phbl-toolchain.log (881 bytes)
98012024-10-15T21:49:06.866Zuploaded: /work/phbl-toolchain.log
98022024-10-15T21:49:06.866Zuploading: /work/recovery-image.log (591045 bytes)
98032024-10-15T21:49:07.897Zuploaded: /work/recovery-image.log
98042024-10-15T21:49:07.900Zuploading: /work/recovery-package.log (354 bytes)
98052024-10-15T21:49:08.908Zuploaded: /work/recovery-package.log
98062024-10-15T21:49:08.910Zuploading: /work/recovery-target.log (98 bytes)
98072024-10-15T21:49:09.916Zuploaded: /work/recovery-target.log
98082024-10-15T21:49:09.919Zuploading: /work/stamp-clickhouse.log (117 bytes)
98092024-10-15T21:49:10.926Zuploaded: /work/stamp-clickhouse.log
98102024-10-15T21:49:10.926Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
98112024-10-15T21:49:11.936Zuploaded: /work/stamp-clickhouse_keeper.log
98122024-10-15T21:49:11.936Zuploading: /work/stamp-cockroachdb.log (118 bytes)
98132024-10-15T21:49:12.946Zuploaded: /work/stamp-cockroachdb.log
98142024-10-15T21:49:12.947Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
98152024-10-15T21:49:13.956Zuploaded: /work/stamp-crucible-dtrace.log
98162024-10-15T21:49:13.956Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
98172024-10-15T21:49:14.965Zuploaded: /work/stamp-crucible-pantry-zone.log
98182024-10-15T21:49:14.967Zuploading: /work/stamp-crucible-zone.log (120 bytes)
98192024-10-15T21:49:15.977Zuploaded: /work/stamp-crucible-zone.log
98202024-10-15T21:49:15.977Zuploading: /work/stamp-external-dns.log (119 bytes)
98212024-10-15T21:49:16.988Zuploaded: /work/stamp-external-dns.log
98222024-10-15T21:49:16.988Zuploading: /work/stamp-installinator.log (103 bytes)
98232024-10-15T21:49:17.997Zuploaded: /work/stamp-installinator.log
98242024-10-15T21:49:17.998Zuploading: /work/stamp-internal-dns.log (119 bytes)
98252024-10-15T21:49:19.008Zuploaded: /work/stamp-internal-dns.log
98262024-10-15T21:49:19.008Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
98272024-10-15T21:49:20.016Zuploaded: /work/stamp-mg-ddm-gz.log
98282024-10-15T21:49:20.017Zuploading: /work/stamp-nexus.log (112 bytes)
98292024-10-15T21:49:21.026Zuploaded: /work/stamp-nexus.log
98302024-10-15T21:49:21.026Zuploading: /work/stamp-ntp.log (110 bytes)
98312024-10-15T21:49:22.034Zuploaded: /work/stamp-ntp.log
98322024-10-15T21:49:22.034Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
98332024-10-15T21:49:23.044Zuploaded: /work/stamp-omicron-sled-agent.log
98342024-10-15T21:49:23.045Zuploading: /work/stamp-overlay.log (114 bytes)
98352024-10-15T21:49:24.179Zuploaded: /work/stamp-overlay.log
98362024-10-15T21:49:24.179Zuploading: /work/stamp-oximeter.log (115 bytes)
98372024-10-15T21:49:25.187Zuploaded: /work/stamp-oximeter.log
98382024-10-15T21:49:25.188Zuploading: /work/stamp-oxlog.log (109 bytes)
98392024-10-15T21:49:26.196Zuploaded: /work/stamp-oxlog.log
98402024-10-15T21:49:26.196Zuploading: /work/stamp-probe.log (112 bytes)
98412024-10-15T21:49:27.234Zuploaded: /work/stamp-probe.log
98422024-10-15T21:49:27.234Zuploading: /work/stamp-propolis-server.log (122 bytes)
98432024-10-15T21:49:28.242Zuploaded: /work/stamp-propolis-server.log
98442024-10-15T21:49:28.242Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
98452024-10-15T21:49:29.251Zuploaded: /work/stamp-pumpkind-gz.log
98462024-10-15T21:49:29.254Zuploading: /work/stamp-switch-asic.log (118 bytes)
98472024-10-15T21:49:30.261Zuploaded: /work/stamp-switch-asic.log
98482024-10-15T21:49:30.263Zuploading: /work/verify-libraries.log (3136 bytes)
98492024-10-15T21:49:31.271Zuploaded: /work/verify-libraries.log